.top {
    display: none;
}
.nav_wrap {
    display: none;
}

.jj-container {
    margin: 0 auto;
    width: 100%;
    height: 460px;
    position: relative;
    display: block;
}

.jj-container .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0));
}

.jj-container .headerMain {
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    padding: 0 50px;
    min-width: 1400px;
    position: relative;
}

.jj-container .headerMain::after {
    content: '';
    display: block;
    clear: both;
}

.jj-tools {
    position: absolute;
    right: 50px;
    top: 16px;
}
.jj-tools .search_box {
    width: 190px;
    display: inline-block;
    float: left;
}
.jj-tools .search_box:hover .search_input {
    border-bottom: 1px #b9b9b9 solid;
}
.jj-tools .search_input {
    width: 147px;
    font-size: 16px;
    border: 0;
    float: left;
    background: none;
    color: #fff;
    padding-bottom: 6px;
}
.leaving-top .jj-tools .search_input {
    color: #000;
}
.leaving-top .jj-tools .search_box:hover .search_input {
    border-bottom: 1px #ccc solid;
}
.jj-tools a {
    color: #ccc;
    line-height: 20px;
}

.jj-tool {
    float: left;
    margin-left: 20px;
}
.jj-tool-btn {
    width: 25px;
    height: 20px;
    display: inline;
    border: 0;
    background: url(zzsjj-search-icon.png) no-repeat;
    margin-left: 16px;
    cursor: pointer;
}
.jj-span {
    float: left;
    margin-left: 6px;
}

@-webkit-keyframes leaving_top {
    from {
        top: -45px;
    }

    to {
        top: 0px;
    }
}

@keyframes leaving_top {
    from {
        top: -45px;
    }

    to {
        top: 0px;
    }
}

.jj-container .header.leaving-top {
    position: fixed;
    background: none;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, .9);
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
    -webkit-animation-name: leaving_top;
    animation-name: leaving_top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    height: 120px;
    padding: 0;
}

.jj-container .header.white {
    -webkit-animation-name: leaving_top;
    animation-name: leaving_top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;


}

.jj-container .header.leaving-top.crucify {
    position: fixed;
}

.jj-container .header .logo {
    width: 346px;
    height: 73px;
    margin-top: 20px;
    margin-left: 38px;
    float: left;
    background: url(./sscp_logo.png) no-repeat center;
    background-size: 100%;
    cursor: pointer;
}

.jj-container .header.white .logo {
    background: url(./logo-white.png) no-repeat left center;
    background-size: 100%;
}

.jj-container .leaving-top .navSmall {
    display: block;
}

.jj-container .navSmall {
    float: right;
    margin-top: 50px;
}

.jj-container .navSmall ul li {
    float: left;
    margin: 0 0 0 60px;
    line-height: 42.5px;
    height: 45px;
    font-weight: bold;
}

.jj-container .navSmall ul li a {
    font-size: 20px;
    color: #FFFFFF;
    display: block;
    /* font-weight: bold; */
}

.jj-container .navSmall ul li a:hover {
    color: #FFFFFF;
    font-weight: bold;
}

.jj-container .header.leaving-top .navSmall ul li a {
    color: #000;
}

.jj-container .header.leaving-top .navSmall ul li a:hover {
    color: #891f28;
    font-weight: bold;
}

.jj-container .header.leaving-top ul li.active a {
    color: #891f28;
}

.jj-container .colorfulbg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.jj-container .colorfulbg .c1 {
    background: url(./opacitybg1.png) no-repeat left bottom;
}

.jj-container .colorfulbg .c2 {
    background: url(./opacitybg2.png) no-repeat left top;
}

.jj-container .colorfulbg .c3 {

}

.jj-container .colorfulbg .c4 {
    background: url(./opacitybg4.png) no-repeat right top;
}

.jj-container .colorfulbg .c5 {
    background: url(./opacitybg5.png) no-repeat right bottom;
}

.jj-container .colorfulbg .c6 {
    background: rgba(0, 0, 0, 0.2)
}

.jj-container .colorfulbg li {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 20%;
}

.jj-container .videoshow {
    position: relative;
    z-index: 1;
    height: 460px;
    width: 100%;
    overflow: hidden;
}

.jj-container #video {
    position: absolute;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}

.jj-container #source {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
}

.contant {
    overflow: hidden;
    margin-top: -1px;
}

.content_box {
    width: 100%;
    height: 460px;
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    /* background: #eee; */
}

.content_boxIn1 {
    /* width: 220px; */
    /* height: 200px; */
    position: absolute;
    top: 150px;
    margin-top: -13px;
    left: 50%;
    margin-left: -700px;
}

.content_boxIn1>div {
    width: 370px;
    height: 270px;
    padding: 28px 20px;
    background-color: rgba(153, 23, 26, 0.76);
    box-sizing: border-box;
    position: relative;
    margin-left: 50px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    opacity: 0;
}

.content_boxIn1>div h1 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
}

.content_boxIn1>div h4 {
    font-size: 16px;
    line-height: 30px;
}

.content_boxIn1>div p {
    font-size: 14px;
    line-height: 30px;
}

.section1_bottom {
    height: 53px;
    line-height: 14px;
    display: block;
    position: absolute;
    left: 40px;
    bottom: 30px;
    box-sizing: border-box;
}

.section1_bottom .cheakAll_before {
    width: 43px;
    height: 43px;
    background: url(./jj-player-icon.png) no-repeat center;
    background-size: 43px;
    display: inline-block;
    float: left;
    transition: all 25px;
    -webkit-transition: all 25px;
    -ms-transition: all 25px;
}

.section1_bottom .cheakAll_before .playPic {
    width: 43px;
    height: 43px;
    border: 1px solid #7b1114;
    border-radius: 100%;
}

.section1_bottom:hover .playPic {
    animation: playBtn 1.5s infinite linear;
}

@keyframes playBtn {
    from {
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: scale(1.6);
        opacity: 0;
    }
}

.section1_bottom .cheakAll_after {
    transition: all 25px;
    -webkit-transition: all 25px;
    -ms-transition: all 25px;
    color: #8edb36;
}

.section1_bottom .cheakAll {
    line-height: 43px;
    display: inline-block;
    float: left;
    margin-left: 16px;
    font-size: 16px;
    color: #FFF;
    transition: all 25px;
    -webkit-transition: all 25px;
    -ms-transition: all 25px;
}

.section1_bottom:hover .cheakAll {
    animation: changeColor .5s 1 alternate forwards
}

.section1_bottom:hover .cheakAll_after {
    animation: changes .2s linear alternate forwards
}

@keyframes changes {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(10px)
    }
}

@keyframes changeColor {
    from {
        color: #FFF;
    }

    to {
        color: #eee;
    }
}

.section1_bottom .cheakAll_after {
    width: 30px;
    height: 9px;
    background: url(jj-arrowright-white.png) no-repeat center;
    background-size: 100%;
    display: inline-block;
    margin-left: 16px;
    float: left;
    margin-top: 18px;
}

/* header end */


/* main */
.jj-main {
    width: 1400px;
    margin: 0 auto;
}

.jj-title {
    padding-top: 56px;
}

.jj-title img {
    width: 34px;
    /* height: 52px; */
}

.jj-title span {
    font-size: 28px;
    margin: 0 0 0 10px;
    position: relative;
    top: -6px;
}

.jj-leader-index {
    position: relative;
    width: 1330px;
    height: 402px;
    background: url('./back-img2.png') 100%;
    margin-top: 44px;
    padding: 47px 64px;
    box-sizing: border-box;
}

.jj-leader-index .leader-box {
    float: left;
    width: 950px;
}

.jj-leader-index .leader-box .leader-name {
    font-size: 28px;
    color: #7b1114;
}

.jj-leader-index .leader-box .leader-inform {
    font-size: 20px;
    line-height: 36px;
    color: #1a1a1a;
    margin-top: 20px;
}

.jj-leader-index .leader-box .leader-produce {
    font-size: 18px;
    color: #532c2f;
    margin-top: 20px;
    position: relative;
    line-height: 36px;
}

.jj-leader-index .leader-pic {
    /* float: right; */
    width: 278px;
    height: 380px;
    background: url('./back-img1.png');
    position: absolute;
    top: -44px;
    right: -74px;
}
.jj-leader-index .leader-pic a {
    width: 278px;
    height: 380px;
    position: absolute;
    top: -17px;
    left: -17px;
    overflow: hidden;
}
.jj-leader-index .leader-pic img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.jj-leader-index .leader-pic a:hover img {
    transform: scale(1.08);
    transition: 0.3s;
}
.jj-leader-others {
    width: 100%;
    height: 508px;
    margin-top: 40px;
}

.jj-leader-others .jj-leader-other {
    width: 320px;
    height: 446px;
    float: left;
    background: url('./back-img2.png');
    margin-left: 39px;
    text-align: center;
    position: relative;
}

.jj-leader-others .jj-leader-other:nth-child(1) {
    margin-left: 0;
}

.jj-leader-others .jj-leader-other .leader-pic {
    /* background: #d3c3c3; */
    width: 168px;
    height: 221px;
    margin: 43px auto 0;
    /* padding: 10px; */
    background: url(./back-img1.png);
}
.jj-leader-others .jj-leader-other .leader-pic a {
    width: 168px;
    height: 221px;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 32px;
    left: 65px;
}
.jj-leader-others .jj-leader-other .leader-pic img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.jj-leader-others .jj-leader-other .leader-pic a:hover img {
    transform: scale(1.08);
    transition: 0.3s;
}
.jj-leader-others .jj-leader-other .leader-name {
    font-size: 24px;
    margin-top: 23px;
    color: #7b1114;
    line-height: 26px;
}

.jj-leader-others .jj-leader-other .leader-inform {
    font-size: 17px;
    padding: 23px 30px 0;
    line-height: 30px;
}


.jj-main2 {
    background: url('./back-img3.png');
    margin-top: 40px;
}

.jj-zzjg-items {
    width: 100%;
    height: 229px;
    margin-top: 40px;
}

.jj-zzjg-items .jj-zzjg-item:first-child {
    margin-left: 0;
}

.jj-zzjg-item {
    width: 446px;
    height: 239px;
    background: url('./jj-zzjg-item-back.png') no-repeat;
    background-size: 100% 100%;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.1);
    float: left;
    margin-left: 31px;
}

.jj-zzjg-item .jj-zzjg-title {
    width: 100%;
    height: 35px;
    padding-top: 40px;
}

.jj-zzjg-item .jj-zzjg-title .jj-zzjg-box {
    float: left;
    margin-top: -18px;
}

.jj-zzjg-item .jj-zzjg-title .jj-zzjg-box span {
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    background: #b27c7c;
    height: 35px;
    padding: 0 20px;
    display: inline-block;
}

.jj-zzjg-item .jj-zzjg-title .jj-zzjg-box img {
    margin-left: -5px;
    margin-bottom: -11px;
    width: 22px;
}

.jj-zzjg-item .jj-zzjg-title .jj-zzjg-line {
    width: 100%;
    height: 1px;
    background: #e7dfdf;
    float: left;
}

.jj-zzjg-content {
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
    color: #532c2f;
    padding: 0 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 95px;
}

.jj-zzjg-more {
    color: #7e1114;
    margin-top: 18px;
    margin-left: 32px;
    display: block;
}

.jj-zzjg-item-long {
    width: 923px;
}
.zzjg-lxwm {
    background: url('./jj-zzjg-lxwm-back.png');
    margin-top: 83px;
    width: 100%;
    height: 500px;
    margin-bottom: 60px;
}
.zzjg-lxwm-box {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}
.zzjg-lxwm-content {
    width: 460px;
    height: 500px;
    background: url('./jj-zzjg-lxwm-content-back.png');
    position: absolute;
    right: 0;
    padding: 55px 0 0 30px;
    color: #fff;
}
.zzjg-lxwm-content .zzjg-lxwm-title {
    font-size: 28px;
    line-height: 28px;
}
.zzjg-lxwm-content .zzjg-lxwm-line {
    width: 97px;
    height: 2px;
    background: #fff;
    margin: 30px 0 30px 0;
}
.zzjg-lxwm-content-item {
    position: relative;
    padding-left: 30px;
}
.zzjg-lxwm-content-item .img {
    display: block;
    width: 30px;
    position: absolute;
    left: 0;
    top: 5px;
}
.zzjg-lxwm-content-item img {
    position: relative;
}
.zzjg-lxwm-content-item span {
    font-size: 18px;
    line-height: 30px;
}
.zzjg-lxwm-content-item p {
    margin: 10px 0 20px 0;
    font-size: 16px;
}

.jj_box {
    overflow: hidden;
}
.jj_box .title {
    width: 453px;
    margin: 0 auto;
    padding-bottom: 45px;
    position: relative;
}
.jj_box .title::after {
    content: "";
    background: #E3D7D7;
    width: 1px;
    height: 55px;
    position: absolute;
    bottom: 0;
    left: 226px;
}
.jj_box .title img {
    width: 100%;
}
.jj_box .jj_box_ul {
    overflow: hidden;
    padding-top: 50px;
    margin-left: 8px;
    position: relative;
}
.jj_box .jj_box_ul::before {
    content: "";
    background: url("sscp_jg2.png") top center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    left: 30px;
    width: 1327px;
    height: 7px;
    display: block;
}
.jj_box .jj_box_ul li {
    width: 62px;
    height: 656px;
    float: left;
    position: relative;
    margin-right: 16px;
    cursor: pointer;
}
.jj_box .jj_box_ul li::before {
    content: "";
    background: #E3D7D7;
    width: 1px;
    height: 60px;
    position: absolute;
    top: -55px;
    left: 30px;
}
.jj_box .jj_box_ul li:first-child::before, .jj_box .jj_box_ul li:last-child::before {
    height: 50px;
    top: -46px;
}
.jj_box .jj_box_ul li:last-child {
    margin-right: 0;
}
.jj_box .jj_box_ul li h2 {
    background: url("sscp_jg3.jpg") no-repeat;
    background-size: 100% 100%;
    padding: 75px 18px 0;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: normal;
    height: 656px;
}
.jj_box .jj_box_ul li:hover h2 {
    background: url("sscp_jg3_on.jpg") no-repeat;
    background-size: cover;
    z-index: 3;
    position: relative;
}
.jj_box .jj_box_ul li h2::before {
    content: "";
    background: url("sscp_jg4.png") no-repeat;
    background-size: cover;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 25px;
    left: 17px;
    display: block;
}
.jj_box .jj_box_ul li:nth-child(8) h2, .jj_box .jj_box_ul li:nth-child(9) h2 {
    padding: 63px 18px 0;
}
.jj_box .jj_box_ul .jj_box_txt {
    background: #F4EFEF;
    width: 626px;
    height: 650px;
    border: 1px #E3D7D7 dashed;
    position: absolute;
    color: #57262B;
    font-size: 16px;
    line-height: 1.8;
    left: 72px;
    top: 3px;
    z-index: 2;
    padding: 30px;
    overflow: hidden;
    transition: .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.jj_box .jj_box_ul .jj_box_txt.active {
    left: 57px;
    opacity: 1;
    visibility: visible;
}
.jj_box .jj_box_ul .jj_box_txt2 {
    background: #F4EFEF;
    width: 626px;
    height: 650px;
    border: 1px #E3D7D7 dashed;
    position: absolute;
    color: #57262B;
    font-size: 16px;
    line-height: 1.8;
    right: 72px;
    top: 3px;
    z-index: 2;
    padding: 30px;
    overflow: hidden;
    transition: .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.jj_box .jj_box_ul li:nth-child(14) .jj_box_txt2 {
    width: 806px;
}
.jj_box .jj_box_ul .jj_box_txt2.active {
    right: 57px;
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 1440px) {

    .jj-tools .search_box {
        width: 190px;
        display: inline-block;
        float: left;
    }
    .jj-tools .search_input {
        width: 147px;
        font-size: 14px;
        border: 0;
        float: left;
        background: none;
        color: #fff;
        padding-bottom: 6px;
    }
    .jj-container {
        margin: 0 auto;
        width: 100%;
        height: 360px;
        position: relative;
    }

    .jj-container .header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0));
    }

    .jj-container .headerMain {
        width: 100%;
        height: 100px;
        box-sizing: border-box;
        padding: 0 30px;
        min-width: 1000px;
        position: relative;
    }

    .jj-container .headerMain::after {
        content: '';
        display: block;
        clear: both;
    }

    .jj-tools {
        position: absolute;
        right: 50px;
        top: 16px;
    }

    .jj-tools a {
        color: #ccc;
        line-height: 20px;
    }

    .jj-tool {
        float: left;
        margin-left: 20px;
        font-size: 14px;
    }

    .jj-span {
        float: left;
        margin-left: 6px;
        font-size: 14px;
    }
    .jj-tool-btn {
        margin-left: 16px;
    }
    @-webkit-keyframes leaving_top {
        from {
            top: -45px;
        }

        to {
            top: 0px;
        }
    }

    @keyframes leaving_top {
        from {
            top: -45px;
        }

        to {
            top: 0px;
        }
    }

    .jj-container .header.leaving-top {
        position: fixed;
        background: none;
        -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
        background-color: rgba(255, 255, 255, .9);
        -webkit-transition: background-color 1s;
        transition: background-color 1s;
        -webkit-animation-name: leaving_top;
        animation-name: leaving_top;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        height: 100px;
        padding: 0;
    }

    .jj-container .header.white {
        -webkit-animation-name: leaving_top;
        animation-name: leaving_top;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;


    }

    .jj-container .header.leaving-top.crucify {
        position: fixed;
    }

    .jj-container .header .logo {
        width: 266px;
        height: 63px;
        margin-top: 16px;
        margin-left: 18px;
        float: left;
        background: url(./sscp_logo.png) no-repeat center;
        background-size: 100%;
        cursor: pointer;
    }

    .jj-container .header.white .logo {
        background: url(./logo-white.png) no-repeat left center;
        background-size: 100%;
    }

    .jj-container .leaving-top .navSmall {
        display: block;
    }

    .jj-container .navSmall {
        float: right;
        margin-top: 50px;
    }

    .jj-container .navSmall ul li {
        float: left;
        margin: 0 0 0 30px;
        line-height: 30px;
        height: 32px;
    }

    .jj-container .navSmall ul li a {
        font-size: 16px;
        color: #FFFFFF;
        display: block;
        /* font-weight: bold; */
    }

    .jj-container .navSmall ul li a:hover {
        color: #FFFFFF;
        font-weight: bold;
    }

    .jj-container .header.leaving-top .navSmall ul li a {
        color: #000;
    }

    .jj-container .header.leaving-top .navSmall ul li a:hover {
        color: #891f28;
        font-weight: bold;
    }

    .jj-container .header.leaving-top ul li.active a {
        color: #891f28;
    }

    .jj-container .colorfulbg {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }

    .jj-container .colorfulbg .c1 {
        background: url(./opacitybg1.png) no-repeat left bottom;
    }

    .jj-container .colorfulbg .c2 {
        background: url(./opacitybg2.png) no-repeat left top;
    }

    .jj-container .colorfulbg .c3 {
    }

    .jj-container .colorfulbg .c4 {
        background: url(./opacitybg4.png) no-repeat right top;
    }

    .jj-container .colorfulbg .c5 {
        background: url(./opacitybg5.png) no-repeat right bottom;
    }

    .jj-container .colorfulbg .c6 {
        background: rgba(0, 0, 0, 0.2)
    }

    .jj-container .colorfulbg li {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-size: 20%;
    }

    .jj-container .videoshow {
        position: relative;
        z-index: 1;
        height: 360px;
        width: 100%;
        overflow: hidden;
    }

    .jj-container #video {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        min-height: 100%;
        min-width: 100%;
        object-fit: cover;
    }

    .jj-container #source {
        min-width: 100%;
        min-height: 100%;
        height: auto;
        width: auto;
    }

    .contant {
        overflow: hidden;
        margin-top: -1px;
    }

    .content_box {
        width: 100%;
        height: 360px;
        color: #FFF;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        /* background: #eee; */
    }

    .content_boxIn1 {
        /* width: 220px; */
        /* height: 200px; */
        position: absolute;
        top: 80px;
        margin-top: 40px;
        left: 50%;
        margin-left: -500px;
    }

    .content_boxIn1>div {
        width: 300px;
        height: 190px;
        padding: 20px 20px;
        background-color: rgba(153, 23, 26, 0.76);
        box-sizing: border-box;
        position: relative;
        margin-left: 50px;
        transition: all 1s;
        -webkit-transition: all 1s;
        -ms-transition: all 1s;
        opacity: 0;
    }

    .content_boxIn1>div h1 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .content_boxIn1>div h4 {
        font-size: 16px;
        line-height: 30px;
    }

    .content_boxIn1>div p {
        font-size: 12px;
        line-height: 22px;
    }

    .section1_bottom {
        height: 41px;
        line-height: 14px;
        display: block;
        position: absolute;
        left: 20px;
        bottom: 15px;
        box-sizing: border-box;
    }

    .section1_bottom .cheakAll_before {
        width: 40px;
        height: 40px;
        background: url(./jj-player-icon.png) no-repeat center;
        background-size: 40px;
        display: inline-block;
        float: left;
        transition: all 25px;
        -webkit-transition: all 25px;
        -ms-transition: all 25px;
    }

    .section1_bottom .cheakAll_before .playPic {
        width: 40px;
        height: 40px;
        border: 1px solid #7b1114;
        border-radius: 100%;
    }

    .section1_bottom:hover .playPic {
        animation: playBtn 1.5s infinite linear;
    }

    @keyframes playBtn {
        from {
            transform: scale(1);
            opacity: 1
        }

        to {
            transform: scale(1.6);
            opacity: 0;
        }
    }

    .section1_bottom .cheakAll_after {
        transition: all 25px;
        -webkit-transition: all 25px;
        -ms-transition: all 25px;
        color: #8edb36;
    }

    .section1_bottom .cheakAll {
        line-height: 40px;
        display: inline-block;
        float: left;
        margin-left: 16px;
        font-size: 12px;
        color: #FFF;
        transition: all 25px;
        -webkit-transition: all 25px;
        -ms-transition: all 25px;
    }

    .section1_bottom:hover .cheakAll {
        animation: changeColor .5s 1 alternate forwards
    }

    .section1_bottom:hover .cheakAll_after {
        animation: changes .2s linear alternate forwards
    }

    @keyframes changes {
        from {
            transform: translateX(0)
        }

        to {
            transform: translateX(10px)
        }
    }

    @keyframes changeColor {
        from {
            color: #FFF;
        }

        to {
            color: #eee;
        }
    }

    .section1_bottom .cheakAll_after {
        width: 20px;
        height: 9px;
        background: url(jj-arrowright-white.png) no-repeat center;
        background-size: 100%;
        display: inline-block;
        margin-left: 16px;
        float: left;
        margin-top: 15px;
    }

    /* header end */


    /* main */
    .jj-main {
        width: 1000px;
        margin: 0 auto;
    }

    .jj-title {
        padding-top: 40px;
    }

    .jj-title img {
        width: 24px;
        /* height: 40px; */
    }

    .jj-title span {
        font-size: 24px;
        margin: 0 0 0 10px;
        position: relative;
        top: -4px;
    }

    .jj-leader-index {
        position: relative;
        width: 956px;
        height: 288px;
        background: url('./back-img2.png') 100%;
        margin-top: 32px;
        padding: 34px 44px;
        box-sizing: border-box;
    }

    .jj-leader-index .leader-box {
        float: left;
        width: 680px;
    }

    .jj-leader-index .leader-box .leader-name {
        font-size: 24px;
        color: #7b1114;
    }

    .jj-leader-index .leader-box .leader-inform {
        font-size: 16px;
        color: #1a1a1a;
        margin-top: 14px;
        line-height: 26px;
    }

    .jj-leader-index .leader-box .leader-produce {
        font-size: 14px;
        color: #532c2f;
        margin-top: 16px;
        position: relative;
        line-height: 24px;
    }

    .jj-leader-index .leader-pic {
        /* float: right; */
        width: 196px;
        height: 266px;
        background: url('./back-img1.png');
        position: absolute;
        top: -34px;
        right: -42px;
    }

    .jj-leader-index .leader-pic a {
        width: 196px;
        height: 266px;
        position: absolute;
        top: -17px;
        left: -17px;
        overflow: hidden;
    }

    .jj-leader-others {
        width: 100%;
        height: 304px;
        margin-top: 40px;
    }

    .jj-leader-others .jj-leader-other {
        width: 229px;
        height: 316px;
        float: left;
        background: url('./back-img2.png');
        margin-left: 28px;
        text-align: center;
    }

    .jj-leader-others .jj-leader-other:nth-child(1) {
        margin-left: 0;
    }

    .jj-leader-others .jj-leader-other .leader-pic {
        /* background: #d3c3c3; */
        width: 125px;
        height: 161px;
        margin: 29px auto 0;
        padding: 6px;
    }

    .jj-leader-others .jj-leader-other .leader-pic a {
        width: 125px;
        height: 161px;
        display: block;
        overflow: hidden;
        top: 20px;
        left: 43px;
    }
    .jj-leader-others .jj-leader-other .leader-name {
        font-size: 18px;
        margin-top: 12px;
        color: #7b1114;
        line-height: 26px;
    }

    .jj-leader-others .jj-leader-other .leader-inform {
        font-size: 13px;
        padding: 8px 14px 0;
        line-height: 23px;
        color: #1a1a1a;
    }


    .jj-main2 {
        background: url('./back-img3.png');
        margin-top: 20px;
    }

    .jj-zzjg-items {
        width: 100%;
        height: 171px;
        margin-top: 24px;
    }

    .jj-zzjg-items .jj-zzjg-item:first-child {
        margin-left: 0;
    }

    .jj-zzjg-item {
        width: 320px;
        height: 171px;
        background: url('./jj-zzjg-item-back.png') no-repeat;
        background-size: 100% 100%;
        box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.1);
        float: left;
        margin-left: 20px;
    }

    .jj-zzjg-item .jj-zzjg-title {
        width: 100%;
        height: 28px;
        padding-top: 28px;
    }

    .jj-zzjg-item .jj-zzjg-title .jj-zzjg-box {
        float: left;
        margin-top: -13px;
    }

    .jj-zzjg-item .jj-zzjg-title .jj-zzjg-box span {
        font-size: 14px;
        line-height: 25px;
        color: #fff;
        background: rgb(183, 124, 124);
        height: 25px;
        padding: 0 20px;
        display: inline-block;
    }

    .jj-zzjg-item .jj-zzjg-title .jj-zzjg-box img {
        margin-left: -5px;
        margin-bottom: -7px;
        width: 22px;
        height: 25px;
    }

    .jj-zzjg-item .jj-zzjg-title .jj-zzjg-line {
        width: 100%;
        height: 1px;
        background: #e7dfdf;
        float: left;

    }

    .jj-zzjg-content {
        margin-top: 28px;
        font-size: 14px;
        line-height: 22px;
        color: #532c2f;
        padding: 0 24px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 65px;
    }

    .jj-zzjg-more {
        color: #7e1114;
        margin-top: 12px;
        margin-left: 24px;
        font-size: 14px;
    }

    .jj-zzjg-item-long {
        width: 660px;
    }
    .zzjg-lxwm {
        background: url('./jj-zzjg-lxwm-back.png');
        background-size: 100%;
        margin-top: 51px;
        width: 100%;
        height: 360px;
        margin-bottom: 40px;
    }
    .zzjg-lxwm-box {
        width: 1000px;
        margin: 0 auto;
        position: relative;
    }
    .zzjg-lxwm-content {
        width: 332px;
        height: 360px;
        background: url('./jj-zzjg-lxwm-content-back.png');
        position: absolute;
        right: 0;
        padding: 30px 0 0 15px;
        color: #fff;
    }
    .zzjg-lxwm-content .zzjg-lxwm-title {
        font-size: 20px;
        line-height: 26px;
    }
    .zzjg-lxwm-content .zzjg-lxwm-line {
        width: 66px;
        height: 2px;
        background: #fff;
        margin: 15px 0 15px 0;
    }
    .zzjg-lxwm-content-item img {
        position: relative;
        width: 16px;
    }
    .zzjg-lxwm-content-item span {
        /* margin-left: 3px; */
        font-size: 14px;
        line-height: 30px;
    }
    .zzjg-lxwm-content-item p {
        margin: 5px 0 14px 0;
        font-size: 12px;
    }

    .jj_box .title {
        width: 323px;
        margin: 0 auto;
        padding-bottom: 30px;
        position: relative;
    }
    .jj_box .title::after {
        content: "";
        background: #E3D7D7;
        width: 1px;
        height: 38px;
        position: absolute;
        bottom: 0;
        left: 160px;
    }
    .jj_box .title img {
        width: 100%;
    }
    .jj_box .jj_box_ul {
        overflow: hidden;
        padding-top: 35px;
        margin-left: 8px;
        position: relative;
    }
    .jj_box .jj_box_ul::before {
        content: "";
        background: url("sscp_jg2.png") top center no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 0px;
        left: 24px;
        width: 936px;
        height: 7px;
        display: block;
    }
    .jj_box .jj_box_ul li {
        width: 44px;
        height: 490px;
        float: left;
        position: relative;
        margin-right: 11px;
        cursor: pointer;
    }
    .jj_box .jj_box_ul li::before {
        content: "";
        background: #E3D7D7;
        width: 1px;
        height: 38px;
        position: absolute;
        top: -35px;
        left: 24px;
    }
    .jj_box .jj_box_ul li:first-child::before, .jj_box .jj_box_ul li:last-child::before {
        height: 32px;
        top: -30px;
    }
    .jj_box .jj_box_ul li:last-child {
        margin-right: 0;
    }
    .jj_box .jj_box_ul li h2 {
        background: url("sscp_jg3.jpg") no-repeat;
        background-size: 100% 100%;
        padding: 48px 14px 0;
        writing-mode: vertical-lr;
        writing-mode: tb-lr;
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: normal;
        height: 490px;
    }
    .jj_box .jj_box_ul li:hover h2 {
        background: url("sscp_jg3_on.jpg") no-repeat;
        background-size: cover;
        z-index: 3;
        position: relative;
    }
    .jj_box .jj_box_ul li h2::before {
        content: "";
        background: url("sscp_jg4.png") no-repeat;
        background-size: cover;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 15px;
        left: 14px;
        display: block;
    }
    .jj_box .jj_box_ul li:nth-child(8) h2, .jj_box .jj_box_ul li:nth-child(9) h2 {
        padding: 40px 14px 0;
    }
    .jj_box .jj_box_ul .jj_box_txt {
        background: #F4EFEF;
        width: 496px;
        height: 485px;
        border: 1px #E3D7D7 dashed;
        position: absolute;
        color: #57262B;
        font-size: 12px;
        line-height: 1.8;
        left: 60px;
        top: 3px;
        z-index: 2;
        padding: 24px;
        overflow: hidden;
        transition: .3s ease-in-out;
        opacity: 0;
        visibility: hidden;
    }
    .jj_box .jj_box_ul .jj_box_txt.active {
        left: 45px;
        opacity: 1;
        visibility: visible;
    }
    .jj_box .jj_box_ul .jj_box_txt2 {
        background: #F4EFEF;
        width: 496px;
        height: 485px;
        border: 1px #E3D7D7 dashed;
        position: absolute;
        color: #57262B;
        font-size: 12px;
        line-height: 1.8;
        right: 60px;
        top: 3px;
        z-index: 2;
        padding: 20px;
        overflow: hidden;
        transition: .3s ease-in-out;
        opacity: 0;
        visibility: hidden;
    }
    .jj_box .jj_box_ul li:nth-child(14) .jj_box_txt2 {
        width: 602px;
    }
    .jj_box .jj_box_ul .jj_box_txt2.active {
        right: 45px;
        opacity: 1;
        visibility: visible;
    }
}