/* banner  start*/
.banner {
    width: 100%;
    height: 600px;
    background: url('https://wpt-1259767173.cos.ap-guangzhou.myqcloud.com/web/contact_banner.png');
    background-size: 100% 100%;
    position: relative;
}

.banner_text {
    width: 1080px;
    height: 280px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 147px;
    background: url('https://wpt-1259767173.cos.ap-guangzhou.myqcloud.com/web/contact_txt.png');
    background-size: 100% 100%;
    padding-top: 24px;
}

.banner_text_title {
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
}

.banner_text_eng {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: SimSun;
    font-weight: 400;
    font-style: italic;
    color: #FFFFFF;
}

.banner_text_info {
    width: 100%;
    text-align: center;
    margin-top: 12px;
}

.banner_text_info span:first-child {
    display: inline-block;
    padding: 0 3px;
    font-size: 40px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    background: #F5A34B;
}

.banner_text_info span:nth-child(2) {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

/*banner end*/

/* middle  pc start */
.middle {
    margin-top: 106px;
}

.middle_info {
    margin-top: 50px;
    width: 100%;
    padding: 0 18px 166px;
    justify-content: space-between;
}

.middle_info_txt_name {
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    margin-bottom: 38px;
}

.middle_info_txt_item img {
    width: 45px;
    height: 45px;
}

.middle_info_txt_item span:nth-child(2) {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    margin-left: 6px;
}

.middle_info_txt_item span:nth-child(3) {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}

.middle_info_map {
    width: 555px;
    height: 380px;
}

.middle_info_map img {
    width: 100%;
    height: 100%;
}

/* middle end */

/*  mobile start  */

.mobile{
    margin-top: 130px;
}

.mobile_middle {
    margin: 60px 0 330px;
}

.mobile_title_box {
    width: 157px;
    height: 38px;
    background: #FDC589;
    border-radius: 4px;
    padding-top: 2px;
}

.mobile_title_box_ch {
    height: 19px;
    line-height: 19px;
    text-align: center;
    font-size: 19px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.mobile_title_box_en {
    font-size: 10px;
    text-align: center;
    font-family: FZCuHei-B03T;
    font-weight: 400;
    font-style: italic;
    color: #FFFFFF;
}

.mobile_middle_map {
    width: 519px;
    height: 355px;
}

.mobile_middle_map img {
    width: 100%;
    height: 100%;
}

.mobile_middle_name {
    margin: 83px 0 10px;
    font-size: 27px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
}

.mobile_middle_item{
    margin-top: 67px;
}

.mobile_middle_item img {
    width: 56px;
    height: 56px;
}

.mobile_middle_item span:nth-child(2) {
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    margin-left: 6px;
}

.mobile_middle_item span:nth-child(3) {
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}

.mobileBottom{
    position: fixed;
    left: 0;
    bottom: 0;
}

.hidden{
 display: none;
}