@media only all and (max-width: 414px) {
    .banner .banner-info {
        width: 90%;
    }
}
.content .detail_content{
    width: 1000px;
}
.culture p {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 18px;
    color: #746969;
    font-family: "Segoe UI", "wf_segoe-ui_normal", "Arial", sans-serif;
    white-space: normal;
    background-color: rgb(255, 255, 255);
    padding: 0px;
}

.culture p img {
    border: 0px none;
    max-width: 100% !important;
    display: block;
    margin: 0px auto 15px !important;
}
.culture .structure{
    width: 70%;
    margin-left: auto !important;
    margin-right: auto !important;
}
.content .detail_content img {
    max-width: 50% !important;
}
.content .detail_content .info{
    margin: 3px 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #666;
}
.content .detail_content .info span{
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    color: #746969;
    font-size: 14px;
}
.content .detail_content .info .title{
    font-size: 22px;
    margin-bottom: 20px;
}
.culture .m-team li {
    max-width: 100% !important;
}

.content .detail_content div img {
    max-width: 50% !important;
}
.culture .m-team{
    text-align: left;
    padding: 0px 150px;
}
.culture .m-team .h-team{
    width: 45%;
    float: left;
    margin-right: 10%;
    margin-bottom: 40px;
}
.culture .m-team .h-team:nth-child(2n){
    margin-right:0;
}
.culture .m-team .h-team .con .pic img{
    width: 100% !important;
    max-width: 100% !important;
}
.content.en .culture .m-team{
    padding: 0px 40px;
}
.content.en .m-team .h-team{
    width: 30.6%;
    margin-right: 4.1%;
}
.content.en .m-team .h-team:nth-child(2n){
    margin-right: 4.1%;
}
.content.en .m-team .h-team:nth-child(3n) {
    margin-right: 0;
}
.content.en .culture .m-team .h-team .con .pic img{
    min-height: 303px;
}
.content.en .culture .m-team .h-team .con .txt span{
    min-height: 38px;
}
@media only all and (max-width: 1440px){
    .culture .m-team {
        padding: 0px 100px;
    }
    .content.en .culture .m-team {
        padding: 0px 0px;
    }
    .content.en .culture .m-team .h-team .con .pic img {
        min-height: 276px;
    }
    .content .detail_content {
        width: 800px;
    }
}
@media only all and (max-width: 1280px) {
    .culture .m-team {
        padding: 0px 40px;
    }
    .content.en .culture .m-team .h-team .con .pic img {
        min-height: 230px;
    }
}
@media only all and (max-width: 1024px) {
    .culture .m-team {
        padding: 0px 10px;
    }
    .content.en .culture .m-team .h-team .con .pic img {
        min-height: 226px;
    }
}
@media only all and (max-width: 768px){
    .content.en .culture .m-team .h-team .con .txt span {
        min-height: 57px;
    }
    .content.en .culture .m-team .h-team .con .pic img {
        min-height: 167px;
    }
    .content .detail_content {
        width: 100%;
    }
    .culture .structure{
        width: 100%;
    }
}
@media only all and (max-width: 414px){
    .culture .m-team .h-team{
        width: 100%;
        margin-right: 0;
    }
    .content .detail_content img {
        max-width: 100% !important;
    }
    .content .detail_content div img {
        max-width: 100% !important;
    }
    .content.en .m-team .h-team {
        width: 100%;
        margin-right: 0;
    }
    .content.en .m-team .h-team:nth-child(2n) {
        margin-right: 0%;
    }
    .content.en .culture .m-team .h-team .con .txt span {
        min-height: auto;
    }
    .content.en .culture .m-team .h-team .con .pic img {
        min-height: auto;
    }
    .culture div img{
        width: 100% !important;
    }
    .culture img {
        max-width: 100% !important;
    }
}