body {
	font-family: "微软雅黑";
	font-size:14px;
	color:#323232;
}
a:link {
 color:#000; font-family:"微软雅黑"; text-decoration:none;
}

input {
	padding:0;
    margin:0;
	border:0;
}
.clear { clear:both;}
b {
	font-weight:normal;
	}

* {
    padding:0;
    margin:0;
	border:0;
	
}

.section {
	background: url(../images/common-bg.jpg) no-repeat;
	background-size:100%;
	width:640px;
	margin:0 auto;
	overflow:hidden;
	}
	
img { position:absolute;}
.logo { top:100px;}
.s-next { bottom:0px; opacity:0}
.s1-1{ position:absolute;top:230px; left:1000px;padding:0 60px;}
.s1-1 p { float:left;width:100%;margin-bottom:10px;display:block; position:relative; overflow:hidden;line-height:32px;font-size:22px;color:#393939;}
.s1-2 {bottom:50px; left:-1000px; }
.s1-3 { position:absolute;bottom:76px; left:1000px;width:100%;padding:0 60px;font-size:30px;text-align:center; display:block;box-sizing:border-box; }

.s2-1 { top:-300px; opacity:0;}
.tit-bg {top:-300px; opacity:0; left:0;}
.s2-2 { position:absolute;top:215px; left:0;width:100%; display:block; overflow:hidden; opacity:0;}
.s2-2 img {width:100%; display:block; position:relative;}
.s2_2_txt { position:absolute;left:0;top:50px;padding:0 60px;font-size:23px;color:#666;}
.s2_2_txt h2 {width:100%;line-height:65px; display:block;font-size:46px;color:#d7181f; text-align:center; letter-spacing:5px}
.s2_2_txt h3 {width:100%;line-height:65px;display:block;font-size:31.5px;color:#000; text-align:center;}
.s2_2_txt p {float:left;width:100%;margin-bottom:18px; text-indent:2em;display:block; position:relative; overflow:hidden;line-height:32px;}
.s2_2_add {width:100%; position:relative; overflow:hidden;line-height:32px;font-size:22px;color:#666; }
.s2_2_add dt {float:left;width:135px;padding-left:18px;}
.s2_2_add dd {float:right;width:365px;}
.s2-3 {top:470px; left:-1000px;}
.s2-4 {top:530px; left:-1000px;}
.s2-5 {top:590px; left:-1000px;}
.s2-6 {top:650px; left:-1000px;}

.btn-chose {
	position:absolute;
	bottom:-100px;
	}

.btn {
	margin:5px auto;
	width:88%;
	opacity:0;
	border-radius:3px;
	text-align:center;
	display:-webkit-box;
	margin-left:6%;
	}
.btn a {
	display:block;
	-webkit-box-flex:1;
	color:#FFF;
	height:70px;
	line-height:70px;
	font-size:30px;
	vertical-align:middle;
	text-shadow:1px 1px 1px rgba(0,0,0,0.35);
	font-weight:bold;
	border-radius:3px;
	}
.btn a:first-of-type {
	border:1px solid #003874;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#0b57a8), to(#003874));
	}
.btn a:nth-child(2) {
	margin-left:10px;
	border:1px solid #ba0c12;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ff0009), to(#d7181f));
	}
#up { -webkit-animation: up 1s linear 2s infinite alternate;}

@-webkit-keyframes up /* Safari 和 Chrome */
{
0%   {-webkit-transform: translate(0,0); }
50%  {-webkit-transform: translate(0,-20px);}
100% {-webkit-transform: translate(0,0);}
}
