@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
ul, li, ol, h1, h2, h3, dl, dt, dd, form, p, span, b, u, s, i {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
input, textarea {
	outline: none;
	list-style: none;
}/*去掉输入框获得焦点时边框会泛起阴影效果----例如360 火狐*/
a {
blr:expression(this.onFocus=this.blur()); /* IE Opera */
	outline: none; /* FF Opera */
}
a:focus {
	-moz-outline-style: none; /* FF */
} /*去掉a标签超链接的虚线框*/
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
body {
	color: #131313;
	font-size: 12px;
	line-height: 1.5;
	font-family: "微软雅黑", 宋体, Arial, Helvetica, sans-serif;
}
/*公共样式*/
.clear {
	clear: both;
	margin: 20px 0;
}
i {
	font-style: normal;
}
.brack {
	font-family: "黑体";
}
.cl1 {
	color: #008000;
}
.cl2 {
	color: #ff5400
}
.left {
	float: left;
}
.right {
	float: right;
}
.wrap {
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
}
.more {
	display: inline-block;
	width: 114px;
	text-align: center;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	background: #ff5400;
	border-radius: 5px;
}
/*头部样式*/
.header_top {
	height: 35px;
	line-height: 35px;
	border-bottom:1px solid #9b999a;
	color:#333;
}
.header_top div>div a {
	margin: 0 5px;
	color:#333;
}
.header_top div>div a i{ display:inline-block; width:12px; height:12px; overflow:hidden;}
.header {
	padding-bottom: 20px;
	overflow: hidden;
}
.header div>h1 {
	display: inline-block;
	text-transform: uppercase;
	font-size: 26px;
	padding-right: 20px;
	padding-right: 10px;
}
.header div>h1 a {
	font-size: 36px;
	font-weight: bold;
	color: #6f0000;
}
.header div>h1 span {
	font-size: 18px;
	color: #a1a1a1;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.header div>div.comn {
	float:left;
	border-right:1px solid #a9a9a9;
	padding: 18px 20px 20px 10px;
	margin-right:20px;
	
}
.header div>div.comn a{ font-size:30px; font-weight:bold;color: #009ae9;}
.header div>div.comn b{ font-size:14px; font-family:Arial, Helvetica, sans-serif; color:#9a9a9a; text-transform:uppercase;}
.header div>div.comn_txt{ font-size:18px; color:#009ae9; padding-top:25px;}
.header div>div.comn_txt span{ color:#cb283d;}
.logoname {
	margin-top: 30px;
}
.logoname div strong {
	display: block;
	font-size: 18px;
	color:#b36700;
}
.logoname div i {
	display: block;
	font-size: 14px;
}
.tell {
	padding-left: 72px;
	padding-top: 8px;
	height: 80px;
	line-height: 26px;
	margin-top: 30px;
	background:url(/templates/pc_wjdh/images/tell.jpg) no-repeat left center;
}
.tell span {
	font-size: 18px;
	color: #333;
}
.tell strong {
	font-weight:normal;
	font-size: 24px;
	color: #000;
	font-family:Impact;
	display:inline-block; height:30px; line-height:30px;
}
.tell b{ font-size:14px; color:#e50000;}
/*导航样式*/
.nav {
	height: 50px;
	line-height: 50px;
	background:url(/templates/pc_wjdh/images/nav_bg.jpg) no-repeat center;
}
.nav li:first-child{ background:none;}
.nav li {
	float: left;
	font-size: 15px;
	padding: 0 21px;
	background:url(/templates/pc_wjdh/images/nav_line.png) no-repeat left center;
}
.nav li a {
	color: #fff;
}
.nav li span {
	display: block;
	height: 46px;
	padding-right: 20px;
}
.nav li:hover,.nav li.another {
	 background:#0094de;
	cursor: pointer;
}
/*banner样式*/
.banner {
	width: 100%;
	margin: 0 auto;
}
.flexslider {
	position: relative;
	height: 510px;
	overflow: hidden;
	background: url(/templates/pc_wjdh/images/loading.gif) 50% no-repeat;
}
.slides {
	position: relative;
	z-index: 1;
}
.slides li {
	height: 510px;
}
.slides li a{ 
	display:block; 
	width:100%; 
	height:510px;
	}
.flex-control-nav {
	position: absolute;
	bottom: 30px;
	z-index: 999;
	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(/templates/pc_wjdh/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(/templates/pc_wjdh/images/prev.png) center center no-repeat;
}
.flex-direction-nav li a.flex-next {
	right: 40px;
	background: url(/templates/pc_wjdh/images/next.png) center center no-repeat;
}/*搜索样式*/
.search {
	height: 57px;
	background:url(/templates/pc_wjdh/images/search.jpg) no-repeat center top;
}
.search_con{ height:57px;}
.search_wz{ padding:20px 0 0 20px;}
.search_wz a {
	margin: 0 5px;
}
.search_ss {
	width: 384px;
	height: 36px;
	background: url(/templates/pc_wjdh/images/search_bg.jpg) no-repeat;
	margin-top: 14px;
	border-bottom:1px solid #c9c9c9;
}
.text {
	float: left;
	width: 334px;
	height: 36px;
	background: none;
	line-height: 36px;
	padding-left: 10px;
	font-size: 12px;
	border: 0;
	color:#a0a0a0;
}
.submit {
	float: left;
	width: 40px;
	height: 36px;
	border: 0;
	background: none;
	cursor: pointer;
}
.searchorcon{ background:url(/templates/pc_wjdh/images/search.jpg) no-repeat center top;}
.links{ height:60px; line-height:60px; margin-bottom:30px; margin-top:20px;}
.web-alls1{ float:left; width:176px; text-align:center; background:#4f4e48;}
.web-alls1 h4{ font-size:18px; font-weight:normal; color:#fff; text-transform:uppercase;}

.linkLj{ float:right; width:904px; background:#979797;}
.linkLj a{ margin:0 10px; color:#fff;}

/*底部导航*/

.foot {
	height:224px;
	padding-top:168px;
	background:url(/templates/pc_wjdh/images/bottom_bg.jpg) no-repeat center top;
	overflow: hidden;
}
.foot_l {
	width: 232px;
	height:109px;
	margin-top:15px;
}

.ywptewm{ display:inline-block; margin-right:10px;}
.foot_l strong {
	font-size: 20px;
}
.foot_l span {
	font-size: 24px;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.foot_r {
	width: 780px;
	color: #fff;
	margin-top: 15px;
	line-height: 28px;
}
.foot_r a {
	color: #fff;
}
.db_nav{ height:60px;}
.db_nav ul{ height:60px; line-height:60px;}
.db_nav li:first{ background:none;}
.db_nav li {
	float: left;
	font-size: 14px;
	 color:#fff;
	
}
.db_nav li a {
	color: #fff; display:inline-block; padding:0 23px;
}
.ewmt{ float:left; width:86px; margin:7px;}
.ewm_txt{ float:left; width:100px; color:#fff; padding-top:58px; text-align:center;}

<!--耗时1775247033.5234秒-->