/*全局样式*/
*{margin:0;padding:0;list-style:none;}
li{list-style:none;}
img{border:0;}

a:link, a:visited {text-decoration: none;color: #222;}
a:hover{color:#333;text-decoration: none;}
a{transition: all .5s;}
body{font-size:14px;
	font-family: Arial,"Microsoft YaHei";
	background:#e1f2f4;
}
.fl{float: left;}
.fr{float: right;}
.gd{font-size: 14px;color:#666;font-weight: normal;float:right;line-height:30px;margin-right: 10px;}
.hui{background:#e9f3fd;}
.juse{color:#ec7500;}
.baise{color:#fff;}
a.baise:link, a.baise:visited{color:#fff;text-decoration:none;} 
a.baise:hover, a.baise:active{color:#eee; text-decoration:none;} 

.padding-0{padding-left:0;padding-right:0;}
.main{width:1200px;background:#fff;margin: 0 auto;overflow: hidden;padding:15px;}
.container{width:1200px;margin: 0 auto;background:#fff;padding:15px;}
/*头部*/
.ding{max-width: 1200px;margin: auto;height:40px;overflow: hidden;background: #fff;}

.header{width:1200px;margin:auto; background: #fff;}
.banner{width:1200px;background:url(../images/banner.jpg);height: 200px;border-bottom: 1px solid #fff;}

.youc{width:500px;float:right;margin-top: 20px;}

.rssemail{    
	overflow: hidden;
    height: 46px;
    float: right;
    width: 100%;
    padding-right:25px;
}

.niandate{float:right;width:200px;text-align: center;line-height:50px;color:#fff;}
/*导航菜单*/
.daohang{width: 1200px;margin: 0 auto;border-radius: 4px;background:#fff;padding-bottom: 10px;}
.navbar{min-height: 30px;border: 0;margin-bottom: 0px;}
.navbar-nav>li>a{line-height: 50px;padding-top: 0;padding-bottom: 0;}
.navbar-collapse{background:transparent;padding-right:10px;padding-left:10px;}
.site-nav{border-radius: 4px;max-width:1200px;margin:auto;background:#009999; }
.site-nav a{color: #fff;}
.site-nav .nav>li>a{padding-left:14px;padding-right: 14px;}
.site-nav .nav>li>a:focus,.site-nav .nav>li>a:hover {text-decoration: none;background-color:#077979;color: #fff;}
.site-nav .navbar-toggle{background: #fff;}
.site-nav .navbar-toggle .icon-bar{background:#f8ae0d;}
.site-nav .navbar-nav>li>a{font-size: 16px;text-align: left;}
.nav_one {color: #fff!important;background-color:#f4cf51;}
.one-color{color:#f39800;}

.dropdown-menu{background:#fff; min-width: 180px;  border: 1px solid #ccc;}
.dropdown-menu>li>a{color:#333;font-size: 15px;}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{background-color:#077979;color:#fff;}
.dropdown-menu>li>a {padding: 7px 24px;}

.site_nav_en{padding-left:15px!important;padding-right:15px!important;}
/*检索*/
.js_1{width:380px;height: 40px;float:right;text-align: left;padding-right: 25px;}
.btn-select{width: 18%;float: left;display: block;margin-right:1%;height: 34px;border:1px solid #ccc;}
.input-group{float: left;width:250px;}
.input-group-text{
	width: 220px;
	float:left;
	padding-left: 10px;
	height: 32px;
	border: #fff 1px solid;
	border-radius: 18px 0 0 18px;
	color: #c1c1c1;
	-webkit-text-fill-color: #c1c1c1;
	caret-color: yellow;
	background: #fff;
	
}
.input-group-btn{
	display: block; 
	background:#f2af17 url(../images/search.png)no-repeat center;
	float: left;
	color:#fff;
	border-radius:0 3px 3px 0!important;
	width: 38px;
    height: 34px;
	border: 0;
}
.adv-search {
	font-size: 14px;
    width: 90px;
    background:#f2af17;
    text-align: center;
    line-height: 34px;
    float: right;
	margin-left: 6px;
	text-decoration:none;
	border-radius: 3px;
}
.adv-search:hover{color: #fff;background:#f2ca17;text-decoration:none;}
.adv-search:link,.adv-search:visited{float: right;color: #fff;}

.rsbg{background:#28a2f9!important;float:right;margin-right: 0!important;}


/*---------------轮播图----------------------*/
.news_tupian{overflow:hidden;float:left;}

.carousel-caption{
	display: none;
    font-size: 14px;
    position: absolute;
    right: 0;
/*    top: 0;*/
    left:0;
	bottom: 0px;
    z-index: 10;
    padding-top:15px;
    color: #fff;
    text-align: center;
    text-shadow:none;
    width: 100%;
    height: 50px;
    background: #666;
    background:rgba(0,0,0,0.5);
}

.carousel-inner ol{ margin-bottom:0;}
.carousel-caption h3{margin-top:10px;}
.banner .carousel-indicators{bottom:0;}
.banner .carousel-indicators .active{background-color:#333;}
.carousel-caption a{color:#fff;}
.banner .carousel-indicators li{background: #ccc;border: 0;}
.slide .carousel-caption a:hover{text-decoration:none;}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
@media screen and (min-width: 768px){
    .banner .carousel-caption {
        right: 0;
        left: 0;
        padding-bottom:0;
    }
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    width:700px;
	max-height: 300px;
}
.carousel .carousel-control.left,.carousel .carousel-control.right{background:none;filter:none;} /* 去阴影背景--*/
.carousel-indicators li {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color:#eee;
    border: 1px solid transparent;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 11px;
    height: 11px;
    margin: 0;
    background-color:#f48c0b;
}
/*---------------轮播图end----------------------*/

/*期刊信息*/
.qkxx{ width:445px;float:right;}
.qkxx_fm{width:230px;float:left;text-align: left;}
.qkxx_fm img{width:213px;height: 300px;}
.qkxx_xx{
	float: right;
    width: 210px;
    line-height:25px;
    color: #333;
    text-align: left;
    font-size: 13px;
}
.qkxx_xx span{font-weight:bold;font-size:14px;}
.qkxx_nr{line-height:26px;overflow: hidden;margin:15px 20px;}

/*在线期刊*/
.zxqk_tab{overflow: hidden;margin-bottom: 20px;background: #fff;border:#e2e2e2 1px solid;}
.zxqk_tab ul{margin:5px 15px 10px;}
.zxqk_tab li{line-height: 30px;border-bottom:1px dotted #ccc;}

/*办公按钮*/
.allpadding{width:1200px;margin: 0 auto;background: #fff; padding:15px 15px 5px;overflow: hidden;}
.zxbg_tab{overflow:hidden;}
.zxbg_tab ul{overflow:hidden;}
.zxbg_tab li{
	width: 370px;
    float: left;
    margin-right: 30px;
	border-radius:5px;
}
.zxbg_tab li:last-child{float:right!important;margin-right: 0!important;}
.bgcd1{background: #56C29E;}
.bgcd2{background: #C9A769;}
.bgcd3{background: #9bc969;}
.zxbg_tab li h4{
	color: #fff;
    margin-top: 14px;
    margin-bottom:5px;
    text-align: center;
    font-size: 22px;
}
.zxbg_tab li p{line-height:25px;color: #fff;text-align: center;margin:0 0 15px;}

.tgbutton {
	font-size: 17px;
    width: 210px;
    background:#eacc26;
	color:#fff;
    text-align: center;
    line-height: 40px;
    /* float: right; */
    margin-top:10px;
    text-decoration: none;
    border-radius: 3px;
    height: 40px;
    display: inline-block;
}
.tgbutton:hover{color: #fff;background:#c9ad13;text-decoration:none;}
.tgbutton:link,.tgbutton:visited{color: #fff;}
/*热点文章*/
.hot_tab{overflow:hidden;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #ccc;}


.hot_wz{border-bottom: 1px solid #e2e2e2;margin-bottom: 10px;padding-bottom: 10px;}
.hot_biaoti{line-height: 24px;}
.luyongsj{line-height: 26px;}

/*新闻*/
.xw_tab{margin-bottom:20px;overflow: hidden;background:#fff;}
.xw_tab dl{overflow:hidden;margin:10px 15px;}
.xw_tab dd{line-height:24px;border-bottom: 1px solid #eee;padding-bottom: 5px;margin-top: 5px;}
/*文字向上不间断滚动*/
#de {width:290px;background: #fff;margin:10px auto;height:240px;overflow:hidden;}
.right-middle {overflow:hidden;margin-bottom: 0;}
.right-middle li {overflow: hidden; text-align: left;margin-bottom: 5px;border-bottom: 1px solid #eee;padding-bottom: 5px;}
.right-middle li a {display:block;font-size:14px;color:#000;line-height:26px;text-decoration:none;}
.right-middle li a:hover{color:#ff6600;}
.shijian{color:#a9a9a9;float:left;}
.xw_title{font-size: 20px;color: #825639;line-height: 40px;font-weight: bold;padding:0 15px;}


.title_1{
	height:40px;
	line-height: 40px;
	padding-left: 10px;
	background-image:url(../images/t.jpg);
	font-weight:bold;
	font-size:16px;
	color:#0fa1bf;
}
.title_2{
	height: 40px;
    line-height: 40px;
    padding-left: 20px;
    background-image: url(../images/t2.jpg);
    font-weight: bold;
    font-size: 16px;
    color:#fff;
	border-radius:3px 3px 0 0;
}
.title_3{
	height: 45px;
	line-height: 45px;
	font-size: 22px;
	color: #333;	
}

.tab_list{margin-bottom:20px;overflow: hidden;background:#fff;}
.tab_list ul{margin: 10px 20px 0;overflow: hidden;}
.tab_list ul li{
	line-height: 24px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
}


.tab_list2{background: #fff;margin-bottom: 20px;overflow: hidden;}
.tab_list2 ul{padding: 10px 15px 0;}
.tab_list2 li{line-height:32px;border-bottom:1px dotted #ccc;overflow: hidden;}

.tab_list dl{margin:5px 15px;}
.tab_list dd{text-align: center;border-bottom: 1px solid #eee; padding-top:8px;padding-bottom: 8px;}
.tab_list dt{font-weight:normal;}
.tab_list dd:nth-child(-n+1){color: #0e71c5;font-weight: bold;}
.tab_list dd:nth-child(-n+1)>.lanse{color: #0e71c5}

.tab_list3{background: #fff;margin-bottom: 20px;overflow: hidden;}
.tab_list3 ul{margin: 10px 11px 10px;border-bottom: 1px solid #dfdfdf;overflow: hidden;}
.tab_list3 li{line-height:32px;overflow: hidden;}
.jingc_tit{font-weight:bold;font-size: 15px;}

.zclm_2{overflow:hidden;margin-bottom: 25px;}
.margin510{margin:15px 0;}

.cbfm{text-align:center;}
.cbfm img{max-width: 70%;margin-bottom:5px;margin: auto;}
.cbwz{text-align:center;line-height: 20px;margin-top: 5px;}
.cbwz span{color:#00a0ac}

/*广告图片*/
.ad_tab{overflow:hidden;margin-bottom: 10px;}
.ad_tab ul{width:100%;overflow:hidden;margin-bottom: 0;}
.ad_tab ul li{margin-bottom: 10px;}

.ad_tab dl{margin-bottom: 0;}
.ad_tab dl dd{margin-bottom:10px;}


.ewm{text-align: center;}
.ewm img{width:150px;}
.ewm_wz{line-height: 30px;}

/*分享*/
.fengxiang{float:right;padding-right: 25px;margin-bottom: 13px;margin-top:45px;}
#bsWXBox { height: 257px !important;width: 232px !important;}/*home页微信分享弹出二维码边框样式*/

/*访问统计*/
.tongji{background: #fff;overflow: hidden;}
.tongji ul{overflow: hidden;margin: 10px 14px;line-height:24px;}

label{font-weight: normal;}


.icon_list1{
	background: url(../images/gif-0865.gif) no-repeat 0 12px;
    padding-left: 15px;
}
.icon_list2{
	background: url(../images/gif-0865.gif) no-repeat 0 15px;
    padding-left: 12px;
}
.icon_list3{
	overflow: hidden;
  	background: url(../images/gif-0865.gif) no-repeat 0 14px;
    padding-left: 15px;
}
.border{border:#e2e2e2 1px solid;}
.border-radius{border-radius:  4px 4px 0 0;}


.pop {  display: none;  width: 600px; min-height: 440px;  max-height: 500px;  height:440px;  position: fixed;  top: 0;  left: 0;  bottom: 0;  right: 0;  margin: auto;  padding: 25px;  z-index: 130;  border-radius: 8px;  background-color: #fff;  box-shadow:0 3px 18px rgba(20, 69, 111, 0.5);  }
.pop-top{  height:40px;  width:100%;  border-bottom: 1px #E5E5E5 solid;  }
.pop-top h2{  float: left;  display:black}
.pop-top span{  float: right;  cursor: pointer;  font-weight: bold; display:black}
.pop-foot{  height:50px;  line-height:40px;  width:100%;  border-top: 1px #E5E5E5 solid;  text-align: center;  }
.pop-cancel{
margin: 15px 5px;
border: none;
border-radius: 5px;
color: #333;
cursor: pointer;
display:inline-block;
padding: 1px 20px;
}
.pop-cancel a{text-decoration: none;padding: 1px 20px;color:#333;display:inline-block;border-radius: 5px;border:1px solid #ccc;}
.pop-cancel a:hover{background:#2066b7;color:#fff;}
.pop-content{height: 330px;}
.pop-content .wenzi{line-height:30px;font-size: 14px; font-weight: bold;}
.pop-content .tp{text-align:center;}
.pop-content .tp img{width:250px;}
.pop-close:hover{background:#2066b7;color:#fff;}


.pop-content-left{  float: left;  }
.pop-content-right{  width:310px;  float: left;  padding-top:20px;  padding-left:20px;  font-size: 16px;  line-height:35px;  }
.bgPop{  display: none;  position: absolute;  z-index: 129;  left: 0;  top: 0;  width: 100%;  height: 100%;  background: rgba(0,0,0,.2);  }



/*文章*/
.current{overflow:hidden;}
.zlm{color:#0067bf;font-size: 16px;font-weight: bold;}
.current .nav-tabs {
    border-bottom:2px solid #51b5c9;
}
.current .nav-tabs>li {
    float: left;
    margin-bottom: 0px;
}
.current .nav-tabs>li.active>a, .current .nav-tabs>li.active>a:focus, .current .nav-tabs>li.active>a:hover {
    
	color: #fff;
    cursor: pointer;
    background-color:#51b5c9;
    border: 1px solid #51b5c9;
    border-bottom-color: transparent;
     font-size: 16px;
	
}
.current .nav-tabs>li>a {
       border-radius: 0;
    height: 39px;
    line-height: 25px;
    font-size: 16px;
    background: #e0edfd;
    color: #454545;
    border: 1px solid #fff;
    margin-right: 0;
}
.current .nav>li>a {
    position: relative;
    display: block;
    padding: 7px 15px;
}
.current .nav-tabs>li>a:hover {
    border-color:transparent;
}
.current .nav>li>a:focus, .current .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
	color:#333;
}
.current .article-box {
    border: 1px solid #ddd;
    border-top: 0;
    overflow: hidden;
}
.current .tab-content>.active {
    display: block;
    
}
.current .tab-content>.tab-pane {
    overflow: auto;
    padding: 15px;
    height: 2042px;
}
/*当期目录*/

.column_title{font-size: 20px; height: 40px; color:#fff; background:url(../images/dqbj.jpg);line-height: 40px;padding:0 10px;}
.dqtab{overflow: hidden; padding:10px 0 10px;  border-bottom: 1px solid #ccc;}
.njq{font-size:14px;font-weight:bold;width: 50%;float: left;line-height: 24px;}
.syq{width:40%px;float:right;text-align: right;}
.dqml_img{float:left;width:200px;}
.dqml_img img{width:180px;border:1px solid #ccc;}
.dqml_wz{float:left;width:550px;}
.dqml_qbwz{overflow:hidden;}
.articles{overflow:hidden;}
.articles ul{overflow: hidden;}
.articles li{overflow:hidden;border-bottom: 1px solid #f1f1f1;padding: 15px 0;}
.articles li:last-child{border-bottom:none;}
.wenzhanglanmu{height:40px; line-height:44px;font-size: 16px;font-weight: bold;color:#e89821;border-bottom:2px solid #e89821;}
.wenzhang{overflow:hidden;}
.wenzhang dl{overflow:hidden;margin-top: 5px; margin-bottom: 5px;}
.wenzhang dl dd{}
.biaoti{color: #333;font-size: 14px;font-weight:bold;line-height: 26px;}
a.biaoti:link, a.biaoti:visited {color:#333;text-decoration:none;} 
a.biaoti:hover,a.biaoti:active {color:#d73327;text-decoration:none;} 
.zuozhe{color:#666;line-height:26px;}
.kmnjq{line-height:26px;}
.zhaiyao{color:#999;line-height:24px;}
.doih{color:#333;line-height: 24px;}
.red{color:#f00;}

.biaoti_en{color:#000;font-size: 14px;font-weight: bold;line-height:24px;}
a.biaoti_en:link, a.biaoti_en:visited {color:#000;text-decoration:none;} 
a.biaoti_en:hover,a.biaoti_en:active {color:#eb9024;text-decoration:none;}


/* 文章目录*/

*#dbt_action_bar_hide {
    DISPLAY: none;
}

*.hidelabel {
    DISPLAY: none;
}


*.abs_zuozhe {
    COLOR: #444;
    font-size: 14px;
}

*.abs_njq {
    COLOR: #444;
    font-size: 14px;
   
    line-height: 26px;
}
.links1 {
    line-height: 26px;
}
.noselectrow {
   
   BORDER-LEFT: white 1px solid;
   border-bottom: 1px solid #eee;
    WIDTH: 100%;
    BORDER-TOP: white 1px solid;
    BORDER-RIGHT: white 1px solid;
   margin-bottom: 10px;
	padding-bottom: 10px;
}
.selectedrow {
    BORDER: #eee 1px solid;
    MARGIN: 6px 0px;
    WIDTH: 100%;
    BACKGROUND: #f8f8f8;
   
}
.authorList {
    line-height: 22px;
    MARGIN-BOTTOM: 1px;
    MARGIN-TOP: 3px !important;
}
.articlesectionlisting {
    BORDER-BOTTOM: #ddd 1px solid;
    PADDING-BOTTOM: 5px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    WIDTH: 100%;
    PADDING-RIGHT: 0px;
    COLOR: #3a3a3a;
    FONT-WEIGHT: bold;
    PADDING-TOP: 5px;
    margin-bottom: 8px;
}
.articlesectionlisting INPUT {
    FLOAT: left;
}

.articlesectionlisting .dbt_header {
    font-size: 14px;
    color: #7f0202;
}
.txt_zhaiyao1 {
    COLOR: #000;
	font-size:14px;
}

A.txt_zhaiyao1:link {
    COLOR: #000;
    TEXT-DECORATION: none;
}

A.txt_zhaiyao1:hover {
    COLOR: #c30000;
    TEXT-DECORATION: underline;
}

A.txt_zhaiyao1:visited {
    COLOR: #000;
    TEXT-DECORATION: none;
}

A.txt_zhaiyao1:active {
    TEXT-DECORATION: none;
}

.txt_biaoti {
    COLOR:#333;
    font-size: 14px;
	font-weight: bold;
}

A.txt_biaoti:link {
    COLOR: #333;
    TEXT-DECORATION: none;
}

A.txt_biaoti:visited {
    COLOR: #333;
    TEXT-DECORATION: none;
}
A.txt_biaoti:hover {
    COLOR:#eb9024;
    TEXT-DECORATION: none;
}
A.txt_biaoti:active {
    TEXT-DECORATION: none;
}

.txt_14000 {
    font-size: 14px;
    color: #000000;
}

A.txt_14000:link {
    color: #000000;
    TEXT-DECORATION: none;
}

A.txt_14000:hover {
    COLOR: #ae0001;
    TEXT-DECORATION: underline;
}

A.txt_14000:visited {
    color: #000000;
    TEXT-DECORATION: none;
}

A.txt_14000:active {
    TEXT-DECORATION: none;
}

/*文章图片显示隐藏用到开始*/
.hiden {
    DISPLAY: none;
}
/*文章图片显示隐藏用到结束*/

.article_checkbox_cell{padding:3px;}

.white_content {
    display: none;
    color: #666;
    line-height: 24px;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
}
/* 文章目录end*/

/*底*/
.footer{width:1200px;margin:0 auto;background:#1ca4ba;overflow: hidden;}
.banquan{width:1200px;margin:0 auto; overflow: hidden;padding:20px 0;color: #fff;text-align: center;line-height: 26px;}

.db1{overflow: hidden;margin-top:20px;}
.db1 ul{overflow: hidden;margin-left: 100px;margin-bottom: 40px;}
.db1 ul li{width:300px;float:left;text-align: left;line-height: 27px;color:#fff;}
.db1 ul li:last-child{width:100px;}
.dbtitle{font-weight:bold;}

.banquan_en{max-width: 1200px;margin:0 auto;overflow: hidden; background: #008341;padding:20px 15px;color: #fff;text-align: center;line-height: 26px;}

/*--返回顶部top--*/
.top_web{position: fixed;_position: absolute;bottom:80px;right:20px;width:48px; height:45px;border-radius: 5%;display: none;z-index: 9999;cursor: pointer; background:rgba(0,0,0,0.2);}
.top_web .glyphicon{text-align:center;top:11px; left:12px;font-size: 22px}
/*--返回顶部top--*/

/*图表检索里的检索框*/
.figure_tab{width:50%;margin:0 auto;margin-bottom:30px;}



/*摘要页面美工修改*/
.flane_l{width: 89.333333%;}
.flane_r{width:9.666667%;padding-right:0;}


/*------------------------------------------移动端开始----------------------------------------------------*/

@media (max-width: 767px){
	.banner img {margin: auto;}
	.site-nav {/*background:#157d2a;margin-bottom:20px;margin:0 15px;*/}
	.navbar-nav .open .dropdown-menu>li>a {
    line-height: 26px;
    text-align: center;
	color: #fff;
	}
	.navbar-nav>li>a{line-height: 45px;}
	.navbar-toggle {
    padding: 7px 8px;
    margin-top: 10px;
    margin-bottom: 8px;
    }
	.navbar-brand {
   	height: 40px;
    line-height: 40px;
    padding: 0 12px;
	}	
	
	.nav-tabs>li { width: 50%; /*非响应式需要注释掉*/   text-align: center;}
	.nav-tabs>li>a {
    margin-right: 0;
    border: 1px solid #fff;
	}
	.navbar-nav .open .dropdown-menu{background:#b82424;}
	.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #f8ae0d;
    border-color: #ffffff;
	}
	
	/*摘要页面美工修改*/
	.flane_l{width:100%;}
	.flane_r{width:100%;padding-right:15px;}
	.wzjs{display:none;}
	.input-group{width:72%;}
	.adv-search:link, .adv-search:visited{width:25%;}
	.bai{background:#fff;padding-bottom: 20px;}
	
	.app-search{padding:20px 20px 10px!important;margin:auto;background:#fff;}
	
	.padding20{width:50%;}
	.padding10{width:100%;}
	
	.title_3{margin:0 15px;}
	
	.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	   width:100%;
	  height:auto;
	}
	.news_tupian, .fmtp, .erbg{margin-bottom:20px;}
	.zxbg_tab li {margin-bottom: 20px;}
}

@media  (min-width:413px) {
    .gkddd {width: 100%; text-align: center;display:none;}
}

@media (min-width: 768px){
	.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border:0;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	}/*	分享代码控制*/
	
	
	.site-nav .nav>li>a {
	color:#fff;
	
	}

	.tab-title .item {
		 width: 144px;
		}

	.navbar-nav>li {
		float: left; 
		}
	
}

@media (min-width: 767px)and (max-width: 992px){

.email ul{text-align: center;}
}



@media (max-width: 992px) {
	
	/*图表检索在移动端样式*/
	.figure_tab {width: 85%; margin: 0 auto; margin-bottom: 30px;}
	#products li { width: 178px;height: 190px;}
	#products li span a {    width: 170px; margin-left: 5px; margin-top: 10px;}
	/*图表检索在移动端样式end*/
}


@media (min-width: 1024px){
	.site-nav .nav>li>a {padding-left:23px;padding-right:23px;}
	.center-sidebar { padding: 0 7px;}
	.padding_l0{padding-left:0;}
	.padding_r0{padding-right:0;}
	
}

/*改变导航默认高*/
@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 0;
        padding-bottom: 0;
    }
	
}

@media (min-width:1200px) {
/*导航hover事件修改*/
	.navbar .nav > li:hover .dropdown-menu {display: block;}
}
/*非响应式结构必引*/
.container {
	width: 1200px; 
	margin:0 auto;
	background: #fff;
    padding: 15px;

}
.row{
	margin-left:0;
	margin-right:0;
	padding-left:0; 
	padding-right:0;
	padding-top:0;
	padding-bottom:0;
	
}
.left-sidebar{float:left;width:825px;overflow: hidden;padding-left:0;padding-right:0;}
.right-sidebar{float:right;width:320px;overflow: hidden;padding-left:0;padding-right:0;}

/*非响应式结构必引end*/

/*------------------------------------------移动端结束----------------------------------------------------*/



/*二级页面*/
.ej{float:left;width:825px;overflow: hidden;margin-bottom: 20px;padding-left:0;padding-right:0;}/*二级页面必引*/
.c_nr{overflow:hidden;background:#fff;margin-bottom:15px;border:1px solid #e2e2e2;}
.c_nr ul{margin:20px;overflow:hidden;}
.c_nr li{line-height:24px;}
.lanmm{    
	font-size: 16px;
    height: 40px;
    color: #333;
    font-weight: bold;
    border-bottom: 2px solid #50b5c9;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left:15px;
}
.item_title{    
	font-size: 16px;
    height: 40px;
    color: #333;
    font-weight: bold;
    border-bottom: 2px solid #50b5c9;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left:15px;
}
.item_biaoti{line-height:26px;text-align: center;margin:10px 0 20px;    font-size: 15px;    font-weight: bold;}

.liulancishu{line-height:26px;text-align: right;margin: 20px 0 0;}
.fy{padding:20px 0;margin-top: 50px;}
.newsjsk{margin:10px 0 20px;overflow:hidden;}

.content_nr{overflow:hidden;background:#fff;border:1px solid #e2e2e2;}
.content_nr ul{margin:20px;overflow:hidden;}
.content_nr li{line-height: 30px;}
.margin-15{margin:15px;}

/*过刊*/
.gklly{overflow: hidden;margin:20px 0;border-bottom: 1px solid #ececec;}
.gklly li{text-align: center;margin-bottom:10px;}
.gklly li img{;margin: auto;border:1px solid #eee;}
.table-bordered{width:99%;}


/*虚拟专题*/
.subject-img{width:25%;float:left;text-align: center;margin-right: 10px;margin-bottom: 25px;overflow: hidden;}
.subject-img img{margin-bottom:10px;}
.subject-name{line-height:22px;}

.plateBox {
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}


.at-resp-share-element .at-share-btn {
    padding: 3px 0 3px 3px !important;
}

.jsjg{background:#fff;padding:10px 0;width: 75%;}

.page_ul_two input{height:20px;}
/*解决rich页面头部导航文字不清楚*/
.navbar-brand, .navbar-nav>li>a {text-shadow: none;}


