@charset "utf-8";

/* CSS Document */ 
#footer .wrap {
	margin: auto;
}

#footer .proposal {
	text-align: center;
	font-size: 16px;
	padding: 15px 0;
	background: #474747;
	border-top: 1px solid #474747;
	position: fixed;
	width: 100%;
	left: 0;
	bottom: -60px;
	z-index: 9999;
}

.fBottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

.arrDown:after {
	border-top: 10px solid #aeaeae;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	width: 0;
	height: 0;
	content: '';
}

.arrUp:after {
	border-bottom: 10px solid #aeaeae;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	width: 0;
	height: 0;
	content: '';
}

.arrLeft:after {
	border-right: 10px solid #aeaeae;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	width: 0;
	height: 0;
	content: '';
}

.arrRight:after {
	border-left: 10px solid #aeaeae;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	width: 0;
	height: 0;
	content: '';
}

.arrTopleft:after {
	border-top: 100px solid red;
	border-right: 100px solid transparent;
	width: 0;
	height: 0;
	content: '';
}

.arrTopright:after {
	border-top: 100px solid red;
	border-left: 100px solid transparent;
	width: 0;
	height: 0;
	content: '';
}

.arrBottomleft:after {
	border-bottom: 100px solid red;
	border-right: 100px solid transparent;
	width: 0;
	height: 0;
	content: '';
}

.arrBottomright:after {
	border-bottom: 100px solid red;
	border-left: 100px solid transparent;
	width: 0;
	height: 0;
	content: '';
}

.flashlight {
	display: block;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	width: 800px;
	height: 450px;
}

.flashlight:before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	overflow: hidden;
	width: 200px;
	height: 100%;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.flashlight:hover:before {
	left: 150%;
	-webkit-transition: left 1s ease 0s;
	-moz-transition: left 1s ease 0s;
	transition: left 1s ease 0s;
}

/*澶嶇敤鍥剧墖鍖呰９*/
.scaleimg {
	overflow: hidden;
}

.scaleimg:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
	overflow: hidden;
}

.scaleimg img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.scaleimg:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

/*娴佺▼妯″潡*/
.process {}

.process ul {
	overflow: hidden;
	padding: 10px;
}

.process ul li {
	float: left;
	height: 20px;
	color: #FFF;
	line-height: 20px;
	padding: 0 25px 0 10px;
	position: relative;
}

.process ul li:nth-child(1) {
	background-color: red;
}

.process ul li:nth-child(2) {
	background-color: green;
}

.process ul li:nth-child(3) {
	background-color: blue;
}

.process ul li:after {
	border-left: 15px solid #aeaeae;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	width: 0;
	height: 0;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
}

.process ul li:nth-child(1):after {
	border-left-color: red;
	border-top-color: green;
	border-bottom-color: green;
}

.process ul li:nth-child(2):after {
	border-left-color: green;
	border-top-color: blue;
	border-bottom-color: blue;
}

.process ul li:nth-child(3):after {
	border-left-color: blue;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}

.transition {
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.translateX-100 {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
}

.translateX_100 {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}

.translateY-100 {
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	transform: translateY(-100px);
}

.translateY_100 {
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	transform: translateY(100px);
}
 

 

.home {
	position: relative;
	z-index: 1;
}

.home .focus {
	position: relative;
	width: 100%;
}

.home .focus ul {
	overflow: hidden;
	height: 100vh;
	position: relative;
}

.home .focus li {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.home .focus li+li {
	z-index: -1;
}

.home .focus li img {
	width: 100%;
	height: auto;
}

.home .focus li a {
	display: block;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home .focus .nav {
	position: absolute;
	left: 0;
	bottom: 5%;
	width: 100%;
	text-align: center;
	z-index: 2;
}

.home .focus .nav i {
	display: inline-block;
	width: 27px;
	height: 24px;
	margin: 0 5px;
	line-height: 3px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background: url(../bg/dian2.png) no-repeat left center;
}

.home .focus .nav i.now {
	background-position: right center;
}

.home .tit-span:first-child {
	margin-left: 0;
}

.home .tit-span:last-child {
	margin-right: 0;
}

.home .tit-span img {
	height: auto;
	max-width: none;
	vertical-align: top;
	width: 24px;
}

.home .focus .prev {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 100%;
	z-index: 10;
}

.home .focus .next {
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 100%;
	z-index: 10;
}

.home .focus .prev a {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -40px;
	width: 80px;
	height: 80px;
	background: url(../bg/ld_prev.png) no-repeat center;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.home .focus .next a {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -40px;
	width: 80px;
	height: 80px;
	background: url(../bg/ld_next.png) no-repeat center;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.home .focus .prev:hover a,
.home .focus .next:hover a {
	opacity: 1;
}

.banner_mouse {
	display: block;
	position: absolute;
	bottom: 50px;
	left: 5%;  
	z-index: 2; 
	z-index: 9009;
	width: 23px;
	height: 40px;
	cursor: pointer;
	background: url(../bg/banner_mouse_ico.png) no-repeat -23px 0px;
	-webkit-animation: nudgeMouse 1.6s linear infinite;
	animation: nudgeMouse 1.6s linear infinite;
}

.banner_mouse:after,
.banner_mouse:before {
	content: "";
	position: absolute;
}

.banner_mouse:before {
	width: 23px;
	height: 40px;
	background: url(../bg/banner_mouse_ico.png) no-repeat 0px 0px;
	-webkit-animation: colorSlide 1.6s linear infinite;
	animation: colorSlide 1.6s linear infinite;
	top: 0;
	left: 0;
}

.banner_mouse:after {
	background-color: #ffffff;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	-webkit-animation: trackBallSlide 1.6s linear infinite;
	animation: trackBallSlide 1.6s linear infinite;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/* css效果 */
@-webkit-keyframes colorSlide {
0% {
height:0;
}
90%{
height:40px;
}
}

@keyframes colorSlide {
0% {
height:0;
}
90%{
height:40px;
}
}
@-webkit-keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
						transform: scale(1) translateY(-8px);
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
						transform: scale(0.9) translateY(4px);
	}
	68% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(16px);
						transform: scale(0.4) translateY(16px);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
						transform: scale(0.4) translateY(-8px);
	}
}
@keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
						transform: scale(1) translateY(-8px);
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
						transform: scale(0.9) translateY(4px);
	}
	68% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(16px);
						transform: scale(0.4) translateY(16px);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
						transform: scale(0.4) translateY(-8px);
	}
}
@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

}
@keyframes nudgeMouse {
 0% {
	    -webkit-transform: translateY(0);
	            transform: translateY(0);
	  }
	  50% {
	    -webkit-transform: translateY(8px);
	            transform: translateY(8px);
	  }
	  100% {
	    -webkit-transform: translateY(0);
	            transform: translateY(0);
	  }
}