@charset "utf-8";
/* CSS Document */
.header {
	width: 100%;
	height: 80px;
	background-color: #f6f6f6;
	border-bottom: 0px solid #dcdcdc;
}
.header-container {
	width: 990px;
	height: 60px;
	margin: 0px auto;
	position:relative;
	top:15px;
}
.header-logo {
	display: block;
	width: 193px;
	height: 59px;
	float: left;
}
.header-logo-img {
	display: block;
	width: 143px;
	height: 59px;
	background: url(../Image/logo.gif);
	outline: none;
	border: 0px none;
	float: left;
}
.header-logo-title {
	display: block;
	width: 50px;
	height: 59px;
	background: url(../Image/logo-title1.gif) no-repeat;
	float: right;
}
.header-container-right {
	display: block;
	width: 690px;
	height: 59px;
	margin-left: 230px;
	zoom: 1;
}
.header-title {
	width: 500px;
	height: 45px;
	margin: 0px;
	float: left;
	background: url(../Image/logo-title2.gif) no-repeat;
	border:0px none;
}
.header-version {
	width: 85px;
	height: 16px;
	float: right;
	background: url(../Image/logo-version.gif) no-repeat;
	border:0px none;
}
.banner {
	width: 100%;
	height: 400px;
}
.b-slide {
	position: relative;
	width: 100%;
	height: 400px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}
.slide {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 400px;
}
.slide-bg {
	width: 100%;
	height: 400px;
}
.slide-bg-1 {
	background: url(../Image/banner_bg01.png) no-repeat center;
	opacity: 1;
	filter: Alpha(opacity=100);
}
.slide-bg-2 {
	background: url(../Image/banner_bg02.png) no-repeat left;
	opacity: 0;
	filter: Alpha(opacity=0);
}
.slide-bg-3 {
	background: url(../Image/banner_bg03.png) no-repeat left;
	opacity: 0;
	filter: Alpha(opacity=0);
}
.slide-bg-selected{
	transition:all 1.5s linear 0s; 
	opacity:1;
	filter:Alpha(opacity=100);
}
.slide-bg-unselected{
	transition:all 1.5s linear 0s; 
	opacity:0;
	filter:Alpha(opacity=0);
}
.slide-number-boxlist {
	position: relative;
	width: 100px;
	height: 14px;
	margin: -18px auto;
	z-index: 2;
	top:-310px;.
}
.slide-number-boxlist a {
	display: block;
	width: 14px;
	height: 14px;
	float: left;
	margin: 0px 14px 0px 0px;
	opacity: 0.6;
	border-radius: 7px;
}
.slide-number-box-unselected {
	background-color: #444;
}
.slide-number-box-selected {
	background-color: #35d2c8;
}
.logincontainer{
	position:relative;
	width:376px;
	height:303px;
	z-index:5;
	margin:0px auto;
	top:-340px;
	background:url(../Image/login_bg.png) repeat;
	font-family:"宋体", Tahoma, Arial;
}
.loginiframe{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	display:block;
}
.main {
	width: 100%;
	height: 200px;
	background-color: #f9f9f9;
	position:absolute;
}
.introduction-container {
	width: 990px;
	height: 100%;
	border: 0px none;
	margin: 0px auto;
}
.introduction {
	width: 326px;
	height: 100%;
	float: left;
	border: 0px none;
}
.introduction-img {
	width: 96px;
	height: 96px;
	float: left;
	margin: 60px auto auto 60px;
}
.introduction-img-left {
	background: url(../Image/information.png) no-repeat center;
}
.introduction-img-middle {
	background: url(../Image/network.png) no-repeat center;
}
.introduction-img-right {
	background: url(../Image/precise.png) no-repeat center;
}
.introduction-topic {
	font-size: 30px;
	font-family: Tahoma, Arial, "宋体";
	font-weight: bold;
	color: #777;
	margin: 50px auto 0px 180px;
	width:146px;
	height:36px;
}
.introduction-topic1{
	background: url(../Image/xxh.png) no-repeat center;
}
.introduction-topic2{
	background: url(../Image/wlh.png) no-repeat center;
}
.introduction-topic3{
	background: url(../Image/jmh.png) no-repeat center;
}
.introduction-content{
	margin:15px auto; 
	color:#444;
}
.hrv{
	width:1px;
	height:160px;
	border-left:1px solid #ccc;
	border-right:0px none;
	border-top:0px none;
	border-bottom:0px none;
	float:left;
	margin:20px 0px 0px 0px;
}
.footer {
	width: 100%;
	min-height: 34px;
	background-color: #ededed;
	clear:both;
}
.footer-top {
	width: 100%;
	height: 20px;
	background: url(../Image/footer_top_bg.png) repeat-x;
}
.copyright{
	width:990px;
	height:20px;
	min-height:20px;
	margin:0px auto;
	color:#777;
	text-align:center;
}

