.header{background:#fff;}
.header a{color: #4bac2e}
.header .vline{display: inline-block;width:15px;height:30px;position: relative;overflow: visible;margin-left:5px;}
.header .vline div{width:3px;background:#4d4d4d;height:24px;position: absolute;left:4px;top:10px;}
.header .header-con{color: #4d4d4d;}
.header .sec-titel{font-size:22px;}
.discussion{border-color: #ccc;}
.main{
    overflow: auto;
    padding-top:48px;
    flex:1;
    background: linear-gradient( 180deg, #E2F9F7 0%, #F2FEFC 100%);
    padding-bottom: 60px;
}
.main .content{
    width: 1024px;
    padding-bottom: 50px;
    background: #FFFFFF;
    border-radius: 8px;
    margin:auto;
    box-sizing: border-box;
    padding-top: 68px;
    padding-left: 36px;
    padding-right: 36px;
    color: #1A1A1A;
    position: relative;
}

.main .content .content__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}

.main .content .company_des {
    margin-top: 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.footer{margin-top:0px;}

.content .img-block{width:100%; text-align: center; margin-top: 30px;}
.content img{width: 400px;height: auto}