body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6,p { font-family: "PingFang SC;"}
html,body{
    width: 100%;
    margin: 0;
    padding: 0;
}
/* 背景图以后可能做成banner */
.head-nav {
    min-width: 1200px;
    height: 782px;
    background: url('../images/contact-banner.png') no-repeat;
    background-size: 100% 100%;
}
.index-content {
    min-width: 1200px;
    position: relative;
    overflow: hidden;
}
/* 主体部分 开始 */
.content-item1 {
    width: 100%;
    /* min-height: 615px; */
    background-color: #fff;
    position: relative;
}
.bg-img {
    position: absolute;
    right: 144px;
    top: 116px;
}
.main-cont {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.main-cont .cont-title>h3{
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}
.main-cont .cont-title>p{
    font-size: 16px;
    color: #333333;
    font-weight: 400;
}
p.address {
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    position: relative;
    margin: 30px 0;
}
p.address::after {
    content: '';
    width: 80px;
    height: 4px;
    background: #3296FA;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}
.detail {
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.infor-cont {
    min-width: 200px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.detail span {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-left: 20px;
}
.erwm {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 100px;
}
.erwm p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 2;
}
/* 联系我们star */
.foot-top {
    position: relative;
    width: 100%;
    height: 398px;
    background: url('../images/contact-foot-img.png') no-repeat;
    background-size: 100% 100%;
}
.bg-img6 {
    width: 203px;
    height: 203px;
    background: #F59399;
    opacity: 0.5;
    border-radius: 50%;
    position: absolute;
    left: 144px;
    top: -121px;
}
.bg-img7 {
    width: 133px;
    height: 133px;
    background: #A8E3FB;
    opacity: 0.5;
    border-radius: 50%;
    position: absolute;
    right: 84px;
    top: 0;
}
/* .contact-us {
    width: 340px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.foot-top .contact-us h3 {
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.foot-top .contact-us span {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}
.foot-top .contact-us .btn-us {
    width: 140px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin-top: 34px;
} */
/* 联系我们end */
/* 兼容IE样式 */
@media screen\0 {
    .detail {
        display: table;
        margin: 0 auto;
    }
    .detail-infor {
        display: table-cell;
        text-align: left;
    }
}