html, body, ul, p { padding: 0; margin: 0; }
body { font-family: "microsoft Yahei"; color: #333; }
body{height:100%;}
button { cursor: pointer; color: transparent; overflow: hidden; }
a.sprite { display: inline-block; overflow: hidden; text-decoration: none; border-bottom: 1px solid transparent;}
a.sprite:hover { border-bottom: 1px solid gray; }
ul {list-style: none;}
h1, h3 { color: #fff; text-align: center; padding-top: 50px; }
h3 { font-size: 2.5em; margin: 20px 0 20px 0; position: relative; z-index: 2; }
.img_head { display: block; margin: 0 auto; }/*Ã¥â€ºÂ¾Ã§â€°â€¡Ã¥Â±â€¦Ã¤Â¸Â­*/
.p_head { text-align: center; line-height: 30px; }
#slider {position: absolute;left:0; top:0; right: 0; bottom: 0; width:100%; height: 100%; overflow: hidden;}
#slider li {position: absolute; width: 100%; height: 100%; left: 0; top: 0;overflow: hidden;}
#slider li {display: none;}
#slider li.current {display: block;}

#nav {
  position: absolute;
  width: 20px;
  top: 50%;
  margin-top: -75px;
  right: 1%;
  z-index: 200;
  opacity: .8;
}
#nav li {
  height: 10px;
  margin: 13px 5px;
}
#nav li a {
  display: inline-block;
  height: 10px;
  width: 10px;
  overflow: hidden;
  background: #FFDA93;
  border-radius: 5px;
}
#nav li.current a {
  background-color: #FFAC0C;
}

.p1 {
  background-color: #43b7f3;
}
.p2 {
  background-color: #f4c039;
}
.p3 {
  background-color: #62d4a0;
}
.p4 {
  background-color: #28b7b8;
}
.p5 {
  background-color: #a789c9;
}
.p6 {
  background-color: #fc716a;
}
.p7 {
  background-color: #4d4c4c;
}
 .p2, .p3, .p4, .p5, .p6, .p7 {
 	display: none;
 }

.arrow{
  width:27px;
  height:25px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 5%;
  left:50%;
  margin-left:-13px;
  cursor: pointer;
  z-index: 2;
  opacity: .6;
  -webkit-animation: up_down 1000ms linear infinite;
  -moz-animation: up_down 1000ms linear infinite;
  -ms-animation: up_down 1000ms linear infinite;
  animation: up_down 1000ms linear infinite;
}
@-webkit-keyframes up_down{
  0% {-webkit-transform:translateY(0px);}
  50% {-webkit-transform:translateY(10px);}
  100% {-webkit-transform:translateY(0px);}
}
@-moz-keyframes up_down{
  0% {-moz-transform:translateY(0px);}
  50% {-moz-transform:translateY(10px);}
  100% {-moz-transform:translateY(0px);}
}
@-ms-keyframes up_down{
  0% {-ms-transform:translateY(0px);}
  50% {-ms-transform:translateY(10px);}
  100% {-ms-transform:translateY(0px);}
}
@keyframes up_down{
  0% {transform:translateY(0px);}
  50% {transform:translateY(10px);}
  100% {transform:translateY(0px);}
}
#bg1,#bg2,#bg3,#bg4,#bg5,#bg6,#bg7 {
	max-width: 1200px;
	width: 92%;
	height: 100%;
	position: relative;
	margin: 0 auto;
	/* margin-top: 100px; */
}
/* The 1st block */

#bg1 div {
	position: absolute;
}
.p1 img {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
}

/* The 2nd block */

.p2 img {
	width: 90%;
	height: auto;
	position: absolute;
	bottom: 0;
}

/* The 3rd block */

.p3 img {
	width: 80%;
	height: auto;
	margin-left: 10%;
	position: absolute;
	bottom: 0;
}
.p3 .sun {
	width: 207px;
	height: 277px;
	background-image: url(../images/p3/lamp.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: 0;
}

/* The 4th block */

.p4 h3 {
	text-align: left;
	font-size: 2.3em;
}
.p4 .contents div {
	position: relative;
	opacity: 0;
}
.p4 .contents div img {
	max-width: 878px;
	width: 55%;
	height: auto;
}
.p4 .contents .cont-1 {
 	left: 3.33%;
}
.p4 .contents .cont-2 {
 	left: 16.17%;
}
.p4 .contents .cont-3 {
 	left: 30.92%;
}
.p4 .contents .cont-4 {
 	left: 22.17%;
}
.p4 .contents .cont-5 {
 	left: 12.33%;
}
.p4 .contents .cont-6 {
 	left: 3.33%;
}

/* The 5th block */

.p5 img {
	width: 83%;
	height: auto;
	display: block;
	margin: 0 auto;
	padding-top: 90px;
}
.p5 h3 {
	margin: 0;
	position: absolute;
	left: 46%;
	color: #333;
	opacity: 0;
	padding-top: 70px;
}

/* The 6th block */

.p6 h3 {
	text-align: right;
}
.p6 p {
	font-size: 1.3em;
	color: #fff;
	line-height: 36px;
	position: relative;
	z-index: 2;
}
.p6 img {
	width: 94.58%;
	height: auto;
	position: absolute;
	bottom: 0;
}

/* The 7th block */

.p7 h3 {
	text-align: left;
	margin-bottom: 50px;
}
.p7 .contents div {
	width: 25%;
	float: left;
	opacity: 0;
}
.p7 .contents div img {
	width: 95%;
	display: block;
	margin: 0 auto;
}
.p7 .contents div p {
	color: #fff;
	text-align: center;
	font-weight: bold;
}

@media screen and (max-width: 1441px) {
	.p1 img { width: 80%; margin-left: 10%; }
	.p2 img { width: 76%; margin-left: 12%; }
	.p3 img { width: 63%; margin-left: 18.5%; }
	.p4 .contents div img { width: 40%; }
	.p5 img { width: 55%; }
	.p7 .contents div img { width: 71%; }
}
@media screen and (max-width: 1370px) {
	.p2 img { width: 62%;margin-left: 19%; }
}
@media screen and (max-width: 1025px) {
	.p1 img { width: 100%; margin-left: 0; }
	.p2 img { width: 69%; margin-left: 15.5%; }
	.p3 img { width: 76%; margin-left: 12%; }
	.p4 .contents div img { width: 48%; }
	.p5 img { width: 67%; }
	.p7 .contents div img { width: 80%; }
}

.show {
	opacity: 1 !important;
}

/* animate */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pulseA {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulseA {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulseA {
  -webkit-animation-name: pulseA;
  animation-name: pulseA;
  /*animation-delay: 1.25s;*/
}

@-webkit-keyframes bounceInDownA {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
  	opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDownA {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
  	opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDownA {
  -webkit-animation-name: bounceInDownA;
  animation-name: bounceInDownA;
}

@-webkit-keyframes bounceInRightA {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
  	opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRightA {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
  	opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRightA {
  -webkit-animation-name: bounceInRightA;
  animation-name: bounceInRightA;
}

@-webkit-keyframes bounceInLeftA {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
  	opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeftA {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
  	opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeftA {
  -webkit-animation-name: bounceInLeftA;
  animation-name: bounceInLeftA;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes rolling {
	from {
		-webkit-transform:translateX(-1005px) rotate(0deg);
		transform:translateX(-1005px) rotate(0deg);
	}
	to {
		-webkit-transform:translateX(0) rotate(720deg);
		transform:translateX(0) rotate(720deg);
	}
}

@keyframes rolling {
	from {
		-webkit-transform:translateX(-1005px) rotate(0deg);
		transform:translateX(-1005px) rotate(0deg);
	}
	to {
		-webkit-transform:translateX(0) rotate(720deg);
		transform:translateX(0) rotate(720deg);
	}
}
.rolling {
	-webkit-animation: rolling 1s linear;
	animation: rolling 1s linear;
}
.big {
  width: 100%;
  height: auto;
  position: static!important;
}
















