@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0;
}

:focus {
	outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
	font-style: normal;
	font-weight: 400;
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0 !important;
}

table td {
	background: #fff;
}

caption,
th {
	text-align: left;
}

sup,
sub {
	font-size: 100%;
	vertical-align: baseline;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}

.clear {
	clear: both;
}

img {
	border: 0;
	outline: 0;
}
html {
	-webkit-text-size-adjust: none;
}

body {
	min-width: 1000px;
	font-family: "Microsoft YaHei";
	color: #1a1a1a;
	background: #fafafa;
}

* {
	box-sizing: border-box;
}

.clear {
	zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	clear: both;
	*zoom: 1;
}

.clear:after {
	display: table;
	content: '';
	clear: both;
}

a {
	text-decoration: none;
	color: #1a1a1a;
}

a:hover {
	color: #4f87c2;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.warp_center {
	width: 1400px;
	margin: 0 auto;
}

/* 顶部 */
.head_wrap {
	height: 60px;
	padding-top: 12px;
}

.logo {
	width: 156px;
}

.banner {
	width: 100%;
}

.banner_img {
	width: 100%;
	display: block;
}

/* 菜单 开始*/
.nav_wrap {
	width: 100%;
	height: 66px;
	background-color: #ffffff;
	box-shadow: 0px 1px 0px 0px #c3d8ec;
	position: relative;
	z-index: 1;
}

.nav_list li {
	float: left;
	line-height: 66px;
	margin-right: 103px;
}

.nav_list li:last-of-type {
	margin-right: 0;
}

.nav_list li a {
	display: block;
	padding: 0 27px;
	font-size: 24px;
	font-weight: bold;
	color: #1a1a1a;
	transition: all 0.3s;
}

.nav_list li:hover a {
	color: #4f87c2;
}

.nav_list li.active a {
	color: #4f87c2;
}

/* 菜单 结束 */



/* 底部 开始*/
.footer {
	background-color: #efefef;
	padding-bottom: 35px;
	border-top: 9px solid #7cafde;
	margin-top: 60px;
}

.select-item-list {
	bottom: 333px;
}

.footer-select-list {
	height: auto;
}

.footer_xh {
	text-align: center;
	font-size: 0;
	padding-bottom: 12px;
	display: flex;
	justify-content: center;
}

.footer_xh a {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	line-height: 46px;
	margin: 0 16px;
}

.footer-select-list {
	display: none;
}

.site-address {
	position: relative;
	width: 1240px;
	margin: 35px auto 0;
}

.address {
	font-size: 18px;
}

.address p {
	margin-bottom: 10px;
	padding-left: 200px;
}

.address_link {
	margin-left: 60px;
}

.address p:last-of-type {
	margin-bottom: 0;
}

.ddjg {
	position: absolute;
	top: 10px;
	left: 0;
}

.bbh {
	margin-right: 70px;
}

.gawb {
	margin-right: 70px;
}

.zfzc {
	position: absolute;
	right: 0;
	top: 18px;
}

.gh {
	position: relative;
	top: 5px;
}

/* 底部 结束*/

/* 面包屑 开始 */
.weizhi {
	margin-top: 18px;
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
}

/* 面包屑 结束 */


/* 分页 */
.page {
	text-align: center;
	padding: 68px 0 20px 0;
}

.page_s {
	display: inline-block;
	font-size: 14px;
}

.page a {
	cursor: pointer;
}

.page a,
.page span,
.page .txt {
	padding: 0 11px;
	height: 34px;
	line-height: 32px;
	border: 1px solid #dddddd;
	margin: 0 4px 0 0;
	color: #333333;
	font-size: 16px;
	border-radius: 2px;
	min-width: 16px;
	display: inline-block;
}

.page a:hover {
	color: #fff;
	border: 1px solid #4f87c2;
	background: #4f87c2;
}

.page .cur {
	color: #fff;
	border: 1px solid #dddddd;
	background: #4f87c2;
}

.page span {
	border: none;
	padding: 0 1px;
}

.page .txt {
	width: 18px;
}

.page #num {
	height: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #dddddd;
	border-radius: 2px;
	width: 46px;
	vertical-align: top;
	font-size: 16px;
	margin-right: 4px;
}

.page font {
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	vertical-align: top;
}

.page font i {
	padding-bottom: 2px;
	display: inline-block;
}

.page #go {
	height: 34px;
	line-height: 34px;
	padding: 0 12px;
	cursor: pointer;
	margin: 0;
	vertical-align: top;
	border: none;
	background-color: #4f87c2;
	font-size: 16px;
	color: #fff;
	border-radius: 2px;
}

/* 分页 结束 */


@media screen and (max-width: 1440px) {
	.warp_center {
		width: 1000px;
		margin: 0 auto;
	}

	/* 顶部 */
	.head_wrap {
		height: 43px;
		padding-top: 9px;
	}

	.logo {
		width: 111px;
	}

	.banner {
		width: 100%;
	}

	.banner_img {
		width: 100%;
		display: block;
	}

	/* 菜单 开始*/
	.nav_wrap {
		width: 100%;
		height: 47px;
		background-color: #ffffff;
		box-shadow: 0px 1px 0px 0px #c3d8ec;
		position: relative;
		z-index: 1;
	}

	.nav_list li {
		float: left;
		line-height: 47px;
		margin-right: 75px;
	}

	.nav_list li:last-of-type {
		margin-right: 0;
	}

	.nav_list li a {
		display: block;
		padding: 0 19px;
		font-size: 17px;
		font-weight: bold;
		color: #1a1a1a;
		transition: all 0.3s;
	}

	.nav_list li:hover a {
		color: #4f87c2;
	}

	.nav_list li.active a {
		color: #4f87c2;
	}

	/* 菜单 结束 */

	/* 底部 开始*/
	.footer {
		background-color: #efefef;
		padding-bottom: 25px;
		border-top: 6px solid #7cafde;
		margin-top: 43px;
	}

	.select-item-list {
		bottom: 236px;
	}

	.footer-select-list {
		height: auto;
	}

	.footer_xh {
		text-align: center;
		font-size: 0;
		padding-bottom: 9px;
		display: flex;
		justify-content: center;
	}

	.footer_xh a {
		display: inline-block;
		font-size: 11px;
		color: #ffffff;
		line-height: 33px;
		margin: 0 11px;
	}

	.footer-select-list {
		display: none;
	}

	.site-address {
		position: relative;
		width: 880px;
		margin: 25px auto 0;
	}

	.address {
		font-size: 13px;
	}

	.address p {
		margin-bottom: 7px;
		padding-left: 142px;
	}

	.address_link {
		margin-left: 43px;
	}

	.address p:last-of-type {
		margin-bottom: 0;
	}

	.ddjg {
		position: absolute;
		top: 7px;
		left: 0;
	}

	.ddjg img {
		width: 57px;
	}

	.bbh {
		margin-right: 50px;
	}

	.gawb {
		margin-right: 50px;
	}

	.zfzc {
		position: absolute;
		right: 0;
		top: 13px;
	}

	.zfzc img {
		width: 79px;
	}

	.gh {
		position: relative;
		top: 4px;
	}

	/* 底部 结束*/

	/* 面包屑 开始 */
	.weizhi {
		margin-top: 13px;
		font-size: 14px;
		line-height: 1.5;
		color: #333333;
	}

	/* 面包屑 结束 */

	/* 分页 */
	.page {
		text-align: center;
		padding: 48px 0 14px 0;
	}

	.page_s {
		display: inline-block;
		font-size: 10px;
	}

	.page a {
		cursor: pointer;
	}

	.page a,
	.page span,
	.page .txt {
		padding: 0 8px;
		height: 24px;
		line-height: 23px;
		border: 1px solid #dddddd;
		margin: 0 2px 0 0;
		color: #333333;
		font-size: 11px;
		border-radius: 1px;
		min-width: 11px;
		display: inline-block;
	}

	.page a:hover {
		color: #fff;
		border: 1px solid #4f87c2;
		background: #4f87c2;
	}

	.page .cur {
		color: #fff;
		border: 1px solid #dddddd;
		background: #4f87c2;
	}

	.page span {
		border: none;
		padding: 0 1px;
	}

	.page .txt {
		width: 13px;
	}

	.page #num {
		height: 24px;
		line-height: 24px;
		text-align: center;
		border: 1px solid #dddddd;
		border-radius: 1px;
		width: 33px;
		vertical-align: top;
		font-size: 11px;
	}

	.page font {
		font-size: 11px;
		height: 24px;
		line-height: 24px;
		display: inline-block;
		vertical-align: top;
	}

	.page font i {
		padding-bottom: 1px;
		display: inline-block;
	}

	.page #go {
		height: 24px;
		line-height: 24px;
		padding: 0 9px;
		cursor: pointer;
		margin: 0;
		vertical-align: top;
		border: none;
		background-color: #4f87c2;
		font-size: 11px;
		color: #fff;
		border-radius: 2px;
	}
}