﻿*{padding:0;margin:0;}
a:focus {outline: none;}
.left{float:left;}
.right{float:right;}
.text-right{text-align:right;}
.text-center{text-align:center;}
.text-left{text-align:left;}
body{color:#32373c;line-height: 25px;font-family: 'Microsoft YaHei','Microsoft YaHei UI',Tahoma,NSimsun,Simsun,"宋体",sans-serif!important;overflow-x: hidden;font-size: 12px;background-color: #f9f9f9;}
ul li{list-style:none;}
html,body{height: 100%;}
a,a:link, a:visited, a:hover {text-decoration: none; cursor: pointer;}
.w_1190{width:1200px;margin:0 auto;}
.w_1200{width:1260px;margin:0 auto;}
.w_500{width:500px;}
.clear{clear:both}
.hide{display:none}
.center {text-align:center;}
/*手势*/
.pointer {
    cursor: pointer;
}
input:focus{outline:none;}
.ERJIiMG{height:300px;width: 100%;}
/*颜色*/
.col_r{color:red;}
.color_r{color:red;}
.error{color:red;}
/*图片*/
img{max-width:100%;}
 
.font16{font-size:16px;}
/*清除浮动*/
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}
 /*头部*/
 .home_header{width:100%;}
 .home_header_Logo{height:80px;line-height: 80px;position: relative;}
 .logo{display:block;width:700px;height:71px;background: url("../images/logo.png") no-repeat;margin-top:5px;}
 .search{display:block;width:190px;height:32px;background: url("../images/search.png") no-repeat;position: absolute;right:40px;top:24px;}
 .searchBtn{position: absolute;z-index:10;right:0px;top:24px;background: url("../images/searchBtn.png") no-repeat;width:40px;height:32px;cursor: pointer;}
 .searchInput{position: absolute;z-index:10;right:42px;top:29px;height:24px;width:180px;border:none;background: #f9f9f9;}
 .home_header .nav{font-size: 16px;height: 50px;background: #AB000E;line-height: 50px;cursor: pointer;}
 .home_header ul{height:100%;}
 .home_header .nav_li{width:124px;float: left;text-align: center;}
 .home_header .nav_li a{display:inline-block;color:#fff;height: 48px;/*padding:0 12px;*/}
 .home_header .nav_li:hover>a{border-bottom: 2px solid #fff;}
 .head_date{position: absolute;right:0;top:-30px;}
 .xiqi{margin:0 5px;}
 .home_header .nav_li .nav_box{background: rgba(16,102,181,.6);position: absolute;min-width:124px;display: none;top:133px;z-index: 30;font-size: 16px;}
.home_header .nav_li .nav_box li{line-height: 40px;background: #fff;box-sizing: border-box;white-space:nowrap;}
.home_header .nav_li .nav_box li a{color:#AB000E}
.home_header .nav_li .nav_box li:hover{background: #AB000E;}
.home_header .nav_li .nav_box li:hover a{color:#fff;}
.home_header .nav_li:hover .nav_box{display:block;}

/* 底部 */
.footer {
    margin-top: 40px;
    background: #AB000E;
    padding: 20px 0;
    box-sizing: border-box;
}
 .footer p{text-align: center;color:#fff;}

 /*表格*/
table {
    width: 100%;
    border: 1px solid #eee;
    border-collapse: collapse;
}
table tr td{
    padding:6px;
    border: 1px solid #eee;
    border-collapse:collapse;
}
table tr .table-title{
    font-size:14px;
    font-weight:bold;
    text-align:center;
}
 