#canvas4 canvas {
    width: 85%!important;
    height: auto!important;
    left: 17%!important;
}
.trans-scale .i {
    width: 100%;
    height: auto;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s,-webkit-transform 1s
}

.trans-liro {
    position: relative;
    overflow: hidden
}

.trans-liro::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255,255,255,0.3);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s
}

@-webkit-keyframes animat-shake {
    0%,100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25%,75% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@keyframes animat-shake {
    0%,100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25%,75% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-webkit-keyframes animat-round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes animat-round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes animat-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes animat-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@media (min-width: 769px) {
    .trans-scale:hover .i {
        -webkit-transform:scale(1.1);
        transform: scale(1.1)
    }

    .trans-liro:hover::before {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    .animat-shake:hover {
        -webkit-animation: animat-shake .5s;
        animation: animat-shake .5s
    }

    .animat-round::before {
        -webkit-animation: animat-round 5s linear infinite;
        animation: animat-round 5s linear infinite
    }

    .animat-steps::before {
        -webkit-animation: animat-round 2s steps(12,end) infinite;
        animation: animat-round 2s steps(12,end) infinite
    }
}

:focus {
    outline: 0
}

svg:not(:root) {
    overflow: hidden
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0
}

input[type=date] {
    background-color: transparent;
    border: 0;
    filter: 'alpha(opacity=0)'
}

input:focus,textarea:focus {
    color: inherit
}

input::-ms-clear,::-ms-reveal {
    display: none
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #909090;
    opacity: 1
}

input::-moz-placeholder,textarea::-moz-placeholder {
    color: #909090;
    opacity: 1
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #909090;
    opacity: 1
}

input::-ms-input-placeholder,textarea::-ms-input-placeholder {
    color: #909090;
    opacity: 1
}

input::placeholder,textarea::placeholder {
    color: #909090;
    opacity: 1
}

.placeholder {
    color: #909090
}

.init-screen {
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-delay: .01s;
    transition-delay: .01s
}

.lock-screen {
    overflow: hidden
}

.tangram-suggestion-main {
    z-index: 999
}

.xfont,.xicon {
    position: relative;
    -webkit-transition-property: color,background;
    transition-property: color,background;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.xfont::before,.xicon::before {
    display: block;
    text-align: center;
    font-family: xfont;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale
}

.xicon {
    width: 30px;
    height: 30px;
    cursor: pointer
}

.xicon::before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.icon-left::before {
    content: '\e504'
}

.icon-right::before {
    content: '\e505'
}

.icon-up::before {
    content: '\e506'
}

.icon-down::before {
    content: '\e507'
}

.icon-search::before {
    content: '\e510'
}

.icon-close::before {
    content: '\e508'
}

.icon-menu::before {
    content: '\e511'
}

.icon-load {
    -webkit-animation: animat-round 2s steps(12,end) infinite;
    animation: animat-round 2s steps(12,end) infinite
}

.icon-load::before {
    content: '\e512'
}

.icon-media-start::before {
    content: '\e520'
}

.icon-media-play::before {
    content: '\e521'
}

.icon-media-pause::before {
    content: '\e522'
}

.icon-media-buffer {
    -webkit-animation: animat-round 5s linear infinite;
    animation: animat-round 5s linear infinite
}

.icon-media-buffer::before {
    content: '\e513'
}

.icon-media-prev::before {
    content: '\e523'
}

.icon-media-next::before {
    content: '\e524'
}

.icon-media-volume::before {
    content: '\e52c'
}

.icon-media-muted::before {
    content: '\e52d'
}

.clear::after,.nav-box::after,.tools-mod::after,.paging-box::after,.slick-track::after,.share-box::after,.clearfix::after {
    content: '';
    display: table;
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.pos-fix {
    position: fixed !important;
    left: 0;
    top: 0
}

.pos-abs {
    position: absolute !important;
    left: 0;
    top: 0
}

.mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.tac {
    text-align: center
}

.des {
    line-height: 1.8
}

body:not(.lang-en) .des {
    text-align: justify;
    text-justify: inter-ideograph
}

[data-object-fit="cover"],[object-fit="cover"] {
    -o-object-fit: cover;
    object-fit: cover
}

[data-object-fit="contain"],[object-fit="contain"] {
    -o-object-fit: contain;
    object-fit: contain
}

[data-object-fit="scale-down"],[object-fit="scale-down"] {
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.x-layout {
    position: relative;
    margin: auto;
    width: 100%;
    min-width: 1250px
}

.x-layout.homes {
    overflow: visible
}

.x-header,.x-footer,.x-container {
    position: relative;
    width: 100%;
    z-index: 1
}

.x-wrap {
    position: relative;
    margin: auto;
    width: 1230px;
    height: 100%
}

.x-hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity,visibility;
    transition-property: opacity,visibility;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.x-visible {
    opacity: 1;
    visibility: visible
}

.x-table {
    display: table;
    width: 100%;
    height: 100%;
    border-collapse: collapse
}

.x-cell,.x-nano {
    display: table-cell;
    height: 100%;
    vertical-align: middle
}

.x-cell {
    padding: 0 1em;
    width: 100%
}

.x-nano {
    width: 1%
}

.l-wrap {
    position: relative;
    margin: 0 6.25vw;
    height: 100%
}

.title {
    text-align: center;
    -webkit-perspective: 500px;
    perspective: 500px
}

.title .h2 {
    font-size: 48px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d
}

.title .h2 i {
    transform: rotateY(90deg) translateZ(-90px) scale(0.3);
    -webkit-transform: rotateY(90deg) translateZ(-90px) scale(0.3);
    opacity: 0;
    display: inline-block;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s
}

.title .h3 {
    font-size: 24px;
    margin-top: 10px;
    line-height: 1.5
}

.title .h3 i {
    transform: rotateY(-90deg) translateZ(-90px) scale(0.3);
    -webkit-transform: rotateY(-90deg) translateZ(-90px) scale(0.3);
    opacity: 0;
    display: inline-block;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s
}

.title.act i {
    transform: rotateY(0deg) translateZ(0px) scale(1);
    -webkit-transform: rotateY(0deg) translateZ(0px) scale(1);
    opacity: 1
}

.title .button {
    margin-top: 20px
}

.title .button .a {
    display: inline-block;
    min-width: 265px;
    height: 54px;
    line-height: 52px;
    border: 2px solid #777;
    border: 0px solid rgba(119,119,119,0);
    font-size: 30px;
    color: #333;
    margin: 0 20px;
    position: relative;
    text-align: center
}

.title .button svg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    fill: none;
    width: 100%;
    stroke-dasharray: 320,324;
    stroke-dashoffset: 320
}

.title .button #svg2 {
    display: none
}

.title .button path {
    stroke: #777;
    stroke-width: 4px
}

.title .button .a a {
    display: block;
    height: 100%;
    position: relative;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s
}

.title .button .a a:hover {
    background: #445e9f;
    color: #fff;
    border-color: #445e9f
}

.decision {
    padding: 0 0 90px;
    margin-top: 50px
}

.decision .h2 {
    font-size: 48px
}

.decision .h3 {
    margin-top: 5px;
    font-size: 24px
}

.pages {
    text-align: center
}

.pages a {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #888;
    font-size: 16px;
    color: #333;
    font-family: Arial;
    margin: 0 5px
}

.pages a:hover {
    background: #4461a0;
    color: #fff;
    border-color: #4461a0
}

.pages a.now {
    border-color: transparent
}

.pages span {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #888;
    font-size: 16px;
    color: #333;
    font-family: Arial;
    margin: 0 5px
}

.pages .jump {
    padding: 0
}

.pages .jump input {
    border: none;
    width: 25px;
    padding: 0 10px;
    font-size: 16px;
    text-align: center
}

.pages .jump em {
    display: inline-block;
    border-left: 1px solid #888;
    text-align: center;
    width: 40px
}

.pages .jump em:hover {
    background: #4461a0;
    color: #fff;
    border-color: #4461a0;
    cursor: pointer
}

.l-tit {
    line-height: 1;
}

@media (max-width: 1480px) {
    .l-tit {
    }
}

@media (max-width: 768px) {
    .l-tit {
        font-size:36px
    }
}

.l-tit span {
    line-height: 1
}

.l-tit .letter {
    color: #334b7f;
    font-family: 'bauhaus';
    font-size: 100px;
    line-height: 1;
    position: relative;
    top: 6px
}

@media (max-width: 1480px) {
    .l-tit .letter {
        font-size:80px
    }
}

@media (max-width: 768px) {
    .l-tit .letter {
        font-size:46px
    }
}

.l-more {
    display: inline-block;
    font-size: 28px;
    padding-right: 112px;
    position: relative
}

@media (max-width: 1480px) {
    .l-more {
        font-size:26px
    }
}

@media (max-width: 768px) {
    .l-more {
        font-size:20px
    }
}

.l-more::before {
    content: '';
    width: 72px;
    height: 1px;
    background-color: #333;
    position: absolute;
    top: 50%;
    right: 30px
}

.l-more::after {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #bc1d1e;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.y-more {
    display: inline-block;
    position: relative;
    padding-right: 6.04167vw;
    font-size: 1.45833vw;
    color: #cecece
}

.y-more .cir {
    width: 5.3125vw;
    height: 5.3125vw;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden
}

.y-more .cir::before {
    content: '';
    width: 39px;
    height: 25px;
    background-image: url(../image/lyj/png14.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2
}

.y-more .cir::after {
    content: '';
    position: absolute;
    top: -60%;
    left: -60%;
    background-image: url(../image/color4.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    width: 420%;
    height: 420%;
    -webkit-animation: moreBg 15s linear infinite;
    animation: moreBg 15s linear infinite;
    background-size: cover
}

@-webkit-keyframes moreBg {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes moreBg {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.btn-toolbar.btn-wgroup-toolbar.show {
    width: 300px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

@media (min-width: 769px) {
    *.m-show {
        display:none
    }

    body {
    }

    .lock-screen {
        margin-right: 17px
    }

    .lock-screen.full-screen {
        margin-right: 0
    }

    .l-more.ver {
        width: 1em;
        line-height: 1.2;
        padding-right: 0;
        padding-top: 112px
    }

    .l-more.ver::before {
        width: 1px;
        height: 72px;
        right: 50%;
        top: 30px
    }

    .l-more.ver::after {
        top: 0;
        right: 50%;
        -webkit-transform: translate(50%);
        transform: translate(50%)
    }

    .l-more:hover::after {
        right: 10px
    }

    .l-more.ver:hover::after {
        right: 50%;
        top: 10px
    }

    .block {
        max-width: 1230px;
        height: 100%;
        margin: 0 auto
    }
}

:root {
    --header-height: 101px
}

@media (max-width: 1480px) {
    :root {
        --header-height:81px
    }
}

@media (max-width: 768px) {
    .title .button {
        margin-top:10px
    }

    .title .button .a {
        max-width: 90%;
        margin: 0;
        font-size: 22px;
        border: 2px solid #777;
        height: 42px;
        line-height: 40px
    }

    .title .button svg {
        opacity: 0
    }

    .pages .count {
        display: none
    }

    .pages .jump input {
        width: 30px
    }

    .pages span {
        height: 30px;
        line-height: 29px
    }

    .pages a {
        height: 30px;
        line-height: 30px;
        margin: 0 3px
    }

    body {
        -webkit-overflow-scrolling: touch
    }

    *.p-show {
        display: none
    }

    .lock-screen {
        right: 0
    }

    .lock-screen .x-container .vd-adr {
        display: none !important
    }

    .menu-screen {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    .x-layout {
        min-width: 320px
    }

    .x-wrap {
        padding: 0 10px;
        width: 100%
    }

    .l-wrap {
        margin: 0;
        padding: 0 10px;
        width: 100%
    }

    .block {
        max-width: none;
        height: 100%;
        margin: 0 auto;
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .l-more {
        padding-right: 55px;
        font-size: 18px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .l-more {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .l-more {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .l-more::before {
        width:35px;
        right: 15px
    }

    .l-more::after {
        width: 11px;
        height: 11px
    }

    .l-tit .letter {
        top: 3px
    }

    .y-more {
        font-size: 18px;
        padding-right: 60px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .y-more {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .y-more {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .y-more .cir {
        width:50px;
        height: 50px
    }

    .y-more .cir::before {
        width: 20px;
        height: 13px
    }

    :root {
        --header-height: 51px
    }
}

.x-header {
    z-index: 2
}

.x-header .logo {
    position: relative;
    overflow: hidden
}

.x-header .logo::before {
    content: '';
    display: block;
    padding-top: 13.7931%
}

.x-header .logo .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.x-header .nav_child {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 1px);
    background-color: #fff;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.x-header .nav_child .sout {
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
    overflow-x: hidden;
    width: calc(100% + 30px)
}

.x-header .nav_child .d2 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.x-header .nav_child .d2 .list .item {
    color: #fff;
    width: 25%;
    padding: 40px 60px 34px 78px
}

.x-header .nav_child .d2 .list .item a {
    display: block
}

.x-header .nav_child .d2 .list .item .icon {
    width: 100px;
    position: relative;
    overflow: hidden
}

.x-header .nav_child .d2 .list .item .icon::before {
    content: '';
    display: block;
    padding-top: 100%
}

.x-header .nav_child .d2 .list .item .icon .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.x-header .nav_child .d2 .list .item .t1 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 12px
}

@media (max-width: 1480px) {
    .x-header .nav_child .d2 .list .item .t1 {
        font-size:22px
    }
}

@media (max-width: 768px) {
    .x-header .nav_child .d2 .list .item .t1 {
        font-size:18px
    }
}

.x-header .nav_child .d2 .list .item .p {
    font-size: 16px
}

@media (max-width: 1480px) {
    .x-header .nav_child .d2 .list .item .p {
        font-size:14px
    }
}

@media (max-width: 768px) {
    .x-header .nav_child .d2 .list .item .p {
        font-size:14px
    }
}

.x-header .nav_child .d3 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.x-header .nav_child .d3 .list .item {
    width: 20%;
    padding: 70px 80px
}

.x-header .nav_child .d3 .list .item:nth-child(even) {
    background-color: #fafafa
}

.x-header .nav_child .d3 .list .item .t1 {
    font-size: 24px;
    font-weight: bold
}

@media (max-width: 1480px) {
    .x-header .nav_child .d3 .list .item .t1 {
        font-size:22px
    }
}

@media (max-width: 768px) {
    .x-header .nav_child .d3 .list .item .t1 {
        font-size:18px
    }
}

.x-header .nav_child .d3 .list .item .ul {
    margin-top: 24px
}

.x-header .nav_child .d3 .list .item .ul .li+.li {
    margin-top: 10px
}

.x-header .nav_child .d3 .list .item .ul .t {
    font-size: 18px
}

@media (max-width: 1480px) {
    .x-header .nav_child .d3 .list .item .ul .t {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .x-header .nav_child .d3 .list .item .ul .t {
        font-size:16px
    }
}

.x-header .nav_child .d3 .list .item .ul .ol {
    padding: 8px 0 18px
}

.x-header .nav_child .d3 .list .item .ul .ol .l {
    font-size: 16px;
    color: #666666
}

@media (max-width: 1480px) {
    .x-header .nav_child .d3 .list .item .ul .ol .l {
        font-size:14px
    }
}

@media (max-width: 768px) {
    .x-header .nav_child .d3 .list .item .ul .ol .l {
        font-size:14px
    }
}

@media (min-width: 769px) {
    .x-header {
        background-color:#fff;
        padding: 0 50px;
        border-bottom: 1px solid #d3d3d4
    }

    .x-header .navs {
        height: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        z-index: 9
    }

    .x-header .logo {
        width: 319px
    }

    .x-header .logo .i2 {
        display: none
    }

    .x-header .tools-mod .tools-item {
        text-align: center;
        position: relative
    }

    .x-header .tools-mod .tools-item .icon {
        width: 30px;
        position: relative;
        overflow: hidden
    }

    .x-header .tools-mod .tools-item .icon::before {
        content: '';
        display: block;
        padding-top: 100%
    }

    .x-header .tools-mod .tools-item .icon .i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .x-header .tools-mod .tools-item .icon .i2 {
        display: none
    }

    .x-header .tools-mod .tools-item .txt {
        font-size: 18px;
        padding-left: 6px;
        white-space: nowrap
    }
}

@media (min-width: 769px) and (max-width:1480px) {
    .x-header .tools-mod .tools-item .txt {
        font-size:16px
    }
}

@media (min-width: 769px) and (max-width:768px) {
    .x-header .tools-mod .tools-item .txt {
        font-size:16px
    }
}

@media (min-width: 769px) {
    .x-header .tools-mod .tools-item .txt.tel {
        font-size:24px
    }
}

@media (min-width: 769px) and (max-width:1480px) {
    .x-header .tools-mod .tools-item .txt.tel {
        font-size:22px
    }
}

@media (min-width: 769px) and (max-width:768px) {
    .x-header .tools-mod .tools-item .txt.tel {
        font-size:18px
    }
}

@media (min-width: 769px) {
    .x-header .tools-mod .tools-item+.tools-item {
        margin-left:26px
    }

    .x-header .tools-mod .tools-item .icon-search:hover {
        color: #000000
    }

    .x-header .tools-mod .tools-item>.icon-search::before {
        display: none
    }

    .x-header .tools-mod .tools-item>.icon-search::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url(../image/lyj/icon4.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center
    }

    .x-header .tools-mod .tools-item>.icon-close::before {
        display: block;
        font-size: 24px;
        line-height: 1
    }
}

@media (min-width: 769px) and (max-width:1480px) {
    .x-header .tools-mod .tools-item>.icon-close::before {
        font-size:22px
    }
}

@media (min-width: 769px) and (max-width:768px) {
    .x-header .tools-mod .tools-item>.icon-close::before {
        font-size:18px
    }
}

@media (min-width: 769px) {
    .x-header .tools-mod .tools-item>.icon-close::after {
        display:none
    }

    .x-header .tools-mod .tools-item .d_down {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 100%;
        white-space: nowrap;
        min-width: 100%;
        padding-left: 36px;
        padding-top: 10px;
        display: none
    }

    .x-header .tools-mod .tools-item .d_down .ul {
        background-color: #fff;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        padding: 10px
    }

    .x-header .tools-mod .tools-item .d_down .li {
        padding: 3px 0
    }

    .x-header .tools-mod .tools-item:hover .d_down {
        display: block
    }

    .x-header .tools-mod .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .x-header .nav-mod .nav-item {
        position: relative
    }

    .x-header .nav-mod .nav-tit .arr {
        display: none
    }

    .x-header .nav-mod .nav-link {
        display: block;
        white-space: nowrap;
        -webkit-transition-property: color,background;
        transition-property: color,background;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .x-header .nav-mod .nav-lv {
        position: absolute;
        min-width: 100%;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition-property: opacity,visibility;
        transition-property: opacity,visibility;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .x-header .nav-mod .nav-grp {
        padding: 10px 0;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
        box-shadow: 0 0 10px rgba(0,0,0,0.1)
    }

    .x-header .nav-mod .nav-lv1-item {
        float: left;
        margin: 0 35px
    }

    .x-header .nav-mod .nav-lv1-link {
        line-height: 100px;
        font-size: 20px
    }
}

@media (min-width: 769px) and (max-width:1480px) {
    .x-header .nav-mod .nav-lv1-link {
        font-size:18px
    }
}

@media (min-width: 769px) and (max-width:768px) {
    .x-header .nav-mod .nav-lv1-link {
        font-size:18px
    }
}

@media (min-width: 769px) {
    .x-header .nav-mod .nav-lv1-link span {
        display:inline-block;
        vertical-align: middle;
        width: 6.30208vw;
        position: relative;
        overflow: hidden;
        line-height: 1
    }

    .x-header .nav-mod .nav-lv1-link span::before {
        content: '';
        display: block;
        padding-top: 30.76923%
    }

    .x-header .nav-mod .nav-lv1-link span .i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .x-header .nav-mod .nav-lv1-link span img.i {
        width: 102%;
        z-index: 3;
        height: 108% !important;
        -webkit-transition: none !important;
        transition: none !important
    }

    .x-header .nav-mod .nav-lv1-link span .i2 {
        opacity: 0;
        visibility: hidden
    }

    .x-header .nav-mod .nav-lv1-link span .i3 {
        opacity: 0;
        visibility: hidden
    }

    .x-header .nav-mod .nav-lv1-link span .cir {
        position: relative;
        overflow: hidden;
        position: absolute;
        left: 50%;
        top: 50%;
        border-radius: 50%;
        overflow: hidden;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        display: block
    }

    .x-header .nav-mod .nav-lv1-link span .cir::before {
        content: '';
        display: block;
        padding-top: 100%
    }

    .x-header .nav-mod .nav-lv1-link span .cir .i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .x-header .nav-mod .nav-lv1-link span .cir:after {
        content: '';
        position: absolute;
        top: -100%;
        left: -100%;
        background-image: url(../image/color4.png);
        background-repeat: no-repeat;
        background-position: 0% 0%;
        width: 220%;
        height: 220%;
        -webkit-animation: moreBg 30s linear infinite;
        animation: moreBg 30s linear infinite;
        background-size: cover
    }

    .x-header .nav-mod .nav-lv2-item+.nav-lv2-item {
        margin-top: 8px
    }

    .x-header .nav-mod .nav-lv2-tit {
        text-align: center
    }

    .x-header .nav-mod .nav-lv2-link {
        padding: 0 10px
    }

    .x-header .nav-mod .nav-lv3 {
        left: 100%;
        top: 0
    }

    .x-header .nav-mod .nav-lv3-item {
        position: relative;
        float: left
    }

    .x-header .nav-mod .nav-lv3-item+.nav-lv3-item {
        margin-top: 8px
    }

    .x-header .nav_child .d2 .list .item:hover .icon {
        -webkit-animation: animat-shake 1s ease-in-out;
        animation: animat-shake 1s ease-in-out
    }

    .x-header .nav_child .d3 .list .item {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
        opacity: 0
    }

    .x-header.x-show .nav_child {
        opacity: 1;
        visibility: visible
    }

    .x-header.x-show .nav_child .d3 .list .item {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s
    }

    .x-header.x-show .nav_child .d3 .list .item:nth-child(2) {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s
    }

    .x-header.x-show .nav_child .d3 .list .item:nth-child(3) {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s
    }

    .x-header.x-show .nav_child .d3 .list .item:nth-child(4) {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s
    }

    .x-header.x-show .nav_child .d3 .list .item:nth-child(5) {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s
    }

    .x-header.x-show .nav-mod .nav-lv1-link span .i1 {
        opacity: 0;
        visibility: hidden
    }

    .x-header.x-show .nav-mod .nav-lv1-link span .i2 {
        opacity: 1;
        visibility: visible
    }

    .x-header.posi {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-color: transparent;
        border-bottom-color: transparent
    }

    .x-header.posi .nav-mod {
        color: #fff
    }

    .x-header.posi .logo .i1 {
        opacity: 0;
        visibility: hidden
    }

    .x-header.posi .logo .i2 {
        opacity: 1;
        visibility: visible
    }

    .x-header.posi .tools-mod .tools-item .icon .i1 {
        display: none
    }

    .x-header.posi .tools-mod .tools-item .icon .i2 {
        display: block
    }

    .x-header.posi .nav-mod .nav-lv1-link span .i1 {
        opacity: 0;
        visibility: hidden
    }

    .x-header.posi .nav-mod .nav-lv1-link span .i2 {
        opacity: 1;
        visibility: visible
    }

    .x-header.posi .nav-mod .nav-lv1-link span .i3 {
        opacity: 1;
        visibility: visible
    }

    .x-header.posi .tools-mod .tools-item>.icon-search::after {
        background-image: url(../image/lyj/icon4_a.png)
    }

    .x-header.posi .tools-mod .tools-item>.icon-close::before,.x-header.posi .tools-mod .tools-item .txt {
        color: #fff
    }

    .x-header.posi.x-show .nav-mod .nav-lv1-link span .i3 {
        opacity: 0;
        visibility: hidden
    }

    .x-header .logo .i2 {
        display: block;
        opacity: 0;
        visibility: hidden
    }

    .x-header.x-show {
        background-color: #0f122b
    }

    .x-header.x-show::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom: 1px solid #15287f;
        z-index: 9
    }

    .x-header.x-show .logo .i1 {
        opacity: 0;
        visibility: hidden
    }

    .x-header.x-show .logo .i2 {
        opacity: 1;
        visibility: visible
    }

    .x-header.x-show .nav-mod {
        color: #fff
    }

    .x-header.x-show .tools-mod .tools-item .icon .i1 {
        display: none
    }

    .x-header.x-show .tools-mod .tools-item .icon .i2 {
        display: block
    }

    .x-header.x-show .tools-mod .tools-item>.icon-search::after {
        background-image: url(../image/lyj/icon4_a.png)
    }

    .x-header.x-show .tools-mod .tools-item>.icon-close::before,.x-header.x-show .tools-mod .tools-item .txt {
        color: #fff
    }

    .x-header .nav_child .sout .over {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #0f122b;
        overflow: hidden
    }

    .x-header .nav_child .sout .sin {
        position: relative;
        overflow: hidden;
        overflow: visible
    }

    .x-header .nav_child .sout .sin::before {
        content: '';
        display: block;
        padding-top: 43.22917%
    }

    .x-header .nav_child .sout .sin .i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .x-header .nav_child .sout .sin .header_earth {
        width: 29.16666%;
        position: relative;
        overflow: hidden;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 12%
    }

    .x-header .nav_child .sout .sin .header_earth::before {
        content: '';
        display: block;
        padding-top: 100%
    }

    .x-header .nav_child .sout .sin .header_earth .i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .x-header .nav_child .sout .sin .header_earth .cir {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 50%;
        overflow: hidden;
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    .x-header .nav_child .sout .sin .header_earth .cir:after {
        content: '';
        position: absolute;
        top: -100%;
        left: -100%;
        background-image: url(../image/color4.png);
        background-repeat: no-repeat;
        background-position: 0% 0%;
        width: 220%;
        height: 220%;
        -webkit-animation: moreBg 30s linear infinite;
        animation: moreBg 30s linear infinite;
        background-size: cover
    }

    .x-header .nav_child .sout .sin .header_video {
        width: 29.16666%;
        position: relative;
        overflow: hidden;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 12%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

    .x-header .nav_child .sout .sin .header_video::before {
        content: '';
        display: block;
        padding-top: 100%
    }

    .x-header .nav_child .sout .sin .header_video .i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .x-header .nav_child .sout .sin .header_video video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .x-header .nav_child .sout .sin .header_video.active {
        opacity: 1;
        visibility: visible
    }

    .x-header .nav_child .sout .sin .mask {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center
    }

    .x-header .nav_child .sout .sin .lineBox .l1,.x-header .nav_child .sout .sin .lineBox .l2,.x-header .nav_child .sout .sin .lineBox .l3,.x-header .nav_child .sout .sin .lineBox .l4 {
        width: 21.354166%;
        height: 20.722891%;
        position: absolute
    }

    .x-header .nav_child .sout .sin .lineBox .l1 {
        top: 0;
        left: 0
    }

    .x-header .nav_child .sout .sin .lineBox .l1::before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        border-bottom: 1px solid #1b43e3
    }

    .x-header .nav_child .sout .sin .lineBox .l1::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        top: -999px;
        border-right: 1px solid #1b43e3
    }

    .x-header .nav_child .sout .sin .lineBox .l2 {
        top: 0;
        right: 0
    }

    .x-header .nav_child .sout .sin .lineBox .l2::before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        border-bottom: 1px solid #1b43e3
    }

    .x-header .nav_child .sout .sin .lineBox .l2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        top: -999px;
        border-right: 1px solid #1b43e3
    }

    .x-header .nav_child .sout .sin .lineBox .l3 {
        bottom: 0;
        left: 0
    }

    .x-header .nav_child .sout .sin .lineBox .l3::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        border-top: 1px solid #1b43e3
    }

    .x-header .nav_child .sout .sin .lineBox .l4 {
        bottom: 0;
        right: 0
    }

    .x-header .nav_child .sout .sin .lineBox .l4::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        border-top: 1px solid #1b43e3
    }

    .x-header .nav_child .sout .sin .lineBox .l5 {
        position: absolute;
        top: 20.722891%;
        left: 21.354166%;
        right: 21.354166%;
        bottom: 25.783132%
    }

    .x-header .nav_child .sout .sin .lineBox .l5::after {
        content: '';
        position: absolute;
        top: 0;
        right: -1px;
        bottom: -999px;
        border-right: 1px solid #1b43e3
    }

    .x-header .nav_child .sout .sin .lineBox .l5::before {
        content: '';
        position: absolute;
        top: 0;
        left: -1px;
        bottom: -999px;
        border-right: 1px solid #1b43e3
    }

    .x-header .nav_child .sout .sin .lineBox .l5 .c1 {
        width: 52.72727%;
        position: relative;
        overflow: hidden;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 50%;
        border: 1px solid #15287f;
        top: -18.5%
    }

    .x-header .nav_child .sout .sin .lineBox .l5 .c1::before {
        content: '';
        display: block;
        padding-top: 100%
    }

    .x-header .nav_child .sout .sin .lineBox .l5 .c1 .i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .x-header .nav_child .sout .sin .lineBox .l5 .c2::before {
        content: '';
        width: 31.5%;
        position: absolute;
        left: 0;
        top: -1px;
        border-top: 1px solid #1b43e3
    }

    .x-header .nav_child .sout .sin .lineBox .l5 .c2::after {
        content: '';
        position: absolute;
        left: 31.3%;
        top: -0.7%;
        width: 0.72727%;
        padding-top: 0.72727%;
        border-radius: 50%;
        background: -webkit-gradient(linear,left top,left bottom,from(#eef8ff),to(#2372ff));
        background: linear-gradient(to bottom,#eef8ff,#2372ff)
    }

    .x-header .nav_child .sout .sin .lineBox .l5 .c3::before {
        content: '';
        width: 31.5%;
        position: absolute;
        right: 0;
        top: -1px;
        border-top: 1px solid #1b43e3
    }

    .x-header .nav_child .sout .sin .lineBox .l5 .c3::after {
        content: '';
        position: absolute;
        right: 31.3%;
        top: -0.7%;
        width: 0.72727%;
        padding-top: 0.72727%;
        border-radius: 50%;
        background: -webkit-gradient(linear,left top,left bottom,from(#eef8ff),to(#2372ff));
        background: linear-gradient(to bottom,#eef8ff,#2372ff)
    }

    .x-header .nav_child .sout .sin .lineBox .l5 .c4::before {
        content: '';
        width: 34.5%;
        position: absolute;
        left: 0;
        bottom: -1px;
        border-bottom: 1px solid #1b43e3
    }

    .x-header .nav_child .sout .sin .lineBox .l5 .c4::after {
        content: '';
        position: absolute;
        left: 34.3%;
        bottom: -1%;
        width: 0.72727%;
        padding-top: 0.72727%;
        border-radius: 50%;
        background: -webkit-gradient(linear,left top,left bottom,from(#eef8ff),to(#2372ff));
        background: linear-gradient(to bottom,#eef8ff,#2372ff)
    }

    .x-header .nav_child .sout .sin .lineBox .l5 .c5::before {
        content: '';
        width: 34.5%;
        position: absolute;
        right: 0;
        bottom: -1px;
        border-bottom: 1px solid #1b43e3
    }

    .x-header .nav_child .sout .sin .lineBox .l5 .c5::after {
        content: '';
        position: absolute;
        right: 34.3%;
        bottom: -1%;
        width: 0.72727%;
        padding-top: 0.72727%;
        border-radius: 50%;
        background: -webkit-gradient(linear,left top,left bottom,from(#eef8ff),to(#2372ff));
        background: linear-gradient(to bottom,#eef8ff,#2372ff)
    }

    .x-header .nav_child .sout .sin .lineBox .l5 .c6::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 112%;
        bottom: -999px;
        border-left: 1px solid #1b43e3
    }

    .x-header .nav_child .sout .sin .lineBox .l5 .c6::after {
        content: '';
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -13%;
        width: 0.72727%;
        padding-top: 0.72727%;
        border-radius: 50%;
        background: -webkit-gradient(linear,left top,left bottom,from(#eef8ff),to(#2372ff));
        background: linear-gradient(to bottom,#eef8ff,#2372ff);
        margin-left: 1px
    }

    .x-header .nav_child .sout .sin .lineBox .l6 {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-box-shadow: inset 5px 15px 75px 20px rgba(55,113,220,0.2);
        box-shadow: inset 5px 15px 75px 20px rgba(55,113,220,0.2)
    }

    .x-header .nav_child .sout .sin .close {
        width: 4.6875%;
        position: relative;
        overflow: hidden;
        position: absolute;
        top: 20.722891%;
        right: 21.354166%;
        cursor: pointer;
        background-image: url(../image/text5.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 99
    }

    .x-header .nav_child .sout .sin .close::before {
        content: '';
        display: block;
        padding-top: 98.71795%
    }

    .x-header .nav_child .sout .sin .close .i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .x-header .nav_child .sout .sin .d2 .list {
        display: block
    }

    .x-header .nav_child .sout .sin .d2 .list .item {
        position: absolute;
        width: 21.354166%;
        height: 20.722891%;
        padding: 0;
        background: -webkit-gradient(linear,left top,left bottom,from(rgba(55,113,220,0)),to(rgba(55,113,220,0.2)));
        background: linear-gradient(to bottom,rgba(55,113,220,0),rgba(55,113,220,0.2))
    }

    .x-header .nav_child .sout .sin .d2 .list .item a {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .x-header .nav_child .sout .sin .d2 .list .item .icon {
        width: 20%;
        margin: 0 10px
    }

    .x-header .nav_child .sout .sin .d2 .list .item .t1 {
        margin-top: 0;
        margin: 0 10px;
        font-size: 42px;
        line-height: 1.2
    }
}

@media (min-width: 769px) and (max-width:1480px) {
    .x-header .nav_child .sout .sin .d2 .list .item .t1 {
        font-size:32px
    }
}

@media (min-width: 769px) and (max-width:768px) {
    .x-header .nav_child .sout .sin .d2 .list .item .t1 {
        font-size:26px
    }
}

@media (min-width: 769px) {
    .x-header .nav_child .sout .sin .d2 .list .item .p {
        display:none
    }

    .x-header .nav_child .sout .sin .d2 .list .item.item1 {
        top: 0;
        left: 0
    }

    .x-header .nav_child .sout .sin .d2 .list .item.item2 {
        top: 0;
        right: 0
    }

    .x-header .nav_child .sout .sin .d2 .list .item.item3 {
        bottom: 0;
        left: 0
    }

    .x-header .nav_child .sout .sin .d2 .list .item.item4 {
        bottom: 0;
        right: 0
    }

    .x-header .nav_child .sout .sin .d3 .list {
        display: block
    }

    .x-header .nav_child .sout .sin .d3 .list .item {
        position: absolute;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none;
        color: #fff;
        background-color: transparent !important
    }

    .x-header .nav_child .sout .sin .d3 .list .item .t1 {
        font-size: 42px;
        line-height: 1.2
    }
}

@media (min-width: 769px) and (max-width:1480px) {
    .x-header .nav_child .sout .sin .d3 .list .item .t1 {
        font-size:32px
    }
}

@media (min-width: 769px) and (max-width:768px) {
    .x-header .nav_child .sout .sin .d3 .list .item .t1 {
        font-size:26px
    }
}

@media (min-width: 769px) {
    .x-header .nav_child .sout .sin .d3 .list .item .ul {
        margin-top:15px;
        color: #8d99b0
    }

    .x-header .nav_child .sout .sin .d3 .list .item .ul .t {
        font-size: 22px
    }
}

@media (min-width: 769px) and (max-width:1480px) {
    .x-header .nav_child .sout .sin .d3 .list .item .ul .t {
        font-size:20px
    }
}

@media (min-width: 769px) and (max-width:768px) {
    .x-header .nav_child .sout .sin .d3 .list .item .ul .t {
        font-size:18px
    }
}

@media (min-width: 769px) {
    .x-header .nav_child .sout .sin .d3 .list .item .ul .ol {
        padding-bottom:8px
    }

    .x-header .nav_child .sout .sin .d3 .list .item .ul .ol .l {
        color: #8d99b0
    }

    .x-header .nav_child .sout .sin .d3 .list .item a:hover {
        color: #fff
    }

    .x-header .nav_child .sout .sin .d3 .list .item.item1 {
        left: 0;
        top: 20.722891%;
        padding: 1.5625vw 3.125vw;
        bottom: 20.722891%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 21.354166%
    }

    .x-header .nav_child .sout .sin .d3 .list .item.item2 {
        right: 0;
        top: 20.722891%;
        padding: 1.5625vw 3.125vw;
        bottom: 20.722891%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 21.354166%
    }

    .x-header .nav_child .sout .sin .d3 .list .item.item3 {
        left: 21.354166%;
        right: 21.354166%;
        top: 0;
        padding: 0;
        width: auto;
        height: 21%
    }

    .x-header .nav_child .sout .sin .d3 .list .item.item3 .t1 {
        display: none
    }

    .x-header .nav_child .sout .sin .d3 .list .item.item3 .ul {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 1.5625vw
    }

    .x-header .nav_child .sout .sin .d3 .list .item.item3 .ul .li+.li {
        margin-top: 0
    }

    .x-header .nav_child .sout .sin .d3 .list .item.item3 .ul .li {
        margin: 0 1.04167vw
    }

    .x-header .nav_child .sout .sin .d3 .list .item.item4 {
        left: 21.354166%;
        width: 28.8%;
        bottom: 0;
        padding: 1.5625vw 0;
        height: 25.5%;
        text-align: center
    }

    .x-header .nav_child .sout .sin .d3 .list .item.item4 .ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .x-header .nav_child .sout .sin .d3 .list .item.item4 .ul .li+.li {
        margin-top: 0
    }

    .x-header .nav_child .sout .sin .d3 .list .item.item4 .ul .li {
        margin: 0 1.04167vw
    }

    .x-header .nav_child .sout .sin .d3 .list .item.item5 {
        right: 21.354166%;
        width: 28.8%;
        bottom: 0;
        padding: 1.5625vw 0;
        height: 25.5%;
        text-align: center
    }

    .x-header .nav_child .sout .sin .d3 .list .item.item5 .ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 .78125vw
    }

    .x-header .nav_child .sout .sin .d3 .list .item.item5 .ul .li+.li {
        margin-top: 0
    }

    .x-header .nav_child .sout .sin .d3 .list .item.item5 .ul .li {
        width: 33.33%
    }
}

@media (max-width: 1850px) {
    .x-header .nav_child .sout .sin .d2 .list .item .t1,.x-header .nav_child .sout .sin .d3 .list .item .t1 {
        font-size:32px
    }
}

@media (max-width: 1850px) and (max-width:1480px) {
    .x-header .nav_child .sout .sin .d2 .list .item .t1,.x-header .nav_child .sout .sin .d3 .list .item .t1 {
        font-size:28px
    }
}

@media (max-width: 1850px) and (max-width:768px) {
    .x-header .nav_child .sout .sin .d2 .list .item .t1,.x-header .nav_child .sout .sin .d3 .list .item .t1 {
        font-size:22px
    }
}

@media (max-width: 1850px) {
    .x-header .nav_child .sout .sin .d3 .list .item .ul {
        margin-top:5px
    }

    .x-header .nav_child .sout .sin .d3 .list .item .ul .ol {
        padding: 0
    }

    .x-header .nav_child .d3 .list .item .ul .li+.li {
        margin-top: 5px
    }
}

@media (max-width: 1720px) {
    .x-header .nav-mod .nav-lv1-item {
        margin:0 15px
    }
}

@media (max-width: 1480px) {
    .x-header .nav-mod .nav-lv1-item {
        margin:0 10px
    }

    .x-header .nav-mod .nav-lv1-link {
        line-height: 80px
    }

    .x-header .navs {
        height: 80px
    }

    .x-header .nav_child .d2 .list .item {
        padding: 20px
    }

    .x-header .nav_child .d2 .list .item .icon {
        width: 50px
    }

    .x-header .nav_child .d2 .list .item .t1 {
        font-size: 18px;
        margin-top: 0
    }
}

@media (max-width: 1480px) and (max-width:1480px) {
    .x-header .nav_child .d2 .list .item .t1 {
        font-size:16px
    }
}

@media (max-width: 1480px) and (max-width:768px) {
    .x-header .nav_child .d2 .list .item .t1 {
        font-size:16px
    }
}

@media (max-width: 1480px) {
    .x-header .nav_child .d2 .list .item .p {
        font-size:14px
    }
}

@media (max-width: 1480px) and (max-width:1480px) {
    .x-header .nav_child .d2 .list .item .p {
        font-size:12px
    }
}

@media (max-width: 1480px) {
    .x-header .nav_child .sout {
        max-height:calc(100vh - 80px)
    }

    .x-header .nav_child .d3 .list .item {
        padding: 20px
    }

    .x-header .nav_child .d3 .list .item .ul {
        margin-top: 10px
    }

    .x-header .nav_child .d3 .list .item .ul .li+.li {
        margin-top: 3px
    }

    .x-header .nav_child .d3 .list .item .ul .ol {
        padding: 5px 0px
    }

    .x-header .nav_child .d3 .list .item .ul .t {
        font-size: 16px
    }
}

@media (max-width: 1480px) and (max-width:1480px) {
    .x-header .nav_child .d3 .list .item .ul .t {
        font-size:14px
    }
}

@media (max-width: 1480px) and (max-width:768px) {
    .x-header .nav_child .d3 .list .item .ul .t {
        font-size:14px
    }
}

@media (max-width: 1480px) {
    .x-header .nav_child .d3 .list .item .ul .ol .l {
        font-size:14px
    }
}

@media (max-width: 1480px) and (max-width:1480px) {
    .x-header .nav_child .d3 .list .item .ul .ol .l {
        font-size:12px
    }
}

@media (max-width: 1480px) {
    .x-header .nav_child .d3 .list {
        padding:0 40px
    }

    .x-header .nav_child .sout .sin .d3 .list .item .ul .t {
        font-size: 20px
    }
}

@media (max-width: 1480px) and (max-width:1480px) {
    .x-header .nav_child .sout .sin .d3 .list .item .ul .t {
        font-size:18px
    }
}

@media (max-width: 1480px) and (max-width:768px) {
    .x-header .nav_child .sout .sin .d3 .list .item .ul .t {
        font-size:18px
    }
}

@media (max-width: 1400px) {
    .x-header {
        padding:0 30px
    }

    .x-header .logo {
        width: 260px
    }

    .x-header .tools-mod .tools-item+.tools-item {
        margin-left: 10px
    }
}

@media (max-width: 768px) {
    .x-header {
        padding:0
    }

    .x-header .x-wrap {
        padding: 0
    }

    .x-header .navs {
        height: auto
    }

    .x-header .menu-mod {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        padding: 5px 15px;
        min-height: 50px;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        z-index: 1
    }

    .x-header .logo {
        width: 180px
    }

    .x-header .logo .i2 {
        opacity: 0;
        visibility: hidden
    }

    .x-header .logo+* {
        margin-left: auto
    }

    .x-header .icon.m-show {
        width: 26px;
        position: relative;
        overflow: hidden;
        margin-right: 10px
    }

    .x-header .icon.m-show::before {
        content: '';
        display: block;
        padding-top: 100%
    }

    .x-header .icon.m-show .i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .x-header .icon.m-show .i2 {
        opacity: 0;
        visibility: hidden
    }

    .x-header .menu-btn {
        position: relative;
        width: 40px;
        overflow: hidden
    }

    .x-header .menu-btn::before {
        content: '';
        display: block;
        padding-top: 100%
    }

    .x-header .menu-btn .line {
        width: 60%;
        height: 2px;
        -webkit-transition: background .3s;
        transition: background .3s
    }

    .x-header .menu-btn .line,.x-header .menu-btn .line::before,.x-header .menu-btn .line::after {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background-color: #333;
        border-radius: 1px
    }

    .x-header .menu-btn .line::before,.x-header .menu-btn .line::after {
        content: '';
        width: 100%;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .x-header .menu-btn .line::before {
        -webkit-transform: translateY(-400%);
        transform: translateY(-400%)
    }

    .x-header .menu-btn .line::after {
        -webkit-transform: translateY(400%);
        transform: translateY(400%)
    }

    .x-header .search-box,.x-header .share-box {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        position: relative;
        padding: 5px 15px
    }

    .x-header .search-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #ccc
    }

    .x-header .search-box>* {
        width: 0;
        height: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    .x-header .search-box>:last-child {
        width: auto;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .x-header .search-box .search-input {
        display: block;
        width: 100%;
        height: 30px
    }

    .x-header .search-box .search-submit {
        width: 40px
    }

    .x-header .share-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-top: 1px solid #ccc
    }

    .x-header .share-box .share-item {
        font-size: 1.2em
    }

    .x-header .nav-mod {
        display: none
    }

    .x-header .nav-box {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        overflow-y: auto;
        overscroll-behavior-y: contain
    }

    .x-header .nav-item+.nav-item {
        border-top: 1px solid #ccc
    }

    .x-header .nav-item.act>.nav-tit .arr {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .x-header .nav-tit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 5px 15px
    }

    .x-header .nav-tit .arr {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 40px;
        height: auto
    }

    .x-header .nav-tit .nav-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .x-header .nav-tit+.nav-lv {
        display: none
    }

    .x-header .nav-lv1-link {
        font-size: 1.125em
    }

    .x-header .nav-lv2 {
        padding: 0 15px;
        background-color: #eee
    }

    .x-header .nav-lv1-item.act {
        background-color: #ddd
    }

    .x-header .nav_child {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .x-header .nav_child .sout {
        max-height: none;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        overflow-y: auto;
        overscroll-behavior-y: contain;
        width: 100%
    }

    .x-header .nav_child .sout .sin {
        width: 100% !important;
        min-height: calc(100vh - 51px);
        position: relative;
        padding-bottom: 40px
    }

    .x-header .nav_child .d2 .list .item {
        padding: 15px 10px;
        background: -webkit-gradient(linear,left top,left bottom,from(rgba(55,113,220,0)),to(rgba(55,113,220,0.2)));
        background: linear-gradient(to bottom,rgba(55,113,220,0),rgba(55,113,220,0.2))
    }

    .x-header .nav_child .d2 .list .item+.item {
        border-left: 1px solid #1b43e3
    }

    .x-header .nav_child .d2 .list .item .icon {
        width: 40px;
        margin: 0 auto
    }

    .x-header .nav_child .d2 .list .item .t1 {
        font-size: 12px;
        text-align: center;
        margin-top: 3px
    }

    .x-header .nav_child .d3 .list {
        padding: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .x-header .nav_child .d3 .list .item {
        width: 100%;
        padding: 15px 10px;
        background-color: transparent !important;
        color: #fff !important;
        border-bottom: 1px solid #1b43e3
    }

    .x-header .nav_child .d3 .list .item .t1 {
        font-size: 18px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .x-header .nav_child .d3 .list .item .t1 {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .x-header .nav_child .d3 .list .item .t1 {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .x-header .nav_child .d3 .list .item .ul {
        margin-top:5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .x-header .nav_child .d3 .list .item .ul .li {
        width: 50%
    }

    .x-header .nav_child .d3 .list .item .ul .li.has_ol {
        width: 100%
    }

    .x-header .nav_child .d3 .list .item .ul .ol {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .x-header .nav_child .d3 .list .item .ul .ol .l {
        width: 50%;
        font-size: 12px;
        color: #8d99b0
    }

    .x-header .nav_child .d3 .list .item1 {
        position: relative;
        min-height: 300px
    }

    .x-header .nav_child .d3 .list .item1 .ul {
        display: block
    }

    .x-header .nav_child .d3 .list .item1 .ul .ol {
        display: block
    }

    .x-header .nav_child .d3 .list .item1 .header_earth {
        width: 50%;
        position: relative;
        overflow: hidden;
        position: absolute;
        right: 5%;
        bottom: 12%;
        border-radius: 50%;
        overflow: hidden
    }

    .x-header .nav_child .d3 .list .item1 .header_earth::before {
        content: '';
        display: block;
        padding-top: 100%
    }

    .x-header .nav_child .d3 .list .item1 .header_earth .i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .x-header .nav_child .d3 .list .item1 .header_earth .cir {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 50%;
        overflow: hidden;
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    .x-header .nav_child .d3 .list .item1 .header_earth .cir:after {
        content: '';
        position: absolute;
        top: -100%;
        left: -100%;
        background-image: url(../image/color4.png);
        background-repeat: no-repeat;
        background-position: 0% 0%;
        width: 220%;
        height: 220%;
        -webkit-animation: moreBg 30s linear infinite;
        animation: moreBg 30s linear infinite;
        background-size: cover
    }

    .x-header .nav_child .d3 .list .item1 .header_earth .header_video {
        position: absolute;
        top: -1%;
        right: -1%;
        left: -1%;
        bottom: -1%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    .x-header .nav_child .d3 .list .item1 .header_earth .header_video video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .x-header .nav_child .d3 .list .item1 .header_earth .header_video.showd {
        opacity: 1;
        visibility: visible;
        -webkit-transition-delay: .5s;
        transition-delay: .5s
    }

    .x-header .nav_child .d3 .list .item3 {
        width: 30%
    }

    .x-header .nav_child .d3 .list .item3 .t1 a {
        display: block
    }

    .x-header .nav_child .d3 .list .item3 .t1 span {
        display: inline-block;
        vertical-align: middle;
        width: 85%;
        position: relative;
        overflow: hidden;
        line-height: 1
    }

    .x-header .nav_child .d3 .list .item3 .t1 span::before {
        content: '';
        display: block;
        padding-top: 30.76923%
    }

    .x-header .nav_child .d3 .list .item3 .t1 span .i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .x-header .nav_child .d3 .list .item3 .t1 span img.i {
        width: 102%;
        z-index: 3;
        height: 108% !important;
        -webkit-transition: all 0.2s ease-out 0s !important;
        transition: all 0.2s ease-out 0s !important
    }

    .x-header .nav_child .d3 .list .item3 .t1 span .i2 {
        opacity: 0;
        visibility: hidden
    }

    .x-header .nav_child .d3 .list .item3 .t1 span .cir {
        position: relative;
        overflow: hidden;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        border-radius: 50%;
        overflow: hidden;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        display: block
    }

    .x-header .nav_child .d3 .list .item3 .t1 span .cir::before {
        content: '';
        display: block;
        padding-top: 100%
    }

    .x-header .nav_child .d3 .list .item3 .t1 span .cir .i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .x-header .nav_child .d3 .list .item3 .t1 span .cir:after {
        content: '';
        position: absolute;
        top: -100%;
        left: -100%;
        background-image: url(../image/color4.png);
        background-repeat: no-repeat;
        background-position: 0% 0%;
        width: 220%;
        height: 220%;
        -webkit-animation: moreBg 30s linear infinite;
        animation: moreBg 30s linear infinite;
        background-size: cover
    }

    .x-header .nav_child .d3 .list .item3 .ul {
        display: block
    }

    .x-header .nav_child .d3 .list .item3 .ul .li {
        width: auto
    }

    .x-header .nav_child .d3 .list .item4 {
        width: 23%
    }

    .x-header .nav_child .d3 .list .item4 .ul {
        display: block
    }

    .x-header .nav_child .d3 .list .item4 .ul .li {
        width: auto
    }

    .x-header .nav_child .d3 .list .item5 {
        width: 47%
    }

    .x-header .nav_child .d4 {
        height: 40px;
        overflow: hidden;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0
    }

    .x-header .nav_child .d4 .close {
        width: 40px;
        position: relative;
        overflow: hidden;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        cursor: pointer;
        background-image: url(../image/text5.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 99
    }

    .x-header .nav_child .d4 .close::before {
        content: '';
        display: block;
        padding-top: 50%
    }

    .x-header .nav_child .d4 .close .i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .x-header .search {
        background-color: #2d4b89;
        padding: 5px 10px
    }

    .x-header .search .kw,.x-header .search .btn_head {
        display: block
    }

    .x-header .search .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .x-header .search .kw {
        width: calc(100% - 30px);
        border-radius: 5px;
        -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.8) inset;
        box-shadow: 2px 2px 5px rgba(0,0,0,0.8) inset;
        padding: 0 10px;
        color: #333;
        background: #fff;
        font-size: 14px;
        height: 30px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .x-header .search .kw {
        font-size:12px
    }
}

@media (max-width: 768px) {
    .x-header .search .btn_head {
        color:#ffff;
        line-height: 1;
        font-size: 26px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .x-header .search .btn_head {
        font-size:24px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .x-header .search .btn_head {
        font-size:20px
    }
}

@media (max-width: 768px) {
    .x-header .search input::-ms-clear {
        display:none
    }

    .x-header .search input::-ms-reveal {
        display: none
    }

    .x-header .search input[type=search]::-webkit-search-cancel-button {
        -webkit-appearance: none
    }

    .x-header .search input[type=search]::-ms-clear {
        display: none
    }

    .x-header.menu-open {
        z-index: 999
    }

    .x-header.menu-open .nav_child .sout {
        background-color: #090c22
    }

    .x-header.menu-open .menu-mod {
        border-bottom-color: #1b43e3;
        background-color: #090c22
    }

    .x-header.menu-open .menu-mod .logo .i1 {
        opacity: 0;
        visibility: hidden
    }

    .x-header.menu-open .menu-mod .logo .i2 {
        opacity: 1;
        visibility: visible
    }

    .x-header.menu-open .menu-mod .icon.m-show .i1 {
        opacity: 0;
        visibility: hidden
    }

    .x-header.menu-open .menu-mod .icon.m-show .i2 {
        opacity: 1;
        visibility: visible
    }

    .x-header.menu-open .menu-mod .menu-btn .line::before,.x-header.menu-open .menu-mod .menu-btn .line::after {
        background-color: #fff
    }

    .x-header.menu-open .line {
        background-color: transparent
    }

    .x-header.menu-open .line::before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .x-header.menu-open .line::after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .x-header.menu-open .nav_child {
        opacity: 1;
        visibility: visible
    }

    .x-header .nav_child .sout .sin .d2 .list .item .t1 {
        font-size: 16px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .x-header .nav_child .sout .sin .d2 .list .item .t1 {
        font-size:14px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .x-header .nav_child .sout .sin .d2 .list .item .t1 {
        font-size:14px
    }
}

@media (max-width: 768px) {
    .x-header .nav_child .sout .sin .d3 .list .item .t1 {
        font-size:28px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .x-header .nav_child .sout .sin .d3 .list .item .t1 {
        font-size:26px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .x-header .nav_child .sout .sin .d3 .list .item .t1 {
        font-size:20px
    }
}

@media (max-width: 768px) {
    .x-header .nav_child .sout .sin .d3 .list .item .ul .t {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .x-header .nav_child .sout .sin .d3 .list .item .ul .t {
        font-size:14px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .x-header .nav_child .sout .sin .d3 .list .item .ul .t {
        font-size:14px
    }
}

@media (max-width: 320px) {
    .x-header .nav_child .sout .sin .d2 .list .item .t1 {
        font-size:14px
    }
}

@media (max-width: 320px) and (max-width:1480px) {
    .x-header .nav_child .sout .sin .d2 .list .item .t1 {
        font-size:12px
    }
}

@media (max-width: 320px) {
    .x-header .nav_child .sout .sin .d3 .list .item .ul .t {
        font-size:14px
    }
}

@media (max-width: 320px) and (max-width:1480px) {
    .x-header .nav_child .sout .sin .d3 .list .item .ul .t {
        font-size:12px
    }
}

.x-footer {
    background-color: #131f3a
}

.x-footer .d1 {
    padding: 73px 170px 26px 90px;
    border-bottom: 1px dashed #243a68;
    overflow: hidden;
    font-size: 18px;
    color: #6b7a9d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1480px) {
    .x-footer .d1 {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .x-footer .d1 {
        font-size:16px
    }
}

.x-footer .d1 a {
    color: #6b7a9d
}

.x-footer .d1 .lr {
    width: 170px;
    text-align: right
}

.x-footer .d1 .rl {
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.x-footer .d1 .rl .ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.x-footer .d1 .rl .ul .li {
    margin-right: 20px
}

.x-footer .d2 {
    padding: 30px 170px;
    border-bottom: 1px dashed #243a68;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.x-footer .d2 .lr {
    width: 50%;
    padding-right: 110px
}

.x-footer .d2 .lr .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.x-footer .d2 .lr .item {
    width: 4em;
    font-size: 18px
}

@media (max-width: 1480px) {
    .x-footer .d2 .lr .item {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .x-footer .d2 .lr .item {
        font-size:16px
    }
}

.x-footer .d2 .lr .item a {
    display: block
}

.x-footer .d2 .lr .item .icon {
    width: 50px;
    position: relative;
    overflow: hidden;
    margin: 0 auto
}

.x-footer .d2 .lr .item .icon::before {
    content: '';
    display: block;
    padding-top: 100%
}

.x-footer .d2 .lr .item .icon .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.x-footer .d2 .lr .item .txt {
    color: #fff;
    margin-top: 7px
}

.x-footer .d2 .lr .suds-mod .suds-pop img {
    width: 100px
}

.x-footer .d2 .rl {
    width: 50%
}

.x-footer .d2 .rl .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.x-footer .d2 .rl .item {
    color: #fff;
    position: relative
}

.x-footer .d2 .rl .item .tel {
    font-size: 42px;
    line-height: 1.2
}

@media (max-width: 1480px) {
    .x-footer .d2 .rl .item .tel {
        font-size:32px
    }
}

@media (max-width: 768px) {
    .x-footer .d2 .rl .item .tel {
        font-size:26px
    }
}

.x-footer .d2 .rl .item .p {
    font-size: 18px
}

@media (max-width: 1480px) {
    .x-footer .d2 .rl .item .p {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .x-footer .d2 .rl .item .p {
        font-size:16px
    }
}

.x-footer .d2 .rl .item+.item {
    margin-left: 81px
}

.x-footer .d2 .rl .item+.item::before {
    content: '';
    position: absolute;
    left: -41px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 80%;
    border-left: 1px dashed #273e6f
}

.x-footer .d3 {
    padding: 23px 170px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px dashed #243a68;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.x-footer .d3 .lr .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.x-footer .d3 .lr .item {
    white-space: nowrap;
    color: #fff
}

.x-footer .d3 .lr .item+.item {
    margin-left: 65px
}

.x-footer .d3 .lr .item .t1 {
    font-size: 24px
}

@media (max-width: 1480px) {
    .x-footer .d3 .lr .item .t1 {
        font-size:22px
    }
}

@media (max-width: 768px) {
    .x-footer .d3 .lr .item .t1 {
        font-size:18px
    }
}

.x-footer .d3 .lr .item .ul {
    margin-top: 14px
}

.x-footer .d3 .lr .item .li .t {
    font-size: 18px
}

@media (max-width: 1480px) {
    .x-footer .d3 .lr .item .li .t {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .x-footer .d3 .lr .item .li .t {
        font-size:16px
    }
}

.x-footer .d3 .lr .item .li .ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    color: #6b7a9d;
    margin-top: -3px;
    padding-bottom: 9px
}

@media (max-width: 1480px) {
    .x-footer .d3 .lr .item .li .ol {
        font-size:14px
    }
}

@media (max-width: 768px) {
    .x-footer .d3 .lr .item .li .ol {
        font-size:14px
    }
}

.x-footer .d3 .lr .item .li .l+.l {
    margin-left: 10px
}

.x-footer .d3 .lr .item .li+.li {
    margin-top: 0px
}

.x-footer .d3 .rl {
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 75px;
    max-width: 680px
}

.x-footer .d3 .rl .inner {
    width: 100%
}

.x-footer .d3 .rl .inner .t1 {
    font-size: 24px;
    color: #fff
}

@media (max-width: 1480px) {
    .x-footer .d3 .rl .inner .t1 {
        font-size:22px
    }
}

@media (max-width: 768px) {
    .x-footer .d3 .rl .inner .t1 {
        font-size:18px
    }
}

.x-footer .d3 .rl .inner .desc {
    color: #6b7a9d;
    font-size: 16px;
    margin-top: 12px
}

body:not(.lang-en) .x-footer .d3 .rl .inner .desc {
    text-align: justify;
    text-justify: inter-ideograph
}

@media (max-width: 1480px) {
    .x-footer .d3 .rl .inner .desc {
        font-size:14px
    }
}

@media (max-width: 768px) {
    .x-footer .d3 .rl .inner .desc {
        font-size:14px
    }
}

.x-footer .d4 {
    padding: 23px 150px 28px;
    border-bottom: 1px dashed #243a68
}

.x-footer .d4 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.x-footer .d4 .list .item {
    padding: 0 20px
}

.x-footer .d4 .list .item .t1 {
    font-size: 24px;
    color: #fff;
    width: 100%
}

@media (max-width: 1480px) {
    .x-footer .d4 .list .item .t1 {
        font-size:22px
    }
}

@media (max-width: 768px) {
    .x-footer .d4 .list .item .t1 {
        font-size:18px
    }
}

.x-footer .d4 .list .item .p {
    font-size: 18px;
    color: #6b7a9d;
    width: 100%
}

@media (max-width: 1480px) {
    .x-footer .d4 .list .item .p {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .x-footer .d4 .list .item .p {
        font-size:16px
    }
}

.x-footer .d4 .list .item:nth-child(5n) {
    width: 12.9617%
}

.x-footer .d4 .list .item:nth-child(5n-1) {
    width: 19.1387%
}

.x-footer .d4 .list .item:nth-child(5n-2) {
    width: 24.5215%
}

.x-footer .d4 .list .item:nth-child(5n-3) {
    width: 16.9425%
}

.x-footer .d4 .list .item:nth-child(5n-4) {
    width: 26.4355%
}

.x-footer .d5 {
    height: 178px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.x-footer .d5 span {
    display: block;
    font-size: 18px;
    color: #fff;
    margin: 0 10px
}

@media (max-width: 1480px) {
    .x-footer .d5 span {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .x-footer .d5 span {
        font-size:16px
    }
}

@media (min-width: 769px) {
    .x-footer .d2 .lr .item:hover .icon {
        -webkit-animation:animat-shake 1s ease-in-out;
        animation: animat-shake 1s ease-in-out
    }
}

@media (max-width: 1700px) {
    .x-footer .d1,.x-footer .d2,.x-footer .d3,.x-footer .d5 {
        padding-left:50px;
        padding-right: 50px;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .x-footer .d5 {
        padding-top: 0;
        padding-bottom: 0
    }

    .x-footer .d4 {
        padding-left: 40px;
        padding-right: 40px
    }

    .x-footer .d3 .lr .item+.item {
        margin-left: 50px
    }

    .x-footer .d1 .lr {
        width: 120px
    }

    .x-footer .d4 .list .item {
        padding: 0 10px
    }

    .x-footer .d5 {
        height: 100px
    }
}

@media (max-width: 1480px) {
    .x-footer .d5 {
        height:60px
    }

    .x-footer .d5 span {
        font-size: 16px
    }
}

@media (max-width: 1480px) and (max-width:1480px) {
    .x-footer .d5 span {
        font-size:14px
    }
}

@media (max-width: 1480px) and (max-width:768px) {
    .x-footer .d5 span {
        font-size:14px
    }
}

@media (max-width: 1400px) {
    .x-footer .d3 .lr .item+.item {
        margin-left:30px
    }

    .x-footer .d4 .list .item .p {
        font-size: 16px
    }
}

@media (max-width: 1400px) and (max-width:1480px) {
    .x-footer .d4 .list .item .p {
        font-size:14px
    }
}

@media (max-width: 1400px) and (max-width:768px) {
    .x-footer .d4 .list .item .p {
        font-size:14px
    }
}

@media (max-width: 1400px) {
    .x-footer .d4 .list .item:nth-child(5n) {
        width:13.9617%
    }

    .x-footer .d4 .list .item:nth-child(5n-1) {
        width: 17.1387%
    }
}

@media (max-width: 768px) {
    .x-footer .d1 {
        padding:30px 15px;
        display: block;
        display: none
    }

    .x-footer .d1 .lr {
        width: auto;
        text-align: left
    }

    .x-footer .d1 .rl {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }

    .x-footer .d2 {
        padding: 30px 15px;
        display: block
    }

    .x-footer .d2 .lr {
        width: auto;
        padding: 0;
        display: none
    }

    .x-footer .d2 .lr .item {
        width: 20%
    }

    .x-footer .d2 .lr .item .icon {
        width: 30px
    }

    .x-footer .d2 .lr .item .txt {
        font-size: 16px;
        text-align: center
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .x-footer .d2 .lr .item .txt {
        font-size:14px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .x-footer .d2 .lr .item .txt {
        font-size:14px
    }
}

@media (max-width: 768px) {
    .x-footer .d2 .rl {
        width:auto
    }

    .x-footer .d2 .rl .list {
        display: block;
        text-align: center
    }

    .x-footer .d2 .rl .item+.item {
        margin: 10px 0 0
    }

    .x-footer .d2 .rl .item+.item::before {
        display: none
    }

    .x-footer .d3 {
        display: none
    }

    .x-footer .d4 {
        padding: 20px 15px
    }

    .x-footer .d4 .list .item {
        width: 25% !important;
        padding: 0
    }

    .x-footer .d4 .list .item .t1 {
        font-size: 18px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .x-footer .d4 .list .item .t1 {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .x-footer .d4 .list .item .t1 {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .x-footer .d4 .list .item .p {
        display:none
    }

    .x-footer .d5 {
        height: auto;
        padding: 10px 15px;
        display: block
    }

    .x-footer .d5 span {
        display: block;
        margin: 0;
        text-align: center
    }
}

.audio-mod.ui {
    position: relative;
    padding: 1em;
    border: 1px solid;
    border-radius: 5px
}

.audio-mod .audio-title {
    padding: 1em;
    text-align: center
}

.audio-mod .audio-list {
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.audio-mod .audio-list .select-bar {
    border: 0;
    height: 30px
}

.audio-mod .audio-list .select-cont {
    left: auto;
    width: 300px
}

.audio-mod .audio-control {
    float: left
}

.audio-mod .audio-play {
    border: 1px solid;
    border-radius: 999px
}

.audio-mod .audio-play.icon-media-pause.icon-media-buffer {
    -webkit-animation: animat-ring 3s linear infinite;
    animation: animat-ring 3s linear infinite
}

.audio-mod .audio-prev.disable,.audio-mod .audio-next.disable {
    background: #ccc;
    cursor: default;
    pointer-events: none
}

.audio-mod .audio-volume {
    position: absolute;
    top: 50%;
    right: 4em;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.audio-mod .audio-volume .audio-volume-box {
    position: absolute;
    left: 50%;
    bottom: 100%;
    padding: 1em 0;
    width: 100%;
    background: rgba(0,0,0,0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity,visibility;
    transition-property: opacity,visibility;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.audio-mod .audio-volume .audio-volume-track {
    position: relative;
    margin: auto;
    width: 4px;
    height: 50px;
    background: #eee
}

.audio-mod .audio-volume .audio-volume-bar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #666
}

.audio-mod .audio-volume .audio-volume-bar::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 999px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer
}

.audio-mod .audio-volume:hover .audio-volume-box {
    opacity: 1;
    visibility: visible
}

.audio-mod .audio-panel {
    margin-left: 4em;
    margin-top: 5px
}

.audio-mod .audio-progress {
    position: relative;
    margin-bottom: 5px;
    height: 4px;
    background-color: #eee
}

.audio-mod .audio-progress .audio-progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background-color: #333
}

.audio-mod .audio-progress .audio-progress-bar::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid;
    border-radius: 999px;
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%)
}

.audio-mod .audio-time {
    position: relative;
    font-family: arial;
    line-height: 1;
    overflow: hidden
}

.audio-mod .audio-current {
    float: left
}

.audio-mod .audio-duration {
    float: right
}

.audio-mod .audio-surplus {
    float: right
}

@media (max-width: 768px) {
    .audio-mod .audio-volume-box {
        display:none
    }
}

.banner {
    position: relative;
    margin-top: -147px
}

.banner .slick-slide {
    height: 100vh;
    background: no-repeat center center / cover;
    position: relative
}

.banner .slick-slide .mask {
    background: #000;
    opacity: 0
}

.banner .slick-slide a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.banner .nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 1
}

.banner .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.banner .slick-dot {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.4;
    padding: 0;
    list-style: none;
    margin: 0 10px
}

.banner .slick-dot.slick-active {
    opacity: 1
}

div[data-search] * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

div[data-search] .BMapLib_sms_pnl_phone input,div[data-search] .BMapLib_sms_pnl_phone button,div[data-search] .BMapLib_sms_pnl_phone textarea,div[data-search] .BMapLib_sms_pnl_phone select {
    min-height: auto;
    border: 1px solid
}

div[data-search] .BMapLib_bubble_content {
    overflow: auto
}

div[data-search] .infoBox {
    padding: 10px;
    width: 290px;
    background-color: #fff
}

div[data-search] .infoBox>img {
    top: 10px;
    right: 10px !important
}

.bdmap {
    height: 600px
}

.bread-mod .bread-item {
    display: inline-block
}

.bread-mod .bread-item+.bread-item::before {
    content: '>';
    padding: 0 5px;
    font-family: Arial;
    color: #333
}

.bread-mod .bread-item.cur {
    color: red
}

@media (min-width: 769px) {
    .bread-mod .bread-link {
        -webkit-transition:color .3s;
        transition: color .3s
    }

    .bread-mod .bread-link:hover {
        color: red
    }
}

.float_red .red_t {
    width: 50px;
    height: 12px;
    background-color: #bc1d1e;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -25px;
    z-index: 9
}

.float_red .red_r {
    width: 50px;
    height: 12px;
    background-color: #bc1d1e;
    position: fixed;
    top: 50%;
    right: 0%;
    margin-top: -25px;
    z-index: 9
}

.float_red .red_b {
    width: 50px;
    height: 12px;
    background-color: #bc1d1e;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    z-index: 9
}

.float_red .red_l {
    width: 50px;
    height: 12px;
    background-color: #bc1d1e;
    position: fixed;
    top: 50%;
    left: 0%;
    margin-top: -25px;
    z-index: 9
}

.float_red .fu1 {
    opacity: 0;
    filter: alpha(opacity="0");
    position: fixed;
    left: 100px;
    top: 50%;
    margin-top: -86px;
    width: 98px;
    height: 172px;
    background: url(../image/fu.png) left top no-repeat;
    z-index: 10;
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    pointer-events: none
}

.float_red .fu2 {
    opacity: 0;
    filter: alpha(opacity="0");
    position: fixed;
    right: 100px;
    top: 50%;
    margin-top: -86px;
    width: 98px;
    height: 172px;
    background: url(../image/fu.png) left top no-repeat;
    z-index: 10;
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    pointer-events: none
}

.float_red .fu1.s {
    opacity: 1;
    filter: alpha(opacity="100")
}

.float_red .fu2.s {
    opacity: 1;
    filter: alpha(opacity="100")
}

@media (max-width: 768px) {
    .float_red {
        display:none
    }

    .float_red .red_t,.float_red .red_r,.float_red .red_b,.float_red .red_l {
        width: 25px;
        height: 6px
    }

    .float_red .red_t {
        margin-left: -12px
    }

    .float_red .red_r {
        margin-top: -12px
    }

    .float_red .red_b {
        margin-left: -12px
    }

    .float_red .red_l {
        margin-top: -12px
    }

    .float_red .fu1,.float_red .fu2 {
        display: none
    }
}

.paging-mod {
    text-align: center;
    margin-top: 60px
}

.paging-mod .paging-box {
    display: inline-block;
    vertical-align: top
}

.paging-mod .paging-item {
    float: left;
    min-width: 36px;
    font-family: Arial;
    font-size: 16px;
    line-height: 34px
}

.paging-mod .paging-arrow,.paging-mod .paging-link {
    padding: 0 5px;
    border-radius: 5px;
    border: 1px solid #fff;
    background-color: #fff;
    -webkit-transition-property: color,background,border;
    transition-property: color,background,border;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.paging-mod .paging-arrow:first-child {
    margin-right: 10px
}

.paging-mod .paging-link+.paging-link {
    margin-left: 12px
}

.paging-mod .paging-link+.paging-arrow {
    margin-left: 10px
}

.paging-mod .paging-link.cur {
    background-color: red;
    border-color: red;
    color: #fff;
    cursor: default;
    pointer-events: none
}

.paging-mod .paging-dot {
    margin: 0 5px;
    font-weight: bold;
    letter-spacing: 0.2em
}

.paging-mod .paging-jump {
    margin-left: 26px;
    width: 120px;
    height: 40px;
    border: 1px solid #aa1332;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    top: -2px
}

.paging-mod .paging-table {
    display: table;
    width: 100%;
    height: 100%;
    background: #fff
}

.paging-mod .paging-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.paging-mod .paging-cell:first-child {
    border-radius: 4px 0 0 4px;
    border-right: none
}

.paging-mod .paging-input {
    display: block;
    padding: 0 10px;
    width: 100%;
    line-height: 1.5;
    text-align: center
}

.paging-mod .paging-btn {
    display: block;
    width: 55px;
    cursor: pointer;
    border-radius: 4px;
    background: red;
    color: #fff;
    height: 34px;
    margin-right: 2px
}

.paging-more {
    display: none
}

@media (min-width: 769px) {
    .paging-mod .paging-link:not(.cur):hover,.paging-mod .paging-arrow:hover {
        background-color:red;
        border-color: red;
        color: #fff
    }
}

@media (max-width: 768px) {
    .paging-mod .paging-box {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 34px;
        display: none
    }

    .paging-mod .paging-item,.paging-mod .paging-input {
        line-height: normal
    }

    .paging-mod .paging-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .paging-more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 30px
    }

    .paging-more a {
        padding: 0 1em;
        line-height: 2.2em;
        border: 1px solid #ddd;
        border-radius: 50%;
        display: block
    }
}

.pop-mod {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity,visibility,z-index;
    transition-property: opacity,visibility,z-index;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s,0s,.3s;
    transition-delay: 0s,0s,.3s
}

.pop-mod .pop-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    color: #707070;
    font-size: 28px;
    z-index: 1;
    cursor: pointer;
    overflow: hidden
}

.pop-mod .pop-panel {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    text-align: center;
    overflow: hidden
}

.pop-mod .pop-panel::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.pop-mod .pop-dialog {
    position: relative;
    display: inline-block;
    max-width: 100%;
    background: #fff;
    font-size: 16px;
    text-align: left;
    vertical-align: middle;
    word-break: normal
}

.pop-mod .video-native {
    display: none
}

.pop-mod video,.pop-mod iframe {
    display: none;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%
}

.pop-mod.x-show {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    -webkit-transition-property: opacity,visibility,z-index;
    transition-property: opacity,visibility,z-index;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s,0s,0s;
    transition-delay: 0s,0s,0s
}

.pop-mod.x-show video,.pop-mod.x-show iframe,.pop-mod.x-show .video-native {
    display: block
}

@media (min-width: 769px) {
    .pop-mod.x-show .pop-panel {
        overflow-y:scroll
    }

    .pop-mod.x-show>.pop-close {
        margin-right: 17px
    }

    .full-screen .pop-mod.x-show>.pop-close {
        margin-right: 0
    }

    .full-screen .pop-mod.x-show .pop-panel {
        overflow: auto
    }
}

@media (max-width: 768px) {
    .pop-mod .pop-panel {
        padding:0 15px;
        overflow: auto;
        overscroll-behavior-y: contain
    }

    .pop-mod .pop-panel .pop-dialog {
        width: 100%
    }
}

.scroll-mod {
    position: relative;
    overflow: hidden
}

.scroll-mod.scroll-axis-x {
    padding-bottom: 10px
}

.scroll-mod.scroll-axis-y {
    padding-right: 10px
}

.scroll-cont {
    height: 100%;
    max-height: inherit;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.scroll-cont::-webkit-scrollbar {
    display: none
}

.scroll-track-x,.scroll-track-y {
    position: absolute;
    background-color: rgba(0,0,0,0.1)
}

.scroll-bar-x,.scroll-bar-y {
    background-color: #aaa;
    border-radius: 999999px;
    cursor: pointer
}

.scroll-track-x {
    bottom: 0;
    left: 0;
    right: 0
}

.scroll-bar-x {
    width: 0;
    height: 5px
}

.scroll-track-y {
    top: 0;
    bottom: 0;
    right: 0
}

.scroll-bar-y {
    width: 5px;
    height: 0
}

.scroll-track-disable {
    display: none
}

@media (min-width: 769px) {
    .scroll-mod .scroll-bar-x {
        width:0
    }
}

.search-mod {
    position: relative
}

.search-mod .search-tap {
    z-index: 1
}

.search-mod .search-tap~.search-box {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 10px;
    width: 200px;
    background-color: #eee;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition-property: opacity,visibility,-webkit-transform;
    transition-property: opacity,visibility,-webkit-transform;
    transition-property: opacity,visibility,transform;
    transition-property: opacity,visibility,transform,-webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.search-mod.at-l .search-tap~.search-box {
    top: auto;
    bottom: 50%;
    margin-top: 0;
    width: 0;
    -webkit-transition-property: width,opacity,visibility;
    transition-property: width,opacity,visibility
}

.search-mod.at-l .search-tap~.search-box .search-submit {
    visibility: hidden
}

.search-mod .search-box {
    display: table;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden
}

.search-mod .search-txt,.search-mod .search-btn {
    display: table-cell;
    height: 100%;
    vertical-align: middle
}

.search-mod .search-txt {
    padding: 0 1em;
    width: 100%
}

.search-mod .search-btn {
    width: 1%
}

.search-mod .search-input {
    width: 100%
}

.search-mod .search-submit {
    display: block;
    height: 100%;
    cursor: pointer
}

.search-mod.x-show .search-tap~.search-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
}

.search-mod.x-show.at-l .search-tap {
    z-index: -1;
    -webkit-transition-property: z-index;
    transition-property: z-index;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.search-mod.x-show.at-l .search-tap~.search-box {
    width: 200px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.search-mod.x-show.at-l .search-tap~.search-box .search-submit {
    visibility: visible;
    -webkit-transition-property: visibility;
    transition-property: visibility;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

@media (min-width: 769px) {
    .search-mod .search-tap:hover,.search-mod .search-submit:hover {
        color:red
    }
}

.select-mod {
    position: relative
}

.select-mod .select-bar {
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden
}

.select-mod .select-native {
    display: none
}

.select-mod .select-trigger {
    cursor: pointer
}

.select-mod .select-btn {
    float: right;
    height: 100%
}

.select-mod .select-txt {
    position: relative;
    padding: 0 1em;
    height: 100%;
    overflow: hidden
}

.select-mod .select-val {
    position: relative;
    top: 50%;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.select-mod .select-cont,.select-mod .select-query {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 1em 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden
}

.select-mod .select-cont::before,.select-mod .select-query::before {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px
}

.select-mod .select-opts {
    position: relative;
    max-height: 16em;
    overflow: hidden
}

.select-mod .select-opts.scroll-axis-y {
    padding-right: 30px
}

.select-mod .select-opts .scroll-track-y {
    right: 12px
}

.select-mod .select-item {
    padding: 0.4em 1em;
    line-height: 1.2;
    cursor: pointer
}

.select-mod .select-item.cur {
    color: red
}

.select-mod.at-t .select-cont {
    top: auto;
    bottom: 100%
}

.select-mod.at-t .select-cont::before {
    top: 0;
    bottom: 1px
}

.select-mod.sc-show {
    z-index: 1
}

.select-mod.sc-show .select-cont {
    opacity: 1;
    visibility: visible
}

.select-mod.sc-show .select-trigger .select-btn,.select-mod.sc-show .select-trigger.select-btn {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.select-mod.sq-show .select-query {
    opacity: 1;
    visibility: visible
}

.select-mod .mCSB_scrollTools {
    right: 12px
}

@media (min-width: 769px) {
    .select-mod .select-trigger:hover .select-btn,.select-mod .select-trigger.select-btn:hover,.select-mod .select-item:hover {
        color:red
    }
}

@media (max-width: 768px) {
    .select-mod .select-native {
        display:block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0
    }

    .select-mod .select-opts {
        position: relative;
        height: 100%;
        overflow: auto
    }
}

.serv_dialog {
    position: fixed;
    width: 660px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: url(../image/bg.png);
    -webkit-box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
    box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
    display: none;
    z-index: 10
}

.serv_dialog .inner {
    padding: 30px 20px 20px
}

.serv_dialog .close {
    background: url(../image/close.png) center center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    cursor: pointer
}

.serv_dialog .h3 {
    font-size: 76px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap
}

.serv_dialog .btns {
    text-align: center;
    margin-top: 30px
}

.serv_dialog .btns a {
    display: inline-block;
    background: #fff;
    width: calc(50% - 12px);
    padding: 4px 10px;
    color: #3a467e;
    font-size: 22px;
    border: 2px solid #fff;
    border-radius: 5px
}

@media (max-width: 1480px) {
    .serv_dialog .btns a {
        font-size:20px
    }
}

@media (max-width: 768px) {
    .serv_dialog .btns a {
        font-size:18px
    }
}

.serv_dialog .btns a.a1 {
    background: none;
    color: #fff;
    margin-right: 24px
}

.serv_dialog .kw {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    text-align: center
}

@media (max-width: 1480px) {
    .serv_dialog .kw {
        font-size:14px
    }
}

@media (max-width: 768px) {
    .serv_dialog .kw {
        font-size:14px
    }
}

.serv_dialog .h3 .letter {
    font-family: 'bauhaus';
    margin: 0 15px;
    font-size: 100px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -4px;
    line-height: 1;
    letter-spacing: 10px
}

@media (max-width: 1480px) {
    .serv_dialog {
        width:585px
    }

    .serv_dialog .h3 {
        font-size: 68px
    }
}

@media (max-width: 768px) {
    .serv_dialog {
        width:357px
    }

    .serv_dialog .inner {
        padding: 30px 15px 15px
    }

    .serv_dialog .h3 {
        font-size: 36px
    }

    .serv_dialog .btns {
        margin-top: 20px
    }

    .serv_dialog .kw {
        margin-top: 15px
    }

    .serv_dialog .kw {
        font-size: 18px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .serv_dialog .kw {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .serv_dialog .kw {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .serv_dialog .h3 .letter {
        font-size:60px;
        margin: 0 8px;
        letter-spacing: 0
    }
}

@media (max-width: 320px) {
    .serv_dialog {
        width:300px
    }

    .serv_dialog .h3 {
        font-size: 30px
    }

    .serv_dialog .kw {
        font-size: 16px
    }
}

@media (max-width: 320px) and (max-width:1480px) {
    .serv_dialog .kw {
        font-size:14px
    }
}

@media (max-width: 320px) and (max-width:768px) {
    .serv_dialog .kw {
        font-size:14px
    }
}

.icon-wx::before {
    content: '\e601'
}

.icon-wb::before {
    content: '\e602'
}

.icon-qq::before {
    content: '\e603'
}

.icon-qz::before {
    content: '\e604'
}

.icon-twitter::before {
    content: '\e605'
}

.icon-facebook::before {
    content: '\e606'
}

.icon-linkedin::before {
    content: '\e607'
}

.icon-share::before {
    content: '\e608'
}

.share-mod .share-label,.share-mod .share-label~.share-box {
    display: inline-block;
    vertical-align: middle
}

.share-box .share-item {
    float: left
}

.share-box .code {
    width: 100px;
    height: 100px;
    overflow: hidden
}

.share-box .code img,.share-box .code canvas {
    width: 100%
}

@media (min-width: 769px) {
    .share-box .share-item:hover {
        color:red
    }
}

.sidebar-mod {
    position: fixed;
    top: 50%;
    right: -90px;
    z-index: 9;
    -webkit-transition-property: opacity,visibility,right;
    transition-property: opacity,visibility,right;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sidebar-mod .sidebar-item {
    position: relative;
    display: block;
    border-radius: 18px 0 0 18px;
    background-color: #3a5996;
    cursor: pointer;
    z-index: 2
}

.sidebar-mod .sidebar-item+.sidebar-item {
    margin-top: 10px
}

.sidebar-mod .sidebar-cont a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 120px;
    padding: 0px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebar-mod .sidebar-cont a .icon {
    width: 41.8604%;
    position: relative;
    overflow: hidden;
    margin: 0 auto 8px
}

.sidebar-mod .sidebar-cont a .icon::before {
    content: '';
    display: block;
    padding-top: 100%
}

.sidebar-mod .sidebar-cont a .icon .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.sidebar-mod .sidebar-cont a .txt {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 1
}

@media (max-width: 1480px) {
    .sidebar-mod .sidebar-cont a .txt {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .sidebar-mod .sidebar-cont a .txt {
        font-size:16px
    }
}

.sidebar-mod .sidebar-cont a .img {
    width: 80.2093%;
    position: relative;
    overflow: hidden;
    margin: 0 auto 6px
}

.sidebar-mod .sidebar-cont a .img::before {
    content: '';
    display: block;
    padding-top: 100%
}

.sidebar-mod .sidebar-cont a .img .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.sidebar-mod .sidebar-cont a .img img {
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    border-radius: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 !important;
    bottom: 0
}

.sidebar-mod .code {
    width: 100px;
    height: 100px;
    overflow: hidden
}

.sidebar-mod .code img {
    display: block;
    width: 100%
}

.sidebar-mod.x-show {
    right: -90px !important
}

.vjs-full-window .sidebar-mod {
    z-index: -1
}

@media (min-width: 769px) {
    .sidebar-mod.x-show:hover {
        right:0 !important
    }
}

@media (max-width: 1480px) {
    .sidebar-mod .sidebar-cont a {
        width:110px;
        height: 110px
    }
}

@media (max-width: 768px) {
    #willingCircleClickButtonWrap {
        display:none
    }

    #willingWxPopupQrcodeBox {
        margin: 0 auto 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        position: relative;
        top: 50%
    }

    .sidebar-mod.x-show {
        right: -60px !important
    }

    .sidebar-mod.l-show {
        right: 0 !important
    }

    .sidebar-mod .sidebar-item {
        border-radius: 5px 0 0 5px
    }

    .sidebar-mod .sidebar-item+.sidebar-item {
        margin-top: 5px
    }

    .sidebar-mod .sidebar-cont a {
        width: 60px;
        height: 60px;
        padding: 0
    }

    .sidebar-mod .sidebar-cont a .icon {
        width: 24px;
        margin: 0 auto 2px
    }

    .sidebar-mod .sidebar-cont a .txt {
        font-size: 12px
    }

    .sidebar-mod .sidebar-cont a .img {
        width: 24px;
        margin: 0 auto 2px
    }

    .sidebar-mod .s_btn {
        width: 60px;
        height: 60px;
        background-color: #3a5996;
        position: absolute;
        left: -50%;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 50%;
        color: #fff;
        line-height: 1
    }

    #code-btn:hover .img.p-show {
        display: block;
        width: 120px;
        position: absolute;
        bottom: 0;
        right: 100%;
        margin-right: 8px
    }
}

.slick-slider {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.slick-item {
    position: relative
}

.slick-list {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto
}

.slick-arrow {
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 3;
    cursor: pointer
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff
}

.slick-dots {
    margin: 0;
    padding: 0;
    z-index: 3
}

.slick-dot {
    cursor: pointer
}

.slick-arrow.slick-disabled,.slick-arrow.slick-disabled:hover {
    opacity: 0.5;
    cursor: initial
}

.suds-mod {
    position: relative
}

.suds-mod .suds-pop {
    position: absolute;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-transition-property: opacity,visibility,-webkit-transform;
    transition-property: opacity,visibility,-webkit-transform;
    transition-property: opacity,visibility,transform;
    transition-property: opacity,visibility,transform,-webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.suds-mod .suds-pop::before,.suds-mod .suds-pop::after {
    content: '';
    position: absolute;
    z-index: -1
}

.suds-mod .suds-pop::before {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 1px solid #ddd
}

.suds-mod .suds-pop::after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 5px
}

.suds-mod .suds-pop.at-t {
    left: 50%;
    bottom: 100%;
    margin-bottom: 10px;
    -webkit-transform: translate(-50%,10%);
    transform: translate(-50%,10%)
}

.suds-mod .suds-pop.at-t::before {
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg)
}

.suds-mod .suds-pop.at-b {
    left: 50%;
    top: 100%;
    margin-top: 10px;
    -webkit-transform: translate(-50%,-10%);
    transform: translate(-50%,-10%)
}

.suds-mod .suds-pop.at-b::before {
    left: 50%;
    bottom: 100%;
    -webkit-transform: translate(-50%,50%) rotate(45deg);
    transform: translate(-50%,50%) rotate(45deg)
}

.suds-mod .suds-pop.at-l {
    right: 100%;
    top: 50%;
    margin-right: 10px;
    -webkit-transform: translate(10%,-50%);
    transform: translate(10%,-50%)
}

.suds-mod .suds-pop.at-l::before {
    top: 50%;
    left: 100%;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg)
}

.suds-mod .suds-pop.at-r {
    left: 100%;
    top: 50%;
    margin-left: 10px;
    -webkit-transform: translate(-10%,-50%);
    transform: translate(-10%,-50%)
}

.suds-mod .suds-pop.at-r::before {
    top: 50%;
    right: 100%;
    -webkit-transform: translate(50%,-50%) rotate(45deg);
    transform: translate(50%,-50%) rotate(45deg)
}

.suds-mod .suds-pop>* {
    position: relative;
    z-index: 1
}

.suds-mod.x-show,.suds-mod:hover {
    z-index: 1
}

.suds-mod.x-show>.suds-pop,.suds-mod:hover>.suds-pop {
    opacity: 1;
    visibility: visible
}

.suds-mod.x-show>.suds-pop.at-t,.suds-mod:hover>.suds-pop.at-t {
    -webkit-transform: translate(-50%,0%);
    transform: translate(-50%,0%)
}

.suds-mod.x-show>.suds-pop.at-b,.suds-mod:hover>.suds-pop.at-b {
    -webkit-transform: translate(-50%,0%);
    transform: translate(-50%,0%)
}

.suds-mod.x-show>.suds-pop.at-l,.suds-mod:hover>.suds-pop.at-l {
    -webkit-transform: translate(0%,-50%);
    transform: translate(0%,-50%)
}

.suds-mod.x-show>.suds-pop.at-r,.suds-mod:hover>.suds-pop.at-r {
    -webkit-transform: translate(0%,-50%);
    transform: translate(0%,-50%)
}

.suds-mod:hover>.suds-target+.suds-pop {
    opacity: 0;
    visibility: hidden
}

.suds-mod.x-show>.suds-target+.suds-pop {
    opacity: 1;
    visibility: visible
}

.tab-mod .tab-term {
    cursor: pointer
}

.tab-mod .tab-term.cur {
    color: red
}

.tab-mod .tab-item {
    opacity: 0;
    visibility: hidden
}

.tab-mod .tab-item.act {
    opacity: 1;
    visibility: visible
}

.topping-mod {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 100%;
    color: #fff;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-transition-property: opacity,visibility,background,color;
    transition-property: opacity,visibility,background,color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.topping-mod .s {
    font-family: Arial;
    text-transform: uppercase
}

.topping-mod.x-show {
    opacity: 1;
    visibility: visible
}

.vjs-full-window .topping-mod {
    z-index: -1
}

@media (min-width: 769px) {
    .topping-mod:hover {
        background-color:red
    }

    .lock-screen .topping-mod {
        margin-right: 17px
    }

    .lock-screen.full-screen .topping-mod {
        margin-right: 0
    }
}

.tracker-mod .tracker-prev {
    cursor: pointer
}

.tracker-mod .tracker-next {
    cursor: pointer
}

.tracker-mod .tracker-box {
    overflow: hidden
}

.tracker-mod .tracker-track {
    min-width: 100%;
    min-height: 100%
}

.tracker-mod .tracker-item {
    cursor: pointer
}

.tracker-mod .tracker-item.cur {
    color: red
}

.tracker-mod.dir-hor .tracker-prev {
    float: left
}

.tracker-mod.dir-hor .tracker-next {
    float: right
}

.tracker-mod.dir-hor .tracker-box {
    text-align: center
}

.tracker-mod.dir-hor .tracker-track {
    display: table;
    white-space: nowrap;
    font-size: 0
}

.tracker-mod.dir-hor .tracker-item {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px
}

.tracker-mod.dir-ver .tracker-box {
    height: 300px
}

.tracker-mod.dir-ver .tracker-item {
    margin: 10px 0
}

.video-mod {
    position: relative;
    background-color: #000;
    overflow: hidden
}

.video-mod::before {
    content: '';
    display: block;
    padding-top: 56.25%
}

.video-mod .video-js {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%
}

.video-mod .vjs-ended .vjs-poster {
    display: block
}

.video-mod.mini .video-js .vjs-control-bar {
    position: static;
    visibility: hidden
}

.video-mod.mini .video-js .vjs-progress-control {
    position: static;
    display: block
}

.video-mod.mini .video-js .vjs-progress-holder {
    position: static
}

.video-mod.mini .video-js .vjs-load-progress,.video-mod.mini .video-js .vjs-mouse-display,.video-mod.mini .video-js .vjs-play-progress::before,.video-mod.mini .video-js .vjs-play-progress .vjs-time-tooltip,.video-mod.mini .video-js .vjs-play-progress .vjs-control-text {
    display: none
}

.video-mod.mini .video-js .vjs-play-progress {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    height: .3em;
    opacity: .5;
    visibility: visible
}

.video-mod.mini .vjs-ended .vjs-play-progress {
    visibility: hidden
}

@media (min-width: 769px) {
    .vjs-no-flex .vjs-button {
        padding-bottom:3em
    }
}

@media (max-width: 768px) {
    .video-js .vjs-big-play-button {
        font-size:3em
    }

    .video-js .vjs-control-bar {
        height: 2em
    }

    .video-js .vjs-control {
        width: 2em
    }

    .vjs-button>.vjs-icon-placeholder::before {
        font-size: 1em
    }

    .video-js .vjs-remaining-time {
        display: block;
        margin: 0 0.5em;
        width: auto;
        line-height: 2em
    }

    .vjs-current-time,.vjs-duration,.vjs-time-divider,.video-js .vjs-volume-panel {
        display: none
    }
}

.heads {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2;
    padding: 30px 50px 0;
    pointer-events: none
}

.heads>* {
    pointer-events: auto
}

.heads .logo1 {
    width: 319px
}

.heads .logo1 img {
    width: 100%;
    height: auto
}

.heads .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.heads .tel .ico {
    width: 30px;
    margin-right: 5px
}

.heads .tel .ico img {
    width: 100%;
    height: auto
}

.heads .tel .s1 {
    font-size: 24px;
    font-family: "avian"
}

@media (max-width: 1480px) {
    .heads .tel .s1 {
        font-size:22px
    }
}

@media (max-width: 768px) {
    .heads .tel .s1 {
        font-size:18px
    }
}

.remsize {
    font-size: .625vw
}

.tar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 6.66667rem
}

.blockchain-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blockchain-more .s1 {
    font-size: 2.33333rem;
    color: #cecece
}

.blockchain-more .arr {
    width: 8.58333rem;
    height: 8.58333rem;
    position: relative;
    background: url(../image/blockchain/btn1.png) no-repeat center;
    background-size: contain;
    margin-left: 1.25rem;
    border-radius: 50%;
    overflow: hidden
}

.blockchain-more .arr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../image/blockchain/arr2.png) no-repeat center;
    z-index: 1
}

.blockchain-more .arr::after {
    content: '';
    position: absolute;
    top: -60%;
    left: -60%;
    background-image: url(../image/color4.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    width: 420%;
    height: 420%;
    -webkit-animation: moreBg 15s linear infinite;
    animation: moreBg 15s linear infinite;
    background-size: cover
}

.blockchain-scroll-box {
    background: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh
}

.blockchain-scroll-box .l-imgBox {
    width: 63.33333rem
}

.blockchain-scroll-box .l-imgBox .canvas_wp {
    height: 100vh;
    top: 0;
    position: -webkit-sticky;
    position: sticky;
    left: 0
}

.blockchain-scroll-box .l-imgBox .canvas_wp canvas {
    width: 58.33333rem !important;
    height: 58.33333rem !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.blockchain-scroll-box .blockchain-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.blockchain1 {
    height: 100vh;
    position: relative;
    color: #fff
}

.blockchain1 .videos {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.blockchain1 .videos video {
    width: 100%;
    height: 100%
}

.blockchain1 .tit {
    position: absolute;
    top: 0;
    bottom: 10.41667rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blockchain1 .tit .t1 {
    line-height: 1.1;
    font-size: 15rem;
    text-align: center
}

.blockchain1 .arr {
    width: 11.83333rem;
    height: 11.83333rem;
    border-radius: 50%;
    border: 1px solid #3d4042;
    left: 50%;
    position: absolute;
    margin-left: -5.91667rem;
    bottom: 6.66667rem;
    overflow: hidden;
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.blockchain1 .arr::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../image/blockchain/arr1.png) no-repeat center;
    background-size: cover;
    -webkit-animation: arrmove 2s linear infinite;
    animation: arrmove 2s linear infinite
}

@-webkit-keyframes arrmove {
    0% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
        opacity: 1
    }
}

@keyframes arrmove {
    0% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
        opacity: 1
    }
}

.blockchain2 {
    background: #2f3a45;
    padding: 11.66667rem 10rem 10rem;
    color: #fff;
    border-bottom: 1px solid #3a536c
}

.blockchain2 .scrlist .scr-item {
    position: relative;
    margin-top: 3.33333rem
}

.blockchain2 .scrlist .scr-item .padd {
    width: 40rem;
    height: 31.66667rem;
    background: url(../image/blockchain/blockchain1.png) no-repeat center;
    background-size: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.66667rem 2.5rem 2.08333rem;
    position: relative
}

body:not(.lang-en) .blockchain2 .scrlist .scr-item .padd {
    text-align: justify;
    text-justify: inter-ideograph
}

.blockchain2 .scrlist .scr-item .padd .t1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 2rem
}

.blockchain2 .scrlist .scr-item .padd .p_wp {
    font-size: 1.5rem
}

.blockchain2 .scrlist .scr-item:nth-child(1) {
    padding-left: 5.83333rem
}

.blockchain2 .scrlist .scr-item:nth-child(2) {
    padding-left: 25.25rem
}

.blockchain2 .scrlist .scr-item:nth-child(2) .padd {
    top: -32.91667rem
}

.blockchain2 .scrlist .scr-item:nth-child(3) {
    padding-left: 0
}

.blockchain2 .scrlist .scr-item:nth-child(3) .padd {
    top: -65rem
}

.blockchain2 .scrlist .scr-item:nth-child(4) {
    padding-left: 8.33333rem
}

.blockchain2 .scrlist .scr-item:nth-child(4) .padd {
    top: -98.33333rem
}

.blockchain2 .scrlist .scr-item:nth-child(5) {
    padding-left: 21.66667rem
}

.blockchain2 .scrlist .scr-item:nth-child(5) .padd {
    top: -131.66667rem
}

.blockchain2 .scrlist .scr-item:nth-child(6) {
    padding-left: 36.66667rem
}

.blockchain2 .scrlist .scr-item:nth-child(6) .padd {
    top: -165rem
}

.blockchain2 .scrlist .scr-item:nth-child(7) {
    padding-left: 1.66667rem
}

.blockchain2 .scrlist .scr-item:nth-child(7) .padd {
    top: -198.33333rem
}

.blockchain2 .scrlist .scr-item:nth-child(8) {
    padding-left: 17.91667rem
}

.blockchain2 .scrlist .scr-item:nth-child(8) .padd {
    top: -231.66667rem
}

.blockchain2 .scrlist .scr-item:nth-child(9) {
    padding-left: 3.75rem
}

.blockchain2 .scrlist .scr-item:nth-child(9) .padd {
    top: -261.66667rem
}

.blockchain2 .scrlist .scr-item:nth-child(10) {
    padding-left: 29.33333rem
}

.blockchain2 .scrlist .scr-item:nth-child(10) .padd {
    top: -295.83333rem
}

.blockchain2 .scrlist .scr-item:nth-child(11) {
    padding-left: 12.5rem
}

.blockchain2 .scrlist .scr-item:nth-child(11) .padd {
    top: -326.66667rem
}

.blockchain3 {
    background: #2f3a45;
    padding: 9.16667rem 10rem 10rem;
    color: #fff;
    border-bottom: 1px solid #3a536c;
    position: relative
}

.blockchain3 .flex {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0
}

.blockchain3 .flex .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blockchain3 .tit .t1 {
    font-size: 10rem;
    line-height: 1;
    letter-spacing: 3px
}

body:not(.lang-en) .blockchain3 .tit .t1 {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr
}

.blockchain3 .tab-mod {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 15.83333rem
}

.blockchain3 .tab-mod .xicon {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0
}

.blockchain3 .tab-mod .tracker-mod.dir-ver .tracker-box {
    height: 55.41667rem
}

.blockchain3 .tab-mod .tracker-item {
    text-align: center;
    width: 42.5rem;
    cursor: auto;
    opacity: 0;
    color: #fff;
    margin: 0
}

.blockchain3 .tab-mod .tracker-item .t1 {
    font-size: 4.33333rem;
    -webkit-transform: translateY(55%);
    transform: translateY(55%)
}

.blockchain3 .tab-mod .tracker-item .p {
    font-size: 1.5rem;
    opacity: 0
}

.blockchain3 .tab-mod .tracker-item.cur {
    opacity: 1
}

.blockchain3 .tab-mod .tracker-item.cur .t1 {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.blockchain3 .tab-mod .tracker-item.cur .p {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.blockchain3 .tab-mod .tracker-item.p1 {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0.75
}

.blockchain3 .tab-mod .tracker-item.p2 {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.5
}

.blockchain3 .tab-mod .tracker-item.p3 {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0.3
}

.blockchain3 .tab-mod .tracker-item.n1 {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0.75
}

.blockchain3 .tab-mod .tracker-item.n2 {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.5
}

.blockchain3 .tab-mod .tracker-item.n3 {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0.3
}

.pin-spacer {
    overflow: hidden
}

.blockchain4 {
    background: #2f3a45;
    padding: 9.16667rem 10rem 10rem;
    color: #fff;
    border-bottom: 1px solid #3a536c;
    overflow: hidden
}

.blockchain4 .tit .t1 {
    font-size: 10rem;
    line-height: 1
}

.blockchain4 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 3.33333rem
}

.blockchain4 .list .list-item1 {
    margin-top: 1.66667rem;
    border: 1px solid #3a536c;
    border-radius: 20px;
    width: 37.41667rem;
    height: 31.58333rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2.08333rem 2.5rem;
    max-width: 50%
}

.blockchain4 .list .list-item1 .t1 {
    font-size: 2rem
}

.blockchain4 .list .list-item1 .t2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blockchain4 .list .list-item1 .t2 .s1 {
    font-size: 7.33333rem;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    line-height: 1
}

.blockchain5 {
    background: #2f3a45;
    padding: 9.16667rem 10rem 10rem;
    color: #fff
}

.blockchain5 .tit .t1 {
    font-size: 10rem;
    line-height: 1
}

.blockchain5 .list .list-item1 {
    margin-top: 4.16667rem
}

.blockchain5 .list .list-item1 .t1 {
    font-size: 4rem;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.blockchain5 .list .list-item1 .p {
    font-size: 1.5rem;
    margin: 1.25rem 0 .83333rem
}

.blockchain5 .list .list-item1 .t2 {
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blockchain5 .list .list-item1 .t2 .t-wp {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.blockchain5 .list .list-item1 .t2 .t-wp .s1 {
    float: left;
    margin-right: 1.25rem
}

@media (min-width: 769px) {
    .blockchain2 .scrlist .scr-item .padd:hover {
        background-image:url(../image/blockchain/blockchain1_a.png)
    }

    .blockchain4 .list .list-item1:hover .t2 .s1 {
        font-size: 18.5rem;
        color: #0068dc
    }

    .blockchain5 .list .list-item1:hover .t1 {
        color: #0068dc
    }
}

@media (max-width: 768px) {
    .heads {
        position:absolute;
        padding: 10px 15px 0
    }

    .heads .logo1 {
        width: 50vw
    }

    .heads .tel .ico {
        width: 20px
    }

    .heads .tel .s1 {
        font-size: 16px;
        line-height: 1
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .heads .tel .s1 {
        font-size:14px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .heads .tel .s1 {
        font-size:14px
    }
}

@media (max-width: 768px) {
    .blockchain-scroll-box .l-imgBox {
        display:none
    }

    .blockchain1 .arr {
        width: 60px;
        height: 60px;
        margin-left: -40px;
        background-size: 100% auto
    }

    .blockchain2 .scrlist .scr-item {
        padding-left: 0 !important
    }

    .blockchain2 .scrlist .scr-item:nth-child(2) .padd {
        top: -33vh
    }

    .blockchain2 .scrlist .scr-item:nth-child(3) .padd {
        top: -66vh
    }

    .blockchain2 .scrlist .scr-item:nth-child(4) .padd {
        top: -99vh
    }

    .blockchain2 .scrlist .scr-item:nth-child(5) .padd {
        top: -132vh
    }

    .blockchain2 .scrlist .scr-item:nth-child(6) .padd {
        top: -165vh
    }

    .blockchain2 .scrlist .scr-item:nth-child(7) .padd {
        top: -198vh
    }

    .blockchain2 .scrlist .scr-item:nth-child(8) .padd {
        top: -231vh
    }

    .blockchain2 .scrlist .scr-item:nth-child(9) .padd {
        top: -264vh
    }

    .blockchain2 .scrlist .scr-item:nth-child(10) .padd {
        top: -297vh
    }

    .blockchain2 .scrlist .scr-item:nth-child(11) .padd {
        top: -330vh
    }

    .blockchain2 .scrlist .scr-item .padd {
        width: 100%;
        height: 35vh;
        padding: 10px 15px;
        background-size: 100% 100%
    }

    .blockchain2 .scrlist .scr-item .padd .t1 {
        font-size: 18px
    }

    .blockchain2 .scrlist .scr-item .padd .p_wp {
        font-size: 14px
    }

    .blockchain-more .s1 {
        font-size: 18px
    }

    .blockchain-more .arr {
        width: 40px;
        height: 40px;
        margin-left: 10px
    }

    .blockchain-more .arr::before {
        background-size: 100% auto
    }

    .blockchain3 {
        height: auto !important
    }

    .blockchain3 .flex {
        height: auto
    }

    .blockchain3 .tab-mod .tracker-item {
        width: 100%
    }

    .blockchain3 .tab-mod .tracker-mod.dir-ver .tracker-box {
        height: 38vh
    }

    .blockchain3 .tab-mod .tracker-item .t1 {
        font-size: 20px
    }

    .blockchain3 .tracker-mod.dir-ver .tracker-item {
        margin: 0
    }

    .blockchain3 .tab-mod .tracker-item .t1 {
        -webkit-transform: translateY(85%);
        transform: translateY(85%)
    }

    .blockchain3 .tab-mod .tracker-item .p {
        font-size: 14px
    }

    .blockchain4 .list {
        padding-top: 10px
    }

    .blockchain4 .list .list-item1 {
        width: calc(50% - 5px);
        margin-top: 10px;
        border-radius: 10px;
        padding: 5px 10px
    }

    .blockchain4 .list .list-item1 .t2 .s1 {
        font-size: 24px
    }

    .blockchain5 .list .list-item1 {
        margin-top: 20px;
        border-bottom: 1px solid #3a536c;
        padding-bottom: 20px
    }

    .blockchain5 .list .list-item1 .t1 {
        font-size: 18px
    }

    .blockchain5 .list .list-item1 .p {
        font-size: 14px
    }

    .blockchain5 .list .list-item1 .p {
        padding: 5px 0 10px
    }

    .blockchain5 .list .list-item1 .t2 {
        font-size: 14px
    }

    .blockchain-more .arr {
        width: 50px;
        height: 50px;
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    .blockchain-more .arr i {
        display: none
    }

    .blockchain1 .is_android {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../image/jjl/png3.png)
    }

    .blockchain4 .list .list-item1 .t1 {
        font-size: 16px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .blockchain4 .list .list-item1 .t1 {
        font-size:14px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .blockchain4 .list .list-item1 .t1 {
        font-size:14px
    }
}

.collections1 {
    overflow: hidden
}

.collections1 .layer_li {
    height: 100vh;
    width: 100%
}

.collections1 .layer_li .img {
    position: absolute;
    top: -5%;
    right: -5%;
    bottom: -5%;
    left: -5%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.collections1 .layer_li .inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.collections1 .layer_li .inner .bottle {
    width: 72.87037vh;
    position: relative;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: -20%;
    -webkit-transform: translateX(-50%) translateY(20%) scale(0.76);
    transform: translateX(-50%) translateY(20%) scale(0.76)
}

.collections1 .layer_li .inner .bottle::before {
    content: '';
    display: block;
    padding-top: 159.08513%
}

.collections1 .layer_li .inner .bottle .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.collections1 .layer_li .inner .bottle .line {
    position: absolute;
    top: 15%;
    right: -2.735%;
    left: -2.735%;
    height: 67.1725%;
    background-image: url(../image/lyj/png35.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 0
}

.collections1 .layer_li .inner .section {
    position: absolute;
    left: 12.5vw;
    right: 12.5vw;
    top: 0;
    bottom: 0
}

.collections1 .layer_li .inner .section .t1 {
    font-size: 3.75vw;
    color: #fff;
    line-height: 1.22;
    text-align: center;
    font-weight: bold
}

.collections1 .layer_li .inner .section1 {
    top: 23.7037vh
}

.collections1 .layer_li .inner .section2 {
    top: 11.11111vh
}

.collections1 .layer_li .inner .section2 .t1 {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.collections1 .layer_li .inner .section2 .item {
    position: absolute;
    color: #fff;
    white-space: nowrap
}

.collections1 .layer_li .inner .section2 .item .tit1 {
    font-size: 22px;
    position: relative
}

@media (max-width: 1480px) {
    .collections1 .layer_li .inner .section2 .item .tit1 {
        font-size:20px
    }
}

@media (max-width: 768px) {
    .collections1 .layer_li .inner .section2 .item .tit1 {
        font-size:18px
    }
}

.collections1 .layer_li .inner .section2 .item .tit1::before {
    content: '';
    width: 17px;
    height: 16px;
    background-image: url(../image/lyj/icon19.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.collections1 .layer_li .inner .section2 .item .p {
    font-size: 16px
}

@media (max-width: 1480px) {
    .collections1 .layer_li .inner .section2 .item .p {
        font-size:14px
    }
}

@media (max-width: 768px) {
    .collections1 .layer_li .inner .section2 .item .p {
        font-size:14px
    }
}

.collections1 .layer_li .inner .section2 .list1 {
    text-align: right
}

.collections1 .layer_li .inner .section2 .list1 .item {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0
}

.collections1 .layer_li .inner .section2 .list1 .item .tit1 {
    padding-right: 28px
}

.collections1 .layer_li .inner .section2 .list1 .item .tit1::before {
    right: 0
}

.collections1 .layer_li .inner .section2 .list1 .item .p {
    padding-right: 28px
}

.collections1 .layer_li .inner .section2 .list1 .item1 {
    top: 17%;
    right: 59.5%
}

.collections1 .layer_li .inner .section2 .list1 .item2 {
    top: 26%;
    right: 59.5%
}

.collections1 .layer_li .inner .section2 .list1 .item3 {
    top: 35%;
    right: 60%
}

.collections1 .layer_li .inner .section2 .list1 .item4 {
    top: 44%;
    right: 61%
}

.collections1 .layer_li .inner .section2 .list1 .item5 {
    top: 53%;
    right: 64%
}

.collections1 .layer_li .inner .section2 .list1 .item6 {
    top: 62%;
    right: 71%
}

.collections1 .layer_li .inner .section2 .list1 .item7 {
    top: 71%;
    right: 77%
}

.collections1 .layer_li .inner .section2 .list1 .item8 {
    top: 80%;
    right: 80%
}

.collections1 .layer_li .inner .section2 .list2 {
    text-align: left
}

.collections1 .layer_li .inner .section2 .list2 .item {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0
}

.collections1 .layer_li .inner .section2 .list2 .item .tit1 {
    padding-left: 28px
}

.collections1 .layer_li .inner .section2 .list2 .item .tit1::before {
    left: 0
}

.collections1 .layer_li .inner .section2 .list2 .item .p {
    padding-left: 28px
}

.collections1 .layer_li .inner .section2 .list2 .item1 {
    top: 17%;
    left: 59.5%
}

.collections1 .layer_li .inner .section2 .list2 .item2 {
    top: 26%;
    left: 59.5%
}

.collections1 .layer_li .inner .section2 .list2 .item3 {
    top: 35%;
    left: 60%
}

.collections1 .layer_li .inner .section2 .list2 .item4 {
    top: 44%;
    left: 61%
}

.collections1 .layer_li .inner .section2 .list2 .item5 {
    top: 53%;
    left: 64%
}

.collections1 .layer_li .inner .section2 .list2 .item6 {
    top: 62%;
    left: 71%
}

.collections1 .layer_li .inner .section2 .list2 .item7 {
    top: 71%;
    left: 77%
}

.collections1 .layer_li .inner .section2 .list2 .item8 {
    top: 80%;
    left: 80%
}

.collections1 .layer_li .inner .section3 {
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0
}

.collections1 .layer_li .inner .section3 .con {
    width: 720px
}

.collections1 .layer_li .inner .section3 .t1 {
    text-align: left
}

.collections1 .layer_li .inner .section3 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5.55556vh 0
}

.collections1 .layer_li .inner .section3 .item {
    width: 206px;
    padding: 1.85185vh 0
}

.collections1 .layer_li .inner .section3 .item .tit1 {
    font-size: 22px;
    position: relative;
    padding-left: 28px;
    color: #fff
}

@media (max-width: 1480px) {
    .collections1 .layer_li .inner .section3 .item .tit1 {
        font-size:20px
    }
}

@media (max-width: 768px) {
    .collections1 .layer_li .inner .section3 .item .tit1 {
        font-size:18px
    }
}

.collections1 .layer_li .inner .section3 .item .tit1::before {
    content: '';
    width: 17px;
    height: 16px;
    background-image: url(../image/lyj/icon19.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

.collections1 .layer_li .inner .section3 .y-more {
    color: #fff
}

.collections2 {
    background-color: #0c184c
}

.collections2 .pin-spacer {
    padding: 0 !important
}

.collections2 .sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    -webkit-transform: none !important;
    transform: none !important
}

.collections2 .inner {
    position: relative;
    height: 4rem;
    overflow: hidden
}

.collections2 .ping {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.collections2 .ping .bgBox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

.collections2 .ping .bgBox .bg1,.collections2 .ping .bgBox .bg2,.collections2 .ping .bgBox .bg3 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.collections2 .ping .bgBox .bg3 {
    width: 50%;
    right: auto;
    left: 0;
    background-color: #0c184c;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background: none;
}

.collections2 .ping .bgBox .bg3::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear,left top,right top,from(rgba(29,45,88,0)),color-stop(50%,#01154a),to(rgba(29,45,88,0)));
    background: linear-gradient(to right,rgba(29,45,88,0),#01154a 50%,rgba(29,45,88,0));
    width: 30%;
    right: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 3;
    display: none;
}

.collections2 .ping .bgBox .bg3 .canvas {
    position: relative;
    overflow: hidden;
    position: absolute;
    width: 89%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.collections2 .ping .bgBox .bg3 .canvas::before {
    content: '';
    display: block;
    padding-top: 100%
}

.collections2 .ping .bgBox .bg3 .canvas .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.collections2 .ping .bgBox .bg3 .canvas canvas {
    position: absolute;
    top: 0;
    left: 0
}

.collections2 .ping .bgBox .bg3 .canvas video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.collections2 .cont {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100vh
}

.collections2 .cont .section {
    height: 100vh;
    width: 55%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5.45833vw 0 2.29167vw;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0
}

.collections2 .cont .section .tit1 {
    font-size: 3.75vw;
    line-height: 1.22;
    font-weight: bold
}

.collections2 .cont .section .desc {
    font-size: 16px;
    margin-top: 25px
}

@media (max-width: 1480px) {
    .collections2 .cont .section .desc {
        font-size:14px
    }
}

@media (max-width: 768px) {
    .collections2 .cont .section .desc {
        font-size:14px
    }
}

.collections2 .cont .section .list {
    max-width: 420px;
    margin: 4.16667vw 0 5.20833vw
}

.collections2 .cont .section .list .item .t1 {
    padding-left: 28px;
    position: relative;
    font-size: 22px
}

@media (max-width: 1480px) {
    .collections2 .cont .section .list .item .t1 {
        font-size:20px
    }
}

@media (max-width: 768px) {
    .collections2 .cont .section .list .item .t1 {
        font-size:18px
    }
}

.collections2 .cont .section .list .item .t1::before {
    content: '';
    width: 17px;
    height: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background-image: url(../image/lyj/icon19.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.collections2 .cont .section .list .item .tags {
    font-size: 16px
}

@media (max-width: 1480px) {
    .collections2 .cont .section .list .item .tags {
        font-size:14px
    }
}

@media (max-width: 768px) {
    .collections2 .cont .section .list .item .tags {
        font-size:14px
    }
}

.collections2 .cont .section .list .item .tags a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 3px
}

.collections2 .cont .section .list .item+.item {
    margin-top: 2.1875vw
}

.collections2 .cont .section .y-more {
    color: #fff
}

.collections2 .cont .section1 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.collections3 .pin-spacer {
    padding: 0 !important
}

.collections3 .sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    -webkit-transform: none !important;
    transform: none !important
}

.collections3 .cont {
    overflow: hidden;
    position: relative
}

.collections3 .cont .img {
    width: 100%;
    height: 100vh
}

.collections3 .cont .img canvas {
    width: 100%;
    height: 100%
}

.collections3 .cont .inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding-left: 12.5vw;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
}

.collections3 .cont .inner .units {
    width: 40%
}

.collections3 .cont .inner .tit1 {
    font-size: 3.75vw;
    line-height: 1.22;
    font-weight: bold
}

.collections3 .cont .inner .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 3.125vw -1.5625vw 5.20833vw
}

.collections3 .cont .inner .list .item {
    margin: 0 1.5625vw .83333vw
}

.collections3 .cont .inner .list .item a {
    display: block
}

.collections3 .cont .inner .list .item .icon {
    width: 5.41667vw;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.collections3 .cont .inner .list .item .icon::before {
    content: '';
    display: block;
    padding-top: 100%
}

.collections3 .cont .inner .list .item .icon .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.collections3 .cont .inner .list .item .t {
    font-size: 22px;
    text-align: center;
    padding-bottom: 18px;
    position: relative;
    margin-top: 8px
}

@media (max-width: 1480px) {
    .collections3 .cont .inner .list .item .t {
        font-size:20px
    }
}

@media (max-width: 768px) {
    .collections3 .cont .inner .list .item .t {
        font-size:18px
    }
}

.collections3 .cont .inner .list .item .t::before {
    content: '';
    width: 17px;
    height: 16px;
    background-image: url(../image/lyj/icon19.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.collections3 .cont .inner .y-more {
    color: #fff
}

.collections4 {
    position: relative
}

.collections4 .pin-spacer {
    padding: 0 !important
}

.collections4 .sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    -webkit-transform: none !important;
    transform: none !important
}

.collections4 .cont {
    overflow: hidden;
    position: relative
}

.collections4 .cont .img {
    width: 100%;
    height: 100vh
}

.collections4 .cont .img canvas {
    width: 100%;
    height: 100%
}

.collections4 .cont .inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.collections4 .cont .inner .tit1 {
    font-size: 3.75vw;
    line-height: 1.22;
    font-weight: bold
}

.collections4 .cont .inner .y-more {
    color: #fff
}

.collections4 .cont .inner .section {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    padding: 0 10.41667vw 0 10.41667vw
}

.collections4 .cont .inner .section .list .item {
    color: #fff
}

.collections4 .cont .inner .section .list .item .t1 {
    padding-left: 28px;
    position: relative;
    font-size: 22px
}

@media (max-width: 1480px) {
    .collections4 .cont .inner .section .list .item .t1 {
        font-size:20px
    }
}

@media (max-width: 768px) {
    .collections4 .cont .inner .section .list .item .t1 {
        font-size:18px
    }
}

.collections4 .cont .inner .section .list .item .t1::before {
    content: '';
    width: 17px;
    height: 16px;
    background-image: url(../image/lyj/icon19.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

.collections4 .cont .inner .section .list .item .p {
    font-size: 16px;
    padding-left: 28px
}

@media (max-width: 1480px) {
    .collections4 .cont .inner .section .list .item .p {
        font-size:14px
    }
}

@media (max-width: 768px) {
    .collections4 .cont .inner .section .list .item .p {
        font-size:14px
    }
}

.collections4 .cont .inner .section1 {
    right: 0;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.collections4 .cont .inner .section1 .list {
    margin-top: 3.125vw
}

.collections4 .cont .inner .section1 .list .item+.item {
    margin-top: 1.45833vw
}

.collections4 .cont .inner .section2 {
    left: 0;
    padding-right: 0;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.collections4 .cont .inner .section2 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.125vw
}

.collections4 .cont .inner .section2 .list .item+.item {
    margin-left: 2.86458vw
}

.collections4 .cont .inner .section2 .logo-list {
    margin: 40px -1.04167vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.collections4 .cont .inner .section2 .logo-list .item {
    width: calc(25% - ((100vw / 1920) * 40));
    margin: 0 1.04167vw 1.04167vw
}

.collections4 .cont .inner .section2 .logo-list a {
    display: block
}

.collections4 .cont .inner .section2 .logo-list .logo {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.collections4 .cont .inner .section2 .logo-list .logo::before {
    content: '';
    display: block;
    padding-top: 42.85714%
}

.collections4 .cont .inner .section2 .logo-list .logo .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.collections4 .cont .inner .section2 .logo-list .logo .i {
    width: auto;
    max-width: 80%;
    max-height: 80%
}

.collections4 .cont .inner .section2 .logo-list .logo .i2 {
    opacity: 0;
    visibility: hidden
}

.collections4 .cont .inner .section2 .logo-list .txt {
    font-size: 22px;
    text-align: center;
    margin-top: 12px
}

@media (max-width: 1480px) {
    .collections4 .cont .inner .section2 .logo-list .txt {
        font-size:20px
    }
}

@media (max-width: 768px) {
    .collections4 .cont .inner .section2 .logo-list .txt {
        font-size:18px
    }
}

.collections4 .cont .inner .section2 .moreBox {
    margin-top: 4.16667vw
}

.collections4 .cont .inner .section3 {
    right: 0;
    padding-left: 0;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.collections4 .cont .inner .section3 .logo-list {
    margin: 40px -.78125vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.collections4 .cont .inner .section3 .logo-list .item {
    width: calc(20% - ((100vw / 1920) * 30));
    margin: 0 .78125vw .78125vw
}

.collections4 .cont .inner .section3 .logo-list a {
    display: block
}

.collections4 .cont .inner .section3 .logo-list .logo {
    position: relative;
    overflow: hidden;
    border-radius: 22px
}

.collections4 .cont .inner .section3 .logo-list .logo::before {
    content: '';
    display: block;
    padding-top: 100%
}

.collections4 .cont .inner .section3 .logo-list .logo .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.collections4 .cont .inner .section3 .logo-list .txt {
    font-size: 22px;
    text-align: center;
    margin-top: 12px
}

@media (max-width: 1480px) {
    .collections4 .cont .inner .section3 .logo-list .txt {
        font-size:20px
    }
}

@media (max-width: 768px) {
    .collections4 .cont .inner .section3 .logo-list .txt {
        font-size:18px
    }
}

.collections5 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}

.collections5 .cont {
    height: 100vh;
    position: relative
}

.collections5 .cont .img {
    width: 22.23958vw;
    position: relative;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.collections5 .cont .img::before {
    content: '';
    display: block;
    padding-top: 159.48478%
}

.collections5 .cont .img .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.collections5 .cont .item {
    position: absolute
}

.collections5 .cont .item .num {
    font-family: 'Times New Roman';
    font-size: 4.58333vw;
    line-height: 1;
    color: #243b6b;
    text-align: center
}

.collections5 .cont .item .t {
    font-size: 22px;
    padding-bottom: 20px;
    position: relative;
    text-align: center
}

@media (max-width: 1480px) {
    .collections5 .cont .item .t {
        font-size:20px
    }
}

@media (max-width: 768px) {
    .collections5 .cont .item .t {
        font-size:18px
    }
}

.collections5 .cont .item .t::before {
    content: '';
    width: 17px;
    height: 16px;
    background-image: url(../image/lyj/icon19.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0
}

.collections5 .cont .item.item1 {
    top: 15%;
    left: 30%
}

.collections5 .cont .item.item2 {
    top: 35%;
    left: 20%
}

.collections5 .cont .item.item3 {
    top: 65%;
    left: 25%
}

.collections5 .cont .item.item4 {
    top: 15%;
    right: 30%
}

.collections5 .cont .item.item5 {
    top: 35%;
    right: 20%
}

.collections5 .cont .item.item6 {
    top: 65%;
    right: 25%
}

.collections5 .cont .y-more {
    color: #333
}

.collections5 .cont .moreBox {
    position: absolute;
    bottom: 9.25926vh;
    right: 12.5vw
}

.collections6 {
    padding: 6.25vw 0;
    overflow: hidden;
    position: relative;
    cursor: none
}

.collections6 .tit1 {
    font-size: 3.75vw;
    text-align: center;
    font-weight: bold;
    line-height: 1.2
}

.collections6 .cont {
    margin-top: 2.08333vw
}

.collections6 a {
    cursor: none
}

.collections6 .tracker-track {
    padding: 0 3.95833vw;
    text-align: left;
    cursor: none !important
}

.collections6 .tracker-track .item {
    width: 25vw;
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.collections6 .tracker-track .item .dates {
    font-size: 22px;
    position: relative;
    padding-top: 20px
}

@media (max-width: 1480px) {
    .collections6 .tracker-track .item .dates {
        font-size:20px
    }
}

@media (max-width: 768px) {
    .collections6 .tracker-track .item .dates {
        font-size:18px
    }
}

.collections6 .tracker-track .item .dates::before {
    content: '';
    width: 17px;
    height: 16px;
    background-image: url(../image/lyj/icon19.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0
}

.collections6 .tracker-track .item .t1 {
    font-size: 42px;
    line-height: 1.2
}

@media (max-width: 1480px) {
    .collections6 .tracker-track .item .t1 {
        font-size:32px
    }
}

@media (max-width: 768px) {
    .collections6 .tracker-track .item .t1 {
        font-size:26px
    }
}

.collections6 .tracker-track .item .tags {
    font-size: 18px;
    color: #243b6b;
    margin-top: 10px
}

@media (max-width: 1480px) {
    .collections6 .tracker-track .item .tags {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .collections6 .tracker-track .item .tags {
        font-size:16px
    }
}

.collections6 .tracker-track .item .tags a {
    display: inline;
    margin-right: 16px
}

.collections6 .tracker-track .cur {
    color: inherit
}

.collections6 .tracker-track .tracker-item {
    vertical-align: top;
    cursor: none
}

.collections6 .tracker-track .tracker-item:nth-child(3n-2) {
    padding-top: 8.59375vw
}

.collections6 .tracker-track .tracker-item:nth-child(3n-1) {
    padding-top: 16.92708vw
}

.collections6 .scroll-mod.scroll-axis-x {
    padding-bottom: 0
}

.collections6 .scroll-mod.scroll-axis-x .scroll-track {
    opacity: 0
}

.collections6 .moreBox {
    margin-top: 5.20833vw;
    text-align: center
}

.collections6 .moreBox .y-more {
    color: #333
}

.mouseBox {
    width: 10.67708vw;
    position: relative;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.mouseBox::before {
    content: '';
    display: block;
    padding-top: 100%
}

.mouseBox .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.mouseBox .bg::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../image/lyj/png54.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: ro 60s linear infinite;
    animation: ro 60s linear infinite
}

.mouseBox .bg::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../image/lyj/png55.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

@-webkit-keyframes ro {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes ro {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media (min-width: 769px) {
    .collections3 .cont .inner .list .item:hover .icon {
        -webkit-transform:scale(1.05);
        transform: scale(1.05)
    }

    .collections4 .cont .inner .section2 .logo-list .item:hover .logo {
        background-color: #2132ab
    }

    .collections4 .cont .inner .section2 .logo-list .item:hover .logo .i1 {
        opacity: 0;
        visibility: hidden
    }

    .collections4 .cont .inner .section2 .logo-list .item:hover .logo .i2 {
        opacity: 1;
        visibility: visible
    }
}

@media (max-width: 1700px) {
    .collections1 .layer_li .inner .section2 .item .p {
        font-size:12px
    }
}

@media (max-width: 1480px) {
    .collections1 .layer_li .inner .section2 .item .tit1 {
        font-size:20px
    }
}

@media (max-width: 1480px) and (max-width:1480px) {
    .collections1 .layer_li .inner .section2 .item .tit1 {
        font-size:18px
    }
}

@media (max-width: 1480px) and (max-width:768px) {
    .collections1 .layer_li .inner .section2 .item .tit1 {
        font-size:18px
    }
}

@media (max-width: 1480px) {
    .collections1 .layer_li .inner .section3 .item .tit1 {
        font-size:20px
    }
}

@media (max-width: 1480px) and (max-width:1480px) {
    .collections1 .layer_li .inner .section3 .item .tit1 {
        font-size:18px
    }
}

@media (max-width: 1480px) and (max-width:768px) {
    .collections1 .layer_li .inner .section3 .item .tit1 {
        font-size:18px
    }
}

@media (max-width: 1480px) {
    .collections1 .layer_li .inner .section3 .item {
        padding:10px 0
    }
}

@media (max-width: 768px) {
    .collections1 .layer_li .inner .section {
        left:0;
        right: 0
    }

    .collections1 .layer_li .inner .bottle {
        width: 210px;
        bottom: 0
    }

    .collections1 .layer_li .inner .section .t1 {
        font-size: 36px;
        padding: 0 20px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .collections1 .layer_li .inner .section .t1 {
        font-size:30px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .collections1 .layer_li .inner .section .t1 {
        font-size:24px
    }
}

@media (max-width: 768px) {
    .collections1 .layer_li .inner .section2 .item .tit1 {
        font-size:16px;
        padding: 0
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .collections1 .layer_li .inner .section2 .item .tit1 {
        font-size:14px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .collections1 .layer_li .inner .section2 .item .tit1 {
        font-size:14px
    }
}

@media (max-width: 768px) {
    .collections1 .layer_li .inner .section2 .item .tit1::before {
        -webkit-transform:translateY(-50%) scale(0.6);
        transform: translateY(-50%) scale(0.6)
    }

    .collections1 .layer_li .inner .section2 .list1 .item .p,.collections1 .layer_li .inner .section2 .list2 .item .p {
        display: none
    }

    .collections1 .layer_li .inner .section3 .item .tit1 {
        font-size: 16px;
        padding-left: 20px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .collections1 .layer_li .inner .section3 .item .tit1 {
        font-size:14px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .collections1 .layer_li .inner .section3 .item .tit1 {
        font-size:14px
    }
}

@media (max-width: 768px) {
    .collections1 .layer_li .inner .section3 .item .tit1::before {
        -webkit-transform:translateY(-50%) scale(0.6);
        transform: translateY(-50%) scale(0.6)
    }

    .collections1 .layer_li .inner .section3 .con {
        width: 100%
    }

    .collections1 .layer_li .inner .section3 .list {
        margin: 20px 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .collections1 .layer_li .inner .section3 .item {
        width: 50%;
        padding: 0
    }

    .collections1 .layer_li .inner .section3 {
        padding: 40px 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .collections2 .ping {
        height: 50%
    }

    .collections2 .ping .bgBox {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    .collections2 .ping .bgBox .bg3 {
        -webkit-transform: translateY(-100%) translateX(-50%);
        transform: translateY(-100%) translateX(-50%);
        left: 50%;
        width: 100%
    }

    .collections2 .ping .bgBox .bg3 .canvas {
        width: 70%
    }

    .collections2 .ping .bgBox .bg3 .canvas .i {
        width: auto;
        max-width: 100%;
        max-height: 100%
    }

    .collections2 .cont {
        top: 50%;
        height: 50vh;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden
    }

    .collections2 .cont .section {
        width: 100%;
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .collections2 .cont .section .tit1 {
        font-size: 18px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .collections2 .cont .section .tit1 {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .collections2 .cont .section .tit1 {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .collections2 .cont .section .desc {
        font-size:12px;
        margin-top: 5px;
        display: none
    }

    .collections2 .cont .section .list {
        margin: 5px 0
    }

    .collections2 .cont .section .list .item .t1 {
        font-size: 18px;
        padding-left: 20px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .collections2 .cont .section .list .item .t1 {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .collections2 .cont .section .list .item .t1 {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .collections2 .cont .section .list .item .t1::before {
        -webkit-transform:translateY(-50%) scale(0.6);
        transform: translateY(-50%) scale(0.6)
    }

    .collections2 .cont .section .list .item .tags {
        font-size: 16px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .collections2 .cont .section .list .item .tags {
        font-size:14px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .collections2 .cont .section .list .item .tags {
        font-size:14px
    }
}

@media (max-width: 768px) {
    .collections2 .cont .section .list .item+.item {
        margin-top:5px
    }

    .collections3 .cont {
        overflow: visible;
        padding: 40px 10px
    }

    .collections3 .cont .img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: auto;
        background: -webkit-gradient(linear,left top,left bottom,from(#6685bf),to(#15224c));
        background: linear-gradient(to bottom,#6685bf,#15224c)
    }

    .collections3 .cont .inner {
        position: relative;
        height: auto;
        padding: 0;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }

    .collections3 .cont .inner .units {
        width: 100%;
        padding: 0
    }

    .collections3 .cont .inner .tit1 {
        font-size: 36px;
        text-align: center
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .collections3 .cont .inner .tit1 {
        font-size:30px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .collections3 .cont .inner .tit1 {
        font-size:24px
    }
}

@media (max-width: 768px) {
    .collections3 .cont .inner .list {
        margin:15px 0
    }

    .collections3 .cont .inner .list .item {
        width: 50%;
        margin: 0 0 10px
    }

    .collections3 .cont .inner .list .item .icon {
        width: 40%
    }

    .collections3 .cont .inner .list .item .t::before {
        -webkit-transform: translateX(-50%) scale(0.6);
        transform: translateX(-50%) scale(0.6)
    }

    .collections3 .cont .inner .list .item .t {
        font-size: 18px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .collections3 .cont .inner .list .item .t {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .collections3 .cont .inner .list .item .t {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .collections3 .cont .inner .moreBox {
        text-align:center;
        margin-top: 25px
    }

    .collections4 .cont {
        background: -webkit-gradient(linear,left top,left bottom,from(#6685bf),to(#15224c));
        background: linear-gradient(to bottom,#6685bf,#15224c)
    }

    .collections4 .cont .inner {
        position: relative;
        padding: 0;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        display: block
    }

    .collections4 .cont .inner .section {
        padding: 0;
        padding: 40px 10px;
        width: 100%
    }

    .collections4 .cont .inner .tit1 {
        font-size: 36px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .collections4 .cont .inner .tit1 {
        font-size:30px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .collections4 .cont .inner .tit1 {
        font-size:24px
    }
}

@media (max-width: 768px) {
    .collections4 .cont .inner .section .list .item .t1 {
        font-size:18px;
        padding-left: 20px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .collections4 .cont .inner .section .list .item .t1 {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .collections4 .cont .inner .section .list .item .t1 {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .collections4 .cont .inner .section .list .item .p {
        padding-left:20px
    }

    .collections4 .cont .inner .section .list .item .t1::before {
        -webkit-transform: translateY(-50%) scale(0.6);
        transform: translateY(-50%) scale(0.6)
    }

    .collections4 .cont .inner .section2 .list {
        margin-top: 10px;
        display: block
    }

    .collections4 .cont .inner .section2 .list .item+.item {
        margin: 0
    }

    .collections4 .cont .inner .section2 .logo-list {
        margin: 30px 0 0
    }

    .collections4 .cont .inner .section2 .logo-list .item {
        width: 25%;
        margin: 0 0 10px
    }

    .collections4 .cont .inner .section2 .logo-list .logo {
        width: 80%;
        margin: 0 auto
    }

    .collections4 .cont .inner .section2 .logo-list .txt {
        font-size: 16px;
        margin-top: 5px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .collections4 .cont .inner .section2 .logo-list .txt {
        font-size:14px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .collections4 .cont .inner .section2 .logo-list .txt {
        font-size:14px
    }
}

@media (max-width: 768px) {
    .collections4 .cont .inner .section2 .moreBox {
        margin-top:30px;
        text-align: center
    }

    .collections4 .cont .inner .section3 .logo-list {
        margin: 30px 0 0
    }

    .collections4 .cont .inner .section3 .logo-list .item {
        width: 20%;
        margin: 0 0 10px
    }

    .collections4 .cont .inner .section3 .logo-list .logo {
        width: 80%;
        margin: 0 auto
    }

    .collections4 .cont .inner .section3 .logo-list .txt {
        font-size: 16px;
        text-align: center;
        margin-top: 5px;
        word-break: break-all
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .collections4 .cont .inner .section3 .logo-list .txt {
        font-size:14px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .collections4 .cont .inner .section3 .logo-list .txt {
        font-size:14px
    }
}

@media (max-width: 768px) {
    .collections5 .cont {
        height:auto;
        padding: 40px 10px
    }

    .collections5 .cont .img {
        width: 50%;
        margin: 0 auto;
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none
    }

    .collections5 .cont .item {
        position: relative;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 50%;
        margin: 0 0 15px
    }

    .collections5 .cont .list {
        margin: 30px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .collections5 .cont .moreBox {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 30px;
        text-align: center
    }

    .collections6 {
        padding: 40px 10px
    }

    .collections6 .tit1 {
        font-size: 36px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .collections6 .tit1 {
        font-size:30px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .collections6 .tit1 {
        font-size:24px
    }
}

@media (max-width: 768px) {
    .collections6 .cont {
        margin-top:20px
    }

    .collections6 .tracker-track .tracker-item {
        padding: 0 !important
    }

    .collections6 .tracker-track .tracker-item+.tracker-item {
        margin-left: 20px
    }

    .collections6 .tracker-track .item {
        width: 100%
    }

    .collections6 .tracker-track .item .dates::before {
        -webkit-transform: scale(0.6);
        transform: scale(0.6)
    }

    .collections6 .tracker-track .item .t1 {
        font-size: 28px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .collections6 .tracker-track .item .t1 {
        font-size:26px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .collections6 .tracker-track .item .t1 {
        font-size:20px
    }
}

@media (max-width: 768px) {
    .collections6 .moreBox {
        margin-top:30px
    }

    .collections1 .layer_li .inner .section1 {
        top: 10vh
    }

    .collections1 .layer_li .inner .section .t1 {
        font-size: 48px;
        line-height: 1.2
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .collections1 .layer_li .inner .section .t1 {
        font-size:34px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .collections1 .layer_li .inner .section .t1 {
        font-size:28px
    }
}

@media (max-width: 768px) {
    .collections1 .layer_li .inner .bottle {
        -webkit-transform:translateX(-50%) translateY(0%) scale(1.5);
        transform: translateX(-50%) translateY(0%) scale(1.5)
    }

    .collections1 .layer_li .inner .section2 {
        top: 10vh
    }

    .collections1 .layer_li .inner .section2 .list1 .item {
        -webkit-transform: translateX(-100px) translateY(240%);
        transform: translateX(-100px) translateY(240%)
    }

    .collections1 .layer_li .inner .section2 .list1 .item1 {
        right: 14%;
        top: 30%
    }

    .collections1 .layer_li .inner .section2 .list1 .item2 {
        right: 14%;
        top: 37%
    }

    .collections1 .layer_li .inner .section2 .list1 .item3 {
        right: 15%;
        top: 44%
    }

    .collections1 .layer_li .inner .section2 .list1 .item4 {
        right: 17%;
        top: 51%
    }

    .collections1 .layer_li .inner .section2 .list1 .item5 {
        right: 32%;
        top: 58%
    }

    .collections1 .layer_li .inner .section2 .list1 .item6 {
        right: 45%;
        top: 65%
    }

    .collections1 .layer_li .inner .section2 .list1 .item7 {
        right: 51%;
        top: 72%
    }

    .collections1 .layer_li .inner .section2 .list1 .item8 {
        right: 54%;
        top: 79%
    }

    .collections1 .layer_li .inner .section2 .list2 .item {
        -webkit-transform: translateX(100px) translateY(240%);
        transform: translateX(100px) translateY(240%)
    }

    .collections1 .layer_li .inner .section2 .list2 .item1 {
        left: 14%;
        top: 30%
    }

    .collections1 .layer_li .inner .section2 .list2 .item2 {
        left: 14%;
        top: 37%
    }

    .collections1 .layer_li .inner .section2 .list2 .item3 {
        left: 15%;
        top: 44%
    }

    .collections1 .layer_li .inner .section2 .list2 .item4 {
        left: 17%;
        top: 51%
    }

    .collections1 .layer_li .inner .section2 .list2 .item5 {
        left: 32%;
        top: 58%
    }

    .collections1 .layer_li .inner .section2 .list2 .item6 {
        left: 45%;
        top: 65%
    }

    .collections1 .layer_li .inner .section2 .list2 .item7 {
        left: 51%;
        top: 72%
    }

    .collections1 .layer_li .inner .section2 .list2 .item8 {
        left: 54%;
        top: 79%
    }

    .collections2 .cont .section {
        padding: 0 20px
    }

    .collections2 .ping {
        top: 60%;
        height: 40%;
        z-index: 2
    }

    .collections2 .cont {
        top: 0%;
        height: 60%
    }

    .collections2 .cont .section .tit1 {
        font-size: 36px;
        text-align: center
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .collections2 .cont .section .tit1 {
        font-size:30px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .collections2 .cont .section .tit1 {
        font-size:24px
    }
}

@media (max-width: 768px) {
    .collections2 .cont .section .list .item .t1 {
        font-size:24px;
        padding: 0;
        text-align: center
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .collections2 .cont .section .list .item .t1 {
        font-size:22px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .collections2 .cont .section .list .item .t1 {
        font-size:18px
    }
}

@media (max-width: 768px) {
    .collections2 .cont .section .list .item .t1::before {
        display:none
    }

    .collections2 .cont .section .list .item+.item {
        margin-top: 15px
    }

    .collections2 .cont .section .list {
        margin: 15px 0 30px
    }

    .collections2 .cont .section .list .item .tags {
        text-align: center
    }

    .collections2 .cont .section .list .item .tags a {
        margin: 0 5px
    }

    .collections2 .cont .section .moreBox {
        text-align: center
    }

    .collections2 .ping .bgBox .bg3 .canvas {
        top: auto;
        bottom: -90%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 190%;
        z-index: 3
    }

    .collections2 .ping .bgBox .bg3::before {
        bottom: auto;
        left: 0%;
        right: 0%;
        background: -webkit-gradient(linear,left bottom,left top,from(rgba(29,45,88,0)),color-stop(50%,#01154a),to(rgba(29,45,88,0)));
        background: linear-gradient(to top,rgba(29,45,88,0),#01154a 50%,rgba(29,45,88,0));
        width: auto;
        height: 60%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .collections3 .cont .inner .tit1 {
        font-size: 48px;
        line-height: 1.2
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .collections3 .cont .inner .tit1 {
        font-size:34px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .collections3 .cont .inner .tit1 {
        font-size:28px
    }
}

@media (max-width: 768px) {
    .collections3 .cont .inner .list .item {
        width:33.33%
    }

    .collections3 .cont .img {
        overflow: hidden
    }

    .collections3 .cont .img .moveimg {
        width: 140%;
        position: relative;
        overflow: hidden;
        position: absolute;
        bottom: 100%;
        right: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center
    }

    .collections3 .cont .img .moveimg::before {
        content: '';
        display: block;
        padding-top: 137.95411%
    }

    .collections3 .cont .img .moveimg .i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .collections3 .cont {
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .collections3 .cont .inner .moreBox {
        margin-top: 80px
    }

    .collections4 .cont .inner .tit1 {
        font-size: 48px;
        line-height: 1.2;
        text-align: center
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .collections4 .cont .inner .tit1 {
        font-size:34px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .collections4 .cont .inner .tit1 {
        font-size:28px
    }
}

@media (max-width: 768px) {
    .collections4 .cont .inner .section {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 100px 20px
    }

    .collections4 .cont .inner .section .list .item .t1 {
        font-size: 24px;
        padding: 20px 0 0;
        text-align: center
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .collections4 .cont .inner .section .list .item .t1 {
        font-size:22px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .collections4 .cont .inner .section .list .item .t1 {
        font-size:18px
    }
}

@media (max-width: 768px) {
    .collections4 .cont .inner .section .list .item .t1::before {
        top:0;
        left: 50%;
        -webkit-transform: translateX(-50%) scale(0.6);
        transform: translateX(-50%) scale(0.6)
    }

    .collections4 .cont .inner .section1 .list {
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .collections4 .cont .inner .section1 .list .item {
        width: 50%;
        margin: 0 !important
    }

    .collections4 .cont .inner .section .list .item .p {
        display: none
    }

    .collections4 .cont .inner .section2 .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px
    }

    .collections4 .cont .inner .section2 .list .item {
        width: 50%
    }

    .collections4 .cont .inner .section2 .logo-list .item {
        width: 33.33%
    }

    .collections4 .cont .inner .section3 .logo-list .logo {
        border-radius: 10px
    }

    .collections4 .cont .inner .section3 {
        padding: 0 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .collections4 .cont .inner .section3 .moreBox {
        margin-top: 50px
    }

    .collections4 .cont .img .moveimg {
        width: 180%;
        position: relative;
        overflow: hidden;
        position: absolute;
        bottom: 100%;
        right: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center
    }

    .collections4 .cont .img .moveimg::before {
        content: '';
        display: block;
        padding-top: 146.47059%
    }

    .collections4 .cont .img .moveimg .i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .collections4 .cont .img {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    .collections5 .cont .img {
        margin-top: 40px;
        -webkit-transform: translateY(20%) scale(1.2);
        transform: translateY(20%) scale(1.2)
    }

    .collections5 .cont .list {
        margin-top: 0;
        display: block;
        text-align: center;
        font-size: 0
    }

    .collections5 .cont .item .t {
        padding: 0;
        font-size: 18px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .collections5 .cont .item .t {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .collections5 .cont .item .t {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .collections5 .cont .item .t::before {
        display:none
    }

    .collections5 .cont .item {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        min-width: 40%
    }

    .collections5 .cont .item .num {
        font-size: 9.33333vw
    }

    .collections5 .cont {
        overflow: hidden
    }

    .collections6 .tit1 {
        font-size: 48px;
        line-height: 1.2
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .collections6 .tit1 {
        font-size:34px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .collections6 .tit1 {
        font-size:28px
    }
}

@media (max-width: 768px) {
    .collections6 .tracker-mod.dir-hor .tracker-track {
        padding:0 10px 0 30px;
        display: block
    }

    .collections6 .tracker-track .tracker-item {
        display: block
    }

    .collections6 .tracker-track .tracker-item+.tracker-item {
        margin: 20px 0 0
    }

    .collections6 .tracker-track .item .dates {
        padding: 0
    }

    .collections6 .tracker-track .item .dates::before {
        top: 50%;
        -webkit-transform: translateY(-50%) scale(0.6);
        transform: translateY(-50%) scale(0.6);
        left: -22px
    }
}

.financial_media1 {
    background-color: #311f1c;
    position: relative;
    overflow: hidden
}

.financial_media1 .unit1 .sticky {
    padding: 116px 0 0
}

.financial_media1 .unit1 .t1 {
    font-size: 7.29167vw;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    font-weight: bold
}

.financial_media1 .unit1 .cont {
    width: 1235px;
    margin: 20px auto 0;
    position: relative
}

.financial_media1 .unit1 .cont .img-wraper {
    position: relative
}

.financial_media1 .unit1 .cont .img_hand_left {
    width: 831px;
    position: relative;
    overflow: hidden
}

.financial_media1 .unit1 .cont .img_hand_left::before {
    content: '';
    display: block;
    padding-top: 187.24428%
}

.financial_media1 .unit1 .cont .img_hand_left .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.financial_media1 .unit1 .cont .img_hand_left .bottleBox {
    position: absolute;
    top: 5.25%;
    left: 57.35%;
    width: 284px;
    height: 485px;
    opacity: 0.5
}

.financial_media1 .unit1 .cont .img_hand_left .bottle {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-image: url(../image/lyj/png12.png)
}

.financial_media1 .unit1 .cont .img_hand_left .mask_bg {
    position: relative;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../image/lyj/png11.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom
}

.financial_media1 .unit1 .cont .img_hand_left .mask_bg::before {
    content: '';
    display: block;
    padding-top: 84.15493%
}

.financial_media1 .unit1 .cont .img_hand_left .mask_bg .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.financial_media1 .unit1 .cont .img_hand_right {
    width: 645px;
    position: relative;
    overflow: hidden;
    position: absolute;
    top: 34%;
    left: 27%;
    overflow: visible
}

.financial_media1 .unit1 .cont .img_hand_right::before {
    content: '';
    display: block;
    padding-top: 164.65116%
}

.financial_media1 .unit1 .cont .img_hand_right .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.financial_media1 .unit1 .cont .img_hand_right .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.financial_media1 .unit2 {
    position: relative;
    margin-top: -50vh;
    overflow: hidden
}

.financial_media1 .unit2 .mask_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.financial_media1 .unit2 .mask_bg .bg1 {
    position: relative;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../image/lyj/png15.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    overflow: visible
}

.financial_media1 .unit2 .mask_bg .bg1::before {
    content: '';
    display: block;
    padding-top: 63.54167%
}

.financial_media1 .unit2 .mask_bg .bg1 .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.financial_media1 .unit2 .mask_bg .bg1::after {
    content: '';
    position: absolute;
    top: 90%;
    left: 0;
    right: 0;
    bottom: -999%;
    background-color: #000
}

.financial_media1 .unit2 .sticky {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.financial_media1 .unit2 .inner {
    width: 100%
}

.financial_media1 .unit2 .text {
    padding: 0 13.02083vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(100% + 40px)
}

.financial_media1 .unit2 .text .lr {
    font-size: 4.58333vw;
    color: #fff;
    line-height: 1.11;
    font-weight: bold;
    width: 23.4375vw
}

.financial_media1 .unit2 .text .rl {
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.financial_media1 .unit2 .text .rl .p {
    width: 100%;
    font-size: 26px;
    color: #fff;
    line-height: 1.46
}

@media (max-width: 1480px) {
    .financial_media1 .unit2 .text .rl .p {
        font-size:24px
    }
}

@media (max-width: 768px) {
    .financial_media1 .unit2 .text .rl .p {
        font-size:20px
    }
}

body:not(.lang-en) .financial_media1 .unit2 .text .rl .p {
    text-align: justify;
    text-justify: inter-ideograph
}

.financial_media1 .unit2 .text .rl .key {
    color: #5458ea
}

.financial_media1 .unit2 .svgBox {
    overflow: visible;
    position: relative
}

.financial_media1 .unit2 .moreBox {
    text-align: right;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 60px)
}

.financial_media1 .unit2 .cont {
    position: relative;
    width: 46.36904%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    overflow: visible
}

.financial_media1 .unit2 .cont::before {
    content: '';
    display: block;
    padding-top: 49.03723%
}

.financial_media1 .unit2 .cont .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.financial_media1 .unit2 .cont .wrapper-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 3;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 20px solid #2b2e90;
    border-radius: 50px;
    overflow: hidden
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper::before {
    content: '';
    background-image: url(../image/lyj/png16.png);
    width: 1.45833vw;
    height: 8.75vw;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: -2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .module-body {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-image: url(../image/lyj/jpg24.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .module-body .color-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #1f2167;
    opacity: 0
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .module-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1f2167
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .module-bg .img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .module-bg img {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 89.715832%
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .module-cont {
    width: 100vw;
    max-width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .phone-cont {
    width: 17.70833vw;
    position: relative;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) scale(0.4);
    transform: translate(-50%,-50%) scale(0.4);
    overflow: visible;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 500px;
    perspective: 500px
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .phone-cont::before {
    content: '';
    display: block;
    padding-top: 205.29412%
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .phone-cont .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .phone-cont .phone-bg {
    border: .88542vw solid #fff;
    border-radius: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .phone-cont .phone-bg::after {
    content: '';
    background-image: url(../image/lyj/png17.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 7.08333vw;
    height: 1.30208vw;
    position: absolute;
    left: 50%;
    top: -4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .phone-cont .phone-box {
    position: absolute;
    top: .78125vw;
    right: .78125vw;
    bottom: .78125vw;
    left: .78125vw;
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
    z-index: 2
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .phone-cont .phone-box img {
    width: 100%;
    height: 100%
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .phone-cont .phone-box .list,.financial_media1 .unit2 .cont .wrapper-content .wrapper .phone-cont .phone-box .item {
    height: 100%
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .phone-cont .phone-box .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 200%
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .phone-cont .phone-box .item {
    width: 50%
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div1 {
    width: 31.25vw;
    position: absolute;
    top: -30px;
    right: 100%;
    margin-right: 3.54167vw;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2.08333vw;
    -moz-column-gap: 2.08333vw;
    column-gap: 2.08333vw
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div1 .item {
    width: 14.58333vw;
    margin: 0 0 2.08333vw 0
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div1 .item .trans {
    border: .625vw solid #fff;
    overflow: hidden;
    background-color: #fff
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div1 .item .img {
    width: 100%;
    position: relative;
    overflow: hidden
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div1 .item .img::before {
    content: '';
    display: block;
    padding-top: 100%
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div1 .item .img .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div1 .item:nth-child(1) {
    margin-top: 8.75vw
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div1 .item:nth-child(1) .trans {
    border-radius: 50%
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div1 .item:nth-child(2) .trans,.financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div1 .item:nth-child(3) .trans {
    border-radius: 30px
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div1 .item:nth-child(4) .trans {
    border-radius: 30px 30px 120px 30px
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div2 {
    width: 31.25vw;
    position: absolute;
    top: -30px;
    left: 100%;
    margin-left: 3.54167vw;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2.08333vw;
    -moz-column-gap: 2.08333vw;
    column-gap: 2.08333vw
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div2 .item {
    width: 14.58333vw;
    margin: 0 0 2.08333vw 0
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div2 .item .trans {
    border: .625vw solid #fff;
    overflow: hidden;
    background-color: #fff
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div2 .item .img {
    width: 100%;
    position: relative;
    overflow: hidden
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div2 .item .img::before {
    content: '';
    display: block;
    padding-top: 100%
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div2 .item .img .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div2 .item:nth-child(1) .trans {
    border-radius: 30px 30px 120px 30px
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div2 .item:nth-child(2) .trans {
    border-radius: 50%
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div2 .item:nth-child(3) {
    top: 8.75vw;
    position: relative
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div2 .item:nth-child(3) .trans {
    border-radius: 30px
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div2 .item:nth-child(4) {
    top: 8.75vw;
    position: relative
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div2 .item:nth-child(4) .trans {
    border-radius: 0;
    border: transparent;
    background-color: transparent
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div3 {
    width: 27.08333vw;
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 2.08333vw
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div3 .item {
    width: 12.44792vw;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div3 .item img {
    display: block;
    width: 100%;
    height: auto
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div4 {
    width: 27.08333vw;
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 2.08333vw
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div4 .item {
    width: 12.44792vw;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0
}

.financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div4 .item img {
    display: block;
    width: 100%;
    height: auto
}

.financial_media2 {
    background-color: #222222;
    overflow: hidden
}

.financial_media2 .sticky {
    top: 0 !important
}

.financial_media2 .cont {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 9.375vw
}

.financial_media2 .cont .left {
    width: 25.78125vw
}

.financial_media2 .cont .left .t1 {
    font-size: 4.58333vw;
    color: #fff;
    line-height: 1.11;
    font-weight: bold
}

.financial_media2 .cont .left .t2 {
    margin-top: 25px
}

.financial_media2 .cont .left .t2 .p {
    width: 100%;
    font-size: 26px;
    color: #fff;
    line-height: 1.46
}

@media (max-width: 1480px) {
    .financial_media2 .cont .left .t2 .p {
        font-size:24px
    }
}

@media (max-width: 768px) {
    .financial_media2 .cont .left .t2 .p {
        font-size:20px
    }
}

body:not(.lang-en) .financial_media2 .cont .left .t2 .p {
    text-align: justify;
    text-justify: inter-ideograph
}

.financial_media2 .cont .left .t2 .key {
    color: #5458ea
}

.financial_media2 .cont .center {
    width: 17.70833vw;
    margin-left: 5.20833vw;
    position: relative
}

.financial_media2 .cont .center .svgBox {
    width: 20.83333vw;
    position: absolute;
    left: 96%;
    top: 3.90625vw;
    z-index: 9
}

.financial_media2 .cont .center .svgBox .img {
    position: relative;
    overflow: hidden
}

.financial_media2 .cont .center .svgBox .img::before {
    content: '';
    display: block;
    padding-top: 39.75%
}

.financial_media2 .cont .center .svgBox .img .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.financial_media2 .cont .center .phone-cont {
    width: 100%;
    position: relative;
    overflow: hidden
}

.financial_media2 .cont .center .phone-cont::before {
    content: '';
    display: block;
    padding-top: 205.29412%
}

.financial_media2 .cont .center .phone-cont .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.financial_media2 .cont .center .phone-cont .phone-bg {
    border: .88542vw solid #fff;
    border-radius: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4
}

.financial_media2 .cont .center .phone-cont .phone-bg::after {
    content: '';
    background-image: url(../image/lyj/png17.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 7.08333vw;
    height: 1.30208vw;
    position: absolute;
    left: 50%;
    top: -4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.financial_media2 .cont .center .phone-cont .phone-box {
    position: absolute;
    top: .78125vw;
    right: .78125vw;
    bottom: .78125vw;
    left: .78125vw;
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
    z-index: 2
}

.financial_media2 .cont .center .phone-cont .phone-box img {
    width: 100%;
    height: 100%
}

.financial_media2 .cont .center .phone-cont .phone-box .list,.financial_media2 .cont .center .phone-cont .phone-box .item {
    height: 100%
}

.financial_media2 .cont .center .phone-cont .phone-box .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%
}

.financial_media2 .cont .center .phone-cont .phone-box .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.financial_media2 .cont .right {
    margin-left: 19.79167vw;
    width: 12.70833vw;
    max-width: 244px
}

.financial_media2 .cont .right .unit1 {
    position: relative;
    overflow: hidden
}

.financial_media2 .cont .right .unit1::before {
    content: '';
    display: block;
    padding-top: 500%
}

.financial_media2 .cont .right .unit1 .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.financial_media2 .cont .right .user-div {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.financial_media2 .cont .right .user-list .user-item {
    position: absolute;
    top: 0
}

.financial_media2 .cont .right .user-list .user-item:first-child {
    position: relative
}

.financial_media2 .cont .right .user-list .user-item img {
    display: block;
    width: 100%
}

.financial_media2 .cont .right .moreBox {
    position: absolute;
    left: 9.375vw;
    bottom: 7.8125vw
}

.financial_media3 {
    overflow: hidden
}

.financial_media3 .cont {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 9.375vw 0 6.25vw
}

.financial_media3 .left {
    width: 45.05208vw;
    position: relative;
    overflow: hidden;
    position: relative;
    overflow: visible;
    height: auto;
    z-index: 9
}

.financial_media3 .left::before {
    content: '';
    display: block;
    padding-top: 100%
}

.financial_media3 .left .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.financial_media3 .left .img {
    width: 74.2196%;
    position: relative;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -5px;
    overflow: visible;
    -webkit-transform: translate(-52%,159%) scale(7.7);
    transform: translate(-52%,159%) scale(7.7)
}

.financial_media3 .left .img::before {
    content: '';
    display: block;
    padding-top: 112.46106%
}

.financial_media3 .left .img .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.financial_media3 .left .bg {
    width: 96.8786%;
    position: relative;
    overflow: hidden;
    position: absolute;
    left: 1%;
    top: 36%;
    -webkit-transform: translateY(-50%) scale(0.5);
    transform: translateY(-50%) scale(0.5);
    border-radius: 50%;
    background-color: #7b746c
}

.financial_media3 .left .bg::before {
    content: '';
    display: block;
    padding-top: 100%
}

.financial_media3 .left .bg .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.financial_media3 .left .phone-img {
    width: 49.0654%;
    position: relative;
    overflow: hidden;
    position: absolute;
    top: -19%;
    right: 8.1%
}

.financial_media3 .left .phone-img::before {
    content: '';
    display: block;
    padding-top: 202.29167%
}

.financial_media3 .left .phone-img .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.financial_media3 .right {
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 7.29167vw;
    padding-left: 4.6875vw;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    position: relative;
    z-index: 9
}

.financial_media3 .right .t1 {
    font-size: 4.58333vw;
    line-height: 1.11;
    font-weight: bold;
    width: 100%
}

.financial_media3 .right .t2 {
    font-size: 2.5vw;
    line-height: 1.11;
    font-weight: bold;
    width: 100%;
    margin-top: 30px
}

.financial_media3 .right .t2 span {
    color: #be9918
}

.financial_media3 .right .desc {
    font-size: 18px;
    color: #999999;
    margin-top: 10px;
    width: 100%
}

@media (max-width: 1480px) {
    .financial_media3 .right .desc {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .financial_media3 .right .desc {
        font-size:16px
    }
}

body:not(.lang-en) .financial_media3 .right .desc {
    text-align: justify;
    text-justify: inter-ideograph
}

.financial_media3 .right .moreBox {
    width: 100%;
    margin-top: 7.29167vw;
    text-align: right
}

.financial_media3 .right .y-more {
    color: #333333
}

.financial_media4 {
    background-color: #f4f4f4;
    overflow: hidden;
    position: relative
}

.financial_media4 .cont {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.financial_media4 .scroll {
    display: inline-block;
    white-space: nowrap;
    padding: 0 6.25vw 0 0;
    vertical-align: middle
}

.financial_media4 .scroll .line {
    position: absolute;
    left: 6.25vw;
    right: 6.25vw;
    top: 50%;
    border-top: 1px dashed #ababab
}

.financial_media4 .scroll .line::before {
    content: '';
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #333333;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.financial_media4 .scroll .line::after {
    content: '';
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #333333;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.financial_media4 .scroll .inner {
    position: relative;
    padding: 0 12.5vw 0 10.9375vw;
    display: inline-block;
    vertical-align: middle
}

.financial_media4 .scroll .list {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle
}

.financial_media4 .scroll .list .item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12.5vw;
    position: relative
}

.financial_media4 .scroll .list .img {
    width: 17.76042vw;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 18px 68.6px 1.4px rgba(0,0,0,0.11);
    box-shadow: 0px 18px 68.6px 1.4px rgba(0,0,0,0.11);
    border-radius: 50px
}

.financial_media4 .scroll .list .img::before {
    content: '';
    display: block;
    padding-top: 204.39883%
}

.financial_media4 .scroll .list .img .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.financial_media4 .scroll .list .logo {
    width: 71.55425%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 46px;
    -webkit-box-shadow: 0px 18px 68.6px 1.4px rgba(0,0,0,0.11);
    box-shadow: 0px 18px 68.6px 1.4px rgba(0,0,0,0.11);
    position: absolute;
    top: 32%;
    right: 0;
    -webkit-transform: translateX(60%);
    transform: translateX(60%)
}

.financial_media4 .scroll .list .logo::before {
    content: '';
    display: block;
    padding-top: 100%
}

.financial_media4 .scroll .list .logo .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.financial_media4 .scroll .list .logo .i {
    width: auto;
    max-width: 90%;
    max-height: 90%
}

.financial_media4 .scroll .moreBox {
    display: inline-block;
    vertical-align: middle
}

.financial_media4 .scroll .moreBox .y-more {
    color: #333
}

.financial_media5 {
    padding: 6.77083vw 6.25vw 8.85417vw
}

.financial_media5 .cont .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -37px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.financial_media5 .cont .list .item {
    width: calc(33.33% - 74px);
    margin: 0 37px 60px
}

body:not(.lang-en) .financial_media5 .cont .list .item {
    text-align: justify;
    text-justify: inter-ideograph
}

.financial_media5 .cont .list .item .dates {
    font-size: 22px
}

@media (max-width: 1480px) {
    .financial_media5 .cont .list .item .dates {
        font-size:20px
    }
}

@media (max-width: 768px) {
    .financial_media5 .cont .list .item .dates {
        font-size:18px
    }
}

.financial_media5 .cont .list .item a {
    display: block
}

.financial_media5 .cont .list .item .t1 {
    font-size: 42px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    height: 3em;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.2;
    height: 2.4em
}

@media (max-width: 1480px) {
    .financial_media5 .cont .list .item .t1 {
        font-size:32px
    }
}

@media (max-width: 768px) {
    .financial_media5 .cont .list .item .t1 {
        font-size:26px
    }
}

.financial_media5 .cont .list .item .t2 {
    font-size: 20px;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    height: 3em;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 5px;
    display: none
}

@media (max-width: 1480px) {
    .financial_media5 .cont .list .item .t2 {
        font-size:18px
    }
}

@media (max-width: 768px) {
    .financial_media5 .cont .list .item .t2 {
        font-size:18px
    }
}

.financial_media5 .cont .list .item .tags {
    font-size: 18px;
    color: #243b6b;
    margin-top: 10px
}

@media (max-width: 1480px) {
    .financial_media5 .cont .list .item .tags {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .financial_media5 .cont .list .item .tags {
        font-size:16px
    }
}

.financial_media5 .cont .list .item .tags a {
    display: inline;
    margin-right: 15px
}

.financial_media5 .moreBox {
    margin-top: 40px
}

.financial_media5 .moreBox .y-more {
    color: #333
}

@media (max-width: 1480px) {
    .financial_media1 .unit2 .text {
        bottom:calc(100% + 20px);
        padding: 0
    }

    .financial_media1 .unit2 .text .lr,.financial_media2 .cont .left .t1,.financial_media3 .right .t1 {
        font-size: 80px;
        line-height: 1
    }
}

@media (max-width: 1480px) and (max-width:1480px) {
    .financial_media1 .unit2 .text .lr,.financial_media2 .cont .left .t1,.financial_media3 .right .t1 {
        font-size:60px
    }
}

@media (max-width: 1480px) and (max-width:768px) {
    .financial_media1 .unit2 .text .lr,.financial_media2 .cont .left .t1,.financial_media3 .right .t1 {
        font-size:36px
    }
}

@media (max-width: 1480px) {
    .financial_media1 .unit2 .text .rl .p,.financial_media2 .cont .left .t2 .p,.financial_media3 .right .t2 {
        font-size:24px
    }
}

@media (max-width: 1480px) and (max-width:1480px) {
    .financial_media1 .unit2 .text .rl .p,.financial_media2 .cont .left .t2 .p,.financial_media3 .right .t2 {
        font-size:22px
    }
}

@media (max-width: 1480px) and (max-width:768px) {
    .financial_media1 .unit2 .text .rl .p,.financial_media2 .cont .left .t2 .p,.financial_media3 .right .t2 {
        font-size:18px
    }
}

@media (max-width: 1480px) {
    .financial_media3 .left .img {
        -webkit-transform:translate(-52%,170%) scale(7.7);
        transform: translate(-52%,170%) scale(7.7)
    }
}

@media (max-width: 768px) {
    .financial_media5 {
        padding:40px 10px
    }

    .financial_media5 .cont .list {
        padding: 0;
        height: auto;
        display: block;
        margin: 0
    }

    .financial_media5 .cont .list .item {
        height: auto;
        display: block;
        padding-left: 14px;
        margin: 0 0 30px;
        width: auto
    }

    .financial_media5 .cont .list .item .t1 {
        display: block;
        overflow: visible;
        height: auto;
        position: relative;
        font-size: 28px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .financial_media5 .cont .list .item .t1 {
        font-size:26px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .financial_media5 .cont .list .item .t1 {
        font-size:20px
    }
}

@media (max-width: 768px) {
    .financial_media5 .cont .list .item .t2,.financial_media5 .cont .list .item .tags {
        margin-top:10px
    }

    .financial_media1 .unit1 .t1 {
        font-size: 60px;
        line-height: 1.2
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .financial_media1 .unit1 .t1 {
        font-size:44px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .financial_media1 .unit1 .t1 {
        font-size:34px
    }
}

@media (max-width: 768px) {
    .financial_media1 .unit1 .sticky {
        padding:0 0
    }

    .financial_media1 .unit1 .cont {
        width: 300px;
        margin: 0 auto 0;
        padding-top: 10vh
    }

    .financial_media1 .unit1 .t1 {
        font-size: 80px;
        line-height: 1
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .financial_media1 .unit1 .t1 {
        font-size:60px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .financial_media1 .unit1 .t1 {
        font-size:36px
    }
}

@media (max-width: 768px) {
    .financial_media1 .unit1 .cont .img-wraper {
        margin-top:42vh;
        -webkit-transform: scale(2.2);
        transform: scale(2.2)
    }

    .financial_media1 .unit1 .cont .img_hand_left {
        width: 201px
    }

    .financial_media1 .unit1 .cont .img_hand_right {
        width: 156px
    }

    .financial_media1 .unit1 .cont .img_hand_left .bottleBox {
        width: 68px;
        height: 116px
    }

    .financial_media1 .unit1 .cont .img_hand_left .bottle {
        background-image: url(../image/lyj/png12_1.png)
    }

    .financial_media1 .unit2 {
        margin-top: -30vh
    }

    .financial_media1 .unit2 .text {
        display: block;
        bottom: calc(100% + 30px)
    }

    .financial_media1 .unit2 .text .lr {
        width: auto
    }

    .financial_media1 .unit2 .text .lr br {
        display: none
    }

    .financial_media1 .unit2 .text .rl {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        margin-top: 10px;
        height: 60px;
        overflow-y: scroll
    }

    .financial_media1 .unit2 .cont {
        width: 100%
    }

    .financial_media1 .unit2 .cont .wrapper-content .wrapper {
        border-radius: 25px;
        border-width: 10px
    }

    .financial_media1 .unit2 .cont .wrapper-content .wrapper .phone-cont {
        width: 40vw
    }

    .financial_media1 .unit2 .cont .wrapper-content .wrapper .phone-cont .phone-box {
        border-radius: 23px
    }

    .financial_media1 .unit2 .cont .wrapper-content .wrapper .phone-cont .phone-bg {
        border-radius: 25px
    }

    .financial_media1 .unit2 .cont .wrapper-content .wrapper .phone-cont .phone-bg::after {
        top: -1px
    }

    .financial_media1 .unit2 .cont .wrapper-content .wrapper .phone-cont .phone-box img {
        height: auto
    }

    .financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div1 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 20vw
    }

    .financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div1 .item {
        width: 100%
    }

    .financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div1 .item:nth-child(2) .trans,.financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div1 .item:nth-child(3) .trans {
        border-radius: 20px
    }

    .financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div1 .item:nth-child(4) .trans {
        border-radius: 20px 20px 50px 20px
    }

    .financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div2 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 20vw
    }

    .financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div2 .item {
        width: 100%
    }

    .financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div2 .item:nth-child(1) .trans {
        border-radius: 20px 20px 50px 20px
    }

    .financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div2 .item:nth-child(3) .trans {
        border-radius: 20px
    }

    .financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div2 .item:nth-child(3),.financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div2 .item:nth-child(4) {
        top: 0
    }

    .financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div3 {
        width: 20vw;
        display: block
    }

    .financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div3 .item {
        width: 100%;
        margin: 10px 0
    }

    .financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div4 {
        width: 20vw;
        display: block
    }

    .financial_media1 .unit2 .cont .wrapper-content .wrapper .list-div4 .item {
        width: 100%;
        margin: 10px 0
    }

    .financial_media2 .cont {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 40px 10px 120px;
        height: auto;
        min-height: 100vh;
        position: relative
    }

    .financial_media2 .cont .left {
        width: 100%
    }

    .financial_media2 .cont .left .t2 {
        margin-top: 10px
    }

    .financial_media2 .cont .center {
        width: 50vw;
        margin-top: 20px;
        margin-left: 0
    }

    .financial_media2 .cont .center .phone-cont .phone-bg {
        border-radius: 25px
    }

    .financial_media2 .cont .center .phone-cont .phone-bg::after {
        top: -1px
    }

    .financial_media2 .cont .center .phone-cont .phone-box {
        border-radius: 23px
    }

    .financial_media2 .cont .center .svgBox {
        top: 28%
    }

    .financial_media2 .cont .right {
        position: static;
        margin-top: 20px;
        width: 20vw
    }

    .financial_media2 .cont .right .moreBox {
        bottom: 50px;
        right: 0;
        white-space: nowrap;
        left: 0;
        text-align: center
    }

    .financial_media3 .cont {
        height: auto;
        padding: 100px 10px 40px;
        display: block
    }

    .financial_media3 .right {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        padding: 0;
        margin-top: 30px
    }

    .financial_media3 .right .t1 {
        color: #fff
    }

    .financial_media3 .right .t2 {
        margin-top: 10px;
        color: #fff
    }

    .financial_media3 .right .desc {
        color: #fff
    }

    .financial_media3 .right .y-more {
        color: #fff
    }

    .financial_media3 .left {
        width: 100%
    }

    .financial_media3 .left .img {
        -webkit-transform: translate(-43%,115%) scale(3.5);
        transform: translate(-43%,115%) scale(3.5)
    }

    .financial_media4 .scroll .inner {
        padding: 0 100px 0 20px
    }

    .financial_media4 .scroll .line::before,.financial_media4 .scroll .line::after {
        width: 13px;
        height: 13px
    }

    .financial_media4 .scroll .line {
        left: 20px;
        right: 20px
    }

    .financial_media4 .scroll .list .item {
        margin-left: 40px
    }

    .financial_media4 .scroll .list .img {
        width: 200px;
        border-radius: 28px
    }

    .financial_media4 .scroll .list .logo {
        border-radius: 28px;
        z-index: 9
    }

    .financial_media1 .unit2 .text .rl .p,.financial_media2 .cont .left .t2 .p,.financial_media3 .right .desc {
        font-size: 16px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .financial_media1 .unit2 .text .rl .p,.financial_media2 .cont .left .t2 .p,.financial_media3 .right .desc {
        font-size:14px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .financial_media1 .unit2 .text .rl .p,.financial_media2 .cont .left .t2 .p,.financial_media3 .right .desc {
        font-size:14px
    }
}

.h_banner {
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease-out 0s;
    transition: opacity 0.8s ease-out 0s;
    overflow: hidden;
    background: #000
}

.h_banner.show {
    opacity: 1
}

.h_banner .frame {
    height: 100%;
    position: relative
}

.h_banner .child {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all 0.8s ease-in 0s;
    transition: all 0.8s ease-in 0s
}

.h_banner .child a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.h_banner .child.s {
    opacity: 1;
    z-index: 1
}

.h_banner .nav {
    position: absolute;
    left: 50%;
    bottom: 40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

.h_banner .nav .prev {
    background: url(../image/lyj/icon17.png) center center no-repeat;
    width: 35px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.h_banner .nav .next {
    background: url(../image/lyj/icon18.png) center center no-repeat;
    width: 35px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.h_banner .nav .time {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    position: relative;
    width: 69px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    color: #fff
}

.h_banner .nav .time svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.h_banner .nav .time .inner {
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
    margin-top: 7px;
    font-family: 'avian'
}

.h_banner .nav .time b {
    border-bottom: 1px solid #fff;
    display: block;
    font-style: normal;
    font-weight: normal
}

.h_banner .nav .time i {
    margin-top: 4px;
    display: block;
    font-style: normal
}

.h_banner video {
    -o-object-fit: cover;
    object-fit: cover
}

.home1,.home2 {
    position: relative
}

.home1 .box1,.home2 .box1 {
    height: 150vh
}

.home1 .inner,.home2 .inner {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.home1 .padd,.home2 .padd {
    padding: 152px 200px 120px 0;
    position: relative
}

.home1 .leftBox,.home2 .leftBox {
    width: 40%;
    padding-left: 116px;
    padding-right: 50px;
    position: absolute;
    top: 58%;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.home1 .leftBox .desc,.home2 .leftBox .desc {
    font-size: 26px;
    line-height: 1.38;
    margin-top: 46px;
    height: 10.41vw
}

@media (max-width: 1480px) {
    .home1 .leftBox .desc,.home2 .leftBox .desc {
        font-size:24px
    }
}

@media (max-width: 768px) {
    .home1 .leftBox .desc,.home2 .leftBox .desc {
        font-size:20px
    }
}

.home1 .leftBox .moreBox,.home2 .leftBox .moreBox {
    margin-top: 155px
}

.home1 .rightBox,.home2 .rightBox {
    width: 49.1666%;
    float: right
}

.home1 .rightBox .img,.home2 .rightBox .img {
    width: 100%;
    position: relative;
    overflow: hidden;
    overflow: visible;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.home1 .rightBox .img::before,.home2 .rightBox .img::before {
    content: '';
    display: block;
    padding-top: 82.09746%
}

.home1 .rightBox .img .i,.home2 .rightBox .img .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.home1 .rightBox .canvas-wrapper,.home2 .rightBox .canvas-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.home1 .rightBox canvas,.home2 .rightBox canvas {
    width: 100%;
    height: 100%;
    fill: transparent
}

.home1 .rightBox .vd,.home2 .rightBox .vd {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%
}

.home1 .rightBox .vd video,.home2 .rightBox .vd video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.home1.showVideo .vd,.home2.showVideo .vd {
    opacity: 1
}

.home1 .rightBox .vd {
    left: 5.1%;
    top: 6.2%;
    width: 87.6%;
    height: 61.7%
}

.home1 .rightBox .vd::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../image/lyj/png5.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center
}

.home1 .rightBox .vd .vd {
    overflow: hidden;
    top: 4.5%;
    left: 3%;
    width: 94%;
    height: 90%
}

.home1 .rightBox .vd .vd::after {
    display: none
}

.home2 .rightBox .img {
    position: relative;
    overflow: hidden;
    max-width: 700px
}

.home2 .rightBox .img::before {
    content: '';
    display: block;
    padding-top: 122.75132%
}

.home2 .rightBox .img .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.home2 .rightBox .vd {
    top: 10%;
    left: 48%;
    width: 38.7%;
    height: 67.3%;
    border-radius: 5%
}

.home2 .rightBox .vd::after {
    content: '';
    position: absolute;
    top: -2.5%;
    right: -6.4%;
    bottom: -2.5%;
    left: -5.9%;
    background-image: url(../image/lyj/png4.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center
}

.home2 .rightBox .vd .vd {
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.home2 .rightBox .vd .vd::after {
    display: none
}

.home3 {
    position: relative;
    overflow: hidden
}

.home3 .cont {
    margin-top: 44px
}

.home3 .cont .list {
    margin: 0 -5px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.home3 .cont .list .item {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    position: relative
}

.home3 .cont .list .item a {
    display: block
}

.home3 .cont .list .item .img,.home3 .cont .list .item .video-mod1 {
    width: 100%;
    position: relative;
    overflow: hidden
}

.home3 .cont .list .item .img::before,.home3 .cont .list .item .video-mod1::before {
    content: '';
    display: block;
    padding-top: 57.67196%
}

.home3 .cont .list .item .img .i,.home3 .cont .list .item .video-mod1 .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.home3 .cont .list .item video {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.home3 .cont .list .item .text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
    padding: 74px 20px
}

.home3 .cont .list .item .t1 {
    font-size: 42px;
    line-height: 1.2
}

@media (max-width: 1480px) {
    .home3 .cont .list .item .t1 {
        font-size:32px
    }
}

@media (max-width: 768px) {
    .home3 .cont .list .item .t1 {
        font-size:26px
    }
}

.home3 .cont .list .item .t2 {
    font-size: 22px;
    margin-top: 5px
}

@media (max-width: 1480px) {
    .home3 .cont .list .item .t2 {
        font-size:20px
    }
}

@media (max-width: 768px) {
    .home3 .cont .list .item .t2 {
        font-size:18px
    }
}

.home3 .cont .list .item .park {
    color: #b6ff9c
}

.home3 .cont .list .item .museum {
    color: #ffc2eb
}

.home3 .cont .list .item .spot {
    color: #73e4ce
}

.home3 .cont .list .item .community {
    color: #ffb54d
}

.home3 .cont .list .item .hospital {
    color: #b6ff9c
}

.home3 .cont .list .item .school {
    color: #ffaaac
}

.home3 .cont .list .item .vjs-big-play-button {
    display: none
}

.home3 .cont .list .item.w100 {
    width: calc(100% - 10px)
}

.home3 .cont .list .item.w100 .img,.home3 .cont .list .item.w100 .video-mod1 {
    position: relative;
    overflow: hidden
}

.home3 .cont .list .item.w100 .img::before,.home3 .cont .list .item.w100 .video-mod1::before {
    content: '';
    display: block;
    padding-top: 34.21053%
}

.home3 .cont .list .item.w100 .img .i,.home3 .cont .list .item.w100 .video-mod1 .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.home3 .cont .list .item.w100 .text {
    width: 50%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    padding: 74px 12%;
    right: auto
}

.home4 {
    position: relative;
    height: 501vh;
}

.home4 .inner {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    left: 0
}

.home4 .padd {
    height: 100vh;
    position: relative;
    top: 0;
    left: 0;
    right: 0
}

.home4 .padd .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(jjfa.jpg) no-repeat;
    background-size: 100% 100%;
}

.home4 .cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.home4 .cont .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.home4 .cont .inner1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.home4 .cont .inner2 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.home4 .cont .left {
    width: 18%;
    padding-left: 8.27004%;
}

.home4 .cont .left .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh
}

.home4 .cont .left .l-tit {
    color: #fff
}

.home4 .cont .left .unit1 .li {
    color: #6b83b9;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: .1979rem;
    line-height: 1.2;
    margin-top: 36px
}

@media (max-width: 1480px) {
    .home4 .cont .left .unit1 .li {
    }
}

@media (max-width: 768px) {
    .home4 .cont .left .unit1 .li {
    }
}

.home4 .cont .left .unit1 .li.act {
    color: #fff
}

.home4 .cont .left .unit2 {
    margin-top: 66px
}

.home4 .cont .left .unit2 .li {
    display: none
}

.home4 .cont .left .unit2 .li.act {
    display: block
}

.home4 .cont .left .unit2 .l-more {
    color: #fff
}

.home4 .cont .left .unit2 .l-more::before {
    background-color: #fff
}

.home4 .cont .left .unit2 .l-more::after {
    background-color: #fff
}

.home4 .cont .right {
    width: 74%;
    overflow: hidden
}

.home4 .cont .right .section {
    height: 100vh;
    padding-left: 0;
}

.home4 .cont .right .section5 {
    height: 47vh;
    /* padding-left: 0; */
}

.home4 .cont .right .section .img {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden
}
.home4 .cont .right .section1 iframe {
    width: 91.4%;
    /* height: 4.5rem; */
    position: absolute;
    overflow: hidden;
    right: -5%;
    top: 9%;
}
.home4 .cont .right .section3 iframe {
    width: 91.4%;
    /* height: 4.5rem; */
    position: absolute;
    overflow: hidden;
    right: -5%;
    top: 0;
}
.home4 .cont .right .section4 iframe {
    width: 91.4%;
    position: absolute;
    overflow: hidden;
    right: -5%;
    top: 4%;
}
.home4 .cont .right .section5 iframe {
    width: 91.4%;
 
    position: absolute;
    overflow: hidden;
    right: -5%;
    top: 0;
}
.home4 .cont .right .section5 .img {
    /* width: 80.4%; */
    /* height: auto; */
    /* position: absolute; */
    /* overflow: hidden; */
    /* right: 14%; */
    /* top: 12.6%; */
}

.home4 .cont .right .section .img::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.home4 .cont .right .section .img .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.home4 .cont .right .section img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.section5 canvas {
    width: 83%!important;
    height: auto!important;
    left: 16%!important;
}
.home4 .cont .right .section canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.home4 .cont .right .section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.home4 .cont .right .section .box1 {
    height: 100vh;
    position: relative;
}

.home4 .cont .right .section.section1 {
    height: 0rem;
}
.home4 .cont .right .section.section2 {
    height: 153vh;
}
.home4 .cont .right .section.section3 {
    height: 120vh;
}
.home4 .cont .right .section.section4 {
    height: 135vh;
}
.home4 .cont .right .section.section5 {
    /* height: 200vh; */
}
.home4 .cont .right .section.section1 .box1 {
    -webkit-transform: translateY(100%);
    transform: translateY(2%);
    width: 77%;
}

.home4 .cont .right .section.section2 .box1 {
    -webkit-transform: translateY(100%);
    transform: translateY(105%);
    width: 82%;
}

.home4 .cont .right .section.section3 .box1 {
    -webkit-transform: translateY(100%);
    transform: translateY(37%);
    width: 90%;
}

.home4 .cont .right .section.section4 .box1 {
    -webkit-transform: translateY(100%);
    transform: translateY(15%);
    width: 90%;
}

.home4 .cont .right .section.section5 .box1 {
    -webkit-transform: translateY(100%);
    transform: translateY(-1.8%);
    width: 92%;
}
.home4 .cont .right .section.section6 .box1 {
    /* -webkit-transform: translateY(100%); */
    /* transform: translateY(-35.8%); */
    /* width: 92%; */
}
.home4 .cont .right .section3 .img {
    position: relative;
    overflow: hidden
}

.home4 .cont .right .section3 .img::before {
    content: '';
    display: block;
}

.home4 .cont .right .section3 .img .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.home4 .cont .right .section2 .img {
}

.home4 .cont .right .section2 .img #moxing7 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.home5 {
    position: relative;
    overflow: hidden;
    padding-top: .125rem;
    background: #fff;
}

.home5 .list {
    margin: 0 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 .125rem;
}

.home5 .list .item:nth-child(3n+1) {
    margin-left: 0;
}

.home5 .list .item {
    position: relative;
    width: 3.175rem;
    height: 1.5833rem;
    margin-left: 0.111rem;
    margin-bottom: 0.111rem;
}

.home5 .list .item .img {
    position: relative;
    overflow: hidden
}

.home5 .list .item .img::before {
    content: '';
    display: block;
}

.home5 .list .item .img .i {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.home5 .list .item .img img:hover {
}

.home5 .list .item .img video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover
}

.home5 .list .item .mask {

    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

.home5 .list .item .mask .logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.home5 .list .item .mask .logo img {
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
    transform: scale(1.05);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}

.home6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0 50vw 0 14.375vw
}

.home6 .left {
    width: 14.375vw;
    position: absolute;
    left: 0;
    top: 0
}

.home6 .left .cont {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 75px 0 80px 34.05797%
}

.home6 .left .cont .list {
    width: 100%;
    position: relative
}

.home6 .left .cont .item {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.home6 .left .cont .item .img {
    width: 100%
}

.home6 .left .cont .item .img img {
    display: block;
    width: 100%;
    height: auto
}

.home6 .left .cont .item.act {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    position: relative
}

.home6 .center {
    width: calc(50vw - 14.375vw)
}

.home6 .center .inner {
    padding: 0 14.5985% 0 8.75912%
}

.home6 .center .inner .section .list {
    height: 100vh;
    padding: 20px 0
}

.home6 .center .inner .section .list .item {
    height: 33.33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

body:not(.lang-en) .home6 .center .inner .section .list .item {
    text-align: justify;
    text-justify: inter-ideograph
}

.home6 .center .inner .section .list .item .dates {
    font-size: 22px
}

@media (max-width: 1480px) {
    .home6 .center .inner .section .list .item .dates {
        font-size:20px
    }
}

@media (max-width: 768px) {
    .home6 .center .inner .section .list .item .dates {
        font-size:18px
    }
}

.home6 .center .inner .section .list .item a {
    display: block
}

.home6 .center .inner .section .list .item .t1 {
    font-size: 42px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    height: 3em;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.2;
    height: 2.4em
}

@media (max-width: 1480px) {
    .home6 .center .inner .section .list .item .t1 {
        font-size:32px
    }
}

@media (max-width: 768px) {
    .home6 .center .inner .section .list .item .t1 {
        font-size:26px
    }
}

.home6 .center .inner .section .list .item .t2 {
    font-size: 20px;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    height: 3em;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 5px
}

@media (max-width: 1480px) {
    .home6 .center .inner .section .list .item .t2 {
        font-size:18px
    }
}

@media (max-width: 768px) {
    .home6 .center .inner .section .list .item .t2 {
        font-size:18px
    }
}

.home6 .center .inner .section .list .item .tags {
    font-size: 18px;
    color: #243b6b;
    margin-top: 10px
}

@media (max-width: 1480px) {
    .home6 .center .inner .section .list .item .tags {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .home6 .center .inner .section .list .item .tags {
        font-size:16px
    }
}

.home6 .center .inner .section .list .item .tags a {
    display: inline;
    margin-right: 16px
}

.home6 .right {
    width: 50vw;
    position: absolute;
    right: 0;
    top: 0
}

.home6 .inner {
    width: 100%
}

.home6 .inner .vd {
    position: relative;
    overflow: hidden;
    height: 100vh
}

.home6 .inner .vd::before {
    content: '';
    display: block;
    padding-top: 112.5%
}

.home6 .inner .vd .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.home6 .inner .vd video.i {
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    height: 100%
}

.home6 .inner .vd .mask {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.home6 .fixed {
    position: fixed
}

.home6 .abso {
    top: auto;
    bottom: 0;
    position: absolute
}

@media (min-width: 769px) {
    .home5 .list .item:hover .mask {
        opacity:1;
        visibility: visible
    }
}

@media (max-width: 1700px) {
    .home1 .leftBox,.home2 .leftBox {
        top:50%
    }

    .home6 .center .inner .section .list .item .dates {
        font-size: 18px
    }
}

@media (max-width: 1700px) and (max-width:1480px) {
    .home6 .center .inner .section .list .item .dates {
        font-size:16px
    }
}

@media (max-width: 1700px) and (max-width:768px) {
    .home6 .center .inner .section .list .item .dates {
        font-size:16px
    }
}

@media (max-width: 1700px) {
    .home6 .center .inner .section .list .item .t1 {
        font-size:36px
    }
}

@media (max-width: 1700px) and (max-width:1480px) {
    .home6 .center .inner .section .list .item .t1 {
        font-size:30px
    }
}

@media (max-width: 1700px) and (max-width:768px) {
    .home6 .center .inner .section .list .item .t1 {
        font-size:24px
    }
}

@media (max-width: 1700px) {
    .home6 .center .inner .section .list .item .t2 {
        font-size:16px
    }
}

@media (max-width: 1700px) and (max-width:1480px) {
    .home6 .center .inner .section .list .item .t2 {
        font-size:14px
    }
}

@media (max-width: 1700px) and (max-width:768px) {
    .home6 .center .inner .section .list .item .t2 {
        font-size:14px
    }
}

@media (max-width: 1700px) {
    .home6 .center .inner .section .list .item .tags {
        font-size:16px
    }
}

@media (max-width: 1700px) and (max-width:1480px) {
    .home6 .center .inner .section .list .item .tags {
        font-size:14px
    }
}

@media (max-width: 1700px) and (max-width:768px) {
    .home6 .center .inner .section .list .item .tags {
        font-size:14px
    }
}

@media (max-width: 1700px) {
    .home4 .cont .left .unit1 .li {
        margin-top:20px;
    }

    .home4 .cont .left .unit2 {
        margin-top: 40px
    }
}

@media (max-width: 1480px) {
    .home1 .leftBox .moreBox,.home2 .leftBox .moreBox {
        margin-top:80px
    }

    .home1 .padd,.home2 .padd {
        padding-top: 80px
    }

    .home1 .leftBox,.home2 .leftBox {
        top: 46%
    }

    .home2 .rightBox {
        width: 45%
    }

    .home3 {
        padding: 80px 0 0
    }

    .home3 .cont .list .item .text {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .home6 .center .inner .section .list .item .t1 {
        font-size: 32px
    }
}

@media (max-width: 1480px) and (max-width:1480px) {
    .home6 .center .inner .section .list .item .t1 {
        font-size:28px
    }
}

@media (max-width: 1480px) and (max-width:768px) {
    .home6 .center .inner .section .list .item .t1 {
        font-size:22px
    }
}

@media (max-width: 1480px) {
    .home4 .cont .right .section2 .img {
        -webkit-transform:scale(1) translateX(-40px) translateY(-40px);
        transform: scale(1) translateX(-40px) translateY(-40px)
    }
}

@media (max-width: 1400px) {
    .home6 .center .inner .section .list {
        padding:10px 0
    }

    .home6 .center .inner .section .list .item .t1 {
        font-size: 28px
    }
}

@media (max-width: 1400px) and (max-width:1480px) {
    .home6 .center .inner .section .list .item .t1 {
        font-size:26px
    }
}

@media (max-width: 1400px) and (max-width:768px) {
    .home6 .center .inner .section .list .item .t1 {
        font-size:20px
    }
}

@media (max-width: 1400px) {
    .home6 .center .inner .section .list .item .tags {
        margin-top:5px
    }

    .home4 .cont .right .section2 .img {
        -webkit-transform: none;
        transform: none
    }

    .home4 .cont .left {
    }

    .home4 .cont .right {
        width: 60%
    }
}

@media (max-width: 768px) {
    .h_banner .nav {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        left: 0;
        right: 0;
        -webkit-transform: none;
        transform: none;
        bottom: 20px
    }

    .h_banner .nav .prev,.h_banner .nav .time,.h_banner .nav .next {
        display: block
    }

    .h_banner .nav .time {
        margin: 0 30px
    }

    .h_banner .nav .prev,.h_banner .nav .next {
        width: 25px;
        height: 12px;
        background-size: cover
    }

    .home1 .leftBox,.home2 .leftBox {
        position: relative;
        width: 100%;
        padding: 0;
        -webkit-transform: none;
        transform: none
    }

    .home1 .padd,.home2 .padd {
        padding: 40px 10px
    }

    .home1 .leftBox .desc,.home2 .leftBox .desc {
        height: auto;
        margin-top: 30px
    }

    .home1 .leftBox .moreBox,.home2 .leftBox .moreBox {
        margin-top: 30px
    }

    .home1 .rightBox,.home2 .rightBox {
        float: none;
        width: 100%;
        margin-top: 40px
    }

    .home3 {
        padding: 40px 0 0
    }

    .home3 .cont .list {
        margin: 0;
        display: block;
        padding: 0 10px
    }

    .home3 .cont .list .item {
        width: auto;
        margin: 0 0 10px
    }

    .home3 .cont .list .item .text {
        padding: 10px
    }

    .home3 .cont .list .item .t2 {
        font-size: 16px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .home3 .cont .list .item .t2 {
        font-size:14px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .home3 .cont .list .item .t2 {
        font-size:14px
    }
}

@media (max-width: 768px) {
    .home3 .cont .list .item .t2 br {
        display:none
    }

    .home3 .cont .list .item.w100 {
        width: auto
    }

    .home3 .cont .list .item.w100 .img,.home3 .cont .list .item.w100 .video-mod {
        position: relative;
        overflow: hidden
    }

    .home3 .cont .list .item.w100 .img::before,.home3 .cont .list .item.w100 .video-mod::before {
        content: '';
        display: block;
        padding-top: 57.67196%
    }

    .home3 .cont .list .item.w100 .img .i,.home3 .cont .list .item.w100 .video-mod .i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .home3 .cont .list .item.w100 .text {
        padding: 15px;
        text-align: left;
        width: 60%
    }

    .home3 .cont .list .item .video-mod .vjs-poster {
        display: block !important;
        background-color: transparent;
        background-image: url(../image/lyj/png56.png);
        background-size: cover
    }

    .home3 .cont .list .item .video-mod .vjs-has-started .vjs-poster {
        display: none !important
    }

    .home4 .cont .left {
    }

    .home4 .cont .right {
        width: 50%
    }

    .home4 .cont .left {
    }

    .home4 .cont .left .unit1 .li {
        margin-top: 15px;
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .home4 .cont .left .unit1 .li {
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .home4 .cont .left .unit1 .li {
    }
}

@media (max-width: 768px) {
    .home4 .cont .left .unit2 {
        margin-top:30px
    }

    .home4 .cont .right .section {
        padding-left: 20px
    }

    .home5 .list .item {
        width: calc(50% - 10px)
    }

    .home5 .list .item .mask {
        display: none
    }

    .home5 .list .item a.m-show {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    .home6 {
        padding: 40px 0px 0;
        display: block
    }

    .home6 .left {
        display: none
    }

    .home6 .center {
        width: 100%;
        padding: 0 10px
    }

    .home6 .right {
        width: 100%;
        position: relative !important;
        padding-bottom: 40px
    }

    .home6 .center .inner {
        padding: 0 30px
    }

    .home6 .center .inner .section .list {
        padding: 0;
        height: auto
    }

    .home6 .center .inner .section .list .item {
        height: auto;
        display: block;
        padding-left: 14px;
        margin-bottom: 30px
    }

    .home6 .center .inner .section .list .item .t1 {
        display: block;
        overflow: visible;
        height: auto;
        position: relative
    }

    .home6 .center .inner .section .list .item .t1::before {
        content: '';
        width: 0;
        height: 0;
        border-width: 0 6px 10px;
        border-style: solid;
        border-color: transparent transparent #2a406f;
        position: absolute;
        top: 5px;
        left: -24px
    }

    .home6 .center .inner .section .list .item .t2,.home6 .center .inner .section .list .item .tags {
        margin-top: 10px
    }

    .home6 .inner .vd {
        height: auto
    }

    .home4 .cont .left {
        position: relative;
        z-index: 2
    }

    .home4 .cont .right .section2 .img {
        width: 100%
    }

    .home4 .cont .inner1 {
        display: block;
        position: relative
    }

    .home4 .cont .left {
        position: absolute;
        top: 0;
        bottom: 0;
    }

    .home4 .cont .right {
        width: 100%;
        margin-left: auto
    }

    .home4 .cont .right .section .img {
        width: 100%
    }

    .home6 .inner .vd::before {
        display: none
    }

    .home6 .inner .vd .mask {
        display: none
    }

    .home6 .inner .vd .moreBox {
        position: relative;
        top: 0;
        text-align: center
    }

    .home4 .cont .right .section1 .img {
        width: 75%;
        margin-left: auto
    }

    .home4 .cont .right .section3 .img {
        width: 75%;
        margin-left: auto
    }
}

.duck {
    float: right;
    width: 280px;
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%)
}

.duck img {
    display: block;
    width: 100%;
    height: auto
}

.duckInner {
    padding-left: 50%
}

@media (max-width: 1700px) {
    .duck {
        width:200px
    }
}

@media (max-width: 1000px) {
    .duck {
        width:150px
    }
}

.network1 .box1 {
    height: 200vh
}

.network1 .box2 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%
}

.network1 .inner {
    height: 100vh;
    position: relative
}

.network1 .inner .canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.network1 .inner .canvas canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.network1 .inner .cont {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.network1 .inner .cont .tit1 {
    font-size: 7.29167vw;
    line-height: 1.2;
    position: absolute;
    left: 12%;
    top: 10%;
    width: 70%
}

.network1 .inner .cont .p {
    font-size: 2.1875vw;
    position: absolute;
    right: 5%;
    width: 50%;
    bottom: 30%
}

.network2 .pin-spacer {
    padding: 0 !important
}

.network2 .inner {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    height: 100vh;
    overflow: hidden;
    -webkit-transform: none !important;
    transform: none !important;
    height: 100vh;
    position: relative
}

.network2 .inner .videos {
    width: 34.89583vw;
    position: relative;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    overflow: visible
}

.network2 .inner .videos::before {
    content: '';
    display: block;
    padding-top: 92.53731%
}

.network2 .inner .videos .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.network2 .inner .vid {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 20px;
    overflow: hidden;
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.network2 .inner .vid video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.network2 .inner .list1,.network2 .inner .list2 {
    width: 17.70833vw;
    position: absolute !important;
    top: -19%;
    overflow: visible !important
}

.network2 .inner .list1 .item .img,.network2 .inner .list2 .item .img {
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.network2 .inner .list1 {
    position: relative;
    overflow: hidden;
    right: calc(100% + (100vw / 1920) * 50)
}

.network2 .inner .list1::before {
    content: '';
    display: block;
    padding-top: 201.46199%
}

.network2 .inner .list1 .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.network2 .inner .list1 .item1 {
    width: 100%;
    position: relative;
    overflow: hidden;
    position: absolute;
    right: calc(100% + (100vw / 1920) * 50);
    top: 0
}

.network2 .inner .list1 .item1::before {
    content: '';
    display: block;
    padding-top: 147.07602%
}

.network2 .inner .list1 .item1 .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.network2 .inner .list1 .item2 {
    width: 100%;
    position: relative;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0
}

.network2 .inner .list1 .item2::before {
    content: '';
    display: block;
    padding-top: 100.2924%
}

.network2 .inner .list1 .item2 .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.network2 .inner .list1 .item3 {
    width: 100%;
    position: relative;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0
}

.network2 .inner .list1 .item3::before {
    content: '';
    display: block;
    padding-top: 88.59649%
}

.network2 .inner .list1 .item3 .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.network2 .inner .list2 {
    position: relative;
    overflow: hidden;
    left: calc(100% + (100vw / 1920) * 50)
}

.network2 .inner .list2::before {
    content: '';
    display: block;
    padding-top: 188.23529%
}

.network2 .inner .list2 .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.network2 .inner .list2 .item1 {
    width: 100%;
    position: relative;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0
}

.network2 .inner .list2 .item1::before {
    content: '';
    display: block;
    padding-top: 62.8655%
}

.network2 .inner .list2 .item1 .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.network2 .inner .list2 .item2 {
    width: 100%;
    position: relative;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0
}

.network2 .inner .list2 .item2::before {
    content: '';
    display: block;
    padding-top: 114.32749%
}

.network2 .inner .list2 .item2 .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.network2 .inner .list2 .item3 {
    width: 100%;
    position: relative;
    overflow: hidden;
    position: absolute;
    top: calc((100vw / 1920) * 90);
    left: calc(100% + (100vw / 1920) * 50)
}

.network2 .inner .list2 .item3::before {
    content: '';
    display: block;
    padding-top: 137.1345%
}

.network2 .inner .list2 .item3 .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.network2 .inner .tests {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.network2 .inner .tests .text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.network2 .inner .tests .tit1 {
    font-size: 4.58333vw;
    color: #fff
}

.network2 .inner .tests .desc {
    padding: 3.125vw 9.375vw 7.8125vw;
    font-size: 3.125vw;
    color: #878787
}

.network2 .inner .tests .desc .act {
    color: #fff
}

.network2 .inner .tests .moreBox {
    text-align: right
}

.network2 .inner .tests .moreBox a {
    color: #fff
}

.network3 {
    background-color: #000
}

.network3 .pin-spacer {
    padding: 0 !important
}

.network3 .inner {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    height: 100vh;
    background-color: #000;
    overflow: hidden;
    -webkit-transform: none !important;
    transform: none !important
}

.network3 .inner .cont {
    position: relative;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: visible;
    margin-top: 2.08333vw
}

.network3 .inner .cont::before {
    content: '';
    display: block;
    padding-top: 24.6875%
}

.network3 .inner .cont .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.network3 .inner .bg {
    width: 43.90625vw;
    position: relative;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    overflow: visible
}

.network3 .inner .bg::before {
    content: '';
    display: block;
    padding-top: 56.22776%
}

.network3 .inner .bg .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.network3 .inner .bg .list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.network3 .inner .bg .list .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 100%;
    background-size: 100% 100%;
    width: 100%;
    margin: 0 1.5625vw;
    background-image: url(../image/lyj/png116.png)
}

.network3 .inner .bg .list .image {
    width: 100%;
    position: relative;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 34px
}

.network3 .inner .bg .list .image::before {
    content: '';
    display: block;
    padding-top: 55.2439%
}

.network3 .inner .bg .list .image .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.network3 .inner .bg .list .t {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding-top: 10px
}

@media (max-width: 1480px) {
    .network3 .inner .bg .list .t {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .network3 .inner .bg .list .t {
        font-size:16px
    }
}

.network3 .inner .bg1 {
    height: 140%
}

.network3 .inner .bg1::before {
    content: '';
    width: 100%;
    height: 24.6875vw;
    background-image: url(../image/lyj/png118.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 4
}

.network3 .inner .bg1::after {
    content: '';
    position: absolute;
    top: 0;
    right: -1.5625vw;
    bottom: 0;
    left: -1.5625vw;
    background-color: #000;
    z-index: 2
}

.network3 .inner .bg1 .list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 10px;
    right: 10px;
    overflow: hidden;
    z-index: 3
}

.network3 .inner .bg1 .list .img {
    position: relative;
    height: auto;
    position: relative;
    overflow: hidden;
    overflow: visible;
    margin: 0;
    background-image: none
}

.network3 .inner .bg1 .list .img::before {
    content: '';
    display: block;
    padding-top: 56.22776%
}

.network3 .inner .bg1 .list .img .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.network3 .inner .bg1 .list .ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.network3 .inner .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    padding: 0 26.04167vw 1.04167vw;
    z-index: 2
}

.network3 .inner .text .tit1 {
    font-size: 4.58333vw;
    color: #fff
}

.network3 .inner .text .p {
    padding-left: 11.45833vw;
    color: #fff;
    font-size: 1.35417vw
}

.network3 .inner .moreBox {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 4.16667vw 9.375vw 0;
    text-align: right
}

.network4 {
    background-color: #000
}

.network4 .pin-spacer {
    padding: 0 !important
}

.network4 .inner {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    height: 100vh;
    background-color: #000;
    overflow: hidden;
    -webkit-transform: none !important;
    transform: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.network4 .left {
    width: 25.26042vw;
    padding-right: 30px
}

.network4 .left .tit1 {
    font-size: 4.58333vw;
    color: #fff
}

.network4 .left .p {
    color: #fff;
    font-size: 1.35417vw
}

.network4 .right {
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.network4 .right::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 15.625vw;
    background: -webkit-gradient(linear,left top,left bottom,from(#000),to(rgba(0,0,0,0)));
    background: linear-gradient(to bottom,#000,rgba(0,0,0,0));
    z-index: 3
}

.network4 .right::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 15.625vw;
    background: -webkit-gradient(linear,left bottom,left top,from(#000),to(rgba(0,0,0,0)));
    background: linear-gradient(to top,#000,rgba(0,0,0,0));
    z-index: 3
}

.network4 .right .flex {
    position: relative;
    z-index: 2;
    height: 100vh;
    overflow: hidden
}

.network4 .right .flex .list {
    width: calc(50% - 10px)
}

.network4 .right .flex .list .item {
    position: relative
}

.network4 .right .flex .list .item::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30%;
    background: -webkit-gradient(linear,left bottom,left top,from(#000),to(rgba(0,0,0,0)));
    background: linear-gradient(to top,#000,rgba(0,0,0,0));
    z-index: 2
}

.network4 .right .flex .list .item .img {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px
}

.network4 .right .flex .list .item .img::before {
    content: '';
    display: block;
    padding-top: 56.06061%
}

.network4 .right .flex .list .item .img .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.network4 .right .flex .list .item .t {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    z-index: 3
}

@media (max-width: 1480px) {
    .network4 .right .flex .list .item .t {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .network4 .right .flex .list .item .t {
        font-size:16px
    }
}

.network4 .right .flex .list .item+.item {
    margin-top: 15px
}

.network4 .right .flex .list:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: 0
}

.network5 .pin-spacer {
    padding: 0 !important
}

.network5 .inner {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    height: 100vh;
    background-color: #000;
    overflow: hidden;
    -webkit-transform: none !important;
    transform: none !important
}

.network5 .cont1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.network5 .cont1 .units {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.network5 .cont1 .units .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.network5 .cont1 .units .list .item {
    width: 18.33333vw;
    position: relative;
    overflow: hidden;
    background-image: url(../image/lyj/png125.png);
    background-size: 100% 100%
}

.network5 .cont1 .units .list .item::before {
    content: '';
    display: block;
    padding-top: 100%
}

.network5 .cont1 .units .list .item .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.network5 .cont1 .units .list .item .t {
    font-size: 1.35417vw;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff
}

.network5 .cont1 .units .list .item+.item {
    margin-left: -4.16667vw
}

.network5 .cont1 .units .textBox {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    padding: 0 9.375vw 2.08333vw;
    text-align: center;
    color: #fff
}

.network5 .cont1 .units .textBox .tit1 {
    font-size: 4.58333vw;
    color: #fff
}

.network5 .cont1 .units .textBox .p {
    color: #fff;
    font-size: 1.35417vw
}

.network5 .cont2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    opacity: 0
}

.network5 .cont2 .units {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    overflow: hidden;
    overflow: visible
}

.network5 .cont2 .units::before {
    content: '';
    display: block;
    padding-top: 56.25%
}

.network5 .cont2 .units .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.network5 .cont2 .ParallaxDom {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0
}

.network5 .cont2 .ParallaxDom .layer_li {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.network5 .cont2 .ParallaxDom .layer_li .item {
    position: absolute !important;
    position: relative;
    overflow: hidden;
    overflow: visible
}

.network5 .cont2 .ParallaxDom .layer_li .item::before {
    content: '';
    display: block;
    padding-top: 56.14618%
}

.network5 .cont2 .ParallaxDom .layer_li .item .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.network5 .cont2 .ParallaxDom .layer_li .item .img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px
}

.network5 .cont2 .ParallaxDom .layer_li .item .t {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 10px
}

@media (max-width: 1480px) {
    .network5 .cont2 .ParallaxDom .layer_li .item .t {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .network5 .cont2 .ParallaxDom .layer_li .item .t {
        font-size:16px
    }
}

.network5 .cont2 .ParallaxDom .layer_li:nth-child(1) {
    z-index: 9
}

.network5 .cont2 .ParallaxDom .layer_li:nth-child(1) .item {
    width: 47.03125vw;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.network5 .cont2 .ParallaxDom .layer_li:nth-child(1) .item .t {
    top: 100%
}

.network5 .cont2 .ParallaxDom .layer_li:nth-child(2) .item {
    width: 25.20833vw;
    top: 8%;
    left: 14%
}

.network5 .cont2 .ParallaxDom .layer_li:nth-child(2) .item .t {
    bottom: 100%
}

.network5 .cont2 .ParallaxDom .layer_li:nth-child(3) .item {
    width: 25.20833vw;
    top: 50%;
    left: -2%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.network5 .cont2 .ParallaxDom .layer_li:nth-child(3) .item .t {
    top: 100%
}

.network5 .cont2 .ParallaxDom .layer_li:nth-child(4) .item {
    width: 25.20833vw;
    bottom: 8%;
    left: 14%
}

.network5 .cont2 .ParallaxDom .layer_li:nth-child(4) .item .t {
    top: 100%
}

.network5 .cont2 .ParallaxDom .layer_li:nth-child(5) .item {
    width: 17.86458vw;
    top: 13%;
    left: 76%
}

.network5 .cont2 .ParallaxDom .layer_li:nth-child(5) .item .t {
    top: 100%
}

.network5 .cont2 .ParallaxDom .layer_li:nth-child(6) .item {
    width: 25.20833vw;
    top: 60%;
    left: 64%
}

.network5 .cont2 .ParallaxDom .layer_li:nth-child(6) .item .t {
    top: 100%
}

.network5 .cont2 .moreBox {
    position: absolute;
    bottom: 0;
    right: 9.375vw
}

.network6 .pin-spacer {
    padding: 0 !important
}

.network6 .inner {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    height: 100vh;
    background-color: #000;
    overflow: hidden;
    -webkit-transform: none !important;
    transform: none !important
}

.network6 .inner .cont1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.network6 .inner .cont1 .vid {
    width: 100%;
    height: 100%;
    position: relative
}

.network6 .inner .cont1 .vid video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.network6 .inner .cont2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(10);
    transform: scale(10)
}

.network6 .inner .cont2 .svg {
    position: relative;
    overflow: hidden;
    position: absolute;
    width: 130%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.network6 .inner .cont2 .svg::before {
    content: '';
    display: block;
    padding-top: 56.25%
}

.network6 .inner .cont2 .svg .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.network6 .inner .cont2 .svg svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.network6 .inner .cont2 .textBox {
    position: absolute;
    left: 0;
    right: 0;
    top: 70%;
    padding: 0 9.375vw;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.network6 .inner .cont2 .textBox .tit1 {
    font-size: 4.58333vw
}

.network6 .inner .cont2 .textBox .p {
    font-size: 1.35417vw
}

.network7 .pin-spacer {
    padding: 0 !important
}

.network7 .inner {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    height: 100vh;
    background-color: #f6f6f6;
    overflow: hidden;
    -webkit-transform: none !important;
    transform: none !important
}

.network7 .inner .cont1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.network7 .inner .cont1 .units {
    width: 100%;
    text-align: center;
    font-size: 4.58333vw;
    font-weight: bold
}

.network7 .inner .cont1 .units .list {
    color: #c0c0c0
}

.network7 .inner .cont1 .units .item {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.network7 .inner .cont1 .units .cur {
    color: #333333
}

.network7 .inner .cont2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.network7 .inner .cont2 .units {
    position: relative;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.network7 .inner .cont2 .units::before {
    content: '';
    display: block;
    padding-top: 56.25%
}

.network7 .inner .cont2 .units .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.network7 .inner .cont2 .list {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.network7 .inner .cont2 .list .li {
    position: absolute
}

.network7 .inner .cont2 .list .li .img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(174,180,190,0.3);
    box-shadow: 0px 3px 10px 0px rgba(174,180,190,0.3)
}

.network7 .inner .cont2 .list .li .img::before {
    content: '';
    display: block;
    padding-top: 100%
}

.network7 .inner .cont2 .list .li .img .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.network7 .inner .cont2 .list .li.li1 {
    width: 10.57292vw;
    top: 20%;
    left: 20%
}

.network7 .inner .cont2 .list .li.li2 {
    width: 9.94792vw;
    top: 45%;
    left: 10%
}

.network7 .inner .cont2 .list .li.li3 {
    width: 7.8125vw;
    top: 70%;
    left: 20%
}

.network7 .inner .cont2 .list .li.li4 {
    width: 10.10417vw;
    top: 20%;
    right: 20%
}

.network7 .inner .cont2 .list .li.li5 {
    width: 7.91667vw;
    top: 44%;
    right: 9%
}

.network7 .inner .cont2 .list .li.li6 {
    width: 6.66667vw;
    top: 56%;
    right: 25%
}

.network7 .inner .cont2 .list .li.li7 {
    width: 9.375vw;
    top: 66%;
    right: 12%
}

.network7 .inner .cont2 .list .item .li {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px)
}

.network7.showd .inner .cont2 .list .item.act {
    opacity: 1
}

.network7.showd .inner .cont2 .list .item.act .li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out
}

.network8 .pin-spacer {
    padding: 0 !important
}

.network8 .inner {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    height: 100vh;
    background-color: #fff;
    overflow: hidden;
    -webkit-transform: none !important;
    transform: none !important
}

.network8 .inner .units {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.network8 .inner .units .textBox {
    width: 100%;
    color: #c0c0c0;
    font-size: 4.58333vw;
    padding: 0 9.375vw 4.6875vw
}

.network8 .inner .units .moreBox {
    padding: 4.6875vw 9.375vw 0;
    text-align: right
}

.network8 .inner .units .moreBox a {
    color: #333
}

.network8 .inner .units .line {
    width: 100%;
    padding: 0 9.375vw 0
}

.network8 .inner .units .line img {
    display: block;
    width: 100%
}

@media (min-width: 769px) {
    .financial_media5.network9 .moreBox {
        text-align:right
    }
}

@media (max-width: 768px) {
    .network1 .inner .canvas {
        position:relative;
        overflow: hidden;
        height: auto;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%)
    }

    .network1 .inner .canvas::before {
        content: '';
        display: block;
        padding-top: 56.25%
    }

    .network1 .inner .canvas .i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .network1 .inner .cont {
        width: auto;
        left: 15px;
        right: 15px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 20%;
        bottom: auto;
        text-align: center
    }

    .network1 .inner .cont .tit1 {
        font-size: 60px;
        line-height: 1.2;
        position: relative;
        left: 0;
        top: 0;
        width: 100%
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .network1 .inner .cont .tit1 {
        font-size:44px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .network1 .inner .cont .tit1 {
        font-size:34px
    }
}

@media (max-width: 768px) {
    .network1 .inner .cont .p {
        font-size:18px;
        margin-top: 30px;
        position: relative;
        right: 0;
        bottom: 0;
        width: 100%
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .network1 .inner .cont .p {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .network1 .inner .cont .p {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .network2 {
        background-color:#fff;
        position: relative
    }

    .network2 .inner .list1 .item .img,.network2 .inner .list2 .item .img {
        border-radius: 10px
    }

    .network2 .inner .videos {
        width: 50%;
        height: 70vh
    }

    .network2 .inner .list1,.network2 .inner .list2 {
        width: 78vw;
        top: -10%;
        bottom: -10%
    }

    .network2 .inner .list1::before,.network2 .inner .list2::before {
        display: none
    }

    .network2 .inner .list2 .item1 {
        width: 120%
    }

    .network2 .inner .tests .tit1,.network3 .inner .text .tit1,.network4 .left .tit1,.network5 .cont1 .units .textBox .tit1,.network6 .inner .cont2 .textBox .tit1,.network7 .inner .cont1 .units,.network8 .inner .units .textBox {
        font-size: 60px;
        line-height: 1.2
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .network2 .inner .tests .tit1,.network3 .inner .text .tit1,.network4 .left .tit1,.network5 .cont1 .units .textBox .tit1,.network6 .inner .cont2 .textBox .tit1,.network7 .inner .cont1 .units,.network8 .inner .units .textBox {
        font-size:44px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .network2 .inner .tests .tit1,.network3 .inner .text .tit1,.network4 .left .tit1,.network5 .cont1 .units .textBox .tit1,.network6 .inner .cont2 .textBox .tit1,.network7 .inner .cont1 .units,.network8 .inner .units .textBox {
        font-size:34px
    }
}

@media (max-width: 768px) {
    .network2 .inner .tests .desc,.network3 .inner .text .p,.network4 .left .p,.network5 .cont1 .units .textBox .p,.network6 .inner .cont2 .textBox .p {
        font-size:20px;
        padding: 40px 0
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .network2 .inner .tests .desc,.network3 .inner .text .p,.network4 .left .p,.network5 .cont1 .units .textBox .p,.network6 .inner .cont2 .textBox .p {
        font-size:18px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .network2 .inner .tests .desc,.network3 .inner .text .p,.network4 .left .p,.network5 .cont1 .units .textBox .p,.network6 .inner .cont2 .textBox .p {
        font-size:18px
    }
}

@media (max-width: 768px) {
    .network2 .inner .tests .moreBox {
        text-align:center;
        padding-top: 50px
    }

    .network3 .inner .bg .list .image {
        border-radius: 20px
    }

    .network3 .inner .text {
        padding: 0 10px
    }

    .network3 .inner .bg {
        width: 70vw
    }

    .network3 .inner .cont {
        margin-top: 20px
    }

    .network3 .inner .cont::before {
        padding-top: 55%
    }

    .network3 .inner .moreBox {
        padding: 40px 0;
        text-align: center
    }

    .network4 {
        position: relative
    }

    .network4 .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .network4 .left {
        width: 100%;
        padding: 80px 0 0
    }

    .network4 .right {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }

    .network4 .right .flex {
        height: auto
    }

    .network4 .right::before {
        height: auto;
        width: 15vw;
        right: auto;
        bottom: 0;
        background: -webkit-gradient(linear,left top,right top,from(#000),to(rgba(0,0,0,0)));
        background: linear-gradient(to right,#000,rgba(0,0,0,0))
    }

    .network4 .right::after {
        height: auto;
        width: 15vw;
        left: auto;
        top: 0;
        background: -webkit-gradient(linear,right top,left top,from(#000),to(rgba(0,0,0,0)));
        background: linear-gradient(to left,#000,rgba(0,0,0,0))
    }

    .network4 .right .flex .list {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .network4 .right .flex .list .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 70%
    }

    .network4 .right .flex .list .item+.item {
        margin-top: 0;
        margin-left: 10px
    }

    .network4 .right .flex .list .item .img {
        border-radius: 10px
    }

    .network4 .right .flex .list:nth-child(2) {
        position: relative;
        margin-top: 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .network5 .cont1 .units .textBox {
        padding: 0 10px
    }

    .network5 .cont1 .units {
        margin-top: 80px
    }

    .network5 .cont1 .units .list .item {
        width: 40vw
    }

    .network5 .cont1 .units .list .item .t {
        font-size: 18px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .network5 .cont1 .units .list .item .t {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .network5 .cont1 .units .list .item .t {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .network5 .cont2 .units {
        position:relative;
        overflow: hidden
    }

    .network5 .cont2 .units::before {
        content: '';
        display: block;
        padding-top: 177.77778%
    }

    .network5 .cont2 .units .i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .network5 .cont2 .ParallaxDom .layer_li .item .img {
        border-radius: 10px
    }

    .network5 .cont2 .ParallaxDom .layer_li .item .t {
        padding: 10px 5px;
        font-size: 16px;
        line-height: 1.2
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .network5 .cont2 .ParallaxDom .layer_li .item .t {
        font-size:14px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .network5 .cont2 .ParallaxDom .layer_li .item .t {
        font-size:14px
    }
}

@media (max-width: 768px) {
    .network5 .cont2 .ParallaxDom .layer_li:nth-child(2) .item {
        top:28%
    }

    .network5 .cont2 .ParallaxDom .layer_li:nth-child(4) .item {
        bottom: 24%
    }

    .network5 .cont2 .ParallaxDom .layer_li:nth-child(6) .item {
        top: 65%
    }

    .network5 .cont2 .moreBox {
        bottom: 80px;
        right: 0;
        left: 0;
        text-align: center
    }

    .network5 .cont2 .ParallaxDom {
        bottom: auto;
        height: 100%;
        top: -80px
    }

    .network6 .inner .cont2 {
        -webkit-transform: scale(10) translateY(10%);
        transform: scale(10) translateY(10%)
    }

    .network6 .inner .cont2 .svg {
        position: relative;
        overflow: hidden;
        position: absolute;
        width: 110%
    }

    .network6 .inner .cont2 .svg::before {
        content: '';
        display: block;
        padding-top: 177.86667%
    }

    .network6 .inner .cont2 .svg .i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .network6 .inner .cont2 .textBox {
        top: 60%;
        padding: 0 10px
    }

    .network7 .inner .cont1 .units .item {
        margin: 20px 0
    }

    .network7 .inner .cont2 .units {
        position: relative;
        overflow: hidden;
        position: absolute
    }

    .network7 .inner .cont2 .units::before {
        content: '';
        display: block;
        padding-top: 177.86667%
    }

    .network7 .inner .cont2 .units .i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .network7 .inner .cont2 .list .li .img {
        border-radius: 10px
    }

    .network7 .inner .cont2 .list .li.li1 {
        width: 20vw;
        left: 10px;
        top: 16%
    }

    .network7 .inner .cont2 .list .li.li2 {
        width: 14vw;
        top: 35%
    }

    .network7 .inner .cont2 .list .li.li3 {
        width: 12vw;
        left: 10%
    }

    .network7 .inner .cont2 .list .li.li4 {
        width: 20vw;
        right: 10px;
        top: 16%
    }

    .network7 .inner .cont2 .list .li.li5 {
        width: 12vw;
        top: 35%
    }

    .network7 .inner .cont2 .list .li.li6 {
        width: 12vw;
        top: 66%;
        right: 25px
    }

    .network7 .inner .cont2 .list .li.li7 {
        width: 16vw;
        top: 76%;
        right: 22%
    }

    .network8 .inner .units .textBox {
        padding: 0 10px 40px;
        line-height: 1.4
    }

    body:not(.lang-en) .network8 .inner .units .textBox {
        text-align: justify;
        text-justify: inter-ideograph
    }

    .network8 .inner .units .moreBox {
        padding: 40px 0 0;
        text-align: center
    }

    .network8 .inner .units .line {
        padding: 0 10px
    }

    .network3 .inner .bg2 .list {
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

    .network3 .inner .bg1 {
        top: 80%
    }

    .network3 .inner .bg1::after {
        display: none
    }

    .network3 .inner .moreBox {
        top: 130%
    }

    .network3 .inner .text .p {
        padding-bottom: 0
    }

    .network5 .cont2 .ParallaxDom .layer_li:nth-child(1) .item {
        width: 65vw;
        left: 70%
    }

    .network5 .cont2 .ParallaxDom .layer_li:nth-child(2) .item {
        width: 50vw;
        left: -4%
    }

    .network5 .cont2 .ParallaxDom .layer_li:nth-child(3) .item {
        width: 45vw;
        top: 26%;
        left: 57%
    }

    .network5 .cont2 .ParallaxDom .layer_li:nth-child(4) .item {
        width: 50vw;
        left: -4%;
        bottom: 36%
    }

    .network5 .cont2 .ParallaxDom .layer_li:nth-child(6) .item {
        width: 60vw;
        left: -4%;
        top: 70%
    }

    .network5 .cont2 .ParallaxDom .layer_li:nth-child(5) .item {
        width: 40vw;
        top: 68%;
        left: 60%
    }

    .network5 .cont2 .moreBox {
        bottom: 50px
    }

    .network7 .inner .cont2 .list .li.li1 {
        left: 20%
    }

    .network7 .inner .cont2 .list .li.li3 {
        width: 20vw;
        top: 75%
    }

    .network7 .inner .cont2 .list .li.li4 {
        right: 20%;
        top: 10%
    }

    .network7 .inner .cont2 .list .li.li5 {
        top: 30%
    }

    .network7 .inner .cont2 .list .li.li6 {
        top: 75%;
        right: 20%
    }

    .network7 .inner .cont2 .list .li.li7 {
        width: 20vw;
        right: 36%;
        top: 80%
    }

    .network9 {
        background-color: #f6f6f6
    }

    .network2 .inner .vid video {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100vw;
        height: 100vh;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .network2 .inner .vid {
        background-size: cover;
        background-position: center
    }
}

.about1 {
    background: url(../image/bg4.png);
    text-align: center;
    padding: 80px 0
}

.about1 .title1 {
    color: #fff
}

.about1 .d {
    font-size: 24px
}

.about2 {
    padding: 110px 0 0
}

.about2 .text {
    margin-top: 40px;
    font-size: 24px;
    text-align: center;
    color: #333;
    padding: 0 20px
}

.about2 .text .p {
    margin-top: 15px
}

.about3 {
    padding: 110px 40px 0
}

.about3 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    margin: 50px -13px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.about3 .item {
    width: calc(16.66% - 26px);
    display: inline-block;
    margin: 0 13px 26px;
    height: 145px;
    line-height: 145px;
    text-align: center;
    -webkit-box-shadow: 4px 4px 12px rgba(0,0,0,0.1);
    box-shadow: 4px 4px 12px rgba(0,0,0,0.1);
    position: relative
}

.about3 .item a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-top: 1px solid #445e9f;
    border-left: 1px solid #445e9f;
    width: 0;
    height: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.about3 .item a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-right: 1px solid #445e9f;
    border-bottom: 1px solid #445e9f;
    width: 0;
    height: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.about3 .item a:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible
}

.about3 .item a:hover:after {
    width: 100%;
    height: 100%;
    visibility: visible
}

.about3 .item a {
    display: block;
    height: 100%
}

.about3 .item img {
    max-height: 80%;
    max-width: 80%
}

.about4 {
    padding: 110px 40px 0
}

.about4 .news_list {
    margin-top: 30px
}

.about5 {
    padding: 100px 40px 0
}

.about5 .list {
    margin: 50px -15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0
}

.about5 .list .item {
    width: calc(25% - 30px);
    display: inline-block;
    margin: 0 15px 30px;
    color: #333
}

.about5 .list .item a {
    display: block;
    padding: 50px;
    border: 1px solid #ccc;
    position: relative;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.about5 .list .item a:before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    border-top: 1px solid #445e9f;
    border-left: 1px solid #445e9f;
    width: 0;
    height: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.about5 .list .item a:after {
    content: "";
    position: absolute;
    right: -1px;
    bottom: -1px;
    border-right: 1px solid #445e9f;
    border-bottom: 1px solid #445e9f;
    width: 0;
    height: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.about5 .list .item a:hover:before {
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    visibility: visible
}

.about5 .list .item a:hover:after {
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    visibility: visible
}

.about5 .list .item .h {
    font-size: 24px;
    line-height: 1.3;
    overflow: hidden
}

.about5 .list .item .p {
    font-size: 14px;
    margin-top: 10px
}

.about5 .list .item .more {
    font-size: 30px;
    color: #314874;
    margin-top: 35px
}

.about6 {
    padding: 80px 80px 100px
}

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

.about6 .list {
    margin-top: 50px
}

.about6 .item {
    height: 500px
}

.about6 .item:after {
    content: "";
    clear: both;
    display: block
}

.about6 .item .pic {
    width: 50%;
    display: inline-block;
    height: 100%;
    background: #eee;
    position: relative;
    overflow: hidden
}

.about6 .item .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 100%;
    width: auto
}

.about6 .item:nth-child(odd) .pic {
    float: left
}

.about6 .item:nth-child(even) .pic {
    float: right
}

.about6 .item img {
    max-width: none;
    max-height: none
}

.about6 .item .text {
    width: 50%;
    display: inline-block;
    color: #333;
    height: 100%
}

.about6 .item .text:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 100%
}

.about6 .item .text .inner {
    padding: 0 80px;
    display: inline-block;
    vertical-align: middle;
    width: 99%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.about6 .item .text .h {
    font-size: 48px
}

.about6 .item .text ul {
    margin-top: 20px
}

.about6 .item .text li {
    margin-bottom: 8px;
    font-size: 24px
}

.about6 .button1 {
    margin-top: 100px
}

.about2 .job .item:nth-child(3n+1) {
    clear: left
}

.news_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0
}

.news_list .item {
    width: 33.33%;
    display: inline-block;
    color: #333;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: block;
    padding: 30px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 300px\9;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0
}

.news_list .item.s {
    -webkit-transform: none;
    transform: none;
    opacity: 1
}

.news_list .item:hover {
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.15);
    box-shadow: 0 0 30px rgba(0,0,0,0.15)
}

.news_list .item .date {
    font-family: Arial;
    line-height: 1;
    font-size: 16px;
    padding-bottom: 25px;
    border-bottom: 1px solid #445e9f
}

.news_list .item .h {
    margin-top: 25px;
    font-size: 24px;
    line-height: 1.3
}

.news_list .item .h:hover {
    color: #445e9f
}

.news_list .item .p {
    margin-top: 20px;
    font-size: 14px
}

.news_list .item .tags {
    margin-top: 20px;
    font-size: 18px;
    color: #445e9f
}

.news_list .item .tags a {
    margin-right: 5px
}

.news_list .item .tags a:hover {
    text-decoration: underline
}

.about6 .button1.show .a1 a:before {
    -webkit-animation: btns 1s ease-in-out 0s 1 both;
    animation: btns 1s ease-in-out 0s 1 both
}

.about6 .button1.show .a1 a:after {
    -webkit-animation: btns 1s ease-in-out 0s 1 both;
    animation: btns 1s ease-in-out 0s 1 both
}

@-webkit-keyframes btns {
    0% {
        width: 0;
        height: 0
    }

    30% {
        width: 0;
        height: 100%
    }

    100% {
        width: 100%;
        height: 100%
    }
}

@keyframes btns {
    0% {
        width: 0;
        height: 0
    }

    30% {
        width: 0;
        height: 100%
    }

    100% {
        width: 100%;
        height: 100%
    }
}

@media (max-width: 1480px) {
    .about2 {
        padding:90px 0 0
    }

    .about2 .text {
        font-size: 20px
    }

    .about3 {
        padding: 90px 40px 0
    }

    .about3 .item {
        width: calc(16.66% - 20px);
        margin: 0 10px 20px;
        height: 130px
    }

    .about4 {
        padding: 90px 40px 0
    }

    .about5 {
        padding: 90px 40px 0
    }

    .about5 .list .item {
        width: calc(25% - 20px);
        margin: 0 10px 20px
    }

    .about5 .list .item .h {
        font-size: 20px
    }

    .about5 .list .item a {
        padding: 40px
    }

    .about5 .list .item .more {
        margin-top: 25px;
        font-size: 24px
    }

    .about6 {
        padding: 60px 40px 80px
    }

    .about6 .item .text .inner {
        padding: 0 60px 0
    }

    .about6 .item .text .h {
        font-size: 40px
    }

    .about6 .item .text li {
        font-size: 18px
    }

    .news_list .item {
        padding: 25px 30px
    }

    .news_list .item .h {
        font-size: 22px
    }
}

@media (max-width: 1400px) {
    .news_list .item .h {
        font-size:20px
    }
}

@media (max-width: 768px) {
    .about1 {
        padding:40px 15px
    }

    .about1 .title1 .d {
        font-size: 18px
    }

    .about2 {
        padding: 40px 0
    }

    .about2 .text {
        margin-top: 20px;
        font-size: 16px;
        text-align: left
    }

    .about3 {
        padding: 0
    }

    .about3 .title1 .d {
        font-size: 18px
    }

    .about3 .list {
        margin: 20px 0px 0;
        padding: 0 4px
    }

    .about3 .list .item {
        width: calc(33.33% - 8px);
        margin: 0 4px 8px;
        height: auto;
        position: relative;
        overflow: hidden
    }

    .about3 .list .item::before {
        content: '';
        display: block;
        padding-top: 64.81481%
    }

    .about3 .list .item .i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .about3 .list .item img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .about4 {
        padding: 40px 0
    }

    .about4 .title1 .d {
        font-size: 18px
    }

    .news_list .item {
        width: 50%;
        padding: 15px
    }

    .news_list .item .date {
        padding-bottom: 10px
    }

    .news_list .item .h {
        font-size: 16px;
        padding: 10px 0;
        margin-top: 0
    }

    .news_list .item .p {
        font-size: 14px;
        margin-top: 10px;
        display: none
    }

    .news_list .item .tags {
        display: none
    }

    .about5 {
        padding: 0 15px
    }

    .about5 .title1 .p {
        margin-top: 10px
    }

    .about5 .list {
        margin: 20px -5px 0
    }

    .about5 .list .item {
        width: calc(50% - 10px);
        margin: 0 5px 10px
    }

    .about5 .list .item a {
        padding: 10px
    }

    .about5 .list .item .more {
        margin-top: 10px;
        font-size: 16px
    }

    .about6 {
        padding: 40px 15px
    }

    .about6 .title1 .d {
        font-size: 18px
    }

    .about6 .list {
        margin-top: 20px
    }

    .about6 .list .item {
        height: auto
    }

    .about6 .list .item .pic {
        width: 100%;
        position: relative;
        overflow: hidden;
        height: auto;
        float: none !important
    }

    .about6 .list .item .pic::before {
        content: '';
        display: block;
        padding-top: 80.90615%
    }

    .about6 .list .item .pic .i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .about6 .list .item .text {
        width: auto;
        height: auto;
        display: block
    }

    .about6 .list .item .text .inner {
        padding: 15px;
        width: auto;
        display: block
    }

    .about6 .list .item .text .h {
        font-size: 48px;
        line-height: 1.2
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .about6 .list .item .text .h {
        font-size:34px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .about6 .list .item .text .h {
        font-size:28px
    }
}

@media (max-width: 768px) {
    .about6 .list .item .text li {
        font-size:16px
    }

    .about6 .list .item .text::after {
        display: none
    }

    .about6 .button1 {
        margin-top: 40px
    }

    .about6 .button1 .a1 {
        border: 0
    }
}

.footer {
    color: #fff;
    background: #002a25
}

.footer ul,.footer ol,.footer li {
    padding: 0;
    margin: 0;
    list-style: none
}

.footer .d1 {
    padding: 50px 90px
}

.footer .d1 .list {
    float: left
}

.footer .d1 .list .item {
    float: left;
    margin-right: 25px;
    font-size: 16px;
    text-align: center
}

.footer .d1 .list .item span {
    width: 100px;
    height: 100px;
    line-height: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 100%;
    display: block;
    position: relative;
    -webkit-perspective: 300px;
    perspective: 300px
}

.footer .d1 .list .item span:after {
    width: 100%;
    height: 100%;
    content: "";
    display: block
}

.footer .d1 .list .item span.ico1:after {
    background: url(../image/aipark/icon3_1.png) center center no-repeat;
    background-size: auto 60%
}

.footer .d1 .list .item span.ico2:after {
    background: url(../image/aipark/icon3_2.png) center center no-repeat;
    background-size: auto 60%
}

.footer .d1 .list .item span.ico3:after {
    background: url(../image/aipark/icon3_3.png) center center no-repeat;
    background-size: auto 60%
}

.footer .d1 .list .item span.ico4:after {
    background: url(../image/aipark/icon3_4.png) center center no-repeat;
    background-size: auto 60%
}

.footer .d1 .list .item span.ico5:after {
    background: url(../image/aipark/icon3_5.png) center center no-repeat;
    background-size: auto 60%
}

.footer .d1 .list .item span.ico1 {
    position: relative;
    z-index: 1
}

.footer .d1 .list .item span.ico1 img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 160px;
    height: 160px;
    margin: -80px 0 0 -80px;
    z-index: 1;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    opacity: 0;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    visibility: hidden;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    max-width: none;
    max-height: none
}

.footer .d1 .list .item span.ico1:hover img {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none
}

.footer .d1 .list .item:hover span:after {
    transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s
}

.footer .d1 .list .item:hover span.ico1:after {
    transform: none;
    -webkit-transform: none
}

.footer .d1 .list .item strong {
    margin-top: 8px;
    display: inline-block
}

.footer .d1 .tel {
    float: right;
    padding-top: 30px
}

.footer .d1 .tel .d {
    float: left;
    margin-left: 30px;
    text-align: right
}

.footer .d1 .tel .d .h3 {
    font-size: 46px;
    font-family: Arial
}

.footer .d1 .tel .d p {
    margin-top: 5px
}

.friend {
    padding: 30px 90px;
    line-height: 1.5;
    font-size: 18px;
    border-top: 1px solid #ddd
}

.friend .tit {
    float: left
}

.friend .inner {
    padding: 0 0 0 90px
}

.friend a {
    margin: 0 10px;
    display: inline-block
}

.footer .d2 {
    padding: 40px 90px;
    color: #fff
}

.footer .d2 .nav {
    float: left;
    width: 65%;
    font-size: 0
}

.footer .d2 .nav .item {
    display: inline-block;
    vertical-align: top;
    padding-right: 70px
}

.footer .d2 .nav .item:last-child {
    padding-right: 0
}

.footer .d2 .nav .item .h3 {
    font-size: 24px;
    color: inherit;
    line-height: 1
}

.footer .d2 .nav .item ul {
    padding-top: 20px;
    line-height: 1.7;
    font-size: 18px
}

.footer .d2 .nav .item li {
    margin-top: 10px
}

.footer .d2 .nav .item li:first-child {
    margin-top: 0
}

.footer .d2 .nav .item .p {
    font-size: 14px;
    color: inherit;
    margin-top: 3px;
    line-height: 1
}

.footer .d2 .nav .item .p a {
    display: inline-block;
    margin-right: 10px
}

.footer .d2 .des {
    float: right;
    width: 30%
}

.footer .d2 .des .d {
    margin-bottom: 30px
}

.footer .d2 .des .d .h3 {
    font-size: 24px;
    color: inherit
}

.footer .d2 .des .d .text {
    padding-top: 20px;
    line-height: 1.7
}

.footer .d2 .des .d .text p {
    margin-top: 10px
}

.footer .d2 .des .d .text p:first-child {
    margin-top: 0
}

.footer .d3 {
    padding: 40px 90px;
    border-top: 1px solid rgba(255,255,255,0.15);
    color: #fff
}

.footer .d3 .list {
    font-size: 0;
    text-align: center
}

.footer .d3 .item {
    width: 20%;
    display: inline-block;
    text-align: left;
    vertical-align: top
}

.footer .d3 .item .h {
    font-size: 24px
}

.footer .d3 .item .p {
    font-size: 14px;
    margin-top: 15px;
    width: 90%
}

.footer .copy {
    line-height: 90px;
    text-align: center;
    padding: 0 90px;
    border-top: 1px solid rgba(255,255,255,0.15);
    color: #fff
}

@-webkit-keyframes bt1 {
    0% {
        left: 0;
        right: 100%
    }

    10% {
        left: 0;
        right: 0%
    }

    30% {
        left: 0;
        right: 0%
    }

    40% {
        left: 100%;
        right: 0%
    }

    100% {
        left: 100%;
        right: 0%
    }
}

@keyframes bt1 {
    0% {
        left: 0;
        right: 100%
    }

    10% {
        left: 0;
        right: 0%
    }

    30% {
        left: 0;
        right: 0%
    }

    40% {
        left: 100%;
        right: 0%
    }

    100% {
        left: 100%;
        right: 0%
    }
}

@-webkit-keyframes bt2 {
    0% {
        color: #fff
    }

    10% {
        color: #002a25
    }

    30% {
        color: #002a25
    }

    40% {
        color: #fff
    }

    100% {
        color: #fff
    }
}

@keyframes bt2 {
    0% {
        color: #fff
    }

    10% {
        color: #002a25
    }

    30% {
        color: #002a25
    }

    40% {
        color: #fff
    }

    100% {
        color: #fff
    }
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0
}

.header .logo {
    position: absolute;
    left: 80px;
    top: 30px;
    z-index: 3
}

.old_aipark1 {
    background: url(../image/aipark/banner.jpg) center top no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
    opacity: 0;
    -webkit-transition: all 1s ease-out 0.3s;
    transition: all 1s ease-out 0.3s
}

.old_aipark1.show {
    opacity: 1
}

.old_aipark1 .old_aipark_banner {
    position: relative;
    height: 100vh
}

.old_aipark1 .old_aipark_banner .frame {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.old_aipark1 .old_aipark_banner .frame .child {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: no-repeat center center / cover
}

.old_aipark1 .old_aipark_banner .frame .child .a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.old_aipark1 .old_aipark_banner .child .l {
    width: 50%;
    display: inline-block;
    height: 100%;
    text-align: center
}

.old_aipark1 .old_aipark_banner .child .l:after {
    content: "";
    vertical-align: middle;
    height: 100%;
    display: inline-block
}

.old_aipark1 .old_aipark_banner .child .r {
    width: 50%;
    display: inline-block;
    height: 100%;
    text-align: center
}

.old_aipark1 .old_aipark_banner .child .r:after {
    content: "";
    vertical-align: middle;
    height: 100%;
    display: inline-block
}

.old_aipark1 .old_aipark_banner .child .inner {
    display: inline-block;
    vertical-align: middle
}

.old_aipark1 .old_aipark_banner .child video {
    width: 100%;
    height: auto
}

.old_aipark1 .old_aipark_banner .c1 .l {
    width: 30%;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
    opacity: 0
}

.old_aipark1 .old_aipark_banner .c1 .r {
    width: 70%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.old_aipark1 .old_aipark_banner .c1 .h {
    font-size: 62px
}

.old_aipark1 .old_aipark_banner .c1 .p {
    font-size: 28px;
    margin-top: 15px
}

.old_aipark1 .old_aipark_banner .c2 {
    padding: 0 15%;
    text-align: center
}

.old_aipark1 .old_aipark_banner .c2:after {
    content: "";
    vertical-align: middle;
    height: 100%;
    display: inline-block
}

.old_aipark1 .old_aipark_banner .c2 img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s ease-out 0.5s;
    transition: all 1s ease-out 0.5s;
    opacity: 0;
    max-width: 80%
}

.old_aipark1 .old_aipark_banner .c2.now img {
    -webkit-transform: none;
    transform: none;
    opacity: 1
}

.old_aipark1 .old_aipark_banner .c3 {
    padding: 0 15%
}

.old_aipark1 .old_aipark_banner .c3 .l {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
    opacity: 0
}

.old_aipark1 .old_aipark_banner .c3 img {
    max-width: 80%
}

.old_aipark1 .old_aipark_banner .c3 .r {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    opacity: 0
}

.old_aipark1 .old_aipark_banner .now .l {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out 0.5s;
    transition: all 0.8s ease-out 0.5s
}

.old_aipark1 .old_aipark_banner .now .r {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out 0.5s;
    transition: all 0.8s ease-out 0.5s
}

.old_aipark1 .old_aipark_banner .d1 {
    height: 100%;
    text-align: center
}

.old_aipark1 .old_aipark_banner .d1:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 100%
}

.old_aipark1 .old_aipark_banner .d2 {
    height: 100%;
    text-align: center
}

.old_aipark1 .old_aipark_banner .d2:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 100%
}

.old_aipark1 .old_aipark_banner .inner {
    display: inline-block;
    vertical-align: middle
}

.old_aipark1 .old_aipark_banner .navg {
    position: absolute;
    left: 80px;
    bottom: 60px
}

.old_aipark1 .old_aipark_banner .navg i {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #fff;
    opacity: 0.4;
    margin-right: 10px;
    display: inline-block;
    cursor: pointer
}

.old_aipark1 .old_aipark_banner .navg i.now {
    opacity: 1
}

.old_aipark1 .person {
    position: absolute;
    left: 3%;
    top: 0;
    width: 95%;
    height: auto;
    -webkit-transition: all 1.5s ease-out 0.5s;
    transition: all 1.5s ease-out 0.5s;
    background: url(../image/aipark/png10.png) center center no-repeat;
    padding-top: 47%;
    background-size: contain
}

.old_aipark1 .person .t1 {
    background: url(../image/aipark/png4.png) center center no-repeat;
    width: 10%;
    height: 21%;
    position: absolute;
    left: 47%;
    top: 17%;
    background-size: contain;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    opacity: 0
}

.old_aipark1 .person .t2 {
    background: url(../image/aipark/png5.png) center center no-repeat;
    width: 10%;
    height: 21%;
    position: absolute;
    left: 57%;
    top: 12%;
    background-size: contain;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    opacity: 0
}

.old_aipark1 .person .t3 {
    background: url(../image/aipark/png6.png) center center no-repeat;
    width: 10%;
    height: 21%;
    position: absolute;
    left: 74.5%;
    top: 5.5%;
    background-size: contain;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    opacity: 0
}

.old_aipark1 .now .person .t1.act {
    -webkit-animation: tt 2s linear 0s 1 both;
    animation: tt 2s linear 0s 1 both
}

.old_aipark1 .now .person .t2.act {
    -webkit-animation: tt 2s linear 0s 1 both;
    animation: tt 2s linear 0s 1 both
}

.old_aipark1 .now .person .t3.act {
    -webkit-animation: tt 2s linear 0s 1 both;
    animation: tt 2s linear 0s 1 both
}

@-webkit-keyframes tt {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 0
    }

    15% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes tt {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 0
    }

    15% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.old_aipark1 .tit1 {
    position: absolute;
    left: 18%;
    top: 0;
    margin-top: 25%
}

.old_aipark1 .tit1 .h1 {
    font-size: 60px
}

.old_aipark1 .tit1 .h2 {
    font-size: 18px;
    margin-top: 20px
}

.old_aipark1 .tit2 {
    position: absolute;
    left: 50px;
    top: 100vh;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-align: center;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0,1,1,1) 0s;
    transition: all 1s cubic-bezier(0,1,1,1) 0s
}

.old_aipark1 .tit2.show {
    -webkit-transform: none;
    transform: none;
    opacity: 1
}

.old_aipark1 .tit2 .h1 {
    font-size: 48px
}

.old_aipark1 .tit2 .h2 {
    font-size: 175px;
    font-family: Impact;
    color: #1f3d39;
    margin-right: 50px;
    text-transform: uppercase
}

.old_aipark1 .nav {
    position: absolute;
    right: 50px;
    left: 50px;
    top: 100vh;
    margin-top: 50px
}

.old_aipark1 .nav .item {
    width: 0;
    height: 120px;
    line-height: 120px;
    text-align: center;
    background: #00a592;
    float: right;
    font-size: 24px;
    margin-bottom: 10px;
    clear: both;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 1s cubic-bezier(0,1,1,1) 0s;
    transition: all 1s cubic-bezier(0,1,1,1) 0s
}

.old_aipark1 .nav .item span {
    font-size: 18px;
    font-family: en;
    margin-left: 20px
}

.old_aipark1 .nav.show .item:nth-child(1) {
    background: #00a592;
    width: 58%
}

.old_aipark1 .nav.show .item:nth-child(2) {
    background: #09949d;
    width: 65%
}

.old_aipark1 .nav.show .item:nth-child(3) {
    background: #1b90de;
    width: 52%
}

.old_aipark1 .nav .item:nth-child(4) {
    background: #1b90de;
    width: 0%;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0
}

.old_aipark1 .nav.show .item:nth-child(5) {
    background: #64b396;
    width: 46%
}

.old_aipark1 .nav.show .item:nth-child(6) {
    background: #3556e7;
    width: 58%
}

.old_aipark1 .nav.show .item:nth-child(7) {
    background: #00a592;
    width: 75%
}

.old_aipark1 .nav.show .item:nth-child(8) {
    background: #09949d;
    width: 65%
}

.old_aipark1 .nav .item:hover {
    padding: 0 3%
}

.old_aipark1 .tools {
    position: absolute;
    right: 50px;
    top: 30px;
    z-index: 5
}

.old_aipark1 .links {
    width: 160px;
    height: 52px;
    border-radius: 26px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.15);
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    line-height: 52px;
    text-align: center;
    margin-right: 15px;
    float: left;
    background: #0f9780;
    font-size: 18px
}

.old_aipark1 .tel {
    font-size: 36px;
    color: #fff;
    line-height: 52px;
    float: left
}

.old_aipark1 .tel i {
    width: 52px;
    height: 52px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.15);
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    line-height: 45px;
    text-align: center;
    margin-right: 15px;
    float: left;
    background: #0f9780;
    background: #109982 url(../image/aipark/ico_tel.png) center center no-repeat;
    background-size: 50% auto
}

.old_aipark1 .title .h,.old_aipark2 .title .h {
    font-size: 40px
}

.old_aipark2 {
    background: #fff;
    margin: 0 50px;
    position: relative;
    display: none;
    overflow: hidden
}

.old_aipark2 .bg {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -582px;
    width: 1165px;
    height: 10000px;
    -webkit-transition: all 2s cubic-bezier(0,0,0,1) 0s;
    transition: all 2s cubic-bezier(0,0,0,1) 0s
}

.old_aipark2 .st0 {
    fill: none;
    stroke: #31CAB8;
    stroke-width: 100;
    stroke-miterlimit: 10;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s
}

.old_aipark2 .st1 {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke-dasharray: 12.001,8.0007;
    opacity: 0.3
}

.old_aipark2 .nav1 {
    position: fixed;
    right: 50px;
    top: 30px;
    bottom: 30px;
    z-index: 2;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end
}

.old_aipark2 .nav1 .item {
    width: 10px;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    color: #fff;
    text-align: center;
    float: right;
    margin: 5px 0;
    clear: both;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.5s cubic-bezier(0,1,1,1) 0s;
    transition: all 0.5s cubic-bezier(0,1,1,1) 0s;
    padding-left: 20px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.old_aipark2 .nav1 .item a {
    display: block;
    height: 100%;
    font-size: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

.old_aipark2 .nav1 .item span {
    font-family: en;
    margin-left: 20px
}

.old_aipark2 .nav1 .item.now {
    width: 20px
}

.old_aipark2 .nav1 .item:hover {
    width: 40vw
}

.old_aipark2 .nav1 .item:hover a {
    font-size: 24px
}

.old_aipark2 .nav1 .item:hover a span {
    font-size: 18px
}

.old_aipark2 .nav1 .item:nth-child(1) a {
    background: #00a592
}

.old_aipark2 .nav1 .item:nth-child(2) a {
    background: #09949d
}

.old_aipark2 .nav1 .item:nth-child(3) a {
    background: #1b90de
}

.old_aipark2 .nav1 .item:nth-child(4) {
    height: 0;
    overflow: hidden;
    padding: 0;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto
}

.old_aipark2 .nav1 .item:nth-child(5) a {
    background: #64b396
}

.old_aipark2 .nav1 .item:nth-child(6) a {
    background: #3556e7
}

.old_aipark2 .nav1 .item:nth-child(7) a {
    background: #00a592
}

.old_aipark2 .nav1 .item:nth-child(8) a {
    background: #09949d
}

.old_aipark2 .close {
    background: #fff url(../image/aipark/close.png) center center no-repeat;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    position: fixed;
    right: 100px;
    top: 50px;
    z-index: 3;
    cursor: pointer;
    display: none
}

.old_aipark2 .part {
    height: 100vh;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    overflow: hidden
}

.old_aipark2 .part1 .title {
    text-align: center
}

.old_aipark2 .part1 .x-wrap {
    height: auto
}

.old_aipark2 .part1 .list {
    margin-top: 100px;
    display: -ms-flexbox;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.old_aipark2 .part1 .list:after {
    display: none
}

.old_aipark2 .part1 .item {
    text-align: center;
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s
}

.old_aipark2 .part1 .item:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.old_aipark2 .part1 .item:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.old_aipark2 .part1.show .item {
    -webkit-transform: none;
    transform: none;
    opacity: 1
}

.old_aipark2 .part1 .item .ico {
    height: 213px
}

.old_aipark2 .part1 .item .h1 {
    margin-top: 35px;
    font-size: 24px
}

.old_aipark2 .part1 .item .h2 {
    margin-top: 15px;
    text-align: center;
    line-height: 1.5;
    font-size: 14px
}

.old_aipark2 .part2 .x-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: relative;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

.old_aipark2 .part2 .dl {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 6%
}

.old_aipark2 .part2 .d {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    position: relative
}

.old_aipark2 .part2 .dl .mask {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0.7)),to(rgba(0,0,0,0)));
    background: linear-gradient(to top,rgba(0,0,0,0.7),rgba(0,0,0,0));
    color: #fff;
    padding: 30px 50px;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to top,rgba(0,0,0,0.7),rgba(0,0,0,0));
    color: #fff
}

.old_aipark2 .part2 .dl .mask .h {
    font-size: 24px
}

.old_aipark2 .part2 .dl .mask .p {
    margin-top: 15px
}

.old_aipark2 .part2 .dr {
    width: 43%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 6%
}

.old_aipark2 .part2 .dr .d {
    margin-top: 25%
}

.old_aipark2 .part2 .dr .mask {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0.7)),to(rgba(0,0,0,0)));
    background: linear-gradient(to top,rgba(0,0,0,0.7),rgba(0,0,0,0));
    color: #fff;
    padding: 30px 50px;
    position: absolute;
    top: auto;
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to top,rgba(0,0,0,0.7),rgba(0,0,0,0));
    color: #fff
}

.old_aipark2 .part2 .dr .mask .h {
    font-size: 24px
}

.old_aipark2 .part2 .dr .mask .p {
    margin-top: 15px
}

.old_aipark2 .part3 .x-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: relative;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.old_aipark2 .part3 .dl {
    width: 380px
}

.old_aipark2 .part3 .dl .list {
    margin-top: 75px;
    margin-left: 7px;
    border-left: 1px solid #ddd
}

.old_aipark2 .part3 .dl .item {
    padding-left: 45px;
    position: relative;
    margin-top: 30px;
    cursor: pointer
}

.old_aipark2 .part3 .dl .item:first-child {
    margin-top: 0
}

.old_aipark2 .part3 .dl .item.now .h {
    color: #34a4ee;
    text-shadow: 1px 1px 1px #fff
}

.old_aipark2 .part3 .dl .item.now:before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    background: #34a4ee;
    width: 15px;
    height: 15px;
    border-radius: 100%
}

.old_aipark2 .part3 .dl .item .h {
    font-size: 18px
}

.old_aipark2 .part3 .dl .item:hover .h {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.old_aipark2 .part3 .dl .item .p {
    margin-top: 10px;
    display: none
}

.old_aipark2 .part3 .dr {
    width: 960px;
    position: relative;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    box-shadow: 0 0 20px rgba(0,0,0,0.1)
}

.old_aipark2 .part3 .dr .item {
    width: calc(33.33% - 10px);
    margin-left: 15px;
    margin-bottom: 15px;
    background: #000;
    float: left
}

.old_aipark2 .part3 .dr .item:nth-child(3n-2) {
    margin-left: 0
}

.old_aipark2 .part3 .dr .item img {
    opacity: 0.5;
    -webkit-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
    max-width: 100%
}

.old_aipark2 .part3 .dr .item:hover:nth-child(1) img {
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.old_aipark2 .part3 .dr .item:hover:nth-child(2) img {
    -webkit-transform-origin: center top;
    transform-origin: center top
}

.old_aipark2 .part3 .dr .item:hover:nth-child(3) img {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.old_aipark2 .part3 .dr .item:hover:nth-child(4) img {
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.old_aipark2 .part3 .dr .item:hover:nth-child(5) img {
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.old_aipark2 .part3 .dr .item:hover:nth-child(6) img {
    -webkit-transform-origin: right center;
    transform-origin: right center
}

.old_aipark2 .part3 .dr .item:hover:nth-child(7) img {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

.old_aipark2 .part3 .dr .item:hover:nth-child(8) img {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.old_aipark2 .part3 .dr .item:hover:nth-child(9) img {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

.old_aipark2 .part3 .dr .item.now img {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    box-shadow: 0 0 20px rgba(0,0,0,0.3)
}

.old_aipark2 .part3 .dr .item.now {
    position: relative;
    z-index: 1
}

.old_aipark2 .part3 .dr .item:hover img {
    -webkit-transform: scale(2.1);
    transform: scale(2.1)
}

.old_aipark2 .part4 .x-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: relative;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.old_aipark2 .part4 .list {
    width: 55%
}

.old_aipark2 .part4 .item {
    margin: 70px 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.old_aipark2 .part4 .item span {
    font-size: 250px;
    font-family: "avian";
    text-shadow: 0 0 20px rgba(0,0,0,0.1);
    color: #fff;
    margin-right: 20px;
    line-height: 160px;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.old_aipark2 .part4 .item:hover span {
    color: #86dbbc
}

.old_aipark2 .part4 .item .h {
    font-size: 24px
}

.old_aipark2 .part4 .item .p {
    margin-top: 15px
}

.old_aipark2 .part5 .x-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: relative;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

.old_aipark2 .part5 .dr {
    width: 470px
}

.old_aipark2 .part5 .dr .text {
    margin-top: 80px
}

.old_aipark2 .part5 .dr .text .h {
    font-size: 24px;
    line-height: 1.3
}

.old_aipark2 .part5 .dr .text .p {
    margin-top: 20px
}

.old_aipark2 .part5 .list {
    position: relative;
    height: 590px
}

.old_aipark2 .part5 .list .item {
    position: absolute;
    text-align: center;
    cursor: pointer
}

.old_aipark2 .part5 .list .item img {
    max-width: none;
    max-height: none;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s
}

.old_aipark2 .part5 .list .item:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.old_aipark2 .part5 .list .item .h {
    font-size: 24px;
    margin-top: 20px
}

.old_aipark2 .part5 .list .item .p {
    display: none
}

.old_aipark2 .part5 .list .item:nth-child(1) {
    left: 140px;
    top: 0
}

.old_aipark2 .part5 .list .item:nth-child(2) {
    left: 340px;
    top: 160px
}

.old_aipark2 .part5 .list .item:nth-child(3) {
    left: 0;
    top: 300px
}

.old_aipark2 .part5 .list .item:nth-child(4) {
    left: 460px;
    top: 420px
}

.old_aipark2 .part6 .x-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: relative;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.old_aipark2 .part6 .dl {
    width: 380px
}

.old_aipark2 .part6 .text {
    margin-top: 110px
}

.old_aipark2 .part6 .text .h {
    font-size: 24px
}

.old_aipark2 .part6 .text .p {
    margin-top: 30px
}

.old_aipark2 .part6 .pics {
    width: 780px;
    height: 500px;
    position: relative
}

.old_aipark2 .part6 .pics img {
    max-width: 100%;
    max-height: 100%
}

.old_aipark2 .part7 .title {
    text-align: center
}

.old_aipark2 .part7 .list {
    margin-top: 40px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.old_aipark2 .part7 .item {
    border-top: 3px solid #21c2cc;
    padding: 30px 10px;
    width: calc(33.33% - 13.33px);
    margin-left: 20px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    background: #fff
}

.old_aipark2 .part7 .item:nth-child(3n-2) {
    margin-left: 0
}

.old_aipark2 .part7 .item .h {
    font-size: 24px
}

.old_aipark2 .part7 .item .p {
    font-size: 16px;
    color: #707070;
    margin-top: 20px
}

.old_aipark2 .part7 .item .date {
    font-size: 16px;
    margin-top: 20px
}

.old_aipark2 .part8 {
    padding: 120px 0;
    height: auto;
    position: relative
}

.old_aipark2 .part8 .title {
    text-align: center
}

.old_aipark2 .part8 .list {
    -webkit-perspective: 1200px;
    perspective: 1200px;
    margin-top: 50px;
    padding: 0 6px
}

.old_aipark2 .part8 .list .item {
    position: relative;
    overflow: hidden;
    width: calc(33.33% - 12px);
    height: auto;
    margin: 0 6px 12px;
    opacity: 0;
    float: left;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    transform: translateY(100px);
    -webkit-transform: translateY(100px)
}

.old_aipark2 .part8 .list .item:nth-child(1) {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s
}

.old_aipark2 .part8 .list .item:nth-child(2) {
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s
}

.old_aipark2 .part8 .list .item:nth-child(3) {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s
}

.old_aipark2 .part8 .list .item:nth-child(4) {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s
}

.old_aipark2 .part8 .list .item:nth-child(5) {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s
}

.old_aipark2 .part8 .list .item:nth-child(6) {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s
}

.old_aipark2 .part8.show .list .item {
    opacity: 1;
    transform: translateY(0px) rotateX(0deg);
    -webkit-transform: translateY(0px) rotateX(0deg)
}

.old_aipark2 .part8 .list .item img {
    width: 100%;
    height: auto;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s
}

.old_aipark2 .part8 .list .item .logo {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat
}

.old_aipark2 .part8 .list .item .mask {
    background: #002a25;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity="0");
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s
}

.old_aipark2 .part8 .list .item .mask .cell {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 80px;
    margin-top: -40px
}

.old_aipark2 .part8 .list .item .mask .h3 {
    font-size: 36px;
    color: #fff;
    line-height: 1.3;
    padding: 0 30px;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s
}

.old_aipark2 .part8 .list .item .mask p {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s
}

.old_aipark2 .part8 .list .item .mask p a {
    margin: 0 10px
}

.old_aipark2 .part8 .list .item:hover .mask {
    opacity: 1;
    filter: alpha(opacity="100")
}

.old_aipark2 .part8 .list .item:hover .mask .h3 {
    transform: translateY(0px);
    -webkit-transform: translateY(0px)
}

.old_aipark2 .part8 .list .item:hover .mask p {
    transform: translateY(0px);
    -webkit-transform: translateY(0px)
}

.old_aipark2 .part8 .list .item .more {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.old_aipark2 .part8 .museum_title {
    margin-top: 60px
}

.old_aipark2 .part8 .copy {
    text-align: center;
    margin-top: 60px
}

.old_aipark2 .part8 .mCSB_inside>.mCSB_container {
    margin-right: 0
}

@media (max-width: 1480px) {
    .footer .d1 {
        padding:30px 50px
    }

    .footer .d1 .tel .d .h3 {
        font-size: 40px
    }

    .footer .friend {
        padding: 35px 50px;
        font-size: 16px
    }

    .footer .d2 {
        padding: 35px 50px
    }

    .footer .d2 .nav .item {
        padding-right: 40px
    }

    .footer .d3 {
        padding: 35px 50px
    }
}

@media (max-width: 1400px) {
    .footer .d1 .list .item span {
        width:90px;
        height: 90px
    }

    .footer .d2 {
        padding: 25px 40px
    }

    .footer .d2 .nav .item ul {
        font-size: 16px
    }
}

@media screen and (max-width: 1000px) {
    .header {
        height:1rem
    }

    .header .logo {
        top: 0.3rem;
        left: 0.3rem;
        width: 35%
    }

    .header .logo img {
        max-height: 45%;
        max-width: 100%
    }

    .old_aipark1 .old_aipark_banner .c1 {
        padding: 0
    }

    .old_aipark1 .old_aipark_banner .c1 .l {
        width: 100%;
        height: 30%;
        text-align: center
    }

    .old_aipark1 .old_aipark_banner .c1 .r {
        width: 100%;
        height: 40%
    }

    .old_aipark1 .old_aipark_banner .c1 .h {
        font-size: 30px
    }

    .old_aipark1 .old_aipark_banner .c1 .p {
        font-size: 20px;
        margin-top: 10px
    }

    .old_aipark1 .old_aipark_banner .c2 {
        padding: 0
    }

    .old_aipark1 .old_aipark_banner .c2 .l {
        width: 100%;
        height: 40%
    }

    .old_aipark1 .old_aipark_banner .c2 .r {
        width: 100%;
        height: 40%
    }

    .old_aipark1 {
        background-position: 30% top;
        height: 190vh;
        overflow: hidden
    }

    .old_aipark1 .tit1 {
        left: 10%;
        margin-top: 6vh;
        z-index: 1
    }

    .old_aipark1 .tit1 .h1 {
        font-size: 0.6rem
    }

    .old_aipark1 .tit1 .h2 {
        margin-top: 0.3rem;
        font-size: 0.3rem
    }

    .old_aipark1 .person {
        top: 10vh;
        right: 5%;
        width: 160vw;
        padding-top: 95vw;
        max-width: none;
        left: auto
    }

    .old_aipark1 .tit2 {
        left: 0.3rem
    }

    .old_aipark1 .tit2 .h1 {
        font-size: 0.4rem
    }

    .old_aipark1 .tit2 .h2 {
        font-size: 1.3rem;
        margin-right: 0.2rem;
        line-height: 1
    }

    .old_aipark1 .nav {
        left: 0.3rem;
        right: 0.3rem
    }

    .old_aipark1 .nav .item {
        line-height: 1.2;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        font-size: 0.32rem;
        height: 1.6rem;
        text-align: left;
        -webkit-transition: all 0.5s cubic-bezier(0,1,1,1) 0s !important;
        transition: all 0.5s cubic-bezier(0,1,1,1) 0s !important
    }

    .old_aipark1 .nav.show .item {
        padding: 0 0.2rem
    }

    .old_aipark1 .nav .item:hover {
        padding: 0 0.2rem
    }

    .old_aipark1 .nav .item span {
        display: block;
        margin: 0.1rem auto 0
    }

    .old_aipark1 .tools {
        right: 0;
        top: 0.4rem
    }

    .old_aipark1 .links {
        width: 2rem;
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.32rem;
        margin-right: 0.1rem
    }

    .old_aipark1 .tel {
        font-size: 0
    }

    .old_aipark1 .tel i {
        width: 0.6rem;
        height: 0.6rem
    }

    .old_aipark1 img {
        max-width: 100%
    }

    .x-wrap {
        width: auto
    }

    .old_aipark2 {
        margin: 0;
        display: block
    }

    .old_aipark2 img {
        max-width: 100%
    }

    .old_aipark2 .close {
        display: none
    }

    .old_aipark2 .nav1 {
        display: none
    }

    .old_aipark1 .title .h,.old_aipark2 .title .h {
        font-size: 0.48rem
    }

    .old_aipark2 .bg {
        display: none
    }

    .old_aipark2 .title {
        text-align: center
    }

    .old_aipark2 .part {
        display: block;
        padding: 0.6rem 0.3rem;
        height: auto;
        overflow: visible
    }

    .old_aipark2 .part1 .list {
        display: block;
        margin-top: 0.8rem
    }

    .old_aipark2 .part1 .item {
        margin-top: 0.5rem;
        text-align: left;
        padding-bottom: 0.5rem
    }

    .old_aipark2 .part1 .item:first-child {
        margin-top: 0
    }

    .old_aipark2 .part1 .item .ico {
        width: 1.5rem;
        margin: auto;
        float: left;
        height: auto
    }

    .old_aipark2 .part1 .item .ico img {
        max-width: 100%
    }

    .old_aipark2 .part1 .item .h1 {
        margin-top: 0.3rem;
        font-size: 0.36rem;
        padding-left: 1.8rem
    }

    .old_aipark2 .part1 .item .h2 {
        margin-top: 0.1rem;
        padding-left: 1.8rem;
        text-align: left;
        font-size: 0.28rem
    }

    .old_aipark2 .part2 .x-wrap {
        display: block
    }

    .old_aipark2 .part2 .dl {
        width: auto;
        margin-top: 0.3rem
    }

    .old_aipark2 .part2 .dr {
        width: auto
    }

    .old_aipark2 .part2 .dl .mask {
        padding: 0.3rem
    }

    .old_aipark2 .part2 .dr .mask {
        padding: 0.3rem
    }

    .old_aipark2 .part2 .dr .d {
        margin-top: 0.5rem
    }

    .old_aipark2 .part2 .dr .mask .p {
        margin-top: 5px
    }

    .old_aipark2 .part2 .dl .mask .p {
        margin-top: 5px
    }

    .old_aipark2 .part3 .x-wrap {
        display: block
    }

    .old_aipark2 .part3 .dl {
        width: auto
    }

    .old_aipark2 .part3 .dl .list {
        margin: 0.5rem 0 0 0.3rem
    }

    .old_aipark2 .part3 .dl .item {
        padding-left: 0.5rem;
        margin-top: 0.5rem
    }

    .old_aipark2 .part3 .dr {
        margin-top: 0.8rem;
        width: auto;
        height: 4.5rem;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .old_aipark2 .part3 .dr .item {
        margin-left: 10px;
        margin-bottom: 10px;
        width: calc(33.33% - 6.66px)
    }

    .old_aipark2 .part4 .x-wrap {
        display: block
    }

    .old_aipark2 .part4 .list {
        width: auto;
        margin-top: 0.5rem
    }

    .old_aipark2 .part4 .item {
        margin-top: 0.5rem;
        border-bottom: 1px solid #eee;
        padding-bottom: 0.5rem;
        margin-bottom: 0
    }

    .old_aipark2 .part4 .item span {
        font-size: 2.5rem;
        line-height: 0.8;
        width: 1.5rem;
        margin: 0 0.3rem 0 0;
        float: left;
        color: #86dbbc;
        text-shadow: none
    }

    .old_aipark2 .part4 .item .h {
        font-size: 0.42rem
    }

    .old_aipark2 .part4 .item .p {
        margin-top: 0.2rem;
        line-height: 1.5
    }

    .old_aipark2 .part5 .x-wrap {
        display: block
    }

    .old_aipark2 .part5 .dr {
        width: auto
    }

    .old_aipark2 .part5 .dr .text {
        margin-top: 0.8rem;
        display: none
    }

    .old_aipark2 .part5 .dr .text .h {
        font-size: 0.36rem
    }

    .old_aipark2 .part5 .dr .text .p {
        margin-top: 0.1rem
    }

    .old_aipark2 .part5 .list {
        margin-top: 0.5rem;
        height: auto
    }

    .old_aipark2 .part5 .list .item {
        position: static;
        margin-top: 0.5rem;
        border-bottom: 1px solid #eee;
        padding-bottom: 0.5rem
    }

    .old_aipark2 .part5 .list .item .ico {
        width: 1.5rem;
        float: left
    }

    .old_aipark2 .part5 .list .item img {
        width: 100%;
        -webkit-transform: none !important;
        transform: none !important
    }

    .old_aipark2 .part5 .list .item .h {
        margin-top: 0.15rem;
        font-size: 0.36rem;
        padding-left: 1.8rem;
        text-align: left
    }

    .old_aipark2 .part5 .list .item .p {
        margin-top: 0.15rem;
        display: block;
        padding-left: 1.8rem
    }

    .old_aipark2 .part6 .x-wrap {
        display: block
    }

    .old_aipark2 .part6 .dl {
        width: auto
    }

    .old_aipark2 .part6 .pics {
        width: auto;
        height: 4.5rem;
        margin-top: 0.5rem
    }

    .old_aipark2 .part6 .focus {
        margin-top: 0.5rem
    }

    .old_aipark2 .part6 .focus .nav {
        margin-top: 0.3rem
    }

    .old_aipark2 .part6 .p {
        margin-top: 0.15rem
    }

    .old_aipark2 .part6 .text {
        margin-top: 0.4rem
    }

    .old_aipark2 .part6 .text .p {
        margin-top: 0.3rem
    }

    .old_aipark2 .part6 .text .h {
        font-size: 0.36rem
    }

    .old_aipark2 .part6 .pics .item {
        background-size: cover
    }

    .old_aipark2 .part7 .list {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .old_aipark2 .part7 .list .item {
        width: calc(50% - 0.1rem);
        margin: 0 0 0.2rem
    }

    .old_aipark2 .part7 .list .item .mask {
        position: static;
        margin-top: 0.1rem;
        width: auto;
        height: auto;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        background: none
    }

    .old_aipark2 .part7 .list .item .mask .h3 {
        font-size: 0.28rem;
        -webkit-transform: none;
        transform: none;
        color: #333;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding: 0
    }

    .old_aipark2 .part7 .list .item .mask p {
        font-size: 0.24rem;
        margin-top: 0.1rem
    }

    .old_aipark2 .part7 .list .item .mask .cell {
        position: static;
        margin-top: 0;
        height: auto
    }

    .old_aipark2 .part7 .item .h {
        font-size: 0.36rem;
        line-height: 1.3
    }

    .old_aipark2 .part7 .item .p {
        margin-top: 0.15rem;
        font-size: 0.28rem
    }

    .old_aipark2 .part7 .item .date {
        margin-top: 0.15rem
    }

    .old_aipark2 .part7 .list .item {
        padding: 15px 5px
    }

    .old_aipark2 .part8 .list {
        margin-top: 0.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .old_aipark2 .part8 .list .item {
        width: calc(50% - 0.1rem);
        margin: 0 0 0.2rem 0.2rem
    }

    .old_aipark2 .part8 .list .item:nth-child(odd) {
        margin-left: 0
    }

    .old_aipark2 .part8 .museum_title {
        margin-top: 0.6rem
    }

    .footer .d1 {
        padding: 0.3rem 0.5rem
    }

    .footer .d1 .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        float: none
    }

    .footer .d1 .list:after {
        display: none
    }

    .footer .d1 .list .item {
        margin: 0;
        font-size: 0.24rem;
        float: none
    }

    .footer .d1 .list .item span {
        width: 1.1rem;
        height: 1.1rem;
        line-height: 1.1rem
    }

    .footer .d1 .list .item span.ico1 img {
        left: 0;
        top: 0;
        margin: 0;
        width: 100%;
        height: 100%
    }

    .footer .d1 .tel {
        padding-top: 0.3rem;
        float: none
    }

    .footer .d1 .tel .d {
        margin: 0;
        float: none;
        text-align: center;
        margin: 0.2rem 0
    }

    .footer .friend {
        display: none
    }

    .footer .d2 {
        display: none
    }

    .footer .d3 {
        display: none
    }

    .footer .copy {
        padding: 0.5rem;
        line-height: 1.3
    }
}

.p120 {
    padding-top: 120px;
    padding-bottom: 120px
}

.pt120 {
    padding-top: 120px
}

.pb120 {
    padding-bottom: 120px
}

.p115 {
    padding-top: 115px;
    padding-bottom: 115px
}

.pt115 {
    padding-top: 115px
}

.pb115 {
    padding-bottom: 115px
}

.p110 {
    padding-top: 110px;
    padding-bottom: 110px
}

.pt110 {
    padding-top: 110px
}

.pb110 {
    padding-bottom: 110px
}

.p100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.pt100 {
    padding-top: 100px
}

.pb100 {
    padding-bottom: 100px
}

.p90 {
    padding-top: 90px;
    padding-bottom: 90px
}

.pt90 {
    padding-top: 90px
}

.pb90 {
    padding-bottom: 90px
}

.p80 {
    padding-top: 80px;
    padding-bottom: 80px
}

.pt80 {
    padding-top: 80px
}

.pb80 {
    padding-bottom: 80px
}

.mt90 {
    margin-top: 90px
}

.mt70 {
    margin-top: 70px
}

.mt60 {
    margin-top: 60px
}

.mt50 {
    margin-top: 50px
}

.mt40 {
    margin-top: 40px
}

.mt30 {
    margin-top: 30px
}

.mt25 {
    margin-top: 25px
}

.mt20 {
    margin-top: 20px
}

.mt15 {
    margin-top: 15px
}

.mt10 {
    margin-top: 10px
}

.m70 {
    margin: 0 70px
}

.m40 {
    margin: 0 40px
}

.new_special .f48 {
    font-size: 48px;
    line-height: 1.2
}

@media (max-width: 1480px) {
    .new_special .f48 {
        font-size:34px
    }
}

@media (max-width: 768px) {
    .new_special .f48 {
        font-size:28px
    }
}

.new_special .f40 {
    font-size: 40px;
    line-height: 1.2
}

@media (max-width: 1480px) {
    .new_special .f40 {
        font-size:32px
    }
}

@media (max-width: 768px) {
    .new_special .f40 {
        font-size:26px
    }
}

.new_special .f36 {
    font-size: 36px
}

@media (max-width: 1480px) {
    .new_special .f36 {
        font-size:30px
    }
}

@media (max-width: 768px) {
    .new_special .f36 {
        font-size:24px
    }
}

.new_special .f30 {
    font-size: 30px
}

@media (max-width: 1480px) {
    .new_special .f30 {
        font-size:28px
    }
}

@media (max-width: 768px) {
    .new_special .f30 {
        font-size:22px
    }
}

.new_special .f24 {
    font-size: 24px
}

@media (max-width: 1480px) {
    .new_special .f24 {
        font-size:22px
    }
}

@media (max-width: 768px) {
    .new_special .f24 {
        font-size:18px
    }
}

.new_special .f22 {
    font-size: 22px
}

@media (max-width: 1480px) {
    .new_special .f22 {
        font-size:20px
    }
}

@media (max-width: 768px) {
    .new_special .f22 {
        font-size:18px
    }
}

.new_special .f20 {
    font-size: 20px
}

@media (max-width: 1480px) {
    .new_special .f20 {
        font-size:18px
    }
}

@media (max-width: 768px) {
    .new_special .f20 {
        font-size:18px
    }
}

.new_special .f18 {
    font-size: 18px
}

@media (max-width: 1480px) {
    .new_special .f18 {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .new_special .f18 {
        font-size:16px
    }
}

.new_special .f16 {
    font-size: 16px
}

@media (max-width: 1480px) {
    .new_special .f16 {
        font-size:14px
    }
}

@media (max-width: 768px) {
    .new_special .f16 {
        font-size:14px
    }
}

.new_special .block {
    position: relative;
    margin: auto;
    max-width: 1230px
}

.new_special .center {
    text-align: center
}

.new_special .pic {
    overflow: hidden
}

.new_special .pic img {
    width: 100%;
    height: auto
}

.new_special .btn1 {
    padding: 10px 25px
}

.new_special .btn1 img {
    max-height: 25px
}

.new_special .btn1 {
    border: 1px solid #2f64b8;
    font-size: 24px;
    display: inline-block;
    padding: 12px 34px;
    text-align: center;
    color: #2f64b8;
    position: relative
}

@media (max-width: 1480px) {
    .new_special .btn1 {
        font-size:22px
    }
}

@media (max-width: 768px) {
    .new_special .btn1 {
        font-size:18px
    }
}

.new_special .btn1:before {
    content: "";
    border-top: 2px solid #2f64b8;
    border-left: 2px solid #2f64b8;
    position: absolute;
    left: -3px;
    top: -3px;
    width: 16px;
    height: 16px;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s
}

.new_special .btn1:after {
    content: "";
    border-right: 2px solid #2f64b8;
    border-bottom: 2px solid #2f64b8;
    position: absolute;
    right: -3px;
    bottom: -3px;
    width: 16px;
    height: 16px;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s
}

.new_special .btn1:hover:before {
    width: 35px;
    height: 35px
}

.new_special .btn1:hover:after {
    width: 35px;
    height: 35px
}

.new_special .btn1 img {
    margin-left: 10px;
    max-height: 35px
}

.new_special .title {
    text-align: center
}

.new_special .title .h {
    font-size: 48px;
    line-height: 1.2;
    line-height: 1
}

@media (max-width: 1480px) {
    .new_special .title .h {
        font-size:34px
    }
}

@media (max-width: 768px) {
    .new_special .title .h {
        font-size:28px
    }
}

.new_special .title .h img {
    margin-right: 10px;
    vertical-align: sub
}

.new_special .title .btn1 {
    margin-top: 25px
}

.new_special .title.w {
    color: #fff
}

.new_special .title.w .btn1 {
    border-color: #fff;
    color: #fff
}

.new_special .title.w .btn1:before {
    border-color: #fff
}

.new_special .title.w .btn1:after {
    border-color: #fff
}

.special_banner {
    position: relative;
    height: calc(100vh - 93px);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.special_banner .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    color: #fff
}

.special_banner .block>div {
    width: 100%
}

.special_banner .d1 .f18 {
    line-height: 1.8
}

.special_banner .d2 .f30 img {
    margin: 0 20px
}

.special_banner .d2 .tg a {
    margin: 0 20px
}

.special_banner .d2 .f30 a:hover {
    text-decoration: underline
}

.special_detail1 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.special_detail1 .item {
    width: 250px;
    height: 250px;
    border: 1px dashed #ddd;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 20px
}

.special_detail1 .item .f22 {
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.1);
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
    border-radius: 100%;
    height: 210px;
    width: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.special_detail1 .item:after {
    content: "";
    background: url(../image/special/png6.png) right bottom no-repeat;
    background-size: 50% auto;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -7px;
    bottom: -7px
}

.special_detail2 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.special_detail2 .item {
    height: 430px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: #4461a0;
    margin-left: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.special_detail2 .list.c5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.special_detail2 .item:first-child {
    margin-left: 0
}

.special_detail2 .list.c5 .item {
    width: calc(20% - 16px);
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: 20px;
    margin-top: 20px
}

.special_detail2 .list.c5 .item:nth-child(5n-4) {
    margin-left: 0
}

.special_detail2 .list.c5 .item:nth-child(-n+5) {
    margin-top: 0
}

.special_detail2 .item .ico {
    width: 201px;
    height: 201px;
    position: relative;
    line-height: 201px;
    text-align: center
}

.special_detail2 .item .ico:before {
    content: "";
    background: url(../image/special/png5_2.png) center center no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-size: contain
}

.special_detail2 .item .ico:after {
    content: "";
    background: url(../image/special/png5_1.png) center center no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-size: contain
}

.special_detail2 .item .ico img {
    max-width: 55%;
    max-height: 55%
}

.special_detail2 .item:hover .ico:before {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

.special_detail2 .item:hover .ico:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.special_detail2 .item .f16 {
    padding: 0 15px;
    text-align: center
}

.new_special .tabs1 a {
    display: inline-block;
    font-size: 0.6em;
    margin: 0 30px
}

.new_special .tabs1 a.now {
    font-size: 1em
}

.special_detail2a .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.special_detail2a .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 3px dotted #ddd;
    border-radius: 15px;
    width: calc(20% - 16px);
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 30px
}

.special_detail2a .item:nth-child(5n-4) {
    margin-left: 0
}

.special_detail2a .item:nth-child(-n+5) {
    margin-top: 0
}

.special_detail2a .item .ico {
    width: 201px;
    height: 201px;
    position: relative;
    line-height: 201px;
    text-align: center
}

.special_detail2a .item .ico:before {
    content: "";
    background: url(../image/special/png5_4.png) center center no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-size: contain
}

.special_detail2a .item .ico:after {
    content: "";
    background: url(../image/special/png5_3.png) center center no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-size: contain
}

.special_detail2a .item .ico img {
    max-width: 55%;
    max-height: 55%
}

.special_detail2a .item:hover .ico:before {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

.special_detail2a .item:hover .ico:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.special_detail2a .item .f16 {
    text-align: center
}

.special_detail2b {
    color: #fff
}

.special_detail2b .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.special_detail2b .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 3px dotted #ddd;
    border-radius: 15px;
    width: calc(20% - 16px);
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 30px
}

.special_detail2b .item:nth-child(5n-4) {
    margin-left: 0
}

.special_detail2b .item:nth-child(-n+5) {
    margin-top: 0
}

.special_detail2b .item .ico {
    width: 201px;
    height: 201px;
    position: relative;
    line-height: 201px;
    text-align: center
}

.special_detail2b .item .ico:before {
    content: "";
    background: url(../image/special/png5_2.png) center center no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-size: contain
}

.special_detail2b .item .ico:after {
    content: "";
    background: url(../image/special/png5_1.png) center center no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-size: contain
}

.special_detail2b .item .ico img {
    max-width: 55%;
    max-height: 55%
}

.special_detail2b .item:hover .ico:before {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

.special_detail2b .item:hover .ico:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.special_detail2b .item .f16 {
    padding: 0 15px;
    text-align: center
}

.special_detail3 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.special_detail3 .item {
    width: calc(25% - 15px);
    margin-left: 20px;
    position: relative;
    margin-top: 20px;
    overflow: hidden
}

.special_detail3 .item:nth-child(4n-3) {
    margin-left: 0
}

.special_detail3 .item:nth-child(-n+4) {
    margin-top: 0
}

.special_detail3 .item .f18 {
    background: rgba(0,0,0,0.3);
    text-align: center;
    line-height: 50px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0
}

.special_detail3 .item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.special_detail3 .item img {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 100%;
    height: auto
}

.special_detail3 .item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    width: 100%;
    height: auto
}

.special_detail4 .list {
    height: 35vw;
    position: relative
}

.special_detail4 .item {
    position: absolute;
    overflow: hidden
}

.special_detail4 .item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.special_detail4 .item .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.special_detail4 .item:hover .pic {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.special_detail4 .item .f18 {
    background: rgba(0,0,0,0.3);
    text-align: center;
    line-height: 50px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0
}

.special_detail4 .d1 {
    height: 100%;
    left: 0;
    width: 30%;
    top: 0
}

.special_detail4 .d2 {
    height: calc(50% - 10px);
    left: calc(30% + 20px);
    width: calc(25% - 20px);
    top: 0
}

.special_detail4 .d3 {
    height: calc(50% - 10px);
    left: calc(55% + 20px);
    width: calc(45% - 20px);
    top: 0
}

.special_detail4 .d4 {
    height: calc(50% - 10px);
    left: calc(30% + 20px);
    width: calc(45% - 20px);
    bottom: 0
}

.special_detail4 .d5 {
    height: calc(50% - 10px);
    left: calc(75% + 20px);
    width: calc(25% - 20px);
    bottom: 0
}

.special_detail5 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.special_detail5 .l {
    width: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.special_detail5 .r {
    width: 50%;
    background: url(../image/special/bg2.png);
    color: #fff;
    padding: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.special_detail5 .r .d {
    margin-top: 30px
}

.special_detail5 .r .d:first-child {
    margin-top: 0
}

.special_detail5 .r .p {
    margin-top: 25px;
    font-size: 0
}

.special_detail5 .r .p a {
    border: 1px dashed #8caae1;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    font-size: 18px;
    margin: 0 0 20px 20px;
    width: calc(33.33% - 15px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 1480px) {
    .special_detail5 .r .p a {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .special_detail5 .r .p a {
        font-size:16px
    }
}

.special_detail5 .r .p a:nth-child(3n-2) {
    margin-left: 0
}

.special_detail5 .r .p a i {
    float: left;
    width: 60px;
    border-right: 1px dashed #8caae1;
    text-align: center;
    margin-right: 20px;
    font-size: 0;
    height: 100%
}

.special_detail5 .r .p a i img {
    max-width: 60%;
    max-height: 60%
}

.special_detail6 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.special_detail6 .l {
    width: 40%;
    position: relative;
    overflow: hidden
}

.special_detail6 .l .pic {
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.special_detail6 .l .pic:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.special_detail6 .l .f24 {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 35px 50px;
    color: #fff
}

.special_detail6 .list {
    margin-left: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.special_detail6 .item {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.special_detail6 .item:first-child {
    margin-left: 0
}

.special_detail6 .item .pic {
    overflow: hidden
}

.special_detail6 .item .pic img {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.special_detail6 .item .pic:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.special_detail6 .item .text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.15);
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s
}

.special_detail6 .item .text:hover {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    box-shadow: 0 0 20px rgba(0,0,0,0.3)
}

.special_detail6 .item .text .f24 {
    height: 100px
}

.special_detail6 .item .text .b {
    font-size: 16px
}

@media (max-width: 1480px) {
    .special_detail6 .item .text .b {
        font-size:14px
    }
}

@media (max-width: 768px) {
    .special_detail6 .item .text .b {
        font-size:14px
    }
}

.special_detail6 .item .text .btn {
    background: url(../image/special/png7.png) left center no-repeat;
    padding-left: 30px;
    cursor: pointer
}

.special_detail6 .item .text .p {
    margin-top: 10px
}

.special_detail6 .item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.special_detail6 .item:nth-child(even) .text {
    margin-top: 0;
    margin-bottom: 20px
}

.special_detail7 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32vw
}

.special_detail7 .item {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.special_detail7 .item:first-child {
    margin-left: 0
}

.special_detail7 .item .pic {
    height: 50%;
    overflow: hidden
}

.special_detail7 .item .pic a {
    display: block;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.special_detail7 .item .pic:hover a {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.special_detail7 .item .text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.15);
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50%;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    position: relative
}

.special_detail7 .item .text:hover {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    box-shadow: 0 0 20px rgba(0,0,0,0.3)
}

.special_detail7 .item .text .b {
    font-size: 16px
}

@media (max-width: 1480px) {
    .special_detail7 .item .text .b {
        font-size:14px
    }
}

@media (max-width: 768px) {
    .special_detail7 .item .text .b {
        font-size:14px
    }
}

.special_detail7 .item .text .btn {
    background: url(../image/special/png7.png) left center no-repeat;
    padding-left: 30px;
    cursor: pointer
}

.special_detail7 .item .text .p {
    margin-top: 10px
}

.special_detail7 .item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.special_detail8 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.special_detail8 .item {
    width: calc(33% - 15px);
    margin-left: 20px;
    position: relative;
    margin-top: 20px
}

.special_detail8 .item:nth-child(3n-2) {
    margin-left: 0
}

.special_detail8 .item:nth-child(-n+3) {
    margin-top: 0
}

.special_detail8 .item .pic img {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.special_detail8 .item:hover .pic img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.special_detail8 .item .f18 {
    background: rgba(0,0,0,0.3);
    text-align: center;
    line-height: 50px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0
}

.special_detail8 .item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.special_ask .content {
    background: url(../image/special/bg2.png);
    color: #fff;
    height: 25vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.special_ask .title .btn1 {
    margin-top: 40px
}

.special_detail9 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.special_detail9 .item {
    width: calc(33% - 15px);
    margin-left: 20px;
    position: relative;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s
}

.special_detail9 .item:hover {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    box-shadow: 0 0 20px rgba(0,0,0,0.3)
}

.special_detail9 .item:nth-child(3n-2) {
    margin-left: 0
}

.special_detail9 .item .f18 {
    background: rgba(0,0,0,0.3);
    text-align: center;
    line-height: 50px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0
}

.special_detail9 .item .text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.special_detail9 .item .text .t {
    height: 150px
}

.special_detail9 .item .text .date {
    font-family: en;
    font-size: 18px;
    margin-top: 10px
}

@media (max-width: 1480px) {
    .special_detail9 .item .text .date {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .special_detail9 .item .text .date {
        font-size:16px
    }
}

.special_detail9 .item .text .b {
    font-size: 16px;
    color: #999
}

@media (max-width: 1480px) {
    .special_detail9 .item .text .b {
        font-size:14px
    }
}

@media (max-width: 768px) {
    .special_detail9 .item .text .b {
        font-size:14px
    }
}

.special_detail9 .item .text .b a {
    margin-right: 20px;
    display: inline-block
}

.special_detail9 .item .text .b a:hover {
    color: #333
}

.special_detail9 .item .text .btn {
    background: url(../image/special/png7.png) left center no-repeat;
    padding-left: 30px
}

.special_detail9 .item .text .p {
    margin-top: 10px
}

.special_detail10 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.special_detail10 .l {
    width: 50%;
    position: relative
}

.special_detail10 .l .pic {
    height: 100%;
    overflow: hidden
}

.special_detail10 .l .pic a {
    display: block;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.special_detail10 .l .pic a:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.special_detail10 .l .mask {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 35px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.special_detail10 .l .mask .t {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.special_detail10 .l .mask .f18:hover {
    text-shadow: 3px 3px 3px rgba(0,0,0,0.8)
}

.special_detail10 .l .mask .b {
    margin-top: 15px
}

.special_detail10 .l .mask .b a {
    display: inline-block;
    margin-right: 20px
}

.special_detail10 .l .mask .b a:hover {
    text-shadow: 3px 3px 3px rgba(0,0,0,0.8)
}

.special_detail10 .list {
    margin-left: 20px;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding: 0 45px
}

.special_detail10 .item {
    border-top: 1px dashed #ddd;
    padding: 35px 0
}

.special_detail10 .item:first-child {
    border-top: none
}

.special_detail10 .item .t {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.special_detail10 .item .t .f18:hover {
    text-shadow: 2px 2px 2px rgba(0,0,0,0.15)
}

.special_detail10 .item .b {
    margin-top: 15px;
    color: #999
}

.special_detail10 .item .b a {
    display: inline-block;
    margin-right: 20px
}

.special_detail10 .item .b a:hover {
    color: #333
}

.special_detail11 {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6vw 0
}

.special_detail11 .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    color: #fff
}

.special_detail11 .block>div {
    width: 100%
}

.special_detail11 .d1 .f18 {
    line-height: 1.8
}

.special_detail11 .d2 .f30 img {
    margin: 0 20px
}

.special_detail11 .d2 .tg a {
    margin: 0 20px
}

.special_detail11 .d2 .f30 a:hover {
    text-decoration: underline
}

.layer .video1 {
    width: 900px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    font-size: 0
}

.layer .video1 video {
    width: 100%;
    height: auto
}

@media (max-width: 1800px) {
    .special_detail2a .item {
        width:calc(25% - 15px)
    }

    .special_detail2a .item:nth-child(5n-4) {
        margin-left: 20px
    }

    .special_detail2a .item:nth-child(4n-3) {
        margin-left: 0
    }

    .special_detail2a .item:nth-child(-n+5) {
        margin-top: 20px
    }

    .special_detail2a .item:nth-child(-n+4) {
        margin-top: 0
    }
}

@media (max-width: 1600px) {
    .mt90 {
        margin-top:60px
    }

    .mt70 {
        margin-top: 50px
    }

    .p90 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .special_detail5 .r {
        padding: 50px
    }

    .special_detail5 .r .p a {
        font-size: 16px;
        line-height: 45px;
        height: 45px
    }

    .special_detail5 .r .p a i {
        margin-right: 10px;
        width: 45px
    }

    .special_detail2 .list.c5 .item {
        width: calc(25% - 15px);
        margin-left: 20px;
        margin-top: 20px
    }

    .special_detail2 .list.c5 .item:nth-child(-n+5) {
        margin-top: 20px
    }

    .special_detail2 .list.c5 .item:nth-child(5n-4) {
        margin-left: 20px
    }

    .special_detail2 .list.c5 .item:nth-child(4n-3) {
        margin-left: 0
    }

    .special_detail2 .list.c5 .item:nth-child(-n+4) {
        margin-top: 0
    }
}

@media (max-width: 1480px) {
    .special_detail9 .item .text .t {
        height:110px
    }
}

@media (max-width: 1400px) {
    .new_special .block {
        max-width:none;
        margin-left: 30px;
        margin-right: 30px
    }

    .special_detail2 .item .ico {
        width: 150px;
        height: 150px;
        line-height: 150px
    }

    .special_detail2a .item {
        padding: 25px
    }

    .special_detail2b .item {
        padding: 25px
    }

    .special_detail2a .item .ico {
        width: 150px;
        height: 150px;
        line-height: 150px
    }

    .special_detail2b .item .ico {
        width: 150px;
        height: 150px;
        line-height: 150px
    }

    .special_detail2 .item {
        height: 360px
    }

    .special_detail2b .item {
        padding: 20px 15px
    }

    .special_detail3 .item .f18 {
        line-height: 40px
    }

    .special_detail4 .item .f18 {
        line-height: 40px
    }

    .special_detail5 .r .p {
        margin-top: 15px
    }

    .special_detail5 .r .p a {
        width: calc(50% - 10px)
    }

    .special_detail5 .r .p a:nth-child(3n-2) {
        margin-left: 20px
    }

    .special_detail5 .r .p a:nth-child(2n-1) {
        margin-left: 0
    }

    .special_detail5 .r .d {
        margin-top: 20px
    }

    .special_detail5 .r .d:first-child {
        margin-top: 0
    }

    .special_detail7 .item .text {
        padding: 25px
    }
}

@media (max-width: 768px) {
    .mt90 {
        margin-top:40px
    }

    .mt70 {
        margin-top: 30px
    }

    .mt40 {
        margin-top: 25px
    }

    .p90 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .m40 {
        margin: 0 20px
    }

    .p90 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .mt90 {
        margin-top: 30px
    }

    .mt40 {
        margin-top: 20px
    }

    .m40 {
        margin: 0 15px
    }

    .new_special .btn1 {
        padding: 10px 25px
    }

    .new_special .btn1 img {
        max-height: 25px
    }

    .new_special .block {
        margin-left: 15px;
        margin-right: 15px
    }

    .new_special .f24 {
        font-size: 18px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .new_special .f24 {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .new_special .f24 {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .layer .video1 {
        width:calc(100% - 30px)
    }

    .special_banner {
        height: calc(100vh - 0.95rem)
    }

    .special_banner .d2 .tg a {
        margin: 0 7px
    }

    .special_banner .d2 .f30 img {
        height: 30px
    }

    .tabs1 a {
        margin: 0 10px
    }

    .special_detail2 .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .special_detail2 .item {
        width: calc(50% - 7.5px);
        margin-left: 15px;
        -ms-flex: 0 1 auto;
        -webkit-box-flex: 0;
        flex: 0 1 auto;
        margin-top: 15px;
        height: 220px
    }

    .special_detail2 .item .f16 {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .special_detail2 .item .ico {
        width: 90px;
        height: 90px;
        line-height: 90px
    }

    .special_detail2 .item:nth-child(2n-1) {
        margin-left: 0
    }

    .special_detail2 .item:nth-child(-n+2) {
        margin-top: 0
    }

    .special_detail2a .item {
        width: calc(50% - 7.5px);
        margin-left: 15px !important;
        margin-top: 15px !important;
        padding: 15px
    }

    .special_detail2a .item:nth-child(odd) {
        margin-left: 0 !important
    }

    .special_detail2a .item:nth-child(-n+2) {
        margin-top: 0 !important
    }

    .special_detail2b .item {
        width: calc(50% - 7.5px);
        margin-left: 15px !important;
        margin-top: 15px !important;
        padding: 15px
    }

    .special_detail2b .item:nth-child(odd) {
        margin-left: 0 !important
    }

    .special_detail2b .item:nth-child(-n+2) {
        margin-top: 0 !important
    }

    .special_detail2 .list.c5 .item {
        width: calc(50% - 7.5px);
        margin-left: 15px !important;
        margin-top: 15px !important
    }

    .special_detail2 .list.c5 .item:nth-child(odd) {
        margin-left: 0 !important
    }

    .special_detail2 .list.c5 .item:nth-child(-n+2) {
        margin-top: 0 !important
    }

    .special_detail3 .list {
        display: -ms-flexbox;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .special_detail3 .item {
        width: calc(50% - 7.5px);
        margin-left: 15px;
        margin-top: 15px
    }

    .special_detail3 .item:nth-child(2n-1) {
        margin-left: 0
    }

    .special_detail3 .item:nth-child(-n+4) {
        margin-top: 15px
    }

    .special_detail3 .item:nth-child(-n+2) {
        margin-top: 0
    }

    .special_detail4 .list {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto
    }

    .special_detail4 .item {
        width: calc(50% - 7.5px) !important;
        height: 30vw !important;
        margin-left: 15px;
        margin-top: 15px;
        position: relative;
        left: auto !important;
        top: auto !important
    }

    .special_detail4 .item:nth-child(2n-1) {
        margin-left: 0
    }

    .special_detail4 .item:nth-child(-n+4) {
        margin-top: 15px
    }

    .special_detail4 .item:nth-child(-n+2) {
        margin-top: 0
    }

    .special_detail5 .content {
        display: block
    }

    .special_detail5 .l {
        width: auto;
        height: 70vw
    }

    .special_detail5 .r {
        width: auto;
        padding: 20px
    }

    .special_detail5 .r .p a {
        margin: 0 0 15px 15px;
        font-size: 14px;
        height: 40px;
        line-height: 40px
    }

    .special_detail5 .r .p a:nth-child(3n-2) {
        margin-left: 15px
    }

    .special_detail5 .r .p a:nth-child(2n-1) {
        margin-left: 0
    }

    .special_detail5 .r .p a i {
        width: 30px
    }

    .special_detail6 .content {
        display: block
    }

    .special_detail6 .l {
        width: auto;
        height: 70vw
    }

    .special_detail6 .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 15px auto 0
    }

    .special_detail6 .item .text {
        padding: 15px
    }

    .special_detail6 .item .text .f24 {
        height: auto;
        margin-bottom: 20px
    }

    .special_detail6 .item .text .b {
        font-size: 14px
    }

    .special_detail7 .item {
        height: auto
    }

    .special_detail7 .item .pic {
        height: 30vw
    }

    .special_detail7 .item .text {
        padding: 15px
    }

    .special_detail7 .item .text .b {
        font-size: 14px
    }

    .special_detail8 .item {
        width: calc(50% - 7.5px);
        margin-left: 15px;
        margin-top: 15px
    }

    .special_detail8 .item .f18 {
        line-height: 40px;
        font-size: 14px
    }

    .special_detail8 .item:nth-child(3n-2) {
        margin-left: 15px
    }

    .special_detail8 .item:nth-child(2n-1) {
        margin-left: 0
    }

    .special_detail8 .item:nth-child(-n+3) {
        margin-top: 15px
    }

    .special_detail8 .item:nth-child(-n+2) {
        margin-top: 0
    }

    .special_ask .content {
        height: 50vw;
        padding: 0 20px
    }

    .special_ask .title {
        width: 100%
    }

    .special_ask .title .f48 {
        line-height: 1.3
    }

    .special_detail9 .list {
        display: block
    }

    .special_detail9 .item {
        width: auto;
        margin: 15px 0 0
    }

    .special_detail9 .item:first-child {
        margin-top: 0
    }

    .special_detail9 .item .text .t {
        height: auto;
        margin-bottom: 20px
    }

    .special_detail10 .content {
        display: block
    }

    .special_detail10 .l {
        width: auto;
        height: 70vw
    }

    .special_detail10 .list {
        margin: 15px 0 0;
        padding: 0 20px
    }

    .special_detail10 .item {
        padding: 20px 0
    }

    .special_detail5 .r {
        padding: 20px
    }

    .special_detail10 .l {
        height: auto
    }

    .special_detail10 .l .pic {
        height: 50vw
    }

    .special_detail10 .l .mask {
        padding: 15px 20px;
        position: static;
        background: none;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
        box-shadow: 0 0 10px rgba(0,0,0,0.15);
        color: #333;
        display: block
    }

    .special_detail10 .l .mask .t {
        display: block
    }

    .special_detail10 .l .mask .date {
        margin-top: 10px
    }

    .special_detail10 .l .mask .b {
        margin-top: 10px
    }

    .special_detail7 .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto
    }

    .special_detail7 .item {
        -ms-flex: 0 1 auto;
        -webkit-box-flex: 0;
        flex: 0 1 auto;
        width: calc(50% - 10px);
        margin-top: 20px;
        height: 55vw
    }

    .special_detail7 .item:nth-child(-n+2) {
        margin-top: 0
    }

    .special_detail7 .item:nth-child(2n-1) {
        margin-left: 0
    }

    .special_detail7 .item:nth-child(2n) {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .special_detail7 .item .text {
        height: auto
    }

    .special_detail7 .item .text {
        height: auto
    }

    .special_detail7 .item .text .f24 {
        height: auto;
        margin-bottom: 20px
    }

    .special_ask .title .btn1 {
        margin-top: 20px
    }

    .special_detail9 .item .text {
        padding: 20px
    }
}

@media (max-width: 500px) {
    .special_detail1 .item {
        width:130px;
        height: 130px;
        margin: 10px
    }

    .special_detail1 .item .f22 {
        width: 115px;
        height: 115px;
        font-size: 14px
    }

    .special_detail1 .item:after {
        right: -4px;
        bottom: -4px
    }

    .special_detail2a .item {
        width: calc(50% - 7.5px);
        margin: 15px 0 0 !important;
        display: block;
        border-radius: 8px;
        border-width: 2px;
        padding: 20px 10px;
        text-align: center
    }

    .special_detail2a .item:after {
        content: "";
        clear: both;
        display: block
    }

    .special_detail2a .item:nth-child(even) {
        margin-left: 15px !important
    }

    .special_detail2a .item:nth-child(-n+2) {
        margin-top: 15px !important
    }

    .special_detail2a .item .ico {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin: auto
    }

    .special_detail2a .item .f16 {
        padding: 0
    }

    .special_detail2b .item {
        width: calc(50% - 7.5px);
        margin: 15px 0 0 !important;
        display: block;
        border-radius: 8px;
        border-width: 2px;
        padding: 20px 10px;
        text-align: center
    }

    .special_detail2b .item:after {
        content: "";
        clear: both;
        display: block
    }

    .special_detail2b .item:nth-child(even) {
        margin-left: 15px !important
    }

    .special_detail2b .item:nth-child(-n+2) {
        margin-top: 15px !important
    }

    .special_detail2b .item .ico {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin: auto
    }

    .special_detail2b .item .f16 {
        padding: 0
    }
}

.article {
    padding: 70px 0 80px;
    color: #555;
    background: #fff
}

.article strong {
    font-weight: bold
}

.article em {
    font-style: italic
}

.article .left {
    width: 830px;
    padding-top: 30px
}

.article .left .h1 {
    font-size: 30px;
    text-align: center
}

.article .left .tag {
    font-size: 20px;
    color: #456fc7;
    text-align: center
}

.article .left .tag span {
    margin-right: 10px
}

.article .left .date {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    font-family: Arial
}

.article .left .con {
    padding: 30px 0;
    line-height: 1.5;
    font-size: 16px
}

.article .left .con .share {
    margin-bottom: 20px
}

.article .left .con .share .bdsharebuttonbox {
    float: left
}

.share .bdshare-button-style0-16 a,.share .bdshare-button-style0-16 .bds_more {
    background: url(../image/jjl/icon6.png) 0 0 no-repeat;
    width: 31px;
    height: 31px;
    padding: 0;
    margin: 0 5px 0 0
}

.share .bdshare-button-style0-16 .bds_more {
    background-position: right center;
    float: right
}

.share .bdshare-button-style0-16 .bds_qzone {
    background-position: -38px center
}

.share .bdshare-button-style0-16 .bds_tsina {
    background-position: -111px center
}

.share .bdshare-button-style0-16 .bds_tqq {
    background-position: right center
}

.share .bdshare-button-style0-16 .bds_renren {
    background-position: -76px center
}

.share .bdshare-button-style0-16 .bds_weixin {
    background-position: 0 center
}

.article .left .con .share .c {
    display: inline-block;
    height: 32px;
    vertical-align: middle;
    line-height: 32px;
    font-size: 20px;
    color: #333;
    font-family: Arial;
    margin-left: 15px
}

.article .left .bottom {
    height: 88px;
    line-height: 88px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #c5c5c5;
    overflow: hidden
}

.article .left .bottom .l {
    float: left
}

.article .left .bottom .l .btn {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    margin-left: 40px;
    height: 40px;
    line-height: 36px;
    border: 2px solid #999;
    padding: 0 40px;
    color: #333;
    font-size: 20px;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s
}

.article .left .bottom .l .btn:hover {
    border-color: #445e9f;
    background: #445e9f;
    color: #fff
}

.article .left .bottom .l .tel {
    background: url(../image/jjl/ico4.png) left center no-repeat;
    padding-left: 70px;
    font-size: 24px;
    font-family: Arial;
    color: #333;
    margin-left: 20px;
    padding-top: 1px;
    float: left
}

.article .left .nav {
    margin-top: 20px;
    color: #333;
    height: 20px
}

.article .left .nav .l {
    float: left
}

.article .left .nav .r {
    float: right
}

.article .right {
    width: 325px;
    position: absolute;
    left: 50%;
    margin-left: 273px;
    top: 210px
}

.article .right.f {
    position: fixed;
    top: 20px
}

.article .right.s {
    position: absolute;
    top: auto !important;
    bottom: -30px
}

.article .right .d1 {
    background: url(../image/jjl/bg2.jpg) center center
}

.article .right .d1 .tit {
    padding: 30px 24px 0;
    height: 32px
}

.article .right .d1 .tit .h3 {
    color: #fff;
    font-size: 24px;
    float: left;
    line-height: 1
}

.article .right .d1 .more {
    color: #fff;
    padding: 12px 10px 12px 0;
    text-align: right
}

.article .right .d1 ul {
    clear: both;
    margin-top: 10px
}

.article .right .d1 li {
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #4c6cb1;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s
}

.article .right .d1 li:hover {
    text-indent: 10px
}

.article .right .d2 {
    background: url(../image/jjl/bg2.jpg) center center;
    margin-top: 20px
}

.article .right .d2 .pic img {
    width: 100%;
    height: auto
}

.article .right .d2 h3 {
    text-align: center;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    color: #fff
}

.article .right .d3 {
    margin-top: 30px;
    font-size: 20px;
    color: #333;
    line-height: 32px
}

.article .right .d3 a {
    margin: 0 5px 22px;
    display: inline-block
}

.article .right .d3 a:hover {
    text-shadow: 3px 3px 2px rgba(0,0,0,0.1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.article .right .d3 .b {
    font-size: 30px
}

.article .right .d3 .c {
    color: #456fc7
}

@-webkit-keyframes tel {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    1% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    3% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    6% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes tel {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    1% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    3% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    6% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.tel i {
    animation: tel 6s ease-out 0s infinite;
    -webkit-animation: tel 6s ease-out 0s infinite;
    display: inline-block
}

.build2 {
    padding: 40px 0 55px;
    position: relative
}

.build2 .line2 {
    top: 0
}

.build2 .list {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.build2 .list .item {
    position: relative;
    overflow: hidden;
    float: left;
    width: 388px;
    height: 234px;
    margin: 0 0 16px 16px;
    opacity: 0;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    transform: translateY(100px);
    -webkit-transform: translateY(100px)
}

.build2 .list .item:nth-child(1) {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s
}

.build2 .list .item:nth-child(2) {
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s
}

.build2 .list .item:nth-child(3) {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s
}

.build2 .list .item:nth-child(4) {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s
}

.build2 .list .item:nth-child(5) {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s
}

.build2 .list .item:nth-child(6) {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s
}

.build2.xr-cur .list .item {
    opacity: 1;
    transform: translateY(0px) rotateX(0deg);
    -webkit-transform: translateY(0px) rotateX(0deg)
}

.build2 .list .item.first {
    margin-left: 0
}

.build2 .list .item img {
    width: 100%;
    height: auto;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s
}

.build2 .list .item .logo {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat
}

.build2 .list .item .mask {
    background: url(../image/jjl/bg4.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity="0");
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s
}

.build2 .list .item .mask .cell {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.build2 .list .item .mask .h3 {
    font-size: 32px;
    color: #fff;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s
}

.build2 .list .item .mask p {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    padding: 0 10px
}

.build2 .list .item .mask p a {
    margin: 0 10px;
    display: inline-block
}

.build2 .list .item:hover .mask {
    opacity: 1;
    filter: alpha(opacity="100")
}

.build2 .list .item:hover .mask .h3 {
    transform: translateY(0px);
    -webkit-transform: translateY(0px)
}

.build2 .list .item:hover .mask p {
    transform: translateY(0px);
    -webkit-transform: translateY(0px)
}

.build2 .list .item .more {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.build2 .button {
    margin-top: 40px;
    text-align: center
}

.build2 .button a {
    display: inline-block;
    min-width: 200px;
    height: 58px;
    line-height: 54px;
    border: 2px solid #777;
    font-size: 30px;
    color: #333;
    margin: 0 20px;
    padding: 0 20px;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s
}

.build2 .button a:hover {
    background: #445e9f;
    color: #fff;
    border-color: #445e9f
}

.build2 .button a .h3 {
    display: inline-block;
    color: inherit;
    font-size: inherit
}

@media (max-width: 768px) {
    .article {
        padding:40px 0 0
    }

    .article .left {
        width: auto;
        padding: 0
    }

    .article .left .h1 {
        font-size: 22px
    }

    .article .left .tag span {
        margin-right: 5px
    }

    .article .left .tag {
        font-size: 18px
    }

    .article .left .date {
        margin-top: 0
    }

    .article .left .con {
        padding: 20px 0
    }

    .article .left .con .share {
        margin-bottom: 15px
    }

    .article .left .con .share .c {
        font-size: 18px
    }

    .article .left .bottom {
        height: auto;
        line-height: inherit;
        padding: 15px 15px 20px
    }

    .article .left .bottom .l {
        float: none
    }

    .article .left .bottom .l .tel {
        overflow: hidden;
        margin-left: 0;
        line-height: 1.4
    }

    .article .left .bottom .l .btn {
        margin: 10px 0 0;
        width: 100%;
        padding: 0 15px;
        text-align: center
    }

    .article .left .nav {
        height: auto
    }

    .article .left .nav a {
        float: none !important;
        white-space: nowrap;
        line-height: 1.5;
        height: 1.5em;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block
    }

    .article .right {
        position: static !important;
        width: auto;
        left: 0;
        margin: 30px 0 0
    }

    .article .right .d1 .tit {
        height: auto;
        padding: 20px 15px 0
    }

    .article .right .d1 .tit .h3 {
        float: none
    }

    .article .right .d1 li {
        padding: 0 15px
    }

    .article .right .d3 {
        line-height: 18px
    }

    .article .right .d3 a {
        margin: 0 3vw 15px
    }

    .build2 {
        padding: 40px 0 0
    }

    .build2 .list .item {
        float: none;
        width: 100%;
        opacity: 1;
        margin: 0 0 15px;
        -webkit-transform: none;
        transform: none;
        height: auto
    }

    .build2 .button {
        margin-top: 0px
    }

    .build2 .button a {
        margin-top: 10px;
        font-size: 22px;
        height: 40px;
        line-height: 36px;
        padding: 0 15px
    }
}

.case1 {
    background: url(../image/jjl/bg4.png);
    position: relative
}

.case1 .line4 {
    bottom: -95px
}

.case1 .x-wrap {
    padding: 80px 0;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.case1 .title .h2 {
    color: #fff;
    opacity: 0;
    transition: all 1.5s cubic-bezier(0.5,0,0.3,1) 0s;
    -webkit-transition: all 1.5s cubic-bezier(0.5,0,0.3,1) 0s;
    transform: translateX(-120px);
    -webkit-transform: translateX(-120px);
    font-size: 48px
}

.case1.xr-cur .title .h2 {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    opacity: 1
}

.case1 .title .h3 {
    color: #fff;
    opacity: 0;
    font-size: 24px;
    margin-top: 5px;
    transition: all 1.5s cubic-bezier(0.5,0,0.3,1) 0s;
    -webkit-transition: all 1.5s cubic-bezier(0.5,0,0.3,1) 0s;
    transform: translateX(120px);
    -webkit-transform: translateX(120px)
}

.case1.xr-cur .title .h3 {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    opacity: 1
}

.case1 .num {
    height: 350px;
    width: 880px;
    margin: 20px auto 0;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d
}

.case1 .num>div {
    float: left;
    height: 100%;
    opacity: 0;
    transition: all 1.5s ease-out 0s;
    -webkit-transition: all 1.5s ease-out 0s;
    transform: rotateY(90deg) translateZ(120px);
    -webkit-transform: rotateY(90deg) translateZ(120px)
}

.case1 .num .d1 {
    background: url(../image/jjl/png2_1.png) center center no-repeat;
    width: 244px
}

.case1 .num .d2 {
    background: url(../image/jjl/png2_2.png) center center no-repeat;
    width: 244px;
    margin-left: -44px;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s
}

.case1 .num .d3 {
    background: url(../image/jjl/png2_2.png) center center no-repeat;
    width: 244px;
    margin-left: -44px;
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s
}

.case1 .num .d4 {
    background: url(../image/jjl/png2_3.png) center center no-repeat;
    width: 276px;
    margin-left: -44px;
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s
}

.case1.xr-cur .num>div {
    transform: rotateY(0deg) translateZ(0px);
    -webkit-transform: rotateY(0deg) translateZ(0px);
    opacity: 1
}

.case1 .h {
    font-size: 30px;
    color: #fff;
    text-align: center;
    opacity: 0;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transition: all 1s ease-out 0.5s;
    -webkit-transition: all 1s ease-out 0.5s
}

.case1.xr-cur .h {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1
}

.case2 {
    padding: 0px 0;
    position: relative
}

.case2 .tit {
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
    padding: 50px 0;
    color: #333
}

.case2 .tit h1 {
    font-size: inherit;
    display: inline-block
}

.case2 .tit span {
    margin-right: 15px
}

.case2 .tit2 {
    text-align: center;
    margin-top: 40px
}

.case2 .tit2 h3 {
    font-size: 30px
}

.case2 .tit2 h4 {
    font-size: 48px;
    margin-top: 20px
}

.case2 .list {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.case2 .list .item {
    position: relative;
    overflow: hidden;
    float: left;
    width: 388px;
    height: 234px;
    margin: 0 0 16px 16px;
    opacity: 0;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    transform: translateY(100px);
    -webkit-transform: translateY(100px)
}

.case2 .list .item:nth-child(1) {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s
}

.case2 .list .item:nth-child(2) {
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s
}

.case2 .list .item:nth-child(3) {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s
}

.case2 .list .item:nth-child(4) {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s
}

.case2 .list .item:nth-child(5) {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s
}

.case2 .list .item:nth-child(6) {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s
}

.case2.xr-cur .list .item {
    opacity: 1;
    transform: translateY(0px) rotateX(0deg);
    -webkit-transform: translateY(0px) rotateX(0deg)
}

.case2 .list .item.first {
    margin-left: 0
}

.case2 .list .item img {
    width: 100%;
    height: auto;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s
}

.case2 .list .item .logo {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    display: none
}

.case2 .list .item .mask {
    background: url(../image/jjl/bg4.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity="0");
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s
}

.case2 .list .item .mask .cell {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.case2 .list .item .mask .h3 {
    font-size: 36px;
    color: #fff;
    line-height: 1.2;
    padding: 0 15px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -ms-transform: translateY(-20px);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s
}

.case2 .list .item .mask p {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s
}

.case2 .list .item .mask p a {
    margin: 0 10px;
    display: inline-block
}

.case2 .list .item:hover .mask {
    opacity: 1;
    filter: alpha(opacity="100")
}

.case2 .list .item:hover .mask .h3 {
    transform: translateY(0px);
    -webkit-transform: translateY(0px)
}

.case2 .list .item:hover .mask p {
    transform: translateY(0px);
    -webkit-transform: translateY(0px)
}

.case2 .list .item .more {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.case2 .pages {
    margin: 30px 0 40px
}

.case2 .content {
    height: 353px;
    padding-bottom: 40px
}

.case2 .content .pic {
    float: left;
    width: 585px;
    height: 353px;
    overflow: hidden
}

.case2 .content .pic img {
    width: 100%;
    height: auto
}

.case2 .content .des {
    width: 574px;
    float: right;
    padding-top: 20px
}

.case2 .content .des h3 {
    font-size: 30px
}

.case2 .content .des .tag {
    font-size: 20px;
    color: #445e9f;
    margin-top: 10px
}

.case2 .content .des .tag span {
    margin-right: 10px
}

.case2 .content .des .txt {
    margin-top: 30px;
    line-height: 1.7
}

.case3 {
    padding: 40px 0 60px;
    position: relative
}

.case3 .line2 {
    top: 0
}

.case3 .list {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.case3 .item {
    float: left;
    width: 388px;
    margin-left: 16px;
    opacity: 0;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    transform: translateY(60px);
    -webkit-transform: translateY(60px)
}

.case3 .item:nth-child(1) {
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s
}

.case3 .item:nth-child(2) {
    transition-delay: 0.0s;
    -webkit-transition-delay: 0.0s
}

.case3 .item:nth-child(3) {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s
}

.case3.xr-cur .item {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px)
}

.case3 .item:first-child {
    margin-left: 0
}

.case3 .item .pic {
    height: 234px;
    overflow: hidden
}

.case3 .item .pic img {
    width: 100%;
    height: auto;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s
}

.case3 .item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.case3 .item .h3 {
    margin-top: 20px;
    text-align: center;
    font-size: 20px
}

.case3 .button {
    margin-top: 45px;
    text-align: center
}

.case3 .button a {
    display: inline-block;
    min-width: 220px;
    height: 48px;
    line-height: 48px;
    border: 2px solid #777;
    font-size: 30px;
    color: #333;
    margin: 0 20px;
    padding: 0 20px;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s
}

.case3 .button a:hover {
    background: #445e9f;
    color: #fff;
    border-color: #445e9f
}

.case3 .button a h3 {
    display: inline-block;
    color: inherit;
    font-size: inherit
}

@media (max-width: 768px) {
    .case1 .x-wrap {
        padding:60px 15px
    }

    .case1 .title .h2 {
        font-size: 28px;
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    .case1 .title .h3 {
        font-size: 20px;
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    .case2 {
        padding: 40px 0 0 !important
    }

    .case2 .list .item {
        float: none;
        width: auto;
        height: auto;
        margin: 0 0 15px;
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    .case2 .pages {
        margin: 20px 0 0
    }
}

.case_detail {
    padding: 100px 0 45px
}

.case_detail .mCSB_scrollTools .mCSB_draggerRail {
    width: 100%
}

.case_detail .mCSB_inside>.mCSB_container {
    margin-right: 0
}

.case_detail .tit {
    text-align: center
}

.case_detail .tit .h1 {
    font-size: 30px
}

.case_detail .tit .tag {
    color: #456fc7;
    font-size: 20px
}

.case_detail .tit .tag span {
    margin-right: 10px
}

.case_detail .tit .txt {
    margin-top: 20px;
    padding: 0 90px;
    font-size: 16px;
    line-height: 1.5;
    text-align: left
}

.case_detail .focus {
    margin: 60px auto 0;
    background: url(../image/jjl/mac.png) center top no-repeat;
    padding-top: 39px;
    height: 772px;
    width: 1028px;
    position: relative
}

.case_detail .focus .frame {
    width: 947px;
    height: 535px;
    overflow: hidden;
    margin: auto
}

.case_detail .focus .frame .child {
    float: left;
    width: 100%;
    height: 100%;
    text-align: center
}

.case_detail .focus .frame .child img {
    width: 100%;
    height: auto
}

.case_detail .focus .frame .child .jspPane:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.case_detail .focus .bar {
    position: absolute;
    left: 0;
    bottom: 198px;
    width: 100%;
    text-align: center;
    z-index: 1
}

.case_detail .focus .bar .inner {
    display: inline-block;
    padding: 0 10px;
    background: url(../image/jjl/black64.png);
    height: 54px;
    border-radius: 15px 15px 0 0;
    vertical-align: middle
}

.case_detail .focus .bar .inner .prev {
    background: url(../image/jjl/arrow3.png) left center no-repeat;
    width: 50px;
    height: 100%;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle
}

.case_detail .focus .bar .inner .next {
    background: url(../image/jjl/arrow3.png) right center no-repeat;
    width: 50px;
    height: 100%;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle
}

.case_detail .focus .bar .inner .nav {
    display: inline-block;
    height: 100%;
    margin: 0 10px;
    vertical-align: middle;
    line-height: 54px
}

.case_detail .focus .bar .inner .nav i {
    background: url(../image/jjl/dot1.png) 8px center no-repeat;
    width: 25px;
    height: 25px;
    margin: 0 2px;
    display: inline-block;
    vertical-align: middle
}

.case_detail .focus .bar .inner .nav i.now {
    background-position: -22px center
}

.case_detail .focus2 {
    margin: 60px auto 0;
    background: url(../image/jjl/iphone.png) center top no-repeat;
    padding-top: 90px;
    height: 775px;
    width: 521px;
    position: relative
}

.case_detail .focus2 .frame {
    width: 306px;
    height: 545px;
    overflow: hidden;
    margin: auto
}

.case_detail .focus2 .frame .child {
    float: left;
    width: 100%;
    height: 100%;
    text-align: center
}

.case_detail .focus2 .frame .child img {
    width: 100%;
    height: auto
}

.case_detail .focus2 .frame .child .jspPane:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.case_detail .focus2 .bar {
    position: absolute;
    left: 0;
    bottom: 136px;
    width: 100%;
    text-align: center;
    z-index: 1
}

.case_detail .focus2 .bar .inner {
    display: inline-block;
    padding: 0 10px;
    background: url(../image/jjl/black64.png);
    height: 54px;
    border-radius: 15px 15px 0 0;
    vertical-align: middle
}

.case_detail .focus2 .bar .inner .prev {
    background: url(../image/jjl/arrow3.png) left center no-repeat;
    width: 50px;
    height: 100%;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle
}

.case_detail .focus2 .bar .inner .next {
    background: url(../image/jjl/arrow3.png) right center no-repeat;
    width: 50px;
    height: 100%;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle
}

.case_detail .focus2 .bar .inner .nav {
    display: inline-block;
    height: 100%;
    margin: 0 10px;
    vertical-align: middle;
    line-height: 54px
}

.case_detail .focus2 .bar .inner .nav i {
    background: url(../image/jjl/dot1.png) 8px center no-repeat;
    width: 25px;
    height: 25px;
    margin: 0 2px;
    display: inline-block;
    vertical-align: middle
}

.case_detail .focus2 .bar .inner .nav i.now {
    background-position: -22px center
}

.case_detail .tip {
    text-align: center;
    line-height: 1.8;
    margin-top: -30px
}

.case_detail .serv .button {
    margin-top: 40px
}

.case_detail .more {
    text-align: center
}

.case_detail .more {
    margin-top: 45px;
    text-align: center
}

.case_detail .more a.link {
    display: inline-block;
    width: 262px;
    height: 48px;
    line-height: 48px;
    border: 2px solid #777;
    font-size: 16px;
    color: #333;
    margin: 0 15px
}

.case_detail .more a.link:hover {
    background-color: #445e9f;
    color: #fff;
    border-color: #445e9f
}

.case_detail .more a.link.l {
    background: url(../image/jjl/button2.png) center top no-repeat;
    border: none;
    height: 52px;
    line-height: 52px;
    padding-left: 20px
}

.case_detail .more a.link.l:hover {
    background-position: center bottom
}

.case_detail .more a.link.r {
    background: url(../image/jjl/button3.png) center top no-repeat;
    border: none;
    height: 52px;
    line-height: 52px;
    padding-right: 20px
}

.case_detail .more a.link.r:hover {
    background-position: center bottom
}

@media (max-width: 768px) {
    .case_detail {
        padding:40px 0 0
    }

    .case_detail .tit .h1 {
        font-size: 22px
    }

    .case_detail .tit .tag span {
        margin-right: 5px
    }

    .case_detail .tit .tag {
        font-size: 18px
    }

    .case_detail .tit .txt {
        padding: 0;
        margin-top: 15px
    }

    .case_detail .focus {
        width: 100%;
        height: 70vw;
        margin-top: 20px;
        background-size: cover;
        padding-top: 3vw
    }

    .case_detail .focus .frame {
        width: 87.5vw !important;
        height: 51vw
    }

    .case_detail .focus .bar {
        bottom: 15vw
    }

    .case_detail .focus .bar .inner {
        background-size: cover;
        height: 40px
    }

    .case_detail .focus .bar .inner .prev,.case_detail .focus .bar .inner .next {
        width: 40px;
        background-size: 200% auto
    }

    .case_detail .focus .bar .inner .nav i {
        width: 20px;
        height: 20px
    }

    .case_detail .focus .bar .inner .nav {
        line-height: 40px
    }

    .case_detail .focus2 {
        margin-top: 40px;
        background-size: cover;
        width: 100%;
        height: 141vw;
        padding-top: 14vw
    }

    .case_detail .focus2 .frame {
        width: 58.5vw !important;
        height: 102vw
    }

    .case_detail .focus2 .bar {
        bottom: 24.8vw
    }

    .case_detail .focus2 .bar .inner {
        background-size: cover;
        height: 40px
    }

    .case_detail .focus2 .bar .inner .prev,.case_detail .focus2 .bar .inner .next {
        width: 40px;
        background-size: 200% auto
    }

    .case_detail .focus2 .bar .inner .nav i {
        width: 20px;
        height: 20px
    }

    .case_detail .focus2 .bar .inner .nav {
        line-height: 40px
    }

    .case_detail .more {
        overflow: hidden;
        margin-top: 30px
    }

    .case_detail .more a.link.l {
        float: left
    }

    .case_detail .more a.link.r {
        float: right;
        margin-top: 10px
    }
}

.specail_pic_list1 {
    padding: 50px 0;
    position: relative
}

.specail_pic_list1 .line2 {
    top: 0
}

.specail_pic_list1 .list {
    -webkit-perspective: 1200px;
    perspective: 1200px;
    margin-top: 50px
}

.specail_pic_list1 .list .item {
    position: relative;
    overflow: hidden;
    float: left;
    width: 388px;
    height: 234px;
    margin: 0 0 16px 16px;
    opacity: 0;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    transform: translateY(100px);
    -webkit-transform: translateY(100px)
}

.specail_pic_list1 .list .item:nth-child(1) {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s
}

.specail_pic_list1 .list .item:nth-child(2) {
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s
}

.specail_pic_list1 .list .item:nth-child(3) {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s
}

.specail_pic_list1 .list .item:nth-child(4) {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s
}

.specail_pic_list1 .list .item:nth-child(5) {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s
}

.specail_pic_list1 .list .item:nth-child(6) {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s
}

.specail_pic_list1.show .list .item {
    opacity: 1;
    transform: translateY(0px) rotateX(0deg);
    -webkit-transform: translateY(0px) rotateX(0deg)
}

.specail_pic_list1 .list .item.first {
    margin-left: 0
}

.specail_pic_list1 .list .item img {
    width: 100%;
    height: auto;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s
}

.specail_pic_list1 .list .item .logo {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat
}

.specail_pic_list1 .list .item .mask {
    background: url(../image/jjl/bg4.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity="0");
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s
}

.specail_pic_list1 .list .item .mask .cell {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.specail_pic_list1 .list .item .mask .h3 {
    font-size: 36px;
    color: #fff;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s
}

.specail_pic_list1 .list .item .mask p {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s
}

.specail_pic_list1 .list .item .mask p a {
    margin: 0 10px;
    display: inline-block
}

.specail_pic_list1 .list .item:hover .mask {
    opacity: 1;
    filter: alpha(opacity="100")
}

.specail_pic_list1 .list .item:hover .mask .h3 {
    transform: translateY(0px);
    -webkit-transform: translateY(0px)
}

.specail_pic_list1 .list .item:hover .mask p {
    transform: translateY(0px);
    -webkit-transform: translateY(0px)
}

.specail_pic_list1 .list .item .more {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

@media (max-width: 768px) {
    .specail_pic_list1 {
        padding:40px 0 0
    }

    .title .h2 {
        font-size: 28px
    }

    .specail_pic_list1 .list {
        margin-top: 20px
    }

    .specail_pic_list1 .list .item {
        width: 100% !important;
        margin: 0 0 15px;
        height: auto
    }

    .specail_pic_list1 .list .item .mask {
        display: none
    }

    .specail_pic_list1 .list .item:last-child {
        margin-bottom: 0
    }
}

.special1 {
    padding: 90px 0 160px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat
}

.special1 .img img {
    transform: scale(0) rotateY(-360deg);
    -webkit-transform: scale(0) rotateY(-360deg);
    transition: all 1.5s ease-out 0s;
    -webkit-transition: all 1.5s ease-out 0s
}

.special1.show .img img {
    transform: scale(1) rotateY(0deg);
    -webkit-transform: scale(1) rotateY(0deg)
}

.special1 .block {
    text-align: center;
    color: #fff
}

.special1 .h1 {
    font-size: 48px;
    margin-top: 15px
}

.special1 .h2 {
    font-size: 24px;
    margin-top: 15px;
    color: #fff
}

.special1 .text {
    font-size: 14px;
    margin-top: 25px;
    line-height: 1.5
}

.special1 .nav {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 70px;
    background: url(../image/jjl/black64.png);
    line-height: 70px;
    text-align: center
}

.special1 .nav a {
    font-size: 16px;
    margin: 0 20px;
    color: #fff
}

.special2 .block {
    position: relative;
    padding: 140px 0 0
}

.special2 .img {
    position: absolute
}

.special2 .content {
    position: relative;
    opacity: 0;
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s
}

.special2.xr-cur .content {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    opacity: 1
}

.special2 .h1 {
    font-size: 48px;
    color: #333
}

.special2 .h2 {
    font-size: 30px;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-family: 'Times New Roman'
}

.special2 .h3 {
    font-size: 30px;
}

.special2 .txt {
    font-size: 16px;
    margin-top: 12px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 40px
}

.sbtn {
    position: relative;
    text-align: center;
    margin-top: 120px
}

.sbtn:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #777;
    position: absolute;
    top: 50%;
    left: 0
}

.sbtn span {
    background: url(../image/jjl/bg1.png);
    padding: 0 20px;
    display: inline-block;
    position: relative
}

.sbtn a.more {
    background: #4461a0;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    height: 80px;
    line-height: 75px;
    width: 345px;
    font-size: 24px;
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1)
}

.sbtn a.more img {
    margin-right: 10px
}

.sbtn a.more:hover img {
    animation: sb 0.5s ease-out 0s 1;
    -webkit-animation: sb 0.5s ease-out 0s 1
}

@-webkit-keyframes sb {
    0% {
        -webkit-transform: rotate(0deg)
    }

    30% {
        -webkit-transform: rotate(-8deg)
    }

    70% {
        -webkit-transform: rotate(4deg)
    }

    100% {
        -webkit-transform: rotate(0deg)
    }
}

@keyframes sb {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    30% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }

    70% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.special3 {
    padding: 100px 0 0
}

.special3 .block {
    position: relative
}

.special3 .left {
    float: none
}

.special3 .item {
    margin-bottom: 40px;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s
}

.special3.xr-cur .item {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    opacity: 1
}

.special3 .item:nth-child(2) {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s
}

.special3 .item:nth-child(3) {
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s
}

.special3 .item strong {
    font-size: 200px;
    color: #333;
    font-family: Impact,Haettenschweiler,"Franklin Gothic Bold","Arial Black",sans-serif;
    float: left;
    line-height: 1;
    margin-right: 20px
}

.special3 .item .h1 {
    font-size: 30px;
    color: #333;
    padding-top: 110px
}

.special3 .item p {
    font-size: 16px;
    margin-top: 3px
}

.special3 .item:after {
    content: "";
    clear: both;
    display: block
}

.special3 .right {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right
}

.special3 .right .h1 {
    font-size: 48px;
    color: #333
}

.special3 .right .h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Times New Roman'
}

.special3 .right .text {
    margin-top: 15px;
    line-height: 1.6
}

.special4 {
    padding: 100px 0 100px
}

.special4 .step {
    background: url(../image/jjl/bg2.png) center center no-repeat;
    height: 251px;
    width: 1200px;
    margin: auto;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s
}

.special4.xr-cur .step {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1
}

.special4 .step .item {
    width: 125px;
    height: 125px;
    text-align: center;
    position: absolute
}

.special4 .step .item .h {
    height: 125px
}

.special4 .step .item .h b {
    font-size: 35px;
    color: #fff;
    font-family: Impact,Haettenschweiler,"Franklin Gothic Bold","Arial Black",sans-serif;
    display: block;
    padding-top: 15px
}

.special4 .step .d1 {
    left: 15px;
    top: 14px
}

.special4 .step .d2 {
    left: 163px;
    top: 110px
}

.special4 .step .d3 {
    left: 313px;
    top: 14px
}

.special4 .step .d4 {
    left: 463px;
    top: 110px
}

.special4 .step .d5 {
    left: 612px;
    top: 14px
}

.special4 .step .d6 {
    left: 762px;
    top: 110px
}

.special4 .step .d7 {
    left: 911px;
    top: 14px
}

.special4 .step .d8 {
    left: 1060px;
    top: 110px
}

.special4 .step .even .t {
    background: url(../image/jjl/icon4_0.png) top center no-repeat;
    padding-top: 80px;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    margin-top: -15px;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s
}

.special4 .step .odd .t {
    background: url(../image/jjl/icon4_0.png) bottom center no-repeat;
    padding-bottom: 80px;
    position: absolute;
    width: 100%;
    bottom: 100%;
    left: 0;
    margin-bottom: -15px;
    opacity: 0;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s
}

.special4 .step .d2 .t {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s
}

.special4 .step .d3 .t {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s
}

.special4 .step .d4 .t {
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s
}

.special4 .step .d5 .t {
    transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s
}

.special4 .step .d6 .t {
    transition-delay: 1s;
    -webkit-transition-delay: 1s
}

.special4 .step .d7 .t {
    transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s
}

.special4 .step .d8 .t {
    transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s
}

.special4 .step .t.act {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1
}

.special4 .step .t h4 {
    font-size: 20px
}

.special4 .step .t p {
    font-size: 13.5px;
    line-height: 1.2;
    margin-top: 8px
}

.special4 .pics {
    margin-top: 120px
}

.special4 .pics .tit {
    text-align: center
}

.special4 .pics .tit .h1 {
    font-size: 48px;
    color: #333
}

.special4 .pics .tit .h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Times New Roman'
}

.special4 .pics .list {
    margin-top: 50px;
    position: relative;
    height: 895px
}

.special4 .pics .list .item {
    position: absolute;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s
}

.special4 .pics .list .item img {
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s
}

.special4 .pics .list .item:hover {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
    box-shadow: 0 0 15px rgba(0,0,0,0.5)
}

.special4 .pics .list .item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.special4 .pics .list .item .mask {
    background: url(../image/jjl/bg4.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity="0");
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s
}

.special4 .pics .list .item .mask .cell {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.special4 .pics .list .item .mask .h3 {
    font-size: 36px;
    color: #fff;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s
}

.special4 .pics .list .item .mask p {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s
}

.special4 .pics .list .item .mask p a {
    margin: 0 10px;
    display: inline-block
}

.special4 .pics .list .item:hover .mask {
    opacity: 1;
    filter: alpha(opacity="100")
}

.special4 .pics .list .item:hover .mask .h3 {
    transform: translateY(0px);
    -webkit-transform: translateY(0px)
}

.special4 .pics .list .item:hover .mask p {
    transform: translateY(0px);
    -webkit-transform: translateY(0px)
}

.special5 {
    background: #fff;
    padding: 80px 0 120px
}

.special5 .h1 {
    text-align: center;
    font-size: 48px;
    color: #333
}

.special5 .h2 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Times New Roman'
}

.special5 .form {
    margin: 30px auto 0;
    width: 684px
}

.special5 .form .p:after {
    content: "";
    display: block;
    clear: both
}

.special5 .ipt {
    border: 1px solid #999;
    float: left;
    border-radius: 5px;
    margin-bottom: 20px
}

.special5 .ipt input {
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    border: none
}

.special5 .ipt select {
    width: 100%;
    height: 45px;
    border: none;
    padding: 0 10px;
    font-size: 18px
}

.special5 .ipt textarea {
    width: 100%;
    resize: none;
    border: none;
    padding: 10px 20px;
    font-size: 18px
}

.special5 .form .button {
    margin-top: 10px;
    text-align: center
}

.special5 .form .button input {
    border: 1px solid #999;
    font-size: 18px;
    height: 45px;
    border-radius: 5px;
    width: 200px;
    cursor: pointer
}

.special5 .tip {
    margin-top: 30px;
    text-align: center;
    color: #333
}

@media (max-width: 768px) {
    .special2 .content {
        transform:translateX(0px);
        -webkit-transform: translateX(0px);
        opacity: 1
    }

    .special3 .item {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        opacity: 1
    }

    .special4 .step {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        opacity: 1
    }

    .special1 {
        padding: 50px 0 0;
        background-size: cover
    }

    .special1 .img img {
        width: 40%
    }

    .special1 .h1 {
        font-size: 28px;
        margin-top: 5px
    }

    .special1 .h2 {
        font-size: 20px;
        margin-top: 5px
    }

    .special1 .text {
        margin-top: 15px
    }

    .special1 .nav {
        position: relative;
        height: auto;
        line-height: inherit;
        padding: 5px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px
    }

    .special1 .nav a {
        font-size: 14px;
        margin: 5px;
        display: inline-block
    }

    .special2 .block {
        padding: 40px 0
    }

    .special2 .img {
        display: none
    }

    .special2 .h1 {
        font-size: 28px
    }

    .special2 .h2 {
        font-size: 22px;
        margin-bottom: 20px
    }

    .special2 .h3 {
        font-size: 22px
    }

    .special2 .txt {
        margin-top: 5px;
        margin-bottom: 20px
    }

    .sbtn {
        margin-top: 20px
    }

    .sbtn span {
        padding: 0
    }

    .sbtn a.more {
        width: 100%;
        padding: 0 20px;
        height: 60px;
        line-height: 55px
    }

    .sbtn a.more img {
        width: 25px
    }

    .special3 {
        padding: 40px 0 0
    }

    .special3 .item {
        margin-bottom: 20px
    }

    .special3 .item strong {
        font-size: 42px
    }

    .special3 .right {
        position: static;
        text-align: left
    }

    .special3 .item .h1 {
        padding-top: 0px;
        line-height: 1.4
    }

    .special3 .right .h1 {
        font-size: 28px
    }

    .special3 .right .h2 {
        font-size: 22px
    }

    .special3 .right .text {
        margin-top: 5px
    }

    .special4 {
        padding: 40px 0 0
    }

    .special4 .step {
        background: none;
        width: auto;
        height: auto
    }

    .special4 .step .item {
        position: static;
        width: auto;
        height: auto
    }

    .special4 .step .item+.item {
        margin-top: 25px
    }

    .special4 .step .item .h {
        background: #4461a0;
        border-radius: 50%;
        width: 125px;
        margin: auto
    }

    .special4 .step .t {
        position: static !important;
        -webkit-transform: none !important;
        transform: none !important;
        opacity: 1 !important;
        margin: 0 0 0 !important;
        padding: 0 0 0 !important;
        background: none !important
    }

    .special4 .step .t h4 {
        margin: 10px 0
    }

    .special4 .pics {
        margin-top: 40px
    }

    .special4 .pics .tit .h1 {
        font-size: 28px
    }

    .special4 .pics .tit .h2 {
        font-size: 22px
    }

    .special4 .pics .list {
        height: auto;
        margin-top: 20px
    }

    .special4 .pics .list .item {
        position: relative;
        top: auto !important;
        left: auto !important
    }

    .special4 .pics .list .item .mask {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }

    .special4 .pics .list .item img {
        width: 100%
    }

    .special4 .pics .list .item .mask .h3 {
        -webkit-transform: none;
        transform: none
    }

    .special5 {
        padding: 40px 0
    }

    .special5 .h1 {
        font-size: 28px
    }

    .special5 .h2 {
        font-size: 22px
    }

    .special5 .form {
        width: auto;
        margin-top: 20px
    }

    .special5 .ipt {
        float: none;
        margin-right: 0 !important;
        margin-bottom: 10px
    }

    .special5 .ipt input {
        width: 100% !important;
        padding: 0 15px
    }

    .special5 .ipt select {
        width: 100% !important;
        padding: 0 15px
    }

    .special5 .ipt textarea {
        width: 100% !important;
        height: 120px;
        padding: 10px 15px;
        display: block
    }

    .special5 .form .button {
        margin-top: 15px
    }
}

#body {
    position: relative;
    height: 100%
}

.museum_title {
    text-align: center;
    -webkit-perspective: 500px;
    perspective: 500px
}

.museum_title .h2 {
    font-size: 48px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d
}

.museum_title .h2 i {
    transform: rotateY(90deg) translateZ(-90px) scale(0.3);
    -webkit-transform: rotateY(90deg) translateZ(-90px) scale(0.3);
    opacity: 0;
    display: inline-block;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s
}

.museum_title .h3 {
    font-size: 24px;
    margin-top: 5px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d
}

.museum_title .h3 i {
    transform: rotateY(-90deg) translateZ(-90px) scale(0.3);
    -webkit-transform: rotateY(-90deg) translateZ(-90px) scale(0.3);
    opacity: 0;
    display: inline-block;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s
}

.museum_title.act i {
    transform: rotateY(0deg) translateZ(0px) scale(1);
    -webkit-transform: rotateY(0deg) translateZ(0px) scale(1);
    opacity: 1
}

.museum_title .button {
    margin-top: 20px
}

.museum_title .button .a {
    display: inline-block;
    min-width: 265px;
    height: 54px;
    line-height: 52px;
    font-size: 30px;
    color: #333;
    position: relative;
    text-align: center
}

.museum_title .button svg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    fill: none;
    width: 100%;
    stroke-dasharray: 320,324;
    stroke-dashoffset: 320
}

.museum_title .button #svg2 {
    display: none
}

.museum_title .button path {
    stroke: #777;
    stroke-width: 4px
}

.museum_title .button .a a {
    display: block;
    height: 100%;
    position: relative;
    border: 2px solid #777;
    padding: 0 20px;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s
}

.museum_title .button .a a:hover {
    background: #445e9f;
    color: #fff;
    border-color: #445e9f
}

.old_museum1 {
    position: relative;
    overflow: hidden;
    height: 100vh;
    background: url(../image/museum/bg.png)
}

.old_museum1 .logo {
    background: url(../image/museum/logo.png) center center no-repeat;
    width: 211px;
    height: 61px;
    position: absolute;
    left: 50px;
    top: 50px;
    z-index: 5
}

.old_museum1 .logo a {
    display: block;
    height: 100%
}

.old_museum1 .tools {
    position: absolute;
    right: 50px;
    top: 30px;
    z-index: 5
}

.old_museum1 .links {
    width: 160px;
    height: 52px;
    border-radius: 26px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.15);
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    line-height: 52px;
    text-align: center;
    margin-right: 15px;
    float: left;
    background: #815b4e;
    font-size: 18px;
    color: #fff
}

.old_museum1 .tel {
    font-size: 36px;
    color: #fff;
    line-height: 52px;
    float: left
}

.old_museum1 .tel i {
    width: 52px;
    height: 52px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.15);
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    line-height: 45px;
    text-align: center;
    margin-right: 15px;
    float: left;
    background: #815b4e url(../image/museum/ico_tel.png) center center no-repeat;
    background-size: 50% auto
}

.old_museum1 .pic1 {
    background: url(../image/museum/pic4.jpg) center center no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.2);
    box-shadow: 0 0 40px rgba(0,0,0,0.2);
    position: absolute;
    left: 0;
    top: 0;
    right: 50%;
    margin-right: 35vh;
    height: 73vh;
    z-index: 1;
    transform: translate(-10vh,-10vh);
    -webkit-transform: translate(-10vh,-10vh);
    opacity: 0
}

.old_museum1 .pic2 {
    background: url(../image/museum/pic5.jpg) center center no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.2);
    box-shadow: 0 0 40px rgba(0,0,0,0.2);
    position: absolute;
    left: 0;
    bottom: 0;
    right: 50%;
    height: 45vh;
    margin-right: -35px;
    transform: translate(-10vh,10vh);
    -webkit-transform: translate(-10vh,10vh);
    opacity: 0
}

.old_museum1 .pic3 {
    background: url(../image/museum/pic6.jpg) center center no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.2);
    box-shadow: 0 0 40px rgba(0,0,0,0.2);
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: 12vh;
    height: 40vh;
    z-index: 3;
    transform: translate(10vh,-10vh);
    -webkit-transform: translate(10vh,-10vh);
    opacity: 0
}

.old_museum1 .bg1 {
    background: url(../image/museum/pic7.jpg) center center;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.3);
    box-shadow: 0 0 40px rgba(0,0,0,0.3);
    position: absolute;
    left: 50%;
    margin-left: -23vh;
    top: 0;
    height: 24vh;
    width: 56vh;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    opacity: 0;
    transform-origin: center top;
    -webkit-transform-origin: center top
}

.old_museum1 .bg2 {
    background: url(../image/museum/pic2.jpg) center center;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.3);
    box-shadow: 0 0 40px rgba(0,0,0,0.3);
    position: absolute;
    left: 50%;
    margin-left: 27vh;
    top: 36vh;
    height: 46vh;
    width: 53vh;
    z-index: 4;
    opacity: 0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8)
}

.old_museum1 .bg3 {
    background: url(../image/museum/pic3.jpg) center center;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.3);
    box-shadow: 0 0 40px rgba(0,0,0,0.3);
    position: absolute;
    right: 50%;
    margin-right: 20vh;
    bottom: 0;
    height: 35.8vh;
    width: 51.8vh;
    z-index: 4;
    opacity: 0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: center bottom;
    -webkit-transform-origin: center bottom
}

.old_museum1 .t1 {
    background: url(../image/museum/t1.png) center center no-repeat;
    position: absolute;
    left: 50%;
    top: 31vh;
    width: 60vh;
    height: 16.8vh;
    margin-left: -32vh;
    background-size: contain;
    transform: translateX(-10vh);
    -webkit-transform: translateX(-10vh);
    opacity: 0
}

.old_museum1 .t2 {
    background: url(../image/museum/t2.png) center center no-repeat;
    position: absolute;
    left: 50%;
    bottom: -4vh;
    width: 60vh;
    height: 16.8vh;
    margin-left: -1vh;
    background-size: contain;
    transform: translateX(10vh);
    -webkit-transform: translateX(10vh);
    opacity: 0
}

.old_museum1 .pic4 {
    background: url(../image/museum/img3.png) center center no-repeat;
    position: absolute;
    width: 55vh;
    height: 35vh;
    top: 0;
    left: 50%;
    margin-left: -20vh;
    z-index: 2;
    background-size: contain;
    transform: translate(0,-10vh);
    -webkit-transform: translate(0,-10vh);
    opacity: 0
}

.old_museum1 .pic5 {
    background: url(../image/museum/img1.png) center center no-repeat;
    position: absolute;
    width: 58vh;
    height: 63.5vh;
    top: 25vh;
    left: 50%;
    margin-left: 23vh;
    z-index: 5;
    background-size: contain;
    transform: translate(10vh,0);
    -webkit-transform: translate(10vh,0);
    opacity: 0
}

.old_museum1 .pic6 {
    background: url(../image/museum/img2.png) center center no-repeat;
    position: absolute;
    width: 51.5vh;
    height: 49.5vh;
    bottom: 0;
    right: 50%;
    margin-right: 9vh;
    z-index: 4;
    background-size: contain;
    transform: translate(0,10vh);
    -webkit-transform: translate(0,10vh);
    opacity: 0
}

.old_museum1 .pic7 {
    background: url(../image/museum/pic1.jpg) center center no-repeat;
    position: absolute;
    width: 60vh;
    height: 46.8vh;
    bottom: 0;
    right: 0%;
    z-index: 4;
    background-size: cover;
    transform: translate(10vh,10vh);
    -webkit-transform: translate(10vh,10vh);
    opacity: 0
}

.old_museum1 .text {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-align: center;
    margin-top: 5vh;
    opacity: 0;
    z-index: 5
}

.old_museum1 .text .h {
    font-size: 48px
}

.old_museum1 .text .p {
    font-size: 18px;
    margin-top: 25px
}

.old_museum1 .mouse {
    background: url(../image/museum/ico1.png) center center no-repeat;
    width: 26px;
    height: 41px;
    position: absolute;
    left: 50%;
    bottom: 50px;
    margin-left: -13px;
    opacity: 0
}

.old_museum1.show .pic1 {
    transition: all 2s ease-out 0s;
    -webkit-transition: all 2s ease-out 0s;
    transform: none;
    -webkit-transform: none;
    opacity: 1
}

.old_museum1.show .pic2 {
    transition: all 2s ease-out 0s;
    -webkit-transition: all 2s ease-out 0s;
    transform: none;
    -webkit-transform: none;
    opacity: 1
}

.old_museum1.show .pic3 {
    transition: all 2s ease-out 0s;
    -webkit-transition: all 2s ease-out 0s;
    transform: none;
    -webkit-transform: none;
    opacity: 1
}

.old_museum1.show .pic4 {
    transition: all 2s ease-out 0s;
    -webkit-transition: all 2s ease-out 0s;
    transform: none;
    -webkit-transform: none;
    opacity: 1;
    transition-delay: 1s;
    -webkit-transition-delay: 1s
}

.old_museum1.show .pic5 {
    transition: all 2s ease-out 0s;
    -webkit-transition: all 2s ease-out 0s;
    transform: none;
    -webkit-transform: none;
    opacity: 1;
    transition-delay: 1s;
    -webkit-transition-delay: 1s
}

.old_museum1.show .pic6 {
    transition: all 2s ease-out 0s;
    -webkit-transition: all 2s ease-out 0s;
    transform: none;
    -webkit-transform: none;
    opacity: 1;
    transition-delay: 1s;
    -webkit-transition-delay: 1s
}

.old_museum1.show .pic7 {
    transition: all 2s ease-out 0s;
    -webkit-transition: all 2s ease-out 0s;
    transform: none;
    -webkit-transform: none;
    opacity: 1;
    transition-delay: 1s;
    -webkit-transition-delay: 1s
}

.old_museum1.show .bg1 {
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    transform: none;
    -webkit-transform: none;
    opacity: 1;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s
}

.old_museum1.show .bg2 {
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    transform: none;
    -webkit-transform: none;
    opacity: 1;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s
}

.old_museum1.show .bg3 {
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    transform: none;
    -webkit-transform: none;
    opacity: 1;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s
}

.old_museum1.show .t1 {
    transition: all 2s ease-out 0s;
    -webkit-transition: all 2s ease-out 0s;
    transform: none;
    -webkit-transform: none;
    opacity: 1;
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s
}

.old_museum1.show .t2 {
    transition: all 2s ease-out 0s;
    -webkit-transition: all 2s ease-out 0s;
    transform: none;
    -webkit-transform: none;
    opacity: 1;
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s
}

.old_museum1.show .text {
    transition: all 2s ease-out 0s;
    -webkit-transition: all 2s ease-out 0s;
    opacity: 1;
    margin-top: -2vh;
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s
}

.old_museum1.show .mouse {
    transform: none;
    -webkit-transform: none;
    opacity: 1
}

.old_museum2 {
    overflow: auto
}

.old_museum2 .inner {
    background: url(../image/museum/bg.jpg) left center no-repeat;
    background-size: cover;
    width: 12700px;
    height: 100vh;
    position: relative;
    overflow: hidden
}

.old_museum2 .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 6px
}

.old_museum2 .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    margin: auto;
    height: 100%
}

.old_museum2 .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    margin: auto;
    height: 100%
}

.old_museum2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 0
}

.old_museum2 .pic1 {
    width: 481px;
    height: 100%;
    background: url(../image/museum/pic8_1.png) left bottom no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: contain
}

.old_museum2 .text1 {
    width: 1109px;
    height: 678px;
    background: url(../image/museum/png1.png) center center no-repeat;
    position: absolute;
    left: 520px;
    top: 50%;
    margin-top: -338px
}

.old_museum2 .text1 h2 {
    position: absolute;
    font-size: 48px;
    color: #fff;
    left: 78px;
    top: 130px;
    margin: 0;
    line-height: 1.2
}

.old_museum2 .text1 h3 {
    position: absolute;
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin: 0;
    line-height: 1.2
}

.old_museum2 .text1 .d1 {
    left: 126px;
    top: 430px
}

.old_museum2 .text1 .d2 {
    left: 257px;
    top: 506px
}

.old_museum2 .text1 .d3 {
    left: 452px;
    top: 371px
}

.old_museum2 .text1 .d4 {
    left: 490px;
    top: 174px
}

.old_museum2 .text1 .d5 {
    left: 580px;
    top: 557px
}

.old_museum2 .text1 .d6 {
    left: 698px;
    top: 276px
}

.old_museum2 .text1 .d7 {
    left: 819px;
    top: 483px
}

.old_museum2 .text1 .d8 {
    left: 912px;
    top: 310px
}

.old_museum2 .pic2 {
    width: 771px;
    height: 100%;
    background: url(../image/museum/pic8_2.png) left bottom no-repeat;
    position: absolute;
    left: 2050px;
    bottom: 0;
    background-size: contain
}

.old_museum2 .text2 {
    width: 1200px;
    height: 573px;
    position: absolute;
    left: 2638px;
    top: 50%;
    margin-top: -280px;
    background-size: contain
}

.old_museum2 .text2 h2 {
    position: absolute;
    font-size: 48px;
    color: #fff;
    left: 0;
    top: -10px
}

.old_museum2 .list {
    position: absolute;
    color: #fff;
    left: 108px;
    top: 90px
}

.old_museum2 .list h3 {
    font-size: 24px
}

.old_museum2 .list p {
    font-size: 16px
}

.old_museum2 .list .item {
    height: 88px
}

.old_museum2 .list .item:before {
    content: "";
    vertical-align: middle;
    height: 100%;
    display: inline-block
}

.old_museum2 .list .item img {
    vertical-align: middle
}

.old_museum2 .list .item h3 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 50px
}

.old_museum2 .list .item p {
    display: inline-block;
    vertical-align: middle
}

.old_museum2 .list .item:nth-child(2) {
    height: 100px;
    padding-left: 50px
}

.old_museum2 .list .item:nth-child(3) {
    height: 100px;
    padding-left: 96px
}

.old_museum2 .list .item:nth-child(4) {
    height: 100px;
    padding-left: 122px
}

.old_museum2 .list .item:nth-child(5) {
    height: 100px;
    padding-left: 175px
}

.old_museum2 .pic3 {
    width: 743px;
    height: 100%;
    background: url(../image/museum/pic8_3.png) left bottom no-repeat;
    position: absolute;
    left: calc(2295px + 3900px);
    bottom: -10px;
    background-size: contain
}

.old_museum2 .text3 {
    width: 1396px;
    height: 836px;
    background: url(../image/museum/png3.png) center center no-repeat;
    position: absolute;
    left: calc(2295px + 4460px);
    top: 50%;
    margin-top: -395px;
    background-size: contain
}

.old_museum2 .text3 h2 {
    position: absolute;
    font-size: 48px;
    color: #fff;
    left: 0;
    top: 50%;
    margin-top: -15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.old_museum2 .text3 .d1 {
    position: absolute;
    top: 50%;
    left: 263px;
    width: 400px;
    text-align: center;
    color: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin-top: -15px
}

.old_museum2 .text3 .d2 {
    position: absolute;
    top: 50%;
    left: 680px;
    width: 480px;
    text-align: center;
    color: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin-top: -15px
}

.old_museum2 .text3 h3 {
    font-size: 24px
}

.old_museum2 .text3 p {
    font-size: 16px;
    margin-top: 20px
}

.old_museum2 .text4 {
    width: 1735px;
    height: 424px;
    background: url(../image/museum/png4.png) center center no-repeat;
    position: absolute;
    left: calc(2295px + 5900px);
    top: 50%;
    margin-top: -200px;
    background-size: contain
}

.old_museum2 .text4 h2 {
    font-size: 48px;
    color: #fff;
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin-top: -5px
}

.old_museum2 .text4 p {
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: 1345px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin-top: -5px
}

.old_museum2 .pic5 {
    width: 1054px;
    height: 100%;
    background: url(../image/museum/pic8_4.png) left bottom no-repeat;
    position: absolute;
    left: calc(2295px + 7790px);
    bottom: -30px;
    background-size: contain
}

.old_museum2 .text5 {
    width: 672px;
    height: 122px;
    position: absolute;
    left: calc(2295px + 8890px);
    top: 50%;
    margin-top: -130px;
    background-size: contain;
    text-align: center
}

.old_museum2 .text5 h2 {
    font-size: 48px;
    color: #fff
}

.old_museum2 .text5 p {
    font-size: 16px;
    color: #fff;
    margin-top: 20px
}

.old_museum2 .inner>div {
    opacity: 0;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s
}

.old_museum2 .inner .s {
    opacity: 1;
    transform: none;
    -webkit-transform: none
}

.old_museum2 .pic2a {
    background: url(../image/museum/png6.png) no-repeat center center;
    width: 500px;
    height: 889px;
    position: absolute;
    left: 4150px;
    bottom: 3px
}

.old_museum2 .text2a {
    background: url(../image/museum/png8.png) no-repeat center center;
    width: 1440px;
    height: 836px;
    position: absolute;
    left: 4655px;
    top: 50%;
    margin-top: -418px;
    color: #fff
}

.old_museum2 .text2a h2 {
    position: absolute;
    left: 0;
    top: 60px;
    right: 0;
    text-align: center;
    font-size: 48px
}

.old_museum2 .text2a .box {
    position: absolute;
    width: 500px;
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.old_museum2 .text2a .b1 {
    left: 74px;
    top: 68px
}

.old_museum2 .text2a .b2 {
    left: 718px;
    top: 256px
}

.old_museum2 .text2a .box .h1 {
    font-size: 24px;
    text-align: center
}

.old_museum2 .text2a .box .h2 {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    line-height: 1.3
}

.old_museum2 .text2a .box .d {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.old_museum2 .text2a .box ul:last-child {
    margin-left: 50px
}

.old_museum2 .text2a .box li {
    font-size: 16px;
    padding: 3px 0;
    background: url(../image/museum/png7.png) repeat-y left center;
    padding-left: 20px
}

.old_museum3 {
    overflow: auto
}

.old_museum3 .part {
    margin-top: 60px
}

.old_museum3 .part:first-child {
    margin-top: 0
}

.old_museum3 .block {
    padding: 80px 0 80px
}

.old_museum3 .block .h {
    text-align: center;
    font-size: 48px
}

.old_museum3 .block .list {
    -webkit-perspective: 1200px;
    perspective: 1200px;
    margin-top: 50px;
    padding: 0 0.5%
}

.old_museum3 .block .list .item {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 32%;
    height: auto;
    margin: 0 0.5% 1%;
    opacity: 0;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    transform: translateY(100px);
    -webkit-transform: translateY(100px)
}

.old_museum3 .block .list .item:nth-child(1) {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s
}

.old_museum3 .block .list .item:nth-child(2) {
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s
}

.old_museum3 .block .list .item:nth-child(3) {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s
}

.old_museum3 .block .list .item:nth-child(4) {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s
}

.old_museum3 .block .list .item:nth-child(5) {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s
}

.old_museum3 .block .list .item:nth-child(6) {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s
}

.old_museum3.show .block .list .item {
    opacity: 1;
    transform: translateY(0px) rotateX(0deg);
    -webkit-transform: translateY(0px) rotateX(0deg)
}

.old_museum3 .block .list .item img {
    width: 100%;
    height: auto;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s
}

.old_museum3 .block .list .item .logo {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat
}

.old_museum3 .block .list .item .mask {
    background: url(../image/museum/bg1.jpg);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity="0");
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s
}

.old_museum3 .block .list .item .mask .cell {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 80px;
    margin-top: -40px
}

.old_museum3 .block .list .item .mask .h3 {
    font-size: 36px;
    color: #fff;
    line-height: 1.3;
    padding: 0 30px;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s
}

.old_museum3 .block .list .item .mask p {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s
}

.old_museum3 .block .list .item .mask p a {
    margin: 0 10px
}

.old_museum3 .block .list .item:hover .mask {
    opacity: 1;
    filter: alpha(opacity="100")
}

.old_museum3 .block .list .item:hover .mask .h3 {
    transform: translateY(0px);
    -webkit-transform: translateY(0px)
}

.old_museum3 .block .list .item:hover .mask p {
    transform: translateY(0px);
    -webkit-transform: translateY(0px)
}

.old_museum3 .block .list .item .more {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.old_museum3 .block .museum_title {
    margin-top: 60px
}

.old_museum3 .block .mCSB_inside>.mCSB_container {
    margin-right: 0
}

.old_museum3 .block .list2 {
    margin-top: 40px
}

.old_museum3 .block .list2 .item {
    border-top: 3px solid #245BB0;
    padding: 30px 10px 50px;
    width: calc(33.33% - 13.33px);
    margin-left: 20px;
    float: left;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
}

.old_museum3 .block .list2 .item:nth-child(3n-2) {
    margin-left: 0
}

.old_museum3 .block .list2 .item .h {
    font-size: 24px;
    text-align: left
}

.old_museum3 .block .list2 .item .p {
    font-size: 16px;
    color: #707070;
    margin-top: 20px
}

.old_museum3 .block .list2 .item .date {
    font-size: 16px;
    margin-top: 20px
}

.footer_m {
    display: none
}

.museum_footer {
    border-top: 1px solid #e1e1e1;
    color: #fff;
    background: url(../image/museum/bg.png)
}

.museum_footer ul,.museum_footer ol,.museum_footer li {
    padding: 0;
    margin: 0;
    list-style: none
}

.museum_footer .d1 {
    padding: 50px 90px
}

.museum_footer .d1 .list {
    float: left
}

.museum_footer .d1 .list .item {
    float: left;
    margin-right: 25px;
    font-size: 16px;
    text-align: center
}

.museum_footer .d1 .list .item span {
    width: 100px;
    height: 100px;
    line-height: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 100%;
    display: block;
    position: relative;
    -webkit-perspective: 300px;
    perspective: 300px
}

.museum_footer .d1 .list .item span:after {
    width: 100%;
    height: 100%;
    content: "";
    display: block
}

.museum_footer .d1 .list .item span.ico1:after {
    background: url(../image/museum/icon3_1.png) center center no-repeat;
    background-size: auto 60%
}

.museum_footer .d1 .list .item span.ico2:after {
    background: url(../image/museum/icon3_2.png) center center no-repeat;
    background-size: auto 60%
}

.museum_footer .d1 .list .item span.ico3:after {
    background: url(../image/museum/icon3_3.png) center center no-repeat;
    background-size: auto 60%
}

.museum_footer .d1 .list .item span.ico4:after {
    background: url(../image/museum/icon3_4.png) center center no-repeat;
    background-size: auto 60%
}

.museum_footer .d1 .list .item span.ico5:after {
    background: url(../image/museum/icon3_5.png) center center no-repeat;
    background-size: auto 60%
}

.museum_footer .d1 .list .item span.ico1 {
    position: relative;
    z-index: 1
}

.museum_footer .d1 .list .item span.ico1 img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 160px;
    height: 160px;
    margin: -80px 0 0 -80px;
    z-index: 1;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    opacity: 0;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    visibility: hidden;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    max-width: none;
    max-height: none
}

.museum_footer .d1 .list .item span.ico1:hover img {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none
}

.museum_footer .d1 .list .item:hover span:after {
    transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s
}

.museum_footer .d1 .list .item:hover span.ico1:after {
    transform: none;
    -webkit-transform: none
}

.museum_footer .d1 .list .item strong {
    margin-top: 8px;
    display: inline-block
}

.museum_footer .d1 .tel {
    float: right;
    padding-top: 30px
}

.museum_footer .d1 .tel .d {
    float: left;
    margin-left: 30px;
    text-align: right
}

.museum_footer .d1 .tel .d .h3 {
    font-size: 46px;
    font-family: Arial
}

.museum_footer .d1 .tel .d p {
    margin-top: 5px
}

.friend {
    padding: 30px 90px;
    line-height: 1.5;
    font-size: 18px;
    border-top: 1px solid #ddd
}

.friend .tit {
    float: left
}

.friend .inner {
    padding: 0 0 0 90px
}

.friend a {
    margin: 0 10px;
    display: inline-block
}

.museum_footer .d2 {
    padding: 40px 90px;
    color: #fff
}

.museum_footer .d2 .nav {
    float: left;
    width: 65%;
    font-size: 0
}

.museum_footer .d2 .nav .item {
    display: inline-block;
    vertical-align: top;
    padding-right: 70px
}

.museum_footer .d2 .nav .item:last-child {
    padding-right: 0
}

.museum_footer .d2 .nav .item .h3 {
    font-size: 24px;
    color: inherit;
    line-height: 1
}

.museum_footer .d2 .nav .item ul {
    padding-top: 20px;
    line-height: 1.7;
    font-size: 18px
}

.museum_footer .d2 .nav .item li {
    margin-top: 10px
}

.museum_footer .d2 .nav .item li:first-child {
    margin-top: 0
}

.museum_footer .d2 .nav .item .p {
    font-size: 14px;
    color: inherit;
    margin-top: 3px;
    line-height: 1
}

.museum_footer .d2 .nav .item .p a {
    display: inline-block;
    margin-right: 10px
}

.museum_footer .d2 .des {
    float: right;
    width: 30%
}

.museum_footer .d2 .des .d {
    margin-bottom: 30px
}

.museum_footer .d2 .des .d .h3 {
    font-size: 24px;
    color: inherit
}

.museum_footer .d2 .des .d .text {
    padding-top: 20px;
    line-height: 1.7
}

.museum_footer .d2 .des .d .text p {
    margin-top: 10px
}

.museum_footer .d2 .des .d .text p:first-child {
    margin-top: 0
}

.museum_footer .d3 {
    padding: 40px 90px;
    border-top: 1px solid rgba(255,255,255,0.15);
    color: #fff
}

.museum_footer .d3 .list {
    font-size: 0;
    text-align: center
}

.museum_footer .d3 .item {
    width: 20%;
    display: inline-block;
    text-align: left;
    vertical-align: top
}

.museum_footer .d3 .item .h {
    font-size: 24px
}

.museum_footer .d3 .item .p {
    font-size: 14px;
    margin-top: 15px;
    width: 90%
}

.museum_footer .copy {
    line-height: 90px;
    text-align: center;
    padding: 0 90px;
    border-top: 1px solid rgba(255,255,255,0.15);
    color: #fff
}

@media screen and (max-width: 1480px) {
    .museum_footer .d1 {
        padding:30px 50px
    }

    .museum_footer .d1 .tel .d .h3 {
        font-size: 40px
    }

    .museum_footer .friend {
        padding: 35px 50px;
        font-size: 16px
    }

    .museum_footer .d2 {
        padding: 35px 50px
    }

    .museum_footer .d2 .nav .item {
        padding-right: 40px
    }

    .museum_footer .d3 {
        padding: 35px 50px
    }
}

@media screen and (max-width: 1400px) {
    .icon1 {
        width:80px;
        height: 80px;
        line-height: 80px
    }

    .icon1:before {
        width: 54px;
        height: 54px;
        margin: -27px 0 0 -27px
    }

    .museum_footer .d1 .list .item span {
        width: 90px;
        height: 90px
    }

    .museum_footer .d2 {
        padding: 25px 40px
    }

    .museum_footer .d2 .nav .item ul {
        font-size: 16px
    }
}

@media screen and (max-width: 1280px) {
    .museum_footer .d1 {
        padding:20px 40px
    }

    .museum_footer .friend {
        padding: 20px 40px
    }
}

@media (max-width: 1023px) {
    .old_museum1 {
        background:url(../image/museum/bg2.jpg) center center no-repeat;
        background-size: cover
    }

    .old_museum1>div {
        display: none
    }

    .old_museum1 .tel {
        display: block;
        font-size: 0;
        top: 0.4rem;
        right: 0.1rem
    }

    .old_museum1 .tel i {
        width: 0.8rem;
        height: 0.8rem;
        background-size: 60%;
        background: #815b4e url(../image/museum/ico_tel.png) center center no-repeat;
        background-size: 60% auto
    }

    .old_museum1 .tel i:after {
        display: none
    }

    .old_museum1 .logo {
        display: block;
        left: 0.3rem;
        top: 0.3rem;
        width: 30%;
        height: 1rem;
        background-size: contain
    }

    .old_museum1 .text {
        display: block;
        margin-top: 10vh;
        left: 0;
        right: 0;
        transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%)
    }

    .old_museum1 .text .h {
        font-size: 0.42rem
    }

    .old_museum1 .text .p {
        font-size: 0.28rem;
        margin-top: 0.2rem
    }

    .old_museum1.show .text {
        margin-top: 0;
        transition: all 1.5s ease-out 0s;
        -webkit-transition: all 1.5s ease-out 0s
    }

    .old_museum1 .tools {
        right: 0;
        top: 0.5rem;
        display: block
    }

    .old_museum1 .links {
        width: 2rem;
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.32rem;
        margin-right: 0.1rem
    }

    .old_museum1 .tel {
        font-size: 0
    }

    .old_museum1 .tel i {
        width: 0.6rem;
        height: 0.6rem
    }

    .old_museum2 .inner {
        background: url(../image/museum/bg3.jpg) center center no-repeat;
        height: 63.67rem;
        background-size: cover;
        width: auto
    }

    .mCSB_inside>.mCSB_container {
        margin-right: 0
    }

    .old_museum2 .inner>div {
        display: none
    }

    .old_museum3 .block {
        padding: 0.6rem 0.3rem
    }

    .old_museum3 .block .h {
        font-size: 0.48rem
    }

    .old_museum3 .block .list {
        margin-top: 0.5rem
    }

    .old_museum3 .block .list .item {
        width: auto;
        height: auto;
        margin: 0 auto 0.5rem;
        float: none;
        transform: none;
        -webkit-transform: none;
        opacity: 1
    }

    .old_museum3 .block .list .item:last-child .mask {
        display: none
    }

    .old_museum3 .block .list .item .mask {
        position: static;
        margin: 0.2rem auto 0;
        background: none
    }

    .old_museum3 .block .list .item .mask .cell {
        position: static;
        margin: auto;
        height: auto
    }

    .old_museum3 .block .list .item .mask .h3 {
        transform: none;
        -webkit-transform: none;
        opacity: 1;
        color: #333;
        font-size: 0.32rem;
        margin: auto;
        line-height: 1.3
    }

    .old_museum3 .block .list .item .mask p {
        display: none
    }

    .old_museum3 .museum_title {
        margin-top: 1rem
    }

    .old_museum3 .copy img {
        height: 0.8rem
    }

    .old_museum3 * {
        transform: none !important;
        -webkit-transform: none !important;
        opacity: 1 !important;
        transition: none !important;
        -webkit-transition: none !important
    }

    .old_museum3 .block .list2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .old_museum3 .block .list2 .item {
        width: calc(50% - 0.15rem);
        margin-left: 0.3rem;
        margin-bottom: 0.3rem;
        padding: 0.3rem 0 0
    }

    .old_museum3 .block .list2 .item:nth-child(even) {
        margin-left: 0.3rem !important
    }

    .old_museum3 .block .list2 .item:nth-child(odd) {
        margin-left: 0 !important
    }

    .old_museum3 .block .list2 .item .h {
        font-size: 0.36rem;
        line-height: 1.3
    }

    .old_museum3 .block .list2 .item .p {
        font-size: 0.28rem;
        margin-top: 0.1rem
    }

    .old_museum3 .block .list2 .item .date {
        margin-top: 0.1rem
    }

    .old_museum3 .part {
        margin-top: 0.6rem
    }

    .museum_title .h2 {
        font-size: 0.42rem;
        line-height: 1.3;
        padding: 0 0.3rem
    }

    .museum_title .button .a {
        line-height: 0.9rem;
        font-size: 0.42rem;
        height: 1rem;
        min-width: 0
    }

    .museum_title .button .a a {
        padding: 0 0.5rem
    }

    .museum_footer .d1 {
        padding: 0.3rem 0.5rem
    }

    .museum_footer .d1 .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        float: none
    }

    .museum_footer .d1 .list:after {
        display: none
    }

    .museum_footer .d1 .list .item {
        margin: 0;
        font-size: 0.24rem;
        float: none
    }

    .museum_footer .d1 .list .item span {
        width: 1.1rem;
        height: 1.1rem;
        line-height: 1.1rem
    }

    .museum_footer .d1 .list .item span.ico1 img {
        left: 0;
        top: 0;
        margin: 0;
        width: 100%;
        height: 100%
    }

    .museum_footer .d1 .tel {
        padding-top: 0.3rem;
        float: none
    }

    .museum_footer .d1 .tel .d {
        margin: 0;
        float: none;
        text-align: center;
        margin: 0.2rem 0
    }

    .museum_footer .friend {
        display: none
    }

    .museum_footer .d2 {
        display: none
    }

    .museum_footer .d3 {
        display: none
    }

    .museum_footer .copy {
        padding: 0.5rem;
        line-height: 1.3
    }
}

.news {
    padding: 0px 0 50px
}

.news .tit {
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 40px;
    color: #333
}

.news .tit h1 {
    font-size: inherit;
    display: inline-block
}

.news .tit span {
    margin-right: 15px
}

.news .rowl {
    float: left;
    width: 573px
}

.news .rowr {
    float: right;
    width: 573px
}

.news .item {
    margin-top: 50px
}

.news .item.show {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px)
}

.news .item:first-child {
    margin-top: 0
}

.news .item .pic {
    margin-bottom: 30px
}

.news .item .pic img {
    width: 100%;
    height: auto
}

.news .item .h3 {
    font-size: 30px
}

.news .item .tag {
    font-size: 20px;
    color: #445e9f;
    margin-top: 10px
}

.news .item .tag span {
    margin-right: 10px
}

.news .item p {
    margin-top: 20px;
    line-height: 1.7
}

.news .item .date {
    margin-top: 20px;
    text-align: right;
    color: #909090;
    font-size: 20px;
    overflow: hidden;
    font-family: Arial
}

.news .item .date:before {
    content: "";
    width: 100%;
    margin: 15px 0 0 -115px;
    display: block;
    float: left;
    border-top: 1px solid #ccc
}

.news .pages {
    margin-top: 50px
}

.news .b {
    text-align: center;
    padding: 100px 0 0
}

.news .b .h3 {
    font-size: 24px
}

.news .b .h2 {
    font-size: 48px
}

.news .imglist {
    margin: 0 -10px 90px
}

.news .imglist .child {
    width: 292px;
    height: 187px;
    position: relative;
    float: left;
    margin: 0 10px 20px
}

.news .imglist .child img {
    width: 100%
}

.news .imglist .child .txtbox {
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.news .imglist .child .txtbox .tbck {
    background: url(../image/jjl/bg4.png);
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.news .imglist .child .txtbox .t16 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 100%;
    left: 0
}

.news .imglist .child:hover .txtbox {
    height: 100%
}

.news .n_t24 {
    font-size: 24px;
    text-align: center;
    color: #333;
    margin-bottom: 30px
}

.news .n_t24 span {
    color: #445e9f
}

.search_result .news {
    padding: 50px 0 0
}

.search_result .news .imglist {
    margin-bottom: 0
}

.search_result .news .n_t24 {
    margin-bottom: 10px
}

.search_result .news .imglist .child {
    margin-bottom: 0;
    margin-top: 20px;
    width: calc(25% - 20px);
    height: auto
}

@media (max-width: 768px) {
    .news {
        padding:40px 0 0 !important
    }

    .news .rowl {
        float: none;
        width: auto
    }

    .news .item .h3 {
        font-size: 22px
    }

    .news .item .tag {
        font-size: 18px;
        margin-top: 5px
    }

    .news .item .tag span {
        margin-right: 5px
    }

    .news .item p {
        margin-top: 5px
    }

    .news .item .date {
        margin-top: 0px;
        font-size: 18px
    }

    .news .item {
        margin-top: 20px
    }

    .news .rowr {
        float: none;
        width: auto;
        margin-top: 20px
    }

    .news .pages {
        margin-top: 20px
    }

    .news .tit {
        font-size: 22px;
        margin-bottom: 5px
    }

    .news .tit span {
        margin-right: 5px
    }

    .news .n_t24 {
        font-size: 18px;
        margin-bottom: 20px
    }

    .news .imglist {
        margin: 0 0 30px
    }

    .news .imglist .child {
        width: 100%;
        margin: 0 0 10px;
        float: none;
        height: auto
    }

    .news .b {
        padding: 40px 0 0
    }

    .news .b .h2 {
        font-size: 28px
    }

    .search_result .news .imglist {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.search_result {
    max-width: 1400px;
    margin: auto;
    padding: 100px 30px
}

.search_result .tit {
    text-align: center;
    color: #333
}

.search_result .tit .h {
    font-size: 48px
}

.search_result .tit .p {
    font-size: 24px;
    margin-top: 20px
}

.search_result em {
    color: #445e9f;
    font-weight: bold;
    font-style: normal
}

.search_result .list1 {
    color: #333;
    margin: 50px -10px 0;
    font-size: 0
}

.search_result .list1 .item {
    width: calc(33.33% - 20px);
    margin: 10px;
    height: 180px;
    display: inline-block;
    border: 1px solid #ccc;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    position: relative
}

.search_result .list1 .item:hover {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.15);
    box-shadow: 0 0 15px rgba(0,0,0,0.15)
}

.search_result .list1 .item .icon1 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    float: left
}

.search_result .list1 .item:hover .icon1 {
    border-color: #445e9f
}

.search_result .list1 .item a {
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    padding: 0 30px
}

.search_result .list1 .item a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-top: 1px solid #445e9f;
    border-left: 1px solid #445e9f;
    width: 0;
    height: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.search_result .list1 .item a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-right: 1px solid #445e9f;
    border-bottom: 1px solid #445e9f;
    width: 0;
    height: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.search_result .list1 .item a:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible
}

.search_result .list1 .item a:hover:after {
    width: 100%;
    height: 100%;
    visibility: visible
}

.search_result .list1 .item .text {
    padding-left: 140px;
    height: 100%
}

.search_result .list1 .item .text:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 100%
}

.search_result .list1 .item .text .inner {
    display: inline-block;
    vertical-align: middle;
    width: 96%
}

.search_result .list1 .item .h {
    font-size: 30px
}

.search_result .list1 .item .p {
    margin-top: 10px
}

.search_result .list1 .item.more .icon1 {
    background: #274174;
    border-color: rgba(255,255,255,0.3)
}

.search_result .list1 .item.more .icon1 span {
    border-color: rgba(255,255,255,0.3)
}

.search_result .list1 .item.more .icon1:before {
    border-color: rgba(255,255,255,0.3)
}

.search_result .list1 .item.more .icon1 span:before {
    border-color: rgba(255,255,255,0.3)
}

.search_result .list1 .item.more .icon1 span:after {
    border-color: rgba(255,255,255,0.3)
}

.search_result .list2 {
    margin-top: 40px;
    color: #333
}

.search_result .list2 .item {
    border-bottom: 1px solid #445e9f
}

.search_result .list2 .item a {
    display: block;
    padding: 50px 0
}

.search_result .list2 .item .h {
    font-size: 24px
}

.search_result .list2 .item .p {
    font-size: 18px;
    margin-top: 15px
}

.search_result .pages {
    margin-top: 70px
}

.search_result .pages em {
    color: inherit
}

.icon1 {
    width: 113px;
    height: 113px;
    line-height: 113px;
    text-align: center;
    border: 1px solid #ccc;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    margin: auto
}

.icon1 img {
    max-width: 70%;
    max-height: 70%;
    position: relative
}

.icon1:before {
    content: "";
    width: 79px;
    height: 79px;
    border: 1px solid #ccc;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s
}

.item:hover .icon1:before {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.icon1 span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 100%;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.item:hover .icon1 span {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 150%;
    height: 150%;
    left: -25%;
    top: -25%
}

.icon1 span:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -1px;
    border-left: 1px solid #ccc;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s
}

.icon1 span:after {
    content: "";
    position: absolute;
    top: 50%;
    border-top: 1px solid #ccc;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s
}

.title1 {
    text-align: center;
    color: #333
}

.title1 .h {
    font-size: 48px
}

.title1 .d {
    font-size: 30px;
    margin-top: 10px
}

.title1 .p {
    font-size: 18px;
    margin-top: 15px
}

.button1 {
    margin-top: 60px;
    text-align: center
}

.button1 .a {
    display: inline-block;
    min-width: 333px;
    height: 75px;
    line-height: 70px;
    font-size: 36px;
    color: #333;
    margin: 0 20px;
    position: relative
}

.button1 .a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../image/jjl/bg4.png);
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    opacity: 0
}

.button1 .a:hover:before {
    opacity: 1
}

.button1 .a svg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    fill: none;
    width: 100%;
    stroke-dasharray: 0,408
}

.button1 .a:hover svg {
    opacity: 0
}

.button1 .a path {
    stroke: #777;
    stroke-width: 4px
}

.button1 .a a {
    position: relative;
    height: 100%;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s
}

.button1 .a:hover a {
    color: #fff
}

.button1 .a1 {
    height: 70px;
    line-height: 70px;
    display: inline-block;
    color: #333;
    font-size: 36px;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    position: relative
}

.button1 .a1:before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    background: url(../image/jjl/bg4.png);
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    opacity: 0
}

.button1 .a1:hover:before {
    opacity: 1
}

.button1 .a1 a {
    position: relative;
    height: 100%;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    display: block;
    padding: 0 20px
}

.button1 .a1:hover a {
    color: #fff
}

.button1 .a1 a:before {
    content: "";
    border-left: 1px solid #333;
    border-top: 1px solid #666;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0
}

.button1 .a1 a:after {
    content: "";
    border-right: 1px solid #333;
    border-bottom: 1px solid #666;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0
}

.button1.xr-cur .a1 a:before {
    -webkit-animation: btns 1s ease-in-out 0s 1 both;
    animation: btns 1s ease-in-out 0s 1 both
}

.button1.xr-cur .a1 a:after {
    -webkit-animation: btns 1s ease-in-out 0s 1 both;
    animation: btns 1s ease-in-out 0s 1 both
}

@-webkit-keyframes btns {
    0% {
        width: 0;
        height: 0
    }

    30% {
        width: 0;
        height: 100%
    }

    100% {
        width: 100%;
        height: 100%
    }
}

@keyframes btns {
    0% {
        width: 0;
        height: 0
    }

    30% {
        width: 0;
        height: 100%
    }

    100% {
        width: 100%;
        height: 100%
    }
}

@media (max-width: 768px) {
    .search_result {
        padding:40px 15px
    }

    .search_result .tit .h {
        font-size: 28px
    }

    .search_result .tit .p {
        font-size: 18px;
        margin-top: 10px
    }

    .search_result .list1 {
        margin: 20px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .search_result .list1 .item {
        width: 100%;
        margin: 0 0 10px;
        height: 140px
    }

    .search_result .list1 .item a {
        padding: 0 15px
    }

    .search_result .list1 .item .text {
        padding-left: 125px
    }

    .search_result .list1 .item .p {
        margin-top: 0
    }

    .search_result .list1 .item .h {
        font-size: 22px
    }

    .search_result .news {
        padding-top: 30px !important
    }

    .search_result .news .imglist .child {
        width: calc(50% - 10px);
        margin: 0 5px 10px
    }

    .news .imglist .child .txtbox {
        height: 35px
    }

    .search_result .list2 {
        margin-top: 10px
    }

    .search_result .list2 .item a {
        padding: 15px 0
    }

    .search_result .list2 .item .p {
        margin-top: 5px;
        font-size: 16px
    }

    .search_result .list2 .item .h {
        font-size: 18px
    }

    .search_result .pages {
        margin-top: 30px
    }

    .button1 .a1 {
        height: 42px;
        line-height: 40px;
        font-size: 24px;
        border: 2px solid #777
    }

    .button1 {
        margin-top: 40px
    }

    .title1 .h {
        font-size: 28px
    }
}

.service2 {
    padding: 80px 90px 0
}

.service2 .part {
    margin-top: 40px
}

.service2 .part:first-child {
    margin-top: 0px
}

.service2 .list {
    margin-top: 40px;
    font-size: 0
}

.service2 .item {
    border: 1px solid #ccc;
    margin-left1: 1.07%;
    width1: 15.7%;
    width: calc(16.66% - 16.66px);
    margin-left: 20px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s
}

.service2 .item:hover {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.15);
    box-shadow: 0 0 15px rgba(0,0,0,0.15)
}

.service2 .item a {
    position: relative;
    padding: 50px 0;
    display: block;
    margin: -1px
}

.service2 .item a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-top: 1px solid #445e9f;
    border-left: 1px solid #445e9f;
    width: 0;
    height: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.service2 .item a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-right: 1px solid #445e9f;
    border-bottom: 1px solid #445e9f;
    width: 0;
    height: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.service2 .item a:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible
}

.service2 .item a:hover:after {
    width: 100%;
    height: 100%;
    visibility: visible
}

.service2 .item:first-child {
    margin-left: 0
}

.service2 .item:hover .icon1 {
    border-color: #445e9f
}

.service2 .item .h {
    font-size: 24px;
    margin-top: 10px;
    text-align: center;
    color: #333
}

.service2 .more {
    margin-top: 50px;
    background: url(../image/jjl/bg4.png);
    height: 115px;
    line-height: 115px;
    text-align: center;
    color: #fff;
    font-size: 36px
}

.service2 .more img {
    vertical-align: middle;
    margin: 0 20px;
    -webkit-animation: zoom 3s linear 0s infinite;
    animation: zoom 3s linear 0s infinite
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    5% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    10% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    15% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    5% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    10% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    15% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.service2 .list2 {
    font-size: 0
}

.service2 .list2 .item {
    width: calc(33.33% - 13.33px);
    text-align: center
}

.service2 .list2 .item a {
    padding: 75px 0
}

.service2 .list2 .item .icon1 {
    display: inline-block;
    vertical-align: middle
}

.service2 .list2 .item .h {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px
}

.service3 {
    padding: 100px 90px
}

.service3 .list {
    margin-top: 20px;
    color: #333;
    font-size: 0
}

.service3 .item {
    padding: 55px 0 25px;
    width: calc(50% - 40px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative
}

.service3 .item:after {
    content: "";
    border-bottom: 1px solid #445e9f;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%
}

.service3 .item:hover:after {
    -webkit-animation: s3b 0.5s ease-out 0s 1;
    animation: s3b 0.5s ease-out 0s 1
}

.service3 .item:hover {
    color: #445e9f
}

.service3 .item a {
    display: block;
    height: 100%
}

.service3 .item .h {
    font-size: 24px
}

.service3 .item .p {
    font-size: 18px;
    margin-top: 20px
}

.service3 .item span {
    font-size: 18px;
    margin-top: 20px;
    display: inline-block
}

.service3 .item:nth-child(odd) {
    margin-right: 40px
}

.service3 .item:nth-child(even) {
    margin-left: 40px
}

@-webkit-keyframes s3b {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@keyframes s3b {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@media (max-width: 768px) {
    .service2 {
        padding:40px 15px
    }

    .service2 .list {
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .service2 .item {
        width: calc(50% - 5px);
        margin: 0 0 10px 0
    }

    .service2 .item .h {
        font-size: 18px
    }

    .service2 .item a {
        padding: 15px 0
    }

    .service2 .part {
        margin-top: 30px
    }

    .service2 .more {
        height: auto;
        margin-top: 30px;
        line-height: 1.4;
        font-size: 24px;
        padding: 20px 15px
    }

    .service2 .more img {
        width: 30px;
        margin: 0 5px
    }

    .service2 .list2 {
        margin-top: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .service2 .list2 .item {
        width: calc(50% - 5px);
        margin: 0 0 10px 0
    }

    .service2 .list2 .item a {
        padding: 15px 0
    }

    .service2 .list2 .item .h {
        margin-left: 0;
        display: block
    }

    .service3 {
        padding: 0 15px 40px
    }

    .service3 .list {
        margin-top: 0
    }

    .service3 .item {
        padding: 0;
        width: 100%;
        margin: 0 0 0 !important;
        padding: 20px 0
    }

    .service3 .item .p {
        font-size: 16px;
        margin-top: 5px
    }

    .service3 .item span {
        font-size: 16px;
        margin-top: 5px
    }

    .service3 .item .h {
        font-size: 18px
    }
}

.solution1 {
    height: 848px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.solution1 .tit {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    text-align: center
}

.solution1 .tit .h {
    font-size: 60px
}

.solution1 .tit .h i {
    font-family: "bauhaus";
    font-size: 76px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-style: normal
}

.solution1 .tit .p {
    margin-top: 15px;
    font-size: 36px
}

.solution2 {
    padding: 80px 0 0
}

.solution2 .list {
    font-size: 0;
    padding: 0 40px;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    -webkit-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s
}

.solution2 .list.xr-cur {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.solution2 .list .item {
    border: 1px solid #ccc;
    width: calc(16.66% - 16.66px);
    margin-left: 20px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    text-align: center
}

.solution2 .list .item a {
    position: relative;
    padding: 50px 0;
    display: block;
    margin: -1px
}

.solution2 .list .item a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-top: 1px solid #445e9f;
    border-left: 1px solid #445e9f;
    width: 0;
    height: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.solution2 .list .item a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-right: 1px solid #445e9f;
    border-bottom: 1px solid #445e9f;
    width: 0;
    height: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.solution2 .list .item:first-child {
    margin-left: 0
}

.solution2 .list .item .h {
    font-size: 24px;
    margin-top: 10px;
    color: #333
}

.solution2 .list .item .p {
    margin-top: 15px;
    font-size: 14px;
    padding: 0 30px;
    color: #333
}

.solution2 .content {
    position: relative;
    padding-top: 58%;
    margin-top: 80px
}

.solution2 .content .inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.solution2 .content .p1 {
    position: absolute;
    left: 5.5%;
    top: 16.5%;
    width: 17%;
    height: 41%;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translate(30px,30px);
    transform: translate(30px,30px);
    -webkit-transition: all 1s ease-out 0.5s;
    transition: all 1s ease-out 0.5s
}

.solution2 .content .p2 {
    position: absolute;
    left: 7.5%;
    top: 52%;
    width: 20.5%;
    height: 33%;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translate(30px,-30px);
    transform: translate(30px,-30px);
    -webkit-transition: all 1s ease-out 0.5s;
    transition: all 1s ease-out 0.5s
}

.solution2 .content .p3 {
    position: absolute;
    left: 15%;
    top: 0;
    width: 26.5%;
    height: 90%;
    z-index: 1;
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s
}

.solution2 .content .p4 {
    position: absolute;
    left: 26.5%;
    top: 50%;
    width: 24%;
    height: 44%;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translate(-30px,-30px);
    transform: translate(-30px,-30px);
    -webkit-transition: all 1s ease-out 0.5s;
    transition: all 1s ease-out 0.5s
}

.solution2 .content .p5 {
    position: absolute;
    left: 30.5%;
    top: 6%;
    width: 25.5%;
    height: 44%;
    opacity: 0;
    -webkit-transform: translate(-30px,30px);
    transform: translate(-30px,30px);
    -webkit-transition: all 1s ease-out 0.5s;
    transition: all 1s ease-out 0.5s
}

.solution2 .content.xr-cur img {
    -webkit-transform: none;
    transform: none;
    opacity: 1
}

.solution2 .list1 .item {
    text-align: center;
    color: #fff;
    z-index: 3
}

.solution2 .list1 .item .h {
    font-size: 24px
}

.solution2 .list1 .item .p {
    font-size: 16px;
    margin-top: 10px
}

.solution2 .list1 .d1 {
    position: absolute;
    left: 5.5%;
    bottom: 60%;
    width: 17%;
    z-index: 2;
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.6s ease-out 1.5s;
    transition: all 0.6s ease-out 1.5s
}

.solution2 .list1 .d2 {
    position: absolute;
    left: 9%;
    top: 66.5%;
    width: 20.5%;
    z-index: 2;
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.6s ease-out 2s;
    transition: all 0.6s ease-out 2s
}

.solution2 .list1 .d3 {
    position: absolute;
    left: 15%;
    bottom: 52%;
    width: 26.5%;
    z-index: 1;
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.6s ease-out 2.5s;
    transition: all 0.6s ease-out 2.5s
}

.solution2 .list1 .d4 {
    position: absolute;
    left: 26.5%;
    top: 66.5%;
    width: 24%;
    z-index: 2;
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.6s ease-out 3s;
    transition: all 0.6s ease-out 3s
}

.solution2 .list1 .d5 {
    position: absolute;
    left: 30.5%;
    bottom: 70%;
    width: 25.5%;
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.6s ease-out 3.5s;
    transition: all 0.6s ease-out 3.5s
}

.solution2 .xr-cur .list1 .item {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.solution2 .line {
    background: url(../image/jjl/png48.png) left center no-repeat;
    position: absolute;
    width: 59.5%;
    height: 35%;
    left: 14%;
    top: 35%;
    z-index: 4;
    background-size: auto 100%
}

.solution2 .xr-cur .line {
    -webkit-animation: s2l 3s linear 2s 1 both;
    animation: s2l 3s linear 2s 1 both
}

@-webkit-keyframes s2l {
    0% {
        width: 0
    }

    14% {
        width: 5%
    }

    28% {
        width: 14%
    }

    42% {
        width: 24%
    }

    56% {
        width: 29%
    }

    70% {
        width: 47%
    }

    84% {
        width: 47%
    }

    100% {
        width: 59.5%
    }
}

@keyframes s2l {
    0% {
        width: 0
    }

    14% {
        width: 5%
    }

    28% {
        width: 14%
    }

    42% {
        width: 24%
    }

    56% {
        width: 29%
    }

    70% {
        width: 47%
    }

    84% {
        width: 47%
    }

    100% {
        width: 59.5%
    }
}

.solution2 .dots {
    position: absolute;
    width: 59.5%;
    height: 35%;
    left: 14%;
    top: 35%;
    z-index: 4
}

.solution2 .dots>div {
    border: 2px solid #fff;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    position: absolute
}

.solution2 .dots .d1 {
    left: -1%;
    top: 21%;
    opacity: 0;
    -webkit-transition: all 0.6s ease-out 1.5s;
    transition: all 0.6s ease-out 1.5s
}

.solution2 .dots .d2 {
    left: 7%;
    top: 80%;
    opacity: 0;
    -webkit-transition: all 0.6s ease-out 2s;
    transition: all 0.6s ease-out 2s
}

.solution2 .dots .d3 {
    left: 22.6%;
    top: 45%;
    opacity: 0;
    -webkit-transition: all 0.6s ease-out 2.5s;
    transition: all 0.6s ease-out 2.5s
}

.solution2 .dots .d4 {
    left: 40%;
    top: 78%;
    opacity: 0;
    -webkit-transition: all 0.6s ease-out 3s;
    transition: all 0.6s ease-out 3s
}

.solution2 .dots .d5 {
    left: 47.3%;
    top: -4.5%;
    opacity: 0;
    -webkit-transition: all 0.6s ease-out 3.5s;
    transition: all 0.6s ease-out 3.5s
}

.solution2 .xr-cur .dots div {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.solution2 .text {
    position: absolute;
    left: 59.5%;
    bottom: 43%;
    z-index: 5
}

.solution2 .text .title1 {
    text-align: left
}

.solution2 .list2 {
    margin-top: 30px
}

.solution2 .list2 .item {
    display: inline-block;
    text-align: center;
    margin-left: 30px
}

.solution2 .list2 .item:first-child {
    margin-left: 0
}

.solution2 .list2 .item .ico {
    border: 1px solid #ccc;
    border-radius: 100%;
    width: 124px;
    height: 124px;
    display: block;
    margin: auto;
    line-height: 124px
}

.solution2 .list2 .item .ico img {
    max-width: 70%;
    max-height: 70%
}

.solution2 .list2 .item .h {
    margin-top: 10px;
    font-size: 18px;
    color: #333
}

.solution2 .more .d1 {
    width: 12.5%;
    height: 21%;
    position: absolute;
    left: 59.5%;
    top: 63%;
    z-index: 5;
    text-align: center;
    color: #333;
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.6s ease-out 4.1s;
    transition: all 0.6s ease-out 4.1s
}

.solution2 .xr-cur .more .d1 {
    -webkit-transform: none;
    transform: none;
    opacity: 1
}

.solution2 .more .d1 a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 5px dotted #555;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s
}

.solution2 .more .d1 .inr {
    display: inline-block;
    vertical-align: middle
}

.solution2 .more .d1:after {
    content: "";
    vertical-align: middle;
    height: 100%;
    display: inline-block
}

.solution2 .more .d1 .p {
    font-size: 18px
}

.solution2 .more .d1 .h {
    font-size: 48px;
    line-height: 1.1
}

.solution2 .more .d2 {
    width: 6.1%;
    height: 10.6%;
    position: absolute;
    left: 73%;
    top: 61%;
    z-index: 5;
    text-align: center;
    color: #333;
    font-size: 0;
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.6s ease-out 4.5s;
    transition: all 0.6s ease-out 4.5s
}

.solution2 .xr-cur .more .d2 {
    -webkit-transform: none;
    transform: none;
    opacity: 1
}

.solution2 .more .d2 a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 5px dotted #555;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s
}

.solution2 .more .d2:after {
    content: "";
    vertical-align: middle;
    height: 100%;
    display: inline-block
}

.solution2 .more .d2 .h {
    font-size: 18px;
    line-height: 1.1;
    display: inline-block;
    vertical-align: middle
}

.solution3 {
    padding: 100px 0 0;
    height: 1180px;
    position: relative
}

.solution3 .bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../image/jjl/png49.png) center top no-repeat;
    height: 761px;
    opacity: 0;
    -webkit-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
    background-size: cover
}

.solution3.xr-cur .bg {
    opacity: 1
}

.solution3 .list1 .item {
    position: absolute;
    white-space: nowrap;
    text-align: center;
    color: #333;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transition: all 1s ease-out 0.8s;
    transition: all 1s ease-out 0.8s;
    opacity: 0;
    margin-top: 200px
}

.solution3.xr-cur .list1 .item {
    margin-top: 0;
    opacity: 1
}

.solution3 .list1 .item:nth-child(1) {
    left: 20%;
    top: 350px
}

.solution3 .list1 .item:nth-child(2) {
    left: 35%;
    top: 300px
}

.solution3 .list1 .item:nth-child(3) {
    left: 47%;
    top: 380px
}

.solution3 .list1 .item:nth-child(4) {
    left: 60%;
    top: 350px
}

.solution3 .list1 .item:nth-child(5) {
    left: 71%;
    top: 310px
}

.solution3 .list1 .item:nth-child(6) {
    left: 85%;
    top: 390px
}

.solution3 .list1 .item .b {
    width: 23px;
    margin: 15px auto 0;
    display: block
}

.solution3 .list1 .item .b:before {
    content: "";
    width: 16px;
    height: 16px;
    border: 3px solid #666;
    border-radius: 100%;
    display: block;
    margin: auto
}

.solution3 .list1 .item .b:after {
    content: "";
    width: 2px;
    height: 0px;
    background: #666;
    display: block;
    margin: auto;
    -webkit-transition: all 1s ease-out 0.8s;
    transition: all 1s ease-out 0.8s
}

.solution3.xr-cur .list1 .item .b:after {
    height: 200px
}

.solution3.xr-cur .list1 .item:nth-child(3) .b:after {
    height: 280px
}

.solution3 .list1 .item .h {
    font-size: 23px;
    margin-top: 15px
}

.solution3 .list1 .item .p {
    font-size: 15px;
    margin-top: 5px
}

.solution3 .bb {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.solution3 .list2 .item {
    display: inline-block;
    margin: 0 10px
}

.solution3 .list2 .item .ico {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 100%;
    width: 124px;
    height: 124px;
    display: block;
    margin: auto;
    line-height: 124px
}

.solution3 .list2 .item .ico img {
    max-width: 70%;
    max-height: 70%
}

.solution3 .list2 .item .h {
    margin-top: 10px;
    font-size: 18px;
    color: #333
}

.solution3 .bar {
    margin-top: 30px;
    text-align: center
}

.solution3 .bar a {
    display: inline-block;
    height: 63px;
    line-height: 63px;
    padding: 0 30px;
    background: url(../image/jjl/bg4.png);
    color: #fff;
    font-size: 23px;
    margin: 0 10px
}

.solution3 .bar a img {
    max-height: 40px;
    margin-right: 10px;
    -webkit-animation: zoom 3s linear 0s infinite;
    animation: zoom 3s linear 0s infinite
}

.solution4 {
    margin-top: 155px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 800px;
    padding: 0 40px;
    font-size: 0
}

.solution4 .list {
    display: inline-block;
    width: 60%;
    height: 100%;
    font-size: 0;
    vertical-align: top
}

.solution4 .list .item {
    width: calc(33.33% - 6.66px);
    margin-right: 10px;
    display: inline-block;
    height: 100%;
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    overflow: hidden
}

.solution4 .list .item .bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.solution4 .list .item:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.solution4 .list .item:nth-child(3) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.solution4.xr-cur .list .item {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.solution4 .list .item .inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: center;
    color: #fff;
    padding: 0 40px
}

.solution4 .list .item:last-child {
    margin-right: 0
}

.solution4 .list .item .l {
    border-left: 1px solid #999;
    height: 90px;
    width: 0;
    display: inline-block;
    margin-left: 1px;
    margin-bottom: 20px
}

.solution4 .list .item:nth-child(2) .l {
    margin-top: 20px;
    margin-bottom: 0
}

.solution4 .list .item .h {
    font-size: 24px
}

.solution4 .list .item .p {
    font-size: 16px;
    margin-top: 15px
}

.solution4 .content {
    display: inline-block;
    width: calc(40% - 10px);
    margin-left: 10px;
    height: 100%;
    background: url(../image/jjl/bg4.png);
    font-size: 0;
    opacity: 0;
    -webkit-transition: all 0.6s ease-out 0.6s;
    transition: all 0.6s ease-out 0.6s;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    vertical-align: top
}

.solution4.xr-cur .content {
    -webkit-transform: none;
    transform: none;
    opacity: 1
}

.solution4 .content:after {
    content: "";
    vertical-align: middle;
    height: 100%;
    display: inline-block
}

.solution4 .content .inner {
    display: inline-block;
    vertical-align: middle;
    padding: 0 70px;
    color: #fff
}

.solution4 .content .title1 {
    text-align: left;
    color: #fff
}

.solution4 .list2 {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.solution4 .list2 .item {
    display: inline-block;
    text-align: center;
    margin-left: 30px
}

.solution4 .list2 .item:first-child {
    margin-left: 0
}

.solution4 .list2 .item .ico {
    background: #fff;
    border-radius: 100%;
    width: 124px;
    height: 124px;
    display: block;
    margin: auto;
    line-height: 124px
}

.solution4 .list2 .item .ico img {
    max-width: 70%;
    max-height: 70%
}

.solution4 .list2 .item .h {
    margin-top: 10px;
    font-size: 18px;
    color: #fff
}

.solution4 .b {
    font-size: 30px;
    color: #fff;
    margin-top: 50px
}

.solution4 .bar {
    margin-top: 40px
}

.solution4 .bar a {
    display: inline-block;
    height: 65px;
    line-height: 65px;
    padding: 0 20px;
    background: #fff;
    color: #333;
    font-size: 22px;
    margin: 0 10px 15px 0
}

.solution4 .bar a img {
    max-height: 40px;
    margin-right: 10px;
    -webkit-animation: zoom 3s linear 0s infinite;
    animation: zoom 3s linear 0s infinite
}

.solution4 .bar a:first-child {
    margin-left: 0
}

.solution5 {
    margin-top: 120px;
    padding: 0 40px
}

.solution5 .list {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px
}

.solution5 .list .item {
    width: calc(33.33% - 16.66px);
    margin-left: 20px;
    position: relative;
    color: #fff;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
}

.solution5 .list .item:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.solution5 .list .item:nth-child(3) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.solution5.xr-cur .list .item {
    -webkit-transform: none;
    transform: none;
    opacity: 1
}

.solution5 .list .item:first-child {
    margin-left: 0
}

.solution5 .list .item img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s
}

.solution5 .list .item .mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.solution5 .list .item .h {
    font-size: 24px;
    margin-top: 15px
}

.solution5 .list .item .p {
    font-size: 16px;
    margin-top: 10px
}

.solution5 .bb {
    text-align: center;
    margin-top: 40px
}

.solution5 .list2 .item {
    display: inline-block;
    margin: 0 10px
}

.solution5 .list2 .item .ico {
    border: 1px solid #ccc;
    border-radius: 100%;
    width: 124px;
    height: 124px;
    display: block;
    margin: auto;
    line-height: 124px
}

.solution5 .list2 .item .ico img {
    max-width: 70%;
    max-height: 70%
}

.solution5 .list2 .item .h {
    margin-top: 10px;
    font-size: 18px;
    color: #333
}

.solution5 .bar {
    margin-top: 40px;
    text-align: center
}

.solution5 .bar a {
    display: inline-block;
    height: 63px;
    line-height: 63px;
    padding: 0 20px;
    background: url(../image/jjl/bg4.png);
    color: #fff;
    font-size: 23px;
    margin: 0 10px
}

.solution5 .bar a img {
    max-height: 40px;
    margin-right: 10px;
    -webkit-animation: zoom 3s linear 0s infinite;
    animation: zoom 3s linear 0s infinite
}

.solution5a {
    margin-top: 120px;
    padding: 0 40px
}

.solution5a .list {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.solution5a .list .item {
    width: calc(33.33% - 16.66px);
    margin-left: 20px;
    margin-bottom: 20px;
    position: relative;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
}

.solution5a .list .item:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.solution5a .list .item:nth-child(3) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.solution5a .list .item:nth-child(4) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s
}

.solution5a .list .item:nth-child(5) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s
}

.solution5a .list .item:nth-child(6) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.solution5a.xr-cur .list .item {
    -webkit-transform: none;
    transform: none;
    opacity: 1
}

.solution5a .list .item:nth-child(3n-2) {
    margin-left: 0
}

.solution5a .list .item img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.solution5a .list .item a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.solution5a .list .item .mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    color: #fff
}

.solution5a .list .item .mask .inner {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 50px
}

.solution5a .list .item .h {
    font-size: 24px;
    margin-top: 15px
}

.solution5a .list .item .p {
    font-size: 16px;
    margin-top: 10px
}

.solution5a .bb {
    text-align: center;
    margin-top: 40px
}

.solution5a .list2 .item {
    display: inline-block;
    margin: 0 10px
}

.solution5a .list2 .item .ico {
    border: 1px solid #ccc;
    border-radius: 100%;
    width: 124px;
    height: 124px;
    display: block;
    margin: auto;
    line-height: 124px
}

.solution5a .list2 .item .ico img {
    max-width: 70%;
    max-height: 70%
}

.solution5a .list2 .item .h {
    margin-top: 10px;
    font-size: 18px;
    color: #333
}

.solution5a .bar {
    margin-top: 40px;
    text-align: center
}

.solution5a .bar a {
    display: inline-block;
    height: 63px;
    line-height: 63px;
    padding: 0 20px;
    background: url(../image/jjl/bg4.png);
    color: #fff;
    font-size: 23px;
    margin: 0 10px
}

.solution5a .bar a img {
    max-height: 40px;
    margin-right: 10px;
    -webkit-animation: zoom 3s linear 0s infinite;
    animation: zoom 3s linear 0s infinite
}

.solution6 {
    padding: 0 40px 80px;
    margin-top: 120px;
    color: #fff
}

.solution6 .content {
    height: 870px;
    background: #731313 url(../image/jjl/bg4.jpg) center center no-repeat;
    background-size: cover
}

.solution6 .l {
    float: left;
    width: 50%;
    height: 100%
}

.solution6 .l:after {
    content: "";
    vertical-align: middle;
    height: 100%;
    display: inline-block
}

.solution6 .l .inner {
    padding: 80px;
    display: inline-block;
    vertical-align: middle
}

.solution6 .l .title1 {
    text-align: left;
    color: #fff
}

.solution6 .l ul {
    margin-top: 30px
}

.solution6 .l li {
    font-size: 20px;
    margin-top: 10px
}

.solution6 .l li:first-child {
    margin-top: 0
}

.solution6 .l li span {
    display: inline-block;
    width: 140px
}

.solution6 .r {
    height: 100%;
    float: left;
    width: 50%
}

.solution6 .bb {
    margin-top: 50px
}

.solution6 .list2 .item {
    display: inline-block;
    text-align: center;
    margin-left: 30px
}

.solution6 .list2 .item:first-child {
    margin-left: 0
}

.solution6 .list2 .item .ico {
    background: #fff;
    border-radius: 100%;
    width: 124px;
    height: 124px;
    display: block;
    margin: auto;
    line-height: 124px
}

.solution6 .list2 .item .ico img {
    max-width: 70%;
    max-height: 70%
}

.solution6 .list2 .item .h {
    margin-top: 10px;
    font-size: 18px;
    color: #fff
}

.solution6 .bar {
    margin-top: 30px
}

.solution6 .bar a {
    display: inline-block;
    height: 63px;
    line-height: 63px;
    padding: 0 20px;
    background: #fff;
    color: #333;
    font-size: 24px;
    margin: 0 10px 15px 0
}

.solution6 .bar a img {
    max-height: 40px;
    margin-right: 10px;
    -webkit-animation: zoom 3s linear 0s infinite;
    animation: zoom 3s linear 0s infinite
}

.solution6 .bar a:first-child {
    margin-left: 0
}

@media (min-width: 769px) {
    .solution2 .list .item:hover {
        -webkit-box-shadow:0 0 15px rgba(0,0,0,0.15);
        box-shadow: 0 0 15px rgba(0,0,0,0.15)
    }

    .solution2 .list .item:hover .icon1 {
        border-color: #445e9f
    }

    .solution2 .list .item a:hover:before {
        width: 100%;
        height: 100%;
        visibility: visible
    }

    .solution2 .list .item a:hover:after {
        width: 100%;
        height: 100%;
        visibility: visible
    }

    .solution2 .list2 .item:hover .ico img {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s
    }

    .solution2 .more .d1 a:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    .solution2 .more .d2 a:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    .solution3 .list2 .item:hover .ico img {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s
    }

    .solution4 .list .item:hover .bg {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    .solution4 .list2 .item:hover .ico img {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s
    }

    .solution4 .bar a:hover {
        color: #445e9f;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.15)
    }

    .solution5 .list .item:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .solution5 .list2 .item:hover .ico img {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s
    }

    .solution5a .list .item:hover img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    .solution5a .list2 .item:hover .ico img {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s
    }

    .solution6 .list2 .item:hover .ico img {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s
    }

    .solution6 .bar a:hover {
        color: #731313;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.15)
    }
}

@media (max-width: 1480px) {
    .solution4 .list2 .item .ico {
        width:92px;
        height: 92px;
        line-height: 92px
    }

    .solution4 .content .inner {
        padding: 0 50px
    }
}

@media (max-width: 768px) {
    .solution1 {
        position:relative;
        overflow: hidden;
        height: auto
    }

    .solution1::before {
        content: '';
        display: block;
        padding-top: 44.16667%
    }

    .solution1 .i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .solution1 .tit {
        left: 10px;
        right: 10px
    }

    .solution1 .tit .h {
        font-size: 48px;
        line-height: 1.2
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution1 .tit .h {
        font-size:34px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution1 .tit .h {
        font-size:28px
    }
}

@media (max-width: 768px) {
    .solution1 .tit .h i {
        font-size:60px;
        line-height: 1.2;
        font-weight: normal
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution1 .tit .h i {
        font-size:44px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution1 .tit .h i {
        font-size:34px
    }
}

@media (max-width: 768px) {
    .solution1 .tit .p {
        font-size:18px;
        margin-top: 5px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution1 .tit .p {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution1 .tit .p {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .solution2 {
        padding:40px 10px 0;
        overflow: hidden
    }

    .solution2 .list {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .solution2 .list .item {
        width: 33.33%;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 0 15px;
        border: 0
    }

    .solution2 .list .item .icon1 {
        width: 70%;
        height: auto;
        line-height: 1;
        position: relative;
        overflow: hidden
    }

    .solution2 .list .item .icon1::before {
        content: '';
        display: block;
        padding-top: 100%
    }

    .solution2 .list .item .icon1 .i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .solution2 .list .item .icon1:before {
        position: relative;
        width: auto;
        height: auto;
        margin: 0;
        border: 0;
        left: 0;
        top: 0
    }

    .solution2 .list .item .icon1 img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .solution2 .list .item a {
        padding: 0;
        margin: 0
    }

    .solution2 .list .item a:before {
        display: none
    }

    .solution2 .list .item .h {
        font-size: 16px;
        margin-top: 5px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution2 .list .item .h {
        font-size:14px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution2 .list .item .h {
        font-size:14px
    }
}

@media (max-width: 768px) {
    .solution2 .list .item .p {
        display:none
    }

    .solution2 .content {
        margin-top: 40px;
        padding: 40px 15px;
        background: url(../image/bg4.png)
    }

    .solution2 .content .inner {
        position: relative
    }

    .solution2 .text {
        position: relative;
        left: 0;
        bottom: 0
    }

    .solution2 .text .title1 {
        text-align: center;
        color: #fff
    }

    .solution2 .text .title1 .h {
        font-size: 48px;
        line-height: 1.2
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution2 .text .title1 .h {
        font-size:34px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution2 .text .title1 .h {
        font-size:28px
    }
}

@media (max-width: 768px) {
    .solution2 .text .title1 .d {
        font-size:20px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution2 .text .title1 .d {
        font-size:18px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution2 .text .title1 .d {
        font-size:18px
    }
}

@media (max-width: 768px) {
    .solution2 .text .title1 .p {
        font-size:18px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution2 .text .title1 .p {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution2 .text .title1 .p {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .solution2 .text .title1 .p br {
        display:none
    }

    .solution2 .list2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .solution2 .list2 .item {
        margin: 0;
        width: 33.33%;
        display: block
    }

    .solution2 .list2 .item .ico {
        width: 90%;
        position: relative;
        overflow: hidden;
        height: auto;
        line-height: 1
    }

    .solution2 .list2 .item .ico::before {
        content: '';
        display: block;
        padding-top: 100%
    }

    .solution2 .list2 .item .ico .i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .solution2 .list2 .item .ico img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .solution2 .list2 .item .h {
        font-size: 16px;
        color: #fff
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution2 .list2 .item .h {
        font-size:14px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution2 .list2 .item .h {
        font-size:14px
    }
}

@media (max-width: 768px) {
 

    .solution2 .list1 {
        margin: 30px 0 10px
    }

    .solution2 .list1 .item {
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: auto;
        -webkit-transform: none !important;
        transform: none !important;
        opacity: 1 !important;
        border-top: 1px solid rgba(255,255,255,0.1);
        padding: 15px 10px
    }

    .solution2 .list1 .item .h {
        font-size: 30px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution2 .list1 .item .h {
        font-size:28px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution2 .list1 .item .h {
        font-size:22px
    }
}

@media (max-width: 768px) {
    .solution2 .list1 .item .p {
        font-size:18px;
        margin-top: 5px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution2 .list1 .item .p {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution2 .list1 .item .p {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .solution2 .line {
        display:none
    }

    .solution2 .dots {
        display: none
    }

    .solution2 .more .d1 {
        position: relative;
        width: auto;
        height: auto;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        left: 0;
        top: 0
    }

    .solution2 .more .d1 a {
        border-radius: 0;
        border: 0
    }

    .solution2 .more .d1 .inr {
        position: relative;
        color: #333;
        background-color: #fff;
        display: block;
        width: auto;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .solution2 .more .d1 .p,.solution2 .more .d1 .h {
        font-size: 18px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution2 .more .d1 .p,.solution2 .more .d1 .h {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution2 .more .d1 .p,.solution2 .more .d1 .h {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .solution2 .more .d1:after {
        display:none
    }

    .solution2 .more .d2 {
        position: relative;
        width: auto;
        height: auto;
        left: 0;
        top: 0;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        margin-top: 10px
    }

    .solution2 .more .d2 .h {
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #fff;
        font-size: 18px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution2 .more .d2 .h {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution2 .more .d2 .h {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .solution2 .more .d2 .h::before {
        content:'';
        display: block;
        width: 30px;
        height: 30px;
        background-image: url(../image/ico_tel2.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 10px
    }

    .solution2 .more .d2 a {
        border-radius: 0;
        border: 0
    }

    .solution3 {
        padding: 40px 10px;
        height: auto
    }

    .solution3 .title1 .d {
        font-size: 20px;
        margin-top: 5px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution3 .title1 .d {
        font-size:18px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution3 .title1 .d {
        font-size:18px
    }
}

@media (max-width: 768px) {
    .solution3 .bg {
        display:none
    }

    .solution3 .list1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 30px
    }

    .solution3 .list1 .item {
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 33.33%;
        -webkit-transform: none !important;
        transform: none !important;
        opacity: 1 !important;
        margin: 0 0 15px !important
    }

    .solution3 .list1 .item .b {
        display: none
    }

    .solution3 .list1 .item a {
        display: block
    }

    .solution3 .list1 .item a .icon1 {
        width: 70%;
        height: auto;
        line-height: 1;
        position: relative;
        overflow: hidden
    }

    .solution3 .list1 .item a .icon1::before {
        content: '';
        display: block;
        padding-top: 100%
    }

    .solution3 .list1 .item a .icon1 .i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .solution3 .list1 .item a .icon1:before {
        position: relative;
        width: auto;
        height: auto;
        margin: 0;
        border: 0;
        left: 0;
        top: 0
    }

    .solution3 .list1 .item a .icon1 img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .solution3 .list1 .item .h {
        font-size: 16px;
        text-align: center;
        margin-top: 5px;
        white-space: normal
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution3 .list1 .item .h {
        font-size:14px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution3 .list1 .item .h {
        font-size:14px
    }
}

@media (max-width: 768px) {
    .solution3 .list1 .item .p {
        font-size:14px;
        white-space: normal;
        margin-top: 3px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution3 .list1 .item .p {
        font-size:12px
    }
}

@media (max-width: 768px) {
    .solution3 .bb {
        position:relative;
        margin-top: 15px
    }

    .solution3 .bb .list2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .solution3 .list2 .item {
        display: block;
        width: 33.33%;
        margin: 0 0 15px
    }

    .solution3 .list2 .item .ico {
        width: 70%;
        height: auto;
        line-height: 1;
        position: relative;
        overflow: hidden
    }

    .solution3 .list2 .item .ico::before {
        content: '';
        display: block;
        padding-top: 100%
    }

    .solution3 .list2 .item .ico .i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .solution3 .list2 .item .ico img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .solution3 .list2 .item .h {
        font-size: 16px;
        margin-top: 5px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution3 .list2 .item .h {
        font-size:14px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution3 .list2 .item .h {
        font-size:14px
    }
}

@media (max-width: 768px) {
    .solution3 .bar {
        margin-top:20px
    }

    .solution3 .bar a {
        display: block;
        margin: 0;
        height: 40px;
        font-size: 18px;
        padding: 0;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution3 .bar a {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution3 .bar a {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .solution3 .bar a+a {
        margin-top:15px
    }

    .solution3 .bar a img {
        width: 30px
    }

    .solution4 {
        padding: 0px 10px;
        margin: 0;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .solution4 .content {
        display: block;
        width: auto;
        height: auto;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        margin: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .solution4 .content .inner {
        display: block;
        padding: 40px 15px
    }

    .solution4 .content .title1 {
        text-align: center
    }

    .solution4 .content .title1 .h {
        font-size: 48px;
        line-height: 1.2
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution4 .content .title1 .h {
        font-size:34px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution4 .content .title1 .h {
        font-size:28px
    }
}

@media (max-width: 768px) {
    .solution4 .content .title1 .d {
        font-size:20px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution4 .content .title1 .d {
        font-size:18px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution4 .content .title1 .d {
        font-size:18px
    }
}

@media (max-width: 768px) {
    .solution4 .content .title1 .p {
        font-size:18px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution4 .content .title1 .p {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution4 .content .title1 .p {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .solution4 .content .title1 .p br {
        display:none
    }

    .solution4 .list2 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px
    }

    .solution4 .list2 .item {
        width: 33.33%;
        margin: 0;
        display: block
    }

    .solution4 .list2 .item a {
        display: block
    }

    .solution4 .list2 .item .ico {
        width: 70%;
        position: relative;
        overflow: hidden;
        height: auto;
        line-height: 1;
        margin: 0 auto
    }

    .solution4 .list2 .item .ico::before {
        content: '';
        display: block;
        padding-top: 100%
    }

    .solution4 .list2 .item .ico .i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .solution4 .list2 .item .ico img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .solution4 .list2 .item .h {
        font-size: 16px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution4 .list2 .item .h {
        font-size:14px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution4 .list2 .item .h {
        font-size:14px
    }
}

@media (max-width: 768px) {
    .solution4 .bar {
        margin-top:20px
    }

    .solution4 .bar a {
        display: block;
        margin: 0;
        height: 40px;
        font-size: 18px;
        padding: 0;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution4 .bar a {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution4 .bar a {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .solution4 .bar a+a {
        margin-top:15px
    }

    .solution4 .bar a img {
        width: 30px
    }

    .solution4 .list {
        width: 100%;
        display: block;
        height: auto;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .solution4 .list .item {
        display: block;
        width: auto;
        height: auto;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        margin: 0
    }

    .solution4 .list .item .inner {
        position: relative;
        padding: 95px 25px 25px;
        top: 0;
        -webkit-transform: none;
        transform: none;
        position: relative
    }

    .solution4 .list .item .inner .icon1 {
        width: 70px;
        height: 70px;
        line-height: 70px;
        position: absolute;
        top: 25px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .solution4 .list .item .l {
        display: none
    }

    .solution4 .list .item .h {
        font-size: 30px;
        margin-top: 10px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution4 .list .item .h {
        font-size:28px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution4 .list .item .h {
        font-size:22px
    }
}

@media (max-width: 768px) {
    .solution4 .list .item .p {
        font-size:18px;
        margin-top: 5px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution4 .list .item .p {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution4 .list .item .p {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .solution5 {
        padding:40px 15px;
        margin: 0
    }

    .solution5 .title1 .h {
        font-size: 48px;
        line-height: 1.2
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution5 .title1 .h {
        font-size:34px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution5 .title1 .h {
        font-size:28px
    }
}

@media (max-width: 768px) {
    .solution5 .title1 .d {
        font-size:20px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution5 .title1 .d {
        font-size:18px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution5 .title1 .d {
        font-size:18px
    }
}

@media (max-width: 768px) {
    .solution5 .title1 .p {
        font-size:18px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution5 .title1 .p {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution5 .title1 .p {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .solution5 .title1 .p br {
        display:none
    }

    .solution5 .list {
        display: block;
        margin-top: 25px
    }

    .solution5 .list .item {
        width: auto;
        display: block;
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    .solution5 .list .item+.item {
        margin: 15px 0 0
    }

    .solution5 .list .item .mask {
        bottom: auto
    }

    .solution5 .list .item .mask .icon1 {
        width: 70px;
        height: 70px;
        line-height: 70px
    }

    .solution5 .list .item .h {
        font-size: 30px;
        margin-top: 10px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution5 .list .item .h {
        font-size:28px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution5 .list .item .h {
        font-size:22px
    }
}

@media (max-width: 768px) {
    .solution5 .list .item .p {
        font-size:18px;
        margin-top: 5px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution5 .list .item .p {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution5 .list .item .p {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .solution5 .bb {
        margin-top:25px
    }

    .solution5 .list2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .solution5 .list2 .item {
        width: 33.33%;
        margin: 0
    }

    .solution5 .list2 .item .ico {
        width: 70%;
        position: relative;
        overflow: hidden;
        height: auto;
        line-height: 1
    }

    .solution5 .list2 .item .ico::before {
        content: '';
        display: block;
        padding-top: 100%
    }

    .solution5 .list2 .item .ico .i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .solution5 .list2 .item .ico img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .solution5 .list2 .item .h {
        font-size: 16px;
        margin-top: 5px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution5 .list2 .item .h {
        font-size:14px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution5 .list2 .item .h {
        font-size:14px
    }
}

@media (max-width: 768px) {
    .solution5 .bar {
        margin-top:20px
    }

    .solution5 .bar a {
        display: block;
        margin: 0;
        height: 40px;
        font-size: 18px;
        padding: 0;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution5 .bar a {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution5 .bar a {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .solution5 .bar a+a {
        margin-top:15px
    }

    .solution5 .bar a img {
        width: 30px
    }

    .solution5a {
        padding: 0 10px;
        margin: 0
    }

    .solution5a .title1 .h {
        font-size: 48px;
        line-height: 1.2
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution5a .title1 .h {
        font-size:34px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution5a .title1 .h {
        font-size:28px
    }
}

@media (max-width: 768px) {
    .solution5a .title1 .d {
        font-size:20px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution5a .title1 .d {
        font-size:18px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution5a .title1 .d {
        font-size:18px
    }
}

@media (max-width: 768px) {
    .solution5a .title1 .p {
        font-size:18px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution5a .title1 .p {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution5a .title1 .p {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .solution5a .title1 .p br {
        display:none
    }

    .solution5a .list {
        margin-top: 25px
    }

    .solution5a .list .item {
        width: auto;
        display: block;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        margin: 0
    }

    .solution5a .list .item+.item {
        margin: 15px 0 0
    }

    .solution5a .list .item .h {
        font-size: 30px;
        margin-top: 10px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution5a .list .item .h {
        font-size:28px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution5a .list .item .h {
        font-size:22px
    }
}

@media (max-width: 768px) {
    .solution5a .list .item .p {
        font-size:18px;
        margin-top: 5px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution5a .list .item .p {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution5a .list .item .p {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .solution5a .list .item .mask .inner {
        padding:15px;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        bottom: auto
    }

    .solution5a .bb {
        margin-top: 25px
    }

    .solution5a .list2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .solution5a .list2 .item {
        width: 33.33%;
        margin: 0
    }

    .solution5a .list2 .item .ico {
        width: 70%;
        position: relative;
        overflow: hidden;
        height: auto;
        line-height: 1
    }

    .solution5a .list2 .item .ico::before {
        content: '';
        display: block;
        padding-top: 100%
    }

    .solution5a .list2 .item .ico .i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .solution5a .list2 .item .ico img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .solution5a .list2 .item .h {
        font-size: 16px;
        margin-top: 5px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution5a .list2 .item .h {
        font-size:14px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution5a .list2 .item .h {
        font-size:14px
    }
}

@media (max-width: 768px) {
    .solution5a .bar {
        margin-top:20px
    }

    .solution5a .bar a {
        display: block;
        margin: 0;
        height: 40px;
        font-size: 18px;
        padding: 0;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution5a .bar a {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution5a .bar a {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .solution5a .bar a+a {
        margin-top:15px
    }

    .solution5a .bar a img {
        width: 30px
    }

    .solution6 {
        padding: 40px 10px;
        margin: 0
    }

    .solution6 .l .title1 {
        text-align: center
    }

    .solution6 .l .title1 .h {
        font-size: 48px;
        line-height: 1.2
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution6 .l .title1 .h {
        font-size:34px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution6 .l .title1 .h {
        font-size:28px
    }
}

@media (max-width: 768px) {
    .solution6 .l .title1 .d {
        font-size:20px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution6 .l .title1 .d {
        font-size:18px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution6 .l .title1 .d {
        font-size:18px
    }
}

@media (max-width: 768px) {
    .solution6 .l .title1 .p {
        font-size:18px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution6 .l .title1 .p {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution6 .l .title1 .p {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .solution6 .l .title1 .p br {
        display:none
    }

    .solution6 .button1 .a1 {
        font-size: 18px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution6 .button1 .a1 {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution6 .button1 .a1 {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .solution6 .button1 .a1 a {
        padding:0 15px
    }

    .solution6 .content {
        height: auto;
        background-image: none !important;
        background-color: #731313
    }

    .solution6 .l,.solution6 .r {
        width: auto;
        float: none;
        height: auto
    }

    .solution6 .l .inner {
        display: block;
        padding: 40px 15px
    }

    .solution6 .l ul,.solution6 .l li {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .solution6 .l ul {
        margin-top: 25px
    }

    .solution6 .l li {
        padding: 15px 0;
        border-top: 1px solid rgba(255,255,255,0.1);
        font-size: 18px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution6 .l li {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution6 .l li {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .solution6 .l li span {
        width:auto;
        display: block;
        font-size: 24px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution6 .l li span {
        font-size:22px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution6 .l li span {
        font-size:18px
    }
}

@media (max-width: 768px) {
    .solution6 .bb {
        margin-top:25px
    }

    .solution6 .list2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .solution6 .list2 .item {
        width: 33.33%;
        margin: 0
    }

    .solution6 .list2 .item .ico {
        width: 70%;
        position: relative;
        overflow: hidden;
        height: auto;
        line-height: 1
    }

    .solution6 .list2 .item .ico::before {
        content: '';
        display: block;
        padding-top: 100%
    }

    .solution6 .list2 .item .ico .i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }

    .solution6 .list2 .item .ico img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .solution6 .list2 .item .h {
        font-size: 16px;
        margin-top: 5px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution6 .list2 .item .h {
        font-size:14px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution6 .list2 .item .h {
        font-size:14px
    }
}

@media (max-width: 768px) {
    .solution6 .bar {
        margin-top:20px
    }

    .solution6 .bar a {
        display: block;
        margin: 0;
        height: 40px;
        font-size: 18px;
        padding: 0;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .solution6 .bar a {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .solution6 .bar a {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .solution6 .bar a+a {
        margin-top:15px
    }

    .solution6 .bar a img {
        width: 30px
    }
}

.community1 {
    height: 900px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.community1 .tit {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
    font-family: yy
}

.community1 .tit .h {
    font-size: 60px
}

.community1 .tit .p {
    font-size: 24px;
    margin-top: 5px
}

.community2 {
    overflow: hidden
}

.community2 .part {
    position: relative
}

.community2 .part:nth-child(even) {
    text-align: right
}

.community2 .part .pic {
    display: inline-block;
    width: 38%;
    position: relative;
    opacity: 0;
    -webkit-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s
}

.community2 .part.xr-cur .pic {
    opacity: 1
}

.community2 .part .pic img {
    width: 100%;
    height: auto
}

.community2 .part .pic .s {
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 70%;
    width: auto;
    height: auto
}

.community2 .part .text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 10%;
    text-align: right;
    color: #333;
    margin-right: -100px;
    -webkit-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
    opacity: 0
}

.community2 .part:nth-child(even) .text {
    right: auto;
    left: 10%;
    text-align: left;
    margin-left: -100px;
    margin-right: 0
}

.community2 .part.xr-cur .text {
    opacity: 1;
    margin: 0
}

.community2 .part .text .h {
    font-size: 48px;
    font-family: yy
}

.community2 .part .text .h i {
    font-family: en;
    font-size: 60px;
    display: inline-block;
    vertical-align: middle
}

.community2 .part .text .d {
    font-size: 80px;
    font-family: 'Baskerville Old Face';
    text-transform: uppercase
}

.community2 .part .text .d i {
    color: #b29943;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    -webkit-transition: all 1s ease-out 0.3s;
    transition: all 1s ease-out 0.3s;
    display: inline-block;
    vertical-align: top
}

.community2 .part.xr-cur .text .d i {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.community2 .part .text .p {
    font-size: 18px
}

.community3 {
    padding: 100px 0
}

@media (max-width: 768px) {
    .community1 .tit {
        left:10px;
        right: 10px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .community1 .tit .h {
        font-size: 60px;
        line-height: 1.2
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .community1 .tit .h {
        font-size:44px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .community1 .tit .h {
        font-size:34px
    }
}

@media (max-width: 768px) {
    .community1 .tit .p {
        font-size:24px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .community1 .tit .p {
        font-size:22px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .community1 .tit .p {
        font-size:18px
    }
}

@media (max-width: 768px) {
    .community2 {
        padding:0 10px
    }

    .community2 .part {
        position: relative
    }

    .community2 .part:nth-child(even) {
        text-align: right
    }

    .community2 .part .pic {
        display: inline-block;
        width: 38%;
        position: relative;
        opacity: 1
    }

    .community2 .part .pic img {
        width: 100%;
        height: auto
    }

    .community2 .part .pic .s {
        position: absolute;
        left: 100%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        max-width: 100%;
        max-height: 70%;
        width: auto;
        height: auto
    }

    .community2 .part .text {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 10px;
        text-align: right;
        color: #333;
        width: 50%;
        opacity: 1;
        margin-right: 0
    }

    .community2 .part:nth-child(even) .text {
        right: auto;
        left: 5%;
        text-align: left;
        margin-left: 0rem;
        margin-right: 0
    }

    .community2 .part .text .h {
        font-size: 42px;
        line-height: 1.2;
        font-family: yy
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .community2 .part .text .h {
        font-size:32px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .community2 .part .text .h {
        font-size:26px
    }
}

@media (max-width: 768px) {
    .community2 .part .text .h i {
        font-family:en;
        font-size: 42px;
        line-height: 1.2;
        display: inline-block;
        vertical-align: middle;
        font-style: normal;
        opacity: 1
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .community2 .part .text .h i {
        font-size:32px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .community2 .part .text .h i {
        font-size:26px
    }
}

@media (max-width: 768px) {
    .community2 .part .text .d {
        font-size:36px;
        font-family: 'Baskerville Old Face';
        text-transform: uppercase
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .community2 .part .text .d {
        font-size:30px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .community2 .part .text .d {
        font-size:24px
    }
}

@media (max-width: 768px) {
    .community2 .part .text .d i {
        color:#b29943;
        display: inline-block;
        vertical-align: top;
        font-style: normal;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .community2 .part .text .p {
        font-size: 14px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .community2 .part .text .p {
        font-size:12px
    }
}

@media (max-width: 768px) {
    .community3 {
        padding:40px 10px
    }

    .community3 .case_list {
        padding: 0
    }

    .community3 .case_list .item {
        opacity: 1;
        float: none;
        width: 100%;
        margin: 0 0 15px;
        -webkit-transform: none;
        transform: none
    }

    .community3 .button2 {
        margin-top: 25px
    }

    .community3 .button2 .h {
        font-size: 48px;
        line-height: 1.2
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .community3 .button2 .h {
        font-size:34px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .community3 .button2 .h {
        font-size:28px
    }
}

@media (max-width: 768px) {
    .community3 .button2 .btns a {
        display:inline-block;
        height: auto;
        line-height: 1.5;
        padding: 5px 20px;
        font-size: 30px;
        background-color: transparent;
        border: 1px solid #333;
        color: #333
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .community3 .button2 .btns a {
        font-size:28px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .community3 .button2 .btns a {
        font-size:22px
    }
}

.hospital1 {
    background: url(../image/jjl/bg5.jpg) center center no-repeat;
    position: relative;
    padding-top: 51%;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s
}

.hospital1.xr-cur {
    opacity: 1 !important;
    visibility: visible !important
}

.hospital1 .title2 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.hospital1 .title2 .h {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.5,0,0.5,1) 0.5s;
    transition: all 1s cubic-bezier(0.5,0,0.5,1) 0.5s
}

.hospital1 .title2 .p {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.5,0,0.5,1) 1.2s;
    transition: all 1s cubic-bezier(0.5,0,0.5,1) 1.2s
}

.hospital1.xr-cur .title2 .h {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.hospital1.xr-cur .title2 .p {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.title2 {
    text-align: center;
    color: #333;
    font-family: yy
}

.title2 .h {
    font-size: 48px
}

.title2 .p {
    font-size: 20px;
    margin-top: 15px
}

.hospital2 {
    background: url(../image/jjl/bg5a.jpg) center center no-repeat;
    position: relative;
    padding-top: 51%;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s
}

.hospital2.xr-cur {
    opacity: 1 !important;
    visibility: visible !important
}

.hospital2 .title2 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.hospital2 .title2 .h {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.5,0,0.5,1) 0.5s;
    transition: all 1s cubic-bezier(0.5,0,0.5,1) 0.5s
}

.hospital2 .title2 .p {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.5,0,0.5,1) 1.2s;
    transition: all 1s cubic-bezier(0.5,0,0.5,1) 1.2s
}

.hospital2.xr-cur .title2 .h {
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important
}

.hospital2.xr-cur .title2 .p {
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important
}

.hospital2 .item {
    position: absolute;
    color: #333;
    width: 300px;
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s
}

.hospital2 .item .text {
    position: relative
}

.hospital2 .item .h {
    font-size: 24px;
    position: relative;
    display: inline-block
}

.hospital2 .item .ico {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    width: 243px;
    height: 221px;
    line-height: 221px;
    position: absolute
}

.hospital2 .item:nth-child(-n+3) .ico {
    left: -195px;
    top: -135px;
    background: url(../image/jjl/png54a.png) center center no-repeat;
    background-size: contain
}

.hospital2 .item:nth-child(n+4) .ico {
    right: -200px;
    top: -140px;
    background: url(../image/jjl/png54b.png) center center no-repeat;
    background-size: contain
}

.hospital2 .item .ico img {
    max-width: 25%;
    max-height: 25%
}

.hospital2 .item .p {
    margin-top: 15px
}

.hospital2 .item:nth-child(1) {
    left: 22%;
    top: 28%;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s
}

.hospital2 .item:nth-child(2) {
    left: 15%;
    top: 52%;
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s
}

.hospital2 .item:nth-child(3) {
    left: 30%;
    top: 73%;
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s
}

.hospital2 .item:nth-child(4) {
    left: 53%;
    top: 13%;
    -webkit-transition-delay: 2.1s;
    transition-delay: 2.1s
}

.hospital2 .item:nth-child(5) {
    left: 71%;
    top: 34%;
    -webkit-transition-delay: 2.3s;
    transition-delay: 2.3s
}

.hospital2 .item:nth-child(6) {
    left: 71%;
    top: 59%;
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s
}

.hospital2 .item:nth-child(7) {
    left: 58%;
    top: 82%;
    -webkit-transition-delay: 2.7s;
    transition-delay: 2.7s
}

.hospital2.xr-cur .item {
    -webkit-transform: none !important;
    transform: none !important;
    opacity: 1 !important
}

.hospital3 {
    background: url(../image/jjl/bg5.png);
    padding: 160px 80px;
    position: relative;
    color: #fff
}

.hospital3 .title2 {
    color: inherit
}

.hospital3 .list {
    margin-top: 50px;
    font-size: 0
}

.hospital3 .item {
    height: 390px;
    border: 4px dotted #fff;
    border-radius: 15px;
    display: inline-block;
    vertical-align: top;
    width: calc(20% - 20px);
    margin-left: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.hospital3 .item:first-child {
    margin-left: 0
}

.hospital3 .item .h {
    padding-top: 50px;
    font-size: 24px
}

.hospital3 .item .ico {
    height: 115px;
    line-height: 115px;
    text-align: center;
    margin-top: 30px
}

.hospital3 .item .ico img {
    max-height: 100%
}

.hospital3 .item .p {
    margin-top: 30px;
    padding: 0 30px;
    font-size: 14px;
    text-align: left
}

.hospital4 {
    background: url(../image/jjl/bg1.png);
    padding: 160px 80px;
    position: relative;
    color: #333
}

.hospital4 .title2 {
    color: inherit
}

.hospital4 .list {
    margin-top: 50px;
    font-size: 0
}

.hospital4 .item {
    height: 390px;
    border: 4px dotted #ddd;
    border-radius: 15px;
    display: inline-block;
    vertical-align: top;
    width: calc(20% - 20px);
    margin-left: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.hospital4 .item:first-child {
    margin-left: 0
}

.hospital4 .item .h {
    padding-top: 50px;
    font-size: 24px
}

.hospital4 .item .ico {
    height: 115px;
    line-height: 115px;
    text-align: center;
    margin-top: 30px
}

.hospital4 .item .ico img {
    max-height: 100%
}

.hospital4 .item .p {
    margin-top: 30px;
    padding: 0 30px;
    font-size: 14px;
    text-align: left
}

.hospital5 {
    background: url(../image/jjl/bg6.png);
    padding: 160px 80px;
    position: relative;
    color: #fff
}

.hospital5 .title2 {
    color: inherit
}

.hospital5 .list {
    margin-top: 50px;
    font-size: 0
}

.hospital5 .item {
    height: 190px;
    border: 4px dotted #ddd;
    border-radius: 15px;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 20px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 25px;
    padding: 0 50px;
    box-sizing: border-box
}

.hospital5 .item:nth-child(even) {
    margin-left: 25px
}

.hospital5 .item .h {
    padding-top: 50px;
    font-size: 24px
}

.hospital5 .item .p {
    margin-top: 10px;
    font-size: 14px
}

.hospital6 {
    padding: 80px 0 100px
}

@media (max-width: 1480px) {
    .hospital3 .item .ico {
        height:100px;
        line-height: 100px
    }

    .hospital3 .item .h {
        font-size: 20px;
        padding-top: 30px
    }

    .hospital3 .item .p {
        padding: 0 5px
    }

    .hospital4 .item .h {
        font-size: 20px;
        padding-top: 30px
    }

    .hospital4 .item .p {
        padding: 0 5px
    }

    .hospital4 .item .ico {
        height: 100px;
        line-height: 100px
    }
}

#fullpagebox .jspContainer {
    overflow: hidden;
    position: relative
}

#fullpagebox .jspPane {
    position: absolute
}

#fullpagebox .jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%
}

#fullpagebox .jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px
}

#fullpagebox .jspVerticalBar *,#fullpagebox .jspHorizontalBar * {
    margin: 0;
    padding: 0
}

#fullpagebox .jspCap {
    display: none
}

#fullpagebox .jspHorizontalBar .jspCap {
    float: left
}

#fullpagebox .jspTrack {
    background: #dde;
    position: relative
}

#fullpagebox .jspDrag {
    background: #ddd;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer
}

#fullpagebox .jspHorizontalBar .jspTrack,#fullpagebox .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%
}

#fullpagebox .jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer
}

#fullpagebox .jspArrow.jspDisabled {
    cursor: default;
    background: #80808d
}

#fullpagebox .jspVerticalBar .jspArrow {
    height: 16px
}

#fullpagebox .jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%
}

#fullpagebox .jspVerticalBar .jspArrow:focus {
    outline: none
}

#fullpagebox .jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%
}

#fullpagebox * html .jspCorner {
    margin: 0 -3px 0 0
}

#fullpagebox .jspVerticalBar {
    width: 6px
}

#fullpagebox .jspDrag {
    background: #a99479;
    border-radius: 8px
}

#fullpagebox .jspTrack {
    background: #f5f5f5;
    border-radius: 8px
}

#fullpagebox .tar {
    display: block;
    margin: 0
}

#fullpagebox .f-header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0
}

#fullpagebox .f-header .logo {
    position: absolute;
    left: 80px;
    top: 30px;
    z-index: 3
}

#fullpagebox .f-footer {
    padding: 100px 0 0;
    color: #333333
}

#fullpagebox .f-footer ul,#fullpagebox .f-footer ol,#fullpagebox .f-footer li {
    padding: 0;
    margin: 0;
    list-style: none
}

#fullpagebox .f-footer .block {
    max-width: 1230px;
    padding: 0
}

#fullpagebox .f-footer .d1 {
    padding: 50px 90px;
    border-top: 1px solid #ddd;
    margin-top: 100px
}

#fullpagebox .f-footer .d1 .list {
    float: left
}

#fullpagebox .f-footer .d1 .list .item {
    float: left;
    margin-right: 25px;
    font-size: 16px;
    text-align: center
}

#fullpagebox .f-footer .d1 .list .item span {
    width: 100px;
    height: 100px;
    line-height: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 100%;
    display: block;
    position: relative;
    -webkit-perspective: 300px;
    perspective: 300px
}

#fullpagebox .f-footer .d1 .list .item span:after {
    width: 100%;
    height: 100%;
    content: "";
    display: block
}

#fullpagebox .f-footer .d1 .list .item span.ico1:after {
    background: url(../image/image_hos/icon3_1.png) center center no-repeat;
    background-size: auto 60%
}

#fullpagebox .f-footer .d1 .list .item span.ico2:after {
    background: url(../image/image_hos/icon3_2.png) center center no-repeat;
    background-size: auto 60%
}

#fullpagebox .f-footer .d1 .list .item span.ico3:after {
    background: url(../image/image_hos/icon3_3.png) center center no-repeat;
    background-size: auto 60%
}

#fullpagebox .f-footer .d1 .list .item span.ico4:after {
    background: url(../image/image_hos/icon3_4.png) center center no-repeat;
    background-size: auto 60%
}

#fullpagebox .f-footer .d1 .list .item span.ico5:after {
    background: url(../image/image_hos/icon3_5.png) center center no-repeat;
    background-size: auto 60%
}

#fullpagebox .f-footer .d1 .list .item span.ico1 {
    position: relative;
    z-index: 1
}

#fullpagebox .f-footer .d1 .list .item span.ico1 img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 160px;
    height: 160px;
    margin: -80px 0 0 -80px;
    z-index: 1;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    opacity: 0;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    visibility: hidden;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    max-width: none;
    max-height: none
}

#fullpagebox .f-footer .d1 .list .item span.ico1:hover img {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none
}

#fullpagebox .f-footer .d1 .list .item:hover span:after {
    transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s
}

#fullpagebox .f-footer .d1 .list .item:hover span.ico1:after {
    transform: none;
    -webkit-transform: none
}

#fullpagebox .f-footer .d1 .list .item strong {
    margin-top: 8px;
    display: inline-block
}

#fullpagebox .f-footer .d1 .tel {
    float: right;
    padding-top: 30px
}

#fullpagebox .f-footer .d1 .tel .d {
    float: left;
    margin-left: 30px;
    text-align: right
}

#fullpagebox .f-footer .d1 .tel .d .h3 {
    font-size: 46px;
    font-family: Arial
}

#fullpagebox .f-footer .d1 .tel .d p {
    margin-top: 5px
}

#fullpagebox .f-footer .friend {
    padding: 30px 90px;
    line-height: 1.5;
    font-size: 18px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

#fullpagebox .f-footer .friend .tit {
    float: left
}

#fullpagebox .f-footer .friend .inner {
    padding: 0 0 0 90px
}

#fullpagebox .f-footer .friend a {
    margin: 0 10px;
    display: inline-block
}

#fullpagebox .f-footer .d2 {
    padding: 40px 90px
}

#fullpagebox .f-footer .d2 .nav {
    float: left;
    width: 65%;
    font-size: 0
}

#fullpagebox .f-footer .d2 .nav .item {
    display: inline-block;
    vertical-align: top;
    padding-right: 70px
}

#fullpagebox .f-footer .d2 .nav .item:last-child {
    padding-right: 0
}

#fullpagebox .f-footer .d2 .nav .item .h3 {
    font-size: 24px;
    color: inherit;
    line-height: 1
}

#fullpagebox .f-footer .d2 .nav .item ul {
    padding-top: 20px;
    line-height: 1.7;
    font-size: 18px
}

#fullpagebox .f-footer .d2 .nav .item li {
    margin-top: 10px
}

#fullpagebox .f-footer .d2 .nav .item li:first-child {
    margin-top: 0
}

#fullpagebox .f-footer .d2 .nav .item .p {
    font-size: 14px;
    color: inherit;
    margin-top: 3px;
    line-height: 1
}

#fullpagebox .f-footer .d2 .nav .item .p a {
    display: inline-block;
    margin-right: 10px
}

#fullpagebox .f-footer .d2 .des {
    float: right;
    width: 30%
}

#fullpagebox .f-footer .d2 .des .d {
    margin-bottom: 30px
}

#fullpagebox .f-footer .d2 .des .d .h3 {
    font-size: 24px;
    color: inherit
}

#fullpagebox .f-footer .d2 .des .d .text {
    padding-top: 20px;
    line-height: 1.7
}

#fullpagebox .f-footer .d2 .des .d .text p {
    margin-top: 10px
}

#fullpagebox .f-footer .d2 .des .d .text p:first-child {
    margin-top: 0
}

#fullpagebox .f-footer .d3 {
    padding: 40px 90px;
    border-top: 1px solid #cccccc
}

#fullpagebox .f-footer .d3 .list {
    font-size: 0;
    text-align: center
}

#fullpagebox .f-footer .d3 .item {
    width: 20%;
    display: inline-block;
    text-align: left;
    vertical-align: top
}

#fullpagebox .f-footer .d3 .item .h {
    font-size: 24px
}

#fullpagebox .f-footer .d3 .item .p {
    font-size: 14px;
    margin-top: 15px;
    width: 90%
}

#fullpagebox .f-footer .copy {
    line-height: 90px;
    text-align: center;
    padding: 0 90px;
    border-top: 1px solid #ccc
}

#fullpagebox .title1 {
    text-align: center;
    -webkit-perspective: 500px;
    perspective: 500px
}

#fullpagebox .title .h {
    font-size: 40px
}

#fullpagebox .block {
    width: 1230px;
    margin: 0 auto
}

#fullpagebox .title1 {
    text-align: center;
    -webkit-perspective: 500px;
    perspective: 500px
}

#fullpagebox .title1 .h2 {
    font-size: 48px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d
}

#fullpagebox .title1 .h2 i {
    transform: rotateY(90deg) translateZ(-90px) scale(0.3);
    -webkit-transform: rotateY(90deg) translateZ(-90px) scale(0.3);
    opacity: 0;
    display: inline-block;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s
}

#fullpagebox .title1 .h3 {
    font-size: 24px;
    margin-top: 5px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d
}

#fullpagebox .title1 .h3 i {
    transform: rotateY(-90deg) translateZ(-90px) scale(0.3);
    -webkit-transform: rotateY(-90deg) translateZ(-90px) scale(0.3);
    opacity: 0;
    display: inline-block;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s
}

#fullpagebox .title1.act i {
    transform: rotateY(0deg) translateZ(0px) scale(1);
    -webkit-transform: rotateY(0deg) translateZ(0px) scale(1);
    opacity: 1
}

#fullpagebox .title1 .button {
    margin-top: 30px
}

#fullpagebox .title1 .button .a {
    display: inline-block;
    min-width: 265px;
    line-height: 52px;
    font-size: 30px;
    position: relative;
    text-align: center
}

#fullpagebox .title1 .button .a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    right: 100%;
    -webkit-animation: bt11 4s ease-in-out 0s infinite;
    animation: bt11 4s ease-in-out 0s infinite;
    background: #0f663a
}

#fullpagebox .title1 .button .a a {
    display: block;
    height: 100%;
    position: relative;
    border: 2px solid #0f663a;
    padding: 0 20px;
    -webkit-animation: bt22 4s ease-in-out 0s infinite;
    animation: bt22 4s ease-in-out 0s infinite;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s
}

#fullpagebox .title1 .button .a:hover:before {
    -webkit-animation: none;
    animation: none
}

#fullpagebox .title1 .button .a:hover a {
    background: #0f663a;
    color: #fff;
    border-color: #0f663a;
    -webkit-animation: none;
    animation: none
}

#fullpagebox .f-home1 {
    background: url(../image/image_hos/banner-2.jpg) no-repeat center;
    background-size: cover;
    height: 1900px;
    color: #fff;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 1s ease-out 0.3s;
    transition: opacity 1s ease-out 0.3s
}

#fullpagebox .f-home1.show {
    opacity: 1
}

#fullpagebox .f-home1 .banner {
    position: relative;
    height: 800px
}

#fullpagebox .f-home1 .banner .frame {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

#fullpagebox .f-home1 .banner .frame .child {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#fullpagebox .f-home1 .banner .child .l {
    width: 50%;
    display: inline-block;
    height: 100%;
    text-align: center
}

#fullpagebox .f-home1 .banner .child .l:after {
    content: "";
    vertical-align: middle;
    height: 100%;
    display: inline-block
}

#fullpagebox .f-home1 .banner .child .r {
    width: 50%;
    display: inline-block;
    height: 100%;
    text-align: center
}

#fullpagebox .f-home1 .banner .child .r:after {
    content: "";
    vertical-align: middle;
    height: 100%;
    display: inline-block
}

#fullpagebox .f-home1 .banner .child .inner {
    display: inline-block;
    vertical-align: middle
}

#fullpagebox .f-home1 .banner .child video {
    width: 100%;
    height: auto
}

#fullpagebox .f-home1 .banner .c1 .l {
    width: 30%;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
    opacity: 0
}

#fullpagebox .f-home1 .banner .c1 .r {
    width: 70%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#fullpagebox .f-home1 .banner .c1 .h {
    font-size: 62px
}

#fullpagebox .f-home1 .banner .c1 .p {
    font-size: 28px;
    margin-top: 15px
}

#fullpagebox .f-home1 .banner .c2 {
    padding: 0 15%
}

#fullpagebox .f-home1 .banner .c2 .l {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
    opacity: 0
}

#fullpagebox .f-home1 .banner .c2 img {
    max-width: 80%
}

#fullpagebox .f-home1 .banner .c2 .r {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    opacity: 0
}

#fullpagebox .f-home1 .banner .now .l {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out 0.5s;
    transition: all 0.8s ease-out 0.5s
}

#fullpagebox .f-home1 .banner .now .r {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out 0.5s;
    transition: all 0.8s ease-out 0.5s
}

#fullpagebox .f-home1 .banner .d1 {
    height: 100%;
    text-align: center
}

#fullpagebox .f-home1 .banner .d1:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 100%
}

#fullpagebox .f-home1 .banner .d2 {
    height: 100%;
    text-align: center
}

#fullpagebox .f-home1 .banner .d2:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 100%
}

#fullpagebox .f-home1 .banner .inner {
    display: inline-block;
    vertical-align: middle
}

#fullpagebox .f-home1 .person {
    position: absolute;
    left: 3%;
    top: 0;
    width: 95%;
    height: auto;
    -webkit-transition: all 1.5s ease-out 0.5s;
    transition: all 1.5s ease-out 0.5s;
    background: url(../image/image_hos/png10.png) center center no-repeat;
    padding-top: 47%;
    background-size: contain
}

#fullpagebox .f-home1 .person .t1 {
    background: url(../image/image_hos/png4.png) center center no-repeat;
    width: 10%;
    height: 21%;
    position: absolute;
    left: 47%;
    top: 17%;
    background-size: contain;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    opacity: 0
}

#fullpagebox .f-home1 .person .t2 {
    background: url(../image/image_hos/png5.png) center center no-repeat;
    width: 10%;
    height: 21%;
    position: absolute;
    left: 57%;
    top: 12%;
    background-size: contain;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    opacity: 0
}

#fullpagebox .f-home1 .person .t3 {
    background: url(../image/image_hos/png6.png) center center no-repeat;
    width: 10%;
    height: 21%;
    position: absolute;
    left: 74.5%;
    top: 5.5%;
    background-size: contain;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    opacity: 0
}

#fullpagebox .f-home1 .now .person .t1.act {
    -webkit-animation: tt 2s linear 0s 1 both;
    animation: tt 2s linear 0s 1 both
}

#fullpagebox .f-home1 .now .person .t2.act {
    -webkit-animation: tt 2s linear 0s 1 both;
    animation: tt 2s linear 0s 1 both
}

#fullpagebox .f-home1 .now .person .t3.act {
    -webkit-animation: tt 2s linear 0s 1 both;
    animation: tt 2s linear 0s 1 both
}

@-webkit-keyframes tt {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 0
    }

    15% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes tt {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 0
    }

    15% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes bt11 {
    0% {
        left: 0;
        right: 100%
    }

    10% {
        left: 0;
        right: 0%
    }

    30% {
        left: 0;
        right: 0%
    }

    40% {
        left: 100%;
        right: 0%
    }

    100% {
        left: 100%;
        right: 0%
    }
}

@keyframes bt11 {
    0% {
        left: 0;
        right: 100%
    }

    10% {
        left: 0;
        right: 0%
    }

    30% {
        left: 0;
        right: 0%
    }

    40% {
        left: 100%;
        right: 0%
    }

    100% {
        left: 100%;
        right: 0%
    }
}

@-webkit-keyframes bt22 {
    0% {
        color: #0f663a
    }

    10% {
        color: #fff
    }

    30% {
        color: #fff
    }

    40% {
        color: #0f663a
    }

    100% {
        color: #0f663a
    }
}

@keyframes bt22 {
    0% {
        color: #0f663a
    }

    10% {
        color: #fff
    }

    30% {
        color: #fff
    }

    40% {
        color: #0f663a
    }

    100% {
        color: #0f663a
    }
}

#fullpagebox .f-home1 .tit1 {
    position: absolute;
    left: 18%;
    top: 0;
    margin-top: 27%
}

#fullpagebox .f-home1 .tit1 .h1 {
    font-size: 60px
}

#fullpagebox .f-home1 .tit1 .h2 {
    font-size: 18px;
    margin-top: 20px
}

#fullpagebox .f-home1 .tit2 {
    position: absolute;
    left: 50px;
    bottom: 100px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: center;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0,1,1,1) 0s;
    transition: all 1s cubic-bezier(0,1,1,1) 0s
}

#fullpagebox .f-home1 .tit2.show {
    -webkit-transform: none;
    transform: none;
    opacity: 1
}

#fullpagebox .f-home1 .tit2 .h1 {
    font-size: 48px
}

#fullpagebox .f-home1 .tit2 .h2 {
    font-size: 175px;
    font-family: Impact;
    color: #1f3d39;
    margin-right: 50px;
    text-transform: uppercase
}

#fullpagebox .f-home1 .nav {
    position: absolute;
    right: 50px;
    left: 50px;
    bottom: 100px
}

#fullpagebox .f-home1 .nav .item {
    width: 0;
    height: 140px;
    line-height: 140px;
    text-align: center;
    background: #00a592;
    float: right;
    font-size: 24px;
    margin-bottom: 10px;
    clear: both;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 1s cubic-bezier(0,1,1,1) 0s;
    transition: all 1s cubic-bezier(0,1,1,1) 0s
}

#fullpagebox .f-home1 .nav .item span {
    font-size: 18px;
    font-family: en;
    margin-left: 20px
}

#fullpagebox .f-home1 .nav.show .item:nth-child(1) {
    background: #00a592;
    width: 58%
}

#fullpagebox .f-home1 .nav.show .item:nth-child(2) {
    background: #09949d;
    width: 65%
}

#fullpagebox .f-home1 .nav.show .item:nth-child(3) {
    background: #1b90de;
    width: 52%
}

#fullpagebox .f-home1 .nav.show .item:nth-child(4) {
    background: #64b396;
    width: 46%
}

#fullpagebox .f-home1 .nav.show .item:nth-child(5) {
    background: #3556e7;
    width: 58%
}

#fullpagebox .f-home1 .nav.show .item:nth-child(6) {
    background: #00a592;
    width: 75%
}

#fullpagebox .f-home1 .nav .item:hover {
    padding: 0 3%
}

#fullpagebox .fp-scrollable {
    height: 100%
}

#fullpagebox .f-home1 .tools {
    position: absolute;
    right: 50px;
    top: 30px;
    z-index: 5
}

#fullpagebox .f-home1 .links {
    width: 160px;
    height: 52px;
    border-radius: 26px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.15);
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    line-height: 52px;
    text-align: center;
    margin-right: 15px;
    float: left;
    background: #fff;
    font-size: 18px;
    color: #015128
}

#fullpagebox .f-home1 .tel {
    font-size: 36px;
    color: #fff;
    line-height: 52px;
    float: left
}

#fullpagebox .f-home1 .tel i {
    width: 52px;
    height: 52px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.15);
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    line-height: 45px;
    text-align: center;
    margin-right: 15px;
    float: left;
    background: #fff;
    background: #fff url(../image/image_hos/ico_tel.png) center center no-repeat;
    background-size: 50% auto
}

#fullpagebox .f-home1 .box .tit {
    font-size: 48px;
    -webkit-transition: all 1s ease-out 1.4s;
    transition: all 1s ease-out 1.4s;
    opacity: 0;
    -webkit-transform: translate(0,40px);
    transform: translate(0,40px)
}

#fullpagebox .f-home1 .box {
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -276px;
    left: 50%;
    margin-left: -276px;
    width: 552px;
    height: 552px;
    display: table;
    z-index: 2
}

#fullpagebox .f-home1 .box .cell {
    display: table-cell;
    vertical-align: middle
}

#fullpagebox .f-home1 .box .desc {
    font-size: 28px;
    line-height: 37.5px;
    margin-top: 16px;
    -webkit-transition: all 1s ease-out 1.8s;
    transition: all 1s ease-out 1.8s;
    opacity: 0;
    -webkit-transform: translate(0,40px);
    transform: translate(0,40px)
}

#fullpagebox .f-home1 .bg1 {
    width: 34%;
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 34%;
    margin: -17% 0 0 -17%
}

#fullpagebox .f-home1 .bg1-1 {
    background: url(../image/image_hos/home1-3.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#fullpagebox .f-home1 .bg1-2 {
    background: url(../image/image_hos/home1-5.png) no-repeat center;
    background-size: cover;
    width: 13.14%;
    height: 46.94%;
    position: absolute;
    top: 11%;
    left: 114%
}

#fullpagebox .f-home1 .bg2 {
    background: url(../image/image_hos/home1-4.png) no-repeat center;
    width: 28.8%;
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 28.8%;
    margin: -14% 0 0 -14.4%;
    background-size: cover;
    -webkit-transition: all 1.5s ease 1.5s;
    transition: all 1.5s ease 1.5s
}

#fullpagebox .f-home1 .bg3 {
    background: url(../image/image_hos/home1-2.png) no-repeat center;
    width: 16.56%;
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 16.56%;
    margin: 6% 0 0 20%;
    background-size: cover;
    overflow: hidden
}

#fullpagebox .f-home1 .bg3-1 {
    background: url(../image/image_hos/home1-1.png) repeat-y center 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 61.32%
}

#fullpagebox .f-home1 .bg3-2 {
    top: 100%;
    margin-top: 0
}

#fullpagebox .f-home1 .bg3 .scroll {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 127%
}

#fullpagebox .f-home1 .bg3 .box1 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 93%;
    margin-top: -46.5%;
    overflow: hidden;
    border-radius: 50%
}

#fullpagebox .f-home1.show .tit {
    opacity: 1;
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

#fullpagebox .f-home1.show .desc {
    opacity: 1;
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

#fullpagebox .f-home1.show .bg2 {
    opacity: 0.5
}

#fullpagebox .active .f-home1 .bg1-1 {
    -webkit-animation: home1bg1 10s linear 0.3s infinite;
    animation: home1bg1 10s linear 0.3s infinite
}

#fullpagebox .active .f-home1 .bg3 .scroll {
    -webkit-animation: home1bg3 10s linear 0.3s infinite;
    animation: home1bg3 10s linear 0.3s infinite
}

#fullpagebox .f-home2 .part7 {
    padding: 120px 0 0;
    height: auto;
    position: relative
}

#fullpagebox .f-home2 .part7 .title {
    text-align: center
}

#fullpagebox .f-home2 .part7 .list {
    -webkit-perspective: 1200px;
    perspective: 1200px;
    margin-top: 50px;
    padding: 0 6px
}

#fullpagebox .f-home2 .part7 .list .item {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: calc(33.33% - 16px);
    height: auto;
    margin: 0 6px 12px;
    opacity: 0;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    transform: translateY(100px);
    -webkit-transform: translateY(100px)
}

#fullpagebox .f-home2 .part7 .list .item:nth-child(1) {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s
}

#fullpagebox .f-home2 .part7 .list .item:nth-child(2) {
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s
}

#fullpagebox .f-home2 .part7 .list .item:nth-child(3) {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s
}

#fullpagebox .f-home2 .part7 .list .item:nth-child(4) {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s
}

#fullpagebox .f-home2 .part7 .list .item:nth-child(5) {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s
}

#fullpagebox .f-home2 .part7 .list .item:nth-child(6) {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s
}

#fullpagebox .f-home2 .part7.show .list .item {
    opacity: 1;
    transform: translateY(0px) rotateX(0deg);
    -webkit-transform: translateY(0px) rotateX(0deg)
}

#fullpagebox .f-home2 .part7 .list .item img {
    width: 100%;
    height: auto;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s
}

#fullpagebox .f-home2 .part7 .list .item .logo {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat
}

#fullpagebox .f-home2 .part7 .list .item .mask {
    background: #0f663a;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity="0");
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s
}

#fullpagebox .f-home2 .part7 .list .item .mask .cell {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 80px;
    margin-top: -40px
}

#fullpagebox .f-home2 .part7 .list .item .mask .h3 {
    font-size: 36px;
    color: #fff;
    line-height: 1.3;
    padding: 0 30px;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s
}

#fullpagebox .f-home2 .part7 .list .item .mask p {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s
}

#fullpagebox .f-home2 .part7 .list .item .mask p a {
    margin: 0 10px
}

#fullpagebox .f-home2 .part7 .list .item:hover .mask {
    opacity: 0.85;
    filter: alpha(opacity="85")
}

#fullpagebox .f-home2 .part7 .list .item:hover .mask .h3 {
    transform: translateY(0px);
    -webkit-transform: translateY(0px)
}

#fullpagebox .f-home2 .part7 .list .item:hover .mask p {
    transform: translateY(0px);
    -webkit-transform: translateY(0px)
}

#fullpagebox .f-home2 .part7 .list .item .more {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

#fullpagebox .f-home2 .part7 .title1 {
    margin-top: 60px
}

#fullpagebox .f-home2 .part7 .copy {
    text-align: center;
    margin-top: 60px
}

#fullpagebox .f-home2 .part7 .mCSB_inside>.mCSB_container {
    margin-right: 0
}

#fullpagebox .f-home2 .titbox {
    text-align: center;
    color: #333333;
    line-height: 1
}

#fullpagebox .f-home2 .titbox .tit {
    font-size: 52px
}

#fullpagebox .f-home2 .titbox .desc {
    font-size: 22px;
    margin-top: 15px;
    line-height: 1.4
}

#fullpagebox .ptafter {
    position: relative
}

#fullpagebox .ptafter:after {
    content: "";
    display: block
}

#fullpagebox .section2 {
    background: url(../image/image_hos/home2-1.jpg) no-repeat center;
    background-size: cover
}

#fullpagebox .f-home2 .part1 {
    overflow: hidden;
    position: relative
}

#fullpagebox .f-home2 .part1:after {
    padding-top: 60.416%
}

#fullpagebox .f-home2 .part1 .box {
    text-align: center;
    position: relative;
    margin-top: 48px
}

#fullpagebox .f-home2 .part1 .box .img1 {
    width: 48.07%
}

#fullpagebox .f-home2 .part1 .box .item {
    position: absolute;
    width: 400px
}

#fullpagebox .f-home2 .part1 .box .item .tit {
    font-size: 26px
}

#fullpagebox .f-home2 .part1 .box .item .desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 6px
}

#fullpagebox .f-home2 .part1 .box .tal {
    text-align: left
}

#fullpagebox .f-home2 .part1 .box .tar {
    text-align: right
}

#fullpagebox .f-home2 .part1 .box .item.i1 {
    top: 2.6%;
    right: 65%
}

#fullpagebox .f-home2 .part1 .box .item.i2 {
    top: 27.2%;
    right: 74%
}

#fullpagebox .f-home2 .part1 .box .item.i3 {
    top: 54.6%;
    right: 69.8%
}

#fullpagebox .f-home2 .part1 .box .item.i4 {
    top: 80.6%;
    right: 65.2%
}

#fullpagebox .f-home2 .part1 .box .item.i5 {
    top: 9%;
    left: 67.5%
}

#fullpagebox .f-home2 .part1 .box .item.i6 {
    top: 40.8%;
    left: 74%
}

#fullpagebox .f-home2 .part1 .box .item.i7 {
    top: 72%;
    left: 71.4%
}

#fullpagebox .f-home2 .part1 .box .ig {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0)
}

#fullpagebox .section3 {
    background: url(../image/image_hos/home2-2.jpg) no-repeat center;
    background-size: cover
}

#fullpagebox .f-home2 .part2 .titbox {
    color: #b1eacc
}

#fullpagebox .f-home2 .part2 .box {
    color: #fff;
    text-align: center;
    font-size: 0;
    padding: 12.76% 5.729% 0
}

#fullpagebox .f-home2 .part2 .box .tit {
    font-size: 22px;
    position: relative;
    z-index: 4
}

#fullpagebox .f-home2 .part2 .box .desc {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    margin-top: 8px;
    position: relative;
    z-index: 4
}

#fullpagebox .f-home2 .part2 .box .item {
    width: 20%;
    display: inline-block;
    vertical-align: top
}

#fullpagebox .f-home2 .part2 .box .item .inner {
    margin: 0 7.5%
}

#fullpagebox .f-home2 .part2 .box .item .img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    position: relative
}

#fullpagebox .f-home2 .part2 .box .item .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#fullpagebox .f-home2 .part2 .box .item .img:after {
    content: "";
    display: block;
    background: url(../image/image_hos/home3-1.png) no-repeat center;
    background-size: 100%;
    width: 411px;
    height: 411px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 0;
    opacity: 0
}

#fullpagebox .f-home2 .part2 .box .item .i1 {
    z-index: 1
}

#fullpagebox .f-home2 .part2 .box .item .i2 {
    z-index: 2;
    opacity: 0
}

#fullpagebox .f-home2 .part3:after {
    padding-top: 51.302%
}

#fullpagebox .f-home2 .part3 .bg1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

#fullpagebox .f-home2 .part3 .box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
}

#fullpagebox .f-home2 .part3 .box .item {
    width: 33.33333%;
    height: 50%;
    float: left;
    display: table
}

#fullpagebox .f-home2 .part3 .box .img {
    width: 120px;
    height: 100px
}

#fullpagebox .f-home2 .part3 .box .img img {
    width: 100%
}

#fullpagebox .f-home2 .part3 .box .tit1 {
    font-size: 22px;
    margin-top: 10px
}

#fullpagebox .f-home2 .part3 .box .desc1 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    min-height: 72px
}

#fullpagebox .f-home2 .part3 .box .tit {
    font-size: 52px
}

#fullpagebox .f-home2 .part3 .box .desc {
    font-size: 22px;
    line-height: 32px;
    margin-top: 3px
}

#fullpagebox .f-home2 .part3 .box .cell {
    display: table-cell;
    vertical-align: middle
}

#fullpagebox .f-home2 .part3 .box .inner {
    padding: 0 15%
}

#fullpagebox .f-home2 .part3 .box .item.i2,#fullpagebox .f-home2 .part3 .box .item.i5,#fullpagebox .f-home2 .part3 .box .item.i6 {
    color: #fff
}

#fullpagebox .f-home2 .part3 .box .item.i1 {
    background: url(../image/image_hos/home2-3-1.jpg) no-repeat center;
    background-size: 100%
}

#fullpagebox .f-home2 .part3 .box .item.i2 {
    background: url(../image/image_hos/home2-3-2.jpg) no-repeat center;
    background-size: 100%
}

#fullpagebox .f-home2 .part3 .box .item.i4 {
    background: url(../image/image_hos/home2-3-3.jpg) no-repeat center;
    background-size: 100%
}

#fullpagebox .f-home2 .part3 .box .item.i5 {
    background: url(../image/image_hos/home2-3-4.jpg) no-repeat center;
    background-size: 100%
}

#fullpagebox .f-home2 .part3 .box .item.i6 {
    background: url(../image/image_hos/home2-3-5.jpg) no-repeat center;
    background-size: 100%
}

#fullpagebox .section5 .f-home2 {
    margin-top: -10%
}

#fullpagebox .section5 {
    background: url(../image/image_hos/part4-1.jpg) no-repeat center;
    background-size: cover;
    position: relative
}

#fullpagebox .section5 .bottom {
    background: url(../image/image_hos/part4-1.png) no-repeat center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 14.32%;
    background-size: 100%
}

#fullpagebox .section5 .titbox .tit {
    font-size: 52px
}

#fullpagebox .section5 .titbox .desc {
    font-size: 22px
}

#fullpagebox .section5 .titbox {
    color: #fff
}

#fullpagebox .section5 .box {
    width: 86%;
    margin: 0 auto;
    margin-top: 3%
}

#fullpagebox .section5 .box .item {
    width: 48.85%;
    float: right;
    margin-bottom: 2%;
    height: 190px;
    background: url(../image/image_hos/border-1.png) no-repeat left center;
    background-size: 100% 100%
}

#fullpagebox .section5 .box .item.i1 {
    float: left
}

#fullpagebox .section5 .box .item .img {
    width: 85px;
    float: left;
    overflow: hidden
}

#fullpagebox .section5 .box .item .img img {
    width: 100%
}

#fullpagebox .section5 .box .item .text {
    overflow: hidden;
    padding-left: 8px;
    color: #fff
}

#fullpagebox .section5 .box .item .text .tit {
    font-size: 22px
}

#fullpagebox .section5 .box .item .text .desc {
    font-size: 16px;
    margin-top: 2px;
    line-height: 24px;
    height: 48px;
    overflow: hidden
}

#fullpagebox .section5 .box .item .inner {
    padding: 6.5% 7%
}

@-webkit-keyframes part4-icon {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 0.9
    }

    100% {
        -webkit-transform: translate(0,15px);
        transform: translate(0,15px);
        opacity: 1
    }
}

@keyframes part4-icon {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 0.9
    }

    100% {
        -webkit-transform: translate(0,15px);
        transform: translate(0,15px);
        opacity: 1
    }
}

@-webkit-keyframes home1bg1 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
}

@keyframes home1bg1 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
}

@-webkit-keyframes home1bg3 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes home1bg3 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: translate(-50%,-50%) rotate(0);
        transform: translate(-50%,-50%) rotate(0)
    }

    100% {
        -webkit-transform: translate(-50%,-50%) rotate(360deg);
        transform: translate(-50%,-50%) rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: translate(-50%,-50%) rotate(0);
        transform: translate(-50%,-50%) rotate(0)
    }

    100% {
        -webkit-transform: translate(-50%,-50%) rotate(360deg);
        transform: translate(-50%,-50%) rotate(360deg)
    }
}

@media (min-width: 769px) {
    #fullpagebox .f-home2 .part1 .box .tal,#fullpagebox .f-home2 .part1 .box .tar,#fullpagebox .f-home2 .part1 .box .img1,#fullpagebox .f-home2 .part1 .box .ig {
        opacity:0;
        -webkit-transition: opacity 0.8s ease 0s;
        transition: opacity 0.8s ease 0s
    }

    #fullpagebox .f-home2 .part1 .box .tal {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    #fullpagebox .f-home2 .part1 .box .tar {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    #fullpagebox .active .f-home2 .part1 .box .tal,#fullpagebox .active .f-home2 .part1 .box .tar,#fullpagebox .active .f-home2 .part1 .box .img1,#fullpagebox .active .f-home2 .part1 .box .ig {
        -webkit-transition: all 1.4s ease;
        transition: all 1.4s ease
    }

    #fullpagebox .active .f-home2 .part1 .box .img3 {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        opacity: 1
    }

    #fullpagebox .active .f-home2 .part1 .box .img2 {
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
        opacity: 1
    }

    #fullpagebox .active .f-home2 .part1 .box .img1 {
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
        opacity: 1
    }

    #fullpagebox .active .f-home2 .part1 .box .tal,#fullpagebox .active .f-home2 .part1 .box .tar {
        -webkit-transition-delay: 1.5s;
        transition-delay: 1.5s;
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    #fullpagebox .f-home2 .part2 .box .item {
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease
    }

    #fullpagebox .f-home2 .part2 .box .item .img .i2 {
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease
    }

    #fullpagebox .f-home2 .part2 .box .item .img:after {
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease
    }

    #fullpagebox .f-home2 .part2 .box .item:hover .img .i2 {
        opacity: 1
    }

    #fullpagebox .f-home2 .part2 .box .item:hover .img:after {
        opacity: 1;
        -webkit-animation: rotate 5s linear 0s infinite;
        animation: rotate 5s linear 0s infinite
    }

    #fullpagebox .f-home2 .part2 .box .item {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }

    #fullpagebox .active .f-home2 .part2 .box .item {
        -webkit-transition: all 1.4s ease;
        transition: all 1.4s ease;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    #fullpagebox .active .f-home2 .part2 .box .item:nth-child(1) {
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

    #fullpagebox .active .f-home2 .part2 .box .item:nth-child(2) {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s
    }

    #fullpagebox .active .f-home2 .part2 .box .item:nth-child(3) {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s
    }

    #fullpagebox .active .f-home2 .part2 .box .item:nth-child(4) {
        -webkit-transition-delay: 0.9s;
        transition-delay: 0.9s
    }

    #fullpagebox .active .f-home2 .part2 .box .item:nth-child(5) {
        -webkit-transition-delay: 1.2s;
        transition-delay: 1.2s
    }

    #fullpagebox .f-home2 .part3 .box .item {
        opacity: 0;
        -webkit-transition: all 0.6s ease-out;
        transition: all 0.6s ease-out
    }

    #fullpagebox .f-home2 .part3 .box .item.i1,#fullpagebox .f-home2 .part3 .box .item.i2,#fullpagebox .f-home2 .part3 .box .item.i3 {
        -webkit-transform: translate(0,-80%);
        transform: translate(0,-80%)
    }

    #fullpagebox .f-home2 .part3 .box .item.i4,#fullpagebox .f-home2 .part3 .box .item.i5,#fullpagebox .f-home2 .part3 .box .item.i6 {
        -webkit-transform: translate(0,80%);
        transform: translate(0,80%)
    }

    #fullpagebox .active .f-home2 .part3 .box .item {
        -webkit-transition: all 1.4s ease-out;
        transition: all 1.4s ease-out;
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }

    #fullpagebox .active .f-home2 .part3 .box .item.i1 {
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

    #fullpagebox .active .f-home2 .part3 .box .item.i2 {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s
    }

    #fullpagebox .active .f-home2 .part3 .box .item.i3 {
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s
    }

    #fullpagebox .active .f-home2 .part3 .box .item.i4 {
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

    #fullpagebox .active .f-home2 .part3 .box .item.i5 {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s
    }

    #fullpagebox .active .f-home2 .part3 .box .item.i6 {
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s
    }

    #fullpagebox .active .f-home2 .part3 .box .item .img {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    #fullpagebox .active .f-home2 .part3 .box .item:hover .img {
        -webkit-transform: translate(0,-10px);
        transform: translate(0,-10px)
    }
}

@media (max-width: 1480px) {
    #fullpagebox .f-home2 .part1 .box .item .tit {
        font-size:18px
    }

    #fullpagebox .f-home2 .part1 .box .item .desc {
        font-size: 14px;
        line-height: 1.3;
        margin-top: 0
    }

    #fullpagebox .f-home2 .part2 .box .item {
        margin: 10px 0
    }

    #fullpagebox .f-home2 .part2 .box {
        padding: 6.76% 0.729% 0
    }

    #fullpagebox .f-home2 .part2 .box .item .img:after {
        width: 250px;
        height: 250px
    }

    #fullpagebox .f-home1 .box .tit {
        font-size: 36px
    }

    #fullpagebox .f-home1 .box .desc {
        font-size: 22px;
        line-height: 1.4;
        margin-top: 10px
    }

    #fullpagebox .f-home2 .titbox .tit {
        font-size: 40px
    }

    #fullpagebox .f-home2 .part3 .box .tit {
        font-size: 40px
    }

    #fullpagebox .f-home2 .part3 .box .desc {
        font-size: 18px
    }

    #fullpagebox .f-home2 .part1 .box {
        margin-top: 0
    }

    #fullpagebox .f-home2 .part1 {
        overflow: visible
    }

    #fullpagebox .section2 {
        overflow: hidden
    }

    #fullpagebox .f-footer .d1 {
        padding: 30px 50px
    }

    #fullpagebox .f-footer .d1 .tel .d .h3 {
        font-size: 40px;
        line-height: 1
    }

    #fullpagebox .f-footer .friend {
        padding: 35px 50px;
        font-size: 16px
    }

    #fullpagebox .f-footer .d2 {
        padding: 35px 50px
    }

    #fullpagebox .f-footer .d2 .nav .item {
        padding-right: 40px
    }

    #fullpagebox .f-footer .d3 {
        padding: 35px 50px
    }
}

@media (max-width: 1400px) {
    #fullpagebox .block {
        width:1150px
    }

    #fullpagebox .f-footer .d1 .list .item span {
        width: 90px;
        height: 90px
    }

    #fullpagebox .f-footer .d2 {
        padding: 25px 40px
    }

    #fullpagebox .f-footer .d2 .nav .item ul {
        font-size: 16px
    }

    #fullpagebox .f-home1 {
        height: 1300px
    }

    #fullpagebox .f-home1 .nav {
        bottom: 250px;
        right: 25px
    }

    #fullpagebox .f-home1 .nav .item {
        height: 80px;
        line-height: 80px;
        font-size: 20px
    }

    #fullpagebox .f-home1 .tit1 .h1 {
        font-size: 48px
    }

    #fullpagebox .f-home1 .tit2 .h1 {
        font-size: 36px
    }

    #fullpagebox .f-home1 .tit2 .h2 {
        font-size: 100px;
        margin-right: 30px;
        bottom: 50px
    }

    #fullpagebox .f-home2 {
        margin: 0
    }

    #fullpagebox .f-home2 .close {
        right: 25px
    }

    #fullpagebox .f-home2 .nav1 {
        right: 25px
    }

    #fullpagebox .f-home2 .nav1 .item {
        height: 80px;
        line-height: 80px;
        font-size: 20px
    }

    #fullpagebox .f-home2 .part1 .list {
        margin-top: 50px
    }

    #fullpagebox .f-home2 .part2 .dl {
        margin-bottom: 0
    }

    #fullpagebox .f-home2 .part2 .dr {
        margin-top: 0
    }

    #fullpagebox .f-home2 .part2 .dr .d {
        margin-top: 10%
    }

    #fullpagebox .f-home2 .part7 {
        padding-bottom: 80px
    }

    #fullpagebox .section5 .box .item {
        height: auto
    }

    #fullpagebox .section5 .box .item .inner {
        padding: 3.6% 7%
    }

    #fullpagebox .section5 .box .item .text .desc {
        font-size: 14px;
        height: 70px
    }

    #fullpagebox .section5 .box .item .text .tit {
        font-size: 20px
    }

    #fullpagebox .section5 .box .item .img {
        width: 60px;
        padding-top: 5px
    }

    #fullpagebox .f-home2 .part2 .box .item .inner {
        margin: 0 5%
    }

    #fullpagebox .section4 .ptafter {
        height: 100%
    }

    #fullpagebox .section4 .f-home2 {
        height: 100%
    }
}

@media (max-width: 768px) {
    #fullpagebox .block {
        width:auto
    }

    #fullpagebox input,#fullpagebox textarea,#fullpagebox select,#fullpagebox button {
        -webkit-appearance: none;
        font-size: inherit;
        color: inherit
    }

    #fullpagebox select {
        direction: rtl
    }

    #fullpagebox select option {
        direction: ltr
    }

    #fullpagebox h1,#fullpagebox h2,#fullpagebox h3,#fullpagebox h4,#fullpagebox h5,#fullpagebox h6 {
        line-height: 1.3
    }

    #fullpagebox h1 {
        font-size: 0.42rem
    }

    #fullpagebox h2 {
        font-size: 0.36rem
    }

    #fullpagebox h3 {
        font-size: 0.32rem
    }

    #fullpagebox h4 {
        font-size: 0.28rem
    }

    #fullpagebox .f-header {
        height: 1rem
    }

    #fullpagebox .f-header .logo {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0.3rem;
        width: 35%
    }

    #fullpagebox .f-header .logo img {
        max-height: 100%;
        max-width: 100%;
        display: block
    }

    #fullpagebox .f-home1 .banner .navg {
        left: 50%;
        bottom: 30px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    #fullpagebox .f-footer {
        padding-top: 0.8rem
    }

    #fullpagebox .f-footer .d1 {
        padding: 0.3rem 0.5rem;
        margin-top: 0.8rem
    }

    #fullpagebox .f-footer .d1 .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        float: none
    }

    #fullpagebox .f-footer .d1 .list:after {
        display: none
    }

    #fullpagebox .f-footer .d1 .list .item {
        margin: 0;
        font-size: 0.24rem;
        float: none
    }

    #fullpagebox .f-footer .d1 .list .item span {
        width: 1.1rem;
        height: 1.1rem;
        line-height: 1.1rem
    }

    #fullpagebox .f-footer .d1 .list .item span.ico1 img {
        left: 0;
        top: 0;
        margin: 0;
        width: 100%;
        height: 100%
    }

    #fullpagebox .f-footer .d1 .tel {
        padding-top: 0.3rem;
        float: none
    }

    #fullpagebox .f-footer .d1 .tel .d {
        margin: 0;
        float: none;
        text-align: center;
        margin: 0.2rem 0
    }

    #fullpagebox .f-footer .friend {
        display: none
    }

    #fullpagebox .f-footer .d2 {
        display: none
    }

    #fullpagebox .f-footer .d3 {
        display: none
    }

    #fullpagebox .f-footer .copy {
        padding: 0.5rem;
        line-height: 1.3;
        font-size: 0
    }

    #fullpagebox .f-footer .copy a {
        display: block;
        font-size: 0.28rem
    }

    #fullpagebox .title1 {
        padding: 0 0.3rem
    }

    #fullpagebox .title1 .h2 {
        font-size: 0.48rem;
        line-height: 1.5
    }

    #fullpagebox .title1 .button {
        margin-top: 0.3rem
    }

    #fullpagebox .title1 .button .a {
        font-size: 0.32rem;
        line-height: 0.8rem
    }

    #fullpagebox .title h1 {
        font-size: 0.42rem
    }

    #fullpagebox .title .p {
        margin-top: 0.15rem;
        font-size: 0.28rem
    }

    #fullpagebox .f-home1 .banner .c1 {
        padding: 0
    }

    #fullpagebox .f-home1 .banner .c1 .l {
        width: 100%;
        height: 30%;
        text-align: center
    }

    #fullpagebox .f-home1 .banner .c1 .r {
        width: 100%;
        height: 40%
    }

    #fullpagebox .f-home1 .banner .c1 .h {
        font-size: 30px
    }

    #fullpagebox .f-home1 .banner .c1 .p {
        font-size: 20px;
        margin-top: 10px
    }

    #fullpagebox .f-home1 .banner .c2 {
        padding: 0
    }

    #fullpagebox .f-home1 .banner .c2 .l {
        width: 100%;
        height: 40%
    }

    #fullpagebox .f-home1 .banner .c2 .r {
        width: 100%;
        height: 40%
    }

    #fullpagebox .f-home1 {
        height: 6rem;
        overflow: hidden
    }

    #fullpagebox .f-home1 .tit1 {
        left: 10%;
        margin-top: 6vh;
        z-index: 1
    }

    #fullpagebox .f-home1 .tit1 .h1 {
        font-size: 0.6rem
    }

    #fullpagebox .f-home1 .tit1 .h2 {
        margin-top: 0.3rem;
        font-size: 0.3rem
    }

    #fullpagebox .f-home1 .person {
        top: 10vh;
        right: 5%;
        width: 160vw;
        padding-top: 95vw;
        max-width: none;
        left: auto
    }

    #fullpagebox .f-home1 .tit2 {
        left: 0.3rem
    }

    #fullpagebox .f-home1 .tit2 .h1 {
        font-size: 0.4rem
    }

    #fullpagebox .f-home1 .tit2 .h2 {
        font-size: 1.3rem;
        margin-right: 0.2rem
    }

    #fullpagebox .f-home1 .nav {
        left: 0.3rem;
        right: 0.3rem;
        bottom: 23%;
        -webkit-transform: translateY(50%);
        transform: translateY(50%)
    }

    #fullpagebox .f-home1 .nav .item {
        line-height: 1.1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 0.32rem;
        height: 1.5rem;
        text-align: left
    }

    #fullpagebox .f-home1 .nav.show .item {
        padding: 0 0.2rem
    }

    #fullpagebox .f-home1 .nav .item:hover {
        padding: 0 0.2rem
    }

    #fullpagebox .f-home1 .nav .item span {
        display: block;
        margin: 0.1rem auto 0
    }

    #fullpagebox .f-home1 .tools {
        right: 0;
        top: 0.4rem
    }

    #fullpagebox .f-home1 .links {
        width: 2rem;
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.32rem;
        margin-right: 0.1rem
    }

    #fullpagebox .f-home1 .tel {
        font-size: 0
    }

    #fullpagebox .f-home1 .tel i {
        width: 0.6rem;
        height: 0.6rem
    }

    #fullpagebox .f-home2 {
        margin: 0;
        display: block
    }

    #fullpagebox .f-home2 .close {
        display: none
    }

    #fullpagebox .f-home2 .nav1 {
        display: none
    }

    #fullpagebox .title .h {
        font-size: 0.48rem
    }

    #fullpagebox .f-home2 .bg {
        display: none
    }

    #fullpagebox .f-home2 .title {
        text-align: center
    }

    #fullpagebox .f-home2 .part {
        display: block;
        padding: 0.6rem 0.3rem;
        height: auto;
        overflow: visible
    }

    #fullpagebox .f-home2 .part7 .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #fullpagebox .f-home2 .part7 .list .item {
        width: calc(50% - 0.1rem);
        margin: 0 0 0.2rem
    }

    #fullpagebox .f-home2 .part7 .list .item .mask {
        position: static;
        margin-top: 0.1rem;
        width: auto;
        height: auto;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        background: none
    }

    #fullpagebox .f-home2 .part7 .list .item .mask .h3 {
        font-size: 0.28rem;
        -webkit-transform: none;
        transform: none;
        color: #333;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding: 0
    }

    #fullpagebox .f-home2 .part7 .list .item .mask p {
        font-size: 0.24rem;
        margin-top: 0.1rem
    }

    #fullpagebox .f-home2 .part7 .list .item .mask .cell {
        position: static;
        margin-top: 0;
        height: auto
    }

    #fullpagebox .f-home1 .box .tit {
        font-size: 0.4rem
    }

    #fullpagebox .f-home1 .box .desc {
        font-size: 0.24rem;
        margin-top: 0.1rem;
        line-height: 1.4
    }

    #fullpagebox .f-home2 .part1 .box {
        padding: 0 0.3rem;
        margin-top: 0.4rem
    }

    #fullpagebox .f-home2 .part1 .box .img1,#fullpagebox .f-home2 .part1 .box .ig {
        display: none
    }

    #fullpagebox .f-home2 .part1 .box .item {
        position: static;
        text-align: left;
        margin: 0.15rem 0;
        display: block;
        width: auto
    }

    #fullpagebox .f-home2 .part1 .box .item .tit {
        font-size: 0.32rem
    }

    #fullpagebox .f-home2 .titbox {
        padding: 0 0.3rem
    }

    #fullpagebox .f-home2 .titbox .tit {
        font-size: 0.48rem
    }

    #fullpagebox .f-home2 .titbox .desc {
        font-size: 0.24rem;
        margin-top: 0.2rem
    }

    #fullpagebox .f-home2 .part1 .box .item .desc {
        font-size: 0.24rem;
        margin-top: 0.1rem;
        text-align: justify
    }

    #fullpagebox .f-home2 .part1 .box .item .desc br {
        display: none
    }

    #fullpagebox .f-home2 .part2 {
        padding-top: 0.8rem
    }

    #fullpagebox .f-home2 .part2 .box {
        text-align: left
    }

    #fullpagebox .f-home2 .part2 .box .item {
        width: auto;
        margin: 0.1rem 0
    }

    #fullpagebox .f-home2 .part2 .box .item .img {
        width: 1.5rem;
        height: 1.5rem;
        margin: 0 auto
    }

    #fullpagebox .f-home2 .part2 .box .item .inner {
        margin: 0 0.6rem
    }

    #fullpagebox .f-home2 .part2 .box {
        padding: 0.6rem 0
    }

    #fullpagebox .f-home2 .part2 .box .item .tit {
        font-size: 0.28rem;
        text-align: center
    }

    #fullpagebox .f-home2 .part2 .box .item .desc {
        font-size: 0.24rem;
        line-height: 1.6;
        margin-top: 0.1rem
    }

    #fullpagebox .f-home2 .part3:after {
        display: none
    }

    #fullpagebox .f-home2 .part3 .bg1 {
        display: none
    }

    #fullpagebox .f-home2 .part3 .box .item.i2,#fullpagebox .f-home2 .part3 .box .item.i5 {
        background: #0f663a
    }

    #fullpagebox .f-home2 .part3 .box .item.i6 {
        background: #1bacaa
    }

    #fullpagebox .f-home2 .part3 .box {
        position: static;
        padding-top: 0.8rem
    }

    #fullpagebox .f-home2 .part3 .box .item {
        width: 50%;
        height: 5rem
    }

    #fullpagebox .f-home2 .part3 .box .item.i1 {
        width: auto;
        height: auto;
        float: none;
        display: block;
        text-align: center;
        margin-bottom: 0.5rem
    }

    #fullpagebox .f-home2 .part3 .box .item.i1 .inner {
        display: block;
        position: static
    }

    #fullpagebox .f-home2 .part3 .box .item.i1 br {
        display: none
    }

    #fullpagebox .f-home2 .part3 .box .item.i6 {
        width: 100%;
        height: 4rem
    }

    #fullpagebox .f-home2 .part3 .box .item.i6 .desc1 {
        height: auto
    }

    #fullpagebox .f-home2 .part3 .box .tit {
        font-size: 0.48rem
    }

    #fullpagebox .f-home2 .part3 .box .desc {
        font-size: 0.24rem
    }

    #fullpagebox .f-home2 .part3 .box .desc1 {
        height: 2.1rem
    }

    #fullpagebox .f-home2 .part3 .box .tit1 {
        font-size: 0.3rem
    }

    #fullpagebox .f-home2 .part3 .box .desc1 {
        font-size: 0.24rem;
        line-height: 1.4;
        margin-top: 0.12rem
    }

    #fullpagebox .f-home2 .part3 .box .img {
        width: 1.4rem;
        height: 1.18rem
    }

    #fullpagebox .f-home2 .part4 .box .i7,#fullpagebox .f-home2 .part4 .box .i6,#fullpagebox .f-home2 .part4 .box .i5 {
        display: none
    }

    #fullpagebox .section5 .f-home2 {
        margin: 0;
        position: relative
    }

    #fullpagebox .section5 {
        padding: 0.8rem 0 1rem
    }

    #fullpagebox .section5 .box .item {
        width: 100%;
        height: auto
    }

    #fullpagebox .section5 .box .item .text {
        padding-left: 0.2rem
    }

    #fullpagebox .section5 .box .item .text .desc {
        height: auto;
        margin-top: 0
    }

    #fullpagebox .section5 .box .item .img {
        width: 1rem
    }

    #fullpagebox .section5 .box .item .text .tit {
        font-size: 0.28rem
    }

    #fullpagebox .section5 .box .item .text .desc {
        font-size: 0.22rem
    }

    #fullpagebox .section5 .box {
        margin-top: 0.4rem
    }

    #fullpagebox .section2 {
        padding: 0.8rem 0
    }

    #fullpagebox .f-home2 .part3 .box .inner {
        padding: 0 8%
    }

    #fullpagebox .f-home2 .part3 .box .item.i1 .cell {
        display: block
    }

    #fullpagebox .f-home2 .part3 .box .item.i1 .tit1 {
        font-size: 0.48rem
    }

    #fullpagebox .f-home2 .part3 .box .item.i1 .desc1 {
        font-size: 0.24rem;
        line-height: 1,5;
        margin-top: 3px;
        height: auto;
        min-height: auto
    }
}

.school1 {
    padding: 200px 80px 0;
    background: url(../image/jjl/bg8.jpg) center bottom no-repeat;
    background-size: contain
}

.school1 .content {
    text-align: center
}

.school1 .content img {
    max-width: 90%;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 1.5s ease-out 0s;
    transition: all 1.5s ease-out 0s;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.school1.xr-cur .content img {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.school1 .list {
    background: -webkit-gradient(linear,left top,right top,from(#60b9e3),to(#a5c238));
    background: linear-gradient(to right,#60b9e3,#a5c238);
    height: 100px;
    display: table;
    width: 100%;
    padding: 50px 0;
    margin-top: 50px
}

.school1 .list .item {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-left: 1px solid rgba(255,255,255,0.5);
    width: 12.5%
}

.school1 .list .item:first-child {
    border-left: 0
}

.school1 .list .item .ico {
    height: 66px;
    line-height: 66px
}

.school1 .list .item .h {
    font-size: 24px;
    color: #fff;
    margin-top: 10px
}

.school2 {
    background: url(../image/jjl/bg9.jpg) center top no-repeat;
    height: 2808px;
    position: relative
}

.school2 .part:nth-child(1) {
    position: absolute;
    left: 10%;
    top: 315px;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    -webkit-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s
}

.school2 .part:nth-child(2) {
    position: absolute;
    right: 10%;
    text-align: right;
    top: 1180px;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
    -webkit-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s
}

.school2 .part:nth-child(3) {
    position: absolute;
    left: 10%;
    top: 2110px;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    -webkit-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s
}

.school2 .part.xr-cur {
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
    visibility: visible !important
}

.school2 .part .text {
    color: #333
}

.school2 .part .h {
    font-size: 60px
}

.school2 .part .h i {
    font-family: en;
    display: inline-block;
    vertical-align: middle;
    font-size: 72px
}

.school2 .part .d {
    font-size: 80px;
    font-family: en;
    text-transform: uppercase
}

.school2 .part .p {
    font-size: 24px
}

.school2 .part .lb {
    font-size: 24px;
    margin-top: 30px
}

.school2 .part .lb span {
    background: url(../image/jjl/png57.png) left center no-repeat;
    padding-left: 35px;
    margin-left: 30px;
    line-height: 1
}

.school2 .part .lb span:first-child {
    margin-left: 0
}

.school3 {
    padding: 100px 0 0;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#eee));
    background: linear-gradient(#fff,#eee)
}

.school3 .tit {
    text-align: center;
    color: #333
}

.school3 .tit .h {
    font-size: 60px
}

.school3 .tit .d {
    font-family: en;
    font-size: 60px;
    text-transform: uppercase
}

.school3 .tit .p {
    font-size: 24px
}

.school3 .list {
    width: 1090px;
    border: 2px solid #ccc;
    padding: 50px 90px 0;
    border-radius: 90px 90px 0 0;
    margin: 50px auto 0;
    text-align: center;
    border-bottom: none;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.school3 .list .inner {
    background: -webkit-gradient(linear,left top,left bottom,from(#60b9e3),to(#91bf69));
    background: linear-gradient(#60b9e3,#91bf69);
    border: 2px solid #ccc;
    border-bottom: none;
    font-size: 0;
    padding: 20px 0
}

.school3 .list .item {
    width: 155px;
    height: 200px;
    border: 3px dotted #fff;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    margin: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.school3 .list .item .ico {
    height: 70px;
    padding-top: 45px
}

.school3 .list .item .ico img {
    max-height: 100%
}

.school3 .list .item .h {
    font-size: 24px;
    margin-top: 5px
}

.school4 {
    padding: 100px 0
}

.case_list {
    padding: 0 0.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.case_list .item {
    width: 32.33%;
    margin: 0 0.5% 1%;
    position: relative;
    overflow: hidden;
    opacity: 0;
    background: #ddd;
    float: left;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transition: all 0.6s ease-out 0s;
    -webkit-transition: all 0.6s ease-out 0s
}

.case_list .item:nth-child(4n-3) {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.2s
}

.case_list .item:nth-child(4n-2) {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.0s
}

.case_list .item:nth-child(4n-1) {
    transition-delay: 0.8s;
    -webkit-transition-delay: 0.1s
}

.case_list .item:nth-child(4n) {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s
}

.xr-cur .case_list .item {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1
}

.case_list .item img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s
}

.case_list .item video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.case_list .item .logo {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat
}

.case_list .item .mask {
    background: url(../image/jjl/bg4.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity="0");
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s
}

.case_list .item .mask .cell {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.case_list .item .mask .h3 {
    font-size: 36px;
    color: #fff;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s
}

.case_list .item .mask p {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    padding: 0 20px;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s
}

.case_list .item .mask p a {
    margin: 0 10px;
    display: inline-block
}

.case_list .item:hover img {
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.case_list .item:hover .mask {
    opacity: 0.75;
    filter: alpha(opacity="75")
}

.case_list .item:hover .mask .h3 {
    transform: translateY(0px);
    -webkit-transform: translateY(0px)
}

.case_list .item:hover .mask p {
    transform: translateY(0px);
    -webkit-transform: translateY(0px)
}

.case_list .item .more {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.button2 {
    margin-top: 90px;
    text-align: center
}

.button2 .h {
    font-size: 48px;
    color: #333
}

.button2 .btns {
    margin-top: 25px
}

.button2 .btns a {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    font-size: 30px
}

.button2 .btns .green {
    background: #7ad2c8;
    color: #fff
}

.button2 .btns .red {
    background: #750e0f;
    color: #fff
}

.button2 .btns .black {
    background: #333;
    color: #fff
}

.button2 .btns .blue {
    background: #61b9e1;
    color: #fff
}

@media (max-width: 768px) {
    .school1 {
        padding:40px 0 0;
        overflow: hidden
    }

    .school1 .content {
        text-align: center
    }

    .school1 .content img {
        max-width: 90%;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .school1 .list {
        background: -webkit-gradient(linear,left top,right top,from(#60b9e3),to(#a5c238));
        background: linear-gradient(to right,#60b9e3,#a5c238);
        width: 100%;
        padding: 10px 0;
        margin-top: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto
    }

    .school1 .list .item {
        text-align: center;
        border-left: 1px solid rgba(255,255,255,0.5);
        width: 25%;
        margin: 10px 0
    }

    .school1 .list .item:first-child {
        border-left: 0
    }

    .school1 .list .item .ico {
        height: 30px;
        line-height: 30px
    }

    .school1 .list .item .ico img {
        max-height: 100%
    }

    .school1 .list .item .h {
        font-size: 20px;
        color: #fff;
        margin-top: 5px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .school1 .list .item .h {
        font-size:18px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .school1 .list .item .h {
        font-size:18px
    }
}

@media (max-width: 768px) {
    .school2 {
        position:relative;
        height: auto;
        background-image: none
    }

    .school2 .part {
        padding: 25px 15px;
        background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#eee));
        background: linear-gradient(#fff,#eee);
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        opacity: 1 !important;
        text-align: left !important
    }

    .school2 .part .text {
        color: #333
    }

    .school2 .part .h {
        font-size: 48px;
        line-height: 1.2
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .school2 .part .h {
        font-size:34px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .school2 .part .h {
        font-size:28px
    }
}

@media (max-width: 768px) {
    .school2 .part .h i {
        font-size:48px;
        line-height: 1.2;
        font-style: normal;
        display: inline;
        vertical-align: inherit
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .school2 .part .h i {
        font-size:34px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .school2 .part .h i {
        font-size:28px
    }
}

@media (max-width: 768px) {
    .school2 .part .d {
        font-size:48px;
        line-height: 1.2;
        font-family: en;
        text-transform: uppercase;
        margin-top: 5px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .school2 .part .d {
        font-size:34px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .school2 .part .d {
        font-size:28px
    }
}

@media (max-width: 768px) {
    .school2 .part .p {
        font-size:18px;
        margin-top: 5px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .school2 .part .p {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .school2 .part .p {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .school2 .part .lb {
        font-size:16px;
        margin-top: 10px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .school2 .part .lb {
        font-size:14px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .school2 .part .lb {
        font-size:14px
    }
}

@media (max-width: 768px) {
    .school2 .part .lb span {
        background:url(../image/png57.png) left center no-repeat;
        padding-left: 20px;
        margin-right: 15px;
        line-height: 1;
        background-size: contain;
        display: inline-block;
        margin-left: 0
    }

    .school2 .part .lb span:first-child {
        margin-left: 0
    }

    .school3 {
        padding: 40px 10px 0;
        background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#eee));
        background: linear-gradient(#fff,#eee)
    }

    .school3 .tit {
        text-align: center;
        color: #333
    }

    .school3 .tit .h {
        font-size: 48px;
        line-height: 1.2
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .school3 .tit .h {
        font-size:34px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .school3 .tit .h {
        font-size:28px
    }
}

@media (max-width: 768px) {
    .school3 .tit .d {
        font-size:48px;
        line-height: 1.2;
        text-transform: uppercase;
        margin-top: 5px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .school3 .tit .d {
        font-size:34px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .school3 .tit .d {
        font-size:28px
    }
}

@media (max-width: 768px) {
    .school3 .tit .p {
        font-size:18px;
        margin-top: 10px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .school3 .tit .p {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .school3 .tit .p {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .school3 .list {
        text-align:center;
        margin-top: 20px;
        width: auto;
        height: auto;
        background-color: transparent;
        border: 0;
        padding: 0
    }

    .school3 .list .inner {
        background: -webkit-gradient(linear,left top,left bottom,from(#60b9e3),to(#91bf69));
        background: linear-gradient(#60b9e3,#91bf69);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px 0;
        border: 0
    }

    .school3 .list .item {
        width: 20%;
        height: auto;
        color: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 0;
        margin: 10px 0
    }

    .school3 .list .item .ico {
        height: 30px;
        line-height: 30px;
        padding: 0
    }

    .school3 .list .item .ico img {
        max-height: 100%
    }

    .school3 .list .item .h {
        font-size: 16px;
        margin-top: 5px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .school3 .list .item .h {
        font-size:14px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .school3 .list .item .h {
        font-size:14px
    }
}

@media (max-width: 768px) {
    .school4 {
        padding:40px 10px
    }

    .school4 .case_list {
        padding: 0
    }

    .school4 .case_list .item {
        opacity: 1;
        float: none;
        width: 100%;
        margin: 0 0 15px;
        -webkit-transform: none;
        transform: none
    }

    .school4 .button2 {
        margin-top: 25px
    }

    .school4 .button2 .h {
        font-size: 48px;
        line-height: 1.2
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .school4 .button2 .h {
        font-size:34px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .school4 .button2 .h {
        font-size:28px
    }
}

@media (max-width: 768px) {
    .school4 .button2 .btns a {
        display:inline-block;
        height: auto;
        line-height: 1.5;
        padding: 5px 20px;
        font-size: 30px;
        background-color: transparent;
        border: 1px solid #333;
        color: #333
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .school4 .button2 .btns a {
        font-size:28px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .school4 .button2 .btns a {
        font-size:22px
    }
}

.service {
    position: relative;
    padding: 80px 0
}

.service .l1 {
    top: 0
}

.service .l2 {
    bottom: 0
}

.service .ico {
    width: 128px;
    height: 106px;
    margin: auto;
    -webkit-perspective: 300px;
    perspective: 300px
}

.service .ico a {
    display: block;
    height: 100%;
    background: url(../image/jjl/ico1.gif) center center no-repeat;
    position: relative
}

.service .btn {
    border: 2px solid #777;
    width: 264px;
    height: 50px;
    line-height: 46px;
    margin: 20px auto 0;
    text-align: center;
    font-size: 30px;
    color: #333;
    cursor: pointer;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s
}

.service .btn a {
    display: block
}

.service .btn:hover {
    background: #445e9f;
    color: #fff;
    border-color: #445e9f
}

.service .tel {
    text-align: center;
    font-size: 44px;
    font-family: Arial;
    color: #333;
    margin-top: 15px
}

.service p {
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-top: 5px
}

@-webkit-keyframes wx1 {
    0% {
        width: 0
    }

    1% {
        width: 18px
    }

    5% {
        width: 18px
    }

    6% {
        width: 44px
    }

    10% {
        width: 44px
    }

    11% {
        width: 65px
    }

    100% {
        width: 65px
    }
}

@keyframes wx1 {
    0% {
        width: 0
    }

    1% {
        width: 18px
    }

    5% {
        width: 18px
    }

    6% {
        width: 44px
    }

    10% {
        width: 44px
    }

    11% {
        width: 65px
    }

    100% {
        width: 65px
    }
}

@-webkit-keyframes wx2 {
    0% {
        opacity: 0
    }

    1% {
        opacity: 1
    }

    10% {
        opacity: 1
    }

    11% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    21% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@keyframes wx2 {
    0% {
        opacity: 0
    }

    1% {
        opacity: 1
    }

    10% {
        opacity: 1
    }

    11% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    21% {
        opacity: 1
    }

    100% {
        opacity: 1;
        z-index: -10
    }
}

.decision {
    padding: 0 0 90px;
    margin-top: 50px
}

.decision .h2 {
    font-size: 48px
}

.decision .h3 {
    font-size: 24px;
    margin-top: 0px
}

@media (max-width: 768px) {
    .decision {
        margin-top:0;
        padding: 40px 0
    }

    .decision .h2 {
        font-size: 28px
    }

    .decision .h3 {
        font-size: 18px
    }

    .service {
        padding: 40px 0 0
    }

    .service .tel {
        font-size: 28px
    }

    .service p {
        font-size: 18px
    }
}

.operation1 {
    padding: 7.29167vw 0 10.9375vw;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    z-index: 2
}

.operation1 .top {
    height: 95px;
    position: relative
}

.operation1 .top .icon {
    width: 24.73958vw;
    height: 24.73958vw;
    margin: 0 auto;
    -webkit-transition: all 1.8s ease-in-out;
    transition: all 1.8s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin-top: 25vh
}

.operation1 .top .icon img {
    display: block;
    width: 100%;
    height: auto
}

.operation1 .txt {
    text-align: center;
    font-size: 18px;
    margin-top: 5px;
    opacity: 0;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transition-delay: 2s;
    transition-delay: 2s
}

@media (max-width: 1480px) {
    .operation1 .txt {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .operation1 .txt {
        font-size:16px
    }
}

.operation1 .cont {
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
    -webkit-transition: all 1.8s ease-in-out;
    transition: all 1.8s ease-in-out
}

.operation1 .cont .tit1 {
    font-size: 4.58333vw;
    text-align: center;
    font-weight: bold
}

.operation1 .cont .inner {
    margin-top: 4.16667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.operation1 .cont .inner .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.operation1 .cont .inner .list .item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    position: relative;
    margin: 0 12px;
    padding: 10px 16px 0
}

.operation1 .cont .inner .list .item .img {
    width: 269px;
    position: relative;
    overflow: hidden;
    border-radius: 20px
}

.operation1 .cont .inner .list .item .img::before {
    content: '';
    display: block;
    padding-top: 219.7026%
}

.operation1 .cont .inner .list .item .img .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.operation1 .cont .inner .list .item .img_bg {
    width: 497px;
    position: relative;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.operation1 .cont .inner .list .item .img_bg::before {
    content: '';
    display: block;
    padding-top: 150.50302%
}

.operation1 .cont .inner .list .item .img_bg .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.operation1.showani .top .icon {
    width: 95px;
    height: 95px;
    margin-top: 0
}

.operation1.showani .txt {
    opacity: 1
}

.operation1.showani .cont {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.operation1.showani .cont .inner .list .item:nth-child(odd) {
    -webkit-transform: translateY(54px);
    transform: translateY(54px)
}

.operation2 {
    position: relative
}

.operation2 .pin-spacer {
    padding: 0 !important
}

.operation2 .conter {
    top: 0 !important;
    position: -webkit-sticky !important;
    position: sticky !important;
    -webkit-transform: none !important;
    transform: none !important
}

.operation2 .cont {
    position: relative;
    height: 100vh
}

.operation2 .section {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    overflow: hidden
}

.operation2 .section .top {
    padding: 11.11111vh 0 0
}

.operation2 .section .top .icon {
    width: 85px;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.operation2 .section .top .icon::before {
    content: '';
    display: block;
    padding-top: 100%
}

.operation2 .section .top .icon .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.operation2 .section .top .icon img {
    display: block;
    width: 100%;
    height: auto
}

.operation2 .section .top .txt {
    text-align: center;
    font-size: 18px;
    margin-top: 5px
}

@media (max-width: 1480px) {
    .operation2 .section .top .txt {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .operation2 .section .top .txt {
        font-size:16px
    }
}

.operation2 .section .top .tit1 {
    font-size: 8.14815vh;
    text-align: center;
    font-weight: bold
}

.operation2 .section .pub_img {
    width: 287px;
    position: relative;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    overflow: visible
}

.operation2 .section .pub_img::before {
    content: '';
    display: block;
    padding-top: 210.10453%
}

.operation2 .section .pub_img .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.operation2 .section .pub_img .img_bg {
    width: 173.170731%;
    position: relative;
    overflow: hidden;
    position: absolute;
    top: -3px;
    left: -28px
}

.operation2 .section .pub_img .img_bg::before {
    content: '';
    display: block;
    padding-top: 150.50302%
}

.operation2 .section .pub_img .img_bg .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.operation2 .section .pub_img .earth_box {
    width: 100%;
    position: relative;
    overflow: hidden;
    overflow: visible;
    position: absolute;
    top: 26%;
    left: 0%
}

.operation2 .section .pub_img .earth_box::before {
    content: '';
    display: block;
    padding-top: 100%
}

.operation2 .section .pub_img .earth_box .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.operation2 .section .pub_img .earth_box #moxing7 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.operation2 .section .pub_img .people_box {
    width: 100%;
    position: relative;
    overflow: hidden;
    overflow: visible;
    position: absolute;
    left: 0%;
    bottom: 0
}

.operation2 .section .pub_img .people_box::before {
    content: '';
    display: block;
    padding-top: 74.56446%
}

.operation2 .section .pub_img .people_box .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.operation2 .section1 {
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    right: auto;
    left: auto;
    top: 0
}

.operation2 .section1 .inner {
    width: 100%;
    position: relative;
    overflow: hidden;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: visible
}

.operation2 .section1 .inner::before {
    content: '';
    display: block;
    padding-top: 56.25%
}

.operation2 .section1 .inner .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.operation2 .section1 .inner .sec {
    position: relative;
    overflow: hidden;
    position: absolute;
    top: -20%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) scale(2.15);
    transform: translate(-50%,-50%) scale(2.15);
    width: 52vw;
    overflow: visible
}

.operation2 .section1 .inner .sec::before {
    content: '';
    display: block;
    padding-top: 210.10453%
}

.operation2 .section1 .inner .sec .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.operation2 .section1 .inner .over {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    border-radius: 170px;
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.operation2 .section1 .inner .appBox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.operation2 .section1 .inner .appBox .wx,.operation2 .section1 .inner .appBox .dy {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.operation2 .section1 .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #140c18;
    opacity: 0
}

.operation2 .section2 {
    overflow: visible
}

.operation2 .section2 .top {
    color: #fff
}

.operation2 .section2 .libox {
    padding-top: 5vh;
    color: #fff
}

.operation2 .section2 .libox .list .item {
    text-align: center;
    height: 18.51852vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.operation2 .section2 .libox .list .item .t1 {
    font-size: 3.88889vh
}

.operation2 .section2 .libox .list .item .desc {
    font-size: 2.40741vh
}

.operation2 .section2 .libox .list .slick-slide {
    opacity: 0.5
}

.operation2 .section2 .libox .list .slick-slide.slick-current.slick-active+.slick-active {
    opacity: 1
}

.operation2 .section3 .inner {
    width: 100%;
    position: relative;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    overflow: visible
}

.operation2 .section3 .inner::before {
    content: '';
    display: block;
    padding-top: 56.25%
}

.operation2 .section3 .inner .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.operation2 .section3 .top {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    text-align: center;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 10%
}

.operation2 .section3 .top .tit1 {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.operation2 .section3 .posi-text {
    position: absolute;
    opacity: 0
}

.operation2 .section3 .posi-text .t1 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: bold;
    position: relative
}

@media (max-width: 1480px) {
    .operation2 .section3 .posi-text .t1 {
        font-size:32px
    }
}

@media (max-width: 768px) {
    .operation2 .section3 .posi-text .t1 {
        font-size:26px
    }
}

.operation2 .section3 .posi-text .t1::before {
    content: '';
    width: 65px;
    height: 65px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute
}

.operation2 .section3 .posi-text .t2 {
    font-size: 26px;
    margin-top: 10px;
    font-weight: bold
}

@media (max-width: 1480px) {
    .operation2 .section3 .posi-text .t2 {
        font-size:24px
    }
}

@media (max-width: 768px) {
    .operation2 .section3 .posi-text .t2 {
        font-size:20px
    }
}

.operation2 .section3 .posi-text.text1 {
    top: -10%;
    right: calc(100% + 80px);
    width: 200px;
    text-align: right;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.operation2 .section3 .posi-text.text1 .t1::before {
    background-image: url(../image/lyj/icon28.png);
    top: 0;
    left: calc(100% + 20px)
}

.operation2 .section3 .posi-text.text2 {
    top: -20%;
    left: calc(100% + 80px);
    width: 200px;
    text-align: left;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.operation2 .section3 .posi-text.text2 .t1::before {
    background-image: url(../image/lyj/icon29.png);
    top: 0;
    right: calc(100% + 20px)
}

.operation2 .section3 .posi-text.text3 {
    top: 70%;
    left: 24%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.operation2 .section3 .posi-text.text3 .t1::before {
    background-image: url(../image/lyj/icon30.png);
    top: 0%;
    left: calc(100% + 20px)
}

.operation2 .section3 .posi-text.text4 {
    top: 60%;
    right: 22%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.operation2 .section3 .posi-text.text4 .t1::before {
    background-image: url(../image/lyj/icon31.png);
    top: 0%;
    right: calc(100% + 20px)
}

.operation2 .section3 .list-h {
    width: 30.208333%;
    position: absolute
}

.operation2 .section3 .list-h .item {
    position: relative;
    overflow: hidden;
    overflow: visible;
    opacity: 0
}

.operation2 .section3 .list-h .item::before {
    content: '';
    display: block;
    padding-top: 46.2069%
}

.operation2 .section3 .list-h .item .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.operation2 .section3 .list-h .item .img {
    position: relative;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 20px
}

.operation2 .section3 .list-h .item .img::before {
    content: '';
    display: block;
    padding-top: 46.2069%
}

.operation2 .section3 .list-h .item .img .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.operation2 .section3 .list-h .item .img video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.operation2 .section3 .list-h .item .img_bg {
    width: 128.2655%;
    position: relative;
    overflow: hidden;
    position: absolute;
    top: -16px;
    right: -14px;
    left: auto
}

.operation2 .section3 .list-h .item .img_bg::before {
    content: '';
    display: block;
    padding-top: 66.44385%
}

.operation2 .section3 .list-h .item .img_bg .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.operation2 .section3 .list-h .item+.item {
    margin-top: 10%
}

.operation2 .section3 .list-s {
    width: 13.95833%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.operation2 .section3 .list-s .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    overflow: visible;
    opacity: 0
}

.operation2 .section3 .list-s .item::before {
    content: '';
    display: block;
    padding-top: 216.41791%
}

.operation2 .section3 .list-s .item .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.operation2 .section3 .list-s .item .img {
    position: relative;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 20px
}

.operation2 .section3 .list-s .item .img::before {
    content: '';
    display: block;
    padding-top: 216.41791%
}

.operation2 .section3 .list-s .item .img .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.operation2 .section3 .list-s .item .img video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.operation2 .section3 .list-s .item .img_bg {
    width: 184.6477%;
    position: relative;
    overflow: hidden;
    position: absolute;
    top: -14px;
    left: -16px
}

.operation2 .section3 .list-s .item .img_bg::before {
    content: '';
    display: block;
    padding-top: 150.50302%
}

.operation2 .section3 .list-s .item .img_bg .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.operation2 .section3 .list-s .item+.item {
    margin-left: 25%
}

.operation2 .section3 .list1 {
    top: -1%;
    left: -9%
}

.operation2 .section3 .list1 .item {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.operation2 .section3 .list2 {
    top: 60%;
    left: -9.5%
}

.operation2 .section3 .list2 .item {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.operation2 .section3 .list3 {
    top: -14%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.operation2 .section3 .list3 .item {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.operation2 .section3 .list4 {
    top: -12.5%;
    right: 7.8%
}

.operation2 .section3 .list4 .item {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.operation2 .section3 .list5 {
    bottom: -2%;
    right: -8.5%
}

.operation2 .section3 .list5 .item {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.operation2 .section3 .list6 {
    top: 60%;
    right: 25.5%
}

.operation2 .section3 .list6 .item {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.operation3 .padd {
    padding: 7.29167vw 10.41667vw
}

.operation3 .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.operation3 .cont .top {
    text-align: center
}

.operation3 .cont .top .t1 {
    font-size: 26px;
    color: #5d7abd
}

@media (max-width: 1480px) {
    .operation3 .cont .top .t1 {
        font-size:24px
    }
}

@media (max-width: 768px) {
    .operation3 .cont .top .t1 {
        font-size:20px
    }
}

.operation3 .cont .top .t2 {
    font-size: 42px;
    line-height: 1.2;
    margin-top: 5px
}

@media (max-width: 1480px) {
    .operation3 .cont .top .t2 {
        font-size:32px
    }
}

@media (max-width: 768px) {
    .operation3 .cont .top .t2 {
        font-size:26px
    }
}

.operation3 .cont .top .desc {
    font-size: 26px;
    margin-top: 15px
}

@media (max-width: 1480px) {
    .operation3 .cont .top .desc {
        font-size:24px
    }
}

@media (max-width: 768px) {
    .operation3 .cont .top .desc {
        font-size:20px
    }
}

.operation3 .cont1 .unit1 {
    position: relative;
    width: 100%;
    margin-bottom: 20px
}

.operation3 .cont1 .unit1 .iner {
    position: relative;
    overflow: hidden;
    background-color: #000004;
    border-radius: 24px
}

.operation3 .cont1 .unit1 .iner::before {
    content: '';
    display: block;
    padding-top: 43.76471%
}

.operation3 .cont1 .unit1 .iner .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.operation3 .cont1 .unit1 .top {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10%;
    color: #fff;
    z-index: 3;
    pointer-events: none
}

.operation3 .cont1 .unit1 .ignoreMe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.operation3 .cont1 .unit1 .ignoreMe iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.operation3 .cont1 .flex {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.operation3 .cont1 .unit2 {
    width: calc(50% - 10px);
    margin-right: 20px;
    background-color: #f2f2f2;
    border-radius: 24px;
    padding: 3.75vw
}

.operation3 .cont1 .unit2 .g-container {
    font-size: 9.47917vw;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    margin-top: 1.5625vw
}

.operation3 .cont1 .unit2 .g-container .p {
    background: #f2f2f2;
    color: #000;
    overflow: hidden;
    position: relative
}

.operation3 .cont1 .unit2 .g-container .p::before,.operation3 .cont1 .unit2 .g-container .p::after {
    content: "";
    position: absolute;
    top: 1100px;
    left: 50%;
    width: 2000px;
    height: 2000px;
    border-radius: 45% 48% 43% 47%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #373c74;
    -webkit-animation: rotate 10s infinite linear;
    animation: rotate 10s infinite linear;
    z-index: 1;
    mix-blend-mode: lighten
}

.operation3 .cont1 .unit2 .g-container .p::after {
    border-radius: 43% 47% 44% 48%;
    -webkit-animation: rotate 10s infinite .5s linear;
    animation: rotate 10s infinite .5s linear
}

.operation3 .cont1 .unit2 .g-container .vd {
    width: 80%;
    margin: 0 auto
}

.operation3 .cont1 .unit2 .g-container .vd video {
    width: 100%;
    height: auto;
    display: block
}

.operation3 .cont1 .unit3 {
    margin-right: 0
}

.operation3 .cont1 .unit3 .top .t1 {
    color: #d28209
}

.operation3 .cont1 .unit3 .iner {
    margin-top: 4.16667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.operation3 .cont1 .unit3 .svg {
    width: 8.90625vw;
    height: 8.90625vw;
    margin: 0 1.875vw;
    opacity: 0;
    position: relative
}

.operation3 .cont1 .unit3 .svg svg {
    width: 140%;
    height: 140%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.operation3 .cont1 .unit3 .svg svg path {
    fill: none;
    stroke: #d28209;
    stroke-width: 15
}

.operation3 .cont1 .unit3 .arrs {
    width: 2.34375vw;
    position: relative;
    overflow: hidden
}

.operation3 .cont1 .unit3 .arrs::before {
    content: '';
    display: block;
    padding-top: 142.22222%
}

.operation3 .cont1 .unit3 .arrs .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.operation3 .cont1 .unit3 .arrs .i2 {
    opacity: 0;
    visibility: hidden
}

.operation3 .cont1 .flex.showd .unit3 .svg {
    opacity: 1
}

.operation3 .cont1 .flex.showd .unit3 .arrs .i2 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 3.2s;
    transition-delay: 3.2s
}

.operation3 .cont1 .flex.showd .unit3 .arrs .i1 {
    opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: 3.2s;
    transition-delay: 3.2s
}

.operation3 .cont2 {
    background-color: #f2f2f2
}

.operation3 .cont2 .cont {
    margin: 0 -10px -20px
}

.operation3 .cont2 .cont .item {
    position: relative;
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    padding: 3.75vw 3.75vw 18.22917vw;
    overflow: hidden;
    border-radius: 24px
}

.operation3 .cont2 .cont .item .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center
}

.operation3 .cont2 .cont .item .top {
    position: relative
}

.operation3 .cont2 .cont .item1 {
    color: #fff
}

.operation3 .cont2 .cont .item1 .top .t1 {
    color: #468895
}

.operation3 .cont2 .cont .item1 .icon {
    position: relative;
    overflow: hidden;
    width: 6.30208vw;
    position: absolute;
    left: 50%;
    bottom: 7.29167vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.operation3 .cont2 .cont .item1 .icon::before {
    content: '';
    display: block;
    padding-top: 100%
}

.operation3 .cont2 .cont .item1 .icon .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.operation3 .cont2 .cont .item1 .icon video {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.operation3 .cont2 .cont .item1 .icon .i {
    opacity: 0
}

.operation3 .cont2 .cont .item2 .iner {
    width: 18.22917vw;
    height: 6.25vw;
    position: absolute;
    left: 50%;
    bottom: 6.25vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.operation3 .cont2 .cont .item2 .iner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: .52083vw solid #f2f2f2;
    border-radius: 3.125vw
}

.operation3 .cont2 .cont .item2 .icon {
    position: relative;
    overflow: hidden;
    height: 6.25vw;
    width: 6.25vw;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out
}

.operation3 .cont2 .cont .item2 .icon::before {
    content: '';
    display: block;
    padding-top: 100%
}

.operation3 .cont2 .cont .item2 .icon .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.operation3 .cont2 .cont .item2.showd .icon {
    left: calc((100% - (100vw / 1920) * 120))
}

.operation3 .cont2 .cont .item3 .top .t1 {
    color: #5d7abd
}

.operation3 .cont2 .cont .item3 .icon {
    position: relative;
    overflow: hidden;
    width: 7.65625vw;
    position: absolute;
    left: 50%;
    bottom: 5.20833vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.operation3 .cont2 .cont .item3 .icon::before {
    content: '';
    display: block;
    padding-top: 154.42177%
}

.operation3 .cont2 .cont .item3 .icon .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.operation3 .cont2 .cont .item3 .icon video {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.operation3 .cont2 .cont .item3 .icon .i {
    opacity: 0
}

.operation3 .cont2 .cont .item4 {
    color: #fff
}

.operation3 .cont2 .cont .item4 .top .t1 {
    color: #8085be
}

.operation3 .cont2 .cont .item4 .txt {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 3.54167vw;
    color: #fff;
    font-weight: bold;
    bottom: 6.77083vw
}

.operation3 .cont2 .cont .item5 {
    width: calc(100% - 20px);
    margin: 0 10px;
    padding: 0
}

.operation3 .cont2 .cont .item5 .bg {
    position: relative;
    overflow: hidden;
    border-radius: 24px
}

.operation3 .cont2 .cont .item5 .bg::before {
    content: '';
    display: block;
    padding-top: 43.59375%
}

.operation3 .cont2 .cont .item5 .bg .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.operation3 .cont2 .cont .item5 .top {
    position: absolute;
    left: 9.89583vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    z-index: 3
}

.operation3 .cont2 .cont .item5 .iner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.operation4 {
    padding: 7.29167vw 0;
    background-color: #000000;
    overflow: hidden
}

.operation4 .swiper-slide .img {
    position: relative;
    overflow: hidden;
    border-radius: 20px
}

.operation4 .swiper-slide .img::before {
    content: '';
    display: block;
    padding-top: 60.47619%
}

.operation4 .swiper-slide .img .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.operation4 .cont {
    cursor: move;
    overflow: hidden;
    position: relative
}

.operation4 .cont1 {
    left: 50%
}

.operation4 .cont2 {
    left: -50%;
    margin-top: 40px
}

.operation4 .moreBox {
    margin-top: 6.25vw;
    text-align: right;
    padding: 0 9.375vw
}

.financial_media5.operation5 {
    padding-left: 9.375vw;
    padding-right: 9.375vw
}

.financial_media5.operation5 .moreBox {
    text-align: right
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: translate(-50%,-50%) rotate(0);
        transform: translate(-50%,-50%) rotate(0)
    }

    100% {
        -webkit-transform: translate(-50%,-50%) rotate(360deg);
        transform: translate(-50%,-50%) rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: translate(-50%,-50%) rotate(0);
        transform: translate(-50%,-50%) rotate(0)
    }

    100% {
        -webkit-transform: translate(-50%,-50%) rotate(360deg);
        transform: translate(-50%,-50%) rotate(360deg)
    }
}

@media (max-width: 1630px) {
    .operation3 .cont .top .desc {
        font-size:24px
    }
}

@media (max-width: 1630px) and (max-width:1480px) {
    .operation3 .cont .top .desc {
        font-size:22px
    }
}

@media (max-width: 1630px) and (max-width:768px) {
    .operation3 .cont .top .desc {
        font-size:18px
    }
}

@media (max-width: 1630px) {
    .operation3 .cont1 .unit2 {
        padding-left:20px;
        padding-right: 20px
    }
}

@media (max-width: 1480px) {
    .operation1 .cont .inner .list .item .img {
        width:180px
    }

    .operation1 .cont .inner .list .item .img_bg {
        width: 328px;
        top: 8px;
        left: 5px
    }

    .operation2 .section .pub_img {
        width: 180px
    }

    .operation2 .section .top .icon {
        width: 60px
    }

    .operation2 .section .top .tit1 {
        font-size: 3.125vw
    }

    .operation2 .section2 .libox .list .item .t1 {
        font-size: 1.875vw
    }

    .operation2 .section2 .libox .list .item .desc {
        font-size: 1.14583vw
    }

    .operation2 .section1 .inner .over {
        border-radius: 120px
    }

    .operation2 .section3 .posi-text .t1::before {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    .operation2 .section3 .posi-text.text4 {
        right: 18%
    }

    .operation2 .section3 .posi-text.text3 {
        left: 18%
    }
}

@media (max-width: 768px) {
    .operation1 {
        padding:40px 0 120px
    }

    .operation1.showani .top .icon {
        width: 60px;
        height: 60px
    }

    .operation1 .top {
        height: 60px
    }

    .operation1 .cont {
        margin-top: 20px
    }

    .operation1 .cont .tit1,.operation2 .section .top .tit1 {
        font-size: 30px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .operation1 .cont .tit1,.operation2 .section .top .tit1 {
        font-size:28px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .operation1 .cont .tit1,.operation2 .section .top .tit1 {
        font-size:22px
    }
}

@media (max-width: 768px) {
    .operation1 .cont .inner .list .item {
        margin:0 5px
    }

    .operation1 .cont .inner .list .item .img {
        width: 140px
    }

    .operation1 .cont .inner .list .item .img_bg {
        width: 260px;
        left: 7px;
        top: 5px
    }

    .operation2 .section .top {
        padding-top: 10vh
    }

    .operation2 .section2 .libox {
        padding-top: 20px
    }

    .operation2 .section1 .inner .over {
        border-radius: 24px
    }

    .operation2 .section .pub_img .img_bg {
        left: -7px;
        width: 175.170731%
    }

    .operation2 .section1 .inner .sec {
        top: 40%
    }

    .operation2 .section2 .libox .list .item {
        height: 110px;
        padding: 10px 0
    }

    .operation2 .section2 .libox .list .item .t1 {
        font-size: 26px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .operation2 .section2 .libox .list .item .t1 {
        font-size:24px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .operation2 .section2 .libox .list .item .t1 {
        font-size:20px
    }
}

@media (max-width: 768px) {
    .operation2 .section2 .libox .list .item .desc {
        font-size:22px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .operation2 .section2 .libox .list .item .desc {
        font-size:20px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .operation2 .section2 .libox .list .item .desc {
        font-size:18px
    }
}

@media (max-width: 768px) {
    .operation2 .section3 .top {
        padding-top:0;
        top: 0
    }

    .operation2 .section3 .posi-text .t2 {
        display: none
    }

    .operation2 .section3 .posi-text.text1 {
        right: 80%;
        top: 170%;
        width: 120px
    }

    .operation2 .section3 .posi-text .t1::before {
        width: 30px;
        height: 30px
    }

    .operation2 .section3 .posi-text.text1 .t1::before {
        top: 50%;
        left: 100%
    }

    .operation2 .section3 .posi-text.text2 {
        top: 190%;
        left: 80%;
        width: 120px
    }

    .operation2 .section3 .posi-text.text2 .t1::before {
        top: 0;
        right: 100%
    }

    .operation2 .section3 .posi-text.text3 {
        left: auto;
        right: 58%;
        width: 140px;
        top: 156%
    }

    .operation2 .section3 .posi-text.text3 .t1::before {
        left: 100%
    }

    .operation2 .section3 .posi-text.text4 {
        right: 4%;
        top: 150%
    }

    .operation2 .section3 .posi-text.text4 .t1::before {
        right: 100%
    }

    .operation2 .section3 .list-h {
        width: 200px
    }

    .operation2 .section3 .list-h .item .img_bg {
        top: -7px;
        right: -4px
    }

    .operation2 .section3 .list1 {
        top: -83%;
        left: -39%
    }

    .operation2 .section3 .list-s {
        width: 95px
    }

    .operation2 .section3 .list-s .item .img_bg {
        left: -7px;
        top: -2px
    }

    .operation2 .section3 .list2 {
        left: -62.5%
    }

    .operation2 .section3 .list3 {
        top: -124%
    }

    .operation2 .section3 .list4 {
        top: -70%;
        right: -8%
    }

    .operation2 .section3 .list5 {
        bottom: -61%;
        right: -32.5%
    }

    .operation2 .section3 .list6 {
        top: 160%;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .operation3 .padd {
        padding: 40px 0
    }

    .operation3 .cont {
        display: block
    }

    .operation3 .cont1 .unit1 {
        margin-bottom: 15px;
        padding: 15px
    }

    .operation3 .cont1 .unit1 .top {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        transform: none
    }

    .operation3 .cont1 .unit1 .iner {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    .operation3 .cont1 .unit1 .ignoreMe {
        display: none
    }

    .operation3 .cont1 .unit2 {
        width: auto;
        margin: 0 0 15px;
        padding: 15px
    }

    .operation3 .cont1 .unit2 .g-container .p::before,.operation3 .cont1 .unit2 .g-container .p::after {
        display: none
    }

    .operation3 .cont1 .unit2 .g-container .p {
        color: #3a5996
    }

    .operation3 .cont1 .unit2 .g-container {
        margin-top: 15px;
        font-size: 42px;
        line-height: 1.2
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .operation3 .cont1 .unit2 .g-container {
        font-size:32px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .operation3 .cont1 .unit2 .g-container {
        font-size:26px
    }
}

@media (max-width: 768px) {
    .operation3 .cont1 .unit3 .iner {
        margin-top:15px
    }

    .operation3 .cont1 .unit3 .arrs {
        width: 15px
    }

    .operation3 .cont1 .unit3 .svg {
        width: 60px;
        height: 60px;
        margin: 0 10px
    }

    .operation3 .cont1 .unit3 {
        margin: 0
    }

    .operation3 .cont2 .cont {
        margin: 0
    }

    .operation3 .cont2 .cont .item {
        width: auto;
        margin: 0 0 15px;
        padding: 15px
    }

    .operation3 .cont2 .cont .item1 .icon {
        width: 60px;
        position: relative;
        left: 0;
        bottom: 0;
        -webkit-transform: none;
        transform: none;
        margin: 20px auto 0
    }

    .operation3 .cont2 .cont .item2 .iner {
        width: 200px;
        height: 40px;
        position: relative;
        margin: 20px auto 0;
        left: 0;
        bottom: 0;
        -webkit-transform: none;
        transform: none
    }

    .operation3 .cont2 .cont .item2 .iner::before {
        border-width: 4px;
        border-radius: 50px
    }

    .operation3 .cont2 .cont .item2 .icon {
        width: 40px;
        height: 40px
    }

    .operation3 .cont2 .cont .item2.showd .icon {
        left: calc(100% - 40px)
    }

    .operation3 .cont2 .cont .item3 .icon {
        width: 70px;
        margin: 20px auto 0;
        position: relative;
        left: 0;
        bottom: 0;
        -webkit-transform: none;
        transform: none
    }

    .operation3 .cont2 .cont .item4 .txt {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        font-size: 42px;
        line-height: 1.2;
        margin-top: 20px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .operation3 .cont2 .cont .item4 .txt {
        font-size:32px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .operation3 .cont2 .cont .item4 .txt {
        font-size:26px
    }
}

@media (max-width: 768px) {
    .operation3 .cont2 .cont .item5 .bg {
        position:absolute
    }

    .operation3 .cont2 .cont .item5 .top {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none
    }

    .operation4 {
        padding: 40px 0
    }

    .operation4 .cont2 {
        margin-top: 20px
    }

    .operation4 .swiper-slide {
        padding: 0 10px
    }

    .operation4 .moreBox {
        margin-top: 30px;
        text-align: center;
        padding: 0
    }

    .financial_media5.operation5 {
        padding-left: 10px;
        padding-right: 10px
    }

    .financial_media5.operation5 .moreBox {
        text-align: center
    }

    .operation3 .cont1 .flex {
        display: block
    }

    .operation3 .cont1 .unit2 .g-container {
        font-size: 36px
    }

    .operation3 .cont2 .cont .item .icon .i {
        opacity: 1 !important;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%
    }
}

body.no-cursor {
    cursor: none !important
}

.cursorBox {
    width: 10.41667vw;
    position: relative;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.3);
    border-radius: 50%;
    z-index: 9999;
    pointer-events: none;
    opacity: 0
}

.cursorBox::before {
    content: '';
    display: block;
    padding-top: 100%
}

.cursorBox .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.cursorBox .line {
    width: 28%;
    height: 28%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.cursorBox .line::before {
    content: '';
    width: 100%;
    height: 21%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 10px
}

.cursorBox .line::after {
    content: '';
    width: 21%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 10px
}

.cursorBox.x-show .line {
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg)
}

.pop-xlxs .pop-dialog {
    background-color: transparent
}

.pop-xlxs .pop-cont {
    width: 60.67708vw;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    overflow: hidden
}

.pop-xlxs .pop-cont::before {
    content: '';
    display: block;
    padding-top: 63.34764%
}

.pop-xlxs .pop-cont .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.pop-xlxs .pop-cont img.i {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

.pop-xlxs.x-show {
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px)
}

.product1 {
    padding: 7.8125vw 0 9.375vw;
    overflow: hidden
}

.product1 .padd {
    padding: 12.5vw 5.9375vw 0 10.9375vw
}

.product1 .tit1 {
    font-size: 7.29167vw;
    line-height: 1.17;
    text-align: center;
    font-weight: bold
}

.product1 .desc {
    font-size: 2.1875vw;
    text-align: center;
    font-weight: bold;
    margin-top: 27px
}

.product1 .cont {
    position: relative
}

.product1 .cont .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.product1 .cont .list .item {
    width: 25.9375vw;
    position: relative;
    -webkit-box-shadow: 0px 10px 26.46px 0.54px rgba(152,152,152,0.16);
    box-shadow: 0px 10px 26.46px 0.54px rgba(152,152,152,0.16);
    border-radius: 34px
}

.product1 .cont .list .item .shadow {
    width: 63.54167vw;
    position: relative;
    overflow: hidden;
    background-image: url(../image/lyj/png57.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -40%;
    left: -120%;
    pointer-events: none;
    display: none
}

.product1 .cont .list .item .shadow::before {
    content: '';
    display: block;
    padding-top: 105.81967%
}

.product1 .cont .list .item .shadow .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.product1 .cont .list .item .img {
    width: 100%;
    overflow: hidden;
    border-radius: 34px
}

.product1 .cont .list .item .img img {
    display: block;
    width: 100%;
    height: auto
}

.product1 .cont .list .item .text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 3.64583vw 4.16667vw;
    z-index: 9
}

.product1 .cont .list .item .text .t1 {
    font-size: 2.1875vw
}

.product1 .cont .list .item .text .t2 {
    font-size: 1.35417vw;
    margin-top: 2.08333vw
}

body:not(.lang-en) .product1 .cont .list .item .text .t2 {
    text-align: justify;
    text-justify: inter-ideograph
}

.product1 .cont .list .item1 {
    margin: 0 0 0 11.71875vw
}

.product1 .cont .list .item2 {
    margin: 3.125vw 0 0 3.125vw
}

.product1 .cont .list .item3 {
    margin: -2.34375vw 0 0 0
}

.product1 .cont .list .item4 {
    margin: -9.375vw 0 0 7.8125vw
}

.product1 .cont .list .item5 {
    margin: -17.39583vw 17.39583vw 0 17.39583vw
}

.product1 .cont .list .item6 {
    margin: -10.41667vw 0 0 0
}

.product1 .cont .list .item7 {
    margin: 14.375vw 0 0 8.85417vw
}

.product1 .cont .list .item8 {
    margin: -18.22917vw 0 0 20.72917vw
}

.product1 .cont .moreBox {
    margin-top: 6.04167vw;
    padding-right: 3.125vw;
    text-align: right
}

.product1 .cont .moreBox .y-more {
    color: #333
}

@media (min-width: 769px) {
    .product1 .top {
        -webkit-transform:translateY(50%);
        transform: translateY(50%);
        opacity: 0;
        -webkit-transition: all 1.4s ease-in-out;
        transition: all 1.4s ease-in-out
    }

    .product1 .cont .list .item {
        -webkit-transition: all 1.2s ease-in-out;
        transition: all 1.2s ease-in-out
    }

    .product1 .cont .list .item1 {
        -webkit-transform: translate(-49%,0%);
        transform: translate(-49%,0%)
    }

    .product1 .cont .list .item2 {
        -webkit-transform: translate(-140%,-7.8%);
        transform: translate(-140%,-7.8%)
    }

    .product1 .cont .list .item3 {
        -webkit-transform: translate(55%,-102%);
        transform: translate(55%,-102%)
    }

    .product1 .cont .list .item4 {
        -webkit-transform: translate(-48%,-94.8%);
        transform: translate(-48%,-94.8%)
    }

    .product1 .cont .list .item5 {
        -webkit-transform: translate(44%,-178%);
        transform: translate(44%,-178%)
    }

    .product1 .cont .list .item6 {
        -webkit-transform: translate(138%,-164.3%);
        transform: translate(138%,-164.3%)
    }

    .product1 .cont .list .item7 {
        -webkit-transform: translate(33%,-273.5%);
        transform: translate(33%,-273.5%)
    }

    .product1 .cont .list .item8 {
        -webkit-transform: translate(116%,-312%);
        transform: translate(116%,-312%)
    }

    .product1.showd .top {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    .product1 .padd.showd .cont .list .item {
        -webkit-transform: translate(0%,0%) !important;
        transform: translate(0%,0%) !important
    }
}

@media (max-width: 1480px) {
    .product1 .cont .list .item .text .t2 {
        margin-top:1.04167vw
    }

    .product1 .cont .list .item .text {
        padding-left: 3vw;
        padding-right: 3vw
    }
}

@media (max-width: 768px) {
    .product1 {
        padding:40px 0
    }

    .product1 .desc {
        margin-top: 15px;
        font-size: 18px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .product1 .desc {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .product1 .desc {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .product1 .padd {
        padding:40px 0 0
    }

    .product1 .cont .list {
        display: block
    }

    .product1 .cont .list .item {
        width: 100%;
        margin: 0 0 15px 0 !important
    }

    .product1 .cont .list .item .shadow {
        display: none
    }

    .product1 .cont .list .item .text {
        padding: 40px 15px
    }

    .product1 .cont .list .item .text .t1 {
        font-size: 42px;
        line-height: 1.2;
        text-align: center
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .product1 .cont .list .item .text .t1 {
        font-size:32px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .product1 .cont .list .item .text .t1 {
        font-size:26px
    }
}

@media (max-width: 768px) {
    .product1 .cont .list .item .text .t2 {
        margin-top:15px;
        font-size: 18px
    }
}

@media (max-width: 768px) and (max-width:1480px) {
    .product1 .cont .list .item .text .t2 {
        font-size:16px
    }
}

@media (max-width: 768px) and (max-width:768px) {
    .product1 .cont .list .item .text .t2 {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .product1 .cont .moreBox {
        margin-top:30px;
        text-align: center
    }

    .pop-xlxs .pop-cont::before {
        display: none
    }

    .pop-xlxs .pop-cont {
        width: 100%
    }

    .pop-xlxs .tips {
        text-align: center;
        color: #fff;
        margin-top: 5px;
        font-size: 12px
    }

    #openseadragon {
        width: 100%;
        height: 60vh
    }
}
