.hide-header-box {
    display: block !important;
}

.content {
    width: 100%;
    height: auto;
    min-height: 700px;
    clear: both;
    padding-top: 100px;
    padding-bottom: 80px;
    margin-top: 80px;
    background: url("../image/right.png") center right no-repeat rgba(245, 245, 245, 1);
    background-size: auto;
}

.content_back {
    width: 80%;
    height: auto;
    clear: both;
    margin: 0 auto;
    cursor: default;
}

.forme {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 49px;
    position: relative;
}

.forme:before {
    position: absolute;
    width: 300px;
    height: 50px;
    clear: both;
    left: 0;
    top: -35%;
    content: '';
    background: url("../image/pic.png") center center no-repeat;
}

.hezuo {
    font-size: 60px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #333333;
    margin-top: 50px;
    line-height: 15px;
}

.hezuo_en {
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #333333;
    line-height: 15px;
    margin-top: 40px !important;
}

.lianxi {
    width: 100%;
    height: auto;
    clear: both;
    display: flex;
    margin-top: 80px;
    padding: 0;
    justify-content: space-between;
}

.lianxi_li {
    width: 28%;
    height: 180px;
    padding: 30px;
    display: flex;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    cursor: default;
}

.active.lianxi_li {
    background: #044096;
}

.lianxi_left {
    width: auto;
    height: 100%;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.img_show {
    display: block;
}

.img_hide {
    display: none;
}

.active .img_show {
    display: none;
}

.active .img_hide {
    display: block;
}

.lianxi_title {
    width: 100%;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 15px;
}

.active .lianxi_title, .active .lianxi_phone, .active .font_16 {
    color: rgba(255, 255, 255, 1);
}


.lianxi_phone {
    width: 100%;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 15px;
}


.lianxi_right {
    width: 40%;
}

/*----咨询服务------*/
.con_service {
    width: 100%;
    height: auto;
    clear: both;
    padding: 45px 0;
    margin-top: 80px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 1);
    border-left-width: 0;
    border-right-width: 0;
}

.service_title {

    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 14px;
}

.service_li {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    margin: 50px 0;
}

.service_ul {
    width: 100%;
    height: auto;
    clear: both;
    display: flex;
    padding: 0;
    justify-content: space-between;
}

.service_li input {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    outline: none;
    cursor: default;
    padding: 0;
    border: 1px solid rgba(153, 153, 153, 1);
}

.service_li p {

    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

.active.service_li input {
    background: url("../image/ok.png") center center no-repeat;
    /*background-size: cover;*/
}

.length {
    width: auto;
    height: auto;
    clear: both;
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.length_left {
    width: 85%;
    height: auto;
    clear: both;
    display: flex;
}

.length_li {
    width: auto;
    height: auto;
    clear: both;
    display: flex;
    /*margin-right: 75px;*/
    position: relative;
    align-items: center;
}

.length_li input {
    width: 257px;
    height: 50px;
    margin-left: 10px;
    position: relative;
    padding-left: 10px;
    outline: none;
    font-size: 18px;
    border: 1px solid rgba(153, 153, 153, 1);
}

.length_li p {

    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

.length_li .code {
    position: absolute;
    width: 100px;
    height: 97%;
    right: 1px;
    top: 1px;
    border-left: 1px solid rgba(153, 153, 153, 1);
}

.submit {
    width: 145px;
    height: 50px;
    border: none;
    color: rgba(255, 255, 255, 1);
    background: #044096;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 14px;
}

















