﻿.header-nav {
    background-color: #1d2086;
}
    .header-nav li.nav-index {
        background-color: #d61518;
    }


.bannerList li img {
    width: 100%;
}





.goTop {
    position: fixed;
    bottom: 10%;
    right: 0;
    width: 3.6em;
    height: 3.6em;
    border-radius: 50%;
    background: #c9c9c9 url('../../../../Content/Images/go-top.png') no-repeat center center / 60% 60%;
    z-index: 34;
    opacity: 0.7;
}

    .goTop img {
        width: 100%;
        height: 100%;
    }

    .goTop:hover {
        background-color: #1c6dc1;
        opacity: 1;
    }

/*公共标题*/
.qiye-title {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 35px;
}

    .qiye-title .ch {
        font-size: 40px;
        color: #1d2086;
    }

    .qiye-title .en {
        font-size: 20px;
        color: #4c4c4c;
        text-transform: uppercase;
        margin-top: 5px;
    }
/*公共标题 end*/

/*产品中心*/
.product-typ {
    text-align: center;
}

    .product-typ li {
        display: inline-block;
        font-size: 15px;
        margin: 5px 12px;
    }

.product-list {
    overflow: hidden;
    margin-top: 25px;
}

    .product-list ul {
        margin-left: -4px;
        margin-right: -4px;
        min-height: 464px;
    }

    .product-list li {
        width: 294px;
        float: left;
        margin-left: 4px; /*(1200-294*4)/3/2*/
        margin-right: 4px;
        margin-bottom: 6px;
    }

        .product-list li .scalePic {
            width: 100%;
            height: 182px;
            border: 1px solid #999;
        }

        .product-list li span {
            display: block;
            text-align: center;
            font-size: 14px;
            height: 44px;
            line-height: 44px;
            color: #444;
            overflow: hidden;
        }
/*产品中心 end*/


/*关于我们*/
.about-cont {
    padding: 25px;
    background-color: #f2f2f2;
}

    .about-cont .ac-img {
        float: left;
        width: 50%;
        margin-right: 25px;
    }

    .about-cont .ac-text {
        font-size: 14px;
        color: #4c4c4c;
        line-height: 2;
    }

    .about-cont .ac-img img,
    .about-cont .ac-img video {
        width: 100%;
        height: 368px;
        background-color: #000;
    }

    .about-cont .ac-text p {
        margin-bottom: 25px;
    }

        .about-cont .ac-text p:last-child {
            margin-bottom: 0;
        }
/*关于我们 end*/

/*证书*/
.honor {
    background: url("../Images/honor-bg.jpg") no-repeat center center;
    overflow: hidden;
    padding-bottom: 70px;
    margin-top: 70px;
}

.honor-list {
    overflow: hidden;
}

    .honor-list ul {
        margin-left: -6px;
        margin-right: -6px;
    }

    .honor-list li {
        width: 33%;
        float: left;
        box-sizing: border-box;
        padding-left: 6px;
        padding-right: 6px;
        margin: 12px 0;
    }

        .honor-list li .imgBox {
            padding-bottom: 72%;
        }
/*证书 end*/

#certify {
    position: relative;
    margin: 0 auto
}

    #certify .swiper-container {
        padding-bottom: 30px;
        overflow: hidden;
        position: relative;
    }

    #certify .swiper-slide {
        width: 520px;
        height: 736px;
        background: #fff;
        box-shadow: 0 8px 30px #ddd;
    }

        #certify .swiper-slide img {
            display: block;
            width: 100%;
            height: 736px;
        }

        #certify .swiper-slide p {
            line-height: 98px;
            padding-top: 0;
            text-align: center;
            color: #636363;
            font-size: 1.1em;
            margin: 0;
        }

  

/*实力*/
.power {
    background: url("../Images/power-bg.jpg") no-repeat center center;
    overflow: hidden;
    padding-bottom: 70px;
    margin-top: 70px;
}
.power .cont img {
    width: 100%;
}



/*案例*/
.case-list {
    overflow: hidden;
}

    .case-list ul {
        margin-left: -4px;
        margin-right: -4px;
    }

    .case-list li {
        width: 25%;
        float: left;
        box-sizing: border-box;
        padding-left: 4px;
        padding-right: 4px;
        margin: 12px 0;
    }

        .case-list li .imgBox {
            padding-bottom: 62%;
        }

        .case-list li span {
            display: block;
            text-align: center;
            font-size: 14px;
            height: 44px;
            line-height: 44px;
            color: #444;
            overflow: hidden;
        }
/*案例 end*/

/*news*/


.news .news-main {
    margin-top: 20px;
    min-height: 420px;
}

.news .topNews {
    width: 502px;
}

    .news .topNews .topNews-pic {
        font-size: 0;
        width: 502px;
        height: 336px;
        text-align: center;
    }

    .news .topNews img {
        max-height: 100%;
        max-width: 100%;
    }

    .news .topNews span {
        font-size: 20px;
        color: #444;
        line-height: 36px;
    }

    .news .topNews p {
        margin-top: 10px;
        font-size: 13px;
        color: #777;
        line-height: 22px;
        height: 66px; /* 22px*3 */
        overflow: hidden;
    }

.news .newsPic {
    width: 296px;
    height: 420px;
}

    .news .newsPic img {
        width: 100%;
        height: 100%;
    }

.news .news-list {
    padding: 0 40px;
}

    .news .news-list li {
        font-size: 14px;
        color: #666;
        line-height: 38px;
    }

        .news .news-list li:before {
            content: "●";
            margin-right: 10px;
        }

        .news .news-list li a {
            color: #666;
        }
/*news end*/