.person-b {
  background: url(../images/apply/apply_banner.jpg) no-repeat center center;
  background-size: cover;
}
.public0-news-tit {
  margin-bottom: 80px;
}
.public0-news-tit h2 {
  background: url(../images/apply/apply_title_bg.png) no-repeat center center;
  background-size: 33% auto;
}
.user-con {
  padding-bottom: 80px;
  margin-top: 130px;
}
.user-solut {
  background-color: #f6f8fb;
  padding-top: 100px;
  padding-bottom: 60px;
}
.person-value {
  padding-top: 80px;
  padding-bottom: 80px;
}
.user-con-loop {
  width: 100%;
  height: 500px;
  margin-bottom: 70px;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.pc-banner .layer-mask {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #3e3e3e;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.pc-banner .swiper-slide-active .layer-mask {
  display: none;
}
.pc-banner {
  width: 100%;
}
@media screen and (min-width: 2300px) {
	.public0-set-btn{padding-top: 206px;
    padding-bottom: 52px;
}

}
@media screen and (min-width: 1800px) {
	.public0-set-btn{
	margin-top:159px;
}
}
@media screen and (max-width: 668px) {
  .pc-banner {
    background-size: auto 100%;
  }
}
.pc-banner .swiper-container {
  width: 100%;
  margin: 35px 0;
}
@media screen and (max-width: 668px) {
  .pc-banner .swiper-container {
    margin: 20px 0 15px;
  }
}
.pc-banner .swiper-slide {
  -webkit-transition: transform 1.0s;
  -moz-transition: transform 1.0s;
  -ms-transition: transform 1.0s;
  -o-transition: transform 1.0s;
  -webkit-transform: scale(0.85);
  /* margin: 1px; */
  transform: scale(0.85);
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 668px) {
  .pc-banner .swiper-slide {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
}
.pc-banner .swiper-slide-active,
.swiper-slide-duplicate-active {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  z-index: 1002;
}
@media screen and (max-width: 668px) {
  .pc-banner .swiper-slide-active,
  .swiper-slide-duplicate-active {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
}
.pc-banner .none-effect {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.pc-banner .swiper-slide a {
  background: #fff;
  display: block;
  border-radius: 2px;
}
@media screen and (min-width: 668px) {
  .pc-banner .swiper-slide a:after {
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.3);
  }
  .pc-banner .swiper-slide-active a:before {
    position: absolute;
    top: 410px;
    left: 0;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 2px;
    /* box-shadow: 0 2px 6px rgba(0,0,0,0.3); */
    /* box-shadow: 0 4px 20px 0 rgba(0,0,0,0.3); */
    z-index: 10002;
  }
}
.pc-banner .swiper-slide-active a:after {
  background: none;
}
@media screen and (max-width: 668px) {
  .pc-banner .swiper-slide a {
    padding: 5px;
    border-radius: 2px;
  }
}
.pc-banner .swiper-slide img {
  width: 100%;
  border-radius: 5px;
  display: block;
  height: 100%;
  border: none;
}
@media screen and (max-width: 668px) {
  .pc-banner .swiper-slide img {
    border-radius: 2px;
  }
}
.pc-banner .swiper-pagination {
  position: relative;
  margin-bottom: 30px;
}
.pc-banner .swiper-pagination-bullet {
  background: #00a0e9;
  margin-left: 4px;
  margin-right: 4px;
  width: 17px;
  height: 17px;
  opacity: 1;
  margin-bottom: 4px;
}
.pc-banner .swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
  background: #FFF;
  margin-bottom: 0;
}
@media screen and (max-width: 668px) {
  .pc-banner .swiper-pagination {
    position: relative;
    margin-bottom: 20px;
  }
  .pc-banner .swiper-pagination-bullet {
    background: #00a0e9;
    margin-left: 2px;
    margin-right: 2px;
    width: 8px;
    height: 8px;
    margin-bottom: 2px;
  }
  .pc-banner .swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
    background: #FFF;
    border: 3px solid #00a0e9;
    margin-bottom: 0;
  }
}
.pc-banner .button {
  width: 100%;
  margin: 0 auto;
  top: -290px;
  position: relative;
  z-index: 1002;
}
@media screen and (max-width: 1105px) {
  .pc-banner .button {
    width: 100%;
    top: -240px;
    z-index: 1002;
    position: relative;
  }
}
@media screen and (max-width: 800px) {
  .pc-banner .button {
    width: 100%;
    top: -200px;
    z-index: 1002;
    position: relative;
  }
}
.pc-banner .button div:hover {
  background-color: #333;
  opacity: 0.8;
  cursor: pointer;
}
.pc-banner .swiper-button-prev {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #000000 center 1% 50% no-repeat;
  opacity: 0.5;
  background-size: 15px;
  cursor: pointer;
}
.pc-banner .swiper-button-next {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #000000 center 1% 50% no-repeat;
  opacity: 0.5;
  background-size: 15px;
  cursor: pointer;
}
@media screen and (max-width: 668px) {
  .pc-banner .button div {
    width: 28px;
    height: 28px;
  }
}
/*# sourceMappingURL=user.css.map */