.home-banner {
  width: 100%;
  background: url("../images/home-bannerbg.jpg") no-repeat top center;
  background-size: cover;
  height: 460px;
}

.home-banner-wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

.home-banner-txt {
  width: 50%;
  margin-top: 100px;
}

.home-banner-img {
  width: 50%;
  text-align: right;
}

.home-banner-img img {
  width: 100%;
  height: 400px;
  object-fit: contain;
  justify-content: center;
  margin-top: 50px;
}

.home-banner-txt h4 {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 30px;
}

.home-banner-txt h4 span {
  color: #ffa0b2;
}

.home-banner-txt p {
  width: 75%;
  font-size: 40px;
  font-weight: lighter;
  color: #ffffff;
  height: 48px;
  line-height: 48px;
  background: url("../images/left-zhijiao.png") no-repeat left top;
  margin-top: 30px;
}

.home-banner-txt p span {
  margin-top: 10px;
  display: block;
  height: 48px;
  line-height: 48px;
  background: url("../images/right-zhijiao.png") no-repeat right bottom;
  margin-left: 22px;
  letter-spacing: 28px;
}

.home-banner-txt a {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  color: #017fe4;
  border-radius: 5px;
  text-align: center;
  margin-top: 20px;
}

.home-intro {
  width: 100%;
  padding-top: 60px;
  overflow: hidden;

}

.home-intro .title {
  text-align: center;
  font-size: 36px;
  text-transform: uppercase;
  color: #343434;
  font-weight: 600;
}

.home-intro .txt {
  line-height: 32px;
  color: #666666;
  margin-top: 30px;
}

.home-intro img {
  display: block;
  width: 820px;
  height: 500px;
  margin: 0 auto;
  object-fit: contain;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.home-meaning {
  width: 100%;
  padding: 60px 0px;
  background-color: #f0f9ff;
  position: relative;
}

.home-meaning::before {
  content: "";
  position: absolute;
  top: -250px;
  left: -10%;
  height: 330px;
  width: 120%;
  border-radius: 50%;
  background: #fff;
}

.home-meaning::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -10%;
  height: 330px;
  width: 120%;
  border-radius: 50%;
  background: #fff;
}

.home-meaning .title,
.home-function .title {
  width: 100%;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}

.home-meaning .title {
  margin-top: 100px;
}

.home-meaning .txt,
.home-function .txt {
  width: 100%;
  line-height: 30px;
  color: #253053;
  margin-top: 10px;
}

.home-meaning img {
  display: block;
  width: 70%;
  margin: 30px auto 0px;
  position: relative;
  z-index: 1;
}

.home-function {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: -30px;
  padding-bottom: 60px;
}

.home-function-wrap {
  width: 100%;
  clear: both;
}

.home-function-wrap img {
  width: 690px;
  height: 560px;
  object-fit: contain;
  justify-content: center;
}


.home-function-txt{
  width: 450px;
}

.home-function-txt:first-child {
  padding-top: 100px;
}

.home-function-txt:last-child {
  padding-top: 60px;
}

.home-function-txt h4 {
  margin-top: 20px;
  font-weight: normal;
}

.home-function-txt p {
  margin-top: 10px;
}

.h-f-img,.h-f-txt1{
  float: left;
}
.h-f-img1,.h-f-txt{
  float: right;
}

.home-user {
  width: 100%;
  margin-top: 50px;
  background-color: #f0f9ff;
  padding: 50px 0px;
}

.home-user .title {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
}

.user-pic-scroll-lr {
  width: 1170px;
  height: 170px;
  position: relative;
  margin: 50px auto 0px;
}

.user-pic-scroll-lr .sTempWrap{
  margin:0 auto;
}

.user-pic-scroll-lr .conts li {
  float: left;
  text-align: center;

}

.user-pic-scroll-lr .conts li .s1 {
  width: 180px;
  height: 180px;
}

.user-pic-scroll-lr .conts li a {
  background: #fff;
  display: block;
  width: 160px;
  height: 160px;
  margin-left: 10px;
  overflow: hidden;
}

.user-pic-scroll-lr .conts li a img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  justify-content: center;
}

.user-pic-scroll-lr .conts li a:hover {
  box-shadow: 0px 0px 10px 0px rgb(222, 222, 222, 0.8);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(222, 222, 222, 0.8);
  -moz-box-shadow: 0px 0px 10px 0px rgba(222, 222, 222, 0.8);
}


.user-pic-scroll-lr .prev,
.user-pic-scroll-lr .next {
  z-index: 1;
  position: absolute;
  top: 52%;
  margin-top: -25px;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 34px;
  font-size: 22px;
  color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(16, 124, 195, 1);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(16, 124, 195, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(16, 124, 195, 1);
  border-radius: 50px;
  background: #b2d5ed;
  text-align: center;
  font-family: "Comic Sans MS", cursive;
  cursor: pointer;
}

.user-pic-scroll-lr .prev {
  left: -60px;
  background: #017fe4;
}

.user-pic-scroll-lr .prev:hover,
.user-pic-scroll-lr .next:hover {
  background: #36a6ff;
  color: #fff;
}

.user-pic-scroll-lr .next {
  right:-60px;
  background: #017fe4;
}

.user-pic-scroll-lr .tabs {
  display: none;
}

@media screen and (min-width: 1200px){
  .user-pic-scroll-lr .prev{
    left: -10px;
  }
  .user-pic-scroll-lr .next{
    right: -10px;
  }
}
