@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!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";
	color: #1a1a1a;
	min-width: 1000px;
	overflow-x: hidden;
}
* {
	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: #2f91c1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
.pcNone {
  display: none !important;
}

.wrapper{
	width: 1400px;
	min-width: 1400px;
	margin: 0 auto;
}


/*头部开始*/
.head_w{
	width: 100%;
	height: 158px;
	background: url(sk_20250812_gzyx_top.jpg) no-repeat;
	background-size: cover;
}
.head{
	width: 1400px;
	min-width: 1400px;
	margin: 0 auto;
	position: relative;
}
.head img{
	vertical-align: middle;
}
.top_logo{
	float: left;
	padding-top: 48px;
}
.head .logo_sk img{
	height: 58px;
}
.head .logo_yuanxiao img{
	/* height: 50px; */
	height: 40px;
	margin-top: 5px;
}
.head .logo_sk,
.head .logo_yuanxiao{
	float: left;
	vertical-align: middle;
}
.head .logo_sk{
	margin-right: 32px;
}
.head .logo_yuanxiao{
/*	border-left: 1px solid #2181b0;*/
	padding-left: 30px;
	position: relative;
}
.head .logo_yuanxiao::after{
	content: '';
	width: 1px;
	height: 52px;
	background: rgba(33, 129, 176, 0.3);
	
	position: absolute;
	left: 0;
}

/*top检索框*/
.head_search{
	position: absolute;
	top: 60px;
	right: 0;
}
.head_search .inputs{
	width: 332px;
	height: 40px;
	background-color: #fff;
	border: 1px solid #2f91c1;
/*	box-shadow: 0px 2px 20px 0px rgba(53, 145, 220, 0.34);*/
	border-radius: 100px;
	padding: 0 60px 0 18px;
	font-size: 16px;
}
.head_search input {
	color: #bdbdbd;
}
.head_search input.dark {
	color: #333;
}
.head_search .inputs::placeholder {
	color: #bdbdbd;
}
.icos{
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 40px;
	border-radius: 0 100px 100px 0;
	background: url(sk_20250812_gzyx_icon_search.png) no-repeat center center #2f91c1;
	background-size: 22px;
	cursor: pointer;
}

/*导航开始*/
.menu_w{
	width: 100%;
	height: 60px;
	background: #2f91c1;
}
.menu li{
	float: left;
	line-height: 60px;
	font-weight: bold;
	font-size: 20px;
	position: relative;
}
.menu li a{
	display: block;
	color: #fff;
	padding: 0 31px;
}
.menu li a:hover{
	color: #2181b0;
}
.menu li.on a{
	color: #2181b0;
}
.menu li.on,
.menu li:hover{
	background: url(sk_20250812_gzyx_menu_h.jpg) bottom repeat-x;
}
.menu li.on::after,
.menu li:hover::after{
	content: '';
	height: 7px;
	background: url(sk_20250812_gzyx_menu_h.jpg) top repeat-x;
	position: absolute;
	top: -7px;
	left: 0;
	right: 0;
}
.menu li.on::before,
.menu li:hover::before{
/*	小三角*/
	content: "";
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #1e6284;
	
  	position: absolute;
	right: -8px;
	top: -7px;
}
/*导航结束*/

.coverImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	
	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.coverImg img:hover{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}


/*Foot*/
.foot_bg{
	border-top: 5px solid #2f91c1;
	background: #e7edf8;
}
.foot{
	width: 1400px;
	min-width: 1400px;
	margin: 0 auto;
	font-size: 16px;
	padding-bottom: 20px;
}
.foot_link {
	line-height: 2.6;
	text-align: center;
	padding: 15px 0;
	color: #666;
}
.foot_link .bt{
	
}
.foot_link .line{
	margin: 0 20px;
	color: #999;
}
.foot_link a{
	color: #666;
}
.foot_link a:hover{
	color: #2f91c1;
}
.foot_copy{
	text-align: center;
	line-height: 3;
	border-top: 1px solid #d6deec;
}

.weizhi{
	line-height: 75px;
	font-size: 16px;
	color: #666;
}
.weizhi a{
	color: #666;
}
.weizhi a:hover{
	color: #2f91c1;
}
/* 分页 */
.page {
	text-align: center;
	padding: 40px 0 30px 0;
}

.page_s {
	display: inline-block;
	font-size: 14px;
}

.page a {
	cursor: pointer;
}

.page a,
.page span,
.page .txt {
	padding: 0 11px;
	height: 34px;
	line-height: 32px;
	border: 1px solid #dddddd;
	margin: 0 3px 0 0;
	color: #333333;
	font-size: 16px;
	border-radius: 2px;
	min-width: 16px;
	display: inline-block;
}

.page a:hover {
	color: #fff;
	border: 1px solid #2f91c1;
	background: #2f91c1;
}

.page .active {
	color: #fff;
	border: 1px solid #dddddd;
	background: #2f91c1;
}

.page span {
	border: none;
}

.page .txt {
	width: 18px;
}

.page #num {
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #dddddd;
	border-radius: 2px;
	width: 32px;
	vertical-align: top;
	font-size: 16px;
}

.page font {
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	vertical-align: top;
}

.page font i {
	padding-bottom: 2px;
	display: inline-block;
}

/* .page #go { */
.page button {
	height: 34px;
	line-height: 34px;
	padding: 0 12px;
	cursor: pointer;
	margin: 0;
	vertical-align: top;
	border: none;
	background-color: #2f91c1;
	font-size: 16px;
	color: #fff;
	border-radius: 2px;
}

/* 分页 结束 */

@media screen and (max-width: 1440px) {
	.wrapper{
		width: 1000px;
		min-width: 1000px;
		margin: 0 auto;
	}


	/*头部开始*/
	.head_w{
		height: 112px;
	}
	.head{
		width: 1000px;
		min-width: 1000px;
	}
	.top_logo{
		padding-top: 36px;
	}
	.head .logo_sk img{
		height: 40px;
	}
	.head .logo_yuanxiao img{
		/* height: 36px; */
		height: 30px;
		margin-top: 2px;
	}
	.head .logo_sk{
		margin-right: 25px;
	}
	.head .logo_yuanxiao{
		padding-left: 23px;
	}
	.head .logo_yuanxiao::after{
		height: 36px;
	}

	/*top检索框*/
	.head_search{
		top: 40px;
	}
	.head_search .inputs{
		width: 232px;
		height: 30px;
		padding: 0 45px 0 12px;
		font-size: 14px;
	}
	.icos{
		width: 40px;
		height: 30px;
		background-size: 16px;
	}

	/*导航开始*/
	.menu_w{
		height: 45px;
	}
	.menu li{
		line-height: 45px;
		font-size: 15px;
	}
	.menu li a{
		padding: 0 21px;
	}
	.menu li.on::after,
	.menu li:hover::after{
		height: 6px;
		top: -6px;
	}
	.menu li.on::before,
	.menu li:hover::before{
	/*	小三角*/
		border-right: 6px solid transparent;
		border-bottom: 6px solid #1e6284;
		right: -6px;
		top: -6px;
	}
	/*导航结束*/

	/*Foot*/
	.foot_bg{
		border-top: 5px solid #2f91c1;
		background: #e7edf8;
	}
	.foot{
		width: 1000px;
		min-width: 1000px;
		font-size: 12px;
		padding-bottom: 20px;
	}
	.foot_link {
		padding: 12px 0;
	}
	.foot_link .line{
		margin: 0 15px;
	}

	.weizhi{
		line-height: 55px;
		font-size: 12px;
	}
	/* 分页 */
	.page {
		padding: 30px 0 14px 0;
	}

	.page_s {
		font-size: 10px;
	}
	.page a,
	.page span,
	.page .txt {
		padding: 0 8px;
		height: 24px;
		line-height: 23px;
		margin: 0 2px 0 0;
		font-size: 12px;
		min-width: 11px;
	}
	.page .txt {
		width: 13px;
	}

	.page #num {
		height: 23px;
		line-height: 23px;
		width: 23px;
		font-size: 12px;
	}

	.page font {
		font-size: 12px;
		height: 23px;
		line-height: 23px;
	}

	.page font i {
		padding-bottom: 1px;
	}

	.page #go {
		height: 24px;
		line-height: 24px;
		padding: 0 9px;
		font-size: 12px;
	}

	/* 分页 结束 */
}
