.w1240{
  width: 1140px;
  margin: 0 auto;
  position: relative;
}
body{
  min-width: 1260px;
  overflow: auto;
}


.indexSwiper .swiper-slide{
  height: 820px;
}

.index-top{
  position: fixed;
  min-width: 1260px;
  top: 0;
  width: 100%;
  left: 0;
  transition: all .2s;
  z-index: 2;
}
.index-top.fixed{
  /* position: sticky; */
}
.index-top:hover,
.index-top.fixed{
  background-color: #fff;
}
.index-top .w1240{
  align-items: flex-start;
  padding-top: 26px;
  min-height: 80px;
}
.index-top .logo i{
  display: block;
  width: 62px;
  height: 32px;
  transition: all .2s;
  background-image: url(../images/logo-white.png);
}
.index-top:hover .logo i,
.index-top.fixed .logo i{
  background-image: url(../images/logo-gray.png);
}
.index-top .logo span{
  margin-left: 12px;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
}
.index-top:hover .logo span,
.index-top.fixed .logo span{
  color: #000;
}
.index-top .it-langs{
  margin-top: 4px;
  font-size: 18px;
  color: #fff;
  line-height: 32px;
}
.index-top:hover .it-langs,
.index-top.fixed .it-langs{
  color: #000;
}
.index-top .it-langs a{
  color: #fff;
}
.index-top:hover .it-langs a,
.index-top.fixed .it-langs a{
  color: #000;
}
.index-top .it-langs span{
  margin: 0 6px;
  font-size: 12px;
}
.index-top .it-navs{
  margin-top: 4px;
  display: flex;
}
.index-top .it-navs li{
  text-align: center;
  min-width: 164px;
}
.index-top .it-navs li a.primary{
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 20px;
}
.index-top .it-navs li:hover a.primary:after{
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 3px;
  width: 100%;
  background-color: #06b1a3;
}
.index-top:hover .it-navs li a.primary,
.index-top.fixed .it-navs li a.primary{
  color: #000;
}
.index-top .it-navs dl{
  display: none;
  padding: 12px 0;
}
.index-top .it-navs dl .secs{
  position: absolute;
  display: none;
  left: 80%;
  top: 0;
  padding: 15px 20px;
  background-color: #fff;
}
.index-top .it-navs dl .secs a{
  display: inline-block;
  margin-bottom: 30px;
  font-size: 18px;
  color: #666;
  line-height: 32px;
  white-space: nowrap;
}
.index-top .it-navs dl .secs a:hover{
  color: #000;
}
.index-top .it-navs dl .secs a:last-child{
  margin-bottom: 0;
}
.index-top .it-navs dl dd{
  position: relative;
  padding: 15px 0;
}
.index-top .it-navs dl dd:hover .secs{
  display: block;
}
.index-top .it-navs dl dd a.secondary{
  display: inline-block;
  position: relative;
  font-size: 18px;
  color: #666;
  line-height: 20px;
}
.index-top .it-navs dl dd a.secondary.budge:after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #06b1a3;
}
.index-top .it-navs dl dd a.secondary:hover{
  color: #000;
}
.index-top .it-navs li:hover dl{
  display: block;
}




.index-banner{
  position: relative;
  z-index: 1;
  text-align: center;
}
.index-banner img{
  max-width: 100%;
}



.index-comp-intro{
  padding: 200px 0 146px;
}
.index h2{
  position: relative;
  padding: 30px 0 24px 0;
  font-size: 36px;
  line-height: 44px;
}
.index h2:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 50px;
  background-color: #06b1a3;
}
.index-comp-intro .part01 .words{
  width: 440px;
}
.index-comp-intro .part01 .words .content{
  margin-top: 50px;
  font-size: 16px;
  color: #666;
  line-height: 40px;
  text-align: justify;
}
.index-comp-intro .part01 .right-img{
  width: 600px;
  height: 500px;
  overflow: hidden;
}
.index-comp-intro .part01 .right-img img{
  width: 100%;
}
.index-comp-intro .ci-img{
  margin-top: 200px;
  height: 800px;
}
.index-comp-intro .ci-img .ps{
  margin-top: 40px;
}
.index-comp-intro .ci-img .ps p{
  font-size: 24px;
  color: #fff;
  line-height: 80px;
}
.index-comp-intro .ci-img img{
  width: 100%;
}
.index-comp-intro .part02{
  padding: 90px 0 0 0;
}
.index-comp-intro .part02 .content{
  margin-top: 40px;
  font-size: 24px;
  color: #000;
  line-height: 80px;
}
.index-comp-intro .part02 .img{
  margin-top: 60px;
}
.index-comp-intro .part02 .img img{
  width: 100%;
}




.index-comp-art{
  padding: 76px 0 100px;
  background-color: #F0F0F0;
}
.index-comp-art ul{
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
.index-comp-art ul li{
  position: relative;
  width: 354px;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.index-comp-art ul li .img-box{
  height: 306px;
  overflow: hidden;
}
.index-comp-art ul li .img-box img{
  width: 100%;
}
.index-comp-art ul li .tit{
  padding-top: 25px;
  text-align: center;
  height: 100px;
}
.index-comp-art ul li .tit p.b{
  font-size: 16px;
  color: #000;
  line-height: 20px;
}
.index-comp-art ul li .tit p.l{
  margin-top: 10px;
  font-size: 14px;
  color: #787878;
  line-height: 18px;
}
.index-comp-art ul li .hover{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 66px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all .2s;
  background-color: #000;
}
.index-comp-art ul li:hover .hover{
  opacity: 1;
}
.index-comp-art ul li .hover .tit2 p.b{
  font-size: 30px;
  line-height: 36px;
}
.index-comp-art ul li .hover .tit2 p.l{
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
}
.index-comp-art ul li .hover .tit2:after{
  content: "";
  display: block;
  margin: 33px auto 18px;
  width: 2px;
  height: 40px;
  background-color: #06b1a3;
}
.index-comp-art ul li .hover .cont{
  padding: 0 24px;
  font-size: 18px;
  line-height: 40px;
  white-space: pre-wrap
}



.index-comp-history{
  padding: 120px 0 0;
}
.index-comp-history .times-line{
  margin: 114px 50px 150px;
  position: relative;
}
.index-comp-history .times-line .swiper-scroll,
.index-swiper02 .swiper-scroll{
  position: absolute;
  top: 38px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  color: #fff;
  border-radius: 50%;
  background-color: #404040;
}
.index-swiper02 .swiper-scroll{
  top: 50%;
  transform: translateY(-50%);
}
.index-comp-history .times-line .swiper-scroll.prev{
  left: -50px;
}
.index-swiper02 .swiper-scroll.prev{
  left: -60px;
}
.index-comp-history .times-line .swiper-scroll.next{
  right: -50px;
}
.index-swiper02 .swiper-scroll.next{
  right: -60px;
}
.index-comp-history .times-line .swiper-container{
  height: 70px;
}
.index-comp-history .times-line .swiper-container .swiper-wrapper{
  position: relative;
}
.index-comp-history .times-line .swiper-container .swiper-wrapper:after{
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 6px;
  border: 1px solid #C8C8C8;
  z-index: 0;
}
.index-comp-history .times-line .swiper-slide{
  position: relative;
  z-index: 1;
  align-items: flex-end;
  padding-bottom: 15px;
  font-size: 24px;
  color: #787878;
  line-height: 30px;
}
.index-comp-history .times-line .swiper-slide:after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #C8C8C8;
}
.index-comp-history .times-line .swiper-slide.swiper-slide-active{
  font-size: 32px;
  line-height: 40px;
  color: #000;
}
.index-comp-history .times-line .swiper-slide.swiper-slide-active:after{
  bottom: 0;
  width: 16px;
  height: 16px;
  background-color: #06b1a3;
}
.index-comp-history .times-line .tl-panes{
  margin-top: 60px;
}
.index-comp-history .times-line .tl-panes .panel{
  display: none;
}
.index-comp-history .times-line .tl-panes .panel.active{
  display: block;
}
.index-comp-history .times-line .tl-list .sec{
  padding: 40px 78px 40px 0;
  align-items: center;
  border-bottom: 1px solid #C8C8C8;
}
.index-comp-history .times-line .tl-list .sec:last-child{
  border-bottom: none;
}
.index-comp-history .times-line .tl-list .sec .words{
  width: 680px;
}
.index-comp-history .times-line .tl-list .sec .words h3{
  font-size: 28px;
  color: #000;
  font-weight: 500;
  line-height: 34px;
}
.index-comp-history .times-line .tl-list .sec .words .content{
  margin-top: 20px;
  font-size: 16px;
  color: #787878;
  line-height: 36px;
  min-height: 72px;
}
.index-comp-history .times-line .tl-list .sec .img{
  text-align: right;
  width: 300px;
  height: 200px;
}
.index-comp-history .times-line .tl-list .sec .img img{
  max-width: 100%;
  max-width: 100%;
}



.index-comm{
  padding: 100px 0;
}
.index-comm .words{
  width: 540px;
}
.index-comm .words h3{
  font-size: 36px;
  color: #000;
  line-height: 44px;
}
.index-comm .words .content{
  margin: 50px 0;
  font-size: 16px;
  color: #666;
  line-height: 36px;
  -webkit-line-clamp: 4;
}
.index-comm .words a.check-more{
  width: 300px;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #000;
  font-size: 16px;
  color: #000;
  transition: all .2s;
}
.index-comm .words a.check-more:hover{
  color: #fff;
  background-color: #000;
}
.index-comm .words a.check-more.disabled{
  border: 1px solid #A0A0A0;
  color: #A0A0A0;
  background-color: #C8C8C8;
  cursor: default;
}
.index-comm .img{
  width: 540px;
  height: 440px;
  overflow: hidden;
}
.index-comm .img img{
  width: 100%;
}


.index-quota{
  padding: 200px 0 0;
}
.index-quota .quota{
  padding-left: 20px;
  padding-bottom: 120px;
}
.index-quota .quota p{
  width: 800px;
  font-size: 20px;
  color: #fff;
  line-height: 50px;
}
.index-quota .quota .fa-quote-left,
.index-quota .quota .fa-quote-right{
  position: absolute;
  font-size: 40px;
  color: #000;
}
.index-quota .quota .fa-quote-left{
  left: -88px;
  top: 2px;
}
.index-quota .quota .fa-quote-right{
  right: 0;
  bottom: 0;
}
.index-quota .quota img{
  position: relative;
  z-index: 0;
  width: 100%;
}



.index-data-flow{
  margin: 20px 0 200px;
}
.index-data-flow .w1240{
  display: flex;
  align-items: flex-end;
  padding-left: 20px;
}
.index-data-flow .img{
  width: 400px;
  height: 510px;
  overflow: hidden;
}
.index-data-flow .img img{
  width: 100%;
}
.index-data-flow .words{
  margin-left: 114px;
  flex: 1;
  font-size: 20px;
  line-height: 40px;
  color: #000;
}



.index-thr ul{
  display: flex;
}
.index-thr ul li{
  position: relative;
  width: 33.333333333%;
  height: 570px;
  overflow: hidden;
}
.index-thr ul li img.img{
  position: relative;
  z-index: 0;
  width: 100%;
  transition: all .2s;
}
.index-thr ul li:hover img.img{
  transform: scale(1.2);
}
.index-thr ul li p{
  z-index: 1;
  white-space: nowrap;
  font-size: 48px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}



.index-swiper02{
  margin: 200px 0 0;
}
.index-swiper02 .w1240{
  background-color: #001530;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.index-swiper02 .swiper-slide{
  padding: 0 140px;
  text-align: center;
  color: #fff;
  height: 600px;
}
.index-swiper02 .sl01{
  padding-top: 100px;
}
.index-swiper02 .sl01 h3{
  font-size: 36px;
  line-height: 44px;
}
.index-swiper02 .sl01 p{
  margin-top: 108px;
  font-size: 18px;
  line-height: 50px;
}
.index-swiper02 .sl01 .icons{
  padding: 0 150px;
  margin-top: 38px;
}



.index-eight{
  padding: 150px 0 92px;
}
.index-eight ul{
  display: flex;
  flex-wrap: wrap;
}
.index-eight ul li{
  width: 25%;
  padding: 50px 0;
  text-align: center;
}
.index-eight ul li p{
  margin-top: 20px;
  font-size: 24px;
  color: #231916;
  line-height: 30px;
}



.index-sale{
  max-width: 1440px;
  margin: 0 auto 200px;
  background: url(../images/bg-index-sale.png) bottom right no-repeat;
}
.index-sale .is-sec{
  width: 600px;
  padding: 50px 0 100px;
}
.index-sale .is-sec h3{
  font-size: 36px;
  color: #231916;
  line-height: 44px;
}
.index-sale .is-sec p{
  margin-top: 20px;
  font-size: 16px;
  color: #666;
  line-height: 36px;
}
.index-sale .is-tip{
  font-size: 16px;
  color: #000;
  line-height: 36px;
  font-weight: 600;
}



.index-core h2,
.index-position h2,
.index-rewards h2,
.index-single h2{
  font-size: 36px;
  color: #000;
  line-height: 44px;
  text-align: center;
}


.index-core{
  padding: 200px 0 100px;
}
.index-core ul{
  padding: 50px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.index-core ul li{
  margin-top: 50px;
  width: 33.33333333%;
  display: flex;
  text-align: center;
}
.index-core ul li .box{
  width: 300px;
}
.index-core ul li h3{
  margin-top: 10px;
  font-size: 20px;
  line-height: 24px;
  color: #000;
}
.index-core ul li p{
  margin-top: 10px;
  font-size: 14px;
  color: #787878;
  line-height: 20px;
}



.index-position{
  padding: 100px 0;
}
.index-position .list{
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
}
.index-position .list li:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 40px;
  background-color: #06b1a3;
}
.index-position .list li{
  position: relative;
  margin-bottom: 26px;
  padding: 24px 0;
  width: 50%;
}
.index-position .list li p{
  font-size: 24px;
  color: #000;
  line-height: 30px;
}
.index-position img.img{
  width: 100%;
}



.index-rewards{
  padding: 100px 0 50px 0;
}
.index-rewards li{
  padding: 100px 0 50px;
}
.index-rewards li .img{
  width: 360px;
  height: 500px;
  overflow: hidden;
}
.index-rewards li .img img{
  width: 100%;
}
.index-rewards li .words{
  flex: 1;
}
.index-rewards li .words h3{
  position: relative;
  padding: 42px 0;
  font-size: 36px;
  line-height: 44px;
  color: #000;
}
.index-rewards li .words h3:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 4px;
  background-color: #FFAF00;
}
.index-rewards li .words p{
  margin-top: 48px;
  width: 700px;
  font-size: 20px;
  line-height: 40px;
  color: #666;
}



.index-single{
  padding: 100px 0;
}
.index-single .w1240{
  width: 1040px;
}
.index-single .content{
  margin-top: 100px;
  font-size: 16px;
  color: #000;
  line-height: 36px;
}
.index-single .content img,
.index-single .content video{
  max-width: 100% !important;
}
.index-single .content video{
  background-color: #000;
}



.index-about-us{
  position: relative;
  margin-top: 0px;
}
.index-about-us .ia-header,
.cate-header{
  position: relative;
  z-index: 0;
  height: 600px;
}
.index-about-us .ia-header{
  /* height: 800px; */
}
.index-about-us .ia-header h2,
.cate-header h1{
  font-size: 48px;
  line-height: 72px;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
}
.index-about-us .conent{
  display: flex;
  position: absolute;
  width: 1160px;
  z-index: 1;
  top: 470px;
  background-color: #fff;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.index-about-us .conent .half{
  width: 50%;
  padding: 80px 0 60px 80px;
  color: #000;
}
.index-about-us .conent .val{
  margin-top: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}
.index-about-us .conent .label,
.index-about-us .conent .split{
  margin-top: 10px;
  font-size: 18px;
  line-height: 22px;
}
.index-about-us .conent .split{
  margin-top: 40px;
  margin-bottom: 28px;
  height: 44px;
}
.index-about-us .conent .code{
  margin-top: 18px;
}
.index-about-us .conent .code .ib{
  text-align: center;
}
.index-about-us .conent .code img{
  width: 120px;
  height: 120px;
}
.index-about-us .conent .code p{
  margin-top: -4px;
  font-size: 14px;
  line-height: 18px;
}
.index-about-us .map{
  position: relative;
  height: 800px;
  background-color: #C8C8C8;
}



.index-footer{
  padding: 30px 0 120px;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
.index-footer ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-footer ul li{
  padding: 10px 0;
}
.index-footer ul li img.ic{
  margin-right: 10px;
}
.index-footer ul li p{
  font-size: 14px;
  color: #666;
  line-height: 18px;
}
.index-footer ul li p span{
  margin-left: 10px;
}



.mc_aside_navbox {
  position: fixed;
  left: 0;
  padding-left: 10px;
  top: 50%;
  transform: translateY(-50%) translateX(-100%);
  z-index: 99;
  transition: all .36s ease-out;
}
.mc_aside_navbox.show {
  transform: translateY(-50%) translateX(0);
}
.mc_aside_nav {
  position: relative;
}

.mc_aside_nav::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  z-index: -2;
  width: 1px;
  height: calc(100% - 22px);
  background: #C8C8C8;
  transition: all .36s;
}
.mc_aside_li {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #666;
  margin: 60px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  transition: all .36s;
}
.mc_aside_li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #06b1a3;
  border: 1px solid #fff;
  transition: all .36s;
}
.mc_aside_li::after {
  display: none;
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 1px;
  height: 65px;
  border-radius: 50%;
  background: #d4dbf1;
  z-index: -1;
  transition: all .36s;
}
.mc_aside_li:last-child::after {
  display: none;
}
.mc_aside_li.on {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.mc_aside_li.on::before {
  box-shadow: 0 0 8px 0 rgba(252,192,11, .75);
}
.mc_aside_li.on::after {
  background: #06b1a3;
}
.mc_aside_navbox1 .mc_aside_li {
  /* width: calc(4em + 30px); */
  margin: 30px 0;
}
.mc_aside_navline {
  display: block;
  position: absolute;
  left: 5px;
  top: 11px;
  z-index: -1;
  width: 1px;
  max-height: calc(100% - 22px);
  background: #06b1a3;
  transition: all .3s;
}

.footer-infos{
  padding: 30px 0 40px;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
.footer-infos .container-tn{
  
}
.footer-infos ul li{
  margin-right: 100px;
  font-size: 14px;
  color: #666;
}
.footer-infos ul li:last-child{
  margin-right: 0;
}
.footer-infos ul li label{
  margin-left: 12px;
}
.footer-infos ul li p{
  margin-left: 10px;
}
.footer-infos p.cr{
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}


.footer-black{
  height: 40px;
  background-color: #000;
  border-bottom: 2px solid #06b1a3;
}