@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,
strong,
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;
}

body {
	font-family: "Microsoft YaHei";
	font-size: 16px;
	color: #1a1a1a;
	min-width: 1300px;
	overflow-x: hidden;
}
.warp_center {
	width: 1400px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0 4px;
}
textarea, input {
	background: transparent;
	color: #888;
	outline: none;
	border: 0;
}
.pcNone {
	display: none !important;
}

.box_shadow1 {
	background: #fff;
	box-shadow: 0px 0px 4px rgba(2, 105, 165, 0.19);
}
* {
	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: #186ABC;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


/* 头部 */
.head {
	background: url("head_bg.jpg") top center no-repeat;
	height: 148px;
	position: relative;
	z-index: 9999;
}
.head_box {
	width: 1600px;
	margin: 0 auto;
}
.head .logo {
	float: left;
	margin-top: 28px;
}
.head .logo img {
	display: block;
	width: 500px;
}
.menu {
	width: 1060px;
	float: right;
}
.menu .head_t {
	background: url("head_top_bg.jpg") left no-repeat;
	height: 57px;
}
.menu .sline {
	color: #FFFFFF;
	padding: 0 15px 0 10px;;
	font-size: 14px;
}
.head_tr {
	margin-top: 19px;
}

.head_tr li {
	line-height: 17px;
	cursor: pointer;
}
.head_tr li a:hover .sp {
	color: #abd5ff;
}
.head_tr li .imgs {
	margin-right: 7px;
	vertical-align: middle;
}

.head_tr li .sp {
	color: #ffffff;
}

.nav {
	height: 90px;
	line-height: 90px;
	float: right;
}

.nav .nav_list {
	margin: 0 auto;
}

.nav .nav_list ul li {
	float: left;
	color: #FFFFFF;
	position: relative;
}
.nav .nav_list ul li::after {
	content: "";
	display: block;
	width: 	1px;
	height: 18px;
	background: #B6C9E8;
	position: absolute;
	right: 1px;
	top: 37px;
}
.nav .nav_list ul li:hover > a {
	color: #5792CD;
}
.nav .nav_list ul li a {
	display: block;
	padding: 0 13px 0 13px;
	font-size: 20px;
	font-weight: bold;
}
.nav .nav_list ul li a:hover {

}
.nav .nav_list ul li:last-child a {
	padding-right: 0;
}
.nav .nav_list ul li:last-child::after {
	display: none;
}
.nav .nav_list .chil-nav a:hover {
	background: #ededed;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.nav .nav_list .chil-nav {
	position: absolute;
	width: 200px;
	padding-top: 20px;
	top: 71px;
	left: 50%;
	margin-left: -100px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	opacity: 0;
	visibility: hidden;
}
.nav .nav_list ul li:nth-child(9) .chil-nav {

}
.nav .nav_list li:hover .chil-nav {
	top: 71px;
	opacity: 1;
	visibility: visible;
}

.nav .nav_list .chil-nav .chil-item {
	position: relative;
	border-top: 4px #5892CE solid;
	background: #ffffff;
}
.nav .nav_list .chil-nav .chil-item a {
	font-weight: normal;
}
.nav .nav_list .chil-nav .chil-item::before {
	content: "";
	position: absolute;
	width: 12px;
	height: 7px;
	left: 50%;
	top: -7px;
	margin-left: -6px;
}
.nav .nav_list .chil-nav a {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	padding: 0;
}
.search {
	width: 30px;
	margin-right: 40px;
	position: relative;
}
.search .sline {
	padding: 0 0 0 45px;
}
.search .btn {
	opacity: 1;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}
.search .btn input {
	width: 100%;
	height: 22px;
	cursor: pointer;
	position: absolute;
	z-index: 1;
	left: 0;
	right: auto;
	top: -2px;
	bottom: auto;
	background: url("hky_ico_1.png") no-repeat;
}
.search .input {
	position: absolute;
	z-index: 1;
	left: auto;
	right: -5px;
	top: -8px;
	bottom: auto;
	height: 34px;
	width: 30px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
}
.search .input input {
	width: 88%;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	padding: 0 10px;
}
.search.on .btn {
	color: #186ABC;
}
.search.on .btn input {
	display: block;
	background: url("hky_ico_1_on.png") no-repeat;
}
.search.on .input {
	width: 250px;
	opacity: 1;
	visibility: visible;
}
.search .input {
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
}
/* 头部 end */


/* 底部 */
.footer {
	width: 100%;
	background-color: #F3F6FA;
	border-top: 8px #5892CE solid;
}
.footer_w {
	border-top: 1px #CCDAE9 solid;
	padding: 10px 0;
}
.footer_l {
	margin-top: 10px;
}

.footer_l img {
	cursor: pointer;
}

.footer_text {
	line-height: 30px;
	color: #596572;
	font-size: 16px;
	width: 1300px;
	margin-left: 30px;
	margin-top: 10px;
}

.footer_text a {
	color: #596572;
}

.footer_text .sp {
	margin-right: 42px;
	position: relative;
}
.footer_text .sp img {
	vertical-align: text-bottom;
}
.footer_text .sp::after {
	content: "";
	width: 1px;
	height: 14px;
	background: #9FACBA;
	display: block;
	position: absolute;
	top: 5px;
	right: -22px;
}
.footer_text .sp:last-child::after {
	display: none;
}
.link {
	width: 100%;
	padding: 25px 0;
	overflow: hidden;
}

.link .title {
	font-size: 18px;
	color: #0F2235;
	font-weight: bold;
	line-height: 34px;
	width: 100px;
	float: left;
}

.link_s {
	width: 1270px;
	float: right;
}

.link_s li {
	line-height: 35px;
	font-size: 16px;
	width: 254px;
	float: left;
}

.link_s li a {
	color: #0F2235;
}

.link_s li a:hover {
	color: #004f7c;
}

/* 底部 end */
@media screen and (max-width: 1640px) {
	body {
		overflow-x: auto;
	}
	/* 头部 */
	.head {
		background: url("head_bg.jpg") top center no-repeat;
		background-size: auto 109px;
		height: 110px;
		position: relative;
		z-index: 9999;
	}
	.head_box {
		width: 1200px;
		margin: 0 auto;
	}
	.head .logo {
		float: left;
		margin-top: 18px;
	}
	.head .logo img {
		display: block;
		width: 364px;
	}
	.menu {
		width: 790px;
		float: right;
	}
	.menu .head_t {
		background: url("head_top_bg.jpg") left no-repeat;
		background-size: auto 42px;
		height: 42px;
	}
	.menu .sline {
		color: #FFFFFF;
		padding: 0 12px 0 7px;
		font-size: 14px;
	}
	.head_tr {
		margin-top: 13px;
	}

	.head_tr li {
		line-height: 12px;
		cursor: pointer;
		font-size: 12px;
	}
	.head_tr li a:hover .sp {
		color: #abd5ff;
	}
	.head_tr li .imgs {
		margin-right: 7px;
		vertical-align: middle;
		height: 14px;
	}

	.head_tr li .sp {
		color: #ffffff;
	}

	.nav {
		height: 66px;
		line-height: 66px;
		float: right;
	}

	.nav .nav_list {
		margin: 0 auto;
	}

	.nav .nav_list ul li {
		float: left;
		color: #FFFFFF;
		position: relative;
	}
	.nav .nav_list ul li::after {
		content: "";
		display: block;
		width: 	1px;
		height: 18px;
		background: #B6C9E8;
		position: absolute;
		right: 1px;
		top: 26px;
	}
	.nav .nav_list ul li:hover > a {
		color: #5792CD;
	}
	.nav .nav_list ul li a {
		display: block;
		padding: 0 8px 0 7px;
		font-size: 16px;
		font-weight: bold;
	}
	.nav .nav_list ul li a:hover {

	}
	.nav .nav_list ul li:last-child a {
		padding-right: 0;
	}
	.nav .nav_list ul li:last-child::after {
		display: none;
	}
	.nav .nav_list .chil-nav a:hover {
		background: #ededed;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
	}
	.nav .nav_list .chil-nav {
		position: absolute;
		width: 160px;
		padding-top: 20px;
		top: 47px;
		left: 50%;
		margin-left: -80px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		opacity: 0;
		visibility: hidden;
	}
	.nav .nav_list ul li:nth-child(9) .chil-nav {

	}
	.nav .nav_list li:hover .chil-nav {
		top: 47px;
		opacity: 1;
		visibility: visible;
	}

	.nav .nav_list .chil-nav .chil-item {
		position: relative;
		border-top: 3px #5892CE solid;
		background: #ffffff;
	}
	.nav .nav_list .chil-nav .chil-item a {
		font-weight: normal;
	}
	.nav .nav_list .chil-nav .chil-item::before {
		content: "";
		position: absolute;
		width: 12px;
		height: 7px;
		left: 50%;
		top: -7px;
		margin-left: -6px;
	}
	.nav .nav_list .chil-nav a {
		display: block;
		text-align: center;
		font-size: 12px;
		line-height: 34px;
		padding: 0;
	}
	.search {
		width: 30px;
		margin-right: 20px;
		position: relative;
	}
	.search .sline {
		padding: 0 0 0 30px;
	}
	.search .btn {
		opacity: 1;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 5;
	}
	.search .btn input {
		width: 100%;
		height: 18px;
		cursor: pointer;
		position: absolute;
		z-index: 1;
		left: 0;
		right: auto;
		top: 0px;
		bottom: auto;
		background: url("hky_ico_1.png") no-repeat;
		background-size: 16px;
	}
	.search .input {
		position: absolute;
		z-index: 1;
		left: auto;
		right: 5px;
		top: -4px;
		bottom: auto;
		height: 24px;
		width: 30px;
		background: #fff;
		opacity: 0;
		visibility: hidden;
	}
	.search .input input {
		width: 88%;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
		padding: 0 10px;
	}
	.search.on .btn {
		color: #186ABC;
	}
	.search.on .btn input {
		display: block;
		background: url("hky_ico_1_on.png") no-repeat;
		background-size: 16px;
	}
	.search.on .input {
		width: 200px;
		opacity: 1;
		visibility: visible;
	}
	.search .input {
		transition: All 0.5s ease;
		-webkit-transition: All 0.5s ease;
		-moz-transition: All 0.5s ease;
		-o-transition: All 0.5s ease;
	}
	/* 头部 end */


	/* 底部 */
	.footer {
		width: 100%;
		background-color: #F3F6FA;
		border-top: 8px #5892CE solid;
	}
	.footer_w {
		border-top: 1px #CCDAE9 solid;
		padding: 5px 0;
	}
	.footer_l {
		margin-top: 10px;
	}

	.footer_l img {
		cursor: pointer;
		width: 40px;
	}

	.footer_text {
		line-height: 22px;
		color: #596572;
		font-size: 12px;
		width: 930px;
		margin-left: 20px;
		margin-top: 10px;
	}

	.footer_text a {
		color: #596572;
	}

	.footer_text .sp {
		margin-right: 27px;
		position: relative;
	}
	.footer_text .sp img {
		vertical-align: text-bottom;
		width: 16px;
	}
	.footer_text .sp::after {
		content: "";
		width: 1px;
		height: 10px;
		background: #9FACBA;
		display: block;
		position: absolute;
		top: 3px;
		right: -15px;
	}
	.footer_text .sp:last-child::after {
		display: none;
	}
	.link {
		width: 100%;
		padding: 15px 0;
		overflow: hidden;
	}

	.link .title {
		font-size: 14px;
		color: #0F2235;
		font-weight: bold;
		line-height: 22px;
		width: 70px;
		float: left;
	}

	.link_s {
		width: 920px;
		float: right;
	}

	.link_s li {
		line-height: 24px;
		font-size: 12px;
		width: 182px;
		float: left;
	}

	.link_s li a {
		color: #0F2235;
	}

	.link_s li a:hover {
		color: #004f7c;
	}

}