            *{
				box-sizing: border-box;
			}
			body,ul,li,p,span,h1,h2,h3,h4,h5,h6,dl,dt,dd{
				padding: 0;
				margin: 0;
			}
			body,html{
				font-family: "微软雅黑";
				font-size: 14px;
			}
			ul,li{
				list-style: none;
			}
			a{
				text-decoration: none;
				color: #333333;
			}
			a:hover{
				text-decoration: underline;
			}

			/*头部*/
			.headerTopBox{
				height: 50px;
				color: #e7e7e7;
				width: 1200px;
				margin: 0 auto;
			}
			.headerBotBox{
				width: 1000px;
				margin: 0 auto;
			}
			.header{
				background: url(../images/toubu_background.png) no-repeat 0px 0px;
			}
			.headerTop{
				background: rgba(0,0,0,0.3);
			}
			.headerTopBoxL{
				float: left;
			}
			.headerTopBoxL div:nth-child(1){
				display: inline-block;
				float: left;
				line-height: 50px;
				width:182px;
			}
			.headerTopBoxL div:nth-child(2){
				display: inline-block;
				width:180px; 
				padding-left:10px; 
				vertical-align:bottom;
				margin-top: 13px;
				float: left;
			}
			.headerTopBoxR>ul{
				float: right;
				line-height: 50px;
			}
			.headerTopBoxR>ul>li{
				float: left;
				margin: 0 20px;
			}
			.headerTopBoxR>ul>li>a{
				color: #e7e7e7;
			}
			.headerTopBoxR i{
				display: inline-block;
				width: 23px;
				height: 23px;
				position: relative;
				top: 6px;
			}
			.headerTopBoxR li:first-child i{
				background: url(/pubimages/web/phone.png) no-repeat;
			}
			.headerTopBoxR li:nth-child(2) i{
				background: url(../images/zhuye.png) no-repeat;
			}
			.headerTopBoxR li:nth-child(3) i{
				background: url(/pubimages/web/wuzhangai.png) no-repeat;
			}
			
			.headerBot{
				overflow: hidden;
				height: 90px;
			}
			.headerBotBox>a{
				float: left;
				margin-top: 20px;
			}
			.headerBotBoxR{
				float: right;
				overflow: hidden;
			}
			.headerBotBoxR .search{
				float: left;
			}
			.search input{
				height: 50px;
				border: none;
				outline: none;
				width: 330px;
				padding-left: 10px;
				font-size: 16px;
				border-radius: 3px;
			}
			.search a{
				position: relative;
				top: 20px;
                left: -30px;
			}
			.headerBotBoxR .fh_btn{
				float: right;
				margin-top: 20px;
			}
			.fh_btn dt img{
			    border-radius:8px; 
			}
			.fh_btn dd{
				color: #0167cc;
				font-size: 12px;
			}
			