﻿@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: 微软雅黑;
    min-width: 1202px;
}

input,
img,
a {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.px1202 {
    width: 1202px;
    margin: 0 auto;
}

.header {
    background: url(../images/head-bg.png) no-repeat center top;
    background-size: 100% 100%;
}

.head {
    padding: 95px 0;
    overflow: hidden;
}

.head-l {
    float: left;
    font-size: 0;
}

.head-r {
    float: right;
    margin-top: 27px;
}

.search {
    width: 270px;
    height: 39px;
    background-color: #fff;
    border-radius: 50px;
}

.search input[type="text"] {
    width: 184px;
    height: 39px;
    line-height: 39px;
    background-color: transparent;
    vertical-align: middle;
    padding-left: 20px;
}

.search>div {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50px;
    background-color: #cf0a0a;
}

#nav {
    background-color: #cf0a0a;
}

.nav {
    line-height: 70px;
}

.nav>ul {
    margin-left: -15px;
    margin-right: -15px;
}

.nav>ul>li {
    position: relative;
    float: left;
    padding: 0 34px;
}

.nav>ul>li.on {
    background-color: #b80b0b;
}

.nav>ul>li>a {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.nav>ul>li ul {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #d42525;
    display: none;
    z-index: 999;
}

.nav>ul>li ul li {
    line-height: 40px;
    text-align: center;
}

.nav>ul>li ul li:hover {
    background-color: #a31c1c;
}

.nav>ul>li ul li a {
    font-size: 16px;
    color: #fff;
}

.footer {
    background-color: #c7191a;
}

.foot {
    padding: 30px 0;
    overflow: hidden;
}

.foot-l {
    float: left;
    padding-left: 92px;
    background: url(../images/footer.png) no-repeat left center;
}

.foot-l p {
    line-height: 29px;
    font-size: 16px;
    color: #fff;
}

.foot-r {
    float: right;
}

.foot-r p {
    position: relative;
    margin-top: 15px;
    width: 265px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #fff;
    padding-left: 25px;
    font-size: 18px;
    color: #fff;
    box-sizing: border-box;
}

.foot-r p span {
    position: absolute;
    right: 0;
    width: 45px;
    height: 45px;
    background: url(../images/zk.png) no-repeat center center;
}

.link {
    position: relative;
}

.foot-r .link ul {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    display: none;
    background-color: #fff;
    text-align: center;
    height: 40px;
    overflow-y: scroll;
}

.foot-r ul li {
    line-height: 40px;
}

.foot-r ul li a {
    color: #333;
    font-size: 14px;
}