﻿@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{ margin:0; padding:0;}
table{ border-collapse:collapse; border-spacing:0;}
fieldset,img{ border:0;}
address,caption,cite,code,dfn,em,strong,th,var{ font-style:normal; font-weight:normal;}
ol,ul{ list-style:none;}
caption,th{ text-align:left;}
h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal;}
q:before,q:after{ content:'';}
abbr,acronym{ border:0; font-variant:normal;}
sup{ vertical-align:text-top;}
sub{ vertical-align:text-bottom;}
input,textarea,select{ font-family:inherit; font-size:inherit; font-weight:inherit;}
input,textarea,select{ *font-size:100%;}
legend{ color:#000;}

body{
	font-family:"Microsoft YaHei",SimHei,"微软雅黑","黑体"; 
	background: #fff;
	color: #313131;
	font-size: 14px;
}
a{text-decoration:none;color:#313131;outline:none;}
a:hover{text-decoration:none;}
.clearboth {
	zoom: 1;
	display:block;
}
.clearboth:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
html, body{
	/*overflow: hidden;*/
}
.box .load {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 900;
	width: 100%;
	height: 100%;
}
.load_bg {
	width: 100%;
	height: 100%;
	background: #fff;
}
.load p {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 200;
	width: 32px;
	height: 32px;
	overflow: hidden;
	margin: -16px 0 0 -16px;
}
.load .loadTxt {
	width: 400px;
	height: 86px;
	margin: 50px 0 0 -200px;
	text-align: center;
	color: #666;
	font-weight: bold;
	font-size: 30px;
}

.header_bg,.logo_head_bg,.comnav_bg{ position: relative; z-index: 999; background: #fff;}
.ft_bignew_bg{ position: relative;}
.footerwrap {
	width: 100%;
	height: 70px;
	line-height: 70px;
	background: #151e29;
	font-size: 14px;
	color: #8796a8;
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	z-index: 99999;
  }

 

/**header**/
.headWrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	height: 30px;
	background-color: #215592;
}
.head{ 
	width:1210px; 
	height:30px; 
	margin:0 auto;
}
.headL{
	width:211px; 
	height:30px;
	float:left;
	padding-top:5px;
	box-sizing:border-box;
}
.headR{
	width:378px;
	height:30px;
	float:right;
	padding-top:5px;
}
.headR01{
	width:163px; 
	height:20px; 
	float:left;
}
.headR02{
	width:180px; 
	height:22px; 
	float:right;
	position:relative;
	cursor:pointer;
}
.headR02:hover .wxe{
	display:block;
	cursor:pointer;
}
.saoma{
	width:22px; 
	height:22px;
	float:left;
}
.headR_T{
	font-size:14px;
	color:#fff;
	line-height:22px;
	float:left;
	margin-left:17px;
	_display:inline;
}
.wxe{
	width:147px;
	height:147px;
	position:absolute;
	top:25px;
	right:40px;
	display:none;
}
/*nav*/
.navWrap{
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 100;
	width:100%; 
	height:60px;
	background-color:#fff;
}
.nav{
	width:1210px; 
	height:60px; 
	margin:0 auto;
}
.logo{
	width:142px; 
	height:50px;
	padding:5px 0 0 15px;
	box-sizing:border-box;
	float:left;
}
.logo img{
	width:100%;
}
.navCon{
	width:900px;
	height:60px;
	float:right;
}
.navCon li{
	padding:0 45px;
	text-align:center;
	float:left;
	line-height:60px;
}
.navCon li a{
	font-size:16px;
}
.navCon li a:hover{
	color:#52c6ff;
}

.fixedNav {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 1000;
	width: 24px;
	height: 132px;
	margin-top: -80px;
	padding-top: 13px;
	background:rgba(255,255,255,.5);
	border-radius:15px;
	list-style: none;
}
.fixedNav li {
	float: left;
	position: relative;
	width: 100%;
	height: 16px;
	padding-left: 3px;
	margin-bottom: 5px;
}
.fixedNav .icon {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/fourthQ/sprite.png) no-repeat -40px -131px;
	cursor: pointer;
}
.fixedNav .txt {
	display: none;
	position: absolute;
	left: -80px;
	top: 0;
	width: 76px;
	height: 19px;
	background: url(../img/fourthQ/sprite.png) no-repeat 0 -80px;
	color: #fff;
	font-size: 12px;
	line-height: 19px;
	text-align: center;
}
.fixedNav .cur .icon {
	background: url(../img/fourthQ/sprite.png) no-repeat -40px -110px;
}
/**内容**/
.wrapBox {
	/*position: fixed;
	top: 0px;*/
	width: 100%;
}
.box {
	position: relative;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	height: 800px;
	overflow: hidden;
}
.box_fixed {
	position: relative!important;
	width: 100%;
	height: 570px;
}
.box div {
	position: absolute;
	z-index: 100;
}
.box .zIndex10 {
	z-index: 10;
}
.box .zIndex40 {
	z-index: 40;
}
.box .zIndex50 {
	z-index: 50;
}
.box .zIndex150 {
	z-index: 150;
}
.box .zIndex160 {
	z-index: 160;
}
/**box1**/
.b1_02 {
	left: 365px;
	top: 38px;
	
}
.b1_02 .page1{
	width:490px;
	height:431px;
	transform:scale(.65);
	top:0;
	left:0;
}
.b1_02 .page1_leftbg{
	width:490px;
	height:431px;
	position:absolute;
	top:100px;
	left:0px;
	-webkit-animation: fadeIn 1.6s linear 1.62s both;
}
.b1_02 .page1_left{
	width:490px;
	height:431px;
	position:absolute;
	top:100px;
	left:0px;
}
.b1_02 .page1_left li{
	width:200px;
	height:200px;
	position:absolute;
	transform:scale(.7);
}

.b1_02 .page1_left li img{
	position:absolute;
}
.b1_02 .page1_left li div{
	position:absolute;
	font-size:22px;
	color:#fff;
	text-align:center;
}
.b1_02 .page1_1st{
	top:-20px;
	left:8px;
}
.b1_02 .page1_2nd{
	top:120px;
	left:378px;
}
.b1_02 .page1_3rd{
	top:346px;
	left:84px;
}
.b1_02 .page1_1st_i01{
	top:-168px;
	left:-146px;
	-webkit-animation: sfshow 0.7s linear 0.8s both;
}
.b1_02 .page1_1st_i02{
	top:-14px;
	left:-66px;*/
	-webkit-animation: sfshow 0.5s linear 0.7s both;
}
.b1_02 .page1_1st_txt{
	width:114px;
	height:56px;
	bottom:-16px;
	left:0;/
	-webkit-animation: fadeIn 0s linear 0.3s both;
}
.b1_02 .page1_2nd_i01{
	top:-147px;
	left:-76px;
	-webkit-animation: sfshow 0.8s linear 0.9s both;
}
.b1_02 .page1_2nd_i02{
	top:0px;
	left:0px;
	-webkit-animation: sfshow 0.6s linear 0.8s both;
	
}
.b1_02 .page1_2nd_txt{
	width:114px;
	height:56px;
	bottom:-20px;
	left:56px;
	-webkit-animation: fadeIn 0.3s linear 0.6s both;
}
.b1_02 .page1_3rd_i01{
	top:-116px;
	left:-74px;
	-webkit-animation: sfshow 0.9s linear 1s both;
}
.b1_02 .page1_3rd_i02{
	top:10px;
	left:-10px;
	-webkit-animation: sfshow 0.7s linear 0.8s both;
}
.b1_02 .page1_3rd_txt{
	width:114px;
	height:56px;
	bottom:-12px;
	left:30px;
	-webkit-animation: fadeIn 0.4s linear 0.7s both;
}

.b1_03 {
	width:630px;
	height:340px;
	left: 980px;
	top: 235px;
}
.b1_03 .page1_right{
	width:630px;
	height:340px;
	top:0px;
	right:0px;
}
.b1_03 .page1_right h4{
	font-size:38px;
	line-height:38px;
	transform:scale(.8);
}
.b1_03 .b1_03_img{
	width:619px;
	height:147px;
	transform:scale(.8);
}
.b1_03 .page1_right_img{
	position:absolute;
	top:0;
	left:0;
	
}
.b1_03 .page1_right_click{
	width:260px;
	height:65px;
	background:#ff9600;
	border-radius:10px;
	line-height:65px;
	text-align:center;
	display:block;
	color:#fff;
	font-size:36px;
	margin-left:35px;
	transform:scale(.8);
}
.b1_03 .page1_right_jt{
	 margin-left:10px;
}
@-webkit-keyframes sfshow {
	from {
		opacity: 0;
		transform:scale(0);
	}
	to {
		opacity: 1;
		transform:scale(1);
	}
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.b1_03_btn.anima {
	margin-bottom:10px;
	display:block;

	-webkit-animation-name: 'opt';
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-iteration-count: infinite;

}
/**box2**/
.b2_01 {
	left: 350px;
	top: -100px;
	width:503px;
	height:850px;
	background:url(../img/fourthQ/box02_Lbg.png) no-repeat;
	transform:scale(.6);
}
.b2_01_L{
	width:503px;
	height:850px;
	top:0;
	left:0px;
	opacity:0;
}
.b2_01 p{
	position:absolute;
}
.b2_01 .anima p:nth-child(1){
	-webkit-animation: fadeIn 0s linear 0.2s both;
}
.b2_01 .anima p:nth-child(2){
	-webkit-animation: fadeIn 0.2s linear 0.4s both;
}
.b2_01 .anima p:nth-child(3){
	-webkit-animation: fadeIn 0.4s linear 0.6s both;
}
.b2_01 .anima p:nth-child(4){
	-webkit-animation: fadeIn 0.7s linear 0.8s both;
}
.b2_01 .anima p:nth-child(5){
	-webkit-animation: fadeIn 0.9s linear 1s both;
}
.b2_01 .anima p:nth-child(6){
	-webkit-animation: fadeIn 1.1s linear 1.2s both;
}
.b2_01 .anima p:nth-child(7){
	-webkit-animation: fadeIn 1.4s linear 1.5s both;
}
.b2_01 .anima p:nth-child(8){
	-webkit-animation: fadeIn 1.7s linear 1.8s both;
}
.b2_01 .anima p:nth-child(9){
	-webkit-animation: fadeIn 2s linear 2.1s both;
}
.b2_01 .anima p:nth-child(10){
	-webkit-animation: fadeIn 2.4s linear 2.5s both;
}
.b2_01 .anima p:nth-child(11){
	-webkit-animation: fadeIn 2.8s linear 2.9s both;
}
.b2_01_info01{
	width:282px;
	height:42px;
	background:url(../img/fourthQ/box02_info.png) no-repeat 0 0;
	top:86px;
	left:168px;
}
.b2_01_info02{
	width:297px;
	height:56px;
	background:url(../img/fourthQ/box02_info.png) no-repeat 0 -42px;
	top:128px;
	left:46px;
}
.b2_01_info03{
	width:231px;
	height:43px;
	background:url(../img/fourthQ/box02_info.png) no-repeat 0 -98px;
	top:200px;
	left:218px;
}
.b2_01_info04{
	width:310px;
	height:56px;
	background:url(../img/fourthQ/box02_info.png) no-repeat 0 -141px;
	top:248px;
	left:46px;
}
.b2_01_info05{
	width:231px;
	height:43px;
	background:url(../img/fourthQ/box02_info.png) no-repeat 0 -197px;
	top:320px;
	left:218px;
}
.b2_01_info06{
	width:326px;
	height:57px;
	background:url(../img/fourthQ/box02_info.png) no-repeat 0 -240px;
	top:360px;
	left:46px;
}
.b2_01_info07{
	width:245px;
	height:43px;
	background:url(../img/fourthQ/box02_info.png) no-repeat 0 -297px;
	top:432px;
	left:205px;
}
.b2_01_info08{
	width:326px;
	height:76px;
	background:url(../img/fourthQ/box02_info.png) no-repeat 0 -340px;
	top:475px;
	left:46px;
}
.b2_01_info09{
	width:213px;
	height:42px;
	background:url(../img/fourthQ/box02_info.png) no-repeat 0 -416px;
	top:566px;
	left:218px;
}
.b2_01_info10{
	width:326px;
	height:76px;
	background:url(../img/fourthQ/box02_info.png) no-repeat 0 -458px;
	top:612px;
	left:46px;
}
.b2_01_info11{
	width:262px;
	height:17px;
	background:url(../img/fourthQ/box02_info.png) no-repeat 0 -542px;
	top:713px;
	left:84px;
}



.b2_02 {
	position: absolute;
	z-index: 100;
	width:628px; 
	height:324px;
	left: 980px;
	top: 130px;
	color: #fff;
	font-size: 30px;
}
.b2_02.anima .b2_02_bg{
	-webkit-animation: fadeIn 0s linear 0.5s both;
}
.b2_02.anima .b2_02_txt{
	-webkit-animation: fadeIn 0.5s linear 1s both;
}
.b2_02.anima .b2_02_blue1{
	-webkit-animation: fadeIn 1.3s linear 1.6s both;
}
.b2_02.anima .b2_02_blue2{
	-webkit-animation: fadeIn 1.6s linear 2s both;
}
.b2_02.anima .b2_02_blue3{
	-webkit-animation: fadeIn 2.1s linear 2.5s both;
}
.b2_02_bg{
	width:628px; 
	height:324px;
	background:url(../img/fourthQ/box02_Rbg.png) no-repeat;
	transform:scale(.7);
}
.b2_02_txt{
	width:554px;
	height:274px;
	background:url(../img/fourthQ/box02_txt.png) no-repeat;
	top:25px;
	left:36px;
}
.b2_02_blue1{
	width:49px;
	height:49px;
	background:url(../img/fourthQ/box02_info.png) no-repeat 0 -565px;
	top:-25px;
	left:-25px;
}
.b2_02_blue2{
	width:86px;
	height:86px;
	background:url(../img/fourthQ/box02_info.png) no-repeat -62px -565px;
	bottom:-36px;
	right:-30px;
}
.b2_02_blue3{
	width:49px;
	height:49px;
	background:url(../img/fourthQ/box02_info.png) no-repeat 0 -565px;
	bottom:30px;
	right:-60px;
}
/**box3**/
.b3_bg h3{
	width:316px;
	height:55px;
}
.box_tl {
	left: 50%;
	top: 60px;
	width: 960px;
	height: 80px;
	margin-left: -480px;
}
.cl29c8e6 {
	font-size: 60px;
	font-weight: bold;
	color: #29c8e6;
	line-height:60px;
	text-align: center;
	-webkit-transform:scale(.6);
}
.b3_img {
	left: 50%;
	top: 140px;
	width: 438px;
	height: 419px;
	margin-left: -219px;
	opacity: 0;
}
.b3_img img{
	-webkit-transform:scale(.6);
}
.b3_img.transform {
	-webkit-transform: rotate(0deg);
	-webkit-animation-name: "rotate";
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: 1;
	-webkit-transition-timing-function: linear;
}
@-webkit-keyframes 'rotate' {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
.b3_txt {
	top: 230px;
	left: 500px;
	font-size: 14px;
	line-height: 20px;
	color:#fff;
}
.b3_01 {
	top: 130px;
	left: 525px;
	width: 290px;
	text-align: right;
}
.b3_02 {
	top: 130px;
	left: 1110px;
	width: 290px;
}
.b3_03 {
	top: 270px;
	left: 1170px;
	width: 290px;
}
.b3_04 {
	top: 420px;
	left: 1110px;
	width: 320px;
}
.b3_05 {
	top: 420px;
	left: 525px;
	width: 290px;
	text-align: right;
}
.b3_06 {
	top: 270px;
	left: 464px;
	width: 290px;
	text-align: right;
}
.b3_01_txt{
	margin-left:35px;
	background:url(../img/fourthQ/box03_txt.png) no-repeat 0 0;
	-webkit-transform:scale(.5);
}
.b3_02_txt{
	margin-left:-60px;
	background:url(../img/fourthQ/box03_txt.png) no-repeat 0 -165px;
	-webkit-transform:scale(.5);
}
.b3_03_txt{
	margin-left:-60px;
	background:url(../img/fourthQ/box03_txt.png) no-repeat 0 -275px;
	-webkit-transform:scale(.5);
}
.b3_04_txt{
	margin-left:-60px;
	background:url(../img/fourthQ/box03_txt.png) no-repeat 0 -220px;
	-webkit-transform:scale(.5);
}
.b3_05_txt{
	margin-left:35px;
	background:url(../img/fourthQ/box03_txt.png) no-repeat 0 -110px;
	-webkit-transform:scale(.5);
}
.b3_06_txt{
	margin-left:35px;
	background:url(../img/fourthQ/box03_txt.png) no-repeat 0 -55px;
	-webkit-transform:scale(.5);
}
/**box4**/
.b4_bg {
	color: #fff;
}
.b4_tl {
	position: absolute;
	left: -180px;
	top: 30px;
	width: 590px;
	font-size: 60px;
	font-weight:bold;
	-webkit-transform:scale(.6);
}
.b4_tl span {
	display: inline-block;
	width:158px;
	height:55px;
	background:url(../img/fourthQ/box04_img.png) no-repeat 0 1px;
}
.b4_txt_box {
	left: 500px;
}
.b4_01 {
	left: 50%;
	width:662px;
	margin-left:-331px;
	-webkit-transform:scale(.55);
}
.b4_01_conbg{
	top:240px;
	left:0px;
	width:662px;
	height:579px;
	background:url(../img/fourthQ/box04_conbg.png) no-repeat;
}
.b4_01_conbg h4{
	font-size:30px; 
	margin-left:25px;
}
.b4_01_conbg p{
	position:absolute;
}
.b4_01_txt01{
	width:236px;
	height:150px;
	top:0px;
	left:-136px;
}
.b4_01_txt02{
	width:236px;
	height:150px;
	top:210px;
	left:-232px;
}
.b4_01_txt03{
	width:308px;
	height:150px;
	top:496px;
	left:-286px;
}
.b4_01_txt04{
	width:165px;
	height:154px;
	top:590px;
	left:200px;
}
.b4_01_txt05{
	width:406px;
	height:150px;
	top:455px;
	left:500px;
}
.b4_01_txt06{
	width:273px;
	height:150px;
	top:114px;
	left:656px;
}
.b4_01_txt07{
	width:273px;
	height:150px;
	top:-56px;
	left:406px;
}
.b4_01_txt05 h4{
	margin-left:100px;
}
.b4_01_txt06 h4,.b4_01_txt07 h4{
	margin-left:80px;
}
.b4_01_i01{
	width:236px;
	height:132px;
	background:url(../img/fourthQ/box04_img.png) no-repeat 0 -90px;
	top:17px;
	left:0px;
}
.b4_01_i02{
	width:236px;
	height:133px;
	background:url(../img/fourthQ/box04_img.png) no-repeat 0 -219px;
	top:17px;
	left:0px;
}
.b4_01_i03{
	width:308px;
	height:130px;
	background:url(../img/fourthQ/box04_img.png) no-repeat 0 -351px;
	top:17px;
	left:0px;
}
.b4_01_i04{
	width:165px;
	height:103px;
	background:url(../img/fourthQ/box04_img.png) no-repeat 0 -380px;
	top:50px;
	left:0px;
}
.b4_01_i05{
	width:406px;
	height:126px;
	background:url(../img/fourthQ/box04_img.png) no-repeat 0 -546px;
	top:20px;
	left:0px;
}
.b4_01_i06{
	width:273px;
	height:106px;
	background:url(../img/fourthQ/box04_img.png) no-repeat 0 -672px;
	top:45px;
	left:0px;
}
.b4_01_i07{
	width:273px;
	height:110px;
	background:url(../img/fourthQ/box04_img.png) no-repeat 0 -773px;
	top:40px;
	left:0px;
}
#startId{
	position:absolute; 
	top:240px;
	left:0px;
	width:662px;
	height:579px;
}
#startId li{ 
	width:86px; 
	height:86px; 
	background:url(../img/fourthQ/box04_img.png) no-repeat -158px 0; 
	position:absolute; 
	opacity:0;
}
#startId li:nth-child(1){ 
	top:-31px; 
	left:65px;
}
#startId li:nth-child(2){ 
	top:181px; 
	left:-30px;
}
#startId li:nth-child(3){ 
	top:460px; 
	left:-15px;
}
#startId li:nth-child(4){ 
	top:523px; 
	left:242px;
}
#startId li:nth-child(5){ 
	top:420px; 
	left:462px;
}
#startId li:nth-child(6){ 
	top:160px; 
	right:-30px;
}
#startId li:nth-child(7){ 
	top:-8px; 
	right:211px;
}
.b4_01.anima .b4_01_conbg{
	-webkit-animation: fadeIn 0s linear 0.2s both;
}
.b4_01.anima .b4_01_txt01{
	-webkit-animation: fadeIn 0.2s linear 0.4s both;
}
.b4_01.anima .b4_01_txt02{
	-webkit-animation: fadeIn 0.4s linear 0.6s both;
}
.b4_01.anima .b4_01_txt03{
	-webkit-animation: fadeIn 0.6s linear 0.8s both;
}
.b4_01.anima .b4_01_txt04{
	-webkit-animation: fadeIn 0.8s linear 1s both;
}
.b4_01.anima .b4_01_txt05{
	-webkit-animation: fadeIn 1s linear 1.2s both;
}
.b4_01.anima .b4_01_txt06{
	-webkit-animation: fadeIn 1.2s linear 1.4s both;
}
.b4_01.anima .b4_01_txt07{
	-webkit-animation: fadeIn 1.4s linear 1.6s both;
}
.b4_01.anima li:nth-child(1){ 
	-webkit-animation: fadeIn 1.5s linear 1.7s both;
}
.b4_01.anima li:nth-child(2){ 
	-webkit-animation: fadeIn 1.7s linear 1.9s both;
}
.b4_01.anima li:nth-child(3){ 
	-webkit-animation: fadeIn 2.0s linear 2.2s both;
}
.b4_01.anima li:nth-child(4){ 
	-webkit-animation: fadeIn 2.3s linear 2.5s both;
}
.b4_01.anima li:nth-child(5){ 
	-webkit-animation: fadeIn 2.6s linear 2.7s both;
}
.b4_01.anima li:nth-child(6){ 
	-webkit-animation: fadeIn 2.8s linear 2.9s both;
}
.b4_01.anima li:nth-child(7){ 
	-webkit-animation: fadeIn 3s linear 3.1s both;
}
/**box5**/
.b5_bg {
	color: #fff;
}
.b5_tl {
	/*top: 20px;*/
	height: 80px;
}
.b5_tl h2 {
	height: 50px;
	font-size: 38px;
	font-weight:bold;
	text-align:center;
	line-height:50px;
}
.b5_01,.b5_02{
	height:704px;
	top:0px;
	transform:scale(.6);
}
.b5_01{
	width:600px;
	left:360px;
	
}
.b5_02{
	width:617px;
	right:380px;
}
.b5_01_tit,.b5_02_tit{
	width:370px;
	height:60px;
	font-size:40px;
	font-weight:bold;
	line-height:60px;
	border-bottom:1px solid #fff;
}
.b5_01_tit{
	margin-left:230px;
	text-align:right;
}
.b5_01_txt,.b5_02_txt{
	font-size:22px;
	line-height:32px;
	margin-top:10px;
}
.b5_01_txt{
	text-align:right;
}
.b5_01_i{
	width:578px;
	height:522px;
	margin:55px 0 0 20px;
}
.b5_02_i{
	width:617px;
	height:522px;
	margin-top:20px;
}
/**box6**/
.b6_bg {
	color: #fff;
}
.b6_01{
	width:874px;
	height:300px;
	top:130px;
	left:100px;
	transform:scale(.6);
}
.b6_01_bg1{
	width:510px;
	height:196px;
	background:rgba(255,255,255,.3);
	top:0;
	left:0;
}
.b6_01_bg2{
	width:410px;
	height:200px;
	background:#c2e04b;
	top:80px;
	left:400px;
}
.b6_01_bg3{
	width:172px;
	height:172px;
	background:#febe36;
	top:20px;
	right:0;
}
.b6_t1,.b6_t2 {
	position: absolute;
	width: 590px;
	font-size: 100px;
	font-weight:bold;
	z-index:300;
}
.b6_t1{
	left: 220px;
	top: 10px;
	opacity:0;
}
.b6_t2{
	left: 280px;
	top: 130px;
	opacity:0;
}
.b6_01.anima .b6_t1{
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-iteration-count: linear;
}
.b6_01.anima .b6_t2{
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-iteration-count: linear;
}
	
.b6_02{
	width:895px;
	height:648px;
	top:-20px;
	right:320px;
	transform:scale(.6);
	opacity:0;
}
.b6_02_Lbg{
	width:895px;
	height:648px;
	background:url(../img/fourthQ/box06_Lbg.png) no-repeat;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}
.b6_02_Lbg li{
	position:absolute;
}
.b6_02_Lbg li:nth-child(1){
	width:239px;
	height:318px;
	background:url(../img/fourthQ/box06_L01.png) no-repeat;
	top:-30px;
	left:150px;
}
.b6_02_Lbg li:nth-child(2){
	width:159px;
	height:339px;
	background:url(../img/fourthQ/box06_L02.png) no-repeat;
	top:-40px;
	right:124px;
}
.b6_02_Lbg li:nth-child(3){
	width:317px;
	height:287px;
	background:url(../img/fourthQ/box06_L03.png) no-repeat;
	top:230px;
	left:85px;
}
.b6_02_Lbg li:nth-child(4){
	width:361px;
	height:383px;
	background:url(../img/fourthQ/box06_L04.png) no-repeat;
	top:176px;
	right:-40px;
}
.b6_02.anima2 .b6_02_Lbg{
	-webkit-animation: sfshow 0.3s linear 0.5s both;
}
.b6_02.anima2 .b6_02_L01{
	-webkit-animation: sfshow 0.5s linear 0.6s both;
}
.b6_02.anima2 .b6_02_L02{
	-webkit-animation: sfshow 0.7s linear 0.8s both;
}
.b6_02.anima2 .b6_02_L03{
	-webkit-animation: sfshow 0.9s linear 1s both;
}
.b6_02.anima2 .b6_02_L04{
	-webkit-animation: sfshow 1.2s linear 1.3s both;
}
