    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        outline: none;
    }
    
    li {
        list-style: none;
    }
    
    a {
        text-decoration: none;
    }
    
    h2,
    h3,
    i,
    em {
        font-weight: normal
    }
    
    html,
    body {
        font-family: "微软雅黑";
        /* min-width: 1634px; */
    }
    
    input,
    img,
    a,
    button {
        outline: none;
        border: 0;
    }
    
    .clear {
        clear: both;
    }
    
    .px1300 {
        width: 1300px;
        margin: 0 auto;
    }
    
    .header {
        position: absolute;
        left: 0;
        width: 100%;
        padding: 34px 0 28px 0;
        background: rgba(255, 255, 255, .75);
        z-index: 999;
        /* min-width: 1634px; */
    }
    
    .head {
        max-width: 1634px;
        margin: 0 auto;
    }
    
    .head-l {
        float: left;
        width: 33%;
    }
    
    .head-l .logo a {
        display: block;
        font-size: 0;
    }
    
    .head-l a img {
        display: block;
        max-width: 536px;
    }
    
    .head-r {
        position: relative;
        float: right;
        width: 67%;
    }
    
    .head-r .nav1 {
        position: absolute;
        right: 325px;
        width: 300px;
        height: 55px;
        line-height: 55px;
        border-bottom: 3px solid #9a2e2c;
        margin-top: 23px;
        cursor: pointer;
    }
    
    .head-r .nav-dot {
        position: absolute;
        right: 10px;
        width: 19px;
        height: 17px;
        /* background: url(../images/nav-dot.png) no-repeat center center; */
        top: 50%;
        transform: translateY(-50%);
    }
    
    .head-r .nav1 input {
        width: 100%;
        height: 55px;
        line-height: 55px;
        background-color: transparent;
        padding-left: 10px;
        font-size: 28px;
        color: #9a2e2c;
    }
    
    .head-r .nav1 input::placeholder {
        font-size: 28px;
        color: #9a2e2c;
    }
    
    .head-r .nav2 {
        position: absolute;
        left: 0;
        width: 790px;
        top: 115px;
        background: rgba(150, 8, 14, .8);
        padding: 45px 37px;
        display: none;
    }
    
    .head-r .nav2>ul>li {
        float: left;
        width: 20%;
        text-align: center;
        margin: 24px 0;
    }
    
    .head-r .nav2>ul>li>a {
        font-size: 18px;
        color: #fff;
        font-weight: bold;
    }
    
    .head-r .nav2>ul>li:hover>a {
        opacity: .8;
    }
    
    .head-r .nav2>ul>li>ul {
        margin-top: 14px;
    }
    
    .head-r .nav2>ul>li>ul>li {
        margin-top: 10px;
        line-height: 18px;
    }
    
    .head-r .nav2>ul>li>ul>li a {
        font-size: 16px;
        color: #fff;
        opacity: .9;
    }
    
    .head-r .nav2>ul>li>ul>li:hover a {
        opacity: 1;
    }
    
    .search {
        float: right;
        border: 3px solid #bbbaba;
        width: 260px;
        height: 50px;
        line-height: 50px;
        border-radius: 30px;
        font-size: 0;
        box-sizing: content-box;
        margin-top: 23px;
    }
    
    .search input[type="text"] {
        padding-left: 20px;
        display: inline-block;
        width: 215px;
        height: 50px;
        line-height: 50px;
        background-color: transparent;
        vertical-align: middle;
        font-size: 24px;
        color: #bbbaba;
    }
    
    .search input[type="image"] {
        vertical-align: middle;
    }
    
    .search input::placeholder {
        font-size: 24px;
        color: #bbbaba;
        text-transform: capitalize;
    }
    
    .banner {
        height: 100%;
    }
    
    .banner>div,
    .banner>div>div,
    .banner>div>div>div,
    .banner>div>div>div a,
    .banner>div>div>div a img {
        height: 100%;
    }
    
    .banner a {
        display: block;
    }
    
    .banner a img {
        display: block;
        width: 100%;
    }
    
    .banner .slick-dots {
        bottom: 70px;
    }
    
    .banner .slick-dots li {
        margin: 0 20px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, .3);
    }
    
    .banner .slick-dots li.slick-active {
        background-color: #9a2e2c;
    }
    
    .slick-prev {
        width: 58px;
        height: 96px;
        background: url(../images/banner-prev.png) no-repeat center center;
        left: 0;
    }
    
    .banner .slick-prev {
        top: 58.5%;
    }
    
    .slick-next {
        width: 58px;
        height: 96px;
        background: url(../images/banner-next.png) no-repeat center center;
        right: 0;
    }
    
    .banner .slick-next {
        top: 58.5%;
    }
    
    .slick-prev:hover {
        background: url(../images/banner-l.png) no-repeat center center;
    }
    
    .slick-next:hover {
        background: url(../images/banner-r.png) no-repeat center center;
    }
    
    .banner .slick-list {
        width: auto;
    }
    
    .footer {
        padding-top: 60px;
        background-color: #9a2e2c;
        background-size: cover;
    }
    
    .foot-top {
        padding-bottom: 40px;
        border-bottom: 1px solid #aa7473;
        overflow: hidden;
    }
    
    .ft-l {
        float: left;
        width: 55%;
    }
    
    .ft-logo {
        padding-bottom: 45px;
        border-bottom: 1px solid #aa7473;
    }
    
    .ft-logo a {
        display: block;
    }
    
    .ft-logo a img {
        display: block;
        width: 100%;
        max-width: 391px;
    }
    
    .ft-l .dz {
        padding-top: 22px;
    }
    
    .ft-l .dz p {
        font-size: 18px;
        color: #fff;
        margin-top: 20px;
    }
    
    .ft-r {
        float: right;
        margin-top: 65px;
    }
    
    .ft-r .ewm {
        margin-top: 10px;
    }
    
    .ft-r .ewm img {
        display: block;
    }
    
    .foot-down {
        text-align: center;
        line-height: 65px;
    }
    
    .foot-down p {
        font-size: 16px;
        color: #fff;
        opacity: .75;
    }