html {
    font-family: 'SimSun';
    min-height: 100%;
}

body {
    background: url(../images/body.png) repeat-x left 0px;
    background-color: #D0E5CE;/*#C0E3AF;*/
    min-height:100%;
}
*{
    margin:0;
    padding:0;
    font-family: 'SimSun';
}
.bg-img{
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
}
a {}
a:hover {
    color: #DB241C;
}
a:visited {color:#333;}
a:link {color:#333;}
li,a,p{
    font-size: 12px;
}
li {
    list-style: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*幻灯片*/
.slider {
    width: 1024px;
    height: 550px;

    overflow: hidden;
}
.slider-main li{
    width:330px;
    height:240px;
}
.slider-main li img{
    width:100%!important;
    height:100%!important;
}
.osSlider-main .slider-nav li {
    display: inline-block;
    height: 16px!important;
    line-height: 16px!important;
    padding: 0 6px;
    margin: 0 3px!important;
    font-size: 12px;
    color: #eee;
    border: none!important;
    cursor: pointer;
    background: #333!important;
}
.osSlider-main .slider-nav li.active{
    background: #fff!important;
    color:#087FB9!important;
    font-weight: 600;
}
.osSlider-main .slider-nav {
    position: absolute;
    width: auto!important;
    height: 22px;
    bottom: 5px!important;
    text-align: center;
    z-index: 25;
    right: 10px!important;
}
/**/


/*样式重写*/
.t_Details{
    position: relative;
    height: 34px;
    padding-left: 10px;
    background-image: url(../images/title-b.png);
    background-repeat: repeat-x;
    background-color: #fff;
}
.t_list{
    position: relative;
    height: 34px;
    padding-left: 10px;
    background-image: url(../images/title-b.png);
    background-repeat: repeat-x;
    background-color: #fff;
}
.w240 ,w730{
    border: 1px solid #E3E5E6;
}
.t-list,.t_Details{
    border: 1px solid #C0E3AF;
}
.t_Details h3, .t_list h3{
    background: url(../images/t_5.png) no-repeat left center;
    color: #077FB8;
    font-size: 14px;
    padding-left: 30px;
    line-height: 34px;
}




#header {
    width:100%;
    height:188px;
    position: relative;
    background: #309F5D;
    overflow: hidden;
}
.header-logo{
    width:1400px;
    height:100%;
    margin:0 auto;
    position: relative;
}
.headmain {
    display: block;
    width: 400px;
    height: 80px;

    position: absolute;
    top: 40px;
    left: 50px;
    z-index: 999;
}
#mainmenu {
    position: relative;
    width: 100%;
    height: 45px;
    margin: 0 auto;
    z-index: 9999;
    background: #309F5D;
    text-align: center;
}
#mainmenu>ul{
    width:1010px;
    margin:0 auto;
}
/*#mainmenu .a1 {
    width: 55px;
    height: 50px;
    float: left;
    font: 16px/50px Verdana, Geneva, sans-serif;
    text-align: center;
    color: #FFF;
    z-index: 10;
}*/
.dropdown:after {
   content: '';
    display: block;
    float: right;
    margin-top: 10px;
    width:4px;
    height:20px;
    background-image: url("../images/bar.png");
    background-size:100% 100%;
    background-position: 50%;
}
.menufootbar{
    width: 100%;
    height:5px;
    background: #5DA765;
    position: absolute;
    bottom:0;
}
#mainmenu>ul>li {
    width: 144px;

    float: left;
    font: 14px  SimSun,Verdana, Geneva, sans-serif;
    text-align: center;
    color: #FFF;
    z-index: 10;
}
#mainmenu>ul>li>a{
    font-weight: 600;
}
#mainmenu ul li a{
    line-height: 45px;
}
#mainmenu ul li a:link, #mainmenu ul li a:visited {
    text-decoration: none;
    color: #FFF;
}
#menu .dropdown  ul {
    display: none;
    position: absolute;
    top: 40px;
    width: 140px;
    background-color: #0F6507;
    float: left;
}
.dropdown  ul li:nth-child(1){
    border:none;
}
.dropdown  ul li{
    border-top: 1px solid #309F5D;
    background: #2A834C;
    height:42px;
    font: 14px SimSun;
}
.content{
min-height:100%;
    overflow: hidden;
}
.content-icon{
    width:20px;
    position: absolute;
    height:100%;
    left:10px;
    background-image: url("../images/t_5.png");
    background-size: 80% 50%;
    background-position: 50%;
}
.title-left{
    font-size: 14px;
    color:#798072;
    line-height: 35px;
    font-weight: 600;
}
.content-list ul li:before{
    display: inline-block;
    content: '';
    width: 4px;
    height: 6px;
    background-image: url("../images/t_2.png");
    background-size:100% 100%;
    background-position: 50%;
    margin-right:5px;
}
a{
    cursor: pointer;
}



.content{
    width:990px;
    margin:0 auto;
    padding:20px 10px;
    background: #fff;
    clear:both;
}
.left-1,.right-1,.left-2,.right-2,.center-1,.left-3,.right-3,.w_240{
    border:1px solid #E3E5E6
}
.w_240{
    width:260px;
}
.w_730{
    width:730px;
}
.left-3{
    min-height:400px;
    float:left;
}
.right-3{
    min-height:400px;
    float:right;
}
.left-1{
    width:740px;
    min-height:300px;
    float:left;

}
.right-1{
    min-height:300px;
    width:240px;
    float:right;

}
.MsoNormal{
    text-indent: 23.5pt;
    font-size: 16px;
}
.content-title{
    position: relative;
    height:35px;
    padding-left:30px;
    background-image: url("../images/title-b.png");
    background-repeat: repeat-x;
    /*background: -webkit-linear-gradient(#D0E5CE, #C0E3AF); !* Safari 5.1 - 6.0 *!
    background: -o-linear-gradient(#D0E5CE, #C0E3AF); !* Opera 11.1 - 12.0 *!
    background: -moz-linear-gradient(#D0E5CE, #C0E3AF); !* Firefox 3.6 - 15 *!
    background: linear-gradient(#D0E5CE, #C0E3AF); !* 标准的语法 *!!*#C0E3AF;*!*/
}
.t-right{
    position: absolute;
    height:35px;
    right:10px;
    top:0;
    line-height: 35px;
    font-size: 12px ;
    font-family: 'Verdana';
    color:#666;
}
.t-right a{
    font-size: 12px ;
    font-family: 'Verdana';
}
.content-menu{
    width:700px;
    margin:0 auto;
    margin-top:10px;
    height:240px;

}
.lunbo{
    width:330px;
    height:100%;
    float:left;
}
.content-info{
    float:right;
    width:340px;
    min-height: 100%;
}
.content-list{
    min-height: 100%;
    padding-left:10px;
}
.content-list p a{
    font-weight: 600;
    font-size: 14px;
    color:#333;
    padding:5px 0;
}
.content-list span{
    font-size: 12px;
    color:#666;
    padding:5px 0;
}
.content-list>div{
    border-bottom: 1px dashed #E3E5E6;
    padding-bottom: 10px;
}
.content-list ul li{
    display: block;
    line-height: 24px;
}
.content-list ul{
    padding-top: 13px;
}
.content-two{
    position: relative;
}
.content-time{
    position: absolute;
    width:auto;
    height:18px;
    top:0;
    right:4px;
    font-size: 12px;
    color: #999;
}
.right-1 .content-list{
    padding-left:15px;
}
.right-1 ul{
    padding-top: 10px;
}

.left-2{
    width:360px;
    float:left;
    min-height:300px;
    margin-top:10px;
}
.left-2-con{
    width:365px;
    height:200px;
    margin: 0 auto;

}
.left-2-img{
    width:170px;
    height:110px;
    float:left;
}
.left-2-con p{
    font-size: 12px;
    color:#333;
    line-height: 23px;
}
.center-1{
    width:364px;
    min-height:300px;
    float: left;
    margin: 10px;
}
.clear{clear:both;}
.center-1 .content-list,.right-2 .content-list{
    padding-left: 15px;
}
.right-2{
    width:240px;
    min-height:300px;
    float:right;
    margin-top:10px;
}

.foot{
    text-align: center;
}
.foot>p{
    font-size: 12px;
    color:#666;
    margin-top:15px;
}
.foot>span{
    font-size: 12px;
    color:#666;

}
.footmenu{
    background:#309F5D!important;
    height:42px;
    width:990px;
    margin:0 auto;
    margin-top:35px;
}
.footmenu ul{
    width:500px;
    margin:0 auto;
}
.footmenu ul li{
    float:left;
}
.footmenu ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 42px;
    padding: 0px 9px;
    border-right: 1px solid #fff;
}
.footmenu ul li:last-child a{
    border:none;
}
.foot{
    width: 1010px;
    margin: 0 auto;
    background: #fff;
    margin-top: -35px;
}
.box{
    width:1010px;
    min-height:500px;
    overflow: hidden;
}
.box:after{
    display:block;
    clear: both;;
}