@charset "utf-8";
.g-total { width: 100%; }
.g-doc { width:1000px; margin:auto;}

/* 头部 */

.top {
	height:150px;
	font-size:12px;
	background:url(../Images/home/bg_01.jpg) top center repeat-x;
}
.top a {
	color:#256EB3;
}
.top .tit {
	width:1000px;
	line-height:25px;
	height:25px;
	margin:auto;
	text-align:right;
}
.top .con {
	width:1000px;
	height:125px;
	margin:auto;
}
.top .con .logo {
	float:left;
	margin-top:8px;
}
.top .con .tel {
	float:right;
	margin-top:8px;
}

.nav {
	height:41px;
	background:url(../Images/home/nav_bg.jpg);
}
.nav .con {
	width:1000px;
	margin:auto;
}
.nav  li {
	float:left;
	display:block;
	width:109px;
	height:41px;
	line-height:41px;
	text-align:center;
	background:url(../Images/home/bar_bg.png) center right no-repeat;
}
.nav  ul .split {
	width:2px;	
}
.nav li a {
	font-size:14px;
	color:#FFF;
}

.city_nav {
	font-size:12px;
	height:35px;
	line-height:35px;
	background:url(../Images/home/bg_02.jpg);
}
.city_nav .con {
	width:1000px;
	margin:auto;
}
.city_nav .con dt {
	float:left;
	width:164px;
}
.city_nav .con dd {
	float:left;
	width:42px;
	text-align:center;
} 
.city_nav .con .split {
	width:1px;
	text-align:center;
	background:red;
}

.banner { width: 1000px; height: 311px; margin:10px auto 0 auto; }
.banner {position:relative;height:311px;overflow:hidden;background:url(../Images/home/loading.gif) 50% no-repeat;}
.banner .slides{position:relative;z-index:1;}
.banner .slides li{height:311px;}
.banner .slides li a{display:block;height:311px;}
.banner .flex-control-nav{position:absolute;bottom:30px;z-index:2;width:100%;text-align:center;}
.banner .flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.banner .flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(../Images/home/dot.png) right 0 no-repeat;cursor:pointer;}
.banner .flex-control-nav .flex-active{background-position:0 0;}




/* footer */
.bottom {margin-top:10px;}
.bottom .b_nav{
	height:30px;
	line-height:30px;
	background:#1672de;
	color:#fff;
	text-align:center;
}
.bottom .b_nav .con {
	font-size:12px;
}
.bottom .b_nav  a {
	color:#FFF;
	padding-left:10px;
	padding-right:10px;
}

.bottom .copy {
	height:165px;
	line-height:30px;
	padding-top:20px;
	text-align:center;
	background:url(../Images/home/bg_05.jpg) repeat-x;
}
.bottom .copy .info {
	width:1000px;
	margin:auto;
	text-align:center;
	line-height:200%;
	font-size:12px;
}
.bottom .copy .info_img {
	width:530px;
	margin:auto;
	text-align:center;
	line-height:200%;
}
.bottom .copy .info_img li {
	float:left;
	width:120px;
	height:50px;
	margin:20px 0 0 10px;
}
.fl {
	float:left;
	display:inline;
}
.fr {
	float:right;
	display:inline;
}
