﻿body {
    font-size: 14px;
}

.bg1 {
    height: 500px;
    width: 100%;
    background: url('../pctwo-imgs/support.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.bt {
    position: absolute;
    top: 150px;
    right: 15%;
}

.tit {
    font-size: 50px;
    font-weight: 700;
    color:#fff;
}

.eng {
    font-size: 20px;
    color: #fff;
}

.jieshao {
    font-size: 16px;
    color: #fff;
}

.topbox {
    width: 1200px;
    height: 630px;
    margin: 0 auto;
}

.tab {
    float: left;
    width: 240px;
}

    .tab li:first-child {
        margin-top: 2px;
    }

    .tab li {
        height: 117px;
        width: 100%;
        background: #bfcdda;
        color: #fff;
        margin-bottom: 2px;
        position: relative;
        cursor: pointer;
    }
        .tab li .onezuo {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 20px;
        }

        .tab li .twoyou {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 20px;
            text-align: right;
            line-height: 20px;
            color: #fff;
        }

            .tab li .twoyou div:first-child {
                word-wrap: break-word;
                overflow: hidden;
                width: 129px;
            }

            .tab li .twoyou div span {
                display: inline-block;
                height: 3px;
                width: 20px;
                background: #fff;
            }

.topright {
    float: right;
    width: 960px;
    height: 600px;
    /*background:#eee;*/
}

.tab li i {
    font-size: 60px;
    color: #fff;
}

.tab .cur {
    background: #29a3cc;
}

.topright .sliderktop {
    height: 100%;
    width: 100%;
    display: none;
    position: relative;
}

.topright .showtop {
    display: block;
}


    .sliderktopimg img {
        width: 100%;
    }

.sliderktopcont {
    border: 1px solid #ccc;
    border-radius: 8px;
    width: 860px;
    height: 500px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    padding: 30px 30px 30px 30px;
    right:0;
}
.sliderktopcont .topimgbox{
    height:290px;
    text-align:center;
    overflow:hidden;
}
.sliderktopcont .topimgbox img{
    height:100%;
}
    .sliderktopcont .tit {
        color: #888;
        font-size: 15px;
        font-weight: 700;
        margin-top: 10px;
        overflow: hidden; /*超出部分隐藏*/
        white-space: nowrap; /*不换行*/
        text-overflow: ellipsis; /*超出部分文字以...显示*/
    }
    .sliderktopcont .tit1 {
        color: #333;
        font-size: 15px;
        font-weight: 700;
        margin-top: 10px;
        overflow: hidden; /*超出部分隐藏*/
        white-space: nowrap; /*不换行*/
        text-overflow: ellipsis; /*超出部分文字以...显示*/
    }
    .sliderktopcont .content {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        color: #666;
    }

    .sliderktopcont .time {
        color: #888;
        font-size: 12px;
    }

    .sliderktopcont .detailbox {
        text-align: right;
        margin-top: 20px;
    }

        .sliderktopcont .detailbox .detail {
            display: inline-block;
            height: 30px;
            background: #000;
            color: #fff;
            border-radius: 6px;
            width: 100px;
            text-align: center;
            line-height: 30px;
            font-size: 14px;
        }
.sliderk {
    display: none;
    width: 1200px;
    margin: 0 auto;
}

.show {
    display: block;
}

.sliderk .box {
    width: 550px;
    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: 380px;
    }

        .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;
    }
