@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;}
ul,ol,li { list-style:none;}
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;}
body { min-width: 1170px;}
.container { width: 1170px; margin: 0px auto;}
.p60 { padding: 60px 0px 20px;}

	
/**/
.title {text-align: center;}
.title label {
	font-size: 36px;
	display: block;
	margin-bottom: 10px;
	position: relative;
	line-height: 120px;
	}
.title label font { color: #145fbc;}
.title label span { color: #fff;}

.more { text-align: center;}
.more a {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	background: #0864c1;
	border-radius: 30px;
	padding: 0px 50px;
	line-height: 60px;
	margin: 50px auto;
	}
.more a:hover { box-shadow: 0px 0px 10px rgba(8,100,93,.7); color: #fff; text-decoration: none;}
/** banner **/

.ban_title{
  width: 1170px;
  height: 100%;
  margin: 0 auto;
}

.ban_top {
	width: 100%;
	height: 70px;
	line-height: 70px;
	position: fixed;
	z-index: 1000;
	padding: 0px 50px;
	/*background: rgba(255,255,255,.1);*/
	/*background: linear-gradient(rgb(37, 135, 191) 15px, rgba(37, 135, 191, 0.85) 32px, rgba(37, 135, 191, 0.6) 50px, rgba(37, 135, 191, 0) 70px, rgba(37, 135, 191, 0));*/
	}
.ban_top .ban_top_nav {
	min-width: 1170px;
    display: flex;
    justify-content: space-between;
	}
.ban_top_bg { background: #fff; box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);}
.ban_top_bg .ban_nav li a { color: #333;}
.ban_top_bg .logo { background: url(../images/logo2.png) center center no-repeat!important; background-size: contain!important;}
.ban_top .logo {
	width: 160px;
	height: 70px;
	line-height: 70px;
	background: url(../images/logo.png) center center no-repeat;
	background-size: contain;
	}
.ban_top .logo a {
	display: block;
	height: 70px;
	text-indent: -9999px;
	}
.ban_top .logo img {
    display: inline-block;
	vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.ban_nav {
	margin-left: 20px;
	display: flex;
	justify-content: space-around;
	padding-top: 10px;
	}
.ban_nav li {
	text-align: center;
	padding: 0px 25px;
	}
.ban_nav li a {
	display: block;
	color: #fff;
	font-size: 16px;
	padding: 0px 10px;
	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;}

	
.ban_zx { margin-left: 20px;}
.ban_zx .ban_wx {
	display: block;
	float: left;
	margin-right: 25px;
	}
.ban_zx .ban_wx span {
	width: 32px;
	height: 32px;
	display:inline-block; 
	margin-top: 18px;
	background: url(../images/weixin.png) no-repeat 100%; 
	position: relative;
	}
.ban_zx .ban_wx span img { display: none;}
.ban_zx .ban_wx span:hover img {
	display: block; 
	position: absolute; 
	top: 32px; 
	right: 0px; 
	width: 140px; 
	height: 140px; 
	background: #fff;
	}
.ban_zx .register{
	display: block;
	float: left;
	width: 120px;
	height: 42px;
	line-height: 42px;
	background-color: #ffab18;
	color: #fff;
	border-radius: 21px;
	text-align: center;
	margin-top: 12px;
	font-size: 16px;
	}
.ban_zx .register:hover { background: #f79646;}

.ban_title {
	color: #fff;
	padding-top: 120px;
	padding-bottom: 70px;
	position: relative;
	}
.ban_title h3 {
	font-size: 40px;
	font-weight: 700;
	text-shadow: 0 2px 4px rgba(0,0,0,.2);
	margin-top: 30px;
	}
.ban_title h4 {
	font-size: 16px;
	width: 400px;
	line-height: 28px;
	display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	margin-top: 30px;
	font-weight: normal;
	}
.ban_title h5 {
	position: absolute;
	font-size: 18px;
	bottom: 280px;
	left: 64%;
	text-align: center;
	line-height: 30px;
	font-weight: normal;
	}
.ban_title label { font-weight: normal; display: flex;}
.ban_title label span {
	line-height: 44px;
	font-size: 20px;
	display: inline-table;
	margin: 0px 10px;
	}
.ban_title label span img {
	width: 44px;
	height: 44px;
	}
.ban_title label span:last-child {
	padding: 0 4px;
    line-height: 20px;
    height: 20px;
    border-radius: 4px;
    font-weight: 400;
	background-color: #4E6EF2;
	font-size: 14px;
	margin-top: 13px;
	}
.ban_title .ban_a{
	display: inline-block;
	background-color: #fc7d3a;
	color: #fff;
	border-radius: 10px;
	padding: 0px 25px;
	font-size: 18px;
	line-height: 40px;
	margin-top: 30px;
	margin-right: 30px;
	}
.ban_title .ban_a2{
	display: inline-block;
	background-color: #f00;
	color: #fff;
	border-radius: 10px;
	padding: 0px 25px;
	font-size: 18px;
	line-height: 40px;
	margin-top: 30px;
	}
	
.ban_tit2 {
	width: 1170px;
	height: 100%;
	margin: 0px auto;
	padding: 120px 0px 70px;
	text-align: center;
	}
.ban_tit2 strong {
	line-height: 50px;
	background: #ffb136;
	font-size: 16px;
	border-radius: 30px;
	display: inline-block;
	padding: 0px 20px;
	margin-left: 180px;
	}
.ban_tit2 h3 {
	font-size: 36px;
	color: #fff;
	padding: 15px 0px 25px 200px;
	text-shadow: 3px 3px 0px rgba(0,0,0,.5);
	display: block;
	}
.ban_tit2 h4 {
	width: 400px;
	display: inline-block;
	margin-left: 200px;
	background: rgba(255,255,255,.3);
	}
.ban_tit2 h4 span {
	display: inline-table;
	padding: 15px 15px;
	font-size: 15px;
	}
.ban_tit2 h4 span img { margin-bottom: 5px;}
.ban_tit2 p {
	font-size: 16px;
	color: #fff;
	padding: 25px 0px 0px 160px;
	}
.ban_tit2 .ban_a{
	display: inline-block;
	background-color: #fc7d3a;
	color: #fff;
	border-radius: 10px;
	padding: 0px 25px;
	font-size: 18px;
	line-height: 40px;
	margin-right: 30px;
	}
.ban_tit2 .ban_a2{
	display: inline-block;
	background-color: #f00;
	color: #fff;
	border-radius: 10px;
	padding: 0px 25px;
	font-size: 18px;
	line-height: 40px;
	}
	
.ban_tit3 {
	width: 1170px;
	height: 100%;
	margin: 0px auto;
	padding: 120px 220px 70px 0px;
	text-align: center;
	}
.ban_tit3 h4 {
	display: inline-block;
	padding: 0px 20px;
	background: #5458ce;
	color: #fff;
	font-size: 40px;
	line-height: 65px;
	box-shadow: 0px 0px 20px rgba(255,255,255,.2);
	}
.ban_tit3 p {
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	padding: 20px 0px;
	}
.ban_tit3 h3 {
	font-size: 60px;
	color: #fff;
	text-shadow: 0px 5px 0px rgba(84,88,206,.5);
	padding: 10px 0px 30px;
	}
.ban_tit3 h3 font { color: #ffd200;}
.ban_tit3 .ban_a{
	display: inline-block;
	background-color: #ffba00;
	border-radius: 10px;
	padding: 0px 25px;
	font-size: 18px;
	line-height: 40px;
	margin-right: 30px;
	margin-top: 30px;
	}
	
.ban_tit4 {
	width: 1170px;
	height: 100%;
	margin: 0px auto;
	padding: 120px 290px 70px 0px;
	text-align: center;
	}
.ban_tit4 h3 {
	display: inline-block;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 5px 10px rgba(0,0,0,.3);
	line-height: 60px;
	overflow: hidden;
	font-weight: normal;
	padding-left: 20px;
	font-size: 24px;
	margin-top: 80px;
	}
.ban_tit4 h3 font { color: #ff0000;}
.ban_tit4 h3 span {
	display: inline-table;
	background: #ffaa00;
	padding: 0px 20px;
	margin-left: 20px;
	}
.ban_tit4 strong {
	font-size: 34px;
	color: #fff;
	text-shadow: 0px 5px 10px rgba(38,78,142,.75);
	display: block;
	padding: 10px 0px;
	}
.ban_tit4 .ban_a{
	display: inline-block;
	background-color: #ffba00;
	border-radius: 10px;
	padding: 0px 25px;
	font-size: 18px;
	line-height: 40px;
	margin-right: 30px;
	margin-top: 10px;
	}
	
/*****轮播图****/	
#full-screen-slider {
	width:100%; 
	height:620px; 
	position:relative;
	}
#slides {
	display:block; 
	width:100%; 
	height:620px;
	position:relative;
	}
#slides li {
	display:block; 
	width:100%; 
	height:100%;
	position:absolute;
	}
#pagination {
	display:block;
	position:absolute; 
	left:50%; 
	top:500px; 
	z-index:990;
	padding:5px 15px 5px 0; 
	}
#pagination li {
	display:block; 
	width:10px; 
	height:10px; 
	float:left; 
	margin-left:15px; 
	border-radius:5px; 
	background:#FFF;
	}
#pagination li a {
	display:block; 
	width:100%; 
	height:100%; 
	text-indent:-9999px;
	}
#pagination li.current { background:#0092CE}

	
.ban_f_box {
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 990;
	}
.ban_f_b {
	min-width: 1170px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -31%;
	}
.ban_fiex {
	position: absolute;
	top: 120px;
	right: 0px;
	}
	
.ban_fiex_box {
	width: 224px;
	padding: 5px 20px 15px;
	border-radius: 12px;
	background-color: rgba(0,0,0,.7);
	}
.ban_fiex_box ul li {
	height:60px; 
	padding: 10px 0px; 
	font-weight:normal; 
	overflow:hidden; 
	border-bottom:1px solid rgba(255,255,255,0.2); 
	display:block; 
	cursor:pointer;
	}
.ban_fiex_box ul li span { font-size:14px; color:#fff; height: 40px; line-height: 40px; }
.ban_fiex_box ul li span i img{ width: 40px; height: 40px; margin-right: 15px; float: left;}
.ban_fiex_box ul li span a { display: inline-table; color: #fff;}
.ban_fiex_box ul li em {
	width:12px;
	height: 11px;
	background: url(../images/icon5.png) 0 0 no-repeat;
	display: inline-block;
	margin-left: 30px;
	}
.ban_fiex_box ul li p{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	}
.ban_fiex_box ul li p a{
	color: rgba(255,255,255,.7); 
	font-size: 13px;
	line-height: 23px;
	margin: 0px 0px;
    width: calc(50% - 0px);
	}
.ban_fiex_box ul li p a:hover { color: #fff;}
.ban_fiex_box>ul>li:nth-child(2n+1) {}
.ban_fiex_box>ul>li:nth-child(2n+2) {
    height: 60px;
    display: none;
    transition: all 1s;
    }
.ban_fiex_box>ul>#selected em{
	background: url(../images/icon5.png) 0px -11px no-repeat;
    }
.ban_fiex_box>ul>li:nth-child(2) {
    display: block;
  	}
	
/**二级导航**/
.nav_two {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 540px;
	line-height: 50px;
	background: rgba(0,0,0,.7);
	border-radius: 10px;
	}
.nav_two ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	}
.nav_two ul li {
	width: 12.5%;
	text-align: center;
	position: relative;
	}
.nav_two ul li:after {
	content:"";
	position: absolute;
	width: 1px;
	height: 24px;
	background: #ffffff4d;
	top: 13px;
	right: 0px;
	}
.nav_two ul li:last-child:after { display: none;}
.nav_two ul li a {
	display: block;
	color: #fff;
	}
.nav_two ul li a:hover { text-decoration: underline;}

/*******标签展示*****/
.mag {
	display: flex;
	justify-content: space-around;
	padding: 50px 0px 30px;
	}
.mag .item {width:25%;}
.mag .item-icon{ height:44px; display:block;margin:0 auto;    transition: all .3s ease;}
.mag .item:hover .item-icon{
    transform: rotatey(180deg);
}
.mag .no1{ background:url(../images/icon1.png) no-repeat center;}
.mag .no2{ background:url(../images/icon2.png) no-repeat center;}
.mag .no3{ background:url(../images/icon3.png) no-repeat center;}
.mag .no4{ background:url(../images/icon4.png) no-repeat center;}
.mag .tit {color: #333;font-size: 18px;margin: 15px 0 10px; text-align:center;}
.mag .tip {font-size: 14px;text-align:center;color: #909090;width: 85%;margin: 0 auto;}


/*****期刊展示****/
.qk_main {
	padding:20px 0px;
	overflow: hidden;
	}
.qk_mnav {
	height:50px;
	line-height:50px;
	border-bottom:1px solid #eee;
	}
.qk_mnav .sp01 {
	width:4px;
	height:20px;
	display:block;
	float:left;
	background:#db2242;
	margin-right:10px;
	margin-top:10px;
	}
.qk_mnav .sp02 {
	font-size:12px;
	color:#666;
	font-weight:normal;
	}
.qk_mnav .sp02 a {padding:0 5px;}
.qk_main .indht {
	line-height:40px;
	height:40px;
	font-size:26px;
	}
.qk_main .indht a:hover { text-decoration:none;}
.qk_main .indht span {
	font-size:12px;
	color:#666;
	font-weight:normal;
	padding-left: 10px;
	}
.qk_main .qkpic {
	width:900px;
	height:280px;
	padding-left:5px;
	padding-top:15px;
	}
.qk_main .qkpic p {
	width:160px;
	text-align:center;
	float:left;
	margin-right:15px;
	font-size:12px;
	color:#999;
	}
.qk_main .qkpic p img {
	border:1px solid #eee;
	padding:10px;
	width:160px;
	height:215px;
	transition: all .5s;
	}
.qk_main .qkpic p:hover img {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all .5s;
    transition: all .5s;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.05);
}
.qk_main .qkpic p a {
        white-space: nowrap;
        color:#333;
        display: block;
        margin: 10px 0px 5px 0px;
        font-size: 14px;
        }
.qk_main .qkpic p span a{
	width: 150px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
.qk_main .qkpic p a:hover { color:#f00;}
.qklw_r {
	height:295px;
	width:270px;
	float:right;
	}
.qklw_r font {
	width:100%;
	height:34px;
	border-bottom:1px solid #eee;
	font-size:16px;
	display:block;
	margin-bottom:5px;
	}
.qk_r_1 b{color: #30c4cd; border-bottom: 2px solid #30c4cd;}
.qk_r_2 b{color: #3e92e7; border-bottom: 2px solid #3e92e7;}
.qk_r_3 b{color: #e88e3f; border-bottom: 2px solid #e88e3f;}
.qk_r_4 b{color: #e63d5c; border-bottom: 2px solid #e63d5c;}
.qk_r_5 b{color: #433eea; border-bottom: 2px solid #433eea;}
.qk_r_6 b{color: #e84c3d; border-bottom: 2px solid #e84c3d;}
.qklw_r font b{padding-bottom: 12px;}
.qklw_r font a {
	font-size:14px;
	float:right;
	color:#999;
	}
.qklw_r font a:hover { color:#f00}

.qklw_r ul {
	counter-reset:section;
	position: relative;
	}
.qklw_r ul:before {
	content:"";
	position: absolute;
	width: 22px;
	height: 100%;
	border-radius: 15px;
	left: 0px;
	top: 0px;
	z-index: -1;
	}
.qk_r_1 ul:before {background: linear-gradient(180deg, #89eff2 0%, #30c4cd 100%);}
.qk_r_2 ul:before {background: linear-gradient(180deg, #acd5ff 0%, #3e92e7 100%);}
.qk_r_3 ul:before {background: linear-gradient(180deg, #ffd0a6 0%, #e88e3f 100%);}
.qk_r_4 ul:before {background: linear-gradient(180deg, #ffcdd5 0%, #e63d5c 100%);}
.qk_r_5 ul:before {background: linear-gradient(180deg, #d0cfff 0%, #433eea 100%);}
.qk_r_6 ul:before {background: linear-gradient(180deg, #ff8787 0%, #ff3a3a 100%);}
.qklw_r ul li {
	line-height:30px;
	overflow:hidden;
	white-space:nowrap;
    text-overflow: ellipsis;
	display: flex;
	justify-content: space-between;
	}
.qklw_r ul li:before{
	counter-increment:section;
	content:counter(section);
	display:inline-block;
	width: 20px;
	padding: 0px 3px;
	line-height:30px;
	font-size:9px;
	color: #fff;
	text-align: center;
	}
.qklw_r ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-left: 10px;
	}
.qklw_r ul li span {
	display: inline-block;
	font-size: 12px;
	color: #999;
	}

.dot {
	width:4px;
	height:4px;
	display:block;
	background:#db2242;
	float:left;
	margin-right:10px;
	margin-top:13px;
	}
.qklw_r p {
    width:270px;
	line-height:30px;
	overflow:hidden;
	white-space:nowrap;
    text-overflow: ellipsis;
	position: relative;
}

.qklw_r .time{
    display: block;
    float: right;
    margin-right: 20px;
    font-size: 12px;
    color: #999;
    width: 10%;
}
.qklw_r p a{
	display: block;
    width: 72%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qk_show {
	display: flex;
    justify-content: space-between;
	}
.qk_fixe {
	width: 240px;
	height: 100%;
	padding: 20px 20px 60px;
	text-align: center;
	}
.qk_fixe h3 a {
	display: block;
	font-size: 26px;
	line-height: 50px;
	color: #fff;
	border-bottom: 1px solid #e9e9e9;
	}
.qk_fixe h3 a:hover, .qk_fixe .sp01 a:hover { text-decoration: underline}
.qk_fixe .sp01 { padding: 11px 0px 0px; display: block;}
.qk_fixe .sp01 a{
	font-size: 12px;
	color: #fff;
	padding: 4px 4px;
	display: inline-block;
	}
.qk_f_1 {background: #30c4cd;}
.qk_f_2 {background: #3e92e7;}
.qk_f_3 {background: #e88e3f;}
.qk_f_4 {background: #e63d5c;}
.qk_f_5 {background: #433eea;}
.qk_f_6 {background: #e84c3d;}
	
.bg_sci { background: #aae9ea;}
.bg_ssci { background: #c1dffe;}
.bg_ei { background: #ffd8b5;}
.bg_istp { background: #ffc9d3;}
.bg_pk { background: #d7d6ff;}
.bg_sco { background: #f4a69e;}
.pro-switch {
	width: 100%;
	height: 250px;
	border-radius: 5px;
	position: relative;
	margin-top: 25px;
	}
.slider {
	position: absolute;
	width: 180px;
	height: 270px;
	background: #fff;
	border-radius: 5px;
	left: 50%;
	margin-left: -90px;
	top: -10px;
	}
.flexslider {
	margin: 0 auto;
	position: relative;
	zoom: 1;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides > li p {
	width: 150px;
	height: 210px;
	margin: 15px auto 0px;
	}
.flexslider .slides img {
	width: 100%;
	height: 203px;
	display: block;
}
.flexslider .slides > li span { color: #999; font-size: 12px;}
.flexslider .slides > li span a {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #333;
	display: block;
	font-size: 14px;
	margin: 0px 5px;
	}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 155px;
}
.no-js .slides > li:first-child {
	display: block;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.flexslider .slides {
	zoom: 1;
}
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
	width: 30px;
	height: 45px;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	filter:alpha(opacity=0);
-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
	background-position: 0 -45px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter:alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter:alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter:alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	text-align: center;
	left:0; 
	top:280px;
}
.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -16px;
	display:block;
	height: 16px;
	overflow: hidden;
	text-indent:-99em;
	width: 16px;
	cursor: pointer;
}
.flex-control-paging li a.flex-active {
	background-position: 0 0;
}

.qk_index_img {
	width: 630px;
	display: inline-block;
	}
.qk_index_img ul {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	border-left: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	}
.qk_index_img ul li {
	margin: 0px 0px;
    width: calc(33.33334% - 0px);
	text-align: center;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	padding: 10px 10px;
	}

.qk_index_img ul li img {
	width:145px;
	height:175px;
	transition: all .5s;
	}
.qk_index_img ul li:hover img {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all .5s;
    transition: all .5s;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.05);
}
.qk_index_img ul li span {
	font-size: 12px;
	color: #999;
	}
.qk_index_img ul li span a {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
 	color:#333;
 	display: block;
   	margin: 5px 0px 5px 0px;
  	font-size: 14px;
	height: 19px;
	}
.qk_index_img ul li a:hover { color:#f00;}


/*****学科*****/
.experts_subjects {padding: 20px 0;}
.sub_cont {
	display: flex;
	}
.sub_cont li {
	margin: 0 10px;
    margin-top: 30px;
    border-radius: 4px;
    background-color: #fff;
    flex-grow: 1;
    width: 100%;
    padding: 25px 20px;
	}

.sub_cont li .subject_img {
	width: 40px;
	height: 40px;
	margin: 0 auto 12px;
}

.sub_cont li .name {
	font-size: 22px;
	font-weight: 900;
	line-height: 33px;
	min-height: 50px;
	margin-bottom: 0px;
	text-align: center;
}

.sub_cont li .detail {
	color: #555;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin: 0px;
}
.sprite_images {
	background-image: url(../images/css_sprites.png);
	background-repeat: no-repeat;
}
.sub_cont li .blueText {
	color: #a5a5a5;
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
	padding: 15px 0px;
}

.sub_cont li.purple {
	border: 1px solid #ccc;
	/*background: rgba(83,51,138,.05);*/
	/*box-shadow: 0 0 20px 0 rgba(174, 159, 225, .4);*/
}
.sub_cont li.purple:hover {border: 1px solid #53338a; box-shadow: 0 0 20px 0 rgba(174, 159, 225, .4);}
.sub_cont li.purple .subject_img {
	background-position: -70px -69px;
}

.sub_cont li.purple .name {
	color: #444;
}

.sub_cont li.blue {
	border: 1px solid #ccc;
	/*background: rgba(104,130,218,.05);*/
	/*box-shadow: 0 0 20px 0 rgba(169, 185, 237, .4);*/
}
.sub_cont li.blue:hover {border: 1px solid #6882da; box-shadow: 0 0 20px 0 rgba(169, 185, 237, .4);}
.sub_cont li.blue .subject_img {
	background-position: -10px -69px;
}

.sub_cont li.blue .name {
	color: #444;
}

.sub_cont li.yellow {
	border: 1px solid #ccc;
	/*background: rgba(203,155,39,.05);*/
	/*box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);*/
}
.sub_cont li.yellow:hover {border: 1px solid #cb9b27; box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);}
.sub_cont li.yellow .subject_img {
	background-position: -130px -69px;
}

.sub_cont li.yellow .name {
	color: #444;
}

.sub_cont li.green {
	border: 1px solid #ccc;
	/*background: rgba(50,138,146,.05);*/
	/*box-shadow: 0 0 20px 0 rgba(80, 202, 174, .4);*/
}
.sub_cont li.green:hover {border: 1px solid #328a92; box-shadow: 0 0 20px 0 rgba(80, 202, 174, .4);}
.sub_cont li.green .subject_img {
	background-position: -190px -69px;
}

.sub_cont li.green .name {
	color: #444;
}

.sub_cont li.brown {
	border: 1px solid #ccc;
	/*background: rgba(168,108,102,.05);*/
	/*box-shadow: 0 0 20px 0 rgba(207, 166, 161, .4);*/
}
.sub_cont li.brown:hover {border: 1px solid #a86c66; box-shadow: 0 0 20px 0 rgba(207, 166, 161, .4);}
.sub_cont li.brown .subject_img {
	background-position: -240px -69px;
}

.sub_cont li.brown .name {
	color: #444;
}
.country-row {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.country-col {
	margin:30px 10px 0px;
	width: calc(25% - 20px);
	/*background-color: rgba(25,84,220,.8);*/
	padding: 20px 20px 30px 20px;
	border-radius: 4px;
	box-shadow: 2px 4px 10px 0px rgb(25 84 220 / 22%);
	position: relative;
}
.country-col:after { content:""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background-color: rgba(0,0,0,.8);}
.country-col:nth-child(1) { background: url(../images/img14.jpg) 0 0 no-repeat; background-size: cover;}
.country-col:nth-child(2) { background: url(../images/img15.jpg) 0 0 no-repeat; background-size: cover;}
.country-col:nth-child(3) { background: url(../images/img16.jpg) 0 0 no-repeat; background-size: cover;}
.country-col:nth-child(4) { background: url(../images/img17.jpg) 0 0 no-repeat; background-size: cover;}
.country-col:nth-child(4) {
	margin-right: 0;
}
.country-profile {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E2E8F0;
}
.country-profile span {
	display: inline-block;
	width: 48px;
	height: 48px;
}
.country-profile span.usa_flag {
	background-position: -263px -1px;
}
.country-profile span.uk_flag {
	background-position: -194px -2px;
}
.country-profile span.canada_flag {
	background-position: -70px -6px;
}
.country-profile span.europe_flag {
	background-position: -131px -2px;
}
.country-profile span.australia_flag {
	background-position: -300px -280px;
}
.country-profile span.world_flag {
	background-position: -620px -273px;
}

.profile-info {
    padding-left: 20px;
}
.profile-info p {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-top: 0;
}
.country-col h5,.country-col p{
	color: #fff;
	margin-bottom: 0;
}
.country-col h5,.country-col p,.country-profile { position: relative; z-index: 10;}

/*其他增值服务*/
.zzfw_bg {background:url(../images/13.jpg);padding: 0px 0 50px;background-size: cover;}
.zzfw_bg label { color: #fff;}

.zzfw_list {
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	}
.zzfw_list li {
	margin:15px 15px;
	width: calc(50% - 30px);
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 20px 0px rgba(61, 64, 76, 0.1);
	overflow: hidden;
	display: flex;
	}
.zzfw_list li>div {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	}
.zzfw_list li>div strong {
	font-size: 24px;
	line-height: 50px;
	position: relative;
	display: block;
	}
.zzfw_list li>div strong:after {
	content:"";
	position: absolute;
	width: 50px;
	height: 4px;
	background: #e02d39;
	left: 0px;
	bottom: 0px;
	}
.zzfw_list li>div strong span {
	font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
	}
.zzfw_list li>div h4 {
	font-size: 18px;
	line-height: 30px;
	}
.zzfw_list li>div p {
	font-size: 13px;
	color: #666;
	line-height: 24px;
	padding-right: 10px;
	margin-top: 15px;
	}
.zzfw_list li>div p font {
	font-weight: 700;
	background: url(../images/ico.png) left center no-repeat;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 15px;
	}


/******选择我们*****/
.choice {}
.choise_box{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	}
.choise_box li {
	margin: 10px 10px;
	width: calc(33.33334% - 20px);
	transition:transform 0.3s ease;
	border-radius: 6px;
	padding: 25px 10px 25px 20px;
	display: flex;
	}
.choise_box li:hover{ transform:translateY(-6px); box-shadow: 0px 0px 15px rgba(0,0,0,.1);}
.choise_box li img {
	width: 90px;
	height: 90px;
	vertical-align: middle;
	}
.choise_box li div {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	}
.choise_box li div h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
	}
.choise_box li div a {
	height: 34px;
    line-height: 34px;
	display: inline-block;
	font-size: 18px;
	padding: 0px 20px;
    border-radius: 4px;
    text-align: center;
    transition: .5s;
	}
.choise_box li:nth-child(1){ border: 1px solid #d2ecff;}
.choise_box li:nth-child(1) div a{ border: 1px solid #42afff; color: #42afff;}
.choise_box li:nth-child(1) div a:hover {background: #42afff;border: 1px solid #42afff;color: #fff;}

.choise_box li:nth-child(2){ border: 1px solid #d2fff1;}
.choise_box li:nth-child(2) div a{ border: 1px solid #ffce54; color: #ffce54;}
.choise_box li:nth-child(2) div a:hover {background: #ffce54;border: 1px solid #ffce54;color: #fff;}

.choise_box li:nth-child(3){ border: 1px solid #feecdd;}
.choise_box li:nth-child(3) div a{ border: 1px solid #2cc092; color: #2cc092;}
.choise_box li:nth-child(3) div a:hover {background: #2cc092;border: 1px solid #2cc092;color: #fff;}

.choise_box li:nth-child(4){ border: 1px solid #ffe8e7;}
.choise_box li:nth-child(4) div a{ border: 1px solid #e65b58; color: #e65b58;}
.choise_box li:nth-child(4) div a:hover {background: #e65b58;border: 1px solid #e65b58;color: #fff;}

.choise_box li:nth-child(5){ border: 1px solid #fff2e7;}
.choise_box li:nth-child(5) div a{ border: 1px solid #fe9641; color: #fe9641;}
.choise_box li:nth-child(5) div a:hover {background: #fe9641;border: 1px solid #fe9641;color: #fff;}

.choise_box li:nth-child(6){ border: 1px solid #d2ecff;}
.choise_box li:nth-child(6) div a{ border: 1px solid #949494; color: #949494;}
.choise_box li:nth-child(6) div a:hover {background: #949494;border: 1px solid #949494;color: #fff;}

.cho_info {
	font-size: 18px;
	color: #444;
	text-align: center;
	padding-top: 30px;
	}
.cho_info span {
	display: block;
	color: #000; 
	font-size: 16px;
	}

.ban_two{
	width: 100%;
	height: 167px;
	background: url(../images/two_main.png) no-repeat;
	margin-bottom: 20px;
	}
.ban_two_box{
	width: 1170px;
	margin: 0px auto;
	text-align: center;
	position: relative;
	}
.ban_two_box_tit{
	position: absolute;
	left: 285px;
	top: 75px;
	}
.ban_two_box_tit p{
	color: white;
	font-size: 40px;
	font-weight: bolder;
	display: inline-block;
	vertical-align: middle;
	}
.ban_two_box_tit a{
	display: inline-block;
	width: 238px;
	height: 48px;
	line-height: 48px;
	border: 1px solid #f6ef26;
	background-color: #f6ef26;
	border-radius: 8px;
	font-size: 20px;
	color: #00178b;
	vertical-align: middle;
	margin-left: 60px;
	transition: .5s;
	}
.ban_two_box_tit a:hover{
	background-color: #4762ea;
	color: #f6ef26;
	}
.ban_four{
	width: 100%;
	height: 167px;
	background: url(../images/four_main.png) no-repeat;
	}
.ban_four .ban_two_box_tit { left: 265px;}

/**小广告*/
.ban_three{
	width: 100%;
	height: 167px;
	background: url(../images/three_main.png) no-repeat;
	margin-bottom: 20px;
	}
.ban_main_box{
	width: 1170px;
	margin: 0px auto;
	text-align: center;
	position: relative;
	}
.ban_main_tit{
	position: absolute;
	left: 20px;
	top: 75px;
	}
.ban_main_tit p{
	color: white;
	font-size: 40px;
	font-weight: bolder;
	display: inline-block;
	vertical-align: middle;
	}
.ban_main_tit a{
	display: inline-block;
	width: 238px;
	height: 48px;
	line-height: 48px;
	border: 1px solid #f6ef26;
	background-color: #f6ef26;
	border-radius: 8px;
	font-size: 20px;
	color: #00178b;
	vertical-align: middle;
	margin-left: 60px;
	transition: .5s;
	}
.ban_main_tit a:hover{
	background-color: #4762ea;
	color: #f6ef26;
	}


/********/
.indexpart3 {
    padding-top: 30px;
    padding-bottom: 50px;
    background: url(../images/img23.jpg) center no-repeat;
    background-size: cover;
}
.conwidth {
    width: 74%;
    margin: auto;
}
.indexpart3 .box {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}
.indexpart3 .title label { color: #fff;}
.indexpart3 .wrap {
    margin-top: 40px;
    font-size: 0;
    text-align: center;
}
.indexpart3 .wrap .bg {
    position: relative;
    display: inline-block;
    width: 50.28%;
    margin: auto;
    padding: 5% 0;
}
.indexpart3 .wrap .bg .s1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/img25.png) center no-repeat;
    background-size: 76.84% auto;
}
.indexpart3 .wrap .bg .s2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/img24.png) center no-repeat;
    background-size: 76.84% auto;
}
.indexpart3 .wrap .bg .s3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.indexpart3 .wrap .bg .s4 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 21.5%;
    height: 22%;
    background: url(../images/img263.png) center no-repeat;
    background-size: auto 100%;
    z-index: 11;
    color: #FFFFff;
    font-size: 22px;
    font-family: "syr";
    display: flex;
    align-items: center;
    justify-content: center;
}
.deve-list {
    position: absolute;
    left: 50%;
    top: 50%;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 58.53%;
    height: 58.156%;
    margin-top: -1%;
}
.deve-list ul li {
    position: absolute;
    overflow: hidden;
}
.deve-list ul li img{
	width: 100%;
}
.deve-list ul li .im2{
	display: none
}
.deve-list ul li:hover .im1{
	display: none;
}
.deve-list ul li:hover .im2{
	display: inline-block;
}
.deve-list ul li.column1{
	top: 0;
	left: 7.05%;
	width: 42.475%;
}
.deve-list ul li.column2{
	top: 26.5%;
	left: 0;
	width: 49.27%;
}
.deve-list ul li.column3{
	bottom: -5.2%;
	left: 7.05%;
	width: 42.475%;
}
.deve-list ul li.column4{
	bottom: -5.2%;
	right: 7.05%;
	width: 42.475%;
}
.deve-list ul li.column5{
	top: 26.5%;
	right: 0;
	width: 49.27%;
}
.deve-list ul li.column6{
	top: 0;
	right: 7.05%;
	width: 42.475%;
}
.deve-list ul li .txt{
	position: absolute;
	top: 30%;
	text-align: center;
	color: rgba(255,255,255,0.7);
	font-size: 18px;
	width: 54%;
}
.deve-list ul li.column1 .txt{
	left: 32%;
	top: 32%;
}
.deve-list ul li.column2 .txt{
	top: 40%;
	left: 12%;
}
.deve-list ul li.column3 .txt{
	top: 47%;
    left: 29%;
	width: 60%;
}
.deve-list ul li.column4 .txt{
	top: 47%;
    left: 13%;
	width: 60%;
}
.deve-list ul li.column5 .txt{
	top: 40%;
	left: 35%;
}
.deve-list ul li.column6 .txt{
	left: 12%;
	width: 60%;
	top: 32%;
}
.indexpart3 .wrap .w1{
	float: left;
}
.indexpart3 .wrap .w2{
	float: right;
}
.indexpart3 .wrap>ul{
	width: 24.857%;
	overflow: hidden;
}
.indexpart3 .wrap>ul>li{
	margin-bottom: 20%;
	font-size: 0;
}
.indexpart3 .wrap>ul.w1>li{
	padding-right: 10%;
	text-align: right;
}
.indexpart3 .wrap>ul.w2>li{
	padding-left: 10%;
}
.indexpart3 .wrap ul li .con{
	display: inline-block;
	max-width: 230px;
	width: 100%;
	/*width: 66%;*/
	text-align: left;
}
.indexpart3 .wrap ul li .con .t1{
	position: relative;
	padding-left: 28%;
	overflow: hidden;
	color: #ffffff;
	font-size: 24px;
	font-family: "sym";
	margin-bottom: 15px;
}
.indexpart3 .wrap ul li .con .t1 .sp{
	position: absolute;
	left: 0;
	top: 6px;
	width: 28%;
	text-align: center;
	font-family: arial;
	color: #758ec7;
	font-size: 20px;
}
.indexpart3 .wrap ul li .con .t2{
	display: table;
	width: 100%;
	font-family: "syr";
	color: #bfd0f5;
	font-size: 16px;
	height: 108px;
	background: url(../images/img29.png) center no-repeat;
	background-size: 100% 100%;
}
.indexpart3 .wrap>ul>li:hover .con .t2{
	color: #ffffff;
	background: url(../images/img30.png) center no-repeat;
	background-size: 100% 100%;
}
.indexpart3 .wrap ul li .con .t2 ul{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 0 13%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.indexpart3 .wrap ul li .con .t2 ul li{
	float: left;
	position: relative;
	width: 50%;
	text-align: left;
	margin: 5px auto;
	padding-left: 12%;
	padding-right: 6%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.indexpart3 .wrap ul li .con .t2 ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #f6f7fb;
}

/*****服务优势****/
.adv_box {
	display: flex;
	padding-top: 80px;
	padding-bottom: 30px;
	}
.adv_box .box_tit {
    width: 300px;
	margin: 185px 50px 0px;
	text-align: center;
}
.adv_box .box_tit h3 {
    padding: 0 50px;
    line-height: 66px;
    display: inline-block;
    font-size: 32px;
    color: #2b2b2b;
    position: relative;
    margin-bottom: 20px;
}
.adv_box .box_tit h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 62px;
	border: 2px solid #f6ab00;
	border-right: none;
}
.adv_box .box_tit h3:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 62px;
    border: 2px solid #f6ab00;
	border-left: none;
}
.adv_box .box_tit a {
    display: inline-block;
    font-size: 18px;
    border: 2px solid #f6ab00;
    border-radius: 5px;
    color: #f6ab00;
    line-height: 40px;
	padding: 0px 20px;
    transition: all ease .3s;
}
.adv_box .box_tit a:hover {
                color:#fff;
                background:#f6ab00;
            }
.adv_box .list {
	width:870px;
}
.adv_box .list ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	}
.adv_box .list li {
	margin: 0px 10px 60px;
    width: calc(25% - 20px);
    font-size: 20px;
    color: #666;
    text-align: center;
}
.adv_box .list li i {
	width: 36px;
	height: 36px;
	display: inline-block;
	}
.adv_box .list li:nth-child(1) i { background: url(../images/icon.png) 0 0 no-repeat;}
.adv_box .list li:nth-child(2) i { background: url(../images/icon.png) -47px 0 no-repeat;}
.adv_box .list li:nth-child(3) i { background: url(../images/icon.png) -100px 0 no-repeat;}
.adv_box .list li:nth-child(4) i { background: url(../images/icon.png) -150px 0 no-repeat;}
.adv_box .list li:nth-child(5) i { background: url(../images/icon.png) -197px 0 no-repeat;}
.adv_box .list li:nth-child(6) i { background: url(../images/icon.png) -245px 0 no-repeat;}
.adv_box .list li:nth-child(7) i { background: url(../images/icon.png) -293px 0 no-repeat;}
.adv_box .list li:nth-child(8) i { background: url(../images/icon.png) -343px 0 no-repeat;}
.adv_box .list li strong {
	display: block;
	line-height: 50px;
	}
.adv_box .list li p {
	font-size: 16px;
	line-height: 26px;
	}
.adv_box .list li a {
	display: inline-block;
	line-height: 34px;
	padding: 0px 30px;
	border-radius: 30px;
	color:#f6ab00;
	border: 1px solid #f6ab00;
	transition: all ease .3s;
	font-size: 16px;
	margin-top: 15px;
	}
.adv_box .list li a:hover {
	color:#fff;
	background:#f6ab00;
	}
	
/******首页学术常识*****/
.index_cs {
	width: 100%;
    background-size: 100% 100%;
	padding-bottom: 60px;
	}
.index_cs_box {
	display: flex;
	}
.index_cs_l {
	width: 400px;
    background: #fff;
    padding: 50px 40px;
    height: 590px;
	box-shadow: 0px 0px 20px 0px rgba(61, 64, 76, 0.1)
	}
.index_cs_l h3 a {
	font-size: 18px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	}
.index_cs_l p {
	color: #666666;
    font-size: 14px;
    margin-top: 15px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
	height: 120px;
	}
.index_cs_l span {
    color: #999999;
    font-size: 12px;
    display: block;
    margin-top: 35px;
	}
.index_cs_l img { width: 100%; margin-top: 50px;}
.index_cs_r {
	width: 740px;
	background: #fff;
	padding: 20px 0px;
	margin-left: 30px;
	box-shadow: 0px 0px 20px 0px rgba(61, 64, 76, 0.1)
	}
.index_cs_r li {
    padding: 0px 50px;
    width: 100%;
    display: inline-block;
    transition: 0.5s;
	}
.index_cs_r li:hover {
    transform: translateY(-5px);
    box-shadow: 0px 0px 10px #dedede;
    background: #fff;
	}
.index_cs_r li a {
    display: inline-block;
    width: 100%;
    height: 110px;
    padding: 25px 0px;
    border-bottom: 1px solid #e8e8e8;
	}
.index_cs_r li a:hover strong, .index_cs_r li a:hover span{color:#c00;}
.index_cs_r li strong {
    font-size: 18px;
    color: #333;
    display: inline-block;
    width: 100%;
    font-weight: 400;
    padding-right: 10%;
	position: relative;
	}
.index_cs_r li strong:before {
	content:"»";
	position: absolute;
	display: inline-block;
	right: 0px;
	top: 50%;
	margin-top: -12px;
	}
.index_cs_r li span {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}
	
/******底部广告*****/
.foot_ban {
	width: 100%;
	background: url(../images/foot_ban.jpg) center center no-repeat;
	padding: 80px 0px;
	text-align: center;
	}
.foot_b_b .foot_tit{
	padding: 15px 0px;
	}
.foot_b_b .foot_tit span {
	display: inline-block;
	font-size: 60px;
	color: #046fb6;
	}
.foot_b_b .foot_tit p {
	font-size: 28px;
	color: #434343;
	display: inline-block;
	}
.foot_b_b .foot_tit p i {
	font-size: 16px;
	color: #999;
	display: block;
	}
.foot_b_b h4 {
	font-size: 24px;
	display: inline-block;
	line-height: 50px;
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	}
.foot_b_b a {
	line-height: 40px;
	background: #046fb6;
	color: #fff;
	font-size: 16px;
	padding: 0px 160px;
	display: inline-block;
	margin-top: 20px;
	}

/**/
.footer {
	width: 100%;
	background: #333;
	}
.footer .f_tit {
	display: flex;
	padding: 30px 0px;
	}
.footer .f_tit .f_tit_l {
	width: 300px;
	text-align: center;
	color: #a8a8a8;
	}
.footer .f_tit .f_tit_l strong a{ font-size: 40px; color: #fff;}
.footer .f_tit .f_tit_l strong a:hover { text-decoration: none;}
.footer .f_tit .f_tit_l p { font-size: 16px;}
.footer .f_tit .f_tit_r {
	display: block;
	margin-left: 50px;
	width: 100%;
	}
.footer .f_tit .f_tit_r .link-item a {
	margin-right: 2%;
	color: #fff;
	line-height: 24px;
	font-size: 16px;
	}
.foot_inner {
	line-height: 30px;
	color: #a8a8a8;
	font-size: 15px;
	}

.tit_cont {
	text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 40px;
	}

/*******国内学术频道******/
.gnxs_ban {
	width: 100%;
	height: 620px;
	background: url(../images/gnxs_ban.jpg) 0 0 no-repeat;
	background-size:cover;
	color: #fff;
	text-align: center;
	}
.gnxs_ban h2 {
	font-size: 50px;
	padding-top: 180px;
	}
.gnxs_ban h3 {
	font-size: 30px;
	padding: 20px 0px;
	font-weight: normal;
	}
.gnxs_ban h4 {
	font-size: 22px;
	font-weight: normal;
	}
.gnxs_ban a {
	display: inline-block;
	background: #e7a519;
	color: #000;
	font-size: 20px;
	line-height: 50px;
	border-radius: 30px;
	padding: 0px 40px;
	margin-top: 50px;
	}

/***国内介绍**/
.gn_bg {
	width: 100%;
	background: #f2f2f2;
	padding: 70px 0px 50px;
	}
.gn_main {
	display: flex;
	justify-content: space-around;
	}
.gn_left {
	display: inline-table;
	}
.gn_left h3 {
	font-size: 30px;
	margin-bottom: 15px;
	}
.gn_left p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
	}
.gn_left span {
	display: flex;
	justify-content: space-around;
    flex-wrap: wrap;
	}
.gn_left span a {
	margin: 10px 5px;
    width: calc(25% - 10px);
	display: block;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.10);
    font-size: 18px;
    line-height: 40px;
    padding: 0 10px;
	}
.gn_left span a i {
	display: block;
	position: relative;
	padding-right: 25px;
	text-align: right;
	}
.gn_left span a i:before {
	content: "";
    position: absolute;
    top: 0;
    right: 5px;
    width: 15px;
    height: 100%;
    background: url(../images/ico_02.png) 50% 50% no-repeat;
    background-size: contain;
	}
.gn_left span a:hover { background: #c30d23; color: #fff;}
.gn_left span a:hover i:before { background-image: url(../images/ico_02a.png);}
.gn_img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 50px;
	}
	
/******服务明细*****/
.fwmx {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	}
.fwmx li {
	margin: 10px 10px;
    width: calc(25% - 20px);
	background: #f4f4f4;
	border-radius: 5px;
	padding: 15px 15px 25px;
	}
.fwmx li em {
	font-size: 24px;
	display: inline-block;
	border-bottom: 2px solid #b1c1f8;
	padding-bottom: 3px;
	color: #888;
	}
.fwmx li strong {
	display: block;
	padding: 15px 0px;
	font-size: 26px;
	color: #4c70ee;
	text-align: center;
	}
.fwmx li p {
	font-size: 16px;
	line-height: 24px;
	color: #888;
	text-align: center;
	}
.fwmx li span {
	background: #fff;
	border-radius: 30px;
	line-height: 30px;
	padding: 0px 25px;
	display: table;
	margin: 10px auto 0px;
	font-size: 16px;
	}
.fwmx li a:hover span {background: #c30d23; color: #fff;}
.fwmx li:hover { box-shadow: 0px 0px 15px rgba(0,0,0,.15);}


/****期刊推荐****/
.qktj_bg {
	width: 100%;
	background: #f2f2f2;
	padding: 80px 0px 30px;
	}
.qktj_tit {
	font-weight: bold;
    font-size: 30px;
    margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	}
.qktj_tit h3 {
	display: block;
	}
.qktj_tit h3 a { color:#c30d23;}
.qktj_tit h3 b {
    display: block;
    opacity: .10;
    color: #000;
    font-size: 56px;
	}
.qktj_tit span a {
	display: inline-block;
	margin-top: 80px;
	font-size: 14px;
	background: url(../images/ico_03.png) left center no-repeat;
	padding-left: 24px;
	}
	
.qklef{
	height: 678px; 
	overflow: hidden;
	}
.sub_qktit {
	height:40px;
	line-height:40px;
	font-size:20px;
	padding: 0px 50px;
	display: flex;
	justify-content: space-around;
	}
.sub_qktit span {
	display:inline-block;
	text-align:center;
	cursor:pointer;
	width: 120px;
	border: 1px solid #666; 
	border-radius: 30px;
	}
.sub_qktit span a { display: block; color: #666;}
.sub_qktit .act{ background: #000;}
.sub_qktit .act a { color:#fff;}
.qksub{ margin-bottom:10px;}
.qklist{
	margin-top: 30px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	}
.qklist:after { content:""; clear: both; display: block; overflow: hidden; height: 0px;}
.qklist li{
	margin: 10px 10px;
    width: calc(20% - 20px);
	padding: 5px 5px;
	background: #fff;
	position: relative;
	}
.qklist li img{
	width: 100%;
	height: 260px;
	}
.qklist li .img_r{
	position: absolute; 
	bottom: 0px; 
	left: 0; 
	background: rgba(255,255,255,.9);
	padding: 10px 10px;
	width: 100%;
	}
.img_r h5{
	font-size: 16px;
	color: #333;
	line-height: 24px;
	font-weight: bold;
	margin: 0px 0 5px;
	}
.img_r h5 a:hover { color: #c30d23;}
.img_r p{
	font-size: 12px;
	line-height: 24px;
	padding-bottom: 7px;
	}
.img_r p font{ margin: 0px 5px; color: #f00;}
.img_r span {
	border-top: 1px solid #a5a5a5;
	padding-top: 10px;
	display: block;
	}
.img_r span a{
	display: block;
	color: #666;
	background: url(../images/ico_04.png) right center no-repeat;
	}
.img_r span a:hover{
	color: #c30d23;
	background-image: url(../images/ico_04a.png);
	}

/*****8大用途*****/
.yt_eight {
	width: 100%;
	background: #c30d23;
	padding: 60px 0px 20px;
	}
.yt_eight .more a{ background: #fff; color: #c30d23;}
.yt_eight .tit_cont { color: #fff;}
.yt_eight .tit_cont b {
	display: block;
    opacity: .10;
    color: #fff;
    font-size: 56px;
	}
.yt_box { position: relative;}
.yt_box:before {
	content:"";
	position: absolute;
	width: 100%;
	height: 0px;
	border-top: 1px solid #fff;
	left: 0px;
	top: 50%;
	}
.yt_box ul {
	display: flex;
	justify-content: space-around;
	}
.yt_box ul li {
	margin: 10px 30px;
    width: calc(25% - 60px);
	text-align: center;
	color: #fff;
	position: relative;
	cursor: pointer;
	}
.yt_box ul li:after {
	content:"";
	position: absolute;
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 50%;
	left: 50%;
	margin-left: -7px;
	}
.yt_box ul li:hover span{ background: #fff; color: #c30d23;}
.yt_box ul li:hover:after { content:"●"; font-size: 34px; padding: 5px; line-height: 18px; text-align: center; display: table; border: 1px solid #fff; background: #c30d23;}
.yt_box ul li p {
	font-size: 15px;
	line-height: 26px;
	}
.yt_box ul li span {
	display: inline-block;
	border-radius: 30px;
	border: 1px dotted #fff;
	line-height: 40px;
	padding: 0px 30px;
	font-size: 20px;
	margin-top: 20px;
	}
.yt_box ul:nth-child(1) { padding-left: 115px;}
.yt_box ul:nth-child(1) li:after { bottom: -28px;}
.yt_box ul:nth-child(1) li:hover:after { margin-left: -15px; bottom: -36px;}
.yt_box ul:nth-child(2) { padding-right: 115px;}
.yt_box ul:nth-child(2) p { margin-top: 20px;}
.yt_box ul:nth-child(2) li:after { top: -7px;}
.yt_box ul:nth-child(2) li:hover:after { margin-left: -15px; top: -16px;}


/******为什么选我们****/
.why_box {
	display: flex;
	justify-content: space-around;
	}
.why_box li {
	margin: 10px 10px;
    width: calc(25% - 20px);
	text-align: center;
	color: #fff;
	padding: 40px 20px 30px;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	}
.why_box li:before {
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	left: 0px;
	top: 0px;
	}
.why_box li:nth-child(1) { background: url(../images/w1.jpg) no-repeat; background-size: cover;}
.why_box li:nth-child(2) { background: url(../images/w2.jpg) no-repeat; background-size: cover;}
.why_box li:nth-child(3) { background: url(../images/w3.jpg) no-repeat; background-size: cover;}
.why_box li:nth-child(4) { background: url(../images/w4.jpg) no-repeat; background-size: cover;}
.why_box li strong {
	font-size: 20px;
	line-height: 40px;
	border: 1px solid #fff;
	border-radius: 30px;
	display: inline-block;
	padding: 0px 30px;
	margin-bottom: 15px;
	}
.why_box li p {
	font-size: 15px;
	line-height: 24px;
	}
.why_box li strong, .why_box li p { position: relative; z-index: 10;}

/*****服务特色*****/
.fwts_bg {
	width: 100%;
	background: #f2f2f2;
	padding: 60px 0px 20px;
	}
.fwts_box {
	display: flex;
	justify-content: space-around;
	}
.fwts_box li {
	margin: 10px 10px;
    width: calc(25% - 20px);
	text-align: center;
	padding: 40px 20px;
	border-radius: 10px;
	background: #fff;
	transition:transform 0.3s ease;
	}
.fwts_box li:hover{transform:translateY(-10px); box-shadow: 0px 0px 10px rgba(0,0,0,.3);}
.fwts_box li i {
	display: block;
	width: 55px;
    height: 70px;
    background-image: url(../images/icon11.png);
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-bottom: 20px;
	}
.fwts_box li:nth-child(1) i {background-position: 3px -42px;}
.fwts_box li:nth-child(2) i {
    width: 75px;
    height: 70px;
    background-position: -78px -42px;
	}
.fwts_box li:nth-child(3) i {
    width: 60px;
    background-position: -178px -42px;
	}
.fwts_box li:nth-child(4) i {
    width: 65px;
    background-position: -253px -42px;
	}
.fwts_box li strong {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 23px;
    text-align: center;
	display: block;
	}
.fwts_box li p {
	text-align: center;
    font-size: 14px;
    color: #777;
    line-height: 20px;
	}
	
	
/*****内容页******/
.news_head_cont {
	width: 100%;
    height: 400px;
    background: url(../images/news_head_bg.jpg) 0 0 no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
	}
.news_head_cont h2 {
	font-size: 50px;
	padding-top: 120px;
	}
.news_head_cont h3 {
	font-size: 30px;
	padding: 20px 0px;
	font-weight: normal;
	}
.news_head_cont h4 {
	font-size: 22px;
	font-weight: normal;
	}
	
.breadcrumb {
	width: 85%;
	margin: 0px auto;
	padding-bottom: 60px;
	}
.breadcrumb label {
	display: block;
	color: #999;
	font-size: 16px;
	padding: 40px 0px 30px;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 30px;
	}
.breadcrumb label a { color: #999;}
.breadcrumb label a:hover {color: #c30c1c;}
.breadcrumb label font { color: #c30c1c;}
.breadcrumb h3 {
	font-size: 30px;
	font-weight: normal;
	}
.breadcrumb h3 i {
	display: block;
	font-size: 34px;
    color: #c30c1c;
    margin-bottom: 10px;
	}
	
.news_mag .breadcrumb { padding-bottom: 0px;}
.news_mag .breadcrumb label { border-bottom: none; margin-bottom: 0px;}
	
.news_cont_bg {
	width: 100%;
	background: #f2f2f2;
	padding: 60px 0px;
	}
.news_cont_box {
	width: 85%;
	margin: 0px auto;
	background: #fff;
	padding: 50px 50px;
	}
.news_cont_box h1 {
    line-height: 25px;
    padding: 20px 0px 5px 0px;
    display: block;
    text-align: center;
	}
.news_cont_box p { margin-bottom: 25px;}
.news_cont_box p a { color: #c8203e;}
.news_cont_box .psign {
    display: block;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    border-bottom: 1px dashed #e0e0e0;
    text-align: center;
    margin-top: 10px;
	}
.news_cont_box .psign span{ color:#666666; margin:0px 10px;}
.news_cont_box .artbox {
    border: 1px solid #ddd;
    padding: 10px 10px;
    color: #666;
    text-indent: 2em;
	}
.llwgg {
	margin-bottom: 25px;
	text-align: center;
	display: block;
	}
.cont_bot {
	border-top: 1px solid #dcdcdc;
	padding-top: 30px;
	margin-top: 30px;
	display: flex;
	justify-content: space-around;
	}
.cont_bot span i {
	display: block;
    font-size: 18px;
    line-height: 1;
    color: #f00000;
    margin-bottom: 10px;
	}
.cont_bot span:nth-child(1){
	width: 40%;
	}
.cont_bot span:nth-child(3){
	width: 40%;
	text-align: right;
	}
.cont_bot span:nth-child(2) a{
	display: inline-block;
    border-radius: 30px;
    line-height: 44px;
	padding: 0px 30px;
    background: #f00000;
    color: #fff;
	}
	
.news_cont_xg {
	width: 85%;
	margin: 20px auto 0px;
	background: #fff;
	padding: 50px 50px;
	}
.news_cont_xg h4 {
	font-size: 18px;
	color: #999;
	font-weight: normal;
	margin-bottom: 20px;
	}
.news_cont_xg ul {
	display: flex;
	justify-content: space-around;
	}
.news_cont_xg ul li {
	margin: 10px 10px;
    width: calc(25% - 20px);
	text-align: center;
	}
.news_cont_xg ul li img {
	height: 165px;
	width: 100%;
	margin-bottom: 10px;
	}
	
.mag_cont {
	width: 85%;
	margin: 0px auto;
	display: flex;
	justify-content: space-around;
	padding: 50px 0px 30px;
	}
.mag_cont .item {width:25%;}
.mag_cont .item-icon{ height:44px; display:block;margin:0 auto;    transition: all .3s ease;}
.mag_cont .item:hover .item-icon{
    transform: rotatey(180deg);
}
.mag_cont .no1{ background:url(../images/icon1.png) no-repeat center;}
.mag_cont .no2{ background:url(../images/icon2.png) no-repeat center;}
.mag_cont .no3{ background:url(../images/icon3.png) no-repeat center;}
.mag_cont .no4{ background:url(../images/icon4.png) no-repeat center;}
.mag_cont .tit {color: #333;font-size: 18px;margin: 15px 0 10px; text-align:center;}
.mag_cont .tip {font-size: 14px;text-align:center;color: #909090;width: 85%;margin: 0 auto;}

.news_xm {
	width: 100%;
	background: #fff;
	padding: 60px 0px 30px;
	}
.news_xm_box {
	width: 85%;
	margin: 0px auto;
	background: #c30d23;
	display: flex;
    justify-content: space-between;
	}
.news_xm_box div {
	color: #fff;
	padding: 30px 30px;
	}
.news_xm_box div strong {
	font-size: 28px;
	display: block;
	text-align: right;
	line-height: 40px;
	margin-bottom: 18px;
	padding-right: 40px;
	}
.news_xm_box div strong i {
	font-size: 30px;
    font-style: normal;
    font-family: 宋体;
    margin-right: 25px;
    display: inline-block;
    transition: all 0.5s ease 0s;
	}
.news_xm_box div ul {
	display: flex;
	justify-content: space-between;
	}
.news_xm_box div ul li {
	color: #fff;
	font-size: 16px;
	margin: 0px 22px;
	line-height: 40px;
	padding: 0px 20px;
	}
.news_xm_box div ul li h3 {font-size: 24px;}
.news_xm_box div ul li p a{ color: #fff;}
.news_xm_box div ul li p a:hover { color:#ff0; text-decoration: underline;}
.news_xm_box img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: 280px;
	}

.news_mx {
	width: 100%;
	background: #fff;
	padding: 30px 0px 0px;
	}
.news_mx_box {
	width: 85%;
	margin: 0px auto;
	background: #c30d23;
	overflow: hidden;
	display: flex;
    justify-content: space-between;
	}
.news_mx_box div {
	color: #fff;
	padding: 30px 30px;
	min-width: 830px;
	}
.news_mx_box div strong {
	font-size: 28px;
	display: block;
	line-height: 40px;
	margin-top: 15px;
	margin-bottom: 18px;
	padding-left: 12px;
	}
.news_mx_box div strong i {
	font-size: 30px;
    font-style: normal;
    font-family: 宋体;
    margin-left: 25px;
    display: inline-block;
    transition: all 0.5s ease 0s;
	}
.news_mx_box div ul {
	display: flex;
	justify-content: space-between;
	}
.news_mx_box div ul li {
	color: #fff;
	font-size: 16px;
	margin: 10px 10px;
    width: calc(25% - 20px);
	text-align: center;
	}
.news_mx_box div ul li i {
	display: inline-table;
	width: 36px;
	height: 36px;
	vertical-align: middle;
	margin-bottom: 20px;
	}
.news_mx_box div ul li a { display: block; color: #fff;}
.news_mx_box div ul li a:hover {color:#ff0;}
.news_mx_box div ul li:nth-child(1) i { background: url(../images/news-icon.png) 0 0 no-repeat;}
.news_mx_box div ul li:nth-child(2) i { background: url(../images/news-icon.png) -47px 0 no-repeat;}
.news_mx_box div ul li:nth-child(3) i { background: url(../images/news-icon.png) -100px 0 no-repeat;}
.news_mx_box div ul li:nth-child(4) i { background: url(../images/news-icon.png) -150px 0 no-repeat;}
.news_mx_box div ul li:nth-child(5) i { background: url(../images/news-icon.png) -197px 0 no-repeat;}
.news_mx_box div ul li:nth-child(6) i { background: url(../images/news-icon.png) -245px 0 no-repeat;}
.news_mx_box div ul li:nth-child(7) i { background: url(../images/news-icon.png) -293px 0 no-repeat;}
.news_mx_box div ul li:nth-child(8) i { background: url(../images/news-icon.png) -343px 0 no-repeat;}

.news_mx_box img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: 280px;
	}

/******论文列表页****/
.news_list{width: 85%;margin: 0 auto;overflow:hidden;}
.news_list li{background: #f7f7f7;zoom:1;margin-bottom: 40px;position: relative; height:214px; overflow:hidden; display: flex;}
.news_list .line{display: block;position: absolute;background: #0864c1;}
.news_list li:after{content: "";clear: both;display: table;}
.news_time{background: #0864c1; display: inline-block; width: 170px; height: 100%;padding: 18px 20px 40px 20px;}
.news_time .day{display: block;font-size: 70px;color: #fff;font-family: "Impact";text-align: right;}
.news_time .year{display: block;color: #eee;text-align: right;line-height: 22px;}
.news_time .author{display: block;color: #eee;text-align: right;line-height: 22px;}
.news_time .type{display: block;text-align: right; padding-top: 6px;margin-top: 4px; color: #fff;}
.news_cont{ display: inline-block; margin-left: 40px; margin-right: 40px; width: 85%;}
.news_cont h2{font-size: 20px;font-weight: normal;padding-top: 26px;}
.news_cont h2 a{color: #333;}
.news_cont a:hover{color: #0864c1;}
.news_cont .demo{line-height: 24px;margin-top: 14px; height: 48px;}
.news_cont .vis{color: #999;line-height: 38px;margin-top: 12px;}
.news_cont .more{float: right;color: #0864c1;display: inline-block;border: 1px solid #0864c1;line-height: 38px;padding: 0 24px;}

/*分页*/
.page{ clear:both; overflow:hidden; padding:15px 0px; width:85%; margin:0px auto 30px;}
.page ul{float:right; padding:12px 0px 12px 0px; overflow:hidden;}
.page ul li{float:left; font-size:14px; line-height:23px; margin-left:10px; list-style-type:none;}
.page ul li a{float:left; padding:5px 10px; color:#fff; border:1px solid #0864c1; color:#0864c1;}
.page ul li a:hover{ text-decoration:none; background-color:#0864c1; color:#fff;}
.thisclass{ float:left; padding:5px 10px; display:block; background-color:#0864c1; color:#fff; border:1px solid #0864c1; }

	
/*****关于我们******/
.about_head {
	width: 100%;
    height: 400px;
    background: url(../images/about_bg.jpg) 0 0 no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
	position: relative;
	}
.about_head strong {
	font-size: 50px;
	padding-top: 100px;
	display: block;
	}
.about_head h3 {
	font-size: 26px;
	padding: 20px 200px;
	font-weight: normal;
	}
.about_head h4 {
	font-size: 22px;
	font-weight: normal;
	}
.about_head em {
    font-size: 145px;
    color: rgba(255, 255, 255, 0.1);
    font-style: normal;
    font-weight: bold;
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    text-align: center;
	}
.about_head p { position: relative; z-index: 10;}
.about_head p a {
	display: inline-block;
	padding: 0px 30px;
    margin: 15px 20px 0;
    height: 50px;
    line-height: 50px;
    background: #e50012;
    color: #fff;
    border-radius: 25px;
    font-size: 16px;
	}
.about_head p a:hover { background: #f08300;}
.about_head p a img {
	position: relative;
    top: 3px;
    height: 17px;
	}
	
.about_box_bg {
	padding-top: 50px;
	padding-bottom: 50px;
	}
.ab_ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
	background: #fff;
	box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, .1);
	border-radius: 10px;
	}
.ab_ul li {
    margin: 0px 10px;
    width: calc(20% - 20px);
    padding: 20px 0px;
	text-align: center;
	}
.ab_ul li strong {
    font-size: 42px;
    color: #dc231f;
    font-weight: bold;
	display: block;
	}
.ab_ul li p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
	}
.ab_main {
	background: #fff;
	box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, .1);
	margin-top: 50px;
	display: flex;
	justify-content: space-around;
	}
.ab_main>div {
	padding-left: 40px;
	padding-bottom: 30px;
	}
.ab_main>div h3{
	font-size: 40px;
	color: #C30E29;
	padding: 30px 0px 10px;
	display: block;
	}
.ab_main>div p {
	font-size: 16px;
	line-height: 26px;
	}
.ab_main>div a{
    margin-top: 10px;
    display: inline-block;
    background: #C30E29 url(../images/ico03.png) 20px center no-repeat;
    color: #fff;
    line-height: 40px;
    padding: 0 20px 0px 50px;
    border-radius: 20px;
    font-size: 16px;
}
.ab_main img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: 340px;
	margin-left: 40px;
	}
	
.qywh_ul { margin-top: 35px;}
.qywh_ul li {width: 31%;float: left;box-shadow: 0px 5px 50px rgba(0,0,0,0.1);margin-right: 40px;}
.qywh_ul li img{width: 100%;}
.qywh_ul li:hover {
    transform: translateY(-15px);
    transition: all .8s;
	}
.qywh_ul li.list44{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 70px;
	}
.qywh_ul li.list33{margin-right: 0;}
.gwzixun{
    display: block;
    width: 250px;
    margin: 35px 3.6% 0;
    height: 50px;
    line-height: 50px;
    background: #e50012;
    color: #fff;
    border-radius: 25px;
    font-size: 16px;
    margin: 30px auto;
    text-align: center;
	}
.gwzixun:hover {
	color: #fff;
	background: #f08300;
	}
.lst_li{ margin-right: 0px !important;}
.br_text_common{
	background-color: #fff;
	padding-top: 20px;
	}

.qywh_p {
    font-size: 14px;
    color: #555;
    padding: 15px 20px 25px;
    margin: 0;
	}
.qywh_span {
    font-size: 23px;
    font-weight: 200;
    padding: 0px 20px 0;
    display: block;
    color: #333;
    border-left: 3px solid #e50012;
    height: 23px;
    line-height: 23px;
    margin-top: 00px;
	}
/****我们的价值***/	
.our_jj {
	background: #f2f2f2;
	text-align: center;
	padding-bottom: 50px;
	}
.our_jj p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 50px;
	}
.our_jj a{
    margin-top: 50px;
    display: inline-block;
    background: #C30E29 url(../images/ico03.png) 20px center no-repeat;
    color: #fff;
    line-height: 40px;
    padding: 0 20px 0px 50px;
    border-radius: 20px;
    font-size: 16px;
	}


/****我们的服务****/
.case_list{margin-top: 30px; padding-bottom: 50px;}
.case_list li {width: 50%;padding: 0;margin-bottom: 0.600000rem;float: left;border-radius: 0.100000rem;box-sizing: border-box;transition: all .3s cubic-bezier(.4,0,.2,1) 0s;position: relative;}
.case_list li:nth-child(3n) { margin-right: 0}
.case_list li:hover:after {box-shadow: 0 0 0.200000rem rgba(0,78,162,.2)}
.case_list li:hover .team-box {
  	height: 100%;
  	transform: scale(1);
  	opacity: 1
	}
.case_list .list .center{width: 88.88%;margin: 0 auto;}
.case_list .list .num{color: #ca281e;font-size: 72px;}
.case_list .list .num span{color: #333333;font-size: 26px;font-weight: bold;}
.case_list .list .name{color: #333333;font-size: 20px;}
.case_list .list .desc{color: #828282;font-size: 14px;line-height: 20px;margin: 3.61% 0 5%;}
.case_list .list .z-pic:after{position: relative;display: inline-block;content: "";width: 100%;padding-top: 39.6875%;}
.case_list .list .z-pic .absolute{margin: auto;right: auto;}
.case_list .list .z-pic img{width: 100%;position: static;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
.case_list .list .more{width: 61px;height: 36px;margin: 26% 0 18%;background-repeat: no-repeat;background-position: center center;background-image: url(/images/more2.png);}
.case_list .list:hover{background: #ededed;}
.case_list .list:hover .z-pic img{transform: scale(1.05);}
.case_list .list:hover .more{background-image: url(/images/more3.png);}

/*****我们的优势****/
.ys_bg {
	width: 100%;
	background: url(../images/about-box.jpg) center center no-repeat;
	background-size: cover;
	padding-bottom: 50px;
	}
.ys_bg label { color: #fff;}
.about_card{    
	width: 48%;
    float: left;
    margin-right: 20px;
    margin-top: 30px;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    position: relative;
    text-align: center;
    padding: 35px 40px 35px 40px;	
}
.about_card .about_title{font-size:20px;display:inline-block}
.about_card .about_text{height:120px;padding:0 0 10px;color:#797979;font-size:16px;line-height:23px; margin: 20px 0px;}
.about_card .about_text a{color:#797979}
.about_card .am-btn-secondary{background-color:#e50012;color:#fff;border-color:#e50012;border-width:2px;padding:10px 60px;width: 250px;border-radius: 25px;}
.about_card .am-btn-secondary:hover{background-color:#f08300;color:#fff}
.about_card .am-btn-secondary a:hover{color:#fff;}
.about_card img{
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
}


/*****我们的事业*****/
.ab_case {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
	padding-bottom: 50px;
	}
.ab_case li {
    margin: 0px 10px 20px;
    width: calc(33.33334% - 20px);
	text-align: center;
	box-shadow: 0px 3px 15px #e3e4e8;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	}
.ab_case li img {
	display: block;
	width: 100%;
	}
.ab_case li h4{
	font-size: 22px;
	margin: 20px 0px;
	}
.ab_case li p {
	color: #797979;
	line-height: 25px;
	padding: 0px 20px 20px;
	}
	
	
/****期刊列表页****/
.qk_ban {
	width: 100%;
	height: 400px;
	background: url(../images/qk_head_bg.png) 0 0 no-repeat;
	background-size:cover;
	color: #fff;
	text-align: center;
	}
.qk_ban h2 {
	font-size: 50px;
	padding-top: 120px;
	}
.qk_ban h3 {
	font-size: 30px;
	padding: 20px 0px;
	font-weight: normal;
	}
.qk_ban h4 {
	font-size: 22px;
	font-weight: normal;
	}
.qk_ban a {
	display: inline-block;
	background: #e7a519;
	color: #000;
	font-size: 20px;
	line-height: 50px;
	border-radius: 30px;
	padding: 0px 40px;
	margin-top: 50px;
	}	

.qk_mag .breadcrumb { width: 100%; padding-bottom: 0px;}
.qk_mag .breadcrumb label { border-bottom: none; margin-bottom: 0px;}

/*期刊伸缩分类*/
.filter-out{
	position:relative;
	padding-bottom:10px;
	overflow:hidden;
	margin-bottom: 30px;
	}
.filter{
	border:1px solid #ececec;
	padding-bottom: 10px;
	margin-bottom: 30px;
	}

.filter .con{
	/*border-bottom:1px dotted #ececec;*/
	overflow: hidden;
}
.filter .con .l{
	width:120px;
	line-height:35px;
	margin-top:5px;
	font-size:14px;    
	color:#666;
	text-align:center;
	float:left;
}
.filter .con .h{
	width:50px;
	line-height:24px;
	margin-top:11px;
	font-size:12px;    
	color:#666;
	text-align:center;
	float:left;
}
.filter .con .h a{
	height:24px;
	line-height:24px;
	display:inline-block;
	padding:0 10px;
	white-space:nowrap;
	float:left;
	border-radius: 3px;
}
.filter .con .h _a:hover, .filter .con .h a.over{
	background-color:#ff982a;
	color:#fff;
	text-decoration:none;
}
.filter .con .r{
	width:925px;
	line-height:24px;
	font-size:14px;
	background-color:#fff;	
	float:left;
}
.filter .con .r ul{
	margin:10px 10px 0px 10px;
    height:auto;
    overflow:hidden;
}
.filter .con .r ul.collapse{
	height:25px;
}
.filter .con .r ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.filter .con .r ul li{
	height:25px;
	margin-right:10px;
	display:inline;
	float:left;
	margin-bottom: 5px;
}
.filter .con .r ul li a{
	height:24px;
	line-height:24px;
	display:inline-block;
	padding:0 10px;
	white-space:nowrap;
	border-radius: 3px;
}
.filter .con .r ul li _a:hover, .filter .con .r ul li a.over{
	background-color:#ff982a;
	color:#fff;
	text-decoration:none;
}
.filter .con .r ul li.split{
	width:100%;
	height:1px;
	margin:2px 0;
	overflow:hidden;
	border-bottom:1px dotted #ececec;
	/*clear:both;*/
}
.filter .con .m{
	width:70px;
	line-height:24px;
	margin-top:10px;
	font-size:12px;
	color:#666;
	text-align:center;
	float:left;
}
.filter .con .m a{
    color:#666666;
	padding:5px 10px;
}
.filter .con .m a i{
	width:10px;
	height:6px;
    margin-left:3px;
	overflow:hidden;
	display:inline-block;
	background:url(../images/ico04.png) no-repeat left center;
	background-position:0px 0px;
}
.filter .con .m a:hover{    
    color:#8D794D;
	text-decoration:none;
}
.filter .con .m a:hover i{
	background-position:0px -10px;
}

.filter .scroll .r ul {}
.filter .scroll .m a i{
	background-position:0px -20px;
}
.filter .scroll .m a:hover i{
	background-position:0px -30px;
}
.filter-out .collapse{
	height:110px;
	overflow:hidden;
}
.filter-out .open{
	width:80px;
	height:20px;
	line-height:20px;
	border:1px solid #ececec;
	text-align:center;
	background-color:#fff;
	position:absolute;
	bottom:20px;
	left:560px;
}
.filter-out .open a{
	width:80px;
	height:20px;
	line-height:20px;
	display:inline-block;
	text-decoration:none;
}
.filter-out .open a i{
	width:10px;
	height:6px;
	line-height:20px;
    margin-left:3px;
	overflow:hidden;
	display:inline-block;
	background-image:url(../images/ico04.png);
	background-position:0px -10px;
	background-repeat:no-repeat;
}
.filter-out .open a:hover i{
	background-position:0px 0px;
}
.filter-out .close a i{
	background-position:0px -30px;
}
.filter-out .close a:hover i{
	background-position:0px -20px;
}
.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
}

/**期刊列表展示开始**/
.articles-box{
	overflow: hidden;
}
.articles-box ul:after{ content:""; clear: both; display: block; overflow: hidden;}
.articles-box ul li{
	width: 178px;
	height: 290px;
	float: left;
	margin: 0 20px 20px 0;
	position: relative;
	overflow: hidden;
}
.articles-box ul li:nth-child(6n){margin-right:0;}
.articles-box ul li.box-item .item-image{
	border: 1px solid #eaeaea;
	padding: 15px 0;
	margin-bottom: 5px;
	text-align: center;
}
.articles-box ul li.box-item:hover .item-image{
	border: 1px solid #046fb6;
}
.articles-box ul li.box-item .item-image a{
	width: 130px;
	height: 180px;
	display: inline-block;
	overflow: hidden;
}
.articles-box ul li.box-item .item-image a img{
	width: 130px;
	height: 180px;
}
.articles-box ul li.box-item .item-title{
	height: 35px;
	text-align: center;
	overflow: hidden;
}
.articles-box ul li.box-item .item-title a{
	line-height: 35px;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #333;
}
.articles-box ul li:hover .item-title a{color:#046fb6;}
.articles-box ul li.box-item .item-title2{
	height: 59px;
	text-align: center;
	overflow: hidden;
}
.articles-box ul li.box-item .item-title2 a{
	line-height: 28px;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #008fcc;
}
.articles-box ul li.box-item .item-issue{
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	color: #666;
}
.articles-box ul li.box-item .item-info{
	height: 24px;
	line-height: 24px;
	color: #666;
	overflow: hidden;
	text-align: center;
}
.articles-box ul li.box-item .item-info a{
	margin-right: 5px;
	font-size: 12px;
	color: #777;
}
.articles-box ul li.box-item .item-info a:hover{color:#f49329;}
.articles-box ul li.box-item .item-icon{
	width: 19px;
	height: 41px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.articles-box ul li.box-item .hx{
	background: url(../img/bj.png) top center no-repeat;
    background-position: -125px -162px;
}
.img-con img {
    transform: scale(1);
    transition: transform 1s linear .1s;
}
.img-con img:hover {
    transform: scale(1.03,1.03);
    -moz-transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
    -o-transform: scale(1.03,1.03);
    -ms-transform: scale(1.03,1.03);
}
/*期刊列表展示结束*/
/*分页代码*/
.pageno{
	padding: 15px 0px;
	margin-bottom:30px;
	}
.pageno:after {
	content: "";
	clear: both;
	display: block;
	}
.pageno ul{
	float: right;
	display:table;
	}
.pageno ul li{
	float:left;
	margin-left:10px;
	line-height: 23px;
	color:#0864c1;
	font-size: 14px;
	font-weight:bold;
	}
.pageno ul li a{
	float:left;
	padding:5px 10px;
	border: 1px solid #0864c1;
	color:#0864c1;
	}
.pageno ul li a:hover{
	color:#FFF;
	text-decoration:none;
	background: #0864c1;
	color:#fff;
	}
.pageno ul li .pageinfo{
	color:#999;
	padding:5px 10px;
	border:1px solid #DDD;
	display: inline-block;
	}
.pageno ul li.thisclass{
	color:#FFF;
	padding:5px 10px;
	border:1px solid #0864c1;
	background-color:#0864c1;
	font-weight:bold
	}
	
/****期刊列表服务项目**/
.qk_s_bg {
	width: 100%;
	background: #f2f2f2;
	padding-bottom: 50px;
	}
.qk_server{
	height: 385px; 
	overflow: hidden;
	}
.qk_s_tit {
	height:40px;
	line-height:40px;
	font-size:20px;
	display: flex;
	justify-content: center;
	}
.qk_s_tit span {
	display:inline-block;
	text-align:center;
	cursor:pointer;
	margin: 0px 10px;
	}
.qk_s_tit span a { display: block; padding: 0px 30px;}
.qk_s_tit .act{ background: #0864c1; border: none;}
.qk_s_tit .act a { color:#fff;}
.qk_s_sub{ margin-bottom:10px;}
.qk_s_list{
	margin-top: 30px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	}
.qk_s_list li{
	margin: 0px 10px;
    width: calc(25% - 20px);
	background: #fff;
	text-align: center;
	box-shadow: 0px 3px 15px #e3e4e8;
	padding-bottom: 15px;
	}
.qk_s_list li img{
	width: 100%;
	height: 205px;
	}
.qk_s_list li h4 {
	font-size: 20px;
	line-height: 40px;
	}
.qk_s_list li p{
	line-height: 24px;
	color: #0864c1;
	}
	
/*****学术网*****/
.xs_box {
	width: 100%;
	background: url(../images/box5.png) center center no-repeat;
	padding: 50px 0px 0px;
	}
.xs_main {
	display: flex;
	padding: 25px 0px;
	}
.xs_m_l {
	width: 450px;
	display: inline-block;
	color: #fff;
	margin-right: 22px;
	margin-left: 50px;
	}
.xs_m_l h3 {
	font-size: 30px;
	margin-bottom: 10px;
	}
.xs_m_l ul {
	display: block;
	background: rgba(255,255,255,.4);
	border-radius: 10px;
	padding: 15px 0px;
	}
.xs_m_l ul li:first-child a {
	background: rgba(255,255,255,.4);
	border-top: 1px solid #fff;
	}
.xs_m_l ul li:first-child a h4, .xs_m_l ul li:first-child a span { color: #000;}
.xs_m_l ul li a {
	padding: 10px 20px;
	display: block;
	}
.xs_m_l ul li a:hover {
	background: rgba(255,255,255,.4); 
	border-top: 1px solid #fff;
	}
.xs_m_l ul li a:hover h4, .xs_m_l ul li a:hover span { color: #000;}
.xs_m_l ul li img {
	float: right;
	max-width: 100%;
	height: 40px;
	}
.xs_m_l ul li h4 {
	font-size: 16px;
	color: #fff;
	}
.xs_m_l ul li span {
	font-size: 14px;
	color: #fff;
	}
.xs_m_l p {
	font-size: 15px;
	line-height: 26px;
	}
.xs_m_l .xs_more {
    margin-top: 10px;
    display: inline-block;
    background: #C30E29 url(../images/ico03.png) 20px center no-repeat;
    color: #fff;
    line-height: 40px;
    padding: 0 20px 0px 50px;
    border-radius: 20px;
    font-size: 16px;
	}
.xs_m_r {
	display: inline-block;
	vertical-align: middle;
    width: 648px;
	}
.xs_m_r ul:after { content:""; clear: both; display: block; overflow: hidden;}
.xs_m_r ul li{
	float: left;
    width: 249px;
	height: 141px;
	background: url(../images/box03.png) 0 0 no-repeat;
	text-align: center;
	color: #fff;
	padding-top: 30px;
	margin-left: 50px;
	margin-bottom: 50px;
	}
.xs_m_r ul li strong {
	font-size: 40px;
	line-height: 60px;
	}
.xs_m_r ul li p { font-size: 16px;}


/******期刊内容页****/
.body {background: rgba(250, 250, 250, 0.93)}
.head_top {
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #f8f8f8;
	color: #999;
	}
.head_top_nav {
	display: flex;
	justify-content: space-between;
	}
.head_top_nav h4 {font-weight: normal;}
.head_top_nav p {
	display: inline-block;
	vertical-align: middle;
	}
.head_top_nav p a {
	padding: 0px 10px;
	color: #999;
	}
	
.ban_dstop {
	background: url(../images/bj.png) no-repeat top center;
    padding-top: 150px;
	}
.qk_zoom {
	background: #fff;
	padding: 20px 20px 20px 0px;
	height: 490px;
	display: flex;
	justify-content: space-between;
	}
.qk_z_l {
	width:340px;
	display: inline-block;
	}
.qk_z_l p { position: relative;}
.qk_z_l p img {
	position: absolute;
	border: 20px solid #fff;
	width: 340px;
	}
.qk_z_l .imgactive {
	top: -110px;
	left: 0px;
	height: 440px;
	}
.qk_z_l .ggw {
	top: 300px;
	left: 0px;
	}
.qk_z_r {width: 790px;}
.qk_z_r h3{
	font-size:26px;
	font-weight: 700;
	margin-top: 20px;
	}
.qk_z_r h3 a{
	margin-left:18px; 
	font-size:13px; 
	color:#3c6bef;
	}
.qk_z_r h3 a:hover{color:#3c6bef;}
.qk_z_r h3 a:before{content:""; display:inline-block; width:4px; height:12px; margin:2px 5px 0 0; border-radius:3px; background-color:#3c6bef;}
.dl-res{
	overflow: hidden;
	margin-top:20px;
	 padding:14px 30px 17px 30px; 
	 border-radius:3px; 
	 background-color:#f8f8f8;
	 }
.dl-res p{
	width:200px; 
	float:left;
	}
.dl-res a{
	display:block; 
	margin-bottom:5px; 
	font-size:22px; 
	color:#333;
	font-weight: 700;
	}
.dlmore{
	overflow: hidden;
	margin-top:20px;
	}
.dlmore div{
	width:263px; 
	float:left;
	}
.dlmore div:last-child { width: 85%;}
.dlmore div:last-child p {
	margin-bottom: 10px; 
	margin-top: 7px;
	}
.dlmore p{
	margin-bottom:10px; 
	font-size:14px; 
	color:#999; 
	display: block; 
	height: 20px; 
	overflow: hidden;
	}
.dlmore span,.dlmore a{
	font-size:14px; 
	color:#666;
	}
.dlmore a:hover{color:#11acde;}
.dlmore label{
	width:72px; 
	display:inline-block; 
	margin-right:5px; 
	text-align:right;
	}
.dl-detbtn{margin-top:10px;}
.dl-detbtn a{
	text-align:center;
	width:190px; 
	height:51px; 
	font-size: 20px; 
	float:left; 
	margin-right:10px; 
	line-height:51px; 
	border:1px solid #3c6bef;
	}
.detbtn2{background-color:#f2fbf7;}
.detbtn2:hover{background-color:#3c6bef;}
.detbtn1{ color: #fff;}
.detbtn1{background-color:#3c6bef;}
.detbtn1:hover{background-color:#3c6bef; border-color:#3c6bef; color: #fff;}
.dl-detbtn .detbtn2{color:#3c6bef;}
.dl-detbtn .detbtn2:hover{color:#fff;}
	
/*****四步服务****/
.four_ser {
	margin: 15px auto;
    padding: 30px 0 27px 0;
    background: #f9f9f9 url(../images/dl-det-article-bg.png) right center no-repeat;
    background-size: cover;
	}
.four_ser b{
	margin:0 40px 0 45px; 
	font-size:20px; 
	font-weight:400; 
	color:#3c6bef;
	}
.four_ser p{
	display:inline-block; 
	margin-right:95px; 
	font-size:18px; 
	position:relative;
	}
.four_ser p:after{
	content:""; 
	display:inline-block; 
	width:72px; 
	border-bottom:1px dashed #d8d8d8; 
	position:absolute; 
	top:17px; 
	right:-93px;
	}
.four_ser p:last-child:after{display:none;}
.four_ser span{
	display:inline-block; 
	width:40px; 
	height:37px; 
	margin-right:13px; 
	vertical-align:middle; 
	background:url(../images/dl-det-article1.png) no-repeat;
	}
.four_ser .dlst1{background-position:0 -39px;}
.four_ser .dlst2{background-position:0 -77px;}
.four_ser .dlst3{background-position:0 -114px;}
.four_ser .dlwant{margin-right:0;}



/*期刊侧边栏 start*/
.col-navbar{width: 120px;position: fixed;left: 0;top: 5%;}
@media (min-width: 1380px){.col-navbar{left: 50%;margin-left: -725px;}}
.cc-nav li .tool-box2{
	height: 40px;
    border-radius: 3px;
    background-color: #747e8e;
    color: #fff;
    line-height: 40px;
    text-align: center;
}
.col-navbar{display: none;}
.cc-nav li{}
.cc-nav li a{
	position: relative;
	display: block;
	height: 80px;
	background-color: #efefef;
	line-height: 80px;
	text-align: center;
	}
.cc-nav li a:hover {background-color: #5027c5;color: #fff;}
.cc-nav li a:hover:after{width: 20px;height:100%;background-color: #5027c5;font-size: 0;line-height: 0;content: ' ';position: absolute;top: 0;right: -20px;}
.cc-nav li.current a{background-color: #5027c5;color: #fff;}
.cc-nav li.current a:after{width: 20px;height:100%;background-color: #5027c5;font-size: 0;line-height: 0;content: ' ';position: absolute;top: 0;right: -20px;}
/*期刊侧边栏 end*/

.qk_art_cont {
    width: 100%;
	position: relative;
	background: #fff;
	}

.stepall{
	overflow: hidden;
	text-align: center;
	padding: 60px 0;
}
.stepall em{
	line-height: 0.1em;
	display: block;
	font-size: 46px;
	color: #3c6bef;
	opacity: 0.1;
}
.stepall span{
	background: url(../images/h.png) no-repeat;
    background-size: 90% 8px;
    background-position: center bottom;
    color: #3c6bef;
    font-size: 32px;
    font-weight: 550;
}
em {
    font-style: normal;
}
.wrapper { margin: 30px;}
.wrapper .articles-box ul li { width: 168px;}
.content_box {padding: 30px;}
.content_box ul li{
	position: relative;
	padding-bottom: 20px;
	padding-left: 30px;
	}
.content_box ul li:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 0;
    width: 1px;
    height: 100%;
	background-color: #e6e6e6;
	}
.content_box ul li i {
	position: absolute;
    left: 0px;
    top: 0;
    z-index: 10;
    width: 20px;
    height: 20px;
	}
.content_box ul li:nth-child(1) i { background: url(../images/i.jpg) 0 0 no-repeat;}
.content_box ul li:nth-child(2) i { background: url(../images/i.jpg) 0 -20px no-repeat;}
.content_box ul li:nth-child(3) i { background: url(../images/i.jpg) 0 -40px no-repeat;}
.content_box ul li:nth-child(4) i { background: url(../images/i.jpg) 0 -60px no-repeat;}
.content_box ul li:nth-child(4):before { display: none;}
.content_box ul li h3 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 500;
	display: block;
	}
.content_box ul li p {
	line-height: 22px;
	color: #666;
	}
.content_box h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 10px;
	}
.content_box p {
	line-height: 22px;
	color: #666;
	}
.box-con {
    line-height: 32px;
    margin-bottom: 20px;
	}
.box-con p {
    color: #FF0000;
    font-weight: bold;
	}
.box-con p a {color: #01AAED;}

/*数据统计*/
.dyoadata{margin-bottom:27px;}
.dyoadata h5,.dyobao h5{margin-bottom:18px; font-size:16px;}
.dyoadata>div{width:49%; height:340px; margin-right:20px; float:left; border:1px solid #eeefef; text-align:center;}
.dyoadata p{font-size:12px; color:#3c6bef;}
.dyoadata>div:nth-child(odd) { margin-right: 0px;}

/*期刊服务咨询*/
.qksev-box{width: 100%;}
.qksev-box ul{margin-top: 18px;}
.qksev-box ul:after { content:""; clear: both; display: block; overflow: hidden;}
.qksev-box ul li{
	width: 23%;
	height: 162px;
	float: left;
	background: #fff;
	margin-right: 28px;
	padding: 24px 8px 0 8px;
	}
.qksev-box ul li div{
	padding-left: 61px;
	height: 90px;
	}
.qksev-box ul li div span{
	display: block;
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 550;
	color: #313232;
	margin-top: -5px;
	}
.qksev-box ul li div p{
	display: block;
	float: left;
	width: 100%;
	font-size: 14px;
	color: #626565;
	margin-top: 6px;
	text-indent: 0!important;
	}
.qksev-box ul li:nth-child(4n) {margin-right: 0;}
.qksev-box ul li:first-child div{
	float: left;
	background: url(../images/s1.png) no-repeat;
	background-size: 49px  48px; 
	}
.qksev-box ul li:nth-child(2) div{
	float: left;
	background: url(../images/s2.png) no-repeat;
	background-size: 48px  50px; 
	}
.qksev-box ul li:nth-child(3) div{
	float: left;
	background: url(../images/s3.png) no-repeat;
	background-size: 48px  52px; 
	}
.qksev-box ul li:nth-child(4) div{
	float: left;
	background: url(../images/s4.png) no-repeat;
	background-size: 48px  49px; 
	}
.qksev-box ul li:nth-child(5) div{
	float: left;
	background: url(../images/s5.png) no-repeat;
	background-size: 48px  49px; 
	}
.qksev-box ul li:nth-child(6) div{
	float: left;
	background: url(../images/s6.png) no-repeat;
	background-size: 48px  49px; 
	}
.qksev-box ul li:nth-child(7) div{
	float: left;
	background: url(../images/s7.png) no-repeat;
	background-size: 48px  49px; 
	}
.qksev-box ul li:nth-child(8) div{
	float: left;
	background: url(../images/s8.png) no-repeat;
	background-size: 48px  49px; 
	}
.qksev-box ul li a{
	display: block;
    float: left;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #3c6bef;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
	}
	
/*权益保障*/
.rights ul {
    width: 100%;
    background: #3c6bef;
    padding-bottom: 60px;
    padding-top: 60px;
	display: flex;
	margin-bottom: 30px;
	}
.rights ul li {
    width: 25%;
    float: left;
    padding: 0 20px;
	}
.rights ul li:first-child {
    background: url(../images/xinxi.png) no-repeat;
    background-position:top center;
	}
.rights ul li:nth-child(2) {
    background: url(../images/baomi.png) no-repeat;
    background-position:top center;
	}
.rights ul li:nth-child(3) {
    background: url(../images/shouhou.png) no-repeat;
    background-position:top center;
	}
.rights ul li:nth-child(4) {
    background: url(../images/qiye.png) no-repeat;
    background-position:top center;
	}
.rights ul li span {
    display: block;
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #ffd400;
    text-align: center;
    margin-top: 120px;
    font-weight: 550;
    margin-bottom: 10px;
	}
.rights ul li p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 16px;
    line-height: 1.7;
    margin-top: 20px!important;
	}
	
/*全部服务*/
.touchList {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 50px;
}
.touchListItem {
	padding-top:30px;
	width: 400px;
	padding-bottom: 30px;
	background: #ffffff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 10px 0px 0px 10px;
	position: relative;/* height: 630px; */
	}
.touchListItem h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}
.touchListItemHeaderPrice {
    color: rgba(255, 0, 0, 1);
    font-size: 30px;
    font-weight: bold;
}
.touchListItemHeaderPrice span { font-size: 20px;}
.touchListItemHeader p:nth-of-type(1) { margin: 25px 0;}
.touchListItemHeader p:nth-of-type(2) {
    color: #0046af;
    line-height: 30px;
    cursor: pointer;
}
.touchListItemHeader p:nth-of-type(2):hover{ text-decoration: underline;}
.touchListItemHeader p:nth-of-type(2) img {
    margin-left: 8px;
    vertical-align: baseline;
}
.touchListItemBox {
    width: 100%;
    height: 40px;
    background: rgba(89, 85, 245, 0.1);
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    margin: 20px 0;
}
.touchListItemBox.touchListItemBox2{background: #ffde002e;}
.touchListItemBox.touchListItemBox3{background: #ff81242b;}
.touchListItemBox.touchListItemBox4{background: #014ae617;}
.touchListItem > ul {
    padding: 0 20px;
    height: 280px;
}
.touchListItem > ul > li {
    font-size: 16px;
    color: #000000;
    margin-bottom: 23px;
}
.touchListItem > ul > li > img { margin-right: 16px;}
.touchListItem > a {
    display: block;
    width: 180px;
    height: 38px;
    background: #3c6bef;
    border-radius: 20px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
	}
.touchListItem > ul > li p{margin-bottom: 0;}
.touchListItem > ul > li p img {
	display: inline-block;
	vertical-align: middle;
	}
.touchListItem > ul > li p a{padding-left: 10px;}
.touchListItem > ul > li span{
	font-size: 12px;
	color: #666;
	padding-left: 30px;
}

/*底部计数*/
/*优势*/
.tcell-data{background: #fafafa;padding: 20px 0;overflow: hidden;}
.data-list{overflow: hidden;padding: 0 20px;}
.data-list li{position: relative;float: left;padding-left: 80px;margin-right: 118px;padding-top: 10px;padding-bottom: 10px;background-repeat: no-repeat;background-position: left center;}
.data-list li img{position: absolute;left: 0;top: 50%;margin-top: -36px;}
.dd-hd{font-size: 13px;color: #666;}
.dd-hd .n{font-size: 26px;color: #2567c8;}
.dd-hd .n.n1{color: #dd3316;}
.dd-hd .n.n2{color: #f37d15;}
.dd-hd .n.n3{color: #09abf3;}
.dd-hd .n.n4{color: #09d69c;}
.dd-txt{color: #666;font-size: 16px}
.dd-right{position: absolute;right: 0;top: 50%;padding:10px 50px;border-left: 1px solid #eee;margin-top: -34px;}
.dd-right .t-button{width: 160px;height: 46px;line-height: 46px;border-radius: 46px;display: block;text-align: center;font-size: 16px;color:#f17e01;border: 1px solid #f17e01;}
.dd-right .t-button .iconfont{font-size: 22px;display: inline-block;vertical-align: middle;}

/*footer*/
.footer_two{/*background-color: #3c6bef;*/width: 100%; background: url(../images/img_bg_footer.png) repeat;}
.copyright{text-align: center;color: #fff;line-height: 25px;padding:20px 0}
.copyright p a{color: #00b2b8;}
.link-item a:hover{color: #00b2b8;}
.foot-main{padding: 30px 0;border-bottom: 1px solid #E6E6E6;}
.footer_two .box-r{float:right;border-left:1px solid #e6e6e6;height:150px;padding-left:40px;color:#333;font-size:12px;}
.footer_two .box-r .erwm{ text-align:left; margin-right:30px; padding-top:12px}
.footer_two .box-r span{display:block; margin-bottom:5px}
.footer_two .box-r h3{ font-size:30px; color:#333; font-weight:normal; padding:5px 0px 2px}
.footer_two .box-r .box span{color: #666; padding-bottom:6px}
.footer_two .box-r p{ color: #fff; line-height:22px; margin-top:12px}
.footer_two .box-r p.e-mail{ background:url(../img/bj.png) no-repeat left center;background-position: -185px -162px;width: 5px;}
.footer_two .box-r p.qq{ background:url(../img/bj.png) no-repeat left center;background-position: -250px -162px;width: 5px;}
.link-itemBox{width: 70%;margin-top: 20px; float: left;}
.link-item {
    height: 20px;
}
.link-item a {
    margin-right: 5px;
    padding-right: 3%;
    color: #fff;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    box-sizing: border-box;
}
.footer_inner {
    line-height: 30px;
    padding-top: 25px;
    color: #fafafa;
    font-size: 14px;
    padding-top: 40px;
}
.dyofot2{width:242px; float:right;}
.dyofot2 h5{margin-top:0; font-size:15px; font-weight:400; color:#fff;}
.dyofot2 .lianxi{display:block; width:100%; height:45px; margin:10px auto 10px auto; line-height:45px; font-size:14px; color:#c1c1c1; text-align:center; background-color:#2f363c;}
.dyofot2 .lianxi:after{content:""; display:inline-block; width:30px; height:24px; margin-left:47px; vertical-align:middle; background:url(../images/dyofot2-icon.png) no-repeat;}
.dyofot2 .lianxi:hover{background-color:#47525b;}
.dyofot2 p{line-height:1; font-size:18px; opacity:.8; color:#fff;}
.dyofot2 span a{font-size:13px; color:#fff;}

/*客服悬浮*/
.top-contact{height: 35px;}
.top-contact>li{margin-right:20px;position: relative;float: left;height: 35px;line-height: 35px;color: #fff;}
.top-contact>li.line{margin: 0 20px;width: 1px;height: 35px;}
.top-contact>li>a{color: #7a8a99;}
.top-contact li.wx-menu img{display: none;position: absolute;top: -10%;left: -175%;margin-left: -80px;max-width: 160px;width: 160px;height: 160px;border-radius: 3px;background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,.1);}
.top-contact li.wx-menu:hover img{display: block;}
.top-contact li .iconfont{display: inline-block;vertical-align: middle}
.top-contact li .zx-ppbox{top: 10%;right: 45px;box-shadow: 0 0 10px rgba(0,0,0,.1);background-image: url(../images/zx1.png)}
.qq-item:hover .zx-ppbox{display: block;}
.zx-ppbox{position: absolute;width: 330px;height: 166px;padding: 0 30px;background-repeat: no-repeat;background-position: center;background-image: url(../img/zx1.png);display: none;box-shadow: 0 0 20px rgba(0,0,0,.2);}
.item-zixun .zx-ppbox{right: 90px;top: 0;}
.zx-cell{position: relative;color: #fff;padding: 20px 0;}
.zx-cell:after{display: block;position: absolute;left: 0;bottom: 0;height: 1px;width: 230px;border-top: 1px dashed rgba(255,255,255,.4);content: '　';}
.zx-cell:last-child:after{display: none;}
.zx-hd span,
.zx-hd strong{display: inline-block;vertical-align: middle;margin-right: 10px;}
.zx-hd{font-size: 18px;margin-bottom: 10px;line-height: 1;}
.zx-hd .iconfont{font-size: 22px;}
.zx-link{width: 280px;height: 66px;margin-top: 16px;overflow: hidden;}
.zx-link a{display: block;width: 125px;height: 26px;line-height: 26px;font-size: 13px;border: 1px solid #fff;border-radius: 26px;text-align: center;color: #fff;float: left;margin-right: 10px;margin-bottom: 10px;}
.zx-link a:hover{background-color: #fff;color: #f49329;}
.zx-bd .text{opacity: .8;font-size: 13px;line-height: 1.4;}


/**英文期刊列表**/
.yw_ban {
	height: 500px!important;
	text-align: left!important;
	padding-top: 90px;
	}
.yw_ban_top {
  margin-bottom: 20px;
  background-color: rgb(255,255,255,.8);
  border: 1px solid #EEEEF0;
}

.yw_ban_top input {
  border: 0;
  outline: none;
  box-sizing: border-box;
}

.yw_ban_top .yw_search {
  height: 88px;
  box-sizing: border-box;
  padding: 20px 130px;
  border-bottom: 1px solid #EEEEF0;
}

.yw_ban_top .yw_search .yw_inner {
  position: relative;
  width: 100%;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  background-color: #F2F2F4;
  border-radius: 4px;
}

.yw_ban_top .yw_search .yw_inner .yw_keywords {
  width: 100%;
  height: 48px;
  padding-right: 10px;
  margin-left: 20px;
  color: #1D375E;
  font-size: 16px;
  background-color: #F2F2F4;
}

.yw_ban_top .yw_search .yw_inner .yw_keywords::placeholder {
  font-size: 16px;
  color: #8999B2;
}

.yw_ban_top .yw_search .yw_inner button {
  position: absolute;
  top: 0;
  right: 0;
  width: 62px;
  height: 100%;
  float: right;
  border: 0;
  border-radius: 0px 4px 4px 0px;
  background: #F2F2F4 url(../images/sci-s2.png) center center no-repeat;
  background-size: 24px;
  outline: none;
  cursor: pointer;
}
.yw_filter {
  	padding: 30px 30px;
	}
.yw_filter > form {
  	position: relative;
  	z-index: 1;
	}
.yw_filter .item {
  box-sizing: border-box;
  padding-bottom: 20px;
  line-height: 36px;
}

.yw_filter .item:last-child {
  margin-bottom: 0;
}

.yw_filter .item h5 {
  width: 108px;
  float: left;
  text-align: left;
  color: #1D375E;
  font-size: 16px;
}

.yw_filter .item .item-wrap {
  position: relative;
  float: left;
  width: 242px;
  margin-right: 54px;
}

.yw_filter .item .m10 {
  margin-right: 10px;
}

.yw_filter .item>span {
  color: #65738E;
  font-size: 12px;
}

.yw_filter .item .item-wrap input {
  position: relative;
  width: 242px;
  height: 36px;
  padding: 0 36px 0 17px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #F2F2F4;
  border-radius: 4px;
  line-height: 36px;
  color: #1D375E;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yw_filter .item .item-wrap input:not(:disabled):hover, .yw_filter .item .item-wrap input:not(:disabled):focus {
  border: 1px solid #0579DC !important;
}

.yw_filter .item .item-wrap input::placeholder {
  color: #8999B2;
  font-size: 14px;
}

.yw_filter .item .item-wrap>i {
  display: none;
  display: block;
  width: 36px;
  height: 36px;
  background-color: #0579DC;
  background-image: url(../images/sci-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 6px;
  border-radius: 0 4px 4px 0;
  position: absolute;
  top: 0;
  right: 0;
}

.yw_filter .item-wrap:hover>i {
  background-image: url(../images/sci-11.png);
}

.yw_filter .item-wrap:hover input[disabled="disabled"], .yw_filter .item-wrap:hover>i {
  background-color: #f2f2f2;
}

.yw_filter .item .line {
  position: relative;
  top: 19px;
  margin: 0 20px 0 10px;
  float: left;
  width: 14px;
  height: 2px;
  background-color: #1D375E;
}

.yw_filter .item .item-wrap .second-wrap {
  position: absolute;
  top: 36px;
  right: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #eaeaea;
  z-index: 10;
  overflow: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  opacity: 0;
  transform-origin: center top;
  transform: scaleY(0);
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out, visibility 0.15s ease-in-out;
}

.yw_filter .item-wrap:hover .second-wrap {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.yw_filter .item .second-wrap ul {
  max-height: 300px;
}

.yw_filter .item .second-wrap li {
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  text-align: center;
  color: #1d375e;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}

.yw_filter .item .second-wrap li:hover, .yw_filter .item .second-wrap li.on {
  background-color: #0579dc;
  color: #fff;
}

.yw_filter .item .sci-submit {
  width: 242px;
  height: 36px;
  background-color: #0579DC;
  margin-left: 110px;
  color: #fff;
  border: 0;
  border-radius: 4px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  cursor: pointer;
  outline: 0;
}

.qk_cont_list {border: 1px solid #EEEEF0;}
.qk_cont_list li {
    padding: 20px 175px 20px 25px;
	border-bottom: 1px solid #eee;
    transition: all .3s;
    position: relative;
	}
.qk_list_img {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 115px;
	height: 130px;
	}
.qk_list_img img {
	width: 100%;
	height: 100%;
	}
.qk_cont_list li:last-child { border: 0px;}
.qk_cont_list li:hover {
	background: #f8f8f8;
	box-shadow: 0 0 15px 0px rgba(0,0,0,0.08);
	}
.qk_cont_list li:hover h4 a {color: #1869c5;}
.qk_cont_list li h4 a{
	font-size: 20px;
	display: block;
	}
.qk_cont_list li .demo{
	line-height: 24px;
	margin-top: 10px;
	text-align: justify;
	color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	}
.qk_cont_list li dl {
	margin-top: 5px; 
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	}
.qk_cont_list li dd {
	width: 20%;
	line-height: 24px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	}
.qk_cont_list li dd span { color: #999;}
.qk_list_button a {
    display: inline-block;
    width: 102px;
    height: 32px;
    background: #fff;
    line-height: 32px;
    text-align: center;
    border-radius: 6px;
    color: #1869c5;
    border: 1px solid #1869c5;
	}
.qk_list_button label {
    display: inline-block;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    border-radius: 6px;
    background: rgb(153,204,255,.15);
    color: #1869c5;
    box-sizing: border-box;
    padding: 0 10px;
	}
.qk_list_button a:hover { background: #1869c5; color: #fff;}

/**英文内页*/
.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;
	}
.yw_box_1 h1 span {
	font-size: 16px;
	display: inline-block;
	background: url(../images/jbjb.png) center left no-repeat;
	background-size: 24px;
	margin-left: 10px;
	padding-left: 30px;
	color: #f00;
	}
.yw_box_1_list {
	position: relative;
    box-sizing: border-box;
    padding: 20px 15px;
    background-color: #F6FAFE;
	margin-top: 20px;
	display: block;
	}
.yw_list_img {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 175px;
	height: 225px;
	}
.yw_list_img img {
	width: 100%;
	height: 100%;
	}
.yw_box_1_list dl {
	display: flex;
	flex-wrap: wrap;
	padding-right: 180px;
	}
.yw_box_1_list dd {
	width: 25%;
	line-height: 24px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	}
.yw_box_1_list dd span { color: #999;}
.yw_p { padding-right: 180px;}
.yw_box_1_list p {
	float: left;
	width: 50%;
	line-height: 24px;
	margin-bottom: 5px;
	}
.yw_box_1_list p a {color: #0579DC; }

.yw_box_button {
	margin: 15px 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(../images/small_icon2.png) center center no-repeat;
	margin-right: 10px;
	}
.yw_box_button a:nth-child(2) i { background: url(../images/small_icon4.png) center center no-repeat;}
.yw_box_button a:nth-child(3) i { background: url(../images/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);}

/*23.7.28*/
.yw_box_bd {
	width: 100%;
	display: block;
	background: url(../images/bg04.jpg) center center no-repeat;
	padding: 0px 30px 30px;
	margin-top: 20px;
	}
.yw_box_bd b {
	font-size: 24px;
	padding: 30px 0px 30px 0;
	color: #fff;
	display: inline-block;
	color: #0579DC;
	}
.yw_box_bd font{
	font-size: 19px;
}
.yw_box_bd span{
	font-size: 16px;
}

.yw_box_bd form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.yw_box_bd form input {
	line-height: 44px;
	width: 32%;
	padding: 0px 15px;
	background: rgb(255,255,255,1);
	border: 1px solid #ccc;
	font-size: 14px;
	color: #999;
	outline: none;
	box-sizing: border-box;
	border-radius: 4px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	}
input::-webkit-input-placeholder {color: #999;}
.yw_box_bd form button{
	height: 46px;
	line-height: 46px;
	background: linear-gradient(to top, #00acc1, #4dd0e1);
	box-shadow: 0px 0px 10px rgb(200,32,62,.2);
	color: #fff;
	font-size: 18px;
	padding: 0px 50px;
	display: inline-block;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	vertical-align: bottom;
	}
/*23.7.28*/

.yw_box_1 h2 {
	border-bottom: 1px solid #EEEEF0;
	margin: 30px 0px 20px;
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 15px;
	font-weight: normal;
	}
.yw_box_1 h2 span {
	position: relative;
	display: inline-block;
	padding: 0px 4px;
	color: #f78a2f;
	}
.yw_box_1 h2 span:before {
	content:"";
	position: absolute;
	width: 100%;
    height: 6px;
    background: linear-gradient(90deg,rgba(1,94,255,.8),#015eff);
    bottom: 0px;
    left: 0;
    opacity: 0;
	}
.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;
	}
	
.qk_cont_hot{ border: 1px solid #EEEEF0; margin: 20px 0px;}
.qk_hot_tj{
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
	margin-bottom: 20px;
	}
.qk_hot_tj li{
	margin: 0 10px 20px;
	width: calc(16.6666667% - 20px);
	}

.qk_hot_tj .xs_img {
	border: 1px solid #efefef;
	padding: 10px;
	background: #fff;
	}
.qk_hot_tj .xs_img img {
	width: 100%;
	height: 190px;
	transition: transform 1s linear .1s;
	}
.qk_hot_tj a:hover img{
	-webkit-transform:scale(1.03); 
	-moz-transform:scale(1.03); 
	-ms-transform:scale(1.03); 
	transform:scale(1.03);
	}

.qk_hot_tj .xs_info h4 {
	height: 35px;
	line-height: 35px;
	font-weight: normal;
	overflow: hidden;
	text-align: center;
	display: block;
	}

.qk_hot_tj .xs_info p {
	font-size: 12px;
	color: #666;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	text-align: center;
	}

.qk_hot_tj li a {
	display: block;
	text-decoration: none;
	}
.qk_hot_tj li a:hover h4 { color:#0574b7;}

.yw_cont_title{
	overflow: hidden;
	text-align: center;
	padding: 60px 0;
	}

.yw_cont_title span{
    color: #3c6bef;
    font-size: 32px;
    font-weight: 550;
	position: relative;
	}
.yw_cont_title span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg,rgba(1,94,255,.8),#015eff);
    bottom: 0px;
    left: 0;
    opacity: .5;
	}
	
/*期刊服务明细*/
.qksev_mx{width: 100%;}
.qksev_mx ul{
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
	padding-left: 20px;
	}
.qksev_mx ul li{
	margin: 0 20px 20px;
	width: calc(25% - 40px);
	box-sizing: border-box;
	border-radius: 10px;
	}
.qksev_mx ul li a {
	display: table;
	padding: 15px 8px 15px 40px;
	position: relative;
	}
.qksev_mx ul li i {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 44px;
	display: inline-block;
	left: -25px;
	top: 50%;
	margin-top: -25px;
	border-radius: 50px;
	border: 3px solid #fff;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	}
.qksev_mx ul li:nth-child(1) { background: #d23700;}
.qksev_mx ul li:nth-child(2) { background: #4a7daf;}
.qksev_mx ul li:nth-child(3) { background: #30a2a2;}
.qksev_mx ul li:nth-child(4) { background: #9cba60;}
.qksev_mx ul li:nth-child(5) { background: #bfa656;}
.qksev_mx ul li:nth-child(6) { background: #ce7f30;}
.qksev_mx ul li:nth-child(7) { background: #25215c;}
.qksev_mx ul li:nth-child(8) { background: #1d4060;}

.qksev_mx ul li:nth-child(1) i { background: #d23700;}
.qksev_mx ul li:nth-child(2) i { background: #4a7daf;}
.qksev_mx ul li:nth-child(3) i { background: #30a2a2;}
.qksev_mx ul li:nth-child(4) i { background: #9cba60;}
.qksev_mx ul li:nth-child(5) i { background: #bfa656;}
.qksev_mx ul li:nth-child(6) i { background: #ce7f30;}
.qksev_mx ul li:nth-child(7) i { background: #25215c;}
.qksev_mx ul li:nth-child(8) i { background: #1d4060;}

.qksev_mx ul li:nth-child(1):hover { box-shadow: 0px 0px 20px rgb(210,55,0,.8);}
.qksev_mx ul li:nth-child(2):hover { box-shadow: 0px 0px 20px rgb(74,125,175,.8);}
.qksev_mx ul li:nth-child(3):hover { box-shadow: 0px 0px 20px rgb(48,162,162,.8);}
.qksev_mx ul li:nth-child(4):hover { box-shadow: 0px 0px 20px rgb(156,186,96,.8);}
.qksev_mx ul li:nth-child(5):hover { box-shadow: 0px 0px 20px rgb(191,166,86,.8);}
.qksev_mx ul li:nth-child(6):hover { box-shadow: 0px 0px 20px rgb(206,127,48,.8);}
.qksev_mx ul li:nth-child(7):hover { box-shadow: 0px 0px 20px rgb(37,33,92,.8);}
.qksev_mx ul li:nth-child(8):hover { box-shadow: 0px 0px 20px rgb(29,64,96,.8);}

.qksev_mx ul li h4{
	display: block;
	font-size: 18px;
	font-weight: 550;
	color: #fff;
	text-align: center;
	}
.qksev_mx ul li p{
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px 10px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	}
.qksev_mx ul li span {
	border: 1px solid #fff;
	padding: 5px 20px;
	border-radius: 20px;
	color: #fff;
	display: inherit;
	margin: 0px auto;
	}
	
.qkysbz {
	background: url(../images/ysbz.jpg) center center no-repeat;
	position: relative;
	height:400px;
	margin: 50px 0px;
	}

.qkysbz_txt {
	position: absolute;
	width: 200px;
	}
.qkysbz_txt strong {
	display: block;
	font-size: 24px;
	line-height: 40px;
	}
.qkysbz_txt p {
	font-size: 16px;
	line-height: 30px;
	}
.qkysbz_1 {
	left: 100px;
	top: 50px;
	text-align: right;
	}
.qkysbz_2 {
	right: 100px;
	top: 50px;
	}
.qkysbz_3 {
	left: 100px;
	bottom: 50px;
	text-align: right;
	}
.qkysbz_4 {
	right: 100px;
	bottom: 50px;
	}
	
/*全部服务*/
.all_sev {
	margin: 0px 0px 30px;
	background: url(../images/all-sev.png) center 30% no-repeat;
	position: relative;
	padding: 0px 20px 40px;
	}
.all_sev h3 {
	position: absolute;
	width: 300px;
	height: 300px;
	left: 50%;
	top: 42%;
	margin-left: -150px;
	margin-top: -150px;
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	}
.all_sev h3 span {
	width: 50%;
	text-align: center;
	height: 150px;
	padding: 40px 40px;
	line-height: 34px;
	font-size: 26px;
	color: #fff;
	box-sizing: border-box; 
	}
.all_sev ul {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	}
.all_sev ul li {
	width: 38%;
	text-align: center;
	}
.all_sev ul li h4 {
	line-height: 30px;
	font-size: 24px;
	padding: 0px 15px;
	display: block;
	border-radius: 5px;
	margin: 0px 0px 15px;
	}
.all_01 li:nth-child(1) h4 { color: #0574b6;}
.all_01 li:nth-child(1) p:after { color: #0574b6;}
.all_01 li:nth-child(2) h4 { color: #f4a030;}
.all_01 li:nth-child(2) p:after { color: #f4a030;}

.all_02 { margin-top: 50px;}
.all_02 li:nth-child(1) h4 { color: #4e3f52;}
.all_02 li:nth-child(1) p:after { color: #4e3f52;}

.all_02 li:nth-child(2) h4 { color: #e45545;}
.all_02 li:nth-child(2) p:after { color: #e45545;}
.all_sev ul li p {
	position: relative;
	font-size: 13px;
	line-height: 24px;
	text-align: left;
	color: #525252;
	padding-left: 15px;
	float: left;
    width: 29%;
	}
.all_sev ul li p:after {
	content:"◆";
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 20px;
	}
.all_sev ul li p span a{
	font-size: 16px;
	display: block;
	}
.all_sev ul li .more_a {
	display: inline-block;
	background: #ff7e00;
	line-height: 34px;
	font-size: 18px;
	color: #fff;
	padding: 0px 50px;
	margin-top: 15px;
	border-radius: 30px;
	box-shadow: 0px 6px 5px rgba(255,126,0,.4);
	}
.all_sev ul li .more_a:hover { background: #f08300;}

/*表单*/ 
.biaodan{
	background: url(../images/bd4.jpg) no-repeat top center;
	height: 250px;
	position: relative;
	margin-top: 50px;
}
.biaodan .bdform{
	width: 1155px;
    margin: 0 auto;
    padding: 30px 0 0 26px;
    box-sizing: border-box;
	}
.biaodan .bdform h2{
	color: #fff;
	font-size: 40px;
	font-weight: bold;	
	}
.biaodan .bdform p{
	color: #fff;
	margin-top: 20px;
	font-size: 18px;
	}
.biaodan .bdform .tianx{
	margin-top: 20px;
	float: left;
	}
.biaodan .bdform .tianx:after {
	content:"";
	display: block;
	clear: both;
	overflow: hidden;
	}
.biaodan form .in{
	height: 39px;
    width: 227px;
    border-radius: 5px;
    padding-left: 20px;
    float: left;
    border: none;
	}
.biaodan form .tianx2 span{margin-left: 70px;}
.biaodan form .tijiao{
	margin-left: 80px;
	margin-top: 20px;
    width: 155px;
    height: 39px;
    background: #2f89fc;
    box-shadow: 0px 2px 20px 0px rgba(253, 101, 62, 0.2);
    float: left;
    border-radius: 5px;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: bold;
	}
.biaodan form .tianx span{
    float: left;
    color: #fff;
    line-height: 38px;
    padding-right: 10px;
    font-size: 16px;
	}
/**新增加*/	
.yw_cont_bg {
	height: 450px!important;
	background: url(../images/yw_cont_bg.jpg) center center no-repeat!important;
	background-size: cover!important;
	}
.yw_cont_ban_tit {
	height: 400px;
	padding-top: 120px;
	padding-left: 440px;
	text-align: left;
	background: url(../images/book_img.png) no-repeat left bottom;
	background-size: auto 70%;
	}
.yw_cont_ban_tit p {
	font-size: 30px;
	line-height: 30px;
	text-shadow: 2px 2px 0px #000;
	}
.yw_cont_ban_tit strong {
	font-size: 50px;
	padding: 10px 0px 20px;
	display: block;
	text-shadow: 3px 3px 0px #000;
	}
.yw_cont_ban_tit strong font {
	color: #ff0;
	}
.yw_cont_ban_tit span {
	display: inline-block;
	padding: 0px 70px;
	background: rgb(255,255,255,.8);
	font-size: 24px;
	line-height: 50px;
	border-radius: 30px;
	color: #ff4500;
	}
	
/****/
.yw_cont_ban_tit2 {
	height: 400px;
	padding-top: 150px;
	padding-left: 505px;
	text-align: left;
	background: url(../images/book_img.png) no-repeat left bottom;
	background-size: auto 75%;
	}
.yw_cont_ban_tit2 p {
	font-size: 60px;
	line-height: 60px;
	color: #00ffff;
	display: block;
	margin-bottom: 45px;
	font-weight: bold;
	}
.yw_cont_ban_tit2 p font {
	background: #3a58b4;
	padding: 5px 30px;
	display: inline-block;
	margin-left: 15px;
	font-size: 30px;
	color: #ff0;
	font-weight: normal;
	vertical-align: middle;
	}

.yw_cont_ban_tit2 span {
	display: inline-block;
	padding: 0px 30px;
	background: #40e0d0;
	font-size: 20px;
	line-height: 50px;
	border-radius: 30px;
	color: #000;
	box-shadow: 3px 3px 0px #000;
	margin-right: 28px;
	}
.yw_cont_ban_tit2 span:last-child{ margin-right: 0px;}
/***搜索**/
.searchbox2 {
	width: 65%;
	padding-top: 100px; 
	display: block;
	margin: 0px auto;
	}
.searchbox2 .sx{
	border: 1px solid #fff;
	border-right: none;
	width: 660px;
    height: 44px;
    line-height: 44px;
    padding: 0 0 0 25px;
	display: inline-block;
	color:#fff;
	font-size: 14px;
	float: left;
	background: rgb(0,0,0,.3);
	border-radius: 30px 0px 0px 30px;
	outline: none;
	}
.searchbox2 .btn {
	float: left;
    height: 44px;
	line-height:44px;
	padding:0px 45px;
	cursor:pointer;
	background: rgb(255,255,255,.5) url(../images/search.png) center center no-repeat;
	border:1px solid #fff;
	border-left: none;
	border-radius: 0px 30px 30px 0px;
	}
	
/*表单*/
.sp_bd_bg2 {
	width: 100%;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: url(../images/bd_3_bg2.jpg) top center no-repeat;
	padding: 10px 0px;
	z-index: 990;
	}
.sp_bd_form2{
	width: 70%;
	display: flex;
	align-items: center;
	margin-left: 19%;
	}
.sp_bd_tit2 { color: #000; width: 36%;}
.sp_bd_tit2 h3 b{
	color: #8b0000;
}
.sp_bd_tit2 h3 { font-size: 22px; display: block; letter-spacing: 4px;}
.sp_bd_tit2 h3 span{ font-size: 16px; }
.sp_bd_tit2 p { font-size: 16px;  display: inline-block;  letter-spacing: 2px;}
.sp_bd_form2 form {flex: 1;}
.sp_bd_form2 form input {
	line-height: 34px;
	width: 28%;
	padding: 0px 15px;
	background: rgb(255,255,255,1);
	border: 1px solid #ccc;
	font-size: 14px;
	color: #999;
	outline: none;
	box-sizing: border-box;
	margin: 0px 15px;
	border-radius: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	}
input::-webkit-input-placeholder {color: #999;}
.sp_bd_form2 form select{
	height: 36px;
	line-height: 36px;
	width: 35%;
	display: block;
	padding-left: 15px;
	border-radius: 5px;
	border: 1px solid #4fbcff29;
	font-size: 15px;
	background: #f1f9ff;
	float: left;
	margin-right: 5px;
	color: #727272;
	outline: none;
}

.sp_bd_form2 button {
	height: 36px;
	line-height: 36px;
	background:#c30d23;
	box-shadow: 0px 0px 10px rgb(200,32,62,.2);
	color: #fff;
	font-size: 18px;
	padding: 0px 30px;
	display: inline-block;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	vertical-align: bottom;
	}
	
/**/
.sci_flex {
	position: fixed;
	width: 50px;
	background: linear-gradient(320deg, #E67817, #2659a8);
	box-shadow: 5px 5px 15px rgb(0,0,0,.15);
	border-radius: 30px;
	left: 0px;
	top: 30%;
	font-size: 18px;
	}
.sci_flex:hover {
	background: #2659a8;
	}
.sci_flex a {
	display: block;
	text-align: center;
	padding: 25px 10px;
	color:#fff;
	text-decoration:none;
	}