<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.icon {
    width: 2em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

#main-contact-form &gt; div &gt; input {
    height: 29px;
}


/*BANNER*/
.banner, .banner ul, .banner ul li, .banner ul li img {
    height: 500px;
}

.banner {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

    .banner ul {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
    }

        .banner ul li {
            display: block;
            float: left;
        }

.banner-pic-div img {
    max-height: 500px;
    max-width: 1440px;
    margin: 0 auto;
}

.banner-pic-div {
    width: 100%;
}
/*.banner ul li img {
            max-width: 100% !important;
            height: auto !important;
            display: block;
        }*/
.banner .con {
    position: absolute;
    left: 48%;
    bottom: 3%;
    z-index: 101;
}

    .banner .con a {
        float: left;
        margin-right: 8px;
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background: #000;
        z-index: 101;
    }

        .banner .con a.active {
            background: #fff;
        }

.banner .u {
    width: 30px;
    height: 20px;
    display: none;
}

.banner .left, .banner .right {
    position: absolute;
    /*top: 40%;*/
    background-color: rgba(0,0,0,0.4);
    height: 650px;
    width: 80px;
    text-align: center;
    vertical-align: middle;
    z-index: 103;
    font-size: 50px;
    cursor: pointer;
    color: #fff;
}

.banner .left {
    left: 0%;
}

.banner .right {
    right: 0%;
}

    .banner .left span, .banner .right span {
        top: 40%;
        position: absolute;
        left: 20px;
    }

.banner .left span {
    left: 20px;
}

.banner .right span {
    right: 20px;
}

.banner .left:hover, .banner .right:hover {
    background-color: rgba(0,0,0,0.5);
}
/*首页产品图片鼠标hover效果*/
.product-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .product-pic a:before {
        content: "";
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,0.6);
        position: absolute;
        top: 0;
        -webkit-transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
        -ms-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
        -ms-opacity: 0;
        opacity: 0;
    }

.a6:hover .product-pic a:before {
    -ms-opacity: 1;
    opacity: 1;
}

.a6:hover p {
    color: #fff;
}

.a6:hover .a1-1 {
    color: #fff;
}


.a6 {
    height: 263px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.a1-1 {
    font-size: 28px;
    color: #282828;
    line-height: 38px;
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 100px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in;
    cursor: pointer;
    text-decoration: none !important;
    font-family: 'Exo',sans-serif,arial,Helvetica;
}

.a6 p {
    font-size: 18px;
    color: #282828;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 130px;
    line-height: 35px;
    z-index: 2;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.product-pic a img:hover {
    opacity: 1;
}

.product-pic a img {
    width: 100%;
    height: 263px;
}

.a1-1:hover {
    color: white;
}

.pic-area-left, .pic-area-center, .pic-area-right {
    width: 100%;
}
</pre></body></html>