@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

fieldset, img, input, button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul, ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "SimSun", "宋体";
}

select, input {
    vertical-align: middle;
}

select, input, textarea {
    font-size: 12px;
    margin: 0;
}
textarea {
    resize: none;
}

/*防止拖动*/
img {
    border: 0;
    vertical-align: middle;
}

/*  去掉图片低测默认的3像素空白缝隙*/
table {
    border-collapse: collapse;
}

body {
    font: 12px/150% Arial, Verdana, "\5b8b\4f53";
    color: #666;
    background: #fff
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; /*IE/7/6*/
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #C81623;
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

s, i, em {
    font-style: normal;
    text-decoration: none;
}

.col-red {
    color: #C81623 !important;
}

/*公共类*/
.w {
    /*版心 提取 */
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left
}

.fr {
    float: right
}

.al {
    text-align: left
}

.ac {
    text-align: center
}

.ar {
    text-align: right
}

.hide {
    display: none
}

/*公共类结束*/

/* 导航类开始 */
.header{
    height: 90px;
    width: 100%;
    min-width:1200px;/*解决窗口缩放变小出现水平滚动条，右侧背景样式失效问题*/
    background: url(../images/headerBg.jpg) repeat-x top center;
}

.header .w .logo{
    margin-top: 2px;
    background: url("../images/logo.jpg") no-repeat top left;
}
.header .w .logo .logo-a{
    display: block;
    width: 246px;
    height: 87px;
    text-indent: -2000em;
}
.header .headerNav{
    margin-top: 2px;
    height: 87px;

}
.header .headerNav li{
    float: left;
    padding: 0 25px;

}
.header .headerNav li a{
    display: block;
    font: bold 20px/87px "微软雅黑";
    color: #555;
}
.header .headerNav li a:hover{
    color:#568bd8;
}
.header .headerNav li .check{
    color:#568bd8;
}
/*.header .headerNav li span{
    display: block;
    font: 14px/14px "微软雅黑";
}*/
/* 导航类结束 */



/*页脚区域样式开始*/
.footer{
    height: 75px;
    width: 100%;
    min-width:1200px;
    background-color: #e4e4e4;
}
.footer .images{
    margin: 15px 0px 15px 120px;
}
.footer .images .logo{
    width: 90px;
    height: 45px;
}

.footer .copyright{
    padding-top: 8px;
}
.footer .copyright p{
    color: #9c9c9c;
    font: 14px/20px "微软雅黑";
    text-align: right;
}
.footer .copyright p a{
    color: #9c9c9c;
}
.footer .copyright p a:hover{
    color: #666666;
}
/*页脚区域样式结束*/