dd {
    color: #333;
    font-size: 35px;
    line-height: 1.5;
    font-weight: bold;
}
dt {
    color: #333;
    font-size: 20px;
    line-height: 2;
    font-weight: normal;
    text-transform: uppercase;
}



/* 热词搜索 */
.web-ss {
    padding: 0px 0;
    border-bottom: 1px solid #eaeaea;
}

.hotSearch {
    color: #333;
    font-weight: bold;
    font-size: 14px;
    line-height: 86px;
}
.hotSearch img{
    margin-top: -10px;
}

.hotSearch a {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    line-height: 86px;
    margin-right: 6px;
}

.hotSearch a:hover {
    color: #666;
}

.xy-search {
    border-left: 1px solid #eaeaea;
    position: absolute;
    right: 0;
}

.xy-search #keyword {
    width: 24vw;
    border: none;
    color: #c5c5c5;
    font-weight: 400;
    font-size: 14px;
    line-height: 86px;
    padding-left: 30px;
}
.web-ss #keyword::placeholder {
    color: #333333;
	opacity: 0.27;
}
.xy-search #s_btn {
    background: url(//cdn.myxypt.com/38b686c9/22/09/aa9632b3c8bd274ef2a46b74efd6cc3482e33ff9.png) left no-repeat;
    width: 24vw;
    background-color: #c91722;
    color: #fff;
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 86px;
    background-position-x: 20px;
}
@media(max-width: 1400px){
  .hotSearch,.hotSearch a,.xy-search #keyword,.xy-search #s_btn{
    line-height: 60px;
  }
}
@media(max-width: 1200px){
    .web-ss{
            padding: 0px 0;
    }
}
@media(max-width: 990px){
    .web-ss{
        display: none;
    }
}






/* 产品中心 */
.box1 {
  margin-top: 4vw;
  overflow: hidden;
}

.bt1 {
  text-align: center;
}




.pbox {
  margin-top: 2vw;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.pleft {
  width: 20%;
  margin-right: 1%;
  width: 31%;
}

.pright {
  width: 78%;
  /*height: 880px;*/

}

.pright .main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.pright .main li {
  margin-left: 1%;
  margin-right: 0px;
  margin-bottom: 13px;
  text-align: center;
  width: 31%;
  overflow: hidden;
  cursor: pointer;
}
.pright .main li .img{
  overflow: hidden;
}

.pright .main li img {
  width: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.pright .main li:hover img{
  transform: scale(1.05);
}



.pright .name {
  font-size: 16px;
  height: 58px;
  line-height: 58px;
  background: #eee;
}

.pright .name a {
  color: #333;
}

.pright .main li:hover .name {
  background-color: #c30d23;
}

.pright .main li:hover .name a {
  color: #fff;
}

.pbt {
  color: #fff;
  text-align: center;
  padding: 35px 0px 60px 0px;
  background: url(//cdn.myxypt.com/38b686c9/22/09/420e8544fdb92b6726c7f901f4a5b8fad9fa637b.png) no-repeat center;
  background-size: 100% 100%;
}

.pbt span {
  text-transform: capitalize;
  font-size: 24px;
  font-weight: bold;
}


.pbt b {
  font-size: 30px;
  color: #fff;
  display: block;
      line-height: 2.5;
}


.psort {
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 1px;
  background: #aaa;

}

.psort .aa1 {}



.psortcname {
  display: inline-block;
  height: 66px;
  line-height: 66px;
  color: #333;
  font-size: 20px;
  padding-left: 42px;
}
.psortcname.active{
  color: #fff;
}
.psort .aa1 img {
    float: right;
    margin-top: 25px;
    margin-right: 35px;
}
.downarr{
opacity: 0;
}
.downarr.active{
opacity: 1;
}

.layer2 {
  overflow: hidden;
  background: #dcdcdc;
      border-bottom: 1px #aaa dashed;
    padding-left: 38px;
}
.xypg-left-subnav1 .layer2:last-child{
  border: none;
}

.layer2 a {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 3.2;
  letter-spacing: 0px;
  color: #666666;
}

.layer2 a:hover {
  color: #c30d23;
}

ul.xypg-left-subnav1 {
  padding: 0px 0px 0px 0px;
  background: #dcdcdc;
}
.xypg-left-subnav1.active{
    
}
.layer1 {
  position: relative;
  margin-bottom: 1px;
  background-color: #eee;
}

.layer1:nth-child(1) .aa1 a {
  /* color: #fff; */
}

.backgroundgray {
  
}
.marginbottom0{
  margin-bottom: 0;
}
.backgroundred {
  background-color: #c30d23;
}


.psort .layer1:nth-last-child(1) {
  margin-bottom: 0px;
}

.psort .layer1:first-child .er {
  display: block;
}

.layer2 li a {
  display: block;
  color: #000000;
  font-size: 16px;
  padding-left: 51px;
  line-height: 45px;
  border-bottom: 1px dashed #dcdcdc;
}

.layer2 li:hover a {
  color: #c30d23;
}





.ptel strong {
  box-shadow: -1px 9px 12px rgba(90, 90, 90, 0.11);
}

.ptel {
    padding: 45px 28px 0px 48px;
    height: 190px;
    color: #ffffff;
    font-size: 14px;
    background: #c30d23;
    background: url(//cdn.myxypt.com/38b686c9/22/09/9addada74ff1523106939fb2967e2d685fdfa1be.png) no-repeat center;
}

.ptel dd {
  font-size: 22px;
  font-weight: bold;
  padding-top: 0px;
}

.ptel dt {
  font-size: 16px;
  padding-top: 5px;
}

.ptel span {
  display: inline-block;
}

.zxrxbox {
  padding: 0 0px 0 0px;
  margin-top: 0px;
  position: relative;
}
.zxrxbox img{
      margin-top: -32px;
}


.zxrxwz {
    display: inline-block;
}


.ptel .zxrx {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #fff;
  padding: 0px 0px 0px 0px;
  border-radius: 28px;
}

.ptel .zxtel {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  padding-left: 0px;
      line-height: 1.5;
}

.ptel a {
    display: block;
    width: 148px;
    height: 35px;
    border-radius: 10px;
    margin-left: 60px;
    margin-top: 20px;
    line-height: 31px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #fff;
}

.psort .layer1:hover {
  background: #c30d23;
  
}
.psort .layer1:hover .aa1 a{
color: #ffffff;
}




.first-nav-btn1 {
  position: absolute;
  z-index: 99;
  width: 30px;
  height: 30px;
  text-align: center;
  top: 20px;
  right: 20px;
  cursor: pointer;
  background: url(../images/arr-red.png) 0px 0px no-repeat;
  background-position: 4px 0px;
}
.first-nav-btn1.active{
  background: url(../images/arr-down.png) 0px 0px no-repeat;
  background-position: 1px 8px;
}

@media(max-width: 1400px){
  .pbt{
    padding: 16px 0px 30px 0px;
  }
  .zxrxbox img{
    display: none;
  }
  .pbt b{
    font-size: 24px;
    line-height: 2;
  }
  .pbt span {
    font-size: 18px;
}
.ptel{
  padding: 15px 27px 0px 36px;
    height: 132px;
}
.ptel a{
  width: 120px;
      margin-left: 135px;
    margin-top: 10px;

}
}


@media(max-width: 1200px){
  .pleft{
    width: 24%;
  }
  .psortcname {
    display: inline-block;
    height: 52px;
    line-height: 52px;
    color: #333;
    font-size: 16px;
    padding-left: 34px;
}
.ptel .zxtel{
      font-size: 20px;
}
.ptel a{
  margin-left: 0px;
    margin-top: 15px;
}
.layer2 a{
  font-size: 15px;
}
.psort .aa1 img {
    float: right;
    margin-top: 20px;
    margin-right: 35px;
    width: 25px;
}
.pright .main li{
  margin-bottom: 23px;
}

.pright .name {
    height: 50px;
    line-height: 50px;
}

}


@media(min-width: 990px){
.mobpsort{
  display: none;
}
}
@media(max-width: 990px){
  .mobpsort{
  display: block;
}
  .pleft{
    display: none;
  }
  .pright{
    width: 100%;
  }
  .psort {
    background: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.layer1{
  width: 44%;
    margin: 5px 1.5%;
    text-align: center;
    
}
.psortcname{
padding-left: 0;
}

.pright .main li {
    margin-left: 3%;
    margin-right: 3%;
    width: 44%;
}
.pright .main li:nth-child(9){
  display: none;
}
}



@media(max-width: 550px){
  .pright .name{
  font-size: 14px;
  }
}




/* 关于我们 */
.box2{
  background: url(//cdn.myxypt.com/38b686c9/22/09/5ba80e151993f9d66e724ddfe4a18d5676a7c25e.png) left no-repeat;
  margin-top: 6vw;
  height: 464px;
}
.box2::before{
  content: "";
  position: absolute;
  width: 13px;
	height: 464px;
	background-color: #c30d23;
  left: 0;
}

.aboutl {
    display: inline-block;
    width: 50%;
    width: 45%;
    margin-right: 3%;
    padding-top: 4vw;
}
.aboutr {
    display: inline-block;
    width: 51%;
    position: absolute;
    float: right;
}
.aboutimgbg {
    width: 100%;
    height: 24vw;
    background-color: #c30d23;
    z-index: 0;
    position: absolute;
    top: -15px;
}
.aboutr img {
    width: 100%;
    z-index: 1;
    position: absolute;
    right: -15px;
}
.aboutimg::before{

}
.aboutl dd{
	line-height: 2;
  position: relative;
  display: inline-block;
}
.aboutl dd::after{
  content: "";
  display: inline-block;
  width: 75px;
	height: 1px;
  position: absolute;
  background: #c30d23;
      bottom: 16px;
    right: -80px;
}
.aboutl dt{
  font-weight: bold;
  color: #333333;
}
.aboutl p{
  font-size: 16px;
	line-height: 2.2;
	letter-spacing: 0px;
	color: #333333;
}
.aboutl a{
  font-size: 14px;
	line-height: 2.5;
	letter-spacing: 0px;
	color: #ffffff;
  background: #c30d23;
  border-radius: 10px;
  display: inline-block;
  padding: 0 20px;
  margin-top: 1.1vw;
}
.aboutl a:hover{
  color: #ffffff;
  background: #c30d23;
}

@media(max-width: 1400px){
  .box2{
    height: 350px;
  }
  .box2::before{
    height: 350px;
  }
  .aboutl{
        padding-top: 0vw;
  }
}
@media(max-width: 990px){
  .aboutl{
    width: 100%;
  }
  .box2{
    height: auto;
    background-size: 100% 100%;
  }
  .box2::before{
    display: none;
  }


  .aboutr{
       width: 69%;
    position: initial;
    float: right;
  }
  .aboutimgbg{
    display: none;
  }
  .aboutr img{
    position: initial;
  }
}









/* 荣誉资质 */
.box3 {
    margin-top: 2.5vw;
    background: url(//cdn.myxypt.com/38b686c9/22/09/7e81725100760ab56b6b96dcf6c60cbc6f866fe0.png) no-repeat bottom;
    background-size: 100%;
}


li.honourli {
  background: url(//cdn.myxypt.com/38b686c9/22/09/e90685d2fefc63dbadcce5ecf6bf49dfb8b4f535.png) no-repeat center;
}

.box3 .owl-carousel .owl-item img {
    width: 86%;
    margin: 0 auto;
    padding: 30px 24px 62px 30px;
}
.box3 .owl-nav button.owl-prev span,.box3 .owl-nav button.owl-next span{
  display: none;
}
.box3 .owl-nav button.owl-prev,.box3 .owl-nav button.owl-next{
    width: 50px;
    height: 50px;
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    margin-top: -32.5px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.box3 .owl-nav button.owl-prev{
  left: -5vw;
  background: url(//cdn.myxypt.com/38b686c9/22/09/0b369aaa6eeebb21bebb0d695b91a23fe27b5910.png) no-repeat center;
  background-size: 125% 125%;
  
}
.box3 .owl-nav button.owl-next{
  right: -5vw;
  background: url(//cdn.myxypt.com/38b686c9/22/09/dd4a6cae565fc29dff6b3b4380ec8864b3d5605f.png) no-repeat center;
  background-size: 125% 125%;
}


.box3 .owl-nav button.owl-prev:hover{
   background: url(//cdn.myxypt.com/38b686c9/22/09/48a0f3553c470dd5f947e67561593de63573a3ab.png) no-repeat center;
   background-size: 125% 125%;
}
.box3 .owl-nav button.owl-next:hover{
  background: url(//cdn.myxypt.com/38b686c9/22/09/9a21df0869f0e1526324c5ee44a83acd3bf7c2fc.png) no-repeat center;
  background-size: 125% 125%;
}





.box3 .slick-slide img{
  width: 86%;
    margin: 0 auto;
    padding: 30px 24px 62px 30px;
}

.box3 .slick-arrow {
    text-align: center;
    top: 50%;
    margin-top: -24.5px;
    position: absolute;
    width: 65px;
    height: 65px;
    border: none;
    outline: none;
     -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.box3 button.slick-prev{
  left: -3.5vw;
  background: url(//cdn.myxypt.com/38b686c9/22/09/abbc2bc1edd47af8b7665e909614b063278561e7.png) no-repeat center;
  background-size: 100% 100%;
  text-indent: -1000px;
  overflow: hidden;
  
}
.box3 button.slick-next{
  right: -3.5vw;
  background: url(//cdn.myxypt.com/38b686c9/22/09/260c2e2d8d2d9dbb4dd26c87cebeb9b2cdbeb1df.png) no-repeat center;
  background-size: 100% 100%;
  text-indent: -1000px;
  overflow: hidden;
}
.box3 button.slick-prev:hover{
   background: url(//cdn.myxypt.com/38b686c9/22/09/34193bd6785ff82d94338f92449f0bae1d6d2500.png) no-repeat center;
   background-size: 100% 100%;
}
.box3 button.slick-next:hover{
  background: url(//cdn.myxypt.com/38b686c9/22/09/277633dd191a9dbf371f695632ebeae7a6bd32cc.png) no-repeat center;
  background-size: 100% 100%;
}

@media (min-width: 1400px){
.box3 .container{
  width: 1500px;
}
}

@media(max-width: 1400px){
  .box3 .slick-arrow{
    width: 48px;
    height: 48px;
  }
  .box3 button.slick-prev{
        left: -5vw;
  }
  .box3 button.slick-next{
    right: -5vw;
  }
}

@media(max-width: 1200px){
  .box3 .slick-slide img {
    width: 80%;
}
}

@media(max-width: 990px){
  .box3 .slick-arrow{
    visibility: hidden;
  }
  .box3 .slick-slide img {
    width: 70%;
}
}

@media(max-width: 768px){
  .box3 .slick-slide img {
    width: 72%;
}
}
@media(max-width: 550px){
  .box3 .slick-slide img {
    width: 97%;
}
}
@media(max-width: 480px){
  .box3 .slick-slide img {
    width: 56%;
}
}
@media(max-width: 415px){
  .box3 .slick-slide img {
    width: 64%;
}
}
@media(max-width: 380px){
  .box3 .slick-slide img {
    width: 74%;
}
}



/* 优势 */
.box4{
  margin-top: 5vw;
}

.bt4 {
    text-align: center;
}
.goodnessbox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 2.3vw;
}
.goodness {
    width: 24%;
    text-align: center;
    background: #eee;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.box4img1 img{
  width: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.box4wz {
    padding: 1.3vw 1.15vw 2vw 1.15vw;
}
.box4wz h3{
 font-size: 20px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #333333;
      line-height: 2;
}
.box4wz h4{
  font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
}

.box4icon img{
    width: 51px;
    height: 51px;
}
.box4icon2 {
    display: none;
}

.goodness:hover{
  background: #c30d23;
}

.goodness:hover .box4wz h3{
  color: #fff;
}
.goodness:hover .box4wz h4{
  color: #fff;
}

.goodness:hover .box4icon2{
  display: inline-block;
}
.goodness:hover .box4icon1{
  display: none;
}
.goodness:hover .box4img1 img{
      transform: scale(1.02);
}


@media(max-width: 1400px){

}
@media(max-width: 1200px){
  .box4wz h4{
    font-size: 14px;
  }
}
@media(max-width: 990px){
  .goodnessbox{
    flex-wrap: wrap;
  }
  .goodness{
    width: 44%;
    margin: 1vw 3%;
  }
}


/* 案例 */
.box5{
  margin-top: 5vw;
}
.bt5{
  text-align: center;
}
.box5 .mySwiper{
  overflow: hidden;
  width: 1400px;
  margin: 0 auto;
  position: relative;
  
}
.caseleft {
    display: inline-block;
    width: 35%;
    position: relative;
    padding: 50px 22px;
}
.caseright {
    display: inline-block;
    width: 65%;
    position: relative;
    float: right;
}


.caseli{
      margin-top: 32px;
      margin-bottom: 5px;
  box-shadow: 0px 0px 6px 0px 
		rgba(49, 49, 49, 0.16);
}

.casetitle{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
	letter-spacing: 0px;
	color: #333333;
}
.casesum {
    margin-top: 2vw;
}
.casesum p{
  position: relative;
  padding: 0 12px;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 1.5vw;
}
.casesum p::before{
    content: '';
    width: 9px;
	height: 9px;
  border-radius: 9px;
	background-color: #c30d23;
  position: absolute;
  top: 12px;
  left: 0px;
}
.casemore{
    font-size: 14px;
    line-height: 2.5;
    letter-spacing: 0px;
    color: #ffffff;
    background: #c30d23;
    border-radius: 10px;
    display: inline-block;
    padding: 0 20px;
    margin-left: 10px;
}
.casemore:hover{
  color: #ffffff;
  background: #c30d23;
}
.caseright img{
  width: 100%;
}

.swiper-pagination{
    bottom: 1vw;
    left: 0;
    width: 58%;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666;
}
.swiper-pagination .swiper-pagination-current{
  color: #c30d23;
}

.swiper-button-next, .swiper-button-prev{
  width: 39px;
  height: 85px;
  background-size: 100% 100%;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background-image:url(//cdn.myxypt.com/38b686c9/22/09/e0a35d549da088ce38ddef87117afd5c6381471e.png);
  left: 0px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  background-image:url(//cdn.myxypt.com/38b686c9/22/09/8e0b52b7983d3e1f9423574e049b243525364554.png);
  right: 0px;
}


@media(max-width: 1400px){
  .box5 .mySwiper{
    width: 1140px;
  }
  .caseleft{
    padding: 0px 1vw;
    padding-top: 1vw;
  }
  .casetitle{
    font-size: 17px;
  }
  .casesum p{
    margin-bottom: 1vw;
  }
}
@media(max-width: 1200px){
  .box5 .mySwiper{
    width: 932px;
  }
  .casesum {
    margin-top: 1vw;
}
  .casesum p {
    font-size: 14px;
    line-height: 1.8;
}
.swiper-pagination{
  font-size: 22px;
}
}
@media(max-width: 992px){
  .box5 .mySwiper{
    width: 720px;
  }
  .caseleft{
    width: 100%;
  }
  .caseright{
    width: 100%;
  }
  .casemore{
    display: none;
  }
}
@media(max-width: 768px){
  .box5 .mySwiper{
    width: 100%;
  }
  
}
@media(max-width: 550px){
  .box5 .mySwiper{
    width: 100%;
  }
}



/* 行业领域 */
.box6 {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 5.6vw;
}
.bt6 dd{
  color: #fff;
}
.bt6 dt{
  color: #fff;
}
.bt6 p{
  font-size: 16px;
	line-height: 2.2;
	letter-spacing: 0px;
	color: #ffffff;
  margin-top: 2.3vw;
}
.img_box {
    position: absolute;
    z-index: -1;
}

.img_box .bgimg {
    width: 100%;
}

.bgimg img {
    width: 100%;
}

.text_box {
    /*position: absolute;*/
    /*top: 4vw;*/
    /*left: 11vw;*/
    margin-top: 0vw;
}

.box6l {
    float: left;
    width: 37%;
    margin-top: 2.87vw;
}

.box6r {
    float: right;
}

.bt6 dd {
    


}

.bt6 dt {
   font-weight: bold;
}




.indexpro_sort {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 26vw;
}

.sortbox {
    width: 12.1vw;
    height: 7.45vw;
    overflow: hidden;
    border: solid 1px #ffffff66;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: baseline;
    padding-left: 3.75vw;

}

.bgblue {
    background-color: #005baa;
}
.bgfff53{
  background-color: #ffffff;
	opacity: 0.53;
}

.sortbox:nth-child(2) {
}

.sortbox:nth-child(n+5) {
}
.sortbox:nth-child(1),.sortbox:nth-child(4),.sortbox:nth-child(5){
visibility: hidden;
}
.sortbox img {
    width: 3.2vw;
}

.sortbox p {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffffc9;
}
.sortbox p.wz333{
  color: #333;
}



@media(max-width: 1400px){
.sortbox p{
  font-size: 18px;
  margin-top: 0;
}
}

@media(max-width: 1200px){
    .sortbox{
      padding-left: 1.75vw;
    }

}
@media(max-width: 990px){
  .box6l{
    width: 55%;
  }
  .sortbox:nth-child(1), .sortbox:nth-child(4), .sortbox:nth-child(5){
    display: none;
  }
  .sortbox{
    width: 28vw;
  }
}
@media(max-width: 700px){
  .box6{
    display: none;
  }
}




/* 新闻 */
.box7{
  margin-top: 4vw;
}
.bt7{
  text-align: center;
}

.newsz {
    margin-top: 2vw;
}
.tabsz {
    display: flex;
    justify-content: center;
}

.tabsz li+li {
    margin-left: 20px;
}
.tabsz li{
      margin: 0 1vw;
      background: #eeeeee;
}
.tabsz li a {
    width: 212px;
    display: block;
    color: #444444;
    font-size: 20px;
    line-height: 3.2;
    border: 1px solid #e8e8e8;
    text-align: center;
}

.tabsz li:hover a {
    color: #fff;
    background-color: #c30d23;
    border: 1px solid #c30d23;
}

.tabsz_content {
    margin-top: 2.5vw;
}

.ttsz {
    display: none;
}

#tabsz img{
  width: 40px;
      margin-right: 10px;
}
#tabsz li:hover img{
  filter: invert(98%) sepia(100%) saturate(0%) hue-rotate(301deg) brightness(103%) contrast(102%);
}
.news_img {
    width: 50%;
    background-color: #ffffff;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.news_img .text{
    overflow: hidden;
    display: inline-block;
    width: 49%;
    box-shadow: 0px 0px 6px 0px 
		rgba(49, 49, 49, 0.11);
}
.textwz {
    padding: 0 1vw;
}
.news_img .text h3 a{
    display: block;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    line-height: 2.9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_img .text p {
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #666666;
  overflow: hidden;  
text-overflow: ellipsis;  
display: -webkit-box;  
-webkit-line-clamp: 3;  
-webkit-box-orient: vertical;  
}

.news_img .text .date {
    color: #999999;
    font-size: 14px;
    line-height: 4;
    margin-bottom: 0px;
    margin-top: 10px;
}
.news_img .img img{
    transition: all 0.3s;
}
.news_img .text:hover img{
  transform: scale(1.02);
}
.news_img .text:hover h3 a{
  color: #c30d23;
}

.news_img .img img{
  width: 100%;
}
.newsmore {
    font-size: 14px;
    line-height: 2.0;
    letter-spacing: 0px;
    color: #ffffff;
    background: #c30d23;
    border-radius: 10px;
    display: inline-block;
    padding: 0 16px;
    margin-left: 10px;
    float: right;
    margin-top: 14px;
}
.newsmore:hover{
  color: #fff;
}
.x-news-right {
    width: 47%;
}

.x-news-right li+li {
    margin-top: 20px;
}
.x-news-right li{
  box-shadow: 0px 0px 6px 0px 
		rgba(49, 49, 49, 0.11);
}
.x-news-right li .date {
      width: 20%;
    float: left;
    background-color: #fff;
        margin: 30px 0;
    text-align: center;
    position: relative;
}
.x-news-right li .date::after{
  content: "";
  position: absolute;
  display: inline-block;
  width: 1px;
      height: 130%;
    background: #e7e7e7;
    right: 0px;
    top: -10px;
}

.x-news-right li .date h4 {
    font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #c2c2c2;
}

.x-news-right li .date h5 {
    font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #c2c2c2;
}

.x-news-right li .text {
    width: 80%;
    float: right;
    padding: 20px 4%;
}

.x-news-right li .text h3 {
    color: #333333;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.x-news-right li .text p {
    color: #666;
    font-size: 16px;
	  font-weight: normal;
	  font-stretch: normal;
	  line-height: 2;
	  letter-spacing: 0px;
    word-break: keep-all;
   
overflow: hidden;  
text-overflow: ellipsis;  
display: -webkit-box;  
-webkit-line-clamp: 2;  
-webkit-box-orient: vertical;  
}

.x-news-right li .text .more {
    color: #888888;
    font: 400 14px/20px "Airal";
    position: relative;
    transition: all 0.8s;
}

.x-news-right li .text .more::before {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #c30d23;
    transition: all 0.8s;
}

.x-news-right li:hover .date {
    color: #fff;
}

.x-news-right li:hover .date h4 {
    color: #c30d23;
}

.x-news-right li:hover .date h5 {
}

.x-news-right li:hover .text h3 {
    color: #c30d23;
    font-weight: 600;
}

.x-news-right li:hover .text .more {
    padding-left: 66px;
    transition: all 0.8s;
    color: #c30d23;
}

.x-news-right li:hover .text .more::before {
    width: 55px;
    transition: all 0.8s;
}


@media(max-width: 1400px){
  .news_img .text p{
    font-size: 14px;
  }
  .news_img .text .date{

  }
  .x-news-right li .text h3{
    font-size: 18px;
  }
  .x-news-right li .text p{
    font-size: 14px;
  }
  .x-news-right li .date h4{
    font-size: 24px;
  }
  .x-news-right li .date h5{
    font-size: 16px;
  }
  .x-news-right li+li{
    margin-top: 10px;
  }
}

@media(max-width: 990px){
  .tabsz li{
    width: 31%;
    margin: 1vw 1%;
  }
  .x-news-right{
    display: none;
  }
  .news_img{
    width: 100%;
    flex-wrap: wrap;
  }
  .news_img .text{
    width: 48%;
    margin: 1vw 1%;
  }
  #tabsz img{
    display: none;
  }
  .tabsz li a{
    width: 100%;
  }
  .news_img .text .date{}
  .newsmore{
    display: none;
  }
}
@media(max-width: 550px){
  .tabsz li a{
    font-size: 18px;
  }
  .news_img .text{
    width: 100%;
    margin: 2vw;
  }
  
}






/* 响应式通用样式 */
@media(max-width: 1400px){
  dd{
    font-size: 32px;
  }
  dt{
    font-size: 18px;
  }
}

@media(max-width: 1200px){
  dd{
    font-size: 28px;
  }
  dt{
    font-size: 16px;
  }
  .aboutl p{
    font-size: 14px;
  }
}
@media(max-width: 990px){
  body{
    margin-top: 59px;
  }
}
@media(max-width: 990px){
  dd{
    font-size: 24px;
  }
  dt{
    font-size: 14px;
  }
}
