@charset "UTF-8";

/* 通用样式 */
p {
  margin: 0;
}


input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.wd1200 {
  width: 1200px;
  margin: 0 auto;
}

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/**/
.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

.w1520{
  max-width: 1550px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* head */
.wel-bg{
  background: #1a1a1b;
  height: 37px;
  line-height: 37px;
}

.wel-index{
  color: #fff;
  align-items: center;
}

.wel-right{
  position: relative;
}

.wel-right{
  align-items: center;
}

.wel-right .ttel{
  color: #fff;
}

.wel-right .ttel p{
  display: flex;
  align-items: center;
}

.wel-right .ttel p img{
  margin-right: 5px;
}

.wel-right .ttel p strong{
  font-size: 16px;
  font-family: "Arial";
}


/* search */
.tsou{
  padding: 0 20px;
  margin: 0 20px;
  position: relative;
}

.tsou::before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 12px;
  background: #484849;
  margin-top: -6px;
}

.tsou::after{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 12px;
  background: #484849;
  margin-top: -6px;
}

.so {
  cursor: pointer;
}

.so img {
  max-width: 100%;
}

.ss {
  display: none;
  position: absolute;
  right: 0;
  top: 37px;
  width: 238px;
  padding: 10px;
  z-index: 999;
  background: rgb(181, 27, 19, 0.8);
}

.ss input {
  outline: none;
  line-height: 30px;
  width: 20%;
  background: none;
  border: 1px solid #fff;
  background: #fff;
  font-size: 13px;
  color: #b51b13;
  float: left;
}

.ss #keyword {
  padding-left: 5px;
  line-height: 30px;
  width: 80%;
  background: none;
  border: 1px solid #fff;
  outline: none;
  font-size: 13px;
  color: #fff;
  float: left;
}

.ss #keyword:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
  color: #fff;
}


.terq{

}

.terq .tera{

}

.terq .terb{
  display: none;
  position: absolute;
  top: 37px;
  right: 0;
  z-index: 999;
}

.terq .terb img{
  max-width: 100px;
  width: 100%;
}

.terq:hover .terb{
  display: block;
}

/* */
.head-bg{
  background: rgba(255,255,255,.9);
  position: absolute;
  top: 37px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}

.head-index{
  align-items: center;
}

.head-index .logo{
  width: 30.1%;
}

.head-index .logo img{ width:auto;
}

.head-index .tnav{
  /* width: 52.63%; */
}


/* about */
.ab-bg{
  background: url(../images/aboutbg.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 4.166666666666667vw;
  padding-bottom: 5.20833333333333vw;
}

.ab-index{

}

.abl{
  width: 57%;
}

.abl .at1{
  font-family: "Arial";
  text-transform: uppercase;
}

.abl .at1 h3{
  color: #027ddb;
  font-size: 3.02083333333333vw;
  font-weight: 600;
}

.abl .at1 h4{
  color: #333333;
  font-size: 3.02083333333333vw;
}

.abl .at2{
  color: #333333;
  font-size: 1.5625vw;
  margin-top: 1vw;
  margin-bottom: 1.6vw;
}

.abl .aw p{
  color: #555555;
  font-size: 17px;
  line-height: 2;
  text-align: justify;
}

.abl .aw p a{
  color: #027ddb;
}

.abr{
  width: 33.49%;
}

.abr a{
  position: relative;
}

.abr a > img{
  width: 100%;
}

.abr a .v11{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: none;
}

.num-index{
  margin-top: 4.16666666666667vw;
}

.numlist{
  
}

.numlist li{
  width: 25%;
  padding: 0 1.3vw;
  align-items: center;
}

.numlist li .num{
  width: 76%;
}

.numlist li .num .num1 b{
  color: #027ddb;
  font-size: 2.2vw;
  line-height: 1;
  font-family: 'Impact';
  margin-right: 5px;
}

.numlist li .num .num1 span{
  color:#999;
  font-size: 14px;
  position: absolute;
}

.numlist li .num .num2{
  color: #666666;
  font-size: 16px;
  margin-top: 5px;
}

.numlist li .img1{
  width: 20%;
  text-align: center;
}

.numlist li .img1 img{
  max-width: 100%;
}

/* product */
.pro-bg{
  background: #f6f6f6;
  padding-top: 4vw;
  padding-bottom: 3.4vw;
}

.pubtitle{
  text-align: center;
}

.pubtitle h3{
  text-transform: uppercase;
  font-family: 'Arial';
  font-size: 2.5vw;
}

.pubtitle h3 b{
  color: #027ddb;
}

.pubtitle h4{
  color: #333333;
  font-size: 1.5625vw;
  margin-top: 5px;
}

.pro-roll{
  margin-top: 2.6vw;
  position: relative;
}

.pnext{
  position: absolute;
  left: 6.77%;
  top: 35%;
  background: url(//cdn.myxypt.com/3e5f348c/24/05/c9bfa701a3b8f6d923eed09135dae57a527aef7e.png) no-repeat top center;
  width: 30px;
  height: 52px;
  background-size: 100% 100%;
  outline: none;
}

.pprev{
  position: absolute;
  right: 6.77%;
  top: 35%;
  background: url(//cdn.myxypt.com/3e5f348c/24/05/3790d08179adb9149dd9f5d90ca7a29f2e395213.png) no-repeat top center;
  width: 30px;
  height: 52px;
  background-size: 100% 100%;
  outline: none;
}

.proSwiper{
  overflow: hidden;
}

.proSwiper .swiper-slide .img1 img{
  width: 100%;
}

.proSwiper .swiper-slide .wz{
  text-align: center;
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  padding: 1.5625vw 5px;
}

.proSwiper .swiper-slide:hover .wz{
  color: #b51b13;
}

.proSwiper .swiper-pagination-product{
  position: relative;
  bottom: 0;
  margin-top: 1.2vw;
}

.proSwiper .swiper-pagination-product .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  margin: 0 6px;
  opacity: 1;
  background: #acacac;
}

.proSwiper .swiper-pagination-product .swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 46px;
  background:#027ddb;
  border-radius: 20px;
}


/* Industry Application */
.application-bg{
  background: url(//cdn.myxypt.com/3e5f348c/24/05/5b5843d6a600326356dd4227ae2b9a0aac375295.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 4.16666666666667vw;
  padding-bottom: 4.16666666666667vw;
}

.application-index{

}

.aplist{
  margin-top: 2.6vw;
  flex-wrap: wrap;
}

.aplist li{
  width: 49.61%;
  position: relative;
  margin-bottom: 0.9%;
}

.aplist li:nth-of-type(1){
  width: 49.61%;
}

.aplist li:nth-of-type(2){
  width: 49.61%;
}

.aplist li .img1{
  overflow: hidden;
}

.aplist li .img1 img{
  width: 100%;
   -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.aplist li .wz{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(//cdn.myxypt.com/3e5f348c/24/05/c33c447a13ed583e4b572b54df563606188610c4.png) no-repeat bottom center;
  background-size: 100% 100%;
}

.aplist li .wz .wza{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-weight: 600;
  color: #fff;
  font-size: 1.35416666666667vw;
  position: absolute;
  bottom: 0;
  padding: 1.8vw 3vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aplist li:hover .img1 img{
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* news */
.news-bg{
  position: relative;
}
.nbg{
  height: 200px;
  overflow: hidden;
}

#tree{position: relative;bottom:0;left:0;display:block;width: 100%;height: 100%;}
#tree canvas{position:absolute;bottom:-60%;left:0;display:block;width:100%!important;height:250%!important}


.news-index{
  margin-top: 4.16666666666667vw;
}

.news-con{
  margin-top: 2.8vw;
}

.newsl{
  width: 48.42%;
}

.nlist1{

}

.nlist1 li .img1 img{
  width: 100%;
}

.nlist1 li .wz{
  margin-top: 1vw;
}

.nlist1 li .wz .wza{
  color: #333333;
  font-size: 23px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nlist1 li .wz .wzb{
  color: #666666;
  font-size: 15px;
  line-height: 1.6;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2; 
  margin: 1vw 0;
}

.nlist1 li .wz .date{
  color: #333333;
  font-size: 15px;
  font-family: 'Arial';
}

.nlist1 li .wz .wzmore{
  color: #666666;
  font-size: 16px;
  font-family: 'Arial';
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-top: 1.3vw;
}

.nlist1 li .wz .wzmore img{
  margin-left: 10px;
}

.nlist1 li:hover .wz .wza{
  color: #b51b13;
}

.nlist1 li:hover .wz .wzmore{
  color: #b51b13;
}

.newsr{
  width: 48.29%;
}

.nlist2{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.nlist2 li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nlist2 li a .img1{
  width: 35%;
}

.nlist2 li .img1 img{
  width: 100%;
}

.nlist2 li .wz{
  width: 58%;
}

.nlist2 li .wz .wza{
  color: #333333;
  font-size: 23px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nlist2 li .wz .wzb{
  color: #666666;
  font-size: 15px;
  line-height: 1.6;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2; 
  margin: 1vw 0;
}

.nlist2 li .wz .date{
  color: #333333;
  font-size: 15px;
  font-family: 'Arial';
}

.nlist2 li .wz .wzmore{
  color: #666666;
  font-size: 16px;
  font-family: 'Arial';
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-top: 1.3vw;
}

.nlist2 li .wz .wzmore img{
  margin-left: 10px;
}

.nlist2 li:hover .wz .wza{
  color:#027ddb;
}

.nlist2 li:hover .wz .wzmore{
  color: #027ddb;
}

/* foot */
.foot-bg{
  background: #282828;
  padding-top: 3.125vw;
}

.foot-index{
  padding-bottom: 2vw;
}

.footl{
  width: 57.23%;
}

/*  */
.foot_nav {
  position: relative;
}

.foot_nav li {
  float: left;
  width: 25%;
}

.foot_nav li a {
  font-size: 18px;
  color: #ffffff;
  display: block;
  width: 100%;
  font-weight: 700;
}

.foot_nav li .x-nav-menu {
  width: 100%;
  margin-top: 1.1vw;
}

.foot_nav li .x-nav-menu a {
  display: block;
  font-size: 15px;
  line-height: 2.267;
  color: rgba(255, 255, 255, .6);
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.5s;
}

.foot_nav li .x-nav-menu a:hover{
  color: #b51b13;
}

.footr{
  width: 35.53%;
}

.flx{
  width: 71%;
  margin-top: 0.6vw;
}

.flx .ftel p{
  font-size: 14px;
  color: rgba(255, 255, 255, .6);
}

.flx .ftel p:nth-of-type(2){
  font-weight: 600;
  font-size: 36px;
  font-family: 'Arial';
  color: #fff;
}

.flx .fct p{
  color: rgba(255, 255, 255, .6);
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.flx .fct p:last-child{
  margin-bottom: 0;
}

.flx .fct p img{
  max-width: 30px;
  margin-right: 10px;
}

.ferq{
  margin-top: 1.2vw;
}

.ferq img{
  max-width: 128px;
  width: 100%;
}

.ferq p{
  text-align: center;
  color: rgba(255, 255, 255, .6);
  font-size: 14px;
  line-height: 3;
}

.foot-index2{
  padding: 1.5625vw 0;
}

.fshare{
  float: right;
}
.fshare .social-share .social-share-icon {
  position: relative;
  width:34px;
  height: 34px;
  border: 1px solid #474747;
  font-size:17px;
  border-radius:50%;
  line-height: 32px;
  background:none;
  color: #696969;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.fshare .social-share .icon-weibo{}
.fshare .social-share .icon-wechat{}
.fshare .social-share .social-share-icon:hover{background:#535353!important;}
.fshare .social-share .social-share-icon:hover {color: #fff;}
.fshare .social-share a{margin:0;margin-right:14px;}

.icon-dy{
  position: relative;
  width:34px;
  height: 34px;
  border: 1px solid #474747;
  font-size:17px;
  border-radius:50%;
  line-height: 32px;
  background:none;
  color: #696969;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s; 
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.icon-dy:before{
  content: '';
  position: absolute;
  background: url(//cdn.myxypt.com/3e5f348c/24/06/13a95b0c2c29ec56a3417d5dd6a2581a63d3b4de.png) no-repeat center center;
  width: 16px;
  height: 32px;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.dy-qrcode{
  display: none;
  position: absolute;
  z-index: 9;
  top: -140px;
  left: -84px;
  width: 80px;
  height: 80px;
  color: #666;
  font-size: 12px;
  text-align: center;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}

.icon-dy:hover{
  background:#535353!important;
}

.icon-dy:hover::before{
  background: url(//cdn.myxypt.com/3e5f348c/24/06/d590fbed81b691decbb08274f988d9a5b6bcf976.png) no-repeat center center;
}

.icon-dy:hover .dy-qrcode{
  display: block;
}

.cop-bg{
  background: #1e1e1e;
  padding: 1.5625vw 0;
}

.cop-index{
  color: rgba(255,255,255,.5);
}

.cop-index a{
  color: rgba(255,255,255,.5);
  transition: 0.5s;
}

.cop-index a:hover{
  color: #b51b13;
}

.copl{
  width: 45%;
  float: left;
}

.copr{
  width: 45%;
  float: right;
  text-align: right;
}

@media(max-width: 1800px){
  .pnext{
    left: 30px;
  }
  .pprev{
    right: 30px;
  }
}

@media(max-width: 1600px){
  .proSwiper{
    width: 92%;
    margin: 0 auto;
  }
}

@media(max-width: 1366px){
  .abl .aw p{
    font-size: 15px;
  }
}

@media(max-width: 1280px){
  .x-menu > li > a{
    font-size: 15px;
  }
  .nlist1 li .wz .wza{
    font-size: 18px;
  }
  .nlist2 li .wz .wza{
    font-size: 18px;
  }
  .c-link{
    font-size: 13px;
  }
  .c-link a{
    font-size: 12px;
  }
  .footr{
    width: 38.53%;
  }
  .foot_nav li a{
    font-size: 16px;
  }
  .foot_nav li .x-nav-menu a{
    font-size: 13px;
  }
  .flx .ftel p:nth-of-type(2){
    font-size: 24px;
  }
  .ferq img{
    max-width: 100px;
  }
  .cop-index{
    font-size: 13px;
  }
}

@media(max-width: 1200px){
  .abl .at1 h3{
    font-size: 30px;
  }
  .abl .at1 h4{
    font-size: 30px;
  }
  .abl .at2{
    font-size: 24px;
  }
  .numlist li .num .num1 b{
    font-size: 30px;
  }
  .numlist li .num .num2{
    font-size: 14px;
  }
  .proSwiper .swiper-slide .wz{
    font-size: 16px;
  }
  .footl{
    width: 54.23%;
  }
  .footr{
    width: 41.53%;
  }
}

@media(max-width: 1100px){
  .pubtitle h3{
    font-size: 30px;
  }
  .pubtitle h4{
    font-size: 20px;
  }
  .pnext{
    width: 15px;
    height: 30px
  }
  .pprev{
    width: 15px;
    height: 30px;
  }
  .abl .at2{
    font-size: 20px;
  }
  .abl .aw p{
    font-size: 14px;
  }
  .aplist li .wz .wza{
    font-size: 18px;
  }
  .nlist1 li .wz .wzb{
    font-size: 14px;
  }
  #tree canvas{position:absolute;bottom:-60%;left:0;display:block;width:100%!important;height:150%!important}
  .footr{
    width: 44.53%;
  }
}

@media(max-width: 1024px){
  .proSwiper .swiper-slide .wz{
    font-size: 14px;
  }
  .nlist1 li .wz .wza{
    font-size: 16px;
  }
}

@media(max-width: 990px){
  .footr{
    width: 100%;
  }
  .fshare{
    float:none;
    justify-content: flex-start;
  }
}

@media(max-width: 769px){
  .ab-index{
    flex-wrap: wrap;
  }
  .abl{
    width: 100%;
  }
  .abr{
    width: 100%;
    margin-top: 20px;
  }
  .news-con{
    flex-wrap: wrap;
  }
  .newsl{
    width: 100%;
  }
  .newsr{
    width: 100%;
    margin-top: 20px;
  }
  .nlist2{
    display: block;
  }
  .nlist2 li{
    margin-bottom: 20px;
  }
  .nbg{
    display: none;
  }
  .pnext{
    left: 15px;
  }
  .pprev{
    right: 15px;
  }
}

@media(max-width: 640px){
  .ab-bg{
    padding: 40px 0;
    padding-bottom: 20px;
  }
  .abl .at1 h3{
    font-size: 28px;
  }
  .abl .at1 h4{
    font-size: 28px;
  }
  .abl .at2{
    font-size: 18px;
  }
  .abl .aw p{
    line-height: 24px;
  }
  .abr a .v11 img{
    max-width: 40px;
    width: 100%;
  }
  .num-index{
    margin-top: 20px;
  }
  .numlist{
    flex-wrap: wrap;
  }
  .numlist li{
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .numlist li .num .num1 b{
    font-size: 20px;
  }
  .numlist li .num .num2{
    font-size: 13px;
    margin-top: 5px;
    height: 38px;
  }
  .numlist li .img1 img{
    max-width: 30px;
    width: 100%;
  }
  .pro-bg{
    padding: 40px 0;
  }
  .pubtitle h3{
    font-size: 24px;
  }
  .pubtitle h4{
    font-size: 16px;
  }
  .pro-roll{
    margin-top: 20px;
  }
  .proSwiper{
    width: 88%;
  }
  .proSwiper .swiper-pagination-product .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
  }
  .proSwiper .swiper-pagination-product .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 25px;
  }
  .proSwiper .swiper-pagination-product{
    margin-top: 5px;
  }
  .proSwiper .swiper-slide .wz{
    padding: 15px 5px;
  }
  .pnext{
    top: 25%;
  }
  .pprev{
    top: 25%;
  }
  .application-bg{
    padding: 40px 0;
  }
  .aplist{
    margin-top: 20px;
  }
  .aplist li .wz .wza{
    font-size: 14px;
    padding: 10px 5px;
  }
  .news-index{
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .news-con{
    margin-top: 20px;
  }
  .nlist1 li .wz{
    margin-top: 10px;
  }
  .nlist1 li .wz .wza{
    font-size: 15px;
  }
  .nlist1 li .wz .wzb{
    font-size: 13px;
    margin: 10px 0;
  }
  .nlist1 li .wz .date{
    font-size: 13px;
  }
  .nlist2 li .wz .wza{
    font-size: 15px;
  }
  .nlist2 li .wz .wzb{
    font-size: 13px;
    margin: 5px 0;
  }
  .nlist2 li .wz .date{
    font-size: 13px;
  }
  .foot-bg{
    padding-top: 30px;
  }
  .foot-index{
    flex-wrap: wrap;
  }
  .footl{
    width: 100%;
  }
  .footr{
    flex-wrap: wrap;
  }
  .flx{
    width: 100%;
  }
  .flx .fct p{
    font-size: 13px;
  }
  .ferq{
    width: 100%;
    margin-top: 15px;
  }
  .ferq p{
    max-width: 100px;
    text-align: center;
    line-height: 2;
    font-size: 13px;
  }
  .fshare{
    display: none;
  }
  .cop-bg{
    padding: 20px 0;
  }
  .cop-index{
    font-size: 12px;
  }
  .copl{
    width: 100%;
    float: none;
    text-align: center;
  }
  .copr{
    width: 100%;
    float: none;
    text-align: center;
  }
 
}

@media(max-width: 400px){
  .nlist2 li .wz .wzb{
        -webkit-line-clamp: 1;
  }
}

/* toolbar */
