html,
body {
    width: 100%;
    height: 100%;
    background-color: #1a2d47;
}

.container {
    width: 100%;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1920px;
    min-width: 1280px;
    overflow: hidden;
    font-family:  "Microsoft YaHei";
    background-color: #FFF;
}

.navigation_left {
    position: absolute;
}

.navigation_left span img {
    width: 90px;
}

.navigation_left .span {
    color: #0062b7;
    font-size: 25px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-family: upright;
    width: 200px;
}

@media screen and (max-width: 1489px) {
    .navigation_left .span {
        margin-top: 50px;
    }
}

@media screen and (min-width: 1490px) and (max-width:1699px) {
    .navigation_left .span {
        margin: 50px 0 0 30px;
    }
}

@media screen and (min-width: 1700px) {
    .navigation_left .span {
        margin: 50px 0 0 60px;
    }
}


.navigation {
    width: 100%;
    height: 100px;
    padding: 20px 30px;
    box-sizing: border-box;
    background: linear-gradient(rgb(113, 120, 148) 5%, rgb(235, 234, 234) 50%, white);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation .navigation_right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation .navigation_right span {
    width: 1px;
    height: 20px;
    background-color: rgb(113, 120, 148);

}

.navigation .navigation_right li a {
    display: inline-block;
    text-decoration: none;
    color: rgb(113, 120, 148);
    padding: 20px 20px;
    border-bottom: 1px solid transparent;
}

/*.nav_active {
    border-bottom: 1px solid rgb(113, 120, 148) !important;
}*/

.banner {
    width: 100%;
    height: auto;
    display: flex;
}

.banner .banner_left {
    flex: 0.7;
    position: relative;
    height: 700px;
}

@media screen and (max-width: 1600px) and (min-width: 1580px) {
    .banner .banner_left {
        margin-right: 30px;
    }
}

@media screen and (max-width: 1579px) and (min-width: 1550px) {
    .banner .banner_left {
        margin-right: 60px;
    }
}


.banner .banner_left .banner_detail {
    width: 200px;
    margin: 130px auto;
}

.banner .banner_left .banner_detail ul li {
    color: #646464;
    line-height: 50px;
    font-size: 22px;
    font-family: source;
    letter-spacing: 3px;
}

.banner .banner_left .banner_detail .btn {
    width: 30px;
    height: 5px;
    background-color: #637792;
    margin-top: 80px;
}



.banner .banner_left .module {
    width: 390px;
    height: auto;
    position: absolute;
    left: 0;
    bottom: -100px;
    padding: 90px 40px;
    background-color: #637792;
    border-radius: 0 0 100px 0;
    color: #fff;
    display: grid;
    grid-row-gap: 20px;
    z-index: 10;
}

.banner .banner_left .module p:nth-child(1) {
    letter-spacing: 3px;
}

.banner .banner_left .module h3 {
    letter-spacing: 20px;
    font-size: 40px;
}

.banner .banner_right {
    flex: 3;
    height: 700px;
    border-radius: 100px 0 0 100px;
    background: #fff;
    position: relative;
}

.swiper {
    width: 100%;
    height: 100%;
    --swiper-theme-color: #fff;
    --swiper-pagination-color: #fff;
    /* 两种都可以 */
}

.swiper-slide {
    text-align: left;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.carousel {
    /* letter-spacing: 50px; */
    text-align: left;
}

@media screen and (max-width: 1440px) {
    .carousel {
        margin-bottom: 30px;
    }
}

.swiper-pagination {
    text-align: center !important;
    box-sizing: border-box;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .banner_right .swiper-slide .iphone {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 10%;
    color: #fff;
    right: 10%;
    font-size: 37px;
    font-family: source;
}

.banner .banner_right .swiper-slide .iphone img {
    width: 36px;
}

.banner .banner_right .banner_title {
    width: fit-content;
    position: absolute;
    line-height: 60px;
    font-weight: source;
    color: white;
}

.banner .banner_right .banner_title a{
    text-decoration: none;
}

@media screen and (max-width: 1450px) and (min-width: 1410px) {
    .banner .banner_right .banner_title {
        margin-left: 50px;
    }
}

@media screen and (max-width: 1409px) and (min-width: 1350px) {
    .banner .banner_right .banner_title {
        margin-left: 100px;
    }
}

@media screen and (max-width: 1349px) and (min-width: 1300px) {
    .banner .banner_right .banner_title {
        margin-left: 170px;
    }
}

@media screen and (max-width: 1299px) {
    .banner .banner_right .banner_title {
        margin-left: 200px;
    }
}

.banner .banner_right .carousel_01 .title_01 {
    font-size: 75px;
    font-weight: 600;
    letter-spacing: 15px;
}

@media screen and (max-width: 1549px){
    .banner .banner_right .carousel_01 .title_01 {
        font-size: 60px;
        letter-spacing: 12px;
    }
}


.banner .banner_right .carousel_01 .title_01 .drop {
    font-size: 50px;
}


.banner .banner_right .carousel_01 .title_02 {
    font-size: 32px;
    letter-spacing: 8px;
    margin-top: 10px;
    font-weight: 600;
}

@media screen and (max-width: 1549px){
    .banner .banner_right .carousel_01 .title_02 {
        font-size: 28px;
        letter-spacing: 6px;
    }
}


.banner .banner_right .carousel_01 .title_02 .add {
    margin-left: -16px;
}

.banner .banner_right .carousel_01 .title_02 .add_right {
    margin-left: -16px;
}

.banner .banner_right .carousel_01 .title_03 {
    font-size: 28px;
    letter-spacing: 8px;
    margin-top: 15px;
    background-color: white;
    color: #0b0c41;
    width: 246px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    padding-left: 8px;
}

/* .banner .banner_right .carousel_02 .title_02 {
    font-size: 34px;
    letter-spacing: 8px;
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: -4px;
}

.banner .banner_right .carousel_03 .title_01 {
    letter-spacing: 24px;
}

.banner .banner_right .carousel_03 .title_02 {
    letter-spacing: 8px;
} */








/*  */
.certificate {
    width: 100%;
    height: auto;
    display: flex;
}

.certificate .certificate_left {
    height: 500px;
    flex: 0.7;
    background-color: #F6F6F6;
    padding: 100px 0;
}

.certificate .certificate_right {
    flex: 3;
    display: flex;
    justify-content: flex-start;
    background-color: #fff;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    padding-top: 50px;
}

.certificate .certificate_right>.circle {
    width: 450px;
    height: 450px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: -50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
    margin-top: 100px;
}

.certificate .certificate_right>.circle .circle_img {
    width: 380px;
    height: 380px;
    background-color: #f6f6f6;
    border-radius: 50%;
    box-shadow: 5px 5px 10px 2px #ccc;
    margin-left: 60px;
    justify-content: center;
    align-items: center;
    display: flex;
}

@media screen and (max-width: 1600px) {
    .certificate .certificate_right>.circle .circle_img {
        width: 300px;
        height: 300px;
        margin-left: 30px;
    }
}

.certificate .certificate_right>.circle .circle_img img {
    width: 310px;
}

@media screen and (max-width: 1600px) {
    .certificate .certificate_right>.circle .circle_img img {
        width: 210px;
    }
}


.certificate .certificate_right .certificate_detail {
    width: 550px;
    margin-left: 120px;
    position: relative;
    box-sizing: border-box;
    padding-top: 100px;
}

@media screen and (max-width: 1320px) {
    .certificate .certificate_right .certificate_detail {
        width: 450px;
        margin: 0 30px;
    }
}

@media screen and (min-width: 1321px)and (max-width: 1420px) {
    .certificate .certificate_right .certificate_detail {
        width: 480px;
        margin: 0 30px;
    }
}

@media screen and (min-width: 1421px)and (max-width: 1600px) {
    .certificate .certificate_right .certificate_detail {
        width: 530px;
        margin: 0 30px;
    }
}


.certificate .certificate_right .certificate_detail h3 {
    font-size: 50px;
    letter-spacing: 20px;
    color: #4c699b;
    font-weight: 800;
    margin-bottom: 20px;
    font-family: "Microsoft YaHei";
}

.certificate .certificate_right .certificate_detail p {
    text-indent: 2em;
    color: #a0a0a0;
    letter-spacing: 3px;
    line-height: 40px;
    font-size: 16px;
    text-align: justify;
    word-break: break-all;
}

.certificate .certificate_right .certificate_detail p:nth-child(3) {
    margin-top: 30px;
}

.certificate .certificate_right .certificate_detail .btn {
    margin-top: 38px;
    width: 130px;
    height: 15px;
    background: #58a;
    background: linear-gradient(135deg, transparent 15px, #58a 0) top left;
}

.certificate .certificate_right .certificate_detail .btn span {
    text-shadow: 2px 2px 1px white;
    font-size: 23px;
    color: #101113;
    font-weight: 800;
    top: -20px;
    left: 30px;
    position: relative;
}

.certificate .certificate_right .certificate_detail .certificate_list {
    position: absolute;
    right: -70%;
    top: -20%;
}

@media screen and (max-width: 1760px) {
    .certificate .certificate_right .certificate_detail .certificate_list {
        right: -50%;
    }
}


.certificate .certificate_right .certificate_detail .certificate_list .list_circle {
    background-color: #f6f6f6;
    width: 350px;
    height: 200px;
    border-radius: 0 0 200px 200px;
    z-index: -1;
}

.certificate .certificate_right .certificate_list .circle_small {
    width: 100px;
    height: 100px;
    background-color: #fff;
    font-weight: 600;
    border-radius: 50%;
    z-index: 10;
    text-align: center;
    line-height: 100px;
    border: 1px solid #eee;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, 0%);
    color: #474747;
}

.certificate .certificate_right .certificate_list .line {
    width: 2px;
    height: 540px;
    background-color: #eee;
    position: absolute;
    left: 50%;
    top: 120%;
    transform: translate(-50%, 0);
}

.certificate .certificate_right .certificate_bottom {
    position: absolute;
    height: 300px;
    top: 150%;
    left: 50.1%;
}

.certificate .certificate_right .certificate_bottom li {
    color: #a0a0a0;
    width: 100px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: 800;
    position: relative;
}

.certificate .certificate_right .certificate_bottom li .circle {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-image: linear-gradient(#637792, #bcc5cf);
    box-shadow: 0 0 2px 1px #637792;
    border-radius: 50%;
    position: absolute;
    left: -3.5%;
    top: 50%;
    transform: translate(0, -50%);
}


.condition {
    width: 100%;
    height: auto;
    display: flex;
}

.condition .condition_left {
    flex: 0.7;
    background-color: #fff;
    box-sizing: border-box;
}

.condition .condition_left h4 {
    text-align: right;
    margin: 50px 102px 0 0;
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 38px;
}



.condition .condition_left h4 p:nth-child(2) {
    font-size: 38px;
}

@media screen and (max-width: 1400px) {

    .condition .condition_left h4 p:nth-child(2),
    .condition .condition_left h4 p:nth-child(1) {
        font-size: 30px;
    }
}

.condition .condition_left div {
    display: flex;
    margin: 50px 20px 0;
    justify-content: end;
}

.condition .condition_left h5 {
    font-size: 20px;
    font-weight: 800;
    color: #5b5c5e;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    display: flex;
    flex-direction: row-reverse;
}

.condition .condition_left div .line {
    display: inline-block;
    margin: 13px 0 0 20px;
    width: 60px;
    height: 1.5px;
    background: #d2d4d6;
}

.condition .condition_left div .circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: linear-gradient(#637792, #bcc5cf);
    box-shadow: 0 0 2px 1px #637792;
    border-radius: 50%;
    margin-left: 1px;
    position: relative;
    top: 9px;
    left: 25px;
}

.condition .condition_right {
    flex: 3;
    background-color: #F6F6F6;
    display: flex;
    justify-content: space-between;
}

.condition .condition_right>li {
    flex: 1;
    box-sizing: border-box;
    padding: 30px 0;
    line-height: 50px;
    width: 100px;
    text-indent: -2.1em;
    margin-left: 1em;
}

.condition .condition_right>li h4 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 800;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    width: 100%;
    text-align: center;
}

.condition .condition_right>li ul>li span {
    font-size: 24px;
    font-weight: lighter;
    letter-spacing: 3px;
    color: #969799;
    font-family: revamped;
}

.condition .condition_right>li:nth-child(2) {
    background-color: #607998;
    color: #fff;
}

.condition .condition_right>li:nth-child(2) span {
    color: #fff;
}

.condition .condition_right>li:nth-child(1)>ul {
    width: 277px;
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: 4px;
    color: #969799;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}

.condition .condition_right>li:nth-child(2)>ul {
    width: 277px;
    margin: 20px auto;
    font-size: 18px;
    letter-spacing: 4px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.trend {
    width: 100%;
    height: auto;
    display: flex;
    margin: 100px auto;
}

.trend .trend_left {
    flex: 0.7;
}

.trend .trend_right {
    flex: auto;
}

.trend .trend_right .trend_header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
}

.trend .trend_right .trend_header div:nth-child(1) {
    width: 150px;
    height: 100%;
    background-color: #475d79;
    border-radius: 0 0 40px 0;
    z-index: 100;
    line-height: 40px;
    position: relative;
}

.trend .trend_right .trend_header div:nth-child(1)>span {
    font-size: 52px;
    display: inline-block;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #607998;
    text-shadow: 2px 2px white;
    font-weight: 800;
    font-family: 'Courier New', Courier, monospace;
}

.trend .trend_right .trend_header div:nth-child(2) {
    width: 450px;
    height: 100%;
    background-color: #97A6B9;
    border-radius: 0 0 40px 0;
    margin-left: -40px;
    color: #fff;
    line-height: 40px;
    padding-left: 55px;
    letter-spacing: 4px;
    font-weight: 800;
    font-size: 25px;
}

.trend_content {
    height: 650px;
    position: relative;
    width: 900px;
    box-sizing: border-box;
    letter-spacing: 2px;
    font-weight: 800;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #4b4e52;
}

.trend_content .tree_pic {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: url('../image/pc/time-show.png') no-repeat;
    background-size: auto 112%;
    background-position: center center;
}

.trend_content .content_top {
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 100;
}

.trend_content .content_top li {
    height: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.trend_content .content_top li span:nth-child(2) p:nth-child(2) {
    margin-top: 3px;
}


.trend_content .content_bottom {
    position: absolute;
    right: -10px;
    bottom: -90px;
    z-index: 100;
}

.trend_content .content_bottom li {
    height: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.trend_content .content_bottom li span:nth-child(2) p:nth-child(2) {
    margin-top: 3px;
}

.trend_content .content_bottom li span:nth-child(2),
.trend_content .content_top li span:nth-child(2) {
    font-size: 20px;
}

.trend_content .content_top li span:nth-child(1),
.trend_content .content_bottom li span:nth-child(1) {
    width: 30px;
    height: 30px;
    font-size: 30px;
    padding-left: 3px;
    text-shadow: 2px 2px rgb(39, 39, 39);
    color: #fff;
    background-color: #607998;
    border-radius: 0 0 90% 0;
    text-align: center;
    margin-right: 20px;
    font-family: revamped;
}

.connect {
    width: 950px;
    height: auto;
    margin: 40px auto;
}

.connect .connect_header {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    padding: 50px 0;
}

.connect .connect_header div:nth-child(1) {
    margin-right: 20px;
    position: relative;
}

.connect .connect_header div:nth-child(1) div:nth-child(1) {
    z-index: 10;
    color: #596c85;
    margin-bottom: 10px;
    font-weight: 800;
    text-shadow: 2px 2px white;
}

.connect .connect_header div:nth-child(1) .bottom {
    width: 58px;
    height: 50px;
    background-color: #e0e0e0;
    border-radius: 90% 0 0 0;
    position: absolute;
    bottom: 0;
    z-index: 5;
}

.connect .connect_header div:nth-child(2) p:nth-child(2) {
    color: #333333;
}

.connect .connect_header div:nth-child(2) p:nth-child(1) {
    font-weight: 800;
    margin-bottom: 3px;
}

.connect .connect_header div:nth-child(2) p:nth-child(2) {
    font-weight: 500;
}

.connect .connect_list {
    width: 900px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
}

.connect .connect_list li {
    width: 200px;
    height: 200px;
    background-color: #ffffff;
    /* opacity: 0.5; */
    position: relative;
    transform-origin: center center;
    transition: transform 0.3s linear;
    overflow: hidden;
}

.connect .connect_list li div {
    width: 100%;
    height: 200px;
    position: absolute;
    font-size: 25px;
    font-weight: 800;
    flex-direction: column;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.connect .connect_list li .before {
    background-color: #000;
    z-index: 2;
    width: 100%;
    height: 200px;
    opacity: 0.7;
    transform-origin: center center;
    transition: all 1s linear;
    color: #ffffff;
}

.connect .connect_list li .before .active p:nth-child(1) {
    font-family: revamped;
}

.connect .connect_list li .after {
    transform-origin: center;
    transition: all 1s linear;
}

.connect .connect_list li:hover .after {
    /* z-index: 1000;
    opacity: 1; */
    transform: scale(1.03);
    /* transition-duration: 2s; */
    /* transition: all 1s linear; */
}

.connect .connect_list li:hover .before {
    background-color: transparent;
    color: #ebecee;
    text-shadow: 2px 2px #444446;
    opacity: 1;
}

.connect .connect_list li .after img {
    width: 100%;
    height: 100%;
}

.connect .connect_list li:nth-child(2),
.connect .connect_list li:nth-child(5) {
    width: 500px;
    height: 200px;
}


/* .connect .connect_list li .flower {
    width: 130px;
    height: 100px;
    transition: all 0.5s linear;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: left top;
    transform: scale(0) translate(-50%, -50%) ;
    border-radius: 50%;
} */

/* .connect .connect_list li:hover .flower {
    transform: scale(1) translate(-50%, -50%);
    z-index: 1;
} */

.question {
    width: 100%;
    height: auto;
    display: flex;
}

.question .question_left {
    flex: 0.7;
    display: flex;
    justify-content: flex-end;
}

.question .question_left>div {
    margin-top: 100px;
    width: auto;
}

.question .question_left>div h4 {
    margin-left: -30px;
}

.question .question_left>div h4 p {
    font-size: 38px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 800;
    letter-spacing: 2px;
    text-align: left;
    box-sizing: border-box;
}

@media screen and (max-width: 1330px) {
    .question .question_left>div h4 p {
        font-size: 30px;
        /* font-weight: 800; */
    }
}


.question .question_left>div h4 p:nth-child(1) {
    font-size: 43px;
}

@media screen and (max-width: 1330px) {
    .question .question_left>div h4 p:nth-child(1) {
        font-size: 36px;
        /* font-weight: 800; */
    }
}

.question .question_left>div h4 p:nth-child(2) {
    padding-left: 32px;
}

.question .question_left>div ul {
    margin-top: 40px;
    font-size: 19px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #5b5c5e;
    letter-spacing: 2px;
    line-height: 30px;
    font-weight: 800;
    margin-top: 123px;
}

@media screen and (max-width: 1330px) {
    .question .question_left>div ul {
        font-size: 15px;
        /* font-weight: 800; */
    }
}

/* @media screen and (min-width: 1490px) and (max-width:1699px) {
    .navigation_left h3 {
        margin: 50px 0 0 30px;
    }
} */



.question .question_left>div>ul>li>.line {
    display: inline-block;
    margin: 0px 20px;
    width: 60px;
    height: 1.7px;
    background: #d2d4d6;
}

@media screen and (max-width: 1330px) {
    .question .question_left>div>ul>li>.line {
        width: 40px;
        margin: 0px 20px;
    }
}

.question .question_left>div>ul>li {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}

.question .question_left>div>ul>li>.circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: linear-gradient(#637792, #bcc5cf);
    box-shadow: 0 0 2px 1px #637792;
    border-radius: 50%;
    position: absolute;
    right: -3%;
}

.question .question_right {
    flex: 3;
    box-sizing: border-box;
}

.question .question_right .question_right_content {
    width: 1100px;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    padding: 40px 30px 100px 30px;
    box-sizing: border-box;
    border-image: linear-gradient(#fff, #ddd 90%) 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.question .question_right .question_right_header {
    text-align: left;
    width: 900px;
}

.question .question_right .question_right_header h5 {
    font-size: 30px;
}

.question .question_right .question_right_header p {
    font-size: 27px;
    color: #47484b;
}

.question .question_right .question_list {
    width: 900px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.question .question_right .question_list>li {
    width: 300px;
    height: 350px;
    border-radius: 0 30px 0 30px;
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    padding: 0 20px;
    margin-right: 10px;
    -webkit-mask-image: linear-gradient(rgb(277, 277, 277), 99%, transparent);
    box-sizing: border-box;
}

.question .question_right .question_list>li a{
    text-decoration: none;
}

.question .question_right .question_list>li>h3 {
    font-size: 20px;
    margin-top: 20px;
}

.question .question_right .question_list>li>ul {
    margin: 20px 0;
    height: 100px;
}

.question .question_right .question_list>li>ul>li {
    font-size: 14px;
    font-weight: 500;
    color: #676769;
    line-height: 23px;
    letter-spacing: 1px;
}

.question .question_right .question_list>li>ul>li p {
    font-size: 16px;
    word-wrap: break-word;
}

.question .question_right .question_list>li:last-child {
    margin-right: 0;
}

.question .question_right .question_list>li .img_url {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.question .question_right .question_list>li .img_url img {
    width: 55px;
    height: 50px;
}

.question .question_right .question_list>li .btn {
    width: fit-content;
    padding: 5px;
    height: 20px;
    line-height: 20px;
    background: linear-gradient(#6a8bb4 10%, #b2cdee);
    color: white;
    border-radius: 5px;
    font-size: 16px;
}

.question .question_right .question_list>li .arrowhead {
    width: 40px;
    position: relative;
    top: -15px;
    left: 60px;
}

.question .question_right .question_right_header {
    margin: 50px 0;
}

.question .question_right .question_right_header h5 {
    font-size: 30spx;
}

.servicies {
    width: 100%;
    height: 600px;
    background: url('../image/pc/help-background.jpg') no-repeat;
    background-size: 100% auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 0px auto;
    position: relative;
    /* top: 30px; */
}

.servicies .servicies_list {
    width: fit-content;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 100px 50px;
    box-sizing: border-box;
    border-radius: 150px 0 0 0;
    position: absolute;
    top: 270px;
    /* bottom: -700px; */
    /* right: 0; */
}

@media screen and (max-width: 1400px) {
    .servicies .servicies_list {
        position: absolute;
        top: 200px;
        padding: 70px 20px;
    }
}


.servicies .servicies_list .left_top {
    width: 220px;
}

@media screen and (max-width: 1400px) {
    .servicies .servicies_list .left_top {
        width: 180px;
    }
}

.servicies .servicies_list .left_top>p {
    color: #265b89;
    font-size: 20px;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: 4px;
}

.servicies .servicies_list .left_top>h5 {
    font-size: 24px;
    font-weight: 800;
    line-height: 40px;
    margin-top: 10px;
}

@media screen and (max-width: 1400px) {
    .servicies .servicies_list .left_top>h5 {
        font-size: 20px;
    }
}

.servicies .servicies_list .left_top .title_list>span {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 800;
    letter-spacing: 4px;
    margin-top: 10px;
}

@media screen and (max-width: 1400px) {
    .servicies .servicies_list .left_top .title_list>span {
        font-size: 14px;
    }
}

.servicies .servicies_list .left_top .title_list>span:nth-child(2),
.servicies .servicies_list .left_top .title_list>span:nth-child(5) {
    margin-left: 30px;
}

@media screen and (max-width: 1400px) {

    .servicies .servicies_list .left_top .title_list>span:nth-child(2),
    .servicies .servicies_list .left_top .title_list>span:nth-child(5) {
        margin-left: 10px;
    }
}

.servicies .servicies_list .list_right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.servicies .servicies_list .list_right li {
    width: 240px;
    text-align: center;
    margin-right: 20px;
    background-color: #e0e4e9;
    border-radius: 0 40px;
    overflow: hidden;
}


.servicies .servicies_list .list_right li p {
    font-weight: 800;
    color: #3d3e41;
    letter-spacing: 2px;
    font-family: "FZPangWa-M18S";
    line-height: 21px;
    font-size: 20px;
}

.servicies .servicies_list .list_right li:last-child {
    margin-right: 0;
}


.servicies .servicies_list .list_right li .img_url {
    width: 100%;
    height: 200px;
}

.servicies .servicies_list .list_right li .img_url img {
    width: 100%;
    height: 100%;
}


.servicies .servicies_list .list_right li div:nth-child(2) {
    padding: 20px 0;
}

.understand {
    padding: 70px 0 30px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 32px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (min-width: 1400px) {
    .understand {
        margin-top: 90px;
    }
}


.understand .understand_title {
    font-weight: 800;
}

.understand .understand_title,
.understand .understand_title_02 {
    width: 1200px;
    color: #303030;
    margin: 0 auto;
}

.understand .icon {
    display: flex;
    justify-content: space-between;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-row-gap: 50px;
    flex-wrap: wrap;
    color: #1a2d47;
    width: 1100px;
    margin: 60px auto 0;
}

.understand .icon li {
    text-align: center;
    width: 260px;
    height: auto;
    box-shadow: 0 0 15px 6px #ddd;
    border-radius: 10px;
    padding: 30px 0;
    box-sizing: border-box;
    transition: all 0.5s linear;
    color: #1a2d47;
    /* text-decoration: none; */
}

.understand .icon a {
    text-decoration: none !important;
}

.understand .icon li:hover {
    box-shadow: 0 0 15px 6px #747171;
}

.understand .icon li h2 {
    font-size: 40px;
    margin-top: 30px;
}

.understand .icon a:nth-child(3) img,
.understand .icon a:nth-child(6) img {
    scale: 1.6;
    margin-bottom: 17px;
    /* height: 322.3px; */
}

.understand .icon li img {
    width: 130px;
    text-align: center;
    margin: 0 auto;
}

.understand .icon li span {
    display: inline-block;
    font-size: 18px;
    margin-top: 20px;
}

.footer {
    width: 100%;
    height: 500px;
    margin: 100px auto 0px;
    background-color: #1b314e;
}

.footer .footer_content {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 50px 0 0 90px;
    box-sizing: border-box;
}

.footer .footer_content .content_left {
    box-sizing: border-box;
    padding: 30px 0 0;
    flex: 1;
    color: #d6d4d4;
    margin-right: 10px;
}

.footer .footer_content .content_left:nth-child(1),
.footer .footer_content .content_left:nth-child(2) {
    margin-right: 30px;
}

.footer .footer_content .content_left:nth-child(3) div {
    margin-top: 128px;
    width: 130px;
    height: 15px;
    background: rgb(229, 230, 231);
    background: linear-gradient(230deg, transparent 15px, rgb(239, 240, 241) 0) top right;
}

.footer .footer_content .content_left:nth-child(3) span {
    text-shadow: 2px 2px 1px rgb(32, 32, 32);
    font-size: 23px;
    color: #ffffff;
    font-weight: 800;
    top: -20px;
    left: 10px;
    position: relative;
}

.footer .footer_content .content_left h6 {
    margin-bottom: 10px;
    letter-spacing: 2px;
    color: #fff;
}

.footer .footer_content .content_left .left_list li>img {
    width: 11px;
    height: 9px;
    margin: 0 1px 0 -2px;
}

.footer .footer_content .content_left .left_list li {
    font-size: 12px;
    line-height: 26px;
}

.footer .footer_content .content_left .left_list li a {
    color: #d6d4d4;
    text-decoration: none;
}

.footer .footer_content .content_left .left_list img {
    width: 125px;
    margin-top: 45px;
}

.footer .footer_content .content_right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 2;
    color: white;
    margin-top: 60px;
}

.footer .footer_content .content_right .right_detail span {
    width: fit-content;
    margin-bottom: 33px;
    letter-spacing: 4px;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: upright;
}

@media screen and (max-width: 1400px) {
    .footer .footer_content .content_right .right_detail span {
        font-size: 15px;
    }
}

@media screen and (min-width: 1500px) {
    .footer .footer_content .content_right .right_detail span {
        font-size: 20px;
    }
}

.footer .footer_content .content_right .right_detail span img {
    width: 60px;
    margin-right: 10px;
}

.footer .footer_content .content_right .right_detail p {
    margin-bottom: 30px;
}

.footer .footer_content .content_right .right_detail h3 {
    margin-bottom: 27px;
}

.footer .footer_content .content_right div {
    flex: 1;
}