header{
    position: static;
}
header.active{
    position: fixed;
    top: 0;
}
.content .contact_top{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.content .contact_top .contact_left{
    width: 50%;
}
.content .contact_top .contact_right{
    width: 50%;
    background-image: url(../images/contact/bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.content .contact_top .form{
    width: 100%;
    padding:50px 100px 100px 160px;
}
.content .contact_top .form .form_info{
    font-size: 20px;
    color:#333;
}
.content .contact_top .form .form_input{
    font-size: 0;
    width: 100%;
    margin: 30px 0px;
}
.content .contact_top .form .list{
    margin-right:3%;
    width: 48.5%;
    display: inline-block;
    margin-bottom: 20px;
}
.content .contact_top .form .list:nth-child(2n){
    margin-right: 0;
}
.content .contact_top .form .list .input{
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #666;
    font-size: 16px;
    background: rgba(42, 101, 165, 0.1);
    padding-left: 10px;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.content .contact_top .form .list_message{
    width: 100%;
}
.content .contact_top .form .list_message .text_input{
    width: 100%;
    resize: none;
    border:0 none;
    background: #e9eff6;
    height: 125px;
    line-height: 32px;
    color: #666;
    font-size: 16px;
    padding-left: 10px;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.content .contact_top .form .list .input:focus{
    background: rgba(42, 101, 165, 0.3);
}
.content .contact_top .form .text_input:focus {
    background: rgba(42, 101, 165, 0.3);
}
.content .contact_top .form .form_info2{
    font-size: 16px;
    color: #29629f;
    margin-bottom: 10px;
}
.form_agree{
    position: relative;
}
.form_agree input[type=checkbox] {
    position: relative;
    cursor: pointer;
    width: 0;
}
.form_agree label {
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 6px;
    left: 0;
    background: none;
    border: 1px solid #ccc;
}
.form_agree span {
    margin-right: 0;
    margin-left: 23px;
    vertical-align: middle;
}
.form_agree label::after {
    content: ' ';
    position: absolute;
    opacity: 0;
    width: 10px;
    height: 6px;
    background: transparent;
    top: 2px;
    left: 2px;
    border: 2px solid #333;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.form_agree input[type=checkbox]:checked+label:after {
    opacity: 1;
}
.form .submit_btn{
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    background: #29629f;
    cursor: pointer;
    margin-top: 30px;
}
.form .submit_btn img{
    margin-left: 30px;
}
.form .submit_btn:hover img{
    margin-left: 20px;
}

.contact_right .contact_con{
    padding-left: 75px;
    padding-top: 60px;
}
.contact_right .contact_con .address_tit{
    font-size: 20px;
    color: #333;
    font-family: "PuHuiTi";
}
.contact_right .contact_con .address_item{
    margin-top: 20px;
    background: #fff;
    padding: 40px;
    width: 50%;
}
.contact_right .contact_con .address_item .item_name {
    margin:30px 0px 20px;
    font-size: 20px;
    color: #333;
    font-family: "PuHuiTi";
}
.contact_right .contact_con .address_item .item_address{
    line-height: 30px;
    font-size: 16px;
    color: #666;
}
.contact_right .contact_con .address_item .item_address a{
    font-size: 16px;
    color: #666;
}
.contact_right .contact_con .address_item .item_address img{
    margin-right: 10px;
}


.contact_map{
    width: 100%;
    position: relative;
}
.contact_map .swiper_contact img{
    width: 100%;
}
.contact_map .wrapper_content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
}
.contact_map .map_con{
    background: #3067a1;
    width: 30%;
    padding: 70px 0px;
    color: #fff;
    text-align: center;
}
.contact_map .map_con .tab-tit .item{
    display: inline-block;
    margin-right: 10px;
    padding: 0px 20px;
    padding-bottom: 10px;
    position: relative;
    cursor: pointer;
    transition: all 1s;
    -webkit-transition: all 1s;
    font-size: 18px;
    font-family: "PuHuiTi";
}
.contact_map .map_con .tab-tit .item::after{
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.2;
}
.contact_map .map_con .tab-tit .item.active::after{
    opacity: 1;
}
.contact_map .map_con .tab-con{
    margin-top: 30px;
}
.contact_map .map_con .tab-con .item{
    display: none;
    transition: all 1s;
    -webkit-transition: all 1s;
    font-size: 16px;
}
.contact_map .map_con .tab-con .item.active{
    display: block;
}
.contact_map .map_con .tab-con .item .item_name{
    margin: 10px 0px;
}
.contact_map .map_con .tab-con .item .address{
    line-height: 30px;
}

@media only all and (max-width: 1600px){
    .contact_right .contact_con .address_item{
        width: 60%;
    }
    .content .contact_top .form {
        width: 100%;
        padding: 50px 100px 100px 92px;
    }
}
@media only all and (max-width: 1440px){
    .content .contact_top .form {
        padding: 50px 80px 100px 112px;
    }
    .contact_map .map_con{
        width: 40%;
    }
    .contact_right .contact_con .address_item {
        width: 66%;
    }
}
@media only all and (max-width: 1400px) {
    .content .contact_top .form {
        padding: 50px 80px 100px 100px;
    }
}
@media only all and (max-width: 1366px) {
    .content .contact_top .form {
        padding: 50px 80px 100px 75px;
    }
}
@media only all and (max-width: 1280px) {
    .content .contact_top .form {
        padding: 50px 60px 100px 131px;
    }
    .contact_right .contact_con .address_item .item_address{
        line-height: 26px;
    }
    .contact_map .map_con {
        width: 50%;
        padding: 40px 0px;
    }
}
@media only all and (max-width: 1024px){
    .contact_right .contact_con .address_item {
        width: 80%;
        padding: 30px 20px;
    }
    .content .contact_top .form {
        padding: 50px 60px 60px 20px;
    }
    .contact_map .map_con {
        width: 55%;
        padding: 10px 0px;
    }
}
@media only all and (max-width:768px){
    .content .contact_top{
        display: block;
    }
    .content .contact_top .contact_left{
        width: 100%;
    }
    .content .contact_top .contact_right{
        width: 100%;
    }
    .contact_map .wrapper_content{
        position: static;
        transform: none;
        -webkit-transform: none;
    }
    .contact_map .map_con{
        margin: 30px 0px; 
        width: 100%;
        padding: 30px 10px;
    }
    .contact_right .contact_con {
       padding: 40px 20px;
    }
    .content .contact_top .form{
        padding: 50px 20px;
    }
}
@media only all and (max-width:550px){
    .contact_right .contact_con .address_item{
        width: 100%;
    }
    .contact_right .contact_con .address_item .item_name{
        font-size: 18px;
    }
    .content .contact_top .form .list{
        width: 100%;
        margin-right: 0;
    }
    .content .contact_top .form .form_info{
        font-size: 17px;
    }
    .contact_map .map_con .tab-con .item .address {
        line-height: 24px;
        font-size: 15px;
    }
}