/* 柴桑简介 */
.zjcs_bg{
    padding-bottom: 60px;
    background: url(../img/zjcs/zjcs_bg_1.png) no-repeat bottom center;
    background-size: 100% 100%;
}
.zjcs_bg2{
    padding-bottom: 60px;
    background: url(../img/zjcs/zjcs_bg_2.png) no-repeat bottom center;
    background-size: 100% 100%;
}
.csjj{
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.csfg_title{
    width: 100%;
    background: url(../img/zjcs/tit_bg.png) no-repeat bottom center;
    text-align: center;
    background-size: 680px auto;
    height: 127px;
    margin: 40px 0 40px;
}
.csfg_title p:nth-child(1){
    font-size: 2.25rem;
    color: #fff;
}

.csfg_title p:nth-child(2){
    font-size: 1.25rem;
    color: #9dc1f1;
}

.csjj_lf{
    width: 49%;
    padding: 4px;
    background-color: #fff;
}

.csjj_lf video{
    width: 100%;
}

.csjj_rt{
    width: 49%;
}

.csjj_rt p{
    font-size: 1rem;
	line-height: 30px;
	color: #333;
	text-align: justify;
    text-indent: 2rem;
    padding: 0 12px;
}
.csjj_rt p a{
    color: #1658a0;
}

/* 柴桑概况 */
.csgk{
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.csfg_title2{
    background: url(../img/zjcs/tit_bg2.png) no-repeat bottom center;
    margin: 10px 0 50px;
}

.csfg_title2 p:nth-child(1){
    font-size: 2.25rem;
    color: #333;
}

.csgk_main{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.csgk_main li{
    position: relative;
    width: 190px;
    height: 285px;
    transition: all .5s;
}
.csgk_list{
    display: block;
    width: 140px;
    height: 48px;
    background: url(../img/zjcs/zjcs_icon_2.png) no-repeat;
    background-size: 171px 53px;
    color: #fff;
    position: absolute;
    right: 1px;
    bottom: 30px;
    line-height: 48px;
    text-align: center;
    font-size: 1.45rem;
}

.csgk_main li:hover .csgk_list{
    background: url(../img/zjcs/zjcs_icon_1.png) no-repeat;
}

.csgk_main li:hover{
    transform: scale(1.1);
}

/* 123123 */
.csfg{
    width: 1400px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
}

.csfg_main{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.csfg_main li a {
    display: block;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.csfg_main li a img {
    width: 100%;
    height: 250px;
}

.swiper-button-prev1 {
    position: absolute;
    width: 30px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #4ca5ff33;
    color: #5c7fa2;
    left: 0px;
    bottom: calc(65px - 40px);
    z-index: 22;
    cursor: pointer;
    border-radius: 24px;
    top: 60%;
}

.swiper-button-next1 {
    position: absolute;
    width: 30px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #4ca5ff33;
    color: #5c7fa2;
    right: 0px;
    bottom: calc(65px - 40px);
    z-index: 22;
    cursor: pointer;
    border-radius: 24px;
    top: 60%;
}


@media screen and (max-width:768px) {
    .csjj{
        width: 100%;
        padding-top: 10px;

    }
    .csfg_title{
        margin: 10px auto;
        height: 90px;
        background-size: 140vw ;
    }
    .csfg_title p:nth-child(1){
        font-size: 1.875rem;
    }
    .csfg_title p:nth-child(2){
        font-size: 0.875rem;
    }
    .csjj_lf{
        padding: 10px 2vw 0;
        width: 100%;
        background-color:inherit;
    }
    .csjj_rt{
        padding: 10px 2vw 0;
        width: 100%;
    }
    .zjcs_bg{
        padding-bottom: 10px;
        background-size: 100% 35%;
    }

    .zjcs_bg2{
        padding-bottom: 10px;
        background-size: 100% 35%;
    }
    .csgk{
        width: 100%;
    }
    .csgk_main{
        width: 100%;

        flex-wrap: wrap;
        padding: 0 2vw;
    }
    .csgk_main li{
        width: 46%;
        height: 68vw;
        margin-bottom: 10px;
    }
    .csgk_main li img{
        width: 100%;
    }

    .csgk_main:nth-child(2) li:nth-child(2){
        display: none;
    }

    .csgk_main:nth-child(3) li:nth-child(1){
        display: none;
    }

    .csfg{
        width: 100%;
    }

    .csfg_main li a img{
        height: 200px;
    }
    .csgk_list {
        display: block;
        width: 148px;
        height: 40px;
        background-size: 148px 40px;
        bottom: 24px;
        line-height: 40px;
        font-size: 1.45rem;
    }
}