@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: 微软雅黑;
    }
    
    input,
    img,
    a {
        outline: none;
        border: 0;
    }
    
    .clear {
        clear: both;
    }
    
    .px1380 {
        max-width: 1380px;
        margin: 0 auto;
    }
    
    .pic {
        padding-top: 75%;
        position: relative;
        overflow: hidden;
    }
    
    .pic img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all 1s;
    }
    
    .pic img:hover {
        transform: scale(1.05);
    }
    
    .m-top {
        height: 330px;
        background: url(../images/m-top.jpg) no-repeat center center;
        background-size: cover;
    }
    
    .logo {
        padding: 25px 60px;
    }
    
    .banner a {
        display: block;
    }
    
    .banner a img {
        display: block;
        width: 100%;
    }
    
    .banner .slick-prev {
        left: 100px;
        width: 35px;
        height: 35px;
        background: url(../images/banner-l.png) no-repeat center center;
    }
    
    .banner .slick-next {
        right: 100px;
        width: 35px;
        height: 35px;
        background: url(../images/banner-r.png) no-repeat center center;
    }
    
    .footer {
        background-color: #bc3030;
        padding: 20px 0;
    }
    
    .foot p {
        text-align: center;
        line-height: 22px;
        color:#fff;
    }
    
    .foot p span {
        display: inline-block;
        font-size: 16px;
        color: #fff;
    }
    
    @media screen and (max-width: 1380px) {
        .px1380 {
            padding-left: 15px;
            padding-right: 15px;
        }
    }
    
    @media screen and (max-width: 1024px) {
        .m-top {
            height: 190px;
        }
        .banner .slick-prev {
            left: 15px;
        }
        .banner .slick-next {
            right: 15px;
        }
        .logo {
            padding: 10px 15px;
        }
    }
    
    @media screen and (max-width: 700px) {
        .m-top {
            height: 130px;
        }
        .logo {
            padding: 5px 15px;
        }
        .logo a img {
            height: 40px;
        }
    }