.p_summary1 {
    /* margin-top: 12px !important; */
}

.mkBox1 {
    padding: 30px 0 90px 0;
    background-image: url(../images/Business/bg_img.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}



.mk1_select {
    margin-top: 30px;
    color: white;
    font-size: 20px;
}

.mk1_select span {
border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 40px;
    padding: 12px 20px;
    margin-left: 20px;
    cursor: pointer;
    margin-bottom: 10px;
    max-width: 100%;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
}

.select_item {
    margin-bottom: 47px;
    display: flex;
}

.select_item:first-child {
    margin-bottom: 20px;
}

.select_item .ttt {
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
}

.select_item p {
    padding: 12px 0;
}

.input_search {
    position: relative;
    display: inline-block;
    margin-left: 20px;

}

.input_search a {
    position: absolute;
    right: 25px;
    top: 15px;
}

.input_search input {
    border: none;
    background-color: #fff;
    padding: 14px 25px;
    border-radius: 30px;
    width: 340px;
}

.input_delet {
    display: inline-block;
    margin-left: 20px;
    display: flex;
    cursor: pointer;
}

.select_search {
    display: flex;
    align-items: center;
}

.input_delet a {
    margin-right: 5px;
}

.input_search input::placeholder {
    font-size: 18px;
    /* 或者你想要的任何大小 */
}

.active {
    background-color: #fff;
    color: #222;
    border: none;
}


.mk1_gy {
	background: #16519252;
    border-radius: 0px 0px 40px 40px;
    padding: 20px;
/*     border-top: 1px solid rgba(255, 255, 255, .5);
    border-bottom: 1px solid rgba(255, 255, 255, .5); */
    color: #fff;
}

.gy_title {
    margin-bottom: 10px;
}

.gy_txt {
    line-height: 36px;
}


ul li .image {
    overflow: hidden;
    transition: all .3s;
}

ul li .image img {
    width: 100%;
    height: 100%;
}

.tab_bq {
    color: rgb(136, 136, 136);
    margin-top: 34px;
    padding: 0 50px;
}

.tab_m {
    color: #222;
    margin-top: 10px;
    padding: 0 50px;
    color: rgb(136, 136, 136);
    padding-bottom: 34px;
    line-height: 34px;
}

.mk1_list ul li {
    background-color: #fff;
    cursor: pointer;
}

.mk1_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mk1_list ul li {
    flex: 0 0 32%;
    margin-bottom: 30px;
}

.tab_bq .cn {
    color: #222;
    margin-right: 5px;
}

.tab_bq .en {
    color: rgb(136, 136, 136);
    margin-left: 5px;
    line-height: 36px;
}

.mk1_list ul li:hover img {
    transform: scale(1.05);
}

.mk1_list ul li:hover .cn {
    color: #164F8F;
}

.mk1_content {
    margin-top: 100px;
}

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

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

    .mk1_list ul li {
        flex: 0 0 100%;
    }

    .mk1_content {
        margin-top: 50px;
    }

    .select_item {
        flex-direction: column;
    }


    .mk1_select span{
        padding: 10px 0;
        margin-left: 0;
        flex: 0 0 32%;
        min-width: 32%; 
        margin-right: 3px;
		white-space: normal;
    }

    .ttt {
        /* justify-content: space-between; */
    }
    .tab_bq{
        padding: 0 25px;
    }
    .tab_m{
        padding:0 20px 25px 20px;
    }

    .mkBox1{
        padding: 30px 0;
    }
}