.title_contact{
	margin-top: 20px;
	margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    color: #37699c;
    font-weight: 600;
}
.con_contact label{
	float: left;
    width: 100px;
    font-size: 16px;
    color: #37699c;
    
}
.con_contact{
	padding: 10px 0;
}
.con_contact p{
	font-size:15px;
}
.contact_recruit{
    margin-top: 20px;
}
.recruit_content{
    text-indent: 28px;
    font-size: 14px;
    padding-bottom: 20px;
    border-bottom: solid 1px #eee;
    margin-bottom: 20px;
}

.contact_recruit table{
    width: 100%;
}
.contact_recruit thead{
    background: #37699c;
    color: #fff;
}
.contact_recruit tr{
    line-height: 40px;
}
.contact_recruit tbody{
    text-align: center;
    font-size: 14px;
}
.contact_recruit tbody tr:hover{
    background: #b9c6d2;
    color: #fff;
}
.contact_detail{
    margin-top: 20px;
}
.main_detail{
    padding-bottom: 40px;
    border-bottom: solid 1px #d8e0e8;
    margin-bottom: 20px;
    position: relative;
}
.main_detail p{
    font-size: 20px;
    color: #37699c;
    line-height: 40px;
}
.main_detail .q_main{
    font-size: 14px;
    margin-right: 20px;
}
.main_detail .a_main{
    margin-right: 20px;
}
.minute_title{
    color: #a1c2e4;
    font-size: 15px;
    margin-bottom: 40px;
}
.minute_detail{
    margin-bottom: 20px;
}
.btn_wrap{
    position: absolute;
    top: 0;
    right: 0;
}
.btn_wrap button{
    padding: 5px 10px;
    /* margin-top: 10px; */
    background: #37699c;
    border: none;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
}
.btn_wrap button:active{
    background: #5A748E;
}
.form_content{
    margin-top: 20px;
}
.form_label{
    padding: 10px 0;
}
.form_label label{
    line-height: 30px;
    font-size: 15px;
    width: 100px;
    display: inline-block;
    background: url(../img/must.png) -7px -2px no-repeat;
    padding-left: 20px;
    background-size: 32px;
    box-sizing: border-box;
    float: left;
}
.form_label .no_bg{
    background: none;
}
.form_input{
    display: inline-block;
    width: 50%;
    float: left;
}
.form_label input{
    border: solid 1px #aaa;
    height: 30px;
    box-sizing: border-box;
    border-radius: 4px;
    width: 180px;
    color: #555;
    font-size: 15px;
    float: left;
}
.form_label select{
    border: solid 1px #aaa;
    height: 30px;
    box-sizing: border-box;
    border-radius: 4px;
    width: 180px;
    color: #555;
    font-size: 15px;
    float: left;
}
.form_textarea{
    float: left;
}
.form_label textarea{
    width: 534px;
    border: solid 1px #aaa;
    border-radius: 4px;
    height: 80px;
}
.form_content .submit{
    text-align: center;
}
.form_content .submit button{
    border: solid 1px #aaa;
    background: #37699c;
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    border-radius: 4px;
}
.form_content .main_span{
    line-height: 30px;
    font-size: 17px;
    color: #37699c;
}

.left_contact{
    width: 40%;
    display: inline-block;
    float: left;
}
.right_img{
    width: 50%;
    float: right;
    height: 400px;
    background: url(../img/contact/contact_01.png) no-repeat top center;
    background-size: 100%;
    margin-top: 10px;
}
.contact_code{
    width: 100px;
    height: 100px;
    background: url(../img/code.jpg);
    background-size: 100%;
    margin-left: 96px;
    margin-top: 20px;
}