/* .container{
    width: 100%;
    min-height: 100%;
} */
/*头部*/
.container{
    width: 100%;
    height: auto;
}
.content{
    width: 1200px;
    height: auto;
    margin: 0 auto;
 }
.header{
    height: 100px;
    background-color: #FFFFFF;
}
.head_logo{
    width: 180px;
    height: 60px;
    margin-top: 20px;
}
.head_logo img{
	width: 100%;
	height: 100%;
}
.head_nav{
    width: 900px;
    height: 40px;
    margin-top: 30px;
    display: flex;
}
.nav{
    width: 130px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    color: #0068b7;
    line-height: 40px;
    border-radius: 50px;
    margin-left: 15px;
}
.nav:hover{
    background-color: #0068b7;
    color:#FFFFFF;
}
.actnav{
    background-color: #0068b7;
    color:#FFFFFF;
}

/* 旧 */
/* .header_wrap{
    width: 100%;
    height: 96px;
    background: #FFFFFF;
}
.header{
    width: 1200px;
    line-height: 96px;
    padding-top: 25px;
    box-sizing: border-box;
}
.header_l{

}
.header_l img{
    width: 142px;
    height: 58px;
}
.header_l .logo_one{
    margin-right: 42px;
    display: inline-block;
}
.header_hint{
    padding-top: 10px;
    box-sizing: border-box;
    margin-left: 27px;
    line-height: 20px;
}
.header_hint p{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    *font-style: italic;
    color: #0068B7;
}
.header_hint h2{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    *font-style: italic;
    color: #231815;
}
.header_r{

}
.header_r img{
    width: 54px;
    height:54px;
}
.header_phone{
    line-height:20px;
    margin-left: 15px;
}
.header_phone p{
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #0068B7;
}
.header_phone h2{
    font-size: 38px;
    font-family: FZTanHeiS-B-GB;
    font-weight: bold;
    color: #0068B7;
    line-height: 35px;
} */
/*导航*/
/* .nav_wrap{
	position: relative;
	z-index: 9999;
    width: 100%;
    height: 64px;
    background: #0068B7;
    position: relative;
}
.nav_wrap a{
	color: #FFFFFF !important;
}
.nav{
    width: 1200px;
    line-height: 64px;
}
.nav_one{
    cursor: pointer;
    width: 150px;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
    transition: all .5s;
}
.nav_one:hover{
    background: rgba(255, 255, 255, 0.3);
    font-weight: bold;
}
.nav_one:hover .nav_two{
    height: 351px;
}
.nav_two{
    position: absolute;
    top: 64px;
    left: 0;
    width: 100vw;
    height: 0;
    background: #4D96CD;
    overflow: hidden;
    transition: all .5s;
}
.nav_two_con{
    width: 1200px;
}
.nav_two_con_l{
    width: 330px;
    margin-top: 30px;
    padding-top: 30px;
    box-sizing: border-box;
    border-right: 2px solid #FFFFFF;
}
.nav_two_con_l_item{
    width: 50%;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 80px;
}
.nav_two_con_l_item img{
    width: 25px;
    height: 25px;
}
.nav_two_con_r{
    padding-left: 159px;
    padding-top: 60px;
    box-sizing: border-box;
}
.nav_two_con_item{
    width: 238px;
    margin-right: 80px;
}
.nav_two_con_item img{
    width: 100%;
    height:100%;
}
.nav_two_con_item h2{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin: 20px 0 ;
}
.nav_two_con_item p{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
} */

/*底部*/
.footer_wrap{
    width: 100%;
    height: 310px;
    background: #0068B7;
}
.footer{
    width: 1200px;
    padding-top: 20px;
    box-sizing: border-box;
}
.footer_one{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #FFFFFF;
	display: none;
}
.footer_one_item{
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #FFFFFF;
}
.footer_one_item:nth-child(5){
    border: none;
}
.footer_two{
    padding-top: 10px;
    box-sizing: border-box;
}
.footer_input_con{
}
.footer_input_con_title{
    line-height: 35px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 34px;

}
.footer_input_con_title img{
    width: 37px;
    height: 37px;
    margin-right: 20px;
}
.footer_input_con ul{
    border-right: 1px solid #FFFFFF;
    padding-right: 65px;
}
.footer_input_con li{
    margin-bottom: 12px;
}
.footer_input_con li input{
    width: 250px;
    height: 35px;
    background: rgba(170, 212, 245, 0.4);
    border-radius: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}
.footer_input_con li input::-webkit-input-placeholder {
    color: #CCE8FD;
}
.footer_input_con .footer_btn{
    width: 250px;
    height: 35px;
    background: rgba(170, 212, 245, 0.4);
    border-radius: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 35px;
}
.footer_contact{
    padding-left: 68px;
    box-sizing: border-box;
}
.footer_contact_list{

}
.footer_contact_item_one{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #FFFFFF;
    margin-bottom: 23px;
}
.footer_contact_item_two{
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.footer_contact_item_three{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.footer_qrCode{
    padding-top: 75px;
    box-sizing: border-box;
}
.footer_qrCode_l{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin-left: 15px;
}
.footer_qrCode_l img{
    width: 153px;
    height: 153px;
    display: inline-block;
    margin-bottom: 20px;
}
.footer_bottom_wrap{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #5CA6DF;
}
.footer_bottom{
    width: 1200px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F9F8F8;
}
.footer_bottom_l span{
    padding-right: 10px;
}
input:focus{
    outline: none;
    border:none;
}
