/* banner */
.banner {
  background-repeat: no-repeat;
  background-position: center center;
  height: 500px;
  min-width: 1200px;
  margin-top: -78px;
  padding-top: 80px;
}

.banner .banner-title {
  padding-top: 80px;
  width: 1200px;
  margin: 0 auto;
}

.banner .banner-title .p1 {
  font-weight: bold;
  font-size: 60px;
  letter-spacing: 2px;
  color: #333333;
  margin-bottom: 20px;
}

.banner .banner-title .p2 {
  width: 580px;
  font-size: 20px;
  color: #666666;
  line-height: 30px;
  margin-top: 5px;
}

.banner .banner-title .banner-btn {
  width: 150px;
  height: 60px;
  background: #0866DF;
  border-radius: 30px;
  line-height: 60px;
  font-size: 20px;
  margin-top: 40px;
  cursor: pointer;
  text-align: center;
  color: #fff;
}

.banner .banner-title .banner-btn:hover {
  opacity: .9;
}

.container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}

.container .title {
  font-weight: bold;
  font-size: 34px;
  color: #333333;
  line-height: 40px;
  text-align: center;
}

.container .subTitle {
  width: 600px;
  margin: 0 auto;
  color: #999;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  text-align: center;
}

.common .common-box {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.common .common-box .type-box {
  position: relative;
  padding: 0 20px;
}

.common .common-box .type-box .common-type {
  position: absolute;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 30px;
}

.common .common-box .type-box .common-type:nth-child(1) {
  top: -30px;
  left: 170px;
}

.common .common-box .type-box .common-type:nth-child(2) {
  top: 70px;
  left: 180px;
}

.common .common-box .type-box .common-type:nth-child(3) {
  top: 95px;
  left: 440px;
}

.common .common-box .type-box .common-type:nth-child(4) {
  top: 200px;
  left: 370px;
}


.common .common-box .type-box .common-type:nth-child(5) {
  top: 270px;
  left: 610px;
  width: 120px;
}

.common .common-box .type-box .common-type::before {
  content: '';
  width: 24px;
  height: 24px;
  background: #E8EAEC;
  border-radius: 50%;
  position: absolute;
}

.common .common-box .type-box .common-type:nth-child(1):before {
  left: -30px;
  top: 30px;
}

.common .common-box .type-box .common-type:nth-child(2):before {
  right: -10px;
  top: -27px;
}

.common .common-box .type-box .common-type:nth-child(3):before {
  left: -52px;
  top: 3px;
}

.common .common-box .type-box .common-type:nth-child(4):before {
  right: -28px;
  top: -20px;
}

.common .common-box .type-box .common-type:nth-child(5):before {
  left: -40px;
  top: 3px;
}

.advantage {
  height: 800px;
  padding-top: 30px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center center;
}

.advantage .advantage-box {
  width: 740px;
  height: 460px;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  margin-top: 60px;
}

.advantage .advantage-box .advantage-img {
  box-shadow: 0 0 80px 0px #f0f0f0;
  width: 660px;
  left: 40px;
  top: 40px;
  position: absolute;
  z-index: 0;
}

.advantage .advantage-box .advantage-img::before {
  position: absolute;
  content: '';
  width: 580px;
  background: #F9FAFB;
  height: 100px;
  top: -15px;
  left: 40px;
  border-radius: 24px;
  z-index: -1;
}

.advantage .advantage-box .advantage-img::after {
  position: absolute;
  content: '';
  width: 540px;
  background: #F9FAFB;
  height: 100px;
  top: -30px;
  left: 60px;
  border-radius: 24px;
  z-index: -1;
}

.advantage .advantage-box .advantage-swiper {
  overflow: hidden;
  position: absolute;
  width: 600px;
  height: 300px;
  top: 90px;
  margin-left: -306px;
  left: 50%;
}

.advantage .advantage-box .advantage-type {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.advantage .advantage-box .advantage-item:nth-child(1) {
  margin-bottom: 40px;
}


.advantage .advantage-box .advantage-item .advantage-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 40px;
}

.advantage .advantage-box .advantage-item .advantage-no {
  width: 34px;
  height: 34px;
  background: #0866DF;
  border-radius: 10px;
  font-weight: bold;
  font-size: 23px;
  color: #FFFFFF;
  line-height: 34px;
  text-align: center;
  margin-right: 10px;
}

.advantage .advantage-box .advantage-item:nth-child(2) .advantage-no {
  background: #ffb15e;
}


.advantage .advantage-box .advantage-item .advantage-desc {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: center;
  margin-top: 15px;
}

.advantage .advantage-box .swiper-button-next,
.advantage .advantage-box .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(27, 51, 93, 0.09);
  border-radius: 50%;
  color: #333333;
  font-size: 15px;
}

.advantage .advantage-box .swiper-button-next:hover,
.advantage .advantage-box .swiper-button-prev:hover {
  color: #fff;
  background-color: #0866DF;
}

.advantage .advantage-box .swiper-button-next {
  right: 10px;
}

.advantage .advantage-box .swiper-button-prev {
  left: 10px;
}


.advantage .advantage-box .swiper-button-next::after,
.advantage .advantage-box .swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
}

.advantage .advantage-name-box {
  position: relative;
}

.advantage .advantage-name-box .advantage-name {
  font-size: 24px;
  color: #0866DF;
  position: absolute;
}

.advantage .advantage-name-box .advantage-name:nth-child(1) {
  top: -375px;
  left: 110px;
  font-size: 20px;
}

.advantage .advantage-name-box .advantage-name:nth-child(2) {
  top: -232px;
  left: 45px;
  font-size: 20px;
}

.advantage .advantage-name-box .advantage-name:nth-child(3) {
  top: -118px;
  left: 100px;
}

.advantage .advantage-name-box .advantage-name:nth-child(4) {
  top: 30px;
  left: 398px;
}

.advantage .advantage-name-box .advantage-name:nth-child(5) {
  top: -382px;
  right: 140px;
  font-size: 20px;
}

.advantage .advantage-name-box .advantage-name:nth-child(6) {
  top: -280px;
  right: 45px;
  font-size: 20px;
}

.advantage .advantage-name-box .advantage-name:nth-child(7) {
  top: -150px;
  right: 110px;
}

.advantage .advantage-name-box .advantage-name:nth-child(8) {
  top: 30px;
  right: 420px;
}

.cooperation .cooperation-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px 0;
}

.cooperation .cooperation-box .cooperation-arrow {
  transform: translateY(-20px);
}


.cooperation .cooperation-box .item-icon {
  padding: 10px;
  border-radius: 50%;
  border: 4px solid #83B2EF;
  box-sizing: border-box;
}

.cooperation .cooperation-box .item-icon .icon-bg {
  width: 80px;
  height: 80px;
  background: #0866DF;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
}

.cooperation .cooperation-box .item-name {
  font-size: 18px;
  color: #333333;
  line-height: 40px;
  margin-top: 10px;
  text-align: center;
}

.award .award-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 60px 0;
  position: relative;
}

.award .award-box .row-line {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 260px;
  background: #EEEEEE;
  top: 50%;
  margin-top: -130px;
}

.award .award-box .column-line1 {
  position: absolute;
  width: 500px;
  height: 1px;
  background: #EEEEEE;
  top: 50%;
  left: 60px;
}

.award .award-box .column-line2 {
  position: absolute;
  width: 500px;
  height: 1px;
  background: #EEEEEE;
  top: 50%;
  right: 60px;
}

.award .award-box .award-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 560px;
  position: relative;
  padding-top: 25px;
  padding-bottom: 30px;
  box-sizing: border-box;
  transition: all .3s ease-in-out;
}

.award .award-box .award-item:hover {
  transform: translateY(-10px);
}

.award .award-box .award-icon {
  margin-right: 30px;
}

.award .award-box .award-name {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 40px;
}

.award .award-box .award-desc {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}

.award .award-box .award-btn {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  display: inline-block;
  margin-top: 15px;
}

.award .award-box .award-btn:hover {
  color: #0866DF;
}

.feature {
  background: #F6F8FD;
  padding: 20px 0 70px 0;
}

.feature .feature-box {
  background-color: #fff;
  border-radius: 24px;
  margin: 60px 0;
  padding-right: 410px;
  background-repeat: no-repeat;
  background-position: center right;
}

.feature .feature-box .feature-type {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 80px 50px;
  height: 500px;
  box-sizing: border-box;
  background-color: #fff;
  width: 820px;
  border-radius: 24px;
}

.feature .feature-box .feature-type .feature-item {
  text-align: center;
  padding: 0 40px;
}

.feature .feature-box .feature-type .feature-name {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 40px;
  margin-top: 10px;
}

.feature .feature-btn {
  width: 160px;
  height: 50px;
  background: #0866DF;
  border-radius: 30px;
  line-height: 50px;
  font-size: 14px;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
  color: #fff;
  display: block;
}

.feature .feature-btn:hover {
  opacity: .9;
}

.service .service-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px 0;
}

.service .service-box .service-item {
  width: 224px;
  height: 224px;
  background: #F6F8FD;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding: 35px;
  box-sizing: border-box;
  transition: all .3s ease-in-out;
}

.service .service-box .service-item:hover {
  transform: translateY(-10px);
}

.service .service-box .service-icon {
  width: 68px;
  height: 68px;
  background: #1970E0;
  border-radius: 20px;
  text-align: center;
  line-height: 68px;
  margin-bottom: 10px;
}

.service .service-box .service-title {
  font-weight: bold;
  font-size: 20px;
  color: #444444;
  line-height: 40px;
}

.service .service-box .service-desc {
  font-size: 16px;
  color: #666666;
  line-height: 40px;
}

.service .service-btn {
  width: 160px;
  height: 50px;
  background: #0866DF;
  border-radius: 30px;
  line-height: 50px;
  font-size: 14px;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
  color: #fff;
  display: block;
  margin-bottom: 60px;
}

.service .service-btn:hover {
  opacity: .9;
}
