@charset "utf-8";
/* CSS Document */
*{ -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body {font-size: 14px; font-family: "Helvetica Neue", Helvetica, 微软雅黑, 新細明體, Arial, "Lucida Grande", sans-serif; margin: 0px; padding: 0px; color: #333;}
div,form,img,ul,ol,li,dl,dt,dd,p,input,button,span,h1,h2,h3,h4,h5,h6,label { margin:0; padding:0; border:0;}
input,select,option,textarea{outline: none;}
ul,ol,li { list-style:none;}
h3,h4 { font-weight: normal;}
i,em { font-style: normal;}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden }
.pr { position: relative;}
.fl { float: left;} .fr { float: right;}
a { color:#333; text-decoration:none;}
a:hover { color:#c00;}
.container { width: 1170px; margin: 0px auto;}


.sjk_top {
	width: 100%;
	height: 80px;
	background-color: #fff;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
	padding: 0px 50px;
	position: fixed;
	z-index: 1000;
	top: 0px;
	}
.sjk_top .ban_top_nav {
    display: flex;
    justify-content: space-between;
	}
.sjk_top .logo { display: contents; }
.sjk_top .logo a{display: inline-block;margin-right: 20px;}
.sjk_top .logo img { vertical-align: middle;}
.sjk_top .top_nav { float: right;}
.sjk_top .top_nav p{
	line-height: 80px;
	float: left;
	font-size: 16px;
	}
.searchbox {
	width: 260px;
	padding-top: 20px; 
	display: inline-table;
	margin-left: 20px;
	}
.searchbox .sbox {
	border:1px solid #ddd;
	border-right: none;
	display: block;
    float: left;
    height: 40px;
    overflow: hidden;
    width: 189px;
	background: #fff;
	border-radius: 20px 0px 0px 20px;
	}

.searchbox .sbox .sx{
	border: medium none;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 15px;
	width: 100%;
	color:#999;
	font-size: 14px;
	}
.searchbox .st {
	float: left;
	height: 40px;
	overflow: hidden;
	}
.searchbox .st .btn {
    height: 40px;
	line-height:40px;
	padding:0px 35px;
	cursor:pointer;
	background: #fff url(../img/search.png) center center no-repeat;
	border:1px solid #ddd;
	border-left: none;
	border-radius: 0px 20px 20px 0px;
	}
	#fqbx a {
    color: red;
    font-weight: bold;}
	#fqbx2 a {
    color: red;
    font-weight: bold;}
/***/
.ban_nav {
	margin-left: 20px;
	display: flex;
	justify-content: space-around;
	padding-top: 15px;
	}
.ban_nav li {
	text-align: center;
	padding: 0px 15px;
	}
.ban_nav li a {
	display: block;
	font-size: 15px;
	padding: 0px 1px;
	line-height: 48px;
	position: relative;
	}
.ban_nav li a:hover {color: #f78a2f; border-bottom: 2px solid #f78a2f;}
.ban_nav li:first-child a{ color: #f78a2f; border-bottom: 2px solid #f78a2f;}

/*自适应移动导航*/
.wap_nav {
	display: none;
	}
.wap_nav ul {
	display: flex;
	justify-content: space-around;
	margin-bottom: 0px;
	}
.wap_nav ul li {
	display: inline-block;
	position: relative;
	}
.wap_nav ul li a {
	display: block;
	line-height: 24px;
	padding: 10px 5px;
	position: relative;
	font-size: 12px;
	}
.wap_nav ul li:hover dl { display: block;}
.wap_nav ul li dl {
	position: absolute;
	display: none;
	left: 0px;
	top: 44px;
	z-index: 999;
	background: #fff;
	width: 100%;
	text-align: center;
	}
.wap_nav ul li dl dd a { display: block; padding: 3px 2px!important;}
/**/
	
.head_nav {
	width: 100%;
	background: #3b5998;
	}
.head_nav ul {
	display: flex;
	height: 40px;
	line-height: 40px;
	}
.head_nav ul li {
	width: 10%;
	text-align: center;
	}
.head_nav ul li a {
	display: block;
	padding: 0px 10px;
	font-size: 18px;
	color: #fff;
	position: relative;
	}
.head_nav ul li a:before {
	content:"";
	position: absolute;
	display: inline-block;
	width: 1px;
	height: 16px;
	background: #EBF0FF;
	left: 0px;
	top: 12px;
	}
.head_nav ul li:first-child a:before{ display: none;}
.head_nav ul li a:hover {
	background: #EBF0FF;
	color: #3b5998;
	}

.sjk_ban {
	width: 100%;
	height: 350px;
	background: url(../img/sjk_ban.jpg) center center no-repeat;
	background-size: cover;
	margin-top:80px;
	}
.sjk_ban h3 {
	display: block;
	text-align: center;
	font-size: 60px;
	color: #fff;
	font-weight: 700;
	padding: 80px 0px 20px;
	}
.sjk_ban p {
	display: block;
	font-size: 26px;
	text-align: center;
	color: #fff;
	}
	
/**期刊列表**/
.qk_show{ border: 1px solid #ddd;}
.qk_show .qk_tit {
	background: #3b5998;
	color: #fff;
	line-height: 50px;
	}
.qk_show .qk_tit td { font-size: 18px!important; font-weight: bold;}

.qk_show table {
	width:100%;
	border-collapse:collapse;
	}
.qk_show table tr td {
	font-size: 14px; 
	padding: 15px 10px;
	width: 100px;
	text-align: center;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	}
.qk_show table tr td:nth-child(1) { width: 200px;}
.qk_show table tr:nth-child(even) { background: #EBF0FF;}
.qk_show table tr td:nth-child(5), .qk_show table tr td:nth-child(6) { width: 60px;}
.qk_show table tr td:last-child { border-right: none;}
.tgrgzx{
	
	font-weight:bold;
}
/*分页*/
.page{
	clear:both; 
	overflow:hidden; 
	padding:15px 0px; 
	width:100%; 
	margin:0px auto 30px; 
	text-align: center;
	}
.page ul{
	display: inline-block;
	padding:12px 0px 12px 0px; 
	overflow:hidden;
	}
.page ul li{
	float:left; 
	font-size:14px; 
	line-height:23px; 
	margin-left:10px;
	}
.page ul li a{
	float:left; 
	padding:5px 10px; 
	color:#fff; 
	border:1px solid #3b5998; 
	color:#0864c1;
	}
.page ul li a:hover{
	text-decoration:none; 
	background-color:#3b5998; 
	color:#fff;
	}
.thisclass{
	float:left; 
	padding:5px 10px; 
	display:block; 
	background-color:#3b5998; 
	color:#fff; 
	border:1px solid #3b5998;
	}
	
.sjk_link {padding: 25px 0 10px;}
.sjk_link h4 {
	font-size: 20px;
	border-left: 6px solid #3b5998;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	}
.sjk_link ul {
	border-top: 1px solid #ddd;
	margin-top: 10px;
	margin-bottom: 30px;
	}
.sjk_link li {
	float: left;
	padding-right: 15px;
	margin-top: 10px;
	font-size: 12px;
	}
.sjk_link li a:hover { color: #f00;}	



.breadcrumb {margin-top: 20px; margin-bottom: 20px; color: #777;}
.breadcrumb a:hover { color: #f00;}

.sjk_column ul{
	display: flex;
	justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
	}
.sjk_column ul li {
	width: 18%;
	font-size: 16px;
	text-align: center;
	margin: 10px 0px;
	background: #eee;
	border: 1px solid #ddd;
	}
.sjk_column ul li a {
	display: block;
	padding: 10px 10px;
	}
.sjk_column ul li a:hover {
	background: #3b5998;
	border-color: #3b5998;
	color: #fff;
	}
	/*咨询二维码*/
.erweima{
    text-align: center;
    float: right;
    margin-right: 20px;
margin-top: -44px;
width: 100px;
}
.erweima img{
	height: 100px;
	display: block;
	margin: 0 auto;
	padding-top:20px;
}
.erweima b{
    font-size: 14px;
    display: block;
}
/**期刊内页**/
.yw_box_1 {
	position: relative;
    box-sizing: border-box;
    padding: 40px 20px 32px;
    background-color: #fff;
    margin-bottom: 20px;
    color: #65738E;
    font-size: 14px;
	border: 1px solid #EEEEF0;
	}
.yw_box_1 h1 {
    line-height: 26px;
    color: #0579DC;
    font-size: 26px;
    font-weight: bold;
	}
.ku {
	font-size: 16px;
	display: inline-block;
	background: url(../img/jbjb.png) center left no-repeat;
	background-size: 24px;
	margin-left: 10px;
	padding-left: 30px;
	color: #f00;
	float:right;
	}
.yw_box_1_list {
	position: relative;
    box-sizing: border-box;
    padding: 20px 15px;
    background-color: #F6FAFE;
	margin-top: 20px;
	display: inline-block;
	}
.yw_box_1_list dl {
	display: flex;
	flex-wrap: wrap;
	}
.yw_box_1_list dd {
	width: 25%;
	line-height: 24px;
	/*overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	word-break: break-all;*/  
	}
.yw_box_1_list dd span { color: #999;}
/*.yw_box_1_list p {
	float:left;
	width: 50%;
	line-height: 24px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	}
.yw_box_1_list p a {color: #0579DC; }*/
.yw_box_1_list p {
	float:left;
	width: 50%;
	line-height: 24px;
	word-break: break-all;
	padding-right: 20px;
	}
.yw_box_1_list p a {color: #0579DC;}
.yw_box_1_list p:last-child{ padding-right: 60px}
.yw_box_1_list .info_down { margin-top: 20px;}
.yw_box_1_list .info_down a {
	width: 180px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    margin: 0 20px;
    color: #0d57ab;
	font-size: 20px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #0d57ab;
    border-radius: 5px;
	}
.yw_box_1_list .info_down a i {
	width: 20px;
	height: 20px;
	margin: 10px 5px 10px 25px;
	overflow: hidden;
	display: inline-block;
	background: url(../img/qk-info.png) top center no-repeat;
	background-position: 0px 0px;
    vertical-align: bottom;
	}
.yw_box_1_list .info_down a i.img2{background-position: -18px 0px;}
.yw_box_1_list .info_down a i.img3{background-position: -38px 0px;}

.yw_box_1_list .info_down a:hover, .yw_box_1_list .info_down a.action{
    color: #fff;
    background-color: #0d57ab;
	}
.yw_box_1_list .info_down a:hover i, .yw_box_1_list .info_down a.action i{background-position: 0 -21px;}
.yw_box_1_list .info_down a:hover i.img2, .yw_box_1_list .info_down a.action i.img2{background-position: -18px -21px;}
.yw_box_1_list .info_down a:hover i.img3, .yw_box_1_list .info_down a.action i.img3{background-position: -38px -21px;}
.yw_box_1_list .info_down a:hover i.img4, .yw_box_1_list .info_down a.action i.img4{background-position: -60px -20px;}

.yw_box_button {
	margin: 30px 0px 10px;
	}
.yw_box_button a {
	line-height: 55px;
	padding: 0px 60px;
	display: inline-block;
	background: linear-gradient(to right,#3a58b4,#f54f67);
	border-radius: 8px;
	margin-right:30px;
	font-size: 22px;
	color: #fff;
	box-shadow: 0px 0px 20px rgb(0,0,0,.35);
	}
.yw_box_button a i {
	display:  inline-block;
	vertical-align: middle;
	width: 35px;
	height: 25px;
	background: url(../img/small_icon2.png) center center no-repeat;
	margin-right: 10px;
	}
.yw_box_button a:nth-child(2) i { background: url(../img/small_icon4.png) center center no-repeat;}
.yw_box_button a:nth-child(3) i { background: url(../img/small_icon3.png) center center no-repeat;}
.yw_box_button a:nth-child(2) {background: linear-gradient(to right,#f54f67,#785e5e);}
.yw_box_button a:nth-child(3) {background: linear-gradient(to right,#785e5e,#3a58b4);}

.yw_box_1 h3 {
	border-bottom: 1px solid #EEEEF0;
	margin: 30px 0px 20px;
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 15px;
	font-weight: normal;
	}

.yw_box_p p{
	font-size: 16px;
	line-height: 30px;
	color: #666;
	}
.yw_box_p table {
    width: 100%;
    background-color: transparent;
    empty-cells: show;
	border-collapse: collapse;
    border-spacing: 0;
	}
.yw_box_p table tr th {
	padding: 8px;
	border: 1px solid #ddd;
	text-align: center;
	font-weight: bold;
	background: #f6f6f6;
	color: #666;
	}
.yw_box_p table tr th:nth-child(1) { width: 25%;}
.yw_box_p table tr th:nth-child(2) { width: 55%;}
.yw_box_p table tr th:nth-child(3) { width: 10%;}
.yw_box_p table tr th:nth-child(4) { width: 10%;}
.yw_box_p table tr td {
	padding: 10px 15px;
	border: 1px solid #ddd;
	text-align: left;
	font-weight: normal;
	}
.yw_box_p table span {
	background: #EFF2FC;
    border: 1px solid #ddd;
    color: #666666;
    float: right;
    padding: 5px;
	}
.yw_box_tags p{
	font-size: 16px;
	line-height: 20px;
	color: #666;
	margin-top: 20px;
	}
.yw_box_tags p a{
	display: inline-block;
	background-color: #f37b1d;
	padding: 5px 8px;
	font-weight: bold;
	font-size: 12px;
	border-radius: 8px;
	margin-right: 10px;
	color: #fff;
	}
	
.yw_box_qktj { margin-top: 30px;}
#outer {}
#tab {
	overflow:hidden;
	zoom:1;
	background:#3b5998;
	border:1px solid #3b5998;
	border-bottom: none;
	}
#tab li {
	float:left;
	color:#fff;
	height:40px;
	cursor:pointer;
	line-height:40px;
	padding:0 20px;
	font-size: 18px;
	font-weight: bold;
	}
#tab li.current {
	color:#000;
	background:#EBF0FF;
	}
#content {
	border:1px solid #3b5998;
	border-top-width:0;
	}
#content ul {
	display:none;
	padding: 20px 20px;
	}
#content ul .qk_tit {
	background: #f5f5f5;
	}
#content ul .qk_tit td { font-size: 14px!important; font-weight: bold; }
.wz:after{ content:"."; display:block; height:0; clear:both; overflow: hidden;}
.wz li {width: 33%;padding-right: 20px;}
.wz li a {display: block;line-height: 30px;border-bottom: 1px dotted #ccc;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
#content ul table {
	width:100%;
	border-collapse:collapse;
	}
#content ul table tr td {
	font-size: 12px; 
	padding: 10px 10px;
	width: 100px;
	text-align: center;
	border: 1px solid #ccc;
	}
#content ul table tr td:nth-child(1) { width: 200px;}
#content ul table tr:nth-child(odd) { background: #f5f5f5;}
	
.sjk_list_cont h3 {
	font-size: 18px;
	display: block;
	border-bottom: 1px solid #ddd;
	line-height: 50px;
	margin-bottom: 20px;
	}
.sjk_list_cont ul{
	display: flex;
	justify-content: space-around;
    flex-wrap: wrap;
	}
.sjk_list_cont ul li {
	margin: 10px 10px;
    width: calc(16.66667% - 20px);
	}
.sjk_list_cont ul li a {
	display: inline-block;
	text-align: center;
	font-size: 12px;
	}
.sjk_list_cont ul li img {
	width: 100%;
	height: 220px;
	padding: 4px;
	border: 1px solid #ddd;
	}
.sjk_list_cont ul li p {
	color: #258cff;
	margin: 5px 0px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	}
.sjk_list_cont ul li span {color: #888;}


.sjk_flex {
	position: fixed;
	width: 50px;
	background: #06a2c8;
	border-radius: 30px;
	left: 0px;
	top: 50%;
	font-size: 15px;
	}
.sjk_flex a {
	display: block;
	text-align: center;
	color: #fff;
	padding: 25px 10px;
	}
/*sci期刊分类*/
.tit_mag {
	width: 100%;
	position: relative;
	text-align: center;
	}
.tit_mag h3, .tit_mag span {
    width: 100%;
    font-weight: 700;
    line-height: 56px;
	}
.tit_mag h3 {
	position: relative;
    z-index: 2;
    color: #2188b7;
    font-size: 36px;
	}
.tit_mag span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 56px;
    color: #f6f6f6;
    text-transform: uppercase;
    font-size: 80px;
	}	
.xsqk_box { padding-top: 60px;}
.xsqk_mag {
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
	padding: 40px 0px;
	}
.xsqk_mag li {
	margin: 10px 10px;
	}
.xsqk_mag li a {
	display: block;
	background: linear-gradient(180deg, #f4f6f8 0%, #fff 100%);
	line-height: 60px;
	padding: 0px 10px;
	border: 2px solid #fff;
	box-shadow: 8px 8px 20px rgba(55,99,170,.1), -8px -8px 20px #fff;
	border-radius: 8px;
	font-size: 22px;
	}
	
.xsqk_list {
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
	}
.xsqk_list li {
	margin: 10px 10px;
	width: calc(33.3334% - 20px);
	}
.xsqk_list li a {
	display: block;
	background: #f3f5f8;
	border: 2px solid #fff;
	box-shadow: 8px 8px 20px rgba(55,99,170,.1), -8px -8px 20px #fff;
	border-radius: 4px;
	padding: 5px 20px 15px;
	}
.xsqk_list li h4 {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
.xsqk_list li p span {
	color: #4c5b76;
	display: inline-block;
	margin-right: 15px;
	}
.xsqk_list li p span font { color: #ff5807;}
.xsqk_list li b {
	line-height: 34px;
	background: #fff;
	width: 130px;
	text-align: center;
	box-shadow: 8px 8px 20px rgba(55,99,170,.1), -8px -8px 20px #fff;
	display: inline-block;
	margin-top: 15px;
	}
	
/*9.2*/
.sci_ml_ban {
	width: 100%;
	
	background: linear-gradient(135deg, #0a87c7 0%, #00c1c8 100%);
	margin-top: 80px;
	padding-bottom:100px;
	}
.sci_ml_ban h3 {
	display: block;
	text-align: center;
	font-size: 34px;
	color: #fff;
	font-weight: 700;
	padding: 15px 0px;
	}
.sci_bread { margin-top: -80px; margin-bottom: 10px; color: #fff;}
.sci_bread a { color: #fff;}
.sci_bread h1{font-size:14px;font-weight: normal;display:inline-block;}
.filter_box {
	padding: 30px 35px 20px;
	background: #fff;
	box-shadow: 0px 3px 10px rgb(0,0,0,.08);
	border-radius: 5px;
	margin-bottom: 30px;
	}
	
.filter_box ul li {
	display: flex;
	margin-bottom: 15px;
	}
.filter_box ul li b {
    width: 93px;
    font-size: 14px;
    color: #2a2a2a;
	text-align: right;
	}
.filter_box ul li h1 {
    font-size: 14px;
    color: #2a2a2a;
	text-align: right;
	width:200px;
	}
.filter_box ul li span a {
	margin: 0 26px 0 0;
	color: #fff;
    padding: 0px 11px;
	display: table-cell;
	height: 25px;
	line-height: 25px;
    font-size: 13px;
    border-radius: 5px;
	background: #0a87c7;
	width:55px;
	}
.filter_box ul li p { width: 950px;}
.filter_box ul li p a {
    display: inline-block;
    padding: 0 10px;
    margin-left: 10px;
	height: 25px;
	line-height: 25px;
    color: #777;
    font-size: 13px;
	cursor: pointer;
	}
.filter_box ul li p a:hover {
	background: #0a87c7;
	color: #fff;
	transition:all .2s linear;
	}
	
.sci_qkml {}
.sci_qkml ul li{
	background: #fff;
	box-shadow: 0px 0px 15px rgb(0,0,0,.05);
	margin-bottom: 20px;
	padding: 25px 30px;
	}
.sci_qkml ul li:hover{box-shadow:0 0 35px rgba(0, 0, 0, 0.06);}
.sci_qkml ul li>a{display: flex;}
.sci_qkml ul li .qk_img{
	flex:0 0 110px;
	height: 150px;
	margin-right: 36px;
	}
.sci_qkml ul li .qk_img img{
	width: 100%;
	height: 100%;
	}
.sci_qkml ul li .qk_info{width: 980px;}
.sci_qkml ul li .qk_info .biti{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 17px;
	}
.sci_qkml ul li:hover .biti{color: #0a87c7;}
.sci_qkml ul li .qk_info .qkjb{
	display: inline-block;
	padding: 0 10px;
	height: 24px;
	line-height: 22px;
	border: solid 1px #ff8400;
	font-size: 12px;
	font-weight: normal;
	color: #ff8400;
	text-align: center;
	vertical-align: middle;
	margin: 0 0 2px 12px;
	}

.sci_qkml ul li .qk_info .biti .ll{
	float: right;
	color: #999;
	line-height: 28px;
	font-size: 12px;
	font-weight: normal;
	}
.sci_qkml ul li .qk_info .biti .ll b{
	display: inline-block;
	font-weight: normal;
	margin-left: 4px;
	color: #ff8400;
	}
.sci_qkml ul li .qkjc{
	font-size: 13px;
	color: #999;
	margin-bottom: 10px;
	height: 17px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	}
.sci_qkml ul li dl {
	display: flex;
	flex-wrap: wrap;
	}
.sci_qkml ul li dl dd{
	width: 27%;
	font-size: 13px;
	line-height: 26px;
	padding-right: 3%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	}
.sci_qkml ul li dl dd:nth-of-type(4n){
	width: 19%;
	padding-right: 0;
	}

.sci_qkml ul li dl dd span{color: #f00;}
.sci_qkml ul li:hover dd { color: #666;}
.sci_qkml ul li .dlxl_btn { padding-top: 5px;}
.sci_qkml ul li .dlxl_btn span {
    display: inline-block;
    padding: 4px 10px;
    margin-right: 5px;
    border-radius: 15px;
    font-size: 13px;
    color: #777;
    background-color: #f4f7f9;
	}

.sci_qk_list {}
.sci_qk_list ul li{
	background: #fff;
	box-shadow: 0px 0px 15px rgb(0,0,0,.05);
	margin-bottom: 20px;
	padding: 20px 25px;
	display: flex;
	}
.sci_qk_list ul li:hover{box-shadow:0 0 35px rgba(0, 0, 0, 0.06);}
.sci_qk_list .qk_left_info { width: 980px;}
.sci_qk_list .qk_left_info>a { display: block;}
.sci_qk_list .qk_left_info .tit{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 17px;
	}
.sci_qk_list ul li:hover .tit{color: #0a87c7;}
.sci_qk_list .qk_left_info .qkjb{
	display: inline-block;
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
	background: #0a87c7;
	border-radius: 24px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	margin: 0 0 2px 12px;
	}

.sci_qk_list .qk_left_info h1 .ll{
	float: right;
	color: #999;
	line-height: 28px;
	font-size: 12px;
	font-weight: normal;
	}
.sci_qk_list .qk_left_info h1 .ll b{
	display: inline-block;
	font-weight: normal;
	margin-left: 4px;
	color: #ff8400;
	}
.sci_qk_list .qk_left_info .qkjc{
	font-size: 13px;
	color: #999;
	margin-bottom: 10px;
	height: 17px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	}
.sci_qk_list .qk_left_info dl {
	display: flex;
	flex-wrap: wrap;
	}
.sci_qk_list .qk_left_info dl dd{
	width: 27%;
	font-size: 13px;
	line-height: 26px;
	padding-right: 3%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	}
.sci_qk_list .qk_left_info dl dd:nth-of-type(4n){
	width: 19%;
	padding-right: 0;
	}

.sci_qk_list .qk_left_info dl dd span{color: #f00;}
.sci_qk_list ul li:hover dd { color: #666;}
.sci_qk_list .qk_left_info .dlxl_btn { padding-top: 5px;}
.sci_qk_list .qk_left_info .dlxl_btn span {
    display: inline-block;
    padding: 4px 10px;
    margin-right: 5px;
    border-radius: 15px;
    font-size: 13px;
    color: #777;
    background-color: #f4f7f9;
	}
.sci_qk_list .qk_img{
	flex:0 0 110px;
	margin-left: 36px;
	}
.sci_qk_list .qk_img img{
	width: 100%;
	height: 135px;
	}
.sci_qk_list .qk_img a {
	display: block;
	line-height: 40px;
	background: #0a87c7;
	color: #fff;
	border-radius: 4px;
	margin-top: 5px;
	text-align: center;
	font-size: 16px;
	}
	
.sci_three {
	background: #fff;
	box-shadow: 0px 0px 15px rgb(0,0,0,.05);
	}
.sci_three dl {
    background: #eff1f4;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.sci_three dl dd{
	display: block;
    align-items: center;
    justify-content: flex-start;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    color: #777;
    text-align: center;
    width: 9%;
	}
.sci_three dl dd:first-child{width: 25%;}
.sci_three dl dd:nth-child(2){width: 12%;}
.sci_three .sci_listbox>li{
	padding: 18px 0;
	background-color: #fff;
	border-bottom: 1px solid #f1f1f1;
	position: relative;
	display: flex;
	align-items: center;
	}
.sci_listbox .dd1 { width: 91%;}
.sci_listbox .dd2 { width: 9%; text-align: center;}
.sci_listbox .dd2 p {
	display: inline-block;
	line-height: 30px;
	background: #0a87c7;
	color: #fff;
	padding: 0px 10px;
	border-radius: 4px;
	font-size: 12px;
	}
.sci_listbox>li:hover{
	z-index: 4;
	color: #149edb;
	box-shadow: 2px 3px 30px rgba(180, 211, 242, 0.55);
	}
.sci_listbox>li:hover .dd1>div{color: #0a87c7;}
.sci_listbox>li:hover .dd1>div.title .pt1, .sci_listbox>li:hover .dd1>div.title .pt2 {color: #0a87c7;}
.sci_listbox>li:last-child{border-bottom: none;}
.sci_listbox>li .dd1{
	display: flex;
	align-items: center;
	}
.sci_listbox>li .dd1>div{
	display: table;
	height:100%;    
	align-items: center;
    justify-content: flex-start;
	font-size: 14px;
    color: #777;
    width: 9.9%;
    text-align: center;
	}
.sci_listbox>li .dd1>div>span{
	display: table-cell;
    vertical-align: middle;
}
.sci_listbox>li .dd1>span.red{
	color: #f6683e;
}
.sci_listbox>li .dd1>div:first-child{
	width: 27.5%;
	padding: 0 12px 0 16px;
	text-align: left;
	min-height: 42px;
}
.sci_listbox>li .dd1>div:nth-child(2){
	text-align: left;
	width: 13.2%;
}
.sci_listbox>li .dd1>div.title .pt1{
	font-size: 15px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.sci_listbox>li .dd1>div.title .pt2{
	font-size: 12px;
	color: #777;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.sci_form {
	width: 100%;
	display: flex;
	align-items: center;
	background: rgb(255,255,255,1);
	border-radius: 4px;
	padding: 20px 25px;
	}
.sci_form_tit {
	display: grid;
	background: url(../img/form-adv.png) left center no-repeat;
	background-size: auto 30px;
	padding-left: 45px;
	text-align: center;
	}
	.sci_form_tit b {color:red;}
.sci_form form {
	flex: 1;
	width: 100%;
	display: block;
	margin-left: 15px;
	}
.sci_form form input {
	line-height: 40px;
	width: 27%;
	padding: 0px 10px;
	background: rgb(255,255,255,1);
	border: 1px solid #ccc;
	font-size: 12px;
	color: #999;
	outline: none;
	box-sizing: border-box;
	margin-right: 5px;
	border-radius: 4px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	}
input::-webkit-input-placeholder {color: #999;}

.sci_form button {
	height: 42px;
	line-height: 42px;
	background: linear-gradient(135deg, #0a87c7 0%, #00c1c8 100%);
	color: #fff;
	font-size: 16px;
	padding: 0px 20px;
	display: inline-block;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	vertical-align: bottom;
	}
.sci_form_info {
	width: 100%;
	background: url(../img/sci_banner_bottom.png) center center no-repeat;
	background-size: cover;
	border-radius: 4px;
	padding: 20px 25px;
	margin-top: 20px;
	}

.sci_form_info form {
	width: 100%;
	display: block;
	}
.sci_form_info form input {
	line-height: 40px;
	width: 27%;
	padding: 0px 10px;
	background: rgb(255,255,255,1);
	border: 1px solid #ccc;
	font-size: 12px;
	color: #999;
	outline: none;
	box-sizing: border-box;
	margin-right: 5px;
	border-radius: 4px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	}
input::-webkit-input-placeholder {color: #999;}

.sci_form_info button {
	height: 42px;
	line-height: 42px;
	background: #fff;
	color: #0d57ab;
	font-size: 16px;
	padding: 0px 40px;
	display: inline-block;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	vertical-align: bottom;
	}
.sci_form_info_tit {
	display: block;
	color: #fff;
	margin-bottom: 15px;
	text-align: center;
	}
.sci_form_info_tit b {
	display: inline-block;
	font-size: 23px;
	color: #ff0;
	position: relative;
	}
.sci_form_info_tit b:after {
	content:"";
	display: block;
	position: absolute;
	width: 45px;
	height: 34px;
	background: url(../img/form-adv-2.png) left center no-repeat;
	top: 7px;
	left: -60px;
	}
.sci_form_info_tit span { display: block;}
.gotop{
	position: fixed;
	bottom: 60px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: url(../img/top.png) center center no-repeat;
	background-size: contain;
	opacity: .6;
	z-index: 4;
	display: none;
	cursor: pointer;
	}
.tupian{margin-top: 20px;}
/**/
	

/*9.20*/
.sci_ml_ban .searchbox { float: left; width: 52%; margin-left: 25%;}
.sci_ml_ban .searchbox .sx { border-color: #ddd; width: 530px;}
.sci_ml_ban .searchbox input::placeholder { color: #ddd;}
.sci_ml_ban .searchbox .btn {border-color: #ddd;}
.sci_pb { padding-bottom: 100px;}
.yw_p165 { padding-left: 165px;}
.yw_box_1_list .yw_info_img {
	position: absolute;
	width: 130px;
	height: 185px;
	left: 15px;
	top: 20px;
	}
.yw_box_1_list .yw_info_img img { width: 100%; height: 185px;}
.yw_mt70 { margin-top: -70px;}

.yw_tltj {
	display: block;
	height: 70px;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
	}
.yw_tltj strong {
	position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #2d2d2d;
    z-index: 3;
	top: 8px;
	}
.yw_tltj p {
	font-size: 14px;
    font-weight: 400;
    color: #545b6f;
    opacity: .7;
	padding-top: 20px;
	}
.yw_tltj:after {
    content: "";
    width: 100%;
    height: 14px;
    position: absolute;
    left: 0;
    bottom: 26px;
    background: #e5e7ff;
	}

.yw_wtdy strong:before {
	content:"";
	position: absolute;
	width: 17px;
	height: 17px;
	background: url(../img/s2-icon2.jpg) 0 0 no-repeat;
	top: -10px;
	right: -25px;
	}
.yw_wtdy:after { background: #e0f2ff;}

.yw_box_qktj h3 {
	height: 40px;
	line-height: 40px;
	background: linear-gradient(135deg, #0a87c7 0%, #00c1c8 100%);
	font-size: 18px;
	font-weight: 700;
	padding: 0px 10px;
	}
.yw_box_qktj h3 span {
	display: inline-block;
	background: #EBF0FF;
	color: #3b5998;
	padding: 0px 20px;
	}
.yw_qktj {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.yw_qktj li {
	width: 49%;
	margin: 10px 0px;
	display: flex;
	}
.yw_qktj li .yw_qktj_img {
	flex: 0 0 115px;
	height: 145px;
	}
.yw_qktj li .yw_qktj_img img { height: 145px;}
.yw_qktj li dl {
	flex: 1;
	width: 100%;
	margin-left: 15px;
	}
.yw_qktj li dl dt a{
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	margin-bottom: 5px;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
	}
.yw_qktj li dl dd {
	font-size: 12px;
	line-height: 20px;
	}
.yw_qktj li dl dd span { color: #999;}
.yw_qktj li dl dd a {
	display: inline-block;
	line-height: 30px;
	background: #f60;
	padding: 0px 30px;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
	}
/*9.20*/
.mk_box2 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 50px 0px;
	}
.mk_box2 li {
	margin: 10px 15px;
	width: calc(25% - 30px);
	}
.mk_box2 li a {
	display: flex;
	justify-content: space-between;
	background: #f5f5f5;
	border-radius: 8px;
	padding: 15px 20px;
	}
.mk_box2 li a:hover { box-shadow: 0px 0px 25px rgb(0,0,0,.15);}
.mk_box2 li h4 { font-size: 16px;}	

/*9.25*/
.yw_ifon_title {
	display: block;
	padding: 40px 0px 20px;
	text-align: center;
	}
.yw_ifon_title h4 {
	display: block;
	font-size: 28px;
	font-weight: bold;
	position: relative;
	color: #2d2d2d;
	z-index: 3;
	}
.yw_ifon_title h4:after {
	content:"";
	position: absolute;
	width: 100%;
	height: 14px;
	background: #e5e7ff;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	}
.yw_ifon_title span {
	display: block;
	font-size: 15px;
	color: #999;
	padding-top: 10px;
	}
.footer {
	width: 100%;
	border-top: 1px solid #eee;
	margin-top: 50px;
	padding-bottom: 20px;
	}
.footer .f_tit {
	display: flex;
	justify-content: space-between;
	padding: 30px 0px 10px;
	}
.footer .f_tit .f_tit_l {
	width: 60%;
	color: #666;
	}
.footer .f_tit .f_tit_l b{ font-size: 20px;}
.footer .f_tit .f_tit_l p { display: block; margin-top: 10px; line-height: 24px;}
.footer .f_tit .f_tit_r {
    display: flex;
    width: 35%;
    flex-wrap: wrap;
    padding: 35px 45px 20px 0px;
    }
.footer .f_tit .f_tit_r a {
    line-height: 24px;
    font-size: 14px;
    width: 22%;
    }
.footer .f_tit .f_tit_r em {
	display: block;
	margin-top: 20px;
	color: #666;
	}	
@media screen and (max-width:640px){
	.sjk_flex { width: 30px; font-size: 12px;}
	.sjk_flex a { padding: 15px 5px;}
	.container { width: 100%; padding: 0px 5px;}
	.sjk_top { height: auto; padding: 0px 5px;}
	.sjk_top .logo img{ height: 40px; max-width: 100%;}
	.ban_top{display: none;}
	.ban_nav { display: none;}
	.wap_nav { display: block;}
	.sjk_top .top_nav p { font-size: 13px; line-height: 40px;}
	
	.breadcrumb { margin: 10px 0px;}
	.sci_ml_ban { margin-top: 0px; padding-bottom: 10px;}
	.sci_pb { padding-bottom: 70px;}
	.sci_ml_ban h3 { font-size: 18px;}
	.sci_ml_ban .searchbox { width: 80%; margin-left: 10%; padding-top: 0px;}
	.sci_ml_ban .searchbox .sx { width: 80%;}
	.yw_box_1_list .yw_info_img { left: auto; right: 5px; top: 5px; width: 105px; height: 135px;}
	.yw_box_1_list .yw_info_img img { height: 135px;}
	.sci_form_info { padding: 15px 10px;}
	.sci_form_info_tit b { font-size: 18px;}
	.sci_form_info form input {width: 100%; margin-right: 0px; margin-bottom: 5px;}
	.sci_form_info button { width: 100%;}
	.tupian img { max-width: 100%;}
	.yw_box_qktj { margin-top: 0px;}
	.yw_qktj li { width: 100%; margin: 5px 0px;}
	
	.sci_form { flex-wrap: wrap; padding: 8px 12px;}
	.sci_form_tit { width: 100%; text-align: left; padding-bottom: 10px;}
	.sci_form form { margin-left: 0px;}
	.sci_form form input { width: 100%; margin-right: 0; line-height: 34px; margin-bottom: 8px;}
	.sci_form button { width: 100%; height: 34px; line-height: 34px;}
	
	.filter_box { padding: 10px 10px; margin-bottom: 10px;}
	.filter_box ul li p { width: 100%;}
	.filter_box ul li b { width: 65px; padding-right: 5px;}
	.filter_box ul li p a { padding: 0px 5px; margin-left: 5px;}
	
	.sci_qk_list ul li { padding: 5px 5px; position: relative; margin-bottom: 10px;}
	.sci_qk_list .qk_left_info { width: 100%;}
	.sci_qk_list .qk_left_info .tit { font-size: 14px; margin-bottom: 10px; padding-right: 60px;}
	.sci_qk_list .qk_img { margin-left: 5px; flex: 0 0 80px; position: absolute; top: 5px; right: 5px;}
	.sci_qk_list .qk_img img, .sci_qk_list .qk_left_info .dlxl_btn { display: none;}
	.sci_qk_list .qk_img a { line-height: 30px; font-size: 12px; padding: 0px 5px;}
	.sci_qk_list .qk_left_info dl dd:nth-child(1), .sci_qk_list .qk_left_info dl dd:nth-child(2) { display: none;}
	.sci_qk_list .qk_left_info dl dd { width: 50%;}
	.sci_qk_list .qk_left_info dl dd:nth-of-type(4n) { width: 50%; padding-right: 3%;}
	
	.page { margin: 0px auto;}
	.page ul li { line-height: inherit; font-size: 12px;}
	.footer { margin-top: 0px;}
	.footer .f_tit { flex-wrap: wrap;}
	.footer .f_tit .f_tit_l, .footer .f_tit .f_tit_r { width: 100%;}
	.footer .f_tit .f_tit_r { padding: 10px 10px;}
	.footer .f_tit .f_tit_r a { width: 25%; font-size: 12px;}
	
	.yw_box_p table tr td {padding: 5px 5px;}
	.yw_box_1 { padding: 0px 25px 15px; border: none;}
	.yw_box_1 h1 { font-size: 20px;}
	.yw_box_1_list { padding: 10px 5px; margin-top: 10px;}
	.yw_box_1_list dd { width: 100%; font-size: 12px;}
	.yw_box_1_list p { width: 100%; float: none; display: block; font-size: 12px;}
	.yw_box_1_list .info_down a { width: 116px; margin: 0px 10px; height: 34px; line-height: 34px; font-size: 14px;}
	.yw_box_1_list .info_down a i { margin: 5px 5px;}
	.yw_box_1 h3 { font-size: 18px; margin: 20px 0px 10px; padding-bottom: 10px;}
	.yw_box_p p { font-size: 12px; line-height: 20px;}
	.yw_box_p table tr th { font-size: 12px;}
	

	
	.wz li { width: 100%; padding-right: 0px;}
	.xsqk_box { padding-top: 20px;}
	.tit_mag h3 { font-size: 30px;}
	.tit_mag span { font-size: 24px;}
	.xsqk_mag { padding: 0px 0px 20px;}
	.xsqk_mag li { margin: 5px 4px;}
	.xsqk_mag li a { font-size: 12px; line-height: 26px; box-shadow: 3px 3px 5px rgba(55,99,170,.1), -8px -8px 20px #fff;}
	
	.erweima {
	    text-align: center;
	    float: right;
	    margin-right: 0;
	    margin-top: -5px;
	    width: 100px;
		position: absolute;
    right: 8px;
    top: 135px;
	}
	
	.mk_box2 { margin: 10px 10px;}
	.mk_box2 li {margin: 5px 3px; width: calc(25% - 6px);}
	.mk_box2 li a { padding: 5px 5px; border-radius: 4px; min-height: 40px;}
	.mk_box2 li h4 { font-size: 12px;}
	.mk_box2 li img { max-width: 100%; height: 25px;}
	
	}
	
@media screen and (max-width:375px) {
	
	.sci_ml_ban .searchbox { width: 90%; margin-left: 5%;}
	}
@media screen and (max-width:320px) {
	.wap_nav ul li a { padding: 10px 2px;}
	.sjk_top .logo a { margin-right: 0px;}
	.wap_serach .sx {width: 75%!important;}
	.sci_ml_ban .searchbox .sx { width: 78%; font-size: 12px;}
	.sci_form_info_tit b { font-size: 16px;}
	.mk_box2 { margin: 10px 0px;} 
	}


.pop_l {
	position: fixed;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	}
.pop_l ul {
	border-radius: 8px;
	width: 80px;
	
	}
.pop_l ul li {
	display: block;
	text-align: center;
	font-size: 15px;
	position: relative;
	margin-bottom: 10px;
	background: #2188b7;
	line-height: 18px;
	box-shadow: 0px 0px 10px #ddd;
	}
.pop_l ul li:hover { background: #1781b1}
.pop_l ul li:first-child { background: none; box-shadow: none;}
.pop_l ul li:first-child img{ max-width: 100%; }
.pop_l ul li a {
	display: block;
	height: 100%;
	padding: 10px 20px;
	color: #fff;
	}
.pop_l ul li:last-child { border-bottom: none;}
.pop_l ul li p {
	position: absolute;
	display: none;
	width: 125px;
	top: 0px;
	right: 85px;
	padding: 5px 5px;
	font-size: 13px;
	border: 1px solid #ddd;
	line-height: 18px;
	background: #fff;
	}
.pop_l ul li p img {
	display: block;
	max-width: 100%;
	}
.pop_l ul li:hover p { display: block;}
@media screen and (max-width:640px){
	.pop_l {display:none;}
}