﻿a{
	color: #333;
}
body{
	font-family: "微软雅黑";
	color: #666;

	overflow-x: hidden;
}
.wp {
	width: 980px;
	margin: 0 auto;
}
.blue{
	color: #1fadff;
}
.orange{
	color: #f4b302;
}
.puple{
	color: #a940ff;
}
.green{
	color: #01c03f;
}

._page {height: 1000px; border-top: 1px solid #ccc; background: #eee;}
.p0{height: 690px;} 
.banner ,.banner li {height: 690px;width: 100%;}
.banner { position: relative;}
.banner .hd a  { display: inline-block; width: 62px; height: 79px; background: url(../images/prev.png) no-repeat; position: absolute; top: 260px; z-index: 888}
.banner .hd a.prev { left: 20px;}
.banner .hd a.next {right: 20px; background-image: url(../images/next.png);}

._page .wp{padding-top: 40px;}
._page .img {position: relative;}

#hd {width: 100%; height: 150px; background: #fff; border-bottom: 1px solid #ddd;}
#hd .top{ padding-top: 8px;}
#hd .top a { display: inline-block; margin: 0 10px;}
#hd .l{width: 230px; padding-top: 5px;}
#hd .r{width: 700px;}
#hd .r{padding-top: 50px;}
#hd ul {padding-left: 30px;font-family: "微软雅黑";}
#hd li {float: left; font-size: 22px; padding: 0 20px;}
#hd li a:hover {color: #65C9FF;} 

#fd {background: #666; color: #eee; text-align: center;}
#fd a {color: #eee}
#fd .lk {padding: 40px 0; font-size: 18px;}
#fd .lk a {display: inline-block; margin: 0 30px;}
#fd .lk a:hover{
	text-decoration: underline;
}
#fd .cp  { padding: 20px 0;}
#fd .cp p{font-size: 12px;}
#fd .cp .b{font-size: 18px;}

#sidenav {width: 30px; position: fixed; right: 10px;z-index: 100;
	height: 315px;
	top: 50%;
	margin-top: -157px;
	display: none;
}
#sidenav li {width: 30px;height: 30px; margin-bottom: 5px;}
#sidenav li a{width: 30px; height: 0px; display: inline-block; padding-top: 30px; background: url(../images/o.png) no-repeat;}
#sidenav li a.on {background-position:right 0 ;}

/*弹出框*/
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
.signup{display: none;width: 370px;padding: 20px 40px;background-color: #fff;}
.signup a:hover{color: #1fadff;}
.modal_close { position: absolute; top: -10px; right: -10px; display: block; width: 30px; height: 30px; background: url(../images/close.png); z-index: 2; }
.signup-header{margin-bottom: 35px;}
.signup h3{font-size: 36px;color: #444;font-weight: normal;}
.signup span{font-size: 18px;position: relative;top: 13px;}

.txt-fld{}
.txt-fld table{}
.txt-fld table td{padding-bottom: 20px;}
.txt-fld table input{font-size: 14px;color: #999;width: 358px;padding: 0 5px;height: 50px;line-height: 50px \9;border: 1px solid #ddd;}
.txt-fld table input:focus{border: 1px solid #1fadff;box-shadow: 0 0 2px #1fadff;}
.txt-fld table .test-mark input{width: 235px;padding: 0 5px;}
.txt-fld table .test-mark span{display: inline-block;margin-left: 20px;position: relative;top: 10px;}
.btn-fld{font-size: 14px;}
.btn-fld a{color: #444;}
.btn-fld input{font-size: 30px; font-family:"微软雅黑","Microsoft Yahei";
 cursor: pointer;width: 100%;height: 60px;margin-bottom: 20px;
 color: #fff;border: 0; background-color: #1fadff;}
.btn-fld input:hover{opacity: .8;
-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides .bg-b {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider {background: #fff; position: relative;  zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

.slides .wp{
	position: absolute;
	left: 0;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	bottom: 0;
}
.slides .wp img{
	margin: 30px 0 0 0;
	width: 28%;
}
.slides .wp h1{
	font-size: 50px;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #111;
}
.slides .wp p{
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.slides .wp .txt{
	position: absolute;
	right: 150px;
	top: 0;
}
.btn{
	display: inline-block;
	width: 210px;
	height: 60px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	border-radius: 10px;
	margin: 0 0 0 10px;
}
.btn:hover{
	color: #fff;
}
.buy-p{
	position: absolute;
	bottom: 80px;
	right: 50px;
	width: 480px;
}
.bt1{
	background-color: #f4b301;
}
.bt2{
	background-color: #33cc65;
}
.bt1:hover{
	background-color: #e1a500;
}
.bt2:hover{
	background-color: #00b43b;
}
.page{
	padding-top: 1px;
}
.t1{
	font-size: 40px;
	text-align: center;
	color: #000;
	margin: 70px 0 0 0;
}
.page1{
	background: url(../images/bg2.jpg) no-repeat left top;
	height: 890px;
}
.page2{
	background: url(../images/bg3.jpg) no-repeat left top;
	height: 710px;
}
.page3{
	background: url(../images/bg4.jpg) no-repeat left top;
	height: 960px;
}
.page4{
	background: url(../images/bg5.jpg) no-repeat left top;
	height: 970px;
}
.page5{
	background:#fff url(../images/bg9.jpg) no-repeat left bottom;
	height: 790px;
}
.page6{
	background: url(../images/bg6.jpg) no-repeat left top;
	height: 500px;
}
.page7{
	background: url(../images/bg7.jpg) no-repeat left 560px;
	height: 1308px;
}
.page8{
	background: url(../images/bg8.jpg) no-repeat left top;
	height: 710px;
	overflow: hidden;
}
.page .wp{
	position: relative;
}
.img{
	position: absolute;
}
.txt{
	position: absolute;
	font-size: 18px;
}
.page1 .img1{
	left: 30px;
	top: 70px;
}
.page1 .img2{
	right: 110px;
	top: 350px;
}
.page1 .txt1{
	width: 400px;
	right: 50px;
	top: 170px;
}
.page2 .txt1{
	width: 350px;
	left: 100px;
	top: 200px;
	color: #fff;
}
.page2 .img1{
	right: 20px;
	top: 110px;
}
.page2 h2{
	color: #fff;
}
.page3 .img1{
	left: 30px;
	top: 210px;
	z-index: 10;
}
.page3 .img2{
	left: 150px;
	top: 120px;
	z-index: 0;
}
.page3 .img3{
	top: 290px;
	right: 100px;
	z-index: 10;
}

.page3 p{
	margin: 630px auto 0 auto;
	text-align: center;
}
.ml40{
	margin-left: 40px;
}
.page3 p a:hover{
	opacity: .8;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.page4 .t1{
	color: #fff;
}
.page4 .txt{
	color: #fff;
}
.page4 .img1{
	right: 20px;
	top: 100px;
}
.page4 .txt{
	top: 150px;
	left: 200px;
	width: 335px;
}
.page4 .img2{
	top: 400px;
	left: 200px;
}
.page5 .img1{
	left: 60px;
	top: 420px;
}
.page5 .img2{
	left: 220px;
	top: 420px;
}
.page5 .img3{
	left: 400px;
	top: 340px;
}
.page5 .img4{
	left: 500px;
	top: 370px;
}
.page6 .img1{
	left: 80px;
	top: 70px;
}
.page6 .img2{
	left: 490px;
	top: 130px;
}
.page7 .img1{
	left: 200px;
	top: 270px;
}
.page7 .txt{
	top: 100px;
	left: 260px;
	width: 524px;
	text-align: center;
}
.page8 .t1{
	left: 610px;
	position: absolute;
}
.page8 .img1{
	left: 20px;
	top: 80px;
	z-index: 20;
}
.page8 .img2{
	left: 480px;
	top: 430px;
	z-index: 10;
}
.page8 .img3{
	left: 640px;
	top: 200px;
}
#go-top{
	position: fixed;
	width: 70px;
	height: 70px;
	display: block;
	right: 10%;
	bottom:10%;
	background: url(../images/go.png) no-repeat left top;
}