*{
	box-sizing: border-box;
}
.visible-xs {
	display: none;
}
.hidden-xs {
	display: block;
}
@media (max-width: 768px) {
	.visible-xs {
		display: block;
	}
	.hidden-xs {
		display: none;
	}
}
body {
	margin: 0;
	font-family: "Microsoft Yahei,SourceHanSansCN-Medium";
}
a {
	text-decoration: none;
}
.header {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 56px;
}
.head {
	width: 100%;
	margin: 0 auto;
	box-shadow: 0 1px 2px rgba(4, 0, 0, 0.1);
	background: linear-gradient(to right, #4c4e7b 0%, #3d5eca 100%);
}
.header a {
	color: #ffffff;
}
.header .header_top {
	width: 1280px;
	margin: 0 auto;
	height: 56px;
	background: linear-gradient(to right, #4c4e7b 0%, #3d5eca 100%);
}
.header .header_top .header_container {
	position: relative;
}
.header .header_top .header_container .header_left {
	width: 270px;
	height: 56px;
	float: left;
	margin-top: 0px;
}
.header .header_top .header_container .header_left img {
	width: 115px;
	height: 28px;
	margin: 14px 9px 14px 10px;
	float: left;
}
.header .header_top .header_container .header_left a {
	height: 28px;
	line-height: 28px;
	display: block;
	float: right;
	width: 130px;
	font-size: 20px;
	margin-top: 14px;
	padding-left: 10px;
	border-left: 1px solid #FFFFFF;
}
.header .header_top .header_container .header_right {
	width: 120px;
	height: 56px;
	float: right;
	margin-top: 0px;
}
.header .header_top .header_container .header_right a {
	height: 32px;
	line-height: 30px;
	display: block;
	width: 86px;
	text-align: center;
	margin: 12px;
	border: 1px solid #FFFFFF;
	border-radius: 16px;
	font-size: 14px;
}
.header .header_top .header_container .header_content {
	position: absolute;
	right: 130px;
	top: 0;
	z-index: 10;
}
.header .header_top .header_container .header_content ul {
	float: left;
	margin: 0;
	line-height: 52px;
	padding: 0;
}
.header .header_top .header_container .header_content ul li {
	display: block;
	float: left;
	margin: 0 15px;
}
.header .header_top .header_container .header_content ul .active {
	border-bottom: 4px solid #FFFFFF;
}
.header .header_top .header_container .header_content ul li a {
	padding-left: 12px;
	padding-right: 12px;
	background: none;
	overflow: hidden;
	font-size: 14px;
	z-index: 10;
}
.footer_wrapper {
	background: #031b33;
}
.footer_wrapper .yinlian {
	width: 230px;
}
.footer_wrapper .fixed_width {
	overflow: hidden;
	padding-top: 40px;
	width: 1280px;
	margin: 0 auto;
	position: relative;
	border-bottom: 1px solid #4f5358;
	height: 300px;
	background: #031b33;
}
.footer_wrapper .fixed_width a:hover {
	text-decoration: none;
}
.footer_wrapper .fixed_width .footer_cotl {
	float: left;
	color: #fff;
	overflow: hidden;
	font-family: 'Microsoft Yahei';
	padding-left: 50px;
	border-right: 1px solid #4f5358;
	width: 230px;
}
.footer_wrapper .fixed_width .footer_cotl h3 {
	font-size: 18px;
	margin-top: 0;
	font-weight: normal;
	color: #fefefe;
	margin-bottom: 23px;
}
.footer_wrapper .fixed_width .footer_cotl h3 img {
}
.footer_wrapper .fixed_width .footer_cotl p {
	font-size: 14px;
	line-height: 37px;
	font-family: 'Microsoft Yahei';
	margin: 0;
}
.footer_wrapper .fixed_width .footer_cotl p a {
	color: #AAAAAA;
}
.footer_wrapper .fixed_width .footer_cotl div {
	overflow: hidden;
}
.footer_wrapper .fixed_width .footer_cot {
	float: left;
	color: #fff;
	overflow: hidden;
	font-family: 'Microsoft Yahei';
	padding-left: 40px;
	width: 320px;
}
.footer_wrapper .fixed_width .footer_cot h3 {
	font-size: 18px;
	font-weight: normal;
	color: #fefefe;
	margin-bottom: 23px;
	margin-top: 0;
}
.footer_wrapper .fixed_width .footer_cot h3 img {
}
.footer_wrapper .fixed_width .footer_cot p {
	font-size: 14px;
	line-height: 37px;
	font-family: 'Microsoft Yahei';
	color: #AAAAAA;
	margin: 0;
}
.footer_wrapper .fixed_width .footer_cot p a {
	color: #fff;
}
.footer_wrapper .fixed_width .footer_cot div {
	overflow: hidden;
}
.footer_wrapper .footerHelp.about_link {
	float: right;
	width: 112px;
}
.footer_wrapper .footerHelp.about_link .footer_box {
	width: 100%;
}
.footer_wrapper .about_link {
	width: 322px;
}
.footer_wrapper .about_link a {
	color: #aaaaaa;
	font-size: 14px;
	float: left;
	margin-right: 44px;
	margin-bottom: 20px;
	padding-bottom: 1px;
	font-family: 'Microsoft Yahei';
	border-bottom: 1px solid transparent;
}
.footer_wrapper .about_link a:hover {
	border-bottom: 1px solid #fff;
}
.footer_wrapper .fixed_width .about_link h3 {
	margin-bottom: 30px;
}
.footer_wrapper .footer_box {
	width: 100%;
}
.footer_wrapper .hot_footer {
	margin-top: 52px;
}
.footer_wrapper .hot_footer a {
	color: #fff;
	font-size: 14px;
	display: block;
	margin-bottom: 20px;
	font-family: 'Microsoft Yahei';
	padding-bottom: 1px;
	border-bottom: 1px solid transparent;
	width: auto;
}
.footer_wrapper .hot_footer a:hover {
	border-bottom: 1px solid #fff;
}
.footer_wrapper .footer_weixin {
	position: absolute;
	right: 50px;
	top: 52px;
	width: 120px;
	text-align: center;
}
.footer_wrapper .footer_weixin2 {
	position: absolute;
	right: 220px;
	top: 52px;
	width: 120px;
	text-align: center;
}
.footer_wrapper .footer_weixin2 p {
	font-size: 12px;
}
.footer_wrapper .footer_weixin p {
	font-size: 12px;
}
.footer_wrapper .footer_weixin img {
	width: 120px;
	height: 120px;
	margin-bottom: 8px;
}
.footer_wrapper .footer_weixin2 img {
	width: 120px;
	height: 120px;
	margin-bottom: 8px;
}
.footer_wrapper .footer_weixin {
	font-size: 14px;
	color: #fff;
	font-family: 'Microsoft Yahei';
}
.footer_wrapper .footer_weixin2 {
	font-size: 14px;
	color: #fff;
	font-family: 'Microsoft Yahei';
}
.footer_wrapper .footer_bot {
	height: auto;
	background: #031b33;
	color: #aaaaaa;
	font-size: 12px;
	text-align: center;
}
.footer_wrapper .footer_bot .footer_bot_box {
	overflow: hidden;
	line-height: 58px;
	display: inline-block;
}
.footer_wrapper .footer_bot .fixed_width {
	padding-top: 0;
	height: 100%;
}
.footer_wrapper .footer_bot .footer_bot_box span {
	margin-right: 24px;
	float: left;
}
.footer_wrapper .footer_bot .footer_bot_box span a{
	display: inline-block;
	line-height: 20px;
	color: #aaaaaa;
}
.footer_wrapper .footer_bot .footer_bot_box span a img{
	vertical-align: bottom;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.footer_wrapper .footer_bot .footer_bot_box i {
	float: left;
	background: url(gongan_icon.png) no-repeat center;
	margin-left: 22px;
	margin-right: 26px;
	width: 23px;
	height: 56px;
}
.footer_wrapper .footer_bot .footer_bot_box b {
	float: left;
	background: url(yingye_icon.png) no-repeat center;
	width: 27px;
	height: 56px;
}
@media (max-width: 768px) {
	.footer_wrapper {
		width: 100%;
	}
	.footer_wrapper .fixed_width {
		height: auto;
		padding-top: 0.2rem;
	}
	.footer_wrapper .fixed_width .footer_cot {
		width: 100%;
		padding: 0 0.15rem 0.2rem;
	}
	.footer_wrapper .fixed_width .footer_cot h3 {
		margin-bottom: 0.15rem;
	}
	.footer_wrapper .fixed_width .footer_cot h3 img {
		width: auto;
	}
	.footer_wrapper .fixed_width .footer_cot p {
		font-size: 0.12rem;
		padding-left: 0.33rem;
		line-height: 0.2rem;
	}
	.footer_wrapper .about_link {
		width: 100%;
		padding: 0 0.15rem;
	}
	.footer_wrapper .about_link a {
		font-size: 0.12rem;
	}
	.footer_wrapper .about_link h3 {
		float: left;
		font-size: 0.14rem !important;
	}
	.footer_wrapper .about_link .footer_box {
		float: right;
		width: 2.8rem;
	}
	.footer_wrapper .yinlian .footer_box {
		float: right;
		width: 2.8rem;
	}
	.footer_wrapper .about_link .footer_box a {
		margin-left: 0.33rem;
		margin-bottom: 0.1rem;
		margin-right: 0;
	}
	.footer_wrapper .footer_bot {
		font-size: 0.12rem;
	}
	.footer_wrapper .footer_bot .footer_bot_box {
		margin-top: 5px;
		text-align: center;
		line-height: 30px;
		margin-bottom: 5px;
	}
	.footer_wrapper .footer_bot .footer_bot_box span {
		float: none;
		margin-right: 10px;
		display: inline-block;
	}
	.footer_wrapper .footer_bot .footer_bot_box span.pic_foot {
		margin-right: 0;
	}
	.footer_wrapper .footer_bot .footer_bot_box .botWrap {
		display: block;
		margin-top: 6px;
	}
	.footer_wrapper .drcode {
		height: 1.8rem;
		text-align: center;
	}
	.footer_wrapper .footer_weixin2 {
		padding-top: 0.2rem;
		color: #fff;
		/*left: 15%;*/
		/*float: left;*/
		
		position: static;
		display: inline-block;
		margin: 0 .1rem;
	}
	.footer_wrapper .footer_weixin {
		padding-top: 0.2rem;
		color: #fff;
		/*right: 15%;*/
		
		position: static;
		display: inline-block;
		margin: 0 .1rem;
	}
	.footer_wrapper .footer_weixin img {
		width: 1.1rem;
		height: 1.1rem;
		margin-bottom: 8px;
	}
	.footer_wrapper .footer_weixin2 img {
		width: 1.1rem;
		height: 1.1rem;
		margin-bottom: 8px;
	}
	.footer_phone {
		text-align: center;
	}
	.footer_phone a {
		color: #fff;
	}
	.footer_phone span {
		color: #fff;
		padding-left: .1rem;
		padding-right: .1rem;
	}
}
@media (max-width: 1400px) {
	.banner .cont_warp {
		padding: 0 90px;
		left: 0;
		margin-left: 0px;
	}
}