@charset "utf-8";
/* 该网站名称 CSS Document */
/*CSS 初始化*/

body {color:#222; font-size:12px; font-family:微软雅黑,sans-serif; min-width: 1300px;}
body,div,ul,ol,dl,dt,dd,li,dl,h1,h2,h3,h4,p,pre,table,caption,th,td,form,input,button,select,textarea{margin:0; padding:0; list-style:none;}

header, article, section, aside, footer, figure, nav{display: block;}

a, a:visited {color:#222; text-decoration: none;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
a:hover, a:active, a:focus {color:#c11010; text-decoration: none;}

img {border:none; vertical-align:top}
.clear{clear:both;}

.b-blank10{margin:0 0 10px 0;}
.b-blank20{margin:0 0 20px 0;}
.b-blank30{margin:0 0 30px 0;}
.blank10{width:100%; height:10px;}
.blank20{width:100%; height:20px;}
.blank30{width:100%; height:30px;}
.l-blank25{float:left; width:25px; height:10px;}

/*@font-face {
	font-family: 'Fontawesome';
	src:url('../font/fontawesome-webfont.eot'); 
	src: 
		url('../font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), 
		url('../font/fontawesome-webfont.woff') format('woff'), 
		url('../font/fontawesome-webfont.ttf') format('truetype'), 
		url('../font/fontawesome-webfont.svg#aGENCYR') format('svg');
}*/

.main{width:1200px; margin:0 auto; overflow:hidden; position: relative;}
.main2{width:1300px; margin:0 auto; overflow:hidden; position: relative;}


/*头部*/
header{background: #9b0d14; height: 123px;position: relative; z-index:99;}
header .qt{position: absolute; right: 0px; top: 8px;}
header .qt li{float: left; margin: 0 0 0 12px;}
header .qt li:before{display: inline-block; content: ""; position: relative; top: 1px; margin-right: 12px; width: 1px; height: 11px; background: #e4e4e4;}
header .qt li:first-child:before{display: none;}
header .logo{float: left; padding: 23px 0 0 0;}
header .menu{float: left; margin: 62px 0 0 25px; overflow: hidden;}
header .menu li{float: left; font-size: 18px; line-height: 1; font-weight: bold; margin:  0 0 0 40px;}
header .menu li a{color: #fff;}
header .tel{float: right; margin: 47px 0 0 0; width: 225px;}
header .tel i{float: left; margin-right: 16px; background: url(../images/tel.png) no-repeat center #fff; width: 37px; height: 37px; border-radius: 5px;}
header .tel span{display: block; color: #fff;}
header .tel b{font-family: Impact; color: #fff; font-weight: normal; font-size: 26px; line-height: 1;}

footer{background: #2c2c2c;}
footer .f_menu{padding: 30px 0; border-bottom: 1px solid #252525; text-align: center;}
footer .f_menu li{display: inline-block; font-size: 14px;}
footer .f_menu li:before{display: inline-block; content: ""; position: relative; top: 0; margin: 0 24px 0 22px; width: 1px; height: 11px; background: #545454;}
footer .f_menu li:first-child:before{display: none;}
footer .f_menu li a,
footer .f_menu li a:visited,
footer .f_menu li a:hover{color: #fff;}

footer address{padding: 25px 0; text-align: center; line-height: 22px; color: #c0c0c0; font-style: normal;}
footer .bq{text-align: center; line-height: 50px; background: #000; color: #c0c0c0;}





