.section1 .wrap {
    padding-top: 80px;
    padding-bottom: 80px
}

.section1 .wrap .title {
    text-align: center;
    margin-bottom: 40px
}

.section1 .wrap .title h2 {
    color: #333;
    font-size: 40px
}

.section1 .wrap .main {
    background-color: #fff;
    display: flex
}

.section1 .wrap .main .left {
    padding: 70px;
    width: 50%
}
.section1 .wrap .main .left>*{
    margin: 10px 0;
}
.section1 .wrap .main .right {
    width: 50%
}

.section1 .wrap .main .right img {
    width: 100%;
    height: 100%
}

.section2 .wrap {
    padding-bottom: 120px
}

.section2 .wrap .title {
    text-align: center;
    margin-bottom: 40px
}

.section2 .wrap .title h2 {
    color: #333;
    font-size: 40px
}

.section2 .wrap .list .list_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    background: #00706B;
    height: 72px;
    padding: 0 60px;
    margin-bottom: 10px
}

.section2 .wrap .list .list_top p {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    width: 150px;
    text-align: center
}

.section2 .wrap .list .list_top p:nth-child(1) {
    text-align: left;
    width: 200px
}

.section2 .wrap .list .list_top p:nth-last-child(1) {
    width: 40px
}

.section2 .wrap .list .item {
    padding: 0 60px;
    border-radius: 8px;
    background: #FFF
}

.section2 .wrap .list .item:not(:nth-last-child(1)) {
    margin-bottom: 10px
}

.section2 .wrap .list .item .none {
    padding: 20px 0 54px;
    display: none
}

.section2 .wrap .list .item .none .none_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.section2 .wrap .list .item .none .none_box .none_content {
    width: 700px
}

.section2 .wrap .list .item .none .none_box .none_content h3 {
    color: #333;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 14px
}

.section2 .wrap .list .item .none .none_box .none_content h3:not(:first-child) {
    margin-top: 38px
}

.section2 .wrap .list .item .none .none_box .none_content p {
    color: #555;
    font-size: 12px;
    font-weight: 400;
    line-height: 2
}

.section2 .wrap .list .item .none .none_box .more {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 27px;
    border-radius: 8px;
    border: 1px solid #00706B;
    color: #00706B;
    font-size: 14px;
    font-weight: 400;
    transition: 0.6s
}

.section2 .wrap .list .item .none .none_box .more span {
    text-decoration: underline
}

.section2 .wrap .list .item .none .none_box .more:hover {
    background: #00706B;
    color: #FFFFFF
}

.section2 .wrap .list .item.active .block {
    border-color: #E6E6E6
}

.section2 .wrap .list .item .block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
    cursor: pointer;
    transition: all .6s;
    border-bottom: 1px solid transparent
}

.section2 .wrap .list .item .block p {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    width: 150px;
    text-align: center
}

.section2 .wrap .list .item .block p:nth-child(1) {
    text-align: left;
    width: 200px
}

.section2 .wrap .list .item .block p:nth-last-child(1) {
    width: 40px;
    transition: 0.6s
}

.section2 .wrap .list .item .block:hover p:nth-last-child(1) {
    color: #00706B
}
