@CHARSET "UTF-8";

/*头部样式*/

#header {
    width: 1180px;
    margin: 0 auto;
}



.topLink {
    width: 400px;
    float: right;
    text-align: right;
    position: relative;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink .k1 {
    line-height: 32px;
}

.topLink .k2 {
    color: #c01b17;
    font-size: 18px;
    font-family: "宋体";
    background: url(../images/phone.jpg) no-repeat 0 50%;
    padding-left: 68px;
    float: right;
    margin-top: 10px;
    text-align: left;
}
/*åˆå§‹åŒ–æ ·å¼*/
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,navs,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;position:relative;font:12px/1.5 Microsoft YaHei,arial,å®‹ä½“,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}

a:hover,a:active,a:focus{text-decoration:none;outline:none;}


input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}

p{margin:0;}



/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}


/* #menu{background: #ba1422;} */


/*语言版本新增样式 其中toplink样式是在原基础上更改的*/

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 99999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:visited {
    text-decoration: none;
    color: #333;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}


.max1500{
    max-width: 1530px;
    margin: 0 auto;
    padding: 0 15px;
}
.flexcon{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
@media(max-width: 991px){
    body{
        padding-top: 60px;
    }
}
@media(max-width: 768px){
    body{
        padding-bottom: 50px;
    }
}
/* å¤´éƒ¨ */
.x-top {
    background: rgba(2, 120, 144, 0.1);
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    color: #6f716f;
}

.hyz {
    color: #6f716f;
}

.hyr a {
    color: #6f716f;
}
.nnav{background-color: #3e3e3e;}
.x-top2 {
    height: 130px;
    overflow: hidden;
}

.x-top2 .dlogo {
    height: 130px;
    line-height: 130px;
    width: 18.6%;
    padding-right: 1%;
    display: flex;align-items: center;justify-content: center;
}
.x-top2 .dlogo img{
    max-width: 100%;
}
.x-top2 .logowz{
    font-size: 22px;
    font-weight: bold;
    color: #c01b17;
    /* width: 19%; */
    margin-right: 2.6%;
    margin-top: 40px;
}
.x-top2 .logowz p:nth-child(2){color: #222222;font-size: 14px;text-transform: uppercase;font-weight: normal;line-height: 1;}
.x-top2 .logowz h3{
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #c01b17;
}
.x-top2 .logowz h4{
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #222222;
    margin-top: 14px;
}
.x-top2 .logowzl{
    font-size: 0;
    line-height: 130px;
    /* margin-left: 2.3rem; */
}
.x-top2 .logowzl li{
    display: inline-block;
    width: 79px;
    height: 75px;
    background-color: #c01b17;
    border-radius: 50%;
    text-align: center;
    position: relative;
    margin: 0 .6rem;
    vertical-align: middle;
}
.x-top2 .logowzl li::before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #eeeeee;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    left: 0;
    z-index: -1;
}
.x-top2 .logowzl li h3{
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
    padding-top: 22px;
    letter-spacing: 1px;
    padding-bottom: 20px;
}
.x-top2 .logowzl li h3 span{
    display: block;
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    margin-top: 4px;
    text-transform: uppercase;
}
.x-top2 .tdh{
    font-size: 0;
}
.x-top2 .tdhcon{
    line-height: 130px;
    height: 130px;
    display: flex;align-items: center;justify-content: center;
}
.x-top2 .tdh h3{
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #7c7f80;
    width: 100%;
}
.x-top2 .tdh h4{
    font-family: Arial;
    font-size: 23px;
    font-weight: bold;
    line-height: 1;
    color: #03bac5;
    margin-top: 12px;
    width: 100%;
}
@media(max-width:1200px){
    .x-top2 .dlogo{
        width: 18%;
        padding-right: 3%;
    }
    .x-top2 .logowz h3{
        font-size: 18px;
    }
    .x-top2 .logowz h4{
        margin-top: 6px;
    }
    .tdhcon{
        padding-right: 60px;
    }
}
@media(max-width:1199px){
    .x-top2 .logowzl{
        display: none;
    }
}




/* 搜索 */
.rtss{
    padding: 17px 0;
}
.rtss .rtss_fl{
    width: 60%;
    font-size: 14px;
    line-height: 46px;
    color: #232222;
}
.rtss .rtss_fl span{
    color: #c01b17;
    opacity: 0.98;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 8px;
}
.rtss .rtss_fl a{
    color:#615f5f;
    padding: 0 4px;
    font-weight: normal;
}
.rtss .rtss_fr{
    width: 34%;
    background-color: #fff4f4;
    border-radius: 4px;
}
.rtss .rtss_fr input{
    font-size: 16px;
    line-height: 46px;
    height: 46px;
    color: #999999;
    background: none;
    border: 0;
    padding-left: 7.255%;
    outline: none;
}
.rtss .rtss_fr #keyword::-webkit-input-placeholder{
    color: #999999;
}
.rtss .rtss_fr #keyword{
    width: 82%;
    background: url(../images/line2.png) no-repeat right center;
}
.rtss .rtss_fr #s_btn{
    width: 18%;
    background: url(../images/ss.png) no-repeat center;
}
@media(max-width: 991px){
    .rtss{
        display: none;
    }
}



/* about */
.ab-bg{
  background: url(../images/bj1.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 4.42708333333333vw;
  padding-bottom: 3.64583333333333vw;
}

.abl{
  width: 47.11%;
}

.at{
  position: relative;
}

.at::before{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/fk.png) no-repeat top center;
  width: 86px;
  height: 86px;
  background-size: 100% 100%;
}

.at h3{
  color: #333333;
  font-size: 48px;
}

.at h3 b{
  color: #c01b17;
}

.at h4{
  color: #333333;
  font-size: 24px;
  padding: 1vw 0;
}

.at h5{
  width: 90px;
  height: 5px;
  background: #c01b17;
}

.aw{
  margin-top: 2vw;
  padding-right: 1.3vw;
}

.aw p{
  color: #333333;
  font-size: 17px;
  line-height: 2;
  text-align: justify;
}

.amore{
  width: 178px;
  height: 54px;
  border-radius: 26px;
  background: #c01b17;
  margin-top: 2.6vw;
}

/**/
.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

.amore a{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  line-height: 54px;
}

.amore a img{
  margin-left: 15px;
}

.abr{
  position: relative;
  width: 47.75%;
  margin-right: -60px;
  z-index: 9;
}

.abr::before{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/abj.jpg) no-repeat top center;
  background-size: 100% 100%;
  width: 388px;
  height: 420px;
  z-index: -1;
}

.abr::after{
  content: '';
  position: absolute;
  bottom: 30px;
  right: 0;
  background: url(../images/aa.png) no-repeat top center;
  background-size: 100% 100%;
  width: 58px;
  height: 376px;
}

.abr img{
 max-width:100%; height:auto !important;width:auto !important;
  padding-right: 30px;
  padding-bottom: 30px;
}

.num-index{
  border-top: 1px solid rgba(0,0,0,0.08);
  padding-top: 4.0625vw;
}

.nlist li{
  background: url(../images/line3.png) no-repeat left center;
  padding-left: 1.1vw;
  width: 25%;
}

.nlist li .num1{
  font-weight: 500;
  color: #333333;
  font-size: 60px;
  font-family: "Impact";
  line-height: 1;
}

.nlist li .num2{
  color: #666666;
  font-size: 16px;
  padding: 0.78125vw 0;
}

@media(max-width: 1300px){
  .at h3{
    font-size: 40px;
  }
  .at h4{
    font-size: 20px;
  }
  .nlist li .num1{
    font-size: 48px;
  }
}

@media(max-width: 1024px){
  .aw p{
    font-size: 15px;
  }
  .ab-index{
    align-items: center;
  }
  .abr img{

  }
  .abr::before{
    width: 240px;
    height: 330px;
  }
  .abr::after{
    width: 29px;
    height: 176px;
  }
}

@media(max-width: 767px){
  .ab-bg{
    padding: 40px 0;
  }
  .ab-index{
    flex-wrap: wrap;
  }
  .abl{
    width: 100%;
  }
  .at::before{
    width: 40px;
    height: 40px;
  }
  .at h3{
    font-size: 24px;
  }
  .at h4{
    font-size: 14px;
    padding: 10px 0;
  }
  .amore{
    height: 45px;
  }
  .amore a{
    font-size: 14px;
    line-height: 45px;
  }
  .abr{
    width: 100%;
    margin-top: 20px;
  }
  .abr::before{
    width: 100%;
    height: 100%;
  }
  .abr img{
    padding: 15px;
  }
  .num-index{
    padding-top: 30px;
  }
  .num-index ul{
    flex-wrap: wrap;
  }
  .nlist li{
    width: 50%;
    padding-left: 15px;
    margin-bottom: 20px;
  }
  .nlist li .num1{
    font-size: 24px;
  }
  .nlist li .num2{
    font-size: 14px;
  }
}

.w1560{
    max-width: 1590px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}


/* product */
.pro-bg{
  padding: 4.16666666666667vw 0;
}

.pro-index{

}
.tab-con { position: relative; }
.tab-con .tab-main { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.tab-con .tab-main { opacity: 0; visibility: hidden; transition: all .5s ease; }
.tab-con .tab-main.active { position: static; opacity: 1; visibility: visible;  }

.put{
  text-align: center;
}

.put .put1{
  font-weight: 600;
  color: #333333;
  font-size: 48px;
  line-height: 1;
}

.put .put1 b{
  color: #c01b17;
}

.put .put2{
  color: #666666;
  font-size: 18px;
  margin-top: 1vw;
}

.pro-index1{
  max-width: 1530px;
  margin: 0 auto;
  padding: 0 15px;
  
  margin-top: 2vw;
  align-items: center;
}

.pro-index1 .pro1l{
  width: 19.23%;
  background: #c01b17;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  line-height: 82px;
  border: 4px solid #c01b17;
}

.pro-index1 .pro1l img{
  margin-right: 1vw;
}

.pro-index1 .pro1r{
  width: calc(100% - 19.23%);
  background: #fff;border: 4px solid #e0e0e0;
  border-left: none;
  
}

.pro-index1 .pro1r ul{
    padding: 0 0.9vw;
}



.pro-index1 .pro1r ul li a{
  display: block;
  text-align: center;
  font-weight: 600;
  line-height: 82px;
  color: #333333;
  font-size: 17px;
}

.pro-index1 .pro1r ul li.active a{
  color: #c01b17;
}

.pro-roll{
  margin-top: 3.95833333333333vw;
}

.proSwiper{
  overflow: hidden;
  width: 100%;
}

.proSwiper .swiper-slide a{
  display: block;
  border: 1px solid #dedede;
  background: #fff;
  padding-bottom: 1.5625vw ;
  margin: 5px;
}

.proSwiper .swiper-slide a .img1 img{
  width: 100%;
}

.proSwiper .swiper-slide a .wz1{
  color: #333333;
  font-size: 18px;
  padding: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin-top: 1.1vw;
}

.proSwiper .swiper-slide a .wz2{
  color: #888888;
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
}

.proSwiper .swiper-slide a:hover{
  border-color: #c01b17;
  box-shadow: 0 0 8px rgba(0,80,0,.2);
  
}

.proSwiper .swiper-slide a:hover .wz1{
  font-weight: 600;
  color: #c01b17;
}

.puxian img{
  width: 100%;
}

@media(max-width: 1300px){
  .put .put1{
    font-size: 40px;
  }
}

@media(max-width: 1024px){
  .pro-index1{
    width: 100%;
  }
  .pro-index1 .pro1r ul li a{
    font-size: 16px;
  }
}

@media(max-width: 767px){
  .pro-bg{
    padding: 30px 0;
  }
  .put .put1{
    font-size: 24px;
  }
  .put .put2{
    font-size: 14px;
    margin-top: 5px;
  }
  .pro-index1{
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .pro-index1 .pro1l{
    width: 100%;
    font-size: 14px;
    line-height: 40px;
  }
  .pro-index1 .pro1r{
    width: 100%;
  }
  .pro-index1 .pro1r ul{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pro-index1 .pro1r ul li{
    margin: 1%;
    width: 48%;
  }
  .pro-index1 .pro1r ul li a{
    font-size: 14px;
    line-height:22px;
  }
  .pro-roll{
    margin-top: 30px;
  }
  .proSwiper .swiper-slide a .wz1{
    font-size: 14px;
  }
  .proSwiper .swiper-slide a .wz2{
    font-size: 12px;
    padding-top: 5px;
  }
}




/* 持续创新·与众不同 */
.different-bg{
  margin-top: 4.16666666666667vw;
}

.different-index .list2 {
  display: flex;
  justify-content: space-between;
  margin-top: 3.38541666666667vw;
}

.different-index .list2 li {
  width: 19.2%;
  overflow: hidden;
  position: relative;
  border-right: 1px solid #fff;
  transition-duration: .5s;
}

.different-index .list2 li .img1{
  position: relative;
  height: 550px;
}

.different-index .list2 li .img1 > img{
  max-width: 100%;
  object-fit: cover;
  height: 550px;
}

.different-index .list2 li .wz{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(0,0,0,0.6);
}

.different-index .list2 li .wz .wz1 img{
  max-width: 88px;
  width: 100%;
  text-align: center;
}

.different-index .list2 li .wz .wz2{
  color: #ffffff;
  font-size: 1.25vw;
  line-height: 34px;
  text-align: center;
}

.different-index .list2 li .wzh{
  display: none;
  background: rgba(255,255,255,.8);
  position: absolute;
  left: 0;
  top:0;
text-align: center;
  width: 50%;
  height: 100%;
}

.different-index .list2 li.on{
  width: 39.5%;
}

.different-index .list2 li.on .wz{
  display: none;
}

.different-index .list2 li.on a .img1{
  display: flex;
  flex-direction: row-reverse;
}



.different-index .list2 li.on .wzh{
  display: block;
}

.different-index .list2 li.on .wzh .wzh2{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.different-index .list2 li.on .wzh .wzh2 .wz1 img{
  max-width: 88px;
  width: 100%;
}

.different-index .list2 li.on .wzh .wzh2 .wz2{
  color: #c01b17;
  font-weight: bold;
  font-size: 1.25vw;
}

.different-index .list2 li.on .wzh .wzh2 .wz3{
  font-size: 18px;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin-top: 6.25vw;
}


@media(max-width: 1300px){
  .different-index .list2 li .wz .wz2{
    font-size: 20px;
  }
  .different-index .list2 li.on .wzh .wzh2 .wz2{
    font-size: 20px;
  }
  .different-index .list2 li.on .wzh .wzh2 .wz3{
    font-size: 16px;
  }
  .kf{display: none!important;}
}

@media(max-width: 1024px){
  .different-index .list2 li .wz .wz2{
    font-size: 16px;
  }
  .different-index .list2 li .wz .wz1 img{
    max-width: 50px;
  }
  .different-index .list2 li.on .wzh .wzh2 .wz1 img{
    max-width: 50px;
  }
  .different-index .list2 li.on .wzh .wzh2 .wz2{
    font-size: 16px;
  }
  .different-index .list2 li.on .wzh .wzh2 .wz3{
    font-size: 14px;
    margin-top: 40px;
  }
}

@media(max-width: 767px){
  .different-bg{
    margin-top: 30px;
  }
  .different-index .list2{
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .different-index .list2 li{
    width: 50%;border-right: none;
  }
  .different-index .list2 li:last-child{display: none;}
  .different-index .list2 li.on{
    width: 50%;
  }
  .different-index .list2 li.on .wz{
    display: flex;
  }
  .different-index .list2 li.on .wzh{
    display: none !important;
  }
  .different-index .list2 li.on .wzh .wzh2{
    display: none;
  }
  .different-index .list2 li.on a .img1 > img{
    width: 100%;
  }
  .different-index .list2 li .img1{
    height: 200px;
  }
  .different-index .list2 li .img1 > img{
    height: 200px;
    width: 100%;
  }

}



/* news */
.tt11{
  display: none;
}

.news-index{
  background: #f6f7f7;
  padding: 4vw 0 4.8vw;
}

.news-index1{
  border-bottom: 2px solid #dbdbdb;
  padding: 1.30208333333333vw 0;
  margin-top: 1.30208333333333vw;
  align-items: center;
}

.nsort{
  width: 80%;
  justify-content: flex-start;
}

.nsort li{
  background: #fff;
  width: 174px;
  height: 54px;
  border-radius: 40px;
  
}

.nsort li a{
  display: block;
  color: #666666;
  font-size: 18px;
  font-weight: 600;
  line-height: 54px;
  text-align: center;
}

.nsort li.cur{
  background: #c01b17;
}

.nsort li.cur a{
  color: #fff;
}

.nmore a{
  display: block;
  color: #999999;
  font-size: 16px;
}

.news-wrap{
  margin-top: 3.22916666666667vw;
}

.newsl{
  width: 46.92%;
}

.newslist1 li .img1 img{
  width: 100%;
}

.newslist1 li .wz{
  padding-left: 95px;
  position: relative;
}

.newslist1 li .wz::before{
  content: '';
  position: absolute;
  left: 56px;
  top: -56px;
  width: 8px;
  height: 138px;
  background: #c01b17;
}

.newslist1 li .wz .wz1{
  color: #999999;
  font-size: 16px;
  font-family: "Arial";
  padding-top: 1.3vw;
}

.newslist1 li .wz .wz2{
  color: #333333;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 0.78125vw;
}

.newslist1 li .wz .wz3{
  color: #888888;
  font-size: 15px;
  line-height: 24px;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2; 
  margin-top: 1vw;
}

.newslist1 li:hover .wz .wz2{
  color: #c01b17;
}

.newsr{
  width: 47.82%;
}

.newslist2 li{
  border-bottom: 1px solid #dcdcdc;
  padding: 2vw;
}

.newslist2 li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newslist2 li a .date{
  width: 15%;
  text-align: center;
}

.newslist2 li a .date .d1{
  color: #333333;
  font-size: 71px;
  font-weight: 600;
  line-height: 1;
  font-family: "Arial";
}

.newslist2 li a .date .d2{
  color: #999999;
  font-size: 16px;
  font-family: "Arial";
}

.newslist2 li a .wz{
  width: calc(100% - 20%);
}

.newslist2 li a .wz .wz1{
  color: #333333;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newslist2 li a .wz .wz2{
  color: #888888;
  font-size: 15px;
  line-height: 24px;
  margin-top: 0.52083333333333vw;
  overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:2; 
}

.newslist2 li:hover{
  background: #c01b17;
}

.newslist2 li:hover .date .d1{
  color: #fff;
}

.newslist2 li:hover .date .d2{
  color: #fff;
}

.newslist2 li:hover .wz .wz1{
  color: #fff;
}

.newslist2 li:hover .wz .wz2{
  color: #fff;
}

@media(max-width: 1300px){
  .newslist2 li a .date .d1{
    font-size: 50px;
  }
}

@media(max-width: 1024px){
  .newslist1 li .wz .wz2{
    font-size: 18px;
  }
  .newslist2 li a .wz .wz1{
    font-size: 18px;
  }
}

@media(max-width: 767px){
  .news-index{
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .news-index1{
    margin-top: 20px;
  }
  .nsort{
    width: 100%;
  }
  .nsort li{
    width: 33%;
    height: 35px;
  }
  .nsort li a{
    font-size: 14px;
    line-height: 35px;
  }
  .nmore a{
    display: none;
  }
  .news-wrap{
    flex-wrap: wrap;
  }
  .newsl{
    width: 100%;
  }
  .newslist1 li .wz::before{
    left: 10px;
    top: -40px;
    width: 8px;
    height: 80px;
  }
  .newslist1 li .wz{
    padding-left: 20px;
  }
  .newslist1 li .wz .wz2{
    font-size: 16px;
  }
  .newslist1 li .wz .wz3{
    font-size: 14px;
  }
  .newsr{
    width: 100%;
    margin-top: 20px;
  }
  .newslist2 li a .date .d1{
    font-size: 30px;
  }
  .newslist2 li a .date .d2{
    font-size: 14px;
  }
  .newslist2 li a .wz .wz1{
    font-size: 16px;
  }
  .newslist2 li a .wz .wz2{
    font-size: 14px;
  }
}




/* å››å¤§ä¼˜åŠ¿ */
.sdys{
    padding: 2.969% 0 5.7292%;
    background: url(../images/bj2.jpg) no-repeat center;
    background-size: cover;
}
.sdys_fc{
    margin-top: 3.2%;
}
.sdys_fc ul{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: solid 1px #eaeaea;
}
.sdys_fc li{
    width: 25%;
    border-right: solid 1px #eaeaea;
    text-align: center;
    padding: 2.671% 2% 1.87%;
    position: relative;
    cursor: pointer;
}
.sdys_fc li::before{
    content: '';
    position: absolute;
    z-index: 5;
    left: 50%;
    top: -11px;
    transform: translateX(-50%);
    width: 22px;
    height: 22px;
    border: 4px solid rgba(178,219, 199, 0.2);
    border-radius: 50%;
}
.sdys_fc li::after{
    content: '';
    position: absolute;
    z-index: 5;
    left: 50%;
    top: -7px;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    border: solid 4px #b2dbc7;
    border-radius: 50%;
}
.sdys_fc li:nth-child(4n){
    border-right:solid 1px rgb(0,0,0,0);
}
.sdys_fc li h3{
    font-family: Impact;
    font-size: 64px;
    letter-spacing: 1px;
    font-weight: normal;
    line-height: 1;
    color: #c01b17;
}
.sdys_fc li h4{
    font-size: 28px;
    font-weight: normal;
    line-height: 1.2142857;
    color: #444444;
    margin: 8px 0 5px;
}
.sdys_fc li h5{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571;
    color: #afafaf;
}
.sdys_fc li.on{
    background-color: #c01b17;
}
.sdys_fc li.on h3{
    color: #ffffff;
}
.sdys_fc li.on h4{
    color: #ffffff;
}
.sdys_fc li.on h5{
    color: #fff;
}
.sdys_flex{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sdys_fb{
    margin-top: 3.2%;
    padding: 3.2%;
    background-color: #ffffff;
    box-shadow: 0px 6px 14px 2px rgba(0, 0, 0, 0.08);
}
.sdys_fb li .img{
    width: 43.66%;
    overflow: hidden;
    cursor: pointer;
}
.sdys_fb li .img img{
    width: 100%;
    transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;
}
.sdys_fb li .img:hover img{
    transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);
}
.sdys_fb li .yswz{
    width: 53%;position: relative;
}
.sdys_fb li .yswz h3{
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1;
    color: #999999;
}
.sdys_fb li .yswz h4{
    font-size: 36px;
    font-weight: normal;
    line-height: 1;
    color: #222222;
    margin-top: 3.017%;
}
.sdys_fb li .yswz h4::after{
    content: '';
    display: block;
    width: 57px;
    height: 3px;
    background-color: #c01b17;
    margin-top: 1.614%;
}
.sdys_fb li .yswz h5{
    font-size: 18px;
    font-weight: normal;
    line-height: 2;
    color: #666666;
    margin: 4.974% 0 5.78%;
}
.sdys_fb li .yswz .yslijx{
    display: inline-block;
   width: 242px;
    height: 54px;
    background-image: linear-gradient(50deg, 
        #c01b17 0%, 
        #ee4a46 100%), 
    linear-gradient(
        #027890, 
        #027890);
    background-blend-mode: normal, 
        normal;
    border-radius: 4px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    line-height: 54px;
    position: absolute;
    bottom: 0;
    left:0;
}
@media(max-width: 1280px){
    .sdys_fb li .yswz h3{
       font-size: 16px; 
    }
    .sdys_fb li .yswz h5{
        font-size: 14px;
    }
    .sdys_fb li .yswz .yslijx{
        font-size: 14px;
    }
}
@media(max-width: 991px){
    .sdys_fb li .img{
        width: 100%;
    }
    .sdys_fb li .yswz{
        width: 100%;
        margin-top: 15px;
    }
    .sdys_fb li .yswz h4{
        font-size: 20px;
        margin-top: 15px;
    }
    .sdys_fb li .yswz h4::after{
        margin-top: 10px;
    }
    .sdys_fb li .yswz h5{
        margin: 10px 0;
    }
    .sdys_fb li .yswz .yslijx{
       position: static;
    }
     .sdys_fc li h3{
        font-size: 40px;
    }
    .sdys_fc li h4{
        font-size: 16px;
    }
}
@media(max-width:768px){
    .sdys_fc li{
        width: 50%;
        padding: 15px 2%;
        border-bottom: solid 1px #eaeaea;
    }
    .sdys_fc li:nth-last-child(-n+2){
        border-bottom: solid 1px rgb(0,0,0,0);
    }
}
@media(max-width:468px){
    .sdys{
        padding: 25px 0;
    }
    .sdys_fc{
        margin-top: 15px;
    }
    .sdys_fb{
        margin-top: 15px;
        padding: 15px;
    }
}

/* æ¨ªå›¾1 */
.ht1{
    background-image: linear-gradient(50deg, 
        #c01b17 0%, 
        #ee4a46 100%), 
    linear-gradient(
        #027890, 
        #027890);
    background-blend-mode: normal, 
        normal;
    padding-top: 3.594%;
    position: relative;
}
.ht1nr{
    position: relative;
}
.ht1 .ht1_fl{
    padding-top: 1.2%;
    padding-bottom: 5.8%;
}
.ht1 .ht1_fl h3{
    font-size: 3.2rem;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
}
.ht1 .ht1_fl h4{
    display: inline-block;
    background-image: linear-gradient(50deg, 
        #ee4a46 0%, 
        #c01b17 100%), 
    linear-gradient(
        #2cc1cb, 
        #2cc1cb);
    background-blend-mode: normal, 
        normal;
    border-radius: 6px;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1;
    padding: .75rem 3.7rem;
    letter-spacing: 2px;
    color: #ffffff;
    margin-top: 6.2%;
}
.ht1 .ht1_fr{
    position: absolute;
    right: 0;
    top: 0;
    width: 28.9%;
}
.ht1 .ht1_fr img{
    width: 100%;
}
@media(max-width: 991px){
    .ht1 .ht1_fl h4{
        font-size: 16px;
        padding: 10px 60px;
    }
}
@media(max-width: 768px){
    .ht1{
        display: none;
    }
    .ht1 .ht1_fl{
        width: 100%;
        text-align: center;
    }
    .ht1 .ht1_fl h3{
        font-size: 30px;
    }
    .ht1 .ht1_fl h4{
        margin-top: 15px;
        line-height: 1.4;
        padding: 10px 25px;
    }
    .ht1 .ht1_fr{
        display: none;
    }
}
@media(max-width: 468px){
    .ht1{
        padding: 20px 0;
    }
    .ht1 .ht1_fl{
        padding: 0;
    }
    .ht1 .ht1_fl h3{
        font-size: 22px;
    }
    .ht1 .ht1_fl h4{

    }
}
/* æ ‡å‡†åŒ–æœåŠ¡ */
.bzhfw{
    padding: 5.209% 0 5.7292%;
    background: url(../images/bj.png) no-repeat center;
    background-size: cover;
    margin-bottom: 57px;
}
.bzhfw_fb{
    margin-top: 3.2%;
}
.bzhfw_fbnr{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bzhfw_fb li{
    width: 16.666666%;
    padding-top: 2.8%;
    padding-bottom: 4.4%;
    text-align: center;
    cursor: pointer;

    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.bzhfw_fb li .yswz{
    display: flex;
    flex-flow: column;
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.bzhfw_fb li .img{
    width: 112px;
    margin: 0 auto;
    line-height: 110px;
    border: solid 1px #cccccc;
    text-align: center;
    border-radius: 50%;
    position: relative;
    top: 0;
    transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;
}
.bzhfw_fb li .img2{
    display: none;
}
.bzhfw_fb li h3{
    font-size: 1.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.25;
    color: #222222;
    margin-top: 15px;
}
.bzhfw_fb li h4{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: rgba(34,34,34,0.4);
    margin: 9px 0 1.5rem;
    padding:0 5px;
}
.bzhfw_fb li .bzhfwlj{
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    color: #666666;
    border-radius: 18px;
    border: solid 1px #cccccc;
    width: 103px;
    padding: 11px 0;
}
.bzhfw_fb li:hover{
    background-color: #c01b17;
}
.bzhfw_fb li:hover .img2{
    display: inline;
}
.bzhfw_fb li:hover .img1{
    display: none;
}
.bzhfw_fb li:hover .img{
    background-color: #ffffff;
    border: solid 1px #ffffff;
    top: -10px;
}
.bzhfw_fb li:hover h3{
    color: #fefefe;
}
.bzhfw_fb li:hover h4{
    color: #fefefe;
}
.bzhfw_fb li:hover .bzhfwlj{
    background-color: #ffffff;
    border: solid 1px #ffffff;
    color: #c01b17;
}
@media(max-width: 1200px){
    .bzhfw_fb li h3{
        font-size: 18px;
        margin-top: 10px;
    }
    .bzhfw_fb li h4{
        font-size: 14px;
        margin: 10px 0;
    }
}
@media(max-width: 991px){
    .bzhfw_fb li{
        width: 33.333%;
        padding: 25px 0;
    }
}
@media(max-width: 768px){
    .bzhfw_fb li{
        width: 50%;
    }
}
@media(max-width: 468px){
    .bzhfw_fb{
        margin-top: 15px;
    }
}

.sytitle{
    text-align: center;
    position: relative;
}
.sytitle h3{
    font-family: Arial;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1;
    color: rgba(3, 186, 197, .1);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index:2;
}
.sytitlex{
    padding-top: 1.25rem;
    position: relative;
    z-index: 5;
}
.sytitle h4{
    font-size: 48px;
    font-weight: bold;
    line-height: 1.33333333;
    color: #c01b17;
}
.sytitle h4 span{
    color: #222222;
}
.sytitle h5{
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3333;
    color: #666666;
    margin-top: 1%;
    margin-bottom: 1.4%;
}
@media(max-width: 1200px){
    .sytitle h5{
        font-size: 16px;
    }
}
@media(max-width: 991px){
    .sytitle h3{
        font-size: 46px;
    }
    .sytitlex{
        padding-top: 12px;
    }
    .sytitle h4{
        font-size: 28px;
    }
    .sytitle h5{
        font-size: 16px;
    }
    .sytitle h5{
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media(max-width: 1356px){
  .pro-index1 .pro1r ul li a{font-size: 14px;}
}
@media(max-width: 1156px){
  .pro-index1 .pro1r ul li a{font-size: 12px;}
}


/* 友情链接 */

.c-link {
    padding: 30px 0 20px;
    font-size: 14px;
    color: #2a333c;
    line-height: 24px;
}
.c-link .button {background: url(../images/line5.png) no-repeat right center;padding-right: 25px;}
.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
    color: #cccccc;
    font-size: 32px;
    font-weight: bold;
}

.c-link dd {
    width: calc(100% - 127px);
    margin-left: 5px;
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255, 255, 255, .6);
    padding: 10px;
    min-width: 120px;
    z-index: 999;
}

.c-link a {
    color: #2a333c;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}

/* foot1 */
.foot1{
    background-color: #131313;
    padding-top: 4%;
    padding-bottom: 2.0835%;
}
.foot1 .foot1_fl{
    width: 49%;
}
.foot1 .foot1_fl .foot_nav li{
    text-align: left;
}
.foot1 .foot1_fl .foot_nav li a{
    font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #c1c1c1;
}
.foot1 .foot1_fl .foot_nav li .x-nav-menu{
    margin-top: 1.3rem;
}
.foot1 .foot1_fl .foot_nav li .x-nav-menu a{
    font-size: 16px;
    line-height: 2.625;
    color: rgba(255, 255, 255, 0.4);
}
.foot1 .foot1_fc{
    width: 27%;margin-left: 5%;
}
.foot1 .foot1_fc h3{
    font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  color: #ffffff;
}
.foot1 .foot1_fc h4{
    margin: 1.85rem 0 20px;
    padding-left: 36px;
    background: url(../images/dtel.png) no-repeat left center;
    font-size: 30px;
    line-height: 1;
    color: #ffffff;
    font-weight: bold;
}
.foot1 .foot1_fc h5{
    font-size: 16px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.4);
}
.foot1 .foot1_fr{
    max-width: 16.1%;
    width: 16.1%;
    text-align: center;
}
.foot1 .foot1_fr h3{
    font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  color: #ffffff;
}
.foot1 .foot1_fr ul{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1.95rem;
}
.foot1 .foot1_fr ul li{
    max-width: 45%;
    text-align: center;
}
.foot1 .foot1_fr ul li img{
    width: 100%;
    max-width: 110px;
}
.foot1 .foot1_fr ul li p{
    font-size: 16px;
    line-height: 1.25;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 15px;
}
/* foot1 */
.foot2{
    background-color: #131313;
    font-size: 14px;
    line-height:26px;
    color:#5c5c5c;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 25px 0 27px;
}
.foot2 a{
    color: #5c5c5c;
}
@media(max-width: 1200px){
    .foot1 .foot1_fl .foot_nav li a{
        font-size: 16px;
    }
    .foot1 .foot1_fc h3{
        font-size: 16px;
    }
    .foot1 .foot1_fr h3{
        font-size: 16px;
    }
    .foot1 .foot1_fc h4{
        font-size: 26px;
    }
    .foot1 .foot1_fl .foot_nav li .x-nav-menu a{
        font-size: 14px;
    }
    .foot1 .foot1_fc h5{
        font-size: 14px;
    }
    .foot1 .foot1_fr ul li h3{
        font-size: 14px;
    }
    .foot2{
        font-size: 14px;
    }
}
@media(max-width:991px){
    .foot1 .foot1_fl{
        display: none;
    }
    .foot1 .foot1_fc{
        width: 55%;
    }
    .foot1 .foot1_fr{
        max-width: 40%;
        width: 40%;
    }
}
@media(max-width:768px){
    .foot1{
        padding: 25px 0;
    }
    .foot1 .foot1_fc{
        width: 100%;
        float: none;
    }
    .foot1 .foot1_fr{
        max-width: 100%;
        width: 100%;
        float: left;
        margin-top: 15px;
    }
    .foot1 .foot1_fc h4{
        margin-top: 20px;
    }
    .foot1 .foot1_fr ul{
        margin-top: 20px;
    }
    .foot2{
        padding: 20px 0;
    }
    .sytitle h4{font-size: 22px;}
    .sytitle h5{font-size: 12px;}
    .sdys_fc li h5{font-size: 12px;}
      .sdys_fb li .yswz h4{font-size: 17px;}
      .bzhfw_fb li{padding: 15px 0;}
      .bzhfw_fb li .img{width: 90px;line-height: 88px;}
      .bzhfw{margin-bottom: 0;}
}







.xypg-right-content p{font-size: 16px;line-height: 28px;}

.n_banner img{width: 100%;}
@media(max-width: 640px){
  .news-index{margin: 20px 0;}
  .bq,.ji{float: none;width: 100%;text-align: center;}
}



/*手机底部*/
@media(max-width: 1200px){
  .xypg-right-content{overflow: hidden;}
  .xypg-right-content p img{
           max-width: 100%;
          width: auto !important;
          height: auto !important;
     }
}
@media (max-width:768px){
 .db{display:block!important;}
}


.dbb{height:50px;}

/* 页脚 */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #be131b;
}

.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #ffffff;
  line-height: 30px;padding:10px 0;
  font-size: 0;
}

.footer ul li.active {
  background: #da251c;
}

.footer ul li a {
  display: block;color:#fff;
}

.footer ul li .iconfont {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.footer ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;color:#fff;
}


.footer li .icon-home{ background: url(../images/a1.png) no-repeat;width:20px;height:20px;}
.footer li .icon-home2{ background: url(../images/a2.png) no-repeat;width:20px;height:20px;}
.footer li .icon-phone{ background: url(../images/a3.png) no-repeat;width:20px;height:20px;}
.footer li .icon-contact{ background: url(../images/a4.png) no-repeat;width:20px;height:20px;}

.footer li .icon-phone:before{font-size:0;}

.footer ul li a{border-left:1px solid  rgba(255,255,255,.5);}

.case_detail .img img{max-width: 100%;}

@media(max-width: 620px){
  .product_detail .list{margin-left: 0;margin-bottom: 15px;}
}

@media(max-width: 1203px){
  .news_detail h3.title_bar,.share{float: none;width: 100%;margin: 0;height: auto;}
  .share{width: 160px;margin: 0 auto;}
}
.prodescription{margin-bottom: 15px;display: none;}