body {
    font-family: '黑体';
    /* color: ; */
    font-size: 0.16rem;
    color: #333;
}
*{
    font-family: '黑体' !important;
}

@font-face {
    font-family: 'PingFang';
    src: url(../font/PingFang\ SC\ Regular.otf);
}

@font-face {
    font-family: 'MiSans-Medium';
    src: url(../font/MiSans-Medium.ttf);
}

@font-face {
    font-family: 'MiSans';
    src: url(../font/MiSans-Regular.ttf);
}

@font-face {
    font-family: 'MiSans-Heavy';
    src: url(../font/MiSans-Heavy.ttf);
}

.MiSans {
    font-family: 'MiSans';
}

.MiSans-Heavy {
    font-family: 'MiSans-Heavy';
}

.MiSans-Medium {
    font-family: 'MiSans-Medium';
}

.blue_c {
    color: #106EBF;
}

.blue_c3 {
    color: #334078;
}

.head1 {
    position: absolute;
    top: 0;
    background: url(../images/header_bg.png) no-repeat;
    background-size: cover;
    z-index: 2;
}

.head1 .layui-nav .layui-nav-item a {
    color: #333;
    font-weight: bold;
    white-space: nowrap;
    font-size: 0.18rem;
}

.head1 .layui-nav .layui-this a,
.head1 .layui-nav .layui-nav-item:hover a {
    color: #0088FF;
}

.head1 .layui-nav .layui-nav-item {
    position: relative;
    -webkit-transition: all .2s;
}

.head1 .layui-nav .layui-nav-item:hover::after,
.head1 .layui-nav .layui-this:after {
    display: block;
    background-color: #0088FF;
    width: 0.34rem;
    height: 6px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    position: absolute;
}

.head1 .layui-nav-bar {
    background-color: #0088FF;
    width: 0.34rem;
    height: 6px;
}

.head1 .layui-btn {
    width: 1.3rem;
    height: 0.5rem;
    line-height: 0.5rem;
    padding: 0;
    background: #0088FF;
    border-radius: 4px;
    font-size: 0.18rem;
    font-family: 'PingFang';
    font-weight: bold;
    color: #FFFFFF;
}

.head1 .layui-main {
    width: 90%;
    min-height: 1rem;
}

.footer1 {
    height: 1.8rem;
    background: url(../images/footer1_bg.png) no-repeat;
    background-size: 100% 100%;
    font-family: 'MiSans';
}

.footer2 {
    padding: 0.36rem 0 0.9rem;
    background: #F6F6F6;
}

.f_ul1 .item {
    display: flex;
    align-items: center;
}

.f_ul1 .item .icon {
    border: 1px solid #666666;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer2 hr {
    border-bottom: 1px solid #ddd !important;
}

.ful_4 {

    color: #888888;
}

.ful_2 {
    padding: 0.2rem 0;
}

.ful_3>*:not(:last-child) {
    margin-right: 0.2rem;
}

.ful_4>*:not(:last-child) {
    margin-right: 0.2rem;

}

.ful_21 {
    margin-right: 1.8rem;
}

.ful_21 .item {
    display: flex;
    flex-direction: column;
    line-height: 2em;
}

.ful_21 .item span {
    font-weight: bold;
    margin-bottom: 0.08rem;
}

.ful_22 {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.ful_22 li+li {
    margin-left: 0.4rem;
}

.ful_22 .img_100 {
    border: 0.14rem solid #fff;
    width: 1.1rem;
}

.top_box {
    position: relative;
    line-height: 150%;
}
.top_box>.img_100{
    /*height: 5rem;*/
}
.join .top_box>.img_100 {
    max-height: inherit;
}
.top_box .text_box {
    position: absolute;
    left: 0;
    right: 0;
    top: 1rem;
    bottom: 0;
    display: flex;
    align-items: center;
}

.top_box .text_box .t1 {
    font-size: 0.6rem;
    font-family: 'MiSans-Heavy';
    font-weight: 800;
    color: #152B6A;
    margin-bottom: 0.32rem;
    line-height: 1rem;
}

.top_box .text_box .t2 {
    padding: 0.17rem 0.25rem;
    font-size: 26px;
    font-family: 'MiSans-Medium';
    font-weight: 500;
    color: #2F417C;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.27) 0%, rgba(255, 255, 255, 0) 100%);
}

.hul_1 .img_100 img {
    max-height: 0.5rem
}

.hul_1 hr {
    width: 1px;
    height: 0.27rem;
    margin: 0 0.16rem;

}

.toolkit {
    position: fixed;
    right: 0.5rem !important;

    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 55;
}

.tookit_1 {
    padding: 0.24rem 0.2rem;
    background: #FFFFFF;
    box-shadow: 0px 6px 24px 0px #D8E5F1;
    border-radius: 35px;
}

.tookit_1 .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 2em;
    font-family: 'PingFang';
    color: #698197;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.tookit_1 .text_box {
    position: absolute;
    right: calc(-100% + 0.9rem);
    padding: 0.1rem;
    opacity: 0;
    top: 50%;
    min-width: 2rem;
    transform: translateY(-50%);
    transition: all .5s ease-in-out;
    background-color: #fff;
}

.tookit_1 .text_box .bl>*+* {
    margin-top: 0.1rem;
}

.tookit_1 .item:hover {
    overflow: inherit;
}

.tookit_1 .item:hover .text_box {
    opacity: 1;
    box-shadow: 0px 6px 24px 0px #D8E5F1;
    z-index: 5;
}

.tookit_1 li:not(:last-child) {
    margin-bottom: 0.25rem;
}

.tookit_2 {
    margin-top: 0.18rem;
    padding: 0.24rem 0.2rem;
    background: #FFFFFF;
    box-shadow: 0px 6px 24px 0px #D8E5F1;
    border-radius: 35px;
}

.dh_1 {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    position: relative;
    bottom: 0;
}

.dh_1:hover {
    bottom: 1em;
}

.fun_ul .item {

    padding: 0.5rem 0.3rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 2px solid rgba(0, 0, 0, 0.0);
    box-shadow: 0000;
    border-radius: 10px;

}

.fun_ul .item .img_box {
    margin-bottom: 0.2rem;
}

.fun_ul .item .t1 {
    font-size: 0.18rem;
    color: #000;
    margin-bottom: 0.2rem;
    font-weight: bold;
}

.fun_ul .item .t2 {
    font-size: 0.14rem;
    color: #666;
    line-height: 1.8em;
}

.fun_ul .item:hover {
    background: rgba(255, 255, 255, 0.4);
    border: 2px solid #FFFFFF;
    box-shadow: 0px 2px 18px 0px rgba(175, 204, 219, 0.32);
}
.case_ul .item .phone{position: relative}
.case_ul .item .phone .phoneimg{
    width: 100%;
}
.case_ul .item .img_100 {

    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0.25rem;
    right: 0.25rem;
    top: 0.5rem;
    bottom: 0.7rem;

}

.case_ul .item:hover .text {

    opacity: 1;
}

.case_ul .item .text {
    transition: all .2s ease-in-out;
    /*-webkit-transition: all .2s ease-in-out;*/
    /*-moz-transition: all .2s ease-in-out;*/
    /*-ms-transition: all .2s ease-in-out;*/
    /*mask-image: url(../images/case.png);*/
    /*mask-position: center;*/
    /*mask-size: 100%;*/
    /*mask-repeat: no-repeat;*/
    /*-webkit-mask-image: url(../images/case.png);*/
    /*-webkit-mask-size: 100% 100%;*/
    /*-webkit-mask-repeat: no-repeat;*/
    /*-webkit-mask-position: center;*/
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 136, 255, 0.8);
    display: flex;
    opacity: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 0.2rem;
    line-height: 2em;
}

section {
    padding: 0.6rem 0 0.8rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.pagenum {
    margin-top: 1rem;
    text-align: center;
}

.layui-laypage a,
.layui-laypage span {
    padding: 0;
    width: unset;
    min-width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.22rem;
    margin: 0 0.1rem;
}

.layui-laypage .layui-laypage-prev,
.layui-laypage .layui-laypage-next {
    padding: 0 0.1rem;
}

.layui-laypage a:hover {
    color: #0088FF;
}

.title_c {
    text-align: center;
    font-size: 0.34rem;
    font-family: 'PingFang';
    font-weight: 800;
    color: #000000;
}

.title_c span {
    position: relative;
}

.title_c span::before {
    display: block;
    content: '';
    width: 0.48rem;
    height: 0.48rem;
    position: absolute;
    top: -0.12rem;
    left: -0.3rem;
    background-image: url(../images/t1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.title_c span::after {
    display: block;
    content: '';
    width: 0.32rem;
    height: 0.32rem;
    position: absolute;
    bottom: -0.0rem;
    right: -0.16rem;
    background-image: url(../images/t2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.cus_form .layui-input,
.cus_form .layui-textarea {
    padding: 0.1rem 0.2rem;
    border: 1px solid #D8D8D8;
    line-height: 0.48rem;
    font-size: 0.18rem;
    height: 0.48rem;
}

.cus_form .layui-form-item {
    margin-bottom: 0.22rem;
}

.cus_form .layui-btn {
    padding: 0;
    line-height: 0.48rem;
    font-family: 'PingFang';
    font-size: 0.18rem;
    width: 1.48rem;
    height: 0.48rem;
    background: #0088FF;
    border: 1px solid #D8D8D8;
}

.join .top_box .t1 {
    font-size: 0.48rem;
}

.join .top_box .layui-form {
    width: 3.5rem;
}

.join .top_box .layui-form .layui-input {
    background: linear-gradient(90deg, rgba(127, 166, 248, 0.41) 0%, rgba(128, 167, 247, 0.21) 99%);
    color: #fff;
    border-radius: 5px;
    border: none;
    height: 0.56rem;
    padding-left: 0.26rem;
}

.join .top_box .layui-form .layui-input::placeholder {
    color: #fff;
}

.join .top_box .layui-form>* {
    margin-bottom: 0.09rem;
}

.join .top_box .layui-form .layui-btn {
    background-color: #3B86F7;
    font-size: 0.2rem;
    height: 0.56rem;
    line-height: 0.56rem;
    padding: 0;
}

.jul_1 .item {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0.5rem 0.38rem;
}

.jul_1 .item .img_box {
    margin-bottom: 0.34rem;
}

.jul_1 .item .t1 {
    font-size: 0.18rem;
    font-family: 'PingFang';
    font-weight: bold;
    color: #010101;
    margin-bottom: 0.3rem;

}

.jul_1 .item .t2 {
    line-height: 2;
    color: #666;
    font-family: 'PingFang';
    font-size: 0.15rem;
}

.jul_1 .item .t2.before>*::before {
    display: inline-block;
    margin-right: 0.05rem;
    content: '';
    width: 8px;
    height: 8px;
    background: linear-gradient(0deg, #74AAF8 0%, #3B7BF6 100%);
    border-radius: 50%;
}

.join2 {
    background: linear-gradient(-4deg, #F4F9FE 0%, #FEFFFF 50%, #EFF6FE 99%);
}

.border-title {
    padding: 0.08rem 0.16rem;
    font-size: 0.18rem;
    font-family: 'PingFang';
    font-weight: bold;
    color: #3D89F7;
    border: 2px dotted #3D89F7;
}

.jul_2 .item .img_box {
    margin-right: 0.17rem;
}

.jul_2 .item .b1 {
    display: flex;
    align-items: center;
    font-size: 0.18rem;
    font-family: 'PingFang';
    font-weight: bold;
    color: #000000;
}

.jul_2 ul {}

.jul_2 .item hr {
    border-bottom: 2px dashed #DBE5EE !important;
}

.jul_22,
.jul_21 {
    width: 3rem;
    display: flex;
    flex: 1;
    justify-content: space-between;
    flex-direction: column;
}

.jul_22 .b1 {
    flex-direction: row-reverse;
}

.jul_22 .item .img_box {
    margin-right: 0;
    margin-left: 0.17rem;
}

.jul_22 .item {
    text-align: right;
}

.jul_3 .item {
    margin-bottom: 0.2rem;
}

.jul_3 .item .img_box {
    width: 1rem;
    height: 0.93rem;
    background: #F4F7FD;
    border-radius: 10px;
}

.join4 {
    background-image: url(../images/join4.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.join4 .layui-input {
    background-color: initial;
    line-height: 0.6rem;
    height: 0.6rem;
}

.join4 .layui-form-radio:hover *,
.join4 .layui-form-radioed,
.join4 .layui-form-radioed>i {
    color: #0088FF;
}

.i1 .jul_1 .item {
    display: flex;
    flex-direction: column;
}

.i1 .jul_1 .item .t2 {
    margin: 0 auto;
    width: 70%;
    flex: 1;
    margin-bottom: 0.5rem;
}

.i1 .jul_1 .item .layui-btn {
    width: 119px;
    height: 40px;
    border: 1px solid #0088FF;
    border-radius: 4px;
    color: #0088FF;
    font-family: 'MiSans';
    background: initial;
    margin: 0 auto;
}

.i1 .jul_1 .layui-btn:hover {
    color: #fff;
    background: #0088FF;
}

.i2 {
    background: linear-gradient(0deg, #FFFFFF 0%, #F2F9FF 100%);
    padding-bottom: 0;
}

.i4 .item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.i4 .item .t1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 8px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    font-size: 0.2rem;
    z-index: 2;
}

.i4 li {
    width: 20%;
    margin: 0 auto;
}

.i4 .item:before,
.i4 .item:after {
    content: '';
    background: linear-gradient(120.11deg, rgba(0, 136, 255, 0.8) 0%, rgba(83, 241, 255, 0.8) 98.46%, rgba(83, 241, 255, 0.8) 100%);
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    border-radius: 0 0 0 0;
    left: 0%;
    top: 100%;
    z-index: 1;
    transition: border-radius .5s ease-out, top .5s ease-out, opacity .3s ease-out;
    z-index: 1;
}

.i4 .item:hover:before,
.i4 .item:hover:after {
    top: 0;
    opacity: 0.9;
    border-radius: 8px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.i3 .left {
    position: relative;
    overflow: initial;
    z-index: 1;
}

.i3 .left .img {
    position: relative;
    z-index: 2;
}

.i3 .left .a {
    position: absolute;
    top: 0;
    left: -1.6rem;

}

.i3 .left .b {
    position: absolute;
    bottom: -70px;
}

.i3 .item {
    padding: 0.27rem 0.46rem;
    box-shadow: 0.12px 0.99px 14px #C7DAEE;
    border-radius: 4px;
    margin: 0.18rem 0.21rem;
}

.i3 .item:hover {
    background: linear-gradient(208.21deg, #6395F2 0%, #87B9FF 100%);
}

.i3 .item:hover .t2,
.i3 .item:hover .t1 {
    color: #fff;
}

.i3 .item .t1 {
    color: #000;
    margin-bottom: 0.13rem;
}

.i3 .item .t2 {
    color: #666;
}

.i3 .right {
    height: 6rem;
    overflow-y: auto;
}


.i3 ::-webkit-scrollbar {
    width: 10px;
    height: 3px;
}

/* 滚动条有滑块的轨道部分 */
.i3 ::-webkit-scrollbar-track-piece {
    background: #DDE7F0;
    border-radius: 5px;
}

/* 滚动条滑块(竖向:vertical 横向:horizontal) */
.i3 ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background-color: #0088FF;
    border-radius: 5px;
}

/* 滚动条滑块hover */
.i3 ::-webkit-scrollbar-thumb:hover {
    background-color: #0088FF;
}

/* 同时有垂直和水平滚动条时交汇的部分 */
.i3 ::-webkit-scrollbar-corner {
    display: block;
    /* 修复交汇时出现的白块 */
}

.iul_7 .item {
    border: 1px solid #D0E2FA;
    background-color: #fff;
    min-height: 1.02rem;
    max-height: 1.02rem;

}

.iul_7 .item .img_box {
    height: 100%;
}

.layui-tree-entry {
    height: auto;
    padding: 0.1rem;
}

.layui-tree-iconArrow:after {
    border-color: transparent transparent transparent #000;
}

.doc_top {
    display: flex;
    border-bottom: 1px solid #000000;
    font-size: 0.14rem;
    padding-bottom: 0.13rem;
    margin-bottom: 0.1rem;
}

.doc_top>* {
    color: #666;

}

.doc_top>*:not(:last-child) {
    color: #0088FF;
}

.doc_top>*:not(:last-child)::after {
    display: inline-block;
    content: '>';
    color: #666;
}

.doc_content {
    line-height: 2em;
    font-size: 0.14rem;
    color: rgba(0, 0, 0, 0.65);
}

.doc_content * {
    margin-bottom: 0.2rem;
}

.doc_content h1,
.doc_content .title {
    margin-bottom: 0.18rem;
}

.doc_content img {

    max-width: 100%;
}

.doc_content h1 {
    font-size: 0.24rem;
    font-weight: 500;
    color: #000000;
}

.layui-tree-txt {
    max-width: 20em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media only screen and (max-width: 750px) {
    .top_box>div>img {
        min-height: 6rem;
    }

    .f_ul1 li {
        width: 40%;
    }

    .ful_21 {
        margin-right: 0;
        margin-bottom: 2em;
    }

    .ful_22 {
        justify-content: center;
    }

    .tookit_2,
    .tookit_1 .item {
        width: 4em;
    }

    .top_box>div>img {
        height: 10rem;
        width: unset;
    }

    .join .top_box .text_box {
        align-items: flex-end;
    }

    .join .top_box .layui-main {
        flex-wrap: wrap;
    }

    .join .top_box .layui-main>*+* {
        margin-top: 0.4rem;
    }

    .join .top_box .box2,
    .join .top_box .layui-form {
        width: 100%;
    }

    .jul_1 .item {

        padding: 0.6rem 0.8rem;
    }

    .jul_22,
    .jul_21 {
        width: 100%;
    }

    .i3 .left {
        margin-right: 0;
        width: 100%;
        margin-bottom: 2rem;
    }
}

@media only screen and (min-width: 751px) and (max-width: 1400px) {}

@media only screen and (min-width: 751px) {}