.head{
    height: 300px;
    background: url("../img/banner.jpg") no-repeat center center;
}
.bread{
    height: 50px;
    border-bottom: 1px solid #eee;
    line-height: 50px;
    font-size: 16px;
}
.contain{
    margin: 40px 0;
    overflow: hidden;
}
.lcon{
    width: 280px;
}
/*左侧菜单样式 开始*/
.menu-title{
    height: 50px;
    background:#608733;
    color: #fff;
    padding: 15px 20px;
}
.menu-title h2{
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
}
.menu-title span{
    font-size: 16px;
}
.lcon-menu ul li{
    border-top: 1px dashed #e5e5e5;
}
.lcon-menu ul li a{
    height: 46px;
    line-height: 46px;
    display: block;
    text-indent: 20px;
    font-size: 16px;
}
.lcon-menu ul li.on a{
    color:#608733;
    background: #eee;
}
.lcon-menu ul li a:hover{
    color:#29b2bd;
    background: #eee;
}
.lcon-menu ul li a i{
    display: inline-block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #dcdcdc;
    margin-right: 20px;
    transition: all .3s;
}
.lcon-menu ul li.on a i{
    border-left-color: #608733;
}
.lcon-menu ul li a:hover i{
    border-left-color: #29b2bd;
}
.lcon-contact{
    height: 100px;
    background: url("../img/contact-bg.jpg") no-repeat center center;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}
.lcon-contact p{
    font-weight: bold;
    font-size: 24px;
    padding: 25px 0 5px;
}
.lcon-contact span{
    font-size:20px;
}

.ctact{
    margin: 20px 0;
    border: 1px solid #EEEEEE;
}

.ctact .active{
    padding: 7px 15px;
    font-size: 16px;
}
.ctact .cc{
    padding: 10px;
}
.ctact .cc p{
    font-size: 14px;
}
.ctact .cc img{
    display: block;
    width: 100%;
}.list-group-item.active,.list-group-item.active:hover{
     border-color: #608733;
     background: #608733;
    color: white;
 }
/*左侧菜单样式 结束*/

/*右侧内容样式 开始*/

.pr-r{
    float: right;
    width: 820px;
    height:100%;

}
.rcon{
    width: 880px;
    height: 100%;
    overflow: hidden;
}
.rcon .intro img{
    display: block;
    margin: 0 auto;
}
.rcon .intro p{
    margin: 0px 0;
    font-size: 14px;
}
/*产品展示*/
.pro ul li{
    width: 257px;
    float: left;
    margin-right: 53px;
    margin-bottom: 50px;
}
.pro ul li .img-con{
    width: 257px;
    height: 254px;
    background: url("../img/pro-bg.png") no-repeat center bottom;
}
.pro ul li .img-con img{
    width: 240px;
    height: 220px;
    overflow: hidden;
    display: block;
    border: 5px solid #eee;
}
.pro ul li .img-title{
    width: 257px;
    height:50px;
    overflow: hidden;
}
.pro ul li .img-title h4{
    height: 40px;
    line-height: 40px;
    width: 190px;
    float: left;
    overflow:  hidden;
    font-size: 16px;
    font-weight: normal;
}
.pro ul li .img-title a{
    width: 57px;
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    display: block;
    float: right;
    background: #0089DE;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.pro ul li .img-title a:hover{
    background:#0089DE;
}
.pro ul li p{
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    overflow: hidden;
    color: #666;
}
/*合作伙伴*/
.partner ul li{
    float: left;
    border: 1px solid #eee;
    margin-right: 50px;
    margin-bottom: 50px;
}
.partner ul li img{
    display: block;
    width: 260px;
    height: 117px;
    overflow: hidden;
}
/*新闻列表*/
.news{
    width: 880px;
}
.news ul li{
    height: 208px;
    overflow: hidden;
    margin-bottom: 50px;
}
.news ul li img{
    width: 230px;
    height: 156px;
    display: block;
    float: left;
    overflow: hidden;
    border: 1px solid #eee;
    margin-top:0px;
}
.news ul li .news-con{
    width: 630px;
}
.news-con h4{
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    font-weight: normal;
    font-size: 16px;
}
.news-con span{
    color:black;
    line-height: 24px;
    font-size: 14px;
}
.news-con p{
    width: 100%;
    /*height: 72px;*/
    line-height: 24px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
}
.news-con a{
    width: 80px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    color: #fff;
    background: #608733;
    font-size: 14px;
}
.news-con a:hover{
    background: #608733;
}
/*客户留言*/
.mes-fill{
    width: 600px;
    margin: 0 auto;
}
.fill-title{
    line-height: 50px;
    text-align: center;
    color: #608733;
    font-size: 24px;
}
form>div{
    overflow: hidden;
    margin-bottom: 10px;
}
.mes-fill label{
    width: 80px;
    text-align: right;
    font-size: 14px;
    display: block;
    line-height: 36px;
    float: left;
}
.mes-fill input{
    width: 500px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #e5e5e5;
    background: #f7f7f7;
    outline: none;
    float: left;
    display: block;
    text-indent: 10px;
}
.mes-fill textarea{
    width: 500px;
    height: 72px;
    line-height: 24px;
    border: 1px solid #e5e5e5;
    background: #f7f7f7;
    outline: none;
    float: left;
    display: block;
    text-indent: 10px;
}
.mes-fill i{
    line-height: 36px;
    display: block;
    float: left;
    width: 10px;
    text-align: center;
    color: #f00;
    font-size: 18px;
}
.mes-fill p{
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #f00;
    font-size: 14px;
}
.mes-fill a{
    width: 120px;
    height: 36px;
    line-height: 36px;
    display: block;
    text-align: center;
    color: #fff;
    background: #608733;
    margin: 0 auto;
    font-size: 16px;
}
.mes-fill a:hover{
    background: #608733;
}
.mes-con{
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 5px;
}
.mes-con ul li{
    border-top: 1px solid #e5e5e5;
}
.mes-con ul li h4{
    font-weight: normal;
    font-size: 16px;
    line-height: 36px;
    border-bottom: 1px dashed #eee;
}
.mes-con ul li h4 span{
    padding-left: 20px;
    font-size: 14px;
    color: #999;
}
.mes-con ul li p{
    line-height: 24px;
    margin: 10px 0;
    color: #666;
}
/*联系我们*/
.cont-con{
    overflow: hidden;
    margin-bottom: 30px;
}
.cont-con p{
    width: 50%;
    height: 36px;
    line-height: 36px;
    float: left;
    font-size: 16px;
}
.cont-con p.ad{
    width: 100%;
}
.map{
    border: 1px solid #eee;
}
/*右侧内容样式 结束*/