@charset "utf-8";

/*head*/


.pull-left {
    float: left;
}

.pull-right {
    float: right;
}
.header {
    width: 100%;
    height: 120px;
    background: #990000;
}

.logo {
    line-height: 120px;
}

.logo img {
    display: inline-block;
    max-width: 100%;
}

.logo-r {
    padding-top: 10px;
    width: 320px;
}

.logo-t {
    text-align: right;
}

.logo-t a {
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    margin-left: 20px;
}

.logo-t span {
    padding: 0 10px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.3)
}

.search-box {
    width: 260px;
    height: 35px;
    line-height: 33px;
    position: relative;
    margin-top: 10px;
    float: right;
    border: 1px solid #e68d8d;
    border-radius: 30px;
    overflow: hidden;
}

.txt {
    padding-left: 10px;
    font-size: 14px;
    color: #e68d8d;
    width: 200px;
    background: none;
    border: none;
    line-height: 33px;
    height: 34px;
}

.btn {
    width: 50px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    cursor: pointer;
    background: none;
    background: url(../img/search.png)center no-repeat;
}

/* nav */
.nav-box {
    position: relative;
    z-index: 1000;
    background: #fff;
    height: 50px;
}

.nav-list li {
    float: left;
    position: relative;
    text-align: center;
    padding: 0 8px;
}

.nav-list li a {
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 50px;
}

.nav-list .navLi:hover,
.nav-list>li.active {
    color:#990000 ;font-weight: bold;
}

.nav-list .navLi:hover>a,
.nav-list>li.active>a {
    color:#990000 ;font-weight: bold;
}

.nav-down {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    display: none;
    z-index: 999;
    border-top: 3px solid #990000;
}

.nav-down li {
    float: none;
    width: 100%;
    padding: 0 10px;
    border-bottom: 1px dotted #999;
}

.nav-down li:hover {
    background: #990000;
}

.nav-down li:hover a {
    color: #fff;
}

.nav-down li a {
    line-height: 40px;
    font-size: 16px;
    color: #555;
}

.nav-list li:hover .nav-down {
    display: block;
}

footer {
    width: 100%;
    background: #990000;
    padding-top: 30px;
    display: inline-block;
}

.foot {
    line-height: 50px;
    text-align: center;
    background: #8c0101;
    margin-top: 15px;
}
.foot p{width: 100%;font-size: 16px;color: #fff;}
.footer-left {
    width: 30%;
}

.footer-left a {
    width: 50%;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    display: block;
    float: left;
}

.footer-center {
    margin: 0 30px;
}

.footer-center p {
    font-size: 16px;
    color: #fff;
    line-height: 32px;
}

.footer-right {
    width: 80px;
}

.footer-right img {
    width: 100%;
}

.footer-right p {
    font-size: 14px;
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 32px;
}