*{
	margin: 0px;
	padding: 0px;
}
.myContent
{
	margin: 0 auto;
}
.page1
{
	background: url(../img/page1.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.page2
{
	background: url(../img/page2.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	font-family: "微软雅黑";
	color: white;
	text-align: center;
}
.page3
{
	background: url(../img/page3.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	font-family: "微软雅黑";
	color: white;
	text-align: center;
}
.page4
{
	background: url(../img/page4.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	font-family: "微软雅黑";
	color: white;
	text-align: center;
}
.page5
{
	background: white;
	font-family: "微软雅黑";
	color: #444;
	text-align: center;
}
.page6
{
	background: url(../img/page6.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	font-family: "微软雅黑";
	color: white;
	text-align: center;
}
.page7
{
	background: url(../img/page7.jpg) no-repeat;
	background-size: auto 110%;
	background-position: 50% top;
	font-family: "微软雅黑";
	color: white;
	text-align: center;
}
.page7.fp-completely{
	animation: backtoscale 15s 0s linear infinite ;
	-webkit-animation: backtoscale 15s 0s linear infinite ;
}
.jo-text
{
	width: 625px;
	margin: 0 auto;
	position: relative;
	margin-top: 2%;
	overflow:hidden;
}
.jo-text img
{
	float: left;
}
.jo-hover-btn
{
	margin: 0 auto;
	margin-top: 5%;
	width: 660px;
	-webkit-box-orient: horizontal;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
}
.jo-hover-btn  a
{
	opacity: 0.5;
	text-align: center;
	display: block;
	-webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
	color: white !important;
	text-decoration: none !important;
	transition: opacity .8s;
}
.jo-hover-btn  a.active
{
	opacity: 1 !important;
}
.jo-hover-btn  a img
{
	display: block;
	margin: 0 auto;
}
.jo-hover-btn  a p
{
	margin-top: 20px;
	letter-spacing: 3px;
	font-size: 20px;
}
.page2 .jo-hover-btn  a img{
	height: 150px;
}
.page3 .jo-hover-btn  a img
{
	width: 145px;
}
.page4 .jo-hover-btn  a img{
	width: 115px;
}
.page3 .jo-hover-btn  a p ,.page4 .jo-hover-btn  a p
{
	font-size: 18px;
}
.jo-pplist
{
	overflow: hidden;
	
}
.jo-pplist a
{
	display: block;
	width: 20%;
	float: left;
}
.jo-box
{
	margin-top: 50px;
}
.color-box-list
{
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
}
.color-box-list div
{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;

    margin: 0px 1px;
    position: relative;
}
.color-box-list div img
{
	width: 100%;
}
.color-box-list div p
{
	position: absolute;
	left: 0px;
	display: block;
	right: 0px;
	top: 200px;
	text-align: center;
}

#fp-nav ul li a.active span:after
{
	content: '';
	display: block;
	position:absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: none !important;
	top: 1px;
	left: 1px;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span
{
	overflow: hidden;
	height: 10px !important;
	width: 10px !important;
	/*border-radius: 100% !important;*/
	/*background: #f4963c !important;*/
	border: 2px solid #F69616 !important;
	background: #F69616 !important;
}
#fp-nav ul li a.active span
{
	margin: -4px 0 0 -4px !important;
	height: 14px !important;
	width: 14px !important;
	background: none !important;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    margin: -4px 0 0 -4px !important;
	height: 14px !important;
	width: 14px !important;
	background: none !important;
}
.map
{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.starMap
{
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	transform: scale(1.5);
}
.fp-completely .starMap
{
	-webkit-animation: bksize 20s linear;
	-webkit-animation-iteration-count: infinite;
	 -webkit-animation-delay: 1s;
 	 animation-delay: 1s;
}
@-webkit-keyframes bksize {
	0%{transform: scale(1.5);}
	50%{transform: scale(1);}
	100%{transform: scale(1.5);}
}
.fp-completely .shine{
	-webkit-animation: shine 1.3s ease;
	 -webkit-animation-delay: .2s;
 	 animation-delay: .2s;
}
.fp-completely .shine2{
	-webkit-animation: shine 1.3s ease;
	 -webkit-animation-delay: .4s;
 	 animation-delay: .4s;
}
.fp-completely .shine3{
	-webkit-animation: shine 1.3s ease;
	 -webkit-animation-delay: .6s;
 	 animation-delay: .6s;
}
.fp-completely .shine4{
	-webkit-animation: shine 1.3s ease;
	 -webkit-animation-delay: .8s;
 	 animation-delay: .8s;
}
.fp-completely .shine5{
	-webkit-animation: shine 1.3s ease;
	 -webkit-animation-delay: 1s;
 	 animation-delay: 1s;
}
.fp-completely .shine6{
	-webkit-animation: shine 1.3s ease;
	 -webkit-animation-delay: 1.2s;
 	 animation-delay: 1.2s;
}
.fp-completely .shine7{
	-webkit-animation: shine 1.3s ease;
	 -webkit-animation-delay: 1.4s;
 	 animation-delay: 1.4s;
}
.fp-completely .shine8{
	-webkit-animation: shine 1.3s ease;
	 -webkit-animation-delay: 1.6s;
 	 animation-delay: 1.6s;
}
.fp-completely .shine9{
	-webkit-animation: shine 1.3s ease;
	 -webkit-animation-delay: 1.8s;
 	 animation-delay: 1.8s;
}
.fp-completely .shine10{
	-webkit-animation: shine 1.3s ease;
	 -webkit-animation-delay: 2s;
 	 animation-delay: 2s;
}
@-webkit-keyframes shine {
	0%{opacity: 1;}
	50%{opacity: 0;}
	100%{opacity: 1;}
}
@keyframes shine {
	0%{opacity: 1;}
	50%{opacity: 0;}
	100%{opacity: 1;}
}
.fp-completely .bounceInLeft-jo {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
.fp-completely .bounceInRight-jo {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
.fp-completely .bounceInUp-jo{
	-webkit-animation-name: bounceInUp;
  	animation-name: bounceInUp;
}
.active .animated.slideInDown-jo{
	-webkit-animation-name: slideInDown;
  	animation-name: slideInDown;
}
.active .anim.slideInDown-jo{
	-webkit-animation-name: slideInDown-jo;
  	animation-name: slideInDown-jo;
  	opacity: 1;
}
.active .anim.showIn{
	-webkit-animation-name: showIn;
  	animation-name: showIn;
}
@keyframes showIn{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
@-webkit-keyframes showIn{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
.active .anim.showIn05{
	-webkit-animation-name: showIn05;
  	animation-name: showIn05;
  	animation-fill-mode: both;
  	-webkit-animation-fill-mode: both;
}
@keyframes showIn05{
	from{
		opacity: 0;
	}
	to{
		opacity: 0.5;
	}
}
@-webkit-keyframes showIn05{
	from{
		opacity: 0;
	}
	to{
		opacity: 0.5;
	}
}
.left.mapShow{
	-webkit-animation-name: mapLeftShow;
  	animation-name: mapLeftShow;
}
@keyframes mapLeftShow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5px, 0px, 0);
    transform: translate3d(5px, 0px, 0);
    visibility: visible;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes mapLeftShow {
  from {
  	opacity: 0;
    -webkit-transform: translate3d(5px, 0px, 0);
    transform: translate3d(5px, 0px, 0);
    visibility: visible;
  }

  100% {
    opacity: 1;
  }
}
.right.mapShow{
	-webkit-animation-name: mapRightShow;
  	animation-name: mapRightShow;
}
@keyframes mapRightShow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5px, 0px, 0);
    transform: translate3d(-5px, 0px, 0);
    visibility: visible;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes mapRightShow {
  from {
  	opacity: 0;
    -webkit-transform: translate3d(-5px, 0px, 0);
    transform: translate3d(-5px, 0px, 0);
    visibility: visible;
  }

  100% {
    opacity: 1;
  }
}
.active .animated.bounceInRight-jo0 {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
.active .animated.bounceInLeft-jo0 {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
.active .animated.bounceInUp-jo0{
	-webkit-animation-name: bounceInUp;
  	animation-name: bounceInUp;
}
.active .animated.bounceInDown-jo0{
	-webkit-animation-name: bounceInDown;
  	animation-name: bounceInDown;
}
.fp-completely .anim.bounceInUp-jo0{
	-webkit-animation-name: bounceInUp;
  	animation-name: bounceInUp;
  	opacity: 1;
}
.moreBtn{
	color: white;
	border-radius: 5px;
	display: block;
	margin: 0 auto;
	width: 150px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	position: absolute;
	right: 150px;
	top: 15px;
	background-color: #444444;
}
.moreBtn:hover{
	text-decoration: none;
	color: white;
}
.pageBtn{
	color: white;
	border-radius: 5px;
	display: block;
	margin: 0 auto;
	margin-top: 100px;
	width: 150px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
}
.pageBtn:hover{
	text-decoration: none;
	color: white;
}
.blackSign >div{
	background-color: rgba(0,0,0,0);
	-webkit-transition: background-color 1s;
	transition: background-color 1s;
	-webkit-animation-fill-mode: both;
	  animation-fill-mode: both;
}
.blackSign >div.active{
	background-color: rgba(255,255,255,.6);
	/*background-color: black;*/
	
}
.shineDot{
	-webkit-animation-name: shineDot;
  	animation-name: shineDot;
}
@-webkit-keyframes shineDot{
	from{
		opacity: 0.7;
		-webkit-transform: scale3d(.7, .7, .7);
    	transform: scale3d(.7, .7, .7);
	}
	to{
		
	}
}
.ggImg{
	position: absolute;
	left: 71px;
	top: 155px;
	z-index: 11;
	transform-origin: center center;
}
.ggImg2{
	position: absolute;
	left: 119px;
	top: 325px;
	z-index: 11;
	transform-origin: center center;
}
.ggLine{
	position: absolute;
	left: 111px;
	top: 357px;
	z-index: 11;
	transform-origin: center center;
	height: 1px;
	width: 400px;
	border-bottom: 1px solid white;
	opacity: 0.3;
}
.shineStar{
	animation:shineStar;
	-webkit-transition: shineStar;
	
}
@-webkit-keyframes shineStar{
	from,to{
		opacity: 1;
		-webkit-transform: scale3d(1.1,1.5,1);
    	transform: scale3d(1.1, 1.5, 1);
	}
	50%{
		opacity: 0.3;
		-webkit-transform: scale3d(.6, 1, .7);
    	transform: scale3d(.6, 1, .7);
	}
}
@keyframes shineStar{
	from,to{
		opacity: 1;
		-webkit-transform: scale3d(1.1,1.5,1);
    	transform: scale3d(1.1, 1.5, 1);
	}
	50%{
		opacity: 0.3;
		-webkit-transform: scale3d(.6, 1, .7);
    	transform: scale3d(.6, 1, .7);
	}
}
.mapDot{
	position: absolute;
	border-radius: 50%;
	background-color: #f69616;
	width: 13px;
	height: 13px;
	display: block;
	z-index: 2;
	cursor: pointer;
}
.mapDot img{
	/*display: none;*/
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	-webkit-animation-fill-mode: both;
	  animation-fill-mode: both;
}
.mapDot.active img{
	/*display: block;*/
	opacity: 1;
	
}
@-webkit-keyframes backtoscale{
	from,to{
    	background-size: auto 110%; 
	}
	50%{
    	background-size: auto 120%; 
	}
}
@keyframes backtoscale{
	from,to{
    	background-size: auto 110%; 
	}
	50%{
    	background-size: auto 120%; 
	}
}
.joinTable{
	display: table;
	/*height: 100%;
	width: 100%;
	table-layout: fixed;*/
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.joinTableCell{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	background: url(../img/joinBack.jpg) center top no-repeat;
	background-size: cover;
}
.jionContent{
	margin: 0 auto;
	width: 844px;
	height: 450px;
	background-color: white;
	border-radius: 5px;
	text-align: center;
}
.bf_qt{ width:100%; float:left; clear:both;}
.bf_qt ul{ list-style-type:none;}
.bf_qt li{ height:50px; float:left; font:18px/50px "微软雅黑"; font-weight:bold; color:#fff; background:url(../images/ad.png) no-repeat left center; padding-left:45px; clear:both; margin-left:60px;}
.bf_qt li:hover{ color:#fe7c08;}
