
::selection {
	background: #bfa57c;
	color: #fff;
}
h1, h2, h3, h4, b {
	font-weight: 300;
	font-family: bree-web, Bree, sans-serif;
}
h2 {
	font-size: 28px;
	padding-bottom: 60px;
}
b {
	font-weight: 500;
	font-size: 16px;
	color: #c3522f;
}
#logo {
	position: absolute;
	left: 80px;
	top: 40px;
	z-index: 2;
	margin-left: -17px;
}
.header .menu>li>a .current{background:#8fc31f;}
.banner {
    min-width:1200px;
	position: relative;
	width: 100%;
	overflow: auto;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: rgba(255,255,255,.6);
	background: #1b1b1b;
}
.banner ul {
	list-style: none;
	width: 300%;
}
.banner ul li {
	display: block;
	float: left;
	width: 33%;
	min-height: 400px;
}
.banner .inner {
	padding: 160px 0 110px;
}
.banner h1, .banner h2 {
	font-size: 40px;
	line-height: 52px;
	color: #fff;
}
.banner .btn {
	display: inline-block;
	margin: 25px 0 0;
	padding: 9px 22px 7px;
	clear: both;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid rgba(255,255,255,.4);
	border-radius: 5px;
}
.banner .btn:hover {
	background: rgba(255,255,255,.05);
}
.banner .btn:active {
	-webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	-moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	-ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	-o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
}
.banner .btn, .banner .dot {
	-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
}
.banner .dots {
	position: relative;
	bottom: 20px;
	width: 159px;
	height: 20px;
	margin: 0 auto;
}

.banner .dots li {

	display: block;
	width: 6px;
	height: 6px;
	line-height: 6px;
	background: #fff;
	text-indent: -999em;
	border-radius: 6px;
	cursor: pointer;
	float: left;
	margin: 0 10px;
	*text-indent: 0;
}
.banner .dots li.active {
	background: #8fc31f;
	opacity: 1;
}
.banner .arrows {
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #fff;
}
.banner .arrow {
	display: inline;
	padding-left: 10px;
	cursor: pointer;
}
.features {
	overflow: hidden;
	padding: 50px 0;
	background: #f7f7f6;
	box-shadow: inset 0 -1px 3px rgba(0,0,0,.03);
}
.features li {
	position: relative;
	padding: 0 25px 0 40px;
	list-style: none;
	width: 25%;
	float: left;
}
.features li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 24px;
	height: 22px;
	background: url('img/icons.png');
}
.features li.browser:before {
	background-position: 0 -44px;
}
.features li.height:before {
	background-position: 0 -22px;
}
.features li.responsive:before {
	background-position: 0 -66px;
}
.features b {
	display: block;
	padding-bottom: 6px;
}
.how {
	padding: 60px 0;
}
.how h2 {
	color: #7c6853;
}
.how h3 {
	padding-bottom: 8px;
	color: #7b6b53;
	font-size: 20px;
	line-height: 10px;
}
.how li {
	position: relative;
	width: 375px;
	margin: 0 0 40px 15px;
	padding-left: 10px;
}
.how pre {
	position: absolute;
	left: 450px;
	top: 0;
	width: 495px;
	padding: 20px 25px;
	background: #f8f5f0;
	color: #8a785d;
	font-size: 12px;
	line-height: 18px;
	border-radius: 5px;
	box-shadow: inset 0 2px 2px rgba(180,157,125,.15), inset 0 0 1px rgba(0,0,0,.2);
}
.how p {
	padding-bottom: 15px;
}
.options {
	padding: 60px 0;
	background: #39342d;
	color: #7b7368;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.options a {
	opacity: .7;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,.2);
	text-decoration: none;
}
.options a:hover {
	opacity: 1;
	border-bottom-color: rgba(255,255,255,.3);
}
.options p {
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 20px;
}
.options h2 {
	color: #fff;
	padding-bottom: 15px;
}
.options pre {
	padding: 20px 25px;
	background: #342f29;
	color: #988f81;
	font-size: 13px;
	line-height: 19px;
	box-shadow: inset 0 2px 2px rgba(0,0,0,.15), inset 0 0 1px rgba(0,0,0,.1);
	border-radius: 5px;
}
.options pre span {
	color: #706657;
}

.wrap {
	margin: 0 auto;
	width: 960px;
}
 @media only screen and (min-device-width: 320px) and (max-device-width: 480px), (max-width: 900px) {
.wrap {
	width: 90%;
}
#logo {
	left: 50px;
	top: 30px;
}
.banner h1, .banner h2 {
	font-size: 24px;
	line-height: 30px;
}
.banner ul li {
	height: 240px;
}
.banner .inner {
	padding-top: 100px;
	padding-bottom: 50px;
}
.banner p {
	font-size: 15px;
	width: 80%;
	margin: 0 auto;
}
pre {
	overflow: auto;
}
.features li {
	width: 100%;
	margin-left: 10px;
	margin-bottom: 30px;
}
.how li {
	width: 90%;
}
.how pre {
	position: static;
	width: 100%;
}
}
 @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.features li:before {
	background: url('img/icons@2x.png');
	background-size: 100%;
}
}
.banner .unslider-arrowbox{position:absolute;top:0;left:0;height:100%;width:100%;}
.banner .unslider-arrowbox a{display:inline-block;*display:inline;zoom:1;position:relative;top:50%;width:50px;height:65px;margin-top:-32px;line-height:65px;background:#000; text-align:center;font-family:SimSun;font-size:26px;color:rgba(255,255,255,.6);color:#fff\0;*color:#fff;background:rgba(0,0,0,.4);filter:alpha(opacity=40);}
.banner .unslider-arrowbox a:hover{background:#000;color:rgba(255,255,255,.9);color:#fff\0;*color:#fff;background:rgba(0,0,0,.8);filter:alpha(opacity=80);}
.banner .unslider-arrowbox a.prev{float:left;}
.banner .unslider-arrowbox a.next{float:right;}

.loadbar{position:relative;width:1200px;margin:0 auto;height:0;background:#fff;}
.loadbar .loadbox{position:absolute;top:-355px;right:80px;width:235px;height:270px;padding:20px 30px;background:#fff;border-radius:5px;}
.loadbox .title{font-size:16px;}
.loadbox .title .tright{float:right;color:#999;font-size:14px;}
.loadbox .title .tright a{color:#ff8a00;}
.loadbox .luser,.loadbox .lpasswd,.loadbox .lcode,.loadbox .lbtn{margin-top:20px;}
.loadbox .luser input{width:100%;padding-left:0;background:url(../images/user.png) #fffaea 8px center no-repeat;height:36px;line-height:36px;text-indent:2.7em;border-radius:2px;border:1px solid #ddd;*width:192px;*padding-left:43px;*text-indent:0;}
.loadbox .lpasswd input{width:100%;background:url(../images/passwd.png) 8px center no-repeat;height:36px;line-height:36px;text-indent:2.7em;border-radius:2px;border:1px solid #ddd;*width:192px;*padding-left:43px;*text-indent:0;}
.loadbox .lcode input{float:left;width:125px;height:36px;line-height:36px;text-indent:.5em;border-radius:2px;border:1px solid #ddd;*width:120px;*padding-left:5px;*text-indent:0;}
.loadbox .lcode .codebox{float:right;}
.loadbox .lbtn a{display:inline-block;*display:inline;width:100%;height:40px;zoom:1;line-height:40px;background:#ffc300; text-align:center;font-size:16px;border-radius:3px;}
.loadbox .lbtn a:hover{background:#ffd13d;}
