/* CSS Document */
@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, ul, ol, li, pre, form, fieldset, legend, button, input, textarea {
	margin: 0;
	padding: 0;
}
ul{
    list-style: none;
}
html, body {
	/* width: 100vw;
    overflow: hidden; */
}
a {
	text-decoration: none;
	outline: none;
    font-family: Source Han Sans CN;
    font-size: 0.14rem;
}

span{
    font-family: Source Han Sans CN;
    font-size: 0.18rem;
}

p{
    font-family: Source Han Sans CN;
}
input:focus {
    outline: none;
}
.flex-left{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.flex-right{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.flex-lr{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.flex-center{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.flex-y-top{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.flex-y-bottom{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.flex-nowarp{
    flex-wrap: nowrap;
}
.flex-warp{
    flex-wrap: wrap;
}
.align-center{
    align-items: center;
}

.align-bottom{
    align-items:end;
}
.align-baseline{
    align-items: baseline;
}
.justify-center{
    justify-content: center;
}
.justify-lr{
    justify-content: space-between;
}
.cursor{
    cursor: pointer;
}

/* 首页 */
.bgbanner{
    width: 100%;
    height: 9.8rem;
    position: relative;
}
.bgbanner nav{
    display: none;
}
.bgbanner .head{
    width: 100%;
    height: 1.2rem;
    position: absolute;
    z-index: 10;
}
.bgbanner .head .contain{
    width: 14rem;
    height: 100%;
    margin: 0 auto;
}
.bgbanner .head .contain .ewmbox{
    width: 1.12rem;
    height: 1.2rem;
    background-color: #fff;
}
.bgbanner .head .contain .ewm{
    width: 1.2rem;
    height: .1.2rem;
}
.bgbanner .head .contain .welcome{
    padding-left: 0.3rem;
}
.bgbanner .head .contain .welcome .t1{
    font-size: 0.16rem;
    color: #fff;
    padding-bottom: 0.1rem;
}
.bgbanner .head .contain .telicon{
    width: 0.24rem;
    height: 0.24rem;
}
.bgbanner .head .contain .telnum{
    padding-left: 0.1rem;
    font-size: 0.22rem;
    font-weight: bold;
    color: #fff;
}
.bgbanner .head .contain .welcome .t2{
    color: #80A6BD;
    font-size: 0.1rem;
}
.swiper-content{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
}
.swiper-content .swiper-slide{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.bgbanner .imgicon{
    width: 5.6rem;
    height: 5.2rem;
    position: absolute;
    top:2.18rem;
    z-index: 999;
    display: block;
    left: calc(50% - 2.8rem);
}
.swiper-content .button{
    height: 0.9rem;
    position: absolute;
    top:5.22rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
    z-index: 9;
    font-size: 0.18rem;
    cursor: pointer;
}
.swiper-content .button-next{
    flex-direction: row-reverse;
}
.swiper-content .button span{
    display: block;
    padding: 0 0.1rem;
}
.swiper-content .button-prev{
    left: 0.9rem;
}
.swiper-content .button .previcon{
    width: 0.48rem;
    height: 0.48rem;
    background-image: url('../images/icon_prev.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.swiper-content .button .nexticon{
    width: 0.48rem;
    height: 0.48rem;
    background-image: url('../images/icon_next.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.swiper-content .button-next{
    right: 0.9rem;
}
.bgbanner .navbox{
    background-color: rgb(0, 0, 0,0.5);
    width: 100%;
    height: 1rem;
    position: absolute;
    z-index: 10;
    bottom: 0;
}
.bgbanner .navbox .contain{
    width: 5rem;
    height: 100%;
    margin: 0 auto;
}
.bgbanner .navbox .contain .libox{
    /* width: 62px; */
    height: 0.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bgbanner .navbox .contain .libox span{
    font-size: 0.16rem;
    font-weight: bold;
    color: #fff;
}
.bgbanner .navbox .contain .libox .line{
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 8px;
    visibility: hidden;
}
.bgbanner .navbox .contain .active .line{
    visibility: visible;
}

.introbox{
    width: 100%;
    padding-top: 1rem;
}
.introbox .container{
    width: 14rem;
    margin: 0 auto;
}
.introbox .container .imgbox{
    width: 5.6rem;
    height: 7.6rem;
    position: relative;
}
.introbox .container .imgbox .img{
    width: 5.6rem;
    height: 7.6rem;
}
.introbox .container .imgbox .info{
    width: 5.6rem;
    height: 1.2rem;
    background-image: url('../images/bg1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 2;
    bottom: -0.42rem;
    left: 0.6rem;
}
.introbox .container .imgbox .info .t1{
    font-size: 0.24rem;
    font-weight: bold;
    color: #fff;
    padding-bottom: 0.2rem;
    padding-left: 0.4rem;
    line-height: 0.36rem;
}
.introbox .container .imgbox .info font{
    font-size: 0.28rem;
    color: #fff;
}
.introbox .container .imgbox .info .t2{
    font-size: 0.24rem;
    font-weight: bold;
    color: #fff;
    padding-left: 0.4rem;
}
.introbox .container .imgbox .info .line{
    width: 0.6rem;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 55%;
    top: 0.6rem;
}
.introbox .container .sinfobox{
    padding-top: 0.3rem;
    margin-left: 1.5rem;
    width: 6.9rem;
}
.introbox .container .sinfobox .tit{
    font-size: 0.28rem;
    font-weight: bold;
    color: #252626;
    padding-bottom: 0.3rem;
}
.introbox .container .sinfobox .icon1{
    width: 3.6rem;
    flex-shrink: 0;
    height: 0.9rem;
}
.introbox .container .sinfobox .txtbox{
    padding-top: 0.45rem;
}
.introbox .container .sinfobox .txtbox .p1{
    font-size: 0.36rem;
    font-weight: bold;
    color: #252626;
    padding-right: 0.1rem;
}
.introbox .container .sinfobox .txtbox .p2{
    color: #252626;
    font-size: 0.18rem;
}
.introbox .container .sinfobox .txtbox .tname{
    padding-top: 0.2rem;
    font-size: 0.16rem;
    color: #8A8D8D;
    padding-bottom: 0.4rem;
}
.introbox .container .sinfobox .txtbox p{
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #252626;
}
.introbox .container .sinfobox .txtbox .txt{
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #252626;
}
.introbox .container .sinfobox .txtbox font{
    color: #0178BD;
    font-size: 0.16rem;
    font-weight: bold;
}
.introbox .container .sinfobox .tagbox{
    padding-top: 0.6rem;
}
.introbox .container .sinfobox .tagbox .tag{
    width: 1.25rem;
    height: 0.58rem;
    margin-right: 0.28rem;
    margin-bottom: 0.2rem;
}

.yjbox{
    width: 100%;
    padding-top: 1.2rem;
}
.yjbox .container{
    width: 14rem;
    margin: 0 auto;
}
.yjbox .container .tit{
    font-size: 0.28rem;
    font-weight: bold;
    color: #252626;
}
.yjbox .container .desc{
    font-size: 0.16rem;
    color: #252626;
}
.yjbox .container .timg{
    width: 7.3rem;
    height: 0.78rem;
}
.yjbox .itembox{
    width: 4.56rem;
    height: 2.8rem;
    position: relative;
    margin-bottom: 0.16rem;
    overflow: hidden;
}
.yjbox .itembox .imgbox{
    width: 100%;
    height: 100%;
}
.yjbox .itembox .imgbox:hover{
    transform: scale(1.2);
}
.yjbox .itembox .infobox{
    padding: 0.28rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 0.56rem);
}
.yjbox .itembox .infobox .tit{
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    padding-bottom: 0.2rem;
}
.yjbox .itembox:nth-child(1){
    width: 9.28rem;
    height: 3.6rem;
}
.yjbox .itembox:nth-child(2){
    width: 4.56rem;
    height: 3.6rem;
}

.yjbox .itembox .infobox .tag{
    padding: 0.06rem 0.12rem;
    line-height: 0.22rem;
    text-align: center;
    color: #fff;
    border: 1px solid #FFFFFF;
    margin-right: 0.12rem;
    font-size: 0.12rem;
}
.yjbox .tjswiper{
    display: none;
}
.bgz{
    margin-top: 1rem;
    width: 100%;
    height: 3.6rem;
    background-image: url('../images/bg2.png');
    background-size: cover;
}
.home-footer{
    background-image: url('../images/bg3.png');
    width: 100%;
    height: 8rem;
}
.home-footer .container{
    width: 14rem;
    padding-top: 1.1rem;
    margin: 0 auto;
}
.home-footer .container .infobox{

}
.home-footer .container .infobox .mtit{
    font-size: 0.28rem;
    font-weight: bold;
    color: #252626;
}
.home-footer .container .infobox .ticon{
    margin-top: 0.45rem;
    width: 5rem;
    height: 0.78rem;
}
.home-footer .tip{
    font-size: 0.18rem;
    color: #252626;
    padding-top: 0.45rem;
}
.home-footer .botbox{
    width: 8rem;
    padding-top: 0.45rem;
}
.home-footer .botbox .ewm{
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.3rem;
}
.home-footer .botbox .item{
    padding-top: 0.1rem;
    align-items: center;
    padding-bottom: 0.06rem;
}
.home-footer .botbox .icon{
    width: 0.24rem;
    height: 0.24rem;
}
.home-footer .botbox .txt{
    font-size: 0.14rem;
    color: #252626;
    padding-left: 0.1rem;
}
.webinfo{
    padding-top: 0.4rem;
}
.home-footer .webinfo a{
    padding-right: 0.2rem;
    color: #252626;
}
.s-footer .webinfo a{
    color: #fff;
    padding-right: 0.1rem;
}
/* 首页 */

/* 项目业绩 */
.cbgbanner{
    width: 100%;
    height: 6rem;
    background-image: url('../images/bg4.png');
    background-size: cover;
    position: relative;
}
.cbgbanner .snavbox{
    display: none;
}
.cbgbanner .wel{
    display: none;
}
.cbgbanner .tel{
    display: none;
}
.cbgbanner .contain{
    width: 14rem;
    height: auto;
    margin: 0 auto;
}
.cbgbanner .contain .head{
    width: 100%;
    height: 1.2rem;
}
.cbgbanner .contain .head .ewmbox{
    width: 1.2rem;
    height: 1.2rem;
    background: #fff;
    margin-right: 0.3rem;
}
.cbgbanner .contain .head .ewmbox .ewm{
    width: 1.2rem;
    height: 1.2rem;
}
.cbgbanner .contain .head  .p1{
    font-size: 0.16rem;
    color: #fff;
    padding-bottom: 0.1rem;
}
.cbgbanner .contain .head  .p2{
    color: #80A6BD;
    font-size: 0.1rem;
}
.cbgbanner .contain .head  .telicon {
    width: 0.24rem;
    height: 0.24rem;
}
.cbgbanner .contain .head  .telnum {
    padding-left: 0.1rem;
    font-size: 0.22rem;
    font-weight: bold;
    color: #fff;
}
.cbgbanner .contain .titbox{
    padding-top: 1.5rem;
    width: 100%;
}
.cbgbanner .contain .titbox .mtit{
    width: 9rem;
    height: 1rem;
    position: relative;
}
.cbgbanner .contain .titbox .mtit .ztit{
    font-size: 0.36rem;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 0.2rem;
    z-index: 10;
}
.cbgbanner .contain .titbox .mtit .entit{
    height: 0.7rem;
    width: auto;
    position: absolute;
    left: 0;
    top:0;
}
.cbgbanner .contain .titbox .desc{
    padding-top: 0.4rem;
    font-size: 0.22rem;
    font-weight: bold;
    color: #FFFFFF;
}
.cbgbanner .navbox{
    background-color: rgb(0, 0, 0,0.5);
    width: 100%;
    height: 1rem;
    position: absolute;
    z-index: 10;
    bottom: 0;
}
.cbgbanner .navbox .contain{
    width: 5rem;
    height: 100%;
    margin: 0 auto;
}
.cbgbanner .navbox .contain .libox{
    /* width: 62px; */
    height: 0.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cbgbanner .navbox .contain .libox span{
    font-size: 0.16rem;
    font-weight: bold;
    color: #fff;
}
.cbgbanner .navbox .contain .libox .line{
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 8px;
    visibility: hidden;
}
.cbgbanner .navbox .contain .active .line{
    visibility: visible;
}

.tablebox{
    width: 100%;
    background-color: #01273c;
    padding: 0.5rem 0;
}
.tablebox .loadbox{
    padding-top: 40px;
}
.tablebox .loadbox .more{
    color: #E1E3E5;
    font-size: 0.18rem;
    padding-left: 0.05rem;
}
.tablebox .loadbox .loading{
    width: 0.3rem;
    height: 0.3rem;
}

.tablebox .tips{
    padding-top: 0.3rem;
}
.tablebox .tips .nmore{
    font-size: 0.18rem;
    color: #E1E3E5;
}
.fliterbox{
    width: 14rem;
    height: 1.44rem;
    border-bottom: 1px solid #01476F;
    margin: 0 auto;
}
.fliterbox .tagbox{
    height: 0.5rem;
}
.fliterbox .tagbox .btn{
    display: block;
    padding: 0.15rem 0.2rem;
    border: 1px solid #0178BD;
    font-size: 0.18rem;
    color: #FFFFFF;
    height: auto;
    margin-left: 0.15rem;
    flex-shrink: 0;
}
.fliterbox .tagbox .on{
    background: #01476F;
}
.fliterbox .searchbox{
    width: 4.4rem;
    height: 0.48rem;
    border: 1px solid #0178BD;
}
.fliterbox .searchbox .inp{
    width: 3.2rem;
    height: 0.28rem;
    background-color: #01273c;
    border: none;
    padding: 0.1rem 0.1rem;
    color: #fff;
}
.fliterbox .searchbox button{
    width: 1rem;
    height: 0.48rem;
    background-color: #0178BD;
    border: none;
    cursor: pointer;
}
.fliterbox .searchbox button i{
    background-image: url('../images/icon_26.png');
    background-size: 100% 100%;
    width: 0.28rem;
    height: 0.28rem;
    display: block;
}
.tablebox table{
    width: 14rem;
    margin: 0 auto;
    border-right:4px solid rgba(255, 255, 255, 0.3);
    border-bottom:4px solid rgba(255, 255, 255, 0.3);
}
.tablebox table td,.tablebox table th{
    border-left:4px solid rgba(255, 255, 255, 0.3);
    border-top:4px solid rgba(255, 255, 255, 0.3);
}
.tablebox table th{
    font-size: 0.22rem;
    font-weight: bold;
    color: #fff;
    height: 0.7rem;
}
.tablebox table tr:hover{
    background-color: rgb(1,120,189,0.4);
}
.tablebox table tr:hover .nbg{
    background-color: #01273c;
}
.tablebox table td,.tablebox table a{
    font-size: 0.18rem;
    color: #fff;
    padding: 0.2rem;
    text-align: center;
}
.s-footer{
    width: 100%;
    height: 7.6rem;
    background-image: url('../images/bg5.png');
    background-size: cover;
}
.s-footer .container {
    width: 14rem;
    padding-top: 1.1rem;
    margin: 0 auto;
}
.s-footer .container .infobox .mtit {
    font-size: 0.28rem;
    font-weight: bold;
    color: #fff;
}
.s-footer .container .infobox .ticon {
    margin-top: 0.45rem;
    width: 5rem;
    height: 0.78rem;
    margin-bottom: 0.45rem;
}
.s-footer .container .infobox .tip{
    font-size: 0.22rem;
    color: #FFFFFF;
    line-height: 40px;
}
.s-footer .container .infobox .botbox{
    padding-top: 0.45rem;
    width: 8rem;
}
.s-footer .botbox .ewm {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.3rem;
}
.s-footer .botbox .item {
    padding-top: 0.1rem;
    align-items: center;
    padding-bottom: 0.06rem;
}
.s-footer .botbox .icon {
    width: 0.24rem;
    height: 0.24rem;
}
.s-footer .botbox .txt {
    font-size: 0.14rem;
    color: #fff;
    padding-left: 0.1rem;
}
.content{
    background-color: #01273c;
    padding: 0.4rem 0;
}
.content .container{
    width: 14rem;
    margin: 0 auto;
}
.content .container .leftbox{
    width: 10.2rem;
}
.content .container .leftbox .box{
    width: calc(100% - 0.48rem);
    padding: 0.5rem 0.24rem;
    background-color: #fff;
}
.content .container .leftbox .box .mtit{
    font-size: 0.28rem;
    font-weight: bold;
    color: #252626;
    text-align: center;
}
.content .container .leftbox .fliterbox2{
    padding: 0 0.24rem;
    margin-top: 0.5rem;
    border-bottom: 1px solid #E1E3E5;
}
.content .container .leftbox .fliterbox2 .item .icon{
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.12rem;
}
.content .container .leftbox .fliterbox2 .item{
    width: 3rem;
    padding-bottom: 0.45rem;
}
.content .container .leftbox .fliterbox2 .item  span{
    font-size: 0.16rem;
    color: #575859;
}
.content .container .leftbox .box2{
    padding-top: 40px;
}
.content .container .leftbox .box2 img{
    width: 100%;
    height: auto;
}
.content .container .leftbox .pagebox{
    width: 100%;
    height: 0.8rem;
    background: #fff;
    margin-top: 0.4rem;
}
.content .container .leftbox .pagebox .prevbox{
    width: calc(3.9rem - 1px);
    height: 100%;
    border-right: 1px solid #E1E3E5;
}
.content .container .leftbox .pagebox .backbox{
    width: 2.4rem;
    height: 100%;
}
.content .container .leftbox .pagebox .icon{
    width: 0.22rem;
    height: 0.21rem;
}
.content .container .leftbox .pagebox .txt{
    font-size: 0.16rem;
    color: #575859;
    width: 2.7rem;
    padding-left: 0.1rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.content .container .leftbox .pagebox .txt2{
    font-size: 0.16rem;
    color: #575859;
    padding-left: 0.1rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.content .container .leftbox .pagebox .nextbox{
    width: calc(3.9rem - 1px);
    height: 100%;
    border-left: 1px solid #E1E3E5;
}
.content .container .rightbox{
    width: 3.48rem;
}
.content .container .rightbox .topbox{
    width: calc(100% - 0.4rem);
    /* height: 0.88rem; */
    margin-bottom: 0.24rem;
    background-image: url('../images/bg6.png');
    background-size: cover;
    padding: 0.4rem 0.2rem;
    position: relative;
}
.content .container .rightbox .topbox .article{
    font-size: 0.18rem !important;
    line-height: 0.25rem;
}

.content .container .rightbox .topbox .tit{
    font-size: 0.22rem;
    font-weight: bold;
    color: #FFFFFF;
}
.content .container .rightbox .topbox .icon{
    background-image: url('../images/icon_25.png');
    width: 0.22rem;
    height: 0.22rem;
    display: block;
    background-size: 100% 100%;
}
.content .container .rightbox .topbox .line{
    width: 0.28rem;
    height: 0.04rem;
    background-color: #fff;
    position: absolute;
    top:0.86rem;
    left: 0.24rem;
}
.content .container .rightbox .topbox .desc{
    color: #FFFFFF;
    font-size: 0.2rem;
    padding-top: 0.45rem;
}
.content .container .rightbox .bottombox{
    width: calc(100% - 0.48rem);
    height: 3.04rem;
    background: #fff;
    padding: 0.24rem;
}
.content .container .rightbox .bottombox .map{
    width: 100%;
    height: 2rem;
    background-image: url('../images/map.png');
    background-size: 100% 100%;
}
.content .container .rightbox .bottombox .btn{
    width: 100%;
    height: 0.48rem;
    background: #01476F;
    color: #fff;
    font-size: 0.16rem;
    text-align: center;
    line-height: 0.48rem;
    display: block;
    margin-top: 0.4rem;
}
/* 项目业绩 */

/* 联系我们 */
.content2{
    padding-top: 0.75rem;
}
.content2 .container{
    width: 14rem;
    margin: 0 auto;
}
.content2 .container .map{
    width: 100%;
    height: 6rem;
    margin-bottom: 0.85rem;
}
.content2 .container .formbox{
    width: 6.4rem;
}
.content2 .container .formbox .tit{
    font-size: 0.28rem;
    font-weight: bold;
    color: #252626;
}
.content2 .container .formbox .entit{
    height: 0.75rem;
    width: 3rem;
    margin-top: 0.2rem;
}
.content2 .container .formbox .itembox{
    width: 100%;
    height: 0.7rem;
    margin-top: 0.3rem;
    border-bottom: 1px solid #E1E3E5;
    padding-bottom: 0.1rem;
}
.content2 .container .formbox .itembox .label{
    font-size: 0.16rem;
    color: #252626;
    padding-left: 0.1rem;
}
.content2 .container .formbox .itembox .inp{
    width: 80%;
    padding: 0.1rem;
    border: none;
    margin-top: 0.1rem;
}
.content2 .container .formbox .itembox2{
    width: 100%;
    height: 1.6rem;
    margin-top: 0.3rem;
    border-bottom: 1px solid #E1E3E5;
    padding-bottom: 0.1rem;
}
.content2 .container .formbox .itembox2 .label{
    font-size: 0.16rem;
    color: #252626;
    padding-left: 0.1rem;
}
.content2 .container .formbox .itembox2 textarea{
    border: none;
    outline: none;
    padding: 0.1rem;
    resize: none;
    height: 1rem;
    margin-top: 0.1rem;
}
.content2 .container .formbox .btn{
    width: 2.8rem;
    height: 0.6rem;
    background: #01476F;
    border: none;
    color: #FFFFFF;
    font-size: 0.18rem;
    margin-top: 0.55rem;
}
.content2 .container .img{
    width: 6rem;
    height: 8rem;
    object-fit: cover;
}