* {
    /* font-size: 16px; */
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    font-family: "PingFang SC", "Calibri", "opensans", "GothicArial", "Arial", "Microsoft YaHei", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue", Helvetica, sans-serif !important;
}

body {
    color: #000;
    background: #fff;
    padding: 0;
    /* font-size: 16px; */
    height: 100%;
}

a,
a:hover {
    text-decoration: none !important;
    cursor: pointer;
}

img {
    border: 0;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style: none;
}

input,
textarea {
    border: 0;
    outline: 0;
}

body.hd {
    overflow-x: hidden;
    overflow-y: auto;
}



/* .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 52px 5%;
    z-index: 10000;
    transition: all 0.5s;
} */

/* .header.shrink {
    padding: 32px 5%;
    background: linear-gradient(
        135deg
        , #E9EEF2 0%, #DBE0E7 46%, #D8DDE3 100%);
} */
/* .header.black_header {

}

.header.up {
    background: url(../images/header_bg.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 10px 5% 50px;
}

.header.down {
    transform: translateY(-100%);
}

.header .logo_box {
    position: relative;
    top: 10px;
}

.header .logo_box img {
    max-width: 100%;
    width: 188px;
}

.header .nav_box {
    display: flex;
    align-items: center;
}

.header .nav_box .nav_list {
    display: flex;
    align-items: center;
}

.header .nav_box .nav_list li {
    color: #414244;
    display: flex;
    align-items: center;
}

.header .nav_box .nav_list li a {
    font-size: 16px;
    display: block;
    padding: 0 30px;
    color: #414244;
} */

/* .header .nav_box .nav_list a.on {
    font-weight: bold;
    color: #44BCB9;
}

.header .fun_box {
    position: relative;
}

.header .fun_box .down_lang {
    display: flex;
    align-items: center;
    color: #414244;
    padding-left: 18px;
}

.header .fun_box .down_lang .down {
    color: #414244;
    font-size: 12px;
    width: 64px;
    height: 25px;
    line-height: 22px;
    border: 1px solid #000000;
    opacity: 0.4;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    margin-right: 16px;
}

.header .fun_box .down_lang .down img {
    width: 15px;
    margin-right: 5px;
}

.header .fun_box .down_lang .lang {
    margin-left: 20px;
    display: flex;
    align-items: center;

}

.header .fun_box .down_lang .lang li {
    color: #414244;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.header .fun_box .down_lang .lang li a {
    padding: 0 8px;
}

.header .fun_box .down_lang .lang li a img {
    width: 30px;
}

.header .menu {
    background: url(../images/menu.svg) no-repeat right center;
    background-size: 30px 30px;
    width: 30px;
    height: 40px;
    z-index: 3;
    transition: all 0.36s;
} */

.faq-1 {
    padding: 167px 0 82px;
    /* height: 184px; */
    background: linear-gradient(135deg, #E9EEF2 0%, #DBE0E7 46%, #D8DDE3 100%);
    opacity: 1;
    border-radius: 0px;
    text-align: center;
}

.faq-1 h1 {
    font-size: 41px;
    font-weight: 800;
    color: #44BCB9;
    margin: 53px 0 9px;
}

.faq-1 h2 {
    font-size: 35px;
    font-weight: 500;
    color: #242526;
}

.faq-2 {
    background: #35404C;
}

.faq-2-body {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 55px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.faq-2 .tj {
    width: 76%;
    position: relative;
}

.faq-2 .tj #search-form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-2 .tj #search-form .fr-left {
    max-width: 874px;
    width: 100%;
    position: relative;
}

.faq-2 .tj #search-form .fr-left input {
    width: 100%;
    height: 53px;
    background: #FFFFFF;
    border-radius: 29px;
    padding: 17px 74px;
    font-size: 16px;
}

.faq-2 .tj #search-form .fr-left #il {
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.faq-2 .tj #search-form .fr-left #ir {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    /* display: none; */
    transition: all ease .3s;
}

.faq-2 .tj #search-form .fr-left span img {
    width: 24px;
    height: 24px;
}

.faq-2 .tj #search-form .fr-left:hover #ir {
    opacity: 1;
    visibility: visible;
}

.faq-2 .tj .search-keyword-box {
    position: absolute;
    left: 0;
    top: 130%;
    overflow: hidden;
    display: none;
    max-width: 871px;
    width: 100%;
    z-index: 99;
    background: #FFFFFF;
    box-shadow: 0px 3px 39px rgba(0, 0, 0, 0.16);
    border-radius: 29px;
    padding: 32px;
}

.search-keyword-box li {
    font-size: 16px;
    font-weight: 400;
    line-height: 39px;
    color: #333333;
    cursor: pointer;
    padding: 0 10px;
    z-index: 3;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .5s;
}

.search-keyword-box li:hover {
    color: #44BCB9;
}

.faq-2 .tj .fr-a1 {
    font-size: 16px;
    width: 119px;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    background: #44BCB9;
    color: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(24, 36, 44, 0.3);
    border-radius: 29px;
    transition: all ease .3s;
}

.faq-2 .tj .fr-a1:hover {
    background: #FFFFFF;
    color: #000;
}
.faq-2 .tj .fr-a2 {
    font-size: 16px;
    width: 119px;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(24, 36, 44, 0.3);
    border-radius: 29px;
    transition: all ease .3s;
}

.faq-2 .tj .fr-a2:hover {
    background: #44BCB9;
    color: #FFFFFF;
}
.faq-3{
    background: #EBF0F4;
}
.faq-3-body {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 100px;
    display: flex;
    justify-content: space-between;
}

.faq-3-l {
    width: 19%;
}

.faq-3-l h2 {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 15px;
    position: relative;
    padding-left: 10px;
}

.faq-3-l h2::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 18px;
    background: #44BCB9;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.faq-3-l .lt-box span {
    width: 100%;
    display: block;
    background: #F7F7F6;
    border-radius: 29px;
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    transition: all ease .3s;
}

.faq-3-l .lt-box span a {
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    color: #35A4A0;
    text-align: center;
    transition: all ease .3s;
    width: 100%;
}

.faq-3-l .lt-box span:hover {
    background: #35404C;
}

.faq-3-l .lt-box span:hover a {
    color: #FEFFFF;
}

.faq-3-l .faq-3-lb {
    margin-top: 40px;
}

.faq-3-r {
    width: 76%;
}

.faq-3-r .faq-3-rt {
    width: 100%;
    border-bottom: 1px solid #44BCB9;
}

.faq-3-r .faq-3-rt .rt-t {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}

.faq-3-r .faq-3-rt h2 {
    font-size: 18px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 15px;
    position: relative;
}

.faq-3-r .faq-3-rt h2::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 18px;
    background: #44BCB9;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.faq-3-r .faq-3-rt .rt-t .rt-px {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.faq-3-r .faq-3-rt .rt-t .rt-px span {
    margin-left: 50px;
    font-size: 16px;
    font-weight: 800;
    color: #000000;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.faq-3-r .faq-3-rt .rt-t .rt-px span.cl {
    color: #4ABBB9;
}

.faq-3-r .faq-3-rt .rt-t .rt-px span img{
    width: 20px;
    padding-left: 5px;
}
.faq-3-r .faq-3-rb {
    width: 100%;
    margin-top: 40px;
}

.faq-3-rb .rb-box {
    background: #FFFFFF;
    border: 2px solid #C8C8C8;
    border-radius: 29px;
    padding: 20px 30px;
    margin-bottom: 34px;
    transition: all ease .3s;
}

.faq-3-rb .rb-box:hover {
    border: 2px solid #44BCB9;
}

.faq-3-rb h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 39px;
    color: #333333;
    margin-bottom: 20px;
}

.faq-3-rb p {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #000000;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.faq-3-rb p span {
    display: block;
    font-size: 19px;
    font-family: "SourceHanSansCN-Medium";
    color: #35404C;
}

.faq-3-rb .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-3-rb .box .data {
    display: flex;
    align-items: center;
}

.faq-3-rb .box .data span {
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: #999999;
    margin-right: 40px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.faq-3-rb .box .data span img {
    width: 18px;
    margin-right: 9px;
}


.faq-3-rb .box .data  .great .img1 {
    display: block;
}
.faq-3-rb .box .data  .great .img2 {
    display: none;
}

.faq-3-rb .box .data  .great #pp{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    white-space: nowrap;
    margin: 0;
}

.faq-3-rb .box .more {
    font-size: 14px;
    font-family: "SourceHanSansCN-Normal";
    color: #FFFFFF;
    background: #44BCB9;
    box-shadow: 0px 3px 8px rgba(24, 36, 44, 0.3);
    border-radius: 29px;
    width: 128px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all ease .3s;
}

.faq-3-rb .rb-box:hover .more {
    opacity: 1;
    visibility: visible;
}

.load-more {
    max-width: 275px;
    width: 100%;
    margin: 23px auto 0;
    height: 58px;
    background: #4ABBB9;
    box-shadow: 0px 3px 8px rgba(24, 36, 44, 0.3);
    opacity: 1;
    border-radius: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.load-more a {
    font-size: 18px;
    font-family: "SourceHanSansCN-Normal";
    line-height: 35px;
    color: #FFFFFF;
}


.faq-tk .gray {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #3A3A3A;
    opacity: 0.48;
    z-index: 99;
}

.faq-tk .showBox {
    display: none;
    max-width: 1050px;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 120;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 29px;
}

.faq-tk .showBox .gb {
    position: absolute;
    top: 34px;
    right: 34px;
    width: 25px;
    height: 25px;
}

.faq-tk .showBox .box-form {
    padding: 52px 74px;
    overflow: hidden;
}

.showBox .box-form h1 {
    font-size: 24px;
    font-weight: 800;
    line-height: 35px;
    color: #000000;
}

.showBox .box-form #textarea {
    width: 100%;
    height: 171px;
    background: #FFFFFF;
    border: 1px solid rgba(112, 112, 112, .26);
    border-radius: 29px;
    padding: 24px 26px;
    margin: 32px 0 14px;
    font-size: 18px;
    font-weight: 400;
    color: #35404C;
    resize: none;
}

.showBox .box-form p {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #999999;
}

.showBox .box-form .btn {
    max-width: 127px;
    width: 100%;
    height: 36px;
    background: #44BCB9;
    box-shadow: 0px 3px 8px rgba(24, 36, 44, 0.3);
    border-radius: 29px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    float: right;
}

.showBox .box-form .btn span {
    font-size: 14px;
    font-family: "SourceHanSansCN-Normal";
    line-height: 35px;
    color: #FFFFFF;
    cursor: pointer;
}

.faq-3-r .faq-3-rc {
    width: 100%;
    margin-top: 40px;
}

.faq-3-rc h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 39px;
    color: #333333;
    margin-bottom: 24px;
}

.faq-3-rc .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-3-rc .box .data {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.faq-3-rc .box .data span {
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: #999999;
    margin-right: 40px;
    display: flex;
    align-items: center;
}

.faq-3-rc .box .data span img {
    width: 18px;
    margin-right: 9px;
}
.faq-3-rc .text{
    padding: 50px 0 24px;
}
.faq-3-rc .text p {
    font-size: 16px;
    font-weight: 400;
    /* line-height: 27px; */
    color: #000000;
    margin: 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.faq-3-rc .text p span {
    display: block;
    font-size: 19px;
    font-family: "SourceHanSansCN-Medium";
    color: #35404C;
}

.faq-3-rc .text img {
    max-width: 100%;
    /* width: 100%; */
    background: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 29px;
}

.faq-3-rc .download .down-text {
    margin: 50px 0 40px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.faq-3-rc .download .down-text h4 {
    font-size: 22px;
    font-weight: bold;
    line-height: 39px;
    color: #333333;
}

.faq-3-rc .download .down-text span {
    width: 108px;
    height: 34px;
    margin-left: 16px;
    background: #44BCB9;
    border-radius: 29px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.faq-3-rc .download .down-text span a {
    font-size: 14px;
    font-family: "SourceHanSansCN-Medium";
    color: #FFFFFF;
}

.faq-3-rc .download .down-box a {
    font-size: 18px;
    font-family: "SourceHanSansCN-Medium";
    line-height: 39px;
    color: #44BCB9;
    text-decoration: underline !important;
}

.faq-3-rf {
    border-top: 2px solid #44BCB9;
    /* margin-top: 80px; */
}

.faq-3-rf .like {
    padding: 30px 0 124px;
}

.faq-3-rf .like img {
    max-width: 52px;
    width: 100%;
    margin-bottom: 8px;
}

.faq-3-rf .like .img1 {
    display: block;
}
.faq-3-rf .like .img2 {
    display: none;
}

.faq-3-rf .like p {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-3-rf .box-form h1 {
    font-size: 24px;
    font-weight: 800;
    line-height: 35px;
    color: #000000;
}

.faq-3-rf .box-form #textarea {
    width: 100%;
    height: 171px;
    background: #FFFFFF;
    border: 1px solid rgba(112, 112, 112, .26);
    border-radius: 29px;
    padding: 24px 26px;
    margin: 32px 0 14px;
    font-size: 18px;
    font-weight: 400;
    color: #35404C;
    resize: none;
}

.faq-3-rf .box-form p {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #999999;
}

.faq-3-rf .box-form .btn {
    max-width: 127px;
    width: 100%;
    height: 36px;
    background: #44BCB9;
    box-shadow: 0px 3px 8px rgba(24, 36, 44, 0.3);
    border-radius: 29px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    float: right;
}

.faq-3-rf .box-form .btn span {
    font-size: 14px;
    font-family: "SourceHanSansCN-Normal";
    line-height: 35px;
    color: #FFFFFF;
    cursor: pointer;
}

















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

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

    .faq-2-body,
    .faq-3-body {
        width: 90%;
    }
    .header .nav_box .nav_list li a {
        padding: 0 15px;
    }
}

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

@media screen and (max-width:1250px) {
    .faq-tk .showBox {
        width: 90%;
    }
}

@media screen and (max-width:991px) {
    .faq-2-body {
        justify-content: center;
    }

    .faq-2 .tj {
        width: 100%;
        position: relative;
    }

}

@media screen and (max-width:768px) {
    /* .nav_box {
        display: none !important;
    } */
    /* .header {
        justify-content: space-between;
        padding: 20px 5%;
    } */
    /* .header.shrink {
        padding: 10px 5%;
        background: linear-gradient(
            135deg
            , #E9EEF2 0%, #DBE0E7 46%, #D8DDE3 100%);
    } */
    /* .header .logo_box {
        position: relative;
        top: 0;
    } */

    .faq-1 {
        padding: 50px 0;
    }

    .faq-3-l {
        width: 30%;
    }

    .faq-3-r {
        width: 65%;
    }

    .faq-3-r .faq-3-rc {
        margin-top: 20px;
    }

    .faq-3-rc h3 {
        margin-bottom: 20px;
    }

    /* .faq-3-rc .text p {
        margin: 20px 0 20px;
    } */

    .faq-3-rc .download .down-text {
        margin: 40px 0 20px;
    }

    .faq-3-rf {
        /* margin-top: 40px; */
    }

    .faq-3-rf .like {
        padding: 20px 0 20px;
    }

    .faq-3-rc .box .data span {
        margin-right: 20px;
    }

    .faq-2 .tj #search-form {
        flex-wrap: wrap;
    }

    .faq-2 .tj .fr-a {
        margin-top: 20px;
    }

    .faq-2 .tj .fr-a:nth-of-type(1) {
        margin-left: 0px;
    }

    .faq-tk .showBox .box-form {
        padding: 40px 20px;
    }

    .faq-tk .showBox .gb {
        top: 20px;
        right: 20px;
    }

}

@media screen and (max-width:540px) {
    .faq-1 h2 {
        font-size: 18px;
    }

    .faq-2 .tj #search-form .fr-left #il {
        left: 10px;
    }

    .faq-2 .tj #search-form .fr-left input {
        height: 35px;
        padding: 17px 40px;
        font-size: 12px;
    }

    .faq-2 .tj #search-form .fr-left #ir {
        right: 10px;
    }

    .faq-2 .tj .fr-a {
        height: 35px;
        margin-top: 20px;
    }

    .faq-3-body {
        flex-wrap: wrap;
    }

    .faq-3-l {
        width: 100%;
    }

    .faq-3-r {
        width: 100%;
    }

    .faq-3-l .lt-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .faq-3-l .lt-box span {
        width: 48%;
        margin-bottom: 10px;
    }

    .faq-3-l .faq-3-lb {
        margin-top: 30px;
    }

    .faq-3-r .faq-3-rt {
        margin-top: 30px;
    }

    .faq-3-rb .rb-box {
        padding: 20px;
    }

    .faq-3-rb h3 {
        margin-bottom: 10px;
    }
    .faq-3-r .faq-3-rt .rt-t .rt-px span{
        margin-left: 15px;
    }
    .faq-3-rb .box .data span {
        margin-right: 10px;
    }
    .faq-3-rb .box .data span img {
        width: 15px;
        margin-right: 5px;
    }

    .box-form h1 {
        font-size: 18px !important;
    }

    .box-form #textarea{
        height: 130px !important;
        margin: 20px 0 !important;
        font-size: 16px !important;
    }
    


}

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

}


@media screen and (max-width:400px) {
    .faq-3-rb .box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .faq-3-rb .box .data {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin: 10px 0;
    }
    .faq-3-rb .box .more{
        width: 40%;
        opacity: 1;
        visibility: visible;
    }
}


@media (min-width:769px) {
    .header .menu{
        display: none;
    }
}