html,
body {
    width: 100%;
    height: 100%;
}

body,
div,
p,
img {
    padding: 0;
    margin: 0;
}

.map {
    width: 100%;
    padding: 0 80px;
    margin: 74px 0 44px;
    position: relative;
}

.map img {
    width: 100%;
}

.map p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #3f3f3f;
    font-family: PingFang SC-Thin;
    text-align: center;
    width: 100%;
}

.titleBox {
    text-align: center;
    margin: 80px 0 100px 0;
    /* margin-bottom: 100px; */
    color: #3f3f3f;
}

.titleBox .topLine {
    margin-top: 40px;
    height: 1.5px;
    background-color: #3f3f3f;
    margin-bottom: 16px;
    width: 100px;
    margin: 0 auto 10px;
}

.titleBox p {
    font-size: 24px;
}

.titleBox .commonPhoto_01 {
    position: relative;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    /* padding-top: 155px; */
}

.titleBox .commonPhoto_01 img:first-child {
    width: 50%;
    height: 530px;
    margin: 253px 0 0 0;
    box-sizing: border-box;
}

.titleBox .commonPhoto_01 img:nth-child(2) {
    width: 50%;
    /* flex: 1; */
    height: 943px;
}

.titleBox>.commonPhoto_01>.text_01 {
    position: absolute;
    top: 450px;
    right: 10%;
    width: 50%;
    font-size: 48px;
    color: #3F3F3F;
    font-family: STSong-Regular, STSong;
}

.titleBox>.commonPhoto_01>.text_02 {
    position: absolute;
    width: 50%;
    top: 520px;
    right: -10%;
    font-size: 48px;
    color: #3F3F3F;
    font-family: STSong-Regular, STSong;
}

.titleBox .commonPhoto_02 {
    position: relative;
    height: 2076px;
    width: 100%;
    overflow: hidden;
}
.titleBox .commonPhoto_02 .milkDiv {
    position:absolute;
    left: 20%;
}

.titleBox .commonPhoto_02 .commonPhoto_02_01,
.titleBox .commonPhoto_02 .commonPhoto_02_02 {
    width: 100%;
    background-color: #f8f8f8;
    height: 50%;
    display: flex;
    justify-content: space-between;
    padding-top: 262px;
    font-size: 48px;
    color: #3F3F3F;
    font-family: STSong-Regular, STSong;
}

.titleBox .commonPhoto_02 .commonPhoto_02_01 .text_03 {
    position: absolute;
    left: 2%;
    top: 430px;
}

.titleBox .commonPhoto_02 .commonPhoto_02_01 .text_04 {
    position: absolute;
    left: 12%;
    top: 500px;
}

.titleBox .commonPhoto_02 .commonPhoto_02_02 {
    background-color: #fff;
}

.titleBox .commonPhoto_02 .commonPhoto_02_02 .text_01 {
    height: 50px;
    border-left: 2px solid #000;
    position: absolute;
    right: 38%;
    bottom: 620px;
}
.titleBox .commonPhoto_02 .commonPhoto_02_02 .text_01 div {
    line-height: 50px;
    padding-left: 10px
}
.titleBox .commonPhoto_02 .commonPhoto_02_02 .text_02 {
    position: absolute;
    right: 2%;
    bottom: 410px;
}

.titleBox .commonPhoto_02 .commonPhoto_02_01 img,
.titleBox .commonPhoto_02 .commonPhoto_02_02 img {
    width: 50%;
    height: 533px;
}

.titleBox .commonPhoto_02 .commonPhoto_02_01 div,
.titleBox .commonPhoto_02 .commonPhoto_02_02 div {
    /* width: 50%; */
    /* height: 533px; */
    /* line-height: 533px; */
}

.titleBox .commonPhoto_02 .commonPhoto_02_02 {
    height: 50%;
}

.titleBox .commonPhoto_03 {
    display: flex;
    background-color: #f8f8f8;
    height: 1038px;
    padding-top: 262px;
}

.titleBox .commonPhoto_03 .commonPhoto_03_01 {
    position: relative;
    width: 50%;
    font-size: 48px;
    color: #3F3F3F;
    font-family: STSong-Regular, STSong;
}

.titleBox .commonPhoto_03 .commonPhoto_03_01 .commonPhoto_03_01_01 {
    position: absolute;
    border-left: 2px solid #000;
    height: 50px;
    left: 6%;
    top: 0;
}
.titleBox .commonPhoto_03 .commonPhoto_03_01 .commonPhoto_03_01_01 div {
    padding-left: 10px;
    line-height: 50px
}

.titleBox .commonPhoto_03 .commonPhoto_03_01 .commonPhoto_03_01_02 {
    position: absolute;
    left: 12%;
    top: 175px;
}

.titleBox .commonPhoto_03 .commonPhoto_03_01 .commonPhoto_03_01_03 {
    position: absolute;
    left: 18%;
    top: 340px;
}

.titleBox .commonPhoto_03 img {
    width: 50%;
    height: 533px;
}


.operate {
    padding: 0 30px;
    height: 100px;
    margin-bottom: 80px;
    color: #3f3f3f;
    font-family: PingFang SC-Thin;
    font-size: 16px;
    text-align: center;
}

.operate img {
    /*width: 12.5%;*/
}

.operate p {
    margin-top: 26px;
}
.col-md-55 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    /*float: left;*/
}

.col-md-55 img {
    height: 130px;
}

.col-md-45 img {
    width: 130px;
}

.col-md-45 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    /*float: left;*/
}

.partner_line {
    height: 0.5px;
    background-color: #888888;
    width: 70%;
    position: relative;
    margin: 80px auto;
}

.partnerText {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 5%;
    margin-bottom: 100px;
}

.partnerText div {
    /*text-align: center;*/
    font-size: 14px;
    letter-spacing: 1px;
    color: #5E5E5E;
    font-weight: 300;
    margin: 0px 10px 20px 0;
    width: calc((100% - 30px) / 4);
    word-wrap: break-word;
    overflow: hidden;
    background: url("../images/icons-business.png") no-repeat left center;
    text-indent: 30px;

}

.partnerText div:nth-of-type(4n+0) {
    margin-right: 0;
}

.titleBox .teamCard_large {
    margin: 0 auto;
    margin-top: 350px;
    margin-bottom: 100px;
    width: 100%;
    height: 500px;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.06);
    border-radius: 30px 30px 30px 30px;
    opacity: 1;
}

.titleBox .teamCard_large .cardImg {
    margin-top: -240px;
    width: 300px;
    height: 300px;
}

.titleBox .teamCard_large .cardTitle {
    font-size: 40px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 30px;
}

.titleBox .teamCard_large .cardStation {
    font-size: 30px;
    margin-bottom: 30px;
    font-family: 'Source-Han-normal';
}

.titleBox .teamCard_large .cardText {
    font-size: 24px;
    font-weight: 300;
    color: #3F3F3F;
    text-align: left;
    font-family: 'Source-Han-Light';

}

.titleBox .tipsTitle {
    margin-top: 100px;
    padding-left: 5%;
    display: flex;
    align-items: center;
}

.titleBox .leftBorder {
    height: 36px;
    width: 2px;
    background: #000;
}

.titleBox .leftTips {
    font-size: 30px;
    font-family: Microsoft YaHei UI-Light, Microsoft YaHei UI;
    margin-left: 10px;
}

.titleBox .cardItem {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    padding: 0 30px;
}

.titleBox .cardItem .teamCard_middle {
    /*padding: 0 70px;*/
    margin-top: 350px;
    width: 45%;
    height: 597px;
    background: #FFFFFF;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.06);
    border-radius: 30px 30px 30px 30px;
    opacity: 1;
}
.titleBox .teamCard_middle .cardImg {
    margin-top: -240px;
    width: 300px;
    height: 300px;
}

.titleBox .teamCard_middle .cardTitle {
    font-size: 40px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 30px;
}

.titleBox .teamCard_middle .cardStation {
    font-size: 30px;
    margin-bottom: 30px;
    font-family: 'Source-Han-normal';
}

.titleBox .teamCard_middle .cardText {
    padding: 0 70px;
    font-size: 18px;
    font-weight: 300;
    color: #3F3F3F;
    text-align: left;
    font-family: 'Source-Han-Light';
    height: 50%;
    overflow: auto;
    overflow-x:hidden;
    overflow-y:auto;
}
.titleBox .cardItem .teamCard_small {
    margin-top: 350px;
    width: 30%;
    height: 400px;
    background: #FFFFFF;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.06);
    border-radius: 30px 30px 30px 30px;
    opacity: 1;
}

.titleBox .teamCard_small .cardImg {
    margin-top: -240px;
    width: 300px;
    height: 300px;
    /* margin-left: -30px; */
}

.titleBox .teamCard_small .cardTitle {
    font-size: 30px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 30px;
}

.titleBox .teamCard_small .cardStation {
    font-size: 20px;
    margin-bottom: 30px;
    font-family: 'Source-Han-normal';
}

.titleBox .teamCard_small .cardText {
    padding: 0 40px;
    font-size: 18px;
    font-weight: 300;
    color: #3F3F3F;
    text-align: left;
    font-family: 'Source-Han-Light';
    overflow: auto;
}
.titleBox .cardItem .teamCard_mini {
    padding: 0 40px;
    margin-top: 50px;
    width: 30%;
    height: 567px;
    background: #FFFFFF;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.06);
    border-radius: 30px 30px 30px 30px;
    opacity: 1;
    overflow: auto;
}


.titleBox .teamCard_mini .cardTitle {
    font-size: 30px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 10px;
}

.titleBox .teamCard_mini .cardStation {
    font-size: 20px;
    margin-bottom: 30px;
    font-family: 'Source-Han-normal';
}

.titleBox .teamCard_mini .cardText {
    font-size: 18px;
    font-weight: 300;
    color: #3F3F3F;
    text-align: left;
    font-family: 'Source-Han-Light';
}
.titleBox .bottomText {
    width: 90% ;
    margin: 20px auto;
    font-size: 24px;
    font-weight: 300;
    text-align: left;
}
.titleBox .bottomImg {
    width: 100%
}

#tuandui {
    background: linear-gradient(179deg, #F3F3F3 0%, #FFFFFF 100%);
    padding: 100px 30px 0;
}

#introduction {
    margin-bottom: 180px;
    padding: 0 30px;
    height: 510px;
}

#introduction_content {
    width: 900px;
    height: 138px;
    overflow: hidden;
    margin: 0 auto;
    font-family: PingFang SC-Thin;
    color: #3f3f3f;
    font-size: 18px;
    line-height: 34px;
    text-indent: 2em;
    letter-spacing: 1px;
}

#introduction_pointer {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin: 80px auto 100px;
    cursor: pointer;
}

#introduction_pointer img {
    width: 100%;
}

.intro_img {
    background-image: url(../images/intro.png);
    width: 140px;
    height: 140px;
    background-repeat: no-repeat;
    background-size: 674px;
    margin: 0 auto;
}

.sprite1 {
    background-position: 0px 0px;
}

.sprite2 {
    background-position: -178px 0px;
}

.sprite3 {
    background-position: -356px 0px;
}

.sprite4 {
    background-position: -534px 0px;
}

.operate_img {
    background-image: url(../images/operate.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 800px;
    margin: 0 auto;
}

.operate_img1 {
    background-position: 0px 0px;
}

.operate_img2 {
    background-position: -187px 0px;
}

.operate_img3 {
    background-position: -374px 0px;
}

.operate_img4 {
    background-position: -561px 0px;
}

.operate_img5 {
    background-position: -748px 0px;
}

.firm_postion {
    width: 100%;
    font-family: ABeeZee-Italic, ABeeZee;
    color: #fff;
    position: relative;
}

.firm_postion img {
    width: 100%;
}

#firm_box {
    position: absolute;
    top: 30%;
    padding: 0 15%;
    width: 100%;
}

.footer_contact {
    background-image: url(../images/contact.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 80px;
    display: inline-block;
    margin: 0 auto;
}

.contact_img1 {
    background-position: 0px 0px;
}

.contact_img2 {
    background-position: -30px 0px;
}

.contact_img3 {
    background-position: -60px 0px;
}
@media screen and (min-width: 100px) and (max-width:768px) {
    .titleBox .commonPhoto_01 img:first-child {
        width: 50%;
        height: 230px;
        margin: 53px 0 0 0;
        box-sizing: border-box;
    }

    .titleBox .commonPhoto_01 img:nth-child(2) {
        width: 50%;
        /* flex: 1; */
        height: 300px;
        width: 200px;
    }

    .titleBox>.commonPhoto_01>.text_01 {
        position: absolute;
        top: 140px;
        right: 10%;
        width: 50%;
        font-size: 12px;
        color: #3F3F3F;
        font-family: STSong-Regular, STSong;
    }

    .titleBox>.commonPhoto_01>.text_02 {
        position: absolute;
        width: 50%;
        top: 180px;
        right: -10%;
        font-size: 12px;
        color: #3F3F3F;
        font-family: STSong-Regular, STSong;
    }
    .titleBox .commonPhoto_02 {
        position: relative;
        height: 500px;
        width: 100%;
        overflow: hidden;
    }
    .titleBox .milkDiv img {
        width: 375px;
        /* height: 375px; */
    }
    .titleBox .commonPhoto_02 .commonPhoto_02_01,.titleBox .commonPhoto_02 .commonPhoto_02_02 {
        width: 100%;
        background-color: #f8f8f8;
        height: 50%;
        display: flex;
        justify-content: space-between;
        padding-top: 22px;
        font-size: 16px;
        color: #3F3F3F;
        font-family: STSong-Regular, STSong;
    }
    .titleBox .commonPhoto_02 .commonPhoto_02_02 .text_01 {
        height: 30px;
        border-left: 2px solid #000;
        position: absolute;
        right: 36%;
        bottom: 120px;
    }
    .titleBox .commonPhoto_02 .commonPhoto_02_02 .text_01 div {
        line-height: 30px;
        padding-left: 10px;
        font-size: 12px;
    }
    .titleBox .commonPhoto_02 .commonPhoto_02_02 .text_02 {
        position: absolute;
        right: 2%;
        bottom: 50px;
        font-size: 12px;
    }


    .titleBox .commonPhoto_02 .commonPhoto_02_01 img, .titleBox .commonPhoto_02 .commonPhoto_02_02 img {
        width: 50%;
        height: 275px;
    }
    .titleBox .commonPhoto_02 .commonPhoto_02_01 .text_03 {
        position: absolute;
        left: 2%;
        font-size: 12px;
        top: 119px;
    }
    .titleBox .commonPhoto_02 .commonPhoto_02_01 .text_04 {
        position: absolute;
        font-size: 12px;
        left: 12%;
        top: 140px;
    }
    .titleBox .commonPhoto_03 {
        display: flex;
        background-color: #f8f8f8;
        height: 308px;
        padding-top: 32px;
    }
    .titleBox .commonPhoto_03 img {
        width: 50%;
        height: 270px;
    }
    .titleBox .commonPhoto_03 .commonPhoto_03_01 {
        position: relative;
        width: 50%;
        font-size: 14px;
        color: #3F3F3F;
        font-family: STSong-Regular, STSong;
    }
    .titleBox .commonPhoto_03 .commonPhoto_03_01 .commonPhoto_03_01_01 {
        position: absolute;
        border-left: 2px solid #000;
        height: 27px;
        /* line-height: 27PX; */
        left: 6%;
        top: 0;
    }
    .titleBox .commonPhoto_03 .commonPhoto_03_01 .commonPhoto_03_01_01 div {
        padding-left: 10px;
        line-height: 27px;
    }
    .titleBox .commonPhoto_03 .commonPhoto_03_01 .commonPhoto_03_01_02 {
        position: absolute;
        left: 12%;
        top: 120px;
        font-size: 12px;
    }
    .titleBox .commonPhoto_03 .commonPhoto_03_01 .commonPhoto_03_01_03 {
        position: absolute;
        left: 17%;
        top: 160px;
        font-size: 12px;
    }
    .titleBox .teamCard_large {
        margin: 0 auto;
        margin-top: 100px;
        margin-bottom: 0px;
        width: 100%;
        height: 340px;
        padding: 30px;
        background: #FFFFFF;
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.06);
        border-radius: 30px 30px 30px 30px;
        opacity: 1;
    }
    .titleBox .teamCard_large .cardImg {
        margin-top: -100px;
        width: 100px;
        height: 100px;
    }

    .titleBox .teamCard_large .cardTitle {
        font-size: 22px;
        font-weight: 700;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .titleBox .teamCard_large .cardStation {
        font-size: 16px;
        margin-bottom: 10px;
        font-family: 'Source-Han-normal';
    }
    .titleBox .teamCard_large .cardText {
        font-size: 16px ;
        font-weight: 300;
    color: #3F3F3F;
    text-align: left;
    font-family: 'Source-Han-Light';
    overflow: auto;
    height: 65%;
        overflow-x:hidden;
        overflow-y:auto;
        /* margin-bottom: 30px; */
    }
    .titleBox .cardItem .teamCard_middle {
        /*padding: 0 70px;*/
        margin-top: 100px;
        width: 40%;
        height: 397px;
        background: #FFFFFF;
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.06);
        border-radius: 30px 30px 30px 30px;
        opacity: 1;
    }
    .titleBox .teamCard_middle .cardImg {
        margin-top: -70px;
        width: 80px;
        height: 80px;
    }

    .titleBox .teamCard_middle .cardTitle {
        font-size: 20px;
        font-weight: 700;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .titleBox .teamCard_middle .cardStation {
        font-size: 10px;
        margin-bottom: 15px;
        font-family: 'Source-Han-normal';
    }

    .titleBox .teamCard_middle .cardText {
        padding: 0 10px;
        font-size: 14px;
        font-weight: 300;
        color: #3F3F3F;
        text-align: left;
        font-family: 'Source-Han-Light';
        height: 52%;
        overflow: auto;
        overflow-x:hidden;
        overflow-y:auto;
    }
    .titleBox .cardItem .teamCard_small {
        margin-top: 150px;
        width: 30%;
        height: 297px;
        background: #FFFFFF;
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.06);
        border-radius: 30px 30px 30px 30px;
        opacity: 1;
    }

    .titleBox .teamCard_small .cardImg {
        margin-top: -60px;
        width: 70px;
        height: 70px;
        /* margin-left: -30px; */
    }

    .titleBox .teamCard_small .cardTitle {
        font-size: 18px;
        font-weight: 700;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .titleBox .teamCard_small .cardStation {
        font-size: 12px;
        margin-bottom: 5px;
        font-family: 'Source-Han-normal';
    }
    .titleBox .cardItem {
        padding: 0;
    }

    .titleBox .teamCard_small .cardText {
        padding: 0 10px;
        font-size: 14px;
        font-weight: 300;
        color: #3F3F3F;
        text-align: left;
        font-family: 'Source-Han-Light';
        height: 60%;
        overflow: auto;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .titleBox .cardItem .teamCard_mini {
        padding: 0 10px;
        margin-top: 50px;
        width: 30%;
        height: 360px;
        background: #FFFFFF;
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.06);
        border-radius: 30px 30px 30px 30px;
        opacity: 1;
        overflow: auto;
    }


    .titleBox .teamCard_mini .cardTitle {
        font-size: 18px;
        font-weight: 700;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .titleBox .teamCard_mini .cardStation {
        font-size: 12px;
        margin-bottom: 10px;
        font-family: 'Source-Han-normal';
    }

    .titleBox .teamCard_mini .cardText {
        font-size: 12px;
        font-weight: 300;
        color: #3F3F3F;
        text-align: left;
        font-family: 'Source-Han-Light';
    }
    .operate {
        padding: 0 30px;
        height: 30px;
        margin-bottom: 80px;
        color: #3f3f3f;
        font-family: PingFang SC-Thin;
        font-size: 12px;
        text-align: center;
    }


    .operate p {
        margin-top: 26px;
    }
    .col-md-55 {
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px;
        position: relative;
        /*float: left;*/
    }

    .col-md-55 img {
        height: 40px;
    }

    .col-md-45 img {
        width: 40px;
    }

    .col-md-45 {
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        /*float: left;*/
    }
    .partnerText {
        display: flex;
        justify-content: flex-start;
        margin: 0 15%;
        margin-bottom: 100px;
        align-items: center;
        flex-wrap: wrap;
    }
    .partnerText div {
        text-align: center;
        font-size: 12px;
        letter-spacing: 1px;
        color: #5E5E5E;
        font-weight: 300;
        margin: 0px 10px 20px 0;
        width: calc((100% - 30px) / 1);
        word-wrap: break-word;
        overflow: hidden;
        background: url(../images/icons-business.png) no-repeat left center;
        text-indent: 10px;
    }
    .titleBox .leftTips {
        font-size: 22px;
        font-family: Microsoft YaHei UI-Light, Microsoft YaHei UI;
        margin-left: 10px;
    }
    .titleBox .bottomText {
        width: 90% ;
        margin: 10px auto;
        font-size: 14px;
        font-weight: 300;
        text-align: left;
    }
    .titleBox .bottomImg {
        width: 90%
    }
    .hezuohuobanCls{
        margin: 0 auto;
        width: 80%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .hezuohuobanCls img{
        height: 40px;
        margin: 20px 10px;
    }
 }
@media screen and (min-width:768px) and (max-width:1400px) {
    .titleBox .commonPhoto_01 img:first-child {
        width: 50%;
        height: 340px;
        margin: 53px 0 0 0;
        box-sizing: border-box;
    }

    .titleBox .commonPhoto_01 img:nth-child(2) {
        width: 50%;
        /* flex: 1; */
        height: 300px;
        width: 200px;
    }

    .titleBox>.commonPhoto_01>.text_01 {
        position: absolute;
        top: 150px;
        right: 10%;
        width: 50%;
        font-size: 28px;
        color: #3F3F3F;
        font-family: STSong-Regular, STSong;
    }

    .titleBox>.commonPhoto_01>.text_02 {
        position: absolute;
        width: 50%;
        top: 190px;
        right: -5%;
        font-size: 28px;
        color: #3F3F3F;
        font-family: STSong-Regular, STSong;
    }
    .titleBox .commonPhoto_02 {
        position: relative;
        height: 800px;
        width: 100%;
        overflow: hidden;
    }
    .titleBox .milkDiv img {
        width: 80%;
        /* height: 375px; */
    }
    .titleBox .commonPhoto_02 .commonPhoto_02_01,.titleBox .commonPhoto_02 .commonPhoto_02_02 {
        width: 100%;
        background-color: #f8f8f8;
        height: 50%;
        display: flex;
        justify-content: space-between;
        padding-top: 22px;
        font-size: 28px;
        color: #3F3F3F;
        font-family: STSong-Regular, STSong;
    }
    .titleBox .commonPhoto_02 .commonPhoto_02_02 .text_01 {
        height: 50px;
        border-left: 2px solid #000;
        position: absolute;
        right: 38%;
        bottom: 220px;
    }
    .titleBox .commonPhoto_02 .commonPhoto_02_02 .text_02 {
        position: absolute;
        right: 2%;
        bottom: 100px;
    }

    .titleBox .commonPhoto_02 .commonPhoto_02_01 img, .titleBox .commonPhoto_02 .commonPhoto_02_02 img {
        width: 50%;
        height: 375px;
    }
    .titleBox .commonPhoto_02 .commonPhoto_02_01 .text_03 {
        position: absolute;
        left: 2%;
        top: 149px;
    }
    .titleBox .commonPhoto_02 .commonPhoto_02_01 .text_04 {
        position: absolute;
        left: 12%;
        top: 180px;
    }
    .titleBox .commonPhoto_03 {
        display: flex;
        background-color: #f8f8f8;
        height: 388px;
        padding-top: 32px;
    }
    .titleBox .commonPhoto_03 img {
        width: 50%;
        height: 370px;
    }
    .titleBox .commonPhoto_03 .commonPhoto_03_01 {
        position: relative;
        width: 50%;
        font-size: 28px;
        color: #3F3F3F;
        font-family: STSong-Regular, STSong;
    }
    .titleBox .commonPhoto_03 .commonPhoto_03_01 .commonPhoto_03_01_01 {
        position: absolute;
        border-left: 2px solid #000;
        height: 27px;
        /* line-height: 27PX; */
        left: 6%;
        top: 0;
    }
    .titleBox .commonPhoto_03 .commonPhoto_03_01 .commonPhoto_03_01_01 div {
        padding-left: 10px;
        line-height: 27px;
    }
    .titleBox .commonPhoto_03 .commonPhoto_03_01 .commonPhoto_03_01_02 {
        position: absolute;
        left: 12%;
        top: 120px;
    }
    .titleBox .commonPhoto_03 .commonPhoto_03_01 .commonPhoto_03_01_03 {
        position: absolute;
        left: 12%;
        top: 160px;
    }
    #tuandui {
        background: linear-gradient(179deg, #F3F3F3 0%, #FFFFFF 100%);
        padding: 20px 30px 0;
    }
    .titleBox .teamCard_large {
        margin: 0 auto;
        margin-top: 220px;
        margin-bottom: 100px;
        width: 100%;
        height: 360px;
        padding: 30px;
        background: #FFFFFF;
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.06);
        border-radius: 30px 30px 30px 30px;
        opacity: 1;
    }

    .titleBox .teamCard_large .cardImg {
        margin-top: -180px;
        width: 200px;
        height: 200px;
    }

    .titleBox .teamCard_large .cardTitle {
        font-size: 32px;
        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .titleBox .teamCard_large .cardStation {
        font-size: 24px;
        margin-bottom: 15px;
        font-family: 'Source-Han-normal';
    }

    .titleBox .teamCard_large .cardText {
        font-size: 18px;
        /* margin-bottom: 30px; */
    }
    .titleBox .cardItem .teamCard_middle {
        /*padding: 0 70px;*/
        margin-top: 180px;
        width: 40%;
        height: 340px;
        background: #FFFFFF;
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.06);
        border-radius: 30px 30px 30px 30px;
        opacity: 1;
    }
    .titleBox .teamCard_middle .cardImg {
        margin-top: -160px;
        width: 200px;
        height: 200px;
    }

    .titleBox .teamCard_middle .cardTitle {
        font-size: 32px;
        font-weight: 700;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .titleBox .teamCard_middle .cardStation {
        font-size: 16px;
        margin-bottom: 30px;
        font-family: 'Source-Han-normal';
    }

    .titleBox .teamCard_middle .cardText {
        padding: 0 30px;
        font-size: 14px;
        font-weight: 300;
        color: #3F3F3F;
        text-align: left;
        font-family: 'Source-Han-Light';
        height: 50%;
        overflow: auto;
        overflow-x:hidden;
        overflow-y:auto;
    }
    .titleBox .cardItem .teamCard_small {
        margin-top: 180px;
        width: 30%;
        height: 300px;
        background: #FFFFFF;
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.06);
        border-radius: 30px 30px 30px 30px;
        opacity: 1;
    }

    .titleBox .teamCard_small .cardImg {
        margin-top: -180px;
        width: 200px;
        height: 200px;
        /* margin-left: -30px; */
    }

    .titleBox .teamCard_small .cardTitle {
        font-size: 30px;
        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .titleBox .teamCard_small .cardStation {
        font-size: 14px;
        margin-bottom: 10px;
        font-family: 'Source-Han-normal';
    }

    .titleBox .teamCard_small .cardText {
        padding: 0 30px;
        font-size: 14px;
        font-weight: 300;
        color: #3F3F3F;
        text-align: left;
        font-family: 'Source-Han-Light';
        overflow: auto;
    }
    .titleBox .cardItem .teamCard_mini {
        padding: 0 30px;
        margin-top: 50px;
        width: 30%;
        height: 367px;
        background: #FFFFFF;
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.06);
        border-radius: 30px 30px 30px 30px;
        opacity: 1;
        overflow: auto;
    }


    .titleBox .teamCard_mini .cardTitle {
        font-size: 22px;
        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .titleBox .teamCard_mini .cardStation {
        font-size: 18px;
        margin-bottom: 10px;
        font-family: 'Source-Han-normal';
    }

    .titleBox .teamCard_mini .cardText {
        font-size: 14px;
        font-weight: 300;
        color: #3F3F3F;
        text-align: left;
        font-family: 'Source-Han-Light';
    }
    .partnerText {
        margin: 0 250px;
    }
    .operate {
        padding: 0 30px;
        height: 30px;
        margin-bottom: 80px;
        color: #3f3f3f;
        font-family: PingFang SC-Thin;
        font-size: 12px;
        text-align: center;
    }


    .operate p {
        margin-top: 26px;
    }
    .col-md-55 {
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px;
        position: relative;
        /*float: left;*/
    }

    .col-md-55 img {
        height: 80px;
    }

    .col-md-45 img {
        width: 80px;
    }

    .col-md-45 {
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        /*float: left;*/
    }
    .partnerText {
        display: flex;
        justify-content: flex-start;
        margin: 0 12%;
        margin-bottom: 100px;
        align-items: center;
        flex-wrap: wrap;
    }
    .partnerText div {
        /* text-align: center; */
        font-size: 12px;
        letter-spacing: 1px;
        color: #5E5E5E;
        font-weight: 300;
        margin: 0px 0px 20px 0;
        width: calc((100% - 20px) / 4);
        word-wrap: break-word;
        overflow: hidden;
        background: url(../images/icons-business.png) no-repeat left center;
        background-size: 18px 18px;
        /* text-indent: 20px; */
    }
    .titleBox .leftTips {
        font-size: 28px;
        font-family: Microsoft YaHei UI-Light, Microsoft YaHei UI;
        margin-left: 10px;
    }
    .titleBox .bottomText {
        width: 90% ;
        margin: 20px auto;
        font-size: 18px;
        font-weight: 300;
        text-align: left;
    }
    .titleBox .bottomImg {
        width: 90%
    }
    .hezuohuobanCls{
        margin: 0 auto;
        width: 80%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .hezuohuobanCls img{
        height: 50px;
        margin: 30px 15px;
    }
}

/* >=1200px */
 @media screen and (min-width: 1400px) {
     .hezuohuobanCls{
         margin: 0 auto;
         width: 80%;
         display: flex;
         flex-wrap: wrap;
         justify-content: center;
     }
     .hezuohuobanCls img{
         height: 70px;
         margin: 40px 20px;
     }

 }


