.details {
    padding-top: 30px;
    border-bottom: 2px solid #666666;
    background-color: #fff;
    width: 98%;
    margin: auto;
}

.details-h1 {
    text-align: center;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-top: 26px;
    margin-bottom: 16px;
}

.details-name {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: auto;
    height: 40px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    background: rgba(236, 243, 249, 0.93);
    margin-bottom: 15px;
}

.details-h-one {
    margin-right: 40px;
}

.details-p {
    text-indent: 2em;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    margin-top: 32px;
    margin-bottom: 30px;
}

.details-tu {
    width: 800px;
    height: 500px;
    margin: 0 auto;
    background-color: antiquewhite;
}

.details-tu img {
    width: 100%;
    height: 100%;
}

.dowe-one {
    display: flex;
    padding-top: 18px;
    background-color: #fff;
    padding-left: 30px;
}

.dowe-h1 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-right: 18px;
}

.dowe-h2 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0262AE;
}

.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;
    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!important;
            }

                .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;
}
/*p img {
    width:70%;
}*/