html, body, div, h1, h2, h3, h4, h5, h6, form, ul, ol, li, dl, dt, dd, span, p, img {
    border: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    font-style: normal;
    text-decoration: none;
    border: none;
    color: #333;
    box-sizing: border-box;
    /*font-weight: lighter;*/
    font-size: 14px;

    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

html, body {
    width: 100%;
    background: #FFF;
    /*background-color: #FBFBFB;*/
    letter-spacing: 0;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img, a img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

ol, ul, li {
    list-style: none;
}

a, a:link, a:active, a:visited {
    color: #333;
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #333;
}
.clearboth{
    clear: both;
}


.main-center-layer{
    width: 1200px;
    margin: 0 auto;
}

.current-layer{
    padding: 15px 0;
    background:rgba(239,239,239,1);
    min-width: 1200px;
}
.current-layer span{
    font-size: 12px;
    padding: 0 5px;
    color: #999999;
}

.head-nav-layer{
    background-color: #FFF;
}
.head-nav-layer.page{
    /*box-shadow: 0 2px 6px 2px rgba(0,0,0, .1);*/
    border-bottom: 1px solid #DBDBDB;
}
.nav-content{
    height: 100px;
    min-width: 1200px;
}
.nav-content .logo{
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 290px;
    height: 70px;
    float: left;
    margin-top: 15px;
}
.nav-content section{
    float: right;
}
.nav-content section a{
    width: 160px;
    height: 100px;
    display: block;
    text-align: center;
    color: #333333;
    float: left;
    line-height: 100px;
    font-weight: bold;
    position: relative;
}
.nav-content section a .name i{
    font-size: 6px;
}
.nav-content section a.current,
.nav-content section a.current .name,
.nav-content section a:hover,
.nav-content section a:hover .name{
    color: #FFF;
    background-color: #D2222A;
}
.nav-content section a:hover .name i{
    transform: rotate(180deg);
}

.nav-content section a .drop-list{
    position: absolute;
    z-index: 100;
    width: 160px;
    display: none;
    top: 100px;
    left: 0;
    box-shadow: 0 2px 6px 2px rgba(0,0,0, .1);
    background-color: #FFF;
}
.nav-content section a .drop-list div{
    height: 40px;
    line-height: 40px;
    width: 160px;
    cursor: pointer;
    white-space: nowrap;
}
.nav-content section a .drop-list div:hover{
    background-color: #FDF2F3;
}



.head{
    text-align: center;
    margin-bottom: 20px;
}
.head.page{
    margin: 40px 0;
}
.head .english-name{
    font-size: 34px;
    color: #F3F3F3;
    font-weight: bold;
}
.head .name{
    margin-top: -20px;
    font-weight: bold;
    font-size: 24px;
}
.head .name.red{
    color: #E72D34;
}

.footer{
    background-color: #AE1E25;
    display: table;
    width: 100%;
    padding: 50px 0;
}
.footer .footer-content{
    min-width: 1200px;
}
.footer .logo{
    float: left;
    width: 170px;
    height: 170px;
    display: block;
    margin-top: -20px;
    background-image: url('../images/footer-logo.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.footer .info{
    float: left;
    padding-left: 200px;
}
.footer .info .slogan{
    background-image: url('../images/footer-slogan.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    height: 40px;
    width: 100%;
}
.footer .info .contact{
    padding-top: 40px;
}
.footer .info .contact div{
    color: #FFF;
    line-height: 30px;
}
.footer .info .contact div span{
    margin-right: 20px;
    color: #FFF;
}
.footer .qrcode-layer{
    float: right;
    text-align: center;
    width: 140px;
}
.footer .qrcode-layer img{
    width: 140px;
}
.footer .qrcode-layer .wechat{
    color: #FFF;
    font-size: 12px;
}

.copyright{
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #FFF;
}

.more-btn{
    cursor: pointer;
    width:110px;
    height:35px;
    line-height: 35px;
    color: #FFF;
    text-align: center;
    background:linear-gradient(135deg,rgba(230,115,116,1) 0%,rgba(201,63,64,1) 100%);
}


.back-top{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    box-shadow: 0 0 5px 1px rgba(0,0,0, .1);
    background-color: #FFF;
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10000;
    display: table;
    opacity: 0;
}
.back-top a{
    display: table-cell;
    vertical-align: middle;
    color: #E72D34;
    font-size: 16px;
    text-align: center;
}

.page-loading-layer{
    background-image: url('../images/page-loading.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 60px;
    width: 100%;
    display: none;
}


/******编辑器*******/
.ql-editor p{
    line-height: 30px;
}
.ql-editor .ql-video{
    margin: 0 auto;
}
/*编辑器内容用*/
.ql-font-Arial {
    font-family: "Arial";
}
.ql-font-宋体 {
    font-family: "宋体";
}
.ql-font-黑体 {
    font-family: "黑体";
}
.ql-font-微软雅黑 {
    font-family: "微软雅黑";
}
.ql-size-12px {
    font-size: 12px;
}
.ql-size-14px {
    font-size: 14px;
}
.ql-size-16px {
    font-size: 16px;
}
.ql-size-18px {
    font-size: 18px;
}
.ql-size-20px {
    font-size: 20px;
}
.ql-size-26px {
    font-size: 26px;
}
.ql-size-32px {
    font-size: 32px;
}

