.container-wrapper * {
    box-sizing: border-box;
}

.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.banner-section {
    position: relative;
    height: 314px;
    width: 100%;
    overflow: hidden;
}

.banner-section img {
    position: absolute;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
}

.banner-section .banner-container-area {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.banner-section .banner-container-area .banner-text-block {
    position: absolute;
    top: 61px;
    left: 0;
}

.banner-section .banner-container-area .banner-text-block .banner-text-title {
    font-size: 36px;
    /*font-family: PingFang-SC-Bold, PingFang-SC;*/
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

.banner-section .banner-container-area .banner-text-block .banner-text-tips {
    margin-top: 20px;
    margin-bottom: 41px;
    font-size: 18px;
    /*font-family: PingFang-SC-Bold, PingFang-SC;*/
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

.question-section {
    position: relative;
    top: -30px;
}

.question-section .data-item-list {
    font-size: 0;
}

.question-section .data-item {
    display: inline-block;
    width: 285px;
    height: 130px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 2px 0px rgba(189, 189, 189, 0.5);
    border-radius: 3px;
    /* padding-left: 23px; */
    padding-top: 28px;
    box-sizing: border-box;
    text-align: center;
}

.question-section .data-item .title-block .title {
    font-size: 18px;
    /*font-family: PingFang-SC-Medium, PingFang-SC;*/
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    vertical-align: middle;
}

.question-section .data-item .title-block .icon {
    vertical-align: middle;
    margin-right: 10px;
}

.question-section .data-item .info {
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    /*font-family: PingFang-SC-Medium, PingFang-SC;*/
    font-weight: 500;
    color: rgba(102, 102, 102, 1);
}

.solution-section {
    margin-top: 90px;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.solution-section .title-area {
    font-size: 24px;
    /*font-family: PingFang-SC-Heavy, PingFang-SC;*/
    font-weight: 800;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}

.solution-section .data-item-list {
    margin-top: 74px;
    display: flex;
    justify-content: space-around;
}

.solution-section .data-item-list .data-item {}

.solution-section .data-item-list .data-item .circle {
    text-align: center;
}

.solution-section .data-item-list .data-item .head {
    font-size: 18px;
    /*font-family: PingFang-SC-Bold, PingFang-SC;*/
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    margin-top: 40px;
}

.solution-section .data-item-list .data-item .tips {
    font-size: 14px;
    /*font-family: PingFang-SC-Medium, PingFang-SC;*/
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    margin-top: 15px;
}

.info-section {
    margin-top: 140px;
}

.info-section .title-area {
    font-size: 24px;
    /*font-family: PingFang-SC-Heavy, PingFang-SC;*/
    font-weight: 800;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}

.info-section .tab-area {
    text-align: center;
    width: 1200px;
    margin: 50px auto;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
    cursor: pointer;
    user-select: none;
}

.info-section .tab-area .tab-block {
    display: inline-block;
    width: 33%;
    font-size: 18px;
    /*font-family: PingFang-SC-Bold, PingFang-SC;*/
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}

.info-section .tab-area .tab-block .text {
    position: relative;
    display: inline-block;
}

.info-section .tab-area .tab-block.cur {
    font-size: 18px;
    /*font-family: PingFang-SC-Bold, PingFang-SC;*/
    font-weight: bold;
    color: #23b9a9;
}

.info-section .tab-area .tab-block.cur .text:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #23B9A9;
    bottom: -15px;
    left: 0;
}

.info-section .tab-area .tab-block.cur .text:after {
    position: absolute;
    content: '';
    border-top: 5px solid #23B9A9;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 5px solid transparent;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%)
}

.panel-section {}

.panel-section .panel-area-1 {
    /*font-family: PingFang-SC-Medium, PingFang-SC;*/
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    /* cursor: pointer; */
    display: none;

}

.panel-section .panel-area-1.show {
    display: inherit;
}

.panel-section .panel-area-1 .data-item-list {}

.panel-section .panel-area-1 .data-item-list .data-item {
    padding-bottom: 15px;
    font-size: 0;
    text-align: left;

}

.panel-section .panel-area-1 .data-item-list .data-item .data-item-block {
    width: 386px;
    display: inline-block;
    padding: 31px 0 31px 30px;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    box-sizing: border-box;
}

.panel-section .panel-area-1 .data-item-list .data-item .data-item-block .block-left {
    display: inline-block;
    vertical-align: middle;

}

.panel-section .panel-area-1 .data-item-list .data-item .data-item-block .block-right {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    width: 85%;
    height: 63px;
}

.panel-section .panel-area-1 .data-item-list .data-item .data-item-block .block-right .text-tip {
    padding-bottom: 15px;
    font-size: 16px;
    /*font-family: PingFang-SC-Heavy, PingFang-SC;*/
    font-weight: 800;
    color: rgba(51, 51, 51, 1);

}

.panel-section .panel-area-1 .data-item-list .data-item .data-item-block .block-right .texts {
    font-size: 13px;
    /*font-family: PingFang-SC-Medium, PingFang-SC;*/
    font-weight: 500;
    color: rgba(102, 102, 102, 1);
    line-height: 20px;
}


.panel-section .panel-area-2 {
    /*font-family: PingFang-SC-Medium, PingFang-SC;*/
    /* text-align: center; */
    width: 1200px;
    margin: 0 auto;
    /* cursor: pointer; */
    display: none;
}

.panel-section .panel-area-2.show {
    display: block;
}

.panel-section .panel-area-2 .data-item-list {
    /* padding:20px 0; */
}

.panel-section .panel-area-2 .data-item-list .data-item {
    border: 1px solid #DDDDDDFF;
    font-size: 0;
}

.panel-section .panel-area-2 .data-item-list .data-item .title {
    display: inline-block;
    width: 190px;
    height: 220px;
    line-height: 220px;
    /* text-align: center; */
    padding-left: 30px;
    box-sizing: border-box;
    font-size: 14px;
    /*font-family: PingFang-SC-Heavy, PingFang-SC;*/
    font-weight: 800;
    color: rgba(51, 51, 51, 1);
    vertical-align: middle;
}

.panel-section .panel-area-2 .data-item-list .data-item .title2 {
    height: 200px;
    line-height: 200px;
}

.panel-section .panel-area-2 .data-item-list .data-item .explore {
    display: inline-block;
    width: 115px;
    height: 220px;
    justify-content: space-around;
    flex-direction: column;
    vertical-align: middle;
    text-align: center;
    margin-left: 37px;
    background: rgba(250, 250, 250, 1);
    box-shadow: 0px 0px 4px 0px rgba(188, 188, 188, 0.5);
    padding-top: 25px;
}

.panel-section .panel-area-2 .data-item-list .data-item .progress {
    display: inline-block;
    vertical-align: middle;
    margin-left: 28px;
    font-size: 0;
}

.panel-section .panel-area-2 .data-item-list .data-item .progress li {
    display: inline-block;
    vertical-align: middle;
    height: 220px;
    padding-top: 30px;
}

.panel-section .panel-area-2 .data-item-list .data-item .progress .icon {
    text-align: center;
}

.panel-section .panel-area-2 .data-item-list .data-item .progress .text {
    margin-top: 23px;
    font-size: 14px;
    /*font-family: PingFang-SC-Heavy, PingFang-SC;*/
    font-weight: 800;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}

.panel-section .panel-area-2 .data-item-list .data-item .progress .info {
    font-size: 12px;
    /*font-family: PingFang-SC-Medium, PingFang-SC;*/
    font-weight: 500;
    color: rgba(102, 102, 102, 1);
    margin-top: 13px;
}

.panel-section .panel-area-2 .data-item-list .data-item .progress .progress1 {
    width: 180px;
}

.panel-section .panel-area-2 .data-item-list .data-item .progress .progress2 {
    width: 195px;
    margin-left: 20px;
}

.panel-section .panel-area-2 .data-item-list .data-item .progress .progress3 {
    width: 192px;
    margin-left: 20px;
}

.panel-section .panel-area-2 .data-item-list .data-item .progress .progress4 {
    width: 192px;
    margin-left: 20px;
}

.panel-section .panel-area-2 .data-item-list .data-item .divide {
    display: inline-block;
    height: 180px;
    vertical-align: middle;
}

.panel-section .panel-area-2 .data-item-list .data-item .divide img {
    vertical-align: middle;
}

.panel-section .panel-area-2 .data-item-list .data-item .divide .top {
    width: 1008px;
    height: 89px;
    line-height: 89px;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

.panel-section .panel-area-2 .data-item-list .data-item .divide .top .img-block {
    display: inline-block;
    text-align: center;
    width: 84px;
    margin-right: 60px;
}

.panel-section .panel-area-2 .data-item-list .data-item .divide .bottom {
    width: 1008px;
    padding-top: 10px;
}

.panel-section .panel-area-2 .data-item-list .data-item .divide .bottom .bottom-item {
    display: inline-block;
    text-align: center;
    margin-right: 60px;
    width: 84px;
    text-align: center;
}

.panel-section .panel-area-2 .data-item-list .data-item .divide .bottom .bottom-item .text {
    margin-top: 13px;
    font-size: 12px;
    /*font-family: PingFang-SC-Medium, PingFang-SC;*/
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}

.panel-section .panel-area-2 .data-item-list .data-item .divide .bottom .bottom-item .tips {
    font-size: 10px;
    /*font-family: PingFang-SC-Medium, PingFang-SC;*/
    font-weight: 500;
    color: rgba(153, 153, 153, 1);
    margin-top: 1px;
    /* padding-bottom: 11px; */
}


.panel-section .panel-area-3 {
    display: none;
    width: 1200px;
    margin: 0 auto;
}

.panel-section .panel-area-3 .data-item-list .data-item {
    height: 130px;
    box-shadow: 0px 0px 2px 0px rgba(219, 219, 219, 0.5);
    border: 1px solid rgba(233, 233, 233, 1);
}

.panel-section .panel-area-3 .data-item-list .data-item .title {
    display: inline-block;
    width: 189px;
    line-height: 130px;
    padding-left: 30px;
    font-size: 14px;
    /*font-family: PingFang-SC-Heavy, PingFang-SC;*/
    font-weight: 800;
    color: rgba(51, 51, 51, 1);
    vertical-align: middle;
}

.panel-section .panel-area-3 .data-item-list .data-item .image-list {
    display: inline-block;
    vertical-align: middle;
}

.panel-section .panel-area-3 .data-item-list .data-item .image-list .image-item {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    margin-right: 59px;
}

.panel-section .panel-area-3 .data-item-list .data-item .image-list .image-item .image-block {
    height: 50px;
    text-align: center;
}

.panel-section .panel-area-3 .data-item-list .data-item .image-list .image-item .text {
    font-size: 14px;
    /*font-family: PingFang-SC-Medium, PingFang-SC;*/
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    margin-top: 10px;
}

.panel-section .panel-area-3 .data-item-list .data-item.special .image-list .image-item .text {
    margin-top: 0;
}

.panel-section .panel-area-3 .data-item-list .data-item.special .image-list .image-item {
    margin-top: 0;
    width: auto;
}



.panel-section .panel-area-3.show {
    display: block;
}





.example-section {
    margin-top: 140px;
    padding-bottom: 40px;
}

.example-section .title-area {
    font-size: 24px;
    /*font-family: PingFang-SC-Heavy, PingFang-SC;*/
    font-weight: 800;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    padding-bottom: 40px;
}

.example-section .table-list {
    font-size: 0;
}

.example-section .table-item {
    position: relative;
    display: inline-flex;
    border: 1px solid rgba(238, 238, 238, 1);
    height: 90px;
    width: 298px;
    box-sizing: border-box;
    vertical-align: middle;
    margin: -1px 0 0 -1px;
    /* align-items: center; */
    /* text-align: center; */
}

.example-section .table-item .light {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    vertical-align: middle;
}

.example-section .table-item .dark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    vertical-align: middle;
}

.example-section .table-item:hover {
    border-color: #20b09f;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.example-section .table-item:hover .light {
    display: inline-block;
}

.example-section .table-item:hover .dark {
    display: none
}

.mr-20 {
    margin-right: 20px;
}

.mt-38 {
    margin-top: 38px;
}

.ml-28 {
    margin-left: 28px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-34 {
    margin-left: 34px;
}

.ml-27 {
    margin-left: 27px;
}

.mt-10 {
    margin-top: 10px !important;
}

.hide {
    visibility: hidden;
}

.button {
    display: inline-block;
    padding: 12px 44px;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    background: #04AA99FF;
    cursor: pointer;
    user-select: none;
    border:1px solid rgba(255,255,255,1);
}