﻿@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	font-family:'PT Sans', sans-serif;
	-webkit-text-size-adjust:none;
	}
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 { -webkit-text-size-adjust:none;}
body {
	font-size:12px;
	font-family:"微软雅黑", Arial, Helvetica, sans-serif;
	background:#f6f6f6;
	color:#333;
	background:#fff;
	text-align:left; 
	line-height:20px; 
	overflow-x:hidden;
	}
ul,li {
	list-style:none;
	margin:0;
	padding:0;
	}
div,ul,dl,dd,dt,li,td,tr,table,p,span,h1,h2,h3,h4,h5,h6,form{ margin:0px;  padding:0px; list-style:none; list-style-type: none; word-wrap:break-word;position:relative; border:none;}
a {color:#333;text-decoration: none;position:relative;cursor:pointer;}
a:hover {color:#188395;}
header, footer, nav, section, article, menu, aside {  display:block;position:relative;  }/*页眉，页脚，导航，章节，文章，菜单，放在一边*/
img {border: 0;position:relative; max-width:100%;}
p { line-height:20px;}
h1,h2,h3,h4,h5,h6 { font-size:100%;}
.f12 { font-size: 12px; font-weight: normal; color: #999;}

.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
	}
.fl { float:left}
.fr { float:right}
.logo {
	height:55px;
	background:#0083c9;
	}
.logo .a1 {
	float:left;
	margin-left:3%;
	top:12px;
	}
.logo p {
	float:left;
	margin:0 3%;
	width:54%;
	color:#fff;
	line-height:18px;
	top: 18px;
	}
.logo a.a2 {right:2%;top:10px; float: right;}
.logo a.a2 img { max-height: 35px;}

#floatmain {
	display:none;
	position:fixed;
	background:url(../images/float_bg.png) repeat;
	z-index:100;
	right:-50%;
	top:0;
	height:100%;
	width:50%;
	}
#floatmain nav {
	width:100%;
	height:100%;
	overflow:auto;
	overflow-x:hidden;
	}
#floatmain nav a {
	right:-100%;
	display:block;
	width:100%;
	text-align: center;
	height:55px;
	line-height:55px;
	font-size:1em;
	color:#fff;
	border-bottom:1px solid #616161;
	}
#floatmain nav a span {
	padding-left:40px;
	width:65px;
	text-align:left;
	display:inline-block;
	background-repeat:no-repeat;
	background-position:left center;
	background-size:25px;
	}
#floatmain nav a.a1 span { background-image:url(../images/right_nav01.png);}
#floatmain nav a.a2 span { background-image:url(../images/right_nav02.png);}
#floatmain nav a.a3 span { background-image:url(../images/right_nav03.png);}
#floatmain nav a.a4 span { background-image:url(../images/right_nav04.png);}
#floatmain nav a.a5 span { background-image:url(../images/right_nav05.png);}
#floatmain nav a.a6 span { background-image:url(../images/right_nav06.png);}
#floatmain nav a.a7 span { background-image:url(../images/right_nav07.png);}
#floatmain nav a.a8 span { background-image:url(../images/right_nav08.png);}
#floatmain nav a i {
	width:8px;
	height:100%;
	background:#000;
	opacity:0.4;
	display:block;
	position:absolute;
	right:0;
	top:0;
	}

#floatmain nav a.sel { background:url(../images/darkbg.png) repeat;}
#floatmain nav a.sel i { background:#8d0808;opacity:0.5;}

.sreach {
	height:30px;
	z-index:50;
	width:100%;
	margin:1% 0;
	}

.sreach_c {
	width:100%;
	height:30px;
	float:left;
	}
.sreach_c form i {
	width:12px;
	height:12px;
	position:absolute;
	display:block;
	top:9px;
	left:2%;
	background:url(../images/sear.png) 0 0 no-repeat;
	z-index:99;
	}
.sreach_c form {
	width:98%;
	margin-left:1%;
	margin-right:1%;
	position:relative;
	}
.aw_link{
	display:block;
	height:28px;
	border:1px solid #c9c9c9;
	font-size:12px;
	text-align:center;
	line-height:28px;
	width:85%;
	}

.search-botton{
	width:15%;
	height:30px;
	background:#0083c9;
	border:0;
	cursor:pointer;
	position:absolute;
	top:0px;
	right:0px;
	z-index:99;
	color:#fff;
	text-align:center;
	display:inline-block;
	}

/*banner*/	
.banner {
	width:100%;
	margin-bottom:1%;
	}
.banner img {
	width:100%;
	height:140px;
	display:block;
	}

/*service*/
.index_nav { table-layout: fixed; width: 100%; border-collapse: separate; border-spacing: 5px; }
.index_nav dl { margin: 2% 0 0 0%;}
.index_nav dd { text-align: center; color: #fff; width: 22.5%; float: left; margin:0px 0% 2% 2%;}
.index_nav .td01 a { background-color: #1fbbdf; }
.index_nav .td02 a { background-color: #f4a230; }
.index_nav .td03 a { background-color: #f95b6a; }
.index_nav .td04 a { background-color: #546bde; }
.index_nav .td05 a { background-color: #57cd5f; }
.index_nav .td06 a { background-color: #f16223; }
.index_nav .td07 a { background-color: #a73594; }
.index_nav .td08 a { background-color: #477f38; }
.index_nav .td01 a { background-image: url(../images/about_ico01.png); }
.index_nav .td02 a { background-image: url(../images/about_ico02.png); }
.index_nav .td03 a { background-image: url(../images/about_ico03.png); }
.index_nav .td04 a { background-image: url(../images/about_ico04.png); }
.index_nav .td05 a { background-image: url(../images/about_ico05.png); }
.index_nav .td06 a { background-image: url(../images/about_btn03.png); }
.index_nav .td07 a { background-image: url(../images/about_btn07.png); }
.index_nav .td08 a { background-image: url(../images/about_btn05.png); }
.index_nav dd a { right: -500%; display: block; height: 35px; width: 100%; font-size: 1.1em; overflow: hidden; color: #fff; padding: 70px 0px 0px; text-align: center; background-repeat: no-repeat; background-position: center 20px; background-size: auto 40px; }

/*about*/
.about {
	width:100%;
	float:left;
	}
.about h4 {
	height:28px;
	line-height:28px;
	width:100%;
	font-size:15px;
	color:#990000;
	border-bottom:2px solid #ccc;
	margin-bottom:3%;
	}
.about h4 span {
	height:28px;
	border-bottom:2px solid #990000;
	display:inline-block;
	}
.about h4 i {
	width:2px;
	height:16px;
	display:inline-block;
	background-color:#990000;
	margin:6px 2%;
	float:left;
	}
.about p {
	width:96%;
	margin:0 2% 2%;
	text-indent:2em;
	font-size:13px;
	line-height:24px;
	}
	
/*lwmain*/
.lwmain {
	width:100%;
	margin-bottom:2%;
	}
.lwmain h4 {
	height:28px;
	line-height:28px;
	width:100%;
	font-size:15px;
	color:#990000;
	border-bottom:2px solid #ccc;
	margin-bottom:1%;
	}
.lwmain h4 span {
	height:28px;
	border-bottom:2px solid #990000;
	display:inline-block;
	}
.lwmain h4 i {
	width:2px;
	height:16px;
	display:inline-block;
	background-color:#990000;
	margin:6px 2%;
	float:left;
	}
.lwmain p {
	font-size:15px;
	line-height:34px;
	width:96%;
	margin:0 2%;
	}
.lwmain li {
	font-size:15px;
	line-height:34px;
	width:96%;
	margin:0 2%;
	border-bottom:1px dotted #ccc;
	}
.line {
	width:100%;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	line-height:26px;
	border-bottom:1px dotted #ccc;
	}
.line a { display:block;}
.dot {
	width:3px;
	height:3px;
	margin:15px 8px 0 0;
	display:block;
	overflow:hidden;
	float:left;
	background:#999;
	}
.dot2 {
	width:3px;
	height:3px;
	margin:9px 8px 0 0;
	display:block;
	overflow:hidden;
	float:left;
	background:#999;
	}
	
/*优势*/
.index_adv { width: 100%; border-collapse: separate; border-spacing: 5px; }
.index_adv h4 {
	height:28px;
	line-height:28px;
	width:100%;
	font-size:15px;
	color:#990000;
	border-bottom:2px solid #ccc;
	margin-bottom:1%;
	}
.index_adv h4 span {
	height:28px;
	border-bottom:2px solid #990000;
	display:inline-block;
	}
.index_adv h4 i {
	width:2px;
	height:16px;
	display:inline-block;
	background-color:#990000;
	margin:6px 2%;
	float:left;
	}
.index_adv dd { padding: 15px 0px 0px; vertical-align: top; width:33.3%; float: left;}
.index_adv dd a { display: block; width: 92%; min-height: 225px; line-height: 15px; text-align: center; font-size: 0.8em; padding:15% 4%; }
.index_adv dd a p { margin-top: 10px; }
.index_adv .co1 a { background-color: #2fa8bd;}
.index_adv .co2 a { background-color: #ff8a00;}
.index_adv .co3 a { background-color: #e2cb57;}
.index_adv .co4 a { background-color: #63d26b;}
.index_adv .co5 a { background-color: #fa6474;}
.index_adv .co6 a { background-color: #6a96ff;}

	
/*guild*/
.guild {
	width:96%;
	margin:3% 0 5% 2%;
	}
.guild p {
	width:16.5%;
	float:left;
	text-align:center;
	line-height:30px;
	}
.guild p img {
	width:60%;
	display:block;
	margin:0 auto;
	}

/***conimg***/
.conimg {
	margin-bottom:20px;
	padding:0 10px;
	}
.conimg p {
	text-align:center;
	font-size:13px;
	width:90%;
	margin:0 auto 20px;
	}
.conimg b {
	font-size:18px;
	color:#F00;
	padding-top:10px;
	display:block;
	}
.footer {
	width:100%;
	height:auto;
	display:block;
	text-align:center;
	color:#fff;
	padding:5% 0 0;
	}
.footer p {
	background:#0a2e4a;
	padding:10px 0;
	}
.footer p a { color: #fff;}
.fiexdbottom {
	width:100%;
	background:#a90300;
	position:fixed;
	bottom:0;
	z-index:99;
	}
.fiexdbottom a {
	float:left;
	width:21%;
	text-align:center;
	padding:2% 2%;
	display:inline-block;
	}
.fiexd_f { color:#fff;}

/*yincang*/
#header{text-align: center;color: #fff;position: relative;}
#header span.right{width: 29px;height: 29px;position: absolute;right: 5px;top: 5px;background:url(../images/nav_bg.png) no-repeat center center;background-size: 100%;
transform:rotate(0deg);
-ms-transform:rotate(0deg);     /* IE 9 */
-moz-transform:rotate(0deg);    /* Firefox */
-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
-o-transform:rotate(0deg);
-webkit-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
#header span.right.on{background: url(../images/btn.png) no-repeat center center;background-size: 85%;
transform:rotate(135deg);
-ms-transform:rotate(135deg);     /* IE 9 */
-moz-transform:rotate(135deg);    /* Firefox */
-webkit-transform:rotate(135deg); /* Safari 和 Chrome */
-o-transform:rotate(135deg);
-webkit-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;}
#header h1{font-size: 0.16rem;font-weight: normal;}
#header span.left{position:absolute;left:0;top:0;display: block;width: 0.44rem;height: 0.44rem;font-size: 0.14rem;padding-left:0.08rem;}

.menu{overflow: hidden;background-color: #990000;width: 100%;position:relative;left: 0;top: 0;right: 0;z-index: 9999;height: 0;
-webkit-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;}
.menu li{width: 49%;text-align: center; float:left;border-left: 0.01rem solid #7b0000; border-bottom: 0.01rem solid #7b0000;font-size: 0.10rem;height: 0.4rem;line-height: 0.4rem;}
.menu li a{color: #fff;display: inline-block;width: 100%;text-align: center; text-decoration:none;}

/*栏目页*/
.in_list_logo {
	width:100%;
	height:39px;
	border-bottom:1px solid #7b0000;
	background-color:#990000;
	}
.in_list_logo .logo_img {
	float:left;
	padding-top:5px;
	padding-left:3%;
	padding-right:3%;
	border-right:1px solid #7b0000;
	}
.in_list_logo p {
	width:74%;
	text-align:center;
	line-height:39px;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	
	}
.in_list_r {
	width:11%;
	height:35px;
	padding-top:5px;
	text-align:center;
	border-left:1px solid #7b0000;
	}

.in_list_cont {
	width:96%;
	margin:2% 2%;
	}
.in_list_cont h3 {
	height:34px;
	line-height:34px;
	width:100%;
	font-size:15px;
	background-color:#ccc;
	margin-bottom:1%;
	}
.in_list_cont h3 span {
	background-color:#990000;
	display:inline-block;
	color:#fff;
	padding:0 3%;
	}
.in_list_cont h3 a {
	color:#990000;
	font-size:12px;
	padding-right:5px;
	}
.in_list_cont li {
    line-height: 22px;
    width: 96%;
    margin: 0 2%;
	padding:2% 0;
	overflow:hidden;
	white-space: nowrap;
	border-bottom: 1px dotted #ccc;
	font-size:110%;
	}
.in_list_cont li img {
	float:left;
	width:25%;
	margin-right:3%;
	}
.in_list_cont li a{
	float:left;
	width:72%;
	overflow:hidden;
	line-height:normal;
	font-size:115%;
	}
.in_list_cont li p {
	width:72%;
	height:28px;
	overflow:hidden;
	font-size:80%;
	color:#999;
	line-height:28px;
	}
	
.list_tags {
	width:96%;
	margin: 1% 2%;
	}
.list_tags dd {
	width:32.3%;
	line-height: 24px;
	float: left;
	margin-right: 1%;
	margin-bottom: 1%;
	}
.list_tags dd a {
	display: block; 
	text-align: center; 
	-webkit-box-shadow: #666 1px 2px 2px;
	-moz-box-shadow: #666 1px 2px 2px;
	box-shadow: #666 1px 2px 2px;
	color: #fff;
	font-weight: bold;
	}
.list_tags .ts01 a { background-color: #1fbbdf; }
.list_tags .ts02 a { background-color: #f4a230; }
.list_tags .ts03 a { background-color: #f95b6a; }
.list_tags .ts04 a { background-color: #f16223; }
.list_tags .ts05 a { background-color: #57cd5f; }
.list_tags .ts06 a { background-color: #546bde; }

.info_list {
	width:96%;
	margin:2% 2%;
	}
.info_list h3 {
	height:34px;
	line-height:34px;
	width:100%;
	font-size:15px;
	background-color:#d0e9ff;
	margin-bottom:1%;
	}
.info_list h3 span {
	background-color:#1db0b8;
	display:inline-block;
	color:#fff;
	padding:0 3%;
	}
.info_list h3 a {
	color:#f16223;
	font-size:12px;
	padding-right:5px;
	}
.info_list li {
    width: 100%;
	overflow:hidden;
	font-size:110%;
	margin-bottom: 10px;
	}
.info_list li h4 {
	border: 1px solid #eee;
	border-bottom: none;
	line-height: 34px;
	height: 34px;
	overflow:hidden;
	padding: 0px 2%;
	font-size:115%;
	background-color: #f1f1f1;
	}
.info_list li p {
	overflow:hidden;
	font-size:80%;
	color:#999;
	border: 1px solid #eee;
	border-top: none;
	padding: 2% 2%;
	}
.info_list li p img {
	float: left;
	width: 20%;
	height: 60px;
	margin-right: 2%;
	}
.info_list li .pptit {
	height: 38px;
	overflow: hidden;
	display:inherit;
	}
.info_list li p a { color: #c00;}
	
/*内容页*/
.main_cont {padding:0 10px;}
.main_cont h1 {
	font-size:20px;
	color:#000;
	line-height:40px;
	}
.lwtext {
	line-height:30px;
	font-size:14px;
	color:#666;
	}
.main_cont .main_tag {
	color:#999;
	border-bottom:1px solid #ccc;
	line-height:40px;
	margin-bottom:10px;
	}
	
/*发表流程*/
.cjask {
	width:100%;
	margin:20px auto;
	}
.cjask h4 {
	font-size:18px;
	padding-bottom:10px;
	}
.cjask ul {
	background:url(../images/liucheng.png) top left no-repeat;
	padding-left:75px;
	}
.cjask ul li {height:59px;}
.cjask ul li b{
	font-size:14px;
	padding-bottom:5px;
	display:inline-block;
	}
.cjask ul li p{
	line-height:16px;
	color:#999;
	}
	
.msg_search {
	line-height:40px;
	padding-left:10px;
	background-color:#0083c9;
	margin-bottom:10px;
	margin-top:10px;
	font-size:15px;
	color:#fff;
	}

/*about*/
.about_cont {
	width:96%;
	float:left;
	margin:2% 2%;
	}
.about_cont p {
	line-height:30px;
	margin-bottom:10px;
	font-size:14px;
	text-indent:2em;
	}

/*breadCrumb*/
.breadcrumb {
	padding:0px 2%;
	line-height:30px;
	color:#999;
	}
.prev p {
	width:98%;
	margin:0 1%;
	}
.prev p a { color:#990000;}
.prev {margin:10px auto 20px;}
.prev_w { width:100%;}
.prev .prev_lt {
	width:10%;
	text-align:left;
	}
.prev .prev_lt a {
	width:20px;
	height:20px;
	border:1px solid #ccc;
	display:inline-block;
	position:relative;	
	}
.prev .prev_lt a i {
	width:0px;
	height:0px;
	line-height:0px;
	position:absolute;
	border-width:5px;  
    border-style:solid;  
    border-color: transparent #ccc transparent transparent ;
	left:2px;
	top:5px;
	}
.prev .prev_ct {
	width:70%;
	padding:0 5% 0 5%;
	text-align:center;
	}
.prev .prev_ct a {
	width:20px;
	height:20px;
	line-height:20px;
	border:1px solid #ccc;
	color:#ccc;
	text-align:center;
	display:inline-block;
	margin:0 1%;
	}
.prev .prev_ct a:hover {
	width:20px;
	height:20px;
	line-height:20px;
	border:1px solid #f00;
	color:#f00;
	text-align:center;
	display:inline-block;
	margin:0 1%;
	}
.prev .prev_rt {
	width:10%;
	text-align:right;
	}
.prev .prev_rt a {
	width:20px;
	height:20px;
	border:1px solid #ccc;
	display:inline-block;
	position:relative;	
	}
.prev .prev_rt a i {
	width:0px;
	height:0px;
	line-height:0px;
	position:absolute;
	border-width:5px;  
    border-style:solid;  
    border-color: transparent transparent transparent #ccc ;
	right:2px;
	top:5px;
	}
/*返回顶部*/
.fhtop {
	position: fixed; 
	bottom: 100px; 
	right: 30px; 
	cursor: pointer;
	display:none;
	width:40px;
	height:40px;
	background:url(../images/top.png) 0 0 no-repeat;
	background-size:100%; 
	}
/*********qkcont*********/
.msg {
	height:40px;
	line-height:40px;
	padding-left:10px;
	background:-webkit-gradient(linear,0 0,0 100%,from(#e8eeef),to(#d5e0e2));
	background:-moz-linear-gradient(top,#e8eeef,#d5e0e2);
	border-bottom:1px solid #003580;
	border-top:1px solid #fff;
	color:#003580;
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
	}

.bottzx {
	width:100%;
	height:60px;
	display:inline-block;
	}
.bottzx img { width:100%;}
/*tougao*/
.contougao {
	height:auto;
	width:100%;
	}
.contougao p { margin:10px 0;}
.contougao span {
	width:20%;
	float:left;
	line-height:32px;
	margin:10px auto;
	}
.contougao .text {
	width:75%;
	height:30px;
	line-height:30px;
	margin:10px 0 10px 2%;
	border:1px solid #e2e2e2;
	background:#f7f7f7;
	float:left;
	}
.contougao .sub {
	width: 30%;
	height: 45px;
	background: #fb5a4a;
	color: #fff;
	font-size: 18px;
	border: none;
	cursor: pointer;
	margin:0 auto;
	display:block;
	}
.contougao .sub:hover {
	-webkit-transition: all 0.2s ease-in-out 0.01s;
    -moz-transition: all 0.2s ease-in-out 0.01s;
    -o-transition: all 0.2s ease-in-out 0.01s;
    -ms-transition: all 0.2s ease-in-out 0.01s;
    transition: all 0.2s ease-in-out 0.01s;
	background:#fd780c;
	}
/****qkjj***/
.qkjj {
	margin-top:20px;
	width:100%;
	}
#tab {
	overflow:hidden;
	zoom:1;
	background:#fff;
	}
#tab li {
	float:left;
	height:36px;
	cursor:pointer;
	line-height:36px;
	text-align:center;
	width:50%;
	}
#tab li i {
	width:1px;
	height:20px;
	float:right;
	margin-top:9px;
	background:#e5e5e5;
	}
#tab li.current {
	color:#f00;
	border-bottom:1px solid #f00;
	}
#content { background:#fff;}
#content ul {
	line-height:25px;
	display:none;
	margin:0 20px;
	padding:20px 0;
	}
/*相关+简介*/
#tags {
	margin-top:20px;
	width:100%;
	background:#fff;
	}
#tags li {
	float:left;
	height:36px;
	cursor:pointer;
	line-height:36px;
	text-align:center;
	width:50%;
	}
#tags li a {
	display:block;
	line-height:36px;
	}

#tags li i {
	width:1px;
	height:20px;
	float:right;
	margin-top:9px;
	background:#e5e5e5;
	}
#tags li.selectTag {
	position:relative;
	display:block;
	}
#tags li.selectTag a {
	 color: #f00; 
	 display:block;
	}
#tagContent {
	background-color:#fff;
	padding:20px 0;
	}
.tagContent {
	display:none;
	color:#474747;
	}
.pptext {
	line-height:25px;
	padding:0px 10px;
	}
#tagContent div.selectTag { display:block;}



/***********************添加中间内容**********************/
/*sci*/
/*专题样式*/
/*公用*/
.body { font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu!important;}
input { border: none; margin: 0; padding: 0;}
.spc_bg {
	width: 100%;
	background-color: #fafafa;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 40px;
	}
.spc_line {
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 40px;
	}
.w1190 {
	width: 1190px;
	margin:0 auto;
	}

.h40 { height: 40px; width: 100%; display: block; overflow: hidden;}
.pr { position: relative;}

	
/*面包屑*/
.crumb{height:20px;padding:15px 0;color:#666;font-size:12px;line-height:20px; width: 1190px; margin:0 auto;}
.crumb .cru_p { width: 16px; height: 15px; display: inline-block; background: url(../images/spc_crm.png) 0 0 no-repeat; float: left; margin-top: 3px; margin-right: 10px;} 
.crumb a{color:#666;font-size:12px;}
.crumb h1{display:inline;font-size:12px;font-weight:normal;}
.crumb .tit{float:left;}
.crumb .item{float:left;}
.crumb .item em{margin:0 6px;color:#999;font-family:'simsun';font-style:normal;}
.crumb .drop{float:left;}
.crumb .drop .hd{height:20px;}
.crumb .drop .hd a{display:block;height:20px;_float:left;padding:0 13px 0 5px;}
.crumb .drop .hd a:hover{text-decoration:none;}
.crumb .drop .hd i{position:absolute;margin:8px 0 0 3px;*margin:4px 0 0 3px;width:0;height:0;border-top:3px solid #ff7000;border-left:3px dashed transparent;border-right:3px dashed transparent;overflow:hidden;font-size:0;}
.crumb .drop.open .hd a{background-color:#ff7000;color:#fff;}
.crumb .drop.open .hd i{border-top-color:#fff;}
.crumb .drop .bd{position:absolute;display:none;margin:5px 0 0 -10px;_margin:20px 0 0 -70px;z-index:20;padding:10px 5px;background-color:#fff;border:1px solid #e5e5e5;}
.crumb .drop.open .bd{display:block;}
.crumb .drop .bd .arrow{position:absolute;left:20px;top:-6px;width:0;height:0;border-bottom:6px solid #e5e5e5;border-left:6px dashed transparent;border-right:6px dashed transparent;font-size:0;}
.crumb .drop .bd .arrow b{position:absolute;left:-6px;top:2px;width:0;height:0;border-bottom:6px solid #fff;border-left:6px dashed transparent;border-right:9px dashed transparent;font-size:0;overflow:hidden;}
/*.crumb .drop .col{float:left;width:105px;}*/
.crumb .drop h3{padding-left:7px;color:#333;}
.crumb .drop li{ display:inline;height:21px;line-height:21px;overflow:hidden;}
.crumb .drop li a{display:block;height:21px;padding:0 7px;color:#333;}
.crumb .drop li span{color:#999;}
.crumb .drop li a:hover,.crumb .drop li.on a{background-color:#fff1d7;color:#ff7000;text-decoration:none;}
.crumb .drop li a:hover span,.crumb .drop li.on a span{color:#ff7000;}
.crumb .drop .more{clear:both;padding:10px 20px 0 0;text-align:right;}
.crumb .drop .more a{color:#ff7000;}
.crumb .item.cur{color:#ff7000;}

.crumb-white .item >a,
.crumb-white .item >em,
.crumb-white .drop >.hd,
.crumb-white .drop >.hd a{color:#fff;text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);}

/*标题*/
.spc_title {
	width: 1190px;
	margin: 0 auto;
	}
.spc_title h1 {
	display: inline;
    margin-right: 15px;
    font-weight: normal;
    font-size: 40px;
	font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu!important;
    color: #333;
	}
.spc_title span {
	float: right;
	line-height: 40px;
	}
.spc_title span em {
	color: red;
	margin-right: 5px;
	}
.spc_title span font {
	color: red;
	padding: 0 5px;
	}
	
/*banner*/
.spc_l_ban {width: 900px;}
.spc_r_side { width: 260px;}
.spc_r_side h3 {
	margin: -5px 0 7px;
    font-weight: normal;
    line-height: 30px;
    font-size: 16px;
	font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu!important;
	}
/*热门标签*/
.hot_tags{ margin-top: -9px; height: 280px; overflow: hidden;}
.hot_tags li{ float:left;margin-right:8px; margin-top:8px;}
.hot_zt li{ float:left;margin-right:2px; margin-top:6px;}
.hot_tags li a{float:left; display:inline; display:block; border:1px #D2F4F6 solid; padding:0px 8px; background:#FFF;white-space:nowrap; height:25px; line-height:25px; color:#02A2AA; border-radius: 15px; }
.hot_zt li a{float:left; display:inline; display:block; border:1px #D2F4F6 solid; padding:0px 8px; background:#FFF;white-space:nowrap; height:25px; line-height:25px; color:#02A2AA; border-radius: 15px; }
.hot_tags li a:hover{ background:#02A2AA; border:1px #02A2AA solid; color:#FFF;}
.hot_zt li a:hover{ background:#02A2AA; border:1px #02A2AA solid; color:#FFF;}

/*排行榜*/
.ranking_qk {
	width: 370px;
	margin-right: 40px;
	}
.ranking_qk h2 {
	margin-bottom: 10px;
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
	}
.ranking_qk dl {
	padding: 5px 0;
	}
.ranking_qk dl dt {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	}
.ranking_qk dl dt a:hover { text-decoration:none}
.ranking_qk dl dt img {
	width: 366px;
	height: 206px;
	margin-bottom: 15px;
	padding: 2px;
	background-color: #fff;
	}
.ranking_qk dl dt h4 {
	margin-bottom: 8px;
    font-size: 16px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
    font-weight: normal;
	text-align: center;
	color: #ff9d00;
	}
.ranking_qk dl dt p {
	font-size: 14px;
	color: #666;
	height: 60px;
	overflow: hidden;
	line-height:20px;
	}
.ranking_qk dl dd {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	}
.ranking_qk dl dd a:hover { text-decoration:none}
.ranking_qk dl dd h4 {
	margin-bottom: 8px;
    font-size: 16px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
    font-weight: normal;
	color: #ff9d00;
	}
.ranking_qk dl dd p {
	font-size: 14px;
	color: #666;
	height: 40px;
	overflow: hidden;
	line-height:22px;
	}
.spc_r_none { margin-right: 0;}

/*期刊精选*/
.select h2{
	margin-bottom: 30px;
    text-align: left;
    font-size: 26px;
    color: #333;
    font-weight: normal;
    line-height: 30px;
	display: inline-block;
	}

.select li {
	float: left;
	width: 222px;
	margin-right: 20px;
	}
.select li a:hover { text-decoration:none;}
.select li:nth-child(5n){ margin-right:0;}
.select li img {
	padding: 1px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	}
.select li h4 {
	margin-bottom: 8px;
    font-size: 16px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
    font-weight: normal;
	color: #ff9d00;
	text-align: center;
	}
.select li p {
	font-size: 14px;
	color: #666;
	height: 40px;
	overflow: hidden;
	line-height:20px;
	}
	
/*论文精选*/
.select_lw h2{
	margin-bottom: 30px;
    text-align: left;
    font-size: 26px;
    color: #333;
    font-weight: normal;
    line-height: 30px;
	display: inline-block;
	}
.select_lw h2 span {
	font-size: 14px;
	color: #999;
	margin-left: 15px;
	}
.select_lw li {
	float: left;
	width: 370px;
	margin-right: 40px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	}
.select_lw li a:hover { text-decoration:none;}
.select_lw li:nth-child(3n){ margin-right:0;}
.select_lw li h4 {
	margin-bottom: 8px;
    font-size: 16px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
    font-weight: normal;
	color: #ff9d00;
	}
.select_lw li p {
	font-size: 14px;
	color: #666;
	height: 40px;
	overflow: hidden;
	line-height:22px;
	}
.select_lw li:hover h4 { color: #00a1e9;}

/*相关专题*/
.select_zt h2{
	margin-bottom: 30px;
    text-align: left;
    font-size: 26px;
    color: #333;
    font-weight: normal;
    line-height: 30px;
	display: inline-block;
	}
.select_zt li {
	float: left;
	width: 222px;
	margin-right: 20px;
	}
.select_zt li a:hover { text-decoration:none}
.select_zt li:nth-child(5n){ margin-right:0;}
.select_zt li img {
	padding: 1px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	}
.select_zt li h4 {
	margin-bottom: 8px;
    font-size: 16px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
    font-weight: normal;
	color: #ff9d00;
	text-align: center;
	}
.select_zt li p {
	font-size: 14px;
	color: #666;
	height: 40px;
	overflow: hidden;
	line-height:20px;
	}
	
.spc_button {
	clear: both;
    margin-top: 25px;
    text-align: center;
	}
.spc_button a {
	display: inline-block;
    border: 1px solid #ff9d00;
    border-radius: 4px;
    font-size: 14px;
    line-height: 40px;
    padding: 0 42px;
    color: #ff9d00;
	}
.spc_button	a:hover{
	text-decoration:none;
	background-color:#ff9d00;
	color:#fff
	}
	
.spc_span {
	font-size: 14px;
	color: #999;
	height: 30px;
	margin-left: 15px;
	}

/*新版表单*/	
/*1*/
.sp_bd_bg {
	width: 100%;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 100;
	background: rgba(11,18,22,.7);
	padding: 10px 0px;
	}
.sp_bd_form{
	width: 80%;
	margin: 0px auto;
	display: flex;
    justify-content: center;
	align-items: center;
	}
.sp_bd_tit {
	margin-right: 50px; 
	text-align: center;
	color: #fff;
	}
.sp_bd_tit h3 { font-size: 26px;}
.sp_bd_tit p { font-size: 14px; line-height: 26px;}
.sp_bd_form form input {
	line-height: 34px;
	width: 25%;
	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 5px;
	border-radius: 4px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	}
input::-webkit-input-placeholder {color: #999;}

.sp_bd_form select{
	background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
	width: 18%;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
    color: #999;
    padding:0px 10px;
	outline: none;
	box-sizing: border-box;
	}
.sp_bd_form button {
	height: 36px;
	line-height: 36px;
	background-image: linear-gradient(to top right, #ea722e, #ffb136);
	box-shadow: 0px 0px 20px 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;
	}

/*新版表单*/

/*******************添加适配自适应*********************/
/*web头部*/
.top {
	height:24px;
	line-height:24px;
	background:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e7e7e7));
	background:-moz-linear-gradient(top,#fff,#e7e7e7);
	color:#666;
	}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.logo2 {height:120px;}
.logo2 .lgimg {
	height:120px;
	width:220px;
	background:url(../images/logoweb.png) center center no-repeat;
	}
.searchbox {
	float:left;
	width:560px;
	margin-left:100px;
	margin-top:35px;
	}

.searchbox form{
	position:relative;
	float:right;
	}
.searchbox .sbox {
	border:1px solid #ddd;
	border-right:medium;
	display: block;
    float: left;
    height: 32px;
    overflow: hidden;
    width: 477px;
	}
.searchbox .sbox .sx{
	border: medium none;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 10px;
    width: 466px;
	color:#999;
	}
.searchbox .st {
	display: block;
    float: left;
    height: 34px;
	line-height:34px;
    overflow: hidden;
    width: 80px;
	margin-bottom:5px;
	}
.searchbox .st .btn {
	background-color: #0083c9;
    border: medium none;
    color: #ffffff;
    font-size: 15px;
	font-weight:700;
    height: 34px;
	line-height:34px;
    text-align: center;
    width: 80px;
	cursor:pointer;
	}
.logo2 .tel{
	background:url(../images/tel.png) 0 0 no-repeat;
	width:270px;
	height:60px;
	margin-top:30px;
	}
.searchbox p {
	width:560px;
	height:24px;
	overflow:hidden;
	}
.searchbox p a {
	padding:0 5px;
	color:#999;
	}
.searchbox p a:hover { color:#f54785}

/*nav*/
.nav {
	height:36px;
	background:url(../images/nav_bg.jpg) repeat-x;
	}
.nav ul {
	width:1200px;
	margin:0 auto;
	}
.nav ul li {
	float:left;
	width:200px;
	line-height:36px;
	font-size:16px;
	text-align:center;
	background:url(../img/nav_bg2.png) left top no-repeat;
	}
.nav ul li a {
	color:#fff;
	display:block;
	}
.nav ul li a:hover {
	color:#0083c9;
	display:block;
	background:#ead55f;
	}
.nav ul li:first-child { background:none;}

.top .sbox .search .sbtn{
	margin-left: 5px;
	vertical-align: baseline;
}
.top .sbox .search .seltype{vertical-align: baseline;}
.phonedh{display: none;}

/*底部*/
/*footer*/
.footer {
	background:#0a2e4a;
	padding:15px 0;
	color:#6e8395;
	text-align: left;
	}
.link .ksdh {
	font-size:18px;
	line-height:40px;
	}
.link a {
	color:#6e8395;
	padding:0 10px;
	}
.link a:hover { text-decoration:underline}
.footer .tr{text-align: right;}

/*手机自适应*/
@media only screen and (min-width: 100px) and (max-width: 767px) {
	.phonedh{display: block;}
	.webdh{display: none;}
	.footer,.footer .tr {text-align: center;}
	.main,.footer,.w1190,.spc_r_side,.spc_title,.crumb,.ranking_qk,.select_lw li,.w1200{width: auto;}
	.ranking_qk dl dt img,.select_zt li,.select_zt li img{width: 100%;}
	.spc_l_ban{display: none;}
	.spc_r_none,.select_lw li:nth-child(3n),.ranking_qk {
	    margin-right: 20px;
	}
	.select_lw li{margin-right: 20px;}
	.select li {
	    width: 46%;
	    margin-right: 10px;
    }
    .select li img{width: 100%;height: 200px;}
        
	.spc_title h1{font-size: 28px;}
	.spc_bg{padding-bottom: 20px;padding-left: 20px;width: auto;}
	.spc_line{margin: 0 20px;width: auto;}
	.main .cbox.qkan .lwlist{margin-top: 0;}
	.main{margin: 0;}
	.am-header .am-header-nav {
	    top: 15px!important;
	}
	.am-menu-offcanvas1 .am-menu-toggle {
    top: -32px!important;
    }
    .am-header,.am-slider{display: block;width: auto;}
	.sp_bd_tit{display: none;}
	.sp_bd_bg {
	width: 100%;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 100;
	background: rgba(11,18,22,.7);
	padding: 10px 0px;
	}
.sp_bd_form{
	width: 80%;
	margin: 0px auto;
	display: flex;
    justify-content: center;
	align-items: center;
	}

.sp_bd_form form input {
	line-height: 34px;
	width: 46%;
	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 5px;
	border-radius: 4px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	}
input::-webkit-input-placeholder {color: #999;}

.sp_bd_form select{
	background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
	width: 18%;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
    color: #999;
    padding:0px 10px;
	outline: none;
	box-sizing: border-box;
	}
.sp_bd_form button {
	height: 36px;
	line-height: 36px;
	background-image: linear-gradient(to top right, #ea722e, #ffb136);
	box-shadow: 0px 0px 20px 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;
	width: 46%;
    margin-left: 5px;
    margin-top: 5px;
}
	}
}


/*返回顶部*/
#totop{position:fixed;width:62px;height:62px;left:20px;bottom:30px;z-index:999;cursor:pointer;display:none;}
*html #totop{position:absolute;cursor:pointer;right:20px;display:none;top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-112+"px");}
#totop a{display:block;width:62px;height:62px; overflow:hidden; text-indent:-2000px; background:url(../images/gotop.jpg) no-repeat; text-decoration:none;}


