html,
body {
    margin: 0 auto;
    /*height: auto !important; */
}

* {
    font-family: PingFangSC-Light, Arial, Microsoft yahei, Tahoma, sans-serif !important;
}

img {
    border: 0;
    max-width: 100%;
}

a {
    text-decoration: none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    outline: none !important;
}

ul {
    padding: 0;
    margin: 0;
}

.position_relative {
    position: relative;
}

.position_absolute {
    position: absolute;
}

.box_widthall {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}

.box_widthauto {
    width: auto;
    min-height: 1px;
    overflow: hidden;
}

.mb {
    display: none !important;
}

.pc {
    display: block !important;
}

.centerpd {
    text-align: center;
    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;
}

.leftpd {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-box-align: left;
    -ms-flex-align: left;
    -webkit-align-items: left;
    align-items: left;
}

.borderradius-btn {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.borderradius-bg {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.btnshadow {
    box-shadow: 0px 16px 32px rgb(48 92 218 / 12%);
    -moz-box-shadow: 0px 16px 32px rgba(48, 92, 218, .12);
    -webkit-box-shadow: 0px 16px 32px rgb(48 92 218 / 12%);
}

.btnbgcolor1 {
    background-image: linear-gradient(to right, #105DEA, #299512);
    color: #ffffff;
    position: relative;
    z-index: 0;
}

.btnbgcolor1:hover {
    background-color: #1aad51;
    color: #ffffff;
}

.btnbgcolor1::before {
    content: '';
    position: absolute;
    border-radius: 6px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    background: linear-gradient(to right, #0b50cf, #1f8608);
    transition: all .5s;
}

.btnbgcolor1:hover::before {
    opacity: 1;
}

.btnbgcolor1:focus {
    background-color: #107eec;
    color: #ffffff;
}

.btnbgcolor2 {
    background-color: #ffff;
    color: #00649a;
}

.btnbgcolor2:hover {
    background-color: #1aad51;
    color: #ffffff;
}

.btnbgcolor2:focus {
    background-color: #1aad51;
    color: #ffffff;
}

.btnbgcolor3 {
    background-color: #3c63c7;
    color: #fff;
}

.btnbgcolor5 {
    background-color: #dfebef;
    color: #03031d;
}

.btnbgcolor6 {
    background-color: #f4f8fd;
    color: #8d8d8d;
}

.btnbgcolor3:hover {
    background-color: #4d75db;
    color: #ffffff;
}

.btnbgcolor3:focus {
    background-color: #4d75db;
    color: #ffffff;
}

.btnbgcolor4 {
    border: 1px solid #2e8be9;
    background-color: #fff;
    color: #2e8be9;
    box-shadow: none;
}

.btnbgcolor3:hover {
    /* border: 1px solid #307ecc; */
    background-color: #fff;
    color: #333;
    box-shadow: none;
}

.btnbgcolor5:hover {
    background-color: #ffffff;
    color: #03031d;
}

.btnbgcolor6:hover {
    background-color: #f4f8fd;
    color: #666;
}

.btnbgcolor3:focus {
    /* border: 1px solid #307ecc; */
    background-color: #fff;
    color: #307ecc;
    box-shadow: none;
}


.btnheight1 {
    line-height: 44px;
}

.btnheight2 {
    line-height: 36px;
}

.btnheight3 {
    line-height: 30px;
}

.btnwidth1 {
    width: auto;
    padding: 0px 32px;
}

.btnwidth2 {
    width: auto;
    padding: 0px 22px;
}

.btnwidth3 {
    width: auto;
    padding: 0px 16px;
}

.btnpublic {
    /* float: left; */
}

.btnpublic a {
    min-height: 1px;
    overflow: hidden;
    display: block;
    font-size: 13px;
    float: left;
    /* margin-left:12px; */
}

.floatbtnPublic {
    top: unset !important;
    bottom: 12% !important;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.fadeInBottom {
    -webkit-animation-name: fadeInBottom;
    animation-name: fadeInBottom;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-6px, 0, 0);
        transform: translate3d(-6px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(6px, 0, 0);
        transform: translate3d(6px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInBottom {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 6px, 0);
        transform: translate3d(0, 6px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media (min-width: 320px) and (max-width:767px) {
    .btnwidth1 {
        width: auto;
        padding: 0px 24px;
    }

    .btnheight1 {
        line-height: 36px;
    }

    .btnpublic a {
        font-size: 12px;
    }

    .btnpublic .video {
        margin-left: 12px;
        display: none;
    }

}







@media (min-width: 992px) and (max-width:1369px) {
    .btnpublic a {
        font-size: 12px;
    }

    .btnwidth1 {
        line-height: 38px;
        padding: 0px 24px;
    }
}

/* 
-------------  视频插件  -------------
*/

.bgcolor-s1 {
    /* background-color: #f8fbfe; */
    background-color: #f8fbfe;
}

.bgcolor-s2 {
    background-color: #F2F4F8;
    width: 100%;
    /* background-image: url(/images/home/img_bg5.svg); */
    background-position: bottom;
    background-repeat: no-repeat;
}

.bgcolor-s3 {
    background-color: #ffffff;
}

.bgcolor-s4 {
    background-image: linear-gradient(#1049a9, #3160c5);
}

.bgcolor-s5 {
    background-color: #f8f9fa;
}

.bgcolor-s6 {
    background-color: #f6f8f9;
}

.bgcolor-s7 {
    background-color: #fafbfc;
}

.bgcolor-s8 {
    background-color: #f8f9fa;
    background-image: url(/images/home/img_casebg.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.bgcolor-s9 {
    background-image: linear-gradient(#145bc3, #0092d5);
}

.bgcolor-s10 {
    /* background: url(/images/4_schemes/img_bg.svg) center center; */
    background-repeat: repeat-y;
    background-color: #f6f8fb;
    /* background-size: 2500px auto; */
}

.padding-34 {
    padding: 36px 40px;
}


.btn_boxpd {
    padding: 10px 0px;
}

.btn_boxmore {}

.btn_boxmore a {
    width: 200px;
    margin-bottom: 12px;
    display: block;
    border: none;
    background-color: #fff;
    font-size: 12px;
    line-height: 44px;
    text-align: center;
    border: 2px solid transparent;
    box-sizing: border-box;
    background-image: linear-gradient(#f7f7f7, #f7f7f7), linear-gradient(to right, #124ebd, #29970c);
    color: #666666;
    padding: 1px;
    border-radius: 12px;
    background-clip: content-box, padding-box;
    transition: filter .5s ease;
    margin: 0 auto;
}

.btn_boxmore a:hover {
    filter: hue-rotate(0deg);
    background-image: linear-gradient(to right, #124ebd, #29970c), linear-gradient(to right, #124ebd, #29970c);
    color: #ffffff;
}


.btn_public_trial {
    float: left;
    margin-right: 15px;
}

.btn_public_trial a {
    width: auto;
    min-height: 1px;
    overflow: hidden;
    display: block;
    float: left;
    background-image: linear-gradient(to right, rgba(18, 78, 189, 1), rgba(55, 181, 21, 1));
    padding: 0px 24px;
    line-height: 44px;
    font-size: 12px;
    color: #ffffff;
    transition: filter .5s ease;
}

.btn_public_trial a:hover {
    background-image: linear-gradient(to right, rgba(18, 78, 189, 1), rgba(18, 78, 189, 1));
    box-shadow: 0px 16px 64px rgb(48 92 218 / 16%);
    -moz-box-shadow: 0px 16px 64px rgba(48, 92, 218, .16);
    -webkit-box-shadow: 0px 16px 64px rgb(48 92 218 / 16%);
}

.btn_public_tiyan {
    float: left;
    margin-right: 15px;
}

.btn_public_tiyan a {
    width: auto;
    min-height: 1px;
    overflow: hidden;
    display: block;
    float: left;
    padding: 0px 24px;
    line-height: 44px;
    font-size: 12px;
    color: #333333;
    background-color: #dfebef;
}

.btn_public_tiyan a:hover {
    background-color: #ffffff;
    box-shadow: 0px 16px 64px rgb(48 92 218 / 16%);
    -moz-box-shadow: 0px 16px 64px rgba(48, 92, 218, .16);
    -webkit-box-shadow: 0px 16px 64px rgb(48 92 218 / 16%);
}

.btn_public_video {
    float: left;
    margin-right: 15px;
}

.btn_public_video a {
    width: auto;
    min-height: 1px;
    overflow: hidden;
    display: block;
    float: left;
    background-image: linear-gradient(to right, rgba(18, 78, 189, 1), rgba(55, 181, 21, 1));
    padding: 0px 24px;
    line-height: 44px;
    font-size: 12px;
    color: #ffffff;
    transition: filter .5s ease;
}

.btn_public_video a:hover {
    background-image: linear-gradient(to right, rgba(18, 78, 189, 1), rgba(18, 78, 189, 1));
    box-shadow: 0px 16px 64px rgb(48 92 218 / 16%);
    -moz-box-shadow: 0px 16px 64px rgba(48, 92, 218, .16);
    -webkit-box-shadow: 0px 16px 64px rgb(48 92 218 / 16%);
}

.pswp__bg {
    background-color: #fff !important;
}

@media (min-width: 992px) and (max-width:1369px) {
    .btn_public_trial a {
        width: auto;
        min-height: 1px;
        overflow: hidden;
        display: block;
        float: left;
        background-image: linear-gradient(to right, rgba(18, 78, 189, 1), rgba(55, 181, 21, 1));
        padding: 0px 24px;
        line-height: 36px;
        font-size: 12px;
        color: #ffffff;
        transition: filter .5s ease;
    }

    .btn_public_tiyan a {
        width: auto;
        min-height: 1px;
        overflow: hidden;
        display: block;
        float: left;
        padding: 0px 24px;
        line-height: 36px;
        font-size: 12px;
        color: #333333;
        background-color: #dfebef;
    }
}
/* ===== 聚才林 FAQ 常见问题 ===== */
.jcl-faq-section {
    background-color: #fff;
    padding: 60px 0;
}

.jcl-faq-section .pagetbox {
    margin: 0 0 40px;
}

.jcl-faq-section .faqlist {
    margin: 0 auto;
    margin-top: 40px;
}

.faqitem {
    display: block;
    background-color: #ffffff;
    border: 1px solid #e9ecf2;
    border-radius: 8px;
    margin-bottom: 14px;
    transition: box-shadow .3s ease, border-color .3s ease;
}

.faqitem:hover {
    box-shadow: 0 0 12px rgba(1, 113, 239, .12);
    border-color: #cfe0f7;
}

.faqitem>summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 28px;
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    font-weight: bold;
    outline: none;
}

.faqitem>summary::-webkit-details-marker {
    display: none;
}

.faqitem>summary:hover,
.faqitem[open]>summary {
    color: #0171ef;
}

.faq_ico {
    position: relative;
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin-left: 16px;
}

.faq_ico::before,
.faq_ico::after {
    content: "";
    position: absolute;
    background-color: #0171ef;
    transition: transform .3s ease, opacity .3s ease;
}

.faq_ico::before {
    top: 9px;
    left: 0;
    width: 20px;
    height: 2px;
}

.faq_ico::after {
    top: 0;
    left: 9px;
    width: 2px;
    height: 20px;
}

.faqitem[open] .faq_ico::after {
    transform: rotate(90deg);
    opacity: 0;
}

.faq_a {
    padding: 0 28px 20px;
    color: #555555;
    font-size: 14px;
    line-height: 26px;
}

.faq_a p {
    margin: 0;
}

@media (max-width: 767px) {
    .jcl-faq-section {
        padding: 40px 0 50px;
    }

    .jcl-faq-section .faqlist {
        padding: 0 15px;
    }

    .faqitem {
        margin-bottom: 10px;
    }

    .faqitem>summary {
        padding: 12px 18px;
        font-size: 13px;
        line-height: 22px;
    }

    .faq_ico {
        width: 16px;
        height: 16px;
        margin-left: 12px;
    }

    .faq_ico::before {
        top: 7px;
        width: 16px;
    }

    .faq_ico::after {
        top: 0;
        left: 7px;
        width: 2px;
        height: 16px;
    }

    .faq_a {
        padding: 0 18px 15px;
        font-size: 12px;
        line-height: 20px;
    }
}
