#twovideo_box,#twovideo_box2{
    width:100%;
    height:100vh;
    background: #000;
    position: absolute;
    overflow: hidden;
    opacity: 0;
    top:0;
    left:0;
    z-index: 2;
}
#twovideo_box{
	left: 100%;
}
#twovideo_box .Video_box{
    width:100%;
    height:92vh;
    position:relative;
    display: flex;
    align-items: center;
}
#twovideo_box .Video_box .leftvideo{
    width:57%;
    height:92vh;
    position: absolute;
    left: 0;
    top:0;
    z-index:3;
}
#twovideo_box .Video_box .leftvideomask{
    width:57%;
    height:92vh;
    position: absolute;
    left: 0;
    top:0;
    z-index:15;
    display: none;
    cursor: pointer;
}
#twovideo_box .Video_box .rightvideo{
    width:50%;
    height: 92vh;
    position: absolute;
    right:0;
    top:0;
    z-index:3;
}
#twovideo_box .Video_box .rightvideomask{
    width:57%;
    height: 92vh;
    position: absolute;
    right:0;
    top:0;
    z-index:5;
    display: block;
    cursor: pointer;
}
#opening_box img{
    width:100%;

}
#twovideo_box .Video_box .center{
   /* width:6%;*/
    height:92vh;
    position: absolute;
    left:50.1%;
    z-index: 3;
    top:0;
}
#twovideo_box .Video_box .center1{
    /* width:6%;*/
    height:92vh;
    position: absolute;
    right:49.9%;
    z-index: 5;
    top:0;
    transform: rotateY(180deg);
}
#twovideo_box .Video_box .tx{
   /* width:2.5%;
    height:50vh;*/
    position: absolute;
    left:52.5%;
    z-index: 3;
    top:20%;
}
#twovideo_box .Video_box .tx1{
    /* width:2.5%;
     height:50vh;*/
    position: absolute;
    right:52%;
    z-index:5;
    top:20%;
}
#twovideo_box .Video_box .leftplay{
    width:50%;
    height:92vh;
    position: absolute;
    left:0;
    top:0;
    z-index:3;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#twovideo_box .Video_box .leftposter{
    width:100%;
    height:88vh;
    position: absolute;
    left:-100%;
    top:4vh;
    z-index: 99;
}
#twovideo_box .Video_box .rightposter{
    width:100%;
    height:88vh;
    position: absolute;
    right:-100%;
    top:4vh;
    z-index: 99;
}
#twovideo_box .Video_box .close_box{
    width:80px;
    height:100px;
    position: absolute;
    right:0px;
    top:80px;
    z-index:1000;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    cursor: pointer;
}
#twovideo_box .Video_box .rightplay{
    width:49%;
    height:92vh;
    position: absolute;
    right:0;
    top:0;
    z-index:4;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#twovideo_box .Video_box .leftplay{
    width:101px;
    height:101px;
    position: absolute;
    left: 20%;
    top: 50%;
    margin-top: -50.5px;
    cursor: pointer;
    z-index:18;
}
#twovideo_box .Video_box .rightplay{
    width:101px;
    height:101px;
    position: absolute;
    right: 20%;
    top: 50%;
    margin-top: -50.5px;
    cursor: pointer;
    z-index:13;
}
#twovideo_box .next {
    bottom: 0px;
    cursor: pointer;
    height: 87px;
    left: 51%;
/*    margin-left: -28px;*/
    overflow: hidden;
    position: absolute;
    width: 59px;
    z-index: 9999;
}
#twovideo_box .next span{
    background-image: url(../images/common/down.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 46px;
    left: -1px;
    position: absolute;
    top: 22px;
    width: 57px;
}
#conceptstory_box .next1 {
    top: 25px;
    cursor: pointer;
    height: 87px;
    /*left: 50%;*/
    right: 3%;
    margin-left: -28px;
    overflow: hidden;
    position: absolute;
    width: 59px;
    z-index: 9999;
    transform:rotate(180deg);
    display: none;
}
#conceptstory_box .next1 span{
    background-image: url(../images/common/down.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 46px;
    left: 0px;
    position: absolute;
    top: 22px;
    width: 57px;
}
#conceptstory_box .next1 > span {
    animation: SLIDE_DOWN_ARROW 1.5s ease-in-out 0s alternate infinite;
}
#twovideo_box .next > span {
    animation: SLIDE_DOWN_ARROW 1.5s ease-in-out 0s alternate infinite;
}
#twovideo_box .logo {
    bottom: 50px;
    height: 69px;
    left: 20px;
    position: absolute;
    width: 236px;
    z-index:15;
}
.comming{
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    margin-left:-7%;
}
.bottomnav{
    width:100%;
    height:48px;
    background: #000;
    position: fixed;
    bottom:30px;
    /*bottom: 0px;*/
    left:0;
    z-index: 200;
    cursor: pointer;
}
#things_box .bottomnav{
    width:100%;
    height:48px;
    background: #000;
    z-index: 121;
    cursor: pointer;
}
.bottomnav ul{
    width:100%;
    height:48px;
    display: flex;
}
.bottomnav ul li{
    width:33.33%;
    height:100%;
}
.bottomnav .li_one{
    background: url(../images/bottomnav/46_noclick.jpg) no-repeat center;
    background-size: 100% 100%;
}
.bottomnav .li_one.click{
    background: url(../images/bottomnav/46_click.jpg) no-repeat center;
    background-size: 100% 100%;
}
.bottomnav .li_two.click{
    background: url(../images/bottomnav/story_click.jpg) no-repeat center;
    background-size: 100% 100%;
}
.bottomnav .li_three.click{
    background: url(../images/bottomnav/car_click.jpg) no-repeat center;
    background-size: 100% 100%;
}
.bottomnav .li_one:hover{
    background: url(../images/bottomnav/46_hover.jpg) no-repeat center;
    background-size: 100% 100%;
}
.bottomnav .li_two{
    background: url(../images/bottomnav/story_noclick.jpg) no-repeat center;
    background-size: 100% 100%;
}
.bottomnav .li_two:hover{
    background: url(../images/bottomnav/story_hover.jpg) no-repeat center;
    background-size: 100% 100%;
}
.bottomnav .li_three{
    background: url(../images/bottomnav/car_noclick.jpg) no-repeat center;
    background-size: 100% 100%;
}
.bottomnav .li_three:hover{
    background: url(../images/bottomnav/car_hover.jpg) no-repeat center;
    background-size: 100% 100%;
}
#things_box .level1_tx{
    width:100%;
    /*height:150px;*/
    background: #ff0000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding:10px 0;
}
#things_box .level1 .level1_img{
    width:100%;
}
#things_box .level1 .level1_txmask{
    width:944px;
    position: absolute;
    left:50%;
    margin-left:-472px;
    top:3%;
}
#things_box .level1 .level1_word{
    width:930px;
    position: relative;
   /* position: absolute;
    left:50%;
    top:8%;
    margin-left:-472px;*/
    background: url("../images/things/txmask.png");
    background-size: 100% 100%;
    padding: 30px 100px 28px 38px;
    display: inline-block;
}
#things_box .level1 .level1_word .onetx{
    width:131px;
    margin-right: 40px;

}

.add_da{
    position: absolute;
    bottom: 38px;
    right: 33px;
    cursor: pointer;
    width: 25px;
}
.heart_road{
    position: fixed;
    right: 0;
    top: 0;
}
#things_box .level1 .level1_word h3{
    font-size: 36px;
    margin-top:-10px;
    display: inline-block;
}
#things_box .level1 .level1_word p{
    font-size: 15px;
    line-height: 22px;
    margin-top: 18px;
    width: 810px;
}
#things_box .level2{
    width:100%;
    background: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index:2;
}
#things_box .level2 .optionsBorder{
    margin-top:20px;
    height:139px;
    background: #000;
}
#things_box .level2 .txoption{
    width: 1162px;
    height: 109px;
    position: absolute;
    top:35px;
    left: 48.2%;
    margin-left: -552.5px;
}
#things_box .level2 .txoption ul {
    width:100%;
    height:100%;
    display: flex;
}
#things_box .level2 .txoption ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    height:100%;
    position: relative;
    cursor: pointer;
}
#things_box .level2 .txoption ul li .onebcgimg{
    width:100%;
    height:109px;
    background: url("../images/things/onenoclick.png");
    background-size: 100% 100%;
}
#things_box .level2 .txoption ul .li1:hover .onebcgimg{
    background: url("../images/things/oneclick.png");
    background-size: 100% 100%;
}
#things_box .level2 .txoption ul .li1:hover .tx{
    color:#fff;
}
#things_box .level2 .txoption ul .li2:hover .tx{
    color:#fff;
}
#things_box .level2 .txoption ul .li3:hover .tx{
    color:#fff;
}
#things_box .level2 .txoption ul .li4:hover .tx{
    color:#fff;
}
#things_box .level2 .txoption ul .li5:hover .tx{
    color:#fff;
}
#things_box .level2 .txoption ul .li2:hover .twobcgimg{
    background: url("../images/things/twoclick.png") center;
    background-size: 100% 100%;
}
#things_box .level2 .txoption ul .li3:hover .threebcgimg{
    background: url("../images/things/threeclick.png");
    background-size: 100% 100%;
}
#things_box .level2 .txoption ul .li4:hover .fourbcgimg{
    background: url("../images/things/fourclick.png");
    background-size: 100% 100%;
}
#things_box .level2 .txoption ul .li5:hover .fivebcgimg{
    background: url("../images/things/fiveclick.png");
    background-size: 100% 100%;
}
#things_box .level2 .txoption ul li .twobcgimg{
    width: 100%;
    height: 109px;
    background: url("../images/things/twonoclick.png");
    background-size:100% 100% ;
    margin-left: 10px;
}
#things_box .level2 .txoption ul li .threebcgimg{
    width:267px;
    height:113px;
    margin-left: 15px;
    background: url("../images/things/threenoclick.png");
}
#things_box .level2 .txoption ul li .fourbcgimg{
    width:187px;
    margin-left: 16px;
    height:114px;
    background: url("../images/things/fournoclick.png");
}
#things_box .level2 .txoption ul li .fivebcgimg{
    margin-left: 10px;
    width:183px;
    height:116px;
    background: url("../images/things/fivenoclick.png");
}
#things_box .level2 .txoption ul li .tx{
    position: absolute;
    left:0;
    top:0;
    font-size: 22px;
    line-height: 30px;
    color:#909090;
    height: 100%;
    display: flex;
    justify-content: center;

    flex-direction: column;
}
#things_box .level2 .txoption ul .li1 .active{
    background: url("../images/things/oneclick.png");
    background-size: 100% 100%;
}
#things_box .level2 .txoption ul li .color{
    color:#fff;
}
#things_box .level2 .txoption ul .li2 .active{
    background: url("../images/things/twoclick.png");
    background-size: 100% 100%;
}
#things_box .level2 .txoption ul .li3 .active{
    background: url("../images/things/threeclick.png");
    background-size: 100% 100%;
}
#things_box .level2 .txoption ul .li4 .active{
    background: url("../images/things/fourclick.png");
    background-size: 100% 100%;
}
#things_box .level2 .txoption ul .li5 .active{
    background: url("../images/things/fiveclick.png");
    background-size: 100% 100%;
}
#things_box .level2 .txoption ul .li1{
    width: 295px;
    margin-left: 6px;
}
#things_box .level2 .txoption ul .li1 .tx{
    width: 92%;
    margin-left: 4%;
    text-align: center;
}

#things_box .level2 .txoption ul .li2 .tx{
    width: 85%;
    margin-left: 7%;
    text-align: center;
}
#things_box .level2 .one_15 .hoverdiv{
    position: absolute;
    width: 520px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}
#things_box .level2 .one_19 .hoverdiv{
    position: absolute;
    width: 570px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}
#things_box .level2 .one_26 .hoverdiv{
    position: absolute;
    width: 325px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}
#things_box .level2 .txoption ul .li3 .tx{
    width: 84%;
    margin-left: 10%;
    text-align: center;
}
#things_box .level2 .txoption ul .li4 .tx{
    width: 80%;
    margin-left: 14%;
    text-align: center;
}
#things_box .level2 .txoption ul .li5 .tx{
    width: 78%;
    margin-left: 14%;
    text-align: center;
}
#things_box .level2 .txoption ul .li2{
    width:169px;
    margin-left: 11px;
}
#things_box .level2 .txoption ul .li3{
    width:280px;
}
#things_box .level2 .txoption ul .li4{
    width:200px;
}
#things_box .level2 .txoption ul .li5{
    width:205px;
}
#things_box .level2 .two_bottom{
  /*  width:90%;*/
}
#things_box .level2 .level2_two{
    width:1219px;
    position: relative;
   /* background: url("../images/things/two.jpg") no-repeat top left;*/

}
#things_box .level2 .level2_mask{
    width:100%;
    height:100%;
    background: rgba(0,0,0,.5);
    position: absolute;
    top:0;
    left:0;
    z-index:5;
    display: none;
}
#things_box .level2 .level2_two_img{
    background: url("../images/things/two.jpg") no-repeat top left;
    padding-bottom:300px;
}
#things_box .level2 .level2_two_img .hoverimg{
    cursor: pointer;
}
.hoverimg{

    z-index: 8;
}
#things_box .level2 .level2_one_img{
    background: url("../images/things/one.jpg") no-repeat top left;
    padding-bottom:300px;
}
#things_box .level2 .level2_one_img .hoverdiv{
    cursor: pointer;
}
#things_box .level2 .level2_three_img{
    background: url("../images/things/three.jpg") no-repeat top left;
    padding-bottom:300px;
  /*  align-items: center;*/
    padding-top: 100px;
    flex-direction: column;
    display: none;
}
#things_box .level2 .level2_three_img .hoverimg{
    cursor: pointer;
}
#things_box .level2 .level2_four_img .hoverimg{
    cursor: pointer;
}
#things_box .level2 .level2_five_img .hoverimg{
    cursor: pointer;
}
#things_box .level2 .level2_one_img .bottomoption{
    margin-top: 80px;
}
#things_box .level2 .level2_three_img .bottomoption{
    left: 3%;
    margin-left:0;
    margin-top: 190px;
}
#things_box .level2 .level2_four_img .bottomoption{
    left: 50%;
    margin-top: 160px;
}
#things_box .level2 .level2_five_img .bottomoption{
    left: 50%;
    margin-top: 70px;
}
#things_box .level2 .level2_four_img{
     background: url("../images/things/four.jpg") no-repeat top left;
    padding-bottom:300px;
  /*  align-items: center;*/
    padding-top: 100px;
    display: none;
    flex-direction: column;
}
#things_box .level2 .level2_five_img{
    background: url("../images/things/five.jpg") no-repeat top left;
    padding-bottom:300px;
   /* align-items: center;*/
    padding-top: 100px;
    display: none;
    flex-direction: column;
}
#things_box .level2 .level2_two .mask{
    position: absolute;
    top: 0;
    left:0;
    width:100%;
    height:100%;
    background: #000;
    opacity: 0.8;
    display: none;
    z-index:88;
}
#things_box .level2 .level2_two .two_02{
    margin-left: 60px;
    padding-top: 105px;
    position: relative;
     /*font-family: "汉仪中黑简";*/
	font-family:"微软雅黑";
}
#things_box .level2 .level2_two .gif_02{
    position: absolute;
    left: -224px;
    top: -14px;
    transform: scale(0.38);
    border-radius: 0 0 0 150px;
}
#things_box .level2 .level2_two .two_07{
    margin-left: 790px;
    margin-top: -230px;
    position: relative;
}
#things_box .level2 .level2_two .two_05{
    margin-left:64px;
    margin-top: -10px;
    position: relative;
}
#things_box .level2 .level2_two .two_05 .gif_05{
    transform: scale(0.7);
    transform-origin: 0 0;
    position: absolute;
    top: 90px;
    left: 350px;
}
#things_box .level2 .level2_two .two_09{
    margin-left:64px;
    margin-top: 50px;
    position: relative;
}
#things_box .level2 .level2_two .two_09 .gif_09{
    transform: scale(0.8);
    transform-origin: 0 0;
    position: absolute;
    top: 190px;
    left: 230px;
}
#things_box .level2 .level2_two .two_10{
    margin-left: 635px;
    margin-top: -325px;
    position: relative;
}
#things_box .level2 .level2_two .two_10 .gif_10{
    transform: scale(0.5);
    transform-origin: 0 0;
    position: absolute;
    top: 210px;
    left: 100px;
}
#things_box .level2 .level2_two .two_17{
    margin-left: 64px;
    margin-top: -150px;
    position: relative;
}
#things_box .level2 .level2_two .two_17 .gif_17{
    transform: scale(0.6);
    transform-origin: 0 0;
    position: absolute;
    top: 40px;
    left: 240px;
}
#things_box .level2 .level2_two .two_18{
    margin-left:64px;
    margin-top: 70px;
    position: relative;
}
#things_box .level2 .level2_two .two_18 .gif_18{
    transform: scale(0.36);
    transform-origin: 0 0;
    position: absolute;
    top: 90px;
    left: 10px;
}
#things_box .level2 .level2_two .two_30{
    margin-left: 743px;
    margin-top: -320px;
    position: relative;
}
#things_box .level2 .level2_two .two_30 .gif_30{
    transform: scale(0.5);
    transform-origin: 0 0;
    position: absolute;
    top: 210px;
    left: 100px;
}
#things_box .level2 .level2_two .two_31{
    margin-left: 145px;
    margin-top: 100px;
    position: relative;
}
#things_box .level2 .level2_two .two_31 .tx_title{
    margin-left: 10px;
    margin-right: 32px;
}

#things_box .level2 .level2_two .two_31 .gif_31{
    transform: scale(0.9);
    transform-origin: 0 0;
    position: absolute;
    top: 50px;
    left: 100px;
}
#things_box .level2 .level2_two .two_32{
    margin-left: 64px;
    margin-top: 70px;
    position: relative;
}
#things_box .level2 .level2_two .two_32 .gif_32{
    transform: scale(0.9);
    transform-origin: 0 0;
    position: absolute;
    top: 10px;
    left: 300px;
}
#things_box .level2 .level2_two .two_33{
    margin-left: 64px;
    margin-top: 70px;
    position: relative;
}
#things_box .level2 .level2_two .two_33 .gif_33{
    transform: scale(0.5);
    transform-origin: 0 0;
    position: absolute;
    top: 90px;
    left: 30px;
    border-radius: 0 100px 0 100px;
}
#things_box .level2 .level2_two .two_34{
    margin-left: 810px;
    margin-top: -435px;
    position: relative;
}
#things_box .level2 .level2_two .two_34 .gif_34{
    transform: scale(0.5);
    transform-origin: 0 0;
    position: absolute;
    top: 210px;
    left: 100px;
}
#things_box .level2 .level2_two .two_35{
    margin-left: 64px;
    margin-top: 180px;
    position: relative;
}
#things_box .level2 .level2_two .two_35 .gif_35{
    transform: scale(0.5);
    transform-origin: 0 0;
    position: absolute;
    top: 60px;
    left: 290px;
}
#things_box .level2 .level2_two .two_36{
    margin-left: 810px;
    margin-top: -180px;
    position: relative;
}
#things_box .level2 .level2_two .two_36 .gif_36{
    transform: scale(0.5);
    transform-origin: 0 0;
    position: absolute;
    top: 250px;
    left: 80px;
}
#things_box .level2 .level2_two .two_40{
    margin-left: 64px;
    margin-top: -200px;
    position: relative;
}
#things_box .level2 .level2_two .two_40 .gif_40{
    transform: scale(0.7);
    transform-origin: 0 0;
    position: absolute;
    top: 160px;
    left: 210px;
}
#things_box .level2 .level2_two .two_42{
    margin-left: 64px;
    margin-top: 75px;
    position: relative;
}
#things_box .level2 .level2_two .two_42 .gif_42{
    transform: scale(0.5);
    transform-origin: 0 0;
    position: absolute;
    top: 240px;
    left: 40px;
}
#things_box .level2 .level2_two .two_45{
    margin-left: 643px;
    margin-top: -514px;
    position: relative;
}
#things_box .level2 .level2_two .two_45 .gif_45{
    transform: scale(0.9);
    transform-origin: 0 0;
    position: absolute;
    top: 220px;
    left: 37px;
}
#things_box .level2 .level2_two .level2_one_img{
    display: none;
}
#things_box .level2 .level2_two .one_line{
    margin-left: 420px;
    position: relative;
}
#things_box .level2 .level2_two .one_15{
    margin-left: 64px;
    margin-top: -858px;
    position: relative;
}
#things_box .level2 .level2_two .gif_15{
    transform: scale(0.4);
    position: absolute;
    top: 20px;
    left: 120px;
    transform-origin: 0 0;
}
#things_box .level2 .level2_two .one_26{
    margin-left: 657px;
    margin-top: -228px;
    position: relative;
}
#things_box .level2 .level2_two .gif_26{
    transform: scale(0.8);
    position: absolute;
    top: 222px;
    left: 50px;
    transform-origin: 0 0;
}
#things_box .level2 .level2_two .one_19{
    margin-left: 64px;
    margin-top: -195px;
    position: relative;
}
#things_box .level2 .level2_two .gif_19{
    transform: scale(0.45);
    transform-origin: 0 0;
    position: absolute;
    top: 110px;
    left: 120px;
}
#things_box .level2 .level2_two .two_06{
    margin-left: 60px;
    position: relative;
}
#things_box .level2 .level2_two .gif_06{
    position: absolute;
    left: 110px;
    top: 100px;
    transform: scale(1.7);
}
#things_box .level2 .level2_two .two_009{
    margin-left: 790px;
    margin-top: -220px;
    position: relative;
}
#things_box .level2 .level2_two .gif_009{
    position: absolute;
    left: -224px;
    top: -14px;
    transform: scale(0.38);
    border-radius: 0 0 0 150px;
}
#things_box .level2 .level2_two .two_23{
    margin-left: 134px;
    margin-top: -30px;
    position: relative;
}
#things_box .level2 .level2_two .gif_23{
    position: absolute;
    left: 236px;
    top: 45px;
    transform: scale(0.9);
}
#things_box .level2 .level2_two .two_27{
    margin-left: 630px;
    margin-top: -518px;
    position: relative;
}
#things_box .level2 .level2_two .gif_27{
    position: absolute;
    left: -224px;
    top: -14px;
    transform: scale(0.38);
    border-radius: 0 0 0 150px;
}
#things_box .level2 .level2_two .two_25{
    margin-left: 210px;
    margin-top: 260px;
    position: relative;
}
#things_box .level2 .level2_two .gif_25{
    position: absolute;
    left: -224px;
    top: -14px;
    transform: scale(0.38);
    border-radius: 0 0 0 150px;
}
#things_box .level2 .level2_two .two_28{
    margin-left: 540px;
    margin-top: 75px;
    position: relative;
}
#things_box .level2 .level2_two .gif_28{
    position: absolute;
    left: 53px;
    top: 40px;
    transform: scale(0.6);
}
#things_box .level2 .level2_two .two_43{
    margin-left: 62px;
    margin-top: 70px;
    position: relative;
}
#things_box .level2 .level2_two .gif_43{
    position: absolute;
    left: 105px;
    top: 55px;
    transform: scale(1);
}
#things_box .level2 .level2_two .two_44{
    margin-left: 742px;
    margin-top: -321px;
    position: relative;
}
#things_box .level2 .level2_two .gif_44{
    position: absolute;
    left: -224px;
    top: -14px;
    transform: scale(0.38);
    border-radius: 0 0 0 150px;
}
#things_box .level2 .level2_two .two_03{
    margin-left: 177px;
    margin-top: 30px;
    position: relative;
}
#things_box .level2 .level2_two .gif_03{
    position: absolute;
    left: 110px;
    top: 100px;
    transform: scale(1.7);
}
#things_box .level2 .level2_two .two_24{
    margin-left: 266px;
    margin-top: 80px;
    position: relative;
}
#things_box .level2 .level2_two .gif_24{
    position: absolute;
    left: -80px;
    top: -24px;
    transform: scale(.45);
}
#things_box .level2 .level2_two .two_37{
    margin-left: 145px;
    margin-top: 212px;
    position: relative;
}
#things_box .level2 .level2_two .gif_37{
    position: absolute;
    left: 110px;
    top: 100px;
    transform: scale(1.7);
}
#things_box .level2 .level2_two .two_38{
    margin-left: 510px;
    margin-top: -412px;
    position: relative;
}
#things_box .level2 .level2_two .gif_38{
    position: absolute;
    left: 110px;
    top: 92px;
    transform: scale(.78);
}
#things_box .level2 .level2_two .two_39{
    margin-left: 460px;
    position: relative;
    margin-top: 98px;
}
#things_box .level2 .level2_two .gif_39{
    position: absolute;
    left: 279px;
    top: 111px;
    transform: scale(1.2);
}
#things_box .level2 .level2_two .two_16{
    margin-left: 190px;
    margin-top: 30px;
    position: relative;
}
#things_box .level2 .level2_two .gif_16{
    position: absolute;
    left: 110px;
    top: 100px;
    transform: scale(1.7);
}
#things_box .level2 .level2_two .two_gif{
    margin-left: 657px;
    margin-top: -180px;
    position: relative;
}
#things_box .level2 .level2_two .gif_gif{
    position: absolute;
    left: 3px;
    top: -87px;
    transform: scale(0.6);
}
#things_box .level2 .level2_two .two_20{
    margin-left: 108px;
    position: relative;
    margin-top: -271px;
}
#things_box .level2 .level2_two .gif_20{
    position: absolute;
    left: 110px;
    top: 100px;
    transform: scale(1.7);
}
#things_box .level2 .level2_two .two_21{
    margin-left: 261px;
    position: relative;
    margin-top: 128px;
}
#things_box .level2 .level2_two .gif_21{
    position: absolute;
    left: 110px;
    top: 100px;
    transform: scale(1.7);
}
#things_box .level2 .level2_two .two_22{
    margin-left: 260px;
    position: relative;
    margin-top: 52px;
}
#things_box .level2 .level2_two .gif_22{
    position: absolute;
    left: 20px;
    top: 46px;
    transform: scale(0.8);
}
.level2_two_img .guidepoint{
     position: absolute;
     top: -2px;
     left: 156px;
 }
.level2_one_img .guidepoint{
    position: absolute;
    top:0px;
    left: 413px;
}
.level2_three_img .guidepoint{
    position: absolute;
    left: 641px;
    top: 0;
}
.level2_four_img .guidepoint{
    position: absolute;
    top: 0;
    left: 889px;
}
.level2_five_img .guidepoint{
    position: absolute;
    top: 0;
    left: 1084px;
}
#things_box .level2 .blackmask{
  width:100%;
}
#things_box .level3 img{
    width:100%;
}
#things_box .level3 .level3_tx{
    width:100%;
    height:240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#things_box .level3 .level3_word{
    padding: 24px 116px 9px 33px;
    width:1057px;
    background: url("../images/things/txmask2.png") no-repeat;
    background-size: cover;

}
#things_box .level3 .level3_tx h3{
    font-size: 28px;
    margin-top: -10px;
    margin-bottom: 20px;
    display: inline-block;
}
#things_box .level3 .level3_tx p{
    font-size: 15px;
    line-height: 20px;
    margin-top: 8px;
    width: 810px;
}
#things_box .level3 .end_text{
    width: auto;
    margin-right: 35px;
}
#things_box .level4 img{
    width:100%;
    display: none;
}
#things_box .process{
    height:485px;
    position: fixed;
    left:3%;
    top:50%;
    margin-top:-242.5px;
    display: none;
    z-index: 3;
}
#things_box .process ul{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
}
#things_box .process ul li{
    position:absolute ;
    left:50%;
    margin-left:-6.5px;
    cursor: pointer;
}
#things_box .process ul li img{
    width:13px;
}
#things_box .process ul .li1{
    top:120px;
}
#things_box .process ul .li2{
    top:240px;
}
#things_box .process ul .li3{
    bottom:120px;
}
#conceptcar_box .car_jpg{
    margin-top: 75px;
    width:100%;
    height:88vh;
    background: url(../images/car/car1.jpg?1) no-repeat center;
	background-size:100% auto;
}
.lamp{
    width:100%;
    height:88vh;
    position:absolute;
    top:75px;
    left:0;
    opacity: 0;
    background: url(../images/car/lamp1.jpg?1) no-repeat center;
	background-size:100% auto;
}
.car_more{
    width: 306px;
    position: absolute;
    left: 65.4%;
    top: 64%;
    cursor: pointer;
    z-index:3;
}
#conceptcar_box  .centercar{
    width: 50%;
    height: 40%;
    position: absolute;
    left: 25%;
    top: 33%;
    z-index: 2;
    cursor: pointer;
}
.videoO{
    position: absolute;
    left:0;
    top:0;
    z-index: 99999;
    background: #000;
    display: none;
}
#video3{
    width:100%;
}
#video4{
    width:100%;
}
:-webkit-full-screen video {
    width: 100%;
    height: 100%;
}
:-moz-full-screen video{
    width: 100%;
    height: 100%;

}
.story_tips{
    width: 299px;
    position: absolute;
    bottom: 0px;
    left: 52.5%;
    opacity:0;
    cursor: pointer;
}
.leftxulie{
    width: 99.8%;
    /*height: 92vh;*/
  /*  position: absolute;
    left: 0;
    top: 30%;*/
    z-index: 17;
    display: none;
    cursor: pointer;
}
.leftmask{
    width: 50%;
    height: 92vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    display: none;
    cursor: pointer;
    background: #000;
}
.rightmask{
    width: 50%;
    height: 92vh;
    position: absolute;
    right: 0;
    top: 0;
    z-index:6;
    display: none;
    cursor: pointer;
    background: #000;
}
.leftenter{
    width: 49.5%;
    height: 92vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 16;
    cursor: pointer;
}
.rightenter{
    width: 51%;
    height: 92vh;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
}
.rightxulie{
    width: 99.8%;
    /*height: 92vh;*/
   /* position: absolute;
    right: 0;
    top: 30%;*/
    z-index: 12;
    display: none;
    cursor: pointer;
}
.child{
    position: absolute;
    top:0;
    border:1px solid #fd0303;
    background: #000;
    display: flex;
    align-items: center;
    display: none;
    z-index: 9;
    cursor: pointer;
	padding-bottom: 24px;
}

.gif{
    display: block;
    margin-left: 1%;
    width: 300px;
}
.word_all{
    width:40%;
    font-size:17px;
    color:#fff;
    line-height: 25px;
    margin-left: 2%;
    margin-right: 2%;
}
.tx_title{
    display: block;
    font-size: 30px;
    margin-bottom: 60%;
    margin-left: 5%;
    min-width: 200px;
    line-height: 50px;
     /*font-family: "汉仪中黑简";*/
	font-family:"微软雅黑";
    letter-spacing: .4px;
}
.number{
    width:130px;
}
#things_box .child_box_1{
    width:900px;
    height:100%;
    left:0;
}
#things_box .child_box_1 .word_all{
    margin-left:0;
    margin-right: 2%;
}
#things_box .child_box_6 .word_all{
    margin-left: 2%;
    margin-right: 2%;
}
#things_box .child_box_7 .word_all{
    margin-left: 2%;
    margin-right: 2%;
}
#things_box .child_box_2{
    width:700px;
    height: 362px;
    right: 174px;
}
#things_box .child_box_2 p:not(.word_all){
    position: absolute;
    right: 0;
    bottom:0;
}
#things_box .child_box_2 .word_all{

}
#things_box .child_box_2 .number{
    position: absolute;
    left: -152px;
    bottom: 42px;
}
#things_box .child_box_3{
     width: 930px;
     height:100%;
     left:0;
 }
#things_box .child_box_3 .tx_title{
    margin-left: 16%;
    margin-top: 0px;
    margin-bottom: 18%;
    letter-spacing: .4px;
}
#things_box .child_box_3 p:not(.word_all){
    position: absolute;
    left: 0;
    top: 20px;
}
#things_box .child_box_3 .gif{
    margin-left: 240px;
    width: 250px;
    margin-right: 20px;
}
#things_box .child_box_3 .number{
    margin-left: 41px;
}
#things_box .child_box_4 p:not(.word_all){
    position: absolute;
    left: 0;
    top: 19px;
}
#things_box .child_box_4 .gif{
    margin-left: 210px;
    margin-top: 80px;
}
#things_box .child_box_4 .tx_title{
    margin-left: 16.5%;
    margin-bottom: 70%;
}
#things_box .child_box_4  .number{
    position: absolute;
    left: 242px;
    top: 12px;
}
#things_box .child_box_4{
    width: 930px;
    height:100%;
    left:0;
}
#things_box .child_box_5 p:not(.word_all){
    position: absolute;
    left: 0;
    top: 0px;
    display: flex;
}
#things_box .child_box_6 p:not(.word_all){
    position: absolute;
    left: 0;
    top: 0px;
}
#things_box .child_box_5 .gif{
    position: absolute;
    right: 45px;
    bottom: 20px;
    width: 330px;
}
#things_box .child_box_5{
    width: 730px;
    height:100%;
    right: 111px;
}
#things_box .child_box_5 .tx_title{
    margin-top: 20px;
}
#things_box .child_box_5 .word_all{
    margin-top:90px;
	width: 41%;
}
#things_box .child_box_5 .number{
    height: 70px;
    margin-top: 30px;
}
#things_box .child_box_6{
    width: 780px;
    height:114%;
    left:0;
}
#things_box .child_box_6 .gif{
    width: 200px;
    margin-left: 228px;
}
#things_box .child_box_6 .tx_title{
    margin-bottom: 0;
    margin-top: 3px;
    margin-left: 19%;
}
#things_box .child_box_6 .number{
    margin-top: 10px;
    margin-left: 80px;
}
#things_box .child_box_7{
    width: 930px;
    height:100%;
    left:0;
}
#things_box .child_box_7 .gif{
    width:200px;
}
#things_box .child_box_7 .tx_title{
    margin-left: 34px;
    margin-bottom: 0;
    margin-top: -17px;
}
#things_box .child_box_7 .number{
    margin-left: 165px;
    margin-top: 91px;
}
#things_box .child_box_8{
    width: 500px;
    height:100%;
    right: 220px;
}
#things_box .child_box_8 p:not(.word_all){
    position: absolute;
    right: 25px;
    top: 23px;
}
#things_box .child_box_8 .tx_title{
    margin-bottom:0;
    margin-left: -120px;
}
#things_box .child_box_8 .number{
    margin-top: 43px;
    margin-left: -50px;
}
#things_box .child_box_8 .word_all{
    margin-left: 8%;
    position: absolute;
}
#things_box .child_box_9{
    width: 830px;
    height:100%;
    left:0;
}
#things_box .child_box_9 .gif{
    width: 250px;
}
#things_box .child_box_9 .number{
    position: absolute;
    top: 50px;
    left: 300px;
}
#things_box .child_box_9 .tx_title{
    margin-left: 40px;
    margin-top: 70px;
}
#things_box .child_box_9 .word_all{
    margin-left:-20px;
}
#things_box .child_box_10{
    width: 980px;
    height:100%;
    left:0;
}
#things_box .child_box_10 p:not(.word_all){
    position: absolute;
    left: 20px;
    top: 0px;
    width: 400px;
}
#things_box .child_box_10 .gif{
    width: 280px;
    margin-left: 300px;
    margin-top: -8px;
}
#things_box .child_box_10 .tx_title{
    margin-bottom: 35px;
    margin-top: 19px;
    margin-left: 35px;
}
#things_box .child_box_10 .number{
    margin-left: 46px;
    margin-top: 2px;
}
#things_box .child_box_11{
    width: 930px;
    height:100%;
    left:0;
}
#things_box .child_box_11 .gif{
    margin-top: 30px;
}
#things_box .child_box_11 .tx_title{
    margin-bottom: 52%;
    margin-left: -20px;
}
#things_box .child_box_11 .number{
    margin-left: 80px;
}
#things_box .child_box_12{
    width: 680px;
    height:100%;
    right:150px;
}
#things_box .child_box_12 p:not(.word_all){
    position: absolute;
    right: 38px;
    top: 19px;
}
#things_box .child_box_12 .number{
    position: absolute;
    top: 197px;
    left: 80px;
}
#things_box .child_box_12 .tx_title{
    margin-top: 20px;
    margin-bottom: 30%;
}
#things_box .child_box_12 .word_all{
    width: 60%;
    position: absolute;
}
#things_box .child_box_13{
    width: 1030px;
    height:100%;
    left:0;
}
#things_box .child_box_13 p:not(.word_all){
    position: absolute;
    left: 20px;
    top: 0px;
}
#things_box .child_box_13 .gif{
    margin-left: 289px;
    width: 320px;
    margin-top: 20px;
}
#things_box .child_box_13 .tx_title{
    margin-top: 20px;
    margin-bottom: 38%;
    margin-left: 15%;
	    min-width: 240px;
}
#things_box .child_box_14{
    width: 650px;
    height:100%;
    right:150px;
}
#things_box .child_box_14 .gif{
    width: 150px;
    position: absolute;
    right: 24px;
    top: 251px;
}
#things_box .child_box_14 .word_all{
    width: 58%;
}
#things_box .child_box_14 .tx_title{
    margin-top: 35px;
    margin-right: 22px;
    margin-bottom: 10%;
}
#things_box .child_box_13 .number{
    margin-left: 55px;
}
#things_box .child_box_14 .number{
    margin-left: 14px;
}
#things_box .child_box_15 .number{
    top: 34px;
    left: 261px;
    position: absolute;
}
#things_box .child_box_14 p:not(.word_all){
    position: absolute;
    right: 20px;
    top: 0px;
}
#things_box .child_box_15{
    width: 850px;
    height:100%;
    left:0;
}
#things_box .child_box_15 p:not(.word_all){
    position: absolute;
    left: 20px;
    top: 0px;
}
#things_box .child_box_15 .gif{
    display: block;
    margin-left: 20px;
    width: 427px;
    margin-top: 130px;
    margin-right: 20px;
}
#things_box .child_box_15 .tx_title{
    margin-bottom:20%;
    margin-top: 50px;
}
#things_box .child_box_16{
    width: 838px;
    height:100%;
    left:0;
}
#things_box .child_box_16 .number{
    position: absolute;
    top: 117px;
    left: 215px;
}
#things_box .child_box_16 .tx_title{
    margin-top: 53px;
}
#things_box .child_box_17 .tx_title{
    margin-top: 50px;
}
#things_box .child_box_16 p:not(.word_all){
    position: absolute;
    left: 22px;
    top: 0px;
}
#things_box .child_box_16 .gif{
    display: block;
    width: 365px;
    margin-top: 150px;
    margin-right: 20px;
    margin-left: 60px;
}
#things_box .child_box_17{
    width: 838px;
    height:100%;
    right: 100px;
}
#things_box .child_box_15 .tx_title{
    margin-top: 18px;
    margin-left: 35px;
}
#things_box .child_box_17 p:not(.word_all){
    position: absolute;
    right: 250px;
    top: 0px;
}
#things_box .child_box_17 .number{
    position: absolute;
    top: 80px;
    right: -145px;
}
#things_box .child_box_17 .gif{
    width: 400px;
    position: absolute;
    right: 44px;
    top: 220px;
}
#things_box .child_box_18{
    width: 930px;
    height:100%;
    left: 0px;
}
#things_box .child_box_18 .gif{
    width: 250px;
    margin-left: 50px;
    margin-top: -5px;
	transform: scale(0.5);
}
#things_box .child_box_18 .tx_title{
    margin-bottom: 32%;
    margin-left: 43px;
    margin-top: 14px;
}
#things_box .child_box_18 p:not(.word_all){
   /* margin-left: 300px;*/
}
#things_box .child_box_18 .word_all{
    margin-left:0;
}
#things_box .child_box_18 .number{
    width: 120px;
    margin-left: 50px;
}
#things_box .child_box_19{
    width: 730px;
    height:100%;
    right: 240px;
}
#things_box .child_box_19 .word_all{
    width: 35%; margin-left:8%;
}
#things_box .child_box_19 .gif{
    /*width: 170px;
    margin-right: 20px;*/
	width: 274px;
    margin-right: 0px;
    position: absolute;
    top: 194px;
	left:16%;
}
#things_box .child_box_19  .tx_title{
    /*margin-bottom: 30%;
    margin-left: -36px;
	font-size: 24px;
    text-align: right;*/
	margin-bottom: 66%;
    margin-left: -28px;
    font-size: 24px;
    text-align: right;
	width:420px;
}
#things_box .child_box_19 .number{
    /*width: 100px;
    margin-top: 120px;*/
	width: 124px;
    margin-top: -796px;
    margin-left: 7%;
}
#things_box .child_box_18 .number{
    width: 115px;
    margin-left: 83px;
}
#things_box .child_box_20{
    width: 800px;
    height:100%;
    left: 0px;
}
#things_box .child_box_20 .word_all{
    width:/*60*/41%;
	margin-top: 55px;
}
#things_box .child_box_20 .gif{
    margin-left: 122px;
    margin-top: 95px;
    width: 310px;
	/*width: 100%;
	transform: scale(1.02);*/
}
#things_box .child_box_20 p:not(.word_all){
    /*width: 400px;*/
}
#things_box .child_box_20 .tx_title{
    position: absolute;
    left: 136px;
    top: 13px;
    line-height: 42px;
    font-size: 25px;
}
/*#things_box .child_box_20 .word_all{
    margin-top: 70px;
}*/
#things_box .child_box_20 .number{
    position: absolute;
    left: 438px;
    top: 26px;
    width: 100px;
}
#things_box .child_box_21{
    width: 930px;
    height:100%;
    left: 0px;
}
#things_box .child_box_21 .gif{
    width: 200px;
    margin-left: 70px;
    margin-top: -10px;
}
#things_box .child_box_21 .tx_title{
    margin-bottom: 30%;
    margin-top: -20px;
    margin-left: 26px;
    min-width: 240px;
}
#things_box .child_box_21 p:not(.word_all){
    /* margin-left: 300px;*/
}
#things_box .child_box_21 .word_all{
    margin-left:0;
}
#things_box .child_box_21 .number{
    width: 130px;
    margin-left: 100px;
    margin-top: 9px;
}
#things_box .child_box_22{
    width: 666px;
    height: 100%;
    right: 174px;
}
#things_box .child_box_22 .gif{
    width: 250px;
    margin-left: 50px;
    margin-top: -50px;
}
#things_box .child_box_22 .tx_title{
    margin-left: -11px;
    margin-bottom: 119px;
}
#things_box .child_box_22 p:not(.word_all){
    position: absolute;
    right: 38px;
    bottom: 3px;
}
#things_box .child_box_22 .word_all{
    margin-left:0;
    width: 60%;
    margin-left: 20px;
    position: absolute;
}
#things_box .child_box_22 .number{
    width: 130px;
    margin-top: -116px;
    position: absolute;
    right: -16px;
    bottom: 39px;
}
#things_box .child_box_23{
    width: 930px;
    height:100%;
    left: 0px;
}
#things_box .child_box_23 .gif{
    width: 280px;
    margin-left: 250px;
    margin-top: 0px;
    margin-right: 20px;
}
#things_box .child_box_23 .tx_title{
    margin-bottom: 26px;
    margin-top: 23px;
    margin-left: 47px;
}
#things_box .child_box_23 p:not(.word_all){
    position: absolute;
    left: 0;
    top: 0;
}
#things_box .child_box_23 .word_all{
    margin-left:0;
}
#things_box .child_box_23 .number{
    width: 130px;
    margin-left: 56px;
}
#things_box .child_box_24{
    width: 500px;
    height:100%;
    left: 0px;
}
#things_box .child_box_24 .gif{
    width: 250px;
    margin-left: 50px;
    margin-top: -50px;
}
#things_box .child_box_24 .tx_title{
    margin-bottom: 17%;
    margin-top: -36px;
    margin-left: 17px;
}
#things_box .child_box_24 p:not(.word_all){
    /* margin-left: 300px;*/
}
#things_box .child_box_24 .word_all{
    margin-left:10px;
    width: 53%;
    position: absolute;
}
#things_box .child_box_24 .number{
    width: 130px;
    margin-left: 46px;
}
#things_box .child_box_25{
    width: 854px;
    height: 123%;
    right: 116px;
}
#things_box .child_box_25 .tx_title{
    position: absolute;
    right: 165px;
    top: 48px;
    min-width: 250px;
}
#things_box .child_box_25 p:not(.word_all){
    position: absolute;
    right: 0;
    top:0;
}
#things_box .child_box_25 .word_all{
    margin-left: 20px;
    width: 45%;
    position: absolute;
}
#things_box .child_box_25 .number{
    width: 130px;
    position: absolute;
    right: 24px;
    top: 105px;
}
#things_box .child_box_26{
    width: 900px;
    height: 100%;
    right: 182px;
}
#things_box .child_box_26 .gif{
    width: 190px;
    position: absolute;
    right: 190px;
    top: 100px;
}
#things_box .child_box_26 .tx_title{
    margin-bottom: 98%;
    min-width: 250px;
    margin-left: -240px;
}
#things_box .child_box_26 p:not(.word_all){
    position: absolute;
    right: 33px;
    bottom: 24px;
}
#things_box .child_box_26 .word_all{
    margin-left: 35px;
    width: 45%;
}
#things_box .child_box_26 .number{
    width: 130px;
    margin-left: 50px;

}
#things_box .child_box_27{
    width: 935px;
    height: 100%;
    left: 0px;
}
#things_box .child_box_27 .gif{
    width: 100px;
    margin-left: 105px;
    margin-top: -5px;
}
#things_box .child_box_27 .tx_title{
    margin-top: 20px;
    margin-left: 42px;
    min-width: 250px;
}
#things_box .child_box_27 p:not(.word_all){
    /* margin-left: 300px;*/
}
#things_box .child_box_27 .word_all{
    margin-left: 10px;
    width: 44%;
}
#things_box .child_box_27 .number{
    width: 135px;
    margin-left: 165px;
    margin-top: -125px;
}
#things_box .child_box_28{
    width: 550px;
    height: 323px;
    right: 222px;
}
#things_box .child_box_28 .gif{
    width: 250px;
    margin-left: 50px;
    margin-top: -50px;
}
#things_box .child_box_28 .tx_title{
    margin-bottom: 18%;
    margin-top: -40px;
    margin-left: 20px;
}
#things_box .child_box_28 p:not(.word_all){
    position: absolute;
    right: 22px;
    top: 64px;
}
#things_box .child_box_28 .word_all{
    margin-left: 24px;
    width: 50%;
    position: absolute;
}
#things_box .child_box_28 .number{
    width: 130px;
    margin-left: 88px;
}

#things_box .child_box_29{
    width: 800px;
    height: 126%;
    left: 0;
}
#things_box .child_box_29 p:not(.word_all){
   display: flex;
}
/*-----20171207调整46things 03---*/
#things_box .child_box_29 .tx_title{
    margin-bottom: 18%;
    margin-top: 52px;
    margin-left: 56px;

}
@-moz-document url-prefix() {
	  #things_box .child_box_29 .tx_title{
    margin-bottom: 18%;
    margin-top: -4px;
    margin-left: 56px;

	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    #things_box .child_box_29 .tx_title{
	    margin-bottom: 18%;
		margin-top: 60px;
		margin-left: 110px;
	}
}
#things_box .child_box_29 .word_all{
    margin-left: 24px;
    width: 47%;
    position: absolute;
}


#things_box .child_box_29 .number{
    width: auto;
    margin-left: 33px;
    margin-top: 107px;
    display: block;
    height: 64px;
    margin-right:20px;
}
@-moz-document url-prefix() {
    #things_box .child_box_29 .number{
    width: auto;
    margin-left: 32px;
    margin-top: 50px;
    display: block;
    height: 64px;
    margin-right:20px;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
		#things_box .child_box_29 .number{
			width: auto;
			margin-left: 32px;
			margin-top: 112px;
			display: block;
			height: 64px;
			margin-right:20px;
		}
}
/*-----20171207调整46things 03---*/
#things_box .child_box_30{
    width: 844px;
    height: 100%;
    left: 0;
}
#things_box .child_box_30 .gif{
    width: 306px;
    margin-left: 113px;
    margin-top: 100px;
}
#things_box .child_box_30 .tx_title{
    margin-top: 9px;
    margin-left: 96px;
    float: left;
}
#things_box .child_box_30 p:not(.word_all){
    position: absolute;
    left: 22px;
    top: 3px;
}
#things_box .child_box_30 .word_all{
    margin-left: 72px;
    width: 38%;
    margin-top: 70px;
}
#things_box .child_box_30 .number{
    width: 130px;
    margin-left: 107px;
    margin-top: 26px;
    float: right;
}
#things_box .child_box_31{
    width: 550px;
    height: 100%;
    left:0;
}
#things_box .child_box_31 .gif{
    width: 250px;
    margin-left: 50px;
    margin-top: -50px;
}
#things_box .child_box_31 .tx_title{
    margin-bottom: 18%;
    margin-top: -40px;
    margin-left: 20px;
}
#things_box .child_box_31 p:not(.word_all){
    position: absolute;
    left: 0;
    top: 53px;
}
#things_box .child_box_31 .word_all{
    margin-left: 253px;
    width: 50%;
    position: absolute;
}
#things_box .child_box_31 .number{
    width: 130px;
    margin-top: -20px;
    margin-left: 90px;
}
#things_box .child_box_32{
    width: 933px;
    height: 323px;
    right: 183px;
}
#things_box .child_box_32 .gif{
    width: 260px;
    margin-left: 50px;
    margin-top: -50px;
    position: absolute;
    right: 117px;
    top: 170px;
}
#things_box .child_box_32 .tx_title{
    margin-bottom: 18%;
    margin-top: -40px;
    float: left;
    margin-left: 20px;
}
#things_box .child_box_32 p:not(.word_all){
    position: absolute;
    right: 119px;
    top: 57px;
}
#things_box .child_box_32 .word_all{
    margin-left: 24px;
    width: 42%;
}
#things_box .child_box_32 .number{
    width: 130px;
    margin-left: 35px;
    margin-top: -5px;
}
#things_box .child_box_33{
    width: 820px;
    height: 100%;
    right: 234px;
}
#things_box .child_box_33 .gif{
    width: 215px;
    margin-left: 259px;
    margin-top: 36px;
}
#things_box .child_box_33 .tx_title{
    margin-bottom: 18%;
    margin-top: -40px;
    margin-left: 20px;
}
#things_box .child_box_33 p:not(.word_all){
    position: absolute;
    left: 10px;
    top: 56px;
}
#things_box .child_box_33 .word_all{
    width: 38%;
}
#things_box .child_box_33 .number{
    width: 130px;
    margin-left: 26px;
}
#things_box .child_box_34{
    width: 780px;
    height: 118%;
    left: 0;
}
#things_box .child_box_34 .gif{
    width: 250px;
    margin-left: 50px;
    margin-top: -50px;
}
#things_box .child_box_34 .tx_title{
    margin-bottom: 18%;
    margin-top: -40px;
    margin-left: 20px;
}
#things_box .child_box_34 p:not(.word_all){
    position: absolute;
    left: 8px;
    top: 65px;
}
#things_box .child_box_34 .word_all{
    margin-left: 297px;
    width: 60%;
    position: absolute;
}
#things_box .child_box_34 .number{
    width: 130px;
    margin-left: 132px;
    margin-top: -30px;
}
#things_box .child_box_35{
    width: 324px;
    height: 100%;
    right: 239px;
}
#things_box .child_box_35 .gif{
    width: 194px;
    margin-left: 67px;
    margin-top: 0px;
}
#things_box .child_box_35 .tx_title{
    display: none;
}
#things_box .child_box_35 p:not(.word_all){
    display: none;
}
#things_box .child_box_35 .word_all{
    display: none;
}
#things_box .child_box_35 .number{
    display: none;
}
#things_box .child_box_36{
    width: 1036px;
    height: 711px;
    left: 0;
}
#things_box .child_box_36 .tx_title{
    position: absolute;
    top: 56px;
    left: 110px;
    min-width: 340px;
}

#things_box .child_box_36 .first{
     position: absolute;
     left: 0;
     top: 67px;
 }
#things_box .child_box_36 .word_all{
    width: 50%;
    position: absolute;
    left: 465px;
    top: 20px;
}
#things_box .child_box_36 .word_all2{
    width: 50%;
    position: absolute;
    left: 465px;
    top: 452px;
    font-size: 17px;
    color: #fff;
    line-height: 25px;
    margin-left: 2%;
}
#things_box .child_box_36 .word_all1{
    width: 50%;
    position: absolute;
    left: 465px;
    top: 212px;
    font-size: 17px;
    color: #fff;
    line-height: 25px;
    margin-left: 2%;
}
#things_box .child_box_36 .tweentytx3{
    display: block;
    font-size: 30px;
    line-height: 50px;
    position: absolute;
    top: 270px;
    left: 118px;
    min-width: 340px;
}
#things_box .child_box_36 .tweentytx4{
    display: block;
    font-size: 30px;
    line-height: 50px;
    position: absolute;
    top: 468px;
    left: 118px;
    min-width: 340px;
}
#things_box .child_box_36 .number{
    width: 130px;
    margin-left: 46px;
    margin-top: -19px;
}
#things_box .child_box_37{
    width: 850px;
    height: 112%;
    left: 0;
}
#things_box .child_box_37 .tx_title{
    margin-bottom: 18%;
    margin-top: -40px;
    margin-left: 20px;
}
#things_box .child_box_37 p:not(.word_all){
    position: absolute;
    left: 8px;
    top: 65px;
}
#things_box .child_box_37 .word_all{
    margin-left: 306px;
    width: 60%;
    position: absolute;
}
#things_box .child_box_37 .number{
    width: 130px;
    margin-left: 130px;
    margin-top: 20px;
}
#things_box .child_box_38{
    width: 892px;
    height: 100%;
    left: 0;
}
#things_box .child_box_38 .gif{
    width: 323px;
    margin-left: 60px;
    margin-top: 43px;
}
#things_box .child_box_38 .tx_title{
    margin-top: 132px;
    margin-left: 50px;
    margin-right: 20px;
}
#things_box .child_box_38 .word_all{
    margin-left: -74px;
    width: 35%;
}
#things_box .child_box_38 .number{
    width: 130px;
    position: absolute;
    top: 27px;
    left: 425px;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.child_box_2 .tx_title{
    position: absolute;
    bottom: 192px;
    left: -219px;
    letter-spacing: .4px;
}
.level2_two_img div .child_box_2 .word_all {
    width: 60%;
    margin-left: 4%;
    position: absolute;
}

.guidepoint{
    width:34px;
    /*display: none;*/
}

.loadEffect1{
    width: 100px;
    height: 100px;
    position: absolute;
    bottom:100px;
    left:50%;
    margin-left:-50px;
    display: none;
    z-index: 9999;
    transform: scale(0.5);

}
.loadEffect1 P{
    font-size: 18px;
}
.loadEffect1 span{
    display: inline-block;
    width: 16px;
    height:5px;
    /*  border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;*/
    background: red;
    position: absolute;
    animation: load 2.08s ease infinite;
}
@-webkit-keyframes load{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0.2;
    }
}
.loadEffect1 span:nth-child(1){
    left: 0;
    top: 50%;
    margin-top:-5px;
    animation-delay:0.13s;
    /*background: #000;*/
}


.loadEffect1 span:nth-child(2){
    left: 2.3px;
    top: 37.5px;
    margin-top:-5px;
    transform: rotate(22.5deg);
    animation-delay:0.26s;
    /*background: #000;*/
}

.loadEffect1 span:nth-child(3){
    left: 10px;
    top: 20px;
    transform: rotate(45deg);
    animation-delay:0.39s;
}

.loadEffect1 span:nth-child(4){
    left:20px;
    top: 17px;
    margin-top:-5px;
   transform: rotate(67.5deg);
    animation-delay:0.52s;

}
.loadEffect1 span:nth-child(5){
    left: 50%;
    top: 10px;
    margin-left: -15px;
    transform: rotate(90deg);
    animation-delay:0.65s;

}

.loadEffect1 span:nth-child(6){
    left: 50%;
    top: 17px;
    margin-top:-5px;
    transform: rotate(112.5deg);
    animation-delay:0.78s;

}
.loadEffect1 span:nth-child(7){
    top: 20px;
    left:60%;
   transform: rotate(135deg);
    animation-delay:0.91s;
    /*background: #000;*/
}

.loadEffect1 span:nth-child(8){
    left: 68%;
    top: 36px;
    margin-top:-5px;
    transform: rotate(157.5deg);
    animation-delay:1.04s;

}

.loadEffect1 span:nth-child(9){
    left: 70%;
    top: 45%;
    margin-top:-5px
    transform: rotate(180deg);
    animation-delay:1.17s;
}


.loadEffect1 span:nth-child(10){
    left: 68%;
    bottom: 37.5px;
    margin-top:-5px;
    transform: rotate(202.5deg);
   animation-delay:1.3s;
}
.loadEffect1 span:nth-child(11){
    left: 60%;
    bottom:25px;
    transform: rotate(225deg);
    animation-delay:1.43s;

}


.loadEffect1 span:nth-child(12){
    left: 50%;
    bottom: 17px;
    margin-top:-5px;
    transform: rotate(247.5deg);
    animation-delay:1.56s;

}





.loadEffect1 span:nth-child(13){
    bottom: 14px;
    left: 50%;
    margin-left: -15px;
    transform: rotate(270deg);
    animation-delay:1.69s;
}




.loadEffect1 span:nth-child(14){
    left: 22px;
    bottom: 17px;
    margin-top:-5px;
    transform: rotate(292.5deg);
    animation-delay:1.82s;

}
.loadEffect1 span:nth-child(15){
    bottom: 25px;
    left: 10px;
    transform: rotate(315deg);
    animation-delay:1.95s;
}
.loadEffect1 span:nth-child(16){
    left: 2.3px;
    bottom:37.5px;
    margin-top:-5px;
    transform: rotate(337.5deg);
    animation-delay:2.08s;
}
.rightxuliebox{
    width:50%;
    height:94vh;
    position: absolute;top:0;right:0;
    display: flex;
    align-items: center;
}
.leftxuliebox{
    width:49.6%;
    height:93vh;
    position: absolute;top:0;left:0;
    display: flex;
    align-items: center;
}
.bottomoption{
    width: 1185px;
    left: 50%;
    margin-left: -572.5px;
    position: relative;
    margin-top: 230px;
    margin-bottom: 30px;
}
#things_box .level2 .level2_two_img .txoption{
    left: 47.3%;
}
.word_all,.word_all2{
	position:relative;
	margin-bottom: 10px;
}
.word_all span,.word_all2 span{
	display:block;
	height:20px;
	position:absolute;
	bottom:-40px;
	right:0px;
	font-size:12px;
	color:#ffffff;
	letter-spacing: 2px;
}
.video_loop{
	position: absolute;
	width:100%;
	height: 100%;
	top:0;
	left: 0;
}
.video1_btn,.video2_btn{
	position: absolute;
	display: block;
	width:163px;
	height: 108px;
	top:46px;
	right:193px;
	background: url(../images/new/video1_btn.jpg) no-repeat;
	cursor: pointer;
}
.video2_btn{
	right:15px;
	background-image: url(../images/new/video2_btn.jpg);
}
.play_btn1,.play_btn2{
	position: absolute;
	display: block;
	width:40px;
	height: 40px;
	top:50%;
	left:50%;
	margin-left: -20px;
	margin-top: -20px;
	background: url(../images/new/play_btn.png) no-repeat;
	background-size: 100%;
}
.play_btn1 span,.play_btn2 span{
	display: block;
	width:40px;
	height: 40px;
	background: url(../images/new/play_circle.png) no-repeat;
	background-size: 100%;
	transform-origin: center;
}
.video1_btn.hover span,.video2_btn.hover span{
	animation: rotate360 1s linear infinite;
	-webkit-animation: rotate360 1s linear infinite;
	-moz-animation: rotate360 1s linear infinite;
	-ms-animation: rotate360 1s linear infinite;
}
.play_btn{
	position: absolute;
	display: block;
	width:110px;
	height: 110px;
	top:50%;
	left:50%;
	margin-left: -55px;
	margin-top: -55px;
	background: url(../images/new/play_btn.png) no-repeat;
	background-size: 100%;
}
.play_btn span{
	display: block;
	width:110px;
	height: 110px;
	background: url(../images/new/play_circle.png) no-repeat;
	background-size: 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.play_btn:hover span{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.video_loop1,.video_loop2{
	position: absolute;
	width:100%;
	height: 100%;
	top:0;
	left: 0;
	display: none;
}
.video_loop1{display: block;}
.video_loop1 div,.video_loop2 div{
	position: absolute;
	width:100%;
	height: 100%;
	top:0;
	left: 0;
	display: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#close_video,#close_video2{
    position: absolute;
    display: none;
    width: 44px;
    height: 44px;
    background: url(../images/new/btn_close.png) no-repeat;
    top: 80px;
    right: 50px;
    cursor: pointer;
    z-index: 100000;
}
.tansuomimi{
	position: absolute;
	bottom: 63px;
	left: 25%;
	width:99px;
	height: 19px;
	background: url(../images/new/tansuomimi.png) no-repeat;
	cursor: pointer;
	z-index: 9;
}
.tansuomimi img{
	position: absolute;
	left:48px;
	top:26px;
}
.tansuomimi img{
	animation: slide_down .5s ease-in-out 0s alternate infinite;
	-webkit-animation: slide_down .5s ease-in-out 0s alternate infinite;
	-moz-animation: slide_down .5s ease-in-out 0s alternate infinite;
	-ms-animation: slide_down .5s ease-in-out 0s alternate infinite;
}
.car_show{
	position: absolute;
	z-index: 8;
	width:100%;
	height: 100%;
	top:0;
	left: 0;
	background: url(../images/new/car_bg.jpg) no-repeat;
	background-size: cover;
	background-position-x: center;
}

.icon_down{
	cursor: pointer;
	position: absolute;
	width:57px;
	height: 45px;
	background: url(../images/new/icon_down.png) no-repeat;
	left: 50%;
	margin-left: -28.5px;
	bottom: 65px;
	animation: slide_down 2s ease-in-out 0s alternate infinite;
	-webkit-animation: slide_down 2s ease-in-out 0s alternate infinite;
	-moz-animation: slide_down 2s ease-in-out 0s alternate infinite;
	-ms-animation: slide_down 2s ease-in-out 0s alternate infinite;
	z-index: 9;
}
.icon_down_white{
	background: url(../images/new/icon_down_white.png) no-repeat;
	bottom: 100px;
}
.pic_video{
	position: absolute;
	z-index: 9;
	width:100%;
	height: 100%;
	top:100vh;
	left: 0;
	background: url(../images/new/pic_video_bg.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	padding-top:100px;
}
.tnga_logo{
	position: absolute;
	width:220px;
	height: 64px;
	left:42px;
	bottom:99px;
	background:url(../images/new/logo.png) no-repeat;
	z-index: 10;
}
.tnga_logo_white{
	background-image:url(../images/new/logo_white.png);
}
.play_btn0{
	position: absolute;
	display: block;
	width:102px;
	height: 102px;
	top:50%;
	left:50%;
	margin-left: -55px;
	margin-top: -55px;
	background: url(../images/new/play_btn.png) no-repeat;
	background-size: 100% 100%;
}
.play_btn0 span{
	display: block;
	width:102px;
	height: 102px;
	background: url(../images/new/play_circle.png) no-repeat;
	background-size: 100% 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.play_btn0:hover span{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.video_show{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background: #000;
	display: none;
	overflow: hidden;
	z-index: 11;
}
.video_show .btn_close{
	position: absolute;
	display: block;
	width:44px;
	height: 44px;
	background: url(../images/new/btn_close.png) no-repeat;
	top:80px;
	right:50px;
	cursor: pointer;
}
.player_box{
	position: absolute;
	width:100%;
	height: 100%;
	top:0;
	left:0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	opacity: 0;
}
.player_box.cur{
	opacity: 1;
}
.video_mask{
	position: absolute;
	width:100%;
	height: 100%;
	background:url(../images/new/video_mask.png) repeat;
	top:0;
	left: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.player_box img{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	width:100%;
}
.video_show ul{
	position: absolute;
	width:100%;
	text-align: center;
	bottom:105px;
	left: 0;
	font-size: 0;
}
.video_show ul li{
	width:179px;
	height: 84px;
	display: inline-block;
	border:2px solid #fff;
	margin: 8px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.video_play_btn{
	position: absolute;
	display: block;
	width:52px;
	height: 52px;
	top:50%;
	left:50%;
	margin-left: -26px;
	margin-top: -26px;
	background: url(../images/new/play_btn.png) no-repeat;
	background-size: 100% 100%;
}
.video_play_btn span{
	display: block;
	width:52px;
	height: 52px;
	background: url(../images/new/play_circle.png) no-repeat;
	background-size: 100% 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.video_show ul li.hover .video_play_btn span{
	animation: rotate360 1s linear infinite;
	-webkit-animation: rotate360 1s linear infinite;
	-moz-animation: rotate360 1s linear infinite;
	-ms-animation: rotate360 1s linear infinite;
}
.video_show ul li.hover .video_mask{
	opacity: 0;
}
.video_show ul li.hover{
	border-color: #ff0000;
}
.video_show ul li img{
	transition: all 3s;
	-webkit-transition: all 3s;
	-moz-transition: all 3s;
	-ms-transition: all 3s;
	width:100%;
}
.video_show ul li.hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
#video0{
    position: absolute;
    left:0;
    top:0;
    z-index: 99999;
    background: #000;
    display: none;
}
.footer_logo{
	position: absolute;
	left: 0;
	top:0;
}
.btn_more{
	display: block;
	width:169px;
	height: 22px;
	position: absolute;
	top:57px;
	right:28px;
	cursor: pointer;
	background: url(../images/new/btn_more.png) no-repeat;
}
.car_nav{
	position: absolute;
	bottom:185px;
	left: 50%;
	margin-left: -401px;
	width:800px;
	height: 83px;
	background: url(../images/new/car_bar.png) no-repeat;
	font-size: 0;
	transform-origin: center bottom;
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
}
.car_nav img{
	display: inline-block;
	margin-left: 38px;
	margin-top: 19px;
	position: relative;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	opacity: 0;
}
.car_nav a{
	display: inline-block;
}
.car_nav a:nth-child(2) img{
	margin-left: 65px;
	margin-top: 23px;
	z-index: 9;
}
.car_nav a:nth-child(3) img{
	margin-left: 29px;
	margin-top: 22px;
}
.car_nav a:hover img,.car_nav a.hover img{
	opacity: 1;
}
.car_img{
	display: none;
	position: absolute;
	left: 50%;
	top:50%;
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
}
.car_img1{
	display: block;
	
}
.car1_pos {
	margin-top: -408px;
	margin-left: -507.5px;
}
.car1_pos img{
	display: none;
	width:1015px;
}
.car1_logo{
	position: absolute;
	top:-261px;
	left: -479px;
}
.left_click{
	position: absolute;
	width:88px;
	height: 58px;
	background: url(../images/new/left_click.png) no-repeat;
	background-size: 100% 100%;
	top:-66px;
	left:-538px;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	
	animation: DOT_BRIGHT_PG 3s cubic-bezier(0.44, 0.85, 0.43, 0.99) 0s infinite;
	
}
.right_click{
	position: absolute;
	width:88px;
	height: 58px;
	background: url(../images/new/right_click.png) no-repeat;
	background-size: 100% 100%;
	top:-66px;
	left:446px;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	
	animation: DOT_BRIGHT_PG 3s cubic-bezier(0.44, 0.85, 0.43, 0.99) 0s infinite;
	
}

@keyframes DOT_BRIGHT_PG {
  0% {
    opacity: 0.4; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.4; } }
.left_click:hover,.right_click:hover{
	transform: translateY(5%);
	-webkit-transform: translateY(5%);
	-moz-transform: translateY(5%);
	-ms-transform: translateY(5%);
}
.car_img a{
	position: absolute;
	display: block;
	width: 109px;
	height: 30px;
	background: url(../images/new/btn_detail.png) no-repeat;
	left: -479px;
	top:-207px;
}
.car2_pos {
	margin-top: -408px;
	margin-left: -507.5px;
}
.car2_pos img{
	display: none;
	width:1015px;
}
.car2_logo{
	position: absolute;
	top:-261px;
	left: -479px;
}
.car3_pos {
	margin-top: -198px;
	margin-left: -686px;
}
.car3_pos img{
	display: none;
	width:1202px;
}
.car3_logo{
	position: absolute;
	top:-243px;
	left: -297px;
}
.car_img3 a{
	left: -297px;
	top:-173px;
}
.item_wrap{
	position: absolute;
	left: 50%;
	top:50%;
	width:1400px;
	text-align: center;
	font-size: 0;
	transform: translate3d(-50%,-50%,0);
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	transform-origin: center center;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
}
.item{
	display: inline-block;
	width:616px;
	height: 289px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin: 30px;
}
.item img{
	position: absolute;
	top:50%;
	left: 50%;
	margin-left: -305px;
	margin-top: -141.5px;
	transition: all 3s;
	-webkit-transition: all 3s;
	-moz-transition: all 3s;
	-ms-transition: all 3s;
} 
.item .item_mask{
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	height: 100%;
	background:url(../images/new/pic_mask.png) no-repeat;
	background-size: 100% 100%;
} 
.item > span{
	position: absolute;
	top:27px;
	left:40px;
	width:100%;
	height: 100%;
	background: url(../images/new/pic_intro1.png) no-repeat;
}
.item > span.text2{
	background-image: url(../images/new/pic_intro2.png);
}
.item > span.text3{
	background-image: url(../images/new/pic_intro3.png);
}
.item > span.text4{
	background-image: url(../images/new/pic_intro4.png);
}
.item:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.pic_show{
	position: absolute;
	left: 0;
	top:0;
	width:100%;
	height:100%;
	text-align: center;
	font-size: 0;
	/*transform: translate3d(-50%,-50%,0);
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);*/
	/*transform-origin: center center;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;*/
	/*border:2px solid #fff;*/
	overflow: hidden;
	background: #000;
	display: none;
	z-index: 11;
}
.pic_item{
	position: absolute;
	width:100%;
	height: 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	opacity: 0;
	top:0;
	left: 0;
}
.pic_item.cur{
	opacity: 1;
}
.pic_item img{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
}
.pic_bar{
	position: absolute;
	width:100%;
	bottom: 28px;
	text-align: center;
	font-size: 0;
	left: 0;
}
.pic_bar li{
	display: inline-block;
	width:3px;
	height: 3px;
	background: #fff;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	border-radius: 100%;
	margin: 0 5px;
	vertical-align: middle;
}
.pic_bar li.cur{
	height: 10px;
	width:10px;
}
.pic_show .btn_close{
	position: absolute;
	display: block;
	width:44px;
	height: 44px;
	background: url(../images/new/btn_close.png) no-repeat;
	top:20px;
	right:20px;
	cursor: pointer;
}

.icon_up{
	cursor: pointer;
	position: absolute;
	width:57px;
	height: 45px;
	background: url(../images/new/icon_up.png) no-repeat;
	left: 50%;
	margin-left: -28.5px;
	top: 65px;
	animation: slide_down 2s ease-in-out 0s alternate infinite;
	-webkit-animation: slide_down 2s ease-in-out 0s alternate infinite;
	-moz-animation: slide_down 2s ease-in-out 0s alternate infinite;
	-ms-animation: slide_down 2s ease-in-out 0s alternate infinite;
	z-index: 10;
}
.icon_up_white{
	background: url(../images/new/icon_up_white.png) no-repeat;
	bottom: 100px;
	display:none;
}