﻿@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
}

a {
	color: #5b5b5b;
	-moz-transition: color .3s linear 0s;
	-webkit-transition: color .3s linear 0s;
	-o-transition: color .3s linear 0s;
	transition: color .3s linear 0s;
}
a:link, a:visited {
	color: #0884CD;
	text-decoration: none;
}
a:hover {
	color: #FF4703;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

/*=====================================================*/
body {
	font: 14px Microsoft YaHei,Microsoft JhengHei,Lucida Sans Unicode,SimSun,Myriad Pro,Verdana,Hiragino Sans GB,Heiti SC,Verdana,SimHei;
	background: url("../images/bodyBg.jpg") repeat 0 0;
	color: #5A5A5A;
	height: 100%;
}
p {
	color: #5a5a5a;
	line-height: 1.8em;
}
/*=====================================================*/
#top {
	background: url("../images/topbar.png");
	position: relative;
	z-index: 9999999999;
	height: 60px;
	width: 100%;
	position: fixed;
}
#naver {
	margin: 0px auto;
	width: 960px;
	height: 60px;
	position: relative;
}
#logo {
	left: 0;
	top: 0;
	position: absolute;
}
#nav {
	top: 15px;
	right: 0px;
	position: absolute;
}
#nav a {
	margin: 0px 15px;
	transition: color linear;
	width: 90px;
	height: 32px;
	text-align: center;
	color: rgb(0, 0, 0);
	line-height: 30px;
	font-size: 14px;
	text-decoration: none;
	float: left;
	display: block;
	-moz-transition: color 0s linear 0s;
	-webkit-transition: color 0s linear 0s;
	-o-transition: color 0s linear 0s;
}
#nav a:hover {
	color: #FF4703;
}
#nav a.active {
	background: url("../images/hover.png") no-repeat 0 0;
	color: #fff;
}
/*=====================================================*/
#bannerBg {
	margin: 0px auto;
	position: relative;
	top: 60px;
	width: 100%;
	height: 460px;
	z-index: 2000;
}
.bannerC {
	width: 100%;
	height: 460px;
	overflow: hidden;
	position: relative;
}
.bannerC li {
	left: 0;
	top: 0;
	width: 100%;
	height: 460px;
	position: absolute;
}
.banner {
	background: url("../images/loading.gif") no-repeat 50% 50%;
	margin: 0px auto;
	width: 960px;
	height: 460px;
	position: relative;
}
.banner1 {
	background: url("../images/bannerBg1.jpg") repeat-x 0 0;
}
.banner2 {
	background: url("../images/bannerBg2.jpg") repeat-x 0 0;
}
.bannerMenu {
	width: 53px;
	height: 40px;
	margin: 0 auto;
	text-align: center;
	filter: alpha(opacity = 90);
	-moz-opacity: .9;
	opacity: .9;
	display: block;
	position: relative;
	top: -30px;
	z-index: 9999999999;	
}
.bannerMenu li {
	background: #ccc;
	border: 1px #efefef solid;
	-moz-border-radius: 100px;
	-khtml-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	width: 12px;
	height: 12px;
	display: block;
	margin: 0 5px;
	float: left;
	text-indent: -99999px;
	cursor: pointer;
}
.bannerMenu li.on {
	background: #808080;
}
/*=====================================================*/
#wrapper {
	margin: 0 auto;
	width: 960px;
	margin-top: 80px;
}
.title2{
	color: #323232;
	font-size: 22px;
	font-weight: normal;	
}
.features div {
	clear: both;
	display: block;
	width: 760px;
	margin: 30px 0;
}
.features div img{
	padding-right:8px;
	padding-bottom:0px;
	float: left;
}
.features div h3 {
	color: #323232;
	font-size: 18px;
	font-weight:normal;
	margin-bottom: 8px;
}
/*=====================================================*/
.subHeader {
	background: url(../images/subHeader.png) no-repeat center 0;
	width: 960px;
	height: 2px;
	margin-top: 2px;
	padding-top: 10px;
	text-align: center;
	clear: both;
}
.subFooter {
	background: url(../images/subFooter.png) no-repeat center 0;
	width: 960px;
	height: 11px;
	margin-top: 25px;
	padding-top: 20px;
	text-align: center;
	clear: both;
}
/*=====================================================*/
.introduction {
	height: 450px;
}
.introduction dl {
	float: left;
	width: 270px;
	height: 190px;
	margin: 20px 35px 15px 15px;
	_margin: 20px 33px 15px 12px;
}
.introduction dl dt img {
	height: 140px;
	width: 260px;
	border: 5px #fff solid;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.introduction dl dd {
	color: #5a5a5a;
	line-height: 1.6em;
	margin: 0 5px;
}
.introduction dl dd h3 {
	clear: both;
	color: #1e1e1e;
	font-size: 16px;
	font-weight:normal;
	line-height: 1.8em;
	border-bottom: 1px #b5b5b6 dotted;
}
/*=====================================================*/
.contactBox p {
	margin: 10px 0px;
	font-size: 14px;
	line-height: 1.5em;
}
.slogan {
	margin: 10px 0px;
	font-family: 楷体;
	font-size: 18px;
	font-weight:500;
	color: #FF4703;
}

/*
.contactBox {
	margin: 0 auto;
	margin-top: 20px;
	width: 603px;
	height: 306px;
	position: relative;
	clear: both;
	background: url(../images/cardBg.png) no-repeat center 0;
}
.contactLogo {
	left: 34px;
	top: 103px;
	position: absolute;
	width: 210px;
	height:60px;
}
.contactSlogan {
	width: 184px;
	height: 17px;
	position: absolute;
	left: 34px;
	top: 163px;
}
.contactInfo {
	width: 307px;
	height: 85px;
	position: absolute;
	left: 268px;
	top: 63px;
}
*/
.address {
	color: #1e1e1e;
}

/*=====================================================*/
.footer {
	background: #E1E1E1 url(../images/footerBg.jpg) repeat-x 0 0;
	font-size: 12px;
	text-align: center;
	width: 100%;
	height: 100px;
	line-height: 1.5em;
	padding-top: 19px;
	margin-top: 80px;
}