/*在线报名*/
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn{
	height: 33px;
    padding:0;
    line-height: 0;
}
.input-group-lg>.input-group-addon{
	background-color: transparent;
	border-width:0px;
	font-size:16px;
	color:#333;
	width:110px;
	text-align: right;
	padding-right: 30px;
}
.input-group{
	margin-top: 43px;
}
.head-top .input-group{
    margin-top: 0px;
}
.input-group .form-control{
	width:300px;
	border-radius: 0px;
}
.head-top .input-group .form-control{
	width:150px;
}
.zxsq_content .caret{
	display: inline-block;
	border-top:8px solid #e99314;
	border-right:solid 8px transparent;
	border-left:solid 8px transparent;
	right:9px;
	top:15px;
}
.zxsq_content .dropdown .btn{
	width:132px;
	padding:0;
	text-align: left;
	padding:6px 12px;
	font-size:16px;
}
.zxsq_content .dropdown{
	display: inline-block;
	margin-right: 10px;
}
.dropdown-menu>li>a{
	padding:10px 0;
}
.open>.dropdown-menu{
	top:33px;
	padding:0;
	min-width: 130px;
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default{
	background-color: #fff;
}
.zxsq_content .submit{
	margin-top: 80px;
}
.zxsq_content .submit .btn{
	font-size:20px;
	width:212px;
	line-height: 43px;
	background-color: #1f5284;
	color:#fff;
	text-align: center;

	margin-left: 110px;
}
.zxsq_content  .box{
	margin-left: 220px;
}
/*资料下载*/
.zlxz_content ul li{
	position: relative;
	line-height: 54px;
	border-bottom: solid 1px #c4c4c4;
	padding-left: 26px;
	font-size: 16px;
	overflow-x: hidden;
}
.zlxz_content ul li a{
	float:right;
	margin-right: 10px;
	color:#333;
	text-decoration: none;
}
.zlxz_content ul {
	padding-left: 0px;
}
.zlxz_content ul li .icon{
	display: inline-block;
	width:18px;
	height:15px;
	background:url("../images/download.png") no-repeat;
	position: relative;
	top:2px;
	margin-right: 5px;
}
.zlxz_content ul li span.title{
	float:left;
	width:50%;
	white-space: nowrap;             
    overflow: hidden;               
    text-overflow: ellipsis;
}
.zlxz_content ul li a.cur .icon{
	background:url("../images/download_cur.png") no-repeat;
}
@media screen and (max-width: 991px){
	.zxsq_content  .box{
		margin-left: 40px;
	}
}
@media screen and (max-width: 767px){
	.zxsq_content  .box{
		margin-left:0px;
	}
	.input-group .form-control{
		width:221px;
	}
	.head-top .input-group .form-control{
		width:92px;
	}
	.zxsq_content .dropdown .btn{
		width:100px;
	}
	.open>.dropdown-menu{
		width:100px;
		float:none;
		position: absolute;
	}
	.open>.dropdown-menu{
		min-width: 100px;
	}
	.input-group{
		margin:43px auto 0;
	}
	.zxsq_content .submit {
		text-align: center;
	}
	.zxsq_content .submit .btn{
		margin-left: 0px;
	}
	.zlxz_content ul li{
		padding-left: 10px;
	}
	.zxsq_content .submit{
		margin-top: 40px;
	}

}