    * {
        padding: 0;
        margin: 0;
    }
    
    li {
        list-style: none;
    }
    
    a {
        text-decoration: none;
    }
    
    h2,
    h3,
    i,
    em {
        font-style: normal;
    }
    
    html,
    body {
        font-family: 微软雅黑;
    }
    
    body {
        background: url(../images/banner.jpg) no-repeat center top;
        background-size:100% auto;
    }
    
    input,
    img,
    a {
        outline: none;
        border: 0;
    }
    
    .clear {
        clear: both;
    }
/*欢迎语*/
.ihyy div{
    float:right;
}    

/*头部top*/
.toptop{
    display: block;
    width: 1200px;
    margin: 0 auto;
}
.toptop p{
    color:#fff;
    font-size:14px!important;
}


    .px1200 {
        width: 1200px;
        margin: 0 auto;
    }
    
    .top {
        line-height: 36px;
        background-color: #a80711;
        display: block;
        height: 37px;
    }
    
    .top>p>a {
        font-size: 14px;
        color: #fff;
        text-align: left;
    }
    
    .top>p>i {
        float: right;
        font-size: 14px;
        color: #fff;
        text-align: right;
    }
    
    .header {
        padding-top: 80px;
    }
    
    .logo {
        margin-bottom: 70px;
    }
    
    .logo>a {
        display: block;
    }
    
    .logo>a>img {
        display: block;
        margin: 0 auto;
    }
    
    .nav {
        float: left;
        line-height: 40px;
    }
    
    .nav>ul>li {
        position: relative;
        float: left;
        width: 144px;
        text-align: center;
    }
    
    .nav>ul>li>a {
        font-size: 20px;
        color: #111111;
        font-weight: bold;
    }
    
    .nav>ul>li>ul {
        position: absolute;
        left: 0;
        right: 0;
        top: 40px;
        background-color: #fff;
        box-shadow: 0 0 5px #f1a998;
        z-index: 999;
        display: none;
    }
    
    .nav>ul>li>ul>li {
        line-height: 40px;
    }
    
    .nav>ul>li>ul>li:hover {
        background-color: #a80711;
    }
    
    .nav>ul>li>ul>li:hover>a {
        color: #fff;
    }
    
    .nav>ul>li>ul>li>a {
        font-size: 14px;
        color: #333;
    }
    
    .search {
        float: right;
        width: 274px;
        height: 40px;
        background: url(../images/search-bg.png) no-repeat center bottom;
    }
    
    .search input[type="text"] {
        width: 235px;
        height: 38px;
        line-height: 40px;
        background-color: transparent;
        vertical-align: middle;
    }
    
    .search input::placeholder {
        font-size: 16px;
        color: #c26a6f;
    }
    
    .search input[type="image"] {
        vertical-align: middle;
    }
    
    .footer {
        border-top: 6px solid #bb9964;
        background-color: #a80711;
    }
    
    .foot {
        overflow: hidden;
        padding-top: 40px;
        padding-bottom: 30px;
    }
    
    .foot-l {
        float: left;
    }
    
    .foot-l>p {
        font-size: 16px;
        color: #fff;
        line-height: 32px;
    }
    
    .foot-r {
        float: right;
    }