*{ 
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
}
ul {
	list-style: none;
}
body {
	font-family: "Microsoft Yahei";
	color: #333;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.margin10 {
	margin-top: 10px;
}
.margin20 {
	margin-top: 20px;
}
.margin30 {
	margin-top: 30px;
}
.margin40 {
	margin-top: 40px;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.d-flex-bet {
	display: flex;
	justify-content: space-between;
	align-items: start;
}
.w-25 {
	width: 25%;
}
.w-32 {
	width: 32%;
}
.w-49 {
	width: 49%;
}

/* header */
.pos {
	position: relative;
}
.pos img {
	width: 100%;
}
.pos .pos-title {
	position: absolute;
	top: 45%;
	left: 10%;
}
.catname-title {
    font-size: 42px;
    line-height: 48px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
	color: #fff;
}
.catname-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    display: block;
    width: 4px;
    height: 60px;
    background: #fa030c;
}


.apply-title {
	text-align: center;
	font-size: 36px;
	margin-bottom: 40px;
	font-weight: bold;
	line-height: 60px;
}

.query{margin:0 auto;overflow:hidden;display: flex;}
.query-pic{position:relative;width:560px;height:376px;}
.query-pic img{border-radius:10px 0px 0 10px;max-height:376px;}
.query-tit{width:280px; height:100px; line-height:100px;text-align:center;background:rgba(0,84,144,.7);font-size:30px;color:#ffffff;}
.query-table{width:50%;background:#f8f8f8; padding:60px;height:376px;overflow:hidden;}
.query-tit{position:absolute;top:40%; right:0; z-index:9;}


label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}
.form-group {
    margin-bottom: 15px;
}
input[type="text"] {
    width: 100%;
    border: 1px solid #dddddd;
    line-height: 40px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}


.list-box {
	margin: 20px 0;
}
.list-box ul li {
	line-height: 40px;
}
.list-box ul li a {
	color: #397fbb;
	font-size: 20px;
}