﻿.helpBanner{
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
	height: 267px;
}
.nav{
	margin-top: 0;
}
.promotion {
	width: 100%;
}

.promotionBox {
	width: 100%;
}

.promotionBox img {
	width: 100%;
	float: left;
}

.promotionTab {
	width: 175px;
	height: 20px;
	position: relative;
	top: -25px;
	left: 45%;
	z-index: 2;
	overflow: hidden;
	margin-bottom: 5px;
}

.promotionTab p {
	width: 265px;
}

.promotionTab p a {
	width: 12px;
	height: 12px;
	border-radius: 10px;
	display: inline-block;
	background: none;
	border: 1px solid #fff;
	margin-right: 15px;
	
}

.promotionTab p a.focus {
	width: 12px;
	height: 12px;
	border-radius: 10px;
	display: inline-block;
	border: 1px solid #fff;
	background: #fff;
}

.main{
	width: 100%;
	min-width: 1180px;
	background: #f0f0f0;
	padding: 20px 0 30px;
}
.novices{
	width: 1180px;
	margin: 0 auto;
}
.helpTitle{
	margin-bottom: 25px;
}
.helpTitle h2{
	font-size: 18px;
	line-height: 20px;
	color: #333;
}
.helpTitle h2 span{
	font-size: 14px;
	line-height: 20px;
	color: #666;
	display: inline-block;
	margin-left: 12px;
	font-weight: normal;
}
.novicesBox{
	margin-left: -20px;
}
.step{
	width: 260px;
	padding: 15px 10px;
	background: #fff;
	position: relative;
	margin-left: 20px;
	float: left;
	height: 292px;
	overflow: hidden;
}
.stepPic{
	height: 75px;
	padding: 15px 20px;
	text-align: center;
}
.step h3{
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	margin: 10px 0;
}
.step h3 a:hover{
	color: #333;
	text-decoration: none;
}
.step p{
	font-size: 14px;
	line-height: 25px;
	color: #666;
	text-indent: 15px;
	background: url(../../images/dot1.png) no-repeat 0 10px;
}
.step p a{
	color: #0072BC;
}
.stepNumber{
	width: 71px;
	height: 66px;
	position: absolute;
	top: 0;
	left: 0;
}
.step1 .stepNumber{
	background: url(../../images/step1.png) no-repeat;
}
.step1:hover .stepNumber{
	background: url(../../images/step01.png) no-repeat;
}
.step2 .stepNumber{
	background: url(../../images/step2.png) no-repeat;
}
.step2:hover .stepNumber{
	background: url(../../images/step02.png) no-repeat;
}
.step3 .stepNumber{
	background: url(../../images/step3.png) no-repeat;
}
.step3:hover .stepNumber{
	background: url(../../images/step03.png) no-repeat;
}
.step4 .stepNumber{
	background: url(../../images/step4.png) no-repeat;
}
.step4:hover .stepNumber{
	background: url(../../images/step04.png) no-repeat;
}

#philosophy{
	margin: 40px 0 30px;
	padding: 30px 0;
	width: 100%;
	min-width: 1180px;
	background: #fff;
}
.philosophy{
	width: 1180px;
	margin: 0 auto;
}
.free img{
	width: 106px;
	height: 106px;
	float: left;
	margin-right: 30px;
}
.free h3{
	width: 1000px;
	float: left;
	font-size: 36px;
	color: #333;
	line-height: 40px;
	font-weight: normal;
	margin: 10px 0 10px;
}
.free h3 a:hover{
	color: #333;
	text-decoration: none;
}
.free p{
	width: 1000px;
	display: block;
	float: left;
	font-size: 16px;
	line-height: 25px;
	color: #666;
}
.free1 img{
	width: 106px;
	height: 106px;
	float: right;
	margin-left: 30px;
}
.free1 h3{
	text-align: right;
	width: 1000px;
	float: right;
	font-size: 36px;
	color: #333;
	line-height: 40px;
	font-weight: normal;
	margin: 10px 0 10px;
}
.free1 p{
	width: 617px;
	display: block;
	float: right;
	font-size: 16px;
	line-height: 25px;
	color: #666;
}

.edit{
	padding: 30px 0 10px;
	width: 1180px;
	margin: 0 auto;
}
.edit ul{
	margin-left: -20px;
}
.edit ul li{
	width: 320px;
	float: left;
	padding: 20px 30px;
	background: #fff;
	border-radius: 3px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.liPic{
	width: 68px;
	height: 68px;
	text-align: center;
	margin: 10px auto 0;
}
.edit ul li h3{
	font-size: 16px;
	line-height: 25px;
	color: #333;
	margin: 20px 0 15px;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
}
.edit ul li p{
	font-size: 14px;
	line-height: 25px;
	color: #666;
}
.liPic1 a{
	display: inline-block;
	width: 68px;
	height: 68px;
	background: url(../../images/edit01.png) no-repeat;
}
.edit ul li:hover{
	background: #0072BC;
}
.edit ul li:hover .liPic1 a{
	background: url(../../images/edit1.png) no-repeat;
}
.edit ul li:hover  h3{
	color: #fff;
}
.edit ul li:hover  p{
	color: #fff;
}
.liPic2 a{
	display: inline-block;
	width: 68px;
	height: 68px;
	background: url(../../images/edit02.png) no-repeat;
}
.liPic3 a{
	display: inline-block;
	width: 68px;
	height: 68px;
	background: url(../../images/edit03.png) no-repeat;
}
.liPic4 a{
	display: inline-block;
	width: 68px;
	height: 68px;
	background: url(../../images/edit04.png) no-repeat;
}
.liPic5 a{
	display: inline-block;
	width: 68px;
	height: 68px;
	background: url(../../images/edit05.png) no-repeat;
}
.liPic6 a{
	display: inline-block;
	width: 68px;
	height: 68px;
	background: url(../../images/edit06.png) no-repeat;
}



.edit ul li:hover .liPic2 a{
	background: url(../../images/edit2.png) no-repeat;
}
.edit ul li:hover .liPic3 a{
	background: url(../../images/edit3.png) no-repeat;
}
.edit ul li:hover .liPic4 a{
	background: url(../../images/edit4.png) no-repeat;
}
.edit ul li:hover .liPic5 a{
	background: url(../../images/edit5.png) no-repeat;
}
.edit ul li:hover .liPic6 a{
	background: url(../../images/edit6.png) no-repeat;
}
#norm{
	padding: 30px 0;
	width: 100%;
	min-width: 1180px;
	background: #fff;
}
.norm{
	width: 1180px;
	margin: 0 auto;
}
.normLeft{
	width: 590px;
	float: left;
}
.normPic{
	display: inline-block;
	padding: 32px 29px;
	background: #f7941d;
	margin-right: 20px;
	float: left;
}
.normLeft h3{
	font-size: 16px;
	line-height: 20px;
	color: #f7941d;
	font-weight: normal;
	width: 420px;
	float: left;
	margin-bottom: 13px;
}
.normLeft ul{
	width: 420px;
	float: left;
}
.normLeft ul li{
	width: 140px;
	float: left;
}
.normLeft ul li a{
	font-size: 14px;
	line-height: 23px;
	display: inline-block;
	color: #333;
	padding: 0 5px;
	border: 1px solid #ccc;
	border-radius: 2px;
	margin-bottom: 15px;
}
.normLeft ul li a:hover{
	color: #f7941d;
	border: 1px solid #f7941d;
	text-decoration: none;
}
.normPic1{
	background: #0070ce;
}
.normLeft1 h3{
	color: #0070CE;
}
.normLeft1 ul li a:hover{
	color: #0070CE;
	border: 1px solid #0070CE;
	text-decoration: none;
}
.normLeft1 ul li{
	width: 180px;
	float: left;
}

.question{
	padding: 30px 0 0;
	width: 1180px;
	margin: 0 auto;
}
.question ul{
	margin-left: -20px;
}
.question ul li{
	width: 350px;
	padding: 15px;
	background: #fff;
	padding-bottom: 40px;
	margin-left: 20px;
	float: left;
}
.question ul li h3{
	font-size: 18px;
	color: #0070CE;
	line-height: 20px;
	text-indent: 15px;
	font-weight: normal;
	border-left: 5px solid #0070CE;
}
.question ul li p{
	height: 20px;
	margin-top: 12px;
	overflow: hidden;
	text-indent: 15px;
	background: url(../../images/dot2.png) no-repeat 0 7px;
}
.question ul li p a{
	font-size: 14px;
	line-height: 20px;
	color: #333;
}
.question ul li p a:hover{
	color: #0070CE;
}
