﻿@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;
	text-decoration: none;
}
em,i{ font-style:normal; }
.clearfix{display:inline-table;}
* html .clearfix{height:1%;/*ie6*/}
*+html .clearfix{min-height:1px;}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;font-size: 0;}
.clearfix { display:inline-block; }
* html .clearfix { height:1%; }
.clearfix { display:block; }
.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}
input,textarea {outline:none;}/*去掉输入框得到焦点时边框会出现阴影效果----例如370 火狐*/
a{ blr:expression(this.onFocus=this.blur()); /* IE Opera */ outline:none; /* FF Opera */ } 
a:focus{ -moz-outline-style: none; /* FF */ } /*去掉a标签超链接的虚线框*/
body {margin: 0px; color:#3F3F3F; font-size:14px; font-family: Microsoft YaHei,宋体,Arial, Helvetica, sans-serif; background:url(../images/02.jpg);}
.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}
a:link { text-decoration: none;color: #131313;}
a:visited {text-decoration: none; color: #131313;}
a:hover { text-decoration: none; color: #131313;}
a:active {text-decoration: none; color: #131313;}

.container {width:1180px; margin:0 auto;}
.lf{float:left;}
.rt{float:right;}
::selection {background-color: #be0000; color: #fff;}
::-moz-selection {background-color: #be0000; color: #fff;}
::-webkit-selection {background-color: #be0000; color: #fff;}

/*头部*/
.top_box{ width:100%; height:30px; border-bottom:1px solid #ccc;}
.top{ width:1180px; height:30px; margin:0 auto;}
.top_l{ height:30px; line-height:30px; float:left; color:#666;}
.top_r{ height:30px; line-height:30px; float:right;color:#666;}
.top_r a{color:#666;}
.top_r a:hover{ text-decoration:underline;}

/*logo*/
.soei{ width:1180px; height:146px; margin:0 auto;}
.soei h1{ float:left;margin-top: 38px;}
.soei h1 img{ width:302px; height:76px; float:left;}
.soei h4{ width:490px; height:59px;float:left;margin-top: 47px;}

.logo_r{ width: 216px; height:58px; float:right; padding-top: 40px;}
.logo_dh{ float:left; }
.logo_dh img{ width:38px; height:38px; padding-top: 19px;}
.logo_hm{ float:right; line-height: 34px;}
.logo_hm span{ display:block; font-size:24px; line-height: 28px;}

/* 导航 */
.wrap{ width:1200px; margin:0 auto; height:50px; }
.nav {height:50px;background:#be0000;margin-bottom:1px;}
.nav li {float:left;width:171px;height:50px;line-height:50px;text-align:center;position:relative;}
.nav li:hover {background:#fff; }
.nav li:hover a{color:#333;}
.nav li ul{display:none;position:absolute;z-index:999;background:#fff;}
.nav li:hover ul {display:block;}
.nav li a {display:block;font-size:16px;width:171px;height:50px;color:#fff;}
.nav .xl li a{ color:#333;}
.nav .xl li:hover a{ color:#fff; background:#be0000;}

.nav ul li a:hover{background:#fff; color:#333;}
.nav ul .another a{background:#fff; color:#333;}

.fixedNav {position: fixed;top: 0px; left: 0px;width: 100%;z-index: 100000;_position: absolute; _top: expression(eval(document.documentElement.scrollTop));}

/*底部导航*/
.foot{ height:286px; width:100%; background:#be0000;}
.footzx{ width:1180px; height:246px; margin:0 auto; padding-top:40px;}
.footzx ul{ width: 997px; height:30px; color:#fff;margin: 0 auto; margin-top:16px;}
.footzx ul li{ float:left; }
.footzx ul li a{ color:#fff;margin:0 20px;}
.siel{ display:block; margin:0 auto; }
.footzx p{width:1000px; color:#fff; text-align:center; line-height:30px; margin:0 auto; margin-top:20px;}
.footzx p a{ color:#fff;}
.footzx h2{ font-size:14px; font-weight:normal; color:#fff; text-align:center;}
.footzx h2 a{color:#fff;}



