@charset "UTF-8";
*{
    margin: 0;
    padding: 0;
}
html, body {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
}


/*#00293f*/

body {
    font-family:  microsoft yahei, Arial, sans-serif;
    font-size: 0.27rem;
    color:#00293f;
    margin: 0;
    padding: 0;
}

.on{background: #717171; text-indent: .3rem;}

a{
    text-decoration: none;
    color: #333;
}

a:hover{
    color: #333;
}

li{
    list-style: none;
}

em{
    font-style: normal;
}

i{
    font-style: normal;
}

.h56{
    width: 100%;
    height: 56px;
}
.h30{
    width: 100%;
    height: 0.4rem;
}
.c{
    clear: both;
}

.w1200{
    width: 96%;
    margin: 0 auto;
}

.position{
    position: relative;
}

/*底部css*/


.footer{
    width: 100%; 
     background: #242424; 
     color: #fff;
     padding-top: .3rem;
     margin-top: .3rem;
     padding-bottom: 5%;
 }

 .ftitle{
    font-size: .24rem;
    text-align: center;
 }
 
 .fcontent{
    font-size: .3rem;
    text-align: center;
 }

 .footer em{
    text-align: center;
    font-size: 0.24rem;
    color: #8f8f8f;display: block;
 }

 .footer em a{
    color: #8f8f8f;
 }

 .code{
    width: 65%;
    margin: 0 auto;
 }

 .code dl{
    width: 49%;
    display: block;
    float: left;
    margin-top: 5%;
    text-align: center;
 }



 .code dl:nth-child(2){
    float: right;
 }

 .code dl dt img{
    width: 90%;
    text-align: center;
 }

 .footer i{
    margin-top: 5%;
    border-top: 1px solid #8f8f8f;
    display: block;
    padding-top: 5%;
    text-align: center;
 }
 
 .indexcontact{
     width: 96%;
     margin: 0 auto;
     display: block;
     font-size: 16px;
 }
 
 .indexcontact dl h1{
     margin: 0; 
 }
 
 
 .indexcontact dl h1 img{ 
     max-width: 100%;
 }
 
 .indexcontact dl{
     display: inline-block;
     width: 60%;
     margin: 0;
 }

 
 .indexcontact dl dd{
    text-align: left;
    line-height: 180%;
    margin: 0;
    color: #fff;
    font-size: 0.22rem;
 }
 
 
 
 .footname{
     display: none;
     text-indent: -9999px;
 }
 
.indexcontact ul{
    display: inline-block;
    float: right;
    padding: 0;
    text-align: center;
    width: 30%;
    margin: 0.2rem 0 0; 
 }
 
 .indexcontact ul li img{
    width: 100%; 
 }

 .zhichi{
    width: 100%;
    height: .6rem;
    text-align: center;
    line-height: 0.6rem;
    border-top: 1px solid #EEE;
 }

 .zhichi a{
    color: #ccc;
 }

 

 #header {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    overflow: hidden;
    background: #fdfdfc;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 20%);
}

#header .swiper-slide {
    padding: 0 0.18rem 0 0.65rem;
    width: auto;
    color: #333;
    float: left;
    position: relative;
}

#header .swiper-slide a{
    color: #333;
}

.swiper-slide-nav span img {
    position: absolute;
    left: 25%;
    top: 28%;
    transform: translate(-50%);
    transition: all 0.5s ease-in-out;
}

#header .swiper-slide a.in{
    color: #ed711f;
    font-weight: bold;
}

.swiper-slide-nav span img {
    position: absolute;
    left: 25%;
    top: 28%;
    transform: translate(-50%);
    transition: all 0.5s ease-in-out;
}

.abouttitle {
    font-size: .36rem;
    color: #192734;
    text-align: center;
    margin: 0.5rem 0 0.3rem 0;
}

.con_l_txt{
    line-height: 180%;
}

.con_l_txt img{
    max-width: 100%;
}


/*荣誉殿堂*/
.m2ryBmul li {
    width: 49%;
    float: left;
    margin-right: 1%;
}

.m2ryBmul li:nth-child(2n) {
    margin-left: 1%;
    margin-right: 0;
}


.m2ryBax {
    background: url(../images/m2ry_bbg.jpg) no-repeat center bottom;
    height: 3rem;
    display: block;
    position: relative;
}

.m2ry_bImgx {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.m2ry_bimg {
    width: 92% !important;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    transform: translate(-50%,-50%);
    transition: all 0.5s ease-in-out;
}

.m2ry_bimg img {
    display: block;
    max-width: 100%;
    position: relative;
    z-index: 999;
}

.m2ryBmul li strong.ellipsis {
    text-align: left;
    width: 90%;
    margin: 0 auto;
    display: block;
    height: 1.5rem;
}

.m2ry_bsdx {
    position: absolute;
    left: 0;
    bottom: -35px;
    height: 35px;
    background-position: center bottom;
    background-size: 100% auto;
    width: 100%;
    transform: rotateX(180deg);
}

.m2ry_bsdx:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom,rgba(247,247,247,0.7) 0%,#FCFCFC 90%);
    transform: rotate(180deg);
    
}

.ellipsis{
    text-align: left;
    width: 90%;
    margin: 0 auto;
    display: block;
}

/*新闻中心*/
.newscon img{
    width: 100% !important;
}

.newstitle{
    margin: 0.2rem 0 0.3rem 0;
}

.m2nul li{
    width: 49%;
    display: block;
    float: left;
}
.m2nul li:nth-child(2n){
    margin-left: 2%;
}

.m2nRx .ellipsis{
    font-size: .28rem;
    line-height: 1.2;
    font-weight: bold;
    color: #373c41;
    transition: all .5s ease;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    width: 96%;
}

.m2nRxr .ellipsis{
    font-size: .28rem;
    line-height: 1.2;
    font-weight: bold;
    color: #373c41;
    transition: all .5s ease;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    width: 100%;
}


.m2nRx p {
    position: relative;
    width: 96%;
    line-height: 180%;
    clear: both;
    font-size: .22rem;
    color: #777;
    letter-spacing: .25px;
    margin: 0.1rem auto;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.m2nRxr p {
    position: relative;
    width: 96%;
    line-height: 180%;
    clear: both;
    font-size: .22rem;
    color: #777;
    letter-spacing: .25px;
    margin: 0.1rem auto;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.m2nfns {
    font-size: .2rem;
    line-height: 1.5;
    letter-spacing: .25px;
    color: #777;
    margin-bottom: 0.15rem;
}

/*联系我们*/
.m2lxul1{
    
}
.m2lxul1 li{
    width: 100%;
    text-align: center;
    float: left;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0.5rem;
    padding-bottom: 0.3rem;
    position: relative;
    display: block;

}




.m2lxul1 li p{
    width: 100%;
    margin-top: 0.3rem;
}

.m2lxul1 li:nth-child(5) p{
    margin-top: 0.2rem;
}

.m2lxul1 li:nth-child(5) img, .m2lxul1 li:nth-child(6) img{
    width: 60%;
}
/*工程案例*/

.m2nul li a{
    color: #333;
    font-weight: bold;
}

.m2naBox .overflowHide {
    border-radius: 0.1rem;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
.casetxt {
    padding: .1rem 0 .2rem 0;
} 

/*产品中心*/
.m2prolist li{
    width: 49%;
    display: block;
    float: left;
    margin-top: 5%;
}
.m2prolist li:nth-child(2n){
    margin-left: 2%;
}

.m2pro_aBm .ellipsis{
    font-size: .28rem;
    line-height: 1.2;
    color: #777;
    transition: all .5s ease;
    display: -webkit-box;
    overflow: hidden;
    font-family:normal;
    -webkit-line-clamp: 2px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    width: 96%;
}

.m2pro_aBm p {
    position: relative;
    width: 90%;
    line-height: 180%;
    clear: both;
    font-size: .22rem;
    color: #777;
    letter-spacing: .25px;
    margin: 0.1rem auto;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.m2pro_aBm .prodes {
    font-size: .2rem;
    line-height: 1.5;
    letter-spacing: .25px;
    color: #777;
    margin-bottom: 0.15rem;
}

.procontent img{
    max-width: 100%;
}


.xpror .xpro_des{
    font-weight: bold;
}

.abouttitle {
margin: 0.2rem auto;
background-color: rgba(250, 250, 250, 1);
border: 1px #efefef dashed;
padding: 0.2rem 0;
font-size: 0.36rem;
color: #192734;
text-align: center;
text-transform: uppercase;
width: 96%;
}

.procontent img{
max-width: 100%;
}

.m2lxul1 li:nth-child(3){
    height: 2.5rem;
}

.m2lxul1 li:nth-child(3) p {
    
}

.m2lxul1 li:nth-child(4){
    height: 2.5rem;
}


.indexcontact li {
    color: #000;
    font-size: .26rem;
    line-height:.3rem;
    margin-top:.22rem;
    border-bottom: 1px solid #000;
    padding-bottom: .2rem;
    margin-bottom: .36rem;
}

.in_lo_im{
    display: block;
    width: 30%;
    margin: .1rem 0 .2rem;
}

.in_lo_im img{
    width: 100%;
}


.conews{
    width: 96%;
    margin: 0 auto;
    margin-top: .3rem;
}

.conews li{
    border-bottom: 1px solid #ccc;
    padding: 0.1rem 0.2rem 0;
}

.pagination{
    display: flex;
    text-align: center;
    vertical-align: middle;
    margin-top: 0.2rem;
    justify-content: center;
}

.pagination li{
    padding: 0 2%;
}

.pagination li.active{
    background: #274b5d;
}

.pagination li.active a{
    color: #fff;
}

.m3nt{
    color: #192734;
    text-align: center;
    padding: .2rem;
}

.m3ninfo_x1{
    float: left;
    margin-bottom: 0.2rem;
}

.m3ninfo_x2{
    float: right;
    margin-bottom: 0.2rem;
}

.newscon{
    border-top: 1px solid #ccc;
    padding-top: 0.2rem;
}

.fc-show-prev-next{
    margin-top: 0.2rem;
}

.caseellipsis{
    text-align: center;
    margin: .2rem auto;
}

.vBtn .overflowHide {
    position: relative;
}

.vBtn .overflowHide:before {
    content: "";
    background: url(../images/sp_ico1.png) no-repeat center center;
    height: 68px;
    width: 68px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
}

.proconpos{
    padding: 0.3rem 0;
}

.newsconpror{
    width: 96%;
    display: block;
    margin: 0 auto;
box-sizing: border-box;
text-align: left;
}
.newsconpror .text {
width: 100%;
box-sizing: border-box;
}
.newsconpror .text em {
font-size: 0.36rem;
color: #333;
margin: 0.2rem 0;
display: block;
}
.newsconpror .text .intro i {
padding: 0.15rem 0;
font-size: 0.3rem;
color: #333;
border-bottom: 1px solid #dcdcdc;
font-weight: bold;
display: flex;
}

.newsconpror .text .intro .introp {
padding: 0.2rem 0;
line-height: 0.5rem;
font-size: 0.28rem;
}

.btn_a a {
display: inline-block;
margin-top: 0.5rem;
padding: 0 0.3rem;
line-height: 0.5rem;
border: 1px solid #dcdcdc;
font-size: 0.25rem;
}

.btn_a a:nth-child(2){
float: right;
}

.containered{
    width: 96%;
    margin: 0 auto;
    margin-top: .3rem;
    font-size: 0.3rem;
    }
    .contitle {
    padding: 0.2rem 0;
    background-color: #f4f4f4;
    text-align: center;
    color: #333;
    }
    .contitle .en {
    font-size: .3rem;
    font-weight: bold;
    text-transform: uppercase;
    }
.containerer{
    margin-top: 0.3rem;
}



.container {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: 199px;
    line-height: 180%;
    width:96%;
    margin: 0 auto;
}

.container .item {
    width: 49%;
    margin-bottom: 2%;
    background-color: #fff;
    float: left;
    margin-right: 1%;
}

.container .item:nth-child(2n) {
    margin-left: 1%;
    margin-right: 0;
}

.container .item a{
    display: block;
    border: 1px solid #E6E6E6;
    background: #f1f1f1;
}

.container .item .img {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 66%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container .item .text {
    box-sizing: border-box;
    width: 92%;
    margin: 0 auto;
    color: #888;
}

.container .item .text h6 {
    line-height: 0.6rem;
    font-size: 0.3rem;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.container .item .text h5 i {
    padding: 0 0.2rem;
    color: #bfbfbf;
    vertical-align: 2px;
}

.container .item .text .textp {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.container .item .text .textp p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.container .item:hover {
    -webkit-transform: translateY(-18px);
    -moz-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    -o-transform: translateY(-18px);
    transform: translateY(-18px);
}

.container .item {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.hezuoininner{
    width: 96%;
    margin: 0 auto;
}

.hezuoininner li{
    width: 49%;
    float: left;
    margin-right: 1%;
}
.hezuoininner li:nth-child(2n){
    margin-right: 0%;
    margin-left: 1%;
}

.hlisde{
    color: #fff;
    background: url(../images/abo_bg.jpg) center top no-repeat;
    background-size: cover;
    line-height: 300%;
    text-align: center;
}

.textp{
    font-size: 0.3rem;
}

.years{
    font-size: .36rem;
    position: absolute;
    left: 50%;
    bottom: 3%;
    transform: translateX(-50%);
}

.years:before{
    width: 96%;
    height: 1px;
    background: #ccc;
}






