@charset "UTF-8";


html,body{
	height:100%;
	width:100%;
}
body{
	overflow-x:hidden;
}
#wrapper{
	position: relative;
	width:100%;
	height:90%;

}


.el{
	opacity: 1;
	-webkit-transition: all 1.5s ease-in-out 2s;
	   -moz-transition: all 1.5s ease-in-out 2s;
	    -ms-transition: all 1.5s ease-in-out 2s;
	     -o-transition: all 1.5s ease-in-out 2s;
	        transition: all 1.5s ease-in-out 2s;
}
.def .el{
	-webkit-transition: all 0s ease 0s;
	   -moz-transition: all 0s ease 0s;
	    -ms-transition: all 0s ease 0s;
	     -o-transition: all 0s ease 0s;
	        transition: all 0s ease 0s;
	opacity: 0;
}
#roadshow{
	position: absolute;
	right:3%;
	bottom:40px;
}
#roadshow img{
	display: block;
}
#roadshow li{
	display: block;
	padding-top:20px;
}
#credit2{
	position: absolute;
	bottom:10px;
	right:3%;
}
#nav-main{
	position: absolute;
	left:3%;
	bottom:20px;
}
#nav-main li{
	padding-top:5px;
}
#nav-main li.nav-tw{
	padding-top:10px;
}
#nav-main img{
	display:block;
}


#footer{
	background:url(../img/top/line.png) repeat-x;
	padding:30px 0 20px;
	z-index: 1;
}


#credit{
	display: block;
	padding-top:20px;
	font-size:10px;
	line-height: 1.6;
	text-align: center;
}
#credit dt{
	display: block;
	padding-bottom:10px;
}
#credit a{
	display: block;
	width:200px;
	padding:8px;
	border:1px solid #666;
	text-align: center;
	margin:0 auto;
}
#credit a img{
	display: block;
	margin:0 auto;
	height:10px;
}
#credit dd{
	display: none;
}
/**/
#share{
	text-align: right;
	padding:12px 0;
}
#share li{
	display: inline-block;
	padding:10px 5px 0;
}
/**/
#btn-top{
	position: fixed;
	right:30px;
	bottom:0;
	height:0px;
	width:60px;
	overflow: hidden;
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
}
#btn-top.active{
	height:60px;
}
#btn-top img{
	display: block;
}

/**/
h2{
	padding-bottom:20px;
}
#comment{
	background:url(../img/top/line.png) repeat-x;
	padding:100px 0;
}
#comment img{
	display: block;
	margin:0 auto;
}
#comment dt{
	padding:70px 0 35px;
}



.sect{
	position: relative;
	width:100%;
	min-width:1100px;
}
.sect .cont{
	padding-bottom:30px;
	-webkit-transition: all 1s ease .5s;
	   -moz-transition: all 1s ease .5s;
	    -ms-transition: all 1s ease .5s;
	     -o-transition: all 1s ease .5s;
	        transition: all 1s ease .5s;
}
.sect.ip .cont{
	-webkit-transition: all 1s ease 0s;
	   -moz-transition: all 1s ease 0s;
	    -ms-transition: all 1s ease 0s;
	     -o-transition: all 1s ease 0s;
	        transition: all 1s ease 0s;
}
.sect .inner{
	width:100%;
	max-width:1330px;
	margin:0 auto;
}
.sect.top{
	background:#000;
}
.sect.def .cont{
	opacity: 0;
	-webkit-transition: all 0s ease 0s;
	   -moz-transition: all 0s ease 0s;
	    -ms-transition: all 0s ease 0s;
	     -o-transition: all 0s ease 0s;
	        transition: all 0s ease 0s;
	-webkit-transform: translate3D(0px,30px,0px);
	   -moz-transform: translate3D(0px,30px,0px);
	    -ms-transform: translate3D(0px,30px,0px);
	     -o-transform: translate3D(0px,30px,0px);
	        transform: translate3D(0px,30px,0px);
}

h2{
	display: block;
	width:100%;
	text-align: center;
	background:#fff;
}
h2 div{
	width:240px;
	height:15px;
	margin:0 auto;
	border-bottom:1px solid #000;
	-webkit-transition: all 1s ease-in-out;
	   -moz-transition: all 1s ease-in-out;
	    -ms-transition: all 1s ease-in-out;
	     -o-transition: all 1s ease-in-out;
	        transition: all 1s ease-in-out;
}
.intro h2 div{ background:url(../img/intro/title.png) no-repeat center center; }
.story h2 div{ background:url(../img/story/title.png) no-repeat center center; }
.pn h2 div{ background:url(../img/pn/title.png) no-repeat center center; }
.cast h2 div{ background:url(../img/cast/title.png) no-repeat center center; }
.staff h2 div{ background:url(../img/staff/title.png) no-repeat center center; }

.sect.def h2 div{
	width:0;
	-webkit-transition: all 0s ease 0s;
	   -moz-transition: all 0s ease 0s;
	    -ms-transition: all 0s ease 0s;
	     -o-transition: all 0s ease 0s;
	        transition: all 0s ease 0s;
}

#banners{
	position: absolute;
    top: 100px;
    right: 15%;
    width: 13%;
}
#banners li,
#banners li img{
	display: block;
	width:100%;
}

/**/
#credit{
	text-align: right;
	background:#000;
	font-size:12px;
	color:#ccc;
	line-height: 1.6;
	padding:10px 20px 30px;
	display: none;
}
#btn-credit{
	float: right;
	margin:20px 0 20px 20px;
}
#btn-partner{
	float: right;
	margin:20px 0 20px 20px;
}
#partner{
	position: fixed;
	width:100%;
	height: 100%;
	top:0;
	left:0;
	/*background:url(../img/top/partner.png) no-repeat center center #000;*/
	background:#000;
	z-index: 100;
	display: none;
	overflow-y:scroll;
}
#partner img{
	display: block;
	margin:0px auto;
}
#partner .inner{
	position:relative;
	width:912px;
	margin:0 auto;
	padding:70px 0;
}
#partner .close{
	position: fixed;
	top:20px;
	right:30px;
}
#partner ul a{
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100px;
	height:30px;
	/*background:rgba(255,0,0,0.5);*/
}
#partner ul li:nth-child(1) a{
	top: 116px;
    left: 394px;
    width: 124px;
    height: 54px;
}
#partner ul li:nth-child(2) a{
	top: 190px;
    left: 75px;
    width: 143px;
    height: 50px;
}
#partner ul li:nth-child(3) a{
	top: 190px;
    left: 275px;
    width: 173px;
    height: 50px;
}
#partner ul li:nth-child(4) a{
	top: 190px;
    left: 485px;
    width: 163px;
    height: 50px;
}
#partner ul li:nth-child(5) a{
	top: 190px;
    left: 695px;
    width: 140px;
    height: 50px;
}
#partner ul li:nth-child(6) a{
	top: 256px;
    left: 9px;
    width: 134px;
    height: 50px;
}
#partner ul li:nth-child(7) a{
	top: 256px;
    left: 210px;
    width: 124px;
    height: 50px;
}
#partner ul li:nth-child(8) a{
	top: 256px;
    left: 400px;
    width: 190px;
    height: 50px;
}
#partner ul li:nth-child(9) a{
	top: 242px;
    left: 653px;
    width: 42px;
    height: 80px;
}
#partner ul li:nth-child(10) a{
	top: 256px;
    left: 763px;
    width: 140px;
    height: 50px;
}
#partner ul li:nth-child(11) a{
	top: 323px;
    left: 45px;
    width: 270px;
    height: 50px;
}
#partner ul li:nth-child(12) a{
	top: 323px;
    left: 375px;
    width: 119px;
    height: 50px;
}
#partner ul li:nth-child(13) a{
	top: 323px;
    left: 558px;
    width: 132px;
    height: 50px;
}
#partner ul li:nth-child(14) a{
	top: 323px;
    left: 754px;
    width: 115px;
    height: 50px;
}
#partner ul li:nth-child(15) a{
	top: 379px;
    left: 44px;
    width: 50px;
    height: 50px;
}
#partner ul li:nth-child(16) a{
	top: 376px;
    left: 161px;
    width: 60px;
    height: 58px;
}
#partner ul li:nth-child(17) a{
	top: 379px;
    left: 286px;
    width: 190px;
    height: 50px;
}
#partner ul li:nth-child(18) a{
	top: 379px;
    left: 540px;
    width: 176px;
    height: 50px;
}
#partner ul li:nth-child(19) a{
	top: 379px;
    left: 783px;
    width: 86px;
    height: 50px;
}
#partner ul li:nth-child(20) a{
	top: 564px;
    left: 48px;
    width: 87px;
    height: 50px;
}
#partner ul li:nth-child(21) a{
	top: 564px;
    left: 173px;
    width: 100px;
    height: 50px;
}
#partner ul li:nth-child(22) a{
	top: 548px;
    left: 320px;
    width: 100px;
    height: 76px;
}
#partner ul li:nth-child(23) a{
	top: 564px;
    left: 465px;
    width: 220px;
    height: 50px;
}
#partner ul li:nth-child(24) a{
	top: 564px;
    left: 727px;
    width: 140px;
    height: 50px;
}
#partner ul li:nth-child(25) a{
	top: 654px;
    left: 103px;
    width: 45px;
    height: 54px;
}
#partner ul li:nth-child(26) a{
	top: 653px;
    left: 200px;
    width: 140px;
    height: 50px;
}
#partner ul li:nth-child(27) a{
	top: 653px;
    left: 395px;
    width: 146px;
    height: 50px;
}
#partner ul li:nth-child(28) a{
	top: 652px;
    left: 603px;
    width: 70px;
    height: 50px;
}
#partner ul li:nth-child(29) a{
	top: 652px;
    left: 730px;
    width: 100px;
    height: 50px;
}

#partner ul li:nth-child(30) a{
	top: 727px;
    left: 246px;
    width: 180px;
    height: 50px;
}
#partner ul li:nth-child(31) a{
	top: 727px;
    left: 492px;
    width: 181px;
    height: 50px;
}
#partner ul li:nth-child(32) a{
	top: 891px;
    left: 148px;
    width: 100px;
    height: 50px;
}
#partner ul li:nth-child(33) a{
	top: 891px;
    left: 284px;
    width: 100px;
    height: 50px;
}
#partner ul li:nth-child(34) a{
	top: 891px;
    left: 421px;
    width: 143px;
    height: 50px;
}
#partner ul li:nth-child(35) a{
	top: 891px;
    left: 605px;
    width: 141px;
    height: 50px;
}
#partner ul li:nth-child(36) a{
	top: 1055px;
    left: 366px;
    width: 187px;
    height: 50px;
}
#partner ul li:nth-child(37) a{
	top: 1220px;
    left: 7px;
    width: 120px;
    height: 50px;
}
#partner ul li:nth-child(38) a{
	top: 1220px;
    left: 153px;
    width: 187px;
    height: 50px;
}
#partner ul li:nth-child(39) a{
	top: 1220px;
    left: 367px;
    width: 186px;
    height: 50px;
}
#partner ul li:nth-child(40) a{
	top: 1220px;
    left: 583px;
    width: 149px;
    height: 50px;
}
#partner ul li:nth-child(41) a{
	top: 1220px;
    left: 765px;
    width: 138px;
    height: 50px;
}
/****************/
/**　menu　**/
/****************/
#menu{
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	     -o-transform: translateZ(0);
	        transform: translateZ(0);
	position: fixed;
	left:0;
	top:0;
	width:100%;
	height:70px;
	z-index: 12;
	text-align: center;
	-webkit-transition: top 1.8s cubic-bezier(0, .95, 0, 1) 1.8s, opacity 1s ease-in-out 1.8s;
	   -moz-transition: top 1.8s cubic-bezier(0, .95, 0, 1) 1.8s, opacity 1s ease-in-out 1.8s;
	    -ms-transition: top 1.8s cubic-bezier(0, .95, 0, 1) 1.8s, opacity 1s ease-in-out 1.8s;
	     -o-transition: top 1.8s cubic-bezier(0, .95, 0, 1) 1.8s, opacity 1s ease-in-out 1.8s;
	        transition: top 1.8s cubic-bezier(0, .95, 0, 1) 1.8s, opacity 1s ease-in-out 1.8s;
}
#menu .main{
	position: absolute;
	display: block;
	background: url(../img/common/menu-base.png) repeat-x;
	/*overflow: hidden;*/
	width: 100%;
	height: 70px;
	padding-right: 130px;
    box-sizing: border-box;
	top:-70px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
#menu li{
	display: inline-block;
}
#menu li img{
	height:30px;
	vertical-align: top;
}
#menu li{
	
}
#menu li a{
	display: block;
	padding:20px 12px;
}
#menu .title{
	cursor: pointer;
	position: fixed;
	left:30%;
	margin-left: -336px;
	top:10px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
#menu .title img{
	width:50px;
}
#menu .atm{
	position: absolute;
	top:70px;
	left:0;
	width:100%;
	display: block;
	background: url(../img/common/menu_base2.png);
	overflow: hidden;
	height:0;
	opacity: 0;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
#menu .mark{
	display: block;
	width:39px;
	height:39px;
	background:url(../img/common/menu-mark.png);
	position: fixed;
	top:16px;
	right:30%;
	margin-right:-330px;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
#menu .mark img{
	opacity: 0;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
#menu .fb{
	position: absolute;
	right:30%;
	top:0px;
	margin-right:-295px;
}

/**********************************************/
#menu.active{
	/*position: absolute;*/
}
#menu.active .main{
	top:0px;
	height:70px;
	
}
#menu{
	
}
#menu.active .mark{
	opacity: 0;
}
#menu.active .title{
	opacity: 0;
}

#menu.open .main{
	top:0;
	height:70px;

}
#menu.open .mark img{
	opacity: 1;
}
#menu.hover .btn-atm .atm{
	height:70px;
	opacity: 1;
}
#menu.hover .main{
	height:140px;
}
/**********************************************/
.def #menu.active{
	top:-70px;
	opacity: 0;
	-webkit-transition: all 0s ease 0s;
	   -moz-transition: all 0s ease 0s;
	    -ms-transition: all 0s ease 0s;
	     -o-transition: all 0s ease 0s;
	        transition: all 0s ease 0s;
}

/**********************************************/
/** top **/
/**********************************************/
.top{
	padding-bottom:0px;
}
.top .v li{
	position: relative;
	display: block;
	float: left;
	width:25%;
}
.top .v li.v1{
	width:100%;
	padding-bottom:20px;
}
.top .v li div{
	padding:0 10px;
}
.top .v li img.v{
	width:100%;
	display: block;
}
h1{
	left:16%;
	top:90px;
	width:10%;
	position: absolute;
	display: block;
	opacity:1;
	z-index: 10;
	-webkit-transition: all 3s ease-out 0s;
	   -moz-transition: all 3s ease-out 0s;
	    -ms-transition: all 3s ease-out 0s;
	     -o-transition: all 3s ease-out 0s;
	        transition: all 3s ease-out 0s;
}
body.def h1{
	opacity: 0;
	-webkit-transition: all 0s ease 0s;
	   -moz-transition: all 0s ease 0s;
	    -ms-transition: all 0s ease 0s;
	     -o-transition: all 0s ease 0s;
	        transition: all 0s ease 0s;
	-webkit-transform: scale3D(1.1,1.1,1);
	   -moz-transform: scale3D(1.1,1.1,1);
	    -ms-transform: scale3D(1.1,1.1,1);
	     -o-transform: scale3D(1.1,1.1,1);
	        transform: scale3D(1.1,1.1,1);
}
h1 img {
	display: block;
	width:100%;
	margin:0 auto;
}
.top .v li.v1 .copy1{
	position: absolute;
    right: 6%;
    top: 105px;
    height: 54.5%;
}
.top .v li.v1 .copy1 img{
	display: block;
	height:100%;
}
.top .v li.v1 .prize{
	position: absolute;
    right: 20px;
    bottom: 25px;
}
.top .v li.v1 .roadshow{
	position: absolute;
    right: 238px;
    bottom: 35px;
}
.top .copy2{
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align: right;
	padding:40px 10px 35px;
}
.top .copy2 img{
	width:92%;
}
.top .biling{
	padding:0 10px;
}
.top .biling .inner{
	display: block;
	overflow: hidden;
	width:100%;
	height:106px;
	background:url(../img/top/biling.png) no-repeat right center;
}
.top .biling .inner *{
	text-indent: -9999px;

}
/****************/
/**intro**/
/****************/
.intro .cont{
	background:url(../img/intro/base.png);
}
.op .cont{
	padding-bottom:0;
}
.op .v{
	position: relative;
}
.op .v img{
	display: block;
	width:100%;
}
.op .v img.copy1{
	display: block;
	width:auto;
	position: absolute;
	top:50%;
	left:50%;
	margin:-190px 0 0 -190px;
}
.intro .inner{
	width:1020px;
	margin:0 auto;
}

h2{
	padding:30px 0;
}
h2 img{
	display: block;
	margin: 0 auto;
}
.content h3{
	padding-bottom:30px;
	padding-top:70px;
}
.content p{
	color:#000;
	text-align: justify;
	font-size:16px;
	line-height: 1.8;
	padding-bottom:40px;
}

/****************/
/**story**/
/****************/
.story .cont{
	background:url(../img/story/base.png);
	padding-bottom:0;
}
.story img{
	display: block;
	margin:0 auto;
}
.story p{
	width:1020px;
	margin:40px auto 0;
}

/****************/
/**pn**/
/****************/
.pn .cont{
	background:url(../img/pn/base2.png);
	padding-bottom:0;
}
.pn .menu{
	text-align: center;
	background:url(../img/pn/base1.png);
}
.pn .menu ul{
	display: block;
	text-align: right;
	background: url(../img/pn/line.png) no-repeat right center;
	width:1020px;
	/*height:206px;*/
	margin:0 auto;
	padding-right:3px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.pn .menu li{
	display: block;
	float: right;
	width:10%;
	height:100%;
	-webkit-transition: background-image .25s ease;
	   -moz-transition: background-image .25s ease;
	    -ms-transition: background-image .25s ease;
	     -o-transition: background-image .25s ease;
	        transition: background-image .25s ease;
}
.pn .menu li:hover,
.pn .menu li.cur{
	background:url(../img/pn/btn-base.png) no-repeat 5px top;
}
.pn .menu li.cur a{
	cursor: default;
}
.pn .menu li a{
	display: block;
	width:100%;
	height:100%;
	height:206px;
	padding:47px 0 47px 1px;
	background:url(../img/pn/line.png) no-repeat left center;
}
.pn .menu li img{
	display: block;
	margin:0 auto;
}
.pn .inner{
	width:100%;
}
.pn .content{
	position: relative;
	width:1020px;
	height:555px;
	margin:0 auto;
}
.pn .content div{
	position: absolute;
	top:0;
	left:0;
	opacity:0;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.pn .content div.cur{
	opacity: 1;
}
.pn .v{
	width:100%;
	background:#fff;
}
.pn .v img{
	display: block;
	margin:0 auto;
}
.img{
	width:100%;
	max-width:1330px;
	margin:0 auto;
}
.img img{
	display: block;
	width:100%;
}
/*cast*/
.cast .cont{
	background:#f8faee;
}
.cast .inner{
	width:1060px;
	padding-top:96px;
	text-align: center;
}
.cast img{
	display: block;
}
.cast dl{
	vertical-align: top;
	display: inline-block;
	width:490px;
	text-align: left;
	padding:0 18px 80px;
}
.cast dl.main{
	width: 1020px;
	float: none;
}
.cast dl.small{
	width:320px;
	padding: 0 14px 80px;
}
.cast dl.main dt{
	display: block;
	float: left;
}
.cast dl dd.name{
	padding-bottom:20px;
}
.cast dl dd.txt{
	line-height: 1.8;
	color:#000;
	text-align: justify;
}
.cast dl.main dd.txt{
	padding-left:520px;
	
}
.cast .t{
	text-align: center;
}
/*staff*/
.staff .cont{
	background:#f2f4ff;
	text-align: center;
	padding-bottom:0;
}
.staff .inner{
	padding-top:97px;
}
.staff dl{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	color:#000;
	line-height: 1.8;
	padding: 0 15px 60px;
}
.staff dl img{
	display: block;
	margin:0 auto;
}
.staff dl.main{
	width:1020px;
}
.staff dl.main dt{
	width:320px;
	float: left;
}
.staff dl dt{
	padding-bottom:20px;
}
.staff dl.main dd{
	padding-left:350px;
}
.staff dl dd{
	text-align: justify;
}
.staff dl.small{
	width:320px;
}
.staff dl.ed{
	width:670px;
}
.staff dl.ed dd img{
	float:left;
}
.staff dl.ed dd div{
	padding-left:290px;
}

.footer img{
	display: block;
	margin:10px auto;
}