﻿body {
    font-size: 14px;
}

.bg1 {
    height: 500px;
    width: 100%;
    background: url('../../Content/pc-imgs/servicebanner.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.bt {
    width: 1300px;
    margin: 0 auto;
    margin-top: 100px;
}

.tit {
    font-size: 50px;
    font-weight: 700;
}

.eng {
    font-size: 20px;
    color: #333;
}

.jieshao {
    font-size: 16px;
    color: #666;
}

.tab {
    width: 1300px;
    display: flex;
    justify-content: space-around;
    margin: 40px auto;
    padding: 50px 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: darkgrey 0px 3px 10px 3px;
    margin-top: -100px;
    z-index: 999;
    position: relative;
    background: #fff;
}

    .tab li i {
        font-size: 60px;
        color: #888;
        line-height: 70px;
    }

    .tab li div {
        color: #888;
    }

    .tab .cur div {
        color: #42bed4;
    }

    .tab .cur i {
        color: #42bed4;
    }

.sliderk {
    display: none;
    width: 1300px;
    margin: 0 auto;
}

.show {
    display: block;
}

.sliderk .box {
    width: 590px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 30px;
}

    .sliderk .box:hover {
        border: 1px solid #0852a2;
        cursor: pointer;
    }

    .sliderk .box:nth-child(2n+1) {
        float: left;
    }

    .sliderk .box:nth-child(2n) {
        float: right;
    }

    .sliderk .box .left {
        width: 150px;
        height: 150px;
        float: left;
        border-radius: 6px;
        overflow: hidden;
    }

        .sliderk .box .left img {
            height: 100%;
            max-width:none;
        }

    .sliderk .box .right {
        height: 150px;
        float: right;
        border-radius: 6px;
        overflow: hidden;
        width: 390px;
    }

        .sliderk .box .right .tit {
            color: #333;
            font-size: 15px;
            font-weight: 700;
            overflow: hidden; /*超出部分隐藏*/
            white-space: nowrap; /*不换行*/
            text-overflow: ellipsis; /*超出部分文字以...显示*/
        }

.time2 {
    color: #888;
    font-size: 15px;
    font-weight: 700;
}

.sliderk .box .right .content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #666;
}

.sliderk .box .right .time {
    color: #888;
    font-size: 12px;
}

    .tuijianchanpin {
        margin-bottom: 60px;
    }

        .tuijianchanpin .line1, .line2 {
            width: 300px;
            height: 1px;
            background: #888;
            display: inline-block;
            margin: 0 20px;
            vertical-align: middle;
        }

        .tuijianchanpin .point1, .point2 {
            width: 3px;
            height: 3px;
            background: #888;
            display: inline-block;
            vertical-align: middle;
        }

        .tuijianchanpin .tjm {
            display: inline-block;
            font-size: 24px;
            font-weight: 700;
            color: #333;
            margin: 0 20px;
            vertical-align: middle;
        }

        .tuijianchanpin .swiper-slide {
            padding: 20px;
            border: 1px solid #ccc;
            border-radius: 6px;
            position: relative;
            box-sizing: border-box;
        }

         .tuijianchanpin .swiper-slide a{display:block;}

            .tuijianchanpin .swiper-slide .pingm {
                font-size: 15px;
                font-weight: 700;
                margin-bottom: 10px;
            }

            .tuijianchanpin .swiper-slide .yqfl {
                text-align: center;
                margin-top: 10px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .tuijianchanpin .swiper-slide .img {
                width: 100%;
                margin: 0 auto;
                text-align: center;
                overflow: hidden;
                height:160px;
            }
            .tuijianchanpin .swiper-slide .img img{
                height:100%;
            }
    .swiper-slide {
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
    }
        .swiper-slide:hover {
            transform: scale(1.1);
            -webkit-transition: all 300ms linear;
            -moz-transition: all 300ms linear;
            -o-transition: all 300ms linear;
            -ms-transition: all 300ms linear;
            transition: all 300ms linear;
        }
