article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, form, fieldset, input, textarea, p, blockquoteth, td {
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
    font-weight: normal;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

html, body {
    font-size: 20px;
    min-width: 320px;
}

body {
    font-family: 'Helvetica Neue', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Microsoft Yahei', sans-serif;
    background: #fff;
    margin: 86px auto 0;
    font-size: 18px;
    color: #3D464D;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
}

input, textarea, select, option {
    -webkit-appearance: none;
}

div, dl, dt, dd, ul, ol, p, input, select, textarea, h1, h2, h3, h4, h5, h6, form, table, td, tr, th, body {
    box-sizing: border-box
}

em, i {
    font-style: normal;
    font-weight: normal;
}

.right {
    float: right;
}

.w-100p{
    width: 100%;
}

.color-blue {
    color: #1FB4FC;
}

.fs-16 {
    font-size: 16px !important;
}

.power {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99998;
    display: none;
}


/*@toadmin public_style Begin*/
.tc{
    text-align: center;
}
/*@toadmin public_style End*/


#example_video_1, #example_video_2, #example_video_3, #example_video_4 {
    width: 600px;
    height: 340px;
    position: fixed;
    left: 50%;
    top: -400px;
    margin-left: -300px;
    z-index: 99999;
}

.page_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 147px;
    background: url(../img/header_bg.png) repeat;
    color: #fff;
    z-index: 1000;
}

.page_header_row {
    width: 95%;
    min-width: 1200px;
    margin: 0 2.5%;
}

.page_header_row .title {
    float: left;
    margin-top: 49px;
    width: 300px;
}

.page_header_row .title img {
    float: left;
}

.page_header_row .title span {
    float: left;
    margin: 18px 0 0 10px;
    font-size: 22px;
    font-weight: normal;
    display: block;
}

.page_header_row .opt {
    float: right;
    margin-top: 50px;
}

.page_header_row .opt .btn {
    width: 136px;
    height: 49px;
    padding-top: 12px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 18px;
    border: solid 1px #fff;
    border-radius: 8px;
    float: right;
    margin-left: 17px;
}

.page_header_row .opt .btn.blue {
    border-color: #0070D2;
    background: #0070D2;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) inset;
}

.page_header_row .opt .btn1 {
    float: right;
    line-height: 49px;
    color: #fff;
}

.page_header_row .opt .hr {
    width: 1px;
    height: 37px;
    float: right;
    background: #fff;
    display: block;
    margin: 7px 10px 0 27px;
}

.page_header_row .search {
    width: 371px;
    height: 58px;
    border-radius: 8px;
    background: #fff;
    float: right;
    margin: 48px 30px 0 20px;
}

.page_header_row .search img {
    float: left;
    margin: 20px 0 0 11px;
}

.page_header_row .search input {
    float: left;
    width: 310px;
    height: 35px;
    margin: 11px 10px;
    border: none;
    background: #fff;
    outline: none;
    font-size: 18px;
    color: #ABA9A9;
}

.page_header_row .side-nav {
    display: none;
}

.top_menu_phone {
    display: none;
}

.page-body {
    width: 100%;
    min-height: 600px;
    display: block;
    background: url(../img/bg.png) center top no-repeat;
    margin-top: -80px;
    float: left;
}

.page-search {
    display: none
}

.page-body .row {
    max-width: 1088px;
    width: 100%;
    margin: 0 auto;
}

.page-body .row h1 {
    width: 100%;
    float: left;
    margin-top: 244px;
    text-align: center;
    font-size: 48px;
    color: #3D464D;
    font-family: 'Helvetica Neue', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Microsoft Yahei', sans-serif;
}

.page-body .row .from-wrap {
    width: 100%;
    float: left;
    height: auto;
    border: solid 1px #C9C9C9;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 68px 73px;
    margin-top: 150px;
}

.page-body .row .from-wrap span {
    float: left;
    width: 100%;
    font-size: 20px;
}

.page-body .row .from-wrap small {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #5D5D5D;
    padding-top: 10px;
}

.page-body .row .from-wrap label {
    width: 100%;
    float: left;
    margin-bottom: 59px;
    font-weight: normal;
}

.page-body .row .from-wrap textarea {
    width: 100%;
    height: 178px;
    border: solid 1px #C9C9C9;
    background: #fff;
    float: left;
    margin-top: 10px;
    border-radius: 8px;
    font-size: 20px;
    padding: 20px;
    outline: none;
}

.page-body .row .from-wrap .text {
    width: 100%;
    height: 58px;
    border: solid 1px #C9C9C9;
    background: #fff;
    float: left;
    margin-top: 10px;
    border-radius: 8px;
    font-size: 20px;
    padding: 0 10px;
    line-height: 58px;
    outline: none;
}

.page-body .row .from-wrap .button {
    width: 140px;
    height: 42px;
    background: #0070d2;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    border: none;
    outline: none;
    float: left;
    margin-top: 10px;
}

.page-body .row .from-wrap .file {
    width: 140px;
    height: 42px;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 10;
    font-size: 0;
    cursor: pointer;
    opacity: 0.01;
    filter: alpha(opacity=1); /* IE 8 */
}

.page-body .row .from-wrap #result {
    width: 100%;
    display: block;
    float: left;
    margin-top: -30px;
    margin-bottom: 20px;
}

.page-body .row .from-wrap #result span {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0;
    border: solid 1px #eee;
    border-radius: 8px;
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
    color: #777;
}

.page-body .row .from-wrap #result span i {
    margin-left: 10px;
    width: 60%;
    display: block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-body .row .from-wrap #result span img {
    width: 30px;
    float: right;
    margin-top: 5px;
    margin-right: 10px;
}

.page-body .row .submit-btn {
    width: 20%;
    float: left;
    height: 42px;
    border-radius: 5px;
    background: #0070D2;
    color: #fff;
    text-align: center;
    line-height: 42px;
    display: block;
    margin: 69px auto 150px 40%;
    border: none;
    outline: none;
}

.page_footer {
    width: 100%;
    height: 124px;
    float: left;
    border-top: solid 1px #C9C9C9;
    bottom: 0;
    z-index: 10;
    background: #fff;
}

.page_footer .page_footer_row {
    width: 90%;
    margin: 0 5%;
}

.page_footer .page_footer_row .logo {
    float: left;
    margin-top: 30px;
    width: auto;
    height: 3rem;
}

.page_footer .page_footer_row .copyright {
    float: right;
    margin-top: 50px;
    color: #888;
}

.page_footer .page_footer_row .copyright a {
    color: #3D464D;
    padding: 0 10px;
    border-right: solid 1px #C9C9C9;
}

.clear {
    clear: both;
}

.contact-view {
    width: 630px;
    height: auto;
    margin: 0 auto;
}

.contact-view .title {
    float: left;
    margin-top: 80px;
}

.contact-view .title * {
    float: left;
}

.contact-view .title span {
    margin: 80px 0 0 10px;
    font-size: 18px;
    color: #3D464D;
}

.contact-view .title span.pc {
    display: block;
    width: 350px;
}

.contact-view .title span.mobile {
    display: none;
}

.contact-view .box {
    width: 100%;
    float: left;
}

.contact-view .box .s-title {
    width: 100%;
    float: left;
    margin: 30px auto 5px auto;
    font-size: 24px;
    line-height: 56px;
    color: #3D464D;
}

.contact-view .box .s-title * {
    display: inline-block;
    vertical-align: middle;
}

.contact-view .box .s-title b {
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 100%;
    border: solid 1px #3B99FC;
    font-size: 26px;
    color: #3B99FC;
    margin-right: 21px;
}

.contact-view .box .s-title span {
    font-size: 16px;
    float: right;
}

.contact-view .box .content {
    width: 570px;
    float: left;
    margin-left: 75px;
}

.contact-view .box .content label {
    display: block;
    width: 100%;
    height: auto;
    float: left;
    margin-top: 33px;
    color: #3D464D;
    font-weight: normal;
}

.contact-view .box .content label .text {
    width: 100%;
    height: 56px;
    margin-top: 16px;
    border: solid 1px #ccc;
    border-radius: 8px;
    padding: 0 10px;
    line-height: 56px;
    font-size: 24px;
    outline: none;
}

.contact-view .box .content .l-border {
    display: block;
    border: solid 1px #ccc;
    border-radius: 8px;
    padding: 20px;
    overflow: auto;
    margin-top: 15px;
}

.contact-view .box .content .l-border label {
    margin-top: 26px;
    line-height: 26px;
}

.contact-view .box .content .l-border label * {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #3D464D;
    padding-top: 3px;
}

.contact-view .box .content label .check {
    width: 27px;
    height: 27px;
    border: solid 1px #ccc;
    border-radius: 6px;
    outline: none;
    cursor: pointer;
    font-size: 0;
}

.contact-view .box .content label input[type=checkbox]:checked {
    background: #3B99FC;
}

.contact-view .box .content label .other {
    border: none;
    border-bottom: solid 1px #ccc;
    outline: none;
}

.contact-view .box .content .icon-time {
    position: absolute;
    top: 33px;
    left: 15px;
}

.contact-view .box .content .submit-btn {
    width: 100%;
    height: 55px;
    border-radius: 8px;
    background: #3B99FC;
    color: #fff;
    text-align: center;
    line-height: 55px;
    margin-left: 0;
}

.contact-view .box .content.time {
    margin-top: -35px;
    margin-bottom: 15px;
}

.contact-view .box .content.wrap {
    margin-top: 20px;
}

.datetimepicker {
    margin-top: 100px;
}

.FAQ-view-content{
    width: 95%;
    margin: 80px 2.5% 50px;
    float: left;
    font-size: 26px;
    color: #3C4858;
}

.FAQ-view-content a{
    text-decoration: none;
}

.FAQ-view-content .detail{
    width: 100%;
    height: auto;
    margin-top: 60px;
}

.FAQ-view-content .detail div{
    width: 32%;
    float: left;
    line-height: 40px;
    margin-right: 5%;
    padding-right: 30px;
}

.FAQ-view-content .detail div.last{
    width: 26%;
    margin-right: 0;
}

.FAQ-view-content .detail div b{
    color: #1080EB;
    font-size: 20px;
    font-weight: normal;
    display: block;
}
.FAQ-view-content .detail div a{
    color: #3D464D;
    font-size: 18px;
    display: block;
}


.page-body .brand{
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 20px;
    margin-top: 20px;
}

.page-body .brand a{
    text-decoration: none;
    color: #3D464D;
}

.page-body .brand *{
    margin-right:16px ;
}

.page-body .brand .gray{
    padding: 10px 22px 8px;
    background: #F9FAFC;
    border-radius: 8px;
}

.FAQ-view-content .article{
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    color: #353535;
    margin-top: 40px;
    line-height: 36px;
    text-align: left;
}

.FAQ-view-content .article .title{
    width: 100%;
    color: #353535;
    font-size: 20px;
}

.FAQ-view-content .article .title::before {
    display: block;
    content: " ";
    margin-top: -147px !important;
    padding-bottom: 147px;
}


.video-view-content{
    width: 90%;
    margin: 80px 5% 50px;
    float: left;
    font-size: 26px;
    color: #3C4858;
}

.video-view-content .list{
    width: 100%;
    float: left;
    margin-top: 30px;
}

.video-view-content .list a{
    width: 45%;
    float: left;
    margin-top: 20px;
    margin-right: 5%;
    height: 54px;
    line-height: 54px;
    border: solid 1px #D3DCE6;
    font-size: 18px;
    color: #3D464D;
    text-align: left;
    padding: 0 25px;
    display: block;
    text-decoration: none;
    border-radius: 8px;
}

.video-view-content .list a i{
    float: right;
}

.video-view-content .content{
    width: 100%;
    float: left;
    margin-top: 30px;
}

.video-view-content .content a{
    font-size: 16px;
    color: #3D464D;
    position: relative;
    padding-left: 20px;
    text-decoration: none;
    margin-top: 21px;

}

.video-view-content .content a:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #D8D8D8;
    border-radius: 50%;
    top: 6px;
    left: 0;
}

.video-view-content .article{
    width: 100%;
    float: left;
    margin-top: 30px;
    font-size: 20px;
    color: #3D464D;
    line-height: 32px;
    text-align: center;
}

.video-view-content .article .pre-view{
    position: relative;
    text-align: center;
    margin-bottom: 65px;
}

.pre-view img {
    border-radius: 15px;
}

.video-view-content .article .pre-view a{
    position: absolute;
    width: 62px;
    height: 62px;
    top: 50%;
    left: 50%;
    margin-left: -31px;
    margin-top: -31px;
}

.video-view-content .article .pre-view .play{
    /*position: absolute;*/
    width: 62px;
    height: 62px;
    /*top: 25%;
    left: 50%;
    margin-left: -31px;*/
}

.admin-view-content{
    width: 90%;
    margin: 80px 5% 50px;
    float: left;
    font-size: 26px;
    color: #3C4858;
}

.admin-view-content .content{
    width: 100%;
    float: left;
    margin-top: 70px;
}

.admin-view-content .a-nav{
    width: 25%;
    float: left;
}
.admin-view-content .a-nav li{
    width: 100%;
    min-height: 70px;
    line-height: 70px;
    float: left;
    border-bottom:solid 1px #979797;
    font-size: 20px;
    padding-left: 15px;
    max-height: 70px;
}


.admin-view-content .a-nav .a{
    font-size: 20px;
    color: #3D464D;
    text-decoration: none;
}
.admin-view-content .a-nav li i{
    float: right;
    color: #3D464D;
    padding-right: 15px;
}

.admin-view-content .a-nav li.on{
    border-bottom:solid 1px #1080EB;
    font-size: 20px;
    color: #1080EB;
}
.admin-view-content .a-nav .c-nav{
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.admin-view-content .a-nav .c-nav.active{
    visibility: visible;
    max-height: 100px;
    padding-bottom: 20px;
    border-bottom: 1px solid #979797;
}

.admin-view-content .a-nav .a{
    color: #3E454B;
}
.admin-view-content .a-nav li.on a{
    color: #3E454B;
}
.admin-view-content .a-nav li.on a.on_active{
    color: #1080EB;
}
.admin-view-content .a-nav li.on i{
    margin-top:6px;
    color: #1080EB;
}
.a-nav>li{
    cursor:pointer;
}

.admin-view-content .a-nav .c-nav{
    padding-left: 15px;
}
.admin-view-content .a-nav .c-nav a{
    display: block;
    width: 100%;
    float: left;
    font-size: 14px;
    margin-top: 15px;
    font-size: 20px;
    color: #3E454B;
}
.admin-view-content .a-nav .c-nav a.on_active{
    color: #1080EB;
}

.admin-view-content .article{
    float: right;
    width: 65%;
    color: #3D464D;
    font-size: 16px;
    line-height: 32px;
}

.admin-view-content .article b{
    font-size: 20px;
    color: #3D464D;
    line-height: 48px;
    font-weight: 400;
}


@media screen and (min-width: 669px) and (max-width: 930px) {
    .page_header_row .search {
        width: 25%;
    }
    .page_header_row .search input{
        width: 70%;
    }
}

@media screen and (min-width: 669px) and (max-width: 1280px) {
    .page_header {
        background: rgba(16, 128, 235, 0.85);
    }

    .page_header_row {
        width: 95%;
        min-width: 669px;
        margin-left: 5%;
    }

    .page_header_row .opt {
        display: none;
    }

    .page_header_row .search {
        display: block;
        float: right;
    }

    .page_header_row .side-nav {
        display: block;
        float: right;
        width: 147px;
        height: 147px;
        text-align: center;
    }

    .page_header_row .side-nav img {
        margin-top: 30px;
    }

    .top_menu_phone {
        display: none;
        width: 100%;
        position: fixed;
        left: 0;
        top: 147px;
        background: #F9FAFC;
        z-index: 999;
        padding-bottom: 50px;
        box-shadow: 1px 1px 5px #ccc;
    }

    .top_menu_phone ul {
        width: 90%;
        margin: 0 auto;
    }

    .top_menu_phone ul li {
        border-bottom: 1px solid #DCE0E9;
        padding: 1rem 3% 1rem 1%;
    }

    .top_menu_phone ul li a {
        color: #8E8E8E;
        display: block;
    }

    .top_menu_phone ul li img {
        float: right;
        height: 1.2rem;
    }

    .top_menu_phone ul > li:last-child {
        border-bottom: none;
    }

    .top_menu_phone ul > li:last-child a {
        display: inline-block;
    }

    .top_menu_phone ul li i {
        color: #ADAEAE;
    }

    .top_menu_phone .btn {
        display: block;
        width: 90%;
        height: 60px;
        line-height: 45px;
        font-size: 18px;
        border-radius: 8px;
        border: solid 1px #ccc;
        float: left;
        margin: 10px 5%;
        text-align: center;
    }

    .top_menu_phone .btn.on {
        background: #0070d2;
        border-color: #0070d2;
        color: #fff;
    }
}

@media screen and (min-width: 320px) and (max-width: 668px) {
    body, html {
        font-size: 16px;
    }

    .page_header {
        height: 60px !important;
        background: rgba(16, 128, 235, 0.85);
    }

    .page_header_row {
        width: 95%;
        min-width: auto;
        margin-left: 5%;
    }

    .page_header_row .opt, .page_header_row .search {
        display: none;
    }

    .page_header_row .title {
        margin-top: 20px;
    }

    .page_header_row .title span {
        font-size: 16px;
        margin-top: 0;
    }

    .page_header_row .title img {
        width: 15px !important;
        height: 15px;
        margin-top: 4px;
    }

    .page_header_row .side-nav {
        display: block;
        float: right;
        width: 60px;
        height: 60px;
        text-align: center;
        /*margin-right: 5%;*/
    }

    .page_header_row .title {
        width: auto;
    }

    .page_header_row .side-nav img {
        width: 60%;
        margin-top: 0.9rem!important;
    }

    .top_menu_phone {
        display: none;
        width: 100%;
        position: fixed;
        left: 0;
        top: 50px;
        background: #F9FAFC;
        z-index: 999;
        padding-bottom: 30px;
        box-shadow: 1px 1px 5px #ccc;
    }

    .top_menu_phone ul {
        width: 90%;
        margin: 0 auto;
    }

    .top_menu_phone ul li {
        border-bottom: 1px solid #DCE0E9;
        padding: 1rem 3% 1rem 1%;
    }

    .top_menu_phone ul li a {
        color: #16325c;
        display: block;
        font-size: 16px;
    }
    .top_menu_phone ul li img {
        float: right;
        height: 1.2rem;
    }

    .top_menu_phone ul > li:last-child {
        border-bottom: none;
    }

    .top_menu_phone ul > li:last-child a {
        display: inline-block;
    }
    .top_menu_phone ul > li:first-child a {
        color: #8492A6;
    }

    .top_menu_phone ul li i {
        color: #ADAEAE;
    }

    .top_menu_phone .btn {
        display: block;
        width: 90%;
        height: 45px;
        line-height: 30px;
        font-size: 16px;
        border-radius: 8px;
        border: solid 1px #979797;
        float: left;
        margin: 10px 5%;
    }

    .top_menu_phone .btn.on {
        background: #0070d2;
        border-color: #0070d2;
        color: #fff;
    }

    .page-body {
        min-width: 140px;
        background: url(../img/bg.png) center top no-repeat;
        background-size: 960px;
    }

    .page-body .row {
        width: 100%;
        margin: 0 auto;
    }

    .page-search {
        display: block;
        position: relative;
        width: 70%;
        height: 35px;
        border: solid 1px #CFD5DA;
        background: #fff;
        line-height: 35px;
        padding: 0 10px;
        margin: 70px 15% 30px;
        border-radius: 5px;
    }

    .page-search img {
        position: absolute;
        top: 8px;
        left: 8px;
    }

    .page-search .s-input {
        border: none;
        width: 85%;
        display: block;
        margin: 7px 0 0 27px;
        outline: none;
        font-size: 14px;
        height: 22px;

    }

    .page-body .row h1 {
        width: 100%;
        float: left;
        margin-top: 5px;
        text-align: center;
        font-size: 24px;
        color: #3D464D;
    }

    .contact-view {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .contact-view .title {
        width: 100%;
        margin-top: 30px;
    }

    .contact-view .title img {
        width: 75px;
        margin-left: 5%;
        float: left;
    }

    .contact-view .title span {
        width: 65%;
        float: left;
        font-size: 14px;
        display: block;
        margin-top: 30px;
    }

    .contact-view .title span i {
        display: none;
    }

    .contact-view .box .s-title {
        width: 90%;
        margin-left: 5%;
        font-size: 18px;
    }

    .contact-view .box .s-title span {
        font-size: 14px;
        float: right;
    }

    .contact-view .box .s-title b {
        display: none;
    }

    .contact-view .box .content {
        width: 90%;
        margin-left: 5%;
        margin-top: -10px;
    }

    .contact-view .box .content label {
        margin-top: 20px;
    }

    .contact-view .box .content label .text {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        border-radius: 5px;
        margin-top: 5px;
    }

    .contact-view .box .content.wrap {
        margin-top: 10px
    }

    .contact-view .box .content .l-border label * {
        font-size: 15px;
    }

    .contact-view .box .content .l-border label i {
        margin-top: 3px;
        margin-left: 3px;
    }

    .contact-view .box .content label .check {
        width: 24px;
        height: 24px;
        border: solid 1px #ccc;
        border-radius: 4px;
        outline: none;
    }

    .page-body .row .submit-btn {
        margin-bottom: 100px;
    }

    .page_footer .page_footer_row .logo {
        float: left;
        width: 80px;
    }

    .page_footer .page_footer_row .copyright {
        float: left;
        width: 100%;
        margin: 20px 0;
    }

    .page_footer .page_footer_row .copyright a {
        border-right: none;
    }

    .page_footer .page_footer_row .copyright i {
        float: right;
    }

    .page-body .row .from-wrap {
        width: 90%;
        margin-left: 5%;
        padding: 0;
        border: none;
        margin-top: 50px;
    }

    .page-body .row .from-wrap span {
        font-size: 15px;
    }

    .page-body .row .from-wrap small {
        font-size: 13px;
    }

    .page-body .row .from-wrap .text {
        height: 40px;
        line-height: 40px;
    }
    
    .page-body .row .from-wrap .file , .page-body .row .from-wrap .button{
        font-size: 16px;
    }

    .page-body .row .submit-btn {
        width: 90%;
        height: 42px;
        border-radius: 5px;
        margin-left: 5%;
        background: #0070D2;
        color: #fff;
        text-align: center;
        line-height: 42px;
        display: block;
    }

    .contact-view .title span.pc {
        display: none;
    }

    .contact-view .title span.mobile {
        display: block;
    }

    .page-body .row .from-wrap #result {
        margin-top: -30px;

    }

    .page-body .row .from-wrap #result i {
        font-size: 14px;
    }

    .contact-view .box .content .icon-time {
        position: absolute;
        top: 12px;
        left: 12px;
    }


    .FAQ-view-content .detail{
        margin-top: 20px;
    }
    .FAQ-view-content .detail div{
        width: 100%;
        padding-right: 0;
    }

    .page-body .brand{
        text-align: left!important;
        margin-top: 0;
        margin-left: 0;
        font-size: 15px;
    }

    .page-body .brand *{
        margin-right:5px
    }

    .page-body .brand .gray{
        padding: 6px 13px 5px;
    }
    .FAQ-view-content .article .title{
        padding-bottom: 10px;
    }
    .FAQ-view-content .article{
        line-height: 24px;
    }

    .video-view-content{
        margin-bottom: 110px;
    }

    .video-view-content .list a{
        width: 100%;
        margin-right: 0;
    }


    .video-view-content .article .pre-view{
        margin-bottom: 35px;
    }

    .video-view-content .article{
        font-size: 15px;
        line-height: 26px;
    }

    .admin-view-content .content{
        margin-top: 20px;
    }

    .admin-view-content .a-nav{
        display: none;

    }
    .admin-view-content .article{
        width: 100%;
    }
}




/*toadmin edit Begin*/
@media(max-width:668px){
    .m_img_center{
        display: block;
        margin: 10px auto 5px !important;
    }
    .FAQ-view-content {
        width: 90%;
        margin: 80px 5% 50px;
    }
    video{
        width: 96%!important;
        height: auto!important;
        position: fixed!important;
        left: 2%!important;
        /*top: -400px!important;*/
        margin-left: 0%!important;
        z-index: 99999!important;
    }
    .video-view-content .article{
        width: 100%;
    }

}
.footerPosition{
    padding-bottom:124px;
}
.footerPosition:after {
    content: "";
    display: block;
    clear: both;
}
/*toadmin edit End*/


/* bookmark padding */


@media screen and (max-width: 1280px) {
    .article .title::before {
        display: block;
        content: " ";
        margin-top: -60px !important;
        padding-bottom: 60px;
    }
}

#usage::before {
    display: block;
    content: " ";
    margin-top: -47px !important;
    padding-bottom: 47px;
}


/* 替换所有内联style */
.form_datetime {
    position: relative;
}

.contact-first-label {
    margin-top: 5px;
}

.article_img_center {
    margin-right: 20px;
}