@charset "utf-8";
@import url('reset.css?v=0.032');
@import url('swiper-bundle.min.css?v=0.0252');
@import url('font-awesome/css/font-awesome.min.css');
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
input,select,button,textarea{ font-family: Arial,"Microsoft Yahei"; }
body{ margin:0; font-family: Arial,"Microsoft Yahei"; background:#fff; font-size: 14px; color: #000;}
a{background:transparent;text-decoration:none;color:#000}a:active,a:hover{outline:0}a:hover{text-decoration:none;}
.wrapper{width: 1400px; margin: 0 auto;}
.wrapper-fluid{width: 90%; margin: 0 auto;}
.ts{text-transform:uppercase}
.mauto{margin:0 auto}
.pf{position: fixed; z-index: 1;}
.pz{position:relative;z-index: 1}
.pa{position:absolute;z-index: 1999}
.bz{box-sizing:border-box}
.b,.fb{font-weight:bold}
.i{font-style:italic}
.hidden{display:none !important}
.cb{clear:both}
.vs{overflow:visible !important}
.all{min-width: 1400px;}
.flex{display: -webkit-box; display: -webkit-flex; display: flex;}
.flexCenter{display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center;}
.flexJc{display: -webkit-box; display: -webkit-flex; display: flex; justify-content: center;  flex-wrap: wrap;}
.flexAc{display: -webkit-box; display: -webkit-flex; display: flex; align-items: center;}
.flexColumn{display: -webkit-box; display: -webkit-flex; display: flex; flex-direction: column;}
.flexWrap{display: -webkit-box; display: -webkit-flex; display: flex; flex-wrap: wrap;  justify-content: flex-start;}
.flexJb{display: -webkit-box; display: -webkit-flex; display: flex; justify-content: space-between; flex-wrap: wrap;}
.flexRight{display: -webkit-box; display: -webkit-flex; display: flex; justify-content: flex-end;}
.ov{overflow: hidden;}
.transition,.transition *{transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s;}
.ellipsis{text-overflow: ellipsis; white-space: nowrap; display: block; overflow: hidden;}
table{border-collapse: collapse;}
table td{border: 1px solid #bbbbbc;}
.textCenter{text-align: center !important;}
.textRight{text-align: right;}
.db{display: block;}
.hui{ background:#f2f2f7;}
.clear{clear: both;}
img{max-width: 100%;}
.w100{width: 100%;}
.fb{font-weight: bold !important;}
/*animation*/
.scaleImg{overflow: hidden;}
/*.scaleImg img{border-radius:15px;}*/
.scaleImg img,.scaleImg:hover img{transition: all 1s;}
.scaleImg:hover img{transform: scale(1.1);}
.textEllipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.line6 {
    -webkit-line-clamp: 6;
}
.line5 {
    -webkit-line-clamp: 5;
}
.line4 {
    -webkit-line-clamp: 4;
}
.line3 {
    -webkit-line-clamp: 3;
}
.line2 {
    -webkit-line-clamp: 2;
}
.line1 {
    -webkit-line-clamp: 1;
}
/*头部*/
header{z-index: 9999999 !important; position:fixed; width:100%; left:0; right:0;}
header.active{box-shadow: 0 2px 6px rgba(115,115,115,.9); background:rgba(115,115,115,.5);}
header.active #index-search{ display:none;}
header.active .logo{padding:15px 0; }
header.page{ position:relative;}



.logo{ width:102px; padding:20px 0; }
.logo img{width:100%;}
.head-menu-item{position:relative;}
.head-menu-item a.nav-link{font-size:16px; padding:5px 20px; color:#FFFFFF; margin-right:15px; border:transparent solid 1px; }
.head-menu-item:hover a.nav-link,.head-menu-item.active a.nav-link{ border:#CCCCCC solid 1px; border-radius:15px;}
.menu_down{
	display: none;
	position: absolute;
	left: 0;
	top:40px;
	z-index: 9;
	width: 160px;
	background:rgba(255,255,255,.89); border-radius:15px;
	box-shadow: 0 2px 6px rgba(115,115,115,.2);
}
.menu_down a.second{
	width: 100%;
	line-height: 24px;
	color: #333;
	font-size: 16px;
	padding: 12px 15px;
	border-bottom: 1px solid #dcdcdc;
}
.menu_down .two-nav:last-child a.second{
	border: 0;
}
.menu_down a.second:hover{
	color: #fff;
	background: #009de1;
}
.two-nav{ position:relative;}
.menu_down .two-nav .third-nav {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background: rgba(255,255,255,.89);
    box-shadow: 0 2px 6px rgba(115,115,115,.2);
    width: 254px; 
	border-radius:15px;
}
.menu_down .third-nav a.third {
    width: 100%;
    display: block;
    line-height: 24px;
    padding: 12px 15px;
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #dcdcdc;
}
.menu_down .third-nav a.third:hover{
	color: #fff;
	background: #3660aa;
}
.menu_down .two-nav:hover .third-nav{display:block;}
.m-navbth{display: none;}
.head-user{position:relative;}
.head-user-login a{ border:#CCCCCC solid 1px; border-radius:15px; padding:5px 20px; margin-left:20px; color:#FFFFFF; font-weight:bold;}
.head-user-login a.register{ background:#2088e3;}
.head-user-login a:hover{ background:#ca021f; color:#FFFFFF; }
.log-in {
    position:absolute; top:-4px;
}
.log-in a.user-head {
    width: 32px;
    height: 32px;
    overflow: hidden;
    display: block;
}
.log-in a.user-head img {
    width: 32px;
    height: 32px;
}
.radius-circle {
    border-radius: 50%;
}
.log-in .button-group .drop-menu {
    padding: 10px 0;
    left: -40px;
    border-top: 0px solid #ff0000;
    -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,.075);
    box-shadow: 0px 8px 10px rgba(0,0,0,.05);
    border-radius: 4px;
}
.log-in .drop-menu {
    margin: 12px 0 0;
    min-width: 100px;
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    box-shadow: 0 6px 12px rgba(0,0,0,.075);
}
.drop-menu {
    position: absolute;
    display: none;
    top: 40px;
    left: 0;
    z-index: 1;
    float: left;
    min-width: 140px;
    padding: 5px 0;
    margin: 12px 0 0;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
}
.log-in .drop-menu li {
    padding: 0 10px;
    height: 32px; 
	list-style:none;
    text-align: center;
}

.nav_box {
    background: #3660aa;
    width: 100%;
    position: absolute;
    top: 80px; 
	z-index:999;
    display: none;
    padding-bottom: 50px;
	animation: fadeIn .5s;-moz-animation: fadeIn .5s;-webkit-animation: fadeIn .5s;-o-animation: fadeIn .5s;
}
.nav_box.nav_show {
    display:block;
}
.head-nav{
	margin:0px auto;
	width:92%;
}
.head-nav .nav_item .title{
	line-height:50px;
	position:relative;
	border-bottom:1px solid #dfdbdb;
}
.head-nav .nav_item .title, .head-nav .nav_item .title a{
	color:#FFFFFF;
	font-size:16px;
	font-weight:normal;
}
.head-nav .nav_item .link-list {
	padding:10px 15px 0px;
	display:none; animation: fadeIn 1s;-moz-animation: fadeIn 1s;-webkit-animation: fadeIn 1s;-o-animation: fadeIn 1s;
}
.head-nav .nav_item .link-list.active {
	display:block 
}
.head-nav .nav_item .link-list a{
	display:block;
	padding-left:20px;
	line-height:36px;
	color:#FFFFFF;
	font-size:14px;
}
.jtt {
	position: absolute;
	top: 15px;
	right: 5px;
	font-size:20px;
    transition: transform .5s;
}
.head-nav .nav_item.open .jtt{
	transform: rotate(180deg);
}
/*轮播图*/
.indexbanner{width:100%; position:relative;}
.indexbanner .swiper-slide img{ width:100%;}
.indexbanner .swiper-slide{ position:relative;}
.indexbanner .swiper-pagination-bullet,.index-lt-timglist .swiper-pagination-bullet{
    background: #0093ff;
    opacity: 1; 
	width:12px; 
	height:12px; 
	border-radius: 6px; 
}
.indexbanner .swiper-pagination-bullet-active,.index-lt-timglist .swiper-pagination-bullet-active {
    background:#fff; 
}	


/*首页banner 服务*/	
.indexbanner-service{position:absolute;  left:0; bottom:50px; z-index:99; width:100%;}
.indexbanner-service .bservice-item{ width:calc((100% - 120px) / 5); margin-right:30px; position:relative; border:#CCCCCC solid 2px; background: linear-gradient(to right, #ae4ecf, #6509a2);  height:50px; border-radius:10px; padding-top:8px;}
.indexbanner-service .bservice-item:nth-child(2){background: linear-gradient(to right, #efa17d, #ef5499);}
.indexbanner-service .bservice-item:nth-child(3){background: linear-gradient(to right, #4c55c6, #5609a1);}
.indexbanner-service .bservice-item:nth-child(4){background: linear-gradient(to right, #96c679, #34a883);}
.indexbanner-service .bservice-item:nth-child(5){background: linear-gradient(to right, #a2c5c4, #0e1211);}
.indexbanner-service .bservice-item:last-child{margin-right:0; }
.indexbanner-service .bservice-item .bservice-icon{ margin-right:15px;}
.indexbanner-service .bservice-item .bservice-title{ font-size:16px; color:#FFFFFF; }
.indexbanner-service .bservice-item .bservice-item-text{ position:absolute; z-index:100; left:0; bottom:50px;  display:none; padding-bottom:12px;}
.indexbanner-service .bservice-item .bservice-item-text .bservice-itext{ color:#ebebeb; width:50%;}
.indexbanner-service .bservice-item .bservice-item-text .bservice-item-ctext{background:#001425; border-radius:10px; padding:15px; position:relative;}
.indexbanner-service .bservice-item .bservice-item-text .bservice-item-ctext:after {
	 content: "";
     position: absolute;
     top: 100%;
     left: 50%;
     transform: translateX(-50%);
     width: 0;
     height: 0;
     border-left: 10px solid transparent;
     border-right: 10px solid transparent;
     border-top: 10px solid #001425;
}
.indexbanner-service .bservice-item:hover .bservice-item-text{display:block;}
.indexbanner-service .bservice-item .bservice-item-text .bservice-itext:hover{ color:#fff;}

/*首页公告*/	
.indexgonggao{ padding:15px 0; border-bottom:#CCCCCC solid 1px;}
a.igonggao-more{ color:#FFFFFF; background:#3170e2; border-radius:20px; padding:2px 20px;}
.igonggao-text{ overflow:hidden; width:calc(100% - 300px);}
.igonggao-list li{ width:500px; float:left; padding-right:30px; line-height: 34px;}
.gtitle{ background:url(../images/blue-d.jpg) left center no-repeat; padding-left:10px; width:calc(100% - 100px);}
.gtitle a{max-width:calc(100% - 27px); line-height:34px; height:34px; }
.jgg{background:url(../images/hot.gif) left center no-repeat; width:22px; height:34px; margin-left:5px;}
 
/*首页搜索*/	
.indexsearch{margin-top:20px; background:#f7f7f7;  padding: 20px 50px;}
.isearch-tab{ border-bottom:#CCCCCC solid 1px; margin:0 auto; width:360px; height:38px;}
.isearch-tab-item{margin-right:20px; font-size:16px; cursor:pointer; padding:0 10px;}
.isearch-tab-item.active{border-bottom:#3170e2 solid 3px; position:relative;  height:39px; color:#3170e2; font-weight:bold;}
.isearch-tab-item.active:after{
     content: "";
     position: absolute;
     top: 100%;
     left:50%;
     transform: translateX(-50%);
     width: 0;
     height: 0;
     border-left: 7px solid transparent;
     border-right: 7px solid transparent;
     border-top: 7px solid #3170e2;
}
.isearch-text{ width:calc(100% - 200px); padding-top:20px;}
.search-ips{border-radius:10px 0 0 10px; border:#dcdcdc solid 1px;  height:46px; font-size:16px; line-height:35px; padding:0 10px 0 35px; width:calc(100% - 136px); background:#fff url(../images/search.png) 8px center no-repeat;}
.isearch-bth{ border:none; background:#3170e2; color:#FFFFFF; padding:0 15px; border-radius:0 10px 10px  0; height:46px; line-height:35px; font-size:16px; letter-spacing:2px; width:136px;}
.isearch-strength-item{width:calc((100% - 90px) / 4); margin-right:30px; margin-top:30px;}
.isearch-strength .isearch-strength-item:last-child{ margin-right:0;}
.isearch-strength .isearch-strength-item .isearch-strength-text{width:calc(100% - 90px); margin-left:18px;} 
.isearch-strength-item .isearch-strength-title{ font-weight:bold; font-size:16px; line-height:1.4;}
.isearch-strength-item .isearch-strength-con{line-height:1.4; color:#666666; margin-top:6px;}

/*首页期刊*/	
.indexjournal{ margin-top:20px;}
.indexcate-title{ font-size:30px; text-align:center; font-weight:bold;}
.indexcate-title span{ position:relative;}
.indexcate-title span:before{
     content: "";
     position: absolute;
     top:10px;
     left: -120px;
     width: 107px;
     height: 26px; 
	 background:url(../images/qk-l.png) no-repeat;
}
.indexcate-title span:after{
     content: "";
     position: absolute;
     top:10px;
     right: -120px;
     width: 107px;
     height: 26px; 
	 background:url(../images/qk-r.png) no-repeat;
}

/* qk_show 左右分栏期刊展示 */
.qk_show{ display:flex; margin-top:20px; margin-bottom:20px; }
.qk_fixe{ width:240px; flex-shrink:0; padding:20px 20px 40px; text-align:center; border-radius:5px; }
.qk_fixe h3 a{ display:block; font-size:24px; line-height:50px; color:#fff; border-bottom:1px solid rgba(255,255,255,0.3); }
.qk_fixe h3 a:hover{ text-decoration:underline; }

/* sp01 分类标签 */
.qk_fixe .sp01{ padding:11px 0 0; display:block; }
.qk_fixe .sp01 a{ font-size:12px; color:#fff; padding:4px 4px; display:inline-block; }
.qk_fixe .sp01 a:hover{ text-decoration:underline; }

/* 6种卡片背景色 */
.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; }

/* 轮播区域 */
.pro-switch{ width:100%; height:250px; border-radius:5px; position:relative; margin-top:15px; }
.qk_f_1 .pro-switch{ background:#aae9ea; }
.qk_f_2 .pro-switch{ background:#c1dffe; }
.qk_f_3 .pro-switch{ background:#ffd8b5; }
.qk_f_4 .pro-switch{ background:#ffc9d3; }
.qk_f_5 .pro-switch{ background:#d7d6ff; }
.qk_f_6 .pro-switch{ background:#f4a69e; }

/* pro-switch 内的 swiper */
.pro-switch .swiper-container{ width:180px; height:260px; background:#fff; border-radius:5px; position:absolute; left:50%; margin-left:-90px; top:-10px; overflow:hidden; padding-bottom:30px; }
.pro-switch .swiper-slide{ text-align:center; }
.pro-switch .swiper-slide p{ width:150px; height:170px; margin:15px auto 0; }
.pro-switch .swiper-slide p img{ width:100%; height:170px; display:block; object-fit:cover; border-radius:3px; }
.pro-switch .swiper-slide > span{ font-size:12px; color:#999; display:block; padding:0 5px; }
.pro-switch .swiper-slide > span > a{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#333; display:block; font-size:14px; }
.pro-switch .swiper-slide > span > span{ color:#999; font-size:12px; }

/* swiper 分页器 */
.pro-switch .swiper-pagination{ bottom:5px !important; }
.pro-switch .swiper-pagination-bullet{ background:#ccc; opacity:1; width:8px; height:8px; }
.pro-switch .swiper-pagination-bullet-active{ background:#30c4cd; }

/* qk_index_img 期刊封面网格 */
.qk_index_img{ flex:1; margin-left:15px; }
.qk_index_img ul{ display:flex; flex-wrap:wrap; border-left:1px solid #e9e9e9; border-top:1px solid #e9e9e9; }
.qk_index_img ul li{ width:25%; text-align:center; border-right:1px solid #e9e9e9; border-bottom:1px solid #e9e9e9; padding:15px 10px; }
.qk_index_img ul li img{ width:130px; height:155px; display:block; margin:0 auto; object-fit:cover; transition:all .3s; }
.qk_index_img ul li:hover img{ transform:translateY(-5px); box-shadow:0 10px 30px rgba(0,0,0,.08); }
.qk_index_img ul li span{ font-size:12px; color:#999; display:block; }
.qk_index_img ul li span a{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#333; display:block; margin:5px 0; font-size:14px; }
.qk_index_img ul li span a:hover{ color:#f00; }
.qk_index_img ul li span span{ color:#999; font-size:12px; }

.iresearch{margin-top:20px; position:relative;}
.iresearch-button{position:absolute; z-index:2; left:0; top:0; width:100%; height:100%;}
.iresearch-wbutton{height:100%;}
.iresearch-button .scanode{ width:114px; height:94px; background:url(../images/ewm-bj.png); margin-right:40px; padding:2px;} 
.iresearch-button .scanode img{ width:90px;}
.iresearch-wbutton a{color:#FFFFFF; background:#a00d5d; padding:5px 20px; border-radius: 15px; margin-right:20px; font-weight:bold;}
.iresearch-wbutton a:nth-child(2){background:#2088e3;}
.iresearch-wbutton a:hover{background:#b30a66;}
.iresearch-wbutton a:nth-child(2):hover{background:#1f8eef;}

/*首页我们的服务*/	
.indexservice{background:url(../images/fw_bj.jpg) no-repeat; margin-top:20px; padding:30px 0; background-size:cover;}
.indexservice .indexcate-title,.indexcase .indexcate-title{ color:#FFFFFF;}
.iservice .iservice-item{width:calc((100% - 90px) / 4); margin-right:30px; margin-top:20px; background:#FFFFFF;  border-radius: 15px; padding:20px; padding-bottom:55px; position:relative;}
.iservice .iservice-item:nth-child(4n){margin-right:0;}
.iservice .iservice-item .iservice-item-icon{ text-align:center;}
.iservice .iservice-item .iservice-item-title,.ipolish-item-title{ text-align:center; position:relative; font-size:18px; font-weight:bold; margin-bottom:15px; padding:10px 0;}
.iservice .iservice-item .iservice-item-title:before,.ipolish-item-title:before{
     content: "";
     position: absolute;
     top:100%;
     left: calc(50% - 10px);
     width: 20px;
     height: 4px; 
	 background:#f88c6f;
}
.ipolish-item-title:before{background:#3fcbaa;}
a.iservice-item-more{color:#FFFFFF; background:#f88c6f;  display:block; width:80%; text-align:center; border-radius:15px; line-height:35px; height:35px; position:absolute; z-index:2; left:10%; bottom:20px;}
a.iservice-item-more:hover{background:#e8846a;}


/*首页服务流程*/	
.indexprocess,.indexpolish{background:#fafbff; padding:30px 0 50px;}
.indexcate-desc{ text-align:center; color:#666; font-size:16px; margin-top:20px;}
.iassess{background:#3594cc; border-radius:15px; margin-top:20px;}
.iassess .iassess-item{width:350px; text-align:center; }
.iassess .iassess-item span{ color:#FFFFFF; font-size:30px; letter-spacing:2px; font-weight:bold;}
.iassess .iassess-item:nth-child(2){width:calc(100% - 700px); color:#FFFFFF; padding:20px 0;}
.iassess-instruct{ font-size:22px; line-height:1;}
.iassess-instructlist .iassess-instructitem{width:calc((100% - 60px) / 5); margin-right:15px; background:#3fcbaa; padding:5px 0;  border-radius:25px; font-size:16px; font-weight:bold;  text-align:center; letter-spacing:2px; margin-top:20px; }
.iassess-item .iconsultant{ background:#FFFFFF; border-radius:10px; width:180px; padding:6px 15px; margin:0 auto;}
.iassess-item .iconsultant-img{margin-right:10px;}
.iassess-item .iconsultant-title{ color:#3594cc; line-height:28px; font-weight:bold; letter-spacing:2px; }
.coordination-title{margin-top:30px; text-align:center; background:url(../images/xian.jpg) center left repeat-x;}
.coordination-title span{ color:#FFFFFF; background:#3594cc; padding:5px 10px; font-size:22px; line-height:1;}
.coordination-item{width:172px; height:124px; background:url(../images/lc-bj.png?v=0.07) no-repeat; margin-top:30px; color:#ffe450; font-size:30px; font-weight:bold; line-height:1; padding:15px;}
.coordination-item-tit{font-size:17px; font-weight:normal; color:#FFFFFF; margin-top:15px; line-height:1.4;}
.coordination-jt{margin-top:30px; width:calc((100% - 172px * 6) / 5); text-align:center; }

/*首页成功案例*/	
.indexcase{background:url(../images/case-bj.jpg) no-repeat;  padding:30px 0; background-size:cover;}
.indexcase .indexcate-desc{ color:#FFFFFF;}
#icase{ position:relative;}
#icase .swiper-slide {
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -ms-transition: transform 1s;
    -o-transition: transform 1s;
    -webkit-transform: scale(.9);
    margin-top: 50px;
    margin-bottom: 70px;
}
#icase  .swiper-slide-active,#icase .swiper-slide-duplicate-active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 1002;
    top:0px;
}
#icase .swiper-button-next:after,#icase .swiper-button-prev:after { 
   display:none;
}
#icase .swiper-button-next,#icase .swiper-button-prev{ border:#2b2da7 solid 2px; border-radius:50%; width:35px; height:35px; }
#icase .swiper-button-next .iconfont,#icase .swiper-button-prev .iconfont{color:#2b2da7; font-weight:bold; }
#icase .swiper-button-next .iconfont{transform: rotate(180deg);}

/*首页翻译润色*/	
.ipolish-item{margin-top:80px; width:calc((100% - 90px) / 4); text-align:center; margin-right:30px;  background:#3fcbaa;border-radius:15px; position:relative; z-index:2; padding-bottom:50px;}
.ipolish-item:after{content: "";  position: absolute; top:-10px; left:0; background:#FFFFFF; border-radius:15px; width:100%; height:100%;  z-index:-1;}
.ipolish .ipolish-item:nth-child(4n),.iassess-instructlist .iassess-instructitem:nth-child(5n){margin-right:0;}
.ipolish-item-icon{ margin-top:-46px;}
.ipolish-item-con{ width:200px; margin:0 auto; line-height:1.6; margin-top:15px;}

/*首页学术资源*/	
.indexnews{ padding:30px 0;}
.inews-top{ border-bottom:#ccc solid 1px; height:38px; padding-left:10px; margin-top:15px;}
.inews-tab-item{margin-right:20px; height:38px; cursor:pointer;}
.inews-tab-item.active{border-bottom:#3170e2 solid 3px; position:relative;  height:39px; color:#3170e2; font-weight:bold;}
.inews-tab-item.active:after{
     content: "";
     position: absolute;
     top: 100%;
     left:50%;
     transform: translateX(-50%);
     width: 0;
     height: 0;
     border-left: 7px solid transparent;
     border-right: 7px solid transparent;
     border-top: 7px solid #3170e2;
}
.inews-more-img{ margin-left:5px;}
.inews-middle{padding-top:30px;}
.inews-content,.icooperate-content{ display:none;}
.inews-content.active,.icooperate-content.active{ display:block;}
.inews-recommend{ width:42%;}
.inews-recommend-img{ position:relative; }
.inews-list{width:calc(58% - 30px);}
.inews-recommend-img img{ width:100%; border-radius:15px;}
.inews-recommend-time{ background:#3170e2; color:#FFFFFF; position:absolute; z-index:2; left:0; top:0; border-radius:15px 0 0 0; padding:6px 15px; line-height:1.5;}
.inews-recommend-time span{ font-size:16px;}
.inews-recommend-title{background:rgba(0,0,0,.4); position:absolute; z-index:2; left:0; bottom:0; border-radius:0 0 15px 15px; line-height:3; width:100%; padding:0 20px;}
.inews-recommend-title a{ color:#FFFFFF;}
.inews-recommend-con{ line-height:2; margin-top:10px; border-bottom:#CCCCCC solid 1px; }
.inews-item{border-bottom:#ccc solid 1px; padding-bottom:10px; margin-top:10px;}
.inews-item-img{ width:145px; position:relative;}
.inews-item-img img{width:100%; border-radius:10px;}
.inews-item-text{width:calc(100% - 165px); margin-left:20px;}
.inews-item-title{ font-size:16px; line-height:1; margin-top:5px;}
.inews-item-con{ margin-top:10px; line-height:1.6;}
.inews-list .inews-item:first-child{ margin-top:0;}
.inews-list .inews-item:last-child{ border-bottom:none;}
.inews-item-img .inews-item-time{position:absolute; z-index:2; left:0; bottom:0; background:rgba(30, 155, 178, 0.4); border-radius:0 0 10px 10px; color:#FFFFFF; width:100%; padding:0 15px;}

/*首页合作单位*/	
.icooperate-tab{display: -webkit-box; display: -webkit-flex; display: flex; justify-content: center;}
.icooperate-tab .icooperate-tab-item{ width:130px; margin-right:20px; background:#f2f2f2; padding:5px 0;  border-radius:25px; font-size:16px; text-align:center;  margin-top:20px; cursor:pointer;}
.icooperate-tab .icooperate-tab-item.active{ background:#3170e2; color:#FFFFFF;}
.icooperate-item{margin-top:20px; width:calc((100% - 100px) / 6); text-align:center; margin-right:20px;  background:#fff; border:#CCCCCC solid 1px;}
.icooperate-item:nth-child(6n) {
    margin-right: 0;
}
.icooperate-item img{ max-width:100%;}
.icooperate-middle{ padding-top:30px;}
.icooperate-content .icooperate-item:nth-child(6n){margin-right:0;}

/*首页友情链接*/
.indexlinks{ border-top:#3170e2 solid 2px; padding:20px 0;}
.ilinks-img{ width:93px;}
.ilinks-text{ width:calc(100% - 110px); margin-left:17px; line-height:34px;}
.ilinks-text a{ margin-right:10px;}
/*底部*/	
footer{background:#333333; width:100%; padding-top:50px;}
.ft{ margin-bottom:50px;}
.foot-logo{ width:200px; text-align:center;}
.foot-nav{width:calc(100% - 770px); border-left:#858585 solid 1px; border-right:#858585 solid 1px; padding-left:50px;}
.foot-nav-item{ color:#FFFFFF; width:calc(100% / 3);}
.nav-item-tit{ font-size:18px;}
.nav-item-son{ margin-top:10px;}
.nav-item-son a{ display:block; line-height:30px; color:#FFFFFF;}
.foot-contact{ width:570px; color:#FFFFFF; padding-left:50px;}
.foot-icontact{ line-height:30px;}
.foot-copy{ background:#202020; padding:15px 0; line-height:1.5; color:#FFFFFF; text-align:center; border-top:#333333 solid 2px;}
.foot-copy a{color:#FFFFFF;}

/*关于我们*/
.search_tips{ text-align:center; font-size:18px; font-weight:900; }
.page-banner{ position:relative;}
.page-banner img,.page-about-img img,.team-item-img img{ width:100%;}
.page-banner-text{ position:absolute; left:0; top:0; width:100%;height:100%;}
.page-banner-wtext{ max-width:700px;  margin:0 auto; color:#FFFFFF; text-align:center;}
.page-banner-ptext{ margin:0 auto; height:100%;  max-width:900px;}
.page-banner-tit{
    font-size: 60px;
    line-height:1; 
	font-weight:bold;
    margin-bottom: 20px;
}
.page-about-img img{border-radius:15px;}
.page-banner-con{font-size: 26px;}
.page-about{ padding:50px 0;}
.page-about-text,.page-about-img{width:calc((100% - 50px) / 2); }
.page-about-tit{ font-size:30px; font-weight:bold; line-height:1; margin-bottom:20px;}
.page-about-con{color:#797979; font-size:16px; line-height:30px;}
.page-advantage{ background:#178ad9; padding:50px 0;}
.page-advantage .indexcate-title{ color:#FFFFFF;}
.advantage-item{width:calc((100% - 90px) / 4); margin-right:30px; margin-top:30px; background:#FFFFFF; padding:20px; border-radius:5px; box-shadow: 0 2px 6px rgba(0,0,0,.6);}
.advantage-list .advantage-item:last-child{margin-right:0;}
.advantage-item-title{ font-size:24px; font-weight:bold; line-height:1.1;}
.advantage-item-con{ font-size:16px; margin-top:20px; color:#666666; line-height:1.6;}

.page-develop{
    background: url(../images/develop-bg.jpg) center no-repeat;
    padding: 50px 0;
}
.develop-title > p:first-child {
    font-size: 34px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
.develop-title > p {
    text-align: center;
}
.develop-title > p:last-child {
    font-size: 30px;
    color: #fff;
    margin-top: -25px;
    position: relative;
}
.develop-title > p:last-child:after {
    content: '';
    width: 42px;
    height: 5px;
    background: #007FAF;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}
.develop-path{background: url(../images/route.png) top center no-repeat; margin-top:50px;}
.develop-path-desc{ position:relative; color:#FFFFFF; width: 1059px; height: 676px; margin:0 auto;}

.develop-path-desc > div {
    position: absolute; width:500px;
}
.develop-path-desc  .develop-year{font-weight:bold; font-size: 20px; width:60px;}
.develop-path-desc  .develop-desc{font-size: 16px; width:calc(100% - 80px);}
.develop-path-desc > div:nth-child(1) {
    top: 55px;
    right:-100px;
}
.develop-path-desc > div:nth-child(2) {
    top: 65px;
    left: -120px;
}
.develop-path-desc > div:nth-child(3) {
    top: 170px;
    right: -50px;
}
.develop-path-desc > div:nth-child(4) {
    top: 255px;
    left: -40px;
}
.develop-path-desc > div:nth-child(5) {
    bottom: 255px;
    right: -195px;
}
.develop-path-desc > div:nth-child(6) {
    bottom: 210px;
    left: 10px;
}
.develop-path-desc > div:nth-child(7) {
    bottom: 70px;
    right: -160px;
}
.develop-path-desc > div:nth-child(8) {
    bottom: 75px;
    left: -150px;
}


.page-about .iservice-item{box-shadow: 0px 0px 5px rgba(0,0,0,0.1);}
.page-feature{ background:url(../images/feature.jpg) center no-repeat; padding:50px 0;}
.page-feature .indexcate-title{ color:#FFFFFF;}
.about-feature-item{width:calc((100% - 30px) / 2); margin-right:30px; background:#FFFFFF; text-align:center; margin-top:30px; border-radius:15px; padding:10px 0 70px; position:relative;}
.about-feature .about-feature-item:nth-child(2){ margin-right:0;} 
.afeature-item-title{ font-size:24px; font-weight:bold;}
.afeature-item-con{ padding:0 50px;  line-height:1.7; margin-top:15px;}
.about-feature-item a.iservice-item-more{width:150px; left:calc(50% - 75px); }
.team-item{width:calc((100% - 60px) / 4); margin-right:20px; margin-top:30px;}
.team-item-con{ padding-top:6px; line-height:1.7; text-align:center;}
.team-list .team-item:nth-child(4){ margin-right:0;} 

/*新闻*/
.page-info{ padding:50px 0;}
.page-info3{ padding-top:50px;}
.customer-feedback-s { margin-top:50px;}
.page-l{ width:250px;}
.page-r{width:calc(100% - 280px); background:#FFFFFF; padding:20px 20px 50px; border-radius:15px; box-shadow: 0 2px 6px rgba(115,115,115,.2);}
.page-sec{background:#FFFFFF; padding:15px; margin-top:20px; border-radius:15px; box-shadow: 0 2px 6px rgba(115,115,115,.2);}
.page-l .page-sec:first-child{ margin-top:0;}
.page-sec-tit{ border-bottom:#eee solid 1px; line-height:40px;}
.page-sec-tit span{ color:#ff5a00; margin-right:10px;}
.btit{color:#ff5a00; font-size:16px; font-weight:bold;}
.category-second{border-bottom:#eee solid 1px; line-height:40px;}
.category-second .waihuan{ border:#e0e0e0 solid 1px; width:16px; height:16px; border-radius:16px; padding:3px;  margin-right:8px;}
.category-second .neihuan{ border:#e0e0e0 solid 1px; width:8px; height:8px; border-radius:8px;}
.category-second .mtit{font-size:14px;}
.category-three{ padding-left:15px;}
.current a .mtit,.category-second:hover a .mtit{ color:#ff5a00;}
.current a .waihuan,.current a .neihuan,.category-second:hover a .waihuan,.category-second:hover a .neihuan{border:#ff5a00 solid 1px;}
.hot-item{border-bottom:#eee solid 1px; line-height:40px;}
.hot-item a:hover{color:#ff5a00;}
.page-cate{border-bottom:#eee solid 1px; line-height:45px; font-size:18px; font-weight:bold; color:#2088e3;}
.news-item{border-bottom:#eee solid 1px; padding:30px 0;}
.news-item-img{width:300px;}
.news-item-img img{ width:100%;}
.news-item-text{width:calc(100% - 330px);}
.news-item-title{ font-size:18px;}
.news-item-con{ margin:20px 0; color: #999;}
.news-item-tips{color:#666666;}
.news-item-tips span,.news-tips span{ margin-right:7px; color:#666666;}
.news-item-hits span{ font-size:20px; line-height:20px;}
.news-item-title a:hover,.news-prev a:hover{color:#ff5a00;}
.news-tips{border-bottom:#eee solid 1px; color:#666666; padding-bottom:15px;}
.news-item-time{ margin-right:20px;}
.news-detail img,.about-detail img,.case-detail img{ max-width:100%;}
.news-detail,.about-detail{ padding:20px 0; line-height:1.8;}
.news-prev-next{border-top:#eee solid 1px; line-height:35px; padding-top:10px; }
.about-detail td{
    color: #202020; 
	border:#eee  solid 1px; 
	line-height:1.5;
    padding:8px 8px;
}
/*成功案例*/
.case-cate-text,.customer-feedback-text{ background:#FFFFFF; padding:30px 20px; color:#999999; font-size:16px; margin-top:30px;}
.cate-list a{ background:#f3f3f3; margin-right:10px; padding:7px 15px; color:#999999; }
.cate-list a.active{ background:#009bdf; color:#FFFFFF;}
.case-cate-con{ margin-top:20px; line-height:1.6;}
.case-item,.customer-item{width:calc((100% - 30px) / 2); margin-right:30px; margin-top:30px; background:#FFFFFF; box-shadow: 0 2px 10px rgba(115,115,115,.2); padding:20px;}
.case-list .case-item:nth-child(2n),.customer-list .customer-item:nth-child(2n){ margin-right:0;} 
.case-item-atext{ width:30%;}
.case-item-itext{ width:calc(70% - 30px);}
.case-item-yz{ text-align:center; font-size:18px; color:#0E357F; margin-top:10px;}
.case-item-img img{ width:100%;}
.item-cs{ margin-top:15px; font-size:16px;}
.item-cs .ititle{ width:80px; color:#666666;}
.item-cs .itm{width:calc(100% - 90px); margin-left:10px; color:#666666;}
.item-cs .itm a{ color:#0e357f; text-decoration: underline; line-height:1.6;}
.case-item-tips{ margin-top:15px;}
.case-item-tips span {
    display: inline-block;
    padding: 8px 12px;
    margin-right: 10px;
    background: #F3F3F3;
    font-size: 12px;
}
.customer-feedback-text{line-height:1.6;}
.customer-topic-img{ width:105px;}
.customer-topic-img img{ width:105px; border-radius:105px;}
.customer-topic-text{ margin-left:20px;}
.customer-topic-title{ font-size:18px;}
.customer-topic-star,.customer-topic-journal{ margin-top:15px;}
.customer-topic-star span.bt-title,.customer-topic-journal span.bt-title{ width:80px; font-size:16px; color:#666666;}
.customer-topic-journal span.bt-con{ width:calc(100% - 90px); margin-left:10px; font-weight:200; font-size:16px; color:#666666; }
.customer-item-wz{ margin-top:15px;}
.customer-item-wz .customer-wz-t{ width:80px; font-size:16px; color:#666666;}
.customer-item-wz .customer-wz-c{ width:calc(100% - 90px); margin-left:10px; }
.customer-item-wz .customer-wz-c a{color:#0e357f; text-decoration: underline; line-height:1.6; font-size:16px; }
.customer-item-con{margin-top:15px; position: relative;
    padding: 15px 15px 20px;
    background: #F8F8F8;
    border-radius: 4px 4px 4px 4px;}
.customer-item-con .remark-cont {
    height: 75px;
    line-height: 25px; 
	font-size:16px;  
	color:#666666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.customer-item-con::after{position: absolute;
    right: 10px;
    bottom: 5px;
    content: "";
    display: inline-block;
    width: 53px;
    height: 43px;
    background: url(../images/sign.png) no-repeat;}

.customer-item-wz .customer-wz-c a:hover,.item-cs .itm a:hover{color:#ff8400; }


/*分页*/ 
.page-pages{ text-align:center; margin-top:30px; }
.page-pages a{ color: #242424;
    font-size: 14px;
    line-height:30px; 
	background:#FFFFFF; 
	height:30px;
    border: 1px solid #dcdcdc;
    padding: 7px 15px;
    margin: 0 4px 4px; border-radius:5px;}
.page-pages a:hover{ background: #009bdf; color:#FFFFFF;}
.page-pages a.hover{
	color: #fff;
	background: #009bdf;
	border-color: #009bdf;
}

/*协会合作*/
.hz-top{position:relative;}
.hz-top img{ width:100%;}
.hz-top-text{ position:absolute; z-index:2; left:0; top:0; width:100%; height:100%; color:#FFFFFF; }
.hz-top-text h1{ font-size:48px;}
.hz-top-text .hz-top-con{ font-size:24px;}
.hz-top-wtext{width:100%; height:100%; text-align:center;}
.hz-con,.jianzhi-con{ padding:30px 0 50px; line-height:2; color: #333;}
.hz-lc{padding:50px 0; background:url(../images/lc-bg.png) no-repeat; background-size: cover;}
.hzlc-item{ background:#FFFFFF; text-align:center;  width:calc((100% - 120px) / 5); margin-right:30px; margin-top:30px; padding:30px 0;}
.hzlc-item-icon img{ width:60px;}
.hzlc-item-con{ font-size:22px; padding-top:15px;}
.hzlc-list .hzlc-item:nth-child(5){margin-right:0;}
.hz-news{padding:50px 0;}
.hznews-item{background:#fff; width:calc((100% - 60px) / 4); margin-right:20px; margin-top:30px; }
.hznews-item-text{padding:20px;}
.hznews-item-title{ font-size:16px; font-weight:bold; margin-bottom:10px;}
.hznews-item-title a:hover{ color:#2088e3;}
.hznews-item-con{line-height:1.6;}
.hznews-more{ padding-top:30px; text-align:center;}
.hznews-more a{ padding:11px 30px; color:#FFFFFF; font-size:16px; background:#2088e3; border-radius:5px;}
.hznews-more a:hover{background:#333;}
.hz-cooperate{ padding-top:50px;}
.cooperate-list{margin-top:20px;}
.cooperate-item{margin-top:20px; width:calc((100% - 100px) / 6); text-align:center; margin-right:20px;  background:#fff; border:#CCCCCC solid 1px;}
.cooperate-item img{ max-width:100%;}

.jianzhi-item{margin-top:30px; width:calc((100% - 60px) / 3); margin-right:30px; background:#fff; padding:40px 0; text-align:center; border: 1px solid #ccc; cursor:pointer;}
.jianzhi-item-icon img{ width:80px;}
.jianzhi-item-text{padding:15px 30px;}
.jianzhi-item-text h2{ font-size:24px; line-height:1.5;}
.jianzhi-item-text{ color:#666666; line-height:1.8;}
.jianzhi-item-join{ text-align:center;}
.jianzhi-item-join a{ border:#CCCCCC solid 1px; padding:10px 25px;}
.jianzhi-item:hover{border:#4b99fe solid 1px; }
.jianzhi-item:hover .jianzhi-item-join a{ border:#4b99fe solid 1px; background:#4b99fe; color:#FFFFFF;}
.jianzhi-con{ padding:50px 0 30px;}
.cooperate-list .cooperate-item:nth-child(6n),.hzlc-list .hznews-item:nth-child(4n),.jianzhi-list .jianzhi-item:nth-child(3){margin-right:0;}

/*客座编辑申请*/
.visiting-con img{float:right; width:600px; margin-left:30px;}
.visiting-academic{ background:#FFFFFF; padding:50px 0;}
.visiting-academic-tit {
    position: relative;
    text-align: center; 
}
.visiting-academic-tit h3 {
    position: relative;
    z-index: 2;
    color: #2188b7;
	font-weight: 700;
	line-height: 56px;
    font-size: 36px;
}
.visiting-academic-tit span {
    position: absolute;     
	width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    height: 56px;
    color: #f6f6f6;
    text-transform: uppercase;
    font-size: 60px;
	font-weight: 700;
	line-height: 56px;
}
.visiting-academic-item{
    width:calc((100% - 120px) / 4); 
	margin-right:40px; 
	margin-top:40px;
    background: #f4f4f4;
    border-radius: 5px;
    padding: 15px 15px 25px; 
	position:relative;
}
.visiting-academic-list .visiting-academic-item:nth-child(4n){margin-right:0; }
.visiting-academic-list .visiting-academic-item span.identifier {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 24px;
    display: inline-block;
    border-bottom: 2px solid #b1c1f8;
    padding-bottom: 3px;
    color: #888;
}
.academic-item-title{
    padding: 0px 0px 15px; 
	font-weight:bold;
    font-size: 26px;
    color: #4c70ee;
    text-align: center;
}
.visiting-academic-list .visiting-academic-item p {
    font-size: 16px;
    line-height: 24px;
    color: #888;
    text-align: center;
}
.visiting-academic-list .visiting-academic-item span.consulting-service {
    background: #fff;
    border-radius: 30px;
    line-height: 40px;
    padding: 0px 35px;
    display: table;
    margin: 10px auto 0px;
    font-size: 16px;
}
.visiting-academic-list .visiting-academic-item:hover {
    box-shadow: 0px 0px 15px rgba(0,0,0,.15);
}
.visiting-academic-list .visiting-academic-item:hover span.consulting-service{
    background: #ff5807;
    color: #fff;
}

.qkyt{background: url(../images/qkyt.jpg) center center no-repeat; padding:50px 0; background-size:cover;}
.qkyt .visiting-academic-tit h3 {
   color: #fff;
}
.qkyt .visiting-academic-tit span {
   color: #333;
}
.qkyt-item{
    width:calc(100% / 8); 
	text-align: center;
    color: #fff; 
	margin-top:20px;
}
.qkyt-item h4 {
    display: inline-block;
    line-height: 34px;
    padding: 0px 20px;
    border: 1px solid #fff; 
	font-weight:bold;
    border-radius: 30px;
    font-size: 16px;
    margin-top: 15px;
}
.qkyt-item span.qkyt-identifier{
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #2188b7;
    border-radius: 50px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}
.qkyt-item .qkyt-jt {
    background: url(../images/qkyt-jt.png) no-repeat;
    height: 22px;
    margin: 40px 0px;
}
.qkyt-list .qkyt-item:nth-child(even) span.qkyt-identifier{
    margin-top: 80px;
}
.qkyt-list .qkyt-item:nth-child(even) h4{
   margin-top: 0;
   margin-bottom: 15px;
}
.qkyt-list .qkyt-item .qkyt-con{ height:90px;}



/*期刊*/
.qk-item{ background:#FFFFFF; padding:25px; margin-top:15px;}
.qk-item:hover {
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.06);
}
.qk-item-img{ width:140px;}
.qk-item-img img{ width:100%;}
.qk-item-text{ width:calc(100% - 170px);}
.qk-item-title{ font-size:18px; font-weight:bold; line-height:1;}
.qk-item-title a:hover{ color:#009bdf;}
.qk-item-con{ margin-top:15px; font-size: 14px; color: #525252; line-height:22px;}
.qk-item-tags{margin-top:15px;}
.qk-item-tags span {
    display: inline-block;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    margin: 0 10px 0px 0;
    background: rgba(26, 99, 245, 0.08);
    font-size: 14px;
    color: #0e357f;
}
.qk-item-cate{ margin-top:10px;}
.qk-item-cate .qk-cate-item{
    font-size: 16px; 
    width:calc(100% / 3); 
	margin-top:10px;
}
.qk-item-cate .qk-cate-item label {
    font-size: 14px;
    color: #666666;
}
.qk-item-cate .qk-cate-item span {
    color: #0e357f;
}
.page-banner-stext{background:rgba(255,255,255, 0.7); padding:40px;}
.page-banner-stext .search_sip {
    color: #999999;
    border: 1px solid #e4eaec;
    font-weight: 400;
    width: calc(100% - 120px);
    padding: 10px 15px; 
}
.search_sbtn {
    border: none;
    cursor: pointer;
    background: #009bdf; 
	color:#FFFFFF; 
	padding:10px 40px; 
	letter-spacing:5px; 
	border-radius:5px
}
.search_sbtn .fa { 
   font-size:18px;
}
.qk-search-group{ margin-bottom:15px;}
.qk-search-gitem{width:50%;}

.page-banner-stext .yz {
    width: 120px;
}

.qk-category{ margin-top:15px;}
.qk-category a{ margin-right:10px; line-height:25px;}
.qk-category a.current,.qk-category a:hover{ color:#009bdf; font-weight:bold;}
.qk-one-img{ background:#FFFFFF; padding:15px; width:223px;}
.qk-one-img img{ width:100%;}
.qk-one-text{width:calc(100% - 253px); padding:15px; background:#FFFFFF; position:relative;}
.qk-one-title{line-height: 36px; font-size:24px;}
.qk-one-cs{background:#f9f9f9; padding:15px 20px; margin-top:10px;}
.one-cs-item{margin-right:20px; line-height:30px;}
.one-cs-item span{color: #888;}
.qk-one-tg,.qk-one-wz{padding-top:20px;}
.qk-one-wz{ line-height:35px;}
.qk-one-tg{ height:54px;}
.qk-one-tg a{ padding:9px 25px; background:#2088e3; color:#FFFFFF; border-radius:10px;}
.qk-one-tg a:nth-child(2){background:#0e357f; margin-left:30px;}
.qk-one-tg a:nth-child(3){background:#fd5529; margin-left:30px;}
.qk-one-ewm{ position:absolute; z-index:2; right:15px; bottom:15px; width:100px;}
.qk-one-ewm img{ width:100%;}
.one-ewm-title{ text-align:center; padding-top:6px;}
.qk-views{background:none; padding:30px 0;}
.qk-tg-zy{ margin-top:5px; font-size:16px; line-height:1.8;}


.qk-two{ background:#FFFFFF; margin-top:30px; padding:30px 20px;}
.qk-title{ background:#f9f9f9; height:40px;}
.qk-title span{color:#FFFFFF; font-size:18px; line-height:40px; background:#2088e3; padding:0 20px;}
.qk-info{ padding:20px 0; line-height:1.7;}
.qk-info td{ padding:7px 5px; border:#ccc solid 1px; text-align:center;}
.qk-info thead td{ font-weight:bold; background:#f6f6f6;}
.related-qk{ margin-top:20px;}
.related-qk-item{width:calc((100% - 100px) / 6); margin-right:20px; margin-top:20px;}
.related-qk-item-img{border:#eaeaea solid 1px; padding:15px; cursor:pointer;}
.related-qk-item-img img{width:100%;}
.related-qk-item-tit{ margin-top:15px;}
.related-qk-item-tit a{color:#2659a8; font-size:16px;}
.related-qk-item-tit a:hover{color:#2088e3;}
.related-qk .related-qk-item:nth-child(6n){margin-right:0; }
.related-qk-item:hover .related-qk-item-img{ background:#eaeaea;}


/*查重服务*/
.deerchecking-text,.deerchecking-img,.cc-report-text,.cc-report-img{width:calc((100% - 50px) / 2); }
.deerchecking-img img,.cc-report-img img{ width:100%;}
.deerchecking-title{ font-size:38px; font-weight: bold; color: #2088e3;}
.deerchecking-ctitle{ font-size:24px; color: #ff8400; margin-top: 10px;}
.deerchecking-con{ font-size:18px; line-height:1.8; margin-top:20px;}
.deerchecking-more{margin-top:30px; height:35px;}
.deerchecking-more a{ background: #0e357f; border-radius:5px; color:#FFFFFF; font-size:18px; padding:13px 30px; margin-right:15px;}
.deerchecking-more a:nth-child(2){ background: #ff8400;}
.deerchecking-more a:hover{opacity: 0.8;}
.page-info2{ padding:50px 0; background:#FFFFFF;}
.page-info4{ padding-top:50px; background:#FFFFFF;}
.relation{ padding-top:30px;}
.relation-item{border-radius:5px; margin-top:20px; border:#dde1e7 solid 1px;}
.relation-item-img{ width:250px; background:#f0f9ff;}
.relation  .relation-item:nth-child(2) .relation-item-img{ background:#FFFBF1;}
.relation-item-img img{width:210px;}
.relation-item-text{width:calc(100% - 250px); background:url(../images/introR_item_bg.png) right top no-repeat; padding:30px;}
.relation-text-item{margin-top:20px; width:calc(100% - 150px);}
.relation-text-item span{color: #7b838b;}
.relation-text-item p{color:#232323;}
.relation-item-text .relation-text-item:first-child{margin-top:0;}

.deerchecking-lc,.cc-system{ margin-top:30px;}
.deerchecking-lc-item{width:calc(100% / 3);background:url(../images/vector.png) left center no-repeat;  background-size:cover; margin-top:20px; padding:25px 0; text-align:center;  }
.deerchecking-lc-item:hover{background:url(../images/vector-hover.png) left center no-repeat; color:#FFFFFF;  background-size:cover; margin-top:20px; padding:25px 0; }
.deerchecking-lc-item:hover .deerchecking-lc-con{color:#FFFFFF;}
.deerchecking-lc .deerchecking-lc-item:nth-child(3n){ margin-right:0;}
.deerchecking-lc-title{ font-size:16px; line-height:30px;}
.deerchecking-lc-title span{ font-size:28px; font-weight:bold; margin-right:5px; line-height:30px;}
.deerchecking-lc-con{color: #7b838b; margin-top:10px;}
.cc-system-item{border-radius:5px; margin-top:20px; border:#dde1e7 solid 1px; background:#f2f2f7;}
.cc-system-item-img{ width:250px; background:#fff;}
.cc-system-item-img img{width:210px;}
.cc-system-item-text{width:calc(100% - 250px); padding:20px 30px;}
.cc-system-text-title{ font-size:20px; font-weight:bold;}
.cc-system-text-title span{ color:#FF0000;}
.cc-system-text-con{ margin-top:20px;}
.cc-system-text-con span{ color:#999999; line-height:1.8;}


.cc-report{ margin-top:50px;}
.cc-report-title{ font-size:20px;}
.cc-report-con{ margin-top:20px; font-size:16px; line-height:1.8;}
.cc-faq-item{margin-top:20px;}
.cc-faq-item-title{line-height:25px;}
.cc-faq-item-tit{
    position: relative;
    font-size: 16px;
    color: #fff;
    padding: 3px 8px;
    border-radius: 3px;
    background-color: #ce3129;
    margin-right:10px; 
}
.cc-faq-item-tit:after {
    content: "";
    border-color: #ce3129 transparent transparent #ce3129;
    border-style: solid;
    border-width: 6px;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -3px;
}

.cc-faq-item-con{
    background-color: #fff8f8; 
	margin-top:10px;
    color: #262626;
    line-height:1.8;
    padding:15px
}
.jc-list{ margin-top:50px;}
.jc-item{ width:200px; border:#e2e5ee solid 1px; border-radius:15px; }
.jc-item-img1{ padding:10px;}
.jc-item-img1 img{width:100%;}
.jc-item-title{ color:#FFFFFF; background:#4688ff; font-size:18px; border-radius:0 0 15px 15px; text-align:center; padding:15px 0; }
.jc-jt{width: calc((100% - 200px * 5) / 4); text-align:center;}
.jc-jt img{ width:30px;}
.jc-item-img{ padding:20px;}
.jc-item-wimg{border-radius:100%; padding:40px; border:#4688ff solid 1px; text-align:center;  }
.jc-item-wimg img{ width:100%;}
.jc-text{ margin-top:30px; line-height:1.8; font-size:16px;}
.jc-text strong{ color:#FF0000;}

.ys-l,.ys-r{width: calc((100% - 500px) / 2); display: flex; flex-direction: column;}
.ys-m{ width:500px; padding:0 25px;}
.ys-m img{width:100%;}


.jc-ys-item{ background:#FFFFFF; padding:20px  25px; position: relative; margin-top:50px; }
.jc-ys-item .jc-ys-item-img{ width:100px; }
.jc-ys-item .jc-ys-item-wimg{ width:100px; border-radius:100%; padding:20px; border:#4688ff solid 1px; }
.jc-ys-item .jc-ys-item-wimg img{width:100%;}
.jc-ys-item .jc-ys-item-text{ margin-left:25px; width: calc(100% - 125px); }
.jc-ys-item .jc-ys-title{ font-weight:bold; font-size:20px;}
.jc-ys-item .jc-ys-con{ color:#b399a6; margin-top:10px;}
.jc-case { margin-top:20px;}
.jc-case-item{background:#f2f2f7; margin-top:30px;}
.jc-case-item-img{ width:50%;}
.jc-case-item-img img{ width:100%;}
.jc-case-item-text{ padding:0 30px; width:50%;}
.jc-case-item-title{font-size: 20px;font-weight: bold;color: #2088e3;}
.jc-case-item-con{ margin-top:10px; line-height:1.8;}
.jc-case .jc-case-item:nth-child(2n){flex-flow: row-reverse wrap;}

.jc-evaluate{ padding-top:20px;}
.jc-evaluate-item{
    margin-top:30px;
    padding: 32px;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.3);
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
.jc-evaluate-item p{ margin-bottom:10px;}
.jc-evaluate-item p span:first-child{ margin-right:20px;}
.jc-evaluate-item p a{ text-decoration:underline;}
.jc-evaluate-item p:last-child{ margin-bottom:0;}

/*翻译润色*/
.page-fy{background:url(../images/fy_bj.jpg) center center no-repeat;  background-size:cover; padding:50px 0; color:#FFFFFF;}
.fy-tit{ font-size:24px; font-weight:bold;}
.fy-xm-item{background:url(../images/sucess.png) left no-repeat no-repeat; line-height:35px; font-size:18px; padding-left:50px; width: calc(100% / 3); margin-top:20px; }
.fy-service-text{margin-top:30px; line-height:1.8; font-size:16px; text-align:center;}
.fy-service-support{ margin-top:50px;}
.fy-service-support-img{ width:410px;}
.fy-service-support-img img{ width:100%;  border-radius:5px;}
.fy-service-support-text{width: calc(100% - 460px); }
.service-support-item-img{ width:30px; padding-top:10px;}
.service-support-item-text{width: calc(100% - 30px);}
.fy-service-support-text .fy-service-support-item{ margin-bottom:20px;}
.fy-service-support-text .fy-service-support-item:last-child{ margin-bottom:0;}
.service-support-item-title{ line-height:41px;}
.service-support-item-title .support-item-title{ font-size:20px;}
.service-support-item-title .support-item-title img{ height:40px;}
.service-support-item-title a{color: #0056D2; font-weight:bold;}
.service-support-item-title a span{ font-size:14px; margin-left:5px;}
.service-support-item-con{ font-size:16px; color:#333; margin-top:10px; line-height:1.5;}
.fy-service-support-more{ padding-top:50px; text-align:center;}
.fy-service-support-more a{ background: #0e357f; border-radius:5px; color:#FFFFFF; font-size:18px; padding:13px 30px; }
.fy-service-support-more a:hover{opacity: 0.8;}

.fy-project-title{ text-align:center; font-size:16px; margin-top:30px; color:#666666;}
.fy-project-subtitle{text-align:center; margin:15px 0; }
.fy-project-subtitle span{ display:inline-block; position:relative; font-weight:bold; font-size:18px; padding-left:20px; margin-right:20px;}
.fy-project-subtitle span::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #333;
    position: absolute;
    left:0;
    top: 50%;
    transform: translateY(-50%);
}
.fy-project-item{width: calc((100% - 60px) / 3); margin-right:30px;  display: flex; flex-direction: column; margin-top:30px;}
.fy-project .fy-project-item:last-child{margin-right:0;}
.fy-project-item-text{ background:#fff; box-shadow: 0 4px 10px 0 rgba(0,0,0,.3); width:100%; padding:30px 0 20px; text-align:center;}
.fy-project-ititle{font-size: 34px; color: #087F89; margin-bottom:20px;}
.fy-project-icon{ font-size:18px; color:#333; padding:0 30px;}
.fy-project-iprice{ font-weight:bold; margin-top:20px; font-size:24px;} 
.fy-project-icate{ line-height: 50px; background: #C9E4E7; margin-top: 20px; font-size:18px; color: #087F89; }
.fy-project-icon2{ text-align:left; margin:30px 20px; }
.fy-project-icon2-item{background:url(../images/dui.png) left 5px no-repeat; padding-left:25px; font-size:16px; margin-top:10px; color:#333; line-height:1.5; }
.fy-project-icon2 .fy-project-icon2-item:first-child{ margin-top:0;}
.fy-project-icon3{border-top: 1px solid #EBEBEB; margin:auto 15px; text-align:center;}
.fy-project-icon3-tit{color: #0056D2; margin:15px 0; font-size:24px;}
.fy-project-icon3-text{font-size: 16px; color:#333; line-height:1.5; margin-bottom:15px; }
.fy-project-more{ padding:0 20px;}
.fy-project-more a{background: #0e357f; border-radius:5px; color:#FFFFFF; font-size:18px; display:block; padding:10px 0;}
.fy-project-more a:hover{opacity: 0.8;}
.fy-project .fy-project-item:nth-child(2) .fy-project-ititle{color:#CD6707;}
.fy-project .fy-project-item:nth-child(2) .fy-project-icate{ background-color: #FAE6D4; color:#CD6707;}
.fy-project .fy-project-item:nth-child(3) .fy-project-ititle{color:#6A1AD4;}
.fy-project .fy-project-item:nth-child(3) .fy-project-icate{ background-color: #D6CFF0; color:#6A1AD4;}
.fy-project-tips{ text-align:center; padding-top:50px; font-size:16px;  color:#666666;}

.fy-case{margin-top:50px;}
.fy-case-item{ margin-right:30px; width:240px; background: #0083f4; border-radius:5px; cursor:pointer;}
.fy-case-item .pic img{ width:100%;}
.fy-case .fy-case-item:nth-child(2){background: #2566ff;}
.fy-case .fy-case-item:nth-child(2){background: #2654cd;}
.fy-case .fy-case-item:last-child{margin-right:0;}
.fy-case .fy-case-item.current{width: calc(100% - 540px);}
.fy-case-big{ display:none; background:#FFFFFF; padding:20px 0 20px 20px; position:relative;}
.fy-case-big .big-text{position: absolute; left:20px; top:20px;}
.fy-case-small{ color:#FFFFFF; padding:20px 0 20px 20px;}
.fy-case-small h2,.fy-case-big .big-text h2{font-size: 24px; font-weight:bold;}
.fy-case-small p{margin-bottom: 30px; opacity: 0.75;}
.fy-case-big .big-text p{ color:#999999;}
.fy-case .fy-case-item.current .fy-case-big{ display:block;}
.fy-case .fy-case-item.current .fy-case-small{ display:none;}
.fy-territory{ padding-top:20px;}
.fy-territory-item{width: calc((100% - 540px) / 4); margin-right:180px; text-align:center; margin-top:30px; }
.fy-territory-item-img img{ width:100%;}
.fy-territory .fy-territory-item:nth-child(4n){margin-right:0;}
.fy-territory-item-title span{ font-weight:bold; font-size:18px;}
.fy-territory-item-title,.fy-territory-item-ctitle{font-size:16px; line-height:1.8;}
.fy-process{ text-align:center; font-size:16px;line-height:1.8; padding-top:50px;}
.fy-process img{ width:100%;}

.fy-institution-con{ text-align:center; padding:30px 0 20px;}
.fy-institution-item{width: calc((100% - 200px) / 6); margin-right:40px; text-align:center; margin-top:30px; }
.fy-institution .fy-institution-item:nth-child(6n){margin-right:0;}


.gift-info{padding:25px 0;}
.gift-item{width: calc((100% - 50px) / 2); border:#fd5529 solid 1px; position:relative;}
.gift-item-title{border-radius:5px; background:#fd5529; color:#FFFFFF; width:160px; margin-top:-22px; margin-left:30px; padding:10px 0; font-size:18px;}
.gift-item-title .icon-liwuyaoqinghaoyou{ font-size:24px; margin-right:5px;}
.gift-item-con{padding:30px;}
.con1{color: #333;font-size: 14px;line-height: 24px; margin-bottom:20px;}
.con1 .money,.con2-text-item .money{
    color: #ff754e;
    font-size: 24px;
    font-style: italic;
    margin: 0 8px;
}
.con2{margin-bottom:30px;}
.con2-text-item{
    color: #333;
    font-size: 14px;
    height: 24px;
	margin-top: 40px
}
.con2-img{ width:200px;}
.con2-text{width: calc(100% - 200px);}
.gift-item-kf{border-radius:25px;  border:#fd5529 solid 1px; background:#FFFFFF; font-size:20px; letter-spacing:4px; color:#fd5529; padding:10px 25px; position:absolute; bottom:-22px; left:50px;}
.ky-cate-title{ text-align:center; font-size:28px; position:relative; padding-bottom:15px; margin-bottom:30px;}
.ky-cate-title::before {
    content: "";
    display: block;
    width: 36px;
    height: 4px;
    background:#2088e3;
    position: absolute;
    left:50%; 
	margin-left:-18px;
    top: 100%;
}
.ky-prestore-text{ font-size:16px; line-height:1.8;}
.ky-prestore-text td{ padding:10px;}
.ky-prestore-title{ margin-top:20px; font-size:18px; font-weight:bold; color:#2088e3;}

.scholarship-big-title{ font-size:36px; font-weight:bold;}
.scholarship-item{ margin-top:30px;}
.scholarship-cate-title{font-size:28px;}
.scholarship-aitem{ background:#4288f8; color:#FFFFFF; font-size:18px; margin-right:30px; padding:15px 10px;  line-height:20px; margin-top:20px; }
.scholarship-aitem .icon-xiazai-wenjianxiazai-16{ margin-right:5px; font-size:24px; line-height:20px;}
.scholarship-blist{ padding-top:10px;}
.scholarship-bitem{margin-top:15px; font-size:18px;}
.scholarship-bitem .icon-fujian{ color:#ffd767; margin-right:5px; font-size:18px; }
.ky-package{ margin-top:30px;}
.package-tab{ margin-top:20px;}
.package-tab-item{ background:#f7f5f6; margin-right:20px; padding:10px 20px; font-size:16px;  border-radius:5px; border:#f7f5f6 solid 1px; cursor:pointer;}
.package-tab-item.active{ border:#2088e3 solid 1px; color:#2088e3;}
.package-item{ border-bottom:#CCCCCC solid 1px; margin-top:10px; padding-bottom:10px;}
.down_bth{ width:100px;}
.down_bth a{border:#2088e3 solid 1px; color:#2088e3; padding:10px 20px; font-size:16px; border-radius:5px;  }
.package-title{width: calc(100% - 200px);}
.package-title .icon{ width:60px; margin-right:10px;}
.package-tit{width: calc(100% - 70px);}
.package-tit a{position:relative; font-size:18px; padding-left:15px;}
.package-tit a::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #333;
    position: absolute;
    left:0;
    top: 11px;
    transform: translateY(-50%);
}
.package-middle{ padding-top:20px;}
.package-content{ display:none;}
.package-content.active{ display:block;}


/*SCI论文推荐投稿*/
.deerchecking-con .recommended-awz{background:url(../images/sucess.png) left center  no-repeat; background-size:20px 20px; padding-left:30px; font-size:18px; line-height:1.8;}
.recommended-submission-crowd{
    padding:50px 30px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	border-radius:10px;
}
.tougao-crowd-list{margin-top:30px;}
.tougao-crowd-list .tougao-crowd-item{width:calc((100% - 90px) / 4); margin-right:30px; margin-top:20px;}
.tougao-crowd-item-tit{ font-size:18px; font-weight:bold; line-height:1; margin-bottom:20px;}
.tougao-crowd-list .tougao-crowd-item .tougao-crowd-item-con{ border-left:#ae9fe1 solid 3px; padding-left:8px;}
.tougao-crowd-list .tougao-crowd-item:nth-child(2) .tougao-crowd-item-con{ border-left:#ffdc68 solid 3px;}
.tougao-crowd-list .tougao-crowd-item:nth-child(3) .tougao-crowd-item-con{ border-left:#50caae solid 3px;}
.tougao-crowd-list .tougao-crowd-item:nth-child(4) .tougao-crowd-item-con{ border-left:#cfa6a1 solid 3px;}
.recommended-tougao-text{ text-align:center; margin-top:30px; line-height:1.8; font-size:16px;}
.tougao-crowd-list .tougao-crowd-item:last-child{margin-right:0; }
.recommended-tougao-lc-list{ margin-top:30px;}
.recommended-tougao-lc-list .tougao-lc-item{width:calc((100% - 120px) / 5);  margin-top:20px; text-align:center;}
.tougao-lc-item-jt{
    width: 30px;
    text-align: center;
}
.tougao-lc-item-tit{font-size:18px; font-weight:bold; line-height:1; margin:10px auto 20px;}
.qt-service{ margin-top:20px;}
.qt-service .qt-service-item{width:calc((100% - 30px) / 2); margin-right:30px; margin-top:30px; background:#FFFFFF url(../images/001.png) 20px 10px no-repeat; box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);  }
.qt-service .qt-service-item:nth-child(2n){margin-right:0; }
.qt-service .qt-service-item:nth-child(2){ background:#FFFFFF url(../images/002.png) 20px 10px no-repeat;}
.qt-service .qt-service-item:nth-child(3){ background:#FFFFFF url(../images/003.png) 20px 10px no-repeat;}
.qt-service .qt-service-item:nth-child(4){ background:#FFFFFF url(../images/004.png) 20px 10px no-repeat;}
.qt-service-item-text,.qt-service-item-img{ width:50%;}
.qt-service-item-img img{ width:100%;}
.qt-service-item-text{ padding:30px 20px; position:relative;}
.qt-service-item-title{font-size:26px; line-height:1; margin-bottom:20px;}
.qt-service-item-con{ font-size:18px; line-height:30px;}
.qt-service-item-more{ position:absolute; z-index:2; left:20px; bottom:30px;}
.qt-service-item-more a{color: #0056D2;}
.qt-service-item-more .aservice-title{font-size: 16px; font-weight:bold; margin-right:5px; }
.qt-service-item-more .icon-jiantou_you{font-size: 10px !important;}

.recommended-tougao-title{ font-size:30px; text-align:center; font-weight:bold;}
.iwarn{ width:40px; margin-right:5px;}
.recommended-tougao-con{text-align:center; font-size:16px; padding-top:20px; }
.recommended-tougao-efficiency{ margin-top:50px;}
.tougao-efficiency-img{ width:28%;}
.tougao-efficiency-text{ width:calc(72% - 30px);}
.tougao-efficiency-faq{padding:0 20px;}
.tougao-efficiency-faq-item{ background:#f6f6fb; margin-top:10px; padding:15px 20px; cursor:pointer;}
.tougao-efficiency-faq-item .tougao-efficiency-faq-middle{ display:none; color:#7d7d7d; padding-top:15px; font-size:14px;}
.efficiency-faq-it{ width:60%; font-size:18px; font-weight:bold;}
.efficiency-faq-ic{ width:calc(40% - 30px); font-size:18px; font-weight:bold;}
.tougao-efficiency-faq-item .efficiency-faq-it{ font-size:16px; color:#113dcd;}
.tougao-efficiency-faq-item .efficiency-faq-ic{ font-size:16px;}
.efficiency-faq-icon{ background:url(../images/plus-icon.svg) left center no-repeat; width:30px;}
.tougao-efficiency-faq-item.current .efficiency-faq-icon{background:url(../images/minus-icon.svg) left center no-repeat; }
.tougao-efficiency-faq-item.current .tougao-efficiency-faq-middle{ display:block; }
.qt-service-more{margin-top:30px; height:35px; text-align:center;}
.qt-service-more a{ background: #0e357f; border-radius:5px; color:#FFFFFF; font-size:18px; padding:13px 30px; }
.qt-service-more a:hover{opacity: 0.8;}

/*期刊精选*/
.choice-apply-list{ margin-top:20px;}
.choice-apply-list .choice-apply-item{width:calc((100% - 60px) / 3); margin-right:30px; margin-top:30px; position:relative;}
.choice-apply-list .choice-apply-item:nth-child(3){margin-right:0; }
.choice-apply-item .choice-apply-item-img img,.matching-service-img img{ width:100%;} 
.choice-apply-item-text{ position:absolute; left:0; bottom:0; z-index:1; width:100%; background: rgba(0, 0, 0, 0.4); padding:10px; color:#FFFFFF;}
.choice-apply-item-tit{ font-size:18px; margin-bottom:10px; font-weight:bold;} 
.choice-apply-item-con ul li{ list-style:none; line-height: 22px;}
.choice-apply-item-con ul li span {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    margin-right: 8px;
}
.matching-service{ margin-top:50px;}
.matching-service-text{ width:60%;}
.matching-service-img{width:calc(40% - 50px); }
.matching-service-item{background:url(../images/dui.png) left 5px no-repeat; padding-left:25px; margin-top:25px;}
.matching-service .matching-service-item:first-child{ margin-top:0;}
.matching-service-item-tit{ font-size:20px; line-height:1; margin-bottom:15px;}
.matching-service-item-con{ font-size:16px; line-height:1.5; }

/*SCI论文语言改写服务*/
.rewrite-list,.chart-scope,.chart-service-substance,.auxiliary-materials,.why-formatting,.recommended-service-list{ margin-top:20px;}
.rewrite-list .rewrite-item{width:calc((100% - 60px) / 3); margin-right:30px; margin-top:30px; background:#fff; box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1); padding:20px;  }
.rewrite-list .rewrite-item:nth-child(3){margin-right:0; }
.rewrite-item-img img{ width:100%;}
.rewrite-item-con{ margin-top:20px; font-size:16px; line-height:1.5;}
.rewrite-price-c{ margin-top:50px;}
.rewrite-price td{padding:8px;}
.rewrite-price td.th-title{ color:#FFFFFF; font-size:18px; font-weight:bold; background:#3b5998; padding:8px 0;}
.tss td{background:#d9e5ff;}

/*图表编辑*/
.chart-service{ margin-top:50px;}
.chart-service-img{ width:32%;}
.chart-service-img img,.chart-service-item-img img,.chart-scope .chart-scope-item img{width:100%;}
.chart-service-item{ margin-top:30px;}
.chart-service-text .chart-service-item:first-child{ margin-top:0;}
.chart-service-text{width:60%; }
.chart-service-item-img{width:70px; margin-right:20px;}
.chart-service-item-text{width:calc(100% - 90px); font-size:20px; line-height:1.6; }
.chart-scope .chart-scope-item{width:calc((100% - 90px) / 4); margin-right:30px; margin-top:30px; }
.chart-scope .chart-scope-item:nth-child(4),.chart-service-substance .service-substance-item:nth-child(3){margin-right:0; }
.chart-service-substance .service-substance-item{width:calc((100% - 80px) / 3); margin-right:40px; margin-top:30px; border-left:#a596d8 solid 4px; background:#f5f7fa; padding:20px; }
.chart-service-substance .service-substance-item:nth-child(2){border-left:#eacb66 solid 4px;}
.chart-service-substance .service-substance-item:nth-child(3){border-left:#4bbda6 solid 4px; }
.service-substance-item-tit{ font-size:20px; margin-bottom:20px;}
.service-substance-item-con{ font-size:16px; line-height:1.5;}

/*SCI论文写作辅助材料*/
.auxiliary-materials .auxiliary-materials-item{width:calc((100% - 60px) / 3); margin-right:30px; margin-top:30px; padding:15px; border:#CCC solid 1px; }
.auxiliary-materials .auxiliary-materials-item:hover{border: 1px #3b5998 solid; box-shadow: 2px 2px 4px #CCC;}
.auxiliary-materials .auxiliary-materials-item:nth-child(3n){margin-right:0; }
.auxiliary-materials-item-img img{ width:100%;}
.auxiliary-materials-item-text{ padding-top:20px;}
.auxiliary-materials-item-title{ text-align:center; font-size:20px; font-weight:bold; margin-bottom:20px;}
.auxiliary-materials-item-con{ font-size:16px; line-height:1.5;}
.auxiliary-materials-item-more{ padding-top:20px; text-align:center; height:52px; }
.auxiliary-materials-item-more a{ padding:7px 15px; border: 1px solid #3b5998; color:#3b5998;}

/*期刊格式排版*/
.why-formatting .why-formatting-item{width:calc((100% - 90px) / 4); margin-right:30px; margin-top:30px;  text-align:center;}
.why-formatting .why-formatting-item:nth-child(4n){margin-right:0; }
.why-formatting-item-title{ font-size:20px; font-weight:bold; margin:20px 0 15px;}
.why-formatting-item-con{ font-size:16px; line-height:1.5;}
.formatting-price td{padding:8px;}
.tsf td{ color:#FFFFFF; font-size:18px; background:#e29a9a;}
.tsf td:nth-child(2){background:#dfbbb3;}
.tsf td:nth-child(3){background:#a3cdcb;}

/*期刊推荐*/
.recommended-service-list .recommended-service-item{width:calc((100% - 90px) / 4); margin-right:30px; margin-top:30px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1); position:relative; padding-bottom:55px;}
.recommended-service-list .recommended-service-item:nth-child(4n){margin-right:0; }
.recommended-service-tit{ background:#ededfe; text-align:center; font-size:20px; font-weight:bold; line-height:1; padding:20px 0;}
.recommended-service-con{ padding:15px 20px; line-height:1.7;}
.recommended-service-con ol {
    padding-left: 2em; 
	margin-top:10px;
}
.recommended-service-con ol li {
    list-style: disc;
}
.recommended-service-more{text-align:center; position:absolute; z-index:2; left:0; bottom:25px; width:100%; }
.recommended-service-more a{ padding:8px 20px; color:#fff; background: #f88c6f; border-radius: 18px;}

/*论文预审*/
.individuation-list,.convenient-list{margin-top:20px;  }
.individuation-list .individuation-item{width:calc((100% - 90px) / 4); margin-right:30px; margin-top:30px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1); position:relative; padding:25px; cursor:pointer;}
.individuation-list .individuation-item:nth-child(4n){margin-right:0; }
.individuation-item-i{font-size: 21px;font-weight: bold; line-height:34px; margin-left:5px;}
.individuation-item-con{ padding-top:20px; line-height:1.7;}
.individuation-list .individuation-item:hover{box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2); }
.individuation-list .individuation-item:hover .individuation-item-i{ color:#10a9dc;}
.convenient-list .convenient-item{width:calc((100% - 90px) / 4); margin-right:30px; margin-top:30px; text-align:center;}
.convenient-list .convenient-item:nth-child(4n){margin-right:0; }
.convenient-item-tit{font-size:20px; font-weight:bold; padding-top:15px;}
.convenient-item-con{ font-size:16px; padding-top:15px;}

/*期刊投稿协助*/
.assistance-strength-text{width:60%; }
.assistance-strength-title{font-size:18px; line-height:22px; font-weight:bold; background:url(../images/ys_icon.png) left center no-repeat; padding-left:30px;}
.assistance-strength-itext{font-size:16px; padding-left:30px; margin-top:15px;}
.assistance-strength-item{ margin-top:30px;}
.assistance-strength-text .assistance-strength-item:first-child{margin-top:0;}
.assistance-feature-item{ background:#FFFFFF; padding:25px; margin-top:40px;}
.assistance-feature-title{ margin-left:20px;}
.assistance-feature-c{ margin-top:20px; font-size:16px; line-height:1.5;}
.assistance-feature-c ul li{ list-style:none; margin-left:20px;}
.icon-tips{width: 20px;height: 20px; margin-right:20px;background-color: #ef873a;}
.feature-price{ margin-top:20px;}
.feature-price  td{padding:8px 8px; border:#ccc solid 1px;}
.feature-price .tss td{background:#1787d3; color:#FFFFFF;}

.assistance-feature-witem{width:calc((100% - 50px) / 2); }
.w-text{ margin:10px 0;}
.w-text-item{background: #e1e2e3; padding:8px 20px;}
.w-text-item .b{ color:#1787d3;}
.w-text .w-text-item:nth-child(2n){ background:#FFFFFF;}




@media (max-width: 1800px) {
.head-menu-item a.nav-link{margin-right:0;}
} 
@media (max-width: 1650px) {
 .head-r{ display:none;}
 .m-navbth{ display:block;}
 .m-navbth {
    position: relative;
    display:block;
    width: 30px;
    height: 25px; 
    margin-top:0; 
	margin-right:20px;
   }
 .m-navbth a {
 display:block;
 width: 30px;
 height: 25px;
 position:relative;
}
.m-navbth span {
 display:block;
 width:30px;
 height:2px;
 background:#fff;
 transition:transform .5s ease
}
.m-navbth .menu_top {
 position:absolute;
 top:2px;
 right:0
}
.m-navbth .menu_mid {
 position:absolute;
 top:9px;
 right:0;
 opacity:1
}
.m-navbth .menu_bot {
 position:absolute;
 top:16px;
 right:0
}
.m-navbth span.menu_top_r {
 transform:rotateZ(-45deg);
 transform-origin:center
}
.m-navbth .menu_mid_r {
 opacity:0
}
.m-navbth .menu_bot_r {
 transform:rotateZ(45deg);
 transform-origin:center
} 
}
@media (max-width: 1450px) {
   .wrapper-fluid,.wrapper{width:94%;}
}








