.title-01 {
    font-size: 40px;
    font-family: "D-DINExp-Bold";
    color: #233863;
    line-height: 43px;
    text-align: center;
}
.title-02 {
    margin-top: 24px;
    font-size: 14px;
    font-family: Verdana;
    color: #888888;
    line-height: 20px;
    text-align: center;
}
.inside-banner {
    width: 100%;
    height: 766px;
    background: url(../images/inside-banner-bg.png) no-repeat center 20px;
    background-size: 100% auto;
}
.inside-banner .container {
    position: relative;
}
.inside-banner .banner-box {
    padding-top: 273px;
}
.inside-banner .banner-box .bigTxt {
    font-family: "D-DINExp-Bold";
    font-size: 56px;
    color: #233863;
    line-height: 61px;
    text-align: left;
    font-style: normal;
    margin-bottom: 40px;
}
.inside-banner .banner-box .description {
    width: 610px;
    font-family: Verdana;
    font-size: 20px;
    color: #233863;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    margin-bottom: 40px;
}
.inside-banner .btn .getBtn {
    display: block;
    width: 180px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #229af4;
    border-radius: 45px;
    font-size: 16px;
    font-family: Verdana, Verdana;
    font-weight: bold;
    color: #ffffff;
}
.inside-banner .right-pic {
    position: absolute;
    right: -202px;
    top: 60px;
    z-index: 1;
}
.inside-banner .right-pic img {
    width: 882px;
    height: 577px;
}
.double-empowerment {
    margin-top: 88px;
}
.double-empowerment .title-01 {
    margin-bottom: 48px;
}
.double-empowerment .container {
    height: 380px;
    background: #ffffff;
    box-shadow: 0px 12px 50px 0px rgba(0, 0, 0, 0.05);
}
.double-empowerment .light-bar {
    width: 100%;
    height: 6px;
    background: linear-gradient(125deg, #84c2ff 0%, #5f8aff 100%);
}
.double-empowerment .content {
    display: flex;
    justify-content: center;
}
.double-empowerment .content .content-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 374px;
    padding: 0 74px 0 56px;
    transition: all .3s;
}
.double-empowerment .content .content-box:nth-child(2) {
    border-left: 1px solid #e8e9eb;
    padding: 0 56px 0 74px;
}
.double-empowerment .content .content-box:hover{
    transform: translateY(-30px);
}
.double-empowerment .content-box img {
    width: 96px;
    height: 96px;
    margin-bottom: 25px;
}

.double-empowerment .content-box .bigTxt {
    font-family: "D-DINExp-Bold";
    font-size: 28px;
    color: #233863;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    margin-bottom: 17px;
}

.double-empowerment .content-box .description {
    width: 500px;
    height: 96px;
    font-family: Verdana;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 24px;
    text-align: center;
    font-style: normal;
}
.rich {
    height: 704px;
    margin-top: 104px;
    transition: all 0.3s;
}
.rich .title-01 {
    margin-bottom: 48px;
}
.rich .tab-box {
    height: 582px;
    border-radius: 16px;
    display: flex;
}
.rich .tab-left-box {
    width: 350px;
    display: flex;
    flex-direction: column;
}

.rich .tab-left-box .box {
    height: 110px;
    color: #999999;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: all .3s;
}
.rich .tab-left-box .box:nth-child(1) {
    border-radius: 16px 0 0 0;
}
.rich .tab-left-box .box:nth-child(4) {
    border-radius: 0 0 0 16px;
}
.rich .tab-left-box .box:hover {
    color: #233863;
}
.rich .tab-left-box .box.active {
    color: #ffffff;
    background: linear-gradient(125deg, #84c2ff 0%, #5f8aff 100%);
    /* font-weight: bold; */
}

.rich .tab-left-box .box .left-icon {
    width: 32px;
    height: 32px;
    margin-right: 15px;
    margin-left: 21px;
}
.rich .tab-left-box .box.active .arrow-right {
    display: block;
    position: absolute;
    right: -44px;
    width: 88px;
    height: 88px;
    background: url(../images/rich-arrow.png) center/100% 100% no-repeat;
}

.rich .left-01 .left-icon {
    background: url(../images/rich-01.png) center/100% 100% no-repeat;
}
.rich .left-0:hover1 .left-icon {
    background: url(../images/rich-01-active.png) center/100% 100% no-repeat;
}
.rich .left-01.active .left-icon {
    background: url(../images/rich-01-hover.png) center/100% 100% no-repeat;
}
.rich .left-02 .left-icon {
    background: url(../images/rich-02.png) center/100% 100% no-repeat;
}
.rich .left-02:hover .left-icon {
    background: url(../images/rich-02-active.png) center/100% 100% no-repeat;
}
.rich .left-02.active .left-icon {
    background: url(../images/rich-02-hover.png) center/100% 100% no-repeat;
}
.rich .left-03 .left-icon {
    background: url(../images/rich-03.png) center/100% 100% no-repeat;
}
.rich .left-03:hover .left-icon {
    background: url(../images/rich-03-active.png) center/100% 100% no-repeat;
}
.rich .left-03.active .left-icon {
    background: url(../images/rich-03-hover.png) center/100% 100% no-repeat;
}
.rich .left-04 .left-icon {
    background: url(../images/rich-04.png) center/100% 100% no-repeat;
}
.rich .left-04:hover .left-icon {
    background: url(../images/rich-04-active.png) center/100% 100% no-repeat;
}
.rich .left-04.active .left-icon {
    background: url(../images/rich-04-hover.png) center/100% 100% no-repeat;
}

.rich .tab-left-box .box .title-words {
    width: 245px;
    height: 48px;
    font-family: Verdana, Verdana;
    /* font-weight: bold; */
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    font-style: normal;
}
.rich .tab-right-showZone {
    background: #f5f6f9;
    width: calc(100% - 350px);
    padding-top: 64px;
    border-radius: 0 16px 16px 0;
}
.rich .tab-right-showZone .box {
    display: none;
    transition: all .3s;
}
.rich .tab-right-showZone .box.active {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.rich .tab-right-showZone .box .title {
    font-family: "D-DINExp-Bold";
    font-size: 40px;
    color: #233863;
    line-height: 50px;
    text-align: center;
    font-style: normal;
    margin-bottom: 24px;
}

.rich .tab-right-showZone .box .content {
    width: 782px;
    font-family: Verdana;
    font-size: 20px;
    color: #888888;
    line-height: 32px;
    text-align: center;
    font-style: normal;
}
.rich .tab-right-showZone .bottom-pic {
    width: 500px;
    height: 300px;
    position: absolute;
    bottom: -333px;
}

.rich .tab-right-showZone .right-01 .bottom-pic {
    background: url(../images/rich-right-01.png) center/100% 100% no-repeat;
}
.rich .tab-right-showZone .right-02 .bottom-pic {
    background: url(../images/rich-right-02.png) center/100% 100% no-repeat;
}
.rich .tab-right-showZone .right-03 .bottom-pic {
    background: url(../images/rich-right-03.png) center/100% 100% no-repeat;
}
.rich .tab-right-showZone .right-04 .bottom-pic {
    background: url(../images/rich-right-04.png) center/100% 100% no-repeat;
}
.suitable .title-01 {
    margin-top: 104px;
    margin-bottom: 78px;
}
.suitable .suitable-box {
    display: flex;
    align-items: center;
    height: 455px;
    justify-content: space-between;
}
.suitable .suitable-box .description-box {
    width: calc(100% - 660px);
    display: flex;
    align-items: center;
    flex-direction: column;
}
.suitable .suitable-box .description-box .title {
    font-family: "D-DINExp-Bold";
    font-size: 40px;
    color: #233863;
    line-height: 48px;
    text-align: left;
    font-style: normal;
    margin-bottom: 24px;
}
.suitable .suitable-box .description-box .sub-title {
    font-family: Verdana, Verdana;
    font-weight: bold;
    font-size: 20px;
    color: #229af4;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    margin-bottom: 24px;
}
.suitable .suitable-box .description-box .description{
    font-family: Verdana;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 24px;
}
.suitable .suitable-box .pic-01 {
    width: 600px;
    height: 455px;
    background: url(../images/suitable-01.png) center/100% 100% no-repeat;
}
.suitable .suitable-box .pic-02 {
    width: 600px;
    height: 455px;
    background: url(../images/suitable-02.png) center/100% 100% no-repeat;
}
.suitable .suitable-box .pic-03 {
    width: 600px;
    height: 455px;
    background: url(../images/suitable-03.png) center/100% 100% no-repeat;
}
.suitable .suitable-box:not(:last-of-type) {
    margin-bottom: 108px;
}
.asked {
    margin-top: 192px;
}
.asked .asked-box {
    margin-top: 56px;
}

.asked .asked-ul {
    width: 100%;
    margin-right: 16px;
    height: 400px;
}
.asked .asked-ul li {
    position: relative;
    margin-bottom: 16px;
    background: #ffffff;
    box-shadow: 0px 0px 13px 0px rgba(197, 210, 235, 0.2);
    border-radius: 8px;
    cursor: pointer;
}
.asked .asked-ul li:hover {
    background: linear-gradient(270deg, #3ae49e 0%, #00c9d0 100%);
}
.asked .asked-ul li.active:hover {
    background: #ffffff;
}
.asked .asked-ul li:hover .li-item .title-head p {
    color: #ffffff;
}
.asked .asked-ul li:hover .title-head::after {
    background-color: #ffffff;
}
.asked .asked-ul li.active:hover .li-item .title-head p {
    color: #233863;
}
.asked .asked-ul li .li-item {
    padding: 25px 24px 24px;
}

.asked .asked-ul li .li-item .title-head p {
    width: calc(100% - 24px);
    font-size: 18px;
    font-family: Verdana, Verdana;
    font-weight: bold;
    color: #233863;
    line-height: 22px;
}
.asked .asked-ul li .li-item .title-box {
    display: none;
}
.asked .asked-ul li .li-item .title-box .text {
    width: 1162px;
    font-size: 14px;
    font-family: Verdana;
    color: #888888;
    line-height: 20px;
}
.asked .asked-ul li .li-item .title-box .text-01 {
    margin-top: 17px;
}
.asked .asked-ul li .li-item .title-box .text-02 {
    margin-top: 8px;
}
.asked .asked-ul li .li-item .title-box .text-02:first-child {
    margin-top: 15px;
}
.asked .asked-ul li .li-item .title-box .tit {
    margin-top: 16px;
    font-size: 16px;
    font-family: Verdana;
    color: #4a4a4a;
    line-height: 24px;
}
.asked .asked-ul li.active .title-box {
    display: block;
}
.asked .asked-ul li .title-head::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    right: 24px;
    top: 24px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    color: #233863;
    background-color: #e8f5ff;
    background-image: url("../images/jia.png");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}
.asked .asked-ul li.active .title-head::after {
    background-image: url("../images/jian.png");
}
.wrapper {
    position: relative;
    overflow: hidden;
}
.wrapper .middle-bg {
    position: absolute;
    top: 2271px;
    background: url(../images/middle-bg.png) center/100% 100% no-repeat;
    height: 755px;
    width: 100%;
    z-index: -1;
}
.wrapper .bottom-bg {
    position: absolute;
    top: 3171px;
    background: url(../images/bottom-bg.png) center/100% 100% no-repeat;
    height: 1192px;
    width: 100%;
    z-index: -1;
}
@media screen and (max-width:1650px){
    .inside-banner{
        height: 675px;
    }
}
@media screen and (max-width:768px){
    .m-banner{
        padding-bottom: 30px;
        background-size: 100% 100%;
    }
    .m-banner img{
        margin-top: 26px;
        padding: 0 28px 0 41px;
    }
    .title-01{
        font-size: 32px;
        line-height: 35px;
    }
    .double-empowerment .title-01{
        margin-bottom: 32px;
    }
    .double-empowerment{
        margin-top: 48px;
        padding: 0 24px;
    }
    .double-empowerment .content{
        display: block;
        padding: 40px 24px;
    }
    .double-empowerment .container{
        height: auto;
        padding: 0;
    }
    .double-empowerment .content-box .description{
        width: 100%;
        height: auto;
        line-height: 28px;
    }
    .double-empowerment .content .content-box{
        height: auto;
        padding: 0;
    }
    .double-empowerment .content-box img{
        margin-bottom: 24px;
    }
    .double-empowerment .content-box .bigTxt{
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 16px;
    }
    .double-empowerment .content .content-box:nth-child(2){
        border-left: 0px;
        border-top: 1px solid #E8E9EB;
        padding: 48px 0 0 0;
        margin-top: 48px;

    }
    .rich {
        height: auto;
        margin-top: 85px;
    }
    .rich .title-01 {
        margin-bottom: 32px;
        padding: 0 24px;
    }
    .rich .tab-box{
        display: none;
    }
    .m-tab-box{
        margin-top: 32px;
        background: #F5F6F9;
        padding-bottom: 1px;/*为了当前模块的底部有背景色*/
    }
    .mitem {
        scroll-margin-top: 52px;
    }
    .m-tab-box .item{
        margin-bottom: 24px;
        background: #FFFFFF;
    }
    .m-tab-box .item .top-box{
        padding: 0px 57px 0px 68px;
        box-sizing: border-box;
        position: relative;
        border-top: 1px solid #F3F3F3;;
        border-bottom: 1px solid #F3F3F3;;
        border-left: none;
        border-right: none;
    }
    .m-tab-box .item .icon{
        width: 32px;
        height: 32px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 20px;
    }
    .m-tab-box .item i{
        height: 20px;
        width: 20px;
        position: absolute;
        right: 24px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .m-tab-box .item i img{
        width: 20px;
        height: 20px;
        position: absolute;
    }
    .m-tab-box .item .title{
        font-family: Verdana;
        font-size: 20px;
        color: #4A4A4A;
        height: 110px;
        line-height: 24px;
        display: flex;
        align-items: center;
    }
    .m-tab-box .item .bottom-box{
        padding: 32px 24px 48px;
        box-sizing: border-box;
        display: none;
    }
    .m-tab-box .item.item-select .top-box{
        background: linear-gradient( 125deg, #84C2FF 0%, #5F8AFF 100%);
        border-top: 0px;
        border-bottom: 0px;
    }
    .m-tab-box .item.item-select .top-box .title{
        font-weight: bold;
        color: #FFFFFF;
    }

    .m-tab-box .item.item-select .bottom-box{
        display: block;
    }
    .m-tab-box .item.item-select .icon-unfold{
        display: block;
    }
    .m-tab-box .item .bottom-box .tit{
        font-family: "D-DINExp-Bold";
        font-size: 24px;
        color: #233863;
        line-height: 32px;
        text-align: center;
    }
    .m-tab-box .item .bottom-box .des{
        margin-top: 24px;
        margin-bottom: 32px;
        font-family: Verdana;
        font-size: 16px;
        color: #888888;
        line-height: 28px;
    }
    .m-tab-box .item .icon-unfold {
        display: none;
    }
    .suitable .title-01{
        margin-top: 48px;
        margin-bottom: 32px;
        padding: 0 24px;
    }
    .suitable .suitable-box:not(:last-of-type){
        margin-bottom: 48px;
    }
    .suitable .suitable-box{
        height: auto;
        display: block;
    }
    .suitable .suitable-box .pic-01,
    .suitable .suitable-box .pic-02,
    .suitable .suitable-box .pic-03{
        display: none;
    }
    .suitable .suitable-box .description-box{
        width: 100%;
    }
    .wrapper .bottom-bg{
        background-image: none;
    }
    .suitable .suitable-box .description-box .title{
        margin-top: 32px;
        font-size: 28px;
        line-height: 30px;
    }
    .suitable .suitable-box .description-box .sub-title{
        font-size: 16px;
        line-height: 24px;
    }
    .suitable .suitable-box .description-box .description{
        font-size: 14px;
    }
    .asked {
        margin-top: 48px;
    }
    .asked .asked-box {
        margin-top: 32px;
        margin-bottom: 48px;
    }
    .asked .asked-ul{
        margin-right: 0;
        height: auto;
    }
    .asked .asked-ul li .li-item .title-box .text{
        width: 100%;
    }
    .asked .asked-ul li .li-item{
        padding: 24px;
        margin-bottom: 24px;
    }
    .asked .asked-ul li .li-item .title-head p{
        width: calc(100% - 48px);
    }
    .asked .asked-ul li .li-item .title-box .text-01{
        margin-top: 16px;
    }
    .asked .asked-ul li:hover{
        background: #FFFFFF;
    }
    .asked .asked-ul li:hover .li-item .title-head p {
        color: #233863;
    }
    .asked .asked-ul li:hover .title-head::after {
        background-color: #e8f5ff;
    }
}
