@charset "UTF-8";

:root{
    --varColor: #2D6349;
}

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: var(--varColor);
    text-decoration:none;
}
input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    transition: .3s;
}
table{
    border-collapse: collapse;
}
table tr th, table tr td{
    padding: 5px 10px;
    border: 1px solid gray;
}
.lf{
    float: left;
}
.rt{
    float: right;
}
.container{
    width: 1380px;
    margin: 0 auto;
    position: relative;
}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}
.ellipsis{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*头部*/
.header .top{
    position: relative;
    height: 185px;
    background: url(../images/header.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.header .logo{
    float: left;
    line-height: 185px;
}
/*搜索*/
.search{
    float: right;
    margin-top: 60px;
}
.search p{
    color: #fff;
    text-align: right;
    margin-bottom: 20px;
}
.search p a{
    color: #fff;
    display: inline-flex;
    align-items: center;
}
.search p a:hover{
    color: orangered;
}
.search p a img{
    margin-right: 10px;
}

/*导航栏*/
.nav{
    height: 50px;
    line-height: 50px;
    background-color: var(--varColor);
}
.menu{
    display: flex;
}
.menu>li{
    position: relative;
    flex-grow: 1;
    padding: 0 25px;
}
.menu>li:hover{
    background: rgba(0,0,0,.6);
}
.menu>li>a{
    display: block;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.menu .second-menu{
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.6);
    display: none;
    z-index: 999;
}
.menu .second-menu a{
    display: block;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-top: 1px solid #ddd;
}
.menu .second-menu a:hover{
    background: rgba(45,99,73, 0.85);
}
/*轮播图*/
#slide{
    margin-bottom: 15px;
    text-align: center;
}
#slide img{
    width: 100%;
}
#slide .swiper-pagination-bullet{
    width: 30px;
    height: 5px;
    border-radius: 0;
}
.swiper-pagination-bullet{
    background: #F6F6F6;
    opacity: 1
}
.swiper-pagination-bullet-active{
    background: var(--varColor);
}
.swiper-button-prev,
.swiper-button-next{
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background-size: 30%;
}
.swiper-button-prev,
.swiper-button-next{
    background-color: rgba(0,0,0,.5);
}
.swiper-button-prev{
    left: 0;
}
.swiper-button-next{
    right: 0;
}
/*主体*/
.section{
    position: relative;
    min-height: 500px;
}
.title{
    position: relative;
    height: 26px;
    line-height: 26px;
    margin: 20px 0;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--varColor);
}
.title h2 a{
    color: var(--varColor);
    font-size: 20px;
}
.title .rt{
    color: var(--varColor);
}
/*工作动态*/
.news-bg{
    height: 420px;
    /*background: #F6F6F6;*/
}
.news-img{
    float: left;
    width: 65%;
}
#news{
    float: left;
    width: 48.35%;
    height: 300px;
    position: relative;
}
#news .img{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#news img{
    width: 100%;
    height: 100%;
    transition: .3s;
}
#news .img:hover img{
    transform: scale(1.1);
}
#news .swiper-slide p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 90px 0 10px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: rgba(0,0,0,.6);
}
#news .swiper-slide p a{
    color: #fff;
    font-size: 18px;
}
#news .swiper-slide p a:hover{
    text-decoration: underline;
}
#news .swiper-pagination{
    left: auto;
    right: 10px;
    bottom: 15px;
    width: auto;
}

.news-box{
    float: right;
    width: 48%;
}
.news-text{
    padding-bottom: 12px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E3E3E3;
}
.news-text h2{
    font-size: 18px;
    margin-bottom: 10px;
}
.news-text p{
    color: #808080;
    font-size: 15px;
    height: 72px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.list li{
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px dashed #ebebeb;
}
.list li:last-of-type{
    border-bottom: none;
}
.list li span{
    float: right;
    color: #808080;
}
.list li p{
    padding-left: 20px;
    margin-right: 60px;
    background: url(../images/arrow.png) no-repeat left center;
}
/*通知公告*/
.notice{
    float: right;
    width: 32%;
}
.notice ul li{
    padding-bottom: 10px;
    margin-bottom: 18px;
    font-size: 16px;
}
.notice ul li .date{
    float: left;
    color: var(--varColor);
    font-size: 12px;
    text-align: center;
}
.notice ul li h2{
    font-size: 30px;
    font-weight: normal;
    line-height: 35px;
}
.notice ul li p{
    margin-left: 65px;
    height: 52px;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.box{
    display: flex;
    width: 100%;
    height: 400px;
    margin: -20px 0;
    justify-content: space-between;
}
.box>div{
    width: 31.88%;
}

/*友情链接*/
.links{
    margin: 40px 0px -20px;
    border-top: 2px solid var(--varColor);
    overflow: hidden;
}
.links li{
    float: left;
    line-height: 60px;
}
.links li h3{
    color: var(--varColor);
    font-size: 18px;
    margin-right: 10px;
}
.links li a{
    margin: 0 30px;
    color: var(--varColor);
    font-size: 16px;
}
.links li a:hover{
    color: orangered;
}


.links2{
    margin: 0px 0 0px;
    overflow: hidden;
}
.links2 li{
    float: left;
    line-height: 60px;
}
.links2 li h3{
    color: var(--varColor);
    font-size: 18px;
    margin-right: 10px;
}
.links2 li a{
    margin: 0 30px;
    color: var(--varColor);
    font-size: 16px;
}
.links2 li a:hover{
    color: orangered;
}

/*尾部*/
.footer{
    height: 202px;
    padding: 40px 0;
    color: #fff;
    box-sizing: border-box;
    background: var(--varColor) url(../images/footer.jpg) no-repeat center center;
}
.footer .lf{
    line-height: 2.8em;
    margin-right: 40px;
}
.footer .lf a{
    color: #fff;
}
.footer .lf img{
    margin-top: 10px;
}
.footer .rt{
    text-align: center;
}
.footer p{
    margin-top: 10px;
}

.side{
    float: left;
    width: 278px;
    margin-top: 30px;
}
.side p{
    height: 68px;
    line-height: 68px;
    padding-left: 40px;
    color: #fff;
    font-size: 24px;
    background: var(--varColor);
}
.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: var(--varColor);
}
.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: var(--varColor);
}

.column{
    margin: 30px 0 40px 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;
    font-size: 16px;
}
.bread .rt a{
    color: #9A9A9A;
}
.bread .rt a:hover{
    color: var(--varColor);
}

.common-list li{
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 18px;
    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: #999;
    border-radius: 50%;
}
.common-list li a:hover:before{
    background: var(--varColor);
}

.detail{
    margin-top: 20px;
}
.caption{
    text-align: center;
}
.caption h3{
    line-height: 30px;
    font-size: 22px;
    font-weight: 500;
    margin: 30px 0 10px;
}
.caption p span{
    color: #999;
    margin: 0 8px;
}
.content{
    margin: 20px 0;
    min-height: 300px;
    line-height: 1.75em;
    font-size: 16px;
    text-indent: 2em;
}

/*返回顶部*/
.toTop{
    position: fixed;
    right: 15px;
    bottom: -100px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bolder;
    font-family: '黑体';
    background: rgba(0,0,0,.6);
    border-radius: 5px;
    transform: rotate(90deg);
    cursor: pointer;
    transition: .3s;
    z-index: 99;
}

@media screen and (max-width: 1440px){
    .container{
        width: 1200px;
    }

}
