﻿.menu-index {
    font-size: 1.54rem !important;
}

/*图片轮播*/
.swiper-container {
    width: 100%;
    min-width: 1400px;
    height: 600px;
    background-color: #f5f7fa;
}

.swiper-wrapper a {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: white;
}

.swiper-button-disabled {
    pointer-events: initial !important;
}

.swiper-button-next {
    left: 1370px !important;
    right: 0 !important;
}

.swiper-button-prev {
    left: 0 !important;
    right: 1370px !important;
}

/*大类图片*/
.category-two {
    font-size: 0;
    width: 1400px;
    height: 220px;
    margin-top: 45px;
    overflow: hidden;
    white-space: nowrap;
}

    .category-two div {
        display: inline-block;
        min-width: 1400px;
    }

    .category-two ul {
        display: inline-block;
        margin-left: 12px;
        padding: 0;
        text-align: center;
    }

        .category-two ul li {
            list-style: none;
            width: 270px;
        }

            .category-two ul li a {
                position: relative;
                display: inline-block;
                width: 270px;
                height: 180px;
                background: white;
            }

                .category-two ul li a img {
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    max-width: 100%;
                    max-height: 100%;
                }

.category-name {
    font-size: 1.1rem;
    width: 250px !important;
    height: 32px;
    line-height: 32px;
    color: white;
    background: #6dc4ec;
    background: #f7696a;
    padding: 0 10px 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*最新产品*/
.new-title {
    /*width: 1400px;
    font-size: 1.54rem;
    margin-top: 45px;*/
}

.new {
    width: 1400px;
    min-height: 200px;
    /*overflow: hidden;*/
    margin-top: 30px;
}

#new {
    width: 1410px;
    margin-left: -10px;
}

/*热销产品*/
.hot-title {
    /*width: 1400px;
    font-size: 1.54rem;
    margin-top: 45px;*/
}

#hot {
    width: 1410px;
    margin-left: -10px;
}

.pro {
    width: 1400px;
    min-height: 500px;
    overflow: hidden;
    margin-top: 18px;
}

    .pro ul {
        padding: 0;
        width: 272px;
        height: 290px;
        background: white;
        position: relative;
        margin: 12px 0 0 10px;
        float: left;
    }

        .pro ul li {
            list-style: none;
            width: 248px;
            min-height: 20px;
            line-height: 20px;
            /*color: #808080;*/
            text-align: center;
            margin-top: 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .pro ul li a {
                color: black;
                text-decoration: none;
            }

            .pro ul li img {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                max-width: 248px;
                max-height: 186px;
                transition: transform 0.5s;
            }

            .pro ul li a:hover img {
                transform: scale(1.1);
                -ms-transform: scale(1.1); /* IE 9 */
                -webkit-transform: scale(1.1); /* Safari and Chrome */
            }

.pro-img {
    width: 248px !important;
    margin-top: 18px !important;
}

    .pro-img a {
        position: relative;
        display: inline-block;
        width: 248px;
        height: 186px;
    }

.pro-name {
    /*max-height: 40px;
    color: black !important;*/
    margin-top: 5px !important;
}

.watermark {
    width: 248px;
    height: 186px;
    color: black;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2;
    opacity: 0.5;
}

/*视频中心*/
.video-title {
    /*width: 1400px;
    font-size: 1.54rem;
    margin-top: 45px;*/
}

#video {
    display: inline-block;
    width: 1440px;
    margin-left: -40px;
}

.video {
    width: 1400px;
    min-height: 500px;
    overflow: hidden;
}

    .video iframe {
        width: 400px;
        height: 225px;
        background: black;
        margin: 30px 0 0 30px;
        float: left;
    }

.video0 {
    width: 540px !important;
    height: 480px !important;
}

/*关于我们*/
.aboutUs-bg {
    min-width: 1400px;
    background-color: #f5f7fa;
    background-image: url(/Image/Computer/about.png?v=3);
    background-repeat: no-repeat;
    background-size: 1400px auto;
    background-position-x: center;
    /*padding-top: 45px;*/
}

.aboutUs-title {
    /*width: 1400px;
    font-size: 1.54rem;
    position: relative;
    top: -5px;
    opacity: 0.2;*/
}

/*.aboutUs-title {
    text-align: center;
    font-size: 1.54rem;
    width: 1400px;
    line-height: 1;
    margin-top: 40px;
    padding-left: 65px;
    position: relative;
    right: 60px;
}

    .aboutUs-title img {
        height: 40px;
        vertical-align: middle;
        position: relative;
        margin-right: 15px;
    }*/

.aboutUs {
    width: 1400px;
    height: 770px;
    position: relative;
    margin-top: 30px;
}

#aboutUs {
    box-sizing: border-box;
    width: 60%;
    height: 440px;
    padding: 20px 35px 20px 35px;
    position: absolute;
    right: 0;
    /*top: 50px;
    opacity: 0.2;*/
}

    #aboutUs img {
        max-width: 100%;
    }

/*联系我们*/
.contactUs-bg {
    min-width: 1400px;
    background-color: #f5f7fa;
    /*padding-top: 45px;*/
}

.contactUs {
    width: 1400px;
    height: 600px;
    margin-top: 30px;
}

.contact-bg {
    min-width: 1400px;
    background-color: #fef8f2;
}

.contact {
    width: 1400px;
    height: 260px;
    /*margin-top: 30px;*/
}

    .contact ul {
        padding: 0;
        width: 350px;
        margin: 35px 0 0 90px;
        float: left;
    }

        .contact ul li {
            list-style: none;
            font-size: 1rem;
            margin-bottom: 15px;
        }

            .contact ul li img {
                width: 60px;
            }

.contact-title {
    font-size: 1.2rem !important;
}

/*搜索*/
.search-bg {
    min-width: 1400px;
    height: 560px;
    background-image: url(/Image/Computer/search-bg.png);
    background-size: auto 600px;
    background-repeat: no-repeat;
    background-position: center;
}

.search {
    width: 1400px;
    position: relative;
}

.search-left {
    color: white;
    width: 500px;
    position: absolute;
    left: 100px;
    top: 110px;
    /*left: 0;
    opacity: 0.2;*/
}

    .search-left div {
        font-size: 1.2rem;
    }

    .search-left span {
        display: block;
        font-size: 1rem;
        line-height: 50px;
        margin-top: 20px;
    }


.search-right {
    width: 580px;
    height: 400px;
    background: white;
    position: absolute;
    left: 700px;
    top: 80px;
    /*left: 800px;
    opacity: 0.2;*/
}

.search ul {
    padding-left: 0;
    width: 520px;
    margin: 45px 0 0 45px;
}

    .search ul li {
        list-style: none;
        margin-bottom: 18px;
    }

        .search ul li span {
            display: inline-block;
            width: 80px;
            height: 38px;
            line-height: 38px;
            font-size: 1rem;
            float: left;
        }

        .search ul li input {
            width: 380px;
            height: 36px;
            line-height: 36px;
            padding: 0 10px 0 10px;
            outline: none;
            border: 1px solid #d8d8d8;
            /*border: 1px solid #edeff2;*/
        }

        .search ul li select {
            width: 400px;
            height: 36px;
            line-height: 36px;
            color: #808080;
            padding: 0 10px 0 10px;
            outline: none;
            border: 1px solid #d8d8d8;
        }

            .search ul li select option {
                font-size: 1rem;
            }

        .search ul li label {
            margin: 0 20px 0 20px;
        }

.search-btn {
    margin-top: 30px;
}

    .search-btn input {
        padding: 0;
        font-size: 1rem !important;
        width: 96px !important;
        height: 36px !important;
        line-height: 36px !important;
        color: white;
        background: #f7696a;
        border: none !important;
        border-radius: 2px 2px !important;
        cursor: pointer;
    }

.search-reset {
    margin-left: 15px;
    background: #fabe00 !important;
}
