.container {
    width: 1200px;
    margin: 0 auto;
}

video {
    max-width: 100%;
    /* box-shadow: 0px 3px 6px 5px #ccc; */
}

img {
    max-height: 100%;
}

.header {
    position: relative;
}

.header .logo {
    position: absolute;
    top: 20px;
}

video {
    margin: 50px auto;
    border: 1px solid #ccc;
}

.con1 {
    background: url(../images/jkscxdzt/con1bg.png) left no-repeat;
}

.con1 .container {
    /* height: 416px; */
    margin-bottom: 30px;
}

.con1 .fl1 {
    width: 300px;
}

.con1 .fl2 {
    width: 420px;
}

.con2 {
    background: #edf2f9 url(../images/jkscxdzt/con2bg.png) bottom center no-repeat;
    padding-bottom: 20px;
}

.con1 .fl2 .p1 {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.con1 .fl2 .p2 {
    color: #333;
    font-size: 20px;
    line-height: 36px;
}

.con1 .fl3 {
    text-align: center;
    height: 100%;
    width: 450px;
    float: right;
    /* padding: 0 20px; */
}

.con1 .fl3 img {
    max-height: 420px;
}
.videocon .videobox{
    text-align: center;
    background: url(../images/jkscxdzt/vediobj.png) no-repeat 100% 100%;
    margin: 30px 0;
    padding-top: 20px;
}
.videocon  video {
    width: 980px;
    margin: 20px 20px;
}

.con2 .tim {
    background: #3990ff url(../images/jkscxdzt/timbg.png) no-repeat right -36px;
    height: 190px;
    text-align: center;
    padding: 20px 0;
}

.con2 .tim .p1 {
    margin: 20px 0 10px;
    font-size: 30px;
    color: #ebf7fe;
    font-weight: bold;
}

.con2 .tim .p2 {
    font-size: 20px;
    color: #ebf7fe;
}

.fttp {
    background: url(../images/jkscxdzt/fttpbg.png) no-repeat right;
}

.con3 ul {
    margin: 40px 0;
}

.con3 ul li {
    float: left;
    width: 33%;
    padding: 0 10px;
}

.zcrwd .fr {
    text-align: right;
}

.zcrwd {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-top: -20px;
    max-height: 1000px;
    overflow-y: scroll;
}

.zcrwd video {
    max-width: 100%;
    height: auto;
}

.zcrwd>div {
    width: 70%;
    position: relative;
    margin-bottom: 30px;
}

.zcr {
    background: #eaf5ff;
    padding: 20px;
    border-radius: 20px;
    border-bottom-left-radius: 0;
}

.jb {
    background: #56b2ff;
    padding: 20px;
    border-radius: 20px;
    border-bottom-right-radius: 0;
}

.jb p {
    text-align: left;
    color: #fff;
}

.zcrwd .fl img {
    position: absolute;
    left: 10px;
    top: 0px;
}

.zcrwd .fr img {
    position: absolute;
    right: 10px;
    top: 0px;
}

.zcrwd .fr .jb p img {
    position: static;
    max-width: 100%;
    margin-top: 10px;
}

.zcrwd .fl span,
.zcrwd .fr span {
    margin-bottom: 20px;
    display: inline-block;
}

.con4 {
    background: url(../images/jkscxdzt/con4bj.png) bottom left no-repeat;
}

.con4 .container>div>.fl {
    width: 180px;
}

.con4 .container>div>.fr {
    width: 940px;
}

.con4 video {
    margin: 0;
    box-shadow: none;
    border: 1px solid #ccc;
}

.con4 .commonList {
    margin: 30px 0;
}

.con4 .commonList li {
    background: #dceaff;
    font-size: 18px;
    color: #333;
    padding: 0 15px;
    line-height: 42px;
    height: 42px;
    display: inline-block;
    border-radius: 42px;
    max-width: 100%;
}

.con4 .commonList li::before {
    display: none;
}

.conbot {
    margin: 30px 0;
    position: relative;
    overflow: hidden;
}

.con3 .next,
.con3 .prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    color: #ccc;
    text-align: center;
    position: absolute;
    cursor: pointer;
    top: 38%;
    z-index: 99;
    font-size: 0px;
    border-radius: 50%;
}

.con3 .prev {
    left: 10px;
    background: url(/10462/xhtml/images/public/newzwxx/newzwxx-051left.png)
}

.con3 .next {
    right: 12px;
    background: url(/10462/xhtml/images/public/newzwxx/newzwxx-051right.png)
}

.conbot ul li {
    width: 400px !important;
    padding: 0 7.5px;
    box-sizing: border-box;

}

@media (max-width: 1200px) {
    .con4 .container>div>.fr {
        width: calc(100% - 200px);
    }
    
    .container {
        width: 100%;
        padding: 0 10px;
    }

    .header .logo {
        width: 250px;
    }

    .con1 .fl1 {
        width: 260px;
    }

    .con1 .fl2 {
        width: 380px;
    }

    .con1 .fl3 {
        width: calc(100% - 640px);
    }
    .videocon video{
        width:100%;
        margin: 0;
    }
    .videocon .videobox{
         padding:0;
        background:0;
    }
}

@media (max-width: 768px) {
    
    .con4 .container>div>.fr{
        width: 100%;
    }

    .header .logo {
        width: 180px;
        top: 10px;
    }

    .con1 .fl1 {
        width: 50%;
    }

    .con1 .fl2 {
        width: 50%;
    }

    .con1 .fl3 {
        width: 100%;
    }

    .con3 ul li {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .con3 ul {
        margin: 20px 0;
    }

    .zcrwd>div {
        width: 90%;
    }

    .con2 .tim {
        /* background-size: auto 100%; */
        background-position: center;
    }
}

@media (max-width: 425px) {
    .con1 .fl2 .p1{
        margin-bottom:10px;
        font-size: 20px;
    }
    .header .logo {
        width: 100px;
    }

    .con1 .fl1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .con1 .fl2 {
        width: 100%;
        margin-bottom: 20px;
    }
    .con1 .fl2 .p2{
        font-size:18px;
    }
    .con1 .fl3 {
        width: 100%;
    }
    .con2 .tim .p1{
        font-size:18px;
    }
    .con2 .tim .p2{
        font-size:16px;
    }
}