﻿#home-banner .swiper-slide, #home-banner {
    min-width: 1200px !important;
}

    #home-banner .swiper-slide img {
        width: 100%;
        height: 100%;
    }

#we-services, #wx-products {
    min-width: 1200px;
}

.service-content {
    overflow: hidden;
}

#we-services .service-list {
    width: 1230px;
    padding: 50px 0 0 0;
}

    #we-services .service-list ul li {
        width: 280px;
        float: left;
        text-align: center;
        margin: 0 20px 0 0;
    }

        #we-services .service-list ul li .iconfont2 {
            font-size: 50px;
            color: #003e92;
            border: 1px solid #bdc3c7;
            text-align: center;
            width: 120px;
            height: 120px;
            line-height: 120px;
            border-radius: 50%;
            display: inline-block;
            transition: all 0.25s linear 0s;
            transform: translate(0px, 0px);
        }

            #we-services .service-list ul li .iconfont2:hover {
                background: #003e92 !important;
                color: #fff !important;
                transition: all 0.25s linear 0s !important;
                transform: translate3d(0px, -5px, 0px) !important;
            }

        #we-services .service-list ul li .t {
            text-align: center;
            margin: 20px 0px 5px;
        }

            #we-services .service-list ul li .t strong {
                font-size: 20px;
                color: #2a333c;
                font-weight: normal;
                word-break: break-all;
            }

        #we-services .service-list ul li .txt {
            margin: 0px 20px;
            line-height: 24px;
            word-break: break-all;
            color: #5e7387;
            font-size: 14px;
        }

.common-module {
    padding: 50px 0;
}

    .common-module .module-title .t1, .common-module .module-title .t2 {
        text-align: center;
    }

    .common-module .module-title .t1 {
        padding: 0 0 10px 0;
    }

    .common-module .module-cate {
        text-align: center;
        padding: 30px 0 0 0;
    }

.list-container .news-list{
    padding: 30px 0;
}

#wx-products .product-list {
    padding: 20px 0 30px 0;
}

.common-module .module-cate ul li {
    background-color: #fff;
    display: inline-block;
    margin: 0 5px 0 0;
}

    .common-module .module-cate ul li a, .common-module .module-cate ul li span {
        display: block;
        padding: 8px 30px;
        transition: all 0.25s ease 0s;
        font-size: 14px;
        background-color: #fff;
        color: #76838f;
    }

        .common-module .module-cate ul li a:hover, .common-module .module-cate ul li a.cur,
        .common-module .module-cate ul li span:hover, .common-module .module-cate ul li span.cur {
            background: #305DC3 !important;
            color: #fff !important;
        }

.common-module .module-title .t1 strong {
    font-size: 36px;
    color: #444;
    font-weight: 400;
}

.common-module .module-title .t2 {
    font-size: 16px;
    font-weight: 300;
    color: #5e7387;
}

#wx-products {
    background-color: #F3F3F4;
}

    #wx-products .products-content {
        overflow: hidden;
    }

    #wx-products .product-list {
        width: 1230px;
        display: none;
    }

    #wx-products .product-list-active {
        display: block !important;
    }

    #wx-products .product-list ul li {
        display: inline-block;
        margin: 10px 10px 0 0;
        width: 393.33px;
        float: left;
    }

        #wx-products .product-list ul li .img {
            position: relative;
            height: 192px;
        }

        #wx-products .product-list ul li:hover .img .txt {
            opacity: 0.7 !important;
        }

        #wx-products .product-list ul li .img .txt {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            bottom: 0;
            right: 0;
            opacity: 0;
            background: #305DC3;
            transition: all .3s ease;
        }

            #wx-products .product-list ul li .img .txt div {
                position: absolute;
                overflow: hidden;
                left: 10px;
                top: 10px;
                right: 10px;
                bottom: 10px;
                padding: 15px;
                border: 1px solid rgba(255,255,255,.5);
            }

                #wx-products .product-list ul li .img .txt div a {
                    color: #fff;
                    font-size: 14px;
                    line-height: 24px;
                }

        #wx-products .product-list ul li .img img {
            height: 100%;
            width: 100%;
        }

        #wx-products .product-list ul li .t {
            background-color: #fff;
            position: relative;
            border-top: 2px solid #375BB1;
        }

            #wx-products .product-list ul li .t a {
                padding: 10px 10px;
                font-size: 16px;
                font-weight: 500;
                color: #305dc3;
                text-align: center;
                position: relative;
                z-index: 999;
                display: block;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

        #wx-products .product-list ul li:hover .t a {
            color: #fff !important;
        }

        #wx-products .product-list ul li .t:before {
            background: #305DC3;
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
            -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-duration: .3s;
            transition-duration: .3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out
        }

        #wx-products .product-list ul li:hover .t:before {
            -webkit-transform: scaleY(1) !important;
            transform: scaleY(1) !important;
        }

#wx-address {
    background-color: #F3F3F4;
}

.address-list {
    padding: 30px 0 0 0;
}

    .address-list .address-item {
        padding: 25px 15px 25px 15px;
        background-color: #fff !important;
    }

        .address-list .address-item .img img {
            height: 100px;
            display: block;
            width: 100px;
            margin: 0 auto;
            border-radius: 20%;
        }

        .address-list .address-item .txt {
            font-size: 14px;
            color: #808080;
            padding: 20px 0;
            line-height: 20px;
            height: 80px;
            overflow: hidden;
        }

        .address-list .address-item .title {
            text-align: left;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .address-list .address-item .title a {
                color: #444;
                font-size: 16px;
            }

#wx-news .news-list {
    display: none;
}

#wx-news .news-list-active {
    display: block !important;
}

#wx-news .news-list li {
    width: 50%;
    float: left;
    height: 120px;
    position: relative;
}

    #wx-news .news-list li .item-date {
        width: 90px;
        height: 90px;
        background: #dcdcdc;
        text-align: center;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0;
    }

        #wx-news .news-list li .item-date .date {
            display: block;
            line-height: 60px;
            font-size: 35px;
            color: #000;
            background: #efefef;
        }

        #wx-news .news-list li .item-date .year {
            display: block;
            line-height: 30px;
            font-size: 15px;
            color: #fff;
            background: #305DC3 !important;
        }

    #wx-news .news-list li .item-info {
        margin: 0 15px 0 105px;
    }

        #wx-news .news-list li .item-info .title {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            #wx-news .news-list li .item-info .title a {
                color: #000;
                font-size: 16px;
            }

                #wx-news .news-list li .item-info .title a:hover {
                    text-decoration: underline;
                    color: #305DC3 !important;
                }

        #wx-news .news-list li .item-info .intro {
            padding: 10px 0 0 0;
            height: 44px;
            line-height: 22px;
            font-size: 12px;
            color: #6e6e6e;
            overflow: hidden;
        }

#about-us .about-txt {
    padding: 30px 0 0 0;
}

    #about-us .about-txt .img {
        width: 400px;
        float: left;
    }

        #about-us .about-txt .img img {
            height: 434px;
        }

    #about-us .about-txt .txt {
        width: 790px;
        float: right;
    }

    #about-us .about-txt p strong {
        color: #000;
        /*font-size: 16px;*/
    }

    #about-us .about-txt p {
        padding: 0 0 10px 0;
        line-height: 26px;
        color: #333;
        font-size: 14px;
    }
