@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;
	margin: 0 auto; */
	border-collapse: separate !important;
	border-spacing: 0 !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;
}
body {
	font-family: "Microsoft YaHei";
	font-size: 0.3rem;
	color: #1a1a1a;
	max-width: 480px;
	margin: 0 auto;
	box-shadow: 0 0 20px 0 #cccccc;
}
* {
	box-sizing: border-box;
}

.mobileNone {
	display: none !important;
}

.banner img {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.warp_center {
	/* width: 1400px; */
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: .3rem;
	padding-bottom: 0;
}
textarea, input {
	background: transparent;
	color: #888;
	outline: none;
	border: 0;
}

.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 {
	height: 1.7rem;
	padding: 0 0.3rem;
	position: relative;
	z-index: 9999;
}
.head_box {
	margin: 0 auto;
}
.head_box .icos {
	width: 0.34rem;
	height: 0.34rem;
	background: url(hky_m_search.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	right: 0.9rem;
	top: 0.6rem;
}
.head .logo {
	float: left;
	margin-top: .32rem;
}
.head .logo img {
	display: block;
	width: 5.6rem;
}

.head .but {
	/* float: right; */
	width: .36rem;
	height: .32rem;
	/* margin: 0; */
	padding: 0;
	display: block;
	/* margin-top: .44rem; */
	position: absolute;
	top: .6rem;
	right: .3rem;
}
.head .but i {
	width: 100%;
	height: .04rem;
	background: #5892CE;
	display: block;
	margin-top: .15rem;
	position: relative;
	border-radius: 10px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.head .but i:before,.but i:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: .04rem;
	background: #5892CE;
	border-radius: 10px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.phone_on .head .but i:before, .phone_on .head .but i:after {
	background: #C19D5E;
}
.head .but i:before {
	margin-top: -.12rem;
}

.head .but i:after {
	margin-top: .12rem;
}
.phone_on .but i:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin: 0;
}

.phone_on .but i:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin: 0;
}

.phone_on .but i {
	background: none;
}
.hky_logo {
	padding-top: 0.5rem;
	float: none;
}

.hky_logo .imgs {
	display: block;
	width: 100%;
	height: auto;
}
.head_ico {
	border-top: .1rem solid #5892CE;
	background: #F2F8FD;
	border-bottom: 1px #CCDCEC solid;
}
.head_ico ul {
	display: flex;
	justify-content: space-around;
	height: 1.1rem;
	align-items: center;
}
.head_ico ul li {
	position: relative;
}
.head_ico ul li::after {
	content: "";
	width: 1px;
	height: 0.26rem;
	background: #5892CE;
	position: absolute;
	right: -.32rem;
	top: .08rem;
}
.head_ico ul li:last-child::after {
	display: none;
}
.head_ico ul li a {
	color: #5892CE;
}
.head_ico img {
	width: 0.28rem;
	margin-right: .05rem;
}



.head_search {
	/* padding-right: 1.26rem; */
	position: relative;
	/* float: left; */
	background: #F2F8FD;
	/* display: flex; */
	/* justify-content: space-around; */
	/* height: 1.1rem; */
	/* align-items: center; */
	border-bottom: 1px #CCDCEC solid;
	height: 1rem;
	padding-left: .8rem;
}

.head_search .input1 {
	border: 0;
	border-right: 0;
	width: 5.5rem;
	padding: 0 0 0 0.15rem;
	font-size: 0.28rem;
	border-radius: 0;
	height: 1rem;
}

.head_search .input1::placeholder {
	color: #94aec5;
}

.head_search .input1::-webkit-input-placeholder {
	color: #94aec5;
}

.head_search .input1::-moz-placeholder {
	color: #94aec5;
}

.head_search .but {
	position: absolute;
	width: 1.26rem;
	height: 100%;
	background-color: #F2F8FD;
	color: #5892CE;
	border: none;
	font-size: 0.28rem;
	cursor: pointer;
	right: 0;
}

.head_search .icos {
	width: 0.34rem;
	height: 0.34rem;
	background: url(hky_m_search.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	left: .3rem;
	top: 0.3rem;
}








/* 导航下拉 */
.hky_navms {
	position: absolute;
	width: 7.5rem;
	top: 1.7rem;
	left: 50%;
	margin-left: -3.75rem;
	z-index: 9;
	display: none;
}

.hky_navms_s {
	overflow-y: scroll;
	height: calc(100vh - 3.8rem);
}

.hky_navms_s ul {
	padding: 0 0.3rem 2.48rem;
	background: #F2F8FD url(hky_m_menubg.jpg) bottom no-repeat;
	background-size: 7.5rem;
}

.hky_navms_s ul li {
	border-bottom: 0.01rem solid #7eb2d0;
}

.hky_navms_s ul li .title1 {
	line-height: 1rem;
	font-size: 0.32rem;
	padding: 0 0.3rem;
	position: relative;
}

.hky_navms_s ul li .title1 .icos {
	width: 0.14rem;
	height: 0.26rem;
	background: url(hky_m_menu_ico1.png) no-repeat center center;
	background-size: 100% 100%;
	margin-top: 0.38rem;
}

.hky_navms_s ul li.on {
	/*background-color: #fafdfe;*/
}
.hky_navms_s ul li.on .title1 a {
	color: #5892CE;
}
.hky_navms_s ul li.on .title1 .icos {
	width: 0.26rem;
	height: 0.14rem;
	background-image: url(hky_m_menu_ico2.png);
	margin-top: 0.44rem;
}

.hky_navms_s ul li .sonul {
	display: none;
}

.hky_navms_s ul li .sonul .tas {
	display: block;
	padding: 0 0.62rem;
	line-height: 0.87rem;
	border-top: 0.01rem solid #d2e3ed;
	font-size: 0.3rem;
}

/* 头部 end */


/* 底部 */
.footer {
	width: 100%;
	background-color: #F3F6FA;
	border-top: 8px #5892CE solid;
}
.footer .warp_center {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: .3rem .1rem;
}
.footer_w {
	/* border-top: 1px #CCDAE9 solid; */
	/* padding: 10px 0; */
	padding-bottom: 1.5rem;
}
.footer_l {
	/* margin-top: 10px; */
	float: none;
	position: absolute;
	bottom: .3rem;
	left: 42%;
}

.footer_l img {
	cursor: pointer;
	width: 1rem;
}

.footer_text {
	line-height: 1.8;
	color: #596572;
	/* font-size: .34rem; */
	/* width: 1300px; */
	/* margin-left: .56rem; */
	/* margin-top: 10px; */
	text-align: center;
	float: none;
}

.footer_text a {
	color: #596572;
}

.footer_text .sp {
	/* margin-right: 42px; */
	position: relative;
	display: block;
}
.footer_text .sp img {
	height: .34rem;
	vertical-align: middle;
}
.footer_text .sp::after {
	content: "";
	width: 1px;
	height: 14px;
	background: #9FACBA;
	display: block;
	position: absolute;
	top: 5px;
	right: -22px;
	display: none;
}
.footer_text .sp:last-child::after {
	display: none;
}
.link {
	display: none;
}

.link .title {
	font-size: 18px;
	color: #0F2235;
	font-weight: bold;
	line-height: 34px;
	width: 130px;
	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 */