﻿body {
    font-size: 14px;
}

.bg1 {
    height: 500px;
    width: 100%;
    background: url('../pctwo-imgs/kehu.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.bt {
    width: 1200px;
    margin: 0 auto;
    margin-top: 180px;
}

.yi {
    margin: 30px 0 20px 0;
}

.tit {
    font-size: 50px;
    font-weight: 700;
}

.eng {
    font-size: 20px;
    color: #333;
}

.biaoji {
    display: inline-block;
    width: 5px;
    height: 40px;
    background: #0852a2;
    position: relative;
}

    .biaoji span {
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        height: 5px;
        background: #de465f;
    }

.name {
    display: inline-block;
    margin-left: 20px;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.sliderk .box {
    width: 540px;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 30px;
}


    .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 {
            /*width: 100%;*/
            height:100%;
            max-width:none;
        }

    .sliderk .box .right {
        height: 150px;
        float: right;
        border-radius: 6px;
        overflow: hidden;
        width: 340px;
    }

        .sliderk .box .right .tit {
            color: #333;
            font-size: 15px;
            font-weight: 700;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            line-height: 20px;
            margin: 10px 0;
        }

.time2 {
    color: #666;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.sliderk .box .right .content i {
    font-size: 24px;
}
.sliderk .box .right a:hover {
    color: #29a3cc;
}
.sliderk .box .right .content i:hover {
    color: #29a3cc;
}

.sliderk .box .right .time {
    color: #888;
    font-size: 12px;
}
.tab {
    width: 500px;
    display: flex;
    justify-content: space-between;
    margin: 40px auto;
}

    .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;
    }

     .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;
        }
.zhongjianbox{
    width:100%;
    height:350px;
    margin:40px 0;
    padding:20px;
}
.zhongjianbox .left {
    float: left;
    width:500px;
    height:350px;
    border-radius:8px;
    box-sizing:border-box;
    border:1px solid #ccc;
    overflow:hidden;
    position:relative;
}
.zhongjianbox .left img{
    width:100%;
}
.zhongjianbox .left .dibucont{
    position:absolute;
    bottom:0;
    left:0;
    width:500px;
     overflow: hidden;
     white-space: nowrap;
    text-overflow: ellipsis;
    background:rgba(0,0,0,0.5);
    color:#fff;
    height:50px;
    line-height:50px;
    padding:0 20px;
     box-sizing:border-box;
    font-size:14px;
}
.zhongjianbox .right {
    float: right;
    width: 50%;
    height: 100%;
}
.zhongjianbox .right .xuxianbox{
    height:110px;
    border-bottom:1px dashed #ccc;
    display:block;
    box-sizing:border-box;
    padding-top:30px;
}
.zhongjianbox .right .xuxianbox .xleft{
    float:left;
    width:400px;
     overflow: hidden;
     white-space: nowrap;
    text-overflow: ellipsis;
}
.zhongjianbox .right .xuxianbox .xright{
    float:right;
}
.icon-lengxing{
    margin-right:10px;
}
.dianjiliang{
    font-size:12px;
    color:#888;
}
.djgs {
    color: #666;
    font-size: 16px;
    font-weight: 700;
}
.heng{
    margin-left:30px;
    color:#555;
}