@charset "utf-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
    border: 0;
	box-sizing: border-box;
	/* text-align: justify; */
}

body {
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
	font-weight: 400;
/*	color: #1a1a1a;*/
/*	width: 7.5rem;*/
/*	min-width: 7.5rem;*/
}

fieldset,
img {
	border: 0;
}
:focus {
	outline: 0;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}
a:hover {
	color: #2f91c1;
}

ul, ol, li {
    list-style: none;
}

table {
	 border-collapse: collapse; 
/*	border-collapse: separate !important;*/
	border-spacing: 0 !important;
}
input {
    border: 0;
    outline: none;
}

i, em {
    font-style: normal;
}

.fl {
/*    float: left;*/
}

.fr {
/*    float: right;*/
}

.clear {
    zoom: 1;
	clear: both;
}
.clear:after {
	display: table;
	content: '';
	clear: both;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	clear: both;
	*zoom: 1;
}


.mobileNone {
    display: none !important;
}

.wrapper{
	width: 7rem;
/*	padding: 0 .25rem;*/
	margin: 0 auto;
}

/*头部开始*/
.head_w{
	width: 100%;
	height: 1.52rem;
	background: url(sk_20250812_gzyx_top_m.jpg) no-repeat;
	background-size: cover;
}
.head{
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.head img{
	vertical-align: middle;
}
.top_logo{
	display: inline-block;
	margin: 0 auto;
}
.head .logo_sk img{
	height: .58rem;
}
.head .logo_yuanxiao img{
	height: .5rem;
}
.head .logo_sk,
.head .logo_yuanxiao{
	float: left;
	vertical-align: middle;
}
.head .logo_sk{
	margin-right: .32rem;
}
.head .logo_yuanxiao{
	padding-left: .3rem;
	position: relative;
}
.head .logo_yuanxiao::after{
	content: '';
	width: .01rem;
	height: .5rem;
	background: rgba(33, 129, 176, 0.3);
	
	position: absolute;
	left: 0;
	top: 0.5rem
}


/*导航开始*/
.menu_w{
	width: 100%;
	height: .8rem;
	background: #2f91c1;
	position: relative;
}
.menu ul {
	position: absolute;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	width: 6.2rem;
	height: 0.86rem;
	padding-top: 0.06rem;
	top: -0.06rem;
	/* margin-top: -0.06rem; */
}
.menu li{
	/* float: left; */
	display: inline-block;
	line-height: .8rem;
	font-weight: normal;
	font-size: .3rem;
	position: relative;
	vertical-align: top;
}
.menu li a{
	display: block;
	color: #fff;
	padding: 0 .3rem;
}

.menu li.on a{
	color: #2181b0;
	font-weight: bold;
}
.menu li.on{
	background: url(sk_20250812_gzyx_menu_h.jpg) bottom repeat-x;
	background-size: 100% 100%;
}
.menu li.on::after{
	content: '';
	height: .07rem;
	background: url(sk_20250812_gzyx_menu_h.jpg) top repeat-x;
	position: absolute;
	top: -.06rem;
	left: 0;
	right: 0;
}
.menu li.on::before{
/*	小三角*/
	content: "";
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: .08rem solid transparent;
	border-bottom: .08rem solid #1e6284;
	
  	position: absolute;
	right: -.08rem;
	top: -.07rem;
}

/*导航按钮*/
.menu .but {
	/* float: right; */
	width: .36rem;
	height: .32rem;
	/* margin: 0; */
	padding: 0;
	display: block;
	/* margin-top: .44rem; */
	position: absolute;
	top: .25rem;
	right: .3rem;
}
.menu .but i {
	width: .28rem;
	height: .04rem;
	background: #fff;
	display: block;
	margin-top: .15rem;
	position: relative;
	border-radius: 10px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.menu .but i:before,.but i:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: .36rem;
	height: .04rem;
	background: #fff;
	border-radius: 10px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.phone_on .menu .but i:before, .phone_on .menu .but i:after {
/*	background: #C19D5E;*/
}
.menu .but i:before {
	margin-top: -.12rem;
}

.menu .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;
}

/* 导航下拉 */
.head_navms {
	position: absolute;
	width: 7.5rem;
	top: 2.32rem;
	left: 50%;
	margin-left: -3.75rem;
	z-index: 9999;
	background: #F2F8FD;
	padding-top: .4rem;
	display: none;
}

.head_navms_s {
	overflow-y: scroll;
	height: calc(100vh - 2.32rem);
}

.head_navms_s ul {
	padding: 0 0.3rem .8rem;
}

.head_navms_s ul li {
	border-bottom: 0.01rem solid #d4e5f5;
}

.head_navms_s ul li .title1 {
	line-height: 1.1rem;
	font-size: 0.34rem;
	padding: 0 0.3rem;
	position: relative;
}
.head_navms_s ul li .title1 .ts{
	float: left;
}
.head_navms_s ul li .title1 .icos {
	width: 0.3rem;
	height: 0.3rem;
	background: url(sk_20250812_gzyx_m_menu_jt.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 0.44rem;
	float: right;
	transition: all .5s;
}
.head_navms_s ul li.on {
/*	background-color: #fafdfe;*/
}
.head_navms_s ul li.on .title1 a {
	color: #0b5caa;
}
.head_navms_s ul li.on .title1 .icos {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.head_navms_s ul li .sonul {
	display: none;
	margin-bottom: .3rem;
}

.head_navms_s ul li .sonul .tas {
	display: block;
	padding: 0 0.62rem;
	line-height: 0.7rem;
/*	border-top: 0.01rem solid #d2e3ed;*/
	font-size: 0.3rem;
}

/*head 搜索*/
.head_search {
	position: relative;
	/* float: left; */
	height: .78rem;
/*	overflow: hidden;*/
	/* display: flex; */
	/* justify-content: space-around; */
	/* align-items: center; */
	padding: 0 .25rem;
	margin-bottom: .4rem;
}

.head_search .input1 {
	border-right: 0;
	width: 100%;
	padding: 0 1rem 0 0.3rem;
	font-size: 0.3rem;
	height: .78rem;
	border: .01rem solid #2f91c1;
	vertical-align: top;
	border-radius: 300px;
}

.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.2rem;
	height: .78rem;
	border-radius: 0 100px 100px 0;
	background: url(sk_20250812_gzyx_icon_search.png) no-repeat .32rem center #2f91c1;
	background-size: 0.48rem 0.48rem;
	color: #5892CE;
	border: none;
	font-size: 0.28rem;
	cursor: pointer;
	right: 0;
	top: 50%;
    transform: translateY(-50%);
}

.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;
}


/*导航结束*/

.coverImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*Foot*/
.foot_bg{
	border-top: .05rem solid #2f91c1;
	background: #e7edf8;
}
.foot{
	width: 7rem;
	margin: 0 auto;
	font-size: .26rem;
	padding-bottom: .3rem;
}
.foot_link {
	line-height: 2;
	text-align: left;
	padding: .2rem 0;
}
.foot_link .bt{
	display: block;
	font-weight: bold;
	font-size: .28rem;
}
.foot_link .line{
	margin: 0 .15rem;
	color: #999;
	display: none;
}
.foot_link a{
	white-space: nowrap;
	margin-right: .3rem;
}

.foot_copy{
	text-align: center;
	line-height: 3;
	border-top: .01rem solid #d6deec;
}

.weizhi{
	line-height: 0.44rem;
	padding: 0.3rem 0;
	font-size: .26rem;
	color: #666;
}
.weizhi a{
	color: #666;
}
.weizhi a:hover{
	color: #2f91c1;
}

/*栏目 更多 样式*/
.lm_more{
	color: #2f91c1;
	font-size: .3rem;
	line-height: .9rem;
	border: .01rem solid #2f91c1;
	border-radius: .06rem;
	background: #f7faff;
	display: block;
	text-align: center;
}
.lm_more .ico{
	vertical-align: middle;
	margin-left: .1rem;
	display: inline-block;
	width: .22rem;
	height: 0;
	border-top: .03rem solid #2f91c1;
	position: relative;
	top: -.03rem;
    transition: all .5s;
}
.lm_more .ico::after,
.lm_more .ico::before {
	content: '';
	height: 0;
	border-top: .03rem solid #2f91c1;
	position: absolute;
	left: 0;
    transition: all .5s;
}
.lm_more .ico::after {
	width: .29rem;
	top: -.11rem;
}
.lm_more .ico::before {
	width: .17rem;
	bottom: -.09rem;
}