

***/
/* reset css start */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  position: relative;
  line-height: 26px;
  color: #242426;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges; 
  image-rendering: -webkit-optimize-contrast; 
  image-rendering: crisp-edges; 
  -ms-interpolation-mode: nearest-neighbor;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  cursor: pointer;
}

*:focus {
  outline: none;
}

button {
  border: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

button:focus {
  outline: none;
}

a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #242426;
}
a:hover {
  text-decoration: none;
  color: #cd3333;
}

span {
  display: inline-block;
}

table {
  width: 100%;
}

p, li, span {
 /* color: #6B727E;*/
  margin-bottom: 0;
}



/**
 * 主体
 */

.sp-section{
  padding: 85px 0;
}
.bg-blue{
  background: #f7f8fa;
}

.section-title{
  background-size: auto;
  background-repeat: no-repeat;
}

.section-title{
  position: relative;
  margin-bottom: 65px;
}

.section-title font{
    font-size: 3rem;
    color: #e8e9eb;
    font-weight: bold;
    text-transform: uppercase;
}
.section-title span{
  font-weight: bolder;
  position: absolute;
  color: #242426;
  font-size: 2rem;
  left: 0;
  bottom: -16px;
}


.section-title span:after{
    position: absolute;
    content: "";
    width: 45px;
    height: 4px;
    background: #cd3333;
    left: 0;
    bottom: -25px;
}


.section-jmts .section-title{
  margin-bottom: 125px;
}

.section-jmts .jmts .fleft{
  padding-right: 25px;
}


.section-jmts .jmts .fleft>div:nth-child(2){
  margin: 45% 0;
}

.section-jmts .jmts .fright{
  padding-left: 25px;
}

.section-jmts .jmts .fright>div:nth-child(2){
  margin: 45% 0;
}



/**
 * about
 */
.section-about{
  position: relative;
}

.section-about p{
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.readmore{
  display: inline-block;
  border: 1px solid #cd3333;
  padding: 10px 35px;
  border-radius: 25px;
  color: #cd3333;
  margin-top: 25px;
}

.readmore font{
  margin-left: 15px;
}

.readmore:hover{
  background:#cd3333;
  color: #fff;
}

.section-about .jm{
  font-size: 10rem;
  color: #e8e9eb;
  position: absolute;
  z-index: auto;
  bottom: 42px;
  font-weight: bolder;
  text-transform: uppercase;
}

.section-pro .pro-cate{
  position: relative;
}

.section-pro .pro-cate .item{
  text-align: left;
}


.section-pro .pro-cate a{
    font-size: 25px;
    font-weight: bolder;
    display: inline-block;
    padding: 5px 15px;
    position: absolute;
    z-index: 999;
    display: inline-block;
    min-width: fit-content;
}

.section-pro .pro-cate span{
    width: 0;
    height: 10px;
    display: inline-block;
    background: #cd3333;
    transition: all .5s;
    left: 0;
    display: inline-block;
    position: absolute;
    top: 20px;
    z-index: -1;

}

.section-pro .pro-cate a:hover>span{
  width: 100%;
}

.section-pro .pro-cate a:hover{
  color: #242426;
}

.pro-lists{
  margin-top: 125px;
}

.pro-lists .item{
  position: relative;
}

.pro-lists .d1{
    width: 60%;
    margin: auto;
    height: 100%;
    position: absolute;
    top: 25%;
    right: 20%;
}

.pro-lists .d1 div{
  font-size: 25px;
  font-weight: bolder;
  margin-bottom: 45px;
}

.swiper-button-prev{
  background-image:url(../images/prev.png);
  transition: all .6s;
}

.swiper-button-prev:hover{
  background-image:url(../images/prev-r.png);
}

.swiper-button-next{
  background-image:url(../images/next.png);
  transition: all .6s;
}

.swiper-button-next:hover{
  background-image:url(../images/next-r.png);
}

.swiper-button-next, .swiper-button-prev{
  background-size: cover;
}

.swiper-button-next, .swiper-button-prev{
  width: 44px;
  height: 44px;
}


.section-cases{
  background:#aa2222; 
  color: #fff;
  padding: 165px 0;
}

.section-cases .section-title font{
  color: #b34748;
}

.section-cases .section-title span{
  color: #fff;
}

.section-cases .section-title span:after{
  background: #fff;
}

.section-cases div .p1{
  font-size: 18px;
  font-weight: bolder;
  margin: 45px 0;
}


.section-cases .cases-lists{
  padding: 25px 25px 0 25px;
  background: #fff;
  position: absolute;
  top: -90%;
  width: 100%;
  box-shadow: 10px 10px 5px #00000040;
}

.section-cases .cases-lists .item{
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 25px;
}

.section-cases .cases-lists .item img{
  transition: all .6s;
  width: 100%;
  max-height: 250px;
}

.section-cases .cases-lists .item:hover img{
  transform: scale(1.1);
}


.section-news .news-main{
  position: relative;
}

.section-news .news-rec-1{
   position: absolute;
    top: 0;
    width: 50%;
    right: 0;
    background: #fff;
    padding: 65px;
}


.section-news .news-rec-1 div{
  font-size: 20px;
  font-weight: bolder;
  margin-bottom: 25px;
}

.readmore-news-all{
  border: 1px solid #242426;
  color: #242426;
}

.readmore-news-all:hover{
  background: #242426;
  color: #fff;
}

.news-read{
  padding: 10px 25px;
  margin-top: 25px;
  display: inline-block;
}

.section-news .news-lists{
  margin-top: 45px;
}

.section-news .news-lists .item{
  
  background: #fff;
}

.section-news .news-lists .item a{
  display: block;
  width: 100%;
  height: 100%;
  transition: all .6s;
  padding: 45px 25px;

}



.section-news .news-lists .item div{
  font-size: 20px;
  font-weight: bolder;
}

.section-news .news-lists .item time{
  margin:35px 0 15px 0;
  display: inline-block;
}

.section-news .news-lists .item .p1{
  margin-top: 25px;
}

.section-news .news-lists .item:hover a{
  color: #fff;
  background: #cd3333;
}


.nav-zytj{
  border-bottom: none;
  margin-bottom: 25px;
  position: relative;
}

.nav-zytj:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #b03a39;
  bottom: -1px;
}

.nav-tabs .nav-link{
  border: none;
}

.nav-tabs .nav-link.active{
  color: #fff;
  background-color: #b03a39;
  border-color: #b03a39;
}



footer{
  padding: 65px 0;
}

footer .footer-logo{
  max-width: 280px;
  margin-bottom: 25px;
}

footer p{
  line-height: 30px;
}

footer .title{
  font-size: 18px;
  font-weight: bolder;
  margin-bottom: 20px;
  position: relative;
}

footer .title:after{
  position: absolute;
  content: "";
  width: 45px;
  height: 4px;
  background: #cd3333;
  left: 0;
  bottom: -8px;
}

footer .contact-info span{
  color: #cd3333;

}

.copyright{
  background: #131313;
  color: #fff;
  padding: 25px 0;
}

.copyright span{
    margin-right: 15px;
  display: inline-block;
}

/**
 * 主题END
 */

.bread .text{
  padding: 25px 0;
  background: #eaeaea;
  color: #161616;
  box-shadow: 0 5px 8px #ccc;
}

.bread .text a{
  color: #161616;
}

.bread .text img{
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.news-bread .text{
  padding: 0 25px;
}

.news-bread .text a{
  height: 65px;
  line-height: 65px;
  margin-right: 25px!important;
  display: inline-block;
  position: relative;
}

.news-bread .text .float-left a{
  padding: 0 25px;
}

.news-bread .text .float-right a{
  padding-right: 8px;
  margin-right: 0px!important;
}

.news-bread .text a.active,.news-bread .text .float-left a:hover{
  background: #fff;
  color: #b03a39;
}


.slider-bigtitle{
  font-size: 30px;
  font-weight: bolder;
  position: relative;
  padding: 5px 0;
  padding-left: 15px;
  margin-bottom: 35px;
}

.slider-bigtitle:before{
  position: absolute;
  content: "";
  left: 0;
  width: 4px;
  height: 100%;
  background: #b03a39;
  top: 0;
}

.main-slider .has-sub{
  margin-bottom: 25px;
}


.main-slider .has-sub a{
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #e7e7e7;
  font-size: 18px;
}

.main-slider .has-sub>div:nth-child(1) a{
  background: #b03a39!important;
   color: #fff;
}

.main-slider .has-sub li a{
  border-bottom: 1px solid #fff;
  transition: all .3s;
}

.main-slider ul li:last-child a{
  border-bottom: none;
}

.main-slider .has-sub li a:hover,.prolists-section .d1 p a:hover{
  background: #b03a39;
  color: #fff;
}

.main-slider .d1 p a{
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #e7e7e7;
  font-size: 18px;
  margin-bottom: 25px;
  transition: all .3s;
}

.main-slider .contact-bigtitle{
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 24px;
  font-weight: bolder;
  background: #b03a39;
  color: #fff;
}

.main-slider .slider-info{
  padding: 15px;
  background: #e7e7e7;
}

.main-slider .slider-info p{
  padding: 8px 0;
}

.main-slider .slider-info p img{
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.product-lists-all{
  padding: 0 15px;
}

.product-lists-all .item {
  margin-bottom: 25px;
}


.product-lists-all .item .title{
  position: relative;
}

.product-lists-all .item .title p a{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #e7e7e7;
    border-left: 4px solid #b03a39;
    padding: 25px 15px;
    border-top-right-radius: 35px;
    z-index: 2;
    overflow: hidden;
}


.product-lists-all .item .title p span{
    position: absolute;
    content: "";
    background: #b03a39;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .6s;
}
.product-lists-all .item:hover .title p span{
  width: 100%;
}

.product-lists-all .item:hover .title p a{
  color: #fff;
}


.j-active a{
  background:#e2bfc0!important;
}

.prev-next{
  margin-top: 45px;
  border-top: 1px solid #eee;
}

.prev-next p{
  line-height: 55px;
    height: 30px;
}

/**
 * 分页样式
 */
.pagination-wrapper{
    position: relative;
    padding-top: 45px;
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
}

.pagination-wrapper .pagination{
  position: relative;
    display: block;
}

.pagination li {
    display: inline-block;
    margin: 0px 3px;
}

.pagination li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: 1px solid #e4e4e4;
    text-align: center;
    color: #555555;
    background: transparent;
    z-index: 1;
    transition: all 500ms ease;
}

.pagination li.prev a, .pagination li.next a {
    width: 80px;
}



.pagination a{
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e4e4e4;
    text-align: center;
    color: #555555;
    background: transparent;
    z-index: 1;
    transition: all 500ms ease;
    padding: 0 25px;
    margin: 0 5px;
}

.pagination a:hover,.pagination a.page-num-current {
    color: #fff;
    background:#cd3333;
    border-color: #cd3333;
}
/****/

/**
 * 
 * 新闻中心
 */

.newslists-section{
  background: #f7f8fa;
}

.news-lists-all .item{
  background: #fff;
  padding: 25px;
  min-height: 350px;
  border:15px solid #f7f8fa;
}

.news-lists-all .item time{
  display: inline-block;
  font-size: 14px;
  margin: 15px 0  25px;
}

.news-lists-all .item a{
  display: inline-block;
  padding-right: 45px;
  margin-top: 25px;
}


.news-lists-all .item a i{
  display: inline-block;
  margin-left: 25px;
}

.news-lists-all .item .main{
  position: absolute;
  height: 100%;
  z-index: 100;
  padding-right: 15px;

}

.news-lists-all .item{
  padding: 25px;
  overflow: hidden;
  position: relative;
  transition: all .6s;
  animation-delay: .2s;
}

.news-lists-all .item .bg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  transition: all .6s;
  left: 0;
}

.news-lists-all .item img{
  width: 100%;
  height: 100%;
}

.news-lists-all .item:hover .bg{
  top: 0;
}

.news-lists-all .item:hover{
  color: #fff;
  cursor: pointer;
}

.news-lists-all .item:hover a{
  color: #fff;
}
.news-lists-all .item a{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news-lists-all .item .main p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/**
 * 第二版
 */


.news-lists-s2 .main h3{
  margin: 25px 0 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 15px 0 25px 0;

}


.news-lists-s2  .time time{
  vertical-align: middle;
}

.news-lists-s2  .time  img{
  margin-right: 7px;
  vertical-align: baseline;
}

.news-lists-s2 .time span{
  vertical-align: middle;
  display: inline-block;
  margin-left: 25px;
}


.news-lists-s2 .main>p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 15px 0 25px 0;
}

.news-lists-s2 .main .readMore{
  position: relative;
}

.news-lists-s2 .main .readMore a{
  padding: 5px 25px;
  border-radius: 8px;
  color: #cd3333;
  border: 2px solid #cd3333;
  position: absolute;
  display: inline-block;
  z-index: 2;
  overflow: hidden;

}

.news-lists-s2 .readMore a i{
  margin-left: 25px;
}

.news-lists-s2 .main .readMore span{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    
    z-index: -1;
    left: 0;
    top: 0;
    transition: all .6s;
}

.news-lists-s2 .main a.readMore i{
  display: inline-block;
  margin-left: 25px;

}

.news-lists-s2 .main .readMore:hover span{
  width: 100%;
  border: 2px solid #cd3333;
  background-color: #cd3333;
}

.news-lists-s2 .main .readMore:hover a{
  color: #fff;
}

.news-lists-s2 .item{
  margin-bottom: 85px;
}









.product-detail .main p{
  margin-top: 25px;
}


.product-detail .main  a{
  padding: 10px 35px;
  background: #b03a39;
  border-radius: 8px;
  margin-top: 25px;
  display: inline-block;
  color: #fff;
  position: absolute;
  bottom: 15px;
}

.product-detail .main a:hover{
  background: #242426;
}

.product-detail .main  a i{
  display: inline-block;
  margin-left: 10px;
}

.pro-det-title{
  border-bottom: 1px solid #eee;
    margin: 25px 0;
}

.pro-det-title span{
  display: inline-block;
  padding: 15px 45px;
  border-top-right-radius: 10px;
  background: #e7e7e7;
  border-left: 4px solid #b03a39;
  padding-left: 35px;
  font-size: 20px;
  font-weight: 600;
}


.grey-bg{
  background-color: #f7f8fa;
}


.news-detail-section .detail-main{
  background-color: #fff;
  padding: 25px;
}

.news-detail-section .detail-main>h2{
  font-size: 24px;
  margin-top: 25px;
}

.news-detail-section .detail-main>p{
  border-bottom: 1px solid #767676;
  padding: 15px 0;
}


.news-detail-section .detail-main>p a.float-right {
  color: #b13b37;
}

.news-detail-section .detail-main>p a.float-right img{
  margin-right: 5px;
  vertical-align: middle;
}

.news-detail-section .detail-content{
  padding: 25px 0;
  min-height: 450px;
}


.pre-next{
  margin-top: 45px;
}

.pre-next p{
  line-height: 30px;
}

/**
 * 企业概况
 */

.about-qygk{
  background-image: url(../images/about-qygk-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.about-qygk .section-title span{
  color: #b34240;
}

.about-qygk  .c-title{
  color: #171717;
  font-size: 20px;
  font-weight: 600;
}


.about-qygk .jm-numbers {
  margin-top: 65px;
}


.about-qygk .jm-numbers .p1{
  color: #b34240;
  font-weight: 400;
}

.about-qygk .jm-numbers .p2{
  font-size: 55px;
  line-height: 55px;
  font-weight: bolder;
  margin: 5px 0;
  color: #b34240;
}

.about-qygk .jm-numbers .p3{
  color: #171717;
  font-weight: 400;
}

.about-qygk .qygk-contant p{
  text-indent:25px;
  line-height:30px;
}


.about-qywh .qywh-section-title{
  text-align: center;
}

.about-qywh .qywh-section-title{
  text-align: center;
}

.about-qywh .qywh-section-title font{
  font-size: 3rem;
  color: #e8e9eb;
  font-weight: bold;
  text-transform: uppercase;
}

.about-qywh .qywh-section-title p{
  font-size: 20px;
  color: #b03a39;
  font-weight: bolder;
  margin-top: -25px;
}

.about-qywh .qywh-section-title{
  margin-bottom: 45px;
}


.zs-lists .item{
  margin-bottom: 25px;
}

.zs-lists .item p{
  padding: 25px;
  background-color: #b34240;
  color: #fff;
  text-align: center;
}

.zs-lists .item div{
  border-top: 10px solid #e7e7e7;
  border-bottom: 10px solid #e7e7e7;
  border-left: 15px solid #e7e7e7;
  border-right: 15px solid #e7e7e7;
  overflow: hidden;
}

.zs-lists .item{
  overflow: hidden;
}

.zs-lists .item img{
  width: 100%;
  transition: all .3s;
}

.zs-lists .item:hover img{
  transform: scale(1.1);
}


.main-small-imgs{
  /*margin: 25px 0;*/
}

.main-small-imgs>div{
  margin: 15px 0;
}

.main-small-imgs>div p{
  line-height: 30px;
}

.main-big-imgs{
  margin: 45px 0;
}

.main-big-imgs img{
  width: 100%;
  padding-right: 15px;
}

.main-big-imgs img{
  margin-bottom: 25px;
}

.about-zytj .content>p{
  text-indent: 25px;
}


/**
 *联系我们
 * 
 */
.contact-info-section .contact-text{
  padding: 25px 45px;
  background-color: #fff;
}

.contact-info-section .contact-text img{
  margin-right: 15px;
  vertical-align: middle;
}

.contact-info-section .contact-text p{
  padding: 25px 0;
}

.contact-info-section .contact-text p:not(:last-child){
  border-bottom: 1px solid #cacaca;
}

.contact-text h4{
  font-weight: bolder;
}

.contact-text .d1{
  font-size: 14px;
}

.contact-info-section .contact-qrcode{
  background-color: #fff;
}

.contact-info-section .contact-qrcode>div{
  margin-top: 15%;
}


.contact-info-section .contact-title{
  margin: 125px 0 45px 0;

}
.contact-online input{
  margin-bottom: 25px;
  border-color: 1px solid #171717;
}

.contact-online input:focus{
  outline: none!important;
}

.contact-online .btn{
  background-color: #b03a39;
  padding: 10px 35px;
}

.accordion .card .card-header .btn{
  background-image: url(../images/rczp2.png);
  background-repeat: no-repeat;
   background-position: right;

}

.accordion .card .card-header .collapsed{
   background-image: url(../images/rczp.png);
   background-repeat: no-repeat;
   background-position: right;
}


.card-header{
  background-color: #b03a39;
  color: #fff;
}

.card-header .btn{
  color: #fff;
}


.card-header .btn span{
  margin-right: 15px;
  display: inline-block;
}


.service-section .title{
  color: #b03a39;
  font-weight: bolder;
}

.hzhb{
  margin-bottom: 35px;
}

.hzhb>div:nth-child(1){
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 35px;
    margin-top: 85px;
}

.hzhb>div:nth-child(2){

}

.in-hzhb .section-title span{
  display: inline-block;
  padding-left: 65px;
}

.in-hzhb .section-title span:after{
  background: #333;
  left: 0;
  top: 50%;
}

.prolists-section .nlists{
  margin-top: 45px;
  background: #f5f5f5;
  padding: 15px;
}
.prolists-section .nlists .item{
  background: #fff;
  padding:85px 25px 45px 25px;
  transition: all .6s;
}

.prolists-section .item .d2 a{
  display: block;
  padding-left: 25px;
  padding-right: 25px;
  height: 40px;
  line-height: 35px;
  border-radius: 5px;
  border: 2px solid #b9b9b9;
}

.prolists-section .item .d2 a:hover{
  border: 2px solid #b44342;
  color: #b44342;
}

.prolists-section .item .d1 h2{
  font-size: 24px;
  font-weight: 400;
  margin-top: 45px;
}

.prolists-section .item .d1 p{
  color: #868686;
  transition: all .6s;
}
.prolists-section .item .d2{
  visibility: hidden;
/*  transition: all .6s;*/
}

.prolists-section .item:hover .d2{
  visibility: visible;
}

.prolists-section .item:hover .d1 p{
  margin-bottom: 35px;
}

.prolists-section .item:hover{
   padding:55px 25px 45px 25px;
   border: 1px solid #b44342;
}

.ntitle{
  font-size: 28px;
  font-weight: bolder;
  position: relative;
  padding-left: 15px;
}

.ntitle:after{
  position: absolute;
  content: "";
  width: 4px;
  height: 30px;
  background: #b44342;
  left: 0;
}

.nmiaoshu{
  padding: 85px 0 25px 0;
  color: #5e5e5f;
}

.bg-w{
  background: #fff;
}

.subcate-title{
  font-size: 24px;
  font-weight: bolder;
  color: #171717;
  position: relative;
  margin-top: 125px;
  margin-bottom: 45px;
}

.subcate-title:after{
  position: absolute;
  content: "";
  width: 35px;
  height: 4px;
  background: #b44342;
  bottom: -8px;
  left: calc(50% - 18px);
}

.cate-pro-lists .div-fm .div-img{
  padding: 45px 0;
  overflow: hidden;
}

.cate-pro-lists .div-fm .div-img a{
  display: block;
  width: 100%;
  height: 100%;
}

.cate-pro-lists .div-fm .div-img:hover{
  cursor: pointer;
}

.cate-pro-lists .div-fm .div-img img{
  transition: all .6s;
}

.cate-pro-lists .div-fm .div-img:hover img{
  transform: scale(1.2);
}

.cate-pro-lists .jy-yy{
  height: 100%;
}


.cate-pro-lists .jy-yy>div{
  height: calc(50% - 4px);
  overflow: hidden;
  padding: 25px;
}

.cate-pro-lists .jy-yy>div:nth-child(1){
  margin-bottom: 8px;
}

.cate-pro-lists .img-tb{
  padding-right: 15px;
}

.cate-pro-lists .img-tb img{

}

.cate-pro-lists h3{
  font-size: 20px;
  height: 25px;
  line-height: 28px;
  margin-bottom: 15px;
}

.cate-pro-lists .subcate-more{
  padding: 25px;
}


.cate-pro-lists .div-list .pro-lists-item{
  background: #f5f5f5;
  position: relative;
  margin-bottom: 25px;
}

.cate-pro-lists .div-list .pro-lists-item:after{
  position: absolute;
  content: "";
  width: 0;
  height: 4px;
  background: #b44342;
  bottom: 0;
  transition: all .6s;

}

.cate-pro-lists .div-list .pro-lists-item:hover{
  cursor: pointer;
}

.cate-pro-lists .div-list .pro-lists-item:hover:after{
  width: 100%;
}

.div-list .pro-lists-item .div-img{
  overflow: hidden;
}

.pro-lists-item .div-img img{
  transition: all .6s;
  width: 100%;
}

.pro-lists-item .d-more span{
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;

}

.pro-lists-item .d-more a:nth-child(1) span{
  background: #b44342;
  color: #fff;
  margin-right: 15px;
}

.pro-lists-item .d-more a:nth-child(2) span{
  background: #fff;
  border: 1px solid #b9b9b9;
  color: #262626;
}

.pro-lists-item .text{
  padding: 25px;
}

.pro-lists-item .text p{
  margin: 25px 0;
}

.pro-lists-item .div-img:hover img{

  transform: scale(1.2);
}


.pro-gg{
  margin-top: 85px;
  padding: 125px 0;
  background-image: url(../images/gg-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}

.pro-gg p.p1{
  margin-top: 25px;
  margin-bottom: 85px;
}

.pro-gg .gg-lists p{
  margin-top: 15px;
}

.pro-contact{
  padding: 45px 0;
  margin-top: 65px;
  border: 1px solid #a4a4a4;
}

.pro-contact img{
  margin-right: 15px;
}

.pro-contact .item{
  border-right: 1px solid #a4a4a4;
}

.item-wx{
  position: relative;

}

.item-wx .wx-img{
  position: absolute;
  left: calc(50% - 110px);
  visibility: hidden;
}
 

 .item-wx:hover .wx-img{
  visibility: visible;
 }


 .cate-pro-lists .rnzx .div-img{
  padding: 0;
 }
 .cate-pro-lists .rnzx .div-img img{
  width: 100%;
 }


 .nprodetail .ndetail-top{
  padding-top: 85px;
  padding-bottom: 135px;
  background-image: url(../images/ndetail-top-bg.png);
  background-size: 100% 100%;
 }

 .ndetail-top .text h3{
  font-size: 30px;
  color: #171717;
  font-weight: bolder;
  padding-left: 15px;
  border-left: 4px solid #b03a39;
 }

.ndetail-top .text p{
    font-size: 20px;
    color: #727272;
    margin-top: 25px;
    margin-bottom: 45px;
    font-weight: bold;
 }

.ndetail-top div.d1{
  color: #3f3f3f;
 }

 .ndetail-top div.d2{
  margin-top: 45px;
 }

.ndetail-top div.d2 a{
  padding: 5px 25px;
  border-radius: 5px;
  display: inline-block;
 }

 .ndetail-top div.d2 a:nth-child(1){
  background: #b03a39;
  color: #fff;
  margin-right: 25px;
 }

 .ndetail-top div.d2 a:nth-child(2){
  background: #ffff;
  color: #262626;
  border: 1px solid #cccccc;
 }

 .ndetail-top div.d2 a:nth-child(2):hover{
  background: #b03a39;
  color: #fff;
  border: unset;
 }

 .ndetail-top{
  position: relative;
 }

.ndetail-top div.d-tel{
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, .2);
  color: #fff;
  padding: 25px 0;
  font-size: 18px;
}

.ndetail-top div.d-tel span{
  color: #cd3333;
}

.ndetail-content .title{
  text-align: center;
  font-size: 26px;
  color: #171717;
  font-weight: bolder;
  position: relative;
  margin-bottom: 45px;
  margin-top: 65px;
}

.ndetail-content .title:after{
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  background: #b03a39;
  bottom: -15px;
  left: calc(50% - 23px);
}

.ndetail-adv{
  margin-top: 125px;
}

.nslider ul li{
  display: block;
  margin-bottom: 25px;
  background: #fff;
  border-left: 4px solid #b03a39;
  border-radius: 5px;
}

.nslider ul li a{
  display: block;
  padding: 20px 15px;
}


.nslider ul li a.active{
  color: #b03a39;
}

.ncase-main .item{
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 25px;
}

.ncase-main .item .text {
  padding: 15px;
  background: #fff;
}

.ncase-main .item .text .p2{
  font-size: 14px;
}

.ncase-main .item .div-img{
  overflow: hidden;
}

.ncase-main .item .div-img img{
  transition: all .6s;
}

.ncase-main .item a{
  display: block;
  width: 100%;
}

.ncase-main .item:hover img{
  transform: scale(1.2);
}

.ncase-main .item:hover a{
  box-shadow: 0 0 5px #ccc;
}

.hzkh-title h2{
  text-align: center;
  position: relative;
  font-size: 26px;
  font-weight: bolder;
  color: #262626;
  margin-top: 85px;
}


.hzkh-title h2:after{
  position: absolute;
  content: "";
  width: 45px;
  height: 4px;
  background: #b44342;
  left: calc(50% - 23px);
  bottom: -15px;
}


.case-detail-main .div-img{
  border-right: 6px solid #b03a39;
  height: 100%;
}

.case-detail-main .text{
 padding: 25px 25px 25px 35px;
 background: #fff;
}

.case-detail-js .title{
  margin-top: 45px;
  border-bottom: 2px solid #262626;
  position: relative;
  padding-bottom: 17px;
  font-size: 24px;
  font-weight: bold;
}


.case-detail-js .title:after{
  position: absolute;
  content: "";
  width: 95px;
  height: 4px;
  background: #b03a39;
  bottom: -3px;
  left: 0;
}

.case-detail-js .main-content{
  margin: 15px 0;
}

.case-detail-js .title a{
  font-size: 14px;
  font-weight: normal;
}

.case-detail-main .text .d2{
  padding-left: 15px;
}

.case-detail-main .text .d2 .p1{
  font-size: 20px;
  margin-bottom: 5px;
}

.gczb-top-title h2{
  font-size: 24px;
 /* font-weight: bolder;*/
  margin-bottom: 15px;
  margin-top: 45px;
  color: #262626;
}

.gczb-top-title p{
  color: #262626;
}

.gczb-advs{
  margin: 65px 0;
}

.gczb-advs .item{
  padding: 45px 15px;
  border-radius: 15px;
  border: 2px solid #d0d0d0;
  margin-bottom: 25px;
  height: 185px;
}

.gczb-advs .item p{
  margin-top: 15px;
}

.gczb-lists .list-item{
  margin-bottom: 45px;
}

.gczb-lists .list-item img{
  width: 100%;
}

.gczb-lists .list-item h2{
  margin-top: 15px;
  margin-bottom: 35px;
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 4px solid #b44342;
}

.gczb-lists .list-item p{
  line-height: 32px;
}

.gczb-lists .list-item .div-img{
  padding-right: 15px;
}

.gczb-lists .list2 .div-img{
  padding-left: 15px;
}

.sbaz{
  margin-top: 65px;
}


.sbaz .item{
  position: relative;
}

.sbaz .item .text{
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  width: 39%;
  background: rgba(255, 255,255, .6);
  padding-left: 25px;
}

.sbaz .item .text h2{
  margin-top: 50%;
  font-size: 24px;
}

.sbaz-title{
  font-size: 24px;
  text-align: center;
  position: relative;
  margin-top: 65px;
  margin-bottom: 125px;
  font-weight: bolder;
}

.sbaz-title:after{
  position: absolute;
  content: "";
  width: 40px;
  height: 4px;
  background: #b44342;
  left: calc(50% - 20px);
  bottom: -10px;
}

.sbaz-zz .left-text{
  padding: 45px;
  height: 100%;
  color: #fff;
  background-image: url(../images/gl-bg.png);
  background-size: cover;
}

.sbaz-zz .left-text h2{
  font-size: 26px;
  font-weight: bolder;
  margin-bottom: 35px;
  position: relative;
}

.sbaz-zz .left-text h2:after{
  position: absolute;
  content: "";
  width: 55px;
  height: 4px;
  background: #b44342;
  bottom: -15px;
  left: 0;
}

.sbaz-zz  .rightImg .item{
  padding: 15px;
}

.sbaz-zz  .rightImg{
  background: #fff;
  padding: 15px 15px;
}

.sbaz-zz  .rightImg .item p{
  margin-top: 10px;
}

.yyly-main .item{
  text-align: center;
}

.yyly-main .item .text{
  border: 1px solid #eee;
  border-top: unset;
}

.yyly-main .item img{
  width: 100%;
}






