body {
    padding-top: 55px;
}
.container {
    box-sizing: border-box;
    width: 100%;
    padding: 0 40px;
}
.top {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 10px 0;
    -webkit-transition: all .2s;
         -o-transition: all .2s;
            transition: all .2s;
    background-color: #fff;
    background-image: url(../img/view-bg.png);
    background-repeat: no-repeat;
    background-position: right top;
}
.top:before,
.top:after {
    display: table;
    clear: both;
    content: '';
}
.logo {
    display: block;
    float: left;
    width: 281px;
    height: 35px;
    text-indent: -9999px;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.nav-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    overflow: hidden;
    width: 22px;
    height: 20px;
    padding: 0;
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    border: none;
    outline: none;
    background-color: transparent;
    background-image: none;
}
.nav-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    background-color: #e60517;
}
.nav-toggle .icon-bar + .icon-bar {
    margin-top: 7px;
}
.nav-toggle-off .icon-bar {
    position: absolute;
}
.nav-toggle-off .icon-bar:last-of-type {
    bottom: 0;
    display: none;
}
.nav-toggle-off .icon-bar + .icon-bar {
    margin-top: 10px;
}
.nav-toggle-off .icon-bar:nth-of-type(1) {
    top: 0;
    margin-top: 10px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
.nav-toggle-off .icon-bar:nth-of-type(2) {
    top: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.nav {
    display: none;
    width: 100%;
    margin-top: 60px;
    padding-bottom: 15px;
}
.nav-in .nav {
    display: block;
}
.nav ul li {
    margin-top: 15px;
    margin-right: 38px;
    margin-left: 38px;
    border-bottom: 1px solid #d5d5d5;
}
.nav ul li a {
    font-size: 14px;
    line-height: 22px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    color: #fff;
    background-color: #e81526;
}
.nav ul li a .cn {
    display: inline-block;
    width: 80px;
}
.nav ul li a .en {
    font-size: 12px;
    display: inline-block;
}
.pagination {
    position: absolute;
    z-index: 100;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
}
.pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 27px;
    height: 3px;
    margin: 0;
    cursor: pointer;
    opacity: 1;
    border-radius: 0;
    background: transparent;
    background-image: url(../img/pagination.png);
    background-repeat: no-repeat;
    background-position: left 0;
}
.pagination .swiper-pagination-bullet-active {
    background-position: right 0;
}
.home-slideshow .slider .photo {
    display: block;
    float: left;
    clear: both;
    max-width: 100%;
    height: auto;
}
.home-slideshow .slider .swiper-lazy {
    width: 100%;
    height: 0;
    padding-top: 54.17%;
    background-color: #e6e6e6;
}
.home-slideshow .slider .swiper-lazy-loaded {
    width: auto;
    height: auto;
    padding: 0;
}
.home-slideshow .slider .description {
    position: absolute;
    z-index: 100;
    top: 15px;
    left: 0;
    padding-right: 15px;
    padding-left: 6px;
    text-align: left;
    color: #fff;
    border-left: 5px solid #f00;
    text-shadow: 1px 1px 3px rgba(0,0,0,.2);
}
.home-slideshow .slider .description.dark {
    color: #595757;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}
.home-slideshow .slider .description p {
    line-height: 1;
    margin: 0;
}
.home-slideshow .slider .description .cn {
    font-size: 14px;
}
.home-slideshow .slider .description .en {
    font-size: 12px;
    margin-top: 3px;
}
.score-box {
    width: 100%;
    padding: 15px 0;
    background-color: #e6e6e6;
}
.score-slider .slider {
    box-sizing: border-box;
}
.score-slider .slider + .slider {
    border-left: 1px solid #fff;
}
.score-slider .score-grid {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
}
.score-slider .score-grid img {
    width: 100%;
    height: auto;
    margin-top: -10px;
}
.score-slider .score-grid .title {
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #f00;
}
.video-box {
    width: 100%;
    padding: 15px 0;
    background-color: #464646;
}
.video-player-frame {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.video-player-frame + .video-player-frame {
    margin-top: 25px;
}
.video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}
.video-player .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -45px;
}
.footer {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    padding: 10px 0;
    background-color: #e9e9e9;
}
.footer p {
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    padding-right: 15px;
    white-space: nowrap;
    color: #555;
}
.footer p + p {
    margin-top: 2px;
}
.page {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 60px;
}
.page-article {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 15px;
    color: #595757;
}
.about-menu {
    width: 100%;
}
.about-menu li {
    margin-right: 30px;
    margin-left: 30px;
    border-bottom: 1px solid #d5d5d5;
}
.about-menu li + li {
    margin-top: 30px;
}
.about-menu li a {
    font-size: 14px;
    line-height: 30px;
    display: block;
    padding: 0 25px;
    color: #fff;
    background-color: #e81526;
}
.about-menu li a .cn {
    display: inline-block;
    width: 112px;
}
.about-menu li a .en {
    font-size: 12px;
    display: inline-block;
}
.team-menu {
    box-sizing: border-box;
    width: 100%;
    padding: 30px;
}
.team-menu li {
    float: left;
    box-sizing: border-box;
    width: 50%;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}
.team-menu li a {
    font-size: 14px;
    line-height: 50px;
    display: block;
    padding: 0 25px;
    color: #fff;
    background-color: #e81526;
}
.team-view {
    display: table;
    width: 100%;
}
.team-view .man {
    display: table-row;
}
.team-view .man .photo {
    display: table-cell;
    width: 120px;
    vertical-align: top;
}
.team-view .man .photo img {
    width: 100px;
    height: auto;
}
.team-view.cooper .man .photo img {
    box-sizing: border-box;
    border: 1px solid #a0a1a1;
}
.team-view.cooper + .team-view.cooper {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid #e81526;
}
.team-view .man .text {
    font-size: 12px;
    display: table-cell;
    vertical-align: top;
}
.team-view .man .text p {
    margin: 0;
}
.team-view .man .text p + p {
    margin-top: 5px;
}
.team-view .man .text .y {
    font-size: 14px;
}
.team-view .man .text .s:before {
    display: none;
    float: left;
    width: 2px;
    height: 2px;
    margin-top: 10px;
    margin-right: 6px;
    content: '';
    background-color: #e81526;
}
.man2 {
    display: block;
    width: 100%;
    margin-top: 30px;
}
.man2:after {
    display: table;
    clear: both;
    content: '';
}
.man2 .li {
    display: block;
    float: left;
    box-sizing: border-box;
    width: 33.3333%;
    margin-top: 15px;
}
.man2 .li img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid #a0a1a1;
}
.branches-menu {
    box-sizing: border-box;
    width: 100%;
    padding: 30px;
}
.branches-menu li {
    float: left;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}
.branches-menu li a {
    font-size: 14px;
    line-height: 50px;
    display: block;
    padding: 0 25px;
    color: #fff;
    background-color: #e81526;
}
.events-main p:before {
    display: block;
    float: left;
    width: 4px;
    height: 4px;
    margin-top: 8px;
    margin-right: 10px;
    content: '';
    border-radius: 50%;
    background-color: #e60012;
}
.map-frame {
    width: 100%;
    height: 400px;
    margin-top: 30px;
}
.description-title {
    font-size: 14px;
    color: #595757;
    margin: 40px 15px 10px;
    border-bottom: 2px solid #e60012;
    line-height: 1.5;
    padding-bottom: 8px;
}
.score-slider {
    margin: 0 15px;
}
.vr-main {
    margin: 30px 15px;
}
.vr-main img {
    max-width: 100%;
    height: auto;
}
.vr-main img + img {
    margin-top: 30px;
}
