body {
    margin: 0;
    padding: 0;
}

.topPic {
    width: 100%;
}

.barGs:hover {
    /* border-bottom: #fff 3px solid; */
    padding-bottom: 15px;
    /* border-right: none; */
}

.barTop {
    display: flex;
    width: 90%;
    height: auto;
    background-color: #00a587;
    padding-left: 5%;
    padding-top: 20px;
    position: relative;
    top: -75px;
    margin-left: 10%;

}

.barTop2 {
    position: absolute;
    left: -10px;
    width: 100%;

}

.barName {
    width: 30%;
    height: 100%;
    line-height: 2;
    margin-left: 30px;
}

.barHeadline {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 1.6;
}

.barHeadline2 {
    font-size: 30px;
    color: #fff;
    padding-bottom: 20px;
}

.barSize {
    width: 220px;
    height: 30px;
    position: absolute;
    display: flex;
    right: 0;
    padding-top: 30px;
}

.barSize img {
    width: 20px;
    height: 20px;
}

.barMap {
    font-size: 14px;
    color: #fff;
}

.bar {
    margin-top: 50px;
    display: flex;
    /* width: 600px; */
    height: 30px;
    position: absolute;
    right: 0;
    top: 30px;
}

.barGs {
    line-height: 40px;
    /* display: flex;
    justify-content: center;
    text-align: center; */
    margin: 0 20px;
    height: 40px;
    color: #fff;
    font-size: 15px;
    /* border-right: #e2e2e2 2px solid; */
}

.body {
    width: 100%;
}

.bodyTop {
    padding: 30px 0;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-bottom: 1px solid #ccc; */
}

.bodyBox {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.BoxName {
    width: 100%;
    color: #00a587;
    font-size: 30px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}

.bodyPic {
    width: 25%;
    height: 300px;
    object-fit: cover;
    margin: 0 10px;
}

.bodyPic1 {
    width: 80%;
    margin-left: 10%;
    height: auto;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .PicBox {
        align-items: center;
        justify-content: center;
        display: grid;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 767px) {
    .bodyPic {
        width: 80%;
        height: 300px;
        object-fit: cover;
        margin: 0 auto;
        padding: 10px 0;
    }
}

.PicBox {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
}

.PicBox-Mini {
    width: 70%;
    margin: 20px 15%;
}

.bodyPic-Mini {
    margin: 50px 123.3px;
    width: 80%;
    height: auto;

}

.barTop-xiao {
    width: 100%;
    background-color: #00a587;
    padding: 10px 10%;
}

.barName-Mini {
    width: 90%;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    border-bottom: #ccc 1px solid;
    padding-left: 3%;
}

.bar-Mini {
    display: flex;
    margin: 20px 0px;
}

.barGs-Mini {
    line-height: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 90px;
    height: 20px;
    color: #fff;
    border-right: #e2e2e2 2px solid;
}

.bodyPic-Mini {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bodyTop-Mini {
    margin-top: 20px;
    font-size: 30px;
    height: 50px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.borderBottom {
    width: 0;
    transition: all 0.3s;
    height: 3px;
    background-color: #fff;
    margin: auto;
}

.barGs:hover .borderBottom {
    width: 60px;
    margin: auto;
}

.titleBox{
    font-size: 15px;
    font-weight:bold;
}
.titleinTxt{
    letter-spacing: 3px;
    line-height: 35px;
    font-size: 14px;
    font-weight: normal;
    font-family: 微软雅黑;
}
.titleinTxt p{
    /*display: flex;*/
}
.lastTxt{
    font-size: 14px;
}

.mainBody{
    margin: 3rem 0 5rem 0;
}

.service_box{
    margin-top: 10rem;
}

@media (min-width: 1440px) {
    .container{
        max-width: 1200px!important;
    }
}
@media (max-width: 768px) {
    .titleinTxt {
        font-size: 12px;
    }
}
