body{
    background-color: #FFFFFF;
}
/* .wrap{
    width: 1440px;
    max-width: 1440px;
} */
.contact-header {
    position: relative;
    width: 100%;
    height: auto;
}

.contact-header img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 70px;
}


/* 头部文字 开始 */
.contact-header .contact-header-bottom {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

    margin-top: 30px;
}

.contact-header-bottom .title {
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: left;
}

.contact-header-bottom .desc {
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: left;
}
/* 头部文字 结束 */

/* .contact-header .contact-header-bottom {
    position: absolute;
    left: 17%;
    top: 60%;
    transform: translateY(-50%);
    width: 50%;
    color: #fff;
}

.contact-header .contact-header-bottom .contact-header-content-title {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    padding: 15px 0;
}

.contact-header .contact-header-bottom .contact-header-content-desc {
    font-size: 14px;
    line-height: 20px;
} */

/* 列表开始 */
.contact-us-list {
    /* background-color: #F2F7FE; */
    margin: 80px 0 100px 0;

}

.contact-us-list li{
    background: #FFFFFF;
    box-shadow: 0px 5px 15px 0px #F2F7FE;
    border-radius: 8px 0px 0px 8px;
}

.contact-us-list .contact-us-item {
    display: flex;
    justify-content: space-around;
    border-radius: 15px;
    margin: 50px 0;
    /* box-shadow: 10px 0 10px -10px rgba(0, 0, 0, 0.5),
               -10px 0 10px -10px rgba(0, 0, 0, 0.5); */
    /* box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.1); */
    box-shadow: 0px 5px 15px 0px #F2F7FE;
    cursor: default;
}

.contact-us-num {
    padding: 60px 0 60px 4.7%;
    /* margin: 50px 0 0 50px; */
    /* background-color: orange; */
    font-weight: 500;
    font-size: 36px;
    color: #0068FF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
}

.contact-us-content {
    /* margin: 50px 10px 0 20px; */
    padding: 60px  1.4%;
    /* background-color: pink; */
    flex: 1;
}

.contact-us-content .contact-us-company {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 30px;
    color: #3C404C;
    line-height: 30px;
    text-align: left;
    font-style: normal;
}

.contact-us-content .contact-us-info {
    font-weight: 400;
    font-size: 16px;
    color: #3C404C;
    line-height: 28px;
    text-align: left;
    font-style: normal;
}

.contact-us-content .contact-us-info .email{
    color: #0068FF;
}

.contact-us-list .img-box{
    width: 50%;
    /* height: 100%; */
    /* border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden; */
}


.contact-us-list img {
    /* height: 100%; */
    width: 100%;
    /* object-fit: cover; */
    height: 100%;
    /* width: 50%;   */
    overflow: hidden;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    display: block;
    border: 0;
}

/*************
* 媒体查询适配
*************/
@media screen and (max-width: 1006px) {
    .wrap{
        width: unset;
    }

    .contact-header img{
        padding-top: 44px;
    }
    /* 头部开始 */
    .contact-header .contact-header-bottom {
        /* left: 10px; */
        margin-top: 22px;
    }

    .contact-header-bottom .title {
        font-size: 14px;
        line-height: 14px;
    }
    
    .contact-header-bottom .desc {
        margin-top: 8px;
        font-size: 12px;
        line-height: 12px;
    }
    /* 头部结束 */

    .contact-us-list{
        margin: 0;
    }
    .contact-us-list li{
        /* padding: 0 10px; */
    }
    .contact-us-list .contact-us-item{
        flex-direction: column;
        position: relative;
        margin: 30px 0px;
        background-color: #fff;
        /* padding: 10px 10px; */
        box-shadow: 0px 5px 15px 0px #F2F7FE;
    }
    .contact-us-list .contact-us-item:first-child{
        margin-top: 10px;
    }
    .contact-us-list .img-box{
        width: 100%;
    }

    .contact-us-num {
        position: absolute;
        left: 2.8%;
        top: 30px;
        font-size: 20px;
        text-align: left;
        /* background-color: red; */
        display: block;
        line-height: 20px;
        margin: 0;
        padding: 0;

    }
    .contact-us-content{
        padding: 30px 2.8%;
        padding-bottom: 20px;
        /* margin: 10px 10px; */
    }
    .contact-us-content .contact-us-company {
       margin-left: 30px;
       font-size: 16px;
       line-height: 20px;
       margin-bottom: 10px;
    }
    .contact-us-list img{
        border-radius: 0;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        width: 100%;
    }
    .contact-us-content .contact-us-info{
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {

    .contact-us-list .contact-us-item{
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0px 15px 15px 0px #F2F7FE;
        box-sizing: border-box;
    }
}