/* body {
	padding-top: 0;
	background: url(../images/contact/bg.jpg) no-repeat;
	background-size: auto 410px;
	background-position: top center;
	padding-top: 410px;
	background-color: #FFFFFF;
} */

#contact>.content {
    min-height: calc(100vh - 685px);
}

.headerTop {
    padding-top: 0;
    background: url(../images/contact/bg.jpg) no-repeat;
    background-size: auto 350px;
    background-position: top center;
    height: 350px;
    /*background-color: #FFFFFF;*/
    position: relative;
    overflow: hidden;
}

.headerTop p {
    margin: 159px auto;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 6px;
}

#footer {
    margin-top: 44px;
}

.title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

.title::after {
    content: "";
    display: block;
    width: 32px;
    height: 5px;
    background: #E55751;
    margin: 8px auto;
}

.english-title {
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.list li {
    width: 566px;
    padding: 20px 0;
    padding-right: 36px;
    border-top: 1px solid #333333;
    transition: all .3s ease-in-out;
	background: #101112;
}

.list li h5 {
    font-size: 18px;
    color: #e5e5e5;
    font-weight: bold;
    margin-bottom: 20px;
}

.list li p {
    color: #808080;
    margin-top: 14px;
}

.list li:hover {
    border-color: #999999;
}

.list li:hover h5 {
    color: #333333;
}

.list li .imgCode {
    width: 120px;
    text-align: center;
    height: 120px;
    background: #FFFFFF;
    /*box-shadow: 0px 0px 11px 0px rgba(196, 196, 196, 0.4);*/
    border-radius: 3px;
}

.list li .imgCode img {
    width: 100px;
    height: 100px;
    margin-top: 10px;
}

@media screen and (max-width: 1024px) {
    .headerTop {
        width: 100%;
        height: 2rem;
        background-size: cover;
        margin-top: -8px;
    }
    .headerTop p {
        font-size: .28rem;
        margin: .87rem auto 0;
    }
    #contact>.content {
        width: 100%;
        padding: 0 .33rem;
        box-sizing: border-box;
    }
    .title {
        display: none;
    }
    .list {
        margin-bottom: 0.2rem;
    }
    .list li .imgCode {
        width: 1.4rem;
        height: 1.4rem;
    }
    .list li .imgCode img {
        width: 1.2rem;
        height: 1.2rem;
        margin-top: .1rem;
    }
    .list li {
        width: 100%;
        padding: .33rem 0;
        border-top: none;
        border-bottom: 1px solid #F4F5F6;
    }
    .list li:last-of-type {
        border-bottom: none;
    }
    .list li h5 {
        font-size: .28rem;
        color: #333333;
    }
    .list li p {
        font-size: .24rem!important;
        color: #999999;
    }
    .list li>img {
        width: 1.3rem;
    }
}