@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration:none;
	background-color: #000000;
	background-image: url(/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	line-height: 22px;
}
p {
}
img {
	border: none;
}
a:link, a:active, a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}

.top {
	width: 100%;
	height: 135px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
.top .logo {
	height: 75px;
	width: 960px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png',sizingMethod='crop'); */
}
.top .menu {
	height: 60px;
	width: 100%;
	overflow: hidden;
}
.backBtn {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

.homeFlash {
	height: 438px;
	width: 958px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #ffffff;
}
.picShow {
	padding: 0px;
	height: auto;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
.modelData {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 8px;
	position: relative;
}
.modelData li {
	float: left;
	padding-right: 20px;
}
.modelData span {
	color: #676767;
}
.personInfo {
	width: 944px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	position: relative;
}
.personInfo h1 {
	font-size: 16px;
	color: #676767;
	background-image: url(/images/lineDouble.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 110%;
	padding-bottom: 10px;
	font-weight: bold;
}
.personInfo  dl {
	width: 100%;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #676767;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	float: left;
}
.personInfo dl.personClass {
	width: 790px;
}

.personInfo  dt {
	color: #676767;
	line-height: 130%;
	padding-bottom: 5px;
	font-weight: bold;
}
.personInfo  dd {
	line-height: 20px;
}
.personInfo   .personClass p {
	line-height: 20px;
}
.personInfo .person {
	width: 140px;
	float: right;
	padding-top: 25px;
}
.personInfo .person .avatars {
	height: 160px;
	width: 130px;
	border: 1px solid #676767;
	overflow: hidden;
	padding: 4px;
}
.personInfo .person .personName {
	width: 140px;
	text-align: center;
	line-height: 30px;
}
.aboutInfo {
	min-height:400px;
	width: 944px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	position: relative;
}
*html .aboutInfo {
	height:400px;
}
.aboutInfo h1 {
	font-size: 16px;
	color: #676767;
	background-image: url(/images/lineDouble.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 110%;
	padding-bottom: 10px;
	font-weight: bold;
}
.aboutInfo  dl {
	width: 100%;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #676767;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	float: left;
}
.aboutInfo dl.aboutClass {
	width: 790px;
}

.aboutInfo  dt {
	color: #676767;
	line-height: 130%;
	padding-bottom: 5px;
	font-weight: bold;
}
.aboutInfo  dd {
	line-height: 20px;
}
.aboutInfo    .aboutClass p  {
	line-height: 20px;
}
.aboutInfo .person {
	width: 140px;
	float: right;
	padding-top: 25px;
}
.aboutInfo .person .avatars {
	height: 160px;
	width: 130px;
	border: 1px solid #676767;
	overflow: hidden;
	padding: 4px;
}
.aboutInfo .person .personName {
	width: 140px;
	text-align: center;
	line-height: 30px;
}
.aboutInfo .aboutTxt {
	width: 790px;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #676767;
	padding-bottom: 15px;
	position: relative;
	float: left;
}
* html .aboutInfo .aboutTxt {
	height: 300px;
}
.aboutInfo .aboutTxt p {
	padding-bottom: 15px;
}
.aboutInfo .company {
	width: 100%;
}

.aboutInfo .rNav {
	width: 140px;
	float: right;
	padding-top: 10px;
	list-style-type: none;
}
.aboutInfo .rNav li {
	background-color: #676767;
	margin-bottom: 5px;
	line-height: 25px;
	padding-right: 5px;
	padding-left: 5px;
}
.aboutInfo .join {
	list-style-type: none;
	position: relative;
	padding-top: 20px;
	width: 680px;
	padding-left: 140px;
}
.aboutInfo .join p {
	line-height: 50px;
	padding-left: 120px;
}

.aboutInfo .join li {
	float: left;
	width: 340px;
	padding-bottom: 10px;
}
.aboutInfo .join span {
	float: left;
}

.aboutInfo  .join  .title {
	width: 120px;
	text-align: right;
	line-height: 22px;
}
.aboutInfo .join .inputStyle {
	line-height: 22px;
	width: 220px;
}
.aboutInfo .join .text {
	width: 680px;
}



.aboutInfo .join input {
	color:#676767;
	width: 200px;
	padding: 1px;
	line-height: 22px;
}

.aboutInfo .join textarea {
	color:#676767;
	width: 545px;
	height: 100px;
}
.aboutInfo .join .btn {
	padding-left: 120px;
}
.aboutInfo .join .btn .sent {
	background-image: url(/images/btn.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 50px;
	cursor: pointer;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.aboutInfo .aboutTxt .sayaContact {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




.partnerList {
	min-height: 400px;
	width: 944px;
	position: relative;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
*html .partnerList {
	height:400px;
}
.partnerList li {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 30px;
	border: 1px dashed #676767;
	overflow: hidden;
	height: 50px;
	width: 120px;
	padding: 2px;
}

.sub {
	width: 960px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
	padding-top: 10px;
	position: relative;
}
.sub a {
	color: #676767;
	padding-right: 5px;
	padding-left: 5px;
}
.sub a.selected {
	color: #ffffff;
}







.picList {
	min-height: 350px;
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-type: none;
	height: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	display: block;
}
*html .picList {
	height:350px;
	position: relative;
}
.picList li {
	float: left;
	width: 120px;
	position: relative;
	margin-bottom: 6px;
	height: 170px;
	overflow: hidden;
	margin-right: 3px;
	margin-left: 3px;
}
.picList li img {
	width: 120px;
}

.picList h1 {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	background-color: #000000;
	width: 130px;
	z-index: 2000;
	margin: 0px;
	padding: 0px;
	height: 20px;
	position: absolute;
	top: 150px;
	filter:alpha(opacity=80);/*IE5、IE5.5、IE6、IE7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /*IE 8*/
	opacity: .8;  /*Opera9.0+、Firefox1.5+、Safari、Chrome*/
}
.toolbar {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	clear: both;
	position: relative;
}
.toolbar .city {
	float: left;
	color: #676767;
	width: 500px;
	line-height: 20px;
}
.toolbar .city a {
	color: #676767;
	padding-right: 10px;
}
.toolbar .city a.selected {
	color: #ffffff;
}
.toolbar .pages {
	float: right;
	line-height: 20px;
	width: 150px;
	overflow: hidden;
}

.toolbar .pages span {
	height: 20px;
	overflow: hidden;
	float: left;
	text-align: center;
	display: block;
}
.toolbar .pages .flipover {
	width: 40px;
}
.toolbar .pages .pageNum {
	width: 70px;
}
.newsContent {
	min-height:350px;
	width: 944px;
	margin-right: auto;
	margin-left: auto;
}
*html .newsContent {
	height:350px;
}
.newsContent .ulList {
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
	position: relative;
}
.newsContent .ulList li {
	background-image: url(/images/newsBg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 100px;
	width: 924px;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
.newsContent .ulList .dataBox {
	background-image: url(/images/newsDataBg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 55px;
	width: 43px;
	padding-right: 10px;
}
.newsContent .ulList .dataBox h1 {
	font-size: 12px;
	text-align: center;
	line-height: 35px;
	color: #000000;
}
.newsContent .ulList .dataBox p {
	font-weight: bold;
	text-align: center;
	font-size: 11px;
}
.newsContent .ulList .picBox {
	background-image: url(/images/newsPicBg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 90px;
	width: 90px;
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	overflow: hidden;
}
.newsContent .ulList dl {
	float: left;
	width: 760px;
}
.newsContent .ulList dt {
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	padding-bottom: 8px;
}
.newsContent .ulList dd {
	color: #dfdfdf;
	line-height: 22px;
}
.newsContent h2 {
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	padding-bottom: 10px;
}
.newsContent h3 {
	line-height: 25px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #676767;
	font-weight: normal;
	font-size: 12px;
	color: #676767;
}
.newsContent .txt {
	padding-top: 30px;
	position: relative;
}
.newsContent .txt img {
	max-width: 800 px;
}


.footer {
	background-image: url(/images/logo2.jpg);
	background-repeat: no-repeat;
	background-position: 21px center;
	height: 30px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 21px;
	padding-bottom: 40px;
	padding-left: 22px;
	display: block;
	clear: both;
}
.footer .copyright {
	line-height: 30px;
	height: 30px;
	width: 100%;
	text-align: right;
	font-size: 10px;
}
.footer .copyright span {
	padding-left: 15px;
}
