@charset "utf-8";

/* CSS Document 余鑫
/* 样式初始化
----------------------------------------*/
html,body,div,form,ul, li,img,p
{
margin: 0;
padding: 0;
border: 0;
font-family: inherit;
text-align: left;
vertical-align: baseline;
}
table      {border-collapse: collapse;}

ol, ul {list-style: none;}
a img, :link img, :visited img {border: 0;}
/* 元素重定义
----------------------------------------*/
body, p, td, th, li{
	font-family: "微软雅黑", "黑体", "宋体";
	font-size:12px;
	line-height:1.5em;
	color:#666;
}

/*链接样式*/
a       {
	color:#656565;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
	color: #ff6600;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size: 12px;
	font-style: normal;
}
body {
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}



.pwbox {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
.topbox {
	float: left;
	width: 980px;
	height: 500px;
	margin-top: -45px;
}
.logobox {
	float: left;
	width: 469px;
}
.navbox {
	float: left;
	width: 511px;
}
.navbox ul {
	float: left;
	width: 451px;
	padding-left: 60px;
}
.navbox li {
	float: left;
	height: 56px;
	width: 110px;
	line-height: 56px;
	font-size: 18px;
	
	text-align: center;
}
.navbox a:link, .navbox a:visited {
	color: #FFFFFF;
}
.navbox a:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999fad;
}
.bannerbox {
	float: left;
	height: 334px;
	width: 774px;
	margin-top: 10px;
	padding-top: 100px;
	padding-left: 206px;
}
.bannerbox img {
	margin-top: 10px;
}
.bannerbox .enter {
	float: left;
	height: 51px;
	width: 216px;
	margin-left: 175px;
	background-color: #bd103c;
	margin-top: 75px;
	line-height: 51px;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	
}
.enter a:link, .enter a:visited {
	color: #FFFFFF;
}
.enter a:hover {
	text-decoration: underline;
}

.noticebox {
	float: left;
	height: 50px;
	width: 100%;
    border-bottom: 1px solid #adadad;
    background: rgba(0,0,0,0.65);
}

.noticebox2 {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	line-height: 50px;
	background-image: url(../img/LB.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	
	font-size: 16px;
	color: #FFFFFF;
}

.noticebox2 span {

font-size: 14px;
}

.whatus {
	width: 980px;
	margin-top: 96px;
	margin-right: auto;
	margin-left: auto;
}
.whatus h3 {
	width: 980px;
	padding-top: 80px;
	font-size: 26px;
	float: left;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	
}
.whatus p {
	float: left;
	width: 980px;
	line-height: 28px;
	font-size: 15px;
	padding-bottom: 80px;
	margin-top: 20px;
	
	text-indent: 2em;
}



.endbox {
	width: 100%;
	height: 150px;
	background-color: #0b2041;
	float: left;
	color: #FFFFFF;
	line-height: 35px;
	text-align: center;
	padding-top: 50px;
}
