<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";
/* 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;}
input,select,option,textarea{outline: none;}
h3,h4 { font-weight: normal;}
i,em { font-style: normal;}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden }
.pr { position: relative;}
.fl { float: left;} .fr { float: right;}
a { color:#333; text-decoration:none;}
a:hover { color:#c00;}
.container { width: 1200px; margin: 0px auto;}
.p60 { padding: 60px 0px 20px;}
.p100 { padding: 100px 0px;}

	
/**/
.title { padding-top: 50px; text-align: center;}
.title label {
	font-size: 40px;
	line-height: 40px;
	display: inline-block;
	position: relative;
	color: #000;
	padding: 0px 20px;
	font-weight: bold;
	}

.title label font {
	color: #ed4343;
	display: inline-block;
	text-transform: uppercase;
	}
.title p {
	display: block;
	font-size: 24px;
	color: #717172;
	margin-top: 25px;
	}

.more { text-align: center;}
.more a {
    line-height: 50px;
    background: #2758be;
    border-radius: 30px;
    color: #ffe670;
	display: inline-block;
	font-size: 20px;
	padding: 0px 50px;
	margin: 50px auto;
	}
.more a:hover { background: #1a59db;}
/** banner **/


/***/
.head_logo {
	height: 108px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	}
.head_logo .hd_logo {
	display:inline-block;
	text-align: center;
	}
.head_logo .hd_logo a {
	height: 100%;
	display: block;
	}	
.head_logo .head_mag strong {
	font-size: 40px;
	}
.head_logo .head_mag a{
	display: inline-block;
	text-align: center;
	padding: 10px 40px;
	font-size: 18px;
	font-weight: bold;
	margin-left: 25px;
	background: #ffb502;
	box-shadow: 0px 3px 5px rgb(0,0,0,.15);
	border-radius: 4px;
	vertical-align: text-bottom;
	}

	
/****/
.gd_ban {
	width: 100%;
    height: 450px;
    background: url(/Specials/ztgnei/banner.jpg) center center no-repeat;
	background-size: cover;
	}
.gd_ban .container { position: relative; padding-left: 120px;}
.gd_ban h1 {
	font-size: 65px;
	color: #d52b1e;
	max-width: 760px;
	font-weight: bold;
	padding: 80px 0px 20px;
	}
.gd_ban a {
	display: inline-block;
	line-height: 60px;
	padding: 0px 50px;
	font-size: 24px;
	background: #fff;
	border: 1px solid #d52b1e;
	transition: all .3s linear;
	border-radius: 4px;
	}
.gd_ban a:hover {
	background: #d52b1e;
	color: #fff;
	transform:translateY(-5px);
	}
	
.gd_ban .bd_bg {
	position: absolute;
	width: 315px;
	display: inline-table;
	background: #fff;
	box-shadow: 0 0px 15px rgb(0,0,0,.17);
	border-radius: 4px;
	right: 0px;
	top: 44px;
	z-index: 5;
	}
.gd_ban .bd_bg h4 {
	font-size: 30px;
	color: #d52b1e;
	line-height: 40px;
	padding: 30px 0px 5px;
	display: block;
	text-align: center;
	}
.gd_ban .bd_bg p {
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	display: block;
	text-align: center;
	}
.gd_ban .bd_bg p font { color: #f00; margin-right: 5px;}
.bd_form_list {
	padding: 20px 10px;
	text-align: center;
	margin-bottom: 10px;
	}

.bd_form_list form { padding: 0px 10px;}
.bd_form_list form input {
	line-height: 43px;
	width: 100%;
	padding: 0px 10px;
	background: rgb(255,255,255,1);
	border: 1px solid #ccc;
	font-size: 12px;
	color: #333;
	outline: none;
	box-sizing: border-box;
	margin: 0px 0px 20px;
	border-radius: 4px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	}
input::-webkit-input-placeholder {color: #777;}

.bd_form_list select{
	background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
	width: 100%;
    height: 45px;
	font-size: 12px;
    color: #777;
    padding-left: 6px;
	outline: none;
	box-sizing: border-box;
	margin-bottom: 20px;
	}
.bd_form_list button {
	height: 45px;
	line-height: 45px;
	background: #ee2d1b;
	color: #fff;
	font-size: 18px;
	width: 100%;
	display: block;
	border-radius: 4px;
	cursor: pointer;
	}


/**sci审稿流程**/
.hmd_zt {
	display: flex;
	align-items: center;
    justify-content: space-between;
	margin: 50px 0px;
	}
.hmd_zt dl dd{
	background: #3f4e93;
	padding: 0px 10px;
	text-align: center;
	font-size: 18px;
	line-height: 80px;
	color: #fff;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: relative;
	margin: 5px 0px 5px 30px;
	}
.hmd_zt dl dd:after {
	content:"";
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 20px;
	background: url(/Specials/ztgnei/jt.png) 0 0 no-repeat;
	left: -40px;
	top: 50%;
	margin-top: -10px;
	}
.hmd_zt dl dd:nth-child(1):after { transform: rotate(-45deg); margin-top: 20px;}
.hmd_zt dl dd:nth-child(3):after { transform: rotate(45deg); margin-top: -40px;}
.hmd_zt h4 {
	position: relative;
	width: 100px;
	height: 100px;
	background: #3f4e93;
	box-shadow: 0px 0px 20px rgb(63,78,147,.5);
	border-radius: 50%;
	text-align: center;
	}
.hmd_zt h4 span{
	display: block;
	width: 100%;
	font-size: 20px;
	color: #fff;
	padding: 20px 15px;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	z-index: 5;
	}
.hmd_zt i {
	width: 20px;
	height: 10px;
	background: #3f4e93;
	position: relative;
	}
/*.hmd_zt i:after {
	content:"";
	position: absolute;
	display: inline-block;
	width:0;height:0;  
    line-height:0;  
    border-width:16px;  
    border-style:solid;  
    border-color: transparent #3f4e93 transparent transparent;
	left: -32px;
	top: 50%;
	margin-top: -16px;
	}*/
.hmd_zt i:before {
	content:"";
	position: absolute;
	display: inline-block;
	width:0;height:0;  
    line-height:0;  
    border-width:16px;  
    border-style:solid;  
    border-color: transparent transparent transparent #3f4e93;
	right: -32px;
	top: 50%;
	margin-top: -16px;
	}




.xs_list{
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
	margin: 30px 0px 60px;
	}
.xs_list li{
	margin: 10px 10px;
	width: calc(25% - 20px);
	text-align: center;
	background: #fafffd;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 30px 0px;
	cursor: pointer;
	}
.xs_list li:before {
	content:"";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -4px;
	height: 10px;
	background: url(/Specials/ztgnei/ico-1.png) no-repeat;
	background-size: contain;
	}
.xs_list li:hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    visibility: visible;
    animation-delay: 1.4s;
    animation-name: fadeInUp;
	}
.xs_list li a{
	display: inline-block;
	line-height: 36px;
	border-radius: 5px;
	background: #205b82;
	color: #fff;
	font-size: 14px;
	padding: 0px 30px;
	}
.xs_list li a:hover {
	background: #21b3f7;
	}
.xs_list li i {
	display: block;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #999;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	min-height: 32px;
	}
.xs_list h4 {
	line-height: 40px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	}
.xs_list p {
	font-size: 14px;
	color: #868686;
	line-height: 22px;
	padding: 10px 10px;
	/*position: relative;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;*/
	}


	
/**论文推荐**/
.lc_bg {
	width: 100%;
	background: #f7f1ec;
	}
.lc_bg .main_box_list li a { color: #333;}
.lc_bg .main_box_list li a:hover { color: #f00;}
.lc_more {
	display: block;
	text-align: center;
	padding: 30px 0px 40px;
	}
.lc_more a {
	display: inline-block;
	background: #ffe670;
	line-height: 50px;
	padding: 0px 50px;
	font-size: 20px;
	border-radius: 30px;
	margin: 0px 50px;
	color: #193777;
	}
.lc_more a:hover { background: #f9e64f;}



	
.sp_f8 { background: url(/Specials/ztgnei/p-bg.jpg) center center no-repeat; background-size: cover; padding-bottom: 20px;}
.sp_f8 .title label { background: none; color: #fff;}
.sp_f8 .more a { background: #ffe670; color: #193777;}
.sp_f8 .more a:hover { background: #f9e64f;}
	
/**文章***/
.main_box_list {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	margin-top: 30px;
	}
.main_box_list li {
	width: 33.3334%;
	padding-right: 15px;
	}
.main_box_list li:nth-child(3n) { padding-right: 0px;}
.main_box_list li a {
	font-size: 16px;
	line-height: 40px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
	}
.main_box_list li a:hover { color: #ff0;}
.main_box_list li p {
	color: #777;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	}
.main_box_list li span {
	padding-top: 5px; 
	color: #999;
	display: block;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	}
	

/*预审评估*/
.rights ul {
    width: 100%;
    display: flex;
	justify-content: space-between;
	margin: 80px 0px;
	}
.rights ul li {
    margin: 0px 20px;
	width: calc(33.3334% - 40px);
    padding: 0 30px 20px;
	background: #fff url(/Specials/ztgnei/fw-1.jpg) right top no-repeat;
	background-size: 120px;
	box-shadow: 0px 0px 20px rgb(0,0,0,.1);
	transition: all .3s linear;
	border-radius: 4px;
	overflow: hidden;
	}
.rights ul li:hover {transform:translateY(-5px);}
.rights ul li:nth-child(2) { background-image: url(/Specials/ztgnei/fw-2.jpg); }
.rights ul li:nth-child(3) { background-image: url(/Specials/ztgnei/fw-3.jpg); }
.rights ul li h4 {
    display: block;
    font-size: 26px;
    font-weight: bold;
    color: #d52b1e;
    margin: 30px 0px 20px;
	}
.rights ul li p {
    font-size: 16px;
	line-height: 28px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
	}
.rights ul li span { text-align: right; display: block;}
.rights ul li span a {
	display: inline-block;
    background: #ffe670;
    line-height: 40px;
    padding: 0px 30px;
    font-size: 16px;
    border-radius: 30px;
    color: #193777;
	margin-top: 15px;
	}

/*预审团队*/
.ys_team ul {
    width: 100%;
    display: flex;
	justify-content: space-between;
	margin: 80px 0px 0px;
	}
.ys_team ul li {
    margin: 0px 20px;
	width: calc(25% - 40px);
	text-align: center;
	}
.ys_team ul li i {
	width: 100%;
	height: 125px;
	display: block;
	background: url(/Specials/ztgnei/1.jpg) center center no-repeat;
	background-size: cover;
	border-radius: 4px;
	margin-bottom: 15px;
	}
.ys_team ul li:nth-child(2) i { background-image:url(/Specials/ztgnei/3.jpg);}
.ys_team ul li:nth-child(3) i { background-image:url(/Specials/ztgnei/4.jpg);}
.ys_team ul li:nth-child(4) i { background-image:url(/Specials/ztgnei/2.jpg);}
.ys_team ul li h4 {
	font-size: 20px;
	font-weight: bold;
	padding: 0px 15px;
	}
.ys_team_btn {
	display: block;
	padding: 30px 0px;
	text-align: center;
	font-size: 20px;
	line-height: 100px;
	}
.ys_team_btn img {
	max-width: 100%;
	height: 100px;
	margin: 0px 15px;
	vertical-align: middle;
	}

/*服务流程*/
.fwlc {
	margin: 80px 0px 0px;
	height: 650px;
	background: url(/Specials/ztgnei/fwlc.png) center center no-repeat;
	background-size: contain;
	position: relative;
	}
.fwlc h3 {
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	z-index: 5;
	text-align: center;
	color: #000;
	}
.fwlc p {
	font-size: 22px;
	position: absolute;
	}
.fwlc .lw_p1 { top: 50px; left: 30%;}
.fwlc .lw_p2 { top: 115px; right: 15%;}
.fwlc .lw_p3 { bottom: 215px; right: 15%;}
.fwlc .lw_p4 { bottom: 0px; right: 30%;}
.fwlc .lw_p5 { bottom: 65px; left: 17%;}
.fwlc .lw_p6 { top: 255px; left: 12%;}

/******底部广告*****/
.foot_ban {
	width: 100%;
	background: url(/Specials/ztgnei/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: #fff;
	}
.footer .sp_foot_nav {
	display: block;
	text-align: center;
	padding: 20px 0px;
	}
.footer .sp_foot_nav a {
	display: inline-block;
	line-height: 15px;
	padding: 0px 5px;
	border-right: 1px solid #aaa;
	color: #666;
	}
.footer .sp_foot_nav a:hover { color: #f00;}
.footer .sp_foot_nav a:last-child { border-right: none;}

.foot_inner {
	line-height: 30px;
	text-align: center;
	color: #777;
	}



@media screen and (max-width:640px) {
	body { max-width: 415px;}
	.container { width: 100%;}
	.head_logo { height: 66px; padding: 0px 10px;}
	.head_logo .hd_logo img { max-width: 100%; height: 50px; }
	.head_logo .head_mag { text-align: right;}
	.head_logo .head_mag strong { font-size: 15px;}
	.head_logo .head_mag a { padding: 3px 25px; font-size: 14px;}
	
	.gd_ban { height: 145px; background-size: 130% auto; background-position: top; margin-bottom: 280px;}
	.gd_ban .container { padding: 0px 20px 0px 70px;}
	.gd_ban h1 { font-size: 20px; padding: 15px 0px 10px;}
	.gd_ban a { font-size: 16px; line-height: 34px; padding: 0px 20px;}
	.gd_ban .bd_bg { width: 94%; top: 145px; left: 3%; }
	.gd_ban .bd_bg h4 { padding: 15px 0px 0px;}
	.bd_form_list form input { line-height: 33px; margin: 0px 0px 10px;}
	.bd_form_list select { height: 35px; margin-bottom: 10px;}
	.bd_form_list button { height: 35px; line-height: 35px;}
	.bd_form_list { margin-bottom: 0px;}
	
	.title { padding-top: 20px;}
	.title label { font-size: 26px; }
	
	.hmd_zt { margin: 20px 0px;}
	.hmd_zt h4 { height: 46px; width: 46px; box-shadow: 0px 0px 10px rgb(63,78,147,.5);}
	.hmd_zt h4 span { font-size: 12px; padding: 0px 3px;}
	.hmd_zt i { width: 6px; height: 4px;}
	.hmd_zt i:before { border-width: 6px; right: -12px; margin-top: -6px;}
	.hmd_zt dl dd { width: 40px; height: 40px; line-height: 40px; line-height:40px; font-size: 12px; padding: 0px 2px; margin: 5px 0px 5px 20px;}
	.hmd_zt dl dd:after { width: 20px; height: 10px; background-size: contain; left: -20px;}
	
	.main_box_list { margin-top: 15px;}
	.main_box_list li { width: 100%; padding-left: 15px;}
	.main_box_list li a { line-height: 30px; font-size: 14px;}
	.lc_more { padding: 15px 0px 20px;}
	.lc_more a { font-size: 14px; line-height: 40px; padding: 0px 20px; margin: 0px 20px;}
	
	.rights ul { margin: 15px 0px 0px;}
	.rights ul li {margin: 0px 3px; width: calc(33.3334% - 6px); box-shadow: 0px 0px 10px rgb(0,0,0,.1); background-size: 60px; padding: 0px 5px 10px;}
	.rights ul li h4 { font-size: 16px; margin: 20px 0px 5px;}
	.rights ul li p { font-size: 12px; line-height: 18px;}
	.rights ul li span a { font-size: 12px; line-height: 30px; padding: 0px 15px; margin-top: 10px;}
	
	.ys_team ul { margin: 15px 0px 0px;}
	.ys_team ul li { margin: 0px 3px; width: calc(25% - 6px);}
	.ys_team ul li i { height: 60px; margin-bottom: 10px;}
	.ys_team ul li h4 { font-size: 14px; padding: 0px 5px;}
	.ys_team_btn img { height: 60px; margin: 0px 10px;}
	.ys_team_btn { font-size: 14px; line-height: 50px; padding: 20px 10px 0px;}
	
	.more a { font-size: 14px; line-height: 40px; padding: 0px 20px; margin: 15px 0px;}
	
	.fwlc { margin: 30px 0px 0px; height: 350px;}
	.fwlc h3 { font-size: 24px;}
	.fwlc p { font-size: 16px;}
	.fwlc .lw_p1 { top: 25px; left: 12%;}
	.fwlc .lw_p2 { top: 60px; right: 2%;}
	.fwlc .lw_p3 { bottom: 155px; right: 5%; width: 70px;}
	.fwlc .lw_p4 { right: 18%; width: 70px;}
	.fwlc .lw_p5 { bottom: 40px; width: 70px; left: 24%;}
	.fwlc .lw_p6 { top: 140px; width: 90px; left: 2%;}
	
	.foot_ban { padding: 0px 0px 20px;}
	.foot_b_b h4 { font-size: 18px; line-height: 40px;}
	.foot_b_b a { font-size: 16px; padding: 0px 60px;}
	
	.footer { padding: 0px 15px;}
	.foot_inner { font-size: 12px; line-height: 18px;}
	
	}
@media screen and (max-width:375px) {
	.gd_ban { background-size: 145% auto;}
	.ys_team ul li h4 { font-size: 12px;}
	.ys_team_btn img { height: 55px; margin: 0px 5px;}
	.fwlc .lw_p3 { right: 2%;}
	.fwlc .lw_p4 { right: 16%;}
	.fwlc .lw_p5 { left: 20%;}
	}
@media screen and (max-width:320px) {
	.head_logo .head_mag strong { font-size: 12px;}
	.gd_ban { background-size: 175% auto;}
	.hmd_zt h4 span { padding: 0px 0px;}
	.rights ul li h4 { font-size: 13px;}
	.ys_team_btn img { height: 44px;}
	.fwlc { height: 300px;}
	.fwlc p { font-size: 14px;}
	.fwlc .lw_p1 { left: 6%;}
	.fwlc .lw_p2 { top: 50px;}
	.fwlc .lw_p3 { bottom: 135px; width: 60px;}
	.fwlc .lw_p4 { right: 12%;}
	.fwlc .lw_p5 { bottom: 30px;}
	.fwlc .lw_p6 { top: 120px; width: 60px;}
	.foot_b_b h4 { font-size: 15px;}
	}



.pop_l {
	position: fixed;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	}
.pop_l ul {
	border-radius: 8px;
	width: 80px;
	
	}
.pop_l ul li {
	display: block;
	text-align: center;
	font-size: 15px;
	position: relative;
	margin-bottom: 10px;
	background: #2188b7;
	line-height: 18px;
	box-shadow: 0px 0px 10px #ddd;
	}
.pop_l ul li:hover { background: #1781b1}
.pop_l ul li:first-child { background: none; box-shadow: none;}
.pop_l ul li:first-child img{ max-width: 100%; }
.pop_l ul li a {
	display: block;
	height: 100%;
	padding: 10px 20px;
	color: #fff;
	}
.pop_l ul li:last-child { border-bottom: none;}
.pop_l ul li p {
	position: absolute;
	display: none;
	width: 125px;
	top: 0px;
	right: 85px;
	padding: 5px 5px;
	font-size: 13px;
	border: 1px solid #ddd;
	line-height: 18px;
	background: #fff;
	}
.pop_l ul li p img {
	display: block;
	max-width: 100%;
	}
.pop_l ul li:hover p { display: block;}</pre></body></html>