﻿@charset "utf-8";
/*头部*/
#header {
    width: 100%;
    height: 130px;
    background-color: #9c2c29;
}

.logo_index{
    display: block;
    width:608px;
    height:130px;
}

.header_search {
    padding-top: 51px;
    margin-left: 30px;
    position: relative;
}

.header_search .searchBox {
    width: 100px;
    height: 26px;
    border: 1px solid #ffffff;
    border-radius: 13px;
    background-color: #9c2c29;
    outline: none;
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
    padding: 0 26px 0 8px;
    box-sizing: border-box;
}

.header_search .searchIcon {
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/search.png);
    position: absolute;
    right: 8px;
    top: 56px;
}

.header_search .searchIcon input{
    background: rgba(0,0,0,0);
    filter:alpha(opacity=0);
    cursor: pointer;
}

.header_right li + li img {
    padding: 15px 20px 0 0;
}

/*导航栏*/
.nav .commonWidth > li {
    width: 150px;
    height: 56px;
    position: relative;
}

.nav .commonWidth h3 > a {
    display: block;
    width: 150px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
}

.nav .commonWidth h3.selectTitle > a {
    color: #9c2c29;
}

.subTitle {
    position: absolute;
    top: 56px;
    left: 0;
    z-index: 100;
    display: none;
}

.subTitle li a {
    display: block;
    width: 150px;
    height: 42px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 42px;
    color: #ffffff;
    background: #9c2c29;
    background: rgba(156, 44, 41, .6);
    filter: alpha(opacity=60);
}

.subTitle li a:hover{
    background: #9c2c29;
    background: rgba(156, 44, 41, 1);
    filter: alpha(opacity=60);
}

.subTitle li + li a {
    border-top: 1px solid #9d5052;
}

.nav .commonWidth h3:hover > a {
    color: #9c2c29;
}

.nav .commonWidth h3:hover .subTitle {
    display: block;
}
/*底部*/
#footer {
    background-color: #b22923;
}

.footerBox {
    width: 620px;
    margin: 0 auto;
    font-size: 14px;
    color: #ffffff;
    padding: 20px 0;
}

.footerBox li:first-child {
    padding-top: 12px;
}

.footerBox li:first-child span {
    line-height: 30px;
}

.footerBox li h3 {
    font-size: 12px;
    width: 64px;
    text-align: center;
}

.footerBox li:last-child div:last-child {
    margin-left: 15px;
}