.padeBlock .mainArea .blockTitleMB100{ margin-bottom: 100px; }
.padeBlock .mainArea .blockTitleMB80{ margin-bottom: 80px; }
.btnW170{ width: 170px; }
.pictureBlock .mainArea .lineArea .leftArea .h3Area{ margin-bottom: 32px; }

.tabBlock .mainArea{
    padding-top: 140px;
    padding-bottom: 100px;
}

.tabBlock .mainArea .tabList{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.tabBlock .mainArea .tabList .tabItem{
    width: 135px;
    cursor: pointer;
    padding-bottom: 22px;
    position: relative;
}

.tabBlock .mainArea .tabList .tabItem dd{
    width: 68px;
    height: 68px;
    margin: auto;
}

.tabBlock .mainArea .tabList .tabItem dd.icon1{
    background: #EF8F35;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabBlock .mainArea .tabList .tabItem dd.icon1 img{
    width: 54px;
    height: 54px;
}

.tabBlock .mainArea .tabList .tabItem dt{
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    height: 42px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabBlock .mainArea .tabList .tabItem.cur dt,
.tabBlock .mainArea .tabList .tabItem:hover dt{
    color: #0077F6;
    font-weight: 500;
}
.tabBlock .mainArea .tabList .tabItem.cur::after,
.tabBlock .mainArea .tabList .tabItem:hover::after{
    content: " ";
    position: absolute;
    bottom: -2px;
    left: calc(50% - 34px);
    right: calc(50% - 34px);
    height: 4px;
    background: #0077F6;
    width: 68px;
}
.tabBlock .mainArea .previewArea{ padding-top: 61px; }
.tabBlock .mainArea .previewArea .tabLine{ display: flex;position: relative;left: 0; }
.tabCont{
    display: none;
    align-items: center;
    flex-shrink: 0;
    width: 1200px;
    margin-right: 500px;
}
.tabCont.cur{
    display: flex;
}
.tabCont .leftArea{ flex: 1;margin-right: 16px; }
.tabCont .leftArea h3{
    font-size: 32px;
    line-height: 45px;
}

.tabCont .leftArea .btnItem{
    width: 100px;
    height: 42px;
    background: #0077F6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    cursor: pointer;
}
.tabCont .leftArea .pArea{ list-style: disc;padding-left: 24px; }
.tabCont .leftArea .pArea li{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #666666;
}
.tabCont .leftArea .pArea li:not(:last-child){ margin-bottom: 6px; }
.tabCont .pictureArea{
    flex-shrink: 0;
    width: 790px;
    text-align: center;
}
.tabCont .pictureArea .tabImg_1{
    width: calc(100% + 100px);
    max-width: unset;
    margin: -50px 0;
    margin-left: -50px;
}
.tabCont .pictureArea .tabImg_2{
    margin-bottom: -32px;
    margin-top: -10px;
}
.tabCont .pictureArea .tabImg_3{
    width: 552px;
}

.cardList{
    display: flex;
    flex-wrap: wrap;
}
.cardList .cardItem{
    width: calc(50% - 12px);
    height: 300px;
    background: #1E1E2C;
    border-radius: 16px;
    display: flex;
    padding: 30px 0;
    align-items: center;
}
.cardList .cardItem:nth-child(2n-1){ margin-right: 24px; }
.cardList .cardItem:not(:nth-child(1),:nth-child(2)){ margin-top: 24px; }
.cardList .cardItem dt{
    width: 180px;
    height: 180px;
    margin-right: 11px;
    flex-shrink: 0;
}
.cardList .cardItem dt img{}
.cardList .cardItem dd{}
.cardList .cardItem dd h3{
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 19px;
}
.cardList .cardItem dd ul{ list-style: disc;padding-left: 24px; }
.cardList .cardItem dd ul li{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.cardList .cardItem dd ul li:not(:last-child){ margin-bottom: 6px; }

.padeBlock .mainArea .mindmapping{ margin-bottom: 130px; }
.padeBlock .mainArea .mindmapping .mapArea{
    width: 792px;
    flex-shrink: 0;
}

.appraiseRollArea{ box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);overflow: hidden; }
.appraiseRollArea .rollLine{ display: flex;position: relative;left: 0;transition: 0.5s; }
.appraiseArea{ display: flex; }
.appraiseArea .arrange{ margin-right: 24px;display: flex;flex-direction: column; }
.appraiseArea .arrange .appraiseCard{
    background: #FFFFFF;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 36px;
    width: 384px;
    flex: 1;
    flex-shrink: 0;
}
.appraiseArea .arrange .appraiseCard:not(:last-child){ margin-bottom: 24px; }
.appraiseArea .arrange .appraiseCard .title{
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
}
.appraiseArea .arrange .appraiseCard .textCont{
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    padding: 18px 0 26px;
}
.appraiseArea .arrange .appraiseCard .tail{
    display: flex;
    align-items: center;
}
.appraiseArea .arrange .appraiseCard .tail .head{
    width: 60px;
    height: 60px;
    margin-right: 16px;
}
.appraiseArea .arrange .appraiseCard .tail .info{}
.appraiseArea .arrange .appraiseCard .tail .info p{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}
.appraiseArea .arrange .appraiseCard .tail .info .name{
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 6px;
}

.rollArea{ position: relative; }
.rollArea:not(:last-child){ margin-bottom: 100px; }
.rollArea .shade{
    background: linear-gradient(90deg, #F3F3F3 30%, rgba(243, 243, 243, 0) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 9;
}
.rollArea .shade.shadeL{ left: 0; }
.rollArea .shade.shadeR{ right: 0;transform: rotate(-180deg); }
.rollArea .logoArea{ margin-top: -16px;margin-bottom: -16px; }
.rollArea .logoArea .rollLine{ display: flex;margin: -16px 0;overflow: hidden; }
.rollArea .logoLine{ display: flex;position: relative; }
.rollArea .logoLine1{ left: -200px; }
.rollArea .logoLine2{ left: -308px; }
.rollArea .logoLine .logoItem{
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 60px;
    width: 250px;
    flex-shrink: 0;
    margin: 16px 0;
    margin-right: 16px;
}
.rollArea .newsRollArea{ overflow: hidden;margin: -60px 0; }
.rollArea .newsRollArea .rollLine{ display: flex;padding: 60px 0;position: relative;transition: 0.5s; }
.rollArea .newsList{ display: flex;flex-shrink: 0; }
.rollArea .newsList .newsItem{
    background: #FFFFFF;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    width: 384px;
    flex-shrink: 0;
    margin-right: 24px;
}
.rollArea .newsList .newsItem:not(:last-child){ margin-right: 24px; }
.rollArea .newsList .newsItem .newsTitle{
    height: 160px;
    font-size: 32px;
    line-height: 50px;
    color: #999999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rollArea .newsList .newsItem .newsText{
    font-size: 32px;
    line-height: 50px;
    padding: 36px;
}