@keyframes fadeBig {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}
.banner .swiper-slide.swiper-slide-active img {
    -webkit-animation: fadeBig 5s both 2s;
    animation: fadeBig 5s both 2s;
}

.banner {
    margin-top: 121px;
}
.banner img{
    width: 100%;
}
.swiper-pagination-bullet{
    background-color: #fff;

}
.projects-header {
    text-align: center;
    color: #565656;
    font-size: 16px;
    margin-bottom: 56px;
}
.projects-header h2{
    font-size: 32px;
    color: #00873c;
    margin-bottom: 3px;
    padding-top: 39px;
}
.projects-header p{
    display: flex;
    align-items: center;
    justify-content: center;
}
.projects-header span{
    display: inline-block;
    width: 33px;
    height: 1px;
    background-color:#565656;
    margin: 0 12px;
}

/*关于我们*/
.aboutUs{
    background-color: #fff;
    overflow: hidden;
    font-size: 16px;
    position: relative;

}
.aboutUs .projects-content{
    overflow: hidden;
    margin-bottom: 60px;
}
.aboutUs .projects-content .img{
    float: left;
    width: 53%;
    overflow: hidden;
}
.aboutUs .projects-content .img img{
    width: 100%;
    transition: all 0.4s;
}
.aboutUs .projects-content:hover .img img{
    transform: scale(1.1);
}
.aboutUs .projects-content .article p{
    line-height: 2.2;
}
.aboutUs .projects-content .article p.title{
    text-align: left;
    margin-top:4px;
     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s;
}
.aboutUs .projects-content:hover .article p.title{
    color: #00873c;
}
.aboutUs .projects-content .article p.txt{
    word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
    margin-bottom: 5px;
}
.aboutUs .projects-content .article{
    float: left;
    width: 47%;
    padding-left: 30px;
    height: 100%;
}
.aboutUs .projects-content  a.more{
    position: absolute;
    left: 53%;
    margin-left: 30px;
    bottom: 60px;
    
} 
.aboutUs .projects-content:hover  a.more{
    border-color:#00873c ;
    color: #00873c;
}
a.more{
    display: flex;
    align-items: center;
    color: #000;
    border: solid 1px #e5e5e5;
    padding: 5px 15px;
    transition: all 0.4s;
    width: 140px;
    font-size: 16px;
    justify-content: center;
    margin:  0 auto;
}
a.more:hover{
    color: #6eb92b;
    border-color: #6eb92b;
}
a.more span{
    color: #bdbcb8;
    margin: 0 5px;
}
.companyInfo{
    width: 100%;
    height: 166px ;
    background-color: #71ba2e;
    font-size: 16px;
}
.companyInfo .container{
    height: 100%;
    display: flex;
    align-items: center;
}
.companyInfo ul {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.companyInfo ul a{
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    width: 100%;
}
.companyInfo ul li{
    width: 20%;
}
.companyInfo ul li:first-child a::before{
    width: 0;
}
.companyInfo ul a::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background: rgba(255,255,255,0.3) ;
}
.companyInfo ul a img{
    margin-bottom: 12px;
}
/*产品中心*/
.productListTitle{
    border-bottom: solid 1px #d2d2d2;
    line-height: 50px;
    font-size: 16px;
    margin-bottom: 60px;
}
.productListTitle .container{
    display: flex;
    justify-content: center;
}
.productListTitle a{
    margin: 0 30px;
    position: relative;
}
.productListTitle a::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    color: #333;
   background-color: transparent;
    left: 0;
    bottom: -1px;
}
.productListTitle a.cur::before{
     background-color: #71ba2e;
}
.productListTitle a:hover{
    color: #333;
}
.productListTitle a:hover::before{
    background-color: #71ba2e;
}
.productCenter{
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 70px;
}
.productCenter .productList{
    position: relative;
}
.wrapper04 .title{
    border-bottom: solid 1px #71ba2e;
    margin-bottom: 48px;
    width: 100%;
}

.wrapper04 .title a{
    display: inline-block;
    padding: 0 20px;
    position: relative;
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 40px;
}
.wrapper04 .title li{
    float: left;
}
.wrapper04 .title li.cur a{
    background-color: #71ba2e;
    color: #fff;
}
.wrapper04 .title a:hover{
    background-color: #71ba2e;
    color: #fff;
}
.wrapper04 .title a::before{
    content: "";
    position: absolute;
    top: 11px;
    left: 0px;
    height: 18px;
    width: 1px;
    background: #dedede ;
}
.wrapper04 .title li:first-child a::before{
    width: 0;
}
.wrapper04 {
  position:relative;
  height: 40px;
  width: 100%;
  overflow: hidden;
  margin:0 auto;
}
.wrapper04 .scroller {
   position: absolute;
   border-bottom: solid 1px #71ba2e;
   height: 100%;
}
.wrapper04 .scroller li {
    color: #333;
}
.mySwiper2{
    padding: 40px 10px ;
}
.mySwiper2 .swiper {
    width: 100%;
    height: 100%;

}
.productList h2{
    font-size: 22px;
    font-weight: normal;
    text-align: left;
    width: 100%;
    padding: 0 20px;
    margin-top: 40px;
    transition: all 0.6s;
}
.productList a  h2 {
    color: #333;
    transition: all 0.6s;
}
.productList p{
    text-align: left;
    width: 100%;
    padding: 0 20px;
    color: #7b7a7a;
    font-size: 14px;
    word-break: break-all;
    text-overflow: ellipsis;
    display:-webkit-box ;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.productList .img{
    width: 100%;
    overflow: hidden;
}
.productList .img img{
    width: 100%;
    transition: all 0.6s;
}
.swiper-button-next, .swiper-button-prev{
    color: #71ba2e;
}
.swiper-button-next{
    right:-33px
}
.swiper-button-prev{
    left: -33px;
}
.productList p.model{
    font-size: 18px;
    color: #00873c;
    margin: 7px 0 17px;
}
.mySwiper2 .swiper-slide:hover .img img{
    transform: scale(1.1);
}

.mySwiper2 .swiper-slide:hover{
    box-shadow: 0 0 10px #00873c;
}
.mySwiper2 .swiper-slide:hover h2{
    color: #00873c;
}
.mySwiper2 .swiper-slide {
padding: 30px 0;
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
box-shadow: 0 0 10px #d9d8d8;
transition: all 0.6s;

}
.mySwiper2 .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
/*企业介绍*/
.banner1{
    width: 100%;
    height: 400px;
    position: relative;
    margin-top: 121px;
    overflow: hidden;
}
.banner1 .bgImg{
    width: 100%;
    height: 100%;
    background: url("../images/gywmImg1.jpg") no-repeat center center;
    background-size: 100% 100%;
     -webkit-animation: fadeBig 5s backwards 2s;
    animation: fadeBig 5s backwards 2s;
    position: absolute;
    left: 0;
    bottom: 0;
}
.banner1 .shBanner{
    background: url("../images/shBanner.jpg") no-repeat center center;
}
.banner1 .lxwmBanner{
    background: url("../images/lxwmBanner.jpg") no-repeat center center;
}
.banner1 .gcalBanner{
    background: url("../images/gcalBanner.jpg") no-repeat center center;
}
.banner1 .xwdtBanner{
    background: url("../images/xwdtBanner.jpg") no-repeat center center;
}
.banner1 .cpyfBanner{
    background: url("../images/cpyfBanner.jpg") no-repeat center center;
}
.banner1 .cpzxBanner{
    background: url("../images/cpzxBanner.jpg") no-repeat center center;
}
.banner1 .title{
    font-size: 36px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 200px;
    color: #fff;
}
.banner1 .title span{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 25px 7px;
}
.aboutUsNav{
    width: 100%;
    height: 50px;
    background: rgba(0,0,0,0.63);
    position: absolute;
    left: 0;
    bottom: 0;
}
.aboutUsNav .container{
    display: flex;
    position: relative;
}
.aboutUsNav .container a{
    width: 100px;
    height: 50px;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
}
.aboutUsNav .container a.cur{
    background-color: #71ba2e;
}
.aboutUsNav .container a:hover{
     background-color: #71ba2e;
}
.editBox {
    padding: 120px 0 125px;
}
.editBox h2{
    font-size: 27px;
    color: #44a66e;
    text-align: center;
    margin-bottom: 90px;
}
.editBox  p{
    margin-bottom: 35px;
    font-size: 16px;
}
.editBox div.img{
    display: flex;
    justify-content: space-between;
}
.editBox div.img img{
    width: 49%;
}
/*公司风采*/
.corporateStyle{
    padding: 86px 0;
}
.corporateStyle ul.list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.corporateStyle ul.list li{
    width: 48.5%;
    border: solid 1px #cdcdcd;
    position: relative;
    margin-bottom: 37px;
}
.corporateStyle  ul.list li:hover{
    border-color:#71ba2e;
    color:#71ba2e;
}
.corporateStyle  ul.list li .date{
    width: 62px;
    height: 73px;
    background-color: #71ba2e;
    position: absolute;
    top: 0;
    left: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #fff;
    padding: 7px 0;
    justify-content: space-between;
    font-family: "arial";
}
.corporateStyle  ul.list li .date p{
    line-height: 1;
}
.corporateStyle  ul.list li .date .r{
    font-size: 35px;
}
.corporateStyle  ul.list li .date .line{
    width: 44px;
    height: 1px;
    background-color: #fff;
}
.corporateStyle  ul.list li .date .n{
    font-size: 14px;

}
.corporateStyle  ul.list li .img{
    width: 100%;
    overflow: hidden;
}
.corporateStyle  ul.list li .img img{
    width: 100%;
    transition: all 0.6s;
}
.corporateStyle  ul.list li:hover .img img{
    transform: scale(1.2);
}
.corporateStyle  ul.list li p.title{
    font-size: 16px;
    line-height: 50px;
    padding-left: 25px;
}
/*分页*/
.page{
    text-align: center;
    display: flex;
}
.page li{
    margin: 0 10px;
}
.pagination>li>a, .pagination>li>span{
    padding: 9px 13px;
    line-height: 1;
    color: #999;
    font-size: 18px;
    display: inline-block;
    border: 1px solid #dee2e6;

}
.pagination>li.active>a, .pagination>li.active>span{
    color: #fff;
}
.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color:#71ba2e;

}
.page .active{
    text-decoration: none;
    background-color:#71ba2e;
    color: #fff;
}
.page-item:first-child .page-link{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
}
.page-item:last-child .page-link{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
/*资质荣誉*/
.qualification{
    padding: 86px 0;
}
.qualification  ul.list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 16px;
}
.qualification ul.list li{
    width: 23%;
    margin-bottom: 35px;
    text-align: center;

}
.qualification ul.list li:hover{
    color: #71ba2e;
}
.qualification ul.list li:hover img{
    transform: scale(1.02);
}
.qualification  ul.list li .img{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.qualification ul.list li .img img{
    transition: all 0.4s;
    width: 100%;
}
/*产品中心*/
.productCenterNav{
    width: 100%;
    height: 50px;
    background: rgba(0,0,0,0.63);
    position: absolute;
    left: 0;
    bottom: 0;
}

.banner1 .wrapper04 .title{
    margin-bottom: 0px;
    bottom: 0;
    position: static;
}
.banner1 .wrapper04{
    height: 50px;
}
.banner1 .wrapper04 ul{
    height: 100%;
}
.banner1 .wrapper04 .title a{
    color: #fff;
    line-height: 50px;
    height: 100%;
    display: block;
    font-size: 14px;
}
.banner1 .wrapper04 .title a::before{
    width: 0;
}
.productPage{
    padding: 0 0 86px 0;
}
.productPage ul.list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.productPage ul.list li{
    width: 30%;
    padding: 30px 0;
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
box-shadow: 0 0 10px #d9d8d8;
transition: all 0.6s;
margin-bottom: 60px;
}
.productPage ul.list li .img img{
    transition: all 0.6s;
}
.productPage ul.list li:hover .img img{
    transform: scale(1.1);
}
.productPage ul.list li:hover{
    box-shadow: 0 0 10px #00873c;
}
.productPage ul.list li:hover h2{
    color: #00873c;
}
.productPage .productList ul.list li h2{
    font-weight: bold;
    transition: all 0.6s;
}
/*产品详情页*/
.breadcrumbBox{
    margin-top: 121px;
     background-color: #f2f2f2;
}
.breadcrumb-item+.breadcrumb-item{
    padding-left: 6px;
}
.breadcrumb-item+.breadcrumb-item::before{
    padding-right: 6px;
}
.productDetail{
    width: 100%;
    background-color: #f2f2f2;
    overflow: hidden;
    
}
.productDetail .container{
    background-color: #ffff;
    overflow: hidden;
}
.breadcrumb{
    background-color: #f2f2f2;
    padding: 15px 0 20px 8px;
    margin-bottom: 0;
}
.breadcrumb a{
    color: #333;
}
.productDetail .Xcontent{
    background-color: #fff;
    width: 100%;
    overflow: hidden;
}
.Xcontent h2{
    font-size: 30px;
    color: #333;
}
.Xcontent .model{
    font-size: 18px;
    color: #00873c;
    margin: 22px 0 40px;
}
.Xcontent .txt{
    font-size: 14px;
    color: #333;
    line-height: 33px;
     word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.Xcontent .btn a{
    display: inline-block;
    width: 190px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    background-color: #71ba2e;
    margin-top: 70px;
}
.Xcontent .smallImg{
    width: 100%;
    height: 86px;
     border: 1px solid #e8e8e8;
     margin-top: 16px;
}
.Xcontent08{
    padding-left: 0;
}
.Xcontent .smallImg:first-child{
    margin-top: 0;
}
.Xcontent .smallImg img{
    width: 100%;
    height: 100%;
}
.Xcontent06 {
    width: 560px;
    height: 394px;
    margin-top: 23px;
    margin-left: 20px;
    float: left;
}
.Xcontent06 img{
    width: 100%;
    height: 100%;
}
.Xcontent08{
    margin-left: 15px;
    float: left;
    width: 126px;
    margin-top: 23px;
}
.Xcontent13{
    width: 478px;
    float: right;
    margin-top: 23px;
    padding-right: 50px;
    padding-left: 40px;
}
.Xcontent13 .btn{
        padding: 0;
    }
.iconList{
  width: 100%;
  border-bottom: solid 1px #eee;
  border-top: solid 1px #eee;
  margin-bottom: 15px;
  padding: 24px 0 19px 23px;
  margin-top: 50px;
}
.iconfont{
    font-size: 17px;
}
.icon-shixinwujiaoxing{
    font-size: 20px;
}
.wrapper05 {
  position:relative;
  height: 32px;
  width: 100%;
  overflow: hidden;
  margin:0 auto;
}
.wrapper05 li.cur .icon{
  background-color: #71ba2e;
}
.wrapper05 li:hover .icon{
  background-color: #71ba2e;
}
.wrapper05 .scroller {position:absolute}
.wrapper05 .scroller li {
  color:#333;
  float: left;
  text-align: center;
  padding: 0 20px;
  font-size: 16px;
}
.wrapper05 .scroller li:first-child{
  padding-left: 0px;
}
.wrapper05 li:hover a{
  color:  #71ba2e;
}
.wrapper05 .icon img{
  width: 15px;
}
.wrapper05 .icon{
  border: solid 1px #fff;
  display: inline-block;
  border-radius: 57px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  background-color: #e5e5e5;
  width: 32px;
  height: 32px;
  margin-right: 7px;
}
.wrapper05 li a{
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s;
  color: #333;
}
.wrapper05 .scroller li.cur a{color:#71ba2e;}
.productDetail .editBox{
    padding: 30px 57px 125px;
}
/*产品研发*/
.productResearch{
    padding: 86px 0;
}
.productResearch .content ul.list{
    margin-bottom: 120px;
}
.productResearch .content ul.list li .img{
    float: left;
    width: 366px;
    overflow: hidden;
}
.productResearch .content ul.list li .img img{
    width: 100%;
    transition: all 0.6s;
}
.productResearch .content ul.list li:hover .img img{
    transform: scale(1.1);
}
.productResearch .content ul.list li{
    overflow: hidden;
    background-color: #fff;
    transition: all 0.6s;
    padding-right: 130px;
    position: relative;
    color: #3c414d;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: solid  1px #d0d0d0;

}
.productResearch .content ul.list li:hover{
    box-shadow: 0 0px 10px  rgba(54,73,133,0.37);
}
.productResearch .content ul.list li .article p.title{
    text-align: left;
    margin-top: 19px;
     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 18px;
    margin-bottom: 20px;
}
.productResearch .content ul.list li:hover .article p.title{
    color: #00873c;
}
.productResearch .content ul.list li .article p.txt{
    text-indent: 2em;
    word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
    margin-bottom: 5px;
    color: #999;
    line-height: 28px;
    font-size: 14px;
}
.productResearch .content ul.list li .article{
   flex: 1;
    height: 100%;
    padding-left: 55px;
    padding-right: 120px;
    transition: all 0.6s;
}
.productResearch .content ul.list li  a.more{
    position: absolute;
    right: 40px;
    bottom: 128px;
    color: #2d68ac;
    font-size: 18px;
    transition: all 0.6s;
}
.productResearch .content ul.list li:hover a.more{
    background-color: #00873c;
}
.productResearch .content ul.list li{
    margin-bottom: 10px;
    padding: 20px 0 27px 40px;
}
.productResearch .content .more{
    text-align: center;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    background-color: #cecece;
    display: inline-block;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.triangle{
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    display: inline-block;
}
/*新闻动态*/
.newsNav,.productResearchNav{
    width: 100%;
    height: 50px;
    background: rgba(0,0,0,0.63);
    position: absolute;
    left: 0;
    bottom: 0;
}
.newsNav .wrapper04 .title a,.productResearchNav .wrapper04 .title a{
    padding: 0 20px;
    margin-right: 20px;
}
.newsPage{
    padding: 86px 0;
}
.newsPage .content ul.list{
    margin-bottom: 120px;
}
.newsPage .content .date{
    padding-left: 55px;
    padding-top: 24px;
    line-height: 1.2;
}
.newsPage .content .date .d{
    font-size: 30px;
    color: #454545;
}
.newsPage .content .date .y{
    font-size: 16px;
    color: #999;
}
.newsPage .content .date .y span{
    display: none;
}
.newsPage .content ul.list li .img{
    float: left;
    width: 229px;
    height: 142px;
    overflow: hidden;
}
.newsPage .content ul.list li .img img{
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}
.newsPage .content ul.list li:hover .img img{
    transform: scale(1.1);
}
.newsPage .content ul.list li{
    overflow: hidden;
    background-color: #fff;
    transition: all 0.6s;
    padding-right: 130px;
    position: relative;
    color: #3c414d;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: solid  1px #d0d0d0;

}
.newsPage .content ul.list li:hover{
    box-shadow: 0 0px 10px  rgba(54,73,133,0.37);
}
.newsPage .content ul.list li .article p.title{
    text-align: left;
    margin-top: 8px;
     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 18px;
    margin-bottom: 20px;
}
.newsPage .content ul.list li:hover .article p.title{
    color: #00873c;
}
.newsPage .content ul.list li .article p.txt{
    word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
    margin-bottom: 5px;
    color: #999;
    line-height: 28px;
    font-size: 14px;
}
.newsPage .content ul.list li .article{
   flex: 1;
    height: 100%;
    padding-left: 55px;
    padding-right: 120px;
    transition: all 0.6s;
}
.newsPage .content ul.list li  a.more{
    position: absolute;
    right: 40px;
    bottom: 93px;
    color: #2d68ac;
    font-size: 18px;
    transition: all 0.6s;
}
.newsPage .content ul.list li:hover a.more{
    background-color: #00873c;
}
.newsPage .content ul.list li{
    margin-bottom: 10px;
    padding: 20px 0 27px 40px;
}
.newsPage .content .more{
    text-align: center;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    background-color: #cecece;
    display: inline-block;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.triangle{
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    display: inline-block;
}
/*新闻详情*/
.newsdetail{
    background-color: #f2f2f2;
    padding-bottom: 50px;
}
.newsdetail h2{
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
}
.newsdetail .tagging{
    display: flex;
    justify-content: center;
    color: #888;
    margin-bottom: 45px;
}
.newsdetail .tagging span:first-child{
    margin-right: 30px;
}
.newsdetail .tagging .iconfont{
    font-size: 18px;
    color: #b1b1b1;
    margin-right: 8px;
}
.icon-chakan{
    font-size: 20px;
}
.newsdetail img{
    margin: 0 auto;
    display: block;
    max-width: 90%;
    margin-bottom: 36px;
}
.newsdetail p{
    font-size: 16px;
    margin-bottom: 36px;
}
.newsdetail p.share{
    padding-left: 40px;
}
.newsdetail .container{
    background-color: #fff;
    padding: 86px 60px;
}
.hyfa-xq-bottom {
    margin-top: 120px;
    padding-bottom: 120px;
    display: flex;
    justify-content: space-between;
}

.hyfa-xq-bottom .bottom_left p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
}

.hyfa-xq-bottom .bottom_left p, .hyfa-xq-bottom .bottom_left p a {
    font-size: 14px;
    line-height: 26px;
    color: #333333;
}

.hyfa-xq-bottom .bottom_left p a:hover {
    color: #6eb92b;
}

.hyfa-xq-bottom .right {
    margin-top: 10px;
}

.hyfa-xq-bottom .right a {
    background-image: url("../images/fx.png") !important;
    /*width: 30px;*/
    height: 30px !important;
    line-height: 30px;
    padding-left: 30px !important;
    /*margin: 0 4px;*/
}

.hyfa-xq-bottom .right a.bshare-qqim {
    background-position: 0 0;
}

.hyfa-xq-bottom .right a.bshare-qzone {
    background-position: -32px 0;
}

.hyfa-xq-bottom .right a.bshare-sinaminiblog {
    background-position: -64px 0;
}

.hyfa-xq-bottom .right a.bshare-weixin {
    background-position: -96px 0;
}
.bshare-custom.icon-medium-plus a.bshare-more.more-style-addthis {
    background: url("../images/fx.png") -129px 0 !important;
    /*background-position: -129px 0;*/
    padding-left: 30px !important;
}

.hyfa-xq-bottom .right a.bshare-more {
    background-position: -129px 0;
}

.hyfa-xq-bottom .right p {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
/*工程案例*/
.projectCase{
    padding: 86px 0;
}
.projectCase ul.list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.projectCase ul.list li{
    width: 32%;
    border: solid 1px #cdcdcd;
    position: relative;
    margin-bottom: 37px;
}
.projectCase  ul.list li:hover{
    border-color:#71ba2e;
    color:#71ba2e;
}

.projectCase  ul.list li .img{
    width: 100%;
    overflow: hidden;
}
.projectCase  ul.list li .img img{
    width: 100%;
    transition: all 0.6s;
}
.projectCase  ul.list li:hover .img img{
    transform: scale(1.2);
}
.projectCase  ul.list li p.title{
    font-size: 16px;
    line-height: 50px;
    padding-left: 25px;
}
/*联系我们*/
.contactUs{
    padding: 86px 0;
}
.contactIcon ul{
    display: flex;
    justify-content: space-between;
}
.contactIcon li{
    width: 19%;
    height: 275px;
    border: solid 1px #d2d2d2;
    font-size: 16px;
    text-align: center;

}
.contactIcon li .img{
    display: block;
    width: 66px;
    height: 66px;
    border-radius: 64px;
    border: solid 1px #70ba2e;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.contactIcon li .top{
    font-size: 20px;
    margin-bottom: 32px;
    margin-top: 45px;
}
.contactUsBottom{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.contactUsBottom h2{
    font-size: 22px;
    margin-bottom: 35px;
}
.contactUsBottom .message{
    width: 49%;
}
.contactUsBottom .message input{
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding-left: 20px;
    background-color: #f7f7f7;
    margin-bottom: 10px;
    border: none;
}
.contactUsBottom .message textarea{
    width: 100%;
    height: 160px;
    padding: 20px;
    background-color: #f7f7f7;
    border: none;
}
.contactUsBottom .message a{
    width: 100%;
    height: 56px;
    background-color: #71ba2e;
    color: #fff;
    font-size: 22px;
    line-height: 56px;
    text-align: center;
    display: block;
}
.contactUsBottom .map{
    width: 49%;
    height: 392px;
}
.contactUsBottom .map img{
    width: 100%;
    height: 100%;
}
/*售后服务*/
.afterSalesTxt{
    position: absolute;
    right: 0;
    top: 0;
    line-height: 50px;
    color: #fff;
}
.afterSales{
    padding: 86px 0;
}
.afterSales h2{
    font-size: 27px;
    color: #44a66e;
    text-align: center;
    margin-bottom: 50px;
}
.afterSales li{
    width: 100%;
    border: solid 1px #d2d2d2;
    height: 117px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 17px;
}
.afterSales li em{
    display: inline-block;
   min-width: 60px;
    height: 100%;
    background-color: #71ba2e;
    color: #fff;
    text-align: center;
    line-height: 117px;
    font-size: 30px;
}
.afterSales li .txt{
    padding-left: 26px;
    margin-right: 25px;
    font-size: 14px;
    color: #7c7c7c;
    position: relative;
    display: flex;
    align-items: center;
    height: 59px;
}
.afterSales li .txt p{
     word-break: break-all;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
}
.afterSales li .txt::before{
    position: absolute;
    content: "";
    left: 0px;
    top: 0;
    height: 59px;
    background-color: #d2d2d2;
    width: 1px;
}
.afterSales .service{
    min-width: 355px;
    padding-left: 38px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
}
.afterSales .service span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 71px;
    border-radius: 66px;
    border: solid 1px #71ba2e;
    margin-right: 16px;
}
@media only screen and (max-width: 1499px){
    .wrapper04 .title a{
        padding:0 13px;
    }
}
@media only screen and (max-width: 1199px){
    .Xcontent13{
        width: 348px;
    }
    .Xcontent08{
        width: 86px;
    }
    .Xcontent06{
        width: 460px;
        height: 324px;
    }
    .Xcontent .smallImg{
        height: 60px;
    }
    .Xcontent .smallImg{
        margin-top: 28px;
    }
    .Xcontent .btn a{
        margin-top: 30px;
    }
    .Xcontent .model{
        margin: 22px 0;
    }
}
@media only screen and (max-width: 991px){

    .aboutUs .projects-content .img{
        float: none;
        width: 100%;
    }
    .aboutUs .projects-content .article{
        float: none;
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
    }

    .aboutUs .projects-content{
        width: 100%;
    }
    .aboutUs .projects-content a.more{
        position: static;
        width: 140px;
        margin-top: 20px;
        margin-left: auto;
    }
    .Xcontent{
        padding: 15px;
    }
    .Xcontent06,.Xcontent08,.Xcontent13{
        float: none;
        width: 100%;
        margin: 0;
    }
    .Xcontent08{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 10px 0 30px;
        height: auto;
    }
    .Xcontent .smallImg{
        width: 24%;
        margin-top: 0;
    }
    .Xcontent13{
        padding: 0 15px;
    }
     .productResearch .content ul.list li{
        flex-direction: column;
        padding: 0px 0 35px 0px;
        margin-bottom: 30px;
    }
    .productResearch .content ul.list li .img{
        width: 100%;
    }
    .productResearch .content ul.list li .article{
        width: 100%;
        padding: 0;
    }
    .productResearch .content ul.list li a.more{
        bottom: 10px;
        right: 10px;
    }

    .newsPage .content ul.list li{
        flex-direction: column;
        padding: 0px 0 35px 0px;
        margin-bottom: 30px;
    }
    .newsPage .content ul.list li .img{
        width: 100%;
        height: auto;
    }
    .newsPage .content ul.list li .img img{
        height: auto;
    }
    .newsPage .content ul.list li .article{
        width: 100%;
        padding: 0;
    }
    .newsPage .content ul.list li a.more{
        bottom: 10px;
        right: 10px;
    }
    .newsPage .content .date .y span{
        display: inline-block;
    }
    .newsPage .content .date{
        display: flex;
        flex-direction: row-reverse ;
        font-size: 16px;
        padding-top: 15px;
    }
    .newsPage .content .date .y{
        color: #333;
    }
    .newsPage .content .date .d{
        font-size: 16px;
    }
    .contactIcon  ul{
        flex-direction: column;
    }
    .contactIcon li{
        width: 100%;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .productDetail .editBox{
        padding: 30px 15px 60px;
    }
    .corporateStyle  ul.list li{
        width: 100%;
    }
    .projectCase,.corporateStyle{
        padding: 60px 0 40px;
    }
    .projectCase  ul.list li{
        width: 100%;
    }
    .banner1 .title{
        font-size: 24px;
        bottom: 100px;
    }
    .banner1 {
        height: 200px;
        margin-top: 84px;
    }
    .banner{
        margin-top: 84px;
    }
    .banner1 .title span {
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 10px;
        background-color: #fff;
        margin: 0 10px 7px;
    }
    .aboutUsNav .container{
        justify-content: space-between;
    }
    .swiper-button-next{
        right:10px
    }
    .swiper-button-prev{
        left: 10px;
    }
    .companyInfo ul{
        justify-content: space-between;
    }
    .companyInfo .container{
        padding: 0;
    }
    .companyInfo ul a img{
        width: 30px;
    }
    .companyInfo{
        font-size: 14px;
    }
    .editBox{
        padding: 60px 0 40px;
    }
    .editBox h2{
        font-size: 20px;
        margin-bottom: 30px;
    }
    .page-item{
        display: none;
    }
    .page-item:first-child ,.page-item:last-child {
        display: block;
    }
    .pagination li{
        width: 48%;
    }
    .qualification ul.list li{
        width: 48%;
    }
    .productPage ul.list li{
        width: 100%;
    }
    .iconList{
        padding-left: 0;
    }
   
    .productResearch{
        padding: 60px 0 40px;
    }
    .newsdetail .container{
        padding: 40px 15px;
    }
    .newsdetail h2{
        font-size: 22px;
    }
    .hyfa-xq-bottom{
        margin-top: 50px;
        flex-direction: column;
        justify-content: end;
        align-items: flex-end;
        padding-bottom:0px;
    }
    .contactUsBottom{
        flex-direction: column;
    }
    .contactUsBottom .message{
        width: 100%;
    }
    .contactUsBottom .map{
        width: 100%;
        margin-top: 30px;
    }
    .contactUsBottom h2{
        margin-bottom: 15px;
    }
    .contactUsBottom .map{
        height: auto;
    }
    .contactUsBottom .map img{
        height: auto;
    }
    .afterSales ul li{
        display: flex;
        flex-direction: column;
        height: auto;
        overflow: hidden;
        padding-bottom: 15px;
    }
    .afterSales li em{
        height: 50px;
        line-height: 50px;
        width: 100%;
    }
    .afterSales li .txt::before {
        width: 0;
    }
    .afterSales li .txt{
        display: block;
        height: auto;
    }
    .afterSales .service{
        margin: 30px 0;
    }
}