﻿@charset "UTF-8";

* {
    margin: 0 auto;
    padding: 0
}

html,
body {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    font-size: 12px;
    font-family: 'Noto Sans SC', '微软雅黑', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    margin: auto;
    background: white;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    font: 400 0.9375vw/1.618;
    box-sizing: border-box;
    color: #1a1a1a;
    background-color: #fff;
    word-break: break-word;
}

@font-face {
    font-family: 'Helvetica45';
    src: url('../fonts/Helvetica-LT-45-Light.eot');
    src: url('../fonts/Helvetica-LT-45-Light.eot') format('embedded-opentype'), url('../fonts/Helvetica-LT-45-Light.woff') format('woff'), url('../fonts/Helvetica-LT-45-Light.ttf') format('truetype'), url('../fonts/Helvetica-LT-45-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal
}

#main {
    overflow: hidden;
    position: relative;
}

.Helvetica45 {
    font-family: 'Helvetica45' !important
}
.footer a{
    color: #fff!important;
}
.content {
    width: 87.5%;
    position: relative;
    margin: auto;
}
.header{
    position: fixed;
    left:0;
    width: 100%;
    top: 0;
    padding: 1.30208333vw 0;
    box-shadow: 0 0.52083333vw 0.83333333vw rgba(0,0,0,.2);
    z-index: 10;
     transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95);

}
.header.active{
        transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
       position: relative;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95);
}
.header .logo{
    width: 4.6875vw;
    display: block;
    margin: 0;
    float: left;
}
.nav_silde{
    width: 50%;
    float: right;
    margin-top: 0.3125vw;
    text-align: right;
    position: relative;
}
.header_hide{
    height: 6.04166667vw;
}

.nav_btn{
    width: 2.60416667vw;
    height: 2.60416667vw;
    border: 0.10416667vw solid #9b9b9b;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    line-height: 2.60416667vw;
    text-align: center;
    vertical-align: top;
    margin-left: 0.9375vw;
    font-size: 0;
}
.nav_btn span {
    position: relative;
    vertical-align: middle;
    width: 80%;
    margin: auto;
    display: inline-block;
    z-index: 2;
}
.nav_btn span .img1 {
    opacity: 1;
    position: relative;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}

.nav_btn span .img2 {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}
.nav_btn font {
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    top: 100%;
    left: -10%;
    width: 120%;
    height: 120%;
    background-color: #9b9b9b;
    border-radius: 50%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -webkit-transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -ms-transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -o-transition: transform .3s cubic-bezier(.215, .61, .355, 1);
}
.nav_btn:hover font {
    transform: translateY(-100%) translateZ(0);
    -webkit-transform: translateY(-100%) translateZ(0);
    -moz-transform: translateY(-100%) translateZ(0);
    -ms-transform: translateY(-100%) translateZ(0);
    -o-transform: translateY(-100%) translateZ(0);
    transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform .3s cubic-bezier(.645, .045, .355, 1)
}

.nav_btn:hover {
    background: #9b9b9b;
    transition: background 0.3s cubic-bezier(.445,.05,.55,.95),background-color .1s linear .2s;
    -webkit-transition: background 0.3s cubic-bezier(.445,.05,.55,.95),background-color .1s linear .2s;
    -o-transition: background 0.3s cubic-bezier(.445,.05,.55,.95),background-color .1s linear .2s;
    -ms-transition: background 0.3s cubic-bezier(.445,.05,.55,.95),background-color .1s linear .2s;
    -moz-transition: background 0.3s cubic-bezier(.445,.05,.55,.95),background-color .1s linear .2s;
}

.nav_btn:hover .img1 {
    opacity: 0;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}

.nav_btn:hover .img2 {
    opacity: 1;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}


.container {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.index-container {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.bg_color_1{
    background: #009ee1;
}
.bg_color_2{
    background: #005faa;
}
.bg_color_3{
    background: #009440;
}
.bg_color_4{
    background: #8ebd20;
}
.bg_color_5{
    background: #ffdc00;
}
.bg_color_6{
    background: #ad1280;
}
.video_box {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 1;
}

.video_bg {
    width: 100%;
    height: 100%;
    position: relative;
}
.img_bg{
    display: none;
}
#video {
    width: 120%;
    height: 120%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}


.setion_one {
    position: relative;
}

.index_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 1.5625vw 0;
    z-index: 3;
       transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}
.index_footer.active{
    opacity: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
       transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}

.index_footer p {
    font-size: 0.83333333vw;
    color: white;
}
.index_silde_right{
    position: absolute;
    right: 1.04166667vw;
    z-index: 3;
    width: 3.54166667vw;
    top: 50%;
    opacity: 0;
    transform: translate(100%,-50%);
    -webkit-transform: translate(100%,-50%);
    -moz-transform: translate(100%,-50%);
    -ms-transform: translate(100%,-50%);
    -o-transform: translate(100%,-50%);
     transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}
.index_silde_right.active{
    opacity: 1;
     transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
     transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}

.index_nav{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4.01041667vw;
    border-right: 0.10416667vw solid white;
    z-index: 3;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    opacity: 0;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}
.index_nav_bg{
    background: url('https://image.theways.cn/park/upload/park_web/statics/images/leftbg.jpg') no-repeat center;
    background-size: cover;
}
.index_nav.active{
     transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    opacity: 1;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}
.navlogo{
    position: absolute;
    width: 70%;
    left: 15%;
    top: 6%;
}

.nav_btns{
    width: 2.08333333vw;
    height: 2.08333333vw;
    border: 0.10416667vw solid white;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: block;
    line-height: 2.08333333vw;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    font-size: 0;
}
.nav_btns span {
    position: relative;
    vertical-align: middle;
    width: 80%;
    margin: auto;
    display: inline-block;
    z-index: 2;
}
.nav_btns span .img1 {
    opacity: 1;
    position: relative;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}

.nav_btns span .img2 {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}
.nav_btns font {
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    top: 100%;
    left: -10%;
    width: 120%;
    height: 120%;
    background-color: white;
    border-radius: 50%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -webkit-transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -ms-transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -o-transition: transform .3s cubic-bezier(.215, .61, .355, 1);
}
.nav_btns:hover font {
    transform: translateY(-100%) translateZ(0);
    -webkit-transform: translateY(-100%) translateZ(0);
    -moz-transform: translateY(-100%) translateZ(0);
    -ms-transform: translateY(-100%) translateZ(0);
    -o-transform: translateY(-100%) translateZ(0);
    transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform .3s cubic-bezier(.645, .045, .355, 1)
}

.nav_btns:hover {
    background: white;
    transition: background 0.3s cubic-bezier(.445,.05,.55,.95),background-color .1s linear .2s;
    -webkit-transition: background 0.3s cubic-bezier(.445,.05,.55,.95),background-color .1s linear .2s;
    -o-transition: background 0.3s cubic-bezier(.445,.05,.55,.95),background-color .1s linear .2s;
    -ms-transition: background 0.3s cubic-bezier(.445,.05,.55,.95),background-color .1s linear .2s;
    -moz-transition: background 0.3s cubic-bezier(.445,.05,.55,.95),background-color .1s linear .2s;
}

.nav_btns:hover .img1 {
    opacity: 0;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}

.nav_btns:hover .img2 {
    opacity: 1;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}

.nav_btn_group{
    position: absolute;
    width: 100%;
    bottom: 6%;
}
.nav_btns2{
    width: 2.08333333vw;
    height: 2.08333333vw;
    border: 0.10416667vw solid white;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: block;
    line-height: 2.08333333vw;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    margin: auto;
    margin-top: 0.3125vw;
    font-size: 0;
}
.nav_btns2 span {
    position: relative;
    vertical-align: middle;
    width: 80%;
    margin: auto;
    display: inline-block;
    z-index: 2;
}
.nav_btns2 span .img1 {
    opacity: 1;
    position: relative;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}

.nav_btns2 span .img2 {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}
.nav_btns2 font {
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    top: 100%;
    left: -10%;
    width: 120%;
    height: 120%;
    background-color: white;
    border-radius: 50%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -webkit-transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -ms-transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -o-transition: transform .3s cubic-bezier(.215, .61, .355, 1);
}
.nav_btns2:hover font {
    transform: translateY(-100%) translateZ(0);
    -webkit-transform: translateY(-100%) translateZ(0);
    -moz-transform: translateY(-100%) translateZ(0);
    -ms-transform: translateY(-100%) translateZ(0);
    -o-transform: translateY(-100%) translateZ(0);
    transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform .3s cubic-bezier(.645, .045, .355, 1)
}

.nav_btns2:hover {
    background: white;
    transition: background 0.3s cubic-bezier(.445,.05,.55,.95),background-color .1s linear .2s;
    -webkit-transition: background 0.3s cubic-bezier(.445,.05,.55,.95),background-color .1s linear .2s;
    -o-transition: background 0.3s cubic-bezier(.445,.05,.55,.95),background-color .1s linear .2s;
    -ms-transition: background 0.3s cubic-bezier(.445,.05,.55,.95),background-color .1s linear .2s;
    -moz-transition: background 0.3s cubic-bezier(.445,.05,.55,.95),background-color .1s linear .2s;
}

.nav_btns2:hover .img1 {
    opacity: 0;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}

.nav_btns2:hover .img2 {
    opacity: 1;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}


.index_nav_pop{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 4;
    background: white;
    padding:3.125vw 2.60416667vw;
    box-sizing: border-box;
    box-shadow: 0 0 0.52083333vw rgb(0 0 0 / 30%);
    width: 15.3125vw;
    transform: translateX(-102%);
    -webkit-transform: translateX(-102%);
    -moz-transform: translateX(-102%);
    -ms-transform: translateX(-102%);
    -o-transform: translateX(-102%);
     transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
    
}
.index_nav_pop.active{
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
     transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}

.nav_top_ul{
    border-bottom: 1px solid #1d1d1b;
    padding-bottom: 0.83333333vw;

}
.nav_top_ul .nav_top_li{
    width:1.04166667vw;
    float: left;
    margin-right: 1.04166667vw;
    text-align: center;
}
.nav_top_ul .nav_top_li:last-child{
    margin-right: 0;
}
.nav_top_ul .nav_top_li span{
    width: 0.72916667vw;
    height: 3.4375vw;
    display: block;
    margin: auto;
    border-radius: 0.72916667vw;
}
.nav_top_ul .nav_top_li font{
    font-size: 0.9375vw;
    color: #1d1d1b;
    display: block;
    margin: 1.14583333vw auto;
    line-height: 108%;
}
.nav_top_b{
    margin-top: 1.77083333vw;
    margin-left: 0.52083333vw;
}
.nav_top_b_in{
    display: block;
    line-height:  0.9375vw;
    height: 0.9375vw;
    vertical-align: middle;
}
.nav_top_b_in span{
    width: 3.4375vw;
    height: 0.72916667vw;
    display: inline-block;
    margin: auto;
    border-radius: 0.72916667vw;
    vertical-align: middle;
}
.nav_top_b_in font{
    display: inline-block;
    font-size: 0.9375vw;
    color: #1d1d1b;
    vertical-align: middle;
    margin-left: 2.08333333vw;
}
.index_nav_pop_logo{
    width: 3.95833333vw;
    margin: 0;
}
.index_nav_pop_lom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10.4166667vw;
        padding:0 2.60416667vw;
    bottom: 3.125vw;
}

.index_nav_pop_close{
    width: 2.08333333vw;
    height: 2.08333333vw;
    border: 0.10416667vw solid #9b9b9b;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    line-height: 2.08333333vw;
    text-align: center;
    vertical-align: top;
    margin: 1.5625vw 0;
    cursor: pointer;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    font-size: 0;
}
.index_nav_pop_close span {
    position: relative;
    vertical-align: middle;
    width: 80%;
    margin: auto;
    display: inline-block;
    z-index: 2;
}
.index_nav_pop_close span .img1 {
    opacity: 1;
    position: relative;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}

.index_nav_pop_close span .img2 {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}
.index_nav_pop_close font {
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    top: 100%;
    left: -10%;
    width: 120%;
    height: 120%;
    background-color: #9b9b9b;
    border-radius: 50%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -webkit-transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -ms-transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -o-transition: transform .3s cubic-bezier(.215, .61, .355, 1);
}
.index_nav_pop_close:hover font {
    transform: translateY(-100%) translateZ(0);
    -webkit-transform: translateY(-100%) translateZ(0);
    -moz-transform: translateY(-100%) translateZ(0);
    -ms-transform: translateY(-100%) translateZ(0);
    -o-transform: translateY(-100%) translateZ(0);
    transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform .3s cubic-bezier(.645, .045, .355, 1)
}

.index_nav_pop_close:hover {
    background: #9b9b9b;
    transition: background 0.3s cubic-bezier(.445,.05,.55,.95),background-color .1s linear .2s;
    -webkit-transition: background 0.3s cubic-bezier(.445,.05,.55,.95),background-color .1s linear .2s;
    -o-transition: background 0.3s cubic-bezier(.445,.05,.55,.95),background-color .1s linear .2s;
    -ms-transition: background 0.3s cubic-bezier(.445,.05,.55,.95),background-color .1s linear .2s;
    -moz-transition: background 0.3s cubic-bezier(.445,.05,.55,.95),background-color .1s linear .2s;
}

.index_nav_pop_close:hover .img1 {
    opacity: 0;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}

.index_nav_pop_close:hover .img2 {
    opacity: 1;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}

.nav_top{
    position: absolute;
    top: 0;
    right: 0;
    width: 17.7083333vw;
    background: white;
    height: auto;
    z-index: 101;
    right: 6.25vw;
    box-shadow: 0 0 0.52083333vw rgba(0,0,0,.3);
    transform: translateY(-100%);
    -webkit-transform: translateY(-102%);
    -moz-transform: translateY(-102%);
    -ms-transform: translateY(-102%);
    -o-transform: translateY(-102%);
     transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
   
}
.nav_top.active{
     -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
     transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}
.nav_top_inner{
    padding: 0 3.125vw 3.64583333vw 3.125vw;
}

.nav_top_btn{
        width: 2.60416667vw;
    height: 2.60416667vw;
    border: 0.10416667vw solid #9b9b9b;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    line-height: 2.60416667vw;
    text-align: center;
    vertical-align: top;
     margin: 1.5625vw 0;
    cursor: pointer;
}
.nav_top_btn span {
    position: relative;
    vertical-align: middle;
    width: 80%;
    margin: auto;
    display: inline-block;
    z-index: 2;
}
.nav_top_btn span .img1 {
    opacity: 1;
    position: relative;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}

.nav_top_btn span .img2 {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}
.nav_top_btn font {
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    top: 100%;
    left: -10%;
    width: 120%;
    height: 120%;
    background-color: #9b9b9b;
    border-radius: 50%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -webkit-transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -ms-transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -o-transition: transform .3s cubic-bezier(.215, .61, .355, 1);
}
.nav_top_btn:hover font {
    transform: translateY(-100%) translateZ(0);
    -webkit-transform: translateY(-100%) translateZ(0);
    -moz-transform: translateY(-100%) translateZ(0);
    -ms-transform: translateY(-100%) translateZ(0);
    -o-transform: translateY(-100%) translateZ(0);
    transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform .3s cubic-bezier(.645, .045, .355, 1)
}

.nav_top_btn:hover {
    background: #9b9b9b;
    transition: background 0.3s cubic-bezier(.445,.05,.55,.95),background-color .1s linear .2s;
    -webkit-transition: background 0.3s cubic-bezier(.445,.05,.55,.95),background-color .1s linear .2s;
    -o-transition: background 0.3s cubic-bezier(.445,.05,.55,.95),background-color .1s linear .2s;
    -ms-transition: background 0.3s cubic-bezier(.445,.05,.55,.95),background-color .1s linear .2s;
    -moz-transition: background 0.3s cubic-bezier(.445,.05,.55,.95),background-color .1s linear .2s;
}

.nav_top_btn:hover .img1 {
    opacity: 0;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}

.nav_top_btn:hover .img2 {
    opacity: 1;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}
.nav_top_ul{
    border-bottom: 1px solid #1d1d1b;
    padding-bottom: 0.83333333vw;
    margin-left: 0.52083333vw;
    margin-top: 2.86458333vw;
}
.nav_top_ul .nav_top_li{
    width:1.04166667vw;
    float: left;
    margin-right: 1.04166667vw;
    text-align: center;
}
.nav_top_ul .nav_top_li:last-child{
    margin-right: 0;
}
.nav_top_ul .nav_top_li span{
    width: 0.72916667vw;
    height: 3.4375vw;
    display: block;
    margin: auto;
    border-radius: 0.72916667vw;
}
.nav_top_ul .nav_top_li font{
    font-size: 0.9375vw;
    color: #1d1d1b;
    display: block;
    margin: 1.14583333vw auto;
    line-height: 108%;
}
.nav_top_b{
    margin-top: 1.77083333vw;
    margin-left: 0.52083333vw;
}
.nav_top_b_in{
    display: block;
    line-height:  0.9375vw;
    height: 0.9375vw;
    vertical-align: middle;
}
.nav_top_b_in span{
    width: 3.4375vw;
    height: 0.72916667vw;
    display: inline-block;
    margin: auto;
    border-radius: 0.72916667vw;
    vertical-align: middle;
}
.nav_top_b_in font{
    display: inline-block;
    font-size: 0.9375vw;
    color: #1d1d1b;
    vertical-align: middle;
    margin-left: 2.08333333vw;
}

.search_pop_1{
    position: absolute;
    z-index: 11;
    left: 0;
    top: 0;
    background: #808080;
    width: 100%;
    height: 100%;
    text-align: center;
     transform: translateX(-102%);
    -webkit-transform: translateX(-102%);
    -moz-transform: translateX(-102%);
    -ms-transform: translateX(-102%);
    -o-transform: translateX(-102%);
     transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}
.search_pop_1.active{
     transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
     transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}
.search_pop_1 h5{
    font-size: 3.125vw;
    color: white;
    margin-bottom: 0.52083333vw;
    overflow: hidden;
     transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}

.search_pop_1 h6{
    font-size: 3.125vw;
    color: white;
    margin-bottom: 4.16666667vw;
    overflow: hidden;
     transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}
.search_pop_inner{
    position: absolute;
    left: 12.5%;
    width: 75%;
    margin-top: 14.5833333vw;
     transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}
.search_pop_inner.active{
    margin-top: 4.16666667vw;
     transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}
.search_pop_inner.active h5{
    height: 0;
     transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}
.search_pop_inner.active h6{
    height: 0;
    margin: 0;
     transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}
.search_iunput{
    width: 30.2083333vw;
    position: relative;
}
.search_iunput img{
    position: absolute;
    left: 1.04166667vw;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 1.6666667vw;
    z-index: 2;
}
.search_iunput a{
    display: block;
    width: 1.66666667vw;
    height: 1.66666667vw;
    background: #d7d7d7;
    border-radius: 50%;
    position: absolute;
    right: 0.52083333vw;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.search_iunput input{
    outline: none;
    background: #8d8d8d;
    border:0.10416667vw solid white;
    width: 100%;
    height: 2.60416667vw;
    box-sizing: border-box;
    border-radius: 2.60416667vw;
    padding: 0.52083333vw;
    padding-left: 3.125vw;
    color: #212121;
    font-size: 0.9375vw;
}

.search_result{
    width: 100%;
    position: absolute;
    height:60vh;
    overflow: auto;
    margin-top: 7.29166667vw;
}
.search_result_out{
    height: 100%;
    position: relative;
}
.search_colse{
    position: absolute;
    right: 10%;
    top: 10%;
    width: 2.29166667vw;
    cursor: pointer;
    border: 2px solid white;
    border-radius: 50%;
}



.photo {
			position: relative;
        cursor: pointer;
}
.title{
    position: absolute;
    bottom:0;
    left:0px;
    text-align: center;
    right:0px;
    font-size:16px;
    font-weight: normal;
    color:#979797;
    padding: 10px;
    
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
}
.title span{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.photos {
    margin:auto;
    font-size:0px;
}



.img_view{
    position: fixed;
    z-index: 13;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    display: none;
}
.img_view img{
    position: absolute;
    left: 20%;
    top: 50%;
    width: 60%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}


.form_pop{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    background: #7a8080;
    transform: translateX(-102%);
    -webkit-transform: translateX(-102%);
    -moz-transform: translateX(-102%);
    -ms-transform: translateX(-102%);
    -o-transform: translateX(-102%);
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    
}
.form_pop.active{
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95);
}
.form_colse{
    position: absolute;
    right: 10%;
    top: 10%;
    width: 2.29166667vw;
    cursor: pointer;
    border: 2px solid white;
    border-radius: 50%;
}
.form_box{
    position: absolute;
    width: 70.3125vw;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); 
}
.form_box_left{
    float: left;
    width: 31.25vw;
    padding-left: 7.8125vw;
}
.form_box_right{
    float: right;
    width: 31.25vw;
}
.form_box_left h4{
    color: white;
    font-size: 2.91666667vw;
    font-weight: lighter;
    padding-bottom: 3.15789474vw;
    padding-top: 4.6875vw;
}
.form_box_left h5{
    color: white;
    font-size: 3.15789474vw;
}
.form_box_right p{
    color: white;
    font-weight: lighter;
    font-size: 0.9375vw;
    line-height: 200%;
}
.form{
    margin: 1.5625vw 0;
}
.form_content{
    border: 0.10416667vw solid white;
    width: 31.25vw;
    box-sizing: border-box;
}
.form_btn{
    color: #7a8080;
    font-size: 0.9375vw;
    background: #c5c7c7;
    margin-top: 0.72916667vw;
    float: right;
    width: 7.1875vw;
    height: 1.5625vw;
    line-height: 1.5625vw;
    text-align: center;
}
.form_content .fomr_input{
    width: 100%;
    height: 2.70833333vw;
    border: none;
    background: #7a8080;
    outline: none;
    border-bottom: 1px solid white;
    padding: 0.72916667vw 1.04166667vw;
    box-sizing: border-box;
    color: white;
    font-size: 0.9375vw;
}


.form_content input::-webkit-input-placeholder,.form_content  textarea::-webkit-input-placeholder {
color: white;
    font-family: 'Noto Sans SC', '微软雅黑', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
.form_content input:-moz-placeholder,.form_content  textarea:-moz-placeholder {
color: white;
    font-family: 'Noto Sans SC', '微软雅黑', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
.form_content input::-moz-placeholder,.form_content  textarea::-moz-placeholder {
color: white;
    font-family: 'Noto Sans SC', '微软雅黑', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
.form_content input:-ms-input-placeholder,.form_content  textarea:-ms-input-placeholder {
color: white;
    font-family: 'Noto Sans SC', '微软雅黑', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

.form_content textarea{
    width: 100%;
    height: 9.8958333vw;
    border: none;
    background: #7a8080;
    outline: none;
    padding: 0.72916667vw 1.04166667vw;
    box-sizing: border-box;
    color: white;
    font-size: 0.9375vw;
    overflow: auto;
}


.logo {
    position: absolute;
    width: 31.7708333vw;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    opacity: 0;
     transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.swiper-slide-active .logo{
    opacity: 1;
    transition: all 0.3s ease 0.6s;
    -webkit-transition: all 0.3s ease 0.6s;
}

.one_btn {
    width: 6.25vw;
    position: absolute;
    right: 4vw;
    top: 50%;
    z-index: 10;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    cursor: pointer;
    animation: example 1s linear infinite;
}

@keyframes example {
    0% {
        transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
    }
    50% {
         transform: translate(10%, -50%);
        -webkit-transform: translate(10%, -50%);
        -moz-transform: translate(10%, -50%);
        -ms-transform: translate(10%, -50%);
        -o-transform: translate(10%, -50%);
    }
    100% {
         transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
    }
}
.section  {
    position: relative;
    height: 100%;
}
/*
    transition-duration: 1s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
*/
.swiper-wrapper {
/*	transition-delay: 1s;*/
	transition-timing-function: cubic-bezier(1,.13,.56,1.04);
}

.two_box{
    position: absolute;
    left: 8.33333333vw;
    bottom: 3.125vw;
    width: 70%;
    opacity: 0;
     transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.swiper-slide-active .two_box{
    opacity: 1;
    transition: all 0.3s ease 0.6s;
    -webkit-transition: all 0.3s ease 0.6s;
}
.two_box .two_ul{
    position: relative;
    float: left;
}
.two_box .two_ul1{
    width: 32%;
    padding-right: 0.52083333vw;
    border-right: 1px solid white;
}
.two_box .two_ul2{
    width: 57%;
    padding-left: 1.04166667vw;
}
.two_ul .two_li{
    margin:0 0 0.83333333vw 0;
    color: white;
    font-weight: lighter;
}
.two_ul .two_li:last-child{
    margin-bottom: 0;
}
.two_ul .two_li p{
    font-size: 0.72916667vw;
    line-height: 200%;
}
.two_ul2 .two_li p span{
    display: inline-block;
    width: 5.20833333vw;
}

.three_title{
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: center;
        opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.swiper-slide-active .three_title {
    opacity: 1;
    transition: all 0.3s ease 0.6s;
    -webkit-transition: all 0.3s ease 0.6s;
}


.three_title h2{
    font-size: 2.91666667vw;
    color: white;font-weight: bold;
    margin-bottom: 0.52083333vw;
}
.three_title h4{
    font-size: 2.1875vw;
    color: white;
}
.three_title h4 br{
    display: none;
}
.three_title em{
    display: none;
}

.four_title{
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: center;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.swiper-slide-active .four_title {
    opacity: 1;
    transition: all 0.3s ease 0.6s;
    -webkit-transition: all 0.3s ease 0.6s;
}
.four_title em{
    display: none;
}
.four_title h2{
    font-size: 2.91666667vw;
    color: white;font-weight: bold;
    margin-bottom: 2.60416667vw;
}
.four_title p{
    font-size: 0.9375vw;
    color: white;
    line-height: 200%;
    font-weight: lighter;
}

.setion_six .four_title p a{
	color:#fff;
	}

.setion_five{
    position: relative;
}

.setion_five_box{
    width: 95.9895833vw;
    height: 100%;
    position: relative;
    float: right;
    background: black;
}
.setion_five_out{
    position: relative;
    width: 100%;
    height: 100%;
}
.setion_five_in{
    width: 20%;
    float: left;
    height: 100%;
    position: relative;
      transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    
}
.setion_five_in_1{
     background-image: url('../images/01.png');  
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
   
}
.setion_five_in_2{
    background-image: url('../images/02.png');  
    background-size: cover;
    background-repeat: no-repeat;
     background-position: 58% 50%;
}
.setion_five_in_3{
 background-image: url('../images/03.png');  
    background-size: cover;
    background-repeat: no-repeat;
   background-position:49% 50%;
}
.setion_five_in_4{
    background-image: url('../images/04.png');  
    background-size: cover;
    background-repeat: no-repeat;
     background-position:48% 50%;
}
.setion_five_in_5{
    background-image: url('../images/05.png'); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position:38% 50%;
}
.setion_six_out .setion_five_in_1{
    background-image: url('../images/06.png');  
}
.setion_six_out .setion_five_in_2{
    background-image: url('../images/07.png');  
}
.setion_six_out .setion_five_in_3{
    background-image: url('../images/08.png');  
}
.setion_six_out .setion_five_in_4{
    background-image: url('../images/09.png');  
}
.setion_six_out .setion_five_in_5{
    background-image: url('../images/10.png'); 
}
.setion_five_in .five_mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 3;
    opacity: 0.2;
      transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95);
}
.five_title{
    position: absolute;
    right: 1.5625vw;
    top: 2.91666667vw;
    color: #000;
    text-shadow: 0 0 5px #fff;
    width: 4.16666667vw;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95);
}
.five_title_white{
    color: white;
    text-shadow: 0 0 5px #333;
}
.five_title h3{
    width: 2.08333333vw;
    text-align: center;
    font-size: 1.5625vw;
    float: left;
    line-height: 110%;
}
.five_title p{
   width: 0.08333333vw;
    float: right;
    font-size: 1.25vw;
    text-align: center;
    writing-mode:vertical-rl;
}
.setion_five_in.active .five_title{
    width: 6.25vw;
}
.setion_five_in.active .five_title p{
    font-size: 1.875vw;
    width: 1.875vw;
       transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95);
}
.setion_five_in.active .five_title h3{
     font-size: 2.29166667vw;
     width: 3.125vw;
       transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95);
}
.setion_five_in.active{
    width: 76%;
      transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95);
}
.setion_five_in.active2{
    width: 6%;
      transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95);
}
.setion_five_in.active .five_mask{
    opacity: 0;
      transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95);
}
.setion_five_in.active2 .five_title{
    right: 0.52083333vw;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95);
}
.five_top{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.five_top_mou{
    position: relative;
    width: 100%;
    display: block;
}
.five_top_peak{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.five_top_peak .five_peak{
    position: absolute;
    height: 100%;
    bottom: 0;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95);
	/* width: auto;*/
	display:inline-block;
}
.five_top_peak .five_peak .five_peak_img{
    width: 0;
   
}
.five_top_peak .five_peak.active .five_peak_img{
    width: 100%;
    transition: all .3s cubic-bezier(.445, .05, .55, .95) 0.6s;
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95) 0.6s;
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95) 0.6s;
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95) 0.6s;
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95) 0.6s;
}
.five_top_peak .five_peak .five_peak_d_1{
    opacity: 0;
}
.five_top_peak .five_peak.active .five_peak_d_1{
     opacity: 1;
      transition: all .3s cubic-bezier(.445, .05, .55, .95) 0.3s;
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95) 0.3s;
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95) 0.3s;
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95) 0.3s;
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95) 0.3s;
}
.five_top_peak .five_peak .five_peak_d_2{
    opacity: 0;
}
.five_top_peak .five_peak.active .five_peak_d_2{
     opacity: 1;
    transition: all .3s cubic-bezier(.445, .05, .55, .95) 0.9s;
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95) 0.9s;
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95) 0.9s;
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95) 0.9s;
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95) 0.9s;
}
.five_top_peak .five_peak .five_peak_z_1{
    opacity: 0;
    display: none!important;
}
.five_top_peak .five_peak.active .five_peak_z_1{
     opacity: 1;
     transition: all .3s cubic-bezier(.445, .05, .55, .95) 0.3s;
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95) 0.3s;
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95) 0.3s;
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95) 0.3s;
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95) 0.3s;
}
.five_top_peak .five_peak .five_peak_z_2{
    opacity: 0;
    display: none;
}
.five_top_peak .five_peak.active .five_peak_z_2{
     opacity: 1;
    transition: all .3s cubic-bezier(.445, .05, .55, .95) 0.6s;
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95) 0.6s;
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95) 0.6s;
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95) 0.6s;
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95) 0.6s;
}


.five_peak_1{
        position: absolute;
    left: 19.5%;
    bottom: 0%;
    width: 38.5%;
    top: 23%;
}
.five_peak .zw{
    opacity: 0;
    position: relative;
    width: auto;
    height: 100%;
	display:inline-block;
}
.five_peak .five_peak_img{
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    overflow: hidden;
}
.five_peak_1 .five_peak_img img{
    position: absolute;
    width: 37.148438vw;
    right: 0;
    top: 0;
}
.five_peak_2 .five_peak_img img{
    position: absolute;
    width: 30.322917vw;
    right: 0;
    top: 49%;
}
.five_peak_3 .five_peak_img img{
    position: absolute;
    width: 28.5734375vw;
    right: 0;
    bottom: 29%;
}
.five_peak_4 .five_peak_img img{
    position: absolute;
    width: 28.998437vw;
    left: 0;
    top: 51%;
}
.five_peak_5 .five_peak_img img{
    position: absolute;
    width: 30.223958vw;
    left: 0;
    top: 35%;
}
.five_peak_1 .five_peak_img{
    left: auto;
    right: 0;
}
.five_peak_2 .five_peak_img{
    left: auto;
    right: 0;
}
.five_peak_3 .five_peak_img{
    left: auto;
    right: 0;
}
.five_peak_1 .five_peak_d_1{
    
    width: 1.14583333vw;
    height: 1.14583333vw;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 29%;
    right: -2%;
}
.five_peak_1 .five_peak_d_2{
    width: 1.14583333vw;
    height: 1.14583333vw;
    background: white;
    border-radius: 50%;
    position: absolute;
    left: -1%;
    top: 1%;
}
.five_peak_1 .five_peak_z_1{
   color: #000;
    position: absolute;
    right: -10%;
    top: 50%;  
}

.five_peak_1 .five_peak_z_1 font{
    font-size: 0.9375vw;
   
}
.five_peak_1 .five_peak_z_1 span{
    font-size: 1.5625vw;
}

.five_peak_1 .five_peak_z_2{
    
      color: #000;
    position: absolute;
    left: -10%;
    top: -10%;
   
}
.five_peak_1 .five_peak_z_2 font{
    font-size: 0.9375vw;
   
}
.five_peak_1 .five_peak_z_2 span{
    font-size: 1.5625vw;
}
.five_peak_1 .white{
     color: #fff;
}

.five_peak_2{
    position: absolute;
    left: 32.5%;
    bottom: 0%;
	width:32.5%;
}
.five_peak_2 .five_peak_d_1{
    width: 1.14583333vw;
    height: 1.14583333vw;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 55%;
    right: -2%;
}
.five_peak_2 .five_peak_d_2{
    width: 1.14583333vw;
    height: 1.14583333vw;
    background: white;
    border-radius: 50%;
    position: absolute;
    left: -1%;
    top: 84%;
    
}
.five_peak_2 .five_peak_z_1{
    color: #000;
    position: absolute;
    right: 14%;
    top: 72%;
}

.five_peak_2 .five_peak_z_1 font{
    font-size: 0.9375vw;
   
}
.five_peak_2 .five_peak_z_1 span{
    font-size: 1.5625vw;
}

.five_peak_2 .five_peak_z_2{
      
    color: #000;
    position: absolute;
    left: -41%;
    top: 6%;
}
.five_peak_2 .five_peak_z_2 font{
    font-size: 0.9375vw;
   
}
.five_peak_2 .five_peak_z_2 span{
    font-size: 1.5625vw;
}
.five_peak_2 .white{
     color: #fff;
}


.five_peak_3{
    position: absolute;
    left: 49%;
    bottom: 0%;
	width:29%;
}
.five_top_peak .five_peak_3{
    bottom: 2%;
}
.five_peak_3 .five_peak_d_1{
    width: 1.14583333vw;
    height: 1.14583333vw;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 56%;
    right: -2%;
}
.five_peak_3 .five_peak_d_2{
    
    width: 1.14583333vw;
    height: 1.14583333vw;
    background: white;
    border-radius: 50%;
    position: absolute;
    left: -2%;
    top: 67%;
}
.five_peak_3 .five_peak_z_1{
    color: #000;
    position: absolute;
    right: -22%;
    top: 85%; 
}

.five_peak_3 .five_peak_z_1 font{
    font-size: 0.9375vw;
   
}
.five_peak_3 .five_peak_z_1 span{
    font-size: 1.5625vw;
}

.five_peak_3 .five_peak_z_2{
    
    color: #000;
    position: absolute;
    left: -38%;
    top: 57%;
}
.five_peak_3 .five_peak_z_2 font{
    font-size: 0.9375vw;
   
}
.five_peak_3 .five_peak_z_2 span{
    font-size: 1.5625vw;
}
.five_peak_3 .white{
     color: #fff;
}


.five_peak_4{
    position: absolute;
    left: 39.5%;
    bottom: 0%;
    width: 31%;
}
.five_top_peak .five_peak_4{
    bottom: 2%;
}
.five_peak_4 .five_peak_d_1{
   width: 1.14583333vw;
    height: 1.14583333vw;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 73%;
    left: -2%;
}
.five_peak_4 .five_peak_d_2{
    
     width: 1.14583333vw;
    height: 1.14583333vw;
    background: white;
    border-radius: 50%;
    position: absolute;
    right: -2%;
    top: 57%;
}
.five_peak_4 .five_peak_z_1{
    color: #000;
    position: absolute;
    left: -14%;
    top: 89%;
}

.five_peak_4 .five_peak_z_1 font{
    font-size: 0.9375vw;
   
}
.five_peak_4 .five_peak_z_1 span{
    font-size: 1.5625vw;
}

.five_peak_4 .five_peak_z_2{
     
     color: #000;
    position: absolute;
    right: -27%;
    top: 56%;
}
.five_peak_4 .five_peak_z_2 font{
    font-size: 0.9375vw;
   
}
.five_peak_4 .five_peak_z_2 span{
    font-size: 1.5625vw;
}
.five_peak_4 .white{
     color: #fff;
}

.five_peak_5{
    position: absolute;
    left: 59.5%;
    bottom: 0%;
    width: 31.5%;
}
.five_top_peak .five_peak_5{
    bottom: 2%;
}
.five_peak_5 .five_peak_d_1{
    
     width: 1.14583333vw;
    height: 1.14583333vw;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 49%;
    left: -2%;
}
.five_peak_5 .five_peak_d_2{
    width: 1.14583333vw;
    height: 1.14583333vw;
    background: white;
    border-radius: 50%;
    position: absolute;
    right: -2%;
    top: 34%;
}
.five_peak_5 .five_peak_z_1{
    color: #000;
    position: absolute;
    left: -19%;
    top: 86%; 
}

.five_peak_5 .five_peak_z_1 font{
    font-size: 0.9375vw;
   
}
.five_peak_5 .five_peak_z_1 span{
    font-size: 1.5625vw;
}

.five_peak_5 .five_peak_z_2{
   
     color: #000;
    position: absolute;
    right: -44%;
    top: 48%;
}
.five_peak_5 .five_peak_z_2 font{
    font-size: 0.9375vw;
   
}
.five_peak_5 .five_peak_z_2 span{
    font-size: 1.5625vw;
}
.five_peak_5 .white{
     color: #fff;
}



.five_hover{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 5;
}
.five_hover .five_hover_in{
    width: 20%;
    float: left;
    position: relative;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
}
.five_hover .five_hover_in.active{
    width: 76%;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95);
}
.five_hover .five_hover_in.active2{
    width: 6%;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95);
}
.five_hover .five_hover_in .five_hover_more{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.five_hover .five_hover_in.active .five_hover_more{
    display: block
}

.auto_btns{
    position: absolute;
    right: 1.5625vw;
    top:3.125vw;
    z-index: 10;
    text-align: right;
}
.btn_view,.btn_audio,.btn_bg{
    position: relative;
    display: inline-block;
    margin-left: 0.125vw;
}
.btn_bg_m{
	display:none;
}
.auto_btn{
    position: relative;
    width: 3.125vw;
    height: 3.125vw;
    border: 0.10416667vw solid white;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: block;
    line-height: 3.125vw;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    font-size: 0;
}
.auto_btn span {
    position: relative;
    vertical-align: middle;
    width: 80%;
    margin: auto;
    display: inline-block;
    z-index: 2;
}
.auto_btn span .img1 {
    opacity: 1;
    position: relative;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}

.auto_btn span .img2 {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}
.auto_btn font {
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    top: 100%;
    left: -10%;
    width: 120%;
    height: 120%;
    background-color: white;
    border-radius: 50%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -webkit-transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -ms-transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    -o-transition: transform .3s cubic-bezier(.215, .61, .355, 1);
}
.auto_btn:hover font {
    transform: translateY(-100%) translateZ(0);
    -webkit-transform: translateY(-100%) translateZ(0);
    -moz-transform: translateY(-100%) translateZ(0);
    -ms-transform: translateY(-100%) translateZ(0);
    -o-transform: translateY(-100%) translateZ(0);
    transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform .3s cubic-bezier(.645, .045, .355, 1)
}

.auto_btn:hover {
    background: white;
    transition: background 0.3s cubic-bezier(.445,.05,.55,.95),background-color .1s linear .2s;
    -webkit-transition: background 0.3s cubic-bezier(.445,.05,.55,.95),background-color .1s linear .2s;
    -o-transition: background 0.3s cubic-bezier(.445,.05,.55,.95),background-color .1s linear .2s;
    -ms-transition: background 0.3s cubic-bezier(.445,.05,.55,.95),background-color .1s linear .2s;
    -moz-transition: background 0.3s cubic-bezier(.445,.05,.55,.95),background-color .1s linear .2s;
}

.auto_btn:hover .img1 {
    opacity: 0;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}

.auto_btn:hover .img2 {
    opacity: 1;
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -ms-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95)
}
.play_btn{
    position: relative;
    opacity: 1;
    z-index: 2;
}
.pause_btn{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
}
.active .play_btn{
    z-index: 1;
    opacity: 0;
}
.active .pause_btn{
    z-index: 2;
    opacity: 1;
}


.a_play_btn{
    position: relative;
    opacity: 1;
    z-index: 2;
}
.a_pause_btn{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
}
.active .a_play_btn{
    z-index: 1;
    opacity: 0;
}
.active .a_pause_btn{
    z-index: 2;
    opacity: 1;
}

.b_play_btn{
    position: relative;
    opacity: 1;
    z-index: 2;
}
.b_pause_btn{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
}
.active .b_play_btn{
    z-index: 1;
    opacity: 0;
}
.active .b_pause_btn{
    z-index: 2;
    opacity: 1;
}



@media screen and (max-width:1650px) {}

@media screen and (max-width:1600px) {}

@media screen and (max-width:1560px) {
    .two_ul2 .two_li p span{
        width: 16%;
    }
}

@media screen and (max-width:1440px) {
    .two_box .two_ul1 {
        width: 27%;}
}

@media screen and (max-width:1366px) {}

@media screen and (max-width:1290px) {
    .two_box {
        width: 76%;
    }
    .two_box .two_ul1 {
    width: 29%;
}
    .two_ul2 .two_li p span {
    width: 18%;
}
    .two_box .two_ul2 {
        width: 60%;
    }
}

@media screen and (max-width:1080px) {
    .two_box {
        width: 840px;
    }
}

@media screen and (max-width:1024px) {
    
    .header{
        display: block;
        background: rgba(255,255,255,1);
    }
    .header .logo{
        left: 0%;
    top: 0%;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    }
    .header{
        padding: 10px 0;
    }
    .header .logo{
        width:  50px;
        height: 50px;
    }
    .header .logo img {
        width: 100%;
        height: 100%;
    }
    .nav_silde{
        width: 70%;
        margin-top: 10px;
    }

    .nav_btn{
        width: 40px;
        height: 40px;
        line-height: 40px;
        
    }
    
    .index_nav{
        display: none;
    }   
    .index_silde_right{
        display: none;
    }
    .one_btn{
        display: none;
    }
    .index_footer{
        display: none;
    }
    .setion_five_box{
        width: 100%;
    }
/*
    .container{
        height: auto;
    }
    .index-container{
        height: auto;
    }
    html, body{
        height: auto;
    }
    .swiper-wrapper{
        height: auto;
    }
    .swiper-slide{
        height: auto;
    }
*/
    .five_peak_1 {
    position: absolute;
        left: 3.7%;
    }
    .five_peak_2 {
        left: 26%;
    }
    .five_top_peak .five_peak_3{
        bottom: -3%;
    }
    .five_peak_4{
        left: 66%;
    }
    .five_top_peak .five_peak_4{
        bottom: -3%;
    }
    .five_top_peak .five_peak_5{
        bottom: -3%;
    }
    
   /*  .video_box{
        display: none;
    } */
	.video_box{
		background:none;
		z-index:2;
	}
	#video{
		object-fit: cover;
		height: 100%;
		width: 100%;
		
	}
    .img_bg{
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url('https://image.theways.cn/park/upload/park_web/statics/images/demobg.jpg') no-repeat center;
        background-size: cover;
		z-index:1;
    }
	.auto_btns{
		
	}
	.auto_btn{
		width: 40px;
    height: 40px;
    line-height: 40px;
	}
	.btn_view{
		display:none;
	}
	.btn_audio{
		
	}
	.btn_bg{
		
	}
}

@media screen and (max-width:768px) {
    .setion_five_in.active{
        width: 100%;
    }
    .setion_five_in.active2{
        width: 100%
    }
    
    .five_top{
        display: none;
    }
    .setion_five_in{
        width: 100%;
        height: 20%;
        float: none;
    }
    .five_hover .five_hover_in{
        float: none;
        width: 100%;
        height: 20%;
    }
    .five_title{
        right: auto;
        top: 50%;
        width: 80%;
        left: 10%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        position: relative;
        z-index: 5;
        margin: 0;
    }
    .five_title h3{
        font-size: 20px;
        color: white;
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .five_title p{
        float: none;
        display: block;
        font-size: 14px;
         width: 100%;
        color: white;
        writing-mode:horizontal-tb;
    }
    .five_hover .five_hover_in .five_hover_more{
        display: block;
    }
    
    .three_title h2,.four_title h2{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .three_title h4,.four_title p{
        font-size: 14px;
    }
    .three_title,.four_title{
        width: 80%;
        left: 10%;
    }
    .three_title h4 br{
        display: block;
    }
    .three_title em{
        display: block;
    }
    .four_title em{
        display: block;
    }
    .logo{
        width: 80%;
    }
    .nav_top{
        width: 100%;
        right: 0;
    }
    .nav_top_btn{
          width: 40px;
        height: 40px;
        line-height: 40px;
        float: right;
        position: absolute;
        right: 4%;
        top: 4%;
    }
    .nav_top_ul{
        margin: 0;
    }
    .nav_top_ul .nav_top_li{
        float: none;
        width: 100%;
    }
    .nav_top_ul .nav_top_li span{
        width: 40px;
        height: 6px;
        border-radius: 6px;
        display: inline-block;
    }
    .nav_top_ul .nav_top_li font{
        font-size: 12px;
        display: inline-block;
    }
    .nav_top_ul .nav_top_li{
        margin: 0;
        display: block;
        text-align: left;
    }
    .nav_top_ul{
        text-align: left;
        width: 60%;
        margin: auto;
        border: none;
        padding: 0;
    }
    .nav_top_b{
        text-align: left;
        width: 60%;
        margin: auto;
    }
    .nav_top_b_in{
        height: auto;
        line-height: normal;
    }
    .nav_top_b_in font{
        font-size: 12px;
    display: inline-block;
        margin: 0;
        
    }
    .nav_top_b_in span{
         width: 40px;
        height: 6px;
        border-radius: 6px;
        display: inline-block;
    }
    .nav_top_ul{
        padding: 60px 0 0 0;
    }
    .nav_top_inner{
        padding: 0;
        padding-bottom: 60px;
    }
    
    
     .search_pop_inner{
        margin: 0;
        left: 10%;
        width: 80%;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
	.search_pop_inner.active{
		top:20%;
	}
    .search_colse{
        width: 40px;
    }
    
    .search_pop_1 h5{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .search_pop_1 h6{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .search_iunput{
        width: 100%;
    }
    .search_iunput img {
        position: absolute;
        left: 1%;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        width: 10%;
        z-index: 2;
    }
    
    .search_iunput input {
        outline: none;
        background: #8d8d8d;
        border: 1px solid white;
        width: 100%;
        height: 40px;
        box-sizing: border-box;
        border-radius: 40px;
        padding: 10px;
        padding-left: 11%;
        font-size: 14px;
    }
    .search_iunput a {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        right: 2%;
    }
    .form_colse {
        width: 40px;
    }
    .form_box{
        width: 80%;
    }
    .form_box_left {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .form_box_right {
        float: none;
        width: 100%;
        margin-top: 30px;
    }
    .form_box_left h4 {
        font-size: 24px;
        font-weight: lighter;
        padding: 0;
        margin-bottom: 10px;
    }
    .form_box_left h5 {
        font-size: 20px;
    }
    .form_box_left h5 br{
        display: none;
    }
    
    .form_box_right p{
        font-size: 12px;
    }
    .form {
        margin:10px 0;
    }
    .form_content {
        border: 1px solid white;
        width: 100%;
        box-sizing: border-box;
    }
    .form_content .fomr_input {
        width: 100%;
        height: 40px;
        border: none;
        background: #7a8080;
        outline: none;
        border-bottom: 1px solid white;
        padding: 10px 16px;
        box-sizing: border-box;
        color: white;
        font-size: 14px;
    }
    .form_btn {
        color: #7a8080;
        font-size: 14px;
        background: #c5c7c7;
        margin-top: 10px;
        float: right;
        width: 120px;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }
    .form_content textarea {
        width: 100%;
        height: 200px;
        border: none;
        background: #7a8080;
        outline: none;
        padding: 10px 16px;
        box-sizing: border-box;
        color: white;
        font-size: 14px;
        overflow: auto;
    }
    
    
    .logo{
        opacity: 1;
    }
	
    
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {}