/*html{ 
    -webkit-filter: grayscale(100%); 
    -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); 
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);  
    _filter:none; 
}*/
body, html {
    width: 100%;
    height: 100%
}

body {
    position: relative;
    margin: 0;
    color: #333;
    line-height: 1;
    font-family: sans-serif;
    background: #fff
}

h1, h2, h3, p {
    margin: 0;
    padding: 0;
    font-weight: 400
}

em, i {
    font-style: normal
}

img {
    border: 0;
    width: 100%;
    height: 100%;
    vertical-align: top
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a, a:hover {
    color: inherit;
    text-decoration: none
}

button, input {
    padding: 0;
    color: inherit;
    font-size: 1em;
    font-family: sans-serif;
    border: none;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

button:focus, input:focus {
    outline: 0
}

button:disabled, button[disabled], input:disabled, input[disabled] {
    opacity: 1
}

button:-webkit-autofill, input:-webkit-autofill {
    transition-delay: 99999s;
    transition: background 99999s
}

::-webkit-input-placeholder {
    color: #999;
    font-size: 1em;
    font-family: sans-serif
}

:-ms-input-placeholder {
    color: #999;
    font-size: 1em;
    font-family: sans-serif
}

::-ms-input-placeholder {
    color: #999;
    font-size: 1em;
    font-family: sans-serif
}

::placeholder {
    color: #999;
    font-size: 1em;
    font-family: sans-serif
}

::-webkit-scrollbar, body::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important
}

::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .22) !important;
    border-radius: 5px !important
}

::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
    background-color: #6e7c8d !important;
    background-image: -webkit-linear-gradient(340deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    min-height: 50px;
    border-radius: 5px !important
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s top, .2s -webkit-transform;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s left, .2s -webkit-transform;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s right, .2s -webkit-transform;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#toast {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: .8em 1.2em;
    color: #fff;
    font-size: 16px;
    background: rgba(0, 0, 0, .5);
    border-radius: 5px;
    -webkit-animation: fadeIn .1s;
    animation: fadeIn .1s
}

.container {
    width: 1500px;
    height: 100%;
    margin: 0 auto
}

.g-head {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 80px;
    color: #fff;
    background: rgba(0, 0, 0, .3);
    z-index: 10
}

.g-head .g-logo {
    width: 134px;
    height: 121px;
    line-height: 80px
}

.g-head ul {
    height: 100%;
    font-size: 0;
    float: right
}

.g-head li {
    display: inline-block
}

.g-head li:hover {
    background: rgba(0, 0, 0, .3)
}

.g-head a {
    display: block;
    padding: 0 40px;
    font-size: 20px;
    line-height: 72px
}

.g-head a div {
    border-style: solid;
    border-width: 4px 0 4px 0;
    border-color: transparent
}

.g-head .active div {
    border-bottom-color: #53cac3
}

.swiper-container {
    width: 100%;
    height: 100%
}

.swiper-container:hover .swiper-button-next, .swiper-container:hover .swiper-button-prev {
    opacity: 1
}

.swiper-button-next, .swiper-button-prev {
    width: 42px;
    height: 42px;
    background-size: 100% 100%;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.swiper-button-prev {
    left: 5.208333333333334%;
    background-image: url(../img/index-banner-left.png)
}

.swiper-button-next {
    right: 5.208333333333334%;
    background-image: url(../img/index-banner-right.png)
}

.swiper-pagination-bullets {
    bottom: 60px !important
}

.swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    margin: 0 30px !important;
    border: 1px solid #fff;
    background: 0 0;
    opacity: .5;
    vertical-align: top;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullet:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.swiper-pagination-bullet-active {
    background: #fff;
    opacity: .7
}

.g-table {
    display: table;
    width: 100%;
    table-layout: auto
}

.g-table > div {
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle
}

.g-table > div.min {
    width: 1%
}

.g-foot {
    color: #fff
}

.g-foot input {
    color: #666
}

.g-foot .g-foot-t {
    padding: 40px 0 54px;
    line-height: 46px;
    background: #171717
}


.g-foot .g-company-name span {
    display: inline-block;
    font-size: 30px;
    vertical-align: top
}

.g-foot .g-company-name .g-company-email, .g-foot .g-company-name .g-company-phone {
    position: relative;
    top: 2px;
    font-size: 18px
}

.g-foot .g-company-name .g-company-phone {
    margin-left: 45px;
    padding-left: 40px
}

.g-foot .g-company-name .g-company-phone:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 30px;
    margin: auto;
    background: #fff
}

.g-foot .g-company-name .g-company-email {
    padding-left: 45px
}

.g-foot .g-company-address {
    padding-top: 36px
}

.g-foot .g-company-contact {
    float: right;
    font-size: 0
}

.g-foot .g-company-contact .icon-box {
    display: inline-block;
    position: relative;
    width: 40px;
    margin-right: 50px
}

.g-foot .g-company-contact .icon-box:nth-child(2) .icon {
    background-position: center
}

.g-foot .g-company-contact .icon-box:nth-child(2) .code {
    left: -28px
}

.g-foot .g-company-contact .icon-box:nth-child(2) .code:before {
    left: 49px
}

.g-foot .g-company-contact .icon-box:nth-child(3) .icon {
    background-position: right
}

.g-foot .g-company-contact .icon-box:nth-child(3) .code {
    left: auto;
    right: -10px
}

.g-foot .g-company-contact .icon-box:nth-child(3) .code:before {
    left: 67px
}

.g-foot .g-company-contact .icon-box:hover .icon {
    opacity: 1
}

.g-foot .g-company-contact .icon-box:hover .code {
    display: block
}

.g-foot .g-company-contact .icon-box .icon {
    width: 40px;
    height: 40px;
    background-image: url(../img/chat-icon.jpg);
    background-size: auto 100%;
    opacity: .5;
    border-radius: 50%;
    overflow: hidden
}

.g-foot .g-company-contact .icon-box .code {
    display: none;
    position: absolute;
    top: 50px;
    left: -10px;
    width: 80px;
    height: 80px;
    padding: 8px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(200, 200, 200, .2)
}

.g-foot .g-company-contact .icon-box .code:before {
    content: '';
    position: absolute;
    left: 30px;
    bottom: 100%;
    width: 19px;
    height: 9px;
    margin-left: -9px;
    margin-bottom: -1px;
    background-image: url(../img/top-triangle.png);
    background-size: 100% 100%
}

.g-foot .g-foot-b {
    background: #2c2c2c
}

.g-foot .g-foot-b .content {
    height: 90px
}

.g-foot .g-foot-b .content label {
    font-size: 20px;
    line-height: 40px
}

.g-foot .g-foot-b .content input {
    height: 40px;
    padding: 0 1em;
    background: #fff
}

.g-foot .g-foot-b .content input:focus {
    box-shadow: inset 0 0 10px #a20
}

.g-foot .g-foot-b .content button {
    width: 218px;
    height: 55px;
    margin: 0 35px 0 0;
    font-size: 26px;
    background: #53cac3;
    border: 2px solid #fff;
    border-radius: 10px;
    cursor: pointer
}

.g-foot .g-foot-b .content button:hover {
    box-shadow: inset 0 0 10px #a20
}

.g-foot .g-foot-b .content button:active {
    box-shadow: inset 0 0 15px #510
}

@media (max-width: 1540px) {
    .container {
        width: 1200px
    }

    .g-head {
        height: 64px
    }

    .g-head .g-logo {
        width: 104px;
        height: 96px;
        line-height: 64px
    }

    .g-head a {
        padding: 0 32px;
        font-size: 16px;
        line-height: 56px
    }

    .g-head a div {
        border-width: 3px 0 3px 0
    }

    .swiper-button-next, .swiper-button-prev {
        width: 32px;
        height: 32px
    }

    .swiper-pagination-bullets {
        bottom: 48px !important
    }

    .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        margin: 0 24px !important
    }

    .g-foot .g-foot-t, .g-foot input {
        padding: 32px 0 40px;
        line-height: 40px
    }

    .g-foot .g-company-name span {
        font-size: 24px
    }

    .g-foot .g-company-name .g-company-email, .g-foot .g-company-name .g-company-phone {
        font-size: 16px
    }

    .g-foot .g-company-name .g-company-phone {
        margin-left: 36px;
        padding-left: 32px
    }

    .g-foot .g-company-name .g-company-phone:before {
        height: 24px
    }

    .g-foot .g-company-name .g-company-email {
        padding-left: 36px
    }

    .g-foot .g-company-address {
        padding-top: 28px
    }

    .g-foot .g-company-contact .icon-box {
        width: 32px;
        margin-right: 40px
    }

    .g-foot .g-company-contact .icon-box:nth-child(2) .code {
        left: -24px
    }

    .g-foot .g-company-contact .icon-box:nth-child(2) .code:before {
        left: 40px
    }

    .g-foot .g-company-contact .icon-box:nth-child(3) .icon {
        background-position: right
    }

    .g-foot .g-company-contact .icon-box:nth-child(3) .code {
        right: -8px
    }

    .g-foot .g-company-contact .icon-box:nth-child(3) .code:before {
        left: 52px
    }

    .g-foot .g-company-contact .icon-box .icon {
        width: 32px;
        height: 32px
    }

    .g-foot .g-company-contact .icon-box .code {
        top: 40px;
        left: -8px;
        width: 64px;
        height: 64px;
        padding: 5px;
        border-radius: 5px
    }

    .g-foot .g-company-contact .icon-box .code:before {
        left: 24px;
        bottom: 100%;
        width: 16px;
        height: 8px;
        margin-left: -8px
    }

    .g-foot .g-foot-b .content {
        height: 72px
    }

    .g-foot .g-foot-b .content label {
        font-size: 16px;
        line-height: 32px
    }

    .g-foot .g-foot-b .content input {
        height: 32px
    }

    .g-foot .g-foot-b .content input:focus {
        box-shadow: inset 0 0 8px #a20
    }

    .g-foot .g-foot-b .content button {
        width: 176px;
        height: 44px;
        margin: 0 28px 0 0;
        font-size: 20px;
        border: 2px solid #fff;
        border-radius: 8px
    }

    .g-foot .g-foot-b .content button:hover {
        box-shadow: inset 0 0 8px #a20
    }

    .g-foot .g-foot-b .content button:active {
        box-shadow: inset 0 0 12px #510
    }
}

@media (max-width: 1200px) {
    .g-head .container {
        width: 100%
    }
}

@-webkit-keyframes fadeIn {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes fadeIn {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

body[page=index] .banner {
    background-color: #475265;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

body[page=index] .banner[data-swiper-slide-index="0"] {
    background-image: url(../img/index-banner1.jpg)
}

body[page=index] .banner[data-swiper-slide-index="1"] {
    background-image: url(../img/index-banner2.jpg)
}

body[page=index] .banner[data-swiper-slide-index="2"] {
    background-image: url(../img/index-banner3.jpg)
}

body[page=index] .video {
    position: relative;
    padding: 28.125% 0;
    overflow: hidden;
    z-index: 0
}

body[page=index] .mask, body[page=index] video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 100px;
    z-index: 0
}

body[page=index] .mask {
    z-index: 1;
    background: url(../img/video.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

body[page=index] #flag {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 56px;
    height: 56px;
    background: #fdfdfd;
    border-radius: 56px;
    transition: opacity .3s, -webkit-transform .2s;
    transition: opacity .3s, transform .2s;
    transition: opacity .3s, transform .2s, -webkit-transform .2s;
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    cursor: pointer;
    opacity: 1;
    z-index: 2
}

body[page=index] #flag:before {
    content: '';
    display: block;
    position: absolute;
    top: 18px;
    left: 22px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 17px solid #5acac3;
    border-right: 0 solid transparent;
    border-bottom: 10px solid transparent;
    transition: .1s
}

body[page=index] #flag:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

body[page=index] .playing #flag {
    opacity: 0
}

body[page=index] .playing #flag:before {
    left: 18px;
    width: 8px;
    height: 20px;
    border-top: 0 solid transparent;
    border-left: 6px solid #5acac3;
    border-right: 6px solid #5acac3;
    border-bottom: 0 solid transparent
}

body[page=index] .tag1 .title, body[page=index] .tag3 .title, body[page=index] .tag4 .title, body[page=index] .tag5 .title, body[page=index] .tag7 .title {
    color: #151515;
    font-size: 40px;
    text-align: center
}

body[page=index] .tag1 .title-en, body[page=index] .tag3 .title-en, body[page=index] .tag4 .title-en, body[page=index] .tag5 .title-en, body[page=index] .tag7 .title-en {
    padding-top: 40px;
    color: #6d6d6d;
    font-size: 20px;
    text-align: center;
    letter-spacing: 2px
}

body[page=index] .tag1 {
    padding: 103px 0 169px
}

body[page=index] .tag1 .content {
    padding-top: 79px;
    font-size: 0
}

body[page=index] .tag1 .content div {
    display: inline-block;
    width: 50%;
    vertical-align: top
}

body[page=index] .tag1 .content .left img {
    width: 120%;
    height: auto;
    margin-left: -20%
}

body[page=index] .tag1 .content .right {
    color: #666;
    font-size: 18px
}

body[page=index] .tag1 .content .right p {
    padding-top: 38px;
    padding-left: 28px;
    line-height: 36px
}

body[page=index] .tag1 .content .right p strong {
    display: block;
    color: #333
}

body[page=index] .tag1 .content .right h3 {
    padding: 44px 0 60px 28px;
    color: #151515;
    font-size: 28px
}

body[page=index] .tag1 .content .right img {
    width: 658px;
    height: 25px;
    margin-left: 28px
}

body[page=index] .tag2 {
    background: #5acac3
}

body[page=index] .tag2 .content {
    height: 192px
}

body[page=index] .tag2 .content > div {
    font-size: 0
}

body[page=index] .tag2 .content > div > div {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    vertical-align: middle
}

body[page=index] .tag2 .content > div > div .pl {
    position: relative;
    right: .4em
}

body[page=index] .tag2 .content .icon {
    width: 90px;
    height: 90px;
    background-image: url(../img/index-sup-icon.jpg);
    background-size: auto 100%;
    border-radius: 50%;
    overflow: hidden
}

body[page=index] .tag2 .content .icon[data-index="1"] {
    background-position: 100% 0
}

body[page=index] .tag2 .content .icon[data-index="2"] {
    background-position: 200% 0
}

body[page=index] .tag2 .content .icon[data-index="3"] {
    background-position: 300% 0
}

body[page=index] .tag2 .content .text {
    min-width: 8em;
    padding-left: 30px
}

body[page=index] .tag3 {
    padding: 58px 0 128px;
    background: #f5f5f5
}

body[page=index] .tag3 .pro-all-box {
    padding-top: 144px;
    font-size: 0
}

body[page=index] .tag3 .pro-box {
    position: relative;
    display: inline-block;
    width: 454px;
    height: 511px;
    background: #fff;
    border-radius: 5px;
    transition: box-shadow .2s, -webkit-transform .3s;
    transition: transform .3s, box-shadow .2s;
    transition: transform .3s, box-shadow .2s, -webkit-transform .3s;
    vertical-align: top;
    overflow: hidden;
    box-shadow: 3px 3px 11px rgba(0, 0, 0, .1)
}

body[page=index] .tag3 .pro-box .top {
    position: relative;
    height: 298px;
    color: #fff;
    background-size: cover;
    transition: height .3s;
    overflow: hidden
}

body[page=index] .tag3 .pro-box .top div {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #5acac3;
    transition: .3s
}

body[page=index] .tag3 .pro-box .top h1 {
    padding: 72px 0 16px 24px;
    font-size: 24px;
    line-height: 38px
}

body[page=index] .tag3 .pro-box .top p {
    padding: 0 24px;
    font-size: 16px;
    line-height: 29px;
    text-align: justify
}

body[page=index] .tag3 .pro-box .bottom {
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body[page=index] .tag3 .pro-box .bottom .icon-box {
    margin: 0 5%;
    text-align: left
}

body[page=index] .tag3 .pro-box .bottom .icon {
    display: inline-block;
    width: 25%;
    padding-top: 45px;
    color: #616161;
    font-size: 13px;
    text-align: center;
    vertical-align: top
}

body[page=index] .tag3 .pro-box .bottom .icon .img {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 19px;
    background-image: url(../img/index-pro-icon.jpg);
    background-size: auto 400%
}

body[page=index] .tag3 .pro-box .bottom .txt-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 1;
    transition: opacity .3s
}

body[page=index] .tag3 .pro-box .bottom .txt-box h1 {
    padding-top: 28px;
    color: #333;
    font-size: 30px;
}

body[page=index] .tag3 .pro-box .bottom .txt-box p {
    padding: 30px;
    color: #666;
    font-size: 20px;
    line-height: 48px
}

body[page=index] .tag3 .pro-box:hover {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    box-shadow: 3px 3px 16px rgba(0, 0, 0, .2);
    z-index: 1
}

body[page=index] .tag3 .pro-box:hover .top {
    height: 238px
}

body[page=index] .tag3 .pro-box:hover .bottom .txt-box {
    opacity: 0
}

body[page=index] .tag3 .pro-box:nth-child(1) {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

body[page=index] .tag3 .pro-box:nth-child(1) .top {
    background-image: url(../img/index-pro1.jpg)
}

body[page=index] .tag3 .pro-box:nth-child(1) .top div {
    top: 0;
    right: 100%
}

body[page=index] .tag3 .pro-box:nth-child(1):hover .top div {
    right: 0
}

body[page=index] .tag3 .pro-box:nth-child(1) .bottom .icon:nth-child(2) .img {
    background-position: 16.6666% 0
}

body[page=index] .tag3 .pro-box:nth-child(1) .bottom .icon:nth-child(3) .img {
    background-position: 33.3333% 0
}

body[page=index] .tag3 .pro-box:nth-child(1) .bottom .icon:nth-child(4) .img {
    background-position: 50% 0
}

body[page=index] .tag3 .pro-box:nth-child(1) .bottom .icon:nth-child(5) .img {
    background-position: 66.6666% 0
}

body[page=index] .tag3 .pro-box:nth-child(1) .bottom .icon:nth-child(6) .img {
    background-position: 83.3333% 0
}

body[page=index] .tag3 .pro-box:nth-child(2) {
    margin: 0 69px
}

body[page=index] .tag3 .pro-box:nth-child(2) .top {
    background-image: url(../img/index-pro2.jpg)
}

body[page=index] .tag3 .pro-box:nth-child(2) .top div {
    right: 0;
    bottom: 100%
}

body[page=index] .tag3 .pro-box:nth-child(2):hover .top div {
    bottom: 0
}

body[page=index] .tag3 .pro-box:nth-child(2) .bottom .icon:nth-child(1) .img {
    background-position: 0 50%
}

body[page=index] .tag3 .pro-box:nth-child(2) .bottom .icon:nth-child(2) .img {
    background-position: 16.6666% 50%
}

body[page=index] .tag3 .pro-box:nth-child(2) .bottom .icon:nth-child(3) .img {
    background-position: 33.3333% 50%
}

body[page=index] .tag3 .pro-box:nth-child(2) .bottom .icon:nth-child(4) .img {
    background-position: 50% 50%
}

body[page=index] .tag3 .pro-box:nth-child(2) .bottom .icon:nth-child(5) .img {
    background-position: 66.6666% 50%
}

body[page=index] .tag3 .pro-box:nth-child(2) .bottom .icon:nth-child(6) .img {
    background-position: 83.3333% 50%
}

body[page=index] .tag3 .pro-box:nth-child(2) .bottom .icon:nth-child(7) .img {
    background-position: 100% 50%
}

body[page=index] .tag3 .pro-box:nth-child(3) {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

body[page=index] .tag3 .pro-box:nth-child(3) .top {
    background-image: url(../img/index-pro3.jpg)
}

body[page=index] .tag3 .pro-box:nth-child(3) .top div {
    top: 0;
    left: 100%
}

body[page=index] .tag3 .pro-box:nth-child(3):hover .top div {
    left: 0
}

body[page=index] .tag3 .pro-box:nth-child(3) .bottom .icon:nth-child(1) .img {
    background-position: 0 100%
}

body[page=index] .tag3 .pro-box:nth-child(3) .bottom .icon:nth-child(2) .img {
    background-position: 16.6666% 100%
}

body[page=index] .tag3 .pro-box:nth-child(3) .bottom .icon:nth-child(3) .img {
    background-position: 33.3333% 100%
}

body[page=index] .tag4 {
    padding: 103px 0 184px
}

body[page=index] .tag4 .team-box {
    position: relative;
    height: 400px;
    margin-top: 180px;
    font-size: 0;
    overflow: hidden
}

body[page=index] .tag4 .team-box .member {
    position: absolute;
    top: 0;
    width: 700px;
    height: 100%;
    transition: left .3s
}

body[page=index] .tag4 .team-box .member .img {
    width: 350px;
    height: 100%;
    background-image: url(../img/index-team.png);
    background-size: auto 372px;
    background-repeat: no-repeat
}

body[page=index] .tag4 .team-box .member .txt {
    position: absolute;
    top: 120px;
    right: 50px;
    width: 335px;
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify
}

body[page=index] .tag4 .team-box .member:nth-child(1) {
    left: 0;
    background: #adafb8
}

body[page=index] .tag4 .team-box .member:nth-child(1) .img {
    background-position: 0 100%
}

body[page=index] .tag4 .team-box .member:nth-child(2) {
    left: 300px;
    background: #989aa7
}

body[page=index] .tag4 .team-box .member:nth-child(2) .img {
    background-position: -390px 100%
}

body[page=index] .tag4 .team-box .member:nth-child(3) {
    left: 600px;
    background: #81838e
}

body[page=index] .tag4 .team-box .member:nth-child(3) .img {
    background-position: -780px 100%
}

body[page=index] .tag4 .team-box .member:nth-child(4) {
    left: 900px;
    background: #6e707c
}

body[page=index] .tag4 .team-box .member:nth-child(4) .img {
    background-position: -1170px 100%
}

body[page=index] .tag4 .team-box .member:nth-child(5) {
    left: 1200px;
    background: #616471
}

body[page=index] .tag4 .team-box .member:nth-child(5) .img {
    background-position: -1520px 100%
}

body[page=index] .tag4 .team-box:hover .member:nth-child(1):hover + .member {
    left: 700px
}

body[page=index] .tag4 .team-box:hover .member:nth-child(1):hover + .member + .member {
    left: 900px
}

body[page=index] .tag4 .team-box:hover .member:nth-child(1):hover + .member + .member + .member {
    left: 1100px
}

body[page=index] .tag4 .team-box:hover .member:nth-child(1):hover + .member + .member + .member + .member {
    left: 1300px
}

body[page=index] .tag4 .team-box:hover .member:nth-child(2) {
    left: 200px
}

body[page=index] .tag4 .team-box:hover .member:nth-child(2):hover + .member {
    left: 900px
}

body[page=index] .tag4 .team-box:hover .member:nth-child(2):hover + .member + .member {
    left: 1100px
}

body[page=index] .tag4 .team-box:hover .member:nth-child(2):hover + .member + .member + .member {
    left: 1300px
}

body[page=index] .tag4 .team-box:hover .member:nth-child(3) {
    left: 400px
}

body[page=index] .tag4 .team-box:hover .member:nth-child(3):hover + .member {
    left: 1100px
}

body[page=index] .tag4 .team-box:hover .member:nth-child(3):hover + .member + .member {
    left: 1300px
}

body[page=index] .tag4 .team-box:hover .member:nth-child(4) {
    left: 600px
}

body[page=index] .tag4 .team-box:hover .member:nth-child(4):hover + .member {
    left: 1300px
}

body[page=index] .tag4 .team-box:hover .member:nth-child(5) {
    left: 800px
}

body[page=index] .tag5 {
    padding: 60px 0 30px;
    background: #f5f5f5
}

body[page=index] .tag5 .pat-box {
    margin-top: 150px;
    font-size: 0
}

body[page=index] .tag5 .pat-box .pat {
    display: inline-block;
    width: 380px;
    height: 472px;
    margin-bottom: 80px;
    text-align: center;
    background: #fff;
    box-shadow: 5px 5px 11px rgba(0, 0, 0, .1);
    overflow: hidden
}

body[page=index] .tag5 .pat-box .pat .img {
    position: relative;
    width: 400px;
    height: 300px;
    margin: -40px -10px;
    background-image: url(../img/index-pat.jpg);
    background-size: 600% 200%;
    z-index: 0
}

body[page=index] .tag5 .pat-box .pat .name {
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
    color: #5acac3;
    font-size: 28px;
    z-index: 1
}

body[page=index] .tag5 .pat-box .pat .name:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    height: 0;
    border: 1px solid #5acac3
}

body[page=index] .tag5 .pat-box .pat .txt, body[page=index] .tag5 .pat-box .pat .txt-s {
    color: #404040;
    font-size: 16px;
    line-height: 2
}

body[page=index] .tag5 .pat-box .pat .txt-s {
    color: #6d6d6d;
    font-size: 14px
}

body[page=index] .tag5 .pat-box .pat:nth-child(3n+2) {
    margin: 0 180px 80px
}

body[page=index] .tag5 .pat-box .pat:nth-child(1) .img {
    background-position: 0 100%
}

body[page=index] .tag5 .pat-box .pat:nth-child(2) .img {
    background-position: -400px 100%
}

body[page=index] .tag5 .pat-box .pat:nth-child(3) .img {
    background-position: -800px 100%
}

body[page=index] .tag5 .pat-box .pat:nth-child(4) .img {
    background-position: -1200px 100%
}

body[page=index] .tag5 .pat-box .pat:nth-child(5) .img {
    background-position: -1600px 100%
}

body[page=index] .tag5 .pat-box .pat:nth-child(6) .img {
    background-position: -2000px 100%
}

body[page=index] .tag5 .pat-box .pat:hover {
    background: #5acac3
}

body[page=index] .tag5 .pat-box .pat:hover .name {
    color: #fff
}

body[page=index] .tag5 .pat-box .pat:hover .name:after {
    border-color: #fff
}

body[page=index] .tag5 .pat-box .pat:hover .txt, body[page=index] .tag5 .pat-box .pat:hover .txt-s {
    color: #fff
}

body[page=index] .tag5 .pat-box .pat:hover:nth-child(1) .img {
    background-position: 0 0
}

body[page=index] .tag5 .pat-box .pat:hover:nth-child(2) .img {
    background-position: -400px 0
}

body[page=index] .tag5 .pat-box .pat:hover:nth-child(3) .img {
    background-position: -800px 0
}

body[page=index] .tag5 .pat-box .pat:hover:nth-child(4) .img {
    background-position: -1200px 0
}

body[page=index] .tag5 .pat-box .pat:hover:nth-child(5) .img {
    background-position: -1600px 0
}

body[page=index] .tag5 .pat-box .pat:hover:nth-child(6) .img {
    background-position: -2000px 0
}

body[page=index] .tag6 {
    position: relative;
    padding: 13.541666666666666% 0;
    background: #5acac3
}

body[page=index] .tag6 > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0
}

body[page=index] .tag6 .store-img {
    width: 53.6458%
}

body[page=index] .tag6 .store-box {
    display: inline-block;
    position: relative;
    width: 46%;
    height: 100%
}

body[page=index] .tag6 .store-box .back {
    position: absolute;
    top: 0;
    left: 17%;
    right: 25%;
    padding-top: 11%;
    color: rgba(255, 255, 255, .2);
    font-size: 80px;
    transition: -webkit-transform 1.5s;
    transition: transform 1.5s;
    transition: transform 1.5s, -webkit-transform 1.5s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

body[page=index] .tag6 .store-box .back:before {
    content: '';
    position: absolute;
    top: 40%;
    left: -100px;
    width: 85px;
    height: 46px;
    background-image: url(../img/index-quo.jpg);
    background-size: 51px auto
}

body[page=index] .tag6 .store-box .front {
    position: absolute;
    top: 0;
    left: 15%;
    right: 25%;
    padding-top: 18%;
    color: #fff;
    font-size: 80px;
    transition: -webkit-transform 1.5s;
    transition: transform 1.5s;
    transition: transform 1.5s, -webkit-transform 1.5s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

body[page=index] .tag6 .store-box .front:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 100%;
    width: 85px;
    height: 46px;
    margin-top: -8px;
    background-image: url(../img/index-quo.jpg);
    background-size: 51px auto;
    background-position: 0 100%
}

body[page=index] .tag6 .store-box .front h1 {
    font-size: 50px
}

body[page=index] .tag6 .store-box .front p {
    padding-top: 5%;
    padding-right: 20px;
    font-size: 18px;
    line-height: 1.8;
    text-align: justify
}

body[page=index] .tag6 .store-box:hover .back {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px)
}

body[page=index] .tag6 .store-box:hover .front {
    -webkit-transform: translate(-3px, 0);
    transform: translate(-3px, 0)
}

body[page=index] .tag7 {
    padding: 124px 0
}

body[page=index] .tag7 .title-en {
    padding-top: 30px;
    margin-bottom: 130px;
    font-size: 28px
}

body[page=index] .tag7 table {
    width: 100%;
    margin-bottom: 20px
}

body[page=index] .tag7 table td {
    text-align: center;
    vertical-align: middle
}

body[page=index] .tag7 table td:first-child {
    text-align: left
}

body[page=index] .tag7 table td:last-child {
    text-align: right
}

body[page=index] .tag7 table td .img {
    display: inline-block;
    background-image: url(../img/index-par.jpg);
    background-size: 1761px 400px
}

body[page=index] .tag7 table td .xiashang {
    width: 195px;
    height: 93px
}

body[page=index] .tag7 table td .fangte {
    width: 147px;
    height: 134px;
    background-position: -205px 0
}

body[page=index] .tag7 table td .xinhua {
    width: 216px;
    height: 108px;
    background-position: -362px 0
}

body[page=index] .tag7 table td .dianxin {
    width: 234px;
    height: 106px;
    background-position: -588px 0
}

body[page=index] .tag7 table td .hengan {
    width: 228px;
    height: 71px;
    background-position: -832px 0
}

body[page=index] .tag7 table td .qq {
    width: 199px;
    height: 79px;
    background-position: -1070px 0
}

body[page=index] .tag7 table td .sina {
    width: 225px;
    height: 86px;
    background-position: -1279px 0
}

body[page=index] .tag7 table td .wy163 {
    width: 247px;
    height: 97px;
    background-position: -1514px 0
}

body[page=index] .tag7 table td .fenghuang {
    width: 152px;
    height: 135px;
    background-position: 0 100%
}

body[page=index] .tag7 table td .fujian {
    width: 125px;
    height: 119px;
    background-position: -162px 100%
}

body[page=index] .tag7 table td .toutiao {
    width: 247px;
    height: 102px;
    background-position: -297px 100%
}

body[page=index] .tag7 table td .xiamen {
    width: 108px;
    height: 133px;
    background-position: -554px 100%
}

body[page=index] .tag7 table td .haixia {
    width: 229px;
    height: 81px;
    background-position: -672px 100%
}

body[page=index] .tag7 table td .ribao {
    width: 161px;
    height: 161px;
    background-position: -911px 100%
}

body[page=index] .tag7 table td .dongnan {
    width: 210px;
    height: 104px;
    background-position: -1082px 100%
}

body[page=index] .tag7 table td .souhu {
    width: 177px;
    height: 98px;
    background-position: -1302px 100%
}

body[page=index] .tag7 table td .xm6 {
    width: 128px;
    height: 128px;
    background-position: -1489px 100%
}

@media (max-width: 1540px) {
    body[page=index] #flag {
        width: 44px;
        height: 44px;
        border-radius: 44px;
        box-shadow: 0 0 8px rgba(0, 0, 0, .2)
    }

    body[page=index] #flag:before {
        top: 12px;
        left: 16px
    }

    body[page=index] .playing #flag:before {
        left: 12px
    }

    body[page=index] .tag1 .title, body[page=index] .tag3 .title, body[page=index] .tag4 .title, body[page=index] .tag5 .title, body[page=index] .tag7 .title {
        font-size: 32px
    }

    body[page=index] .tag1 .title-en, body[page=index] .tag3 .title-en, body[page=index] .tag4 .title-en, body[page=index] .tag5 .title-en, body[page=index] .tag7 .title-en {
        padding-top: 32px;
        font-size: 16px
    }

    body[page=index] .tag1 {
        padding: 84px 0 136px
    }

    body[page=index] .tag1 .content {
        padding-top: 64px
    }

    body[page=index] .tag1 .content .right {
        font-size: 16px
    }

    body[page=index] .tag1 .content .right p {
        padding-top: 32px;
        padding-left: 24px;
        line-height: 28px
    }

    body[page=index] .tag1 .content .right h3 {
        padding: 36px 0 48px 24px;
        font-size: 24px
    }

    body[page=index] .tag1 .content .right img {
        width: 528px;
        height: 20px;
        margin-left: 24px
    }

    body[page=index] .tag2 .content {
        height: 152px
    }

    body[page=index] .tag2 .content > div > div {
        font-size: 12px;
        line-height: 24px
    }

    body[page=index] .tag2 .content .icon {
        width: 72px;
        height: 72px
    }

    body[page=index] .tag2 .content .text {
        padding-left: 24px
    }

    body[page=index] .tag3 {
        padding: 48px 0 104px
    }

    body[page=index] .tag3 .pro-all-box {
        padding-top: 116px
    }

    body[page=index] .tag3 .pro-box {
        width: 364px;
        height: 408px;
        border-radius: 4px;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, .1)
    }

    body[page=index] .tag3 .pro-box .top {
        height: 240px
    }

    body[page=index] .tag3 .pro-box .top h1 {
        padding: 56px 0 12px 20px;
        font-size: 20px;
        line-height: 32px
    }

    body[page=index] .tag3 .pro-box .top p {
        padding: 0 20px;
        font-size: 12px;
        line-height: 24px
    }

    body[page=index] .tag3 .pro-box .bottom .icon {
        padding-top: 36px;
        font-size: 12px
    }

    body[page=index] .tag3 .pro-box .bottom .icon .img {
        width: 28px;
        height: 28px;
        margin-bottom: 16px
    }

    body[page=index] .tag3 .pro-box .bottom .txt-box h1 {
        padding-top: 24px;
        font-size: 24px
    }

    body[page=index] .tag3 .pro-box .bottom .txt-box p {
        padding: 24px;
        font-size: 16px;
        line-height: 40px
    }

    body[page=index] .tag3 .pro-box:hover {
        box-shadow: 2px 2px 12px rgba(0, 0, 0, .2)
    }

    body[page=index] .tag3 .pro-box:hover .top {
        height: 192px
    }

    body[page=index] .tag3 .pro-box:nth-child(2) {
        margin: 0 54px
    }

    body[page=index] .tag4 {
        padding: 80px 0 144px
    }

    body[page=index] .tag4 .team-box {
        height: 320px;
        margin-top: 144px
    }

    body[page=index] .tag4 .team-box .member {
        width: 560px
    }

    body[page=index] .tag4 .team-box .member .img {
        width: 280px;
        background-size: auto 297.6px
    }

    body[page=index] .tag4 .team-box .member .txt {
        top: 96px;
        right: 40px;
        width: 268px;
        font-size: 13px
    }

    body[page=index] .tag4 .team-box .member:nth-child(2) {
        left: 240px
    }

    body[page=index] .tag4 .team-box .member:nth-child(2) .img {
        background-position: -312px 100%
    }

    body[page=index] .tag4 .team-box .member:nth-child(3) {
        left: 480px
    }

    body[page=index] .tag4 .team-box .member:nth-child(3) .img {
        background-position: -624px 100%
    }

    body[page=index] .tag4 .team-box .member:nth-child(4) {
        left: 720px
    }

    body[page=index] .tag4 .team-box .member:nth-child(4) .img {
        background-position: -936px 100%
    }

    body[page=index] .tag4 .team-box .member:nth-child(5) {
        left: 960px
    }

    body[page=index] .tag4 .team-box .member:nth-child(5) .img {
        background-position: -1216px 100%
    }

    body[page=index] .tag4 .team-box:hover .member:nth-child(1):hover + .member {
        left: 560px
    }

    body[page=index] .tag4 .team-box:hover .member:nth-child(1):hover + .member + .member {
        left: 720px
    }

    body[page=index] .tag4 .team-box:hover .member:nth-child(1):hover + .member + .member + .member {
        left: 880px
    }

    body[page=index] .tag4 .team-box:hover .member:nth-child(1):hover + .member + .member + .member + .member {
        left: 1040px
    }

    body[page=index] .tag4 .team-box:hover .member:nth-child(2) {
        left: 160px
    }

    body[page=index] .tag4 .team-box:hover .member:nth-child(2):hover + .member {
        left: 720px
    }

    body[page=index] .tag4 .team-box:hover .member:nth-child(2):hover + .member + .member {
        left: 880px
    }

    body[page=index] .tag4 .team-box:hover .member:nth-child(2):hover + .member + .member + .member {
        left: 1040px
    }

    body[page=index] .tag4 .team-box:hover .member:nth-child(3) {
        left: 320px
    }

    body[page=index] .tag4 .team-box:hover .member:nth-child(3):hover + .member {
        left: 880px
    }

    body[page=index] .tag4 .team-box:hover .member:nth-child(3):hover + .member + .member {
        left: 1040px
    }

    body[page=index] .tag4 .team-box:hover .member:nth-child(4) {
        left: 480px
    }

    body[page=index] .tag4 .team-box:hover .member:nth-child(4):hover + .member {
        left: 1040px
    }

    body[page=index] .tag4 .team-box:hover .member:nth-child(5) {
        left: 640px
    }

    body[page=index] .tag5 {
        padding: 48px 0 24px
    }

    body[page=index] .tag5 .pat-box {
        margin-top: 120px
    }

    body[page=index] .tag5 .pat-box .pat {
        width: 304px;
        height: 384px;
        margin-bottom: 64px;
        box-shadow: 3px 3px 8px rgba(0, 0, 0, .1)
    }

    body[page=index] .tag5 .pat-box .pat .img {
        width: 320px;
        height: 240px;
        margin: -32px -8px
    }

    body[page=index] .tag5 .pat-box .pat .name {
        margin-bottom: 20px;
        font-size: 24px
    }

    body[page=index] .tag5 .pat-box .pat .name:after {
        bottom: -6px
    }

    body[page=index] .tag5 .pat-box .pat .txt, body[page=index] .tag5 .pat-box .pat .txt-s {
        font-size: 14px
    }

    body[page=index] .tag5 .pat-box .pat .txt-s {
        font-size: 12px
    }

    body[page=index] .tag5 .pat-box .pat:nth-child(3n+2) {
        margin: 0 144px 64px
    }

    body[page=index] .tag5 .pat-box .pat:nth-child(1) .img {
        background-position: 0 100%
    }

    body[page=index] .tag5 .pat-box .pat:nth-child(2) .img {
        background-position: -320px 100%
    }

    body[page=index] .tag5 .pat-box .pat:nth-child(3) .img {
        background-position: -640px 100%
    }

    body[page=index] .tag5 .pat-box .pat:nth-child(4) .img {
        background-position: -960px 100%
    }

    body[page=index] .tag5 .pat-box .pat:nth-child(5) .img {
        background-position: -1280px 100%
    }

    body[page=index] .tag5 .pat-box .pat:nth-child(6) .img {
        background-position: -1600px 100%
    }

    body[page=index] .tag5 .pat-box .pat:hover:nth-child(1) .img {
        background-position: 0 0
    }

    body[page=index] .tag5 .pat-box .pat:hover:nth-child(2) .img {
        background-position: -320px 0
    }

    body[page=index] .tag5 .pat-box .pat:hover:nth-child(3) .img {
        background-position: -640px 0
    }

    body[page=index] .tag5 .pat-box .pat:hover:nth-child(4) .img {
        background-position: -960px 0
    }

    body[page=index] .tag5 .pat-box .pat:hover:nth-child(5) .img {
        background-position: -1280px 0
    }

    body[page=index] .tag5 .pat-box .pat:hover:nth-child(6) .img {
        background-position: -1600px 0
    }

    body[page=index] .tag6 .store-box .back {
        font-size: 64px
    }

    body[page=index] .tag6 .store-box .back:before {
        left: -80px;
        width: 68px;
        height: 36px;
        background-size: 40px auto
    }

    body[page=index] .tag6 .store-box .front {
        font-size: 64px
    }

    body[page=index] .tag6 .store-box .front:after {
        width: 68px;
        height: 36px;
        margin-top: -8px;
        background-size: 40px auto
    }

    body[page=index] .tag6 .store-box .front h1 {
        font-size: 40px
    }

    body[page=index] .tag6 .store-box .front p {
        padding-right: 16px;
        font-size: 16px
    }

    body[page=index] .tag7 {
        padding: 96px 0
    }

    body[page=index] .tag7 .title-en {
        padding-top: 24px;
        margin-bottom: 104px;
        font-size: 24px
    }

    body[page=index] .tag7 table {
        margin-bottom: 16px
    }

    body[page=index] .tag7 table td .img {
        background-size: 1408.8000000000002px 320px
    }

    body[page=index] .tag7 table td .xiashang {
        width: 156px;
        height: 74.4px
    }

    body[page=index] .tag7 table td .fangte {
        width: 117.60000000000001px;
        height: 107.2px;
        background-position: -164px 0
    }

    body[page=index] .tag7 table td .xinhua {
        width: 172.8px;
        height: 86.4px;
        background-position: -289.6px 0
    }

    body[page=index] .tag7 table td .dianxin {
        width: 187.20000000000002px;
        height: 84.80000000000001px;
        background-position: -470.40000000000003px 0
    }

    body[page=index] .tag7 table td .hengan {
        width: 182.4px;
        height: 56.800000000000004px;
        background-position: -665.6px 0
    }

    body[page=index] .tag7 table td .qq {
        width: 159.20000000000002px;
        height: 63.2px;
        background-position: -856px 0
    }

    body[page=index] .tag7 table td .sina {
        width: 180px;
        height: 68.8px;
        background-position: -1023.2px 0
    }

    body[page=index] .tag7 table td .wy163 {
        width: 197.60000000000002px;
        height: 77.60000000000001px;
        background-position: -1211.2px 0
    }

    body[page=index] .tag7 table td .fenghuang {
        width: 121.60000000000001px;
        height: 108px;
        background-position: 0 100%
    }

    body[page=index] .tag7 table td .fujian {
        width: 100px;
        height: 95.2px;
        background-position: -129.6px 100%
    }

    body[page=index] .tag7 table td .toutiao {
        width: 197.60000000000002px;
        height: 81.60000000000001px;
        background-position: -237.60000000000002px 100%
    }

    body[page=index] .tag7 table td .xiamen {
        width: 86.4px;
        height: 106.4px;
        background-position: -443.20000000000005px 100%
    }

    body[page=index] .tag7 table td .haixia {
        width: 183.20000000000002px;
        height: 64.8px;
        background-position: -537.6px 100%
    }

    body[page=index] .tag7 table td .ribao {
        width: 128.8px;
        height: 128.8px;
        background-position: -728.8000000000001px 100%
    }

    body[page=index] .tag7 table td .dongnan {
        width: 168px;
        height: 83.2px;
        background-position: -865.6px 100%
    }

    body[page=index] .tag7 table td .souhu {
        width: 141.6px;
        height: 78.4px;
        background-position: -1041.6000000000001px 100%
    }

    body[page=index] .tag7 table td .xm6 {
        width: 102.4px;
        height: 102.4px;
        background-position: -1191.2px 100%
    }
}

body[page=product] .banner {
    position: relative;
    height: 100%;
    background: url(../img/pro-banner.jpg);
    background-size: cover;
    background-position: 50% 50%
}

body[page=product] .banner .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff
}

body[page=product] .banner .txt-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 200px;
    margin: auto
}

body[page=product] .banner .txt-box h1 {
    position: relative;
    font-size: 75px
}

body[page=product] .banner .txt-box h1:after {
    content: '';
    position: absolute;
    top: 140px;
    left: 0;
    width: 2em;
    border: 1px solid #5acac3
}

body[page=product] .banner .txt-box em {
    display: block;
    padding: 20px 0 60px;
    font-size: 20px
}

body[page=product] .banner .txt-box i {
    font-size: 25px
}

body[page=product] .tag1 .title, body[page=product] .tag2 .title {
    padding-bottom: 30px;
    color: #000;
    font-size: 40px;
    text-align: center
}

body[page=product] .tag1 .title div, body[page=product] .tag2 .title div {
    display: inline-block;
    position: relative
}

body[page=product] .tag1 .title div:after, body[page=product] .tag1 .title div:before, body[page=product] .tag2 .title div:after, body[page=product] .tag2 .title div:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -200px;
    bottom: 0;
    width: 140px;
    height: 2px;
    margin: auto;
    background: #d8d8d8
}

body[page=product] .tag1 .title div:after, body[page=product] .tag2 .title div:after {
    left: auto;
    right: -200px
}

body[page=product] .tag1 .title-en, body[page=product] .tag2 .title-en {
    color: #6d6d6d;
    font-size: 20px;
    text-align: center;
    letter-spacing: 3px
}

body[page=product] .pro-row {
    display: table;
    width: 100%;
    table-layout: auto
}

body[page=product] .pro-row .pro-img-m {
    width: 723px;
    height: 564px;
    margin-right: 40px;
    background: url(../img/pro-e+.jpg);
    background-size: cover
}

body[page=product] .pro-row .pro-img {
    width: 650px;
    background-size: 100% auto;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

body[page=product] .pro-row .pro-txt {
    padding-bottom: 100px;
    vertical-align: middle
}

body[page=product] .pro-row .pro-txt p {
    padding-bottom: 30px
}

body[page=product] .pro-row h1 {
    position: relative;
    font-size: 26px
}

body[page=product] .pro-row h1:after {
    content: '';
    position: absolute;
    top: 70px;
    left: 0;
    width: 2.5em;
    height: 0;
    border: 1px solid #5acac3
}

body[page=product] .pro-row em {
    display: block;
    padding: 15px 0 60px;
    color: #666;
    font-size: 18px
}

body[page=product] .pro-row p {
    padding-bottom: 10px;
    color: #666;
    font-size: 18px;
    line-height: 1.8
}

body[page=product] .pro-row strong {
    color: #000;
    font-size: 1em;
    font-weight: 400
}

body[page=product] .pro-row > div {
    display: table-cell;
    vertical-align: middle
}

body[page=product] .pro-row > div.min {
    width: 1px
}

body[page=product] .pro-row > div.min:nth-child(1) .pro-img {
    margin-right: 130px
}

body[page=product] .pro-row > div.min:nth-child(2) .pro-img {
    margin-left: 130px
}

body[page=product] .tag1 {
    padding: 80px 0 110px
}

body[page=product] .tag1 .title-en {
    padding-bottom: 100px
}

body[page=product] .tag1 h3 {
    padding: 65px 0;
    font-size: 26px
}

body[page=product] .tag1 .step-box {
    font-size: 0
}

body[page=product] .tag1 .step-box .step {
    display: inline-block;
    width: 420px;
    height: 400px;
    background: url(../img/pro-step.jpg);
    background-size: auto 100%
}

body[page=product] .tag1 .step-box .step:nth-child(2) {
    margin: 0 120px;
    background-position: 50% 50%
}

body[page=product] .tag1 .step-box .step:nth-child(3) {
    background-position: 100% 50%
}

body[page=product] .tag2 {
    padding-top: 50px;
    background: #f5f5f5
}

body[page=product] .tag:nth-child(even) {
    background: #f5f5f5
}

body[page=product] .bingui {
    height: 750px;
    background-image: url(../img/pro-bingui.jpg)
}

body[page=product] .yanji {
    height: 780px;
    background-image: url(../img/pro-yanji.jpg)
}

body[page=product] .jiesuan {
    height: 760px;
    background-image: url(../img/pro-jiesuan.jpg)
}

body[page=product] .yunmen {
    height: 650px;
    background-image: url(../img/pro-yunmen.jpg)
}

body[page=product] .menjin {
    height: 760px;
    background-image: url(../img/pro-menjin.jpg)
}

@media (max-width: 1540px) {
    body[page=product] .banner .txt-box {
        height: 160px
    }

    body[page=product] .banner .txt-box h1 {
        font-size: 60px
    }

    body[page=product] .banner .txt-box h1:after {
        top: 112px
    }

    body[page=product] .banner .txt-box em {
        padding: 16px 0 48px;
        font-size: 16px
    }

    body[page=product] .banner .txt-box i {
        font-size: 20px
    }

    body[page=product] .tag1 .title, body[page=product] .tag2 .title {
        padding-bottom: 24px;
        font-size: 32px
    }

    body[page=product] .tag1 .title div:after, body[page=product] .tag1 .title div:before, body[page=product] .tag2 .title div:after, body[page=product] .tag2 .title div:before {
        top: 4px;
        left: -160px;
        width: 112px
    }

    body[page=product] .tag1 .title div:after, body[page=product] .tag2 .title div:after {
        left: auto;
        right: -160px
    }

    body[page=product] .tag1 .title-en, body[page=product] .tag2 .title-en {
        font-size: 16px;
        letter-spacing: 2px
    }

    body[page=product] .pro-row .pro-img-m {
        width: 580px;
        height: 452px;
        margin-right: 32px
    }

    body[page=product] .pro-row .pro-img {
        width: 520px
    }

    body[page=product] .pro-row .pro-txt {
        padding-bottom: 80px
    }

    body[page=product] .pro-row .pro-txt p {
        padding-bottom: 24px
    }

    body[page=product] .pro-row h1 {
        font-size: 20px
    }

    body[page=product] .pro-row h1:after {
        top: 56px
    }

    body[page=product] .pro-row em {
        padding: 12px 0 48px;
        font-size: 15px
    }

    body[page=product] .pro-row p {
        padding-bottom: 8px;
        font-size: 15px
    }

    body[page=product] .pro-row > div.min:nth-child(1) .pro-img {
        margin-right: 104px
    }

    body[page=product] .pro-row > div.min:nth-child(2) .pro-img {
        margin-left: 104px
    }

    body[page=product] .tag1 {
        padding: 64px 0 88px
    }

    body[page=product] .tag1 .title-en {
        padding-bottom: 80px
    }

    body[page=product] .tag1 h3 {
        padding: 52px 0;
        font-size: 20px
    }

    body[page=product] .tag1 .step-box .step {
        width: 336px;
        height: 320px
    }

    body[page=product] .tag1 .step-box .step:nth-child(2) {
        margin: 0 96px
    }

    body[page=product] .tag2 {
        padding-top: 40px
    }

    body[page=product] .bingui {
        height: 600px
    }

    body[page=product] .yanji {
        height: 624px
    }

    body[page=product] .jiesuan {
        height: 608px
    }

    body[page=product] .yunmen {
        height: 520px
    }

    body[page=product] .menjin {
        height: 608px
    }
}

body[page=joint] .banner {
    height: 100%;
    background: url(../img/joint-banner.jpg);
    background-size: cover;
    background-position: 50% 50%
}

body[page=joint] .tag-title {
    position: relative;
    padding: 70px 0 30px;
    color: #000;
    font-size: 40px
}

body[page=joint] .tag-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2em;
    height: 4px;
    background: #5acac3
}

body[page=joint] .tag1 {
    background: url(../img/joint-sup-back.jpg);
    background-size: cover;
    background-position: 50% 50%
}

body[page=joint] .tag1 .tag-title {
    padding-top: 45px;
    color: #fff
}

body[page=joint] .tag1 .sup-group {
    padding: 90px 0 160px;
    color: #fff;
    font-size: 0
}

body[page=joint] .tag1 .sup-item {
    display: inline-block;
    width: 225px;
    height: 280px;
    margin: 0 75px;
    text-align: center;
    background: rgba(90, 202, 195, .9);
    vertical-align: top
}

body[page=joint] .tag1 .sup-index {
    display: inline-block;
    position: relative;
    margin-top: 50px;
    font-size: 30px
}

body[page=joint] .tag1 .sup-index:after, body[page=joint] .tag1 .sup-index:before {
    content: '';
    position: absolute;
    top: 0;
    left: -35px;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 2px;
    background: #fff
}

body[page=joint] .tag1 .sup-index:after {
    left: auto;
    right: -35px
}

body[page=joint] .tag1 .sup-txt {
    padding: 65px 0 0;
    font-size: 22px;
    line-height: 36px
}

body[page=joint] .tag2 {
    padding-bottom: 50px
}

body[page=joint] .tag2 .title {
    padding-top: 25px;
    color: #000;
    font-size: 30px;
    text-align: center;
    letter-spacing: 1px
}

body[page=joint] .tag2 .title div {
    display: inline-block;
    position: relative;
    z-index: 0
}

body[page=joint] .tag2 .title div:after {
    content: '';
    position: absolute;
    left: .9em;
    right: .9em;
    bottom: -15px;
    height: 4px;
    background: #5acac3;
    z-index: -1
}

body[page=joint] .tag2 .row-group {
    padding: 80px 0 55px;
    font-size: 0
}

body[page=joint] .tag2 .row-item {
    display: inline-block;
    width: 240px;
    margin: 0 90px;
    text-align: center;
    vertical-align: top
}

body[page=joint] .tag2 .row-item:first-child {
    margin-left: 0
}

body[page=joint] .tag2 .row-item:last-child {
    margin-right: 0
}

body[page=joint] .tag2 .row-icon {
    display: inline-block;
    width: 200px;
    height: 200px;
    background: url(../img/joint-gua.jpg);
    background-size: auto 100%;
    border-radius: 50%
}

body[page=joint] .tag2 .row-icon.icon1 {
    background-position: -200px 0
}

body[page=joint] .tag2 .row-icon.icon2 {
    background-position: -400px 0
}

body[page=joint] .tag2 .row-icon.icon3 {
    background-position: -600px 0
}

body[page=joint] .tag2 .row-icon.icon4 {
    background-position: -800px 0
}

body[page=joint] .tag2 .row-icon.icon5 {
    background-position: -1000px 0
}

body[page=joint] .tag2 .row-icon.icon6 {
    background-position: -1200px 0
}

body[page=joint] .tag2 .row-icon.icon7 {
    background-position: -1400px 0
}

body[page=joint] .tag2 .row-name {
    padding: 25px 0 30px;
    color: #5acac3;
    font-size: 20px
}

body[page=joint] .tag2 .row-txt {
    color: #666;
    font-size: 18px;
    line-height: 2
}

body[page=joint] .tag3 {
    background: url(../img/joint-con-back.jpg);
    background-size: cover;
    background-position: 50% 50%
}

body[page=joint] .tag3 .tag-title {
    padding-top: 35px;
    color: #fff
}

body[page=joint] .tag3 .con-group {
    padding: 75px 0 65px;
    font-size: 0
}

body[page=joint] .tag3 .con-item {
    display: inline-block;
    width: 205px;
    height: 205px;
    margin: 0 85px;
    color: #5acac3;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .9);
    overflow: hidden
}

body[page=joint] .tag3 .con-item:nth-child(2) .con-icon {
    background-position: 100% 0
}

body[page=joint] .tag3 .con-item:nth-child(3) .con-icon {
    background-position: 0 100%
}

body[page=joint] .tag3 .con-item:nth-child(4) .con-icon {
    background-position: 100% 100%
}

body[page=joint] .tag3 .con-icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-top: 40px;
    background: url(../img/joint-cond.png);
    background-size: 200%
}

body[page=joint] .tag3 .con-name {
    font-size: 20px
}

body[page=joint] .form-table {
    display: table;
    width: 100%;
    margin: 80px 0 90px;
    table-layout: auto
}

body[page=joint] .form-item {
    display: table-cell;
    font-size: 26px;
    vertical-align: middle
}

body[page=joint] .form-item.min {
    width: 1px;
    white-space: nowrap
}

body[page=joint] .form-input {
    width: 240px;
    height: 55px;
    padding: 0 10px;
    margin-right: 20px;
    background: #f6fffe;
    border: 1px solid #5acac3
}

body[page=joint] .form-submit {
    width: 180px;
    height: 55px;
    color: #fff;
    background: #5acac3;
    border: 1px solid #5acac3;
    border-radius: 10px
}

body[page=joint] .form-submit:hover {
    box-shadow: inset 0 0 10px #a20
}

body[page=joint] .form-submit:active {
    box-shadow: inset 0 0 15px #510
}

@media (max-width: 1540px) {
    body[page=joint] .tag-title {
        padding: 56px 0 24px;
        font-size: 32px
    }

    body[page=joint] .tag-title:after {
        height: 3px
    }

    body[page=joint] .tag1 .tag-title {
        padding-top: 36px
    }

    body[page=joint] .tag1 .sup-group {
        padding: 72px 0 128px
    }

    body[page=joint] .tag1 .sup-item {
        width: 180px;
        height: 224px;
        margin: 0 60px
    }

    body[page=joint] .tag1 .sup-index {
        margin-top: 40px;
        font-size: 24px
    }

    body[page=joint] .tag1 .sup-index:after, body[page=joint] .tag1 .sup-index:before {
        left: -28px;
        width: 20px
    }

    body[page=joint] .tag1 .sup-index:after {
        left: auto;
        right: -28px
    }

    body[page=joint] .tag1 .sup-txt {
        padding: 52px 0 0;
        font-size: 18px;
        line-height: 29px
    }

    body[page=joint] .tag2 {
        padding-bottom: 40px
    }

    body[page=joint] .tag2 .title {
        padding-top: 20px;
        font-size: 24px
    }

    body[page=joint] .tag2 .title div:after {
        height: 3px
    }

    body[page=joint] .tag2 .row-group {
        padding: 64px 0 44px
    }

    body[page=joint] .tag2 .row-item {
        width: 192px;
        margin: 0 72px
    }

    body[page=joint] .tag2 .row-icon {
        width: 160px;
        height: 160px
    }

    body[page=joint] .tag2 .row-icon.icon1 {
        background-position: -160px 0
    }

    body[page=joint] .tag2 .row-icon.icon2 {
        background-position: -320px 0
    }

    body[page=joint] .tag2 .row-icon.icon3 {
        background-position: -480px 0
    }

    body[page=joint] .tag2 .row-icon.icon4 {
        background-position: -640px 0
    }

    body[page=joint] .tag2 .row-icon.icon5 {
        background-position: -800px 0
    }

    body[page=joint] .tag2 .row-icon.icon6 {
        background-position: -960px 0
    }

    body[page=joint] .tag2 .row-icon.icon7 {
        background-position: -1120px 0
    }

    body[page=joint] .tag2 .row-name {
        padding: 20px 0 24px;
        font-size: 16px
    }

    body[page=joint] .tag2 .row-txt {
        font-size: 15px
    }

    body[page=joint] .tag3 .tag-title {
        padding-top: 28px
    }

    body[page=joint] .tag3 .con-group {
        padding: 60px 0 52px
    }

    body[page=joint] .tag3 .con-item {
        width: 164px;
        height: 164px;
        margin: 0 68px
    }

    body[page=joint] .tag3 .con-icon {
        width: 80px;
        height: 80px;
        margin-top: 32px
    }

    body[page=joint] .tag3 .con-name {
        font-size: 16px
    }

    body[page=joint] .form-table {
        margin: 64px 0 72px
    }

    body[page=joint] .form-item {
        font-size: 20px
    }

    body[page=joint] .form-input {
        width: 192px;
        height: 44px;
        padding: 0 8px;
        margin-right: 16px
    }

    body[page=joint] .form-submit {
        width: 144px;
        height: 44px;
        border-radius: 8px
    }

    body[page=joint] .form-submit:hover {
        box-shadow: inset 0 0 8px #a20
    }

    body[page=joint] .form-submit:active {
        box-shadow: inset 0 0 12px #510
    }
}

body[page=news] .banner {
    position: relative;
    height: 100%;
    background: url(../img/news-banner.jpg);
    background-size: cover;
    background-position: 50% 50%
}

body[page=news] .news-list {
    position: relative;
    min-height: 80%;
    padding-bottom: 80px
}

body[page=news] .news-list .news-item {
    display: table;
    width: 100%;
    margin: 80px 0;
    table-layout: auto
}

body[page=news] .news-list .news-item > div {
    position: relative;
    display: table-cell;
    vertical-align: top
}

body[page=news] .news-list .news-item > div:first-child {
    width: 1px
}

body[page=news] .news-list .news-item .news-img {
    width: 420px;
    height: 350px;
    overflow: hidden;
    margin-right: 70px;
}

body[page=news] .news-list .news-item .news-img img {
    width: auto;
    height:350px;
}

body[page=news] .news-list .news-title {
    font-size: 26px;
    line-height: 60px
}

body[page=news] .news-list .news-txt {
    margin-top: 10px;
    color: #666;
    font-size: 16px;
    line-height: 30px
}

body[page=news] .news-list .news-btn {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 40px;
    padding: 0 1.2em;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    background: #5acac3;
    border-radius: 50px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body[page=news] .news-details {
    display: none;
    position: relative;
    min-height: 80%;
    padding: 50px 0 200px
}

body[page=news] .news-details .breadcrumb {
    color: #999;
    font-size: 16px
}

body[page=news] .news-details #news-box {
    padding-top: 90px
}

body[page=news] .news-details .news-title {
    padding-bottom: 40px;
    font-size: 26px;
    text-align: center
}

body[page=news] .news-details .news-time {
    padding: 0 80px 65px;
    color: #999;
    font-size: 16px;
    text-align: right
}

body[page=news] .news-details .news-context {
    color: #666;
    font-size: 16px;
    line-height: 2;
    text-indent: 2em;
    margin-bottom: .5em
}

body[page=news] .news-details .news-photos {
    font-size: 0
}

body[page=news] .news-details .news-photo {
    display: inline-block;
    width: 640px;
    height: 480px;
    margin: 55px;
    background-size: cover;
    background-position: 50% 50%
}

body[page=news] .news-details .news-control {
    position: absolute;
    left: 0;
    bottom: 140px;
    width: 100%;
    font-size: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body[page=news] .news-details .news-control .back-list, body[page=news] .news-details .news-control .next-item, body[page=news] .news-details .news-control .prev-item {
    display: inline-block;
    margin-right: 50px;
    color: #999;
    font-size: 16px;
    cursor: pointer
}

body[page=news] .news-details .news-control .back-list:hover, body[page=news] .news-details .news-control .next-item:hover, body[page=news] .news-details .news-control .prev-item:hover {
    color: #666
}

body[page=news] .news-pages {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    text-align: center
}

body[page=news] .pages-box {
    position: relative;
    display: inline-block;
    color: #666;
    font-size: 0;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body[page=news] .pages-box .pages-info {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    height: 1em;
    margin: auto;
    padding: 0 10px;
    font-size: 16px;
    line-height: 1
}

body[page=news] .pages-box .page, body[page=news] .pages-box .pages-next, body[page=news] .pages-box .pages-none, body[page=news] .pages-box .pages-prev {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 10px;
    font-size: 16px;
    line-height: 30px;
    vertical-align: top;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    cursor: pointer
}

body[page=news] .pages-box .page:hover, body[page=news] .pages-box .pages-next:hover, body[page=news] .pages-box .pages-none:hover, body[page=news] .pages-box .pages-prev:hover {
    border-color: #666
}

body[page=news] .pages-box .page.un, body[page=news] .pages-box .pages-next.un, body[page=news] .pages-box .pages-none.un, body[page=news] .pages-box .pages-prev.un {
    border-color: #dfdfdf;
    cursor: not-allowed
}

body[page=news] .pages-box .pages-next, body[page=news] .pages-box .pages-none, body[page=news] .pages-box .pages-prev {
    background: url(../img/pages-icon.jpg);
    background-size: auto 100%
}

body[page=news] .pages-box .pages-next {
    background-position: 100% 0
}

body[page=news] .pages-box .pages-none {
    cursor: default;
    background-position: 50% 0
}

body[page=news] .pages-box .pages-none:hover {
    border-color: #dfdfdf
}

body[page=news] .pages-box .page.active {
    color: #fff;
    border-color: #666;
    background: #666;
    cursor: default
}
body[page=news] #news-box p {
    color: #666;
    margin: 25px 0;
    min-height: 1em;
    font-size: 16px;
    text-indent: 2em;
    line-height: 24px;

}
body[page=news] #news-box p img {
    margin-left:  -2em;
}

@media (max-width: 1540px) {
    body[page=news] .news-list {
        padding-bottom: 64px
    }

    body[page=news] .news-list .news-item {
        margin: 64px 0
    }

    body[page=news] .news-list .news-item .news-img {
        width: 336px;
        height: 280px;
        overflow: hidden;
        margin-right: 56px
    }

    body[page=news] .news-list .news-title {
        font-size: 20.8px;
        line-height: 48px
    }

    body[page=news] .news-list .news-txt {
        margin-top: 8px;
        font-size: 13px;
        line-height: 24px
    }

    body[page=news] .news-list .news-btn {
        bottom: 32px;
        font-size: 20px;
        line-height: 40px;
        border-radius: 40px
    }

    body[page=news] .news-details {
        padding: 40px 0 160px
    }

    body[page=news] .news-details .breadcrumb {
        font-size: 13px
    }

    body[page=news] .news-details #news-box {
        padding-top: 72px
    }

    body[page=news] .news-details .news-title {
        padding-bottom: 32px;
        font-size: 20px
    }

    body[page=news] .news-details .news-time {
        padding: 0 64px 52px;
        font-size: 13px
    }

    body[page=news] .news-details .news-context {
        font-size: 13px
    }

    body[page=news] .news-details .news-photo {
        width: 512px;
        height: 384px;
        margin: 44px
    }

    body[page=news] .news-details .news-control {
        bottom: 112px
    }

    body[page=news] .news-details .news-control .back-list, body[page=news] .news-details .news-control .next-item, body[page=news] .news-details .news-control .prev-item {
        margin-right: 40px;
        font-size: 13px
    }

    body[page=news] .news-pages {
        height: 64px
    }

    body[page=news] .pages-box .pages-info {
        padding: 0 8px;
        font-size: 13px
    }

    body[page=news] .pages-box .page, body[page=news] .pages-box .pages-next, body[page=news] .pages-box .pages-none, body[page=news] .pages-box .pages-prev {
        width: 24px;
        height: 24px;
        margin: 0 8px;
        font-size: 13px;
        line-height: 24px;
        border-radius: 4px
    }
}

body[page=about] .banner {
    height: 100%;
    background: url(../img/about-banner.jpg);
    background-size: cover;
    background-position: 50% 50%
}

body[page=about] .synopsis {
    padding: 100px 0;
    color: #666;
    font-size: 18px;
    line-height: 1.8;
    text-align: justify
}

body[page=about] .synopsis strong {
    color: #333;
    font-size: 20px
}

body[page=about] .honor, body[page=about] .sector {
    position: relative;
    padding: 19.21875% 0;
    background: url(../img/about-sector.jpg);
    background-size: cover;
    background-position: 50% 50%
}

body[page=about] .honor .red-back, body[page=about] .sector .red-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(95, 202, 195, .8)
}

body[page=about] .honor .content, body[page=about] .sector .content {
    width: 750px;
    padding-top: 100px;
    color: #fff
}

body[page=about] .honor .content h1, body[page=about] .sector .content h1 {
    font-size: 40px
}

body[page=about] .honor .content em, body[page=about] .sector .content em {
    display: inline-block;
    padding: 25px 0 60px;
    font-size: 20px
}

body[page=about] .honor .content p, body[page=about] .sector .content p {
    padding-right: 40px;
    font-size: 20px;
    line-height: 2;
    text-align: justify
}

body[page=about] .sector .content {
    padding-top: 185px;
    float: right
}

body[page=about] .honor {
    padding: 17.135416666666668% 0;
    background-image: url(../img/about-honor.jpg)
}

body[page=about] .honor .red-back {
    left: 50%
}

body[page=about] .honor .content {
    padding-left: 40px
}

body[page=about] .honor .content p {
    padding-right: 0;
    padding-bottom: 10px;
    text-indent: 2em
}

body[page=about] .course-main {
    padding: 140px 0
}

body[page=about] .course-main .title {
    position: relative;
    color: #000;
    font-size: 40px
}

body[page=about] .course-main .title:after {
    content: '';
    position: absolute;
    top: 115px;
    left: 0;
    width: 2em;
    height: 5px;
    background: #5acac3
}

body[page=about] .course-main .title-en {
    padding: 25px 0 25px;
    color: #6d6d6d;
    font-size: 20px;
    letter-spacing: 2px
}

body[page=about] .course-box {
    position: relative;
    display: table;
    width: 100%;
    margin-top: 100px;
    table-layout: auto;
    z-index: 0
}

body[page=about] .course-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 300px;
    bottom: 0;
    width: 0;
    border-right: 5px dashed #d6d6d6;
    z-index: -1
}

body[page=about] .course-box .course {
    display: table-row
}

body[page=about] .course-box .course > div {
    display: table-cell;
    vertical-align: middle
}

body[page=about] .course-box .course .right {
    padding-left: 130px;
    font-size: 18px;
    line-height: 30px
}

body[page=about] .course-box .course:hover .time:after {
    left: 10px
}

body[page=about] .course-box .time {
    position: relative;
    width: 300px;
    margin: 50px 0;
    color: #000;
    font-size: 30px;
    border-right: 5px solid #5acac3
}

body[page=about] .course-box .time:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -45px;
    width: 35px;
    height: 35px;
    background: url(../img/about-go.jpg);
    background-size: 100% 100%;
    transition: left 1s
}

body[page=about] .b-banner {
    padding: 9.765625%;
    background: url(../img/about-bottom-banner.jpg);
    background-size: cover;
    background-position: 50% 50%
}

@media (max-width: 1540px) {
    body[page=about] .synopsis {
        padding: 80px 0;
        font-size: 15px
    }

    body[page=about] .synopsis strong {
        font-size: 16px
    }

    body[page=about] .honor .content, body[page=about] .sector .content {
        width: 600px;
        padding-top: 80px
    }

    body[page=about] .honor .content h1, body[page=about] .sector .content h1 {
        font-size: 32px
    }

    body[page=about] .honor .content em, body[page=about] .sector .content em {
        padding: 20px 0 48px;
        font-size: 16px
    }

    body[page=about] .honor .content p, body[page=about] .sector .content p {
        padding-right: 32px;
        font-size: 16px
    }

    body[page=about] .sector .content {
        padding-top: 148px
    }

    body[page=about] .honor .content {
        padding-left: 32px
    }

    body[page=about] .honor .content p {
        padding-bottom: 8px
    }

    body[page=about] .course-main {
        padding: 112px 0
    }

    body[page=about] .course-main .title {
        font-size: 32px
    }

    body[page=about] .course-main .title:after {
        top: 92px;
        height: 4px
    }

    body[page=about] .course-main .title-en {
        padding: 20px 0;
        font-size: 16px;
        letter-spacing: 1px
    }

    body[page=about] .course-box:before {
        left: 240px;
        border-right: 4px dashed #d6d6d6
    }

    body[page=about] .course-box .course .right {
        padding-left: 104px;
        font-size: 16px;
        line-height: 24px
    }

    body[page=about] .course-box .course:hover .time:after {
        left: 8px
    }

    body[page=about] .course-box .time {
        position: relative;
        width: 240px;
        margin: 40px 0;
        font-size: 24px;
        border-right: 4px solid #5acac3
    }

    body[page=about] .course-box .time:after {
        bottom: -36px;
        width: 28px;
        height: 28px
    }
}