*{
    margin:0;
    padding:0;
}
a{
    display: inline-block;
    color:#333;
    width:100%;
    height:100%;
    text-decoration:none;
}

.page a {
    width: auto;
}
/*img{*/
/*    display: block;*/
/*}*/
.logo img{
    width:80%;
    height:80%;
}
ul{
    display: block;
    width:100%;
    height:100%;
    list-style:none;
}

.catcontentlist ul {
    height: auto;
}
body{
    background: rgb(227,227,227);
}
p.smalltitle{
    text-align:center;
    position: relative;
    top:-154px;
    z-index:5;
    background:rgba(0,0,0,.5);
}
p a.speca{
    display: inline-block;
    box-sizing: border-box;
    padding-bottom:10px;
    font-size:16px;
    color:#fff;
}
.wrap{
    position: relative;
    width:78%;
    margin:0 auto;
    height:auto;
    background:rgb(248,249,248);
}
.bg1{
    position: relative;
    clear:both;
    width:100%;
    /*top:90px;*/
    height:500px;
    z-index:6;
}
/*.bg1 img{*/
/*position: absolute;*/
/*bottom:0;*/
/*width:100%;*/
/*max-height:200px;*/
/*}*/
.logo{
    position:absolute;
    top:-30px;
    z-index:7;

    /*width:100%;*/
    /*height:100%;*/

}
.top{
    width:100%;
    height:30px;
    background: #fff;
}
.catlist{
    width:100%;
    height:50px;
    background:rgb(0,136,90);
    position:relative;
}
.catlist .catcenter{
    width:90%;
    position: relative;
    margin:0 auto;
}
.overpic{
    z-index:2;
}
.carouselpos{
    position: relative;
    top:-727px;
    width:100%;
    z-index:-1;

}

.aside{
    height:170px;
}
.aside a{
    transition:width 1s;
    width:150px;
    line-height:200px;
    font-size:17px;
    text-align: center;
    color:#fff;
    padding-top: 16px;
}
.aside a:hover{
    width:160px;
}
.aside a:nth-child(1){
    background-image:url('../img/1.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.aside a:nth-child(2){
    background:url('../img/2.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.aside a:nth-child(3){
    background:url('../img/4.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.aside a:nth-child(4){
    background:url('../img/3.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.news,.announce{
    width:100%;
    max-height:300px;

}
.announce{
    border-bottom:2px solid rgb(0,136,90);
}
.news-header,.announce-header{
    height:60px;
    border-bottom:2px solid rgb(0,136,90);
}
.news-header span.title,.announce-header span.title{
    text-indent: 15px;
    font-size:25px;
    color:rgb(0,136,90);
    max-width:150px;
    line-height:60px;
    display: inline-block;
}
.news-header span,.announce-header span{
    color:#ccc;
    display: inline-block;
}
.newsbody{
    width:100%;
    height:300px;
    clear:both;
}
#ScrollBox {
    float:left;
    overflow:hidden;
    width:100%;
    height:222px;
    margin:0 26px;
}
.ctrl{
    width:34px;
    float:left;
    display:inline;
}
#ScrollBox{
    width:85%;
    float: left;
}
#ScrollBox ul{
    width:100%;
}
#ScrollBox ul li{
    width:250px;
    float: left;
    height:250px;
    margin:25px 25px;
}
.lunbo{
    width:90%;
    display: flex;
    justify-content: space-around;
    justify-items: center;
    align-content: center;
    align-items: center;
    margin:0 auto;
    height:250px;
}
.announce-body{
    padding-bottom:100px;
    width:100%;
    height:auto;
    background-image:url('../img/bgf.png');
    background-repeat: no-repeat;
    background-position: right 200px ;
}
.announce-header{
    padding-top:30px;
}
.announce-item{
    width:100%;
    height:80px;
}
.item-left{
    position: relative;
    width:15%;
    float: left;
    height:60px;

}
.item-left img{
    position: absolute;
    left:-15px;
    z-index: 2;
}
.item-left p{
    z-index: 55!important;
    line-height:50px;
    color:#fff;
    font-size:18px;
    text-indent:20px;
    position:relative;
}
button{
    z-index:888;
    cursor:pointer;
}
.item-right{
    height:100%;
    width:85%;
    float: left;
}
.item-right a{
    font-size:18px;
    color:#999;
    line-height:40px;
}
div.page{
    margin-top:20px;
}
div a.prev,a.num,a.first,a.next{
    display: inline-block;
    margin-right:5px;
    height:25px;
    width:35px;
    background: #f8f8f8;
    border:1px solid #ccc;
    text-align: center;
    border-radius: 1px;
    line-height:25px;
}
div a.prev:hover,a.num:hover,a.first:hover,a.next:hover,a.end:hover{
    background: rgb(0,136,90);
}
div a.end{
    margin-right:5px;
    display: inline-block;
    height:25px;
    max-width:100px;
    border:1px solid #ccc;
    text-align: center;
    line-height:25px;
    border-radius: 1px;
    background: #f8f8f8;
}
div span.current{
    display: inline-block;
    margin-right:5px;
    height:25px;
    width:35px;
    background: rgb(0,136,90);
    border:1px solid #ccc;
    text-align: center;
    border-radius: 1px;
    line-height:25px;
}
.listbody{
    width:100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-bottom:20px;
}
.listitem{
    /* transition:1s;*/
    width:28%;
    margin:10px;
    margin-bottom:25px;

    /*border:1px solid #ccc;*/
}
/*.listitem:hover{
    transform: scale(1.08);
    box-shadow:2px 1px 20px grey,-2px 1px 20px grey,2px -1px 20px grey;
}*/
.itemheader{
    font-size:20px;
    height:30px;
    text-indent:20px;
    color:rgb(0,136,90);
    border-bottom:2px solid rgb(0,136,90);
}
.itemheader span{
    font-size:18px;
    color:#ccc;
}
.itemmain{
    width:100%;
    height:auto;
}
.itemmain ul{
    width:100%;
    height:100%;
}
.itemmain ul a{
    height:35px;
    box-sizing: border-box;
    padding:5px;
    font-size:10px;
    display: block;
    line-height: 35px;
}

.itemheader em{
    float: right;
    display: inline-block;
    margin-right:30px;
    line-height:30px;
    font-size:15px;
}
.itemheader em a{
    color:rgb(0,136,90)!important;
}
.overflow{
    /*transition:0.5s;*/
    width:100%;
    font-size:14px;
    transition-timing-function:linear;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.overflow:hover{
    font-weight:bold;
}
.titletime{
    background-color: #0b99d8;
    display: inline-block;
    margin-right:10px;
    background-clip:padding-box;
    height:20px;
    padding:0 10px;
    text-align:center;
    color:#fff;
    line-height:20px;
}

.show-page .left a:hover {
    color: rgb(0,136,90);
}

.show-page .right a:hover {
    color: rgb(0,136,90);
}

.show-header .pos a:hover {
    color: rgb(0, 136, 90);
}




