.car_boxs{
    /*padding: 80px 0px;*/
    padding: 40px 0px 80px 0px;
}

/*列表*/
.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;*/

    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;
}
.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:#000;
    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 .listone a{
    color: inherit;
}
.top_tabs .textcolor{
    margin-left: 8px;
    /*color:inherit;*/
    font:inherit;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.top_tabs a:nth-child(1) {
    margin-left: 0px;
}
.packclone{
    display: none;
}
.packopen{
    display: block;
}

.top_tabs #oneselse:hover {
    background-color: #4B4F52;
    color: #ffffff;
}
.top_tabs .nav_two li:hover {
    border-top: 1px solid #fff;
    background-color: #4B4F52;
    color: #ffffff;
}

.top_tabs .top_tabs_active1 {
    background-color: #4B4F52;
    color: #ffffff;
}
.pulick{
    display: none;
}
#oneselse ul{
    /*display: none;*/
}
.car_boxs1{
    padding: 27px 0px 80px 0px;
}

/* 内容区域 */
.item {
    display: block;
    background-color: #f7f7f7;

    box-shadow: 0px 10px 30px 0px rgba(91, 115, 119, 0.1);
    margin-bottom: 40px;
}

.item_left {
    width: 65%;
    box-sizing: border-box;
    padding-bottom: 30px;

}

.item_left h6 {
    width: 70%;
    /*height: 72px;*/
    line-height: 30px;
    background-color: #fff;
    padding-left: 30px;
    color: #333;
    margin: 0;
    padding: 20px;
}

.item_left > p {
    margin-top: 40px;
    padding-left: 30px;
    color: #9a9a9a;
    width: 85%;
    height: 90px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /* 这里是超出几行省略 */
    overflow: hidden;
}

.item_btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: solid 1px #b5b5b5;
    text-align: center;
    line-height: 50px;
    margin-left: 30px;
    margin-top: 18px;
}
.img_none{
    display: none;
}

.item_right {
    width: 35%;
    height: 300px;
    overflow: hidden;
    line-height: 300px;
    text-align: center;
}

.item_right img {
    width: 100%;
    max-height: 100%;
}


.item:hover {
    background-color: #fff;
}

.item:hover h6 {
    background-color: #4B4F52;
    color: #fff;
}

.item:hover .item_btn {
    background-color: #4B4F52;
}

.item:hover .item_btn .img_block {
    display: none;
}

.item:hover .item_btn .img_none {
    /*display: block;*/
    display: inline-block;
}






.search_box{
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    margin-bottom: 50px;
}
.search_box .search{
    display: inline-block;
    width: 120px;
	height: 54px;
	background-color: #4B4F52;
    text-align: center;
    box-sizing: border-box;
    line-height: 54px;
    border: 1px solid #4B4F52;
    cursor: pointer;
    color: #fff;
}
.search_box .search:hover{
    color: #4B4F52;
    background-color: #fff;
}
.select{
    height: 54px;
    line-height: 54px;
    margin-left: 0px;
    margin-right: 20px;
}
.select_boxs{
    width: 300px;
    height: 54px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
    box-sizing: border-box;
    margin-left: 30px;
    padding: 0px 20px;
}
.select_boxs .layui-input{
    border: none;
    margin-top: 8px;
}
.select_value{
width: 92%;
cursor: pointer;
}
.car_list_box{
    padding-bottom: 30px;
}
.car_list{
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
	box-shadow: 0px 15px 30px 0px 
		rgba(153, 153, 153, 0.15);
        cursor: pointer;
        display: block;
        margin-bottom: 30px;
}
.car_left{
    width: 300px;
	height: 200px;
	background-color: #eeeeee;
    margin-right: 31px;
}
.car_left img{
    max-width: 100%;
    height: auto;
}
.car_content{
    width: 50%;
    padding-top: 25px;
}
.car_content p{
    width: 100%;
    padding-bottom: 23px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.car_content p::before{
    position: absolute;
    content: '';
    width: 50px;
	height: 3px;
	background-color: #4B4F52;
    bottom: 0px;
    left: 0px;
}
.car_text{
    color: #333333;
	opacity: 0.6;
    line-height: 25px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 这里是超出几行省略 */
    overflow: hidden;
}
.car_right{
    margin-right: 20px;
    margin-top: 15px;
}
.new_more{
    display: inline-block;
    margin-top: 50px;
    width: 150px;
	height: 50px;
	background-color: #f7f7f7;
    text-align: center;
    line-height: 50px;
    border: 1px solid #f7f7f7;
    box-sizing: border-box;
    color: #666666;
}
.car_list:hover .new_more{
    border:1px solid #4B4F52;
    background-color: #4B4F52;
    color: #fff;
}
.new_more img{
    vertical-align: middle;
    width: 7px;
	height: 14px;
    margin-left: 10px;
    margin-bottom: 4px;
}
.car_list:hover .public_static{
    display: none;
}
.car_list:hover .public_active{
    display: inline-block;
}

.swi_list_box{
    padding-top: 10px;
    margin-bottom: 34px;
}
.swi_list_box .swi_list:nth-child(1){
    margin-left: 0px;
}
.swi_list_box .swi_list:nth-child(4){
    margin-left: 0px;
}
.swi_list{
    width: 370px;
	height: 484px;
	background-color: #ffffff;
	box-shadow: 0px 15px 30px 0px 
		rgba(153, 153, 153, 0.15);
    box-sizing: border-box;
    padding: 30px;
    background-color: #fff;
    cursor: pointer;
    margin-left: 45px;
    display: inline-block;
    margin-bottom: 45px;
}
.swi_title{
    color: #333333;
    font-weight: bold;
    margin-bottom: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
    text-align: left;
}
.swi_img{
    margin-bottom: 25px;
    text-align: center;
}
.swi_img img{
    max-width: 100%;
    height: auto;
}
.swi_text{
    color: #333333;
	opacity: 0.6;
    margin-bottom: 32px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
    text-align: left;
}

.swi_list:hover{
    transform: translateY(-10px);
    transition: all 1s;
}
.swi_list:hover .swi_title{
    color: #4B4F52;
}
.swi_list:hover .public_static{
    display: none;
}
.swi_list:hover .public_active{
    display: inline-block;
}
.car_lists{
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 23px;
    margin-bottom: 50px;
    position: relative;
    color: #333;
    font-weight: bold;
}
.car_lists::before{
    position: absolute;
    content: '';
    bottom: 0px;
    width: 100px;
	height: 4px;
	background-color: #4B4F52;
    left: calc(50% - 50px);
}
@media (max-width: 767px) {
    .car_boxs{
        padding: 40px 0px 20px;
    }
    .search_box{
        padding: 15px;
        margin-bottom: 20px;
    }
    .select{
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 15px;
        width: 100%;
    }
    .select_boxs{
        width: 70%;
        padding: 0px 0px 0px 20px;
        padding-left: 0px;
    }
    .select_value{
        width: 84%;
    }
    .search_box .search{
        margin-left: 18%;
        width: auto;
        height: auto;
        line-height: normal;
        padding: 10px 25px;
    }
    .pages_container{
        margin-bottom: 0px;
    }
    .car_content{
        width: 100%;
    }
    .car_content p{
        padding-bottom: 15px;
    }
    .car_right{
        margin: 0px;
    }
    .new_more{
        margin-top: 20px;
    }
    .car_list_box{
        padding-bottom: 0px;
    }
    .car_lists{
        margin-top: 0px;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }
    .swi_list{
        width: 100%;
        height: auto;
        padding: 20px;
        margin-bottom: 20px;
        margin-left: 0px;
    }
    .swi_text{
        margin-bottom: 15px;
    }
    .swi_title{
        margin-bottom: 15px;
    }
    .swi_list_box{
        margin-bottom: 0px;
    }




    /*移动端*/
    .top_tabs{
        display: none;
    }
    .car_boxs1 {
        padding: 40px 0px 20px;
    }

    .search_box {
        padding: 15px;
        margin-bottom: 20px;
    }

    .select {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 15px;
        width: 100%;
    }

    .select_boxs {
        width: 75%;
        margin-left: 0;
        padding: 0px 0px 0px 5px;
    }

    .select_value {
        width: 84%;
    }

    .search_box .search {
        margin-left: 0;
        width: 129px;
        height: 40px;
        line-height: 40px;
        /*padding: 10px 25px;*/
        padding: 0;
    }

    .pages_container {
        margin-bottom: 0px;
    }

    .car_content {
        width: 100%;
    }

    .car_content p {
        padding-bottom: 15px;
    }

    .car_right {
        margin: 0px;
    }

    .new_more {
        margin-top: 20px;
    }

    .car_list_box {
        padding-bottom: 0px;
    }

    .car_lists {
        margin-top: 0px;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

    .swi_list {
        width: 100%;
        height: auto;
        padding: 20px;
        margin-bottom: 20px;
        margin-left: 0px;
    }

    .swi_text {
        margin-bottom: 15px;
    }

    .swi_title {
        margin-bottom: 15px;
    }

    .swi_list_box {
        margin-bottom: 0px;
    }

    .item_right {
        width: 100%;
        height: 258px;
        overflow: hidden;
        line-height: 258px;
    }

    .item_right img {
        width: 100%;
        max-height: 100%;

    }

    .item {
        background-color: #FFFFFF;
    }

    .item_left {
        width: 100%;
        padding-bottom: 0px;
        background-color: #fff;

    }

    .item_left h6 {
        width: 100%;
        box-sizing: border-box;
        padding: 15px 20px;
        height: auto;
        line-height: normal;
    }

    .item_left > p {
        height: auto;
        margin-top: 20px;
        width: 100%;
        box-sizing: border-box;
        padding: 0px 20px;
    }

    .item_btn {
        display: none;
    }

    .car_lists::before {
        height: 2px;
    }

    .datainput_box {
        width: 75%;
        margin-left: 0px;
        padding-left: 5px;
    }

    .inputs_box {
        width: 34%;
    }

    .input_img {
        margin-right: 0;
    }

    .load_rili {
        margin-right: 0;
    }

    .search_box {
        margin-top: 40px;
        padding: 10px 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .data {
        margin-bottom: 15px;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .data_title {
        width: 16%;
        font-size: 13px;
        margin-right: 10px;
        text-align: right;
    }

    .select {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }

    .name_ipt {
        width: 75%;
        margin-left: 0px;
    }
    /*    移动端*/
    .home_mobile_navs1 {
        background-color: rgba(0, 0, 0, 0.6);
        position: fixed;
        top: 44px;
        width: 100%;
        height: 94%;
        left: 0;
        z-index: 800;
        display: none;
        overflow: scroll;
    }

    .home_nav_list1 {
        background-color: #fff;
        margin-left: 0;
        padding: 0px 12px;
        border-top: 1px solid #e6e6e6;
        max-height: 90vh;
        overflow-y: auto;
    }

    .home_nav_list1::-webkit-scrollbar {
        width: 0px;
    }

    .home_nav_list1 > li {
        display: block;
    }

    .home_nav_list1 > li > a {
        height: auto;
        line-height: normal;
        position: relative;
        color: #333;
        border-bottom: 1px solid #e6e6e6;
        display: inline-block;
        line-height: 50px;
        width: 100%;
    }

    .home_nav_list1 > li ul {
        position: static;
    }

    .home_nav_list1 li {
        position: relative;
    }

    .home_nav_list1 > li span {
        display: inline-block;
        vertical-align: middle;
        width: 80%;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
    }

    .home_nav_list1 > li i {
        width: 7px;
        display: inline-block;
        background: url(../images/home_icon9.png) center center no-repeat;
        background-size: 100% auto;
        position: absolute;
        right: 0px;
        top: 0px;
        bottom: 0px;
        margin: auto;
    }

    .home_nav_lists1 {
        background-color: rgb(34 33 33 / 3%);
        margin-left: 0;
        padding: 0px 12px;
        border-top: 1px solid #e6e6e6;
        display: none;
    }

    .home_nav_lists1 > li {
        display: block;
    }

    .home_nav_lists1 > li > a {
        height: auto;
        line-height: normal;
        position: relative;
        color: #333;
        border-bottom: 1px solid #e6e6e6;
        display: inline-block;
        line-height: 60px;
        width: 100%;
    }

    .home_nav_lists1 > li ul {
        position: static;
    }

    .home_nav_lists1 li {
        position: relative;
    }

    .home_nav_lists1 > li span {
        display: inline-block;
        vertical-align: middle;
        width: 80%;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
    }

    .home_nav_lists1 > li i {
        width: 10px;
        height: 18px;
        display: inline-block;
        background: url(../images/home_icon9.png) center center no-repeat;
        background-size: 100% 100%;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    /*    移动端*/
    .centeroop{
        display: inline-block;
    }
    .pulick{
        display: block;
    }
    .pinck{
        display: flex;
        width: 100%;
        justify-content: center;
        background-color: #F7F7F7;
        height: 40px;
        line-height: 40px;
    }
}