@charset "utf-8";
body {font-family:Helvetica,Arial, Helvetica, sans-serif; padding:0; margin:0; color:#222; background:#e1efff}
.whiteBg{ background:#fff}
*{ margin:0; padding:0; box-sizing:border-box;}
*:focus{ outline:none}
li{ list-style:none}
img{ border:none; vertical-align:top}

.headerBox{height:80px;  width:100%; background:#fff; display:block}
	.header{ width:990px; margin:0 auto;}
		.logo{float:left; width:240px; display:block; overflow:hidden; height:80px;}
			.logo img{ height:80%; margin-top:8px}
			
		.topNav{float:left; width:750px}	
		.ulNav{}
			.ulNav li{ float:right; display:inline-block; line-height:80px; width:12%}
				.ulNav li a{ display:block;font-size:16px; text-align:center; text-decoration:none; color:#333}	
					.ulNav li.hover,.ulNav li a:hover,.ulNav li a:active{background: #f19f46; font-weight:bold; color:#fff; text-decoration:none}
					.ulNav li:hover a{color:#fff}
.partOne{ width:100%; background:url(../images/bg.jpg) no-repeat center top; overflow:hidden}
	.partContent{ width:1000px; margin:0 auto}
		.partL{  overflow:hidden; width:500px; background:url(../images/shadow.jpg) no-repeat center bottom; float:left; height:380px}
			.part{ background:#fff; height:348px;border-radius:10px; width:420px;margin:0 40px; text-align:center;}
				.part span{color:#222; line-height:28px; font-size:16px}
				.tit{font-size:26px; color:#222; font-weight:normal; line-height:90px; margin-top:10px; background:url(../images/line.gif) no-repeat center bottom}
				.boon{font-size:60px; line-height:60px; color:#ff6817; padding:40px 0}
					.boon i{font-style:normal; font-size:0.4em;}
					.boon p{color:#999; font-size:18px; line-height:20px; display:block}			
		
	.partCode{ clear:both; padding:30px 0 45px 0; text-align:center; overflow:hidden; background:url(../images/bg.png) no-repeat center 50px}
	.codeTip{ color:#222; line-height:30px; padding:30px 0 10px 0; font-size:16px}
	
.footer{ background:#fff; color:#555; width:100%; height:56px; line-height:56px}
	.footer p{ font-size:14px; text-align:center;}

