﻿@charset "utf-8";


*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ------------------------------------------------------------------------- */
/*		common styles		*/
/* ------------------------------------------------------------------------- */


/* link
------------------------------------------------- */

a{
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

/* common
------------------------------------------------- */
html,body{
	height:100%;
}
body{
	font-family:"SourceHanSansSC";
	line-height:1.2;
	-webkit-text-size-adjust:none;
	background-color:#000;
	height:100% !important;
}
#wall{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:rgba(0,0,0,0);
}

#loading{
	width:100%;
	height:100%;
	position:fixed;
	z-index:1000;
	background-color:#000;
	display: none;
}
#loading_nero_logo,
#loading_tranpo_logo{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-15px;
}
#loading_nero_logo{
	margin-left:-220px;
}
#loading_tranpo_logo{
	margin-left:55px;
}
#load_info{
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-24px;
	margin-left:-24px;
}
#loading .unsupported_message{
	color:#fff;
	position:absolute;
	width:440px;
	left:50%;
	top:50%;
	margin-left:-220px;
	margin-top:40px;
	line-height:1.5;
	
}
#loading .unsupported_message a{
	color:#fff;
	text-decoration:underline;
}

#container{
	width:100%;
	height:100%;
	position:fixed;
}

#bg,
#bg_button{
	position:absolute;
	top:-700px;
	/*z-index:0;*/
	width:120%;
	height:2000px;
	-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
}
#bg_button{
	z-index:200;
	background-color:rgba(0,0,0,0);/* for IE9,10 */
}
#bg_button.minimum_tranpo{
	height:1px;
	margin-left:-318px;
	/* top: 0 !important;
	left: 0 !important */
}
#bg_button.minimum_nero{
	height: 1px;
	margin-left: -418px;
}
#bg_button.minimum_tranpo #bg_black_button{
	height:1px;
}
#bg_button.minimum_nero #bg_orange_button{
	height:1px;
}
#bg_button.minimum_nero #bg_black_button{
	background-color:#000;
	opacity: 0.7;
	left: -200px;
	z-index: 9;
}
#bg_button.minimum_tranpo #bg_orange_button{
	background-color:#901a00;
	position: absolute;
    right: -200px;
    top: 0;
    margin-left: 280px;
    opacity: 0.7;
    z-index: 9;
}
#bg_button.minimum_nero #bg_black_button:hover{
	background-color:#222;
}
#bg_button.minimum_tranpo #bg_orange_button:hover{
	background-color:#791801;
}
#bg_button #bg_orange_button img{
	position:absolute;
	left:12px;
	top:45%;
	margin-top:20px;
	display:none;
}
#bg_button #bg_black_button img{
	position:absolute;
	right:15px;
	top:58%;
	margin-top:-100px;
	display:none;
}
.nanfang_qh{
	position: relative;
	z-index: 9999;
}

#orange_button .button_click,#orange_button>img{
	position: fixed;
	width: 160px;
	height: 54px;
	bottom: 20px;
    right: 20px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    cursor: pointer;
	display: none;
}
/* #orange_button .button_click:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: -6px;
	left: -6px;
	border: 1px solid #901a00;
} */
#black_button .button_click,#black_button>img{
	position: fixed;
	width: 160px;
	height: 54px;
	bottom: 20px;
    right: 20px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    cursor: pointer;
	display: none;
}
.click_jr{
	position: relative;
	float: left;
	width: 54px;
	height: 54px;
	/* background: rgba(32, 48, 45, 0.2); */
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.click_jr p{
	width: 45px;
	height: 44px;
	position: absolute;
	top: 5px;
	left: 5px;
	background: #901a00;
}
.click_jr img{
	position: absolute;
	width: 22px;
	top: 50%;
	margin-top: -13px;
	left: 50%;
	margin-left: -11px;
	-webkit-animation: mouse_click 1.5s linear infinite;
    animation: mouse_click 1.5s linear infinite;
}
@-webkit-keyframes mouse_click {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
}
@keyframes mouse_click {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
}
.button_click h4{
	float: right;
	width: 106px;
	font-size: 15px;
	line-height: 36px;
	text-align: center;
	margin-top: 8px;
	color: #333;
    font-weight: 500;
    padding: 0 5px;
}
.button_click h4 span{
	display: block;
}
#bg_black,
#bg_orange,
#bg_black_button,
#bg_orange_button{
	width:50%;
	height:2000px;
	float:left;
	overflow:hidden;
	position:relative;
}
#bg_black_button,
#bg_orange_button{
	cursor:pointer;
}
#bg_black .image,
#bg_orange .image{
	width:2600px;
	height:1560px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left: -1500px;
    margin-top: -580px;
	background-color:rgba(0,0,0,0);
}
#bg_black .image{
	-moz-transform: rotate(-15deg) translateY(100px);
	-webkit-transform: rotate(-15deg) translateY(100px);
	-o-transform: rotate(-15deg) translateY(100px);
	-ms-transform: rotate(-15deg) translateY(100px);
	transform: rotate(-15deg) translateY(100px);
}
/* #bg_orange .image{
	-moz-transform: rotate(-15deg) translateY(-100px);
	-webkit-transform: rotate(-15deg) translateY(-100px);
	-o-transform: rotate(-15deg) translateY(-100px);
	-ms-transform: rotate(-15deg) translateY(-100px);
	transform: rotate(-15deg) translateY(-100px);
} */
#bg_black{
	background-color:#5b1100;
}
#bg_orange{
	background-color:#000;
}
#bg_orange .image{
	background:#000 url(../images/nero_bg2.jpg) center center;
}
/* #bg_orange .image{
	background:url(../images/tranpo_bg.jpg) ;
} */
#bg_black.noimage,
#bg_black.noimage .image{
	background:none ;
}
#bg_orange.noimage,
#bg_orange.noimage .image{
	background:none ;
}

.inner_bg_black{
	width:200%;
	height:100%;
	position:absolute;
	margin-left:-50%;
	background:#000 url(../images/nero_bg2.jpg) no-repeat center center;
}
.inner_bg_orange{
	width:200%;
	height:100%;
	position:absolute;
	margin-left:-50%;
	background:url(../images/tranpo_bg.jpg) ;
}

#nero_big_rod{
	position:absolute;
	left:-1430px;
	top:-1000px;
	z-index:60;
}
#tranpo_big_rod{
	position:absolute;
	right:-1090px;
	bottom:-950px;
	z-index:60;
}
#nero_big_rod img,
#tranpo_big_rod img{
	position:absolute;
	display:block;
}
#tranpo_big_rod img{
	bottom:0;
	right:0;
}

#nero_lure,
#tranpo_lure{
	display:none;
}
#nero_lure_01{
	position:absolute;
	z-index:65;
	left:-50px;
	bottom:-160px;
}
#nero_lure_02{
	position:absolute;
	z-index:65;
	left:-150px;
	bottom:-300px;
}
#nero_lure_03{
	position:absolute;
	z-index:65;
	right:350px;
	bottom:-160px;
}
#tranpo_lure_01{
	position:absolute;
	z-index:65;
	right:150px;
	top:-150px;
}
#tranpo_lure_02{
	position:absolute;
	z-index:65;
	left:200px;
	top:-150px;
}
#tranpo_lure_03{
	position:absolute;
	z-index:65;
	left:50px;
	top:-250px;
}
#nero_lure_01 .lure_inner,
#nero_lure_02 .lure_inner,
#nero_lure_03 .lure_inner,
#tranpo_lure_01 .lure_inner,
#tranpo_lure_02 .lure_inner,
#tranpo_lure_03 .lure_inner{
	position:absolute;
}

#nero_lure_02,
#tranpo_lure_02,
#nero_lure_02 .lure_inner,
#tranpo_lure_02 .lure_inner,
#nero_lineup_lure,
#tranpo_lineup_lure{
	width:100%;
}
#nero_lineup_lure > div,
#tranpo_lineup_lure > div{
	position:absolute;
}
#nero_lineup_lure > div > img,
#tranpo_lineup_lure > div > img{
	display:block;
	opacity:0;
	position:absolute;
}

#nero_lineup_lure > div:nth-child(2){
	right:350px;
	top:-80px;
}
#nero_lineup_lure > div:nth-child(3){
	top:0px;
}
#nero_lineup_lure > div:nth-child(4){
	right:300px;
	top:100px;
}
#nero_lineup_lure > div:nth-child(5){
	top:-70px;
}
#nero_lineup_lure > div:nth-child(6){
	right:400px;
	top:-100px;
}
#nero_lineup_lure > div:nth-child(7){
	top:100px;
}
#nero_lineup_lure > div:nth-child(8){
	right:430px;
	top:250px;
}
#nero_lineup_lure > div:nth-child(10){
	right:450px;
	top:0px;
}
#nero_lineup_lure > div:nth-child(11){
	top:-80px;
}

#tranpo_lineup_lure > div:nth-child(2){
	right:350px;
	top:-100px;
}
#tranpo_lineup_lure > div:nth-child(3){
	top:50px;
}
#tranpo_lineup_lure > div:nth-child(4){
	right:400px;
	top:50px;
}
#tranpo_lineup_lure > div:nth-child(5){
	top:-60px;
}


#nero_next{
	position:absolute;
	bottom:30px;
	left:145px;
	z-index:70;
	cursor:pointer;
	display:none;
}
#tranpo_next{
	position:absolute;
	top:85px;
	right:145px;
	z-index:70;
	cursor:pointer;
	display:none;
}
#tranpo_next img,
#tranpo_next img{
	display:block;
}

.header{
	position:absolute;
	left:0;
	top:0;
	z-index:100;
	width:100%;
	height:67px;
	border-bottom:1px solid rgba(255,255,255,0.15);
	display:none;
}
.header .logo{
	position:absolute;
	left:20px;
	top:15px;
}
.global_nav{
	position:absolute;
	left:280px;
	top:0;
	overflow:hidden;
}
.global_nav li{
	float:left;
	margin:0 25px;
	background-color:rgba(0,0,0,0);
}
.global_nav li a{
	display:block;
	padding:25px 0px 26px;
	outline:none;
}
.global_nav li a:hover{
	border-bottom:1px solid rgba(255,255,255,0.5);
}
.global_nav li.current a{
	border-bottom:1px solid #fff;
}
.header .jackall_logo{
	position:absolute;
	right:20px;
	top:24px;
}
#tranpo_header .logo{
	left:120px;
	top:20px;
}
#tranpo_header .global_nav{
	left:400px;
}

#nero_video_wrap,
#tranpo_video_wrap{
	position:absolute;
	width:100%;
	height:100%;
	display:none;
}
#nero_video_wrap{
	background-color:#901a00;
}
#nero_video_wrap .video{
	position:absolute;
	opacity:0.4;
	background-size: cover;
	background-position: center;
	width: 63% !important;
	left: 0;
}
#nero_video_wrap .dot{
	/* background:url(../images/dot.gif); */
	width:100%;
	height:100%;
	position:absolute;
	opacity:0.8;
}
#tranpo_video_wrap{
	background-color:#000;
}
#tranpo_video_wrap .video{
	position:absolute;
	opacity:0.7;
	background-size: cover;
	background-position: center;
	width: 63% !important;
	right: 0;
}
#tranpo_video_wrap .dot{
	/* background:url(../images/dot.gif); */
	width:100%;
	height:100%;
	position:absolute;
	opacity:0.8;
}

/* index
------------------------------------------------- */
#index{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	/* z-index: 999; */
}
.index_panel{
	width:50%;
	height:100%;
	position:absolute;
	top:0;
}
#nero_index.index_panel{
	left:0;
}
#tranpo_index.index_panel{
	left:50%;
}
.index_panel h2,
.index_panel h1{
	text-align:center;
}
.index_panel h1{
	margin-top:70px;
}
.index_copy{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-97px;
	margin-left:-148px;
	width:268px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
#nero_index.active .index_copy,#tranpo_index.active .index_copy{
	margin-top: -150px;
}
.index_copy_inner{
	position:absolute;
	opacity:0;
	color: #fff;
}
.index_copy_inner h1{
	font-size: 32px;
    font-weight: 500;
    margin-top: 16px;
    letter-spacing: 2px;
}
.index_copy_inner span{
	display: block;
    text-transform: uppercase;
    color: #888;
    margin-top: 13px;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 40px;
}
.index_panel .index_copy_inner .projects{
	position: relative;
	opacity: 0;
	top: 30px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
#nero_index.active .index_copy_inner .projects,#tranpo_index.active .index_copy_inner .projects{
	opacity: 1;
	top: 0;
}
.index_copy_inner em{
	position: relative;
	display: block;
	height: 10px;
}
.index_copy_inner em.em1:before{
	position: absolute;
	content: '';
	width: 10px;
	height: 2px;
	background: #fff;
	top: -20px;
	left: 50%;
	margin-left: -5px;
}
.index_copy_inner em.em1:after{
	position: absolute;
	content: '';
	width: 10px;
	height: 2px;
	background: #901a00;
	top: -20px;
	left: 50%;
	margin-left: 5px;
}
.index_copy_inner em.em2:before{
	position: absolute;
	content: '';
	width: 10px;
	height: 2px;
	background: #901a00;
	top: -20px;
	left: 50%;
	margin-left: -5px;
}
.index_copy_inner em.em2:after{
	position: absolute;
	content: '';
	width: 10px;
	height: 2px;
	background: #fff;
	top: -20px;
	left: 50%;
	margin-left: 5px;
}
.index_copy_inner em.em3:before{
	position: absolute;
	content: '';
	width: 10px;
	height: 2px;
	background: #fff;
	top: -20px;
	left: 50%;
	margin-left: -5px;
}
.index_copy_inner em.em3:after{
	position: absolute;
	content: '';
	width: 10px;
	height: 2px;
	background: #000;
	top: -20px;
	left: 50%;
	margin-left: 5px;
}
.index_copy_inner em.em4:before{
	position: absolute;
	content: '';
	width: 10px;
	height: 2px;
	background: #000;
	top: -20px;
	left: 50%;
	margin-left: -5px;
}
.index_copy_inner em.em4:after{
	position: absolute;
	content: '';
	width: 10px;
	height: 2px;
	background: #fff;
	top: -20px;
	left: 50%;
	margin-left: 5px;
}
.index_copy_inner p{
	font-size: 15px;
	color: #c5c5c5;
	text-align: center;
	line-height: 1.5;
}
.projects ul{
	overflow: hidden;
}
.projects li{
	position: relative;
    float: left;
    width: 50%;
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 2px;
}
.projects li span{
	display: inline-block;
	margin: 0;
	width: 110px;
	color: #c5c5c5;
	padding-left: 25px;
	background-size: 17px;
    background-position: left;
    background-repeat: no-repeat;
}
/* .projects li:before{
	position: absolute;
	content: '';
	width: 3px;
    height: 3px;
    left: 12.5px;
	top: 0;
	background: rgba(255,255,255,0.65);
} */
#nero_index .index_copy{
	/* left:62%; */
	left:56%;
}
#tranpo_index .index_copy{
	left:43%;
}
#nero_index{
	background:url(../images/nero_top_en.png) no-repeat left center;
}
#tranpo_index{
	background:url(../images/tranpo_top_en.png) no-repeat right center;
}
.top_logo_ydy{
	position: absolute;
	z-index: 999;
}
#top_jackall_logo{
	position:absolute;
	left:50%;
	top:50%;
	margin-left: -59px;
    margin-top: -74px;
	width: 100px;
	height: 100px;
	z-index: 999;
}
.top_logo_ydy img{
	width: 84px;
	display: block;
	margin: 8px 0 0 8px;
}
.top_logo_back{
	position: absolute;
	width: 100px;
	height: 100px;
	background: #901a00;
	top: 0;
	left: 0;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	transition: all .8s;
	-webkit-transform: rotate(-65deg);
	   -moz-transform: rotate(-65deg);
	    -ms-transform: rotate(-65deg);
	        transform: rotate(-65deg);
}
.top_logo_back.active{
	-webkit-transform: rotate(0);
	   -moz-transform: rotate(0);
	    -ms-transform: rotate(0);
	        transform: rotate(0);
}
.ydy_line_1 {
	opacity: 0.5;
    width: 1px;
    height: 550px;
    position: absolute;
    top: -548px;
    left: 50%;
    margin-left: -95px;
    background: #fff;
    -webkit-transform: rotate(-20deg);
       -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
            transform: rotate(-20deg);
}
.ydy_line_2 {
	opacity: 0.5;
    width: 63px;
    height: 1px;
    position: absolute;
    top: 0;
    margin-top: -14px;
    left: 50%;
    margin-left: 0;
    background: #fff;
}
.ydy_line_3 {
	opacity: 0.5;
    width: 1px;
    height: 124px;
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: 63px;
    background: #fff;
}
.ydy_line_4 {
	opacity: 0.5;
    width: 1px;
    height: 550px;
    position: absolute;
    bottom: 136px;
    left: 50%;
    margin-left: 142px;
    background: #fff;
    -webkit-transform: rotate(-20deg);
       -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
            transform: rotate(-20deg);
}

.nav_dyd{
	position: absolute;
	width: 100px;
	height: 300px;
	top: 0;
	left: 0;
}
.nav_dyd li {
    position: relative;
    top: 237px;
	right: 0;
	margin-bottom: 22px;
    opacity: 0;
    transition: all 0.85s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.nav_dyd.appear li{
	top: 147px;
	opacity: 1;
}
.nav_dyd li a{
	color: #c5c5c5;
    font-size: 15px;
    display: inline-block;
    padding-left: 25px;
    background-size: 17px;
    background-position: left;
    background-repeat: no-repeat;
}
/* .appear .delay0 {
    opacity: 1;
    opacity: 1;
    top: 137px;
    left: 0;
}

.appear .delay1 {
    opacity: 1;
    top: 175px;
    left: 0;
    transition-delay: 0.28s;
}

.appear .delay2 {
    opacity: 1;
    top: 215px;
    left: 0;
    transition-delay: 0.48s;
}

.appear .delay3 {
    opacity: 1;
    top: 255px;
    left: 0;
    transition-delay: 0.68s;
} */
/* ---------------------------------------------- Nero --------------------------------------------------- */

/* nero concept
------------------------------------------------- */
#nero_concept{
	position:absolute;
	width:100%;
	height:100%;
	display:none;
	/* z-index:-1; */
}
#nero_concept_copy{
}
#nero_concept_copy,
#nero_concept_copy ol,
#nero_concept_copy li{
	position:absolute;
	width:100%;
	height:100%;
}
#nero_concept_copy > li > div{
	position:absolute;
}

#nero_concept_copy > li > div > img{
	display:block;
	position:relative;
	top:0;
	opacity:0;
}
#nero_concept_copy_en_01,
#nero_concept_copy_en_02,
#nero_concept_copy_en_03,
#nero_concept_copy_en_04{
	/* opacity:0.5; */
}
#nero_concept_copy_en_01{
	right:-2px;
	top:88px;
}
#nero_concept_copy_en_02{
	left:30px;
	bottom:125px;
}
#nero_concept_copy_en_03{
	left:270px;
	top:110px;
}
#nero_concept_copy_en_04{
	right:105px;
	bottom:-3px;
}

#nero_concept_copy_en_01 img,
#nero_concept_copy_en_02 img,
#nero_concept_copy_en_03 img,
#nero_concept_copy_en_04 img{
	left:-30px;
}

#nero_concept_copy_01{
	right:20px;
	top:235px;
}
#nero_concept_copy_02{
	left:253px;
	bottom:86px;
}
#nero_concept_copy_03{
	left:266px;
	top:240px;
}
#nero_concept_copy_04{
	right:105px;
	bottom:142px;
}
#nero_concept_copy_01 img,
#nero_concept_copy_02 img,
#nero_concept_copy_03 img,
#nero_concept_copy_04 img{
	left:30px;
}

/* nero design
------------------------------------------------- */
#nero_design{
	position:absolute;
	width:100%;
	height:100%;
	top:100%;
	left:-20%;
	display:none;
}
#nero_design .inner_design{
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
}
#nero_design ol{
	position:absolute;
	left:35%;
	width:2000px;
	height:2000px;
	z-index:70;
}
#nero_design ol li{
	/* width:320px; */
	width:70px;
	height:100%;
	margin-right:30px;
	overflow:hidden;
	float:left;
	background-color:#000000;
	position:relative;
	cursor:pointer;
	
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
}
#nero_design ol li:hover{
	-webkit-box-shadow: 0 0 10px 0 #777;
	-moz-box-shadow: 0 0 10px 0 #777;
	box-shadow: 0 0 10px 0 #777;
}
#nero_design ol li .image{
	position:absolute;
	left:50%;
	top:50%;
}
#nero_design ol li .image img{
	-moz-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
}
#nero_design ol li .copy{
	position:absolute;
	left:50%;
	top:50%;
	-moz-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
        display:none;
}

#nero_design_01 .copy{
	margin-top:30px;
	margin-left:-130px;
}
#nero_design_01 .image{
	margin-top:-300px;
	margin-left:-245px;
}
#nero_design_02 .copy{
	margin-top:-250px;
	margin-left:-150px;
}
#nero_design_02 .image{
	margin-top:-40px;
	margin-left:-220px;
}
#nero_design_03 .copy{
	margin-top:60px;
	margin-left:-130px;
}
#nero_design_03 .image{
	margin-top:-280px;
	margin-left:-270px;
}
#nero_design_04 .copy{
	margin-top:-200px;
	margin-left:-150px;
}
#nero_design_04 .image{
	margin-top:-80px;
	margin-left:-220px;
}
#nero_design_05 .copy{
	margin-top:60px;
	margin-left:-130px;
}
#nero_design_05 .image{
	margin-top:-300px;
	margin-left:-270px;
}


/* nero lineup
------------------------------------------------- */
#nero_lineup{
	top: 0 !important;
	left: 0 !important;
	height:100%;
	width:100%;
	display: none;
}
#nero_lineup .inner_lineup{
	position:absolute;
	top:68px;
	width:100%;
	/* background:url(../images/nero_lineup_line.png) no-repeat center center; */
}
#nero_lineup .position{
	position:absolute;
	top:25px;
	left:50%;
	margin-left:-250px;
}
#nero_lineup .position span{
	display:block;
	width:5px;
	height:5px;
	border-radius:5px;
	background-color:#999999;
	float:left;
	margin-right:8px;
}
#nero_lineup .position span.current{
	background-color:#b3a069;
}
#nero_lineup .lineup_title{
	position:absolute;
	left:0;
	top:40px;
	left:50%;
	margin-left:-250px;
	z-index:1;
}
#nero_spinning{
	opacity:0;
}
#nero_lineup .lineup_list_wrap{
	width:500px;
	height:100%;
	margin:0 auto;
	position:relative;
}
#nero_lineup .lineup_prev,
#nero_lineup .lineup_next{
	position:absolute;
	width:64px;
	height:64px;
	border-radius:64px;
	background-color:#b3a069;
	cursor:pointer;
	z-index:70;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#nero_lineup .lineup_prev:hover,
#nero_lineup .lineup_next:hover{
	background-color:#caae5d;
}
#nero_lineup .lineup_prev{
	background:#b3a069 url(../images/nero_arrow_left.png) no-repeat center center;
	left:-130px;
	top:50%;
	margin-top:-32px;
}
#nero_lineup .lineup_next{
	background:#b3a069 url(../images/nero_arrow_right.png) no-repeat center center;
	right:-130px;
	top:50%;
	margin-top:-32px;
}
#nero_lineup .lineup_list{
	height:100%;
	width:10000px;
	position:absolute;
}
#nero_lineup .lineup_box{
	width:500px;
	height:100%;
	float:left;
	margin-right:200px;
	position:relative;
}
#nero_lineup .lineup_image{
	width:200px;
	position:absolute;
	left:-50px;
	top:50%;
	margin-top:-320px;
}
#nero_lineup .lineup_text{
	width:300px;
	color:#fff;
	position:absolute;
	left:170px;
	top:50%;
	margin-top:-150px;
}
#nero_lineup .lineup_text a{
	color:#fff;
}
#nero_lineup .lineup_text h3{
	margin-bottom:30px;
}
#nero_lineup .lineup_text p{
	margin-bottom:30px;
	line-height:1.8;
}
#nero_lineup .lineup_text .fit_lure h4{
	width:80px;
	float:left;
	font-weight:normal;
	color:#999;
	margin:5px 0;
}
#nero_lineup .lineup_text .fit_lure ul{
	width:200px;
	float:right;
	border-left:1px solid #666;
	padding-left:19px;
}
#nero_lineup .lineup_text .fit_lure ul li{
	margin:5px 0;
}
#nero_lineup .lineup_text .fit_lure ul li a{
	color:#dfbf60;
	background:url(../images/nero_link_icon.gif) no-repeat left center;
	padding-left:12px;
	display:inline-block;
}

/* nero spec
------------------------------------------------- */
#nero_spec{
	position:absolute;
	height:100%;
	width:100%;
	left:-20%;
	top:100%;
}
#nero_spec .inner_spec{
	position:absolute;
	width:960px;
	left:50%;
	top:50%;
	margin-left:-480px;
	margin-top:-200px;
	z-index:80;
}
#nero_spec .spec_table th,
#nero_spec .spec_table td{
	padding:10px 0;
	font-size:92%;
}
#nero_spec .spec_table th{
	color:#b3a069;
	border-top:1px solid rgba(179,160,105,0.5);
	border-bottom:1px solid rgba(179,160,105,0.5);
}
#nero_spec .spec_table td{
	color:#fff;
	border-bottom:1px dotted rgba(255,255,255,0.3);
}
#nero_back_top{
	cursor:pointer;
	width:69px;
	margin:30px auto 0;
}
#nero_back_top img{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#nero_back_top img:hover{
	position:relative;
	top:-3px;
}

/* ---------------------------------------------- Tranpo --------------------------------------------------- */

/* tranpo concept
------------------------------------------------- */
#tranpo_concept{
	position:absolute;
	width:100%;
	height:100%;
	display:none;
	/* z-index:-1; */
}

#tranpo_concept_copy{
}
#tranpo_concept_copy,
#tranpo_concept_copy ol,
#tranpo_concept_copy li{
	position:absolute;
	width:100%;
	height:100%;
}
#tranpo_concept_copy > li > div{
	position:absolute;
}

#tranpo_concept_copy_01,
#tranpo_concept_copy_02,
#tranpo_concept_copy_03,
#tranpo_concept_copy_04{
	width:100%;
	left:0;
	top:50%;
	text-align:center;
	margin-left:-30px;
	opacity:0;
}
#tranpo_concept_copy_01{
	margin-top:-134px;
}
#tranpo_concept_copy_02{
	margin-top:-66px;
}
#tranpo_concept_copy_03{
	margin-top:-95px;
}
#tranpo_concept_copy_04{
	margin-top:-63px;
}
#tranpo_concept_copy_en_01,
#tranpo_concept_copy_en_02,
#tranpo_concept_copy_en_03,
#tranpo_concept_copy_en_04{
	width:100%;
	left:0;
	bottom:0;
	font-family: 'Titillium Web', sans-serif;
	font-size:300px;
	font-style:italic;
	color:rgba(255,112,0,0.3);
	letter-spacing:100px;
	text-indent:-50px;
	opacity:0;
	-moz-transform-origin:0 0;
	-webkit-transform-origin:0 0;
	-o-transform-origin:0 0;
	-ms-transform-origin:0 0;
	transform-origin:0 0;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
#tranpo_concept_copy_en_01{
	text-indent:-50px;
}
#tranpo_concept_copy_en_02{
	text-indent:-150px;
}
#tranpo_concept_copy_en_04{
	text-indent:-200px;
}

/* tranpo design
------------------------------------------------- */
#tranpo_design{
	position:absolute;
	width:100%;
	height:100%;
	display:none;
	top:-100%;
	left:20%;
}
#tranpo_design .inner_design{
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
}
#tranpo_design ol{
	width:100%;
	height:100%;
	position:absolute;
	z-index:69;
}
#tranpo_design ol li{
	position:absolute;
	cursor:pointer;
}
#tranpo_design_01{
	left:43%;
	top:55%;
}
#tranpo_design_02{
	left:75%;
	top:60%;
}
#tranpo_design_03{
	left:21%;
	top:30%;
}
#tranpo_design_04{
	left:65%;
	top:25%;
}
#tranpo_design_05{
	left:17%;
	top:75%;
}

#tranpo_design ol li .image{
	position:absolute;
	left:-85px;
	top:-85px;
	width:170px;
	height:170px;
	border-radius:433px;
	overflow:hidden;
}
#tranpo_design ol li:hover .image{
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
	opacity:0.8;
}

#tranpo_design_01 .image{
	background-color:rgba(225,99,0,0.8);
}
#tranpo_design_02 .image{
	background-color:rgba(255,255,255,0.8);
}
#tranpo_design_03 .image{
	background-color:rgba(225,99,0,0.8);
}
#tranpo_design_04 .image{
	background-color:rgba(0,0,0,0.8);
}
#tranpo_design_05 .image{
	background-color:rgba(0,0,0,0.8);
}

#tranpo_design ol li .image img{
	display:block;
	position:absolute;
	left:50%;
	top:50%;
}
#tranpo_design_01 .image img{
	margin-top:-250px;
	margin-left:-300px;
}
#tranpo_design_02 .image img{
	margin-top:-280px;
	margin-left:-250px;
}
#tranpo_design_03 .image img{
	margin-top:-300px;
	margin-left:-300px;
}
#tranpo_design_04 .image img{
	margin-top:-280px;
	margin-left:-300px;
}
#tranpo_design_05 .image img{
	margin-top:-300px;
	margin-left:-330px;
}

#tranpo_design ol li .copy{
	position:absolute;
	display:none;
}
#tranpo_design_01 .copy{
	left:0px;
	top:20px;
}
#tranpo_design_02 .copy{
	left:-220px;
	top:-10px;
}
#tranpo_design_03 .copy{
	left:-50px;
	top:-30px;
}
#tranpo_design_04 .copy{
	top:-30px;
	left:-20px;
}
#tranpo_design_05 .copy{
	left:0px;
	top:-50px;
}

/* tranpo lineup
------------------------------------------------- */
#tranpo_lineup{
	position:absolute;
	height:100%;
	width:100%;
	top:-100%;
	left:20%;
	display:none;
}
#tranpo_lineup .inner_lineup{
	position:absolute;
	top:68px;
	width:100%;
}
#tranpo_lineup .position{
	position:absolute;
	top:25px;
	left:100px;
}
#tranpo_lineup .position span{
	display:block;
	width:5px;
	height:5px;
	border-radius:5px;
	background-color:#ffca8d;
	float:left;
	margin-right:8px;
}
#tranpo_lineup .position span.current{
	background-color:#fff;
}
#tranpo_lineup .lineup_title{
	position:absolute;
	left:0;
	top:40px;
	left:90px;

}
#tranpo_spinning{
	opacity:0;
}
#tranpo_lineup .lineup_list_wrap{
	width:500px;
	height:100%;
	margin:0 auto;
	position:relative;
}
#tranpo_lineup .lineup_prev,
#tranpo_lineup .lineup_next{
	position:absolute;
	width:64px;
	height:64px;
	border-radius:64px;
	background-color:#b3a069;
	cursor:pointer;
	z-index:70;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#tranpo_lineup .lineup_prev:hover,
#tranpo_lineup .lineup_next:hover{
	background-color:#f66a16;
}
#tranpo_lineup .lineup_prev{
	background:#f44f0e url(../images/tranpo_arrow_left.png) no-repeat center center;
	left:-110px;
	top:50%;
	margin-top:-32px;
}
#tranpo_lineup .lineup_next{
	background:#f44f0e url(../images/tranpo_arrow_right.png) no-repeat center center;
	right:-110px;
	top:50%;
	margin-top:-32px;
}
#tranpo_lineup .lineup_list{
	height:100%;
	width:10000px;
	position:absolute;
	top:50%;
	margin-top:-240px;
}
#tranpo_lineup .lineup_box{
	width:500px;
	height:500px;
	border-radius:500px;
	background-color:rgba(255,255,255,0.8);
	float:left;
	margin-right:200px;
	position:relative;
}
#tranpo_lineup .lineup_box:before{
	content:"";
	display:block;
	width:500px;
	height:500px;
	border-radius:500px;
	border:20px solid rgba(255,255,255,0.2);
	position:absolute;
	left:-20px;
	top:-20px;
}
#tranpo_lineup .lineup_image{
	width:200px;
	position:absolute;
	left:-30px;
	top:50%;
	margin-top:-350px;
}
#tranpo_lineup .lineup_text{
	width:300px;
	color:#000;
	position:absolute;
	left:150px;
	top:50%;
	margin-top:-160px;
}
#tranpo_lineup .lineup_text h3{
	margin-bottom:30px;
}
#tranpo_lineup .lineup_text p{
	margin-bottom:30px;
	line-height:1.8;
}
#tranpo_lineup .lineup_text .fit_lure h4{
	width:80px;
	float:left;
	font-weight:normal;
	color:#999;
	margin:5px 0;
}
#tranpo_lineup .lineup_text .fit_lure ul{
	width:200px;
	float:right;
	border-left:1px solid #d7c8b5;
	padding-left:19px;
}
#tranpo_lineup .lineup_text .fit_lure ul li{
	margin:5px 0;
}
#tranpo_lineup .lineup_text .fit_lure ul li a{
	color:#e16300;
	background:url(../images/tranpo_link_icon.gif) no-repeat left center;
	padding-left:12px;
	display:inline-block;
}



/* tranpo spec
------------------------------------------------- */
#tranpo_spec{
	position:absolute;
	width:100%;
	height:100%;
	top:-100%;
	left:20%;
	display:none;
}
#tranpo_spec .inner_spec{
	position:absolute;
	width:960px;
	left:50%;
	top:50%;
	margin-left:-480px;
	margin-top:-150px;
	z-index:80;
}
#tranpo_spec .spec_table th,
#tranpo_spec .spec_table td{
	padding:10px 0;
	font-size:92%;
}
#tranpo_spec .spec_table th:first-child,
#tranpo_spec .spec_table td:first-child{
	padding-left:10px;
}
#tranpo_spec .spec_table th{
	background-color:rgba(223,98,0,0.8);
	color:#fff;
}
#tranpo_spec .spec_table td{
	background-color:rgba(255,255,255,0.8);
	color:#000;
	border-bottom:1px dotted rgba(0,0,0,0.3);
}
#tranpo_back_top{
	cursor:pointer;
	width:69px;
	margin:0 auto 30px;
}
#tranpo_back_top img{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#tranpo_back_top img:hover{
	position:relative;
	top:3px;
}


#trans3DDemo1 {
	position: fixed;
    display: inline-block;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -200px;
}
#trans3DBoxes1 div {
	position:absolute;
	width:80px;
	height:80px;
	padding:0;
	margin:0;
	border: 1px solid rgba(255,255,255,0.3);
	background-image:url(../picture/title_1.jpg);
	background-size: cover;
    background-position: center;
	display:block;
	text-align:center;
	font-size:36px;
	font-weight:bold;
	font-size: 0;
	opacity: 1 !important;
}

.index_panel>a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	display: none;
}
