.box{
    background: #f8faf9;
}
.banner{
    width: 100%;
    height: 300px;
    background: url(../images/about_banner.jpg) no-repeat center;
    margin-top: 80px;
}
.title{
    width: 100%;
    height: 60px;
    overflow: hidden;
}
.title .title-li{
    width: auto;
    height: 50px;
    font-size: 20px;
    color: #666666;
    line-height: 60px;
    cursor: pointer;
    float: left;
    margin-right: 30px;
}
.title-li.active{
    border-bottom: 2px solid #6da288;
    color: #6da288;
    box-sizing: border-box;
}
.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.content .con-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 30px 10px;
    box-sizing: border-box;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
}
.con-box .con-item{
    width: 285px;
    height: auto;
    overflow: hidden;
    cursor: pointer;
}

.con-item .con-img{
    width: 285px;
    height: 400px;
}
.con-item:hover .con-img{
    box-shadow: 0px 0px 10px #eeeeee;
}
.con-item .con-on{
    width: 100%;
    height: 150px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    padding: 0 15px;
    color: #333333;
    margin-top: 20px;
    display: block;
}
.con-item:hover .con-on{
    box-shadow: 0px 0px 10px #eeeeee;
    color: #6da288;
}
.con-on .con-icon1{
    width: 38px;
    height: 38px;
    margin: 20px auto 0;
}
.con-on .con-icon2{
    width: 38px;
    height: 38px;
    margin: 20px auto 0;
    display: none;
}
.con-item:hover .con-icon1{
    display: none;
}
.con-item:hover .con-icon2{
    display: block;
}
.con-on .con-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 22px;
    text-align: center;
    line-height: 34px;
    margin-top: 5px;
}
.con-on .con-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;justify-content: space-between;
    font-size: 14px;
    line-height: 26px;
    margin-top: 15px;
}