.load_content {
    padding: 27px 0px 50px;
}

.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;
}

.data {
    display: inline-block;
    height: 54px;
    line-height: 54px;
}

.datainput_box {
    width: 340px;
    background-color: #ffffff;
    box-sizing: border-box;
    height: 54px;
    margin-left: 30px;
    line-height: 54px;
    padding-left: 20px;
}

.datainput {
    height: 54px;
    border-color: transparent !important;
    font-size: 16px;
    color: #999;
    width: 80%;
}

.datainput:hover {
    border-color: transparent !important;
}

.datainput:focus {
    border-color: transparent !important;
}

.data_title {
    font-weight: bold;
    display: inline-block;
}

.load_rili{
    margin-top: 17px;
    margin-right: 15px;
    float: right;
}

.select {
    height: 54px;
    line-height: 54px;
    margin-left: 50px;
    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;
}
.inputs1{
    width: 100px !important;
    float: left;
}
.inputs2{
    width: 100px !important;
    float: left;
}
.select_value {
    width: 92%;
    cursor: pointer;
}

.car_list_box {
    padding-bottom: 30px;
}

.car_list {
    display: block;
    padding: 20px;
    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;
}
.pro_detail{
    /*padding: 100px 0px;*/
}
.pro_top{
    background-color: #ffffff;
	box-shadow: 0px 15px 30px 0px 
		rgba(168, 168, 168, 0.2);
        width: 100%;
        padding: 30px;
        box-sizing: border-box;
        margin-bottom: 60px;
}
.pro_title{
    width: 100%;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-weight: bold;
}
.pro_title::before{
    position: absolute;
    content: '';
    width: 80px;
	height: 3px;
	background-color: #4B4F52;
    bottom: 0px;
    left: 0px;
}
.pro_text p{
    line-height: 40px;
    color: #333333;
}
.pro_top_left{
    width: 45%;
}
.pro_top_right{
    width: 50%;
}
.big_img{
    height: 400px;
    text-align: center;
    width: 100%;
    line-height: 400px;
    margin-bottom: 12px;
}
.big_img img{
    max-width: 100%;
    height: auto;
}
.small_img{
    width: 126px;
	height: 84px;
    text-align: center;
    line-height: 84px;
}
.small_img{
    max-width: 100%;
    height: auto;
}
.swiper-father .swi_nexts{
    width: 26px;
	height: 80px;
    background: url(../images/join_right.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0px;
    right: 0%;
    cursor: pointer;
    z-index: 100;
}
.swiper-father .swi_nexts:hover{
    background: url(../images/join_rig.png) no-repeat;
}
.swiper-father .swi_prevs{
    width: 26px;
	height: 80px;
    background: url(../images/join_left.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0px;
    left: 0%;
    cursor: pointer;
    z-index: 100;
}
.swiper-father .swi_prevs:hover{
    background: url(../images/join_lef.png) no-repeat;
}
.pro_list{

}
.inputs_box{
    width: 100px;
}
.input_img{
    margin-top: 13px;
    margin-right: 15px;
}
.list_title{
    color: #333333;
    font-weight: bold;
    position: relative;
    padding-bottom: 23px;
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 30px;
}
.list_title::before{
    position: absolute;
    left: 0px;
    bottom: -2px;
    content: '';
    width: 96px;
	height: 4px;
	background-color: #4B4F52;
}
.list_lls{
    width: 50%;
    margin-bottom: 30px;
    color: #333333;
}
.list_lls span{
    display: inline-block;
    margin-left: 15px;
    width: 45%;
    color: #333333;
}
.list_content{
    width: 100%;
}
.listTable{
    width: 48%;
    margin-left: 4%;
    margin-bottom: 40px;
}
.listTable:nth-child(odd){
    margin-left: 0px;
}
.listTable table{
    border-collapse:collapse;
    width: 100%;
    border-bottom: 2px solid #e6e6e6;
}
.listTable table tr{
    padding: 16px 41px;
    box-sizing: border-box;
    width: 100%;
}
.listTable table tr td{
    width: 30%;
    display: inline-block;
    color: #4d4d4d;
}
.listTable table tr td:nth-child(1){
    width: 40%;
}
.listTable table tr td:nth-child(2){
    width: 29%;
}
.listTable table tr td:nth-child(3){
    width: 20%;
    text-align: right;
}
.listTable table tr:nth-child(even){
    background-color: #f7f7f7;
    display: block;
}
.listTable table tr:nth-child(odd){
    background-color: #fff;
    display: block;
}
.listTable table tr:nth-child(1){
    background-color: #4B4F521c;
    display: block;
    color: #4B4F52 !important;
}
.listTable table tr:nth-child(1) td{
    color: #4B4F52 !important;
}
.pro_list_text{
    margin-bottom: 30px;
    box-sizing: border-box;
    width: 100%;
    transition: all 0.6s;
}
.pro_list_text_top{
    background-color: #f7f7f7;
    box-sizing: border-box;
    padding: 0px 30px;
    line-height: 61px;
}
.name{
    font-weight: bold;
}
.one{
    display: inline-block;
    cursor: pointer;
    color: #4B4F52;
}
.two{
    display: none;
    cursor: pointer;
    color: #4B4F52;
}
.one img{
    vertical-align: middle;
    margin-left: 20px;
}
.two img{
    vertical-align: middle;
    margin-left: 20px;
}
.pro_list_contes{
    padding: 30px;
    box-sizing: border-box;
    display: none;
}
.pro_list_contes p{
    color: #4d4d4d;
    line-height: 36px;
    margin-bottom: 15px;
}
.pro_list_text_active{
    border: solid 1px #e5e5e5;
}
.pro_list_text_active .pro_list_contes{
    display: block;
}
.pro_list_text_active .open .one{
    display: none;
}
.pro_list_text_active .open .two{
    display: inline-block;
}
.swiper-father {
    position: relative;
}
@media (max-width: 767px) {
    .data{
        margin-bottom: 15px;
    }
    .load_content{
        padding: 20px 0px;
    }
    .select_boxs{
        width: 70%;
        padding: 0px 0px 0px 10px;
        border: none;
    }
    .data_title{
        width: 56px;
        text-align: right;
    }
    .datainput_box{
        width: 70%;
        padding-left: 10px;
    }
    .search_box{
        padding: 15px;
        margin-bottom: 20px;
    }
    .select{
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 15px;
        width: 100%;
    }
    .select_value{
        width: 84%;
    }
    .load_list{
        padding: 15px 20px;
    }
    .load_title{
        width: 62%;
        margin-left: 5%;
    }
    .load_list .left_img{
        margin-top: 0px;
        margin-right: 0px;
    }
    .load_right img{
        margin-right: 0px;
    }
    .load_cons{
        padding-bottom: 0px;
    }
    .search_box .search{
        margin-left: 86px;
        width: auto;
        height: auto;
        line-height: normal;
        padding: 10px 25px;
    }
    .pages_container{
        margin-bottom: 0px;
    }
    .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;
    }
    .car_content{
        width: 100%;
    }
    .car_content p{
        padding-bottom: 15px;
    }
    .car_right{
        margin: 0px;
    }
    .new_more{
        margin-top: 20px;
    }
    .pro_detail{
        /*padding: 50px 0px;*/
    }
    .pro_top_left{
        width: 100%;
        margin-bottom: 15px;
    }
    .pro_top_right{
        width: 100%;
    }
    .pro_top{
        padding: 20px;
        margin-bottom: 20px;
    }
    .pro_text p{
        line-height: normal;
    }
    .list_lls{
        width: 100%;
        margin-bottom: 10px;
    }
    .listTable{
        width: 100%;
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .listTable table tr{
        padding: 10px 20px;
    }
    .listTable table tr td:nth-child(1){
        width: 34%;
    }
    .listTable table tr td:nth-child(3){
        width: 25%;
    }
    .list_title{
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .inputs1{
        width: 35% !important;
        font-size: 12px !important;
    }
    .inputs2{
        width: 35% !important;
        font-size: 12px !important;
    }
    .layui-inline{
        width: 80% !important;
    }
    .input_img{
        margin: 10px;
    }
    .layui-form-mid{
        margin-right: 0px;
    }
}