﻿@charset "UTF-8";
html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
}

[v-cloak] {
    visibility: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

button {
    border: none;
    background-color: transparent;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
}

a {
    text-decoration: none !important;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

button {
    outline: none;
}

input,
textarea {
    outline: none;
}
.disc{width:600px; margin:0 auto; color:#fff; font-size:18px; margin-bottom:20px; }
.disc p{height:64px;line-height:32px;}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

html {
    height: 100%;
}

html body {
    height: 100%;
    min-width: 1200px;
}

html body .content-box {
    height: 100%;
}

html body * {
    font-family: '微软雅黑';
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.main-header {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    min-width: 1200px;
}

.main-header .wapper {
    height: 60px;
    padding-left: 16px;
    padding-right: 16px;
    transition: height .25s ease;
    min-width: 1200px;
}

@media(min-width:1200px) {
    .main-header .wapper {
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (min-width:1200px) and (min-width:768px) {
    .main-header .wapper {
        width: 750px;
    }
}

@media screen and (min-width:1200px) and (min-width:992px) {
    .main-header .wapper {
        width: 750px;
    }
}

@media screen and (min-width:1200px) and (min-width:1200px) {
    .main-header .wapper {
        width: 1170px;
    }
}

.main-header .wapper .logo {
    float: left;
    display: flex;
    height: 100%;
    align-items: center;
    transition: width .25s ease;
    overflow: hidden;
}

.main-header .wapper .logo a {
    width: 180px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: width .25s ease, height .25s ease;
}

.main-header .wapper .logo a.logo-dark {
    display: block;
}

.main-header .wapper .logo a.logo-light {
    display: none;
}

.main-header .wapper .lang-toggle {
    display: flex;
    align-items: center;
    float: right;
    height: 100%;
    margin-left: 7px;
    margin-right: 7px;
}

.main-header .wapper .lang-toggle a {
    font-size: 14px;
    position: relative;
    padding-top: 7px;
    padding-bottom: 6px;
    border: 1px solid #fff;
    padding-left: 10px;
    padding-right: 10px;
    color: rgba(0, 137, 225, .8);
}

.main-header .wapper .lang-toggle a:hover {
    color: #fff;
}

.main-header .wapper .lang-toggle a::before {
    display: none;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #fff;
}

@media(min-width:992px) {
    .main-header .wapper .lang-toggle a {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 13px;
        padding-right: 12px;
        border: none;
    }
    .main-header .wapper .lang-toggle a::before {
        display: inline;
    }
}

@media(min-width:1200px) {
    .main-header .wapper .lang-toggle a {
        font-size: 16px;
    }
}

.main-header .wapper .primary-nav {
    display: block;
    float: right;
    height: 100%;
}

.main-header .wapper .primary-nav .primary-list {
    float: right;
    height: 100%;
    margin-left: -7px;
    margin-right: -7px;
}

.main-header .wapper .primary-nav .primary-list .primary-item {
    float: left;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin-left: 7px;
    margin-right: 7px;
    transition: margin-left .35s ease, margin-right .35s ease;
    will-change: margin-left, margin-right;
}

.main-header .wapper .primary-nav .primary-list .primary-item a {
    position: relative;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    color: #0089e1;
}

.main-header .wapper .primary-nav .primary-list .primary-item.active a {
    font-weight: bold;
}

.main-header .wapper .primary-nav .primary-list .primary-item.active a::after {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% + 8px + 8px);
    height: 2px;
    width: 100%;
    background: #0089e1;
}

@media(max-width:1419px) {
    .main-header .wapper {
        height: 90px;
    }
    .main-header .wapper .logo {
        width: 360px;
    }
    .main-header .wapper .logo a {
        width: 360px;
        height: 52px;
    }
    .main-header .wapper .search-name {
        font-size: 30px;
    }
}

@media(min-width:1200px) {
    .main-header .wapper {
        height: 120px;
    }
    .main-header .wapper .logo {
        width: 387px;
    }
    .main-header .wapper .logo a {
        width: 387px;
        height: 66px;
    }
    .main-header .wapper .search-name {
        font-size: 40px;
    }
}

.main-header.text-white .wapper .logo a.logo-dark {
    display: none;
}

.main-header.text-white .wapper .logo a.logo-light {
    display: block;
}

.main-header.text-white .wapper .lang-toggle a {
    color: #fff;
}

.main-header.text-white .wapper .lang-toggle a::before {
    background: #fff;
}

.main-header.text-white .wapper .primary-nav .primary-list .primary-item a {
    color: #fff;
}

.main-header.text-white .wapper .primary-nav .primary-list .primary-item.active a::after {
    background: #fff;
}

.main-header.text-white .wapper .floating-nav button {
    border-color: #fff;
    color: #fff;
}

.main-header.colored {
    background: #fff;
}

.main-header.colored .primary-nav .primary-list .primary-item a {
    color: #606060;
}

.main-header.colored.raised {
    box-shadow: rgba(0, 0, 0, .42) 10px 0 25px;
}

.main-header.colored.raised .wapper {
    height: 90px;
}

.main-header.colored.raised .wapper .logo {
    width: 360px;
}

.main-header.colored.raised .wapper .logo a {
    width: 360px;
    height: 52px;
}

.main-header.colored.raised .wapper .search-name {
    font-size: 32px;
    cursor: pointer;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.foot-box {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.foot-box .foot-butt {
    width: 90px;
    height: 35px;
    background: url(../images/foot-butt.png) no-repeat;
    margin: 0 auto;
    cursor: pointer;
}

.foot-box .foot {
    height: 120px;
    padding: 15px 0 0 0;
    background: #05174f;
    display: none;
}

.foot-box .foot .links-main {
    width: 1000px;
    margin: 0 auto;
}

.foot-box .foot .links-main .links-com,
.foot-box .foot .links-main .links-box .links-list {
    width: 100%;
    background: #fff;
    position: relative;
}

.foot-box .foot .links-main .links-com .name,
.foot-box .foot .links-main .links-box .links-list .name {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    background: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.foot-box .foot .links-main .links-com .name::after,
.foot-box .foot .links-main .links-box .links-list .name::after {
    content: '';
    position: absolute;
    top: 12px;
    right: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #666;
    transform: rotate(90deg);
    transition: transform .05s ease;
    will-change: transform;
}

.foot-box .foot .links-main .links-com .popout,
.foot-box .foot .links-main .links-box .links-list .popout {
    display: none;
    position: absolute;
    bottom: 30px;
    padding: 8px 0;
    width: 100%;
    background: #fff;
    cursor: pointer;
}

.foot-box .foot .links-main .links-com .popout ul li,
.foot-box .foot .links-main .links-box .links-list .popout ul li {
    padding: 0 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.foot-box .foot .links-main .links-com .popout ul li a,
.foot-box .foot .links-main .links-box .links-list .popout ul li a {
    display: block;
    color: #666;
    font-size: 14px;
    line-height: 30px;
}

.foot-box .foot .links-main .links-com .popout ul li:hover,
.foot-box .foot .links-main .links-box .links-list .popout ul li:hover {
    background: #e3e3e3;
}

.foot-box .foot .links-main .links-com.explanding .name,
.foot-box .foot .links-main .links-box .explanding.links-list .name {
    box-shadow: 5px 5px 12px rgba(0, 0, 0, .35);
    z-index: 12;
}

.foot-box .foot .links-main .links-com.explanding .name::after,
.foot-box .foot .links-main .links-box .explanding.links-list .name::after {
    transform: rotate(0deg);
}

.foot-box .foot .links-main .links-com.explanding .popout,
.foot-box .foot .links-main .links-box .explanding.links-list .popout {
    display: block;
    box-shadow: 0 0 12px rgba(0, 0, 0, .35);
    z-index: 10;
}

.foot-box .foot .links-main .links-box {
    width: 100%;
    height: 24px;
}

.foot-box .foot .links-main .links-box .title {
    float: left;
    color: #aac8f5;
    margin-right: 40px;
    line-height: 24px;
}

.foot-box .foot .links-main .links-box .links-list {
    width: 145px;
    height: 24px;
    float: left;
    margin-right: 50px;
}

.foot-box .foot .links-main .copyright {
    width: 731px;
    text-align: center;
    margin: 10px 0 0 0;
    position: relative;
}

.foot-box .foot .links-main .copyright p span {
    margin: 0 10px;
    color: #8ab3e5;
    font: normal 12px/20px 微软雅黑, Arial;
}

.foot-box .foot .links-main .copyright .pic {
    position: absolute;
    left: 100%;
    top: 0;
}

.foot-box .foot .links-main .copyright .pic img {
    width: 45px;
    height: 45px;
    margin-left: -80px;
}

.page-sub .foot-box {
    position: fixed;
}

.page-search .foot-box {
    position: fixed;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/*.content-box {
    background: url(../images/9.jpg) no-repeat center;
}*/

.content-box #dowebok {
    height: 100%;
}

.content-box .main-box {
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 11%;
}

.content-box .section-com {
    height: 1000px;
    color: #fff;
    text-align: center;
}

.content-box .section-title {
    height: 48px;
    font: normal 30px/48px 微软雅黑, Arial;
    color: #1d73c0;
    text-align: center;
    background: url(../images/column.png) no-repeat center;
}

.content-box .section-title span {
    width: 155px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content-box .section-title-white {
    color: #fff;
    background: url(../images/column-white.png) no-repeat center;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.language-box {
    position: fixed;
    top: 0;
    float: left;
    z-index: 200;
    padding-left: 100px;
}

.content-box .menu-box {
    padding: 0;
    position: fixed;
    right: 60px;
    top: 13%;
    z-index: 70;
}

.content-box .menu-box ul {
    list-style-type: none;
    overflow: hidden;
}

.content-box .menu-box ul li {
    margin: 0 0 5px 0;
    position: relative;
}

.content-box .menu-box ul li a {
   
    background: url(../images/1-2.png) no-repeat center;
    color: #fff;
    display: block;
    font: 12px/20px 微软雅黑, Arial;
    height: 72px;
    text-align: center;
    text-decoration: none;
    width: 72px;
}

.content-box .menu-box ul li a .icon {
    width: 100%;
    height: 30px;
    padding-top: 10px;
    color: #fff;
    font-size: 24px;
    text-align: center;
	margin-bottom:3px;
}

.content-box .menu-box ul li a .icon i {
    font-size: 24px;
}

.content-box .menu-box ul li a .name {
    width: 72px;
    height: 20px;
    overflow: hidden;
}

.content-box .menu-box ul li.c0 a {
   
    color: #fff;
}

.content-box .menu-box ul li.c0 a .icon {
    color: #fff;
}

.content-box .menu-box ul li.c0 a {
   
}

.content-box .menu-box ul li.active a {
    background: url(../images/1-1.png) no-repeat center;
    color: #fff;
}

.content-box .menu-box ul li.active a .icon {
    color: #fff;
}

.content-box .menu-box ul li:hover a {
    background: url(../images/1-1.png) no-repeat center;
    color: #fff;
}

.content-box .menu-box ul li:hover a .icon {
    color: #fff;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.interface {
    width: 100%;
    padding-top: 80px;
    margin: 0 auto;
}

@media(min-width:768px) {
    .interface {
        width: 540px;
        padding-top: 120px;
    }
}

@media(min-width:992px) {
    .interface {
        width: 612px;
        padding-top: 268px;
    }
}

@media(min-width:1200px) {
    .interface {
        width: 700px;
        padding-top: 300px;
    }
}

.interface .options ul {
    text-align: center;
    margin: 0 auto;
}

.interface .options ul:before,
.interface .options ul:after {
    content: " ";
    display: table;
}

.interface .options ul:after {
    clear: both;
}

@media(min-width:768px) {
    .interface .options ul {
        display: flex;
        justify-content: center;
    }
}

.interface .options ul li {
    float: left;
    width: 100px;
    height: 35px;
    margin-left: 6px;
    margin-right: 6px;
    line-height: 35px;
    background: #a79578;
    color: #fff;
}

.interface .options ul li.active {
    background: #a70001;
}

.interface .options.cloak {
    visibility: hidden;
}

.interface .forms .search-form {
    padding-top: 16px;
}

.interface .forms .search-form:before,
.interface .forms .search-form:after {
    content: " ";
    display: table;
}

.interface .forms .search-form:after {
    clear: both;
}

.interface .forms .search-form input {
    float: left;
    width: calc(100% - 45px);
    height: 38px;
    padding-left: 25px;
    font-size: 14px;
    line-height: 34px;
    color: rgba(0, 0, 0, .87);
    border: 2px solid #d50001;
    border-radius: 18px 0 0 18px;
    border-right: none;
    background: #f1f1f1;
    vertical-align: bottom;
}

.interface .forms .search-form button,
.interface .forms .search-form .button {
    display: inline-block;
    float: left;
    width: 45px;
    height: 38px;
    border: 2px solid #d50001;
    border-left: none;
    border-radius: 0 18px 18px 0;
    background: #f1f1f1;
    vertical-align: bottom;
    text-align: center;
    cursor: pointer;
}

.interface .forms .search-form button::before,
.interface .forms .search-form .button::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: '';
    font-size: 28px;
    line-height: 34px;
    color: #d50001;
}

.interface .forms .search-form button.disabled::before,
.interface .forms .search-form .button.disabled::before {
    color: rgba(213, 0, 1, .35);
}

@media(min-width:768px) {
    .interface .forms .search-form {
        padding-top: 30px;
    }
    .interface .forms .search-form input {
        width: calc(100% - 85px);
        height: 46px;
        line-height: 42px;
        border-radius: 23px 0 0 23px;
    }
    .interface .forms .search-form button,
    .interface .forms .search-form .button {
        width: 85px;
        height: 46px;
        border-radius: 0 23px 23px 0;
    }
    .interface .forms .search-form button::before,
    .interface .forms .search-form .button::before {
        line-height: 42px;
    }
}

.interface .forms .search-form.with-type .search-type {
    float: left;
    width: 86px;
    font-size: 14px;
    line-height: 34px;
    border: 2px solid #d50001;
    border-radius: 18px 0 0 18px;
    background: #f1f1f1;
    text-align: center;
}

.interface .forms .search-form.with-type .search-type span {
    position: relative;
    display: block;
    padding-left: 8px;
    padding-right: 8px;
    cursor: pointer;
}

.interface .forms .search-form.with-type .search-type span::after {
    content: '';
    position: absolute;
    right: 8px;
    top: 14px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #666;
}

.interface .forms .search-form.with-type .search-type .search-type-popout {
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.interface .forms .search-form.with-type .search-type .search-type-popout.active {
    height: auto;
    border-top: 2px solid #d50001;
}

.interface .forms .search-form.with-type .search-type .search-type-popout ul li {
    height: 42px;
    line-height: 42px;
    color: #333;
    cursor: pointer;
}

.interface .forms .search-form.with-type .search-type .search-type-popout ul li:hover {
    background: #ccc;
}

.interface .forms .search-form.with-type input {
    width: calc(100% - 45px - 86px);
    border-left: none;
    border-radius: 0;
    padding-left: 15px;
}

@media(min-width:768px) {
    .interface .forms .search-form.with-type .search-type {
        width: 106px;
        line-height: 42px;
        border-radius: 23px 0 0 23px;
    }
    .interface .forms .search-form.with-type .search-type span::after {
        top: 17px;
    }
    .interface .forms .search-form.with-type input {
        width: calc(100% - 85px - 106px);
    }
}

.interface .forms.cloak {
    visibility: hidden;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/*.section-one {
    background: url(../images/14.jpg) repeat center;
}*/

.section-one .logo {
    width: 381px;
    height: 80px;
    margin: 0 auto 10px;
    margin-top: 60px;
}
.section-one .top{height:80px;}
.section-one .search-box {
    width: 748px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}



.section-one .screen {
    overflow: hidden;
    width: 552px;
    margin: 18px auto 0;
}

.section-one .screen ul {
    overflow: hidden;
}

.section-one .screen ul li {
    overflow: hidden;
    float: left;
    padding: 0 12px 0 0;
}

.section-one .screen ul li span {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    font-size: 0;
    background: url(../images/screen-span.png) no-repeat;
    margin: 8px 5px 0 0;
    cursor: pointer;
}

.section-one .screen ul li .e,
.section-one .screen .section-four .res-con .right-box ul li:hover a,
.section-four .res-con .right-box .section-one .screen ul li:hover a {
    background: url(../images/screen-span-1.png) no-repeat;
}

.section-one .screen ul li label {
    float: left;
    font: normal 16px/26px 微软雅黑, Arial;
    color: #fff;
    cursor: pointer;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.section-two {
    background: url(../images/bg-five.jpg) repeat center;
}
.section-seven {
    background: url(../images/bg-three.jpg) repeat center;
}
.section-two .news-con {
    width: 1000px;
    height: 400px;
    overflow: hidden;
    margin: 22px 0 0 0;
}
.section-three .news-con {
    width: 1000px;
    height: 400px;
    overflow: hidden;
    margin: 22px 0 0 0;
}
.secnav li  {
    display: block;
    height: 40px;
    float: left;
    line-height: 30px;
    font-size: 14px;   
    color: #fff;
    text-align: center;
    
}

.secnav  .active  {
    display: block;
    height: 40px;
    float: left;
    line-height: 30px;
    font-size: 14px;   
    color: #fff;
    text-align: center;
    background: url(../images/icon.png) no-repeat center 30px;
	
	border-bottom:none
}
.secnav a  {
    display: block;
    height: 30px;
    float: left;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 0 15px;
}
.secnav a.current {
    color: #fff;
    background: #1d73c0;
	height: 36px;
	 height: 30px;
	 line-height: 30px;
	
     padding: 0 15px;
}
   
.section-two .news-con .pic-box {
    float: left;
    width: 395px;
    height: 393px;
    padding: 27px 0 0 28px;
    background: url(../images/pic-box.png) no-repeat;
    position: relative;
}

.section-two .news-con .pic-box .pic-content {
    width: 385px;
    height: 365px;
    overflow: hidden;
    background: #808080;
}

.section-two .news-con .news-ri {
    float: right;
    width: 547px;
    height: 388px;
    overflow: hidden;
}

.section-two .news-con .news-ri .tab_box {
    height: 100%;
    padding: 10px;
    padding-top: 0;
}

.section-two .news-con .news-ri .tab_box .tab_title {
    white-space: nowrap;
    overflow: hidden;
    height: 37px;
    box-shadow: 0 -1px 0 #afafaf inset;
}

.section-two .news-con .news-ri .tab_box .tab_title ul {
    overflow: hidden;
    height: 37px;
}

.section-two .news-con .news-ri .tab_box .tab_title ul li {
    float: left;
    font-size: 20px;
    height: 100%;
    line-height: 100%;
    padding-top: 8px;
    text-align: center;
    width: 90px;
    color: #444;
    overflow: hidden;
    margin-right: 15px;
}

.section-two .news-con .news-ri .tab_box .tab_title ul li.active {
    border-bottom: 4px solid #1d73c0;
}

.section-two .news-con .news-ri .tab_box .tab_title ul li:hover {
    border-bottom: 4px solid #1d73c0;
}

.section-two .news-con .news-ri .tab_box .tab_content {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.section-two .news-con .news-ri .tab_box .tab_content .tab_list {
    width: 300%;
    transition: margin-left .25s ease-in-out;
    will-change: margin-left;
}

.section-two .news-con .news-ri .tab_box .tab_content .tab_list ul {
    width: 33.33333%;
    float: left;
}

.section-two .news-con .news-ri .tab_box .tab_content .tab_list ul li {
    width: 100%;
    height: 37px;
    cursor: pointer;
}

.section-two .news-con .news-ri .tab_box .tab_content .tab_list ul li::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: '◆';
    vertical-align: top;
    line-height: 37px;
    font-size: 18px;
    padding-right: 10px;
    float: left;
    color: #ffb432;
}

.section-two .news-con .news-ri .tab_box .tab_content .tab_list ul li .list-content {
    display: block;
    line-height: 37px;
    float: left;
    text-align: left;
    width: 95%;
    font-size: 14px;
    color: #454545;
}

.section-two .news-con .news-ri .tab_box .tab_content .tab_list ul li .list-content:before,
.section-two .news-con .news-ri .tab_box .tab_content .tab_list ul li .list-content:after {
    content: " ";
    display: table;
}

.section-two .news-con .news-ri .tab_box .tab_content .tab_list ul li .list-content:after {
    clear: both;
}

.section-two .news-con .news-ri .tab_box .tab_content .tab_list ul li .list-content .list-title {
    width: 80%;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.section-two .news-con .news-ri .tab_box .tab_content .tab_list ul li .list-content .list-title .title-box {
    width: 100%;
}

.section-two .news-con .news-ri .tab_box .tab_content .tab_list ul li .list-content .list-title .title-box:hover {
    color: #ffb432;
}

.section-two .news-con .news-ri .tab_box .tab_content .tab_list ul li .list-content .list-title .main-content {
    display: none;
}

.section-two .news-con .news-ri .tab_box .tab_content .tab_list ul li .list-content .list-date {
    width: 20%;
    float: left;
}

.section-two .news-con .news-ri .tab_box .tab_content .tab_list ul li .list-content .list-date .date {
    float: right;
}

.section-two .news-con .news-ri .tab_box .tab_content .tab_list ul li .list-content .list-date .yearmon {
    display: none;
}

.section-two .news-con .news-ri .tab_box .tab_content .tab_list ul li .list-content .list-date .today {
    display: none;
}

.section-two .news-con .news-ri .tab_box .tab_content .tab_list ul li .more-about {
    display: none;
}

.section-two .news-con .news-ri .tab_box .tab_content .tab_list ul li:first-child {
    height: 115px;
    overflow: hidden;
    margin: 25px 0 0 0;
    border-bottom: 1px dashed #d0d0d0;
    padding: 0 0 8px;
}

.section-two .news-con .news-ri .tab_box .tab_content .tab_list ul li:first-child::before {
    display: none;
}

.section-two .news-con .news-ri .tab_box .tab_content .tab_list ul li:first-child .list-content {
    width: 100%;
    height: 75px;
}

.section-two .news-con .news-ri .tab_box .tab_content .tab_list ul li:first-child .list-content .list-title {
    float: right;
}

.section-two .news-con .news-ri .tab_box .tab_content .tab_list ul li:first-child .list-content .list-title .title-box {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 24px;
    width: 100%;
    font: normal 18px/24px 微软雅黑, Arial;
    color: #464646;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.section-two .news-con .news-ri .tab_box .tab_content .tab_list ul li:first-child .list-content .list-title .title-box:hover {
    color: #ffb432;
}

.section-two .news-con .news-ri .tab_box .tab_content .tab_list ul li:first-child .list-content .list-title .main-content {
    display: block;
    height: 48px;
    width: 100%;
}

.section-two .news-con .news-ri .tab_box .tab_content .tab_list ul li:first-child .list-content .list-title .main-content p {
    height: 48px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font: normal 14px/24px 微软雅黑, Arial;
    color: #7a7a7a;
}

.section-two .news-con .news-ri .tab_box .tab_content .tab_list ul li:first-child .list-content .list-date {
    float: left;
    width: 86px;
    height: 71px;
    overflow: hidden;
    border-right: 1px solid #afafaf;
}

.section-two .news-con .news-ri .tab_box .tab_content .tab_list ul li:first-child .list-content .list-date .date {
    display: none;
}

.section-two .news-con .news-ri .tab_box .tab_content .tab_list ul li:first-child .list-content .list-date .today {
    display: block;
    display: block;
    font: normal 48px/50px 微软雅黑, Arial;
    color: #1d73c0;
}

.section-two .news-con .news-ri .tab_box .tab_content .tab_list ul li:first-child .list-content .list-date .yearmon {
    display: block;
    font: normal 14px/21px 微软雅黑, Arial;
    color: #1d73c0;
}

.section-two .news-con .news-ri .tab_box .tab_content .tab_list ul li:first-child .more-about {
    float: right;
    display: block;
    width: 75px;
    height: 22px;
    border: 1px solid #7a7a7a;
    font: normal 14px/22px 微软雅黑, Arial;
    color: #7a7a7a;
    margin: 4px 0 0 0;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.section-two .news-con .news-ri .tab_box .tab_content .tab_list ul li:first-child .more-about:hover {
    border: 1px solid #ffc516;
    color: #ffc516;
}

.section-two .news-con .news-ri .tab_box .tab_content .tab_list ul li.more {
    border: none;
}

.section-two .news-con .news-ri .tab_box .tab_content .tab_list ul li.more::before {
    content: '';
}

.section-two .news-con .news-ri .tab_box .tab_content .tab_list ul li.more a {
    display: block;
    text-align: right;
    font-size: 16px;
    color: #7a7a7a;
}

.section-two .news-con .news-ri .tab_box .tab_content .tab_list ul li.more a:hover {
    color: #ffb432;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.section-three {
    background: url(../images/bg-2.jpg) repeat center;
}

.section-three .activity-con {
    width: 1000px;
    height: 390px;
    overflow: hidden;
    margin: 42px 0 0 0;
}

.section-three .activity-con .left-box {
    width: 270px;
    overflow: hidden;
    float: left;
}

.section-three .activity-con .left-box .top-box {
    width: 100%;
    height: 278px;
    overflow: hidden;
}

.section-three .activity-con .left-box .top-box .pic-box {
    float: left;
    width: 399px;
    height: 278px;
    overflow: hidden;
}

.section-three .activity-con .left-box .top-box .pic-box img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.section-three .activity-con .left-box .top-box .pic-box img:hover {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

.section-three .activity-con .left-box .top-box .article-box {
    float: left;
    width: 246px;
    height: 242px;
    padding: 0 0 0 25px;
    text-align: left;
}

.section-three .activity-con .left-box .top-box .article-box .title {
    color: #fff;
    height: 39px;
}

.section-three .activity-con .left-box .top-box .article-box .title span {
    font: normal 20px/39px 微软雅黑, Arial;
    padding-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.section-three .activity-con .left-box .top-box .article-box .article .content {
    height: 175px;
    font: normal 14px/28px 微软雅黑, Arial;
    color: #fff;
    text-align: left;
}

.section-three .activity-con .left-box .top-box .article-box .article .link-more {
    display: block;
    width: 97px;
    height: 28px;
    text-align: center;
    border: 1px solid #fff;
    font: normal 14px/28px 微软雅黑, Arial;
    color: #fff;
    float: right;
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.section-three .activity-con .left-box .top-box .article-box .article .link-more:hover {
    border: 1px solid #ffc516;
    color: #ffc516;
}

.section-three .activity-con .left-box .bttom-box {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #fff;
    padding: 24px 0 0 0;
    margin: 22px 0 0 0;
}

.section-three .activity-con .left-box .bttom-box ul {
    overflow: hidden;
    width: 693px;
}

.section-three .activity-con .left-box .bttom-box ul li {
    float: left;
    margin: 0 23px 0 0;
}

.section-three .activity-con .left-box .bttom-box ul li a {
    display: block;
    width: 150px;
    height: 65px;
    font: normal 20px/65px 微软雅黑, Arial;
    color: #fff;
    background: #1d73c0;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.section-three .activity-con .left-box .bttom-box ul li a:hover {
    background: #ffc516;
    font-size: 22px;
    color: #604d13;
}

.section-three .activity-con .right-box {
    width: 710px;
    height: 390px;
    padding: 5px 5px 5px 6px;
    background: #fff;
    overflow: hidden;
    float: right;
}

.section-three .activity-con .right-box .pic-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.section-three .activity-con .right-box .pic-box img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.section-three .activity-con .right-box .pic-box img:hover {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.section-four {
    background: url(../images/bg-five.jpg) repeat center;
    position: relative;
}

.section-four .res-con {
    width: 1000px;
    height: 390px;
    overflow: hidden;
    margin: 43px 0 0 0;
}

.section-four .res-con .left-box {
    width: 300px;
    height: 390px;
    overflow: hidden;
    float: left;
    border: 2px solid #1d73c0;
}

.section-four .res-con .left-box .img-box {
    width: 300px;
    height: 243px;
    overflow: hidden;
}

.section-four .res-con .left-box .res-box {
    width: 296px;
    padding: 10px 10px 0;
}

.section-four .res-con .left-box .res-box .content {
    font: normal 14px/28px 微软雅黑, Arial;
    color: #5d5d5d;
    height: 56px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-four .res-con .left-box .res-box .link-more {
    display: block;
    width: 97px;
    height: 28px;
    text-align: center;
    border: 1px solid #1d73c0;
    font: normal 14px/28px 微软雅黑, Arial;
    color: #1d73c0;
    float: right;
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.section-four .res-con .left-box .res-box .link-more:hover {
    border: 1px solid #ffc516;
    color: #ffc516;
}

.section-four .res-con .right-box {
    width: 670px;
    height: 390px;
    overflow: hidden;
    float: right;
}

.section-four .res-con .right-box ul {
    overflow: hidden;
    width: 722px;
}

.section-four .res-con .right-box ul li {
    float: left;
    margin: 0 50px 30px 0;
}

.section-four .res-con .right-box ul li a {
    width: 190px;
    height: 110px;
    overflow: hidden;
/*     border: 3px solid #1d73c0; */
    font: normal 24px/36px 微软雅黑, Arial;
    color: #1d73c0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
	 background: url(../images/bk.png) repeat center;
}

.section-four .res-con .right-box ul li .e,
.section-four .res-con .right-box ul li:hover a {
    background: #ffc516;
    border: 3px solid #ffc516;
    color: #fff;
}

.section-four .res-con .right-box ul li:hover a {
    font-size: 26px;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.section-five {
    background: url(../images/bg-part2.jpg) repeat center;
}

.section-five .service-con {
    width: 1000px;
    height: 390px;
    overflow: hidden;
    margin: 43px 0 0 0;
}

.section-five .service-con .left-box {
    width: 792px;
    height: 390px;
    overflow: hidden;
    float: left;
}

.section-five .service-con .left-box .ul-box {
    overflow: hidden;
    width: 803px;
}

.section-five .service-con .left-box .ul-box li {
    float: left;
    margin: 0 10px 10px 0;
}

.section-five .service-con .left-box .ul-box li a {
    display: block;
    width: 190px;
    height: 190px;
    background: url(../images/png1.png) repeat;
    cursor: pointer;
}

.section-five .service-con .left-box .ul-box li a .icon {
    width: 100%;
    height: 110px;
    padding-top: 55px;
    color: #fff;
    text-align: center;
}

.section-five .service-con .left-box .ul-box li a .icon i {
    font-size: 55px;
    line-height: 55px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.section-five .service-con .left-box .ul-box li a .name {
    width: 100%;
    height: 44px;
    text-align: center;
    color: #fff;
    font: normal 18px/44px 微软雅黑, Arial;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.section-five .service-con .left-box .ul-box li a:hover .icon i {
    font-size: 60px;
    opacity: .9;
    color: #ffc516;
}

.section-five .service-con .left-box .ul-box li a:hover .name {
    color: #ffc516;
}

.section-five .service-con .left-box .ul-box li:first-child .img-box {
    width: 390px;
    height: 190px;
}

.section-five .service-con .left-box .ul-box li:first-child .img-box a {
    display: block;
    width: 390px;
    height: 190px;
}

.section-five .service-con .left-box .ul-box li:first-child .img-box a img {
    width: 100%;
    height: 100%;
    border: none;
}

.section-five .service-con .left-box .ul-box li:first-child .img-box .slideBox .tips {
    display: none;
}

.section-five .service-con .right-box {
    width: 195px;
    height: 386px;
    overflow: hidden;
    border: 2px solid #fff;
    position: relative;
    float: right;
}

.section-five .service-con .right-box .pic {
    width: 195px;
    height: 386px;
    overflow: hidden;
}

.section-five .service-con .right-box .pic a {
    display: block;
    width: 100%;
    height: 100%;
}

.section-five .service-con .right-box .pic a img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.section-five .service-con .right-box .pic a:hover img {
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
}

.section-five .service-con .right-box .pic .slideBox .tips {
    display: none;
}

.section-five .service-con .right-box span {
    display: block;
    width: 195px;
    height: 48px;
    overflow: hidden;
    background: url(../images/png2.png) repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}

.section-five .service-con .right-box span a {
    font: normal 16px/49px 微软雅黑, Arial;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.section-five .service-con .right-box span a:hover {
    color: #ffc516;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.section-six {
    background: url(../images/bg-five.jpg) repeat center;
}

.section-six .survey-con {
    width: 1000px;
    height: 390px;
    overflow: hidden;
    margin: 42px 0 0 0;
}

.section-six .survey-con .left-box {
    width: 588px;
    height: 100%;
    overflow: hidden;
    float: left;
}

.section-six .survey-con .left-box .article-box {
    overflow: hidden;
    border-bottom: 1px solid #fff;
    padding: 0 0 20px;
}

.section-six .survey-con .left-box .article-box .title {
    font: normal 20px/39px 微软雅黑, Arial;
    color: #fff;
}

.section-six .survey-con .left-box .article-box .title span {
    font: normal 20px/39px 微软雅黑, Arial;
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
}

.section-six .survey-con .left-box .article-box .article .content {
    margin: 13px 0;
    height: 140px;
    font: normal 14px/28px 微软雅黑, Arial;
    color: #fff;
    text-align: left;
}

.section-six .survey-con .left-box .article-box .article .link-more {
    display: block;
    width: 97px;
    height: 28px;
    text-align: center;
    border: 1px solid #fff;
    font: normal 14px/28px 微软雅黑, Arial;
    color: #fff;
    float: right;
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}





.section-seven .survey-con  .title {
    font: normal 20px/39px 微软雅黑, Arial;
    color: #fff;
}

.section-seven .survey-con .title span {
    font: normal 20px/39px 微软雅黑, Arial;
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
}

.section-seven  .content {
    margin: 13px 0;
    height: 140px;
    font: normal 14px/28px 微软雅黑, Arial;
    color: #fff;
    text-align: left;
}

.section-seven .survey-con .link-more {
    display: block;
    width: 97px;
    height: 28px;
    text-align: center;
    border: 1px solid #fff;
    font: normal 14px/28px 微软雅黑, Arial;
    color: #fff;
    float: right;
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.section-six .survey-con .left-box .article-box .article .link-more:hover {
    border: 1px solid #ffc516;
    color: #ffc516;
}

.section-six .survey-con .left-box .link-box {
    width: 588px;
    height: 108px;
    overflow: hidden;
    margin: 20px 0 0 0;
}

.section-six .survey-con .left-box .link-box ul {
    width: 646px;
    overflow: hidden;
}

.section-six .survey-con .left-box .link-box ul li {
    float: left;
    width: 73px;
    height: 108px;
    overflow: hidden;
    margin: 0 55px 0 0;
}

.section-six .survey-con .left-box .link-box ul li a {
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.section-six .survey-con .left-box .link-box ul li a .icon {
    width: 100%;
    height: 70px;
    color: #fff;
    text-align: center;
}

.section-six .survey-con .left-box .link-box ul li a .icon i {
    font-size: 55px;
    line-height: 70px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.section-six .survey-con .left-box .link-box ul li a .name {
    width: 100%;
    height: 20px;
    text-align: center;
    color: #fff;
    font: normal 18px/20px 微软雅黑, Arial;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.section-six .survey-con .left-box .link-box ul li a:hover .icon i {
    font-size: 60px;
    opacity: .9;
    color: #ff6a00;
}

.section-six .survey-con .left-box .link-box ul li a:hover .name {
    color: #ff6a00;
}

.section-six .survey-con .right-box {
    width: 333px;
    height: 365px;
    float: right;
    padding: 19px 0 0 24px;
    overflow: hidden;
    background: url(../images/sur-pic.png) no-repeat;
}

.section-six .survey-con .right-box .pic-box {
    width: 308px;
    height: 344px;
    overflow: hidden;
    border: 1px solid #fff;
}

.section-six .survey-con .right-box .pic-box a {
    display: block;
    width: 100%;
    height: 100%;
}

.section-six .survey-con .right-box .pic-box a img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.section-six .survey-con .right-box .pic-box a:hover img {
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.section-seven {
    background: url(../images/bg-three.jpg) no-repeat center;
}

.section-seven .author-con {
    height: 408px;
    margin: 42px 0 0;
    overflow: hidden;
    width: 1000px;
}

.section-seven .author-con .left-box {
    width: 403px;
    height: 370px;
    position: relative;
    float: left;
    border: 1px solid #fff;
}

.section-seven .author-con .left-box .pic-box {
    width: 403px;
    height: 370px;
    overflow: hidden;
}

.section-seven .author-con .right-box {
    float: right;
    height: 408px;
    overflow: hidden;
    padding: 5px 5px 5px 6px;
    width: 545px;
}

.section-seven .author-con .right-box .author-box {
    overflow: hidden;
    height: 300px;
    border-bottom: 1px solid #fff;
    padding: 0 0 20px;
}

.section-seven .author-con .right-box .author-box .title {
    font: normal 20px/39px 微软雅黑, Arial;
    color: #fff;
}

.section-seven .author-con .right-box .author-box .title span {
    font: normal 20px/39px 微软雅黑, Arial;
    padding-bottom: 5px;
}

.section-seven .author-con .right-box .author-box .article .content {
    height: 210px;
    font: normal 14px/28px 微软雅黑, Arial;
    color: #fff;
    text-align: left;
}

.section-seven .author-con .right-box .author-box .article .link-more {
    display: block;
    width: 97px;
    height: 28px;
    text-align: center;
    border: 1px solid #fff;
    font: normal 14px/28px 微软雅黑, Arial;
    color: #fff;
    float: right;
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.section-seven .author-con .right-box .author-box .article .link-more:hover {
    border: 1px solid #ffc516;
    color: #ffc516;
}

.section-seven .author-con .right-box .link-box {
    width: 588px;
    height: 108px;
    overflow: hidden;
    margin: 20px 0 0 0;
}

.section-seven .author-con .right-box .link-box ul {
    width: 588px;
    overflow: hidden;
}

.section-seven .author-con .right-box .link-box ul li {
    float: left;
    margin: 0 23px 0 0;
}

.section-seven .author-con .right-box .link-box ul li a {
    display: block;
    width: 163px;
    height: 65px;
    font: normal 20px/65px 微软雅黑, Arial;
    color: #fff;
    background: #1d73c0;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.section-seven .author-con .right-box .link-box ul li a:hover {
    background: #ffc516;
    font-size: 22px;
    color: #604d13;
}

.active .animate11 {
    animation: 1000ms ease 0s normal none 1 running animate11;
    -moz-animation: 1000ms ease 0s normal none 1 running animate11;
    -webkit-animation: 1000ms ease 0s normal none 1 running animate11;
    -o-animation: 1000ms ease 0s normal none 1 running animate11;
}

@keyframes animate11 {
    0% {
        transform: translateY(-400px);
        -moz-transform: translateY(-400px);
        -webkit-transform: translateY(-400px);
        -o-transform: translateY(-400px);
    }
    100% {
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@keyframes animate11 {
    0% {
        transform: translateY(-400px);
        -moz-transform: translateY(-400px);
        -webkit-transform: translateY(-400px);
        -o-transform: translateY(-400px);
    }
    100% {
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.active .animate12 {
    animation: 1000ms ease 0s normal none 1 running animate12;
}

@keyframes animate12 {
    0% {
        -moz-transform: translateX(1000px);
        -webkit-transform: translateX(1000px);
        -o-transform: translateX(1000px);
        transform: translateX(1000px);
    }
    30% {
        -moz-transform: translateX(-80px);
        transform: translateX(-80px);
        -webkit-transform: translateX(-80px);
        -o-transform: translateX(-80px);
    }
    60% {
        -moz-transform: translateX(80px);
        transform: translateX(80px);
        -webkit-transform: translateX(80px);
        -o-transform: translateX(80px);
    }
    100% {
        -moz-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
    }
}

@-webkit-keyframes animate12 {
    0% {
        -moz-transform: translateX(1000px);
        -webkit-transform: translateX(1000px);
        -o-transform: translateX(1000px);
        transform: translateX(1000px);
    }
    30% {
        -moz-transform: translateX(-80px);
        transform: translateX(-80px);
        -webkit-transform: translateX(-80px);
        -o-transform: translateX(-80px);
    }
    60% {
        -moz-transform: translateX(80px);
        transform: translateX(80px);
        -webkit-transform: translateX(80px);
        -o-transform: translateX(80px);
    }
    100% {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes animate12 {
    0% {
        -moz-transform: translateX(1000px);
        -webkit-transform: translateX(1000px);
        -o-transform: translateX(1000px);
        transform: translateX(1000px);
    }
    30% {
        -moz-transform: translateX(-80px);
        transform: translateX(-80px);
        -webkit-transform: translateX(-80px);
        -o-transform: translateX(-80px);
    }
    60% {
        -moz-transform: translateX(80px);
        transform: translateX(80px);
        -webkit-transform: translateX(80px);
        -o-transform: translateX(80px);
    }
    100% {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

.active .animate21 {
    animation: 1600ms ease 0s normal none 1 running animate21;
}

@keyframes animate21 {
    0% {
        transform: scale(2);
        -moz-transform: scale(2);
        -webkit-transform: scale(2);
        -o-transform: scale(2);
        transform: translate(-1000px, 600px);
        -moz-transform: translate(-1000px, 600px);
        -webkit-transform: translate(-1000px, 600px);
        -o-transform: translate(-1000px, 600px);
    }
    100% {
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
}

@keyframes animate21 {
    0% {
        transform: scale(2);
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -o-transform: scale(2);
        transform: translate(-1000px, 600px);
        -moz-transform: translate(-1000px, 600px);
        -o-transform: translate(-1000px, 600px);
        -webkit-transform: translate(-1000px, 600px);
    }
    100% {
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
}

.active .animate22 {
    animation: 1600ms ease 0s normal none 1 running animate22;
}

@keyframes animate22 {
    0% {
        -moz-transform: translate(1000px, 600px);
        -webkit-transform: translate(1000px, 600px);
        -o-transform: translate(1000px, 600px);
        transform: translate(1000px, 600px);
    }
    100% {
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes animate22 {
    0% {
        -moz-transform: translate(1000px, 600px);
        -webkit-transform: translate(1000px, 600px);
        -o-transform: translate(1000px, 600px);
        transform: translate(1000px, 600px);
    }
    100% {
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.active .animate22 li {
    animation: 3000ms ease 0s normal none 1 running animate23;
}

@keyframes animate23 {
    0% {
        opacity: 0;
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@keyframes animate23 {
    0% {
        opacity: 0;
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

.active .animate32 {
    animation: 2000ms ease 0s normal none 1 running animate32;
}

@keyframes animate32 {
    0% {
        -moz-transform: translateX(-1000px);
        -webkit-transform: translateX(-1000px);
        -o-transform: translateX(-1000px);
        transform: translateX(-1000px);
    }
    100% {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes animate32 {
    0% {
        -moz-transform: translateX(-1000px);
        -webkit-transform: translateX(-1000px);
        -o-transform: translateX(-1000px);
        transform: translateX(-1000px);
    }
    100% {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

.active .animate33 {
    animation: 1600ms ease 0s normal none 1 running animate33;
}

@keyframes animate33 {
    0% {
        -moz-transform: translateY(300px);
        -webkit-transform: translateY(300px);
        -o-transform: translateY(300px);
        transform: translateY(300px);
    }
    100% {
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes animate33 {
    0% {
        -moz-transform: translateY(300px);
        -webkit-transform: translateY(300px);
        transform: translateY(300px);
        -o-transform: translateY(300px);
    }
    100% {
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.active .animate34 {
    animation: 1600ms ease 0s normal none 1 running animate22;
}

@keyframes animate34 {
    0% {
        -moz-transform: rotate(70deg);
        -webkit-transform: rotate(70deg);
        transform: rotate(70deg);
        -o-transform: rotate(70deg);
        transform: translateY(100px);
        -moz-transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -o-transform: translateY(100px);
    }
    50% {
        -moz-transform: rotate(-60deg);
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
        -o-transform: rotate(-60deg);
    }
    100% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@keyframes animate34 {
    0% {
        -moz-transform: rotate(70deg);
        -webkit-transform: rotate(70deg);
        transform: rotate(70deg);
        -o-transform: rotate(70deg);
        transform: translateY(100px);
        -moz-transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -o-transform: translateY(100px);
    }
    50% {
        -moz-transform: rotate(-60deg);
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
        -o-transform: rotate(-60deg);
    }
    100% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

.active .animate42 li {
    animation: 1000ms ease 0s normal none 1 running animate42;
}

@keyframes animate42 {
    0% {
        opacity: 0;
        transform: translateX(300px);
        -moz-transform: translateX(300px);
        -webkit-transform: translateX(300px);
        -o-transform: translateX(300px);
    }
    25% {
        opacity: .25;
    }
    50% {
        opacity: .5;
    }
    75% {
        opacity: .75;
    }
    100% {
        opacity: 1;
        transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
    }
}

@keyframes animate42 {
    0% {
        opacity: 0;
        transform: translateX(300px);
        -moz-transform: translateX(300px);
        -webkit-transform: translateX(300px);
        -o-transform: translateX(300px);
    }
    25% {
        opacity: .25;
    }
    50% {
        opacity: .5;
    }
    75% {
        opacity: .75;
    }
    100% {
        opacity: 1;
        transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
    }
}

.active .animate42 .font {
    animation: 1000ms ease 0s normal none 1 running animate64;
}

@keyframes animate42_1 {
    0% {
        opacity: 0;
        transform: scale(-5);
        -moz-transform: scale(-5);
        -webkit-transform: scale(-5);
        -o-transform: scale(-5);
    }
    25% {
        opacity: .25;
    }
    50% {
        opacity: .5;
    }
    75% {
        opacity: .75;
    }
    100% {
        opacity: 1;
        transform: scale(0);
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
    }
}

@keyframes animate42_1 {
    0% {
        opacity: 0;
        transform: scale(-5);
        -moz-transform: scale(-5);
        -webkit-transform: scale(-5);
        -o-transform: scale(-5);
    }
    25% {
        opacity: .25;
    }
    50% {
        opacity: .5;
    }
    75% {
        opacity: .75;
    }
    100% {
        opacity: 1;
        transform: scale(0);
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
    }
}

.active .animate52 li:nth-child(2n+1) {
    animation: 1000ms ease 0s normal none 1 running animate64;
}

@keyframes animate52_1 {
    0% {
        opacity: 0;
        transform: rotate(60deg);
        -moz-transform: rotate(60deg);
        -webkit-transform: rotate(60deg);
        -o-transform: rotate(60deg);
    }
    25% {
        opacity: .25;
    }
    50% {
        opacity: .5;
        transform: rotate(-60deg);
        -moz-transform: rotate(-60deg);
        -webkit-transform: rotate(-60deg);
        -o-transform: rotate(-60deg);
    }
    75% {
        opacity: .75;
    }
    100% {
        opacity: 1;
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
}

@keyframes animate52_1 {
    0% {
        opacity: 0;
        transform: rotate(60deg);
        -moz-transform: rotate(60deg);
        -webkit-transform: rotate(60deg);
        -o-transform: rotate(60deg);
    }
    25% {
        opacity: .25;
    }
    50% {
        opacity: .5;
        transform: rotate(-60deg);
        -moz-transform: rotate(-60deg);
        -webkit-transform: rotate(-60deg);
        -o-transform: rotate(-60deg);
    }
    75% {
        opacity: .75;
    }
    100% {
        opacity: 1;
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
}

.active .animate52 li:nth-child(2n) {
    animation: 1000ms ease 0s normal none 1 running animate64;
}

@keyframes animate52_2 {
    0% {
        opacity: 0;
        transform: rotate(-60deg);
        -moz-transform: rotate(-60deg);
        -webkit-transform: rotate(-60deg);
        -o-transform: rotate(-60deg);
    }
    25% {
        opacity: .25;
    }
    50% {
        opacity: .5;
        transform: rotate(60deg);
        -moz-transform: rotate(60deg);
        -webkit-transform: rotate(60deg);
        -o-transform: rotate(60deg);
    }
    75% {
        opacity: .75;
    }
    100% {
        opacity: 1;
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
}

@keyframes animate52_2 {
    0% {
        opacity: 0;
        transform: rotate(-60deg);
        -moz-transform: rotate(-60deg);
        -webkit-transform: rotate(-60deg);
        -o-transform: rotate(-60deg);
    }
    25% {
        opacity: .25;
    }
    50% {
        opacity: .5;
        transform: rotate(60deg);
        -moz-transform: rotate(60deg);
        -webkit-transform: rotate(60deg);
        -o-transform: rotate(60deg);
    }
    75% {
        opacity: .75;
    }
    100% {
        opacity: 1;
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
}

.active .animate52 .ri-pic {
    animation: 2000ms ease 0s normal none 1 running animate33;
}

.active .animate62 {
    animation: 1000ms ease 0s normal none 1 running animate62;
}

@keyframes animate62 {
    0% {
        transform: scale(3, 3);
        -moz-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        -o-transform: scale(3, 3);
    }
    100% {
        transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -o-transform: scale(1, 1);
    }
}

@keyframes animate62 {
    0% {
        transform: scale(3, 3);
        -moz-transform: scale(3, 3);
        -o-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
    }
    100% {
        transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -o-transform: scale(1, 1);
    }
}

.active .animate63 li:nth-child(2n+1) {
    animation: 3000ms ease 0s normal none 1 running animate63_1;
}

@keyframes animate63_1 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes animate63_1 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.active .animate63 li:nth-child(2n) {
    animation: 3000ms ease 0s normal none 1 running animate63_2;
}

@keyframes animate63_2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes animate63_1 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes animate63_2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes animate63_1 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.active .animate64 {
    animation: 1000ms ease 0s normal none 1 running animate64;
}

@keyframes animate64 {
    0% {
        -moz-transform: scale(.5);
        -webkit-transform: scale(.5);
        transform: scale(.5);
        -o-transform: scale(.5);
    }
    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes animate64 {
    0% {
        -moz-transform: scale(.5);
        -webkit-transform: scale(.5);
        transform: scale(.5);
        -o-transform: scale(.5);
    }
    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.light {
    cursor: pointer;
    position: absolute;
    left: -300px;
    top: 0;
    width: 190px;
    height: 190px;
    transform: skewx(-35deg);
    -o-transform: skewx(-35deg);
    -moz-transform: skewx(-35deg);
    -webkit-transform: skewx(-35deg);
    -ms-transform: skewx(-35deg);
}

.two {
    background-image: -moz-linear-gradient(0deg, rgba(255, 197, 22, 0), rgba(255, 197, 22, .2), rgba(255, 197, 22, 0));
    background-image: -webkit-linear-gradient(0deg, rgba(255, 197, 22, 0), rgba(255, 197, 22, .2), rgba(255, 197, 22, 0));
    background-image: -o-linear-gradient(0deg, rgba(255, 197, 22, 0), rgba(255, 197, 22, .2), rgba(255, 197, 22, 0));
    background-image: -ms-linear-gradient(0deg, rgba(255, 197, 22, 0), rgba(255, 197, 22, .2), rgba(255, 197, 22, 0));
}

.animate52 li a:hover .light {
    left: 350px;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

@keyframes Link4_2 {
    0% {}
    100% {
        background: url(../images/icon2-1.png) no-repeat center 51px #ffc516;
    }
}

@keyframes Link4_1 {
    0% {}
    100% {
        background: url(../images/icon1-1.png) no-repeat center 51px #ffc516;
    }
}

@keyframes Link4_3 {
    0% {}
    100% {
        background: url(../images/icon3-1.png) no-repeat center 51px #ffc516;
    }
}

@keyframes Link4_4 {
    0% {}
    100% {
        background: url(../images/icon4-1.png) no-repeat center 51px #ffc516;
    }
}

@keyframes Link4_5 {
    0% {}
    100% {
        background: url(../images/icon5-1.png) no-repeat center 51px #ffc516;
    }
}

@keyframes Link4_6 {
    0% {}
    100% {
        background: url(../images/icon6-1.png) no-repeat center 51px #ffc516;
    }
}

.login-box .form ul li .Error {
    border: 1px solid #f00;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.page-sub .main-content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.page-sub .main-content:before,
.page-sub .main-content:after {
    content: " ";
    display: table;
}

.page-sub .main-content:after {
    clear: both;
}

@media(min-width:1200px) {
    .page-sub .main-content {
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (min-width:1200px) and (min-width:768px) {
    .page-sub .main-content {
        width: 750px;
    }
}

@media screen and (min-width:1200px) and (min-width:992px) {
    .page-sub .main-content {
        width: 750px;
    }
}

@media screen and (min-width:1200px) and (min-width:1200px) {
    .page-sub .main-content {
        width: 1170px;
    }
}

.page-sub .main-content.left-nav .sub-nav-wapper {
    position: relative;
}

.page-sub .main-content.left-nav .sub-nav-wapper .sub-nav {
    width: 250px;
    float: left;
    margin-right: -100%;
}

.page-sub .main-content.left-nav .showcase-wapper {
    width: 100%;
}

.page-sub .main-content.left-nav .showcase-wapper .showcase {
    margin-left: 0;
    min-height: 800px;
    padding-left: 15px;
    padding-right: 15px;
}

.page-sub .main-content.right-nav .sub-nav-wapper {
    position: relative;
}

.page-sub .main-content.right-nav .sub-nav-wapper .sub-nav {
    width: 250px;
    float: right;
    margin-left: -100%;
}

.page-sub .main-content.right-nav .showcase-wapper {
    width: 100%;
    float: right;
}

.page-sub .main-content.right-nav .showcase-wapper .showcase {
    margin-right: 0;
    min-height: 800px;
    padding-left: 15px;
    padding-right: 15px;
}

@media(min-width:768px) {
    .page-sub .main-content.right-nav .showcase-wapper .showcase {
        padding-left: 0;
        padding-right: 0;
    }
}

.page-sub .main-content.right-nav .showcase-wapper .showcase {
    margin-right: 285px;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.page-sub .main-banner {
    height: 320px;
    background-image: url("../images/header.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width:767px) {
    .page-sub .main-banner {
        height: 120px;
    }
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.page-sub .sub-nav {
    min-height: 800px;
}

.page-sub .sub-nav .primary-nav-name {
    margin-top: 30px;
    height: 52px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 52px;
    color: #fff;
    font-weight: bold;
    background: #0089e1;
}

.page-sub .sub-nav .secondary-nav {
    background: #f1f1f1;
    padding-top: 15px;
    padding-bottom: 15px;
}

.page-sub .sub-nav .secondary-nav .secondary-list .secondary-item {
    padding-left: 20px;
    padding-right: 20px;
}

.page-sub .sub-nav .secondary-nav .secondary-list .secondary-item>a {
    position: relative;
    display: block;
    padding-left: 30px;
    font-size: 16px;
    line-height: 47px;
    color: rgba(0, 0, 0, .78);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
}

.page-sub .sub-nav .secondary-nav .secondary-list .secondary-item>a::before {
    content: '';
    display: none;
    position: absolute;
    left: 2px;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 6px solid #333;
    border-bottom: 4px solid transparent;
}

.page-sub .sub-nav .secondary-nav .secondary-list .secondary-item.active>a::before {
    display: block;
}

.page-sub .sub-nav .secondary-nav .secondary-list .secondary-item.active .thirdary-list {
    display: block;
}

.page-sub .sub-nav .secondary-nav .secondary-list .secondary-item:last-child a {
    border: none;
}

.page-sub .sub-nav .secondary-nav .secondary-list .secondary-item:hover:not(.active)>a {
    background: rgba(25, 98, 156, .15);
}

.page-sub .sub-nav .secondary-nav .secondary-list .secondary-item .thirdary-list {
    display: none;
    background: #d0d0d0;
}

.page-sub .sub-nav .secondary-nav .secondary-list .secondary-item .thirdary-list .thirdary-item {
    position: relative;
}

.page-sub .sub-nav .secondary-nav .secondary-list .secondary-item .thirdary-list .thirdary-item>a {
    display: block;
    padding-left: 68px;
    font-size: 14px;
    line-height: 47px;
    color: rgba(0, 0, 0, .78);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.page-sub .sub-nav .secondary-nav .secondary-list .secondary-item .thirdary-list .thirdary-item::before {
    content: '';
    display: none;
    position: absolute;
    top: 21px;
    left: 48px;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 5px solid #19629c;
    border-bottom: 3px solid transparent;
}

.page-sub .sub-nav .secondary-nav .secondary-list .secondary-item .thirdary-list .thirdary-item.active::before {
    display: block;
}

.page-sub .sub-nav .secondary-nav .secondary-list .secondary-item .thirdary-list .thirdary-item:hover:not(.active)::before {
    display: block;
    border-left-color: rgba(25, 98, 156, .35);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.page-sub .breadcrumb-wapper {
    height: 53px;
    margin-top: 30px;
    border-bottom: 1px solid #ccc;
}

.page-sub .breadcrumb-wapper:before,
.page-sub .breadcrumb-wapper:after {
    content: " ";
    display: table;
}

.page-sub .breadcrumb-wapper:after {
    clear: both;
}

.page-sub .breadcrumb-wapper .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    line-height: 52px;
}

@media(min-width:768px) {
    .page-sub .breadcrumb-wapper .breadcrumb {
        display: block;
    }
}

.page-sub .breadcrumb-wapper .breadcrumb ul {
    float: left;
}

.page-sub .breadcrumb-wapper .breadcrumb ul li {
    float: left;
}

.page-sub .breadcrumb-wapper .breadcrumb ul li a {
    font-size: 14px;
    padding-left: 3px;
    padding-right: 3px;
    color: #777;
}

.page-sub .breadcrumb-wapper .breadcrumb ul li::after {
    content: '>';
    color: #777;
}

.page-sub .breadcrumb-wapper .breadcrumb ul li:last-child a {
    color: #0089e1;
    cursor: default;
}

.page-sub .breadcrumb-wapper .breadcrumb ul li:last-child::after {
    content: '';
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.page-sub .functions .function {
    position: relative;
    display: none;
    opacity: 0;
    transition: opacity .35s ease;
}

.page-sub .functions .function.active {
    display: block;
    opacity: 1;
}

.page-sub .functions .function.loading * {
    visibility: hidden;
}

.page-sub .functions .function.loading::before {
    font-family: 'FontAwesome';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    content: '';
    visibility: visible;
    position: absolute;
    left: calc(50% - 24px);
    top: 100px;
    font-size: 48px;
    color: #888;
}

.page-sub .functions .function.loading::after {
    content: '数据加载中…';
    visibility: visible;
    position: absolute;
    left: calc(50% - 65px);
    top: 170px;
    font-size: 24px;
    color: #888;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.page-sub .function-article-list ul li {
    height: 60px;
    line-height: 59px;
    border-bottom: 1px solid #d6d6d6;
}

.page-sub .function-article-list ul li a {
    display: block;
    color: #666;
    font-size: 14px;
}

.page-sub .function-article-list ul li a:before,
.page-sub .function-article-list ul li a:after {
    content: " ";
    display: table;
}

.page-sub .function-article-list ul li a:after {
    clear: both;
}

.page-sub .function-article-list ul li a .title {
    float: left;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media(min-width:768px) {
    .page-sub .function-article-list ul li a .title {
        width: 70%;
    }
}

.page-sub .function-article-list ul li a .title::before {
    content: '◆';
    color: #0089e1;
    padding-right: 12px;
}

.page-sub .function-article-list ul li a .date {
    float: right;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
}

@media(min-width:768px) {
    .page-sub .function-article-list ul li a .date {
        width: auto;
    }
}

.page-sub .function-article-list ul li a .date:not(:empty)::before {
    content: "[";
}

.page-sub .function-article-list ul li a .date:not(:empty)::after {
    content: ']';
}

.page-sub .function-article-list ul:empty {
    text-align: center;
    color: #b5b5b5;
    padding-top: 60px;
}

.page-sub .function-article-list ul:empty::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: '';
    vertical-align: bottom;
    font-size: 30px;
    padding-right: 8px;
}

.page-sub .function-article-list ul:empty::after {
    content: '暂无数据';
    font-size: 24px;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.page-sub .function-donation-list {
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-sub .function-donation-list .tips {
    background: #e0e0e0;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
}

.page-sub .function-donation-list .tips .title {
    padding-left: 8px;
    float: left;
    width: 60%;
}

.page-sub .function-donation-list .tips .date {
    float: left;
    display: none;
    text-align: center;
}

.page-sub .function-donation-list .tips .donator {
    float: left;
    padding-right: 8px;
    margin-left: 10%;
    width: 30%;
    text-align: right;
}

.page-sub .function-donation-list>ul li {
    height: 60px;
    border-bottom: 1px solid #d6d6d6;
    font-size: 14px;
    line-height: 59px;
}

.page-sub .function-donation-list>ul li .title {
    float: left;
    width: 60%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
}

.page-sub .function-donation-list>ul li .date {
    float: left;
    display: none;
    color: #777;
    text-align: center;
}

.page-sub .function-donation-list>ul li .donator {
    float: left;
    margin-left: 10%;
    width: 30%;
    text-align: right;
    color: #777;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media(min-width:768px) {
    .page-sub .function-donation-list .tips .title {
        width: 40%;
    }
    .page-sub .function-donation-list .tips .date {
        margin-left: 15%;
        width: 15%;
        display: inline-block;
    }
    .page-sub .function-donation-list .tips .donator {
        margin-left: 15%;
        width: 15%;
    }
    .page-sub .function-donation-list>ul li .title {
        width: 40%;
    }
    .page-sub .function-donation-list>ul li .date {
        margin-left: 15%;
        width: 15%;
        display: inline-block;
    }
    .page-sub .function-donation-list>ul li .donator {
        margin-left: 15%;
        width: 15%;
    }
}

.page-sub .function-download-list ul li {
    padding-top: 28px;
    padding-bottom: 14px;
    border-bottom: 1px solid #cfcfcf;
}

.page-sub .function-download-list ul li .title {
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
    color: #555;
}

.page-sub .function-download-list ul li .info span {
    padding-right: 12px;
    font-size: 14px;
    line-height: 28px;
    color: #a1a1a1;
}

.page-sub .function-download-list ul li .info span.size::before {
    content: '软件大小：';
}

.page-sub .function-download-list ul li .info span.clicks::before {
    content: '下载次数：';
}

.page-sub .function-download-list ul li .info span.date::before {
    content: '发布日期：';
}

.page-sub .function-download-list ul li .description {
    text-indent: 2em;
    font-size: 14px;
    line-height: 28px;
    color: #818181;
}

.page-sub .function-download-list ul li .link {
    padding-top: 14px;
}

.page-sub .function-download-list ul li .link a {
    color: #0089e1;
}

.page-sub .function-download-list ul li .link a span {
    font-size: 14px;
}

.page-sub .function-download-list ul li .link a i {
    vertical-align: bottom;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.page-sub .function-message-list {
    padding-top: 20px;
    padding-bottom: 40px;
}

.page-sub .function-message-list .message-list {
    margin-top: 25px;
}

.page-sub .function-message-list .message-list .list-tips {
    font-size: 22px;
    line-height: 44px;
    border-bottom: 2px solid #888;
}

.page-sub .function-message-list .message-list ul li {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.page-sub .function-message-list .message-list ul li .title {
    font-size: 18px;
    line-height: 32px;
    color: rgba(0, 0, 0, .87);
}

.page-sub .function-message-list .message-list ul li .info span {
    font-size: 12px;
    color: rgba(0, 0, 0, .54);
    padding-right: 40px;
}

.page-sub .function-message-list .message-list ul li .info span.ip::before {
    content: 'IP:';
}

.page-sub .function-message-list .message-list ul li .content {
    margin: 0;
    color: #666;
    padding-top: 8px;
    text-indent: 2em;
    font-size: 14px;
    line-height: 28px;
}

.page-sub .function-message-list .message-list ul li .reply-wapper {
    margin-top: 16px;
    font-size: 14px;
    padding-left: 2em;
}

.page-sub .function-message-list .message-list ul li .reply-wapper .reply {
    background: #e3f2fd;
    padding: 15px;
    border-radius: 3px;
}

.page-sub .function-message-list .message-list ul li .reply-wapper .reply::before {
    content: "管理员回复：";
    font-size: 16px;
    line-height: 28px;
    color: rgba(0, 0, 0, .87);
}

.page-sub .function-message-list .message-list ul li .reply-wapper .reply .reply-time {
    float: right;
    font-size: 12px;
    line-height: 28px;
    color: rgba(0, 0, 0, .54);
}

.page-sub .function-message-list .message-list ul li .reply-wapper .reply p {
    padding-top: 8px;
    margin: 0;
    text-indent: 2em;
    font-size: 14px;
    line-height: 28px;
    color: #555;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.page-sub .function-newbook-list ul {
    padding-top: 30px;
}

.page-sub .function-newbook-list ul li {
    float: left;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 70px;
}

.page-sub .function-newbook-list ul li .image {
    float: none;
    width: 128px;
    height: 193px;
    margin: 0 auto;
    border: 1px solid #dedede;
    padding: 7px;
}

.page-sub .function-newbook-list ul li .image a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.page-sub .function-newbook-list ul li .image a img {
    width: 100%;
}

.page-sub .function-newbook-list ul li .image~div {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.page-sub .function-newbook-list ul li .title {
    float: left;
    width: 100%;
}

.page-sub .function-newbook-list ul li .title a {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 32px;
    color: #165396;
    text-align: center;
}

.page-sub .function-newbook-list ul li .title~div {
    display: none;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

.page-sub .function-newbook-list ul li .title~div:empty {
    display: none;
}

.page-sub .function-newbook-list ul li .author::before {
    content: '作 　 者：';
}

.page-sub .function-newbook-list ul li .publisher::before {
    content: '出 版 社：';
}

.page-sub .function-newbook-list ul li .date::before {
    content: '出版时间：';
}

.page-sub .function-newbook-list ul li .isbn::before {
    content: 'ISBN：';
}

.page-sub .function-newbook-list ul li .callnumber::before {
    content: '索 书 号：';
}

.page-sub .function-newbook-list ul li .more a {
    color: #165396;
}

@media(min-width:768px) {
    .page-sub .function-newbook-list ul li {
        padding-left: 0;
        padding-right: 20px;
    }
    .page-sub .function-newbook-list ul li .image {
        float: left;
        width: 142px;
        margin-right: 15px;
    }
    .page-sub .function-newbook-list ul li .title {
        float: none;
        width: auto;
    }
    .page-sub .function-newbook-list ul li .title a {
        font-size: 18px;
        text-align: left;
    }
    .page-sub .function-newbook-list ul li .title~div {
        display: block;
    }
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.page-sub .function-question-list .search {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.page-sub .function-question-list .search:before,
.page-sub .function-question-list .search:after {
    content: " ";
    display: table;
}

.page-sub .function-question-list .search:after {
    clear: both;
}

@media(min-width:576px) {
    .page-sub .function-question-list .search {
        width: 500px;
        margin: 0 auto;
    }
}

.page-sub .function-question-list .search i {
    float: left;
    width: 40px;
    padding-left: 5px;
    line-height: 36px;
    border: 2px solid #0089e1;
    border-right: none;
    border-radius: 20px 0 0 20px;
    text-align: center;
    color: #0089e1;
}

.page-sub .function-question-list .search input {
    float: left;
    width: calc(100% - 40px);
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 20px;
    font-size: 16px;
    line-height: 36px;
    height: 40px;
    border: 2px solid #0089e1;
    border-radius: 0 20px 20px 0;
    border-left: none;
    color: #666;
}

.page-sub .function-question-list ul {
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
}

.page-sub .function-question-list ul li {
    padding: 15px;
    margin-bottom: 18px;
}

.page-sub .function-question-list ul li .question {
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    color: #0089e1;
}

.page-sub .function-question-list ul:empty {
    text-align: center;
    color: #b5b5b5;
    padding-top: 60px;
}

.page-sub .function-question-list ul:empty::before {
    font-family: 'FontAwesome';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '';
    vertical-align: top;
    font-size: 30px;
    padding-right: 8px;
}

.page-sub .function-question-list ul:empty::after {
    content: '暂无数据';
    font-size: 24px;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.page-sub .function-resource-list .tips {
    padding-top: 8px;
    background: #e8e8e8;
    font-size: 16px;
    line-height: 42px;
    color: #000;
    margin-top: 10px;
}

.page-sub .function-resource-list .tips:before,
.page-sub .function-resource-list .tips:after {
    content: " ";
    display: table;
}

.page-sub .function-resource-list .tips:after {
    clear: both;
}

.page-sub .function-resource-list .tips .title {
    float: left;
    padding-left: 15px;
    width: 60%;
}

.page-sub .function-resource-list .tips .links {
    display: none;
    float: left;
    width: 20%;
    text-align: center;
}

.page-sub .function-resource-list .tips .clicks {
    display: none;
    float: left;
    width: 20%;
    padding-left: 10%;
    text-align: center;
}

@media(min-width:768px) {
    .page-sub .function-resource-list .tips .links {
        display: block;
    }
    .page-sub .function-resource-list .tips .clicks {
        display: block;
    }
}

.page-sub .function-resource-list .resul li {
    height: 48px;
    line-height: 47px;
    border-bottom: 1px dashed #dcdcdc;
    font-size: 14px;
}

.page-sub .function-resource-list .resul li .title {
    float: left;
    width: 60%;
    padding-left: 15px;
}

.page-sub .function-resource-list .resul li .title a {
    color: #333;
}

.page-sub .function-resource-list .resul li .title a:hover {
    color: #a81b18;
}

.page-sub .function-resource-list .resul li .links {
    display: none;
    float: left;
    width: 20%;
    min-height: 1px;
    text-align: center;
}

.page-sub .function-resource-list .resul li .links a {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
    line-height: 14px;
    color: #777;
    border-right: 1px solid #777;
}

.page-sub .function-resource-list .resul li .links a:hover {
    color: #a81b18;
}

.page-sub .function-resource-list .resul li .links a:last-child {
    border: none;
}

.page-sub .function-resource-list .resul li .clicks {
    display: none;
    float: left;
    padding-left: 10%;
    width: 20%;
    color: #777;
    text-align: center;
}

@media(min-width:768px) {
    .page-sub .function-resource-list .resul li .links {
        display: block;
    }
    .page-sub .function-resource-list .resul li .clicks {
        display: block;
    }
}

.page-sub .function-resource-list .resul:empty {
    text-align: center;
    color: #b5b5b5;
    padding-top: 60px;
}

.page-sub .function-resource-list .resul:empty::before {
    font-family: 'FontAwesome';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '';
    vertical-align: top;
    font-size: 30px;
    padding-right: 8px;
}

.page-sub .function-resource-list .resul:empty::after {
    content: '暂无数据';
    font-size: 24px;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.page-sub .function-survey-list ul li {
    padding: 8px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.page-sub .function-survey-list ul li:before,
.page-sub .function-survey-list ul li:after {
    content: " ";
    display: table;
}

.page-sub .function-survey-list ul li:after {
    clear: both;
}

.page-sub .function-survey-list ul li .title {
    font-size: 16px;
    line-height: 28px;
    float: left;
}

.page-sub .function-survey-list ul li .status {
    font-size: 14px;
    line-height: 28px;
    text-align: right;
    color: #b40001;
}

.page-sub .function-survey-list ul li .date {
    font: 14px;
    line-height: 28px;
    color: rgba(0, 0, 0, .54);
}

.page-sub .function-survey-list ul li .btns {
    padding-top: 4px;
}

.page-sub .function-survey-list ul li .btns a {
    display: inline-block;
    background: #0089e1;
    width: 124px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
}

.page-sub .function-survey-list ul li .btns a::before {
    content: '参\20加';
}

.page-sub .function-survey-list ul li.past .status {
    color: rgba(0, 0, 0, .54);
}

.page-sub .function-survey-list ul li.past .btns a {
    background: #747474;
}

.page-sub .function-survey-list ul li.past .btns a::before {
    content: "查\20看";
}

.portal-pagination button.active {
    background: #0089e1 !important;
}

.page-search .main-banner {
    height: 320px;
    background-image: url("../images/header.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.top{background:url("../images/logo01.png");}