.PageBanner .content,
.Pro_cont1 .content,
.Pro_cont2 .content,
.Pro_cont3 .content,
.Pro_cont4 .content,
.Pro_cont5 .content,
.pro_detailCont1 .content,
.pro_detailCont2 .content,
.pro_detailCont3 .content,
.pro_detailCont4 .content,
.pop_pageCont .content{
  width: calc(100% - 1rem);
  margin: 0 auto;
  padding-top: 0;
}
img{max-width: 100%;height: auto;box-sizing: border-box;border: 0;vertical-align: middle;}
div,li{box-sizing: border-box;}
input,button{border: none;background-color: transparent;box-sizing: border-box;outline: none;}

.PageBanner {
  width: 100%;
  height: 4.69rem;
  position: relative
}

.PageBanner .bd {
  width: 100%;
  overflow: hidden
}

.PageBanner .bd ul {
  width: 100% !important
}

.PageBanner .bd li {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0
}

.PageBanner .bd li .img {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  /* background-size: cover */
}

.PageBanner .bd li video {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.PageBanner .content {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto
}

.PageBanner .ban_t {
  width: 100%;
  padding-top: 1.3rem;
}
.PageBanner .ban_t .cn{
  color: #fff;
  font-size: .40rem;
  font-family: 'CKTKINGKONG';
  line-height: .46rem;
  margin-bottom: .10rem;
  font-weight: 600;
}
.PageBanner .ban_t .en{
  text-transform: uppercase;
  color: #aec2f5;
  font-family: 'Brandon-bold';
  font-size: .34rem;
  line-height: .30rem;
  opacity: .5;
  letter-spacing: -.01rem;
}


.PageBanner .ban_t .text1 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.PageBanner .ban_t .text2 {
  margin-top: .15rem;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.PageBanner .hd {
  width: auto;
  height: 0;
  margin: auto;
  position: absolute;
  right:.05rem;
  bottom: .35rem;
  z-index: 99
}

.PageBanner .hd ul {
  float: right
}

.PageBanner .hd ul li.on {
  background-color: #dc0800;
  width: .70rem;
}

.PageBanner .hd ul li {
  float: left;
  width:.07rem;
  height:.07rem;
  overflow: hidden;
  color: transparent;
  background-color: #d3a06f;
  margin-left: .12rem;
  transition: all .5s;
  cursor: pointer
}

.PageBanner .btn {
  width: .70rem;
  height: .70rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -.35rem ;
  cursor: pointer;
  border:.02rem solid #d3a06f;
  transition: all .6s;
}
.PageBanner .prev {
  background: url(../images/ban/prevon.png) no-repeat center;
  left:.05rem
}

.PageBanner .next {
  background: url(../images/ban/nexton.png) no-repeat center;
  right:.05rem
}

.Pro_cont1{
  position: relative;
  overflow: hidden;
  height: auto;
  padding: .8rem 0;
}
.Pro_cont1 .le .cn{
  font-size: .36rem;
  color: #2a4e8b;
  font-weight: 600;
  line-height: .4rem;
}
.Pro_cont1 .le .en{
  text-transform: uppercase;
  font-size: .44rem;
  line-height: .40rem;
  color: #2a8c86;
  letter-spacing: -.01rem;
  font-family: 'Brandon-bold';
  opacity: .2;
  margin-top: -.15rem;

}
.Pro_cont1 .le{float: none; margin-bottom: .4rem;}
.Pro_cont1 .ri{float: none;position: relative;width: auto;}
.Pro_cont1 .ri p{
  color: #999999;
  font-size: .26rem;
}
.Pro_cont1 .btn{
  background-color: #e7e7e7;
  width: 4.5rem;
  height: .80rem;
  line-height: .80rem;
  cursor: pointer;
  padding-left: .3rem;
  color: #999999;
  float: none;
  margin-top: .4rem;
  font-weight: 600;transition: all .6s;
}
.Pro_cont1 .btn img{
  margin-left: .10rem;
  display: inline-block;
  width: .2rem;
}
.Pro_cont2{
  padding-top: .8rem;
  padding-bottom: .8rem;
  height: auto;
  background: url(../images/cont2_bg.jpg) no-repeat center/cover;
}
.Pro_cont4 .t,
.Pro_cont2 .t,.Pro_cont5 .t{
  text-align: center;
  margin-bottom: .50rem;
  color: #000000;
  font-size: .36rem;
  font-weight: 600;
}
.Pro_cont5 .t{
  color: #fff;
}
.Pro_cont2 .ct ul {
  overflow: hidden;
}
.Pro_cont2 .ct ul li{
  float: none;
  background-color: #fff;
  border-radius: .2rem;
  margin-bottom: .4rem;
}
.Pro_cont2 .ct ul li:nth-last-child(1){
  margin-right: 0;
}
.Pro_cont2 .ct ul li .tit{
  height: 1.4rem;
  border-bottom:.02rem solid #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 .30rem;
}
.Pro_cont2 .ct ul li .tit img{ width: .4rem;}
.Pro_cont3 .list li .top h6,
.Pro_cont2 .ct ul li .tit h6{
  color: #3b3b3f;
  font-size: .30rem;
  font-weight: 600;
}
.Pro_cont2 .ct ul li .tit h6 em{
  display: block;
  font-size: .28rem;
  color: #2a8c86;
  text-transform: uppercase;
  font-family: 'Brandon-bold';
  letter-spacing: -1px;
}
.Pro_cont2 .ct ul li .p{
   padding: .40rem .30rem .30rem;
    display: flex;
    flex-wrap: wrap;
}
.Pro_cont2 .ct ul li .p p{
  position: relative;
  padding-left: 0;
  font-size: .26rem;
  color: #999999;
  width: 33%;
}
.Pro_cont2 .ct ul li .p p::after{
  content: '';
  position: absolute;
  top: .16rem;
  left: -.18rem;
  width:.08rem;
  height:.08rem;
  background-color: #2a4e8b;
  border-radius: 50%;

}
.Pro_cont2 .ct ul li .img img{
  border-radius: .08rem .08rem  0 0;
}

.Pro_cont3{
  padding-top: .80rem;
  padding-bottom: .60rem;
}
.Pro_cont3 .bg{
  background: url(../images/cont3_ct.png) no-repeat center/cover;
  position: relative;
  padding-top: .80rem;
  padding-bottom: .8rem;
  border-radius: .2rem;
}
.Pro_cont3 .bg h4{
  color: #fff;
  text-align: center;
  font-size: .36rem;
  margin-bottom:.1rem;
}
.Pro_cont3 .bg p{
  margin-bottom: .40rem;
  color: #fff;
  text-align: center;
  font-size: .26rem;
}
.Pro_cont3 .list ul{
  overflow: hidden;
  margin-top: .35rem;
  display: flex;
  flex-wrap: wrap;
}
.Pro_cont3 .list li {
  background-color: #f5f5f5;
  /* float: left;
  width: 2.94rem;
  height: 2.90rem; 
 */
  border-radius:.2rem;
  width: 100%;
  margin-bottom:.4rem;
}
.Pro_cont3 .list li:nth-child(2n){
  margin-right: 0;
}
.Pro_cont3 .list li .top{
  height: 1rem;
  border-bottom:.02rem solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 .30rem;
}
.Pro_cont3 .list li .top img{
    width: .4rem;
}
.Pro_cont3 .list li .bom{
  padding: .40rem .30rem  ;
}
.Pro_cont3 .list li .bom p {
  color: #999999;
  font-size: .26rem;
  line-height: .36rem;
}
.Pro_cont4{
  background: url(../images/cont4.jpg) no-repeat center/cover;
  padding: .84rem 0;
  height: auto;
}
.Pro_cont4 .swiper-slide{
  /* width: 3.88rem !important; */
}
.Pro_cont4 .swiper-slide .img img{
  border-radius:.12rem .12rem 0 0;
}
.Pro_cont4 .swiper-slide .txt{
  background-color: #fff;
  padding: .50rem .30rem ;
  border-radius: 0 0 .12rem .12rem;
  width: 100%;
}
.pro_detailCont2 .ri h6,
.Pro_cont4 .swiper-slide .txt h6{
  font-size: .30rem;
  color: #3b3b3f;
  line-height: .36rem;
  font-weight: 600;
  margin-bottom: .4rem;
  position: relative;
}
 .Pro_cont4 .swiper-slide .txt h6{
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis;
  padding-bottom: .4rem;
  margin-bottom: .0;
 }
 .Pro_cont4 .swiper-slide .txt h6>br{
  display: none;
 }
 .Pro_cont4 .swiper-slide .txt h6::after{
  bottom: .18rem !important;
 }
.pro_detailCont2 .ri h6::after,
.Pro_cont4 .swiper-slide .txt h6::after{
  content: '';
  position: absolute;
  bottom: -.23rem;
  left: 0;
  width: .60rem;
  height:.08rem;
  background-color: #2a8c86;
}
.pro_detailCont2 .ri p,
.Pro_cont4 .swiper-slide .txt p{
  font-size: .26rem;
  color: #999999;
  line-height: .36rem;
  margin-bottom: .25rem;
}
.Pro_cont4 .swiper-slide .txt .btn{
  width: 2.05rem;
  height: .80rem;
  line-height: .76rem;
  padding-left: .3rem;
  border:.02rem solid #e1e1e1;
  border-radius:.1rem;
  color: #aaaaaa;
  background: url(../images/cont4_btn.png) no-repeat 1.70rem center;
  transition: all .6s;
}


.Pro_cont4  .content{
  position: relative;
}
.Pro_cont4  .swiper{
  overflow: hidden;
  position: relative;
  padding-bottom: .50rem;
}

.Pro_cont4  .swiper .swiper-pagination{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.Pro_cont4  .swiper .swiper-pagination .swiper-pagination-bullet{
  width: .14rem;
  height: .14rem;
  border:.03rem solid #bebebe;
  opacity: 1 !important;
  background: none !important;
  margin-right:.06rem;
  border-radius: 50% ;
  box-sizing: border-box;
}
.Pro_cont4  .swiper .swiper-pagination .swiper-pagination-bullet-active{
  border-color: #0633ae;
}
.Pro_cont4  .btn>a{
  width: .60rem;
  height: .60rem;
  border-radius: 50%;
  background-color: #fff;
  transition: all .6s;
  position: absolute;
  top: 50%;
  z-index: 100;
  display: none;
}
.Pro_cont4 .content{
  position: relative;
  width: auto;
  margin-left: .5rem;
}
.Pro_cont5{
  background: url(../images/cont5_bg.jpg) no-repeat center/cover;
  padding:.80rem 0 .95rem ;
  height: auto;
}
.Pro_cont5 ul{
  /* display: flex;
  justify-content: space-between; */
}
.Pro_cont5 ul li{
  width: 100%;
  margin-bottom: .4rem;
}
.Pro_cont5 ul li .txt{
  background-color: #fff;
  position: relative;
  padding: .5rem .30rem ;
}
.Pro_cont5 ul li .txt:after{
  content: '';
  position: absolute;
  top: 0;
  left: .30rem;
  width: 1rem;
  height:.12rem;
  background-color: #2a8c86;
}
.Pro_cont5 ul li .txt h6{
  color: #2a4e8b;
  font-size: .30rem;
  font-weight: 600;
  margin-bottom: .25rem;
}
.Pro_cont5 ul li .txt p{
  position: relative;
  color: #999999;
  font-size: .26rem;
  padding-left: .20rem;
}
.Pro_cont5 ul li .txt p::after {
  content: '';
  position: absolute;
  top: .18rem;
  left: 0;
  width:.1rem;
  height:.1rem;
  background-color: #3c5fc6;
  border-radius: 50%;
}
  


  
.pop_page,.pro_detail{
  margin-top: 1.2rem;
}
.pop_pageCont {
  padding: .80rem 0;
}
.pop_pageCont .title img,
.pop_pageCont .title{
  text-align: center;
  margin: 0 auto ;
}
.pop_pageCont .title img{
  width: .76rem;
}
.pop_pageCont .title h2{
  color: #000;
  font-size: .42rem;
  line-height: 1.2;
  font-weight: 600;
  margin-top: .15rem;
}
.pop_pageCont .p{
  margin-top: .55rem;
}
.pop_pageCont .p p{
  color: #999999;
  font-size: .26rem;
  margin-bottom: .4rem;
}
.pop_pageCont  .p h6{
  color: #000;
  font-size: .28rem;
  font-weight: 600;
  margin-bottom: .30rem;
}
.pro_detail{
    background-color: #f1f1f1;
}
.pro_detailCont1 .content{
  position: relative;
  overflow: hidden;
  padding: .3rem 0;
}

.pro_detailCont1 .return{
  /* position: absolute;
  top: .16rem;
  right: 0; */
  width: 1.50rem;
  height: .80rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: .40rem;
  float: right;
  color: #b4b4b4;
  font-size: .28rem;
  transition: all .6s;
  font-weight: 600;
}
.pro_detailCont1 .return img{
  margin-right:.1rem;
  width: .3rem;
}
.pro_detailCont3,
.pro_detailCont2{
  overflow: hidden;
  padding-bottom: .40rem;
}
.pro_detailCont2 .le{
  border-radius:  .19rem 0 0 .19rem;

}
.pro_detailCont2 .le img{
  border-radius:  .19rem .19rem 0 0;
}
.pro_detailCont2 .ri{
  background-color: #fff;
  border-radius: 0 0 .19rem  .19rem ;
  padding: .60rem .40rem .20rem;
}
.pro_detailCont4 .content,
.pro_detailCont3 .content{
  background-color: #fff;
  padding: .6rem .4rem;
  overflow: hidden;
  border-radius: .19rem .19rem 0 0;
}
.pro_detailCont4 .tit,
.pro_detailCont3 .tit{
  position: relative;
}
.pro_detailCont4 .tit .cn,
.pro_detailCont3 .tit .cn{
  font-size: .30rem;
  color: #3b3b3f;
  line-height: 1;
  margin-bottom: .5rem;
  font-weight: 600;
}
.pro_detailCont4 .tit .en,
.pro_detailCont3 .tit .en{
  text-transform: uppercase;
  font-size: .34rem;
  line-height: .3rem;
  color: #2a8c86;
  opacity: .3;
  font-family: 'Brandon-bold';
  font-weight: 600;
  letter-spacing: -.01rem;
}
.pro_detailCont4 .tit::after,
.pro_detailCont3 .tit::after {
  content: '';
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: .50rem;
  height: .08rem;
  background-color: #2a8c86;
}
.pro_detailCont3 .cont ul{
  overflow: hidden;
  margin-top: .4rem;
}
.pro_detailCont3 .cont ul li{
  color: #999999;
  padding: .40rem .25rem;
  background-color: #f1f1f1;
  border-radius: .2rem;
  margin-bottom: .2rem;
}
.pro_detailCont3 .cont ul li h6{
  width: 1.60rem;
  height: .5rem;
  line-height: .5rem;
  background: url(../images/ico.png) no-repeat center/cover;
  border-radius: .30rem;
  color: #fff;
  text-align: center;
  margin-bottom: .2rem;
  font-size: .26rem;
}
.pro_detailCont4{
  padding-bottom: .90rem;
  position: relative;
}
.pro_detailCont4 .tach-tips {
  position: absolute;
  right: .6rem;
  top: 3rem;
  z-index: 200;
}

@keyframes tachTips {
  0% {
    opacity: 1;
    transform: translateX(.3rem);
  }

  50% {
    opacity: 1;
    transform: translateX(-.3rem);
  }

  51% {
    opacity: 1;
    transform: translateX(.3rem);
  }

  99% {
    opacity: 1;
    transform: translateX(-.3rem);
  }

  100% {
    opacity: 0;
    display: none;
    transform: translateX(-.3rem);
  }
}

.tach-tips.animated {
  animation: tachTips 3s  forwards;
}
.tach-tips {
  width: .86rem;
  pointer-events: none;
}
.pro_detailCont4 .content{
  padding-bottom: .55rem;
}
.pro_detailCont4 table,
.pro_detailCont4 .cont{
  width: 100%;
  margin-top: .4rem;
  overflow-y: auto;
}
.pro_detailCont4 table::-webkit-scrollbar{
  display: none;
}
.pro_detailCont4 .cont ul{
  position: relative;
}
.pro_detailCont4 .cont ul::after{
  content: '';
  position: absolute;
  left: 33.3%;
  top: 0;
  width:.03rem;
  height: 100%;
  background-color: #fff;
  z-index: 10;
}
.pro_detailCont4 .cont ul::before{
  content: '';
  position: absolute;
  left: 66.6%;
  top: 0;
  width:.03rem;
  height: 100%;
  background-color: #fff;
  z-index: 10;
}

.pro_detailCont4 thead tr,
.pro_detailCont4 tbody tr,
.pro_detailCont4 .cont ul li{
  overflow: hidden;
  border-radius: .12rem ;
}

.pro_detailCont4 thead tr:nth-child(1),
.pro_detailCont4 .cont ul li:nth-child(1){
    background-color: #e4ebfb !important;
}
.pro_detailCont4 tbody tr:nth-child(odd),
.pro_detailCont4 .cont ul li:nth-child(even){
  background-color: #f9f9f9;
}
.pro_detailCont4 tbody tr:nth-child(even),
.pro_detailCont4 .cont ul li:nth-child(odd){
  background-color: #f1f1f1;
}
.pro_detailCont4 thead tr th,
.pro_detailCont4 tbody tr td,
.pro_detailCont4 .cont ul li p{
  width: 3.00rem;
  height: auto;
  line-height: .4rem;
  text-align: center;
  color: #999999;
  font-weight: 600;
  padding: .30rem .20rem;
  font-size: .24rem;
}
.pro_detailCont4 thead tr th,
.pro_detailCont4 tbody tr td{
  border-left:.02rem solid #fff;
  border-right:.02rem solid #fff;
}


