@charset "UTF-8";
.index {
    position: relative;
    height: auto;
    overflow-x: hidden;
}
html{
    min-width: 790px;
}
.header{
    width: 100%;
    height: 60px;
    background: #fff;
    line-height: 60px;
    position: relative;
    z-index: 2;
}

.one{
    animation:sheaderop 3s;
}
@keyframes sheaderop
{
    0%   {  margin-top: 60px}
    80%   {   margin-top: 60px}
    100% {   margin-top: 0px }
}
.soundheader{
    width: 100%;
    height: 60px;
    background: #fff;
    line-height: 60px;
    position: fixed;
    z-index: 2;
    transition: top .5s;
    animation: sheader 3s;
    top: -110px;
}
@keyframes sheader
{
    0%   {  top:0px;}
    80%   {  top:0px;}
    100% {   top:-110px;}
}
.active.soundheader {
    position: absolute;
    display: block;
    top: 0px;
}
@media only screen and (max-width: 768px) {
    .content,
    .top,
    .shop-1,
    .two,
    .three .tone,
    .nine .boxs,
    .nine .list,
    .nine .buttons,
    .voiceTube {
        width: 768px;
        margin: 0 auto;
    }

    .boom {
        width: 960px;
    }
    p{
        font-size: 60%;
    }

    .foot-bottom1,
    .foot-top1 {
        width: 960px;
        margin: 0 auto;
    }
}

/* 小屏幕（平板，大于等于 768px） */
@media only screen and (min-width: 768px) {
    .content,
    .foot-bottom1,
    .foot-top1,
    .shop-1,
    .two,
    .three .tone,
    .top,
    .one,
    .nine .boxs,
    .nine .list,
    .nine .buttons,
    .voiceTube {
        width: 768px;
        margin: 0 auto;
    }
    .one .content .content-left p:first-child{
        font-size: 65px!important;
    }
    .one .content .content-left p:first-child + p{
        font-size: 24px!important;
    }
    .one .content .content-left p:first-child + p + p{
        font-size: 13px!important;
    }

    .boom {
        width: 960px;
    }
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media only screen and (min-width: 992px) {
    .content,
    .foot-bottom1,
    .foot-top1,
    .top,
    .shop-1,
    .two,
    .one,
    .three .tone,
    .nine .boxs,
    .nine .list,
    .nine .buttons,
    .mapwarp,
    .cityNav,
    .voiceTube {
        width: 960px;
        margin: 0 auto;
    }
    .one .content .content-left p:first-child{
        font-size: 70px!important;
    }
    .one .content .content-left p:first-child + p{
        font-size: 28px!important;
    }
    .one .content .content-left p:first-child + p + p{
   font-size: 16px!important;
    }
    .boom {
        width: 1160px;
    }
}

/*特权下首帧效果*/
.one img{
    width: 100px;
    position: absolute;
    right: 7%;
    bottom: 30%;
    z-index: 99;
}
@media screen and (max-width: 1200px){
    .one{
        height: 620px!important;
    }
    .one img{
        width:80px;
    }
}
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media only screen and (min-width: 1200px) {
    .content,
    .foot-bottom1,
    .foot-top1,
    .top,
    .shop-1,
    .two,
    .one,
    .three .tone,
    .nine .boxs,
    .nine .list,
    .nine .buttons,
    .mapwarp,
    .cityNav,
    .voiceTube {
        width: 1200px;
        margin: 0 auto;
    }

    .boom {
        width: 1400px;
    }
}

@media screen and (max-width: 990px) {
    .voice-border{
        border:none;
        width: 0px!important;
    }

    .three .tone .tone-right{
        right: 0!important;
    }
}
.header .top {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}

.header .top .top-left {
    float: left;
    height: 100%;
}

.header .top .top-left img {
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

.header .top .top-right {
    float: right;
    width: 450px;
    margin-left: 10%;
    height: 100%;
}

.header .top .top-right li {
    float: left;
    width: 25%;
    height: 100%;
    line-height: 60px;
    font-weight: 580;
    text-align: right;
}

.header .top .top-right li .nav {
    height: 100%;
}

.header .top .top-right li .nav a {
    display: block;
    color: #444;
    width: 100%;
    height: 100%;
    font-family: "方正兰亭";
}

.header .top .top-right li .actives a {
    color: #3E8DDD;
}

.header .shop {
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 2;
}

.header .shop .shop-1 {
    /*width: 1200px;*/
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.header .shop .shop-1 p {
    float: left;
    line-height: 50px;
    color: #636564;
}

.header .shop .shop-1 div {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    height: 25px;
    width: 70px;
    background: url("../images/shop.png") no-repeat;
    background-size: 100%;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    color: #fff;
    border-radius: 8px;
}

.header .shop .shop-1 div a {
    height: 25px;
    width: 70px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

section {
    overflow: hidden;
}


.one {
    width: 100%;
    height: 950px;
    background: url("../images/sound11bc1.jpg") no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.one .content {
    height: 100%;
    /*width: 1200px;*/
    margin: auto;
    position: relative;
}

.one .content .content-left {
    width: 420px;
    height: 320px;
    position: absolute;
    top: 0;
    bottom: 40px;
    margin: auto;
    left: 23px;
    color: #fff;
}

.content-lefttop{
    margin-top: -6px;
}

.one .content .content-left p:first-child {
    font-size: 70px;
    position: relative;
}

.one .content .content-left p:first-child span {
    font-size: 110px;
    position: absolute;
    top: 0;
}


.one .content .content-left p:first-child + p {
    white-space: nowrap;
    margin-top: 20px;
    font-size: 28px;
}

.one .content .price{
    margin-top: 70px;
    font-size: 60px;
    color: #ff0478;
    animation:noeprice 2s;
    -moz-animation:noeprice 2s; /* Firefox */
    -webkit-animation:noeprice 2s; /* Safari and Chrome */
    -o-animation:noeprice 2s; /* Opera */
}
@keyframes noeprice
{
    0%   {  color:#999;}
    100% {   color: #ff0478;}
}
.one .content .price .span1{
    position: relative;
    font-size: 24px;
    top: -25px;
}

.one .content .price .span2{
    font-size: 20px;
    position: relative;
    top: -5px;
}
.one .content a{
    display: block;
    width: 335px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    font-size: 27px;
    color: #fff;
}


/*.soundheader {*/
    /*position: absolute;*/
    /*animation:shopa 3s;*/
/*}*/
/*@keyframes shopa*/
/*{*/
    /*0%   {  top:0px;}*/
    /*50%  {  top:0px;}*/
    /*100% {  top:-110px;}*/
/*}*/
.one .content .content-left .dong1 {
    position: relative;
    animation:noep 2s;
    -moz-animation:noep 2s; /* Firefox */
    -webkit-animation:noep 2s; /* Safari and Chrome */
    -o-animation:noep 2s; /* Opera */
}
.one .content .content-left .dong2 {
    position: relative;
    animation:noep 1s;
    -moz-animation:noep 1s; /* Firefox */
    -webkit-animation:noep 1s; /* Safari and Chrome */
    -o-animation:noep 1s; /* Opera */
}

.one .content .content-left a {
    background: #ff0478;
    position: relative;
    animation:noea 2s;
    -moz-animation:noea 2s; /* Firefox */
    -webkit-animation:noea 2s; /* Safari and Chrome */
    -o-animation:noea 2s; /* Opera */
}
@keyframes noep
{
    0%   { left: -170px;}
    75%  { left:40px;}
    100% { left: 0px;}
}

@-moz-keyframes noep /* Firefox */
{
    0%   { left: -170px;}
    75%  { left:40px;}
    100% { left: 0px;}
}
@-webkit-keyframes noep /* Safari and Chrome */
{
    0%   { left: -170px;}
    75%  { left:40px;}
    100% { left: 0px;}
}
@-o-keyframes noep /* Opera */
{
    0%   { left: -170px;}
    75%  { left:40px;}
    100% { left: 0px;}
}
@keyframes noea
{
    0%   { bottom: -170px;}
    100% { bottom: 0px;}
}

@-moz-keyframes noea /* Firefox */
{
    0%   { bottom: -170px;}
    100% { bottom: 0px;}
}
@-webkit-keyframes noea /* Safari and Chrome */
{
    0%   { bottom: -170px;}
    100% { bottom: 0px;}
}
@-o-keyframes noea /* Opera */
{
    0%   { bottom: -170px;}
    100% { bottom: 0px;}
}

.one .content .content-left p:first-child + p + p {
    white-space: nowrap;
    margin-top: 20px;
    font-size: 16px;
}

.one .content .content-left p:first-child + p + p img {
    height: 16px;
    vertical-align: middle;
    margin-bottom: 1px;
    margin-left: 15px;
}

.one .content .content-left p img {
    height: 16px;
    vertical-align: middle;
    margin-bottom: 1px;
    margin-left: 15px;
}

.wrapper {
    width: 70%;
    float: right;
    height: 100%;
    display: box;
    display: flex;
    display: flexbox;
    display: flex;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    transition: all 3s;
}

.box {
    -moz-transition: -moz-transform 0s ease 0s, -moz-filter 0s ease 0s, opacity 0s ease 0s, -moz-transform 0s ease 0s, -moz-filter 0s ease 0s;
    -ms-transition: -ms-transform 0s ease 0s, -ms-filter 0s ease 0s, opacity 0s ease 0s, -ms-transform 0s ease 0s, -ms-filter 0s ease 0s;
    -webkit-transition: -webkit-transform 0s ease 0s, -webkit-filter 0s ease 0s, opacity 0s ease 0s, -webkit-transform 0s ease 0s, -webkit-filter 0s ease 0s;
    transition: transform 0s ease 0s, filter 0s ease 0s, opacity 0s ease 0s, transform 0s ease 0s, filter 0s ease 0s;
    /*transform-origin: top center;*/
}

.product {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
    background-color: #fff;
    background-size: 80%;
    background-repeat: no-repeat;
    transition: all 3s;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    overflow: hidden;
}

.box:first-child {
    width: 42%;
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.box:first-child .product {
    background: url("../images/one.png") no-repeat center center;
    background-size: contain;
    background-position: center center;
}

.box:first-child + div {
    width: 22%;
    height: 45%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 80px;
    margin: auto;
}

.box:first-child + div .product {
    background: url("../images/two.png") no-repeat center center;
    background-size: contain;
    background-position: center center;
}

.box:first-child + div + div {
    width: 32%;
    height: 30%;
    position: absolute;
    top: 100px;
    right: 0;
}

.box:first-child + div + div .product {
    background: url("../images/three.png") no-repeat;
    background-size: contain;
    background-position: center center;
}

.box:first-child + div + div + div {
    width: 42%;
    height: 42%;
    position: absolute;
    right: 20px;
    bottom: -80px;
}

.box:first-child + div + div + div .product {
    background: url("../images/four.png") no-repeat;
    background-size: contain;
    background-position: center center;
}

.box:first-child + div + div + div + div {
    width: 22%;
    height: 28%;
    position: absolute;
    left: 0;
    top: 69px;
}

.box:first-child + div + div + div + div .product {
    background: url("../images/five.png") no-repeat;
    background-size: contain;
    background-position: center center;
}

.tow {
    width: 100%;
    height: 950px;
    background: #F2F2F2;
    padding-top: 100px;
    overflow: hidden;
}

.tow .two {
    /*width: 1200px;*/
    height: 100%;
    margin: 0 auto;
}

.tow .two h2 {
    font-weight: normal;
    font-size: 40px;
    text-align: center;
    color: #222;
    opacity: 0;
    transform: translate3d(0, 80px, 0);
    -webkit-transform: translate3d(0, 80px, 0);
    -moz-transform: translate3d(0, 80px, 0);
    transition: transform 1s, opacity 1s;
    -webkit-transition: -webkit-transform 1s, opacity 1s;
    -moz-transition: -moz-transform 1s, opacity 1s;
}

.tow .two h4 {
    font-weight: normal;
    font-size: 20px;
    margin-top: 30px;
    text-align: center;
    color: #222;
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    transition: transform 1s .4s, opacity 1s .4s;
    -webkit-transition: -webkit-transform 1s .4s, opacity 1s .4s;
    -moz-transition: -moz-transform 1s .4s, opacity 1s .4s;
}

.tow .two .voice {
    height: 650px;
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
}

.tow .two .voice li img {
    background: #f2f2f2;
}

.tow .two .voice li p {
    color: #222;
}

.tow .two .voice li:first-child {
    float: left;
    width: 40%;
    height: 100%;
    position: relative;
    transition: all 1.5s;
    transform: translateX(-300px);
    opacity: 0;
}

.tow .two .voice li:first-child p:first-child {
    font-size: 14px;
    width: 75%;
    position: absolute;
    top: 100px;
    left: 5px;
    line-height: 30px;
    text-align: right;
}

.tow .two .voice li:first-child p:first-child + p {
    position: absolute;
    right: 8px;
    top: 105px;
}

.tow .two .voice li:first-child + li {
    float: left;
    width: 20%;
}

.tow .two .voice li:first-child + li + li {
    float: left;
    width: 40%;
    height: 100%;
    position: relative;
    transition: all 1.5s;
    transform: translateX(300px);
    opacity: 0;
}

.tow .two .voice li:first-child + li + li p:first-child {
    font-size: 14px;
    width: 65%;
    position: absolute;
    bottom: 350px;
    left: 110px;
    text-align: left;
    line-height: 30px;
}

.tow .two .voice li:first-child + li + li p:first-child + p {
    position: absolute;
    left: 17px;
    bottom: 385px;
}

.three {
    width: 100%;
    height: 950px;
    background: #222222;
    background-color: #222222;
    background: #222;
    overflow: hidden;
}

.three .tone {
    height: 100%;
    /*width: 1200px;*/
    margin: 0 auto;
    position: relative;
}

.three .tone .tone-left {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    height: 800px;
    width: 600px;
}

.three .tone .tone-left img {
    height: 100%;
    position: absolute;
    left: -200px;
}

.three .tone .tone-right {
    width: 50%;
    height: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 130px;
}

.three .tone .tone-right h2 {
    font-weight: normal;
    font-size: 40px;
    color: #CDCDCD;
    text-align: right;
    opacity: 0;
    transform: translate3d(0, 80px, 0);
    -webkit-transform: translate3d(0, 80px, 0);
    -moz-transform: translate3d(0, 80px, 0);
    transition: transform 1s, opacity 1s;
    -webkit-transition: -webkit-transform 1s, opacity 1s;
    -moz-transition: -moz-transform 1s, opacity 1s;
}

.three .tone .tone-right h4 {
    margin-top: 30px;
    font-weight: normal;
    color: #A7A7A7;
    line-height: 30px;
    text-align: right;
    font-size: 20px;
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    transition: transform 1s .4s, opacity 1s .4s;
    -webkit-transition: -webkit-transform 1s .4s, opacity 1s .4s;
    -moz-transition: -moz-transform 1s .4s, opacity 1s .4s;
}

.three .tone .tone-right h4 span {
    font-size: 20px;
    color: #AA5E3C;
}

.four {
    width: 100%;
    height: 900px;
    background: url("../images/4-1.png") no-repeat;
    background-size: 120%;
    background-position: center center;
    position: relative;
    padding-top: 100px;
    overflow: hidden;
}

.four h2 {
    text-align: center;
    font-weight: normal;
    font-size: 40px;
    color: #222;
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
    -moz-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
    -webkit-transition: -webkit-transform 1s, opacity 1s;
    -moz-transition: -moz-transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s;
}

.four h4 {
    text-align: center;
    margin-top: 30px;
    font-weight: normal;
    font-size: 20px;
    color: #222;
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -webkit-transition: -webkit-transform 1s .4s, opacity 1s .4s;
    -moz-transition: -moz-transform 1s .4s, opacity 1s .4s;
    transition: transform 1s .4s, opacity 1s .4s;
}

.four h4 span {
    font-size: 20px;
    color: #AA5E3C;
}

.four .radio {
    width: 600px;
    height: 600px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: red;
    background: url("../images/4-21.png") no-repeat center center;
    background-size: 100%;
    background-position: center bottom;
}

.four .radio li {
    width: 150px;
    height: 150px;
    background: url("../images/4-3.png") no-repeat center center;
    background-size: 100%;
    position: absolute;
    transition: all 1.5s;
    transform: scale(0.6);
}

.four .radio li:first-child {
    left: -15px;
    top: 150px;
}

.four .radio li:first-child + li {
    left: -15px;
    bottom: 50px;
}

.four .radio li:first-child + li + li {
    left: 0;
    right: 0;
    margin: auto;
    top: 35px;
}

.four .radio li:first-child + li + li + li {
    left: 0;
    right: 0;
    margin: auto;
    bottom: -50px;
}

.four .radio li:first-child + li + li + li + li {
    right: -15px;
    top: 150px;
}

.four .radio li:first-child + li + li + li + li + li {
    right: -15px;
    bottom: 50px;
}

.five {
    width: 100%;
    height: 1050px;
    background: url("../images/5-1.png") no-repeat center center;
    background-color: #000;
    background-size: auto 100%;
    background-position: center center;
    padding-top: 100px;
    overflow: hidden;
}

.five h2 {
    font-weight: normal;
    font-size: 40px;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translate3d(0, 80px, 0);
    -webkit-transform: translate3d(0, 80px, 0);
    -moz-transform: translate3d(0, 80px, 0);
    transition: transform 1s, opacity 1s;
    -webkit-transition: -webkit-transform 1s, opacity 1s;
    -moz-transition: -moz-transform 1s, opacity 1s;
}

.five h2 span {
    color: #CC6E43;
    font-size: 40px;
}

.five h4 {
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    transition: transform 1s .4s, opacity 1s .4s;
    -webkit-transition: -webkit-transform 1s .4s, opacity 1s .4s;
    -moz-transition: -moz-transform 1s .4s, opacity 1s .4s;
}

.six {
    width: 100%;
    height: 900px;
    background: #F2F2F2;
    padding-top: 100px;
    position: relative;
    overflow: hidden;
}

.six h2 {
    font-weight: normal;
    font-size: 40px;
    text-align: center;
    color: #222;
    opacity: 0;
    transform: translate3d(0, 80px, 0);
    -webkit-transform: translate3d(0, 80px, 0);
    -moz-transform: translate3d(0, 80px, 0);
    transition: transform 1s, opacity 1s;
    -webkit-transition: -webkit-transform 1s, opacity 1s;
    -moz-transition: -moz-transform 1s, opacity 1s;
}

.six h2 span {
    color: #CC6E43;
    font-size: 40px;
}

.six h4 {
    font-weight: normal;
    font-size: 20px;
    color: #222;
    text-align: center;
    margin-top: 30px;
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    transition: transform 1s .4s, opacity 1s .4s;
    -webkit-transition: -webkit-transform 1s .4s, opacity 1s .4s;
    -moz-transition: -moz-transform 1s .4s, opacity 1s .4s;
}

.six p {
    position: absolute;
    left: 0;
    bottom: 20px;
    color: #222;
    font-size: 20px;
    text-align: center;
    width: 100%;
}

.six .boom {
    height: 550px;
    position: absolute;
    left: 0;
    top: 150px;
    right: 0;
    bottom: 0;
    margin: auto;
}

.six .boom li {
    float: left;
    height: 100%;
    position: absolute;
    transition: all 1s;
}

.six .boom li img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
}

.six .boom li:first-child {
    width: 15%;
    z-index: 6;
    left: 4%;
    transform: translateX(140px);
}

.six .boom li:first-child + li {
    width: 10%;
    z-index: 5;
    left: 18%;
    transform: translateX(140px);
}

.six .boom li:first-child + li + li {
    width: 15%;
    z-index: 4;
    right: 58%;
    transform: translateX(100px);
}

.six .boom li:first-child + li + li + li {
    width: 12%;
    z-index: 3;
    right: 47%;
}

.six .boom li:first-child + li + li + li + li {
    width: 25%;
    z-index: 2;
    right: 26%;
    transform: translateX(-100px);
}

.six .boom li:first-child + li + li + li + li + li {
    width: 30%;
    z-index: 1;
    right: 4%;
    transform: translateX(-120px);
}

.seven {
    width: 100%;
    height: 950px;
    background: #fff;
    padding-top: 100px;
    overflow: hidden;
    position: relative;
}

.seven h2 {
    font-weight: normal;
    font-size: 40px;
    text-align: center;
    color: #222;
    opacity: 0;
    transform: translate3d(0, 80px, 0);
    -webkit-transform: translate3d(0, 80px, 0);
    -moz-transform: translate3d(0, 80px, 0);
    transition: transform 1s, opacity 1s;
    -webkit-transition: -webkit-transform 1s, opacity 1s;
    -moz-transition: -moz-transform 1s, opacity 1s;
}

.seven h2 span {
    color: #CC6E43;
    font-size: 40px;
}

.seven h4 {
    font-weight: normal;
    font-size: 20px;
    color: #222;
    text-align: center;
    margin-top: 30px;
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    transition: transform 1s .4s, opacity 1s .4s;
    -webkit-transition: -webkit-transform 1s .4s, opacity 1s .4s;
    -moz-transition: -moz-transform 1s .4s, opacity 1s .4s;
}

.seven .voiceTube {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.seven .voiceTube .tube {
    width: 260px;
    height: 650px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: 5;
}

.seven .voiceTube .tube img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    border: none;
    width: 100%;
}

.seven .voiceTube .tube img:first-child + img, .seven .voiceTube .tube img:first-child + img + img {
    display: none;
}

@keyframes dong-a {
    from {
        transform: translateX(0px);
    }
    to {
        transform: translateX(500px);
    }
}

@keyframes dong-b {
    from {
        transform: translateX(0px);
    }
    to {
        transform: translateX(-500px);
    }
}

.seven .voiceTube .tube .bo-one {
    transform: translate(-500px, -50px);
    width: 500px;
    height: 500px;
    overflow: hidden;
    position: relative;
    float: left;
}

.seven .voiceTube .tube .bo-one img {
    width: 100%;
}

.seven .voiceTube .tube .bo-one div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.7), white, white, white, white, white, white);
    transition: all 1s;
}

.seven .voiceTube .tube .bo-tow {
    transform: translate(500px, -550px);
    width: 500px;
    height: 500px;
    overflow: hidden;
    position: relative;
    float: right;
}

.seven .voiceTube .tube .bo-tow img {
    width: 100%;
}

.seven .voiceTube .tube .bo-tow div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.7), white, white, white, white, white, white);
    transition: all 1s;
}

.eight {
    width: 100%;
    /*height: 850px;*/
    /*  padding-top: 100px;*/
    /*background: url("../images/8-1.png") no-repeat;*/
    background-size: 1990px;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

.eight .vadio {
    position: relative;
    width: 100%;
    height: 100%;
}

.eight .vadio img.video_bg {
    width: 100%;
    height: 850px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.eight .vadio img.video_txt {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.eight .vadio video {
    position: relative;
    width: 100%;
    height: 800px;
    display: block;
    outline: none;
    border: none;
}

.nine {
    width: 100%;
    height: 800px;
    padding-top: 100px;
    background: #F2F2F2;
    position: relative;
    overflow: hidden;
}

.nine h2 {
    font-weight: normal;
    font-size: 40px;
    text-align: center;
    color: #222;
    opacity: 0;
    transform: translate3d(0, 80px, 0);
    -webkit-transform: translate3d(0, 80px, 0);
    -moz-transform: translate3d(0, 80px, 0);
    transition: transform 1s, opacity 1s;
    -webkit-transition: -webkit-transform 1s, opacity 1s;
    -moz-transition: -moz-transform 1s, opacity 1s;
}

.nine h4 {
    font-weight: normal;
    font-size: 20px;
    color: #222;
    text-align: center;
    margin-top: 30px;
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    transition: transform 1s .4s, opacity 1s .4s;
    -webkit-transition: -webkit-transform 1s .4s, opacity 1s .4s;
    -moz-transition: -moz-transform 1s .4s, opacity 1s .4s;
}

.nine .boxs {
    /*width: 1200px;*/
    height: 500px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.nine .list {
    /*width: 1200px;*/
    height: 500px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    /*margin-left: -600px;*/
}

.nine .list .text {
    width: 100%;
    position: absolute;
    left: 0;
    top: 250px;
    text-align: center;
    font-size: 24px;
    padding-left: 23px;
}

.nine li {
    position: absolute;
    top: 0;
    left: 24%;
    list-style: none;
    opacity: 0;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.nine img {
    border: none;
    float: left;
    background: #F2F2F2;
    cursor: pointer;
}

.nine .p1 {
    transform: translate3d(0px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    opacity: 0.8;
    z-index: 2;
}

.nine .p1 div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 30px;
    behavior: url(ie-css3.htc);
}

.nine .p2 {
    z-index: 2;
    transform: translate3d(224px, 0, 0) scale(1);
    z-index: 3;
    opacity: 1;
}

.nine .p2 div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 30px;
    behavior: url(ie-css3.htc);
}

.nine .p3 {
    transform: translate3d(449px, 0, 0) scale(0.81);
    transform-origin: 100% 50%;
    opacity: 0.8;
    z-index: 2;
}

.nine .p3 div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 30px;
    behavior: url(ie-css3.htc);
}

.nine .buttons {
    position: absolute;
    /*width: 1200px;*/
    height: 30px;
    bottom: 60px;
    left: 50%;
    margin-left: -600px;
    text-align: center;
    padding-top: 10px;
}

.nine .buttons a {
    display: inline-block;
    width: 15px;
    height: 15px;
    padding-top: 4px;
    cursor: pointer;
    margin-left: 15px;
}

.nine span {
    display: block;
    width: 15px;
    height: 15px;
    background: #999999;
    border-radius: 50%;
}

.nine .blue {
    background: #EB6327;
}

.ten,
.eleven,
.twelve,
.thirteen,
.fourteen {
    width: 100%;
    height: 1000px;
    padding-top: 100px;
    background-size: 1990px;
    background-position: center center;
    overflow: hidden;
}

.ten h2,
.eleven h2,
.twelve h2,
.thirteen h2,
.fourteen h2 {
    font-weight: normal;
    font-size: 40px;
    text-align: center;
    color: #222;
    opacity: 0;
    transform: translate3d(0, 80px, 0);
    -webkit-transform: translate3d(0, 80px, 0);
    -moz-transform: translate3d(0, 80px, 0);
    transition: transform 1s, opacity 1s;
    -webkit-transition: -webkit-transform 1s, opacity 1s;
    -moz-transition: -moz-transform 1s, opacity 1s;
}

.ten h2 span,
.eleven h2 span,
.twelve h2 span,
.thirteen h2 span,
.fourteen h2 span {
    color: #CC6E43;
    font-size: 40px;
}

.ten h4,
.eleven h4,
.twelve h4,
.thirteen h4,
.fourteen h4 {
    font-weight: normal;
    font-size: 20px;
    color: #222;
    text-align: center;
    margin-top: 30px;
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    transition: transform 1s .4s, opacity 1s .4s;
    -webkit-transition: -webkit-transform 1s .4s, opacity 1s .4s;
    -moz-transition: -moz-transform 1s .4s, opacity 1s .4s;
}

.ten {
    background: url("../images/10-1.png") no-repeat center center;
}

.eleven {
    background: url("../images/11-1.png") no-repeat center center;
}

.eleven h2,
.eleven h4 {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.eleven h4 {
    margin-top: 30px;
}

.twelve {
    background: url("../images/12-1.png") no-repeat center center;
}

.thirteen {
    background: url("../images/13-1.png") no-repeat center center;
}

.thirteen h2,
.thirteen h4 {
    color: #222;
}

.fourteen {
    background: url("../images/14-1.png") no-repeat center center;
}

.fifteens {
    background: url("../images/maps/maps.png") no-repeat center center;
    background-size: cover;
    height: 640px;
}

.fourteen h2,
.fourteen h4 {
    color: #fff;
}

.fifteen {
    width: 100%;
    height: 300px;
    padding-top: 100px;
    position: relative;
    background: #000;
    transition: all 1.5s;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box;
}

.fifteen h2 {
    font-weight: normal;
    font-size: 40px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
    transition: all 1.5s;
}

.fifteen h2 span {
    color: #CC6E43;
    font-size: 40px;
}

.fifteen h4 {
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    position: relative;
    z-index: 1;
    transition: all 1.5s;
}

.fifteen .images {
    width: 100%;
    height: 800px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: url(../images/15-1.png) no-repeat;
    background-size: auto 80%;
    background-position: center bottom;
    overflow: hidden;
    transition: all .7s;
    opacity: 0;
}

@keyframes h2-dong {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

div.active h2 {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}

div.active h4 {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}

.active1 .two h2 {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}

.active1 .two h4 {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}

.active2 .tone .tone-right h2 {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}

.active2 .tone .tone-right h4 {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}

.backTop {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 11;
    text-align: center;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transform: translate3d(80px, 0, 0);
    -webkit-transform: translate3d(80px, 0, 0);
    -moz-transform: translate3d(80px, 0, 0);
    transition: transform 1s, opacity 1s;
    -webkit-transition: -webkit-transform 1s, opacity 1s;
    -moz-transition: -moz-transform 1s, opacity 1s;
    cursor: pointer;
}




.xianshi {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}

.footer {
    width: 100%;
    height: 320px;
}

.footer .foot-top .foot-top1 {
    width: 960px;
    height: 100%;
    margin: 0 auto;
    padding-left: 30px;
}

.footer .foot-top .foot-top1 .qrcode {
    float: left;
    height: 100%;
}

.footer .foot-top .foot-top1 .qrcode img {
    transform: scale(0.8);
    margin-top: 15px;
}

.footer .foot-top .foot-top1 .qrcode p {
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #949494;
    font-family: "方正兰亭";
    margin-top: -18px;
}

.footer .foot-top .foot-top1 .qrcode-right {
    float: left;
    height: 100%;
    margin-left: 20px;
}

.footer .foot-top .foot-top1 .qrcode-right h1 {
    font-weight: normal;
    font-size: 28px;
    margin-top: 70px;
    color: #222;
    font-family: "方正兰亭";
}

.footer .foot-top .foot-top1 .qrcode-right h3 {
    font-weight: normal;
    font-size: 16px;
    margin-top: 30px;
    color: #222;
    font-family: "方正兰亭";
}

.footer .foot-bottom {
    width: 100%;
    height: 450px;
    background-color: #fff;
}

.footer .foot-bottom .foot-bottom1 {
    width: 960px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.footer .foot-bottom .foot-bottom1 .character {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 215px;
    width: 100%;
}

.footer .foot-bottom .foot-bottom1 .character p {
    color: #222;
    font-size: 14px;
    line-height: 20px;
    font-family: "方正兰亭";
    margin-bottom: 27px;
}

.footer .foot-bottom .foot-bottom1 .character p a {
    text-decoration: underline;
    color: #3E8DDD;
}

.footer .foot {
    width: 100%;
    height: 100px;
    background: #222;
    margin: 0 auto;
    position: relative;
}

.footer .foot div {
    text-align: center;
    line-height: 80px;
}

.footer .foot div span {
    font-weight: 600;
    color: #222;
}

.footer .foot div a {
    color: #fff;
    font-size: 14px;
    padding: 0 5px;
}

.footer .foot p {
    text-align: center;
    font-size: 12px;
    color: #BDBDBD;
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
}

.header .top .top-right li .nav a:hover {
    color: #3E8DDD;
}

.ten {
    padding-top: 66px;
}

.twelve {
    padding-top: 42px;
}

.fixedTop a {
    font-size: 12px;
    color: #999;
}

.fixedTop a:hover {
    color: #FFFFFF;
}

.fixedTop:hover {
    opacity: 1;
}

.fixedTop {
    bottom: 10px;
    position: fixed;
    background: #ffccbb;
    left: 8px;
    opacity: 0.5;
    border-radius: 10px;
}
.voice-border{
    border-top: 1px solid #999;
    width: 16%;
}
.gizle {
    top: -110px;
}
.sabit {
    top:0;
    z-index: 99;
}
