﻿/* common styling */
/* Menu导航 */
#navbox{ margin: 0px auto; padding: 0px; width: 100%; HEIGHT: 50px; }
#nav{ margin: 0px auto; padding: 0px; width: 1000px; HEIGHT: 50px; position: relative; z-index:999;}
.downmainmenu {POSITION: absolute;  HEIGHT: 50px; OVERFLOW: visible; }
.downmainmenu UL {Z-INDEX: 999;  LIST-STYLE-TYPE: none; margin:0px; padding:0px;}
.downmainmenu UL LI {POSITION: relative; DISPLAY: inline; line-HEIGHT: 50px; 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:#ca9316;}

.downmainmenu UL LI UL {COLOR: #FFFFFF; POSITION: absolute; DISPLAY: none; VISIBILITY: hidden; line-height:30px;background:#ca9316;WIDTH: 185px;}
.downmainmenu UL LI UL DD {DISPLAY: list-item; FLOAT: left; WIDTH: 167px;  line-height:30px; font-family: "微软雅黑","",Arial, "Arial Black";font-size:12px;}
.downmainmenu UL LI UL DD A { border-top: 1px solid #fff; color: #FFFFFF; line-height:30px; font-size:12px; width:185px; text-align:left; text-indent:15px;}
.downmainmenu UL LI UL DD A:hover{ color: #fff; background:#e88a04;line-height:30px;}

.ddshadow {POSITION: absolute; WIDTH: 167px; HEIGHT: 0px; TOP: 0px; LEFT: 0px}
#nav .navxl{ width: 142px; text-align:center; font-size:14px; font-family: "微软雅黑","",Arial, "Arial Black"; /*background:url(../images/menuline.jpg) no-repeat right;*/}

/*banner*/

* {
	margin:0;
	padding:0;
	list-style-type:none;
}
.banner {
	margin:0 auto;
}
/*.banner .ban_c img {
	position:absolute;
	width:1920px;
	left:50%;
	margin-left:-710px;
	top:0;
}*/
.banner .ban_nav {
	display:none;
}
.banner .Left, .banner .Right {
	position:absolute;
	width:38px;
	height:38px;
	background:url(../images/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:#ca9316;
}
.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:#ca9316;
	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:auto;
}
.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;
}
/* flexslider */
.flexslider2{position:relative;overflow:hidden;background:url(images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{}
.slides li img {
	width: 100%;
}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../images/next.png) center center no-repeat;}
