﻿@charset "utf-8";
	/* CSS Document */
body,div,dl,dt,dd,ul,li,form,h1,h2,h3,h4,h5,h6,p {
	margin:0;
	padding:0;
}
html {
	overflow-x:hidden;
	-webkit-text-size-adjust:none;
	width: 100%;
	height: 100%;
}
body{ 
	font-size:14px; 
	font-family:"微软雅黑" , Arial, Verdana, Geneva, sans-serif;
	position: relative;
	width: 100%;
	height: 100%;
}

ul,li,dl,dt,dd {
	display:block;
	list-style:none;
}
img {
	border:0;
	max-width:100%;
}
.clear {background:none;border:0;clear:both;display:block;float:none;font-size:0;overflow:hidden;visibility:hidden;width:0;height:0;}
a {color:#000;text-decoration:none;outline:none;}
.ellipsis{
    white-space: nowrap;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    -o-text-overflow: ellipsis; /*For Opera*/  
    -ms-text-overflow: ellipsis; /*For IE8*/ 
}
.container{
	width: 100%;
	height: auto;
}
.header{
	width: 100%;
}

/*幻灯片*/
#Slideshow { width: 100%; height: auto; margin:0 auto; position: relative; overflow:hidden;z-index: 0;}
#Slideshow .pics li{width: 100%;}
#Slideshow .pics li img{width:100%;}
/*数字按钮样式*/
#Slideshow .num { overflow:hidden; height: 25px; position: absolute; bottom:5px; right: 20%; zoom:1; z-index:3 }
#Slideshow .num li { width: 20px; height: 20px; line-height: 20px; text-align: center; font-weight: 400; font-family: "微软雅黑", Arial; color: #FFFFFF; background: #444444; margin-right: 10px; border-radius:50%; cursor:pointer; float: left; }
#Slideshow .num li.on { background: #e33d11; } /*当前项*/
/*上一个  下一个*/
#Slideshow .prev,#Slideshow .next { display: none; width: 40px; height: 100px; background: url(../images/btn.png) no-repeat; position: absolute; top: 170px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
#Slideshow .prev { left: 4px; }
#Slideshow .next { right: 4px; background-position: right;}

/*内页大图*/
.innerBanner{
    width: 100%; 
    height: auto; 
    margin:0 auto; 
}
.innerBanner img{
    width:100%;
}
.nav-search-bg{
    width: 100%;
    height: 45px;
    background: #108244;
    box-shadow: 0px 8px 15px #b4b3b3;
}
.nav-search{
    width: 1200px;
    height: 45px;
    margin: 0 auto;
    position: relative;
}
.zh-en{
    width: 120px;
    height: 30px;
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 999;
}
.zh-en li{
    width: 60px;
    height: 25px;
    float: left;
    background: #189b53;
    color: #fff;
    text-align: center;
    line-height: 25px;
}
.zh-en li.on{
    background: #0f7a40;
}
.zh-en li a{
    color: #fff;
}
.navigation{
    width: 970px;
    height: 45px;
    float: left;
    overflow-x:hidden 
}
.navigation li{
    width: 130px;
    height: 45px;
    line-height: 45px;
    float: left;
    font-size: 16px;
    text-align: center;
    background: url(../images/navline.jpg) no-repeat left center;
}
.navigation li.home{
    background: none;
}
.navigation li:hover{
    background:#086d35 url(../images/navline.jpg) no-repeat left center;
}
.navigation li a{
    color: #fff;
}
#search-form{
	width: 230px;
	height: 26px;
	float: right;
    margin-top: 9px;
	z-index: 999;
	background: url(../images/search.png) no-repeat;
}
#keywords{ width:185px; height:22px; float: left; margin-left: 10px; margin-top: 1px; outline: none; border: none; background: none;  font-size: 14px; font-family: "微软雅黑";}
#post-search{width: 35px; height: 25px; float: left; outline: none; border: none; cursor: pointer; background: none;}
.middler{
    width: 1200px;
    height: auto;
    padding: 20px 0;
    margin: 0 auto;
}

.index-about{
    width: 380px;
    height: 220px;
    float: left;
}
.index-news{
    width: 780px;
    height: 220px;
    float: right;
    position: relative;
}
.idx-cat{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #107d41;
    font-size: 18px;
}
.idx-cat .bar{
    width: 20px;
    height: 5px;
    background: #107e42;
    float: left;
    margin-top:17px; 
    margin-right: 5px;
}
.idx-cat span{
    color: #9a9595;
    text-transform: uppercase;
}
.idx-cat a.more{
    display: block;
    float: right;
    margin-top: 12px;
    width: 14px;
    height: 14px;
    line-height: 12px;
    border: 1px solid #d2d2d2;
    color: #d2d2d2;
    text-align: center;
}
.idx-cat a.more:hover{
    color: #959494;
    border: 1px solid #959494;
}
.index-about .gs-name{
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #107d41;
}
.index-about .gs-name a{
    color: #107d41;
}
.index-about .about{
    width: 100%;
    height: 150px;
    line-height: 25px;
    color: #4f4f4f;
    overflow: hidden;
}
.index-news .bd{
    width: 780px;
    height: 170px;
    padding-top: 10px;
}
.index-news .bd .first{
    width: 226px;
    height: 170px;
    float: left;
}
.index-news .bd .first .pic{
    width: 226px;
    height: 135px;
}
.index-news .bd .first .pic img{
    width: 100%;
    height: 100%;
}
.index-news .bd .first .tt{
    width: 226px;
    height: 35px;
    line-height: 35px;
    background: #108444;
    text-align: center;
    color: #fffefe;
}
.index-news .bd .first .tt:hover{
    background: #07582b;
}
.index-news .bd .first .tt a{
    color: #fffefe;
}
.index-news .bd .list{
    width: 385px;
    height: 170px;
    padding-left: 15px;
    float: right;
    border-left: 2px solid #e5e5e5;
}
.index-news .bd .list li{
    border-bottom: 1px dotted #a8a7a7;
    padding-bottom: 4px;
    float: left;
    margin-bottom: 6px;
}
.index-news .bd .list li.noborder{
    border: none;
}
.index-news .bd .list li .title{
    width: 385px;
    height: 30px;
    overflow: hidden;
    /*line-height: 30px;*/
}
.index-news .bd .list li .title a{
    font-weight: bold;
    color: #2f2f2f;
}
.index-news .bd .list li .title a:hover{
    color:#107d41;
}
.index-news .bd .list li .desc{
    width: 100%;
    height: 50px;
    line-height: 25px;
    color: #737070;
    overflow: hidden;
}
.index-news .hd{
    position: absolute;
    left: 236px;
    bottom: 0;
    width: 143px;
    height: 170px;
}
.index-news .hd li{
    width: 141px;
    height: 38px;
    margin-bottom: 12px;
}
.index-news .hd li.on{
    border-right: 4px solid #108444;
}
.index-news .hd li.on a{
    color: #fff;
    background: #108444;
}
.index-news .hd li a{
    display: block;
    width:120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #9a9595;
    border: 1px solid #e5e5e5;
}
.footer{
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding: 30px 0px;
    background: #e1e1e1 url(../images/footbg.jpg) repeat-x top;
}
.ft-main{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.ft-main .logo{
    width: 120px;
    height: 110px;
    float: left;
}
.ft-main .tel{
    width: 310px;
    height: 50px;
    float: left;
    margin-left: 70px;
    padding: 30px 0px 30px 70px;
    font-size: 18px;
    color: #686f75;
    background: url(../images/tel.jpg) no-repeat left;
}
.ft-main .tel p{
    width: 220px;
    height: 25px;
    line-height: 25px;
}
.ft-main .copyright{
    width: 630px;
    float: right;
    color: #686f75;
    line-height: 2em;
}

.partLeft{
    width: 248px;
    height: auto;
    background: #e9e9e9;
    float: left;
}
.partLeft .catname{
    width: 248px;
    height: 60px;
    background: #107e42 url(../images/cat.jpg) no-repeat 3px center;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.partLeft .catname span{
    color: #9a9595;
    text-transform: uppercase;
}
.partLeft .menuTree{
    margin-bottom: 10px;
    padding-left: 25px;
    width: 220px;
    overflow:hidden
}
.menuTree UL
{
    font-size: 100%;
    padding: 0px;
    margin: 0px;
    display:none;
}
.menuTree UL LI
{
    list-style: none;
    padding: 0px;
    padding-left: 21px;
    margin: 0px;
    white-space: nowrap;
    line-height: 40px;
    background: url(../images/collapsed_image.jpg) left 9px no-repeat;
}

.menuTree UL LI A.current{ color:#107e42; font-size:110%; font-weight:bold}
.menuTree UL LI.parent A
{
    /*color: #F4008F;*/
    text-decoration: none;
    padding: 0px 2px;
}
.menuTree UL LI.parent A:hover
{
    font-weight: bold;
    font-size: 110%;
}
.menuTree UL LI.child A
{
    /*color: #FB7F2D;*/
    text-decoration: none;
    padding: 0px 2px;
}
.menuTree UL LI.child A:hover
{
    font-weight: bold;
    font-size: 110%;
}
.menuTree UL LI.parent
{
    background: url(../images/collapsed_image.jpg) left top no-repeat;
}
.menuTree UL LI.expanded
{
    background: url(../images/expended_image.jpg) left top no-repeat;
}


.left-box{
    width: 228px;
    padding: 10px;
    line-height: 2em;
    color: #000;
}
.partRight{
    width: 952px;
    min-height: 500px;
    float: left;
}
.partRight .position{
    width: 100%;
    height: 59px;
    border-bottom: 1px solid #107e42;
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr="#ddede4",endcolorstr="#ffffff",grandientType=0);
    background:-moz-linear-gradient(top, #ddede4, #ffffff); 
    background:-webkit-gradient(linear, 0 50%, 0 100%, from(#ddede4), to(#ffffff)); 
}
.position .catnow{
    width: 200px;
    height: 59px;
    float: left;
    line-height: 59px;
    margin-left: 30px;
    font-size: 18px;
    color: #107d41;
}
.position .catpos{
    width: 600px;
    height: 59px;
    padding-right: 10px;
    line-height: 59px;
    float: right;
    text-align: right;
    font-size: 12px;
    color: #3b3b3b;
}
.position .catpos a{
    color: #3b3b3b;
}
.position .catpos a:hover{
    color: #107d41;
}
.mainBox{
    width: 930px;
    padding: 20px 0px 20px 22px;
    min-height: 300px;
    line-height: 2em;
}
/*新闻列表*/
.mainBox .newsLists{
    width: 100%;
}
.mainBox .newsLists .firstnews{
    width: 100%;
    height: 150px;
    float: left;
}
.firstnews .pic{
    width: 210px;
    height: 150px;
    float: left;
}
.firstnews .tt,.firstnews .time,.firstnews .desc,.firstnews .more{
    width: 700px;
    float: right;
    font-size: 12px;
}
.firstnews .tt{
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #2a2a2a;
}
.firstnews .time{
    text-align: center;
    line-height: 30px;
}
.firstnews .tt a:hover,.firstnews .more a:hover{
    color: #107d41;
}
.mainBox .newsLists li{
    width: 100%;
    height: 30px;
    float: left;
    margin-top: 4px;
    line-height: 30px;
}
.mainBox .newsLists li a{
    color: #404040;
}
.mainBox .newsLists li a:hover{
    color: #107d41;
}
.mainBox .newsLists li a span{
    float: right;
}
/*图片列表*/
.mainBox .proLists{
    width: 100%;
}
.proLists li{
    width: 282px;
    height: 272px;
    float: left;
    margin: 0px 40px 5px 0px;
}
.proLists li.no{
    margin-right: 0;
}
.proLists li .pic{
    width: 280px;
    height: 200px;
    border: 1px solid #aaaaaa;
    text-align: center;
}
.proLists li .pic:hover{
    border: 1px solid #107d41;
}
.proLists li .pic img{ 
    vertical-align:middle; 
    display:inline;  
    max-width: 100%; 
    max-height: 100%;
}   
.proLists li .pic span{ 
    height:100%; 
    width:0; 
    overflow:hidden; 
    display:inline-block; 
    vertical-align:middle;
}   
.proLists li .tt,.proLists li .cas{
    width: 100%;
    height:35px;
    line-height: 35px;
    color: #030303;
    font-size: 18px;
    text-align: center;   
}
.proLists li .cas{
    color: #5a5a5a;
}
.proLists li .tt a{
    color: #030303;
}
.proLists li .tt a:hover{
    color: #107d41;
}
/*单页详情页*/
.pageShow{
    width: 100%;
}
.pageShow .title{
    width: 100%;
    height: 50px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}
.pageShow .other{
    text-align: center;
    font-size: 12px;
}
.pageShow .pictt{
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #030303;
    font-size: 24px;
}
.pageShow .content{
    width: 100%;
}
.pageShow .content .structure{
    float: right;
    margin-left: 20px;
    margin-top: 30px;
    max-width: 50%;
}
.pageShow .content span.zd{
    color: #107d41;
}

/*pages*/
 #pages {
    padding:14px 0 10px;
    margin:10px;
}
#pages a {
    display:inline-block;
    width:26px;
    height:22px;
    line-height:22px;
    background:#fff;
    border:1px solid #e3e3e3;
    text-align:center;
    color:#333
}
#pages a.a1 {
    background:url(../images/search/admin_img/pages.png) no-repeat 0 5px;
    width:56px;
}
#pages a:hover {
    background:#f1f1f1;
    color:#000;
    text-decoration:none;
}
#pages span {
    display:inline-block;
    width:26px;
    height:22px;
    line-height:22px;
    background:#107d41;
    border:1px solid #107d41;
    color:#fff;
    text-align:center;
}
.page .noPage {
    display:inline-block;
    width:56px;
    height:22px;
    line-height:22px;
    background:url(../img/icu/titleBg.png) repeat-x 0 -55px;
    border:1px solid #e3e3e3;
    text-align:center;
    color:#a4a4a4;
}
.preNext{
    font-size: 14px;
}
.preNext li{
    height: 20px;
    line-height: 20px;
}
.preNext li a:hover{
    text-decoration: underline;
}
.scroll{
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    position:fixed;
    right:20px;
    bottom:20px;
    cursor:pointer;
    font-size:14px;
    background: url(../images/top.png) no-repeat;
}