@charset "utf-8";

.head{
    width: 100%;
    height: 250px;
    background: url("../img/head.jpg") no-repeat center center;
}
.head-xs{
    overflow: hidden;
}
.head-xs img{
    display: block;
    width: 100%;
}

.con h2{
    font-size: 16px;
    line-height: 36px;
    border-bottom: 1px solid #eee;
    text-indent: 5px;
}
.contain{
    padding: 30px 0;
    overflow: hidden;
}

.two{
    overflow: hidden;
    margin-bottom: 50px;
}
.two img{
    display: block;
    width: 100%;
}
.two h3 a{
    font-size: 24px;
    line-height: 50px;
    color: #009241;
}
.two p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    height: 210px;
    overflow: hidden;
}
a.more{
    display: block;
    width: 80px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
    border-radius: 36px;
}
a.more:hover{
    border-color: #009241;
    background: #009241;
    color: #fff;
}

.news h3 a{
    font-size: 24px;
    color: #009241;
    line-height: 36px;
}
.news ul{
    padding: 20px 0;
}
.news ul li{
    border-top: 1px dashed #eee;
}
.news ul li:first-child{
    border: none;
}
.news ul li a{
    line-height: 36px;
    position: relative;
    display: block;
    height: 36px;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: 80px;
    font-size: 14px;
}
.news ul li a i{
    position: absolute;
    right: 0;
    color: #999;
    top: 0;
}
.news ul li a:hover span{
    color: #009241;
}

.lmenu .list-group .list-group-item{
    padding: 0;
    transition: all .3s;
}
.lmenu ul li a{
    display: block;
    padding: 10px;
    font-size: 16px;
}
.lmenu .list-group .active{
    border-color: #009241;
}
.lmenu ul li:hover{
    border-color: #009241;
}
.lmenu ul li.active a{
    background: #009241;
    color: #fff;
}
.lmenu ul li:hover a{
    background: #009241;
    color: #fff;
}
.lmenu .list-group h3.list-group-item{
    padding: 10px;
    font-size: 16px;
    background: #009241;
}
.lmenu .list-group p.list-group-item{
    padding: 10px;
}
.lmenu span{
    display: block;
    font-size: 14px;
}
.lmenu img{
    display: block;
    width: 100%;
    margin-top: 20px;
}

.cnew ul li{
    overflow: hidden;
    padding: 20px 0;
}
.cnew ul li img{
    display: block;
}
.cnew ul li .new-con{
    font-size: 14px;
}
.cnew ul li .new-con h4{
    font-size: 16px;
    line-height: 30px;
}
.cnew ul li .new-con span{
    color: #999;
}
.cnew ul li .new-con p{
    max-height: 48px;
    overflow: hidden;
    line-height: 24px;
}
.title h1{
    font-size: 24px;
    text-align: center;
}
.title span{
    display: block;
    text-align: center;
    color: #999;
}

.product h2 a{
    text-indent: 10px;
}
.product ul{
    overflow: hidden;
}
.product ul li{
    margin-bottom: 30px;
}
.product ul li a{
    display: block;
}
.product ul li span{
    display: block;
    line-height: 36px;
    text-indent: 10px;
    background: #eee;
    font-size: 14px;
    transition: all .3s;
    height: 36px;
    overflow: hidden;
}
.product ul li a:hover span{
    background: #009241;
    color: #fff;
}
.pro h1,h3{
    font-size: 24px;
}
.pro-con{
    padding: 20px 0;
}


.recruit h2{
    border: none;
    margin-bottom: 20px;
    font-size: 24px;
    color: #009241;
}
.recruit ul{
    overflow: hidden;
}
.recruit ul li{
    line-height: 30px;
    margin-bottom: 30px;
}
.recruit ul li h4{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.recruit ul li h5{
    font-size: 16px;
}
.recruit ul li p{
    font-size: 14px;
    color: #999;
}
.recruit .rcon{
    padding-left: 10px;
}
.recruit .rcon p{
    font-size: 14px;
    line-height: 30px;
}
.contact h1{
    font-size: 18px;
    margin-bottom: 10px;
}
.contact p{
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
#map{
    width: 100%;
    height: 550px;
    border: 1px solid #eee;
    margin-top: 10px;
}

@media(max-width: 768px){
.news-con img{
    width: 100%;
    display: block;
}
.pro-con img{
    display: block;
    width: 100%;
}
    .contain{
        padding: 10px 0;
    }
    .two{
        margin-bottom: 10px;
    }
    .two h3 a{
        line-height: 36px;
        padding-left: 10px;
    }
    .news ul{
        padding: 0;
    }
    .news div{
        margin-bottom: 10px;
    }
    .cnew ul li{
        padding: 5px 0;
    }
    .product ul{
        margin-top: 10px;
    }
    .product ul li{
        margin-bottom: 10px;
    }
    .product ul li span{
        line-height: 30px;
    }
    .more{
        margin: 0 auto;
    }
    #map{
        height: 350px;
    }
}
.footer{
    margin-top: 50px;
}