<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body {font-family:"微软雅黑",Microsoft YaHei;font-size:14px; margin:0;padding:0;color:#333; min-width:1400px;}

div { float:none; margin:0px auto; padding:0;}

form,img,ul,ol,li,dl,dt,dd,input,p,br,button{margin: 0; padding: 0; border: 0;}
ul,li,ol {list-style: none;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}
a { text-decoration: none; color:#333; }
a:hover { text-decoration: none;color:#ae0c2a; }
i,em { font-style:normal;}
img { border:0;}
.fl { float:left;}
.fr { float:right;}
.clear { clear:both; line-height:0; height:0; display:block;}
.clearfix:after{content: " "; display: block; height: 0; clear: both; visibility: hidden;  }
.clearfix {zoom: 1; }
.positonr { position:relative;}
/*IE判断*/
.ie6{text-align: center;font-size: 16px;background: #FC6;line-height: 100px;z-index: 100000;width: 100%;position: absolute;height: 100px;top: 0;left: 0;}
.ie6 span{float: right;margin-right: 30px;cursor: pointer;}

.common_width { width:1400px; margin:0 auto;}
.content,.content1 { width:1400px; margin: 0 auto;}
/**==========自定义滚动条样式========*/
::-webkit-scrollbar{
	width: 6px;
	height: 6px
}
::-webkit-scrollbar-track{
	background-color: transparent;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
::-webkit-scrollbar-thumb{
	background-color: #9c9da0;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em
}
/*==========hadder========*/

.header { position:relative; }
.head_menu { background:#840c0b; height:30px; line-height:30px;    border-bottom: 1px #da533c solid;}
.head_menu .zwz { color:#fff; float:left;}
.head_menu .ywz { color:#fff; float:right;}
.head_menu .ywz a { color:#fff;}
.header .header_logo {background:url(../images/header_bg.jpg) no-repeat; background-size:cover;    border-bottom: 1px #da533c solid;}
.header .header_logo_l {height:117px; }

.header form{height: 40px;margin: 40px 0 0;box-sizing: border-box; background:#fff; width:270px; border-radius:25px;}
.header form input[type='text']{width: 195px;height: 40px;line-height: 38px;background:#fff;font-size: 14px;color: #999;margin-left:20px;float: left;box-sizing: border-box; outline:none;}
.header form input[type='image']{width: 50px;height: 40px;background:url(../images/search.png) no-repeat center;outline:none;}

.header .nav { background:#9d0200; height:50px; line-height:50px;} 
.header .nav ul { width:1400px; margin: 0 auto;}
/*.header .nav ul li { float: left; font-size: 18px; }
.header .nav ul li a{ color:#fff; display:block;padding: 0 24px; }
.header .nav ul li a:hover { background:rgba(61,121,205,0.3);}*/


.header .nav ul li.navli { float:left; line-height: 50px; height:50px; position:relative; }
.header .nav ul li.navli h3 { font-size: 16px; font-weight:bold; }
.header .nav ul li a { color: #fff; }
.header .nav ul li a:hover { text-decoration: none;}
.header .nav ul li.navli h3 a { display:block; padding:0 35px; }
.header .nav .navsub{ display:none; width:100%; left:0; top:50px;  position:absolute; background:#9d0200;box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5); z-index:9; text-align:center  }
.header .nav .navsub a { line-height: 44px; color: #fff; font-size: 16px; display:block; border-bottom:1px #a7221a solid; }
.header .nav .navsub a:hover { background:#b11413; text-decoration:none; }
.header .nav li.on h3 a { background:#ed9d65; color: #fff;}

/*==========footer========*/
.footer {
  background-color: #e00212;
  text-align: center;
  color: #f0d5ce;
  font-size: 14px;
  margin-top:30px;
}
.footer_1 { background-color: #990b25; padding:25px 0 10px; }
.footer_1_1 { float: left; width:260px; text-align:center; }
.footer_1_1 img { width:70%}
.footer_1_2 {float: left; width:600px; padding-left:30px; margin-right:20px; text-align:left;border-left:1px #b3122f solid; border-right:1px #b3122f solid; color: #fff;}
.footer_1_2 h3 { font-size: 17px; font-weight:bold;}
.footer_1_2 p{ line-height:30px;}
.footer_1_3 { float: left; width:480px }
.footer_1_3 .ewm { float: left; width:29%; text-align:center;}
.footer_1_3 .ewm img { width:70%;margin-top:10px;}
.footer_1_3 .ewm p { margin-top:5px; color:#fff;}
.footer_2 { background-color: #b11413; text-align:center; padding:35px 0; font-size: 14px;}
.footer_2 p { line-height:30px}
.footer a,.footer a:hover{color: #fff;}
</pre></body></html>