*{margin:0; padding: 0; font-family: "微软雅黑";}
ul{list-style:none;}
a:hover,a:active,a:focus{text-decoration:none;}

.section1 {
    position: relative;
    background: url("../../public/image/index/bg_01.png")  no-repeat center;
    background-size: cover;
}
.fp-section{
    height: 100% !important;
    /*margin-top: 10px;*/
}
/*导航*/
.index_bg{
    position: fixed;
    top:50%;
    left:50%;
    width: 816px;
    height: 36px;
    background: url("../../public/image/index/img_45.png")  no-repeat  center;
    margin-top: -460px;
    margin-left: -220px;
    z-index: 9;
}
.index_bg ul{
    overflow: hidden;
    margin-left:32px;
}
.index_bg ul li{
    float: left;
    width: 90px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-right: 18px;
    cursor: pointer;
    /*background-color: #ff0;*/
}
.index_bg ul li a{
    color: #242424;
    text-decoration: none;

}
.index_bg ul li:hover{
    font-size: 22px;
    background: url("../../public/image/index/img_46.png") no-repeat bottom;
}
.index_box.active{
    font-size: 22px!important;
    background: url("../../public/image/index/img_46.png") no-repeat bottom;
}
.index_1{
    position: absolute;
    top:270px;
    left:50%;
    width: 1260px;
    height: 181px;
    margin-left: -630px;
}
.index_1 img{
    width: 100%;
    height: 100%;
}
.index_2{
    position: absolute;
    top:50%;
    left:50%;
    width: 600px;
    height: 136px;
    margin-left: -300px;
    font-size: 32px;
    font-weight: bold;
    color: #222222;
    text-align: center;
    line-height:38px;
}
/*悬浮动画*/
.container{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.scene {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.scene li {
    list-style: none;
}
.layer {
    display: block;
    width: 100%;
    height: 100%;
}
.exhibition-wrap {
    width: 100%;
    height: auto;
}
.rope {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    background-size: 100% 100%;
}
.exhibition {
    /*position: absolute;*/
    /*background: transparent no-repeat center center;*/
}

#exhibition-1 {
    position: absolute;
    top:-60px;
    left:-80px;
    width: 469px;
    height: 295px;
    background: url("../../public/image/index/img_09.png");
}

#exhibition-2 {
    position: absolute;
    right:0;
    top:0;
    width: 452px;
    height: 313px;
    background-image: url("../../public/image/index/img_44.png");
    margin-top: -70px;
    margin-right: -200px;
}

#exhibition-3 {
    position: absolute;
    left:420px;
    top:422px;
    width: 170px;
    height: 198px;
    background-image: url("../../public/image/index/img_03.png");
}

#exhibition-4 {
    position: absolute;
    right:480px;
    top:590px;
    width: 150px;
    height: 119px;
    background-image: url("../../public/image/index/img_04.png");
}

#exhibition-5 {
    position: absolute;
    left:0;
    bottom:0;
    width: 690px;
    height: 609px;
    background-image: url("../../public/image/index/img_42.png");
    margin-left: -100px;
    margin-bottom: -200px;
}
#exhibition-7 {
    position: absolute;
    right:0;
    bottom:0;
    width: 533px;
    height: 655px;
    background-image: url("../../public/image/index/img_43.png");
    margin-right: -100px;
    margin-bottom: -200px;
}
#exhibition-8{
    position: absolute;
    left:50%;
    top:50%;
    width: 1261px;
    height: 181px;
    background-image: url("../../public/image/index/index_01.png");
    margin-left: -630px;
    margin-top: -206px;
}
.swing,.swing-reverse {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.swing {
    -webkit-animation-name: swing;
    animation-name: swing;
}
.swing-reverse {
    -webkit-animation-name: swing-reverse;
    animation-name: swing-reverse;
}
/*展览简介*/
.section2 {
    position: relative;
    background: url("../../public/image/index/bg_02.png")  no-repeat center;
}
.two_01{
    position: absolute;
    top:50%;
    left:50%;
    width: 218px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #242424;
    background: url("../../public/image/index/bg_03.png")  no-repeat  center;
    margin-top: -230px;
    margin-left: -365px;
}
.two_02{
    position: absolute;
    top:50%;
    left:50%;
    width: 558px;
    height: auto;
    margin-top: -100px;
    margin-left: -525px;
}
.two_02 li{
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #29527e;
    text-indent: 2em;
}
.two_03{
    position: absolute;
    bottom:50%;
    left:50%;
    width: 362px;
    height: 376px;
    opacity: 1;
    margin-left: 160px;
    margin-bottom: -200px;
    background: url("../../public/image/index/img_07.png")  no-repeat  center;
    animation:myfirst 1s;
    /*transition: all 1s;*/
    -moz-animation:myfirst 1s; /* Firefox */
    -webkit-animation:myfirst 1s; /* Safari and Chrome */
    -o-animation:myfirst 1s; /* Opera */
}
@keyframes myfirst
{
    0%   { bottom:0;opacity: 0;}
    100% { bottom:50%;opacity: 1;}
}
@-o-keyframes myfirst
{
    0%   { bottom:0;opacity: 0;}
    100% { bottom:50%;opacity: 1;}
}
@-webkit-keyframes myfirst
{
    0%   { bottom:0;opacity: 0;}
    100% { bottom:50%;opacity: 1;}
}
@-moz-keyframes myfirst
{
    0%   { bottom:0;opacity: 0;}
    100% { bottom:50%;opacity: 1;}
}
.two_04{
    position: absolute;
    bottom:50%;
    left:50%;
    width: 449px;
    height: 620px;
    opacity: 1;
    margin-bottom: -340px;
    margin-left: 190px;
    background: url("../../public/image/index/img_48.png")  no-repeat  center;
    animation:mytwo 2s;
    /*animation-delay: 5s;*/
    /*transition: all 1s;*/
    -moz-animation:myfirst 2s; /* Firefox */
    -webkit-animation:myfirst 2s; /* Safari and Chrome */
    -o-animation:myfirst 2s; /* Opera */
}
@keyframes mytwo
{
    0%   { bottom:0;opacity: 0;}
    100% { bottom:50%;opacity: 1;}
}
@-o-keyframes mytwo
{
    0%   { bottom:0;opacity: 0;}
    100% { bottom:50%;opacity: 1;}
}
@-webkit-keyframes mytwo
{
    0%   { bottom:0;opacity: 0;}
    100% { bottom:50%;opacity: 1;}
}
@-moz-keyframes mytwo
{
    0%   { bottom:0;opacity: 0;}
    100% { bottom:50%;opacity: 1;}
}

/*单元介绍*/
.section3 {
    position: relative;
    background: url("../../public/image/index/bg_04.png") no-repeat center;
}
.third{
    position: absolute;
    left:50%;
    top:50%;
    margin-top:-330px;
    margin-left: -559px;
    width: 1119px;
    height: 705px;
    /*background: url("../../public/image/index/img_04.png")  no-repeat  center;*/
}
.third_one{
    position: absolute;
    left:50%;
    top:50px;
    width: 218px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #242424;
    background: url("../../public/image/index/bg_03.png")  100%  no-repeat;
    margin-top: -58px;
    margin-left: -109px;
    /*margin: -38px auto;*/
}
.third_2{
    float: left;
    width: 536px;
    height: 280px;
    /*margin-top:28px;*/
}
.third_title{
    width: 100%;
    height: auto;
    font-size: 30px;
    color: #303131;
    font-weight: bold;
    margin: 62px 0 0 24px;
}
.third_content{
    display: block;
    margin: 28px 0 0 24px;
}
.third_content li{
    line-height: 28px;
    text-indent: 2em;
    color: #29527e;
    font-size: 16px;
    font-weight: bold;
}
.third_last{
    display: block;
    width: 100%;
    height: auto;
    text-align: right;
    color: #191818;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.third_3{
    float: left;
    width: 191px;
    height: 185px;
    margin:136px 0 0 70px;
    cursor: pointer;
}
.third3_1{
    width: 191px;
    height: 118px;
}
.third3_1 img{
    width: 100%;
    height: 100%;
}
.third_time{
    width: 100%;
    height: auto;
    font-size: 12px;
    font-weight: bold;
    color: #242424;
    text-align: center;
    margin-top: 30px;
}
.third_4{
    float: left;
    width: 516px;
    height: 355px;
    margin-right: -200px;
    margin-top: 20px;
    cursor: pointer;
}
.third4_1{
    float: right;
    width: 516px;
    height: 355px;
    margin-right: -64px;
}
.third4_1 img{
    width: 100%;
    height: 100%;
}
.third4_time{
    float:left;
    font-size: 12px;
    font-weight: bold;
    color: #242424;
    text-align: center;
    margin-top: -90px;
    margin-left: 42px;
}
.third_5{
    float: left;
    width: 510px;
    height: 358px;
    margin-left: -168px;
    margin-top: 70px;
    cursor: pointer;
}
.third5_1{
    width: 460px;
    height: 308px;
    margin-top: -20px;
    margin-left: 20px;
}
.third5_1 img{
    width: 100%;
    height: 100%;
}
.third5_time{
    float:right;
    font-size: 12px;
    font-weight: bold;
    color: #242424;
    text-align: center;
    margin-top: -170px;
    margin-right:108px;
}
.third_6{
    float: left;
    margin-left: 24px;
    margin-top: 32px;
    cursor: pointer;
}
.third6_1{
    width: 150px;
    height: 119px;
}
.third6_1 img{
    width: 100%;
    height: 100%;
}
.third6_time{
    font-size: 12px;
    font-weight: bold;
    color: #242424;
    text-align: center;
    margin-top: 36px;
}
.third_7{
    float: left;
    width: 536px;
    height: 280px;
    margin-top: -26px;
    margin-left: 38px;
}
.section4 {
    position: relative;
    background: url("../../public/image/index/bg_05.png") no-repeat center;
}
.four{
    position: absolute;
    left:50%;
    top:50%;
    width: 460px;
    height: auto;
    margin-top: -347px;
    margin-left: -730px;
    cursor: pointer;
}
.four_1{
    width: 352px;
    height: 347px;
}
.four_time{
    font-size: 12px;
    font-weight: bold;
    color: #242424;
    text-align: center;
    margin-top: -46px;
    margin-left: 267px;
}
.five{
    position: absolute;
    left:50%;
    top:50%;
    width: 259px;
    height: auto;
    margin-top: -278px;
    margin-left: -292px;
    cursor: pointer;
}
.five_time{
    font-size: 12px;
    font-weight: bold;
    color: #242424;
    text-align: center;
    margin-top: 28px;
}
.six{
    position: absolute;
    left:50%;
    top:50%;
    width: 536px;
    height: 362px;
    margin-top: -412px;
    margin-left: 0px;
}
.six_last{
    display: block;
    width: 100%;
    height: auto;
    text-align: right;
    color: #191818;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 20px;
}
.seven{
    position: absolute;
    left:50%;
    top:50%;
    width: 536px;
    height: 280px;
    margin-left: -551px;
    margin-top: -19px;
}
.seven_content{
    display: block;
    margin: 18px 0 0 24px;
}
.seven_content li{
    line-height: 28px;
    text-indent: 2em;
    color: #29527e;
    font-size: 16px;
    font-weight: bold;
}
.seven_last{
    display: block;
    width: 100%;
    height: auto;
    text-align: right;
    color: #191818;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 8px;
}
.eight{
    position: absolute;
    left:50%;
    top:50%;
    width: 100px;
    height: 250px;
    margin-left: 70px;
    margin-top: 70px;
    cursor: pointer;
}
.eight_time{
    font-size: 12px;
    font-weight: bold;
    color: #242424;
    text-align: center;
    margin-top: 28px;
}
.nine{
    position: absolute;
    left:50%;
    top:50%;
    width: 100px;
    height: 250px;
    margin-left: 258px;
    margin-top: 63px;
    cursor: pointer;
}
.nine_time{
    font-size: 12px;
    font-weight: bold;
    color: #242424;
    text-align: center;
    margin-top: 28px;
    margin-left: 15px;
}
.ten{
    position: absolute;
    left:50%;
    top:50%;
    width: 350px;
    height: 380px;
    margin-left: 460px;
    margin-top: -10px;
    cursor: pointer;
}
.ten_time{
    font-size: 12px;
    font-weight: bold;
    color: #242424;
    text-align: center;
    margin-top: -56px;
    margin-left: -360px;
}
.section5{
    position: relative;
    background: url("../../public/image/index/bg_06.png") no-repeat center;
}
.elv_left{
    position: absolute;
    left:50%;
    top:50%;
    width: 640px;
    height: 775px;
    margin: -330px 0 0 -687px;
}
.elv_title{
    width: 100%;
    height: auto;
    font-size: 30px;
    color: #303131;
    font-weight: bold;
    margin-left: 135px;
}
.elv_content{
    display: block;
    margin: 18px 0 0 135px;
}
.elv_content li{
    line-height: 27px;
    text-indent: 2em;
    color: #29527e;
    font-size: 16px;
    font-weight: bold;
}
.elv_last{
    display: block;
    width: 100%;
    height: auto;
    text-align: right;
    color: #191818;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 10px;
}
.elv_pic{
    width: 359px;
    height: 430px;
    float: left;
    display: block;
    margin-top: -10px;
    cursor: pointer;
}
.elv_time{
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: #242424;
    text-align: center;
    margin-top: 338px;
}
.elv_pic2{
    float: left;
    display: block;
    margin-top: 49px;
    margin-left: 20px;
    cursor: pointer;
}
.elv_pic2 img{
    width: 100%;
    height: 100%;
}
.elv_time2{
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: #242424;
    text-align: center;
    margin-top: 25px;
    margin-left: 80px;
}
.elv_right{
    position: absolute;
    left:50%;
    top:50%;
    width: 700px;
    height: 775px;
    margin: -342px 0 0 -42px;
}
.right_one{
    float: left;
    margin-top: 60px;
    margin-left: 44px;
    cursor: pointer;
}
.right_one img{
    width: 100%;
    height: 100%;
}
.right_two{
    float: left;
    width: 307px;
    height: 334px;
    margin-left: 54px;
    cursor: pointer;
}
.right_two img{
   width: 100%;
   height: 100%;
}
.right_time{
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: #242424;
    text-align: center;
    margin-top: -50px;
    margin-left: 133px;
}
.right_time2{
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: #242424;
    text-align: center;
    margin-top: -50px;
    margin-left: 343px;
}
.right_title{
    float: left;
    width: 100%;
    height: auto;
    font-size: 30px;
    color: #303131;
    font-weight: bold;
    margin-left: 65px;
    margin-top: 50px;
    margin-bottom: 20px;
}
.right_content{
    display: block;
    width: 74%;
    margin: 28px 0 0 65px;
}
.right_content li{
    line-height: 28px;
    text-indent: 2em;
    color: #29527e;
    font-size: 16px;
    font-weight: bold;
}
.right_last{
    display: block;
    width: 83%;
    height: auto;
    text-align: right;
    color: #191818;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 10px;
}
.section6{
    position: relative;
    background: url("../../public/image/index/bg_07.png")  no-repeat center;
}
.repet{
    position: absolute;
    left:50%;
    top:50%;
    width: 460px;
    height: auto;
    margin: -413px 0 0 -750px;
    cursor: pointer;
}
.repet_1{
    width: 271px;
    height: 390px;
    margin-top: 24px;
    margin-left: 105px;
}
.repet_2{
    font-size: 12px;
    font-weight: bold;
    color: #242424;
    text-align: center;
    margin-top: -28px;
    margin-left: 283px;
}
.Kabuki{
    position: absolute;
    left:50%;
    top:50%;
    width: 259px;
    height: auto;
    margin: -268px 0 0 -344px;
    cursor: pointer;
}
.Kabuki_2{
    font-size: 12px;
    font-weight: bold;
    color: #242424;
    text-align: center;
    margin-top: 10px;
    margin-left: 98px;
}
.small{
    position: absolute;
    left:50%;
    top:50%;
    width: 536px;
    height: 362px;
    margin-top: -384px;
    margin-left: 0px;
}
.small_title{
    width: 100%;
    height: auto;
    font-size: 30px;
    color: #303131;
    font-weight: bold;
    margin: 62px 0 0 24px;
}
.small_content{
    display: block;
    margin: 28px 0 0 24px;
}
.small_content li{
    line-height: 28px;
    text-indent: 2em;
    color: #29527e;
    font-size: 16px;
    font-weight: bold;
}
.small_last{
    display: block;
    width: 100%;
    height: auto;
    text-align: right;
    color: #191818;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 20px;
}
.xlcl{
    position: absolute;
    left:50%;
    top:50%;
    width: 536px;
    height: 362px;
    margin-top: 40px;
    margin-left: -555px;
}
.xlcl_title{
    width: 100%;
    height: auto;
    font-size: 30px;
    color: #303131;
    font-weight: bold;
    margin: 10px 0 0 24px;
}
.xlcl_content{
    display: block;
    margin: 18px 0 0 24px;
}
.xlcl_content li{
    line-height: 28px;
    text-indent: 2em;
    color: #29527e;
    font-size: 16px;
    font-weight: bold;
}
.xlcl_last{
    display: block;
    width: 100%;
    height: auto;
    text-align: right;
    color: #191818;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 20px;
}
.red{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 195px;
    height: 175px;
    margin-left:46px;
    margin-top: 100px;
    cursor: pointer;
}
.red_time{
    font-size: 12px;
    font-weight: bold;
    color: #242424;
    text-align: center;
    margin-top: 28px;
}
.car{
    position: absolute;
    left:50%;
    top: 50%;
    margin-left: 334px;
    margin-top: 78px;
    cursor: pointer;
}
.car_title{
    width: 400px;
    height: 305px;

}
.car_time{
    width: 100px;
    font-size: 12px;
    font-weight: bold;
    color: #242424;
    text-align: center;
    margin-top: -80px;
    margin-left: -100px;
}
.section7{
    position: relative;
    background: url("../../public/image/index/bg_08.png")  no-repeat center;
}
.idea{
    position: absolute;
    left:50%;
    top:50%;
    width: 550px;
    height: auto;
    margin-top: -429px;
    margin-left: -569px;
}
.idea_title{
    width: 100%;
    height: auto;
    font-size: 30px;
    color: #303131;
    font-weight: bold;
    margin: 62px 0 0 24px;
}
.idea_content{
    display: block;
    margin: 10px 0 0 24px;
}
.idea_content li{
    line-height: 27px;
    text-indent: 2em;
    color: #29527e;
    font-size: 16px;
    font-weight: bold;
}
.idea_last{
    display: block;
    width: 100%;
    height: auto;
    text-align: right;
    color: #191818;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 0px;
}
.zzj{
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -300px;
    margin-left: 60px;
    cursor: pointer;
}
.zzj_time{
    font-size: 12px;
    font-weight: bold;
    color: #242424;
    text-align: center;
    margin-top: 28px;
}
.mobie{
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -355px;
    margin-left: 280px;
    cursor: pointer;
}
.mobie_title{
    width: 418px;
    height:267px;
}
.mobie_time{
    font-size: 12px;
    font-weight: bold;
    color: #242424;
    text-align: center;
    margin-top: 28px;
    margin-left: -260px;
}
.Supercar{
    position: absolute;
    top:50%;
    left:50%;
    margin-top: 110px;
    margin-left: -800px;
    cursor: pointer;
}
.Supercar_title{
    width: 768px;
    height: 256px;
}
.Supercar_title img{
    width: 100%;
    height: 100%;
}
.Supercar_time{
    font-size: 12px;
    font-weight: bold;
    color: #242424;
    text-align: center;
    margin-top: -52px;
    margin-left: 440px;
}
.double{
    position: absolute;
    left:50%;
    top:50%;
    width: 550px;
    height: auto;
    margin-top: -25px;
    margin-left: -6px;
}
.double_title{
    width: 100%;
    height: auto;
    font-size: 30px;
    color: #303131;
    font-weight: bold;
    margin: 62px 0 0 24px;
}
.double_content{
    display: block;
    margin: 18px 0 0 24px;
}
.double_content li{
    line-height: 28px;
    text-indent: 2em;
    color: #29527e;
    font-size: 16px;
    font-weight: bold;
}
.double_last{
    display: block;
    width: 97%;
    height: auto;
    text-align: right;
    color: #191818;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 10px;
}
.section8{
    position: relative;
    background: url("../../public/image/index/bg_09.png")  no-repeat center;
}
.shoes{
    position: absolute;
    left:50%;
    top:50%;
    width: 409px;
    height: 600px;
    margin-top: -346px;
    margin-left: -687px;
    cursor: pointer;
}
.shoes_title{
    width: 349px;
    height: 457px;
}
.shoes_time{
    font-size: 12px;
    font-weight: bold;
    color: #242424;
    text-align: center;
    margin-top: -68px;
    margin-left: 216px;
}
.people{
    position: absolute;
    left:50%;
    top:50%;
    width: 196px;
    height: 350px;
    cursor: pointer;
    margin-top: -272px;
    margin-left: -244px;
}
.people_time{
    font-size: 12px;
    font-weight: bold;
    color: #242424;
    text-align: center;
    margin-top: 16px;
    /*margin-left: 216px;*/
}
.again{
    position: absolute;
    left:50%;
    top:50%;
    width: 550px;
    height: auto;
    margin-top: -362px;
    margin-left: -10px;
}
.again_title{
    width: 100%;
    height: auto;
    font-size: 30px;
    color: #303131;
    font-weight: bold;
    margin: 62px 0 0 24px;
}
.again_content{
    display: block;
    margin: 18px 0 0 24px;
}
.again_content li{
    line-height: 28px;
    text-indent: 2em;
    color: #29527e;
    font-size: 16px;
    font-weight: bold;
}
.again_last{
    display: block;
    width: 97%;
    height: auto;
    text-align: right;
    color: #191818;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 10px;
}
.mission{
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 30px;
    font-weight: bold;
    color: #303131;
    margin-top: 110px;
    margin-left: -80px;
}
.text_content{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 978px;
    height: auto;
    margin-left:-489px;
    margin-top: 170px;
}
.text_content li{
    line-height: 28px;
    color: #29527e;
    font-size: 16px;
    font-weight: bold;
    text-indent: 2em;
}
.section9{
    position: relative;
    background: url("../../public/image/index/bg_01.png")  no-repeat center;
}
.title_one{
    position: absolute;
    left: 50%;
    top:50%;
    width: 218px;
    height: 35px;
    line-height: 35px;
    font-size: 30px;
    font-weight: bold;
    color: #242424;
    text-align: center;
    background: url("../../public/image/index/bg_03.png")  no-repeat  center;
    margin-left: -110px;
    margin-top: -340px;
}
.pic_two{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 722px;
    margin-top: -290px;
    margin-left: -50%;
    overflow: hidden;
}
.pic_1{
     float: left;
     width: 33.3%;
     height: 361px;
}
.pic_1 img{
    width: 100%;
    height: 100%;
}
/*参观导览*/
.section10{
    position: relative;
    background: url("../../public/image/index/bg_10.png")  no-repeat center;
}
.visit_one{
    position: absolute;
    left: 50%;
    top:50%;
    width: 218px;
    height: 35px;
    line-height: 35px;
    font-size: 30px;
    font-weight: bold;
    color: #242424;
    text-align: center;
    background: url("../../public/image/index/bg_03.png")  no-repeat  center;
    margin-left: -100px;
    margin-top: -340px;
}
.visit_two{
    position: absolute;
    left: 50%;
    top:50%;
    width: 388px;
    height: 570px;
    margin-top: -254px;
    margin-left: -507px;
}
.visit_two img{
    width: 100%;
    height: 100%;
    box-shadow: #333 1px 5px 10px;
}
.visit_third{
    position: absolute;
    left: 50%;
    top:50%;
    width: 530px;
    height: auto;
    margin-top: -268px;
    margin-left: 20px;
}
.visit_1{
    font-size: 24px;
    color: #0e0e0e;
    margin-top: 20px;
}
.visit_2{
    margin-top: 10px;
}
.visit_2 li{
    color: #29527e;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
}
/*展览资讯*/
.section11{
    position: relative;
    background: url("../../public/image/index/bg_11.png")  no-repeat center;
}
.news_one{
    position: absolute;
    left: 50%;
    top:50%;
    width: 218px;
    height: 35px;
    line-height: 35px;
    font-size: 30px;
    font-weight: bold;
    color: #242424;
    text-align: center;
    background: url("../../public/image/index/bg_03.png")  no-repeat  center;
    margin-left: -100px;
    margin-top: -340px;
}
.news_two{
    position: absolute;
    left: 50%;
    top:50%;
    width: 1110px;
    height: 435px;
    margin-left: -555px;
    margin-top: -274px;
}
.news_two img{
    width: 100%;
    height: 100%;
}
.news_third{
    position: absolute;
    left: 50%;
    top:50%;
    color: #242424;
    font-size: 26px;
    font-weight: bold;
    margin-top: 230px;
    margin-left: -500px;
}
.news_four{
    position: absolute;
    left: 50%;
    top:50%;
    width: 3px;
    height: 72px;
    background-color: #303131;
    margin-top: 212px;
    margin-left: -364px;
}
.news_five{
    position: absolute;
    left: 50%;
    top:50%;
    margin-top: 210px;
    margin-left: -320px;
}
.news_five li{
    line-height:36px;
    color: #0e0e0e;
    font-size: 24px;
    text-decoration:underline
}
/*微博热议*/
.section12{
    position: relative;
    background: url("../../public/image/index/bg_01.png") no-repeat center;
}
.weibo_one{
    position: absolute;
    left: 50%;
    top:50%;
    width: 218px;
    height: 35px;
    line-height: 35px;
    font-size: 30px;
    font-weight: bold;
    color: #242424;
    text-align: center;
    background: url("../../public/image/index/bg_03.png")  no-repeat  center;
    margin-left: -100px;
    margin-top: -364px;
}
.weibo_two{
    position: absolute;
    left: 50%;
    top:50%;
    width: 100%;
    height: 78%;
    margin-left: -506px;
    margin-top: -295px;
}
.previewnew{
    width: 100%;
    height: 70%;
}
.weibo_two img{
    width: 100%;
    height: 100%;
}
.weibo_third{
    position: absolute;
    left: 50%;
    bottom: 1%;
    width: 860px;
    height: 200px;
    margin-left: -436px;
    overflow: hidden;
}
.weibo_title{
    float: left;
    width: 94px;
    height: 100px;
    font-size: 22px;
    font-weight: bold;
    color: #242424;
    margin-top: 10px;
}
.weibo_pic1{
    float: left;
    max-width: 120px;
    height: auto;
    margin-left: 36px;
    margin-top: 10px;
}
.weibo_pic1 img{
    width: 100%;
    height: 100%;
}
.weibo_pic2{
    float: left;
    max-width: 120px;
    height: auto;
    margin-left: 36px;
    margin-top: 10px;
}
.weibo_pic2 img{
    width: 100%;
    height: 100%;
}
.weibo_title2{
    float: left;
    width: 94px;
    height: 100px;
    font-size: 22px;
    font-weight: bold;
    color: #242424;
    margin-top: 10px;
    margin-left: 74px;
}
.weibo_name{
     display: block;
     float: left;
     width: 250px;
     height: 200px;
    margin-left: 36px;
    margin-top: 10px;
}
.weibo_name li{
    font-size: 16px;
    font-weight: bold;
    color: #242424;
    line-height: 24px;
}
/*弹出层*/
.newsadd,.newsadd2,.newsadd3,.newsadd4,.newsadd5,.newsadd6,.newsadd7,.newsadd8,.newsadd9,.newsadd10,.newsadd11,.newsadd12,.newsadd13,.newsadd14,.newsadd15,.newsadd16,.newsadd17,.newsadd18,.newsadd19,.newsadd20,.newsadd21,.newsadd22{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}
.tanchu_box{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 700px;
    height: 840px;
    background: url("../../public/image/index/bg_01.png") no-repeat center;
    margin-top: -420px;
    margin-left: -350px;
}
.close_x{
    float: right;
    margin: 10px 10px 0 0;
    cursor: pointer;
}
.tanchu_01{
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: bold;
    color: #191818;
    text-align: center;
    margin-top: 47px;
}
.tanchu_pic{
    width: 370px;   
    height: 324px;
   /* 
 width: 40%;
    height: 34%;
 */
    margin: 20px auto 18px;
}
.tanchu_pic img{
    width: 100%;
    height: 100%;
}
.tanchu_02{
    width: 70%;
    height: auto;
    font-size: 16px;
    font-weight: bold;
    color: #191818;
    margin: 10px auto;
}
.tanchu_03{
    width: 70%;
    height: auto;
    font-size: 16px;
    font-weight: bold;
    color: #4b4b4b;
    margin: 5px auto;
    overflow: hidden;
}
.tanchu3_left{
    float: left;
    width: 17%;
    height: auto;

}
.tanchu3_right{
    float: left;
    width: 83%;
    height: auto;
}
.tanchu_04{
    width: 70%;
    height: 218px;
    line-height: 27px;
    margin: 0 auto 10px;
    font-size: 16px;
    font-weight: bold;
    color: #4b4b4b;
    text-indent: 2em;
}
.tanchu_05{
    width: 64px;
    height: 44px;
    margin: 20px auto;
    cursor: pointer;
}
#fp-nav{
    display: none!important;
}
/* 弹窗轮播*/
.play{
  width: 370px;
  height: 324px;
  overflow:hidden;
  position:relative;
}
.play .text {
    width:100%;
    position:absolute;
    left:0;
    bottom:0;
    height:60px;
}
.play .text div {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:black;
    filter:alpha(opacity:40);
    opacity:0.4;
    z-index:99;
}
.play .text span {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    line-height:60px;
    color:white;
    z-index:999;
    text-align:center;
    font-size:20px;
}
.play ol{
    position:absolute;
    left:50%;
    margin-left:-20px;
    bottom:10px;
    z-index:99999;
}
.play ol li{
    float:left;
    margin-right:3px;
    display:inline;
    cursor:pointer;
    background-color:rgba(0,0,0,0.5);
    padding:5px 9px;
    color:#fff;
    font-family:arial;
    font-size:12px;
    border-radius:100px;
}
.play ol li.active{
    font-weight:bold;
    color:#ffffff;
    background-color:rgba(0,0,0,1);
    position:relative;
}
.play ul{
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}
.play ul li{
	width: 370px;
    height: 324px;
	float:left;
}
.play ul img{
  float:left;
  width: 370px;
  height: 324px;
}
#next{
	display:block;
	position:absolute;
	top:27%;
	right:8%;
	width:21px;
	height:38px;
	text-align:center;
	color:#fff;
	z-index:999;
	line-height:50px;
	text-decoration:none;
}
#prev{
    display:block;
    position:absolute;
    top: 27%;
    left: 8%;
    width:21px;
    height:38px;
    text-align:center;
    color:#fff;
    z-index:999;
    line-height:50px;
    text-decoration:none;
}
@media screen and (max-height: 1080px) {
    .index_bg{
        position: fixed;
        top:50%;
        left:50%;
        width: 816px;
        height: 36px;
        background: url("../../public/image/index/img_45.png")  no-repeat  center;
        margin-top: -422px;
        margin-left: -220px;
        z-index: 9;
    }
}
@media screen and (max-width: 1660px) {
    .index_bg{
        position: fixed;
        top:50%;
        left:50%;
        width: 816px;
        height: 36px;
        background: url("../../public/image/index/img_45.png")  no-repeat  center;
        margin-top: -345px;
        margin-left: -220px;
        z-index: 9;
    }
    .close_x{
       margin: 46px 10px 0 0;;
    }
    #exhibition-8{
        position: absolute;
        left:50%;
        top:50%;
        width: 1091px;
        height: 158px;
        background: url("../../public/image/index/index_01.png") no-repeat  center;
        background-size: 100%;
        margin-left: -545px;
        margin-top: -186px;
    }
    .two_01{
        position: absolute;
        top:50%;
        left:50%;
        width: 218px;
        height: 33px;
        line-height: 33px;
        text-align: center;
        font-size: 28px;
        font-weight: bold;
        color: #242424;
        background: url("../../public/image/index/bg_03.png")  no-repeat  center;
        margin-top: -196px;
        margin-left: -365px;
    }
    #exhibition-1 {
        position: absolute;
        top:-60px;
        left:-120px;
        width: 379px;
        height: 243px;
        background: url("../../public/image/index/img_09.png") no-repeat;
        background-size:100%;
    }
    #exhibition-2 {
        position: absolute;
        right: 0;
        top: 0;
        width: 384px;
        height: 271px;
        background: url("../../public/image/index/img_44.png") no-repeat;
        background-size:100%;
        margin-top: -70px;
        margin-right: -200px;
    }
    #exhibition-3 {
        position: absolute;
        left: 380px;
        top: 400px;
        width: 138px;
        height: 171px;
        background: url("../../public/image/index/img_03.png") no-repeat;
        background-size:100%;
    }
    #exhibition-4 {
        position: absolute;
        right:380px;
        top:490px;
        width: 130px;
        height: 103px;
        background: url("../../public/image/index/img_04.png") no-repeat;
        background-size:100%;
    }
    #exhibition-5 {
        position: absolute;
        left:0;
        bottom:0;
        width: 600px;
        height: 552px;
        background: url("../../public/image/index/img_42.png") no-repeat;
        background-size:100%;
        margin-left: -100px;
        margin-bottom: -260px;
    }
    #exhibition-7 {
        position: absolute;
        right:0;
        bottom:0;
        width: 454px;
        height: 566px;
        background: url("../../public/image/index/img_43.png") no-repeat;
        background-size:100%;
        margin-right: -100px;
        margin-bottom: -200px;
    }
    .index_2{
        position: absolute;
        top:50%;
        left:50%;
        width: 600px;
        height: 136px;
        margin-left: -300px;
        font-size: 28px;
        font-weight: bold;
        color: #222222;
        text-align: center;
        line-height:38px;
    }
    .third_one{
        width: 218px;
        height: 33px;
        line-height: 33px;
        font-size: 28px;
        margin-top: 0px;
        margin-left: -109px;
    }
    .section3 {
        position: relative;
        background: url("../../public/image/index/bg_12.png") no-repeat center;
    }
    .third_title{
        width: 100%;
        height: auto;
        font-size: 28px;
        color: #303131;
        font-weight: bold;
        margin:92px 0 0 24px;
    }
    .third_content{
        display: block;
        margin: 10px 0 0 19px;
    }
    .third_content li{
        font-size: 14px;
        font-weight: bold;
    }
    .third_2{
        width: 500px;
        margin-left:36px;
    }
    .third_3{
        width: 158px;
        height: 185px;
        margin:160px 0 0 70px;
    }
    .third3_1{
        width: 158px;
        height:98px;
    }
    .third_4{
        width: 385px;
        height: 296px;
        margin-right: -200px;
        margin-top: 60px;
    }
    .third4_1{
        width: 385px;
        height: 296px;
        margin-right: -64px;
    }
    .third4_time{
        margin-top: -69px;
    }
    .third5_1{
        width: 427px;
        height: 299px;
        margin-top: -46px;
        margin-left: 80px;
    }
    .third5_time{
        margin-top: -131px;
        margin-right:52px;
    }
    .third_6{
        margin-top: 52px;
    }
    .third6_1{
        width: 130px;
        height: 103px;
    }
    .third_7 {
        width: 500px;
        margin-top: -70px;
        margin-left: 25px;
    }
    .section3 {
        position: relative;
        background: url("../../public/image/index/bg_12.png") no-repeat center;
    }
    .section4 {
        position: relative;
        background: url("../../public/image/index/bg_13.png") no-repeat center;
    }
    .six{
        width: 480px;
        margin-top: -377px;
        margin-left: 16px;
    }
    .six_last{
        margin-top: 6px;
    }
    .seven{
        width: 515px;
        margin-left: -486px;
        margin-top: -49px;
    }
    .seven_content li{
        font-size: 14px;
    }
    .four{
        margin-left: -624px;
    }
    .four_1{
        width: 340px;
        height: 336px;
        margin-top: 48px;
    }
    .five{
        width: 200px;
        height: 153px;
        margin-top: -240px;
        margin-left: -250px;
    }
    .five_time{
     margin-left: 98px;
    }
    .eight{
        width: 85px;
        margin-top: 50px;
    }
    .nine{
        width: 81px;
        margin-top: 42px;
    }
    .ten{
        width: 340px;
        margin-left: 460px;
        margin-top: -10px;
    }
    .ten_time{
        margin-top: -76px;
    }
    .section5 {
        position: relative;
        background: url("../../public/image/index/bg_14.png") no-repeat center;
    }
    .elv_title{
        font-size: 28px;
    }
    .elv_content li{
        font-size: 14px;
    }
    .right_title{
        font-size: 28px;
    }
    .right_content li{
        font-size: 14px;
    }
    .elv_left{
        margin: -278px 0 0 -687px;
    }
    .elv_right{
        margin: -304px 0 0 -99px;
    }
    .right_one{
       width: 243px;
       height: 175px;
       margin-top: 77px;
       margin-left: 88px;
    }
    .right_two{
        width: 308px;
        height: 331px;
        /*margin-top: 77px;*/
        /*margin-left: 88px;*/
    }
    .right_content{
        width: 72%;
    }
    .right_title{
        margin-top: 20px;
    }
    .elv_pic{
        width: 301px;
        height: 366px;
        margin-left: 80px;
    }
    .elv_time{
        margin-top: 290px;
    }
    .elv_pic2{
        width: 168px;
        height: 217px;
        margin-left: 36px;
    }
    .section6{
        position: relative;
        background: url("../../public/image/index/bg_15.png")  no-repeat center;
    }
    .small{
        width: 480px;
        margin-top: -316px;
        margin-left: -12px;
    }
    .small_title{
        font-size: 28px;
    }
    .xlcl{
        width: 480px;
        margin-top: 24px;
        margin-left: -486px;
    }
    .xlcl_title{
        font-size: 28px;
    }
    .xlcl_content li{
        font-size: 14px;
    }
    .repet_1{
        width: 242px;
        height: 340px;
        margin-top: 95px;
        margin-left: 188px;
    }
    .Kabuki{
        margin: -211px 0 0 -297px;
    }
    .Kabuki_1{
        width: 266px;
        height: 195px;
    }
    .Kabuki_2{
       margin-left: 57px;
    }
    .red{
        width: 167px;
        margin-left: 28px;
    }
    .red_title{
        width: 167px;
        height: 148px;
    }
    .car{
        margin-left: 275px;
        margin-top: 76px;
    }
    .car_title{
        width: 361px;
        height:281px;
    }
    .section7{
        position: relative;
        background: url("../../public/image/index/bg_16.png")  no-repeat center;
    }
    .idea{
        width: 500px;
        margin-top: -356px;
        margin-left: -506px;
    }
    .idea_title{
        font-size: 28px;
    }
    .idea_content li{
        font-size: 14px;
    }
    .double{
        width: 483px;
        margin-top: -36px;
    }
    .double_title{
        font-size: 28px;
    }
    .double_content li{
        font-size: 14px;
    }
    .zzj{
        margin-top: -218px;
    }
    .zzj_title{
        width: 130px;
        height: 148px;
    }
    .mobie{
        margin-top: -307px;
        margin-left: 248px;
    }
    .mobie_title{
        width: 348px;
        height: 234px;
    }
    .Supercar_title{
        width: 584px;
        height: 195px;
        margin-left: 210px;
    }
    .Supercar_time{
        margin-top: -24px;
    }
    .section8{
        position: relative;
        background: url("../../public/image/index/bg_17.png")  no-repeat center;
    }
    .again{
        width: 485px;
        margin-top: -339px;
    }
    .again_title{
        font-size: 28px;
    }
    .again_content li{
        font-size: 14px;
    }
    .mission{
        font-size: 28px;
    }
    .shoes_title{
        width: 309px;
        height: 390px;
        margin-left: 96px;
        margin-top: 68px;
    }
    .people{
        width: 148px;
        margin-left: -208px;
        margin-top: -197px;
    }
    .people_title{
        width: 148px;
        height: 222px;
    }
    .text_content{
        width: 883px;
        margin-left: -438px;
        margin-top: 153px;
    }
    .text_content li{
        font-size: 14px;
    }
    .title_one{
        margin-top: -295px;
    }
    .pic_two{
        margin-top: -247px;
    }
    .pic_1{
        height: 314px;
    }
    .visit_one{
        margin-top: -295px;
    }
    .visit_two{
        width: 310px;
        height: 456px;
        margin-left: -410px;
        margin-top: -178px;
    }
    .visit_third{
        margin-top: -230px;
    }
    .visit_1{
        font-size: 22px;
    }
    .visit_2 li{
        font-size: 14px;
    }
    .news_one{
        margin-top: -295px;
    }
    .news_two{
        margin-top: -230px;
    }
    .news_third{
        margin-top: 250px;
    }
    .news_four{
        margin-top: 232px;
    }
    .news_five{
        margin-top: 230px;
    }
    .weibo_one{
        margin-top: -295px;
    }
    .weibo_two{
        margin-top: -230px;
    }
    .weibo_third{
        bottom: -3%;
    }
}
@media screen and (max-width: 1440px) {
    .index_2{
        font-size: 24px;
    }
    .nine{
        margin-left: 220px;
    }
    .ten{
        margin-left: 406px;
    }
    .pic_two{
        margin-top: -216px;
    }
    .pic_1{
        height: 273px;
    }
}
@media screen and (max-width: 1366px) {
    .index_bg{
        margin-top: -300px;
    }
    #exhibition-8{
        width: 898px;
        height: 129px;
        margin-left: -449px;
        margin-top: -129px;
    }
    .index_2{
        font-size: 22px;
        margin-top: 20px;
    }
    #exhibition-1 {
        top:-45px;
        left:-100px;
        width: 312px;
        height: 191px;
    }
    #exhibition-2{
        width: 302px;
        height: 213px;
        margin-top: -70px;
        margin-right: -180px;
    }

    #exhibition-3 {
        left: 380px;
        top: 400px;
        width: 109px;
        height: 135px;
    }
    #exhibition-4 {
        right:380px;
        top:490px;
        width: 102px;
        height: 81px;
    }
    #exhibition-5 {
        width: 465px;
        height: 417px;
        margin-left: -80px;
        margin-bottom: -160px;
    }
    #exhibition-7 {
        width: 357px;
        height: 445px;
        margin-right: -80px;
        margin-bottom: -140px;
    }
    .two_02{
        margin-left: -487px;
    }
    .two_03{
        margin-left: 120px;
        margin-bottom: -200px;
        background: url("../../public/image/index/img_52.png")  no-repeat  center;
    }
    .two_04{
        margin-bottom: -340px;
        margin-left: 150px;
        background: url("../../public/image/index/img_51.png")  no-repeat  center;
    }
    .section3 {
        background: url("../../public/image/index/bg_18.png") no-repeat center;
    }
    .third_one{
        height: 28px;
        line-height: 28px;
        font-size: 22px;
        margin-top: 32px;
    }
    .third_2{
        margin-top:27px;
    }
    .third_title{
        font-size: 20px;
    }
    .third_last{
        font-size: 12px;
    }
    .third_7{
        margin-top: -91px;
        margin-left: 5px;
    }
    .third_3{
        width: 136px;
        margin: 160px 0 0 30px;
    }
    .third3_1{
        width: 136px;
        height: 84px;
    }
    .third_4{
        width: 385px;
        height: 296px;
        margin-right: -200px;
        margin-top: 60px;
    }
    .third4_1{
        width: 327px;
        height: 252px;
        margin-right: -44px;
    }
    .third4_time{
        margin-top: 215px;
    }
    .third5_1{
        width: 364px;
        height: 255px;
        margin-top: -46px;
        margin-left: 80px;
    }
    .third5_time{
        margin-top: -78px;
        margin-right:79px;
    }
    .third_6{
        margin-top: 52px;
        margin-left: -33px;
    }
    .section4 {
        background: url("../../public/image/index/bg_19.png") no-repeat center;
    }
    .four_1{
        width: 293px;
        height: 290px;
        margin-top: 92px;
        margin-left: 92px;
    }
    .five_1{
        width: 184px;
        height: 144px;
        margin-top: 56px;
        margin-left: 46px;
    }
    .six{
        width: 500px;
        margin-top: -346px;
    }
    .six_last{
        margin-top: -28px;
    }
    .seven{
        width: 556px;
        margin-top: -58px;
    }
    .seven_content{
        margin: 0 0 0 24px;
    }
    .seven_last{
        margin-top: -28px;
    }
    .eight{
        width: 72px;
        margin-left: 98px;
    }
    .eight_title{
        width: 72px;
        height: 136px;
    }
    .ten{
        margin-top: -6px;
        margin-left:363px;
    }
    .ten_title{
        width: 207px;
        height:272px;
    }
    .ten_time{
        margin-top: -60px;
        margin-left: -324px;
    }
    .title_one{
        height: 30px;
        line-height: 30px;
        font-size: 25px;
        margin-top: -249px;
    }
    .section5 {
        background: url("../../public/image/index/bg_20.png") no-repeat center;
    }
    .elv_left{
        margin: -235px 0 0 -659px;
    }
    .elv_title{
        font-size: 24px;
    }
    .elv_content{
        margin: 0 0 0 135px;
    }
    .right_one{
        width: 206px;
        height: 149px;
        margin-top: 106px;
    }
    .right_two{
        width: 245px;
        height: 262px;
        margin-top: 57px;
    }
    .right_time2{
        margin-left: 310px;
    }

    .elv_content li{
        font-size: 12px;
    }
    .elv_pic{
        width: 234px;
        height: 285px;
        margin-left: 116px;
    }
    .elv_time{
        margin-top: 232px;
    }
    .elv_pic2{
        width: 143px;
        height: 185px;
        margin-top: 24px;
    }
    .elv_time2{
        margin-top: 22px;
        margin-left: 67px;
    }
    .right_title{
        font-size: 24px;
        margin-bottom: 0px;
    }
    .right_content{
        margin: 0 0 0 65px;
    }
    .right_content li{
        font-size: 12px;
    }
    .right_last{
        margin-top: 10px;
        margin-left: -78px;
    }
    .section6 {
        background: url("../../public/image/index/bg_21.png") no-repeat center;
    }
    .repet_1{
        width: 215px;
        height: 300px;
        margin-top: 150px;
        margin-left: 275px;
    }
    .repet_2{
        margin-left: 419px;
    }
    .Kabuki{
        margin: -165px 0 0 -250px;
    }
    .Kabuki_1{
        width: 224px;
        height: 164px;
    }
    .Kabuki_2{
        margin-left: 7px;
    }
    .small_title{
        font-size: 24px;
    }
    .third_content li{
        font-size: 12px;
    }
    .red{
        margin-top: 59px;
        width: 139px;
    }
    .red_title{
        width: 139px;
        height: 125px;
    }
    .car{
        margin-top: 55px;
    }
    .car_title{
        width: 283px;
        height: 220px;
    }
    .car_time{
        margin-top: -61px;
    }
    .xlcl_title{
        font-size: 24px;
    }
    .xlcl_content li{
        font-size: 12px;
    }
    .xlcl_last{
        margin-top: -24px;
    }
    .section7 {
        background: url("../../public/image/index/bg_22.png") no-repeat center;
    }
    .idea{
        margin-top: -317px;
    }
    .idea_title{
        font-size: 24px;
    }
    .idea_content li{
        font-size: 12px;
    }
    .idea_last{
        margin-top: -24px;
    }
    .double_title{
        font-size: 24px;
        margin: 40px 0 0 24px;
    }
    .double_content li{
        font-size: 12px;
    }
    .double_last{
        margin-top: -26px;
        margin-left: 28px;
    }
    .zzj_title{
        width: 123px;
        height: 138px;
    }
    .mobie{
        margin-top: -260px;
    }
    .mobie_title{
        width: 299px;
        height: 200px;
    }
    .mobie_time{
        margin-top: 7px;
    }
    .Supercar_title{
        width: 500px;
        height: 167px;
        margin-top: -24px;
        margin-left: 284px;
    }
    .Supercar_time{
        margin-left: 590px;
    }
    .section8 {
        background: url("../../public/image/index/bg_23.png") no-repeat center;
    }
    .again{
        margin-top: -300px;
    }
    .again_title{
        font-size: 24px;
    }
    .again_content li{
        font-size: 12px;
    }
    .shoes{
        margin-left: -580px;
        margin-top: -314px;
    }
    .shoes_time{
        margin-left: 267px;
        margin-top: -82px;
    }
    .shoes_title{
        width: 273px;
        height: 345px;
    }
    .people{
        width: 132px;
        margin-left: -163px;
        margin-top: -197px;
    }
    .people_title{
        width: 132px;
        height: 196px;
    }
    .mission{
        font-size: 24px;
        margin-top: 60px;
    }
    .text_content{
        width: 750px;
        margin-left: -368px;
        margin-top: 103px;
    }
    .text_content li{
        font-size: 12px;
    }

    .pic_two{
        margin-top: -201px;
    }
    .pic_1{
        height: 258px;
    }
    .visit_one{
        margin-top: -249px;
    }
    .visit_1{
        margin-top: 0px;
    }
    .visit_third{
        margin-left: 0px;
        margin-top: -189px;
    }
    .news_one{
        margin-top: -249px;
        height: 30px;
        line-height: 30px;
        font-size: 25px;
    }
    .news_two{
        display: block;
        width: 791px;
        height: 310px;
        margin-left:-386px;
        margin-top: -180px;
    }
    .news_two img{
        width: 100%;
        height: 100%;
    }
    .news_third{
        font-size: 20px;
        margin-left: -370px;
        margin-top: 187px;
    }
    .news_four{
        height: 48px;
        margin-left: -270px;
        margin-top: 178px;
    }
    .news_five{
        margin-left: -242px;
        margin-top: 163px;
    }
    .news_five li{
        font-size: 20px;
    }
    .weibo_one{
        height: 30px;
        line-height: 30px;
        font-size: 25px;
        margin-top: -249px;
    }
    .weibo_two{
        height: 480px;
        margin-top: -194px;
    }
    .weibo_third{
        bottom: -6%;
    }
    .tanchu_04{
        height: 110px;
        overflow-y: auto;
    }
    .tanchu_box{
        height: 610px;
        margin-top: -294px;
    }
    .tanchu_pic {
        width: 222px;
        height: 193px;
    }
    .play{
        width: 222px;
        height: 193px;
    }
    .play ul li{
        width: 222px;
        height: 193px;
    }
    .play ul img{
        width: 100%;
        height: 100%;
    }
    .close_x{
        margin: 10px 10px 0 0;
    }
}