.newContents{
    padding: 120px 0px 100px;
}
.left_box{
    width: 70%;
}
.left_title{
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.detail_title .detail_title_top{
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #333333;
}
.detail_title .detail_title_top::before{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 95px;
	height: 3px;
	background-color: #4B4F52;
}
.right_box{
    width: 25%;
}
.right_title{
    width: 300px;
    padding: 25px 0px;
    text-align: center;
    color: #ffffff;
	background-color: #4B4F52;
}
.right_content{
    background-color: #ffffff;
	border: solid 1px #e5e5e5;
    border-top: none;
    box-sizing: border-box;
    padding: 0px 20px 20px;
}
.content_list{
    padding-top: 30px;
    display: block;
    cursor: pointer;
}
.content_list p{
    margin: 0px 0px 15px;
    padding: 0px;
    width: 100%;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content_list img{
    max-width: 100%;
    height: auto;
}
.swiper_box{
    margin-bottom: 50px;
}
.swi_list{
    width: 100%;
    height: 470px;
    overflow: hidden;
    text-align: center;
    line-height: 470px;
    cursor: pointer;
}
.swi_list img{
    max-width: 100%;
    height: auto;
}
.swiper-father{
    position: relative;
}
 .swi_next{
    width: 44px;
	height: 44px;
	background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    bottom: calc(50% - 22px);
    cursor: pointer;
    background: url(../images/right.png) no-repeat;
    background-size: cover;
    z-index: 100;
}
.swi_next:hover{
    background: url(../images/right_active.png) no-repeat;
    background-size: cover;
}
.swi_prev{
    width: 44px;
	height: 44px;
	background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    bottom: calc(50% - 22px);
    left: 0%;
    cursor: pointer; 
    background: url(../images/left.png) no-repeat;
    background-size: cover;
    z-index: 100;
}
.swi_prev:hover{
    background: url(../images/left_active.png) no-repeat;
    background-size: cover;
}

.breakDetail {
    width: 78%;
    padding-top: 27px;
    padding-bottom: 110px;
}
.breakDetail h4 {
    text-align: center;
    margin-bottom: 50px;
}

.swiper-father {
    width: 100%;
    position: relative;
    height: 515px;
}

.mySwiper {
    width: 100%;
    height: 470px;
    /* background-color: pink; */
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /* transition: 300ms; */
    transform: scale(1);
}

.swiper-slide-active {
    transform: scale(2);
    z-index: 6;
}

.swiper-slide-active .img_mask {
    display: none !important;
}

.img_box {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 220px;
    text-align: center;
    /*line-height: 220px;*/
    text-align: center;
}

.img_box img {
    max-width: 100%;
    max-height: 100%;
    /*height: auto;*/
    /*height: 220px;*/
}


.img_mask {
    width: 100%;
    height: auto;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);

    position: absolute;

}

.prev_btn, .next_btn {
    position: absolute;
    top: 50%;
    height: 40px;
    margin-top: -40px;
    line-height: 40px;
    z-index: 9;
    cursor: pointer;
    outline: none;
}

.prev_btn {
    left: 30px;
}

.next_btn {
    right: 30px;
}
.img_none{
    display: none;
}

.prev_btn:hover .img_block,
.next_btn:hover .img_block {
    display: none;
}

.prev_btn:hover .img_none,
.next_btn:hover .img_none {
    display: inline-block;
}

.swiper-pagination {
    top: 98% !important;
}

.breakDetail_title {
    margin-top: 74px;
    padding-bottom: 24px;
    text-align: center;
    color: #333;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.breakDetail_title::after {
    position: absolute;
    content: "";
    width: 96px;
    height: 3px;
    background-color: #4B4F52;
    left: 50%;
    margin-left: -48px;
    bottom: 0;
}

.swiper-pagination-progressbar {
    background-color: rgba(0, 0, 0, .1);
}

.ritch_text {
    margin-top: 40px;
}


/*列表*/
.centeroop{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.top_tabs{
    width:18%;
    margin-top: 20px;
}
.top_tabs ul li{
    width: 100%;
    background: #F7F7F7;
    /*margin-top: 6px;*/
    color: #000;
    align-items: center;
}
.top_tabs> ul> li> div{
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin:auto;
    /*height: 40px;*/
    /*line-height: 40px;*/
    color:inherit;
    /*background:inherit ;*/
    margin-top: 6px;

    align-items: center;
}
.top_tabs> ul> li> a{
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin:auto;
    height: 40px;
    line-height: 40px;
    color:inherit;
    /*background:inherit ;*/
    margin-top: 6px;

    align-items: center;
}
.top_tabs .listone a{
    color: inherit;
}
.navyuan{
    display: flex;
    height: 40px;
    line-height: 40px;
    color:inherit;
    /*background:inherit ;*/
    margin-top: 6px;

    align-items: center;
}
.top_tabs .nav_two li{
    display: flex;
    width: 100%;
    /*height: 40px;*/
    line-height: 40px;
    /*color:inherit;*/
    padding-left: 38px;
    /*margin-top: 6px;*/
    align-items: center;
}
.yuan{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #DDDDDD;
    margin-left: 15px;
}
.top_tabs .textcolor{
    margin-left: 8px;
    color:inherit;
    font:inherit;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.packclone{
    display: block;
}
.packopen{
    display: none;
}

.top_tabs a:nth-child(1) {
    margin-left: 0px;
}

/*.top_tabs ul li a:hover {*/
/*    background-color: #4B4F52;*/
/*    color: #ffffff;*/
/*}*/
/*.nav_two:hover {*/
/*    background-color: #4B4F52;*/
/*    color: #ffffff;*/
/*}*/

.top_tabs .top_tabs_active1 {
    background-color: #4B4F52;
    color: #ffffff;
}
.nav_two .top_tabs_active2 {
    background-color: #4B4F52;
    color: #ffffff;
    border-top: 1px solid #fff;
}
.pulick{
    display: none;
}
#oneselse ul{
    display: none;
}


@media (max-width:767px){
    .newContents{
        padding: 50px 0px 20px;
    }
    .left_box{
        width: 100%;
        margin-bottom: 20px;
    }
    .right_box{
        width: 100%;
    }
    .right_titles_box{
        width: 100%;
        height: auto;
        line-height: normal;
        padding: 0px;
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 15px;
    }
    .right_titles{
        padding: 7px 15px;
        color: #ffffff;
        background-color: #4B4F52;
        display: inline-block;
    }
    .left_title{
        margin-bottom: 20px;
    }
    .swi_list{
        height: auto;
        line-height: normal;
    }
    .swiper_box{
        margin-bottom: 20px;
    }
    .detail_title p{
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .detail_title p::before{
        width: 60px;
    }
    .right_content{
        border: none;
        padding:0px;
    }
    .content_list{
        padding-top: 0px;
    }
    .content_list p{
        margin-top: 15px;
        margin-bottom: 20px;
    }
/*    移动端*/
    .top_tabs{
        display: none;
    }
    .breakDetail {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .breakDetail h4 {
        margin-bottom: 20px;
    }

    .swiper-slide-active, .swiper-slide-duplicate-active {
        transform: scale(1);
    }


    .mobile_swiper {
        position: relative;
        height: 200px;
    }

    .mobile_swiper .mySwiper_mobile {
        height: 100%;
    }

    .mySwiper_mobile .swiper-wrapper {
        height: 100%;

    }

    .swiper-pagination_mobile {
        position: absolute;
        display: flex;
        justify-content: center;
        z-index: 5;
        bottom: 10px;
    }

    .breakDetail_title {
        margin-top: 40px;
    }

    .mobile_swiper .mySwiper_mobile .swiper-slide {
        text-align: center;
    }
}