

.list-content{
    padding: 0rem calc(50% - 600px);
}
.address{
    display: flex;
    align-items: center;
    font-size: var(--font-size-02);
    padding-bottom: 1rem;
}
.address>img:first-child{
    width: 0.833rem;
    margin: 0 0.5rem 0 0;
}
.address a+img{
    width: 0.3645rem;
    margin: 0 0.5rem;
}
.right_icon{
    width: 0.3645rem;
    margin: 0 0.5rem;
}
.address a{
    cursor: pointer;
    color: #8692A1;
}
.address>span{
    color: #0C7D36;
}
.list{
    padding: 0.5rem 1rem;
}
.list>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E5E5E5;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}
.detail-back{
    background: url(../news/img/new-back.jpg) no-repeat;
    background-size: 100% 100%;
}
.detail-content{
    width: 73.5%;
    margin: auto;
    min-height: 43rem;
    padding: 5rem 2%;
}

.contact-box {

}
.contact-box .contact-bottom {
    height: 3rem;
    align-items: center;
    margin: auto;
    justify-content: space-between;
    background: #F9FCFF;
    padding: 0 calc(42% - 600px);
    margin-top: 3%;
}
.contact-box .contact-bottom > div {
    width: 25%;
    font-size: 0.9rem;
    justify-content: center;
}
.all-width {
    width: 100%;
}
.contact-box .contact-bottom .img {
    margin-right: 6%;
}
.contact-box .input-box {
    /* position: absolute; */
    width: 1200px;
    height: 64.5%;
    margin-left: calc(50% - 600px);
}
.contact-box .label {
    font-size: 0.9rem;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    color: #333333;
    letter-spacing: 0.15rem;
    line-height: 3rem;
    margin-top: 1rem;
}
.contact-box .name-phone {
    height: 28%;
    display: flex;
}
.contact-box .name-phone > div {
    width: 28%;
    margin-right: 4%;
}
.contact-box .submit {
    margin-top: 4%;
    cursor: pointer;
    line-height: 2.3rem !important;
    padding: 1.13rem 2rem;
    box-shadow: 0 13px 19px -7px #1e9fff;
}
body .layui-btn.layui-btn-normal {
    background: url(../product/img/submit.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 0.30833rem;
}
.contact-box .layui-form {
    position: relative;
}
.contact-box .word {
    position: absolute;
    right: 0.7rem;
    bottom: 5px;
    color: #aaa;
    font-size: 0.7rem;
}
.contact-box .bg-img {
    width: 100%;
    height: 59%;
}
.contact-box .img .bg-img {
    width: auto;
    height: auto;
}
.list-body {
    padding-top: 5rem;
    background: url("img/contact-back.jpg") no-repeat;
    background-size: 100% 100%;
    height: 37.9rem;
}
img.contact-img {
    position: absolute;
    left: 39%;
    top: 5%;
}

.title {
    font-size: var(--font-size-07);
    font-family: Source Han Sans CN, Source Han Sans CN-Bold;
    /* font-weight: 700; */
    color: #666666;
    letter-spacing: 0.2rem;
    margin: auto;
    height: 8rem;
    line-height: 13rem;
}

input.layui-input {
    height: 2.5rem;
    line-height: 2.5rem;
}
