@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box
	/*	word-break: break-all;*/
}

body {
	font-family: 'Georgia', 'Arial', Cambria, Times, "Times New Roman", "serif";
	overflow-x: hidden;
	-webkit-text-size-adjust: none; /*	字体固定*/
	color: #31404d;
	background-color: #f9f9f9;
	font-size: .3rem;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

ul, li {
	list-style: none;
}

input {
	border: 0;
	outline: none;
}
*:focus {
	outline: none;
}
i, em {
	font-style: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	zoom: 1;
	clear: both;
	*zoom: 1;
}

.clear:after {
	display: table;
	content: '';
	clear: both;
}

.mobileNone {
	display: none !important;
}

.wrapper{
	width:100%; padding: 0 0.2rem; box-sizing: border-box;
}
.font_b{
	font-weight: bold;
}
.red{
	color: #c00;
}

/*头部*/
.header{
	background: url(sk_sjs202511_bg01.png) top repeat-x #fff;
	background-size: auto .18rem;
	border-bottom: .02rem solid #bcd7ee;
	position: relative;
	height: 3.2rem;
}
.header::after,
.header::before{
	content: '';
	width: .28rem;
	height: .22rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -.125rem;
	z-index: 999;
}
.header::before{
	background-image: url(sk_sjs202511_bg02.png);
	left: 0;
}
.header::after{
	background-image: url(sk_sjs202511_bg03.png);
	right: 0;
}
.head{
}
.head_logo{
	padding-top: .56rem;
}
.head_logo a{
	display: block;
	text-align: center
}
.head_logo .logo_m1{
	width: 1.28rem;
}
.head_logo .logo_m2{
	width: 100%;
}

.head .logo_sk{
	position: absolute;
	top: .5rem;
	z-index: 1
}
.head .logo_sk img{
	width: 1.5rem;
}

/*头部导航按钮*/
.head .link_cn{
	display: inline-block;
	width: 0.38rem;
	height: 0.38rem;
	background: url(sk_sjs_en_202512_cn.png) no-repeat center center;
	background-size: 100% 100%;
	vertical-align: middle;
	margin-left: .15rem;
}
.head .menu_ico{
	position: absolute;
	right: .3rem;
	top: .5rem;
}
.head .menu_ico .icos{
	display: inline-block;
	width: 0.42rem;
	height: 0.42rem;
	background: url(sk_sjs202511_icon_so.png) no-repeat center center;
	background-size: 100% 100%;
	vertical-align: middle;
}
.head .menu_ico .but {
	width: .42rem;
	height: .32rem;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: .2rem;
}
.head .but i {
	width: 100%;
	height: .04rem;
	background: #5b9ad1;
	display: block;
	border-radius: 10px;
	margin-top: .13rem;
	position: relative;
	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: #5b9ad1;
	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;
}

/* 导航下拉 开始*/
/*公众号、联系我们*/
.head_link {
	border-bottom: .02rem solid #cbe0f1;
	margin: 0 .3rem;
}
.head_link li{
	display: inline-block;
	padding: 0 .3rem 0 .2rem;
	position: relative;
	color: #5b9ad1;
	line-height: 1rem;
}
.head_link li::after{
	content: '';
	width: 0;
	height: .28rem;
	border-left: .02rem solid #cbe0f1;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -.14rem;
}
.head_link li.wx img{
	width: .4rem;
	margin-right: .2rem;
	opacity: .6;
	vertical-align: middle;
}
.head_link li:last-child{
	padding-right: 0;
}
.head_link li:last-child::after{
	display: none;
}
/*移动端搜索*/
.head_search {
	/* padding-right: 1.26rem; */
	position: relative;
	border-bottom: .02rem solid #cbe0f1;
	height: 1rem;
	padding-left: 0;
	margin: 0 .3rem;
}

.head_search .input1 {
	border: 0;
	border-right: 0;
	width: 5.85rem;
	font-size: 0.28rem;
	border-radius: 0;
	height: 1rem;
	background: none;
}

.head_search .input1::placeholder {
	color: #a7bdd4;
}
.head_search .input1::-webkit-input-placeholder {
	color: #a7bdd4;
}
.head_search .input1::-moz-placeholder {
	color: #a7bdd4;
}
.head_search .but_s {
	position: absolute;
	width: 1rem;
	height: 100%;
	border: none;
	font-size: 0.28rem;
	cursor: pointer;
	right: 0;
	background: url(sk_sjs202511_icon_so.png) center center no-repeat;
	background-size: .4rem;
}
/*导航菜单*/
.hky_navms {
	position: absolute;
	width: 7.5rem;
	top: 3.2rem;
	left: 50%;
	margin-left: -3.75rem;
	z-index: 9;
	display: none;
	background: #f4f9fd;
}
.hky_navms_s {
	overflow-y: scroll;
	/* height: calc(100vh - 4.2rem); */
	box-shadow:  0rem 0.1rem 0.1rem #ccc;
}
.hky_navms_s ul {
	padding: 0 .2rem 0;
	padding-bottom: .4rem;
	/* padding-bottom: 2rem; */
}
.hky_navms_s ul li {
	border-bottom: 0.01rem solid #cbe0f1;
	color: #30404c;
}
.hky_navms_s ul li .title1 {
	line-height: 1rem;
	font-size: 0.32rem;
	padding: 0 0.3rem 0 .5rem;
	position: relative;
}
.hky_navms_s ul li .title1 .icos2,
.hky_navms_s ul li .title1 .icos {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	/*	尖尖朝右*/
	border-left: .13rem solid #5b9ad1;
	border-bottom: .1rem solid transparent;
	border-top: .1rem solid transparent;
	left: .1rem;
	top: .39rem;
	transition: all .5s;
}

.hky_navms_s ul li.on {
	/*background-color: #fafdfe;*/
}
.hky_navms_s ul li.on .title1 a {
	color: #2d6678;
}
.hky_navms_s ul li.on .title1 .icos {
	transform: rotate(90deg);
}

.hky_navms_s ul li .sonul {
	display: none;
	color: #0b2e3a;
}
.hky_navms_s ul li .sonul .tas {
	display: block;
	padding: .1rem .3rem;
	line-height: 1.5;
	/*	border-top: 0.01rem solid #d2e3ed;*/
	font-size: 0.3rem;
	margin-left: .5rem;
	position: relative;
}
.hky_navms_s ul li .sonul .tas::before{
	content: '•';
	margin-right: .15rem;
	position: absolute;
	left: 0;
	color: #c40001;
}
.hky_navms_s ul li .sonul .tas.on{
	color: #35758b;
}
.hky_navms_s ul li .sonul .tas:last-child{
	margin-bottom: .25rem;
}


/*导航下拉 end*/

/*栏目title - 更多*/
.lm_more{
	color: #c40001;
	text-align: center;
	border: .01rem solid #cbe0f1;
	background: #fdfdfd;
	line-height: .8rem;
	border-radius: .12rem;
	/*	margin-top: .3rem;*/
}
.lm_more .ico{
	content: '';
	display: inline-block;
	width: .36rem;
	height: .36rem;
	background: url(sk_sjs202511_icon_more.png) center center no-repeat;
	background-size: .28rem;
	vertical-align: middle;
	margin-left: .08rem;
	margin-top: -.01rem;
}

/*foot*/
.footer{
	border-top: .1rem solid #dfdfdf;
	background: #f5f5f5;
	margin-top: .7rem;
}
.footer .p1,
.footer .p2{
	text-align: center;
}
.footer .p2 span.t2,
.footer .p2 span.t3,
.footer .p2 span.t4 {
	white-space: nowrap;
	margin: 0 .15rem;
}
.footer .p1 {
	font-size: .28rem;
	line-height: 1.5;
	border-bottom: .01rem solid #e2e2e2;
	color: #1a1a1a;
	padding: .2rem 0;
}
.footer .p2 {
	font-size: .27rem;
	line-height: 1.5;
	color: #4d4d4d;
	padding: .2rem 0 .4rem;
}


/*二级页 位置 面包屑*/
.weizhi{
	line-height: 1.5;
	padding: .2rem 0;
	color: #4589c2;
	font-size: .28rem;
}
.weizhi a:hover{
	color: #306dbf;
}

/* 分页 */
.page {
	font-size: 0;
	text-align: center;
	padding-top: .5rem;
}
.page_s {
	display: inline-block;
}
.page a {
	margin: 0 .03rem;
}

.page a,
.page span,
.page .txt {
	padding: 0 .17rem;
	height: .55rem;
	line-height: .48rem;
	border: .01rem solid #cbe0f1;
	/*	margin: 0 .03rem 0 0;*/
	color: #333333;
	font-size: .26rem;
	border-radius: .03rem;
	min-width: .4rem;
	display: inline-block;
}
.page .txt {
	width: .3rem;
}
.page .cur {
	color: #fff;
	border: .01rem solid #4589c2;
	background: #4589c2;
}
.page span {
	border: none;
}

.page #num {
	height: .5rem;
	line-height: .5rem;
	text-align: center;
	border: .01rem solid #cbe0f1;
	border-radius: .03rem;
	width: .7rem;
	vertical-align: top;
	font-size: .28rem
}
.page font {
	display: block;
	text-align: center;
	margin-top: .3rem;
}
.page font i {
	padding-bottom: 2px;
	display: inline-block;
}
.page #go {
	height: .5rem;
	line-height: .5rem;
	padding: 0 .2rem;
	cursor: pointer;
	margin: 0;
	vertical-align: top;
	border: none;
	background-color: #4589c2;
	font-size: .32rem;
	color: #fff;
	border-radius: .03rem;
}
.page #go:hover{
	background-color: #4589c2;
}


