.about-bg img{
    width: 25%;
    float: left;
    transition: 0.3s;
}
.about-bg img:hover{
    transform: scale(1.1);
}
.about-bg::after{
    content: '';
    clear: both;
    display: block;
}
.about-bg{
    overflow: hidden;
    margin: 30px 0;
}
.about-xz{
    margin-top: 30px;
    padding-top: 40px;
    border-top: 1px solid #dddddd;
}
.about-xz h5{
    margin: 0;
    font-size: 16px;
    margin-bottom: 40px;
}
.about-xz h5 span{
    float: right;
}
.about-xz h5 span a{
    font-size: 16px;
    color: #666;
    margin-left: 8px;
    padding-bottom: 2px;
    border-bottom: 1px solid #333333;
}
.about h6{
    font-size: 28px;
    text-align: center;
    margin: 0;
    line-height: 1em;
    margin-bottom: 40px;
}
.about-ban{
    width: 100%;
    margin-bottom: 30px;
}
.about p{
    font-size: 14px;
    margin: 0;
    line-height: 2.5em;
    /* text-indent: 2em; */
    color: #666;
}
.about-right{
    float: right;
}
.about-mid{
    width: 100%;
    margin: 30px 0;
}
.about .m-img{
    margin: 30px 0;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: 0.3s;
}
.about .m-img:hover{
    transform: scale(1.05);
}

.about .m-img2{
    margin: 30px 0 0;
    height: 360px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: 0.3s;
}
.about .m-img2:hover{
    transform: scale(1.05);
}


.contact{
    padding-left: 40px;
}
.contact .line{
    margin: 40px 0;
    border-bottom: 1px solid #dddddd;
}
.contact .row2::after{
    content: '';
    display: block;
    clear: both;
}
.contact .row2 .col-md-4{
    padding:0 40px;
}
.contact .row2 ul{
    margin: 0;
    padding: 0;
}
.contact .row2 ul li{
    list-style: none;
    line-height: 2.3em;
    font-size: 16px;
}
.contact .row2 ul li i{
    font-size: 20px;
    color: #125343;
    margin-right: 10px;
    float: left;
}
.contact .row2 ul li span{
    float: left;
    width: 90%;
}
@media(max-width:767px){
    .about h6 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .about-ban {
        margin-bottom: 10px;
    }
    .about p {
        line-height: 2em;
    }
    .about-bg img {
        width: 50%;
    }
    .about-bg {
        margin: 10px 0;
    }
    .about-xz {
        margin-top: 10px;
        padding-top: 15px;
    }
    .about-xz h5 {
        margin-bottom: 30px;
    }
    .about-right {
        width: 100%;
    }
    .about-mid {
        margin: 10px 0;
    }
    .about .m-img {
        margin: 10px 0;
        height: 200px;
    }
    .about .m-img2 {
        margin: 10px 0;
        height: 200px;
    }
    .contact {
        padding-left: 15px;
    }
    .contact .row2 .col-md-4 {
        padding: 0 40px;
        margin-bottom: 15px;
    }
    .contact .line {
        margin: 20px 0;
        border-bottom: 1px solid #dddddd;
    }
    .contact .row2 ul li {
        line-height: 1.8em;
    }
}