@charset "utf-8";

.pages {padding-top: 10px; line-height:40px; text-align:center; }
.pages A { padding: 2px 5px; border: 1px solid #ccc; margin-right:3px; margin-left: 3px;}
/*header style*/
header{
    width: 100%;
    position: relative;
    background: #fff;
}
.logo a{
    display: block;
    padding: 15px 0;
}
.logo a img{
    display: block;
    width: 90%;
    margin: 0 auto;
}
.menu{
    position: absolute;
    left: 0;
    top: 0;
}
.menu button{
    width: 45px;
    height: 70px;
    padding: 15px 10px;
    border: none;
    background: transparent;
    outline: none;
}
.menu button span{
    width: 100%;
    height: 4px;
    background: #222;
    display: block;
    margin-bottom: 3px;
    border-radius: 4px;
    transition: all .3s;
}
.menu button.on span{
    margin-bottom: 0;
}
.menu button.on span:nth-child(1){
    transform: rotateZ(45deg);
}
.menu button.on span:nth-child(2){
    margin-top: -4px;
    transform: rotateZ(-45deg);
}
span.searchbar{
    display: block;
    width: 35px;
    height: 35px;
    background: url("../img/searchbar.png") no-repeat center;
    background-size: 25px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 15px 5px;
}
nav{
    width: 100%;
    border-bottom: 1px solid #ddd;
    position: absolute;
    top: 70px;
    background: #fff;
    display: none;
    z-index: 999;
}
nav ul li{
    padding: 0 10px;
}
nav ul li a{
    font-size: 16px;
    line-height: 40px;
    display: block;
    border-top: 1px solid #eee;
    color: #666;
    text-indent: 10px;
}
nav ul li:first-child a{
    border: none;
}
/*header end*/
.bimg img{
    width: 100%;
    display: block;
}

/*list start*/
.list{
    margin-top: 10px;
    background: #fff;
    padding: 15px 0 0;
}

.list ul{
    padding: 15px 10px 0;
    overflow: hidden;
}
.list ul li{
    width: 46%;
    float: left;
    margin: 0 8% 15px 0;
}
.list ul li a{
    display: block;
}
.list ul li a img{
    display: block;
    width: 100%;
    border: 1px solid #eee;
}
.list ul li a span{
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    display: block;
    margin-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list ul li p{
    color: #999;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*list end*/



/*footer start*/
.footer{
    margin-top: 20px;
    background: #138272;
    overflow: hidden;
    border-bottom: 1px solid #138272;
}
.footer-nav{
    width: 100%;
    color: white;
    font-size: 18px;
    line-height: 30px;
	padding:10px 0;
}
.footer-nav ul li{
    width: 14%;
    float: left;
}
.footer-nav ul li a{
    display: block;
    text-align: center;
    color: #fff;
    height: 50px;
    line-height: 50px;
}
.footer-ewm{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 50px;
    border-top: 1px solid #608733;
}
.footer-ewm img{
    width: 40%;
    display: block;
    float: left;
}
.footer-ewm img:nth-child(2){
    float: right;
}
.backtop a{
    width: 36px;
    height: 36px;
    display: block;
    line-height: 36px;
    border-radius: 36px;
    position: fixed;
    bottom: 5px;
    right: 5px;
    background: #0089DE;
    color: #fff;
    text-align: center;
}
.footer p{
    width: 100%;
    text-align: center;
    color: white;
}
.footer-nav p{
font-size:14px;
line-height:14px;
    text-align: center;
    color: white;
}
/*footer end*/
.news-con ul li:first-child {
    border: none;
}
.news-con ul li {
    padding: 10px;
    border-top: 1px solid #eee;
}.news-con ul li a {
     display: block;
     line-height: 24px;
     height: 24px;
     overflow: hidden;
     font-size: 16px;
 }.news-con ul li span {
      color: #999;
      line-height: 20px;
  }.news-con ul li p {
       height: 40px;
       line-height: 20px;
       overflow: hidden;
       color: #666;
   }.news-con ul li span i {
        display: inline-block;
        float: right;
        width: 50px;
        line-height: 20px;
        text-align: center;
        background:#569234;
        color: #fff;
    }