@charset "UTF-8";

body,p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,pre{
    margin:0;
    padding:0;
    border:none;
    list-style:none;
    box-sizing: border-box;
}
body{
    font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    min-width: 1200px;
}
a{
    color: #333;
    text-decoration:none;
    transition: .3s;
}
a:hover{
    color: #448A20;
    text-decoration:none;
}
input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    transition: .3s;
}
table{
    border-collapse:collapse;
}

.lf{
    float: left;
}
.rt{
    float: right;
}
.container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}
.ellipsis{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.header{
    height: 143px;
    background: #448A20;
    border-bottom: 2px solid #ECD032;
}
.header .top{
    float: right;
    color: #fff;
    text-align: right;
    position: relative;
    margin-top: 25px;
}
.header .top a{
    color: #fff;
}
.header .top a:hover{
    opacity: .8;
}
.header .top .home,
.header .top .mail {
    position: relative;
    padding-left: 25px;
}
.header .top .home:before,
.header .top .mail:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 15px;
    background: url(../images/home.png) no-repeat;
}
.header .top .mail:before{
    height: 14px;
    background-image: url(../images/email.png);
}
.header .top .mail{
    margin-left: 10px;
}
.header .top .old,.header .top span{ display: none; }
.header>.container{
    height: 100%;
}
.header .logo{
    float: left;
    margin-top: 30px;
    animation: zoomIn 1s;
}
.search{
    position: absolute;
    top: 35px;
    right: 0;
}
input[type='text']{
    height: 35px;
    line-height: 35px;
    width: 210px;
    color: #fff;
    padding: 0 38px 0 10px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
}
input[type='submit']{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    border: none;
    background: url(../images/search.png) no-repeat;
}


input::-webkit-input-placeholder{
    color:#fff;
}

input:-moz-placeholder{
    color:#fff;
}

input::-moz-placeholder{
    color:#fff;
}

input:-ms-input-placeholder{
    color:#fff;
}


.nav{
    height: 55px;
    line-height: 55px;
    background: #337117;
}
.menu{
    width: 1200px;
    margin: 0 auto;
}
.menu>li{
    float: left;
    width: 109px;
    position: relative;
}
.menu>li:last-child{
    width: 110px;
}

.menu>li>a{
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.menu>li span{
    display: none;
}
.menu>li>a:hover{
    background: #448A20;
}
.second-menu{
    position: absolute;
    top: 55px;
    left: 0;
    right:0;
    line-height: 45px;
    background: #337117;
    z-index: 999;
    display: none;
}
.second-menu li{
    border-top: 1px solid #eee;
}
.second-menu a{
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
}
.second-menu a:hover{
    background: #448A20;
}

.section{
    position: relative;
    min-height: 500px;
    background: #fff;
}

.title{
    height: 28px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 3px solid #C4DBB2;
}
.title h3{
    color: #337117;
    font-size: 20px;
    padding-bottom: 15px;
    border-bottom: 3px solid #448A20;
}
.title .rt{
    margin-top: 6px;
    padding: 2px 5px;
    color: #fff;
    font-size: 10px;
    font-family: '宋体';
    background: #448A20;
    border-radius: 3px;
}
.title .rt:hover{
    background: #337117;
}


.lf-side{
    width: 354px;
}
.picNews{
    height: 233px;
    margin-bottom: 15px;
}
.albumBox{
    overflow:hidden;
    position:relative;
}
.albumBox .hd{
    position:absolute;
    right: 0;
    bottom: 10px;
    width: 110px;
    z-index:1;
}
.albumBox .hd ul{
    float: right;
    margin-right: 6px;
}
.albumBox .hd ul li{
    margin:0 3px;
    width:10px;
    height:10px;
    background:#fff;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;
}
.albumBox .hd ul li.on{
    background: #981111;
}
.albumBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.picNews .bd img{
    display:inline-block;
    width: 354px;
    height: 233px;
}
.albumBox .bd li>a{
    display: block;
    position: relative;
}
.albumBox .bd li p{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding: 0 100px 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: rgba(0,0,0,.5);
}
.albumBox .bd li p a{
    color: #fff;
}
.albumBox .bd li p a:hover{
    color: #448A20;
}


.imgSlide .bd img{
    display:inline-block;
    width: 354px;
    height: 471px;
}


.rt-box{
    width: 831px;
}
.article-list{
    width: 408px;
    height: 354px;
    margin-bottom: 20px;
}
.article-list li{
    margin-bottom: 10px;
    font-size: 16px;
}
.article-list li span{
    color: #999;
}
.article-list li p{
    margin-right: 60px;
}
.article-list li a{
    position: relative;
    padding-left: 15px;
}
.article-list li a:before{
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #B0CF98;
    border-radius: 50%;
}
.article-list li a:hover:before{
    background: #448A20;
}


.fast-link{
    margin-top: -10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #C4DBB2;
}
.fast-link ul{
    margin: 0 -6px;
    overflow: hidden;
}
.fast-link ul li{
    float: left;
    width: 190px;
    height: 42px;
    margin: 0 6px 12px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
}
.fast-link ul li a{
    display: block;
    color: #448A20;
    background: #ECF4E7;
    border-radius: 3px;
}
.fast-link ul li a:hover{
    color: #fff;
    background: #448A20;
}


.relative-link{
    margin: 20px -7.5px 0;
}
.relative-link li{
    float: left;
    width: 123px;
    height: 28px;
    margin: 0 6px;
    border-radius: 3px;
}
.relative-link li:hover img{
    opacity: .8;
}


.site-link{
    margin: 30px -5px 0;
    overflow: hidden;
}
.site-link li{
    float: left;
    width: 233px;
    height: 109px;
    margin: 0 4.5px;
    overflow: hidden;
    border-radius: 5px;
}
.site-link li:hover img{
    transform: scale(1.1);
}


.footer{
    padding: 25px 0;
    margin-top: 40px;
    border-top: 4px solid #DCDCDC;
}
.footer p{
    line-height: 30px;
    color: #666;
}
.footer p a{
    color: #666;
}
.footer p a:hover{
    color: #448A20;
}
.footer .qrCode{
    float: right;
}
.footer .qrCode a{
    margin-right: 50px;
}


.slideBox{
    overflow:hidden;
    position:relative;
    text-align: center;
    margin-bottom: 20px;
}
.slideBox .hd{
    position:absolute;
    width: 100%;
    bottom: 25px;
    z-index: 1;
}
.slideBox .hd ul{
    width: 100%;
    text-align: center;
}
.slideBox .hd ul li{
    margin:0 5px;
    width:10px;
    height:10px;
    background:#ddd;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;
}
.slideBox .hd ul li.on{
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
    background: #337117;
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.slideBox .bd img{
    display:inline-block;
    width: 100%;
}
.slideBox>a{
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -80px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #ddd;
    z-index: 99;
}
.slideBox .next{
    margin-left: 60px;
    border-left-color: #ddd;
    border-right-color: transparent;
}
.slideBox .prev:hover{
    border-right-color: #337117;
}
.slideBox .next:hover{
    border-left-color: #337117;
}

.banner img{
    width: 100%;
    animation: pulse 1s;
}


.side{
    float: left;
    width: 278px;
    margin-top: 20px;
}
.side p{
    height: 68px;
    line-height: 68px;
    padding-left: 40px;
    color: #fff;
    font-size: 24px;
    background: #448A20;
}
.side p span{
    display: none;
}
.side li{
    position: relative;
}
.side li a{
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding-left: 40px;
}
.side>ul>li>a{
    background: #E7E7E7;
    border-bottom: 1px solid #D4D4D4;
}
.side>ul>li span{
    position: absolute;
    top: 14px;
    right: 20px;
    color: #9D9696;
    font: 20px '宋体';
    font-weight: bolder;
    transition: .3s;
}
.side>ul>li span.on{
    transform: rotate(90deg);
}
.side .sub-menu li a{
    color: #666;
    background: #F6F6F6;
}
.side .sub-menu li a:hover,
.side .sub-menu li.on a{
    color: #448A20;
}
.side .sub-menu{
    display: none;
}
.side ul .active .sub-menu{
    display: block;
}
.side ul .active>a{
    background: #fff;
    border-bottom-color: #fff;
}
.side ul .active>a:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: #448A20;
}


.column{
    margin: 20px 0 0 310px;
}

.bread{
    height: 67px;
    line-height: 67px;
    border-bottom: 1px solid #D6D6D6;
}
.bread h1{
    font-size: 24px;
    font-weight: normal;
}
.bread .rt{
    position: relative;
    color: #9A9A9A;
}
.bread .rt a{
    color: #9A9A9A;
}
.bread .rt a:hover{
    color: #448A20;
}


.common-list li{
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 16px;
    border-bottom: 1px dotted #8C8C8C;
}
.common-list li:hover{
    background: #F6F6F6;
}
.common-list li span{
    float: right;
    color: #666;
}
.common-list li p{
    margin-right: 120px;
}
.common-list li a{
    position: relative;
    padding-left: 20px;
    text-decoration: none;
}
.common-list li a:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #666;
    border-radius: 50%;
}
.common-list li a:hover:before{
    background: #448A20;
}


.detail{
    margin: 20px 0 0;
}
.caption{
    text-align: center;
}
.caption h3{
    line-height: 40px;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}
.caption p span{
    color: #666;
    margin: 0 5px;
}
.content{
    margin: 20px 0 15px !important;
    padding-bottom: 20px !important;;
    border-bottom: 2px solid #F0F0F0;
    min-height: 300px;
    line-height: normal !important;
}
.content table th,
.content table td{
    border: 1px solid #666;
}
.detail>p{
    line-height: 25px;
    color: #666;
}
.detail>p>a{
    color: #666;
}
.detail>p>a:hover{
    color: #448A20;
}


.profile{
    min-height: 300px;
    font-size: 16px;
    text-align: justify;
}


.search-list{
    margin: 30px 0;
}
.search-list li{
    margin-bottom: 25px;
}
.search-list li h3{
    font-size: 18px;
}
.search-list li p{
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    margin: 10px 0 5px;
    color: #666;
}
.search-list li span{
    color: #999;
}

.photo-list{
    margin: 0 30px;
    overflow: hidden;
}
.photo-list li{
    float: left;
    width: 25%;
    margin-top: 20px;
    text-align: center;
}
.photo-list li>a{
    display: inline-block;
    padding: 2px;
    border: 1px solid #b2b2b2;
    overflow: hidden;
}
.photo-list li>a:hover{
    border-color: #448A20;
}
.photo-list li>a:hover img{
    transform: scale(1.05);
}
.photo-list li p{
    margin-top: 10px;
}

.photo-list.leader li{
    width: 33.33%;
}
.photo-list.leader li:first-child,
.photo-list.leader li:nth-child(2){
    width: 50%;
}