@charset "utf-8";
a:hover{
	text-decoration:underline;
}
img{
	_display:block;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	color:4b4b4b;
}
h1{
	line-height:40px;
	font-size:30px;
}
h2{
	font-size:30px;
	line-height:30px;
}
h3{
	font-size:25px;
	line-height:30px;
}
h4{
	font-size:16px;
	line-height:20px;
	font-weight:bold;
}
mark{
	background:none;
	color:#F19317;
}
mark a{
	color: #09F;
	text-decoration:underline;
}
mark a:hover{
	color: #06C;
	text-decoration:underline;
}
small{
	font-size:11px;
}

a.bigBtn{
	display:inline-block;
	border:1px solid #1684C5;
	border-radius:5px;
	text-decoration:none;
	color:#fff;
	padding-right:20px;
	cursor:pointer;
	background-image: linear-gradient(top, rgb(54,168,233), rgb(18,127,211));
	background-image: -o-linear-gradient(top, rgb(54,168,233) 50%, rgb(18,127,211));
	background-image: -moz-linear-gradient(top, rgb(54,168,233), rgb(18,127,211));
	background-image: -webkit-linear-gradient(top, rgb(54,168,233), rgb(18,127,211));
	background-image: -ms-linear-gradient(top, rgb(54,168,233), rgb(18,127,211));
}
a.bigBtn:hover{
	color:#fff;
	text-decoration:none;
	background-image: linear-gradient(top, rgb(18,127,211),rgb(54,168,233));
	background-image: -o-linear-gradient(top, rgb(18,127,211),rgb(54,168,233));
	background-image: -moz-linear-gradient(top, rgb(18,127,211),rgb(54,168,233));
	background-image: -webkit-linear-gradient(top, rgb(18,127,211),rgb(54,168,233));
	background-image: -ms-linear-gradient(top, rgb(18,127,211),rgb(54,168,233));
}
a.bigBtn span{
	display:inline-block;
	padding:20px;
	font-size:20px;
	line-height:23px;
	height:23px;
}
a.classBtn{
	display:inline-block;
	border:1px solid #ccc;
	border-radius:5px;
	text-decoration:none;
	color:#4b4b4b;
	cursor:pointer;
	padding:10px;
	height:20px;
	font-size:16px;
	text-align:center;
	background-image: linear-gradient(top,#f7f7f7,#F2F2F2);
	background-image: -o-linear-gradient(top,#f7f7f7,#F2F2F2);
	background-image: -moz-linear-gradient(top,#f7f7f7,#F2F2F2);
	background-image: -webkit-linear-gradient(top,#f7f7f7,#F2F2F2);
	background-image: -ms-linear-gradient(top,#f7f7f7,#F2F2F2);
}
a.classBtn:hover{
	color:#4b4b4b;
	text-decoration:none;
	background-image: linear-gradient(top,#F2F2F2,#f7f7f7);
	background-image: -o-linear-gradient(top,#F2F2F2,#f7f7f7);
	background-image: -moz-linear-gradient(top,#F2F2F2,#f7f7f7);
	background-image: -webkit-linear-gradient(top,#F2F2F2,#f7f7f7);
	background-image: -ms-linear-gradient(top,#F2F2F2,#f7f7f7);
}
a.bgcBtn{
	background:#ccc;
	border-radius:5px;
	line-height:25px;
	font-size:14px;
	text-decoration:none;
	display:inline-block;
	padding:0 10px;
	color:#666;
}
a.bgcBtn:hover{
	background:#999;
	color:#fff;
	text-decoration:none;
}
.textInput{
	padding:10px;
	height:20px;
	line-height:20px;
	border:1px solid #ccc;
	border-radius:5px;
	display:inline-block;
	color:#999;
}
.iphone4s{
	height:530px;
	width:252px;
	background:url(images/topIphone.png) no-repeat;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-126px;
	z-index:10002;
}
.topIphone4s img{
	width:100%;
	height:100%;
}
/*page*/
.page{
	border-bottom:1px solid #ccc;
	margin:0 auto;
	padding:30px 0;
	width:1000px;
}
.page ul.pageLeft{
	float:left;
	width:47%;
	display:inline;
}
.page ul.pageRight{
	float:right;
	width:47%;
	display:inline;
}
/*page1*/
.page1{
	background:url(images/bp1.jpg) no-repeat bottom right;
	min-height:320px;
}
.page1 h2{
	padding:20px 0;
	font-weight:normal;
}
.page1 h3{
	padding:30px 0 10px;
	font-weight:normal;
	border-left: none;
}
.page1 p{
	font-size:20px;
	line-height:30px;
}
.page1 li{
	line-height:30px;
	height:30px;
	font-size:16px;
	background:url(images/bg.png) no-repeat -820px 6px;
	padding-left:17px;
}
/*page2*/
.page2{
	background:url(images/bp2.jpg) no-repeat bottom center;
	padding-bottom:250px;
}
.page2 h2{
	text-align:center;
	padding:20px 0 40px;
}

.page2 li{
	background:url(images/bg.png) no-repeat -820px 6px;
	padding-left:17px;
	margin-bottom:20px;
	float:left;
}
.page2 h4{
	padding:5px 0;
	float:left;
	width:100%;
}
.page2 p{
	color:#999;
	font-size:14px;
	margin-top:3px;
	width:100%;
	line-height:25px;
}
.page2 .bgNone{
	background:none;
}
/*page3*/
.page3{
	background:url(images/bp3.jpg) no-repeat bottom center;
	padding-bottom:384px;
}
.page3 h2{
	text-align:center;
	padding:20px 0 20px;
}
.page3 h3{
	text-align:center;
	padding-bottom:40px;
	border-left: none;
	
}
.page3 li{
	margin-bottom:20px;
	padding-left:45px;
	min-height:40px;
	color:#999;
}
.page3 .page3-l1{
	background:url(images/bg.png) no-repeat -788px -205px;
}
.page3 .page3-l2{
	background:url(images/bg.png) no-repeat -788px -307px;
}
.page3 .page3-l3{
	background:url(images/bg.png) no-repeat -788px -409px;
}
.page3 .page3-l4{
	background:url(images/bg.png) no-repeat -788px -506px;
}
.page3 .page3-l5{
	background:url(images/bg.png) no-repeat -788px -608px;
}
.page3 .page3-l6{
	background:url(images/bg.png) no-repeat -788px -709px;
}
/*page4*/
.page4{
	padding-bottom:0;
}
.page4 div{
	background:url(images/bp4.jpg) no-repeat left bottom;
	margin-left:100px;
	padding:0 30px 0 450px;
	min-height:540px;
}
.page4 h2{
	padding-top:100px;
	line-height:45px;
}
.page4 h3{
	font-size:22px;
	line-height:35px;
	padding-top:10px;
	border-left: none;
}
.page4 h4{
	padding-top:20px;
	font-size:20px;
	line-height:30px;
	font-weight:normal;
}
.page4 p{
	padding-top:10px;
	font-size:16px;
	height:100px;
}
.page4 a{
	float:left;
}
.page4 p .spanTest{
	float:left;
	display:inline-block;
	line-height:65px;
	padding-left:30px;
}
.page4 a.bigBtn span{
	background:url(images/bg.png) no-repeat -18px -210px;
	padding-left:55px;
}
/*page5*/
.page5{
	padding-top:50px;
}
.page5 h3{
	padding-bottom:30px;
}

.page5 .pageRight{
	position:relative;
}
.page5 a.bgcBtn{
	position:absolute;
	right:0;
	top:3px;
}
.page5 .blog{
	height:246px;
	overflow:hidden;
	position:relative;
}
.page5 .blog_container{
	position:relative;
}
.page5 .blog ul{
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	padding-bottom:15px;
	height:95px;
	color:#999;
	+display:inline-block;
}
.page5 .blog img{
	float:left;
	width:50px;
	height:50px;
	margin-right:15px;
}

.page5 .blog p{
	margin-bottom:3px;
}
.page5 .blog .borderNone{
	border:none;
	margin:0;
	padding:0;
}

.BigContent h3 {
    color: #666;
    font: 700 14px/1.6em "微软雅黑","黑体";
    padding: 8px 0;
	margin-top:10px;
	border-left: none;
}

.BigContent { width:1000px; margin:20px auto; overflow:hidden; border-bottom:#ddd solid 1px; padding-bottom:20px;}

#FAQ .san {
    background-color: #EEEEEE;
    padding-left: 2em;
	padding-top:10px;
	padding-bottom:10px;
    text-indent: 0;
	line-height:30px;
	margin-top:10px;
}

#FAQ div {
    display: none;
}

.update-time{
	float: right;
    font-style: normal;
    font-size: 14px;
    color: #777;
}
.priceTable td{
	border:1px solid #ccc;
	padding:10px 0;
	height:30px;
	line-height:30px;
	text-align:center;
}
.priceTable{
	border-collapse:collapse;
}
.priceTable .true{
	background:url(images/bg.png) no-repeat -634px -233px;
	width:30px;
	height:30px;
	margin:0 auto;
}
.priceTable .anniu{
	background:url(images/anniu.png) no-repeat;
	width:108x;
	height:42px;
	margin:0 auto;
}
.priceTable.fixed{
	position:fixed;
}
.priceTable thead{
	font-size:16px;
	font-weight:bold;
	background:#fff;
}
.priceTable .tableTitle{
	font-size:16px;
	background:#f7f7f7;
	font-weight:bold;
}
.priceTable .over{
	background:#ECF5FF;
}
/*price*/
.pricePage1 {
	text-align:center;
	position:relative;
}
.pricePage1 h2{
	padding:20px 0 30px;
}
.pricePage1 h3{
	padding-bottom:30px;
	border-left: none;
}
.pricePage1 section{
	padding-bottom:40px;
}
.priceTable td{
	border:1px solid #ccc;
	padding:10px 0;
	height:30px;
	line-height:30px;
	text-align:center;
}
.priceTable{
	border-collapse:collapse;
}
.priceTable .true{
	background:url(images/bg.png) no-repeat -634px -233px;
	width:30px;
	height:30px;
	margin:0 auto;
}
.priceTable .anniu{
	background:url(images/anniu.png) no-repeat;
	width:108x;
	height:42px;
	margin:0 auto;
}
.priceTable.fixed{
	position:fixed;
}
.priceTable thead{
	font-size:16px;
	font-weight:bold;
	background:#fff;
}
.priceTable .tableTitle{
	background:#f7f7f7;
	font-weight:bold;
}
.priceTable .over{
	background:#ECF5FF;
}
.pricePage1 .notice{
	padding:40px 0 20px;
}
.pricePage1 .notice li{
	line-height:30px;
	height:30px;
	background:url(images/bg.png) no-repeat -820px 6px;
	padding-left:17px;
	text-align:left;
}