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 {
    outline: none;
    text-decoration: none !important;
    -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 {
    margin: 0;
    padding: 0;
}

.position_relative {
    position: relative;
}

.position_absolute {
    position: absolute;
}

.boxblock-p {
    display: block;
}

.boxblock-m {
    display: block;
}

.boxnone-p {
    display: none;
}

.boxnone-m {
    display: none;
}

.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-color: #107eec;
    color: #ffffff;
}
.btnbgcolor1:hover{
    background-color: #1aad51;
    color: #ffffff;
}
.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; */
}



@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: #f5f8fd;
}
.bgcolor-s2{
    background-color: #f8fbfe;
}
.bgcolor-s3{
    background-color: #ffffff;
}
.bgcolor-s4{
    background-image: linear-gradient(to bottom, #134dab , #2661bf);
}
.bgcolor-s5{
    background-color: #f8f9fa;
}
.bgcolor-s6{
    background-color: #f6f8f9;
}
.bgcolor-s7{
    background-color: #fafbfc;
}


.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%);
}

@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（公共，全站引用） ===== */
.faqlist {
    width: 100%;
    margin: 0 auto;
    min-height: 1px;
    overflow: hidden;
}

.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: 0px 0px 16px rgba(48, 92, 218, .12);
    border-color: #cfe0f5;
}

.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: #124ebd;
}

.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: #124ebd;
    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) {
    .faqitem {
        margin-bottom: 10px;
    }

    .faqitem>summary {
        padding: 15px 18px;
        font-size: 14px;
        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: 13px;
        line-height: 22px;
    }
}



