html,
body {
    /* 文字风格 Sans-serif 各笔画粗细相同，Serif 笔画粗细不同，monospace 等宽体，cursive草书，fantasy梦幻 */
    font-family: 'Microsoft YaHei', sans-serif, 'Helvetica Neue', Helvetica, Arial,
        '黑体', '宋体', Arial;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-size: 16px;
    color: #333;
    margin: 0px auto;
    padding: 0px;
    overflow-x: hidden;
}

/* 重置各标签的默认样式 */
a,
center,
cite,
code,
dd,
del,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
html,
img,
input,
label,
legend,
li,
mark,
ol,
p,
section,
span,
textarea,
time,
td,
th,
ul {
    margin: 0;
    border: 0;
    padding: 0;
    font-style: normal;
    box-sizing: border-box;
    /*  自动换行 */
    word-wrap: break-word;
}

/*  设置标签为块级分类 */
article,
aside,
details,
fieldset,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

/* 去除input标签的默认样式 */
button,
input,
textarea {
    -webkit-appearance: none;
    font-family: 'Microsoft YaHei', sans-serif, 'Helvetica Neue', Helvetica, Arial,
        '黑体', '宋体', Arial;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1em;
    outline: none;
    background-color: transparent;
}

/*  禁止多文本框手动拖动大小 */
textarea {
    resize: none;
    -webkit-appearance: none;
}

/* 去掉按下的阴影盒子 */
input,
textarea,
a {
    -webkit-tap-highlight-color: transparent;
}

/*  清除a标签下划线 */
a,
a:visited {
    text-decoration: none;
}

a:focus,
a:active,
a:hover {
    outline: none;
}

/*  清除列表前面的点 */
ol,
li,
ul {
    list-style: none;
}

/*  清除IE下图片的边框 */
img {
    border-style: none;
    font-size: 0;
    max-width: 100%;
}

/*  解决chrome浏览器默认黄色背景问题 */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

/*  设置默认滚动条样式 */
::-webkit-input-placeholder {
    color: #afbdcc;
}

:-moz-placeholder {
    color: #afbdcc;
}

::-moz-placeholder {
    color: #afbdcc;
}

:-ms-input-placeholder {
    color: #afbdcc;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

::-webkit-scrollbar-track-piece {
    background-color: #f5f5f5;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 6px;
}

::-webkit-scrollbar-corner {
    background-color: #f5f5f5;
}

::-webkit-resizer {
    background-repeat: no-repeat;
    background-position: bottom right;
}

@font-face {
    font-family: "p100";
    src: url("../fonts/p100.ttf");
}

@font-face {
    font-family: "p200";
    src: url("../fonts/p200.ttf");
}

@font-face {
    font-family: "p300";
    src: url("../fonts/p300.ttf");
}

@font-face {
    font-family: "p400";
    src: url("../fonts/p400.ttf");
}

@font-face {
    font-family: "p500";
    src: url("../fonts/p500.ttf");
}

@font-face {
    font-family: "p600";
    src: url("../fonts/p600.ttf");
}

@font-face {
    font-family: "p700";
    src: url("../fonts/p700.ttf");
}

@font-face {
    font-family: "p800";
    src: url("../fonts/p800.ttf");
}

@font-face {
    font-family: "p900";
    src: url("../fonts/p900.ttf");
}

.wrapper {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
}

.top-wrapper {
    max-width: 1760px;
    width: 95%;
    margin: 0 auto;
}


.banner {
    background-image: url(../img/top-Mask.png);
    background-position: center;
    /* 图片居中 */
    background-repeat: no-repeat;
    /* 防止图片重复 */
    background-size: cover;
    height: 897px;
    padding-top: 100px;
}

.ban_list {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 150px;
}

.ban_l {
    position: relative;
    z-index: 1;
}

.ban_l h2 {
    font-size: 4.25rem;
    line-height: 81.6px;
    font-family: "p600";
    color: #071232;
    letter-spacing: -0.2px;
    margin-bottom: 20px;
}

.ban_p1 {
    font-family: "p400";
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 2.25rem;
    letter-spacing: -0.20000000298023224px;
    color: #071232;
    margin-bottom: 45px;

}

.ban_p2 {
    font-family: "p400";
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 32px;
    color: #071232;
    margin-bottom: 45px;


}

/* .ban_l p {
	font-family: "p400";
	font-size: 1.125rem;
	line-height: 28.8px;
	color: #071232;
	margin-bottom: 55px;
} */

.ban_l a {
    display: inline-block;
    padding: 0 105px;
    height: 62px;
    line-height: 62px;
    background: #A9E57E;
    color: #071232;
    font-size: 1.375rem;
    font-family: "p600";
    border-radius: 16px;
}

.ban_r {
    position: absolute;
    top: 0;
    right: -140px;
}

.ban_r img:nth-child(2) {
    display: none;
}

@media screen and (max-width:1270px) {
    .ban_r {
        width: 65%;
        bottom: 0;
        top: auto;
        right: 0;
    }

    .banner {
        position: relative;
        text-align: center;
        background-image: url(../img/top-Mask-2.png);
    }

    .ban_list {
        display: flex;
        justify-content: center;
        /* position: static; */
        margin-top: 100px;
    }

    .ban_l {
        text-align: center;
    }
}

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

@media screen and (max-width:1024px) {
    .banner {
        padding-top: 30px;
    }

    .ban_list {
        display: flex;
        justify-content: center;
        /* position: static; */
        margin-top: 120px;
    }
}

@media screen and (max-width:768px) {
    .ban_r img:nth-child(2) {
        display: block;
    }

    .ban_r img:nth-child(1) {
        display: none;
    }

    .ban_r {
        position: static;
        width: 100%;
    }

    .ban_r img {
        width: 100%;
    }

    .ban_list {
        display: block;
    }

    .banner {
        height: 542px;
        /* background-image: url(../img/top-Mask.png); */
    }

    .ban_list {
        display: flex;
        justify-content: center;
        /* position: static; */
        margin-top: 70px;
    }

    .ban_l a {
        padding: 0;
        margin-top: 28px;
        text-align: center;
        font-family: "p600";
        font-size: 18px;
        width: 312px;
        height: 56px;
        background-color: #A9E57E;
    }

    .ban_l h2 {
        font-family: "p600";
        font-size: 30px;
        line-height: 36px;
    }

    .ban_l .ban_p1 {
        font-family: "p400";
        font-size: 14px;
        line-height: 17px;
    }

    .ban_l .ban_p2 {
        /* width: 84%; */
        padding: 0 7% 0 7%;
        text-align: center;
        font-family: "p400";
        font-size: 16px;
        line-height: 23px;
        font-weight: 600;
        margin-top: 45px;
    }
}

@media screen and (max-width:520px) {
    .ban_l {
        margin: 0 12px;
    }

    .ban_l h2 {
        font-size: 1.875rem;
        line-height: 36px;
    }

    .ban_l p br {
        display: none;
    }

    .ban_l p {
        font-size: 0.9375rem;
        line-height: 24px;
        margin-bottom: 0;
    }

    .banner {
        padding-top: 50px;
        height: 542px;
        background-image: url(../img/520bgc.png);
        background-position: center;
        /* 图片居中 */
        background-repeat: no-repeat;
        /* 防止图片重复 */
        background-size: cover;
        /* 图片自适应铺满盒子，可能裁剪 */
    }
  

    .ban_r {
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
    }
}

/* w */
.w_tit {
    padding: 100px 0;
}

.w_txt {
    width: 60%;

}

.w_tit h2 {
    font-family: "p600";
    font-size: 2.5rem;
    color: #071232;
    font-weight: 500;
    line-height: 3rem;

}

.w_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 6.25rem;
}

.w_list ul li {
    width: 48.83%;
    height: 18.125rem;
    box-sizing: border-box;
    padding: 2.5rem 1.875rem;
    border-radius: 1rem;
    margin-bottom: 1.75rem;
}

.w_txt h2 {
    font-family: "p600";
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    color: #071232;
}

.w_txt p {
    font-family: "Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    /* color: #071232; */
    color: rgba(7, 18, 50, 0.7);
    /* 70% 不透明度的 #071232 */
    margin-top: 20px;

}

.w_1,
.w_2,
.w_3,
.w_4 {
    background-repeat: no-repeat;
}

.w_1 {
    background: url(../img/Mask1.png);
}

.w_2 {
    background: url(../img/Mask2.png);
}

.w_3 {
    background: url(../img/Mask3.png);
}

.w_4 {
    background: url(../img/Mask4.png);
}

.s_ico {
    text-align: center;
}

@media screen and (max-width: 1156px) {
    .w_list ul {
        justify-content: space-around;
    }

    .w_list ul li {
        width: 460px;
        background-position: center;
        /* 图片居中 */
        background-repeat: no-repeat;
        /* 防止图片重复 */
        background-size: cover;
    }

    .w_txt {
        width: 100%;

    }
}

@media screen and (max-width: 1024px) {
    .w_txt h2 br {
        display: none;
    }

    .w_list ul {
        display: block;
    }

    .w_list ul li {
        margin-bottom: 20px;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .w_txt h2 {
        margin-top: 0;
        text-align: left;
        color: #071232;
    }

    .w_tit {
        padding: 35px 0;
    }

    .w_tit h2 {
        text-align: left;
    }


    .w_txt p {
        text-align: left;
    }
}

@media screen and (max-width:768px) {
    .w_tit {
        padding: 25px 0 20px;
    }

    .w_tit h2 {
        font-size: 1.8rem;
    }
}

@media screen and (max-width:560px) {
    .w_tit {
        padding: 30px 0 20px 0;
    }

    .w_tit h2 {
        font-size: 20px;
    }
    .w_list ul{
        margin-bottom: 40px;
        margin: 0 10px;
    }

    .w_list ul li {
        height: 182px;
        padding: 20px 16px;
    }

    .w_txt h2 {
        font-size: 1rem;
        line-height: 24px;
        margin-bottom: 5px;
        color: #071232;
    }

    .w_txt p {
        font-family: Regular;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        color: rgba(7, 18, 50, 0.7);
        ;

    }

    .w {
        /* padding-bottom: 20px; */
    }
}

@media screen and (max-width:450px) {
    .w_1 {
        background: url(../img/560-11.png);
    }

    .w_2 {
        background: url(../img/560-22.png);
    }

    .w_3 {
        background: url(../img/560-33.png);
    }

    .w_4 {
        background: url(../img/560-44.png);
    }
}

@media screen and (max-width:350px) {
    .w_1 {
        background: url(../img/320-end.png);
    }

    .w_2 {
        background: url(../img/320-end.png);
    }

    .w_3 {
        background: url(../img/320-end.png);
    }

    .w_4 {
        background: url(../img/320-end.png);
    }
}

/* w */


/* s */
.s {
    padding-bottom: 100px;
    background-color: #ECFEF0F8;
}

.s_tit {
    /* text-align: center; */
    padding: 100px 0;
}

.s_tit h2 {
    font-family: "p600";
    font-size: 40px;
    color: #071232;
    font-weight: 500;
    line-height: 48px;

}

.s_list ul {
    display: flex;
    justify-content: space-between;
}

.s_list ul li {
    width: 31.5%;
    background-image: url(../img/s-bgc.png);
    background-position: center;
    /* 图片居中 */
    background-repeat: no-repeat;
    /* 防止图片重复 */
    background-size: cover;


    /* background: #000000; */
    box-sizing: border-box;
    padding: 40px 30px;
    border-radius: 30px;
    text-align: center;
}


.s_txt p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.28px;
    text-align: center;

}

.s_ico {
    text-align: center;
}

.s_txtp {
    font-family: "p600";
    font-size: 20px;
    font-weight: 600;
    line-height: 29.99px;
    text-align: center;
    margin: 45px 0 10px;
    color: #071232;

}

@media screen and (max-width: 1024px) {
    .s_txt h2 br {
        display: none;
    }

    .s_list ul {
        display: block;
    }

    .s_list ul li {
        margin-bottom: 20px;
        width: 100%;
        display: flex;
        align-items: center;
        background-image: url(../img/s-m-bgc.png);
        background-position: center;
        /* 图片居中 */
        background-repeat: no-repeat;
        /* 防止图片重复 */
        background-size: cover;
    }

    .s_txt h2 {
        margin-top: 0;
        text-align: left;
    }

    .s_tit h2 {
        text-align: left;
    }

    .s_ico {
        margin: 0;
        margin-right: 20px;
        width: auto;
        flex: 0 0 118px;
    }

    .s_txt p {
        text-align: left;
    }
}

@media screen and (max-width:768px) {
    .s_tit {
        padding: 25px 0 20px;
    }
}

@media screen and (max-width:520px) {
    .s_tit h2 {
        font-size: 1.25rem;
    }

    .s_list ul li {
        padding: 20px 15px;
    }

    .s_txt h2 {
        /* font-size: 1.125rem;
        line-height: normal; */
        font-size: 1rem;
        line-height: 1.5rem;
        font-family: "p600";
        margin-bottom: 5px;
    }

    .s_txt p {
        font-size: 0.875rem;
        line-height: 1.3125rem;
        font-family: "p400";
    }

    .s_ico {
        flex: 0 0 70px;
        margin-right: 10px;
    }
    .s_ico img{
        height: 54px;
        width: 54px;
    }

    .s {
        padding-bottom: 20px;
        padding: 0 10px;
    }
}

/* s */


/* q */

.q {
    /* height: 800px; */
    background: #ffffff;
    overflow: hidden;
}

.q_tit {
    padding: 100px 0;
}

.q_tit h2 {
    color: #071232;
    font-family: "p700";
    line-height: 72px;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 48px;
}



.q_ico img {
    padding: 0 0 10px 10px;
    max-width: 100%;
    height: auto;
}

.q_r ul .q_item1 {
    /* padding: 20px; */
    background: #ECFEF0;
    border-radius: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 326px;
}

.q_r ul .q_item2 {
    /* padding: 20px; */
    background: #ECFEF0;
    border-radius: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 354px;
}

.q_r {
    /* width: 585px; */
    position: relative;
    z-index: 1;
}

.q_txt {
    flex: 1;
    margin-left: 40px;
}


.q_txt .isP {
    display: none;
}


.q_txt .noP {
    margin-top: 35px;
}

.q_txt p {
    font-family: "p400";
    font-size: 1.625rem;
    /* font-weight: 400; */
    font-family: "400";
    line-height: 2.75rem;
    color: #071232;
}


.q_r ul li {
    margin-bottom: 30px;
    background-color: #ECFEF0;
}


@media screen and (max-width: 1024px) {
    .q_l {
        display: none;
    }

    .q_r {
        width: 100%;
    }

    .q_txt {
        margin-left: 25px;
    }

    .q_txt p {
        font-family: "p400";
        font-size: 1.3rem;
        /* font-weight: 400; */
        font-family: "400";
        line-height: 2rem;
        color: #071232;
    }

    .q_tit::after {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .q_tit {
        padding: 25px 0 20px;
    }
}


@media screen and (max-width: 610px) {
    .q_r ul li {
        height: 295px;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
    }

    .q_r ul li .q_ico {
        width: 100%;
    }

    .q_r ul li .q_ico img {
        width: 90px;
        height: 101px;
    }

    .q_txt {
        margin-left: 0px;
    }

    .q_r ul .q_item2 {
        height: 345px;
    }

    .q_txt .isP {
        display: block;
    }

    .q_txt p:nth-of-type(1) {
        margin-bottom: 35px;
    }

    .q_txt .noP {
        display: none;
    }

    .q_r ul li .q_txt p {
        font-size: 0.875rem;
        font-family: "p500";
        line-height: 1.3125rem;
    }
}

@media screen and (max-width: 520px) {
    .q_tit h2 {
        font-size: 20px;
        line-height: normal;
        margin-left: 16px;
    }


    .q_ico {
        /* flex: 0 0 70px; */
    }

    .q_r ul li {
        /* padding: 20px 15px; */
        margin-bottom: 20px;
        flex-direction: column;
    }
    .q_r{
   padding: 0 14px;
    }

  

    .q_txt {
        /* margin-left: 10px; */

        margin-top: 20px;
    }

    .q_txt p br {
        display: none;
    }

    .q {
        height: auto;
        /* padding-bottom: 50px; */
    }
}

/* q */

.d {
    padding: 100px 0;
}

.d_list {
    /* background-image: url(../img/Rectangle-end-bgc.png); */
    background-image: url(../img/Rectangle2683.png);

    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 348px;
    padding: 0 8px;
    border-radius: 20px;
    overflow: hidden;
}

.d_list div {
    height: 100%;
    padding: 30px 10px;
}

.d_list .d_left {
    width: 18%;
    display: flex;
    flex-direction: column;
    /* 垂直布局 */
    align-items: flex-start;
    /* 默认靠左对齐 */
    /* align-content: flex-start; */
    justify-content: space-between;

}

.d_list .d_left img:nth-child(2) {
    align-self: flex-end;
    /* 第二个图片靠右对齐 */
}

.d_list .d_right {
    width: 18%;
    display: flex;
    flex-direction: column;
    /* 垂直布局 */
    align-items: flex-end;
    /* 默认靠左对齐 */
    justify-content: space-between;
}

.d_list .d_right img:nth-child(2) {
    align-self: flex-start;
    /* 第二个图片靠右对齐 */
}

.d_list div img {
    /* display:block; */
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.d_list .d_center {
    text-align: center;
    width: 60%;
}

.d_list .d_center .isP-end {
    display: none;
}

.d_list .d_center .btn-a {
    display: none;
}

.d_list .d_center h4 {
    font-family: "p600";
    font-size: 40px;
    line-height: 100px;
}

.d_list .d_center .end-p1 {
    font-family: "p400";
    font-size: 18px;
    line-height: 48px;
}

.d_list .d_center .end-p2 {
    font-family: "p400";
    font-size: 30px;
    line-height: 48px;
}

/* agreement协议 */
.ag_list1 h1 {
    margin: 50px 0;
    font-family: Poppins;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    color: #071232;
}

.ag_list1 p {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.20000000298023224px;
}

.ag_list2 {
    margin-bottom: 180px;
}

.ag_list2 ul li {
    list-style-type: disc;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 20px 0 20px 20px;
}

.ag_item1 {
    margin-top: 0 !important;
}

.ag_list2 p {
    margin-top: 25px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;



}

@media screen and (max-width:768px) {
    .d {
        padding: 35px 0;
    }

    .d_list .d_center {
        width: 100%;
    }

    .d_list .d_center .end-p1 {
        display: none;
    }

    .d_list .d_center .isP-end {
        display: block;
        font-family: "p400";
        font-size: 18px;
        line-height: 40px;
    }

    .d_list .d_center .end-p2 {
        font-family: "p400";
        font-size: 22px;
        line-height: 40px;
        margin-top: 30px;
    }

    .d_list div img {
        display: none;
    }

    .d_list .d_right {
        display: none;
    }

    .d_list .d_left {
        display: none;
    }

    .ag_list1 h1 {
        font-family: Poppins;
        font-size: 30px;
        font-weight: 600;
        line-height: 1.5rem;
        margin-bottom: 24px;
    }


}


@media screen and (max-width:520px) {
    .d {
        padding: 30px 16px 30px 16px;
    }

    .ag_list2 p {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
    }

    .d_list {
        background-image: url(../img/2683-s.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .d_list .d_center {
        margin: 20px 0;
    }

    .d_list .d_center .btn-a {
        display: block;
       width: 100%;
        height: 56px;
        margin: 35px auto;
        font-family: "p500";
        font-size: 18px;
        line-height: 56px;
        background-color: #fff;
        color: #071232;
        border-radius: 16px;
    }

    .d_list .d_center .isP-end {
        display: block;
        font-family: "p500";
        font-size: 15px;
        line-height: 21px;
        margin-top: 20px;
    }

    .d_list .d_center .end-p2 {
        font-family: "p500";
        font-size: 16px;
        line-height: 24px;
    }

    .d_list .d_center h4 {
        font-family: "p600";
        font-size: 30px;
        line-height: 36px;
    }

    .ag_list1 h1 {
        font-family: Poppins;
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1.5rem;
        margin-bottom: 0.9375rem;
    }

    .ag_list1 p {
        font-family: Poppins;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.3125rem;
        letter-spacing: -0.20000000298023224px;
    }
}

.footer {
    background: #ECFEF0;
    height: 320px;

}

.footer_bom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 60px;
}

.footer_l p {
    font-size: 1.125rem;
    color: #fff;
    font-family: "p600";
    line-height: 18px;
    margin-bottom: 20px;
}

.footer_l p:nth-child(1n+2) {
    opacity: .8;
    font-family: "p400";
}

.footer_l {
    display: flex;
    flex-direction: column;

}

.footer_l p {
    font-family: "p600";
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    color: #071232;
    margin-top: 15px;

}

.footer_c h2 {
    font-family: "p600";
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.20000000298023224px;
    color: #0B0F0E;

}

.footer_c ul {
    margin-top: 20px;
}

.footer_c ul li a {
    cursor: url('../img/mouseIcon/mouise-black.ico'), auto !important;
    color: #071232;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
}

.footer ul li a:hover {
    text-decoration: underline;
}

.footer_r p a:hover {
    text-decoration: underline;
}

.footer_r h2 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.20000000298023224px;
    color: #071232;
}

.footer_r p {
    color: #071232;
    font-size: 16px;
    margin-top: 20px;
    /* font-family: "p600"; */
    font-family: Poppins;
    font-weight: 400;
    line-height: 25.6px;
}

.footer_r p a {
    cursor: url('../img/mouseIcon/mouise-black.ico'), auto !important;
    color: #071232;
}

@media screen and (max-width:768px) {
    .footer_top {
        display: none;
    }

    .footer_bom {
        display: block;
    }

    .footer {
        padding: 0 12px 50px 12px;
        height: auto;

    }

    .footer_c {
        display: none;
    }

    .footer_l {
        text-align: center;

    }

    .footer_l p {
        font-size: 0.875rem;
        color: #071232;
        font-family: "p600";
        margin-bottom: 5px;
        line-height: 22.4px;
        text-align: center;
    }

    .footer_r {
        text-align: center;
    }

    .footer_r h2 {
        font-family: Poppins;
        font-size: 16px;
        font-weight: 600;
        line-height: 22.4px;
        letter-spacing: -0.20000000298023224px;
        margin-top: 10px;

    }

    .footer_r p {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 22.4px;
        margin: 10px 0;
    }

}

.banner1 {
    background: url(../img/about_banner.png)no-repeat center/cover;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner1 .banner_w {
    color: #ffffff;
    display: none;
}


/* ----------------------------------------------------- */
/* about */
.about {
    margin-top: 100px;
}

.about_n img {
    padding: 0 10px 0 0;
}

.about_n p {
    margin: 30px 0;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.20000000298023224px;

}

.about_n p a {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.20000000298023224px;
    text-decoration: underline;
    color: #0057ff;

}

.about_tit1 {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    color: #071232;
    margin: 50px 0;
}

.about_tit2 {
    margin-top: 40px;

}

.about_b {
    padding: 0 0px 80px 0;
    margin-left: 30px;
}

.about_b li {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.20000000298023224px;
    list-style-type: disc;
}

.about_b li a {
    color: #0057ff;

}


@media screen and (max-width:1270px) {
    .about_banner {
        background: none;
        height: auto;
        padding-bottom: 70px;
        margin-top: 55px;
    }

    .about_txt p br {
        display: none;
    }
}

@media screen and (max-width:1024px) {
    .about_num {
        display: none;
    }

    .about_n h2 img {
        display: block;
        flex: 0 0 60px;
        margin-right: 20px;
    }

    .about_n h2 {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:768px) {
    .about_n h2 {
        font-size: 1.875rem;
        line-height: normal;
    }

    .about_pa,
    .about_de,
    .about_v {
        display: none;
    }

}

@media screen and (max-width: 520px) {
    .banner1 .banner_w {
        display: block;
    }
    .banner1 {
        width: 100%;
        height: 317px;
    }
    


    .about_banner {
        margin-top: 20px;
        padding: 0 12px 0 12px;
    }

    .about_tit h1 {
        font-size: 1.65rem;
        line-height: normal;
    }

    .about_tit h1::after {
        width: 105px;
        margin: 15px 0 30px;
    }

    .about_txt p {
        font-size: 1rem;
        line-height: normal;
    }

    .about_tit1 {
        font-family: Poppins;
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        text-align: left;

    }

    .about {
        padding: 50px 12px 0 12px;
        background: none;
        margin-top: 48px;
    }

    .about_n h2 {
        font-size: 20px;
        font-family: Poppins;
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        text-align: left;
        color:  #071232;


    }

    .about_n h2 img {
        flex: 0 0 30px;
        margin-right: 0;
        width: 100%;
        height: 16px;
    }

    .about_n p::after {
        height: 5px;
        width: 5px;
        top: 11px;
    }

    .about_items {
        margin-bottom: 30px;
    }

    .about_n p {
        line-height: normal;
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: -0.20000000298023224px;
        color: #071232;
        margin: 16px 0 30px 0;


    }

    .about_n p a {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: -0.20000000298023224px;
    }
    .about_b li{
        font-size: 14px;
    }

    .about_pa,
    .about_de,
    .about_v {
        display: none;
    }
    .about_b {
        padding: 0 0px 40px 0;
        margin-left: 30px;
    }
}

*/

/* .se{background: #00705e url(../img/service-backdrop.png) no-repeat center bottom;background-size: cover;padding-bottom: 100px;} */
.h {
    background: #00705e url(../img/service-backdrop.png) no-repeat center center;
    padding-bottom: 160px;
}

.h_tit {
    text-align: center;
    padding: 100px 0;
    color: #fff;
}

.h_tit h2 {
    font-size: 60px;
    line-height: 72px;
    font-family: "p600";
    margin-bottom: 15px;
}

.h_tit p {
    font-size: 1.25rem;
    line-height: 32px;
    font-family: "p400";
}

.h_item h2 {
    font-size: 1.625rem;
    line-height: 39px;
    font-family: "p600";
    margin-bottom: 25px;
}

.h_item p {
    line-height: 24px;
    font-family: "p400";
}

.h_item {
    padding: 40px 35px;
    width: 520px;
    position: relative;
    z-index: 1;
}

.h_item::after {
    content: "";
    background: #ebf5f3;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.h_item::before {
    content: "";
    width: 40px;
    height: 40px;
    background: #ebf5f3;
    position: absolute;
    right: 0;
    transform: rotate(45deg) translate(0, -50%);
    top: 50%;
    border-radius: 5px;
}

.h_list ul li:nth-child(5) p {
    position: relative;
    padding-left: 13px;
}

.h_list ul li:nth-child(5) p::after {
    content: "";
    width: 5px;
    height: 5px;
    background: #666666;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 10px;
}

.h_list ul {
    position: relative;
}

.h_list ul::after {
    content: "";
    width: 2px;
    height: 77%;
    background: #80b7ae;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.h_r .h_item {
    margin-left: auto;
}

.h_r .h_item::before {
    right: auto;
    left: -30px;
}

.h_r {
    margin-left: auto;
}

.h_list ul li {
    width: 50%;
    position: relative;
}

.h_list ul li::after {
    content: "";
    width: 27px;
    height: 27px;
    background: #fff;
    border-radius: 50px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    z-index: 1;
}

.h_list ul li::before {
    content: "";
    width: 69px;
    height: 69px;
    background: #338d7e;
    border-radius: 50px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
}

.h_list .h_r::after {
    right: auto;
    left: 0;
    transform: translate(-50%, -50%);
}

.h_list .h_r::before {
    right: auto;
    left: 0;
    transform: translate(-50%, -50%);
}

.h_list ul li:nth-child(2) {
    margin-top: -160px;
}

.h_list ul li:nth-child(3) {
    margin-top: -55px;
}

.h_list ul li:nth-child(4) {
    margin-top: -100px;
}

.h_list ul li:nth-child(5) {
    margin-top: -55px;
}

.h_list ul li:nth-child(6) {
    margin-top: -280px;
}

@media screen and (max-width:1270px) {
    .h_tit p br {
        display: none;
    }

    .h .h_list ul li {
        margin-top: 0;
        margin-left: auto;
        margin-bottom: 20px;
        width: 100%;
    }

    .h_list .h_l .h_item {
        margin-left: auto;
        width: 90%;
    }

    .h_r .h_item {
        width: 90%;
    }

    .h_list .h_l .h_item::before {
        right: auto;
        left: -30px;
    }

    .h_list .h_l::after {
        right: auto;
        left: 0;
        transform: translate(-50%, -50%);
    }

    .h_list .h_l::before {
        right: auto;
        left: 0;
        transform: translate(-50%, -50%);
    }

    .h_list ul::after {
        height: 85%;
        left: 0;
    }

    .h_list ul {
        width: 90%;
        margin-left: auto;
    }

    .h_tit p {
        text-align: left;
    }

    .h_tit h2 {
        text-align: left;
    }
}

@media screen and (max-width:520px) {
    .h_tit {
        padding: 50px 0;
    }

    .h_tit h2 {
        font-size: 1.65rem;
        line-height: normal;
    }

    .h_tit p {
        font-size: 1rem;
        line-height: normal;
    }

    .h_list .h_l::after {
        width: 12px;
        height: 12px;
    }

    .h_list .h_l::before {
        height: 30px;
        width: 30px;
    }

    .h_list .h_r::after {
        width: 12px;
        height: 12px;
    }

    .h_list .h_r::before {
        height: 30px;
        width: 30px;
    }

    .h_list ul {
        width: 95%;
    }

    .h_item::after {
        border-radius: 20px;
    }

    .h_item h2 {
        font-size: 1rem;
        line-height: normal;
        margin-bottom: 10px;
    }

    .h_list .h_l .h_item {
        padding: 20px 15px;
    }

    .h_list .h_r .h_item {
        padding: 20px 15px;
    }

    .h_item p {
        position: relative;
        z-index: 1;
        font-size: 0.875rem;
        line-height: 20px;
    }

    .h_list .h_l .h_item::before {
        left: -22px;
    }

    .h_list .h_r .h_item::before {
        left: -22px;
    }

    .h_item h2 br {
        display: none;
    }

    .h {
        padding-bottom: 5px;
    }
}

/* 00705e */
.se_box1 {

    position: relative;
    background: url(../img/Mask_group1.png)no-repeat center/cover;
    height: 300px;
    width: 100%;
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
    border-radius: 0 0 15px 15px;
}

.se_img {
    position: absolute;
    bottom: 421px;
}

.se_box1 .se_w {
    position: absolute;

    bottom: 20px;
    height: 413px;
    width: 73%;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px;
}

.se_box1 .se_w h1 {
    font-family: Poppins;
    font-size: 40px;
    font-family: "p500";
    line-height: 60px;
    letter-spacing: -0.20000000298023224px;
    text-align: left;
    margin: 10px 0 30px 0;

}

.se_w p {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: -0.20000000298023224px;
}

.se {
    /* background: #00705e url(../img/service-backdrop.png) no-repeat center bottom;
    background-size: cover; */
    padding-bottom: 100px;
    padding-top: 30px;

}

.se_tit {
    text-align: center;
    padding: 100px 0 80px;
    color: #fff;
}

.se_tit h2 {
    font-size: 60px;
    line-height: 72px;
    font-family: "p600";
    margin-bottom: 15px;
}

.se_tit p {
    font-size: 1.25rem;
    line-height: 32px;
    font-family: "p400";
}

.se_list {
    margin-top: 100px;
}

.se_items1 {
    background: url(../img/Rectangle2687.png)no-repeat center/cover;
    width: 100%;
    height: 14.625rem;
    border-radius: 1.25rem;
}


.se_items2 {
    background: url(../img/Rectangle2690.png)no-repeat center/cover;
    width: 100%;
    height: 654px;
    border-radius: 20px;

}

.se_items2 .se_b {
    margin-top: 30px;
}

.se_items2 h2 {
    margin-top: 10px;
}

.se_items2 .se_b p {
    margin-top: 10px;
}

.se_items3 {
    background: url(../img/Rectangle2694.png)no-repeat center/cover;
    width: 100%;
    height: 295px;
    border-radius: 20px;

}

.se_list .se_items1 {
    margin-bottom: 30px;
}

.se_list .se_items2 {
    margin-bottom: 30px;
}

.se_list .se_items3 {
    margin-bottom: 30px;
}

.se_h {
    padding: 36px 0 0 40px;
}

.se_b {
    background-color: #ffffff;
    margin: 20px 40px;
    padding: 28px 30px;
    border-radius: 16px;
}

.se_b h2 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #000;
}


/* .se_b p {
    padding: 10px 0;
} */

@media screen and (max-width:1270px) {
    .se_box1 .se_w h1 {
        font-size: 35px;
        line-height: 35px;
        margin: 5px 0 10px 0;
    }

    .se_box1 .se_w p {
        width: 100%;
        font-size: 26px;
        font-weight: 400;
        line-height: 30px;
        max-width: 100%;
    }

}

@media screen and (max-width:1024px) {
    .se_box1 .se_w h1 {
        font-size: 35px;
        line-height: 35px;
        margin: 5px 0 10px 0;
    }

    .se_box1 .se_w p {
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        max-width: 100%;
        margin-top: 25px;
    }


}

@media screen and (max-width: 768px) {
    .se_tit p br {
        display: none;
    }

    .se_tit p {
        text-align: left;
    }

    .se_tit h2 {
        text-align: left;
    }
    


    .se_list .se_items1 h2 {
        padding: 18px 0 0 16px;
    }
    .se_list .se_items2 {
        height: 755px;
    }

    .se_list .se_items1 {
        margin-bottom: 16px;
    }

    .se_list .se_items3 {
        height: 328px;
    }

    .se_box1 .se_w {
        width: 100%;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        max-width: 100%;
    }
}

@media screen and (max-width:520px) {
    .se .wrapper {
        /* max-width: 1200px; */
        width: 100% !important;
        padding: 0 16px;
        /* margin: 0 auto; */
    }
    .se_box1 {
        max-width: 5000px;
        width: 100%;
        margin: 0 auto;
        height: 258px;
        margin-bottom: 16px;
    }

    .se_box1 .se_w {
        width: 91%;
        margin: 0 16px;
        padding: 10px 16px;
        height: 325px;
    }
    .se_box1 .se_w {
        position: absolute;
    
        bottom: 29px;
        /* height: 413px; */
        /* width: 73%; */
        /* background-color: #ffffff; */
        /* border-radius: 20px; */
        /* padding: 30px; */
    }
    .se_items2 .se_b{
        margin-top: 16px;
    }

    .se_img {
        bottom: 264px;
        left: 16px;
        width: 55px;
        height: 120px;
    }

    .se_box1 .se_w h1 {
        font-family: "p500";
        font-size: 20px;
        line-height: 30px;
    }

    .se_box1 .se_w p {
        font-family: "p400";
        font-size: 14px;
        line-height: 21px;
    }

    .se_tit p br {
        display: none;
    }

    .se_tit h2 {
        padding: 18px 0 0 16px;
        font-size: 1.65rem;
        line-height: normal;
        margin-bottom: 10px;
    }

    .se_tit {
        padding: 50px 0 20px;
    }

    .se_tit p {
        font-size: 1rem;
        line-height: 26px;
    }

    .se_items {
        border-radius: 15px;
        padding: 15px;
    }

    .se_list .se_items2 {
        height: 581px;
        margin-bottom: 16px;
    }

    .se_list {
        width: 100%;
    }

    .se_w p {
        font-weight: 400;
        line-height: 21px;
        letter-spacing: -0.20000000298023224px;
        font-size: 14px;
    }

    .se_w {
        /* width: 328px; */
        height: 269px;
        border-radius: 20px;
    }

    .se_items {
        margin-bottom: 15px;
    }

    .se {
        padding:0;
        /* background-color: #0057ff; */
    }

    .se_b p {
        padding-top: 2px;

        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;

    }

    .se_b {
        margin: 16px;
        padding: 16px;
    }

    .se_b h2 {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
    }

    .se_h {
        padding: 16px 0 0 16px;

        font-family: Poppins;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;


    }

    .juzhong-p {
        display: none;
    }


    .se_list .se_items3 {
        height: 233px;
    }



}


.se_list {
    margin: 10px 0;
}

.juzhong-p {
    height: 120px;
    line-height: 120px;
    font-family: "p400";
    font-size: 14px;
}