/*.nav {
    background: #333;
    width: 100%;
    min-width: 1200px;
    z-index: 9;
    position: relative;
}*/
.nav-lis{
    z-index: 9;
}
.nav-lis li{
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    z-index: 9;
    zoom: 1;
}
.nav-lis li.crt{
    background: #279a3b;
}
.nav-lis li:hover{
    background: #279a3b;
}
.nav-lis li a{
    color: #fff;
    padding: 0 35px;
    display: block;
    letter-spacing: .14px;
}
/*专题*/
.main-tit{
    background: url(../img/p.png) repeat-x center center;
}
.main-tit h2{
    width: 230px;
    color: #333;
    font-size: 26px;
    margin: 35px auto 0;
    line-height: 26px;
    background: #fff;
    text-align: center;
}
.img-lis{
    width: 1240px;
}
.img-lis li{
    float: left;
    margin: 0 40px 0 0;
    position: relative;
}
.img-lis li span{
    display: block;
    color: #666;
    font-size: 15px;
    text-align: center;
    position: absolute;
    left: 38px;
    bottom: 27px;
}
.lis{
    margin: 45px 0 0 0;
}
.lis h2{
    color: #333;
    font-size: 17px;
    padding: 0 0 0 10px;
    border-left: 5px solid #249b3a;
    height: 18px;
    line-height: 18px;
}
.lis ul{
    width: 1238px;
}
.lis ul li{
    width: 276px;
    height: 233px;
    background: #fafafa;
    float: left;
    margin:0 30px 40px 0;
    border: 1px solid #eeeeed;
    overflow: hidden;
}
.lis ul li img{
    margin: 10px 0 0 0;
}
.lis ul li img:hover{
    opacity: .6;
}
.lis ul li span{
    display: block;
    text-align: center;
    margin: 17px 0 23px 0;
    font-size: 14px;
}
.lis ul li span a{
    color: #666;
    display: block;
    line-height: 17px;
}
.lis ul li span a:hover{
    color: #279a3b;
}
.banner li span {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8000000,endColorstr=#c8000000);
    zoom: 1;
}

/*page*/
.tcdPageCode{ text-align: center;color: #ccc;
    margin: 0 30px 0 0;
}
.tcdPageCode a{display: inline-block;color: #999999;height: 25px;	line-height: 25px;
    padding: 0 10px; margin: 0 2px;border-radius: 4px;vertical-align: middle;}
.tcdPageCode a:hover{text-decoration: none;background-color: #3bab6c;
    color: #FFFFFF;}
.tcdPageCode span.current{display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;background-color: #3bab6c;
    margin: 0 10px;color: #fff;	border-radius: 4px;vertical-align: middle;}
.tcdPageCode span.disabled{	display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;
    margin: 0 2px;	color: #bfbfbf;border-radius: 4px;
    vertical-align: middle;}

/*2016-11-09新增*/
.subject-tit{ 
   width:1200px; 
   height:23px; 
   position:relative;
}
.subject-tit h2 {
   display:inline;
 }
.sub-search { 
   width:228px;
   height:21px;
   line-height:21px;
   font-size:12px;
   color:#9b9b9b;
   border:1px solid #eeeeee;
   border-radius:50px; 
   padding-left:12px;
   background:#fafafa;
   outline:none;
   z-index:111
}
.search-pic {
   background:url(../img/searchzt.png) center no-repeat; 
   width:16px; 
   height:23px;
   position:absolute; 
   right:10px;
   z-index:999;
   cursor:pointer;
   opacity:.8;
}
.search-pic:hover {
   opacity:1;
}
/*头部搜索*/
.search-img1 {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.search-input {
    width: 230px;
    margin: 1px 0 0 20px;
    border-radius: 5px;
    outline: none;
    height: 25px;
    padding-left: 5px;
    border: 1px solid #999;
}

.search-wrap {
    position: relative;
}

.search-btn1 {
    position: absolute;
    left: 235px;
    top: 7px;
    background: url(../images/search-img.png) no-repeat left center;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    border: 0;
    outline: none;
    z-index: 9999;
    cursor: pointer;
}