.con{
    width: 100%;
    margin-top: 35px;
}
.con_box{
    width: 1200px;
    margin:0 auto;
}
/* 左边导航 */
.con_nav{
    float: left;
    border-right:1px solid #eaeaea;
    padding-left: 30px;
    width: 175px;
}
.con_nav ul li{
    font-size: 22px;
    color:#1e7b64;
    font-weight: bold;
    margin-top: 20px;
}
.con_nav ul li a{
    font-size: 16px;
    color:#333;
    display: block;
    font-weight: 100;
    padding-bottom:15px;
    background: url(../images/nav_line.png) no-repeat left bottom;
}
.con_nav ul li.active a{
    background: url(../images/nav_line01.png) no-repeat left bottom;
    color:#1e7b64
}
.con_nav ul li:hover a{
    background: url(../images/nav_line01.png) no-repeat left bottom;
    color:#1e7b64
}
.con_nav ul li:first-child{
    margin-bottom:35px;
    margin-top:0
}
/* 右边 */
.con_con{
    float: right;
    width: 930px;
    margin-right: 40px;
}
.top_nav{
    background: url(../images/h_line.png) no-repeat bottom;
    padding-bottom:20px
}
.nav_left{
    float: left;
}
.nav_right{
    float: right;
}
.nav_left p{
    font-size: 22px;
    font-weight: bold;
    color:#1e7b64;
}
.nav_left p span{
    color:#333
}
.nav_right li{
    float: left;
    font-size: 16px;
    color:#999;
}
.nav_right li a{
    font-size: 16px;
    color:#999;
}
.nav_right li a:hover{
    color:#1e7b64
}
.text h1{
   font-size: 30px;
   color:#333;
   text-align: center;
   margin-top: 50px;
}
.sj{
    text-align: center;
    border-top:1px dashed #eaeaea;
    border-bottom:1px dashed #eaeaea;
    margin-top: 50px;
}
.sj p{
    display: inline-block;
    font-size: 14px;
    color:#999;
    margin:0 40px;
    line-height: 40px;
}
.text>p{
    margin-top: 50px;
    font-size: 16px;
    color:#333;
    line-height: 36px;
}
.pic{
    width: 100%;
    text-align: center;
    margin: 50px 0;
}
.pic img{
    max-width: 100%;
}