.box{
    background: #f8faf9;
}
.banner{
    width: 100%;
    height: 300px;
    background: url(../images/about_banner.jpg) no-repeat center;
    margin-top: 80px;
}
.top{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
}
.top .top-le{
    width: 105px;
    height: 54px;
    border-bottom: 2px solid #6da288;
    box-sizing: border-box;
    font-size: 26px;
    color: #333333;
    line-height: 54px;
    text-align: center;
}
.top .top-ri{
    display: block;
    width: auto;
    height: 54px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666666;
    line-height: 54px;
}

.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}
.content .w-1200{
    background: #ffffff;
    padding: 0 40px;
    box-sizing: border-box;
    overflow: hidden;
}
.content .con-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con-box .con-top{
    width: 100%;
    height: 100px;
    overflow: hidden;
    display: flex;
    margin-top: 30px;
}
.con-top .con-avatar{
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.con-top .con-on{
    width: 1000px;
    height: 100px;
    overflow: hidden;
    margin-left: 20px;
}
.con-on .con-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    color: #333333;
    line-height: 34px;
    margin-top: 30px;
}
.con-on .con-num{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #666666;
    line-height: 28px;
    margin-top: 20px;
}
.con-box .detail{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 60px;
}
.detail .deta-le{
    width: 560px;
    height: 560px;
    border-radius: 10px;
    overflow: hidden;
}
.deta-le .swiper{
    width: 100%;
    height: 100%;
}
.detail .deta-ri{
    width: 520px;
    height: 560px;
    overflow: hidden;
    position: relative;
}
.deta-ri .deta-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 28px;
    color: #333333;
    line-height: 40px;
}
.deta-ri .deta-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    color: #6da288;
    line-height: 34px;
    margin-top: 5px;
}
.deta-ri .deta-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 16px;
}
.deta-ul .deta-li{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 5px;
}
.deta-li .deta-head{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    font-weight: bold;
}
.deta-li .deta-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    margin-top: 2px;
}
.deta-ri .deta-btn{
    width: 400px;
    height: 60px;
    background: #6da288;
    border-radius: 5px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
}


.tan{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 1001;
}
.tan.active{
    display: block;
}
.tan .tan-box{
    width: 700px;
    height: 420px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 15px;
}
.tan-box .tan-le{
    width: 280px;
    height: 420px;
}
.tan-box .tan-ri{
    width: 420px;
    height: 420px;
    padding: 0 20px;
    box-sizing: border-box;
}
.tan-ri .tan-head{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
    color: #6da288;
    line-height: 34px;
    margin-top: 15px;
}
.tan-ri .tan-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 5px;
}
.tan-ul .tan-li{
    width: 100%;
    height: 40px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    padding: 0 10px;
    margin-top: 20px;
}
.tan-li:last-child{
    width: 100%;
    height: 120px;
    padding: 10px;
}
.tan-li input{
    width: 100%;
    height: 100%;
    display: block;
}
.tan-li textarea{
    display: block;
    width: 100%;
    height: 100%;
    resize: none;
}
.tan-ri .tan-btn{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.tan-btn .btn-li{
    width: 180px;
    height: 40px;
    background: #eeeeee;
    font-size: 18px;
    color: #999999;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    cursor: pointer;
}
.btn-li:last-child{
    background: #6da288;
    color: #ffffff;
}
.tan-box .tan-del{
    width: 30px;
    height: 30px;
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    color: #333333;
}