@charset "utf-8";
/* CSS Document */

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;
	margin: 0 auto; */
	border-collapse: separate !important;
	border-spacing: 0px !important;
	background-color: #ccd6e1 !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;
	vertical-align: middle;
}

body {
	font-family: "Microsoft YaHei";
	color: #1a1a1a;
}

.clear {
	zoom: 1;
}

.clear:after {
	display: table;
	content: '';
	clear: both;
}

a {
	text-decoration: none;
	color: #1a1a1a;
}

a:hover {
	color: #1755c1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.searchBtn {
	display: none;
}

.pcNone {
	display: none !important;
}

.qhkx_wrapper {
	width: 1400px;
	margin: 0 auto;
}

.box_shadow1 {
	background: #fff;
	box-shadow: 0px 0px 40px rgba(23, 85, 193, 0.1);
}

.mt30 {
	margin-top: 30px;
}

body {
	background: url(qhkx_topbg.png) repeat-x;
	font-size: 18px;
}

.qhkx_headbg {
	background: url(qhkx_headbg.png) bottom 64px left no-repeat;
	background-size: 100% auto;
}

.qhkx_top {
	min-height: 190px;
}

.logo {
	padding-top: 45px;
	float: left;
}

.logo img {
	height: 110px;
}

.head_rbox {
	float: right;
}

.wuzhangai {
	text-align: right;
}

.wuzhangai a {
	padding-left: 26px;
	line-height: 50px;
	position: relative;
	color: #1763c1;
	font-size: 16px;
}

/*.wuzhangai a:hover {
	color: #023295;
}*/

.wuzhangai a i::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 2px;
	left: 0;
	background: url(qhkx_wuzhangai.png) no-repeat;
	background-size: cover;
}

.head_search {
	margin-top: 20px;
	padding-right: 10px;
	position: relative;
}

.head_search .input1 {
	border: 2px solid #8db9e2;
	border-radius: 6px 0 0 6px;
	border-right: 0;
	width: 380px;
	height: 48px;
	padding: 0 44px 0 10px;
	font-size: 16px;
}

.head_search .input1::placeholder {
	color: #b8ccde;
}

.head_search .input1::-webkit-input-placeholder {
	color: #b8ccde;
}

.head_search .input1::-moz-placeholder {
	color: #b8ccde;
}

.head_search .but {
	position: absolute;
	width: 86px;
	height: 52px;
	background-color: #639bcf;
	color: #fff;
	border: none;
	font-size: 16px;
	cursor: pointer;
	right: 0;
	border-radius: 0 6px 6px 0;
}

.head_search .icos {
	width: 30px;
	height: 30px;
	background: url(qhkx_icon_so.png) no-repeat center center #fff;
	background-size: 30px 30px;
	position: absolute;
	right: 86px;
	top: 10px;
	padding: 0 10px;
}

.menu {
	/* background: url(qhkx_menu.png) center top no-repeat; */
	background: #639bcf;
	height: 64px;
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
	line-height: 64px;
	color: #ffffff;
	position: relative;
}

.menu .before_div1 {
	width: 100%;
	height: 74px;
	background: #1755c1;
	position: absolute;
	top: -10px;
	margin-left: -100%;
}

.menu .before_div2 {
	/* background: red; */
	position: absolute;
	top: -10px;
}

.menu .before_div2 .div1 {
	width: 60px;
	height: 74px;
	background: #1755c1;
	float: left;
}

.menu .before_div2 .div2 {
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 26px solid transparent;
	border-bottom: 74px solid #1755c1;
	float: left;
}

.menu .navs>li {
	float: left;
	margin-right: 62px;
	position: relative;
	z-index: 99;
}

.menu .navs>li:last-child {
	margin-right: 0;
}

.menu .navs .aLink {
	display: block;
}

.menu .navs a {
	color: #ffffff;
}

.menu .navs .subnav_box {
	width: 244px;
	height: 20px;
	display: none;
	position: absolute;
	top: 64px;
	left: -80px;
}

.menu .navs .subnav {
	/* position: absolute; */
	width: 244px;
	/* top: 74px; */
	/* left: -48px; */
	font-size: 20px;
	font-weight: normal;
	box-shadow: 0px 0px 20px rgba(23, 85, 193, 0.1);
	margin-top: 10px;
	border-top: 4px solid #1755c1;
	background-color: #fff;
	padding: 10px 0;

}

.menu .navs li .on,
.menu .navs li:hover {
	/* background: url(qhkx_menu_h.png) center 55px no-repeat;
	background-size: 55px 5px; */
}

.menu .navs li:hover .subnav_box {
	display: block;
}

.menu .navs li:hover .subnav li {
	text-align: center;
}

.menu .navs li:hover .subnav a {
	color: #1755c1;
}

.menu .navs li:hover .aLink {
	color: #f0f3f9;
}

.menu .navs .subnav .nav1 {
	display: block;
	background-color: #fff;
	line-height: 48px;
}

.menu .navs .subnav .nav1:hover {
	background-color: #e7f0f7;
}

.menu .navs .last {
	width: 242px;
	font-size: 16px;
	float: right;
}

.menu .navs .notices {
	height: 46px;
	overflow: hidden;
	width: 100%;
	display: block;
}

.menu .navs .notices li {
	color: #ffffff;
}

.swiper-pagination-switch {
	cursor: pointer;
}

.code-box p{
	text-align: center;
}


@media screen and (max-width: 1440px) {
	.qhkx_wrapper {
		width: 1000px;
		margin: 0 auto;
	}

	.box_shadow1 {
		background: #fff;
		box-shadow: 0px 0px 40px rgba(23, 85, 193, 0.1);
	}

	.mt30 {
		margin-top: 20px;
	}

	body {
		background: url(qhkx_topbg.png) repeat-x;
		font-size: 16px;
	}

	.qhkx_headbg {
		background-position: bottom 42px right;
		background-size: 1300px auto;
	}

	.qhkx_top {
		min-height: 130px;
	}

	.logo {
		padding-top: 30px;
		float: left;
	}

	.logo img {
		height: 74px;
	}

	.head_rbox {
		float: right;
	}

	.wuzhangai {
		text-align: right;
	}

	.wuzhangai a {
		padding-left: 18px;
		line-height: 36px;
		position: relative;
		color: #1763c1;
		font-size: 12px;
	}

	.wuzhangai a:hover {
		color: #023295;
	}

	.wuzhangai a i::after {
		content: "";
		position: absolute;
		width: 16px;
		height: 16px;
		top: 0px;
		left: 0;
		background: url(qhkx_wuzhangai.png) no-repeat;
		background-size: cover;
	}

	.head_search {
		margin-top: 14px;
		padding-right: 10px;
		position: relative;
	}

	.head_search .input1 {
		border: 2px solid #8db9e2;
		border-radius: 6px 0 0 6px;
		border-right: 0;
		width: 254px;
		height: 32px;
		padding: 0 30px 0 6px;
		font-size: 16px;
	}

	.head_search .input1::placeholder {
		color: #b8ccde;
	}

	.head_search .input1::-webkit-input-placeholder {
		color: #b8ccde;
	}

	.head_search .input1::-moz-placeholder {
		color: #b8ccde;
	}

	.head_search .but {
		position: absolute;
		width: 58px;
		height: 36px;
		background-color: #639bcf;
		color: #fff;
		border: none;
		font-size: 16px;
		cursor: pointer;
		right: 0;
		border-radius: 0 6px 6px 0;
	}

	.head_search .icos {
		width: 20px;
		height: 20px;
		background: url(qhkx_icon_so.png) no-repeat center center #fff;
		background-size: 20px 20px;
		position: absolute;
		right: 58px;
		top: 8px;
		padding: 0 6px;
	}

	.menu {
		/* background: url(qhkx_menu.png) center top no-repeat; */
		background: #639bcf;
		height: 42px;
		font-size: 16px;
		font-weight: bold;
		margin-top: 10px;
		line-height: 42px;
		color: #ffffff;
		position: relative;
	}

	.menu .before_div1 {
		width: 100%;
		height: 50px;
		background: #1755c1;
		position: absolute;
		top: -8px;
		margin-left: -100%;
	}

	.menu .before_div2 {
		/* background: red; */
		position: absolute;
		top: -8px;
	}

	.menu .before_div2 .div1 {
		width: 40px;
		height: 50px;
		background: #1755c1;
		float: left;
	}

	.menu .before_div2 .div2 {
		width: 0;
		height: 0;
		border-left: 0px solid transparent;
		border-right: 26px solid transparent;
		border-bottom: 50px solid #1755c1;
		float: left;
	}

	.menu .navs>li {
		float: left;
		margin-right: 43px;
		position: relative;
		z-index: 99;
	}

	.menu .navs>li:last-child {
		margin-right: 0;
	}

	.menu .navs .aLink {
		display: block;
	}

	.menu .navs a {
		color: #ffffff;
	}

	.menu .navs .subnav_box {
		width: 170px;
		height: 20px;
		display: none;
		position: absolute;
		top: 38px;
		left: -54px;
	}

	.menu .navs .subnav {
		display: none;
		/* position: absolute; */
		width: 178px;
		/* top: 43px; */
		/* left: -32px; */
		font-size: 15px;
		font-weight: normal;
		box-shadow: 0px 0px 20px rgba(23, 85, 193, 0.1);
	}

	.menu .navs li .on,
	.menu .navs li:hover {
		/* background: url(qhkx_menu_h.png) center 55px no-repeat;
		background-size: 55px 5px; */
	}

	.menu .navs li:hover .subnav {
		display: block;
		border-top: 4px solid #1755c1;
		background-color: #fff;
		padding: 10px 0;
		margin-top: 10px;

	}

	.menu .navs li:hover .subnav li {
		text-align: center;
		white-space: nowrap;
	}

	.menu .navs li:hover .subnav a {
		color: #1755c1;
	}

	.menu .navs .subnav .nav1 {
		display: block;
		background-color: #fff;
		line-height: 48px;
	}

	.menu .navs .subnav .nav1:hover {
		background-color: #e7f0f7;
	}

	.menu .navs .last {
		width: 242px;
		font-size: 16px;
		float: right;
	}

	.menu .navs .notices {
		height: 46px;
		overflow: hidden;
		width: 100%;
		display: block;
	}

	.menu .navs .notices li {
		color: #ffffff;
	}
}