﻿/* common styling */
/* Menu导航 */
#navbox{ margin: 0px auto; padding: 0px; width: 100%; height: 45px; }
#nav{ margin: 0px auto; padding: 0px; width: 1100px; height: 45px; position: relative; z-index:999;}
.downmainmenu {POSITION: absolute;  HEIGHT: 45px; OVERFLOW: visible; }
.downmainmenu UL {Z-INDEX: 999;  LIST-STYLE-TYPE: none; margin:0px; padding:0px;}
.downmainmenu UL LI {POSITION: relative; DISPLAY: inline; line-height: 45px; FLOAT: left; font-family: "微软雅黑","",Arial, "Arial Black";}
.downmainmenu UL LI A { DISPLAY: block; color:#fff; text-decoration:none; text-align:center; font-size:15px;}
.downmainmenu UL LI A:hover {COLOR: #fff; /*background: url(img/nav_hover.jpg) left center repeat-x;*/height:45px;}

.downmainmenu UL LI UL {COLOR: #FFFFFF; POSITION: absolute; DISPLAY: none; VISIBILITY: hidden; line-height:32px;background:#047ac2;WIDTH: 125px;opacity:0.9}
.downmainmenu UL LI UL DD {DISPLAY: list-item; FLOAT: left; WIDTH: 167px;  line-height:32px; font-family: "微软雅黑","",Arial, "Arial Black";font-size:12px;}
.downmainmenu UL LI UL DD A { border-top: 1px solid #fff; color: #FFFFFF; line-height:32px; font-size:12px; width:125px; text-align:left; text-indent:15px; background:#047ac2}
.downmainmenu UL LI UL DD A:hover{ color: #fff; background:#5dbf46; height:32px; line-height:32px;}

.ddshadow {POSITION: absolute; WIDTH: 167px; HEIGHT: 0px; TOP: 0px; LEFT: 0px}
#nav .navxl{ width: 122px; text-align:center; font-size:14px; font-family: "微软雅黑","",Arial, "Arial Black"; /*background:url(img/menuline.jpg) no-repeat right;*/}


/*banner*/

* {
	margin:0;
	padding:0;
	list-style-type:none;
}
.banner {
	height:420px;
	margin:0 auto;
}
.banner .ban_c img {
	position:absolute;
	width:1420px;
	left:50%;
	margin-left:-710px;
	top:0;
}
.banner .ban_nav {
	display:none;
}
.banner .Left, .banner .Right {
	position:absolute;
	width:38px;
	height:38px;
	background:url(img/cir_white.gif) no-repeat #aaa;
	right:50%;
	bottom:15px;
}
.banner .Left {
	margin-right:-460px;
	background-position:5px 0
}
.banner .Right {
	margin-right:-500px;
	background-position:-33px 0;
	background-color:#e2b504;
}
.bann_ext {
	position:relative;
}
.frontCover {
	position:absolute;
	top:-120px;
	padding:0 0 16px;
	border-bottom:5px solid #de0000;
}
.frontCover li {
	float:left;
	width:0px;
	padding:0px;
	background:#c51c23;
	color:#fff;
	overflow:hidden;
	margin-right:0px;
	cursor:pointer;
}
.frontCover p {
	text-align:center;
	height:0px;
	line-height:0px;
	overflow:hidden;
}
.frontCover .img {
	position:relative;
	height:0px;
	overflow:hidden;
}
.frontCover img {
	position:absolute;
	width:0px;
	height:0px;
	left:-0px;
}
.frontCover .open {
	background:#e26210;
}
.wrap {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
/*幻灯片(组件)*/
.slide {
	position:relative;
	width:100%;
}
.ban_c {
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.ban_c img {
	width:100%;
	height:100%;
}
.ban_t {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	padding:4px 0;
	text-indent:10px;
	white-space:nowrap;
	overflow:hidden;
	color:#fff;
	background:rgba(0, 0, 0, .5);
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#88000000, endcolorstr=#88000000);
	z-index:3;
}
.ban_nav {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	text-align:right;
	z-index:4;
}
.ban_nav a {
	display:inline-block;
	vertical-align:middle;
	width:14px;
	height:14px;
	line-height:14px;
	overflow:hidden;
	text-align:center;
	margin-right:8px;
	cursor:pointer;
	text-decoration:none;
	font-size:10px;
	-webkit-text-size-adjust:none;
	background:#ccc;
}
.ban_nav .on {
	background:#f90;
	color:#fff;
}
.Left, .Right {
	cursor:pointer;
}
.inputduo {
	width:200px;
	border:1px solid #f2f2f2;
	background:#fff;
	height:24px;
	color:#656565;
	font-family:微软雅黑;
	font-size:12px;
}
/*banner*/
