body{
    background-color: #fff;
}
.case-h{
    width: 100%;
    height: 180px;
    background-image: url("../img/service-h.png");
    /*background-position: center;*/
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-content: center;
}
.case-h-wk{
    width: 100%;
    /*margin: auto;*/
    color: #FFF;
    /*padding-top: 80px;*/
}
.case-h-title{
    font-weight: bold;
    font-size: 1rem;

    text-align: center;
}
.case-h-span{
    font-size: 14px;
    padding: 5px 0;
    text-align: center;
    font-weight: lighter;
}
.contact-us{
    width:100%;
}
.contact-us .contact-us-wk{
    width:100%;
    /*margin:auto;*/
    height: auto;
}
.contact-us-wk .contact-us-wk-con{
    margin-top:20px;
    text-align: center;
}
.contact-us-wk-con .contact-us-wk-con-tit{
    font-size: 1.1rem;
    color:#000000;
}
.contact-us-wk-con .contact-us-wk-con-jj{
    margin-top:20px;
    font-size: 14px;
    color: #6a6a6a;
    line-height: 24px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
    text-indent: 1rem;
}
.map-img{
    width:100%;
    height: 220px;
}
.map-imgs{
    height: 450px;
}



.web-pLb0{
    width: 100%;
    overflow: hidden;
    height: 11rem;
    background-image: url("../img/a48.png");
    /*background-position: center;*/
    background-repeat: no-repeat ;
    background-size:cover;
    background-position: center;
    background-color: #003a40;
}
.web-pLb0-lb,.web-pLb0-lb .swiper-slide{
    width: 100%;
    /*height: 11rem;*/
}

.web-pLb0 .swiper-slide{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.web-pLb0-lb-span{
    font-size: 0.6rem;
    color: #FFF;
    font-weight: lighter;
    text-align: center;
    /*line-height: 32px;*/
    padding: 1rem 4%;
    /*padding-top: 1rem;*/
    width: 75%;

}
.web-pLb0-lb-btn{
    overflow: hidden;
    height: 44px;
    width: 220px;
}
.web-pLb0-lb-btn a{
    color: #FFF;
}
.web-pLb0-lb-nav{
    text-align: center;
    bottom: 17px !important;
    position: relative;
}
.web-pLb0-lb-nav{
    text-align: center;
    /*padding-top: 30px;*/
}
.web-pLb0-lb-nav span{
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    border:1px solid #FFF;
    opacity: 0.6;

}
.web-pLb0-lb-nav span.swiper-pagination-bullet-active{
    background-color: #FFF;
    opacity: 1
}
.web-pLb0-lb-title object{
    width: 6rem;
    padding-top: 1.8rem;
}


.map-in{
    width: 100%;
    margin: auto;
    padding: 20px 0;
    background: #1c1e20;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-content: center;
}
.map-in input{
    width: 65%;
    /*margin: auto;*/
    padding: 10px 5px;
    font-size: 13px;
    color: #333;
    border: none;
    /*margin-left: 5%;*/
}
.map-in button{
    width: 30%;
    border: none;
    padding: 10px 10px;
    background: #00c6d9;
    color: #FFF;
}