/* CSS Document */

body, p, input, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, form { margin: 0; padding: 0; list-style: none; vertical-align: middle; font-weight:normal; }
	img { border:0; margin: 0; padding: 0;   }
*{margin:0; padding:0; list-style:none; }
img{margin: 0;border: none;}

a {
    color: #333;
    text-decoration: none;
	outline:none;
    transition: ease-in 0.3s;
}

a:active{star:expression(this.onFocus=this.blur());}


dl, ul{list-style:none;}
.clear {
    clear: both;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

/*???????*/
.fix{*zoom:1;}
.fix:after{display:table; content:''; clear:both;}
.clear{clear: both;}
.fl{
 float:left;
 
}

.fr{
 float:right;
 
}
/*????*/
.wid_main{
	width: 1200px; 
	margin:0 auto;
}

.main{
background: rgb(227 242 252 / 70%);
}

.w50{
width: 598px;
}

.topContainer
{
width:100%;
z-index:9999;

}

.topbox{
	background-color: #2f4435;
	position:relative;	
	
}
.top_line{
	height: 36px;
	border-bottom: #007750 solid 1px;
	background-color: #2f4435;
	position:relative;	
}
.top_line h2{
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 34px;
}


.top_line .link_box{
float:right;
  }

.top_line ul{
position:relative;
}

.top_line li{
display:block;
position:relative;
 float:left; 
 }

.top_line li .a{
 display:block; 
 text-align:center; 
 position:relative;
 color:#FFF; 
 height:34px;
 width:70px;
   line-height:34px;
   font-size: 14px;
 }

.top_line li .a strong{ display:block;font-size: 14px; text-align:left; line-height:34px; position:relative; z-index:1;  }

.top_line li:hover .a{
 
 }




.top_logo{	
	height:130px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;	
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack:justify ;
    justify-content: space-between; 
	background-color: #007750;	
	overflow:hidden;
}
.logo
{
float:left;
width:800px;
margin-top: 10px;
}


.sos
{
float:right;
margin-top:50px;
}
.sos ul{
	overflow: hidden;
	 padding-bottom: 10px;
}
.sos ul img{
	float: left;
}
.sos ul li:first-child{
	padding-left: 0px;
}
.sos ul li{
	padding:0 15px; 
	float: left;
}
.sos ul li a{
	color: #007750;
	font-size: 16px;
}
.sos input{
	width: 200px;
	height: 34px;
	padding: 0 10px;
	border: solid 1px #007750;
	border-radius: 2px;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	float: left;
}
.sos button{
	width: 50px;
	height: 36px;
	background: #007750;
	border: none;
	border-radius: 2px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;

}

/*????*/


.top_nav{
	height: 60px;
	background-color: #FFF;	
	width:100%;
z-index:9999;
border-bottom: solid 1px #007750;

}
 .dh{
	
	height: 60px;	
	width: 100%;
	
}
.dh ul{
	padding: 0 0px; 
	
} 
.dh ul li{
 	float: left;
 	width: 132px;
 	height: 60px;
 	text-align: center;
 	border-left:solid 0px #69aed8;
 	position: relative;

 }
.dh ul li:first-child{
	border-left:none;
}
 .dh ul li>a{
	display: inline-block;
	color: black; 
	line-height: 60px;
	height:60px;
	font-size: 18px; 
	position: relative;
	bottom: 0px; 
	width: 100%;
}

.dh ul li:hover>a{
	background: #007750;
	color:#fff;
}


 .dh ul li ul{
	background: #fff; 
	font-size: 16px; 
	/*-moz-box-shadow:0px 2px 7px #e6e6e6; -webkit-box-shadow:0px 2px 7px #e6e6e6; box-shadow:0px 2px 7px #e6e6e6;*/
	padding: 0px 0;
	text-align: left;
	position: relative;
    z-index: 100;
	width: 132px;
	display: none;	
	 
}

.dh ul li ul li a{ 
	color: #fff;
	background: #fff; 
	display: block;
	height: 60px;
	line-height: 60px;
	padding-left: 0px;
	width: 132px;
	/*border-bottom: solid 1px #d8e8f1;*/
	transition:padding-left .5s;
-moz-transition:padding-left .5s; /* Firefox 4 */
-webkit-transition:padding-left .5s; /* Safari and Chrome */
-o-transition:padding-left .5s; /* Opera */	
 background: url(../images/menubg.png) repeat; 
}

.dh ul li ul li:hover a{ 
 background: #007750; 
 color: #fff;
}


/*?????;*/
 .swiper-container { 
 position: relative;
  overflow: hidden; 
  height:300px; 
  max-width:100%;
   width: 100%;
}
.swiper-container .arrow-left {
  background: url(../images/arrows.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 99;
}
.swiper-container .arrow-right {
  background: url(../images/arrows.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
   z-index: 99;
}
.swiper-slide {
	position:relative;
	text-align:center;
}
.swiper-slide a  img {
	width: 100%;
	height:100%;
}
.gallerytitle {
text-align: center;
font-size: 1em;
height: 30px;
line-height: 30px;
color: #fafafa;
position: absolute;
left: 0;
bottom:0;
right: 0;
background: #000;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity:0.5;
opacity:0.5;
}

.pagination {
  position: absolute;
  z-index: 20;
  bottom: 5px;
  width: 120px;
  text-align: center;
  right:0;
  
}

.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 0px 0px  2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
	 


.TopNews_Container{
 overflow:hidden;
}
.TopNews{
 width:878px;
}

/*??????*/
.slidepic{
	float:left;
	width:350px;
	height:270px; 
	overflow:hidden; 
	position:relative;
	
  }
.slidepic ul{
	 position:relative; 
	 height:100%; 
	 z-index:0;  
  }
.slidepic ul li{
	 zoom:1; 
	 vertical-align:middle; 
	 overflow: hidden;
	 position: relative;
  }
.slidepic ul img{
	 width:100%; 
	 height:260px; 
	 display:block; 
  }
.slidepic ul li h2{
	background-color: rgba(0,0,0,.7); 
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff; 
	text-align: center;
	position: absolute; 
	left: 0;
	bottom: 0; 
	width: 94%; 
	padding: 0 3%; 
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
}

.pagination2 {
  position: absolute;
  z-index: 20;
  bottom: 5px;
  width: 70px;
  text-align: center;
  right:0;
  
}

/*???*/
.TopNews_List
{ 
float:left;
position:relative;
width:520px;
height:268px;
overflow:hidden;
margin-top: 0px;
margin-left: 5px;
box-shadow: 2px 2px 2px 2px #e7e4e4;
box-sizing: border-box;
padding: 0px;
transition: ease-in 0.3s;
border:1px solid #e7e4e4
}


.TopNews_List ul li a {
	color: #333;
	display: block;
	padding: 10px 0;
	position: relative;
	
}
.TopNews_List ul li a:after {
	z-index: -1;
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	top: 0;
	bottom: 0;
	background: #ddd;
	left: 91px;
}
.TopNews_List ul li a:hover {
	/*background: #006595;*/
}
.TopNews_List ul li a:hover .date label, .TopNews_List ul li a:hover .date span, .TopNews_List ul li a:hover .text p {
	color: #007750;
}
.TopNews_List ul li a:hover .text h3 {
	color: #007750;
}
.TopNews_List ul li a:hover .text:after {
	background: #fcc442;
}
.TopNews_List ul li a:hover:after {
	background: #ddd;
}
.TopNews_List ul li .date {
	font-size: 12px;
	line-height: 20px;
	float: left;
	width: 75px;
	margin-right: 15px;
	text-align: right;
}
.TopNews_List .date span {
	display: block;
	font-size: 15px;
	margin-bottom: 5px;
	color: #333;
}
.TopNews_List .text {
	padding:0 10px 0px 10px;
	overflow: hidden;
	position: relative;
	border-bottom:0px #c8d8f2 dashed
}
.TopNews_List .text:after {
	content: '';
	display: block;
	width: 3px;
	left: 0;
	background: #007750;
	top: 0px;
	position: absolute;
	height: 20px;
}
.TopNews_List .text h3 {	
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}


/*??*/
.TopNotice{
 width:310px;
 height:326px;
 position:relative;
 float:right;
overflow:hidden;
margin-top: 0px;
margin-left: 10px;
}


.TopNotice_List
{

width:308px;
height:268px;
box-shadow: 2px 2px 2px 2px #e7e4e4;
box-sizing: border-box;
padding-left: 10px;
transition: ease-in 0.3s;
border:1px solid #e7e4e4
}


.TopNotice_List  ul a{
	color: #333;
	font-size:15px;
	line-height: 40px;
	
}

.TopNotice_List ul a:hover{
	color: #007750; 
}
.TopNotice_List  ul a p{
	display: inline-block;
}
.TopNotice_List  ul a span{
	float: right;
	color: #007750;
}




.column_title {
    	display: inline-block;
	width:100%;
	line-height:35px;
	height:35px;
	border-bottom: solid 1px #007750;
	margin-top:5px;
	margin-bottom:0px;
}
.column_title h2 {
  float: left;
  color:#007750;
padding-left:10px;
 
	font-size: 20px;
    font-weight: bold;
}

.column_title a {
    color: #007750;
    display: block;
    font-size: 14px;   
	float:right;
	padding-right:20px;
}




/*????*/


.CommonNews {
overflow: hidden;
}
.CommonNews .left{
	width:380px;	
	border-right: solid 0px #e0e0e0;
	margin:0 10px 10px 10px;
	
}

.CommonNews .left ul
{
padding-left:10px;
padding-right:10px;
box-shadow: 2px 2px 2px 2px #e7e4e4;
box-sizing: border-box;
transition: ease-in 0.3s;
border:1px solid #e7e4e4
}

.CommonNews .left ul a{
	color: #333;
	font-size:15px;
	line-height: 40px;
	
}

.CommonNews .left ul a:hover{
	color: #007750; 
}
.CommonNews .left ul a p{
	display: inline-block;
}
.CommonNews .left ul a span{
	float: right;
	color: #333;
}




/*?б???*/

/*?б?*/

.n_list{ 
width:100%;
float:left;
 background:#fff;
  }

.ListColumnTitle {
   width:290px;
    height: 80px; 
  line-height: 80px;
background-color: #007750;  	
   text-align:center;
  
    position: absolute;
    z-index: 2;
    bottom: 0;
    /*left: 50px;*/
    
	 font-size:24px;
  	 
	filter:alpha(opacity=90);  /*IE*/
	-moz-opacity:0.9;  /*Netscape Navigator*/
	-khtml-opacity: 0.9;  /*Safari */
	opacity: 0.9;  /*Firefox, Safari,  Opera*/
}
.ListColumnTitle  span{
   color: #fff;
    font-size: 24px;
}

.position{
	color: #333;
	font-size: 16px;   
	position: absolute;   
	right:50px;
	top: 0px;
}

.position span, .position a, .position i{ 
font-size:16px; 
color:#333;
}

.position em{ 
font-size:16px;
 color:#333;
  font-style:normal;
  }

.position a:hover{ 
color:#7f0103;
}


.n_left{ 
width:290px; 
float:left;
display:block;
background:#FFF;
}
.n_left .subcontent{
 margin-bottom:22px;
  background:#FFF;
}

.n_left .subcontent a{ 
	display:block; 
	border:1px solid #d6d5d2;
	border-top:none; 
	height:50px;  
	background:url(../images/icon_left_li.png) 250px center no-repeat ; 
}

.n_left .subcontent a strong{ 
	width:220px; 
	margin:0 auto; 
	display:block; 
	position:relative; 
	font-size:14px;
	color:#555555;
	line-height:50px; 
	height:50px; 
	overflow:hidden;
  }

.n_left .subcontent a:hover { 
	border:1px solid #007750; 
	border-top:none; 
	background:url(../images/icon_left_li_on.png) 250px center  no-repeat  #007750; 
	color:#555555;
 }

.n_left .subcontent a:hover strong{ 
	font-weight:bold;
	color:#fff;
  }

.n_left .subcontent a.on {
	border:1px solid #007750; 
	border-top:none;background:url(../images/icon_left_li_on.png) 250px center  no-repeat  #007750; 
	color:#fff;
}

.n_left a.on strong{
 font-weight:bold;
  color:#fff;
  }

.n_left .link_box a{ 
display:block;
 margin-bottom:10px;
 }

 


.n_right{ 
width:900px;
float:right;
 background:#fff;
  }

.list-title {
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #eeeeee;
    padding: 0 10px;
    width: 100%;
	float:left;
	position: relative;
 overflow:hidden;
}
.list-title  h2{
font-size:20px;
}
.list-content ul
{
	padding-left: 10px;
padding-right: 10px;
}

.list-content li
{
border-bottom: 1px dotted #eeeeee;
}

.list-content ul a{
	color: black;
	font-size:15px;
	line-height: 36px;
}

.list-content ul a:hover{
	color: #007750; 
}
.list-content ul a p{
	display: inline-block;
}
.list-content ul a p span{
	float: none;
}
.list-content ul a span{
	float: right;
	color: #black;
}

.ListColumn_title  a{
  color:#007750;
font-size: 20px;
}

#pager{
text-align:center;
margin-top:15px;
margin-bottom:15px;

}
.p_pages span{
margin-right:10px;
padding:5px;
border-radius:4px;
font-size:14px;
background-color:#ccc;
display: inline-block;
min-width: 20px;
text-align: center;
}

.p_pages span a{
color:#333
}
.p_pages span.p_no_d{
background:#007750;
color:#FFF;
}
.p_pages span.p_no_d a{
color:#fff
}
/*?б????*/


/*?????*/

.NewsPath{
width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #007750;
    font-size: 20px;
}
.NewsDetail 
{
   width: 1200px;
    height: auto;
    padding: 0px 15px 0px 15px;
    margin: 0 auto;
    background: #fff;
    margin: 0 auto;
    border: 1px solid #ccc;
  
}

.NewsTitle {
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    line-height: 45px;
	padding-top: 30px;
    padding-bottom: 30px;
}
.NewsAuthor {
    border-bottom: 1px dashed #ccc;
    text-align: center;
    font-size: 14px;
    min-height: 40px;
    line-height: 40px;
}

.NewsContent {
    width: 100%;
    line-height: 35px;
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 30px;
	text-align:left;
}

.NewsContent p {
    text-indent: 30px;
    margin-bottom: 10px;
 text-align:left;
}

.NewsContent  .MsoNormalTable p {
    text-indent: 30px;
    margin-bottom: 10px;
 text-align:center;
}
p img
{
 display:block;
margin:0 auto;
}
 .MsoNormalTable
{
 text-align:center;
margin:0 auto;
}
.vsbcontent_img{
text-align:center;
}


/*???????*/

/*???*/
.footer{	
	background-color: #007750;
	overflow: hidden;
}
.footer .wid_main{
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer .txt{
	float: left;
	width: 880px;
}
.footer .txt h2{
	font-size: 26px;
	color: #fff;
	position: relative;
	margin-bottom: 26px;
	padding-bottom: 6px;
}
.footer .txt h2 i{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 52px;
	background-color: #fff;
}
.footer .txt>div p:first-child{
	margin-bottom: 15px;
}
.footer .txt>div p{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	margin:6px 0;
}
.footer .right{
	float: right;
	overflow: hidden;
}
.footer .right .ewm{
	float: left;
}
.footer .right .ewm .pic{
	text-align: right;
}
.footer .right .ewm .pic p{
	display: inline-block;
}
.footer .right .ewm img{
	width: 80px;
	height: 80px;
	display: block;
}
.footer .right .ewm span{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 36px;
}


.footer .copyright{
	text-align: center;
	font-size: 14px;
	color: #fff;
	height: 50px;
	line-height: 50px;	
	background-color:#2f4435
}
.footer .copyright a{
	color: #fff;
}
.footer .copyright a:hover{
	opacity: .8;
}


/*english*/

.Eng_logo
{
float:left;
width:50%;

}
.Eng_logo img
{
width:600px;
height:120px;
}
.Eng_dh{
 
	height: 60px;	
	width: 100%;	
}
.Eng_dh ul{
	padding: 0 0px; 
	
} 
.Eng_dh ul li{
 	float: left;
 	width: 200px;
 	height: 60px;
 	text-align: center;
 	border-left:solid 0px #69aed8;
 	position: relative;

 }
.Eng_dh ul li:first-child{
	border-left:none;
}
 .Eng_dh ul li>a{
	display: inline-block;
	color: black; 
	line-height: 60px;
	height:60px;
	font-size: 18px; 
	position: relative;
	bottom: 0px; 
	width: 100%;
}
.Eng_dh ul li:hover>a{
	background: #007750;
	color:#fff;
}

.Eng_Newslist{
   
	width:98%;	
	border-right: solid 0px #e0e0e0;
	margin:0 10px 10px 10px;
	
}
.Eng_Newslist ul
{
width:100%;	
padding-left:10px;
padding-right:10px;
box-shadow: 2px 2px 2px 2px #e7e4e4;
box-sizing: border-box;
transition: ease-in 0.3s;
border:1px solid #e7e4e4
}

.Eng_Newslist ul a{
	color: #333;
	font-size:15px;
	line-height: 40px;
	
}
.Eng_Newslist ul a:hover{
	color: #007750; 
}
.Eng_Newslist ul a p{
	display: inline-block;
}
.Eng_Newslist ul a span{
	float: right;
	color: #333;
}