/*webkit浏览器滚动条*/
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

::-webkit-scrollbar-track,::-webkit-scrollbar-corner {
	background: #F6F6F6;
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #CCC;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #CCC;
}
img{
	max-width: 100%;
	border: 0;
}
body,li,p,h1,h2,h3,h4,h5{
	margin: 0;
	padding: 0;
}
body{	
	font-size: 14px;
	font-family: "微软雅黑";
	color: #3a423b;
}
 
a{
	color:#3a423b;
	text-decoration: none;
}
a:hover{
	color: #0f6536;
	text-decoration: none;
}
.clear:after, .clear:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}

#header{
	display: block;
	height: 100px;
	padding-top:0px;
}
#header .con{ 
	padding: 12px 0 15px;
}
#header .fr{
	margin-top: 10px;
}
#header .fr,#header .fr a{
	color: #0e4308;
	line-height: 2;	
}
#header .fr a{
	text-decoration: underline;
	margin-right: 12px;
}
#header .fr a.no-line{
	text-decoration: none;
	color: #565a56;
}
.sitetitle{
	padding-top: 40px;
}
.fixed{
	position: fixed;
	top: 0;
	z-index: 9999;
	left: 0;
	border-bottom: 1px solid #d2d8cf;
	box-shadow: 0 3px 8px rgba(0,40,0,0.1);
}
.menu{
	display: block;
	width:100%;
	height: 36px;
	background-color: #f8fbf8;
	border-bottom:2px solid #0f6536;position: relative;
	z-index: 999; 
}

/*首页轮播图*/
#mybanner{ 
	*float: left;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	background-color: #f3f3f3;
}
#mybanner div.orbit,#mybanner div.orbit-wrapper,
#mybanner .focus-container,#mybanner .focus-box{
	width: 100%!important;
	height:350px!important;
}
#mybanner div.orbit img{
	width: 100%!important;
	height: 350px!important;
}

#mybanner div.slider-nav span{
	opacity: 0.4;
}
#mybanner .focus-box{
	margin-bottom: 0;
}
.focus-title-bar,.focus-pagination1,.focus-title-bg,
.focus-pagination,
.fouce-box-m{
	display: none;
}
#mybanner .focus-page{
	width: 30px;
	height: 16px;
}
.focus-bg{
	opacity: 0!important;
}
.focus-title-bar{
	bottom: 0;
}
.focus-pagination .btn-ms{
	top: 16px!important;
}
#mybanner .focus-navigation{
	opacity: 0.4;
}
.container{
	padding: 0;
	width: 1200px;
}
.block,.newspic{
	width: 50%;
	*width: 48%;
	padding: 0 1%;
	position: relative;
}
.w33per{
   width:48%; padding:0 1%;position: relative;
   margin-bottom: 15px;
}
.title{
	border-bottom: 1px solid #e9ebea;
	display: block;
	*float: left;
	*width: 100%;
	padding: 14px 0 12px;
	margin-bottom: 10px;
}
.title i{
        *display: none;
	color:#0f6536;
	font-size: 22px;
	margin-right: 8px;
	vertical-align: text-bottom;
}
.title h4{
	*float: left;
	display: inline-block;
	font-size: 20px;
}
.morebtn{
	float: right;
	color: #8f9c95;
}
.morebtn:hover{
	color: #0f6536;	
}

.grey{
	background: url('images/greenbg.jpg') top center no-repeat #f5fcf4;
	margin: 40px 0 20px;
	padding: 20px 0 30px;
	min-height: 300px;
}
.grey .wp_article_list .list_item{
	border-bottom: 0;
}
.grey .title{
	border-bottom:0px; margin:0 5px 0;
}
.grey .news{
	background-color:rgba(255,255,255,0.55);
	border:1px solid #fff; padding:6px 15px;
	border-radius:8px;
}
.news li::before{content:"\f0da";  font: normal normal normal 14px/1 FontAwesome; display:inline-block;vertical-align: middle;color:#0f6536;}
.news li span{
	position: absolute; right:0; color:#a9aeb1;font-size:14px;
}
.news li a{
	display: inline-block; width: 82%;
	overflow: hidden; 
	white-space: nowrap; text-overflow: ellipsis; vertical-align: middle;
}
.news li{
   padding:10px 0;   display: block;  position: relative; border-bottom:1px dashed #eee;
}
.picList{
	margin-bottom: 10px;
	*float: left;
	display: inline-block;
       width:100%;
}
.unit{
	display: block;
	margin:0 0 15px 0;
}
.unit li{
	*float: left;
	display: inline-block;
	width: 14.28%;
	margin-left: -4px; 
	text-align: center;
	transition: all 0.4s ease 0s;
	padding: 15px 0;
	border-radius: 8pt;
vertical-align: top;
}
.unit.six li{width:16.7%}
.unit li p{
	line-height:1.4;padding:10px 0;
}
.unit li:hover{
	transform: translateY(-4px);
	box-shadow: 1px 2px 25px rgba(0,100,20,0.2);
}




.foot{
	display: block;
	width:100%;
	background: url('images/footerbg.jpg') top center no-repeat #306245;
	padding:40px 0; 
	color:#e1e6e3;
	line-height: 1.8;
}
.foot li{
	*float: left;
	display: inline-block;
	width: 32%;
	vertical-align: top;
margin-top:15px;
}
.foot li.wechat{
	text-align: right;margin-top:0;
}
.foot li.wechat img{
	height: 140px;
}
.foot li a{
	color:#d7ded8; 
}
.banner{
	*float: left;
	display: inline-block;
	width: 100%;
	background: url('images/b.jpg') center bottom no-repeat;
	height: 220px;
	position: relative;
	z-index: -1;
}


.clear{
	clear:both;
	float:none;
	content:'.';
}

.possplit{
	background: url('images/aa.gif') 0 center no-repeat;
	margin: 0 5px;
}

.leftside{
	position: relative;
	z-index: 1;
	width:21%;
	margin-top: -15px;
	background-color: #dbe9da;
	margin-bottom: 40px;
	border-top: 10px solid #11733a;
	padding-left: 25px;
}
.leftTitle{	
	display: block;
	color: #11733a;
	font-size: 24px;
	font-weight: 100;
	padding: 28px 0 20px; 
}
.leftside ul{
	display: block; 
	width: 100%;
	padding: 0;
	margin: 6px 0 20px;
	border: 0;
}
.leftside .wp_listcolumn{
	border: 0;
}
.leftside li{
	margin-bottom: 5px;
	text-indent: 15px;
}
.leftside li.wp_column{
	display: block;
	line-height: 45px;
}
.rightside{
	width:76%; 
	margin-bottom: 60px;
	min-height: 600px;
}
.righttitle{
	display: block;
	width:100%;
	border-bottom: 1px solid #dbe0dc;
	margin-bottom: 20px; 
}
.righttitle h4{
	*float: left;
	display: inline-block;
	padding:0 10px;
	margin: 6px 0 -1px;
	font-size: 24px;
	font-weight: 100;
	color:#11733a;
	line-height: 65px;
	border-bottom: 4px solid #11733a;
}
.pos{
	float: right;
	margin-top: 32px;
	margin-right: 10px;
	color: #798078; 
}
.banner .container{
	position: relative;
}
.displayTitle{
	position: absolute;
	top: 47px;
	right: 100px;
	border-bottom: 7px solid #4cbb43;
	width: 370px;
	background-color: rgba(15,101,54,0.65);
	color: #fff;
	height: 180px;
	text-align: center;
	padding: 40px 0;
}
.displayTitle a{
	color: #fff;
}
.displayTitle h4{
	font-size: 30px;
}
.displayTitle h4::after{
	display: block;
	width: 50px;
	height: 3px;
	background-color: #fff;
	content: '';
	margin: 20px auto;
}
 
.detail{
	float: left;
	width:100%;
	min-height: 700px;
	margin: 20px 0 20px;
}
 

/*修改原来的样式*/ 
/*轮播图片*/
.focus-box{
	margin-bottom: 0!important;
}
.focus-pagination{
	top: auto!important;
	bottom: 10px!important;
	padding-right: 10px!important;
}
.focus-title-bar{
	background-color: rgba(0,0,0,0.6);
	padding: 20px 0;
}
.focus-title{
	line-height: 50px;
	height: 50px;
}
.focus-page{
	border: 0!important;
}
#mybanner .focus-title-bar,#mybanner .focus-pagination{
	display: none!important;
}
/*导航部分*/
 
.wp_nav { display:block; margin: 0; padding: 0;display: block; *zoom:1;}
.wp_nav * {margin: 0; padding: 0}
.wp_nav:after {clear: both;content: ".";display: block;height: 0; }
.wp_nav .nav-item { display:inline-block;width: 12.5%; float:left; position:relative; vertical-align:bottom; }
.wp_nav .on { z-index:10;}
.wp_nav .nav-item .mark {display:block; background-color: transparent; width:100%; height:95%; position:absolute; left:0;top:0%; z-index:99;}
.wp_nav .nav-item a{ font-family:"Microsoft Yahei"; display:block;text-align:center;position:relative; z-index:100;}
.wp_nav .nav-item:hover a.parent{background:#0f6536;color:#fff;}
 
.wp_nav .nav-item a.parent {color:#000;}
.wp_nav .nav-item a span.item-name { display:inline-block; padding:5px 34px;font-size: 16px; line-height:26px;cursor:pointer;}
.wp_nav .sub-nav {display:block; width:100%!important; height: auto!important; position:absolute; z-index:200; visibility:hidden; border:1px solid #ccc;border-top:none;}
.wp_nav .sub-nav .nav-item { white-space:nowrap;background:#fff; }
.wp_nav .sub-nav .nav-item .mark {background-color: transparent }
.wp_nav .sub-nav .nav-item a {font-family:"Microsoft Yahei"; font-size:13px;font-weight:normal; color:#000;text-align:center;border-top:1px solid #D8E1CC;min-width: 80px;}
.wp_nav .sub-nav .nav-item a.parent:hover{ color:#0f6536;}
.wp_nav .sub-nav .nav-item a.parent { background:#eee;color:#000;}
.wp_nav .sub-nav .nav-item a span.item-name { padding:5px 10px;font-size: 14px; line-height:24px;}
.wp_nav .nav-item a.parent:hover span.item-name{}
.wp_nav .nav-item a.parent span.item-name{}
.wp_nav .sub-nav .nav-item a.parent:hover span.item-name{}
.wp_nav .sub-nav .nav-item a.parent span.item-name{}
.navbar li.on:hover> a span.item-name,.navbar li.selected>a span.item-name{
	color: #268c31;
	font-weight: bold;
}
/*搜索框*/
.wp_search .keyword{
	border: 1px solid #ddd;
	border-radius: 5px;
	height: 38px;
	width: 180px!important;
	line-height: 38px;
    vertical-align: top;
    padding: 0 10px;
}
.wp_search .search {
    background: url('images/btnbg.png') no-repeat;     
    color: #fff;
    width: 70px;
    height: 40px;
    border-radius: 5px;
    border: 0;
    cursor: pointer; 
    margin-top: 5px;
    margin-left: 8px;
}

/*图片新闻列表*/
.div_piccontenttitle_ul{margin-right: -1%;float:left;width:100%;}
.div_piccontenttitle_li{float:left;width:24%;height:100%;line-height:100%; margin-right:1%;list-style: none;}
.div_piccontenttitle_li .c_pt_12{zoom:1;overflow:hidden}
.div_piccontenttitle_li .c_pt_12 .c_pic{float:left;width:100%;padding:0px 3px 0px 3px;}
.div_piccontenttitle_li .c_pt_12 .c_pic img{background:#fefefe;border-radius: 10px;}
.div_piccontenttitle_li .c_pt_12 .c_txt{float:left; width:100%; text-align: center;}
.div_piccontenttitle_li .c_pt_12 .c_txt h3{font-weight:400;font-size:14px;line-height:20px;white-space:normal;margin:12px 5px;}
.div_piccontenttitle_li .c_pt_12 .c_txt p{display:none;color:#666;text-indent:2em}


/**文章列表:UL**/
.wp_article_list{ display:block; width:100%;}
.wp_article_list .list_item {*float: left;
	display: inline-block; width:100%; height:auto; line-height:1.6;padding: 10px 0; border-bottom:1px dashed #e6ece8; vertical-align:top; }
.wp_article_list .list_item span { display:inline-block; vertical-align:top; float:left;width: 100%; margin-left:0px;}
.wp_article_list .list_item .pr_fields { display:inline; float:left;width:74%;}
.wp_article_list .list_item .Article_Index { 
	display:inline-block; width:10px; height:16px; 
	margin-top:3px; float:left; 
	margin-right:5px; overflow:hidden; text-indent:-99em; 
	background:url(images/arrow.png) no-repeat left center;
}
.wp_article_list .list_item .Article_Title { float: left;width:90%;}
.wp_article_list .list_item .Article_Title a{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.wp_article_list .list_item .ex_fields { display:inline; float:right;}
.wp_article_list .list_item .Article_PublishDate { color:#666;}
.wp_article_list .list_item .Article_VisitCount { color:#999;}

/*学术报告-滚动*/
#tabw4 .imgscroll2_td{
	width: 230px;
	padding: 0 15px;
	white-space: normal;
	text-align: center;
}
.imgscroll2_td  .imgscroll2_img{
	display: block;
	margin-bottom: 15px;
	padding: 0 12px;
}
#tabw4 .imgscroll2_td  .imgscroll2_img  img{
	border-radius: 50%;
	border: 6px solid #fff;
}
.imgscroll2_td div span{
	line-height: 1.5;
}
#tabw15 .imgscroll2_td{
	width: 300px;
	text-align: center;
}

.dtjt9_div_text .dtjt9_div_text_title{
	*background-color: transparent;
	background-color: rgba(0,0,0,0.6);
	bottom:15px;
	position:absolute;
	width:100%;
	height:40px;
	*padding-top:12px;
	line-height: 40px;
	text-align: left;
	text-indent: 10px;
}
.dtjt9_div_text .dtjt9_div_text_title a{
	color:#fff;
}
#w33imgNumber{
	position: absolute;
	width:100px;
	z-index: 999;
	bottom:12px;
} 
/*学术报告-new*/
.xueshu .wp_article_list{
	margin: 0;
}
.xueshu .wp_article_list .list_item{
	height: auto;
	float: none;
	*float: left;
	display: inline-block;
	width: 31.8%;
	border-bottom: 0;
	position: relative;
	margin-bottom: 40px;
	margin-right: 1%;
}
.xueshu .wp_article_list .list_item .ex_fields span{
	margin-bottom: 5px;
	color: #888;
}
.xueshu .wp_article_list .list_item .ex_fields{
	width: 100%; 
	line-height: 1.6;
}
.xueshu .wp_article_list .list_item .ex_fields span.Article_MicroImage{
	float: left;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	border: 3px solid #fff; 
	overflow: hidden;
	margin-right: 5px;
}
.xueshu span.Article_MicroImage img{
	height: 160px;
	width: 160px;
}
.xueshu .wp_article_list .list_item .ex_fields span.Article_Author{
	font-size: 24px; 
	color: #223a25;
	padding: 10px 0 4px;
	width: 45%;
}
.xueshu span.Article_ShortTitle{
	width: 45%;
	background: url('images/time.png') left center no-repeat;
	padding-left: 22px;
}
.xueshu span.Article_AuxiliaryTitle{
	width: 45%;
	background: url('images/add-cin.png') left center no-repeat;
	padding-left: 22px;
}
.xueshu .wp_article_list .list_item .pr_fields{
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	font-size: 16px;
	text-align: center; 
}
.xueshu .wp_article_list .list_item .Article_Title{
	width: 100%;
}
 
/*左侧导航*/
.wp_listcolumn .wp_column a{
	border-top: 0;
	border-bottom:0;
	font-size: 16px;
	color: #4f554f;
	background: none;
	font-weight: 100;
}
.wp_listcolumn>li a:hover,.wp_listcolumn .wp_column a.selected,
.wp_listcolumn li.wp_column a:hover{
	display: block;
	background:none #11733a!important;
	cursor: pointer;
	color: #fff; 
}
.wp_listcolumn .wp_subcolumn .wp_column a{
	border-bottom: 0;
}
.wp_listcolumn .wp_subcolumn .wp_column a:hover{
	color: #268c31;
}
.wp_listcolumn .wp_subcolumn{
	border-top: 0;
	padding: 5px 0;
	background-color: #f5f7f4;
}
.wp_subcolumn li.wp_column{
	line-height: 40px;
}
.wp_listcolumn .wp_subcolumn .wp_column a{
	background: none;
}
.wp_listcolumn .wp_subcolumn .wp_column a.selected{
	color: #268c31;
}
 
/*列表页*/
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.newslist{
	float: left;
	width: 98%;
	min-height: 500px;
}
.newslist li{
	display: block;
}
.newslist .wp_article_list .list_item{
    font-size:15px;
	height: 50px;
	border-bottom: 1px dashed #ddd;
}
.newslist .wp_article_list .list_item span a:hover{
      color:#000000;
      
}
/*图片列表兼容手机*/
.newslist .wp_article_list_table{
	display: block;
}
.newslist .wp_article_list_table tr{
    *float: left;
	display: inline-block;
    width: 25%;
}
.newslist .wp_listalbumn .albumn_info .Article_Title{
	padding: 15px 0;
        height:65px;
}
 

/*3x3*/
.wp_article_list_table{
	width: 100%;
}
.wp_article_list_table td{
	padding: 0 10px;
}
.wp_article_list_table .Article_MicroImage img{
	width: 100%!important;
	height: 180px!important;
}
.pr_fields{
	float:left;
}
#wp_paging_w8{
	display: block;
	text-align: center;
}
.wp_paging{
	margin: 20px 0 50px ;
	*float: left;
	display: inline-block;
	float: none;
}
.wp_paging li a{
	height: 40px!important;
line-height: 40px!important;
}

.wp_paging li{
	*float: left;
	display: inline-block;
	height: 40px!important;
	line-height: 40px!important;
}
.wp_paging li em{
	font-style: normal;
	color:#1b774e;
}
.page_nav a{
	border:1px solid #eee;
	padding:0 10px;
	background-color: #f4f4f4;
	margin:0 5px;
}
.wp_paging li input{
	width:50px!important;
	margin-top: 0!important;
	height: 38px;
    line-height: 38px;
}
.wp_paging li a.pagingJump{
	background-color: #1b774e;
	padding:0 8px;
	color:#fff;
}
.pagingJump:hover{
	color:#fff;
}
.biaoti3{
	font-size:22px;
	color: #006731;
	padding: 30px 0 18px;
	display: block;
	text-align: center;
}
.article{	
	line-height: 2; 
	float:left;
	width:98%;
	margin:8px 1% ; 
	border-top: 1px solid #eee;

}
.wp_articlecontent{
	margin-top: 20px;
}
.article p{
	line-height: 2;
}
.border2{
	color: #aaa;
	text-align: center;
	display: block;
}
.border2 span{
	color: #777;
	margin-right: 20px;
}
.rencai{
	display: block;
	margin: 10px 0 10px 5%;
	line-height: 2;
	color: #5b625c;
}
.rencai h4{
	font-size: 20px;
	font-weight: bold;
	color: #315d36;
margin: 0;
}
.rencai p{
    font-size:17px;
    font-weight:bold;
    margin: 5px 0 20px;
    text-indent: 40px;
}
.dtjt9_div_text .dtjt9_div_text_title a{
	font-size: 16px;
}
.rightside .wp_articlecontent table{width: 100%!important;}
.wp_articlecontent table{
   
    border: 1px solid #e7e7e7!important;
    margin-bottom: 40px;
    border-collapse: collapse;
    font-family: "Microsoft Yahei";
    font-size: 15px;
  }
  .wp_articlecontent table th{    
    font-size: 16px;
    line-height: 40px;
    padding: 5px;
    color: #11733a;
    text-align: center;
    border: 1px solid #e7e7e7!important;
    background-color: #dbe9da!important;
  }
  .wp_articlecontent table td{
    line-height: 1.5;
    padding:10px 6px;
    border: 1px solid #e7e7e7!important;
  }
  .wp_articlecontent table tr:nth-of-type(2n+1){
    background-color: #f9f9f9;
  }

.mapimg{
   width:1190px!important;
  max-width:1190px!important;
}


.closetb{  
	font-size: 30px;
	padding: 1rem 2rem; 
	border-bottom: 0;
	line-height: 2rem;
	color: #fff; 
	text-align: right;
	display: none;
}
.m-menubtn{  
  float: right;
  font-size: 20px;
  line-height: 1;
  padding:1rem 1.5rem; 
  text-align: center;
  color: #0f6536;
  display: none;
  background-color: #f7faf7;
}
.wp_entry img{
	max-width: 100%!important;
}
.fixed-img{
	position: fixed;top:28%;left:50%;margin-left:620px;z-index: 9999;width: 260px;height:320px;
}
.fixed-img .wp_article_list .list_item .Article_Title,
.fixed-img .wp_article_list .list_item .Article_Index{
	display: none;
}
.fixed-img .wp_article_list .list_item{
	border-bottom: 0;
}
.fixed-img .wp_article_list .list_item span{
	width: 140px;
}

@media (max-width: 324px) {
	.newslist .wp_article_list .list_item .pr_fields{
		width: 70%!important;
	}
}
@media (max-width: 640px) {
	img{
		max-width: 100%!important;
	}
    .container{
    	width: 100%;
    	padding: 0 3%;
    }
    #header .fr,.menu,
    .leftside,
    page_jump,
    pages_count,.fixed-img{
    	display: none;
    }
    #header{
    	height: auto;
    	padding: 18px 0 18px 3%;
    	border-bottom: 3px solid #0f6536;    	
    }
    #header img{
    	float: left;
    	width: 80%;
    }
    #mybanner div.orbit,#mybanner div.orbit-wrapper,
	#mybanner .focus-container,#mybanner .focus-box{
		width: 100%!important;
		height: 16rem!important;
	}
	#mybanner div.orbit img{
		width: 100%!important;
		height: 16rem!important;
	}     
    .m-menubtn,.closetb{
	    display: block;
	}
	.menu{
		position: fixed;
		top: 0;
		left: 0;
		background-color: #328559;
		z-index: 990;
		height: 100vh;
		width: 100vw;
		border-bottom: 0;
	}
	.block,.newspic,.w33per{
		width: 100%;
	}
	.unit li{
		width: 33%;
		padding: 8px 1.5%;
	}
	.foot{
		padding: 20px 0;
	}
	.foot li{
		width: 100%;
		text-align: center;
	}
	.foot li.wechat{
		text-align: center;
		margin-top: 8px;
	}
	.banner{
		height: 11rem;
		background-size: auto 11rem;
		box-shadow:inset 1px 2px 8px rgba(0,100,50,0.3);
	}
	.rightside{
		width: 100%;
	}
	.displayTitle{
		width: 70%;
		height: auto;
		padding: 20px 0;
		right: 20px;
		top: 11px;
	}
	.displayTitle h4::after{
		margin: 14px auto;
	}
	.detail{
		margin-top: 10px;min-height: 300px;
	}
        .righttitle{margin-bottom:0;}
	.righttitle h4{
		font-size: 22px;
	}
	.displayTitle h4{
		font-size: 24px;
	}
	.div_piccontenttitle_li{
		width: 49%;
display:inline-block;vertical-align:top;float:none;
	}
	.wp_nav .nav-item{
		width: 100%;
	}
	.wp_nav .nav-item a span.item-name{
		color: #fff;
		padding: 0;
	}
	.wp_nav .sub-nav{
		position: relative;visibility: visible!important;top:0!important;border:0;
	display: inline-block;
	}
	.wp_nav .sub-nav .nav-item{background: rgba(0,0,0,0.15);}
	.wp_nav .sub-nav .nav-item a{border-top: 0;}
	.newslist .wp_article_list_table{
		display: table;
	}
	.newslist .wp_article_list_table tr{
		display: table-row;
	}
.div_piccontenttitle_li .c_pt_12 .c_pic img{
    height:10rem!important;
     }
.jwplayer{height:17rem!important;}
}
