@charset "utf-8";
/*全局*/
::selection { color: #fff; background-color: #c4151c; }
::-moz-selection { color: #fff; background-color: #c4151c; }
::-webkit-selection { color: #fff; background-color: #c4151c; }
::-webkit-scrollbar { width: 8px; height: 8px; background-color: #F5F5F5; }
::-webkit-scrollbar-track { border-radius: 10px; background-color: #E2E2E2; }
::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); background-color: #555; }
* { padding: 0; margin: 0; font-family: "Arial", 'Microsoft YaHei', arial, helvetica, clean, sans-serif; }
body { font: 14px/1.231 "Arial", 'Microsoft YaHei', arial, helvetica, clean, sans-serif; color: #333; margin: 0; line-height: 1.5; }
:focus { outline: 1; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
a { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
li, ul { list-style-type: none; }
img { border: none; }
a { color: #333; font-size: 14px; text-decoration: none; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; }
a:link, a:hover, a:active, a:visited {  text-decoration: none;  }
input, textarea {  outline: 0;  border: 0;  }
textarea {  resize: none;  }
h1, h2, h3, h4, h5, h6, dl, dd, dt, em {  font-weight: normal;  font-style: normal; }

/*通用*/
.container { width:1180px; margin:0 auto;}
.lf   {float:left;}
.rt  {float:right;}
.clear  {clear:both;}

/*header*/
.header{
	width:100%;
	height:89px;
	margin-top:1px;
	background:#fff;
}
.header .header_box { padding: 20px 0; }
.header .header_box .logo { width:226px; height:49px;}
.header .header_box .logo a { display: block; width:100%; height:100%;}
.header .header_box .logo img { width:100%; height:100%;}

/*nav*/
.nav{ width: 854px; overflow: hidden;}
.nav ul li { float: left; padding-left: 54px; }
.nav ul li a { transition: .5s; line-height: 49px;}
.nav ul li:hover a { border-bottom: 1px solid #c4151c; padding-bottom: 10px; color: #c4151c;}
.nav ul li.another a { border-bottom: 1px solid #c4151c; padding-bottom: 10px; color: #c4151c;}
.fixedNav {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99999;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop));
	box-shadow: 0 8px 8px 0px rgba(0, 0, 0, 0.08);
}

/*foot*/
.foot .f_not { background: #333; width: 100%; height: 238px; }
.foot .f_not .f_not_box .foot2 { color: #ccc; font-size: 14px; line-height: 30px; padding-top: 48px; width: 358px; }
.foot .f_not .f_not_box .foot1 { color: #ccc; font-size: 14px; line-height: 30px; padding-top: 48px; width: 298px; margin-left: 120px; }
.foot .f_not .f_not_box .foot1 p{ line-height: 30px; color: #ccc; }
.foot .f_not .f_not_box .foot1 p a{ line-height: 30px; color: #ccc; }
.foot .f_not .f_not_box .foot2 p { line-height: 30px; color: #ccc; }
.foot .f_not .f_not_box .foot2 span { margin: 0 5px; color: #ccc; }
.foot .f_not .f_not_box .foot2 a { color: #ccc; margin: 0 5px; }
.foot .f_not .f_not_box .foot3 .img { width: 120px; height: 120px; padding-top: 50px; padding-left: 80px; text-align: center;background: none;border: none; }
.foot .f_not .f_not_box .foot3 .img img { width: 100%; height: 100%; display: block; }
.foot .f_not .f_not_box .foot3 .img p { color: #fff; line-height: 40px; }















