.comp-con {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.comp-h {
    width: 280px;
    height: 470px;
    border: 1px solid #EAEAEA;
    margin-right: 30px;
    margin-bottom: 25px;
    background-color: #f6f6f6;
}

.comp-h:nth-child(3n) {
    margin-right: 0;
}

.comp-tu {
    width: 100%;
    height: 350px;
    background-color: antiquewhite;
}

.comp-tu img {
    width: 100%;
    height: 100%;
}

.comp-txt {
    width: 249px;
    /*height: 41px;*/
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    line-height: 25px;
    margin: 15px auto 0;
    text-align: center;
}

.comp-a:hover .comp-txt{
    color: #0262AE;
}

.comp-time {
    width: 249px;
    display: flex;
    justify-content: space-between;
    margin: 10px auto 0;
    height:62px;
}

.comp-time-tu {
    position: relative;
    width: 37px;
    height: 11px;
    margin-top: 5px;
}

.comp-time-tu img {
    width: 100%;
    height: 100%;
}

.comp-img2 {
    display: none;
    position: absolute;
    top: 6px;
    left: 0;
}

.comp-h:hover .comp-img1{
    display: none;
}

.comp-h:hover .comp-img2{
    display: block;
}

.comp-time-h {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.left-con {
    display: block !important;
    margin-left: 20px;
}

.jie-h {
    text-align: center;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    border-bottom: 1px solid #115FA7;
    margin-top: 25px;
    padding-bottom: 20px;
    margin-bottom:20px;
}

.jie-tu {
    width: 600px;
    height: 298px;
    background-color: antiquewhite;
    margin: 30px auto 0;
}

.jie-tu img {
    width: 100%;
    height: 100%;
} 

.jie-p {
    text-indent: 2em;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    margin: 40px 0;
}

.comp-h2 {
    height:auto;
    padding-bottom:5px;
}

.comp-tu2 {
    height:195px;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix10:after {
    content: ".";
    display: block;
    height: 10px;
    clear: both;
    visibility: hidden;
}

.h10 {
    height: 10px;
}

.h15 {
    height: 15px;
}

#header {
    width: 1000px;
    margin: 0 auto;
}

.navBar {
    /*width: 1200px;*/
    width: 1310px;
    margin: 0 auto;
    height: 64px;
    line-height: 64px;
    color: #333;
}

.nav {
    position: relative;
    /*width: 980px;*/
    margin: 0 auto;
    font-family: "Microsoft YaHei",SimSun,SimHei;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

    .nav a {
        color: #fff;
    }

    .nav h3 {
        font-size: 100%;
        font-weight: normal;
    }

    .nav .m {
        /*float: left;*/
        position: relative;
        z-index: 1;
    }

    .nav .s {
        float: left;
        width: 3px;
        text-align: center;
        color: #D4D4D4;
        font-size: 12px;
    }

    .nav h3 a {
        display: block;
        width: 100px;
        text-align: center;
        font-size: 20px;
        font-weight: 400;
    }

    .nav .sub {
        display: none;
        position: absolute;
        left: -14px;
        top: 64px;
        z-index: 2;
        width: 134px;
        border: 1px solid #E6E4E3;
        border-top: 0;
        background: #fff;
        z-index: 999;
    }

        .nav .sub li {
            text-align: center;
            padding: 0 8px;
            margin-bottom: -1px;
        }

            .nav .sub li a {
                display: block;
                border-bottom: 1px solid #E6E4E3;
                padding: 8px 0;
                /*height: 28px;*/
                line-height: 28px;
                color: #000;
                font-size: 18px;
                font-weight: bold;
            }

                .nav .sub li a:hover {
                    color: #014380;
                }

    .nav .block {
        height: 64px;
        width: 100px;
        background: #014380;
        position: absolute;
        left: 0;
        top: 0px;
        overflow: hidden;
    }

.swiper-container {
    z-index: 0 !important;
}