﻿* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	font-family: '微软雅黑';
	outline: none
}

body {
	margin: 0;
	padding: 0;
	background: url("../img/bg.png")
}

#main {
	width: 100%;
	margin-top: 0px;
	height: 100%;
	position: relative;
	min-width: 1000px
}

#bigBox {
	width: 1000px;
	height: 485px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -242px;
	margin-left: -500px
}

#logoBox {
	overflow: hidden;
	width: 254px;
	margin: 0 auto;
	margin-bottom: 30px
}

#logoLeft {
	width: 100px;
	height: 100px;
	float: left;
	position: relative;
	overflow: hidden;
	cursor: pointer
}

#logoLeftFe {
	position: absolute;
	width: 100px;
	height: 900px;
	background-image: url(../img/logoLeft.png);
	background-repeat: no-repeat;
	top: 0px
}

#logoFixed {
	position: absolute;
	width: 100px;
	height: 100px;
	z-index: 3
}

#logoRight {
	width: 139px;
	height: 56px;
	background-image: url(../img/logoRight.png);
	background-repeat: no-repeat;
	float: right;
	top: 0;
	margin-top: 23px
}

#search {
	width: 900px;
	height: 50px;
	border: 1px solid #353535;
	border-right: 0 none;
	float: left;
	font-size: 16px;
	padding-left: 0;
	color: #15120e;
	border-left: 0
}

#searchBtn {
	width: 50px;
	height: 50px;
	background-color: #ffe400;
	border: 1px solid #353535;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	float: left;
	background-image: url(../img/searchBtn.png);
	background-position: 11px 13px;
	background-repeat: no-repeat;
	cursor: pointer
}

.searchChoice {
	width: 50px;
	height: 50px;
	background-color: white;
	border: 1px solid #353535;
	border-right: 0;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	float: left;
	background-position: 12px 12px;
	background-repeat: no-repeat;
	position: relative
}

.sChoiceBtn {
	display: block;
	width: 20px;
	height: 20px;
	margin: 14px auto 0 auto;
	cursor: pointer;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2
}

.sChoiceBtn:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}

#hSiteNav {
	width: 720px;
	text-align: center;
	margin: 20px auto 6px auto;
	position: relative；
}

#hSiteNav .hNav {
	display: inline-block;
	width: 60px;
	height: 40px;
	text-align: center;
	color: #919191;
	font-size: 16px;
	cursor: pointer;
	line-height: 30px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	padding-top: 10px
}

#hSiteNav .hNav:hover {
	color: #15120e;
	background-repeat: no-repeat
}

#hSiteNav .currentHNav {
	color: #15120e;
	background-image: url(../img/hNavGrayLine.png);
	background-position: 0 36px;
	background-repeat: no-repeat
}

.website {
	overflow: hidden;
	padding: 10px 0 30px;
	width: 1000px;
	display: none;
}

.website li {
	float: left;
	position: relative;
	margin-right: 27px;
	margin-bottom: 5px
}

.website li .iconfont {
	position: absolute;
	right: -2px;
	top: -3px;
	font-size: 20px;
	color: #999;
	cursor: pointer
}

.website li a {
	display: block;
	font-size: 16px;
	color: #15120e;
	float: left;
	width: 144px;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	padding-right: 10px
}

.website li a img {
	position: absolute;
	left: 10px;
	top: 15px
}

.website li a .text {
	display: block;
	padding-left: 38px;
	white-space: nowrap;
	overflow: hidden
}

.website li a:hover {
	background: url(/images/hSiteBg.png?version=18.8) no-repeat
}

.website ul {
	width: 1050px;
	padding: 0
}