@charset "utf-8";



.container {
	width: 1300px;
	margin: 0 auto;
}



.top {
	overflow: hidden;
	width: 100%;
	height: 35px;
	background-color: #f4f4f4;
}

.top p {
	font-size: 12px;
	color: #666;
	line-height: 35px;
	float: left;
	margin: 0;
}

.top ul {
	overflow: hidden;
	float: right;
	margin-top: 10px;
}

.top li {
	float: left;
	margin: 0 15px;
	font-size: 12px;
	color: #666
}

.top li a {
	color: #666
}



.header {
	padding: 10px 0 5px;
	background-color: #fff;
	overflow: hidden;
}

.header .logo {
	float: left;
}

.header .logo img {
	display: block;
	/* height: 80px; */
	width: auto;
}

.header .text {
	float: left;
	border-left: 1px solid #333;
	font-size: 20px;
	margin: 10px 0 0px 30px;
	padding-left: 20px;
	padding-bottom: 10px;
}

.header .text {
	font-size: 24px;
	color: #333;
	font-weight: bold;
}

.header .text small {
	display: block;
	font-size: 16px;
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
}

.header .tel {
	float: right;
	background: url(/templates/green/images/phone.png) no-repeat 0 center;
	padding-left: 65px;
	color: #666;
	margin: 20px 0;
}

.header .tel strong {
	display: block;
	color: #fe9e00;
	font-size: 30px;
}



.nav {
	background: #00469c;
	height: 50px;
}

.nav li {
	float: left;
	background: url(/templates/green/images/line.jpg) no-repeat right center;
}

.nav li a {
	display: block;
	line-height: 50px;
	font-size: 16px;
	padding: 0 40px;
	color: #fff;
	margin-right: -1px;
}

.nav li a:hover,
.nav li a.on {
	background-color: #ff9900;
}



.nav ul li dl {
	position: absolute;
	z-index: 999;
	display: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.nav ul li dl dt a {
	padding: 0 34px;
	text-align: center;
	background: #00469c;
	color: #fff;
	font-size: 14px;
	line-height: 45px;
}

.nav ul li dl dt a:hover {
	background: #ff9900;
	padding: 0 34px;
}




/* banner */
.banner {
	height: 500px;
	position: relative;
	overflow: hidden;
}

.banner .hd {
	position: absolute;
	bottom: 20px;
	font-size: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
}

.banner .hd li {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 3px solid #fe9e00;
	border-radius: 10px;
	margin: 0 7px;
	cursor: pointer;
}

.banner .hd li.on {
	background: #00469c;
	border: 3px solid #00469c;
}

.banner .bd,
.banner .bd ul,
.banner .bd li {
	width: 100% !important;
	height: 100% !important;
}

.banner .bd li {
	background: no-repeat center;
}

.banner .bd li a {
	display: block;
	width: 100%;
	height: 100%;
}






/* 链接 */
.warp{width: 1200px;margin: 0 auto;}
.link {line-height: 30px;width: 100%; margin-top: 30px; padding-bottom: 10px;}

.link h4{font-size: 16px;float: left;height: 30px;line-height: 30px; margin:0; padding: 0;}

.link ul{height: 30px;line-height: 30px;}

.link ul li{display:inline;margin-left:15px;font-size: 14px;}
.link ul li:hover a{
	color: #00469c;
}
/* 底部 */
.ftbox{
	background: #00469c;
	padding: 20px 0;
	line-height: 32px;
	color: #fff;
	text-align: center;
	font-size: 14px;
}
.ftinfo a{
	color: #fff;
}