/* about */
.ab {
  max-width: 1400px;
  margin:0 auto;
  overflow: hidden;
}
.ab .partonece{
  display: flex;
  margin-top: 190px;
  justify-content: space-between;
}
.ab .partonece:last-child{
  margin-bottom: 150px;
}
.ab .partonece:last-child .textpart .abtxt{
  margin-bottom: 50px;
}
.ab .partonece:last-child .textpart .abtitle{
  margin-bottom: 10px;
}
.ab .partonece:nth-child(2n-1) .picpart > img{
  top: -25px;
  right: 25px;  
}
.ab .partonece:nth-child(2n) .picpart > img{
  top: -25px;
  left: 25px;
}
.ab .picpart{
  position: relative;
  max-width: 500px;
  width: 40%;
  height: 500px;
  background-color: #ffe206;
}
.ab .picpart img{
  position: absolute;
}

.ab .textpart{
  display: inline-block;
  width: 730px;
  max-width: 50%;
}

.ab .abtitle{
  position: relative;
  display: inline-block;
  padding-right: 60px;
  font-size: 30px;
  font-weight:bold;
  box-sizing: border-box;
  font-family: "mr";
}
.ab .abtitle::after{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: -5px;
  z-index: -1;
  background-color: #ffe206;
}
/* .ab .abcp{
  margin-top: 20px;
  font-size: 16px;
} */
.ab .abtxt{
  margin-top: 40px;
  line-height: 26px;
  font-size: 14px;
}


/* download */
.dlList{
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}
.dlList ul{
  width: 1434px;
  margin-top: 120px;
}
.dlList ul::after{
  content:"";
  display: block;
  height: 0;
  clear:both;
}
.dlList  ul > li{
  position: relative;
  float: left;
  width: 444px;
  height: 360px;
  padding-top: 60px;
  padding-left: 64px;
  margin-right: 34px;
  margin-bottom: 110px;
  box-sizing: border-box;
  transition: all .3s;
  cursor: pointer;
  background-color: #f3f4f3;
}
.dlList  ul > li a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.dlList  ul > li .name{
  padding-right: 45px;
  font-size: 18px;
  height: 22px;
  box-sizing: border-box;
  font-family: "mr";
}
.dlList  ul > li .name::after{
  content:"";
  display: block;
  height: 0;
  clear:both;
}
.dlList ul > li .icon{
  float: right;
  width: 16px;
  height: 16px;
  color:#323232;
  font-size: 20px;
  background-image: url(../images/dl.png);
  background-size: 100% 100%;
}

.dlList  ul > li:hover .icon{
  background-image: url(../images/dl_h.png);
}

.dlList  ul > li .putimg{
  position: absolute;
  right: 0;
  bottom: -30px;
  transition: all .3s; 
}


/* contact */
.ctWrap{
  max-width: 1200px;
  margin: 50px auto;
}
.ctWrap .ctheader{
  text-align: center;
}
.ctWrap .ctheader .title{
  font-size: 60px;
  color:#323232;
  font-family: "mr";
}
.ctWrap .ctheader .breadNav{
  margin-top: 26px;
  color:#969696;
}
.ctWrap .ctMain{
  margin-top: 90px;
}
.ctWrap .ctMain > div > p{
  font-size: 20px;
  margin-bottom: 36px;
  font-family: "mr";
}
.ctWrap .ctMain .adr table{
  border:none;
  font-size: 16px;
  text-align: left;
}
.ctWrap .ctMain .adr table td{
  padding: 13px 0;
  box-sizing: border-box;
}
.ctWrap .ctMain .adr table td:nth-child(2){
  padding-left: 30px;
}
.xfCont .tit,.xfCont form .btnCont span{
  display: none;
}

.ctWrap .ctMain .ly{
  margin-top: 100px;
}
.ctWrap .ctMain .ly .xfCont{
  max-width: 840px;
  margin: 0;
}
.ctWrap .ctMain .ly .xfCont form{
  padding-left: 0;
}


.ctWrap .ctMain .ly input{
  width: 48%;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding: 10px;
  border:0;
  box-sizing: border-box;
  font-family: "mtl";
  border-bottom: 1px solid black;
}
.ctWrap .ctMain .ly input#vcode{
  margin-top: 50px;
  width: 30%;
}
.ctWrap .ctMain .ly input::placeholder{
  font-family: "mtl";
}
.ctWrap .ctMain .ly input.name{
  width: 20%;
}
.xfCont img{
  margin-top: 25px;
  padding-top: 0!important;
}
.ctWrap .ctMain .ly textarea{
  width: 96%;
  resize: none;
  margin-top: 30px;
  border: 0;
  outline: none;
  font-family: "mtl";
  box-sizing: border-box;
  border-bottom: 1px solid black;
}

.Validform_error{
  background-color: white;
}
.xfCont form .btnCont{
  margin-top: 30px;
}
.ctWrap .ctMain .ly input.btn{
  width: 180px;
  padding: 0;
  background-color: #ffe206;
  color:black;
  border-bottom: 0;
}



/* about */
.bn{
  position: relative;
}
.bn img{
  max-width: 100%;
  margin: 0 auto;
}
@media all and (min-width:1920px){
  .bn img{
    width: 100%;
  }
}
.bn .ct{
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 6;
  transform: translate(-50%,-50%);
}

.bn .ct .title{
  font-size: 60px;
  color: #ffe206;
  text-align: center;
  font-family: "mr";
}
.bn .ct .nav{
  display: none!important;
  margin-top: 20px;
  text-align: center;
}
.bn .ct .nav a{
  font-size:14px;
  color:white;
}
/* page */
.newslist_system{
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

/* news */
.newsWrap{
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}
.newsWrap .headerTitle{
  padding-top: 30px;
  box-sizing: border-box;
  font-size: 60px;
  text-align: center;
  font-weight: bold;
  font-family: "mr";
}
.newsWrap img,.newsWrap video{
  display: block;
  margin: 0 auto;
  max-width: 100%;
}


.newsWrap .breadNav{
  margin-top: 32px;
  text-align: center;
}
.newsWrap .breadNav a{
  font-size: 14px;
  color:#979696;
}
.show_title{
  padding-bottom: 30px;
}
.show_news_con{
  padding-top: 30px;
}
.shownews{
  padding: 30px 10px 10px;
  box-sizing: border-box;
}
.news_nxt_pre{
  padding: 80px 0px 50px!important;
}


.dlList .tabNav{
  margin-top: 60px;
  text-align: center;
}
.dlList .tabNav a{
  position: relative;
  display: inline-block;
  padding: 0 15px;
  margin:0 23px;
  text-align: center;
  font-size: 20px;
  color:#787878;
  /* cursor: pointer; */
  font-family: "mr";
}

.dlList .tabNav a::after{
  content: '';
  position: absolute;
  display: none;
  width: 100%;
  height: 8px;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #ffe206;
}
.dlList .tabNav a:hover::after,
.dlList .tabNav a.on::after{
  display: block;
}
.tabNav a.on,.tabNav a:hover{
  color:#323232;
}
.newsWrap ul.list{
  margin-top: 90px;
}
.newsWrap ul.list::after{
  content:"";
  display: block;
  height: 0;
  clear:both;
}

.newsWrap ul.list li{
  position: relative;
  width: 380px;  
  margin-right: 130px;
  margin-top: 60px;
  float: left;
  transition: all .3s;
}
.newsWrap ul.list li:nth-child(3n){
  margin-right: 0;
}
.newsWrap ul.list li a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  cursor: pointer;
}
.newsWrap ul.list li:hover,.newsWrap ul.list li:hover .date{
  color:#ffe206!important;
}
.newsWrap ul.list li:hover .putimg::before{
  background-color: #ffe206;
}
.newsWrap ul.list div.date{
  font-size: 24px;
  line-height: 20px;
  color:#505050;
  font-family: "ll";
}
.newsWrap ul.list li .top{
  height: 127px;
}
.newsWrap ul.list .date{
  font-size: 24px;
  color:#505050;
  font-family: "ll";
}
.newsWrap ul.list .date span{
  display: block;
  font-size: 14px;
  line-height: 18px;
}


.newsWrap ul.list .title{
  margin-top: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: lighter;
}
.newsWrap .putimg{
  position: relative;
  max-width: 380px;
  max-height: 200px;
  margin-top: 15px;
  overflow: hidden;
}
.newsWrap .putimg::before{
  content:"";
  position: absolute;
  height: 100%;
  width: 5px;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all .3s;
  background-color: transparent;
}
.newsWrap .putimg img{
  max-width: 100%;
  transition:  all .8s;
}

.newsWrap ul.list li:hover img{
  transform: scale(1.2);
}
.list .ybtn,.wwa .ybtn{
  margin: 0 auto;
}

/* pro1 */
.proOne{
  max-width: 1400px;
  margin: 0 auto;
}
.pl{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 100px;
  padding-bottom: 30px;
  z-index: 5;
}
.proOne .list li{
  position: relative;
  max-width: 680px;
  width: 45%;
  margin-bottom: 70px;
}
.proOne .list li a,.protwo li a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
}

.proOne .list .title{
  position: relative;
  text-align: left;
  width: 100%;
  line-height: 40px;
  font-size: 30px;
  color:#323232;
  font-family: "mr";
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.proOne .list .title:after{
  content:"";
  display: block;
  position: absolute;
  width: 50%;
  height: 20px;
  bottom: 0px;
  left: 0;
  z-index: -1;
  background-color: #ffe206;
}
.proOne .list .putimg{
  position: relative;
  margin-top: 20px;
  height: 360px;
  background-position: center center;
  background-size: cover;
}
.proOne .list li .putimg::after{
  content:"";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  bottom: 0;
  z-index: 10;
  transition: all .4s;
  background-image: url(../images/fdj.png);
  background-position: center center;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 0,.3);
}
.proOne .list li:hover .putimg::after{
  width: 100%;
}
.proOne .list .putimg img{
  max-width: 100%;
}
.proOne .list li:hover .title::after{
  animation: change 1s;
}
.proOne .list li:hover .putimg{

}

/* pro2 */
.protwo{
  max-width: 1400px;
  margin: 0 auto;
}
.protwo li{
  position: relative;
  width: 48%;
  max-width: 680px;
  margin-bottom: 50px;
}
.protwo li .putimg::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    /* right: 0; */
    bottom: 37px;
    z-index: 10;
    transition: all .6s;
    background-image: url(../images/fdj.png);
    background-position: center center;
    background-size: 30px 30px;
    background-color: rgba(255, 255, 0,.3);
    background-repeat: no-repeat;
}
.protwo li .putimg::after{
  content:"";
  position: absolute;
  width: 0px;
  height: calc(100% - 37px);
  z-index: 2;
  top: 0;
  transition: all .3s;
  background-color: #ffe206;
}
.protwo li .putimg img{
  width: 100%;
}
.protwo li p{
  margin-top: 15px;
  font-size: 18px;
  color: #323232;
  text-align: center;
  font-family: "mr";
}
.protwo li:hover .putimg::after{
  width: 10px;
}
.protwo li:hover .putimg::before{
  width: 100%;
}
/* pro3 */
.viewMainOne {
  max-width: 1920px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 140px;
  box-sizing: border-box;
}
.viewMainOne .title{
  position: relative;
  display: inline-block;
  padding: 0 20px;
  font-size: 40px;
  color:#323232;
  box-sizing: border-box;
  font-family: "mr";
}
.viewMainOne .title::after{
  content:"";
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #ffe206;
}
.viewMainOne .breadNav{
  display: none!important;
  margin-top: 35px;
}
.viewMainOne .breadNav a{
  color:#969696;
}
.viewMainOne .bn{
 margin-top: 65px; 
}
.viewMainOne .bn img{
  max-width: 100%;
}

.viewMainOne .twoPart{
  display: flex;
}
.viewMainOne .twoPart > div{
  width: 50%;
  height: 540px;
  box-sizing: border-box;
}
.viewMainOne .twoPart .left{
  padding: 90px 18px;  
  background-color: #eaebec;
}
.viewMainOne .twoPart .left > p{
  font-size: 18px;
  color:#323232;
}
.viewMainOne .twoPart .left .ad{
  position: relative;
  padding: 0 26px;
  box-sizing: border-box;
}
.viewMainOne .twoPart .left .ccolor{
  margin-top: 65px;
}
.viewMainOne .twoPart .swiper-slide img{
  display: block;
  max-width: 188px;
  width: 100%;
  margin: 0 auto;
  border:6px solid white;
}
.viewMainOne .twoPart .swiper-slide p{
  margin-top: 15px;
  text-align: center;
}
.viewMainOne .twoPart .swiper-button-next,
.viewMainOne .twoPart .swiper-button-prev{
  width: 14px;
  height: 26px;
  top: 100px;
  transform: translateY(calc(-50% - 23px));
  background-size: 100% 100%;
}
.viewMainOne .twoPart .swiper-button-next{
  right: 0;
  background-image: url(../images/pronext.png);
}
.viewMainOne .twoPart .swiper-button-prev{
  left: 0;
  background-image: url(../images/proPrev.png);
}
.viewMainOne .twoPart .left .swiper-pagination{
  position: relative;
  max-width: 300px;
  margin: 40px auto 0;
}
.swiper-pagination-progressbar{
  background: #d2d3d4;
}
.ccolor .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background-color: #ffe206;
}

.viewMainOne .twoPart .right{
  padding: 55px 0;
  background-color: #dcddde;
}
.viewMainOne .twoPart .right p{
  margin-bottom: 30px;
  font-size: 18px;
}
.viewMainOne .putvideo{
  position: relative;  
  margin: 30px auto 65px;
  max-width: 1000px;
}
.viewMainOne img{
  max-width: 100%;
}
.viewMainOne .putvideo video{
  display: none;
}
.viewMainOne .btn{
  position: absolute;
  top: 50%;
  left: 50%;
  color:white;
  cursor:pointer;
  font-size: 55px;
  font-weight:bold;  
  transform: translate(-50%,-50%);
}
.viewMainOne .btn img{
  display: inline-block;
  max-width: 35px;
  margin-right: 20px;
  vertical-align: middle;
  transition: all .3s;
}
.viewMainOne .btn span{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 30px;
  background-color: #ffe206;
}
.viewMainOne .btn:hover img{
  margin-right: 0;
}
.viewMainOne .loopPic{
  max-width: 1228px;
  margin: 40px auto 0;
}
.viewMainOne .loopPic .loop{
  margin-top: 65px;
}
.viewMainOne .bg{
  display: inline-block;
  position: relative;
  padding: 0 25px;
  font-size: 30px;
  font-family: "mr";
}
.viewMainOne .bg::after{
  content:"";
  display: block;
  position: absolute;
  height: 15px;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #ffe206;
}
.viewMainOne .loopPic .swiper-slide img{
  max-width: 800px;
  margin: 0 auto;
}
.viewMainOne .loopPic .swiper-slide p{
  margin-top: 30px;
  font-size: 14px;
  color:#646464;
}
.viewMainOne .loopPic .swiper-button-next,
.viewMainOne .loopPic .swiper-button-prev{
  width: 14px;
  height: 26px;
  top: calc(50% - 16px);
  background-size: 100% 100%;
}
.viewMainOne .loopPic .swiper-button-next{
  right: 0;
  background-image: url(../images/pronext.png);
}
.viewMainOne .loopPic .swiper-button-prev{
  left: 0;
  background-image: url(../images/proPrev.png);
}
.viewMainOne .proMain .pm{
  max-width: 1200px;
  margin: 80px auto 0;
  /* overflow-x:scroll; */
}
/* .viewMainOne .proMain .pm::-webkit-scrollbar{
  width: 12px;
  background-color: #eee;
}
.viewMainOne .proMain .pm::-webkit-scrollbar-button{
  display: none;
} */

.viewMainOne .proMain .pm table{
  width: 100%;
  margin: 0 auto;
  border-right:1px solid #b4b4b4;
  border-bottom:1px solid #b4b4b4;
}
.viewMainOne .proMain .pm table td{
  /* padding: 15px 64px; */
  padding: 15px 0;
  font-size: 16px;
  border-top:1px solid #b4b4b4;
  border-left:1px solid #b4b4b4;
}

.viewMainOne .putvideo .nbg{
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}
.viewMainOne .putvideo .nbg,.viewMainOne .putvideo .nbg{
  transition: all .3s;
}
/* pro4 */
.viewMainOne .rightp{
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 70px;
  box-sizing: border-box;
  font-family: "ml";
  font-size: 16px;
}
.viewMainOne .rightp p{
  margin-bottom: 45px;
  color:#323232;
  font-family: "mtl";
}
.viewMainOne .rightp p.bg{
  font-family: "mr";
}
/* .viewMainOne .rightp p{
  font-size: 18px;
  font-family: "mr";
} */

.viewMainOne .rightp p.ct{
  font-size: 18px;
  margin-bottom: 20px;
  font-family: "mr";
}


.viewMainOne .rightp .bg{
  font-size: 30px;
}

.viewMainOne .leftp{
  max-width: 1200px;
  margin: 85px auto 0;
}
.viewMainOne .leftp .wrapper{
  display: flex;
  margin-top: 60px;
}
.viewMainOne .leftp .wrapper .slide{
  margin: 0 auto;
}
.viewMainOne .leftp .wrapper p{
  margin-top: 10px;
}
.viewMainOne .proMain .isdl a.dl{
  position: relative;
  display: inline-block;
  margin: 60px auto 0;
  font-weight: lighter;
  padding: 15px;
  padding-right: 30px;
  box-sizing: border-box;
  transition: all .3s;
  text-align: left;
  border-bottom: 1px solid #757a7e;
}
.viewMainOne .proMain .isdl a.dl img{
  display: inline-block;
  vertical-align: middle; 
  width: 14px;
  height: 14px;
  margin-left: 15px;
}
.viewMainOne .proMain .isdl a.dl::after{
  content: "";
  position: absolute;
  display: block;
  height: 0px;
  width: 100%;
  bottom: 0px;
  left: 0;
  background-color: #ffe206;
  transition: all .4s;
  z-index: -1;
}
.viewMainOne .proMain .isdl a.dl:hover{
  padding: 15px;
  border-color: #ffe206;
}
.viewMainOne .proMain .isdl a.dl:hover::after{
 height: 100%; 
}
.viewMainOne .proMain .isdl a.rt{
  position: relative;
  padding-left: 30px;
  display: inline-block;
  height: 16px;
  margin-top: 4rem;
  font-size: 14px;
  line-height: 16px;
  color: #333;
  transition: all .3s;
}

.viewMainOne .proMain .isdl a.rt img{
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  color: #000;
  letter-spacing: 0;
}

.viewMainOne .proMain .isdl a.rt:hover{
  color: #ffe206;
}

.viewMainOne .proMain .isdl a.rt:hover img{
  filter: brightness(250%);
}

/* fb */
.putmap{
  position: relative;
}

#container{
  height: 600px;
}
.xfCont .ipt{
  margin-top: 30px;
  -webkit-appearance: none;
  border-radius: 0;
}
.xfCont .ipt,.xfCont form textarea{
  color: black;
  -webkit-appearance: none;
  border-radius: 0;
}


@keyframes change{
  0%{
    width: 0%;
  }
  50%{
    width: 100%;
  }
  100%{
    width: 50%;
    left: 0;
  }
}
@media all and (max-width:1800px){
  .viewMainOne .twoPart .swiper-slide img{
    box-sizing: border-box;
  }
}

@media all and (max-width:1400px){
  .ab{
    padding: 0 15px;
    box-sizing: border-box;
  }
  .dlList ul,.proOne ul,.protwo ul{
    width: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
  }
  .dlList ul li{
    width: 30%;
    margin: 0 1.6% 50px;
  }
  .dlList ul > li .putimg{
    width: 100%;
    bottom: 0;
  }
  .dlList ul > li .putimg img{
    max-width: 100%;
    width: 100%;
  }

  .newsWrap ul.list{
    padding: 0 15px;
    box-sizing: border-box;
  }
  .newsWrap ul.list li{
    width: 30%;
    margin-right: 5%;
  }
  .newsWrap ul.list li:nth-child(3n){
    margin-right: 0;
  }
  .dlList ul{
    margin-top: 60px;
  }
  .pl{
    padding-top: 45px;
    padding-bottom: 100px;
  }
  .viewMainOne .leftp .wrapper {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .viewMainOne .proMain .pm table td{
    padding: 15px 0;
  }
}

@media all and (max-width:1220px){
  .ab .partonece{
    margin-top: 45px;
    flex-direction: column-reverse;
    align-items: center;
  }
  .ab .partonece:nth-child(2n-1){
    flex-direction: column;    
  }
  .ab .textpart{
    max-width: 90%;
    width: inherit;
    margin-bottom: 30px;
  }
  .ab .partonece:nth-child(2n-1) .picpart > img{
    top: -15px;
    right: 15px;
  }
  .ab .partonece:nth-child(2n) .picpart > img{
    top: -15px;
    left: 15px;
  }
}
/* @media all and (max-width:1366px){

} */

@media all and (max-width:1200px){
  .dlList ul li{
    width: 444px;
    margin: 0 calc((100% - 888px)/4) 50px;
  }
  .newsWrap ul.list li{
    width: 45%;
    max-width: 100%;
    /* align-items: center; */
  }
  .putimg{
    max-width: 100%;    
    max-height: inherit;
  }
  .putimg img{
    margin: 0 auto;
  }
  .proOne .list .title{
    font-size: 20px;
    line-height: 30px;
  }
  .proOne .list .title::after{
    height: 15px;
  }
  /* pro3 */
  .viewMainOne .proMain{
    padding: 0 15px;
    box-sizing: border-box;
    font-family: "mtl";
  }
  /* news */
  .newsWrap ul.list li{
    width: 50%;
    padding: 0 30px;
    margin-right: 0;
    box-sizing: border-box;
  }
}
@media all and (max-width:1000px){
  .dlList ul li{
    width: 45%;
    height: inherit;
    padding-top: 30px;
    padding-left: 32px;
    margin: 0 2.5% 50px;
  }
  .dlList ul > li .name{
    padding-right: 10px;
  }
  .dlList ul li .putimg{
    position: relative;
    margin-top: 30px;
  }
  .viewMainOne .proMain .pm{
    overflow-x: scroll;
  }
  .viewMainOne .proMain .pm table td{
    padding: 10px;
  }
  .viewMainOne .proMain .pm::-webkit-scrollbar{
    width: 5px;
    height: 5px;
    background-color: #eee;
  }
  .viewMainOne .proMain .pm::-webkit-scrollbar-thumb{
    background-color: #ffe206;
  }
  .proOne .list .putimg{
    height: 220px;
  }
  .viewMainOne .btn{
    width: 220px;
    font-size: 30px;
  }
  .ctWrap .ctMain .adr table tr td:nth-child(1){
    white-space: nowrap;
  }
}
@media all and (min-width:768px){
  .dlList  ul > li:hover{
    background-color: #ffe206;  
  }
  .dlList  ul > li:hover .putimg{
    bottom: 0;
  }
}

@media all and (max-width:960px){
  .bn .title{
    font-size: 30px;
  }
  .viewMainOne .twoPart{
    flex-direction: column;
  }
  .viewMainOne .twoPart > div{
    width: 100%;
  }
  .ctWrap{
    padding: 0 15px;
    box-sizing: border-box;
  }
  #container{
    height: 400px;
  }
  .ctWrap .ctheader .title{
    font-size: 30px;
  }
  .viewMainOne .rightp p{
    margin-bottom: 25px;
  }
  .viewMainOne .rightp p.ct{
    margin-bottom: 10px;
  }
  .viewMainOne .loopPic .loop,
  .viewMainOne .putvideo .nbg{
    margin-top: 35px;
  }
  .viewMainOne .leftp,
  .viewMainOne .proMain .pm{
    margin: 35px auto 0;
  }
  
}
@media all and (max-width:768px){
  
  /* dl */
  .dlList .tabNav a{
    margin: 5px 23px;
    font-size: 18px;
  }
  .dlList .tabNav{
    margin-top: 30px;
  }
  .dlList ul{
    margin-top: 0px;
  }


  /* news */
  .newsWrap .tabNav a{
    margin: 10px 0px;
    font-size: 18px;
  }
  .newsWrap .headerTitle{
    font-size: 20px;
  }
  .newsWrap .breadNav{
    /* margin-top: 15px; */
    display: none;
  }
  .newsWrap .tabNav,.newsWrap ul.list{
    margin-top: 30px;
  }

  .newsWrap ul.list li .top{
    height: inherit;
  }
  .newsWrap ul.list li{
    padding: 0;
  }

  .show_title{
    padding-bottom: 20px;
  }
  .shownews{
    padding: 20px 15px 5px;
  }
  .news_nxt_pre{
    padding: 40px 0px 20px!important;
  }

  /* about */
  /* .bn .ct{display: none;} */
  .bn .ct .title{
    font-size: 20px;
  }
  .bn .ct .nav{
    display: none;
  }
  .ab .abtitle{
    font-size: 16px;
    padding-right: 0;
  }
  .ab .abtitle::after{
    display: none;
  }
  .ab .abtxt{
    margin-top: 20px;
  }
  .ab .picpart{
    max-width: 100%;
    height: auto;
  }
  .ab .picpart img{
    position: relative;
  }
  .ab .partonece:nth-child(2n-1) .picpart > img,
  .ab .partonece:nth-child(2n) .picpart > img{
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
  }
  .ab .partonece:last-child{
    margin-bottom: 50px;
  }
  .newsWrap ul.list li{
    max-width: 100%;
    width: 100%;
    display: flex;
    margin: 15px auto;
    flex-direction: row-reverse;  
    justify-content: flex-end;
  }
  .newsWrap ul.list .title{
    display: -webkit-box;
    margin-top: 10px;
    line-height: 20px;
    font-size: 14px;
    -webkit-line-clamp:2;
    overflow:hidden;
    -webkit-box-orient:vertical;
  }
  .newsWrap .putimg{
    margin-top: 0;
    max-width: 40%;
    margin-right: 10px;
  }
  .newsWrap ul.list .date{
    /* display: none; */
  }
  .newsWrap ul.list .date,.newsWrap ul.list .date span{
    font-size: 12px;
  }
  .newsWrap ul.list .date span{
    display: inline;
    margin-left: 10px;
    font-size: 12px;
  }
  .proOne .list li{
    /* margin-bottom: 30px; */
    margin: 0 auto 30px;
    width: 100%;
  }
  .proOne .list .title{
    font-size: 20px;
    display: inline-block;
    width: initial;
    padding-right: 30px;
    box-sizing: border-box;
  }
  .proOne .list .title:after{
    width: 100%;
  }
  .proOne .list .putimg{
    height: 180px;
  }

  .protwo li{
    width: 100%;
    margin-bottom: 20px;
  }
  .protwo li p{
    margin-top: 10px;
    font-size: 14px;
  }

  .protwo li .putimg::after{
   height:calc(100% - 28px); 
  }
  .protwo li .putimg::before{
    bottom:28px;
  }
  .viewMainOne{
    padding-bottom: 40px;
  }
  .viewMainOne .bn,.viewMainOne .rightp{
    margin-top: 30px;
    padding-top:0;
  }
  .viewMainOne .leftp .wrapper{
    margin-top: 30px;
  }
  .viewMainOne .title{
    font-size: 26px;
  }
  /* pro3 */

  .viewMainOne .loopPic .swiper-slide img{
    max-width: 100%;
  }
  .viewMainOne .twoPart > div{
    height: inherit;
  }
  .viewMainOne .putvideo{
    margin: 30px auto 20px;
  }

  .viewMainOne .putvideo .nbg{
    
  }

  .viewMainOne .loopPic .loop{
    margin-top: 25px;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .viewMainOne .loopPic .swiper-slide p{
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .viewMainOne .proMain .pm{
    margin: 20px auto 0;
  }
  .viewMainOne .twoPart .left{
    padding: 20px 18px;
  }
  /* fb */
  .ctWrap .ctMain,.ctWrap .ctMain .ly{
    margin-top: 30px;
  }
  #container{
    height: 250px;
  }
  .ctWrap .ctMain > div > p{
    text-align: center;
  }
  .ctWrap .ctMain .adr table{
    font-size: 14px;
    /* border-collapse:collapse;  
    border: 1px solid #000000;   */
  }
  .ctWrap .ctMain .adr table td{
    min-width: 84px;
    padding: 7px 0;
    vertical-align: top;
    /* border-collapse:collapse;  
    border: 1px solid #000000;   */
  }
  .ctWrap .ctMain .adr table td:nth-child(2){
    padding-left: 10px;
  }
  .ctWrap .ctMain .ly input,.ctWrap .ctMain .ly textarea{
    width: 100%;
  }
  .ctWrap .ctMain .ly input.btn{
    display: block;
    margin: 0 auto;
  }
  .xfCont form .btnCont{
    margin: 17px auto 0;
  }
  .page{
    margin: 1rem 0;
  }
  .pl{
    padding-top: 30px;
    padding-bottom: 0;
  }
}


@media all and (max-width:678px){
  .dlList ul li{
    max-width: 400px;
    width: 100%;
    height: 285px;
    float: initial;
    padding-top: 15px; 
    padding-left: 20px; 
    margin: 30px auto;
  }
  .dlList ul > li .icon{
    margin-right: 20px;
  }
  .dlList ul > li .name{
    margin-top: 20px;
    padding-right: 0;
  }
  .dlList ul li .putimg{
    position: absolute;
    margin-top: 10px;
    right: 0;
    bottom:0px;
    max-height: 200px;
    overflow: hidden;
  }
  .viewMainOne .breadNav{
    display: none;
  }
}