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;
}

.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;
}

.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;
}


/* 
-------------  视频插件  -------------
*/

.bgcolor-s1{
    background-color: #ecf5f9;
}
.bgcolor-s2{
    background-color: #ffffff;
}
.bgcolor-s3{
    background-color: #ffffff;
}
.bgcolor-s4{
    background-color: #ececec;
}
.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-color: rgb(17 90 226);
    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;
        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;
    }
}
