@CHARSET "UTF-8";
.key_tag {
    text-decoration: underline;
}


/*导航栏样式*/

.navv {
    width: calc(98% - 254px);
    float: right;
    font-size: 0;
    text-align: right;
    padding-right: 3.5vw;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.navv.nav-hide {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
}
.navv li {

    text-align: center;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin:0 0.7vw;
}

.navv li span {
    position: absolute;
    width: 9px;
    height:100%;
    background: url(../images/list.png) no-repeat center;
    right: 0;
    top: 0;
    transition: all 0.5s;
    display: block;

}



.navv li a {
    line-height: 70px;
    color: #fff;

    font-size: 16px;
    padding: 0 20px;

}








.navv .sec {
    background:#fafafa;
    color: #000;
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 106px;
    left: 0;
    display:none;
    z-index:-1;

}
.in-head .navv .sec {
    top:106px;
}

.navv li:hover .sec{
  animation-name: slideUp;
  animation-duration: 0.6s;
  display: block;

}
@-webkit-keyframes slideUp {
  from {
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);

  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideUp {
  from {
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px 0);

  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideUp {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
.navv .sec .container{
    display: flex;
    justify-content:space-between;

}
.navv .sec .container:before{
    display: none;
}
.navv .sec .container:after{
    display: none;
}

.sec-left{
    width: 62.5%;
    text-align: left;
    padding:5.5vh 0 5.5vh  1vw;

}
.sec-left h3{
    color:#333;
    font-size: 30px;
    line-height: 1.5;
}
.sec-left .intro{
    color:#666;
    font-size: 14px;
    line-height: 2;
    margin:15px 0 40px;
}
.sec-left ul{
    padding-left: 10%;

}





.sec-left ul li{
    width: 25%;
    margin:0;
    text-align: left;
}
.sec-left ul li a{
    display: block;
    color:#888;
    font-size: 15px;
    line-height: 2.26;
    padding:0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.sec-right{
    width: 37.5%;
    padding:5.5vh 3.5vw 5.5vh  0;
    position: relative;
    text-align: left;
}
.sec-right:after{
    position: absolute;
    width: 200%;
    height: 100%;
    content: "";
    background: #f6f6f6;
    right:0;
    top:0;
    z-index: 1;
}
.sec-right img{
    position: relative;
    z-index: 9;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}
.sec-right .intro{
    color:#888;
    font-size: 14px;
    line-height: 1.857;
    position: relative;
    z-index: 9;
    margin-top:2.4vh;
}
.sec-right .intro a{
    font-size: 14px;
    padding:0;
    line-height:1.857;
    color:#b71b2b;
}
.navv li .sec a:hover {
    color: #b71b2b;
}

.navv .secc {
    left: -44px !important;
}

.navv .secc {
    width: 200px !important;
}
.navv .sec-pros{
    background: #fff;
}

.navv .sec-pros .container:before{
  /* display: block;
   position: absolute;
   width: 200%;
   height: 100%;
   right:78.5%;
   top:0;
   content: "";
   background: #f8f7f7;
   z-index: 1;*/
}

.sec-pro-left{
    /*width: 21.5%;*/
    text-align: left;
    padding:5vh 0;

}
.sec-pros-box{
    width: 100%;
    position: relative;
}

.sec-pro-left .sec-pro-nav{
    display: flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.sec-pro-left .sec-pro-nav li{
    display: block;
    margin:0;
    text-align: center;
    position: static;
    width: 10.3%;
}
.sec-pro-left .sec-pro-nav li a{
    display: block;
    padding:0;
}
.sec-pro-left .sec-pro-nav li .img{
    overflow: hidden;
}
.sec-pro-left .sec-pro-nav li .img img{
    max-width: 100%;
    height: auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.sec-pro-left .sec-pro-nav li:hover .img img{
    webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sec-pro-left .sec-pro-nav .fcate{
    color:#333;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    line-height: 2;
    padding:2vh 0 1vh;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}
.sec-pro-left .sec-pro-nav .fcate:hover{
    color:#b71b2b;
}

.sec-pro-sec-nav{
    padding-top: 1.5vh;
}

.sec-pro-left .sec-pro-nav .sec-pro-sec-nav li{
  width:100%;
}
.sec-pro-left .sec-pro-nav .sec-pro-sec-nav .more{
    margin-top:2vh;
}
.sec-pro-left .sec-pro-nav .sec-pro-sec-nav .more a{
    color:#bbb;
    font-size: 12px;
}
.sec-pro-left .sec-pro-nav .sec-pro-sec-nav .more a:hover{
    color:#b71b2b;
}
.sec-pro-left .sec-pro-sec-nav li a{
    font-size: 13px;
    color:#888;
    font-weight: normal;
    line-height: 1.71;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.sec-pro-left .sec-pro-sec-nav li:hover h3{
    color:#b71b2b;
}
/*新闻资讯下拉*/
.navv .te .sec{
    position: absolute;
    width: 120%;
    left:-10%;
    top:70px;
    border:1px solid #e2e2e2;
    box-shadow: 0 0 20px rgba(0,0,0,.1);

}
.navv .te .sec  li{
  display: block;
  margin:0;
  padding:0 16px;
}

.navv .te .sec a{
    display: block;
    padding:0;
    color:#888;
    font-size: 14px;
    line-height: 46px;
    border-bottom: 1px solid #f0f0f0;
}



@media(max-width: 1498px){
  .sec-pro-left{
    padding:3vh 0;
  }
  .sec-pro-left .sec-pro-nav li{
    width: 12%;
  }
  .sec-pro-left .sec-pro-nav .fcate{
    font-size: 15px;
    padding:1vh 0;
  }
  .sec-pro-left .sec-pro-sec-nav li a{
    font-size: 12px;
  }
  .sec-pro-left .sec-pro-nav .sec-pro-sec-nav .more{
    margin-top:1vh;
  }
  .sec-right{
    padding: 5vh 3.5vw 5vh 0;
  }
  .sec-left {
    padding: 5vh 5vw 5vh 0;
  }
  .sec-left ul li a{
    font-size: 14px;
  }

}
@media(max-width: 1199px){

}

/*banner3效果*/

.banner-box-3 {
    position: relative;
}

#focus {
    position: relative;
    overflow: hidden;
    width: 590px;
    height: 300px;
    margin: 0 auto;
}

#focus ul {
    position: absolute;
    height: 300px;
}

#focus ul li {
    position: relative;
    float: left;
    overflow: hidden;
    width: 590px;
    height: 300px;
    background: #000;
}

#focus ul li a img {
    width: 590px;
    height: 300px;
}

#focus ul li div {
    position: absolute;
    overflow: hidden;
}

#focus .btn43 {
    position: absolute;
    right: 0;
    bottom: 25px;
    width: 255px;
    height: 10px;
    padding: 5px 10px;
    text-align: right;
}

#focus .btn43 span {
    display: inline-block;
    width: 25px;
    height: 10px;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
    _display: inline;
    _zoom: 1;
    _font-size: 0;
}

#focus .btn43 span.on {
    background: #fff;
}

#focus .preNext3 {
    position: absolute;
    z-index: 9999;
    top: 42%;
    display: block;
    overflow: hidden;
    width: 50px;
    height: 75px;
    cursor: pointer;
    opacity: .3;
    display: none;
    filter: alpha(opacity=10);
}

#focus .preNext3:hover {
    opacity: .7;
}

#focus .pre3 {
    left: 0;
    background: url(../images/l.png) no-repeat center #000;
}

#focus .next3 {
    right: 0;
    background: url(../images/r.png) no-repeat center #000;
}


/*banner3效果*/

.banner-box-31 {
    position: relative;
}

#focus1 {
    position: relative;
    overflow: hidden;
    width: 590px;
    height: 228px;
    margin: 0 auto;
}

#focus1 ul {
    position: absolute;
    height: 228px;
}

#focus1 ul li {
    position: relative;
    float: left;
    overflow: hidden;
    width: 590px;
    height: 228px;
    background: #000;
}

#focus1 ul li a img {
    width: 590px;
    height: 228px;
}

#focus1 ul li div {
    position: absolute;
    overflow: hidden;
}

#focus1 .btn1 {
    position: absolute;
    right: 0;
    bottom: 25px;
    width: 255px;
    height: 10px;
    padding: 5px 10px;
    text-align: right;
}

#focus1 .btn1 span {
    display: inline-block;
    width: 25px;
    height: 10px;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
    _display: inline;
    _zoom: 1;
    _font-size: 0;
}

#focus1 .btn1 span.on {
    background: #fff;
}

#focus1 .preNext4 {
    position: absolute;
    z-index: 9999;
    top: 42%;
    display: block;
    overflow: hidden;
    width: 50px;
    height: 75px;
    cursor: pointer;
    opacity: .3;
    display: none;
    filter: alpha(opacity=10);
}

#focus1 .preNext4:hover {
    opacity: .7;
}

#focus1 .pre4 {
    left: 0;
    background: url(../images/l.png) no-repeat center #000;
}

#focus1 .next4 {
    right: 0;
    background: url(../images/r.png) no-repeat center #000;
}


/*首页banner*/

.banner1 {
    width: 100%;
    position: relative;
    display: none;
    height: 220px !important;
}

.banner1 img {
    width: 100%;
    height: auto;
}

.banner1 ul.bb1 {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
}

.banner1 ul.bb1 li {
    position: absolute;
    display: none;
}

.banner1 .num1 {
    position: absolute;
    right: 46%;
    bottom: 10px;
    z-index: 100;
}

.banner1 .num1 li {
    float: left;
    width: 9px;
    height: 9px;
    display: inline-block;
    margin-right: 4px;
    background: #666666;
    line-height: 18px;
    text-indent: -100px;
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid #666666;
}

.banner1 .num1 li.num1_hover {
    background-color: #fff;
    border: 2px solid #b7222e;
}

.banner1 .num1 li.num1_hover a {
    color: #fff;
}

.banner1 .num1 li a {
    float: left;
    display: inline;
    text-align: center;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    width: 18px;
    height: 18px;
    line-height: 18px;
}

.banner .num {
    position: absolute;
    right: 900px;
    bottom: 200px;
    z-index: 100;
    display: none;
}

.banner .num li {
    float: left;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 4px;
    background: #fff;
    line-height: 18px;
    text-indent: -100px;
    overflow: hidden;
    border-radius: 10px;
}

.banner .num li.num_hover {
    background-color: #ac1e2e;
}

.banner .num li.num_hover a {
    color: #fff;
}

.banner .num li a {
    float: left;
    display: inline;
    text-align: center;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    width: 18px;
    height: 18px;
    line-height: 18px;
}


/*产品分类*/

.cate {
    border: 1px solid #e0e1dc;
    padding: 10px;
    background-color: #f7f7f7;
}

.cate li {
    line-height: 28px;
    border-bottom: 1px dashed #d7d7d7;
    line-height: 28px;
}

.cate li a {
    padding-left: 60px;
    display: block;
    height: 28px;
    line-height: 28px;
    background: url(../images/ico1.gif) 34px center no-repeat;
}

.cate li a:hover {
    background-color: #ececec;
    text-decoration: none;
}


/*详细介绍分页样式*/

.total {
    border-bottom: 1px dashed #e0e1dc;
    padding-bottom: 10px;
}

.paging_num {
    padding: 10px 0px;
    overflow: hidden;
    text-align: right;
}

.paging_num a {
    width: 25px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    border: 1px dashed #e0e1dc;
    color: #666;
    margin-left: 15px;
}

.paging_num a:hover {
    text-decoration: none;
    color: #005a98;
    border: 1px dashed #005a98;
}

.paging_num .paging_hover {
    text-decoration: none;
    color: #005a98;
    border: 1px dashed #005a98;
}


/*新闻列表*/

.news_list {}

.news_list li {
    padding:2.5vw 0;
    border-bottom: 1px solid #eee;
}

.news_list li .img {
    width: 35.4%;
    text-align: center;
    overflow: hidden;
    height: 284px;
    position: relative;

}
@media(max-width: 1498px){
    .news_list li .img {
        height: 250px;
    }
}
@media(max-width: 1199px){
    .news_list li .img {
        height: 230px;
    }
}
@media(max-width: 991px){
    .news_list li .img {
        height: 180px;
    }
}

.news_list li .img img{
     position: absolute;
     left:0;
     top:0;
     width: 100%;
     height: 100% !important;
     object-fit: cover;

    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.news_list li:hover img{
    -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news_list li .newr4 {
    width: 60%;

}

.news_list li a {
    line-height: 38px;
    color: #333333;
    font-size: 12px;
    text-decoration: none;
    display:flex;
    justify-content:space-between;
    align-items:center;

}
.news_list li:hover h3{
    color:#b71b2b;
}
.news_list2 li {
    line-height: 27px;
    position: relative;
    padding-left: 10px;
}
.news_list2 li a {
    line-height: 38px;
    color: #333333;
    font-size: 12px;
    display: block;
}

.news_list li .date{
    color:#999;
    font-weight: bold;
    font-size: 16px;
    line-height: 2;
}
.news_list li h3{
    color:#333;
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin:0 0 1vw;
}
.news_list li .intro{

    color:#666;
    font-size: 16px;
    line-height:2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}
.news_list li .more{
    margin-top:2vw;
    border-top: 1px dashed #ccc;
    padding-top:2.25vw;
    color:#333;
    font-size: 14px;
    line-height: 1.5;
}
.news_list li .more b{
    font-weight: normal;
    padding-left:15px;
    font-family: "宋体";
    transition:all 0.3s;
}
.news_list li:hover .more b{
    padding-left:25px;
}
.news_list1 {
    background: #fcfbf9;
}

.news_list1 li {
    line-height: 27px;
    position: relative;
    padding-left: 10px;
}

.news_list1 li a {
    line-height: 38px;
    color: #333333;
    font-size: 12px;
    display: block;
}

.news_list1 li a:hover {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.news_list1 li span {
    color: #999;
    z-index: 0;
    line-height: 27px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.news_list1 li h3 {
    font-size: 14px;
}

.news_list1 li div {
    line-height: 24px;
}


/*热门关键词*/

.words {
    overflow: hidden;
    margin-right: -1.3%;
    padding-top: 15px;
}

.words li {
    width: 43%;
    float: left;
    border: 1px dashed #d0d0d0;
    background: #fcfcfc;
    padding-left: 0px;
    margin-bottom: 10px;
    text-align: center;
    margin-left: 4.5%;
}

.words li a {
    background: none !important;
    text-indent: 0px;
}

.right_word {
    margin-left: 5%;
}

.case_list {
   margin:3vh -3px 4.5vh;
}

.case_list li {
    float:left;
    width: 11.11%;
    padding:0 3px 6px;
    text-align: center;
    _display:inline;
    transition:all 0.3s;
}
.case_list li a{
    display: block;
    background: #f8f8f8;
    color:#666;
    font-size: 15px;
    line-height:40px;
}
.case_list li:hover a{
    background: #b71b2b;
    color:#fff;
}
.cate-all {
    margin-left:-15px;
    margin-right:-15px;
    position: relative;
}
.cate-all a.more{
    position: absolute;
    z-index: 99;
    bottom: 0;
    left:50%;
    margin-left:-46px;
    width: 92px;
    height: 50px;
    border:1px solid #f4f4f4;
    background: url(../images/more11.png) no-repeat center;

}
.cate-all a.more:hover{
    border-color:#b71b2b;
    background: url(../images/more12.png) no-repeat center #b71b2b;
}
.cate-all .owl-carousel{
    padding-bottom: 92px;
}
.cate-all .item {
    padding:0 13px;
}
.cate-all .item .img{
    overflow: hidden;
    height: 273px;
    position: relative;
}
@media(max-width: 1498px){
  .cate-all .item .img{
     height: 220px;
  }
}
@media(max-width: 767px){
  .cate-all .item .img{
     height:120px;
  }
}
.cate-all .item img{
     position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cate-all .item:hover img{
    webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.cate-all .item a{
    display: block;
}
.cate-all .item h3{
    background: #f6f6f6;
    color:#333;
    font-size: 18px;
    line-height: 3.66;
    text-align: center;
    font-weight: normal;
}
.cate-all .item:hover h3{
    background: #b71b2b;
    color:#fff;
}
.cate-all .owl-carousel .owl-nav .owl-prev {
  right:50%;
  margin-right: 56px;
  background: url(../images/pre6.png) no-repeat center;

}
.cate-all .owl-carousel .owl-nav .owl-prev:hover{
    background: url(../images/pre7.png) no-repeat center;
}
.cate-all .owl-carousel .owl-nav .owl-next {
  left: 50%;
  margin-left: 56px;
  background: url(../images/next6.png) no-repeat center;
}
.cate-all .owl-carousel .owl-nav .owl-next:hover {
     background: url(../images/next7.png) no-repeat center;
}
.cate-all .owl-carousel .owl-nav button.owl-prev,
.cate-all .owl-carousel .owl-nav button.owl-next {
  outline: none;
  position: absolute;
  bottom: 0;
  z-index: 9999;
  height: 50px;
  width: 50px;
  border:1px solid #f4f4f4;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.cate-all .owl-carousel .owl-nav button.owl-prev:hover,
.cate-all .owl-carousel .owl-nav button.owl-next:hover {
  border-color: #b71b2b;
  background-color: #b71b2b;
}

.cate-all .owl-carousel .owl-nav .icon-font {
  display: none;
}






.case_list1 {
    font-size: 0;
    margin-left:-15px;
    margin-right:-15px;
}

.case_list1 li {
    display: inline-block;
    vertical-align: top;
    width: calc(33.33% - 30px);
    margin:0 15px 30px;
    transition:all 0.3s;
}

.case_list1 li .img {
    border: 1px solid #e0e1dc;
    height: 254px;
    position: relative;
}

.case_list1 li .img img {
    /*width: 100%;
    height: auto;*/
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media(max-width: 1498px){
    .case_list1 li .img {
        height: 200px;
    }
}
@media(max-width: 1199px){
    .case_list1 li .img {
        height: 150px;
    }
}
.case_list1 li .text{
    background: #f6f6f6;
    padding:2vh 30px;
    position: relative;
}
.case_list1 li .text:before{
    position: absolute;
    left:0;
    bottom:0;
    background: #b71b2b;
    height: 3px;
    width: 0;
    content: "";
    transition:all 0.7s;
}
.case_list1 li .text h3{
    position: relative;
    padding-right:15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.case_list1 li .text h3:after{
    position: absolute;
    right:0;
    bottom:0;
    color:#666;
    font-family: "宋体";
    font-size: 20px;
    content: ">";
}
.case_list1 li h3 {
    color:#666;
    font-size: 18px;
    line-height: 2;

}
.case_list1 li .intro{
   color:#666;
   font-size: 14px;
   line-height: 2;
   margin-top:1vh;
   height: 84px;
   overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}


.case_list1 li a.img {
    display: block;
}

.case_list1 li a.img:hover {
    border-color: #e87518;
}
.case_list1 li:hover{
    box-shadow:0 0 20px rgba(0,0,0,.2);
}
.case_list1 li:hover .text:before{
   width: 100%;
}


/*Tag列表*/

.tag_list_product {
    margin-top: 10px;
}

.tag_list_product li {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 15px;
    _display: inline;
}

.tag_list_product li a.img {
    padding: 1px;
    border: 1px solid #e0e1dc;
}

.tag_list_product li a.img img {
    width: 150px;
    height: 120px;
}

.tag_list_product li h3 {
    text-align: center;
    padding-top: 5px;
}

.tag_list_product li h3 a {
    font-weight: normal;
}

.tag_list_product li a.img {
    display: block;
}

.tag_list_product li a.img:hover {
    border-color: #e87518;
}

.tag_list_news {}

.tag_list_news li {
    line-height: 27px;
    position: relative;
    padding-left: 10px;
}

.tag_list_news li a {
    line-height: 27px;
}

.tag_list_news li span {
    color: #999;
    z-index: 0;
    line-height: 27px;
}

.tag_list_news li h3 {
    font-size: 14px;
}

.tag_list_news li div {
    line-height: 24px;
}

.tag_total {
    height: 36px;
    line-height: 36px;
    text-align: left;
    padding-left: 20px;
    background-color: #edf1f5;
    border: 1px solid #b6c7db;
}


/*产品里列表*/


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.product_list {}

.product_list li {
    float: left;
    padding-bottom: 15px;
    _display: inline;
    overflow: hidden;
    min-height: 150px;
    position: relative;
    border: 1px solid #e0e1dc;
    margin-bottom: 20px;
}

.product_list li a.img {
    width: 100%;
}

.product_list li a.img img {
    width: 100%;
    height: auto;
}

.product_list li h3 {
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    white-space:nowrap;
}

.product_list li h3 a {
    font-weight: normal;
    white-space:nowrap;
    font-size: 12px;
}

.product_list li h3 p {
    text-indent: 11px;
}

.product_list li a.img {
    display: block;
}

.product_list li a.img:hover {
    border-color: #e87518;
}

.roll_product {
    float: left;
}

.content30 {
    float: right;
    width: 58%;
}

.ziliao {
    width: 84px;
    height: 24px;
    background: #e2e2e2;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #000;
    position: absolute;
    right: 16px;
    bottom: 30px;
}

.product_list9 {}

.product_list9 li {
    float: left;
    padding-bottom: 15px;
    _display: inline;
    overflow: hidden;
    min-height: 150px;
    position: relative;
    border: 1px solid #e0e1dc;
    margin-bottom: 20px;
}

.product_list9 li a.img {
    width: 100%;
    float: left;
}

.product_list9 li a.img img {
    width: 100%;
    height: auto;
}

.product_list9 li h3 {
    text-align: center;
    font-size: 14px;
    line-height: 50px;
}

.product_list9 li h3 a {
    font-weight: normal;
}

.product_list9 li h3 p {
    text-indent: 11px;
}

.product_list9 li a.img {
    display: block;
}

.product_list9 li a.img:hover {
    border-color: #e87518;
}

#checkCodeImg {
    width: 120px !important;
    height: 34px !important;
}

.sort_a {
    overflow: hidden;
    font-size: 0;
    margin-left:-15px;
    margin-right:-15px;
    padding:5vh 0 2vh;
}
.sort_a li{
    width: calc(25% - 30px);
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
    margin:0 15px 40px;
}
.sort_a li a{
    display: block;
    border:1px solid #eee;
}
.sort_a li .img{
    overflow: hidden;
    background: #fff;
    height:243px;
    position: relative;
}
.sort_a li img{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.sort_a li:hover img{
    webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sort_a li:hover a{
    border-color:#b71b2b;
}
.sort_a li h3{
    color:#555;
    font-size: 16px;
    font-weight: normal;
    line-height: 2;
    padding:1vw 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: #fff
}
.sort_a li:hover h3{
    color:#fff;
    background: #b71b2b;
}


.bt li a {
    font-size: 16px;
    color: #000;
    line-height: 55px;
    background: url(../images/h2bj1.png) no-repeat 0px 17px;
    display: block;
    text-indent: 16px;
    white-space:nowrap;
}

.productcates {
    padding-top: 10px;
}

.catemore {
    color: #0080d9;
    margin-top: 6px;
    overflow: hidden;
    position: relative;
}

.catemore h2 {
    width: 360px;
    float: left;
    font: bold 15px/36px "微软雅黑";
}

.catemore a {
    float: right;
    font: normal 14px/36px "微软雅黑";
    color: #444444;
    padding-right: 28px;
}

.catemore a:hover {
    text-decoration: none;
    color: #0080d9;
}


/*地图样式*/

#allmap {
    width: 95%;
    height: 500px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin: 0 auto;
}

.maplist {
    position: relative;
    overflow: hidden;
    padding: 18px 0px;
}

.maplist ul li {
    width: 26%;
    float: left;
    margin-right: 1.5%;
    margin-left: 1.5%;
    _display: inline;
    background: url(../images/ditulogo.png) no-repeat 18px 6px;
    padding-left: 40px;
    line-height: 26px;
    font-family: "微软雅黑";
    height: 110px;
    border-right: 1px dashed #ddd;
    margin-bottom: 20px;
}

.maplist ul li h2 {
    font-size: 15px;
}

.maplist ul li span {
    font-size: 12px;
    color: #666;
}

.province {
    font: normal 14px/32px "微软雅黑";
    padding: 0px 10px;
}

#search_form {
    margin: 15px 0px;
    padding-left: 20px;
}

#search_form select {
    width: 180px;
    border: 1px solid #d9d9d9;
    line-height: 32px;
    height: 32px;
}

.button_s {
    border: none;
    background: #459afa;
    line-height: 30px;
    color: #fff;
    text-align: center;
    width: 80px;
    margin-left: 15px;
    border-radius: 3px;
    transition: all 0.3s ease 0s;
}

.button_s:hover {
    background: #fb9108;
}


/*下载列表*/

.down_list {}

.down_list li {
    line-height: 27px;
    height: 27px;
    position: relative;
    background: url(../images/list_dot1.gif) 0 50% no-repeat;
    padding-left: 10px;
}

.down_list li a {}


/*招聘列表*/
.job-tit{
    display: flex;
    justify-content:space-between;
    background: #b71b2b;

}
.job-tit li{
    width: 16.66%;
    color:#fff;
    font-size: 20px;
    line-height:76px;
    text-align: center;
}
.job_list {

}

.job_list li {


    border-bottom: 1px solid #fff;

}
.job_list li .stylebox{
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
    background: #f7f7f7;
}
.job_list li .job-style{
     width: 16.66%;
     text-align: center;
     color:#666;
    font-size: 16px;
    line-height:76px;

}
.job_list li .job-style span{
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(../images/more5.png) no-repeat 50%;
    vertical-align: middle;
    cursor: pointer;
}
.job_list li .job-style span.on{
   background: url(../images/more6.png) no-repeat 50%;
}
.job-con{
  border:1px solid #f7f7f7;
  padding:4vh 5%;
  color:#666;
  font-size: 14px;
  line-height: 2;
  display: none;
}


/*资料下载*/

.download_list {
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

.download_list li {
    width: 48.6%;
    display: flex;
    justify-content:space-between;
    padding:20px 25px;
    background: #f1f2f6;
    margin-bottom: 4vh;
    transition:all 0.3s;

}
.download_list li .img{
    width: 115px;
}
.download_list li .text{
    width:calc(100% - 265px);
    padding:0 5%;
}
.download_list li .tit{
    color:#333;
    font-size: 18px;
    line-height: 1.2;
    padding:1vw 0 1.5vh;
}
.download_list li .intro{
    color:#999;
    font-size: 16px;
    line-height: 2;
}
.download_list li .links{
    width: 150px;
    padding-top: 1vw;
}
.download_list li a{
    display: block;
    padding-left:65px;
    line-height: 46px;
    font-size: 14px;
}
.download_list li .d1{
    background: url(../images/d1.png) no-repeat 35px 50% #b71b2b;
    color:#fff;
    margin-bottom: 20px;
    border:1px solid #b71b2b;
}
.download_list li .d2{
    background: url(../images/d2.png) no-repeat 35px 50%;
    color:#666;
    border:1px solid #b8b8b8;
}

.download_list li:hover{
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.download_list li a.d1:hover{
    opacity: 0.9;
}
.download_list li a.d2:hover{
    color:#b71b2b;
    border-color: #b71b2b;
}
@media(max-width: 1199px){
    .download_list li{
        width: 100%;
    }
}
@media(max-width: 767px){
    .download_list li{
        flex-wrap:wrap;
        align-items:center;
        padding:20px 15px;
        margin-bottom: 20px;
    }
    .download_list li .text{
        width: calc(100% - 115px);
        padding: 0 0 0 15px;
    }
    .download_list li .tit{
        font-size: 16px;
        padding:0 0 15px;
    }
    .download_list li .links{
     width: 100%;
     display: flex;
     margin-top:15px;
    }
    .download_list li .d1{
        margin-bottom: 0;
        margin-right: 15px;
    }
    .download_list li a{
        width: 150px;
    }
}

/*详细页面公共样式*/



.share {
    padding-left: 5px;
    padding-bottom: 8px;
    float: left;
    width: 240px;
    height: 26px;
}

.info_title {
    border-bottom: 1px solid #e1e4e6;
    padding-bottom: 10px;
}

.case_title {
    border-bottom: 1px solid #e1e4e6;
}
.news_detail .content{
    padding:20px 15%;
}
.news_detail .content iframe{
    width: 100% !important;
    max-width: 677px;
    display:block;

}

@media(max-width: 767px){
    .news_detail .content{
        padding:20px 0;
    }
}
/*产品详细*/


.pro-detail{
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding:9vh 0 7.5vh;
}

.pro-detail .mySwiper2.img a{

    height: 100%;
    display: block;
    font-size: 0;
    vertical-align: middle;

}
.pro-detail .mySwiper2.img img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.pro-detail .img_a {
    height: 100px;
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}
.pro-detail  .swiper-slide-thumb-active .img_a{
    border:1px solid #b71b2b;
}
.pro-detail .img_a img{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro-detail .img {
  width: 40%;
}
.pro-detail .img  a{
    display: block;
    text-align: center;
    border:1px solid #eee;
}
.pro-detail .mySwiper{
    margin:2vh 0 4vh;
}
.product_detail .img{
    display: block;
}
.product_detail .img img {
    max-width: 100%;
    height: auto;
}
.product_detail .mySwiper .swiper-button-next {
  position: absolute;
  width: 27px;
  height: 27px;
  background: rgba(37, 37, 37, 0.6) !important;
  border-radius: 50%;
  text-align: center;
  line-height: 27px;
  top: 50%;
  margin-top: -13.5px;
  right:0;
  z-index: 9;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  outline: none;
  border: none;
}
.product_detail .mySwiper .swiper-button-prev {
  position: absolute;
  width: 27px;
  height: 27px;
  background: rgba(37, 37, 37, 0.6) !important;
  border-radius: 50%;
  text-align: center;
  line-height: 27px;
  top: 50%;
  left: 0;
  margin-top: -13.5px;
  z-index: 9;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  outline: none;
  border: none;
}



.product_detail .mySwiper .swiper-button-prev:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/icon_spirit.png);
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  background-position: 1px -509px;
}

.product_detail .mySwiper .swiper-button-next:after {
     content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/icon_spirit.png);
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  background-position: -27px -240px;
}





.product_detail .mySwiper:hover .swiper-button-next {
  opacity: 1;
}
.product_detail .mySwiper:hover .swiper-button-prev {
  opacity: 1;
}

.pro-detail .list{
    width: 52%;
}
.pro-detail .list .cname{
  color:#666;
  font-size: 24px;
  line-height: 2;
}
.pro-detail .list .title{
  color:#333;
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1vw;
}
.pro-detail .list .intro{
  color:#666;
  font-size: 16px;
  line-height: 2.125;
  margin:1vw 0 1.5vw;
}

.p-line{
    background: url(../images/pline.png) no-repeat 0 calc(50% - 10px);
    padding-left:44px;
    color:#666;
    font-size: 18px;
    line-height: 48px;
    border-bottom: 1px dashed #e6e6e6;
    padding-bottom: 20px;
}
.p-links{
    font-size: 0;
    margin-top:2vw;
}
.p-links a{
    display: inline-block;
    vertical-align: top;
    width: 200px;
    color:#fff;
    font-size: 16px;
    line-height: 64px;
    padding-left:88px;
    border-radius: 5px;
}
.p-links .plk1{
    background: url(../images/plk1.png) no-repeat 52px 50% #b71b2b;
    margin-right: 30px;
}
.p-links .plk2{
    background: url(../images/plk2.png) no-repeat 52px 50% #202020;
}
.p_detail{
    padding-bottom: 5vh;
}
.p_detail-tit{
    background: #f8f8f8;
}
.p_detail-tit ul li{
    width: 150px;
    float: left;
    margin-right: 2.5vw;
    position: relative;
}
.p_detail-tit ul li a{
    display: block;
    color:#666;
    font-size: 20px;
    line-height: 70px;
    font-weight: bold;
    text-align: center;
}
.p_detail-tit ul li.on a{
    color:#b71b2b;
}
.p_detail-tit ul li.on:after{
    position: absolute;
    width: 100%;
    height: 3px;
    content: "";
    left:0;
    bottom:0;
    background: #b71b2b;
}

.p_detail .content{
    padding-top: 6vh;
}
.p_detail-t1{
    color:#333;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
}
.p_detail-con{
    padding:2vh 0 5vh;
    color:#666;
    font-size: 16px;
    line-height: 2.1875;
}
.jqzoom {
    text-decoration: none;
}

.neitt {
    line-height: 35px;
}

.neixb {
    font-size: 16px;
    color: #000;
    max-width: 400px;
}



.list_p {
    position: relative;
}

.list_p .pdf-download {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #ac1e2e;
    border-bottom: 1px solid #ac1e2e;
    padding-top: 56px;
    background: url(../images/pdf.png) no-repeat center 3px;
}

.list_p li {
    padding-bottom: 5px;
    padding-top: 5px;
    font-family: "Microsoft YaHei"
}

.list_p li h2 {
    font-size: 12px;
    font-weight: normal;
    font-family: "Microsoft YaHei"
}

.product_detail .inquiry {
    line-height: 32px;
    border: none;
    margin-top: 6px;
}

.product_detail .inquiry a {
    background: #ac1e2e;
    display: block;
    width: 232px;
    height: 63px;
    line-height: 63px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    float: left;
}

.lianxi77 {
    float: left;
    margin-left: 40px;
}

.list_p li h2 a {
    font-size: 12px;
    font-family: "Microsoft YaHei"
}

.p_detail span.title {
    line-height: 28px;
    height: 28px;
    text-align: left;
    margin-top: 10px;
    display: block;
    padding-left: 10px;
    font-size: 12px;
    border-bottom: 1px solid #0055ac;
}

.p_detail p.dd {
    padding-top: 5px;
    padding-bottom: 5px;
}

h3.tag {
    line-height: 32px;
    border-top: 1px dashed #e0e1dc;
    margin-top: 10px;
    color: #999;
    font-weight: normal;
    font-size: 14px;
}

h3.tag a {
    color: #005a98;
}

h3.tag a:hover {
    color: #e87518;
}

.page {
    line-height: 26px;
    border-top: 1px dashed #e0e1dc;
    margin-top: 6px;
    padding-top: 5px;
    font-size: 12px;
}

.page a {
    color: #005a98;
}

.page a:hover {
    color: #e87518;
}

.page span {
    color: #005a98;
}


/*新闻详细*/

.news_detail {}

.news_detail .title {
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 28px;
    line-height: 1.5;
}

.news_detail h3.title_bar {
    line-height: 2.5;
    text-align: center;
    font-weight: normal;
    color: #808080;
    overflow: hidden;
    font-size: 14px;
}

.news_detail h3.title_bar span {
    padding-right: 10px;
}


/*招聘详细*/

.job_detail {}

.job_detail h1.title {
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    border-bottom: 1px solid #e0e1dc;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

.job_detail h3.title_bar {
    line-height: 26px;
    text-align: center;
    font-weight: normal;
    color: #808080;
}

.job_detail h3.title_bar span {
    padding-right: 10px;
}

.job_detail .content h4 {
    background-color: #f1f1f1;
    height: 26px;
    line-height: 26px;
    text-align: left;
    padding-left: 15px;
}

.job_detail .content div.text {
    padding-top: 10px;
    padding-left: 22px;
    padding-right: 8px;
}


/*下载详细*/

.down_info {
    padding: 10px;
    margin-top: 15px;
}

.down_info table {
    width: 100%;
}

.down_info table thead {
    line-height: 26px;
    background-color: #f2f2f2;
}

.down_info table th {
    border: 1px solid #b6d5f1;
}

.down_info table td {
    padding: 3px;
    padding-left: 10px;
    padding-right: 5px;
    border: 1px solid #b6d5f1;
    text-align: center;
    line-height: 28px;
    height: 28px;
}

#download {
    text-decoration: underline;
}

#down_detail {}

#down_detail .title {
    line-height: 26px;
    text-align: left;
    padding-left: 15px;
    font-size: 14px;
    height: 26px;
    background-color: #ececec;
}

#down_detail .text {
    padding: 10px;
}


/*内页左侧分类通用样式*/

.sort {
    max-width: 1100px;
    margin: 0 auto;
    background: #fcfbf9;
}

.sort li {
    display: block;
    margin: 0;
    text-align: center;
}

.sort li a {
    display: block;
    padding: 0 30px;
    line-height: 40px;
    font-size: 14px;
    text-align: left;
    background: url(../images/sfr.png) no-repeat 16px;
}

.sort li a:hover {
    background: url(../images/sfr1.png) no-repeat 16px;
    color: #ac1e2e;
}


/*内页留言*/









#message_main tr {
    position: relative;
}

#message_main tr th {
    font-weight: normal;
    text-align: right;
    height: 42px;
    line-height: 42px;
    color: #666;
}

.m_label {
    position: absolute;
    width: 160px;
    text-align: left;
    line-height: 26px;
    padding-left: 8px;
    color: #ccc;
    z-index: 1;
    cursor: text;
}

.c_label {
    line-height: 18px;
    padding-top: 12px;
}


/*首页留言表单*/

.index_message {
    position: relative;
}

.name_input {
    border: 1px solid #cccccc;
    margin-top: 5px;
    background: #fff;
    height: 22px;
    width: 189px;
}

.input_left {
    float: left;
    width: 40px;
    text-align: center;
    background: url(../images/newadd/title_left.jpg) left top repeat-x;
    height: 22px;
    line-height: 22px
}

.input_right {
    position: relative;
    float: right;
}

.input_right input {
    height: 22px;
    line-height: 22px;
}

.input_right .m_label {
    position: absolute;
    width: 100px;
    text-align: left;
    line-height: 22px;
    padding-left: 6px;
    color: #ccc;
    z-index: 1;
    cursor: text;
}

#m_div {
    width: 222px;
    position: fixed;
    right: 2px;
    bottom: 0px;
    padding-bottom: 1px;
    z-index: 99999;
    background: none;
}

.d_label {
    line-height: 18px;
    padding-top: 8px;
    width: 160px;
}

.w_message {
    border: 1px solid #4a9cf9;
    padding: 7px;
    padding-top: 3px;
    height: 238px;
    background: #fff;
    padding-bottom: 27px;
    background: url(../images/newadd/message_bg.jpg) left top no-repeat;
}

.w_message #name {
    width: 142px;
    height: 22px;
    line-height: 22px;
    border: none !important;
}

.w_message #contact {
    width: 142px;
    height: 20px;
    line-height: 20px;
    border: none !important;
}

.w_message #email {
    width: 142px;
    height: 20px;
    line-height: 20px;
    border: none !important;
}

.w_message #address {
    width: 142px;
    height: 20px;
    line-height: 20px;
    border: none !important;
}

.w_message #content {
    width: 176px;
    height: 65px;
    resize: none;
    overflow-y: auto;
    overflow-x: hidden;
}

.w_message #checkcode {
    width: 82px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #ccc;
    background-color: #fff;
}

#message_main {
    display: table-cell;
}

.w_message #message_main tr {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 28px;
}

.w_message #message_main tr th {
    height: 28px;
    line-height: 28px;
    width: 37px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.w_message #code {
    padding-top: 0px;
    margin-top: 5px;
}

.w_title {
    background: none;
    color: #fff;
    ;
    position: relative;
    cursor: pointer;
    height: 33px;
    width: 222px;
    overflow: hidden;
}

.w_message #message_main .m_input {
    border: 1px solid #ccc;
    background-color: #fff;
}

.w_message .msgbtn {
    width: 93px;
    height: 29px;
    line-height: 20px;
    background: url(../images/newadd/submit.png) 50% 50% no-repeat;
    margin-top: 3px;
    border: none;
    font-family: "宋体", arial;
    font-size: 12px;
    margin-left: 54px;
    font-family: "微软雅黑";
    color: #fff;
}

.w_message .msgbtn_hover {
    background: #3c96fc;
    color: #fff;
    border: 1px solid #3c96fc;
}

.m_close {
    background: url(../images/newadd/messbtn.png) left top no-repeat;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    overflow: hidden;
    width: 19px;
    height: 20px;
    right: 12px;
    top: 8px;
    cursor: pointer;
}

.m_open {
    background: url(../images/newadd/messbtn1.png) left top no-repeat;
}

.w_message .m_under {
    position: absolute;
    width: 227px;
    height: 37px;
    line-height: 41px;
    left: 0;
    bottom: 1px;
}

.w_message .support {
    color: #000;
    width: 100px;
    position: absolute;
    bottom: 1px;
    right: 8px;
    font-size: 12px;
}

#m_top {
    height: 1px;
    font-size: 0px;
    line-height: 1px;
    margin: 0 2px;
    background: #4a9cf9;
}

#m_mid {
    height: 1px;
    font-size: 0px;
    line-height: 1px;
    margin: 0 1px;
    background: #4a9cf9;
}

#m_bot {
    background: #4a9cf9;
    height: 31px;
    line-height: 31px;
    padding-left: 9px;
    font-family: "微软雅黑";
    font-size: 13px;
}


/*分页样式1*/

.pageController {
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #505050;
    margin: 0 auto;
    margin-top: 16px;
    line-height: 24px;
}

.pageController a {
    background-color: #FFF;
    vertical-align: middle;
    border: #efefef 1px solid;
    color: #505050;
    padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
}

.pageController a:hover {
    background-color: #efefef;
    color: #438ece;
    text-decoration: none;
    border: #efefef 1px solid;
}

.pageController .currPage {
    background-color: #efefef;
    color: #ff0000;
    border: #efefef 1px solid;
}

.pageController .t1 {
    float: left;
    margin-right: 5px;
    height: 24px;
    line-height: 22px;
    white-space: nowrap;
}

.pageController .t2 {
    float: right;
    vertical-align: middle;
    line-height: 24px;
}

.pageController .t2 #current {
    padding: 0 5px;
    line-height: 24px;
    background-color: #333;
    vertical-align: middle;
    border: #efefef 1px solid;
    color: #fff;
    padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
}

.pageController .t1 span {
    padding-left: 4px;
    padding-right: 4px;
}

.pageController select {
    height: 24px;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
}

.pageController select option {
    vertical-align: middle;
}


/*相关产品和新闻*/

.relate_list {
    margin-top: 10px;
}

.relate h4 {
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: normal;
    line-height: 2;
    padding-bottom: 15px;
}
#relate_p{
    margin-top:2.5vh;
}
#relate_p .owl-item a{
    display: block;
    padding:0 10px;
}
#relate_p .img {
    border:1px solid #f0f0f4;
    overflow: hidden;
    height: 266px;
    position: relative;
}
@media(max-width: 767px){
    #relate_p .img {
        height: 200px;
    }

}
#relate_p .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}
#relate_p .owl-item:hover .img{
    border-color: #b71b2b;
}
#relate_p .owl-item:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
#relate_p .owl-item h3{
    background: #f0f0f4;
    display: block;
    color:#333;
    font-size: 16px;
    line-height: 1.5;
    padding:10px;
     font-weight: normal;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#relate_p .owl-item:hover h3{
    background: #b71b2b;
    color:#fff;

}


.relate ul {
    float: none;
}
@media(max-width: 767px){
    #relate_p .owl-item a{
        padding:0 6px;
    }
    #relate_p .owl-item h3{
        font-size: 14px;
        line-height: 1.5;
        padding:10px 0;
    }
}

/*相关产品和新闻*/

.relate_list1 {
    margin-top: 10px;
}

.relate1 h4 {
    line-height: 31px;
    border-bottom: 1px solid #ac1e2e;
    height: 31px;
}

.relate1 h4 p {
    float: left;
    width: 97px;
    height: 31px;
    background: #ac1e2e;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#relate_n1 li {
    width: 48%;
    float: left;
}

.relate1 ul {
    float: none;
}

.product_list1 {}

.product_list1 li {
    float: left;
    position: relative;
    width: 23%;
    margin: 0.6%;
}

.product_list1 li a.img {
    width: 100%;
    float: left;
    border: 1px solid #ddd;
}

.product_list1 li a.img img {
    width: 100%;
    height: auto;
}

.product_list1 li h3 {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

.product_list1 li h3 a {
    font-weight: normal;
}

.product_list1 li h3 p {
    text-indent: 11px;
}

.product_list1 li a.img {
    display: block;
    float: none;
}

.roll_product1 {
    float: left;
}


/*博客列表*/

.blog_list {}

.blog_list li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.blog_list li h2 {
    line-height: 42px;
    height: 42px;
    padding-left: 10px;
    padding-left: 20px;
    border-bottom: 1px dashed #ccc;
}

.blog_list li h2 a {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    color: #4C4C4C;
    line-height: 42px;
    color: #204e7d;
}

.blog_list li .summary {
    color: #878787;
    line-height: 28px;
    height: 28px;
    text-indent: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.blog_list li .under {
    padding-left: 20px;
    padding-top: 5px;
    height: 24px;
    line-height: 24px;
    padding-bottom: 5px;
    color: #2970a6;
}

.blog_list li .under a {
    color: #2970a6;
}


/*网站地图*/

h3.map_title {
    line-height: 30px;
    line-height: 30px;
    background-color: #f5f8fa;
    border: 1px solid #d6dbe1;
    text-indent: 20px;
    color: #3b639f;
    border-bottom: 2px solid #458fce;
}

.map_list {
    line-height: 30px;
    padding-left: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.map_list a {
    padding: 4px;
    white-space: nowrap;
}

.map_list a:hover {
    text-decoration: none;
    background-color: #3b639f;
    color: #fff;
    padding: 4px;
}


/*热推产品*/

.content-getkey {
    padding: 15px 10px;
}

.getkey_list {}

.getkey_list li {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 15px;
    _display: inline;
}

.getkey_list li a.img {
    padding: 1px;
    border: 1px solid #e0e1dc;
}

.getkey_list li a.img img {
    width: 150px;
    height: 120px;
}

.getkey_list li h3 {
    text-align: center;
    padding-top: 5px;
}

.getkey_list li h3 a {
    font-weight: normal;
}

.getkey_list li a.img {
    display: block;
}

.getkey_list li a.img:hover {
    border-color: #e87518;
}

.content-getkey .content {
    line-height: 24px;
    overflow: hidden;
    padding: 15px 10px 10px;
}

.getkey_detail .content {
    line-height: 24px;
    overflow: hidden;
    padding: 15px 10px 10px;
}


/*简历提交*/

.job-title {
    font-size: 16px;
    margin-top:3vh;
}

.job-title .job-send {
    background: #b71b2b;
    padding: 10px 20px;
    border-radius: 5px;
    color:#fff;
}

.send-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #060;
}

.message-job {
    padding-left: 10px;
    padding-bottom: 10px;
}

.message-job li {
    line-height: 30px;
    margin-bottom: 10px;
}

.message-job li label {
    font-size: 14px;
    width: 70px;
    float: left;
    text-align: right;
}

.message-job li span {
    color: red;
}

.message-job li input[type='radio'] {
    margin: 0 10px;
}

.message-job li input.jobinput {
    border: 1px solid #ccc;
    width: 200px;
    margin: 0 5px;
    line-height: 24px;
    height: 24px;
    padding: 0 5px;
}

.message-job li select {
    line-height: 24px;
    height: 24px;
    padding: 0 5px;
}

.message-job li #experience {
    width: 400px;
    height: 80px;
}

.message-job li input#file {
    margin-top: 18px;
    margin-right: 20px;
}

.message-job input.jobbtn {
    width: 80px;
    border: 1px solid #f1f1f1;
    background: #BBB;
    color: #fff;
    border-radius: 4px;
    font-family: "Microsoft Yahei";
    line-height: 30px;
    height: 30px;
    margin: 0 8px 0;
    cursor: pointer;
}

.message-job input.jobbtn:hover {
    background: #aeaaaa;
}

.message-job li.last {
    border-bottom: 1px solid #ddd;
    margin-bottom: 8px;
    padding: 5px 0;
    font-size: 14px;
    color: #060;
}

.resume-prompt {
    line-height: 36px;
    color: #999;
}

.message-job span.last {
    color: red;
    display: inline-block;
    line-height: 36px;
}
/*md屏幕*/
@media (min-width: 1024px) and (max-width: 1200px){
    .navv li a{
        font-size: 14px;
    }
}



/*下载*/

.mins{position: fixed; margin: 0 auto; width: 100%;height: 100%;top: 0px;left: 0px;z-index: 999;display: none; text-align:center; }
.mins form{width: 350px;margin: 220px auto; background: rgba(0,0,0,.7);padding: 20px; }
.mins form input{line-height:36px;padding:0 20px;vertical-align: bottom;outline: none;}
.mins form button{line-height:36px;width:50px;cursor:pointer;padding: 0;}
.mins span{ color:#fff !important; display:block; margin:0 0 20px 0; font-size: 15px;}
.mins span a{color:#FFF;font-family: arial;}
.mins .mins_close{ text-align:right; }
.mins .mins_close a{ color:#fff; }
