header {
  width: 62.5%;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  margin: auto;
  height: 120px;
  min-width: 1150px;
}

@media screen and (max-width: 1730px) {
  header {
    width: 84%;
  }
}

@media screen and (max-width: 1350px) {
  header {
    width: 88%;
  }
}

@media screen and (max-width: 1250px) {
  header {
    width: 98%;
  }
}

@media screen and (max-width: 768px) {
  header {
    width: 100%;
    height: 48px;
    min-width: 0;
  }
}

header .logo {
  width: 323px;
  height: 80%;
  align-self: center;
}

@media screen and (max-width: 768px) {
  header .logo {
    width: 127px;
    margin-left: 20px;
  }
}

header .logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

header .header-right-btns {
  margin-top: 20px;
}

header .header-right-btns-item {
  float: right;
  position: relative;
  margin-right: 12px;
  border: 1px solid #21c4ff;
  padding: 2px 12px;
  background-color: #21c4ff;
  border-radius: 4px;
}

header .header-right-btns-item:first-child {
  margin-right: 0;
}

header .header-right-btns-item:hover {
  cursor: pointer;
}

header .header-right-btns-item .secondNav {
  width: 130px;
  position: absolute;
  top: 105%;
  left: 50%;
  z-index: 100;
  background: #fff;
  display: none;
  height: auto;
  margin-left: -65px;
}

header .header-right-btns-item .secondNav li {
  float: none;
}

header .header-right-btns-item .secondNav li a {
  display: inline-block;
  text-align: center;
  margin: 0;
  width: 100%;
  color: #808080;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  border: none;
}

header .header-right-btns-item .secondNav li a:hover {
  background: #F6F6F6;
  color: #21c4ff;
  text-decoration: none;
}

header .header-right-btns-item a {
  color: #ffffff;
  font-size: 14px;
}

header .header-right-btns .hightlight {
  background-color: #ffffff;
}

header .header-right-btns .hightlight a {
  color: #21c4ff;
}

header .header-right .navMenu {
  margin-top: 20px;
  height: 55px;
}

header .header-right .navMenu ul {
  height: 100%;
  margin: 0;
}

header .header-right .navMenu ul li {
  height: 100%;
  float: left;
  position: relative;
}

header .header-right .navMenu ul li a {
  color: #333333;
  font-size: 16px;
  display: inline-block;
  padding: 0 4px 8px 4px;
  margin-left: 52px;
  text-decoration: none;
}

@media screen and (max-width: 1730px) {
  header .header-right .navMenu ul li a {
    margin-left: 32px;
  }
}

header .header-right .navMenu ul li .active {
  color: #21c4ff;
  border-bottom: 2px solid #21c4ff;
}

header .header-right .navMenu ul li .secondNav {
  width: 130px;
  position: absolute;
  top: 52px;
  right: -15%;
  z-index: 100;
  background: #fff;
  display: none;
  height: auto;
}

header .header-right .navMenu ul li .secondNav li {
  float: none;
}

header .header-right .navMenu ul li .secondNav li a {
  text-align: center;
  margin: 0;
  width: 100%;
  color: #808080;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}

header .header-right .navMenu ul li .secondNav li a:hover {
  background: #F6F6F6;
  color: #21c4ff;
}

header .header-right .navMenu ul li .s1 {
  right: -20%;
}

header .header-right .navMenu ul li .gorgeous {
  position: absolute;
  top: 54px;
  left: 52px;
  z-index: 100;
  background: #fff;
  width: 446px;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.12);
  display: none;
}

header .header-right .navMenu ul li .gorgeous-item {
  padding: 28px;
  float: left;
}

header .header-right .navMenu ul li .gorgeous-item:first-child {
  width: 204px;
}

header .header-right .navMenu ul li .gorgeous-item:last-child {
  width: 242px;
}

header .header-right .navMenu ul li .gorgeous-item p {
  font-size: 16px;
  color: #333333;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 10px;
  margin-bottom: 14px;
}

header .header-right .navMenu ul li .gorgeous-item-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

header .header-right .navMenu ul li .gorgeous-item-container a {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  color: #808080;
  min-width: 92px;
  padding: 10px 4px;
}

header .header-right .navMenu ul li .gorgeous-item-container a:hover {
  color: #21c4ff;
  background-color: #FAFAFB;
}

header .header-xs {
  background-color: #21c4ff;
  width: 48px;
  height: 48px;
  text-align: center;
  position: relative;
}

header .header-xs-icon {
  width: 100%;
  height: 100%;
  background: url("../images/menu-icon.png") no-repeat center center;
  background-size: 20px 14px;
}

header .header-xs .below-nav-wrap {
  position: absolute;
  top: 48px;
  right: 0;
  width: 175px;
  background: #ffffff;
  z-index: 45;
  display: none;
}

header .header-xs .below-nav-wrap .inner {
  padding-top: 20px;
  min-height: 300px;
}

header .header-xs .below-nav-wrap .inner-item {
  height: 40px;
}

header .header-xs .below-nav-wrap .inner-item a {
  display: inline-block;
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  padding: 0 20px;
  text-align: right;
  height: 40px;
  line-height: 40px;
  width: 100%;
}

header .header-xs .below-nav-wrap .inner-item a .arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../images/arrow-icon.png") no-repeat;
  background-size: 12px 12px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  z-index: 45;
}

header .header-xs .below-nav-wrap .inner-item .nav-box-wrap {
  position: absolute;
  width: 175px;
  top: 0;
  right: 100%;
  background: #ffffff;
  padding: 20px 10px 0 10px;
  z-index: 45;
  border-right: 2px solid #D6D6D6;
  display: none;
  min-height: 300px;
}

header .header-xs .below-nav-wrap .inner-item .nav-box-wrap-item {
  width: 100%;
  margin-bottom: 12px;
}

header .header-xs .below-nav-wrap .inner-item .nav-box-wrap-item h3 {
  font-size: 14px;
  color: #333333;
  padding-bottom: 12px;
  border-bottom: 1px solid #D6D6D6;
}

header .header-xs .below-nav-wrap .inner-item .nav-box-wrap-item ul li {
  text-align: right;
}

header .header-xs .below-nav-wrap .inner-item .nav-box-wrap-item ul li a {
  color: #808080;
  font-size: 14px;
  font-weight: normal;
  padding: 0 10px 0 0;
}

.slide-box {
  width: 100%;
  margin: 0;
  min-height: 125px;
}

.slide-box .carousel {
  height: 100%;
}

.slide-box .carousel .item .itemContent {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}

.slide-box .carousel .item .itemContent img {
  width: 100%;
}

.slide-box .carousel .item .itemContent .centerTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .slide-box .carousel .item .itemContent .centerTxt {
    width: auto;
    white-space: nowrap;
  }
}

.slide-box .carousel .item .itemContent .centerTxt h2 {
  font-size: 42px;
  color: #ffffff;
  padding-bottom: 27px;
  border-bottom: 2px solid #FFBA44;
  margin-bottom: 46px;
  white-space: nowrap;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  .slide-box .carousel .item .itemContent .centerTxt h2 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .slide-box .carousel .item .itemContent .centerTxt h2 {
    font-size: 16px;
    padding-bottom: 12px;
    width: 100%;
    margin-bottom: 0;
    border: none;
  }
}

.slide-box .carousel .item .itemContent .centerTxt .s-item {
  text-align: center;
}

.slide-box .carousel .item .itemContent .centerTxt .s-item p {
  font-size: 22px;
  color: #fff;
  display: inline-block;
  padding: 0 7px;
}

@media screen and (max-width: 768px) {
  .slide-box .carousel .item .itemContent .centerTxt {
    font-size: 20px;
  }
}

.slide-box .carousel .item .itemContent .leftTxt {
  position: absolute;
  top: 50%;
  left: 14%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1450px) {
  .slide-box .carousel .item .itemContent .leftTxt {
    left: 8%;
  }
}

@media screen and (max-width: 1380px) {
  .slide-box .carousel .item .itemContent .leftTxt {
    left: 3%;
  }
}

@media screen and (max-width: 768px) {
  .slide-box .carousel .item .itemContent .leftTxt {
    left: 4%;
  }
}

.slide-box .carousel .item .itemContent .leftTxt h2 {
  font-size: 42px;
  color: #ffffff;
  padding-bottom: 27px;
  border-bottom: 2px solid #FFBA44;
  margin-bottom: 46px;
  white-space: nowrap;
}

@media screen and (max-width: 1400px) {
  .slide-box .carousel .item .itemContent .leftTxt h2 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .slide-box .carousel .item .itemContent .leftTxt h2 {
    font-size: 16px;
    padding-bottom: 12px;
    margin-bottom: 0;
    border: none;
  }
}

.slide-box .carousel .item .itemContent .leftTxt .s-item {
  text-align: center;
}

.slide-box .carousel .item .itemContent .leftTxt .s-item p {
  font-size: 22px;
  color: #fff;
  display: inline-block;
  padding: 0 7px;
}

.advantage {
  width: 100%;
  background: #ffffff;
  padding: 99px 0;
}

@media screen and (max-width: 768px) {
  .advantage {
    padding: 20px 0;
  }
}

.advantage h4 {
  font-size: 36px;
  text-align: center;
  color: #3A3A3A;
}

@media screen and (max-width: 768px) {
  .advantage h4 {
    font-size: 18px;
  }
}

.advantage-container {
  width: 40%;
  margin: auto;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .advantage-container {
    width: 80%;
    margin-top: 30px;
  }
}

.advantage-container img {
  width: 100%;
}

.advantage-content {
  width: 622px;
  margin: auto;
  margin-top: 100px;
}

.advantage-content-top {
  display: flex;
}

.advantage-content-top-item {
  text-align: center;
}

.advantage-content-top-item img {
  width: 136px;
  height: 136px;
}

.advantage-content-top-item p {
  color: #622A95;
  font-size: 24px;
}

.advantage-content-top .arrow {
  width: 98px;
  height: 25px;
  transform: translateY(40px);
}

.advantage-content-top .arrow img {
  width: 100%;
  height: 100%;
}

.advantage-content-mid {
  width: 80%;
  margin: auto;
  margin-top: 200px;
  display: flex;
  justify-content: space-between;
}

.advantage-content-mid-item {
  width: 200px;
  position: relative;
  padding-top: 20px;
  transition: width 1s ease 0;
}

.advantage-content-mid-item:first-child {
  padding-top: 0;
}

.advantage-content-mid-item .n1 .icon {
  width: 200px;
  height: 180px;
  background-image: url("../images/base-1.png");
  background-size: 100% 100%;
}

.advantage-content-mid-item .n1 p {
  color: #C897F5;
  font-size: 20px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.advantage-content-mid-item .n1 .line {
  position: absolute;
  top: -110%;
  left: 20px;
  height: 180px;
  width: 600px;
  background-image: url("../images/ad-line1.png");
  background-size: 100% 100%;
}

.advantage-content-mid-item .n1.active .icon {
  background-image: url("../images/base-1-a.png");
}

.advantage-content-mid-item .n1.active .line {
  background-image: url("../images/ad-line1-a.png");
}

.advantage-content-mid-item .n1.active p {
  color: #622A95;
}

.advantage-content-mid-item .n2 {
  width: 200px;
  text-align: center;
}

.advantage-content-mid-item .n2.active .icon {
  background-image: url("../images/base-2-a.png");
}

.advantage-content-mid-item .n2.active .line {
  background-image: url("../images/ad-line2-a.png");
}

.advantage-content-mid-item .n2.active p {
  color: #622A95;
}

.advantage-content-mid-item .n2 .icon {
  width: 136px;
  height: 136px;
  background-image: url("../images/base-2.png");
  background-size: 100% 100%;
  margin: auto;
}

.advantage-content-mid-item .n2 p {
  color: #C897F5;
  font-size: 20px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.advantage-content-mid-item .n2 .line {
  position: absolute;
  top: -100%;
  left: 50%;
  width: 240px;
  height: 180px;
  background-image: url("../images/ad-line2.png");
  background-size: 100% 100%;
}

.advantage-content-mid-item .n3 {
  width: 200px;
  text-align: center;
}

.advantage-content-mid-item .n3.active .icon {
  background-image: url("../images/base-3-a.png");
}

.advantage-content-mid-item .n3.active .line {
  background-image: url("../images/ad-line3-a.png");
}

.advantage-content-mid-item .n3.active p {
  color: #622A95;
}

.advantage-content-mid-item .n3 .icon {
  width: 136px;
  height: 136px;
  background-image: url("../images/base-3.png");
  margin: auto;
  background-size: 100% 100%;
}

.advantage-content-mid-item .n3 p {
  color: #C897F5;
  font-size: 20px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.advantage-content-mid-item .n3 .line {
  position: absolute;
  top: -110%;
  right: 0px;
  height: 200px;
  width: 600px;
  background-image: url("../images/ad-line3.png");
  background-size: 100% 100%;
}

.advantage-contentForE {
  width: 800px;
  margin: auto;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .advantage-contentForE {
    width: 90%;
    margin-top: 20px;
  }
}

.advantage-contentForE img {
  width: 100%;
}

.chain {
  width: 100%;
  background: #FAFAFA;
  padding: 99px 0;
  background-image: url("../images/chain-bg.png");
  background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
  .chain {
    padding: 20px 0;
  }
}

.chain h4 {
  font-size: 36px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .chain h4 {
    font-size: 18px;
  }
}

.chain-content {
  width: 1220px;
  position: relative;
  margin: auto;
  margin-top: 100px;
}

.chain-content-item {
  display: block;
  float: left;
  min-width: 180px;
  background: #ffffff;
  padding: 64px 10px;
  text-align: center;
  margin-right: 10px;
  text-decoration: none;
  min-height: 390px;
}

.chain-content-item:last-child {
  margin-right: 0;
}

.chain-content-item:hover {
  cursor: pointer;
  text-decoration: none;
}

.chain-content-item:visited {
  text-decoration: none;
}

.chain-content-item.active {
  background-image: linear-gradient(#4EA1E9, #2764D7);
  width: 250px;
}

.chain-content-item.active .chain-content-item-txt h5 {
  color: #ffffff;
}

.chain-content-item.active .chain-content-item-txt .divider {
  border-color: #ffffff;
}

.chain-content-item.active .chain-content-item-txt p {
  color: #ffffff;
}

.chain-content-item img {
  width: 96px;
  height: 96px;
}

.chain-content-item-txt {
  text-align: center;
  margin-top: 50px;
}

.chain-content-item-txt .divider {
  width: 40px;
  margin: auto;
  border-top: 2px solid #5ED4FF;
  margin-bottom: 24px;
}

.chain-content-item-txt h5 {
  font-size: 24px;
  color: #333333;
  margin: 0 0 20px 0;
}

.chain-content-item-txt p {
  color: #808080;
  font-size: 16px;
}

.chain-content-item .linkList {
  text-align: center;
  margin-top: 50px;
  display: none;
}

.chain-content-item .linkList .divider {
  width: 40px;
  margin: auto;
  border-top: 2px solid #ffffff;
  margin-bottom: 24px;
}

.chain-content-item .linkList h5 {
  font-size: 24px;
  color: #ffffff;
  margin: 0 0 20px 0;
}

.chain-content-item .linkList p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

.chain-xs {
  width: calc(100% - 32px);
  margin: auto;
  margin-top: 30px;
}

.chain-xs-item {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 6px rgba(94, 212, 255, 0.65);
  margin-bottom: 16px;
  display: flex;
  justify-content: space-around;
  padding: 16px 0;
}

.chain-xs-item img {
  width: 48px;
  height: 48px;
}

.chain-xs-item-r {
  width: calc(100% - 107px);
}

.chain-xs-item-r p {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2px;
}

.chain-xs-item-r span {
  font-size: 12px;
  color: #808080;
}

.success {
  width: 100%;
  background-image: url("../images/success-bg.png");
  background-size: 100% 100%;
  padding: 90px 0 180px 0;
}

@media screen and (max-width: 768px) {
  .success {
    padding: 20px 0;
  }
}

.success h4 {
  font-size: 36px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .success h4 {
    font-size: 18px;
  }
}

.success-content {
  width: 1080px;
  margin: auto;
  margin-top: 140px;
}

.success-content-item {
  float: left;
  text-align: center;
  padding: 20px 70px;
  border-right: 2px solid #E5E5E5;
}

.success-content-item:last-child {
  border-right: none;
}

.success-content-item:first-child .success-content-item-top span {
  color: #1AA7D9;
}

.success-content-item-top {
  height: 64px;
  display: flex;
  justify-content: center;
}

.success-content-item-top span {
  font-size: 64px;
  color: #3A3A3A;
  margin-right: 6px;
  line-height: 50px;
  float: left;
}

.success-content-item-top .unit {
  float: left;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 12px;
}

.success-content-item-top .unit em {
  font-style: normal;
  font-size: 12px;
}

.success-content-item-top .unit img {
  width: 12px;
  height: 18px;
}

.success-content-item-bot {
  font-size: 24px;
  color: #3A3A3A;
  margin-top: 24px;
}

.success-xs {
  width: 80%;
  margin: auto;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.success-xs-item {
  width: 50%;
  text-align: center;
  margin-bottom: 40px;
  padding: 10px 0;
}

.success-xs-item:nth-child(odd) {
  border-right: 1px solid #E5E5E5;
}

.success-xs-item:first-child .success-xs-item-top span {
  color: #1AA7D9;
}

.success-xs-item:last-child {
  margin-bottom: 0;
}

.success-xs-item:nth-child(3) {
  margin-bottom: 0;
}

.success-xs-item-top span {
  font-size: 24px;
  color: #3A3A3A;
}

.success-xs-item-top em {
  font-style: normal;
  font-size: 12px;
  color: #3A3A3A;
}

.success-xs-item p {
  font-size: 14px;
  color: #3A3A3A;
}

.trend {
  width: 100%;
  padding: 60px 0 90px 0;
  background: url("../images/trend-bg.png");
  background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
  .trend {
    padding: 20px 0;
  }
}

.trend h4 {
  font-size: 36px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .trend h4 {
    font-size: 18px;
  }
}

.trend-content {
  width: 1080px;
  margin: auto;
  margin-top: 70px;
  position: relative;
}

.trend-content .swiper-container {
  width: 100%;
}

.trend-content .swiper-container .swiper-wrapper {
  padding: 15px 0;
}

.trend-content .swiper-container .swiper-wrapper .swiper-slide .trendSlide {
  height: 375px;
  border: 1px solid #21C4FF;
  background: #ffffff;
  padding: 20px 16px 0 16px;
  box-shadow: 0 10px 20px #DFF3FD;
  cursor: pointer;
}

.trend-content .swiper-container .swiper-wrapper .swiper-slide .trendSlide img {
  width: 100%;
  height: 160px;
}

.trend-content .swiper-container .swiper-wrapper .swiper-slide .trendSlide h5 {
  font-size: 18px;
  color: #3A3A3A;
  font-weight: normal;
  margin: 21px 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trend-content .swiper-container .swiper-wrapper .swiper-slide .trendSlide p {
  font-size: 14px;
  color: #7A7A7A;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.trend-content .swiper-container .swiper-wrapper .swiper-slide-active + .swiper-slide .trendSlide {
  height: 405px;
  transform: translateY(-10px);
}

.trend-content .swiper-container .swiper-wrapper .swiper-slide-active + .swiper-slide .trendSlide p {
  -webkit-line-clamp: 4;
}

.trend-content-slidebtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
}

.trend-content-slidebtn img {
  width: 78px;
  height: 78px;
}

@media screen and (max-width: 1400px) {
  .trend-content-slidebtn img {
    width: 50px;
    height: 50px;
  }
}

.trend-content .left {
  left: -120px;
}

@media screen and (max-width: 1400px) {
  .trend-content .left {
    left: -60px;
  }
}

.trend-content .right {
  right: -120px;
}

@media screen and (max-width: 1400px) {
  .trend-content .right {
    right: -60px;
  }
}

.trend-content .getDetail {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}

.trend-content .getDetail a {
  display: inline-block;
  border: 1px solid #21C4FF;
  padding: 10px 26px;
  color: #333333;
  font-size: 14px;
}

.trend-content .getDetail a:hover {
  cursor: pointer;
  text-decoration: none;
}

.trend-xsSlide {
  width: 100%;
  text-align: center;
  margin: auto;
}

.trend-xsSlide .xs-container {
  width: 100%;
  margin-top: 20px;
  overflow-x: hidden;
  padding: 20px 0;
}

.trend-xsSlide .xs-container .swiper-wrapper .trendSlide {
  border: 1px solid  #21C4FF;
  background: #ffffff;
  padding: 20px 16px 0 16px;
  box-shadow: 0 4px 4px #DFF3FD;
  margin: auto;
}

.trend-xsSlide .xs-container .swiper-wrapper .trendSlide img {
  width: 100%;
}

.trend-xsSlide .xs-container .swiper-wrapper .trendSlide h5 {
  font-size: 16px;
  color: #3A3A3A;
  font-weight: normal;
  margin: 10px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .trend-xsSlide .xs-container .swiper-wrapper .trendSlide h5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

.trend-xsSlide .xs-container .swiper-wrapper .trendSlide p {
  font-size: 12px;
  color: #7A7A7A;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.trend-xsSlide .xs-container .swiper-wrapper .swiper-slide-active .trendSlide {
  transform: scale(1.1);
}

.trend-xsSlide .te {
  display: inline-block;
  width: 73px;
  border: 1px solid #21C4FF;
  margin: auto;
  margin-top: 20px;
  color: #3a3a3a;
  font-size: 14px;
  text-align: center;
  padding: 5px 0;
}

.cooperation {
  width: 100%;
  padding: 99px 0;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .cooperation {
    padding: 20px 0;
  }
}

.cooperation h4 {
  font-size: 36px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cooperation h4 {
    font-size: 18px;
  }
}

.cooperation .divider {
  width: 80px;
  margin: auto;
  border-top: 4px solid #FF4B4B;
  margin-top: 32px;
}

.cooperation-content {
  width: 100%;
  margin-top: 78px;
  position: relative;
}

.cooperation-content-slide {
  width: 1004px;
  height: 140px;
  padding: 10px 10px 0 10px;
  margin: auto;
  overflow-x: hidden;
}

.cooperation-content-slide .swiper-wrapper .swiper-slide {
  width: 230px;
  height: 91px;
}

.cooperation-content-slide .swiper-wrapper .swiper-slide:hover {
  cursor: pointer;
  border: 1px solid #21C4FF;
}

.cooperation-content-slide .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.cooperation-content-slidebtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 27px;
  outline: none;
}

.cooperation-content-slidebtn:root {
  --swiper-theme-color: transparent !important;
}

.cooperation-content-slidebtn:hover {
  cursor: pointer;
}

.cooperation-content-slidebtn img {
  width: 100%;
  height: 100%;
}

.cooperation-content .left {
  left: 19.9%;
}

.cooperation-content .right {
  right: 19.9%;
}

.cooperation-xs {
  width: calc(100% - 32px);
  margin: auto;
  margin-top: 20px;
  overflow-x: hidden;
}

.cooperation-xs-slide .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.join {
  width: 100%;
  background: url("../images/join-bg.png") no-repeat;
  background-size: 100% 101%;
  padding: 109px 0 88px 0;
}

@media screen and (max-width: 1200px) {
  .join {
    padding: 50px 0;
  }
}

.join p {
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  margin-bottom: 25px;
}

.join p:nth-child(2) {
  margin-bottom: 0;
}

.join-btn {
  width: 130px;
  height: 40px;
  margin: auto;
  margin-top: 88px;
}

.join-btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  background: #ffffff;
  color: #33aef0;
  text-align: center;
}

.join-btn:hover {
  cursor: pointer;
}

.footer {
  width: 100%;
  background: #575757;
  padding: 47px 0;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 10px 0;
  }
}

.footer-top {
  width: 67%;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

@media screen and (max-width: 1700px) {
  .footer-top {
    width: 70.79%;
    min-width: 1200px;
  }
}

@media screen and (max-width: 1340px) {
  .footer-top {
    width: 85.79%;
  }
}

@media screen and (max-width: 1200px) {
  .footer-top {
    width: 95.79%;
  }
}

.footer-top-item {
  height: 96px;
}

.footer-top-item-left {
  float: left;
  padding: 30px 20px 30px 0;
}

.footer-top-item-left img {
  width: 38px;
  height: 38px;
}

.footer-top-item-right {
  padding: 10px 0 10px 20px;
  float: left;
  border-left: 1px solid #707070;
}

.footer-top-item-right p {
  color: #FFFFFF;
  font-size: 32px;
}

.footer-top-item-right p:last-child {
  font-size: 14px;
}

.footer-link {
  width: 100%;
  border: 1px solid #707070;
  border-right: none;
  border-left: none;
  margin-top: 58px;
}

@media screen and (max-width: 768px) {
  .footer-link {
    width: 98%;
    margin: auto;
    margin-top: 0px;
    border-top: none;
  }
}

.footer-link-content {
  width: 70%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}

@media screen and (max-width: 1400px) {
  .footer-link-content {
    width: 80%;
  }
}

@media screen and (max-width: 1300px) {
  .footer-link-content {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .footer-link-content {
    width: 100%;
  }
}

.footer-link-content-item {
  width: 20%;
}

.footer-link-content-item .first-a {
  text-decoration: none;
  color: #ffffff;
  align-self: center;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .footer-link-content-item .first-a {
    font-size: 12px;
  }
}

.footer-link-content-item .list {
  width: 100%;
  margin-top: 16px;
}

.footer-link-content-item .list a {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #B7B7B7;
  text-align: left;
  margin-bottom: 12px;
  text-decoration: none;
  cursor: pointer;
}

.footer-link-content-item .list a:last-child {
  margin-bottom: 0;
}

.footer-link-content-item .gor-list {
  width: 100%;
}

.footer-link-content-item .gor-list-item {
  margin-top: 16px;
}

.footer-link-content-item .gor-list p {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 12px;
}

.footer-link-content-item .gor-list a {
  cursor: pointer;
  font-size: 14px;
  color: #B7B7B7;
  margin-bottom: 12px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}

.footer-link-content-item .gor-list a:last-child {
  margin-bottom: 0;
}

.footer-text {
  width: 100%;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .footer-text {
    margin-top: 20px;
  }
}

.footer-text p {
  color: #ffffff;
  text-align: center;
  margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
  .footer-text p {
    font-size: 12px;
  }
}

.footer-text p a {
  text-decoration: none;
}

.footer-text p a:visited {
  color: #ffffff;
}

.footer-text p a:hover {
  color: #ffffff;
}
