.screen {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 768px;
}
.sm-screen {
    /*    box-sizing: content-box;
    height: 768px !important;*/
}
.mobile-screen .nav ul {
    margin-left: 0;
    padding-right: 0;
}
.view {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 768px;
    padding-bottom: 49px;
    padding-left: 218px;
    background-color: #000;
    background-image: url(../img/view-bg-invert.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 80px;
    margin-top: -40px;
    -webkit-background-size: 40px 80px;
       -moz-background-size: 40px 80px;
            background-size: 40px 80px;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}
.swiper-button-prev {
    left: 25px;
}
.swiper-button-next {
    right: 25px;
}
.article-page-slideshow .swiper-button-prev {
    left: 0;
}
.article-page-slideshow .swiper-button-next {
    right: 0;
}
.partner-page .swiper-button-prev {
    left: 40px;
}
.partner-page .swiper-button-next {
    right: 40px;
}
.slider .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    opacity: .7;
    color: #fff;
    background-image: url(../img/video-player-btn.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}
.slider .video-play-btn:hover {
    width: 110px;
    height: 110px;
    margin-top: -55px;
    margin-left: -55px;
    opacity: 1;
}
.aside {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 218px;
    height: 100%;
    background-color: #000;
}
.aside.in-dropdown {
    z-index: 5;
}
.footer {
    position: fixed;
    z-index: 3;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding-left: 218px;
}
.footer-main {
    box-sizing: border-box;
    width: 100%;
    padding: 15px 25px;
    text-align: center;
    background-color: #000;
}
.footer-main p {
    margin: 0;
}
.logo {
    font-size: 20px;
    line-height: 1;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-top: 115px;
    padding-bottom: 70px;
    text-align: center;
    color: #fff;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: center 38px;
}
.logo span {
    display: none !important;
}
.logo span + span {
    font-size: 12px;
    margin-top: 5px;
}
.nav {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-top: 185px;
    padding-bottom: 86px;
}
.nav ul {
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    padding-right: 17px;
}
.nav ul li {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    white-space: nowrap;
}
/* .nav ul.back {
    position: absolute;
    bottom: 110px;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-right: 0;
    background-color: #000;
}
.nav ul.back li a {
    display: inline-block;
    margin: 0 auto;
    padding: 3px 20px;
    border: 1px solid #9d9d9d;
}
.nav ul.back li a.active:after {
    display: none;
    content: '';
}
.nav ul.back li a.active .cn,
.nav ul.back li a.active .en {
    color: #c9caca;
}
.nav ul.back li a .cn {
    font-size: 16px;
}
.nav ul.back li a .en {
    display: none;
} */
.nav ul.back {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-right: 0;
}
.nav ul.back li a {
    margin-left: 0;
}
.nav ul.back li a.active:after {
    display: none;
    content: '';
}
.nav ul.back li a.active .cn,
.nav ul.back li a.active .en {
    color: #c9caca;
}

.nav ul li a {
    display: block;
    margin-left: 17px;
    padding: 23px 0;
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    color: #c9caca;
}
.nav ul li a:hover {
    color: #fff;
}
.nav ul li a span {
    line-height: 1;
    display: block;
}
.nav ul li a .cn {
    font-size: 20px;
}
.nav ul li a .cn > i {
    display: inline-block;
    width: 2em;
}
.nav ul li a .en {
    font-size: 12px;
    margin-top: 6px;
    -webkit-transform: scale(.8, .8);
        -ms-transform: scale(.8, .8);
         -o-transform: scale(.8, .8);
            transform: scale(.8, .8);
    text-transform: uppercase;
}
.nav a.active {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 13px 0;
}
.nav a.active:after {
    position: absolute;
    top: 0;
    left: -50%;
    display: block;
    width: 300%;
    height: 100%;
    content: '';
    background-color: #e60012;
}
.nav a.active span {
    position: relative;
    z-index: 1;
    color: #fff;
}
.nav.dropdown-menu .active a {
    color: #fff;
}
.nav ul li a .en
.nav-toggle {
    position: fixed;
    z-index: 98;
    top: 38px;
    right: 15px;
    display: none;
    padding: 9px 10px;
    border: 1px solid #f9f9f9;
    border-radius: 4px;
    outline: none;
    background-color: #fff;
}
.nav-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #e60012;
}
.nav-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
.nav-modal {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 38px 15px;
    background-color: rgba(0,0,0,.6);
}
.nav-modal-box {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 20px;
    color: #595757;
    border-radius: 4px;
    background-color: #fff;
}
.nav-modal-scroll {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 400px;
}
.nav-toggle-close {
    font-family: inherit;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 3px 5px;
    cursor: pointer;
    text-decoration: none;
    opacity: .2;
    color: #000;
    border: 0;
    outline: none;
    background: 0 0;
    text-shadow: 0 1px 0 #fff;
}
.nav-toggle-close:hover,
.nav-toggle-close:focus {
    opacity: .5;
    color: #e60012;
}
.nav-modal-box ul li {
    font-size: 16px;
    display: block;
    padding: 0 12px;
    text-align: center;
}
.nav-modal-box ul li + li {
    margin-top: 3px;
}
.nav-modal-box ul li a {
    display: block;
    overflow: hidden;
    padding: 6px 0;
    border-radius: 3px;
}
.nav-modal-box ul li a:hover,
.nav-modal-box ul li a:focus {
    color: #fff;
    background-color: #e60012;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
}
.nav-modal-box ul li.dropdown > ul {
    display: none;
    margin-top: 3px;
    padding: 5px 0;
    border-radius: 3px;
    background-color: #e60012;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
}
.nav-modal-box ul li.dropdown > ul li {
    font-size: 14px;
    padding: 0 5px;
}
.nav-modal-box ul li.open > ul {
    display: block;
}
.nav-modal-box ul li.open a {
    color: #fff;
}
.nav-modal-box ul li.open > a {
    border-radius: 3px;
    background-color: #e60012;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
}
.nav-modal-box ul li.dropdown > ul li a:hover,
.nav-modal-box ul li.dropdown > ul li a:focus {
    background-color: transparent;
    box-shadow: none;
}
.hbox {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    border-spacing: 0;
}
.hbox .col {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: middle;
}
.footer .hbox {
    position: relative;
    z-index: 102;
}
.footer .col-1 {
    width: 560px;
}
.footer .col-2 {
    width: 165px;
}
.footer .col-text-center {
    text-align: center;
}
.footer .col-text-right {
    text-align: right;
}
.footer .col p {
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
}
.footer .col p + p {
    margin-top: 11px;
}
.footer .col p .icp {
    font-size: 12px;
    margin-left: 10px;
}
/* .footer .language {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 218px;
    text-align: center;
}
.footer .lang-btn {
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    padding: 0 6px;
    color: #4e4e4e;
    color: #fff;
    border: 1px solid #9d9d9d;
}
.footer .lang-btn + .lang-btn {
    margin-left: 4px;
}
.footer .lang-btn:active {
    border-color: #fff;
} */
.footer .language {
    /*margin-top: 22px;*/
}
.footer .lang-btn {
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    padding: 0 20px;
    color: #4e4e4e;
    border-radius: 12px;
    background: rgb(255,255,255);
    background:    -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(227,227,227,1) 50%, rgba(133,134,134,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(227,227,227,1) 50%,rgba(133,134,134,1) 100%);
    background:         linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(227,227,227,1) 50%,rgba(133,134,134,1) 100%);
    text-shadow: 0 1px 0 #fff;

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#858686',GradientType=0 );
}
.footer .lang-btn + .lang-btn {
    margin-left: 20px;
}
.footer .lang-btn:active {
    background: rgb(255,255,255);
    background:    -moz-linear-gradient(top, rgba(133,134,134,1) 0%, rgba(227,227,227,1) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(133,134,134,1) 0%,rgba(227,227,227,1) 50%, rgba(255,255,255,1) 100%);
    background:         linear-gradient(to bottom, rgba(133,134,134,1) 0%,rgba(227,227,227,1) 50%, rgba(255,255,255,1) 100%);
    box-shadow: inset 0 0 1px rgba(0,0,0,1);
}
/* .footer .qrc-box {
    position: absolute;
    right: 40px;
    bottom: 38px;
}
.footer .qrc-box .link {
    position: relative;
    display: block;
    float: right;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,.5);
}
.footer .qrc-box .link + .link {
    margin-right: 30px;
}
.footer .qrc-box .link span > i {
    font-size: 12px;
    margin-left: 5px;
} */
.footer .qrc-box {
    text-align: right;
}
.footer .qrc-box .link {
    position: relative;
    display: block;
    float: right;
    color: #fff;
}
.footer .qrc-box .link + .link {
    margin-right: 30px;
}
.footer .qrc-box .link span > i {
    font-size: 12px;
    margin-left: 5px;
}
.footer .qrc {
    position: absolute;
    bottom: 50%;
    left: 50%;
    visibility: hidden;
    margin-left: -42px;
    padding: 10px;
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    opacity: 0;
    background-color: #000;
}
.footer .qrc-box .link:hover .qrc {
    bottom: 100%;
    visibility: visible;
    opacity: 1;
}
.footer .qrc img {
    display: block;
    width: 65px;
    height: 65px;
}
#PageContent {
    position: relative;
    width: 100%;
    height: 100%;
}
.loader {
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -70px;
    margin-left: -35px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 1px 2px 10px rgba(0,0,0,.2);
}
.page-brand {
    position: absolute;
    z-index: 101;
    right: 15px;
    bottom: 32px;
    display: none;
    width: 381px;
    height: 48px;
    background-image: url(../img/logo-btm.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.page-brand.white {
    background-image: url(../img/logo-btm-white.png);
}
.page-brand.black {
    background-image: url(../img/logo-btm-black.png);
}
.home-page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-slideshow {
    position: relative;
    width: 100%;
    height: 100%;
}
.home-slideshow .slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,.8);
}
.home-slideshow .slider .photo {
    width: 100%;
    height: 100%;
}
.home-slideshow .slider .description {
    position: absolute;
    z-index: 100;
    top: 40px;
    right: 40px;
    text-align: right;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.2);
}
.home-slideshow .slider .description p {
    line-height: 1.2;
    margin: 0;
}
.home-slideshow .slider .description .dark {
    color: #595757;
}
.home-slideshow .slider .description .cn {
    font-size: 28px;
}
.home-slideshow .slider .description .en {
    font-size: 20px;
    margin-top: 6px;
}
.home-slideshow .slider .thumb {
    position: absolute;
    right: 45px;
    bottom: 90px;
    overflow: hidden;
    width: 240px;
    height: 345px;
    border: 2px solid #fff;
    border-radius: 3px;
    box-shadow: 10px 10px 15px rgba(30,42,61,.5);
}
.home-slideshow .slider .thumb img {
    width: 100%;
    height: 100%;
}
.case-slideshow {
    position: relative;
    width: 100%;
    height: 100%;
}
.case-slideshow .slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.case-slideshow .vertical-align-middle {
    width: 100% !important;
}
.swiper-pagination {
    position: absolute;
    z-index: 100;
    bottom: 80px !important;
    left: 0;
    width: 100%;
    text-align: center;
}
.swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 46px;
    height: 5px;
    margin: 0 1px;
    cursor: pointer;
    opacity: 1;
    border-radius: 0;
    background: transparent;
    background-image: url(../img/pagination.png);
    background-repeat: no-repeat;
    background-position: left 0;
}
.pagination-page .swiper-pagination-bullet {
    background-image: url(../img/pagination-page.png);
}
.swiper-pagination .swiper-pagination-bullet-active {
    background-position: right 0;
}
.article-page {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
.page-brand-top {
    position: fixed;
    z-index: 1;
    top: 15px;
    left: 218px;
    width: 860px;
    height: 46px;
    background-image: url(../img/page-top.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.article-page-container {
    font-size: 16px;
    line-height: 1.8;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding: 100px 65px 50px;
    color: #fff;
}
.article-page-container img {
    max-width: 100%;
    height: auto;
}
.article-page-container p {
    margin: 0;
}
.article-page-container p + p {
    margin-top: 15px;
}
.article-page-slideshow {
    position: relative;
    width: 100%;
    height: 100%;
}
.article-page-slideshow .slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.team-page .article-page-container {
    padding-top: 65px;
}
.case-page {
    background-color: #000;
    background-image: url(../img/view-bg-invert.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
}
.case-page .article-page-container {
    padding: 0;
    padding-bottom: 52px;
}
.score-page {
    background-color: #000;
    background-image: url(../img/view-bg-invert.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
}
.score-page .article-page-slideshow {
    overflow: visible;
}
.score-page .article-page-slideshow .slider {
    overflow: visible;
}
.news-page {
    background-color: #000;
    background-image: url(../img/view-bg-invert.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
}
.news-page .article-page-container {
    padding-top: 50px;
}
.news-page .swiper-button-next {
    right: 60px;
}
.news-page .swiper-button-prev {
    left: 60px;
}
.news-view-page {
    margin-bottom: 70px;
    padding-top: 50px;
    color: #fff;
}
.news-view-page .title {
    font-size: 24px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #b0aeb1;
}
.news-view-page .time {
    font-size: 12px;
    margin-left: 15px;
    color: #b0aeb1;
}
.team-top {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    color: #595757;
}
.team-top h1 {
    font-size: 30px;
    font-weight: normal;
    display: table-cell;
    width: 240px;
    margin: 0;
    vertical-align: top;
    white-space: nowrap;
}
.team-top h1 > i {
    display: inline;
    margin-left: 25px;
    border-right: 2px solid #595757;
}
.team-top h2 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3;
    display: table-cell;
    padding: 0;
    padding-top: 10px;
    vertical-align: top;
}
.team-main {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 90%;
    padding-right: 17px;
}
.case-main {
    display: table;
    width: 100%;
    margin-top: 50px;
}
.case-main .tr {
    display: table-row;
    width: 100%;
}
.case-main .tr + .tr .thumb {
    margin-top: 60px;
}
.case-main .td {
    display: table-cell;
    width: 33.3333%;
    text-align: center;
}
.case-main .td .thumb {
    display: block;
    width: 360px;
    height: 234px;
    margin: 0 auto;
    border: 1px solid #fff;
}
.case-main .td .title {
    line-height: 1;
    display: block;
    overflow: hidden;
    width: 360px;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}
.case-slider {
    overflow: hidden;
    width: 915px;
    height: 500px;
    margin: 0 auto;
}
.case-slider .text {
    position: absolute !important;
    z-index: 50 !important;
    width: 915px !important;
    margin-top: 15px !important;
}
.case-slider .photo-shadow {
    height: 80px !important;
}
.boss-slider {
    width: 760px;
    height: 515px;
}
.boss-slider .photo {
    width: 760px !important;
    height: 515px !important;
}
.news-main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 15px;
}
.news-main .tr {
    display: table;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
}
.news-main .tr .td {
    font-size: 14px;
    display: table-cell;
    vertical-align: top;
}
.news-main .tr .td-1 {
    width: 400px;
}
.news-main .tr .td-2 {
    padding-right: 60px;
    padding-left: 30px;
}
.news-main .tr .td .photo {
    overflow: hidden;
    width: 370px;
    height: 185px;
    margin-left: 10px;
    border: 2px solid #fff;
    box-shadow: 1px 2px 10px rgba(0,0,0,.3);
}
.news-main .tr .td .photo img {
    width: 100%;
}
.news-main .tr .td p {
    line-height: 2;
    margin: 0;
    color: #fff;
}
.news-main .tr .td p + p {
    margin-top: 0;
}
.news-main .scroll {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 180px;
    padding-top: 3px;
    padding-right: 8px;
}
.cooper-main {
    position: relative;
    width: 100%;
    margin-top: 80px;
}
.cooper-main .tr {
    display: table;
    width: 100%;
    padding-bottom: 70px;
}
.cooper-main .tr + .tr {
    padding-top: 70px;
    /*border-top: 1px solid #b5b6b6;*/
}
.cooper-main .tr .td {
    font-size: 14px;
    display: table-cell;
    vertical-align: top;
}
.cooper-main .tr .td-1 {
    width: 20%;
}
.cooper-main .tr .td-2 {
    width: 30%;
    padding-right: 30px;
}
.cooper-main .tr .td-3 {
    width: 50%;
    padding-right: 27px;
}
.cooper-main .tr .td-2,
.cooper-main .tr .td-3 {
    padding-top: 15px;
}
.cooper-main .tr .td .photo {
    overflow: hidden;
    width: 140px;
    height: 200px;
    margin-left: 10px;
    border: 1px solid #b7b6b6;
}
.cooper-main .tr .td .photo img {
    width: 100%;
}
.cooper-main .tr .td p {
    line-height: 2;
    margin: 0;
}
.cooper-main .tr .td p + p {
    margin-top: 0;
}
.cooper-main .scroll {
    overflow-x: hidden;
    overflow-y: hidden;
    /*max-height: 180px;
    padding-right: 8px;*/
}
.events-main {
    width: 920px;
    min-height: 700px;
    margin: 0 auto;
}
.events-main h2 {
    margin-top: 40px;
}
.events-main p {
    line-height: 1.4;
    display: block;
    clear: both;
    padding: 0 15px;
    background-color: #161616;
}
.events-main p:after {
    display: table;
    clear: both;
    content: '';
}
.events-main p:before {
    display: none;
    float: left;
    width: 4px;
    height: 4px;
    margin-top: 12px;
    margin-right: 10px;
    content: '';
    border-radius: 50%;
    background-color: #e60012;
}
.events-main .time {
    display: inline-block;
    width: 115px;
    text-align: left;
}
.events-main .text {
    display: inline-block;
    text-align: left;
}
.score-page-top {
    font-size: 18px;
    line-height: 1.5;
    max-width: 1250px;
    margin: 0 auto;
    color: #fff;
}
.score-nav {
    max-width: 1250px;
    margin: 0 auto;
    padding-top: 40px;
}
.score-nav:after {
    display: table;
    clear: both;
    content: '';
}
.score-nav-grid {
    display: block;
    float: left;
    box-sizing: border-box;
    width: 144px;
}
.score-nav-grid + .score-nav-grid {
    margin-left: 8px;
}
.score-nav .line {
    display: none;
    width: 3px;
    height: 436px;
    background-color: #fff;
}
.score-nav-grid .pic {
    width: 100%;
    height: 289px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.score-nav-grid .pic-1 {
    background-image: url(../img/score-nav-1.gif);
}
.score-nav-grid .pic-2 {
    background-image: url(../img/score-nav-2.gif);
}
.score-nav-grid .pic-3 {
    background-image: url(../img/score-nav-3.gif);
}
.score-nav-grid .pic-4 {
    background-image: url(../img/score-nav-4.gif);
}
.score-nav-grid .pic-5 {
    background-image: url(../img/score-nav-5.gif);
}
.score-nav-grid .pic-6 {
    background-image: url(../img/score-nav-6.gif);
}
.score-nav-grid .pic-7 {
    background-image: url(../img/score-nav-7.gif);
}
.score-nav-grid .pic-8 {
    background-image: url(../img/score-nav-8.gif);
}
.score-nav-grid .text {
    font-size: 20px;
    line-height: 36px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    background-color: #000;
}

.article-page-coverflow {
    position: relative;
    overflow: visible !important;
    width: 100%;
    height: 100%;
}
.article-page-coverflow .slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    /* padding: 40px 0; */
}
.article-page-coverflow .slider .photo {
    display: block;
    width: 915px;
    height: 500px;
    margin: 0 auto;
    box-shadow: 0 10px 20px rgba(0,0,0,.5);
}
.article-page-coverflow .slider .photo-lay {
    position: absolute;
    top: 1px;
    left: 50%;
    opacity: .6;
    background-color: #000;
}
.article-page-coverflow .slider .vertical-align-middle {
    position: relative;
    overflow: visible;
}
.article-page-coverflow .slider .photo-shadow {
    position: absolute;
    z-index: 2;
    top: 500px;
    left: 50%;
    overflow: hidden;
    opacity: .5;
}
.article-page-coverflow .slider .boss-slider .photo-shadow {
    top: 516px;
}

.article-page-coverflow .slider .photo-shadow .inver {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 102%;
    background:    -moz-linear-gradient(top,  rgba(0,0,0,.25) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,.25) 0%,rgba(0,0,0,1) 100%);
    background:         linear-gradient(to bottom,  rgba(0,0,0,.25) 0%,rgba(0,0,0,1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#000000',GradientType=0 );
}
.article-page-coverflow .slider .photo-shadow img {
    -webkit-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
         -o-transform: rotateX(180deg);
            transform: rotateX(180deg);
}
.article-page-coverflow .swiper-slide-active .photo-lay {
    display: none !important;
}
.article-page-coverflow .slider .swiper-lazy {
    border-color: transparent;
    background-color: #000;
}
.article-page-coverflow .slider .swiper-lazy-loaded {
    box-sizing: border-box;
    border: 1px solid #b0aeb1;
}
.article-page-coverflow .slider .text {
    font-size: 20px;
    position: relative;
    z-index: 1;
    visibility: hidden;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    color: #fff;
}
.article-page-coverflow .swiper-slide-active .text {
    display: block;
    visibility: visible;
}
.article-page-coverflow .swiper-slide-active .vertical-align-middle {
    /*margin-top: 40px;*/
}
.article-page-coverflow .slider .vertical-align-middle {
    width: 100%;
}
.news-wraper {
    width: 950px;
    margin: 0 auto;
}
.news-top {
    width: 100%;
    margin-bottom: 10px;
    color: #fff;
}
.news-top.border {
    padding-bottom: 6px;
    border-bottom: 1px solid #555;
}
.news-top .cn {
    font-size: 18px;
}
.news-top .en {
    font-size: 14px;
    margin-left: 5px;
}
.news-video {
    position: relative;
    width: 950px;
    height: 430px;
    margin-bottom: 10px;
    background-color: #000;
}
.video-player {
    position: relative;
    width: 100%;
    height: 100%;
}
.case-page .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -45px;
}
.news-video .video-player {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #b0aeb1;
    box-shadow: 0 0 10px rgba(255,255,255,.3);
}

.news-swiper {
    position: relative;
    width: 100%;
    height: 100%;
}
.news-swiper .slider {
    position: relative;
    overflow: hidden;
    width: 25%;
    height: 100%;
}
.news-swiper .slider .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.news-swiper .slider .photo img {
    height: 100%;
}
.news-swiper .slider .description {
    line-height: 1.5;
    position: absolute;
    z-index: 1;
    bottom: -50px;
    left: 0;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    padding: 6px 10px;
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    background-color: rgba(0,0,0,.5);
}
.news-swiper .slider:hover .description {
    bottom: 0;
}
.map-frame {
    width: 780px;
    height: 400px;
    margin-top: 30px;
}
.boss-page .article-page-coverflow .swiper-slide-active .vertical-align-middle {
    margin-top: 0;
}
.boss-page .article-page-coverflow .swiper-slide-active .text {
    font-size: 14px;
    display: none;
    margin-top: 20px;
    color: #595757;
}
.boss-page .article-page-slideshow .slider {
    /*height: auto !important;*/
}
.boss-page .article-page-coverflow .slider .photo {
    width: 760px;
    height: 500px;
}
.boss-page .article-page-coverflow .slider .photo-shadow {
    display: none;
}
.boss-page .swiper-button-next,
.boss-page .swiper-button-prev {
    width: 32px;
    height: 51px;
    background-image: url(../img/swiper-button-icon-boss-page.png);
    background-size: auto;
}
.boss-page .swiper-button-next {
    background-position: right 0;
}
.boss-page .swiper-button-prev {
    background-position: left 0;
}
.boss-page .swiper-button-disabled {
    display: none;
}
.team-pattern {
    position: relative;
    width: 1120px;
    height: 500px;
    margin: 0 auto;
    margin-top: -20px;
}
.team-pattern .top {
    position: absolute;
    top: 0;
    left: 50%;
    width: 241px;
    height: 229px;
    margin-left: -120px;
}
.team-pattern .top > i {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/team-pattern-top.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.team-pattern .top .lay {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: -100px;
    width: 296px;
    height: 295px;
    background-image: url(../img/team-pattern-top-lay.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.team-pattern .line {
    position: absolute;
    z-index: 0;
    top: 160px;
    left: 50%;
    width: 1013px;
    height: 238px;
    margin-left: -515px;
    background-image: url(../img/team-pattern-line.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.team-pattern .col {
    position: absolute;
    top: 385px;
    display: block;
    width: 134px;
    height: 134px;
}

.team-pattern .col > i {
    font-size: 22px;
    font-style: normal;
    position: absolute;
    z-index: 2;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    text-align: center;
    color: #fff;
    background-image: url(../img/team-pattern-col.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.team-pattern .col:hover > i {
    -webkit-transform: scale(1.08, 1.08);
        -ms-transform: scale(1.08, 1.08);
         -o-transform: scale(1.08, 1.08);
            transform: scale(1.08, 1.08);
}
.team-pattern .col .lay {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: -80px;
    width: 181px;
    height: 174px;
    background-image: url(../img/team-pattern-col-lay.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.team-pattern .col-1 {
    left: -20px;
}
.team-pattern .col-2 {
    left: 125px;
}
.team-pattern .col-3 {
    left: 272px;
}
.team-pattern .col-4 {
    left: 417px;
}
.team-pattern .col-5 {
    left: 560px;
}
.team-pattern .col-6 {
    left: 704px;
}
.team-pattern .col-7 {
    left: 848px;
}
.team-pattern .col-8 {
    left: 990px;
}
.team-pattern .col-8 > i {
    padding-top: 40px;
}
.branches-main {
    position: relative;
    width: 100%;
}
.branches-main .link-1 {
    position: absolute;
    bottom: 26px;
    left: 50%;
    display: block;
    width: 175px;
    height: 175px;
    margin-left: -500px;
    background-color: transparent;
}
.branches-main .link-2 {
    position: absolute;
    bottom: 26px;
    left: 50%;
    display: block;
    width: 175px;
    height: 175px;
    margin-left: -85px;
    background-color: transparent;
}
.branches-main .link-3 {
    position: absolute;
    bottom: 26px;
    left: 50%;
    display: block;
    width: 175px;
    height: 175px;
    margin-left: 324px;
    background-color: transparent;
}
.about-company-page-bg {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/about-company-bg.jpg);
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-size: cover;
}
.boss-frame {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 45px;
}
.boss-main {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    color: #fff;
}
.boss-main .left {
    display: table-cell;
    width: 40%;
    vertical-align: middle;
}
.boss-main .right {
    display: table-cell;
    overflow: hidden;
    box-sizing: border-box;
    width: 60%;
    padding-top: 30px;
    vertical-align: middle;
}
.boss-main .right:hover {
    overflow-x: hidden;
    overflow-y: auto;
}
.boss-main .left .photo {
    width: 100%;
    text-align: center;
}
.boss-main .left .description {
    width: 370px;
    margin: 20px auto 0;
}
.boss-main .left .description p {
    line-height: 1;
    margin: 0;
}
.boss-main .left .description p + p {
    margin-top: 15px;
}
.boss-main .left .description .b-b {
    padding-bottom: 10px;
    border-bottom: 2px solid #d21517;
}
.boss-main .left .description .ll {
    font-size: 32px;
}
.boss-main .left .description .ss {
    font-size: 16px;
}
.boss-main .left .description span + span {
    margin-left: 10px;
}
.boss-main .right p .list {
    display: table-cell;
    padding-right: 15px;
}
.boss-main .right p .list_s {
    display: table-cell;
}
.scroll-y {
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-right: 17px;
}
.boss-main .right .fr {
    float: right;
}
.partner-main {
    position: relative;
    width: 100%;
    height: 100%;
}
.partner-main .team-photo {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
}
.partner-main .team-photo img {
    width: 100%;
}
.partner-main .ba-team {
    display: table;
    width: 100%;
    height: 285px;
}
.partner-main .ba-team .tt {
    font-size: 30px;
    display: table-cell;
    width: 40%;
    text-align: center;
    vertical-align: middle;
}
.partner-main .ba-team ul {
    display: table-cell;
    width: 60%;
    vertical-align: middle;
}
.partner-main .ba-team ul li {
    line-height: 62px;
    display: block;
}
.partner-main .ba-team ul li:before {
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    margin-top: 25px;
    margin-right: 22px;
    content: '';
    border-radius: 50%;
    background-color: #e60012;
}
.pug-page {
    background-color: #000;
}
.device-page {
    background-color: #000;
}
.device-main {
    position: relative;
    max-width: 1545px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
}
.device-main .tt {
    font-size: 16px;
    width: 100%;
    margin-bottom: 25px;
    text-align: right;
}
.device-main .device-top {
    display: block;
    overflow: hidden;
    width: 100%;
}
.device-main .device-top.stage {
    height: 379px;
}
.device-main .device-top.light {
    height: 200px;
}
.device-main .device-top ul {
    display: block;
    height: 200px;
}
.device-main .device-top ul:after {
    display: table;
    clear: both;
    content: '';
}
.device-main .device-top li {
    display: table;
    float: left;
}
.device-main .device-top.stage li + li {
    padding-left: 20px;
}
.device-main .device-top.light li {
    position: relative;
    height: 200px;
}
.device-main .device-top.light li + li {
    padding-left: 35px;
}
.device-main .device-top.light li .light-pho {
    display: table-cell;
    vertical-align: bottom;
}
.device-main .device-data {
    width: 100%;
}
.device-main .device-data .t-h {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 40px;
}
.device-main .device-data .t-b {
    line-height: 1.2;
}
.device-main .device-data .t-b + .t-b {
    margin-top: 10px;
}
.device-main .device-data .t-h,
.device-main .device-data .t-b {
    box-sizing: border-box;
    width: 100%;
    padding-left: 60px;
}
.device-main .device-data .t-h:after,
.device-main .device-data .t-b:after {
    display: table;
    clear: both;
    content: '';
}
.device-main .device-data .t-h-d,
.device-main .device-data .tb-b-d {
    font-size: 16px !important;
    position: relative;
    float: left;
}
.device-main .device-data .t-h-d span,
.device-main .device-data .tb-b-d span {
    font-size: 16px !important;
}
.device-main .device-data .t-b:nth-of-type(even) {
    background-color: #161616;
}
.device-main .device-data .w1 {
    width: 1000px;
}
.device-main .device-data .w1 span {
    display: block;
    width: 88px;
    text-align: center;
}
.device-main .device-data .t-h .w1 {
    text-indent: 13px;
}
.device-main .device-data .w2 {
    width: 145px;
    text-align: center;
}
.device-main .device-data .sm {
}
.device-main .device-data .text-center {
    text-align: center;
}
.device-main .device-data .light-w1 {
    width: 34px;
}
.device-main .device-data .light-w2 {
    width: 252px;
    margin-left: 108px;
}
.device-main .device-data .light-w3 {
    width: 320px;
    margin-left: 70px;
}
.device-main .device-data .light-w4 {
    width: 234px;
    margin-left: 75px;
}
.device-main .device-data .light-w5 {
    width: 160px;
    margin-left: 107px;
}
.video-frame {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 40px 220px;
    cursor: pointer;
    background-color: rgba(0,0,0,.5);
}
.video-frame .box {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    box-shadow: 0 0 20px rgba(0,0,0,.4);
}
.video-frame .box .close {
    font-size: 42px;
    line-height: 64px;
    position: absolute;
    z-index: 10;
    top: 0;
    right: -64px;
    width: 64px;
    height: 64px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 5px;
    outline: none;
    background-color: #000;
}
.video-frame .box .player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pug-main {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 45px;
}
.pug-main .map {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.pug-main .map.world {
    width: 1477px;
    height: 748px;
    margin-top: -374px;
    margin-left: -738px;
    background-image: url(../img/pug-world.jpg);
}
.pug-main .map.china {
    width: 884px;
    height: 697px;
    margin-top: -348px;
    margin-left: -442px;
    background-image: url(../img/pug-china.jpg);
}
.pug-main .marker {
    position: absolute;
    z-index: 1;
    display: none;
    border-radius: 50%;
    background-color: #fff;
}
.pug-main .marker > i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    background-image: url(../img/pug-marker-light.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.pug-main .marker > span {
    font-size: 16px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 240%;
    display: block;
    display: none;
    margin-top: -14px;
    white-space: nowrap;
    color: #fff;
}
.pug-main .marker > span.top {
    top: auto;
    bottom: 120%;
    left: 50%;
    margin-top: 0;
    margin-left: -1em;
}
.pug-main .marker.m-1x {
    width: 6px;
    height: 6px;
}
.pug-main .marker.m-2x {
    width: 8px;
    height: 8px;
}
.pug-main .marker.m-3x {
    width: 10px;
    height: 10px;
}
.pug-main .marker.tw {
    top: 283px;
    right: 205px;
}
.pug-main .marker.xg {
    top: 297px;
    right: 257px;
}
.pug-main .marker.am {
    top: 288px;
    right: 248px;
}
.pug-main .marker.cn {
    top: 206px;
    right: 228px;
}
.pug-main .marker.hg {
    top: 239px;
    right: 166px;
}
.pug-main .marker.els {
    top: 110px;
    right: 242px;
}
.pug-main .marker.alq {
    top: 103px;
    right: 504px;
}
.pug-main .marker.yd {
    top: 222px;
    left: 608px;
}
.pug-main .marker.nrly {
    top: 345px;
    right: 616px;
}
.pug-main .marker.adly {
    top: 454px;
    right: 182px;
}
.pug-main .marker.mg {
    top: 222px;
    left: 255px;
}
.pug-main .marker.flb {
    top: 333px;
    right: 227px;
}
.pug-main .marker.xjp {
    top: 367px;
    right: 280px;
}
.pug-main .marker.mlxy {
    top: 358px;
    right: 300px;
}
.pug-main .marker.mjlg {
    top: 305px;
    right: 330px;
}
.pug-main .marker.bjst {
    top: 286px;
    right: 400px;
}
.pug-main .marker.lby {
    top: 282px;
    right: 575px;
}
.pug-main .marker.bj {
    top: 238px;
    right: 208px;
}
.pug-main .marker.lf {
    top: 254px;
    right: 190px;
}
.pug-main .marker.hhht {
    top: 210px;
    right: 254px;
}
.pug-main .marker.jz {
    top: 209px;
    right: 152px;
}
.pug-main .marker.tl {
    top: 168px;
    right: 155px;
}
.pug-main .marker.as {
    top: 200px;
    right: 104px;
}
.pug-main .marker.heb {
    top: 107px;
    right: 73px;
}
.pug-main .marker.dq {
    top: 86px;
    right: 87px;
}
.pug-main .marker.yt {
    top: 283px;
    right: 126px;
}
.pug-main .marker.qd {
    top: 309px;
    right: 145px;
}
.pug-main .marker.jn {
    top: 301px;
    right: 184px;
}
.pug-main .marker.zz {
    top: 333px;
    right: 208px;
}
.pug-main .marker.ly {
    top: 349px;
    right: 235px;
}
.pug-main .marker.xa {
    top: 361px;
    right: 300px;
}
.pug-main .marker.jy {
    top: 370px;
    right: 116px;
}
.pug-main .marker.nj {
    top: 385px;
    right: 154px;
}
.pug-main .marker.wx {
    top: 405px;
    right: 119px;
}
.pug-main .marker.hs {
    top: 428px;
    right: 154px;
}
.pug-main .marker.taiwan {
    top: 513px;
    right: 89px;
}
.pug-main .marker.fz {
    top: 471px;
    right: 127px;
}
.pug-main .marker.nc {
    top: 452px;
    right: 185px;
}
.pug-main .marker.wh {
    top: 417px;
    right: 218px;
}
.pug-main .marker.cs {
    top: 460px;
    right: 225px;
}
.pug-main .marker.hz {
    top: 523px;
    right: 186px;
}
.pug-main .marker.gz {
    top: 513px;
    right: 220px;
}
.pug-main .marker.xianggang {
    top: 544px;
    right: 203px;
}
.pug-main .marker.aomen {
    top: 558px;
    right: 233px;
}
.pug-main .marker.fs {
    top: 542px;
    right: 250px;
}
.pug-main .marker.nn {
    top: 522px;
    right: 290px;
}
.pug-main .marker.guizhou {
    top: 460px;
    right: 326px;
}
.pug-main .marker.kunming {
    top: 491px;
    right: 376px;
}
.pug-main .marker.cd {
    top: 411px;
    right: 367px;
}
.pug-main .marker.xizang {
    top: 409px;
    right: 529px;
}
.pug-main .marker.baotou {
    top: 233px;
    right: 289px;
}
.pug-main .marker.erds {
    top: 256px;
    right: 310px;
}
.pug-main .marker.yinchuan {
    top: 295px;
    right: 357px;
}


/** 视频动态 **/
.m-video {
    text-align: center;
}
.m-video li {
    width: 32%;
    display: inline-block;
    margin-bottom: 30px;
}
.m-video-photo {
    max-width: 100%;
    position: relative;
}
.m-video-photo img {
    max-width: 90%;
    margin: 0 auto;
}
.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: .7;
    color: #fff;
    background-image: url(../img/video-player-btn.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}
