@charset "utf-8";
/* CSS Document */

/* Element Reset */
body,h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,ol,span{margin:0; padding:0;}
img {border:none;}
em{font-style:normal;}
ul{list-style:none;}

body{/*background:url(../images/bodyBg.jpg) repeat-x top;*/ font-size:14px; color:#666;}

/* Links */
a,a:link,a:visited{color:#666; text-decoration:none;}
a:hover,a:active{color:#E9610D;}
a.l_orange,a.l_orange:link,a.l_orange:visited{color:#ea610e; text-decoration:underline;}
a.l_orange:hover,a.l_orange:active{color:#333;}

/* Color */
.c_black{color:#333;}
.c_orange{color:#ED600E;}

/* Other */
.clear{display:block; clear:both; font-size:1px; height:0; visibility:hidden;}

.wrap { width:100%; margin:0 auto;}
#header { width:auto; height: 1.88em; border-bottom: 1px solid #F5F5F5; background:#F7F7F7;font-size:12px;}
.header { width:1002px; margin:0 auto; line-height: 2em;}
.header .fll { float:left;}
.header .flr { width:15em; float: right; text-align:right;}
.header a { display: inline-block; padding:0 1em; color: #666666; text-decoration: none;}
.header a:hover { color: #008BC7; text-decoration: none;}
.ad_top { width:1002px; margin:0 auto; padding:10px 0;}
.ad_top img{ width:100%; height:auto; }

/* Layout */
#wrap{width:1002px; margin:0 auto;}
/*	#header{height:83px; clear:both;}
		.logo{width:160px; height:68px; float:left;}
		.service{padding:22px 5px 0 0; float:right;}*/
	
	ul#nav{display:block; background:url(../images/navBg.jpg) no-repeat left top; height:30px; padding:7px 0 0 30px; clear:both;}
		ul#nav li{display:block; float:left; margin-right:5px;}
		ul#nav li a,ul#nav li a:link,ul#nav li a:visited{display:block; width:116px; height:30px; line-height:26px; text-align:center; color:#fff; font-weight:bold;}
		ul#nav li a:hover,ul#nav li a:active,ul#nav li a.curMenu,ul#nav li a.curMenu:link,ul#nav li a.curMenu:visited{color:#F26909; background:url(../images/curMenu.jpg) no-repeat center top; line-height:30px;}
		
	#banner{background:url(../images/banner.jpg) no-repeat left top; height:155px; clear:both;}
	
	#container{background:url(../images/contentBg.jpg) repeat-y center;}
	.contentI,.contentII,.contentS,.contentF{line-height:26px;}
	.contentI{background:url(../images/introduce.jpg) no-repeat left top;}
	.contentII{background:url(../images/introduce2.jpg) no-repeat left top;}
	.contentS{background:url(../images/serviceApply.jpg) no-repeat left top;}
	.contentF{background:url(../images/faq.jpg) no-repeat left top;}
		.introduce{padding:60px 38px 38px 38px;}
		.serviceApply,.faq{padding:70px 65px 65px 65px;}
			h1{color:#676767; font-size:14px; clear:both; margin-bottom:10px; line-height:35px; border-bottom:#E7E7E7 1px solid;}
			ol.item{margin:0 0 10px 28px;}
			ol.item li{color:#666;}
			ol.item li span{color:#666;}
			.serviceApply p{padding-bottom:10px;}
			ul.apply{display:block; padding-bottom:10px;}
			ul.apply li{display:block; background:url(../images/icon01.jpg) no-repeat 5px center; padding-left:25px;}
			h2{font-size:14px; line-height:30px;}
			
			dl.faqItem{display:block; padding-bottom:10px; margin-bottom:15px; border-bottom:#E7E7E7 1px solid;}
			dl.faqItem strong{padding-right:10px;}
			dl.faqItem dt{color:#DA3D08;}
			
	.containerBot{height:11px; font-size:5px; line-height:0px; clear:both; background:url(../images/contentBot.jpg) no-repeat left top;}
	#copyright{height:33px; clear:both; background:url(../images/copytright.jpg) no-repeat left top;}
	.m_20 {margin-bottom:10px;}