@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.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);
}

.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;
}

.w1635{
    max-width: 1665px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}


/*  */
@media(min-width: 769px){
    .sun-delay0 {
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s;
    }
    .sun-delay1 {
       -webkit-transition-delay: 0.4s;
      transition-delay: 0.4s;
    }
    .sun-delay2 {
      -webkit-transition-delay: 0.6s;
      transition-delay: 0.6s;
    }
    .sun-delay3 {
      -webkit-transition-delay: 0.8s;
      transition-delay: 0.8s;
    }
    .sun-delay4 {
      -webkit-transition-delay: 1s;
      transition-delay: 1s;
    }
    .sun-delay5 {
      -webkit-transition-delay: 1.2s;
      transition-delay: 1.2s;
    }
    .sun-delay6 {
      -webkit-transition-delay: 1.4s;
      transition-delay: 1.4s;
    }
    .sun-delay7 {
      -webkit-transition-delay: 1.6s;
      transition-delay: 1.6s;
    }
    .sun-delay8 {
      -webkit-transition-delay: 1.8s;
      transition-delay: 1.8s;
    }
    .sun-delay9 {
      -webkit-transition-delay: 2s;
      transition-delay: 2s;
    }
    .sun-delay10 {
       -webkit-transition-delay: 2.2s;
       transition-delay: 2.2s;
    }
    .sun-ani-left,
    .sun-ani-down,
    .sun-ani-up,
    .sun-ani-right {
        opacity: 0;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .7s;
        transition-duration: .7s;
    }
    .sun-ani-left {
       -webkit-transform: translateX(-100px);
       transform: translateX(-100px);
    }
    .sun-ani-down {
       -webkit-transform: translateY(-100px);
       transform: translateY(-100px);
    }
    .sun-ani-up {
       -webkit-transform: translateY(-200px);
       transform: translateY(200px);
    }
    .sun-ani-right {
       -webkit-transform: translatex(100px);
       transform: translatex(100px);
    }
    .actives .sun-ani-left {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    
    .active .sun-ani-left {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    
    .active .sun-ani-down {
       opacity: 1;
       -webkit-transform: translateY(0);
       transform: translateY(0);
    }
    
    .active .sun-ani-up,
    .active2 .sun-ani-up {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    
    .active .sun-ani-right {
       opacity: 1;
       -webkit-transform: translatex(0);
       transform: translatex(0);
    }
    
    .active2 .sun-ani-left{
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .active2 .sun-ani-right{
       opacity: 1;
       -webkit-transform: translatex(0);
       transform: translatex(0);
    }

}

/* head */
.headbg{
  position: absolute;
  z-index: 99;
  width: 100%;
  background: #fff;
}

.tsou{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 145px;
  text-align: center;
}

.headindex{
  position: relative;
}

.headindex .logo{
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 270px;
  margin: 0 auto;
  z-index: 99;
}

.headindex .logo img{
  max-width: 100%; max-height:90px;
}

/* section2 */
.section2 {
	position: relative;
	background: url(../img/f4e4148aa26dfd0f27cbbafb451b3826ca7bd518.jpg) no-repeat;
	background-size: cover;
}

.abindex{
  
}

.abindexleft{
  width: 50%;
}

.ptitle{

}

.ptitle h3{
  color: #000000;
  font-size: 22px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.ptitle h3 img{
  margin-right: 15px;
}

.ptitle p{
  color: #666666;
  font-size:36px;
  font-weight: 600;
  line-height: 1.2;
}

.amore{
  width: 186px;
  height: 69px;
  line-height: 69px;
  background: #E62916;
  border-radius: 40px;
  margin-top: 3.125vw;
}

.amore a{
  display: flex;
  align-items: center;
  justify-content: center;
}

.amore a span{
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
}

.aboutSwiper{
  overflow: hidden;
  margin-top: 1.45vw;
  position: relative;
}

.anext{
  position: absolute;
  outline: none;
  background: url(../img/71ce6a740d9e031c974a36789bc6391722bcba54.png) no-repeat center center;
  width: 18px;
  height: 31px;
  left: 30px;
  top: 50%;
  margin-top: -15.5px;
  z-index: 99;
}

.aprev{
  position: absolute;
  outline: none;
  background: url(../img/59f33124bea1e130dd97e9b48d10eb0e056d024e.png) no-repeat center center;
  width: 18px;
  height: 31px;
  right: 30px;
  top: 50%;
  margin-top: -15.5px;
  z-index: 99;
}

.aboutSwiper .swiper-slide .img1 img{
  width: 100%;
}

.abindexright{
  width: 42.51%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.abindexright .aw p{
  color: #333333;
  font-size: 16px;
  line-height: 2.25;
  text-align: justify;
}

.numlist{

}

.numlist li{
  border-bottom: 1px solid #edece9;
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.numlist li .numl b{
  color: #333333;
  font-size: 2.39583333333333vw;
  line-height: 1;
  font-family: "Impact";
}

.numlist li .numl span{
  color: #333333;
  font-size: 16px;
}

.numlist li .numr p{
  text-align: right;
  font-size: 16px;
}



/* section4 */

.shzrindex{
  width: 32.4%;
}

.stitle p{
  color: #330000;
}

.sz1{
  margin-top: 2.5vw;
  margin-bottom:6.77vw;
}

.sz1 p{
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}

.smore{
  margin-top: 0;
}

/* section5 */
.section5{
  background: #fff;
}

.newstitle{
  align-items: center;
}

.njian{
  align-items: center;
}

.nprev{
  background: url(../img/ec42c370762d422848eec887b480506f6b356ab1.png) no-repeat center center;
  width: 55px;
  height: 55px;
  background-size: 100% 100%;
  position: relative;
  z-index: 99;
}

.nnext{
  background: url(../img/aaa5e3a46b12b7fb69cc6a41795fb6c6cf765655.png) no-repeat center center;
  width: 55px;
  height: 55px;
  background-size: 100% 100%;
   position: relative;
  z-index: 99;
  margin-left: 0.78125vw;
}

.newsroll{
  margin-top: 3.125vw;
}

.newsSwiper{
  overflow: hidden;
}

.newsSwiper .swiper-slide .img1{
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  overflow: hidden;
}

.newsSwiper .swiper-slide .img1 img{
  width: 100%;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.newsSwiper .swiper-slide .wz{
  background: #f8f8f8;
  padding: 2.34375vw 1.354vw;
   border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.newsSwiper .swiper-slide .wz .date{
  color: #666666;
  font-size: 14px;
  margin-bottom: 0.5vw; margin-top:20px
}

.newsSwiper .swiper-slide .wz .wza{
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsSwiper .swiper-slide .wz .more{
  margin-top: 1.6vw;
  color: #999999;
  font-size: 16px;
}

/* foot */
.footbg{
  background: #f8f8f8;
  padding-top: 20px;
  padding-bottom: 20px;
}

.flogo{
  border-bottom: 1px solid #e2e2e2;
  padding: 20px 0;
}

.flogo img{
  max-width: 100%;
}

.footindex{
  padding-top: 3.65vw;
}

.footleft{
  width: 70%;
}

/*  */
.foot_nav {
    position: relative;
}

.foot_nav li {
}

.foot_nav li a {
    font-size: 18px;
    color: #1a1a1a;
    display: block;
    width: 100%;
    font-weight: 700;
}

.foot_nav li .x-nav-menu {
    width: 100%;
    margin-top: 1vw;
}

.foot_nav li .x-nav-menu a {
    display: block;
    font-size: 14px;
    line-height: 2;
    color: #666666;
    font-weight: normal
}

.foot_nav li .x-nav-menu a:hover{
  color: #E62916;
}

.footright{
  width: 22%;
}

.fd h3{
  font-size: 18px;
    color: #1a1a1a;
    display: block;
    width: 100%;
    font-weight: 700;
    margin-bottom: 1vw;
}

.fd p{
   font-size: 14px;
    line-height: 2;
    color: #666666;
}

.femail {
  align-items: center;
  margin: 1.3vw 0;
}

.femail .femaila{
  width: 65%;
  background: #f3f3f3;
  border-radius: 40px;
  line-height: 47px;
  text-indent: 30px;
}

.femail .femailb{
  width: 35%;
  background: #E62916;
  text-align: center;
  border-radius: 40px;
  line-height: 47px;

}

.femail .femailb a{
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.flx p{
  color: #666666;
  font-size: 14px;
  margin-bottom: 0.5vw;
}


.fgz{

}

.fgz h3{
   color: #666666;
   font-size: 14px;
    display: block;
    width: 100%;
    font-weight: 700;
    margin-bottom: 1vw;
}

.fgz ul{
  display: flex;
  align-items: center;
}
.fgz ul li {
  margin-right: 0.8vw;
}
.fgz ul li img{
  max-width: 100%;
}

.copindex{
   padding: 20px 0;
  color: #999999;
  font-size: 14px;
}

.copindex a{
  color: #999999;
}

.copindex a:hover{
  color: #E62916;
}

@media(max-width: 1600px){
  .tsou{
    width: auto;
  }
}

@media(max-width: 1366px){
  .x-menu > li > a{
    font-size: 16px;
  }
  .amore{
    height: 50px;
    line-height: 50px;
  }
  .amore a span{
    font-size: 16px;
  }
  .abindexright .aw{
    padding-top: 15%;
  }
  .abindexright .aw p{
    font-size: 14px;
  }
  .kcSwiper .swiper-slide .wz .img2 img{
    max-width: 50px;
    width: 100%;
  }
  .kcSwiper .swiper-slide .wz .wzb{
    font-size: 14px;
  }
  .kcSwiper .swiper-slide .wz .wzc{
    height: 40px;
  }
  .kcnext{
    left: 15px;
  }
  .kcprev{
    right: 15px;
  }
  .sz1{
    margin-bottom: 4vw;
  }
  .sz1 p{
    font-size: 14px;
  }
  .newsSwiper .swiper-slide .wz .wza{
    font-size: 18px;
  }
  .newsSwiper .swiper-slide .wz .more{
    font-size: 14px;
  }
  .foot_nav li{
    width: 13%;
  }
  .foot_nav li a{
    font-size: 16px;
  }
  .foot_nav li .x-nav-menu a{
    font-size: 12px;
  }
  .fd h3{
    font-size: 16px;
  }
  .femail .femailb a{
    font-size: 14px;
  }
}

@media(max-width: 1200px){
  .x-menu > li > a{
    font-size: 14px;
  }
  .abindexright .aw p{
    line-height: 22px;
  }
  .amore a span{
    font-size: 14px;
  }
  .kcSwiper .swiper-slide .wz .wza{
    font-size: 16px;
  }
  .kcSwiper .swiper-slide .wz .wzb{
    font-size: 12px;
  }
  .kcSwiper .swiper-slide .wz .wzc{
    height:35px;
  }
  .numlist li .numr p{
    font-size: 14px;
  }
  .shzrindex{
    width: 50%;
  }
}

@media (max-width: 1024px) {
  
    .fp-tableCell {
        height: auto!important;
    }
    .fp-section {
        height: auto!important;
    }
    #fp-nav {
        display: none;
    }

	.fix-copyright{
		display: none;
	}

  .section2,.section4,.section5{
      padding: 50px 0;
  }

  .section3{
    padding: 20px 0;
  }

  .x-banner{
    width: 100%;
    height: auto;
  }
  .x-banner img{
    width: 100%;
    height: auto;
  }
  .kcSwiper .swiper-slide .img1 > img{
    height: 100%;
  }
  .ptitle p{
    font-size: 20px;
  }
  .copindex{
    font-size: 13px;
  }
}

@media(max-width: 995px){
  .abindex{
    flex-wrap: wrap;
  }
  .abindexleft{
    width: 100%;
  }
  .abindexright{
    width: 100%;
    margin-top: 20px;
  }
   .abindexright .aw{
    padding-top: 0%;
  }
  .kcSwiper .swiper-slide .wz .wzb{
    margin-top: 20px;
  }
  .nprev{
    width: 35px;
    height: 35px;
  }
  .nnext{
    width: 35px;
    height: 35px;
  }
  .footindex{
    flex-wrap: wrap;
  }
  .footleft{
    width: 100%;
    display: none;
  }
   .footright{
    width: 100%;
  }
  .femail{
    width: 50%;
  }
}

@media(max-width: 640px){
  .ptitle h3{
    font-size: 18px;
  }
  .ptitle p{
    font-size: 16px;
  }
  .amore{
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
  }
  .aboutSwiper{
    margin-top: 20px;
  }
  .anext{
    left: 15px;
  }
  .aprev{
    right: 15px;
  }
  .numlist{
    margin-top: 20px;
  }
  .numlist li{
    padding: 10px 0;
  }
  .numlist li .numl b{
    font-size: 18px;
  }
  .numlist li .numl span{
    font-size: 14px;
  }
  .numlist li .numr p{
    font-size: 13px;
  }
  .kcjsindex{
    position: relative;
  }
  .ktitle h3{
    color: #000;
    background: url(../img/954dd7a5cfe841d350a61f274b88993818557a91.png) no-repeat left center;
    height: 30px;
    padding-left: 30px;
    margin-bottom: 0;
  }
  .ktitle h3 img{
    display: none;
    
  }
  .kcSwiper .swiper-slide .wz .img2 img{
    max-width: 30px;
  }
  .kcSwiper .swiper-slide .wz .wza{
    font-size: 14px;
  }
  .kcSwiper .swiper-slide .wz{
    padding: 0 15px;
    top: 10%;
  }
  .kcSwiper .swiper-slide .wz .wzb{
    margin-top: 10px;
  }
  .kcSwiper .swiper-slide .wz .wzc{
    width: 80px;
    height: 30px;
  }
  .shzrindex{
    width: 100%;
  }
  .sz1{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .newstitle{
    flex-wrap: wrap;
  }
  .njian{
    width: 100%;
    margin-top: 20px;
    justify-content: flex-start;
  }
  .newsSwiper .swiper-slide .wz{
    padding: 20px 10px;
  }
  .newsSwiper .swiper-slide .wz .date{
    font-size: 13px;
  }
  .newsSwiper .swiper-slide .wz .wza{
    font-size: 15px;
  }
  .newsSwiper .swiper-slide .wz .more{
    font-size: 12px;
  }
  .flogo img{
    max-width: 60px;
    width: 100%;
  }
  .fd h3{
    margin-bottom: 10px;
  }
  .femail{
    width: 100%;
  }
  .femail .femaila{
    text-indent: 10px;
  }
  .fgz h3{
    margin-bottom: 10px;
  }
  .copindex{
    padding-bottom: 20%;
    font-size: 12px;
    text-align: center;
  }
}


/* äº§å“ */
.x-pro{
    background: url(../img/623b3cbe770e286be6402e6bb06dd2238d16d3c0.jpg) no-repeat center;
}
.w-pro-tt-l{
    background: url(../img/1cef3e4386b0648d786de1c2014d8301208c8458.png) no-repeat left center;
    padding-top: 52px;
}
.w-pro-tt-l h3{
    color: #E62916;
    font: 600 44px/66px "Microsoft yahei";
    padding-left: 80px;
}
.w-pro-tt-l h4{
    color: #d3d3d3;
    font: 600 30px/40px "Microsoft yahei";
    text-transform: uppercase;
    padding-left: 30px;
    font-style: italic;
}
.w-pro-tt-l h4 span{
    color: #E62916;   
}
.w-pro-tt-r{
    padding-top: 50px;
    width: 66%;
}
.w-pro-tt-r p{
    color: #444444;
    font: 400 18px/36px "Microsoft yahei";
}
.x-pro .owl-carousel{
    margin-top:6.6vh;
}
.active.x-pro .owl-carousel {
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.pro-item a{
    display: block;
    /* background: -webkit-gradient(linear, left bottom, left top, from(#888888), to(#888888));
   background: -webkit-linear-gradient(bottom, #d3d5d5, #888888);
   background: linear-gradient(to top, #d3d5d5, #eaeae8); */
   border-radius: 20px;
   border-bottom-left-radius: 20px;
   border-bottom-right-radius: 20px;
   position: relative;
   background-color: #888888;
}
.pro-item .text{
    position: relative;
    padding: 15px;
    color: #ffffff;
    font: 400 20px/80px "Microsoft yahei";
    text-align: center;white-space: nowrap;
}
.pro-item .img { text-align:center; background:#fff}
.pro-item .img img{ height:270px; width:auto; max-width:100%; margin:auto}
.pro-item .text .imgico{
    position: absolute;
    left: 50%;
    top: -30px;
    margin-left: -30px;
    padding: 7px;
    background-color: #E62916;
    border-radius: 30px;
    overflow: hidden;
    border: 4px solid #d2d9df;
}
.pro-item .text .imgico img{
    width: 40px;
    height: 40px;
}
.pro-item:hover a{
    background-color: #E62916;
}
.pro-item:hover .text .imgico{
    background-color: #939393;
}
.x-pro .owl-carousel .owl-nav .owl-prev {
    left: 21%;
    background: url(../img/0f868207849fc4fddffb17859bf3f332249f0d39.png) no-repeat center #fff;
}
.x-pro .owl-carousel .owl-nav .owl-prev:hover{
    background: url(../img/938d916372d13c5905ebf91bf0454e7c2a9977ac.png) no-repeat center #E62916;
}
.x-pro .owl-carousel .owl-nav .owl-next {
    right:21%;
    background: url(../img/0d22b09b3ee7356ff12f77318715e2326b915491.png) no-repeat center #fff;
}
.x-pro .owl-carousel .owl-nav .owl-next:hover{
    background: url(../img/ceb1e66a4f29d2dd49e1ab21e60fec21df25a1c9.png) no-repeat center #E62916;
}
.x-pro .owl-carousel .owl-nav button.owl-prev, .x-pro .owl-carousel .owl-nav button.owl-next {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: none;

}

.x-pro .owl-carousel .owl-nav button.owl-prev:hover, .x-pro .owl-carousel .owl-nav button.owl-next:hover {
    opacity: 1;
}

.x-pro .owl-carousel .owl-nav .icon-font:after{
    display: none;
}
.x-pro .more{
    text-align: center;
    margin-top:8.8vh;
    font-size: 0;
}
.active.x-pro .more {
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 1.2s;
    -webkit-animation-delay:1.2s;
}
.x-pro .more a{
    display: inline-block;
    width: 200px;
    background: #E62916;
    font-size: 16px;
    line-height: 54px;
    border-radius: 28px;
    color:#fff;
    vertical-align: top;
    border:1px solid transparent;
    position: relative;
    overflow: hidden;
}
.x-pro .more a.mpo:hover{
    background: #E62916;
}
.x-pro .more a.mpo:before{
    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-animation: wave 1.3s infinite;
    animation: wave 1.3s infinite;
    z-index: 1;
}
@-webkit-keyframes wave{
    0%{
        background:rgba(0,0,0,.25);
        transform:translateX(-50%) translateY(-50%) scale(0)
    }
    to{
        background:transparent;
        transform:translateX(-50%) translateY(-50%) scale(1)
    }
}
@keyframes wave{
    0%{
        background:rgba(0,0,0,.25);
        transform:translateX(-50%) translateY(-50%) scale(0)
    }
    to{
        background:transparent;
        transform:translateX(-50%) translateY(-50%) scale(1)
    }
}
.x-pro .more .consle{
    margin-left:1.4vw;
    border:1px solid #E62916;
    background: none;
    color:#E62916;
}


@media (max-width: 992px) {
    .x-pro{
        padding: 6vh 0;
    }
	 .w-pro-tt-l{
        padding-top: 0;
        background-image: none;
        width: 100%;
    }
    .w-pro-tt-l h3{
        padding-left: 0;
        font: 600 30px/52px "Microsoft yahei";
    }
    .w-pro-tt-l h4{
        padding-left: 0;
        font: 600 22px/30px "Microsoft yahei";
    }
    .w-pro-tt-r{
        padding-top: 3vh;
        width: 100%;
    }
    .w-pro-tt-r p{
        font: 400 16px/32px "Microsoft yahei";
    }
    .x-pro .more{
        margin-top: 3vh;
    }
    .x-pro .more a{
        width: 160px;
        line-height: 40px;
    }

}


/*æ–°é—»*/
.w-news{
    background:#f4f4f4;
}
.active .w-news-list{
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.w-news .w-pro-tt-l{
    background: url(../img/cf4ce76cd6995b54d3b400ef86ca312a1b2b0025.png) no-repeat left center;
}
.w-news .w-pro-tt-l h3{
    padding-left: 110px;
    color: #333;
}
.w-news .w-pro-tt-l h4{
    padding-left: 110px;
}
.w-news-p{
    color: #000000;
    font: 600 22px/40px "Microsoft yahei";
    margin-top: 4vh;
    margin-bottom: 4vh;
}
.w-news-l{
    width: 30%;
}

.w-news-tab{
    padding-left: 4vh;
}

.w-news-tab li a{
    color: #444444;
    font: 400 18px/38px "Microsoft yahei";
}
.w-news-tab li:hover a{
    color: #E62916;
}
a.w-news-more{
    margin-top: 5.2vh;
    width: 160px;
    display: block;
    text-align: center;
    background-color: #E62916;
    color: #ffffff;
    font: 400 18px/44px "Microsoft yahei";
    border-radius: 22px;
}

.w-news-list{
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    width: 66.5%;
    margin-right: -2%;
}
.w-news-list li{
    width: 33%;
    padding-left: 2%;
    padding-right: 2%;
    border-left: 1px solid #cecece;
    height: 100vh;
    padding-top: 16vh;
}

.w-news-list li h3{
    position: relative;
    color: #333333;
    font: 600 22px/38px "Microsoft yahei";
    padding-bottom: 25px;
    margin-bottom: 15px;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis; 
}
.w-news-list li h3::after{
    content: "";
    width: 80px;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #D60C1A;
}
.w-news-list li .img{
    position: relative;
    overflow: hidden;
}
.w-news-list li .img img{
    max-width: 100%;
    transition: all 0.8s; height:270px;
}
.w-news-list li .date{
    position: absolute;
    left: 0;
    top: 0;
    background-color: #D60C1A;
    width: 76px;
    height: 76px;
    padding: 10px 6px;
    color: #ffffff;
    font: 400 16px/28px "Microsoft yahei";
}
.w-news-list li .date span{
    display: block;
    font: 400 30px/32px "Microsoft yahei";    
    text-align: center;
}
.w-news-list li .wz{
    color: #666666;
    font: 400 16px/32px "Microsoft yahei";
    margin-bottom: 6vh;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.w-news-list li:last-child .wz{
    padding-right: 15px;
}
.w-news-list li .more{
    color: #444444;
    font: 400 16px/32px "Microsoft yahei";
    margin-top: 4vh;
    background: url(../img/d678212c8296cc93457891970d19e3c97145471c.png) no-repeat 75px center;
}
.w-news-list li:hover h3{
    color: #E62916;
}
.w-news-list li:hover .img img{
    transition: all 0.8s;
    transform: scale(1.05);
}
.w-news-list li:hover .more{
    color: #E62916;
    background: url(../img/8f0c95e66b75a87deb5851d98b0fa1129cd9a3b0.png) no-repeat 75px center;
}
.ttz{
    display: none;
}
.w-news-l .more{
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    margin-top: 5vh;
}
.w-news-l .more a{
    display: inline-block;
    width: 166px;
    background: #E62916;
    font-size: 16px;
    line-height: 44px;
    border-radius: 28px;
    color: #fff;
    vertical-align: top;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.w-news-l .more a.mpo:before{
    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-animation: wave 1.3s infinite;
    animation: wave 1.3s infinite;
    z-index: 1;
}


@media (max-width: 992px) {
    .w-news{
        position: relative;
        padding: 6vh 0;
    }
    .w-news-l{
        width: 100%;
        margin-bottom: 3vh;
    }
    .w-news-p{
        margin-top: 2vh;
        margin-bottom: 2vh;
    }
    .w-news-tab{
        padding-left: 0;
        display: flex;
        justify-content: center;
    }
    .w-news-tab li{
        width: 30%;
    }
    .w-news-list{
        position: relative;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        height: auto;
    }
    .w-news-list li{
        height: auto;
        padding-top: 3vh;
        border-left: none;
    }
}

@media (max-width: 768px) {
    .w-news .w-pro-tt-l{
        background-image: none;
    }
    .w-news .w-pro-tt-l h3{
        padding-left: 0;
    }
    .w-news .w-pro-tt-l h4{
        padding-left: 0;
    }
    .w-news-tab li{
        width: 30%;
    }
    .w-news-list li{
        width: 100%;
    }
}
