@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: 0 !important;
	background-color: #ccd6e1 !important;
}

table td {
	background: #fff;
}

caption,
th {
/*	text-align: left;*/
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}

.clear {
	clear: both;
}

* {
	box-sizing: border-box;
}

img {
	border: 0;
	outline: 0;
	vertical-align: middle;
	
	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

body {
	font-family: 'Georgia', 'Arial', Cambria, Times, "Times New Roman", "serif";
	color: #31404d;
	background: #f9f9f9;
	overflow-x: hidden;
	font-size: 18px;
	min-width: 1100px;
}

.clear {
	zoom: 1;
	clear: both;
	*zoom: 1;
}

.clear:after {
	display: table;
	content: '';
	clear: both;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	color: #4589c2;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pcNone {
    display: none !important;
}

.wrapper{
	width: 1400px;
	margin: 0 auto;
}
.font_b{
	font-weight: bold;
}
.red{
	color: #c00;
}
/*头部*/
.header{
	background: url(sk_sjs202511_bg01.png) top repeat-x #fff;
	background-size: auto 12px;
/*	height: 235px;*/
	border-bottom: 2px solid #bcd7ee;
	position: relative;
}
.header::after,
.header::before{
	content: '';
	width: 23px;
	height: 18px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -10px;
}
.header::before{
	background-image: url(sk_sjs202511_bg02.png);
	left: 0;
}
.header::after{
	background-image: url(sk_sjs202511_bg03.png);
	right: 0;
}
.head{
	height: 167px;
	box-shadow: 0px 0px 10px rgba(116, 181, 238, 0.2);/* 阴影透明度 */
}
.head_logo{
	float: left;
	padding-top: 30px;
}
.head_logo a{
	display: block;
}
.head_logo img{
	height: 110px;
}
.head_r{
	float: right;
	padding-top: 30px;
}
.head_link{
	text-align: right;
}
.head_link li{
	display: inline-block;
	padding: 0 20px 0 16px;
	position: relative;
	color: #5b9ad1;
	font-size: 16px;
}
.head_link li::after{
	content: '';
	width: 0;
	height: 16px;
	border-left: 2px solid #cbe0f1;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
}
.head_link li:last-child{
	padding-right: 0;
}
.head_link li:last-child::after{
	display: none;
}
.head_link li .logo_sk{
	height: 28px;
}

.head_link li.wx:hover .ico{
	opacity: 1;
}

.head .search_pc{
	margin-top: 25px;
	width: 345px;
	height: 44px;
	border: 1px solid #cbe0f1;
	border-radius: 8px;
	position: relative;
}
.head .search_pc .so_input{
	width: 100%;
	height: 100%;
	border: 0;
	background: none;
	padding: 0 50px 0 15px;
	font-size: 20px;
}
.search_pc input{
	color: #8eafcc;
	font-family: 'Georgia', 'Arial';
}

.search_pc input.dark{
	color: #102932;
}
.search_pc .so_input::placeholder{
	color: #9db7c0;
}
.search_pc .so_btn{
	content: '';
	width: 50px;
	background: url(sk_sjs202511_icon_so.png) center center no-repeat;
	background-size: 26px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.search_pc .so_btn:hover{
	background-image: url(sk_sjs202511_icon_so_h.png);
}


/*导航*/
.menu{
	line-height: 66px;
	font-size: 22px;
	font-weight: bold;
	font-family: 'Arial';
}
.menu ul{
	width: 1400px;
	margin: 0 auto;
}
.menu ul li{
	float: left;
	text-align: center;
	position: relative;
	padding: 0 28px;
}

.menu ul li::before{
	content: '';
	width: 0;
	height: 24px;
	border-left: 1px solid #cbe0f1;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
}
.menu ul li:last-child::before{
	display: none;
}
.menu ul li a{
	display: block;
}
.menu ul li.on{
	color: #4589c2;
}
.menu ul li .menu_ej{
/*	display: none;*/
	position: absolute;
	z-index: 999;
	top: 66px;
	left: 0;
/*	right: 0;*/
	min-width: 100%;
	text-align: left;
	background: #fff;
	box-shadow: 0px 0px 15px rgba(23, 85, 193, 0.1);
	font-size: 20px;
	line-height: 1.5;
	font-weight: normal;
	opacity: 0;
	height: 1px;
	overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.menu ul li .menu_ej a{
	display: block;
	padding: 10px 0;
	margin: 0 26px;
	border-bottom: 1px solid #e9f2f9;
	white-space: nowrap; 
}
.menu ul li .menu_ej a:first-child{
	padding-top: 20px;
}
.menu ul li .menu_ej a:last-child{
	padding-bottom: 20px;
}
.menu ul li:hover .menu_ej{
/*	display: block;*/
	opacity: 1;
	height: auto;
}

/*栏目title - 更多*/
.lm_more{
	color: #c40001;
	font-size: 16px;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 17px;
}
.lm_more .ico{
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(sk_sjs202511_icon_more.png) center center no-repeat;
	background-size: 90%;
	vertical-align: middle;
	margin-left: 6px;
	margin-top: -1px;
/*
    transition: all .5s;
    -webkit-transition: all .5s;
*/
}
.lm_more a{display: block;}
.lm_more a:hover .ico{
	background-image: url(sk_sjs202511_icon_more_h.png);
}
.relative{
	position: relative;
}

.footer{
	border-top: 8px solid #dfdfdf;
	background: #f5f5f5;
	margin-top: 40px;
}
.footer .p1,
.footer .p2{
	text-align: center;
}
.footer .p1 {
	font-size: 20px;
	line-height: 66px;
	border-bottom: 1px solid #e2e2e2;
	color: #1a1a1a;
}
.footer .p2 {
	font-size: 18px;
	line-height: 88px;
	color: #4d4d4d;
}
.footer .p2 span {
	margin: 0 5px;
}

/*二级页 位置 面包屑*/
.weizhi{
	line-height: 2;
	padding: 15px 0;
	color: #4589c2;
}
.weizhi a:hover{
	color: #306dbf;
}

/* 分页 */
.page {
	text-align: center;
	padding: 40px 0 20px 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 #cbe0f1;
	margin: 0 3px 0 0;
	color: #333333;
	font-size: 16px;
	border-radius: 2px;
	min-width: 34px;
	display: inline-block;
}
.page .txt {
	width: 18px;
}
.page a:hover {
	color: #fff;
	border: 1px solid #4589c2;
	background: #4589c2;
}
.page .cur {
	color: #fff;
	border: 1px solid #4589c2;
	background: #4589c2;
}
.page span {
	border: none;
}
.page #num {
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #cbe0f1;
	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 {
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	cursor: pointer;
	
	margin: 0;
	vertical-align: top;
	border: none;
	background-color: #4589c2;
	font-size: 16px;
	color: #fff;
	border-radius: 2px;
}
.page #go:hover{
	background-color: #4589c2;
}


/*14个社团和3个中心*/
body.page_shetuan {
/*	background-color: #f7f7f7;*/
}
.page_shetuan .header {
	border-bottom: 0;
}
.page_shetuan .header::after,
.page_shetuan .header::before {
	display: none;
}
.page_shetuan .foot{
	margin-top: 0;
}
.page_shetuan .weizhi{margin-bottom: 5px;}
.t_c{text-align: center;}


@media screen and (max-width: 1440px){
	body {
		font-size: 15px;
	}
	.wrapper{
		width: 1000px;
	}
	/*头部*/
	.head{
		height: 120px;
	}
	.head_logo{
		padding-top: 23px;
	}
	.head_logo img{
		height: 78px;
	}
	.head_r{
		padding-top: 20px;
	}
	.head_link li{
		font-size: 14px;
	}
	.head .search_pc{
		margin-top: 10px;
		width: 245px;
		height: 34px;
		border-radius: 4px;
	}
	.head .search_pc .so_input{
		padding-left:10px;
		padding-right: 36px;
		font-size: 16px;
	}
	.search_pc .so_btn{
		width: 36px;
		background-size: 16px;
	}


	/*导航*/
	.menu{
		line-height: 48px;
		font-size: 16px;
	}
	.menu ul{
		width: 1000px;
	}
	.menu ul li{
		padding: 0 18px;
	}

	.menu ul li::before{
		height: 18px;
		margin-top: -9px;
	}
	.menu ul li .menu_ej{
		top: 48px;
		font-size: 14px;
	}
	.menu ul li .menu_ej a{
		padding: 10px 0;
		margin: 0 16px;
	}
	.menu ul li .menu_ej a:first-child{
		padding-top: 10px;
	}
	.menu ul li .menu_ej a:last-child{
		padding-bottom: 10px;
	}

	/*栏目title - 更多*/
	.lm_more{
		font-size: 14px;
		top: 12px;
	}
	.lm_more .ico{
		width: 14px;
		height: 14px;
	}
	.footer{
		border-top-width: 6px;
		margin-top: 25px;
	}
	.footer .p1 {
		font-size: 15px;
		line-height: 48px;
	}
	.footer .p2 {
		font-size: 12px;
		line-height: 60px;
	}


	/*二级页 位置 面包屑*/
	.weizhi{
		padding: 10px 0;
	}

	
	/* 1000px，分页 */
	.page {
		padding: 30px 0 40px 0 ;
	}
	.page_s {
		font-size: 13px;
	}
	.page a,
	.page span,
	.page .txt {
		height: 26px;
		line-height: 24px;
		font-size: 12px;
		min-width: 30px;
	}
	.page #num {
		height: 26px;
		line-height: 24px;
		width: 26px;
		font-size: 13px;
	}
	.page font {
		font-size: 13px;
		height: 26px;
		line-height: 24px;
	}
	.page font i {
		padding-bottom: 2px;
	}
	.page #go {
		height: 26px;
		line-height: 24px;
		font-size: 15px;
	}
}