@charset "utf-8";
*{margin: 0;padding: 0;box-sizing: border-box;}
html{height: 100%;}
body{font-family: "微软雅黑" !important;background-color: #fff;font-size: 14px;height: 100%;min-width:1400px;}
a,a:hover{text-decoration: none !important;outline: none;}
.clearfix:after{content: "";display: block;clear: both;}
.clearfix{zoom: 1;}
.fl{float: left;}
.fr{float: right;}
.common_width{width: 1200px;margin: 0 auto;box-sizing: border-box;}
.row{margin-right: -15px;margin-left: -15px;}
body ul,body p{margin: 0;}
ul > li{list-style-type: none;}
img{border: none;outline: none;}
input{outline: none;border: 0;font-family: "微软雅黑" !important;background: none;}
input[type="button"],
input[type="submit"],
input[type="reset"]{-webkit-appearance: none;}
/*清除苹果按钮样式*/
.btn:focus{outline: none !important;}
@font-face{font-family: "KabelCBook";src: url(kabelc-book.jpg)}
::-webkit-input-placeholder{/* webkit browsers*/color: #999;}
::-webkit-scrollbar{width: 6px;height: 6px;}
::-webkit-scrollbar-thumb{border-radius: 3px;background: rgba(0, 0, 0, 0.2);}
/*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;}

/*头部*/
.header .header_bg{ background:#af0301; height:140px; }
.header form{height: 40px;margin: 55px 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;}
.header form input[type='image']{width: 50px;height: 40px;background:url(../images/search.png) no-repeat center;}

.header .nav { height:50px; line-height:50px; background:#950200; }
.header .nav ul li.navli { float:left; line-height: 50px; position:relative; }
.header .nav ul li.navli h3 { font-size: 16px; font-weight:normal; }
.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 43px; }
.header .nav .navsub{ display:none; width:150px; left:0; top:50px;  position:absolute; background:#a90301;box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5); z-index:9  }
.header .nav .navsub a { line-height: 44px; color: #fff; padding-left: 25px; font-size: 16px; display:block; }
.header .nav .navsub a:hover { background:#9e0200; text-decoration:none; }
.header .nav li.on h3 a { background:#a90301; color: #fff;}

/*底部*/
.footer { margin-top:30px;}
.footer .footer_1 { height:35px; line-height:35px; background:#ab0200; border-bottom:1px #c50402 solid; color:#fff; font-size:14px;}
.footer .footer_1 h3 { display:inline-block;}
.footer .footer_1 a { padding:0 5px; color:#fff;}
.footer .footer_2 { line-height:30px; background:#950200; padding:20px 0;color:#fff; font-size:14px; text-align:center;}
.footer .footer_2 a { color:#fff;}
