﻿/*CSS Reset*/
html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form,img,dl,dt,dd,table,th,td,blockquote,fieldset,div,strong,label,em,textarea{margin:0px;padding:0px;border:0px;}
dl,dt,dd,ul,ol,li{list-style:none;}
dt{color:#d74e00;font-size:30px;font-weight:bold;margin-bottom:20px;}
dd{color:#ffffff;font-size:18px;height:25px;line-height:25px;}
input,button{margin:0px;padding:0px;font-size:12px;vertical-align:middle;}
body{font-size:12px;font-family:Calibri;margin:0px;font-weight: normal;font-style: normal;background:#000000;}
/*@font-face {
  font-family: Calibri;
  src: url(http://example.com/fonts/Calibri.ttf);
}*/
table{border-collapse:collapse;border-spacing:0;}
a {color:#fff;text-decoration:none;}
.clear{clear:both;}
/*鼠标经过效果*/
.over{background-color:#fff;color:#d74e00;}
.out{background-color:'';}
.important{background-color:#fff;color:#d74e00;text-align:center;}
/*top style*/
.top {
/*	width:1000px;*/
	width:100%;
	height:148px;
	background:url(../Images/logo_01.jpg) no-repeat 15%;
	background-color:#000;
	margin:0px auto;
}
/*#hr {
	width:1000px;
	height:140px;
	border-bottom:1px solid #ffffff;
}*/
/*nav style*/
.nav {
	height:38px;
/*	width:1000px;*/
	width:100%;
	margin:0px auto;
	background-color:#d74e00;	
}
.nav .left {
	margin-left:516px !important;/*IE7,8,9,19 FF CHROME 360*/
	margin-left:514px;/*IE6*/
	width:630px;
	overflow:hidden;
	/*padding-left:50% !important;/*IE7,8,9,19 FF CHROME 360*/
	/*padding-left:49%;/*IE6	*/
}
.nav ul li {
	float:left;
	width:155px;
	height:38px;
	margin-left:1px;
	line-height:38px;
	color:#fff;
	font-size:20px;
}
.nav ul li a div {
	text-align:center;
}
/* 2级菜单 */
#div1 {
	width:155px;
	font-size:0px;
	position:absolute;
	display:none;
} 
#div1 ul li{
	margin:0px;
	width:155px;
	border-bottom:1px #000 solid;
	height:30px;
	line-height:30px;
	font-size:18px;	
	background:#a64d00;
}
/* 2级菜单 */
/*footer style*/
.footer {
/*	width:1000px;*/
	width:100%;
	height:47px;
	margin:0px auto;
	background:#000;
	text-align:center;
	font-size:0px;
}
#bottom {
	width:100%;
	height:5px;
	border-bottom:1px solid #666;	
}
/*index main style*/
.main {
/*	width:1000px;*/
	width:100%;
	margin:0px auto;
	font-size:0px;
	background:#000;
	text-align:center;
}
/*about style*/
.about {
	width:1000px;
	height:565px;
	background-color:#000;
	margin:0px auto;
}
#word {
	float:left;
	width:590px;
	margin:20px 36px 0px 35px !important;/*IE7,8,9,19 FF CHROME 360*/
	margin:20px 27px 0px 15px;/*IE6*/
}
#word01{
	margin-top:30px;
}
#imgs{
	margin-top:33px;
}
#icon {
	float:right;
	margin:85px 25px 0px 0px !important;/*IE7,8,9,19 FF CHROME 360*/
	margin:85px 16px 0px 0px;/*IE6*/
}
/*contact style*/
.contact {
	width:1000px;
	height:520px;
	background:#000;
	margin:0px auto;	
}
.contact dl{
	float:left;
	color:#fff;
	width:420px;
	margin:25px 0px 0px 30px !important;/*IE7,8,9,19 FF CHROME 360*/
	margin:38px 0px 0px 30px;/*IE6*/
}
.contact dl dd {
	height:35px;
	line-height:35px;
	font-size:18px;

}
.contact img {
	float:right;
	margin:80px 10% 0px 0px;	
}