﻿@charset "utf-8";
/* CSS Document */

/*初始化样式*/
body{font:16px "微软雅黑";}
body,ul,input,dl,dd,select,option,textarea,p,h1,h2,h3,h4,table,td{margin:0px;padding:0px;list-style:none;}
img{border:none;vertical-align:middle;}
a{text-decoration:none;outline:none;outline:none;blr:expression(this.onFocus=this.blur());}
input{border:none;outline:none;blr:expression(this.onFocus=this.blur());}	
h2{font-size:18px;}
h3{font-size:16px;}
#container{width:1024px;margin:0px auto;}
	#header_home{width:100%;height:578px;background-color:#f4f4f4;background:url(../images/header_bg_02.jpg) no-repeat;background-position:0 80px;border-bottom:1px solid #dddddd;}
	#header{width:100%;height:126px;background-color:#f4f4f4;background:url(../images/header_bg_01.jpg) no-repeat;background-position:0 80px;border-bottom:1px solid #dddddd;}
	#header_core{width:1024px;margin:0px auto;}
	#nav{width:100%;height:50px;line-height:50px;}
	#nav li{float:left;width:180px;text-align:center;font-size:0.875em;font-weight:bold;position:relative;}
	#nav li a{color:#fff;display:block;}
	#nav li a:hover{color:#FF0;}
	#nav li .bra{border-radius:0px 0px 10px 10px; text-align:left;}
	#nav li div{display:none;position:absolute;left:10px;top:47px;}
	#nav li div a{color:#72746f;background:#ebebeb;padding:0px 5px;}
	#nav li div a:hover{color:#595656;background:#d3d3d3;}
	#nav li:hover div{display:block;}
	#text{width:320px;float:left;clear:both;padding:50px 0 0 70px;}
	#text p{color:#737373;font-size:0.875em;clear:both;line-height:24px;}
	#text .title{float:left;margin-bottom:10px;padding:0px 10px;height:40px;line-height:40px;border:1px solid #595656;background:#fff; border-radius:8px;color:#595656;font-weight:bold;font-size:1.125em;}
	#slogan{width:100%;text-align:center;height:92px;background:url(../images/slogan_bg.png) no-repeat;float:left;clear:both;}
	#slogan div{margin:0px auto;padding-top:16px;line-height:25px;}
	#slogan div .title{color:#3d3d3d;font-size:1.125em;font-weight:bold;}
	#slogan div p{color:#737373;font-size:0.875em;}
	#slogan div span{color:#000000;font-size:1.55em;}
	#bg{width:100%;height:40px;background:#efefef;border-top:1px solid #dddddd;border-bottom:1px solid #dddddd;float:left;}
	#main{width:885px;margin:0px auto;}
	#main ul{float:left;width:100%;padding-top:30px;}
	#main li{color:#737373;font-size:0.875em;line-height:24px;}
	#main .title{color:#3d3d3d;font-size:1.125em;font-weight:bold;line-height:40px;}
	#main .title span{font-size:2em;}
	#main #step1,#main #step2,#main #step3{width:100%;height:403px;margin-top:40px;}
	#main #step1{background:url(../images/step1.png) no-repeat;}
	#main #step2{background:url(../images/step2.jpg) no-repeat;}
	#main #step3{background:url(../images/step3.png) no-repeat;}
	#main #step1 div{float:left;margin-left:285px;margin-top:50px;position:relative;}
	#main #step1 a{display:block;width:149px;height:51px;float:left;position:relative;}
	#main #step1 a span{ display:block;position:absolute;width:100%;bottom:-12px;text-align:center;}
	#main #step1 .appstore{background:url(../images/appstore.png) no-repeat;margin-right:20px;}
	#main #step1 .android{background:url(../images/android.png) no-repeat;}
	/*#main #step1 div p{border:1px solid #9d9d9d;clear:both;float:left;width:100%;margin-top:10px;padding-top:20px;background:#f8f8f8;}*/
	#main #step1 div p{clear:both;float:left;width:100%;margin-top:10px;}
	#main #step1 div p span{ display:block;text-align:center;font-size:1.125em;color:#737373;padding-bottom:10px;}
	#wait{width:100%;padding:50px 0px;float:left;text-align:center;color:#3d3d3d;font-size:1.25em;font-weight:bold;letter-spacing:6px;}
	#footer{float:left;width:100%;height:141px;font-family:"宋体";font-size:0.875em;color:#fff;background:url(../images/footer_bg.png) no-repeat;text-align:center;border-top:1px solid #dddddd;}
	#footer p{padding-top:78px;}
	#main #step1 div p .spantext {text-align:center;font-size:1.125em;color:#737373;padding:0px 0px 10px 30px;}
	#logo{height:80px;background-color:#f4f4f4}
	#logo img{margin:15px 60px}

.main{margin:15px 0;min-height:200px;}
	
.main .l_nav {
float: left;
width: 230px;
font-size: 14px;
font-family: microsoft yahei;
}

.main .content {
width: 775px;
float: right;
margin-bottom:20px;
}

.l_nav ul {
border: 1px solid #e5e5e5;
padding: 12px;
_padding: 11px;
float: left;
width: 204px;
min-height:400px;
}

.l_nav ul li {
padding-left: 10px;
float: left;
width: 194px;
padding-top: 5px;
}

.l_nav ul li a {
font-weight: bold;
font-size: 14px;
color: #0081D4;
}

.main p {
color: #595959;
line-height: 32px;
font-size: 14px;
text-indent: 28px;
margin-top:20px;
}

.qa-list{
		display: block;
		list-style-type: disc;
		-webkit-margin-before: 1em;
		-webkit-margin-after: 1em;
		-webkit-margin-start: 0px;
		-webkit-margin-end: 0px;
		-webkit-padding-start: 40px;
	}
	
.qa-list li{
	padding-bottom: 30px; margin-bottom: 30px;
	border-bottom: 1px dashed #dedede;
	list-style: none;
}
.qa-title{
	margin-bottom: 15px;
	height: 26px; line-height: 26px;
	font-size: 14px;
}
.qa-title i{
	display: inline-block; *display: inline; *zoom: 1;
	margin-right: 15px;
	width: 48px; height: 24px;
	text-align: center; color: #47abd3;
	background: #f5f5f5;
	border: 1px solid #ededed;
}
.qa-cnt{
	position: relative;
	margin-left: 40px; padding: 10px;
	font-size: 14px; line-height: 1.8; color: #828282;
	background: #f7f7f7;
	border: 1px solid #ebebeb;
	border-radius: 4px;
}
.qa-cnt .trag{
	position: absolute; top: -20px; left: 15px;
	display: block; width: 0; height: 0;
	border: 10px solid #ebebeb;
	border-color: transparent transparent #ebebeb transparent;
}
.qa-cnt .trag:after{
	content: ' ';
	position: absolute; left: -8px; top: -6px;
	width: 0; height: 0;
	border: 8px solid #f7f7f7;
	border-color: transparent transparent #f7f7f7 transparent;	
}

.cj-list{
		display: block;
		list-style-type: disc;
		-webkit-margin-before: 1em;
		-webkit-margin-after: 1em;
		-webkit-margin-start: 0px;
		-webkit-margin-end: 0px;
		-webkit-padding-start: 40px;
	}
.cj-list li{
	padding-bottom: 10px; margin-bottom: 10px;
	border-bottom: 1px dashed #dedede;
	list-style: none;
}
.cj-title{
	margin-bottom: 15px;
	height: 26px; line-height: 26px;
	font-size: 14px;
}