/*div, p, span, li {
    box-sizing: border-box;
}*/

.posi-all {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.posi-x {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.posi-y {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.color {
    color: #4E95CB;
}

.bg_color {
    background: #4E95CB;
}

/* 企业资质 */
.qualificationList {
    padding-top: 17px;
}

.qualificationList .qua_sort {
    width: 100%;
    border: 1px solid #F2F2F2;
    padding: 29px 58px 22px;
}

.qualificationList .qua_sort ul li {
    padding-left: 80px;
    position: relative;
    font-size: 14px;
}

.qualificationList .qua_sort ul li .t-1 {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #000000;
    line-height: 31px;
}

.qualificationList .qua_sort ul li:first-child .t-1 {
    line-height: 19px;
}

.qualificationList .qua_sort ul li:nth-child(3) {
    margin-top: 9px;
}

.qualificationList .qua_sort ul li:nth-child(4) {
    margin-top: 17px;
}

/* .qualificationList .qua_sort dl{
	position: relative;
	padding-left: 50px;
} */
.qualificationList .qua_sort dl dd {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    padding: 0 6px;
    cursor: pointer;
    margin-bottom: 17px;
    line-height: 20px;
}

/* .qualificationList .qua_sort dl dd:first-child{
	position: absolute;
	left: 0;
	top: 0;
} */
.qualificationList .qua_sort dl dd.active, .qualificationList .qua_sort dl dd:hover {
    color: #FFFFFF;
    background: #4E95CB;
}

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

/* add_filter */
.qualificationList .qua_sort .filter_list {
    position: relative;
    width: 100%;
}

.qualificationList .qua_sort .filter_list .add_filter {
    position: absolute;
    top: 0;
    width: 120px;
    background: #4E95CB;
    right: 116px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    line-height: 31px;
}

.qualificationList .qua_sort .filter_list .slect {
    width: 76.4%;
    margin-bottom: 9px;
}

.qualificationList .qua_sort .filter_list .con {
    cursor: pointer;
    width: 136px;
    height: 31px;
    background: #FFFFFF;
    border: 1px solid #4E95CB;
    margin-left: 9px;
    font-size: 14px;
    color: #CFCFCF;
    line-height: 29px;
    justify-content: center;
    font-size: 14px;
    position: relative;
}

.qualificationList .qua_sort .filter_list .con p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.qualificationList .qua_sort .filter_list .con:first-child {
    margin-left: 0;
}

.qualificationList .qua_sort .filter_list .con img {
    display: block;
    margin-left: 7px;
}

.qualificationList .qua_sort .filter_list .con .type_list {
    width: 100%;
    position: absolute;
    left: 0;
    top: 30px;
    background: #FFFFFF;
    line-height: 25px;
    font-size: 14px;
    color: #666666;
    z-index: 1000;
    display: none;
    padding-top: 4px;

}

.qualificationList .qua_sort .filter_list .con .type_list .inner::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

.qualificationList .qua_sort .filter_list .con .type_list .inner {
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #EEEFF1;
    box-shadow: 0px 7px 13px 0px rgba(216, 216, 216, 0.39);
}

.qualificationList .qua_sort .filter_list .con .type_list .inner div {
    width: 100%;
    padding: 5px 0 5px 11px;
    box-sizing: border-box;
}

.qualificationList .qua_sort .filter_list .con .type_list .inner div.active, .qualificationList .qua_sort .filter_list .con .type_list .inner div:hover {
    background: #4E95CB;
    color: #FFFFFF;
}

.qualificationList .qua_sort .filter_list .con.active {
    color: #4E95CB;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
}

.qualificationList .qua_sort .filter_list select:first-child {
    margin-left: 0;
}

.qualificationList .qua_sort .filter_list .close img {
    display: block;
    margin-left: 3px;
    cursor: pointer;
}

.qualificationList .qua_sort .filter_list .satisfy_term {
    padding-top: 10px;
}

.qualificationList .qua_sort .filter_list .satisfy_term div {
    width: 120px;
    margin-right: 10px;
    line-height: 31px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}

.qualificationList .qua_sort .filter_list .satisfy_term div.active, .qualificationList .qua_sort .filter_list .satisfy_term div:hover {
    background: #4E95CB;
    color: #FFFFFF;
}

.qualificationList .qua_sort .filter_list input {
    display: block;
    width: 280px;
    height: 31px;
    background: #FFFFFF;
    border: 1px solid #4E95CB;
    text-align: center;
    margin-right: 9px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #CFCFCF;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #CFCFCF;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #CFCFCF;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #CFCFCF;
}

.qualificationList .qua_sort .filter_list .select_terms .flex {
    padding: 0 7px 0 15px;
    background: #F2F7FF;
    margin-right: 10px;
    line-height: 31px;
}

.qualificationList .qua_sort .filter_list .select_terms .flex:nth-last-of-type(1) {
    margin-right: 0;
}

.qualificationList .qua_sort .filter_list .select_terms .img {
    margin-left: 6px;
    cursor: pointer;
}

.qualificationList .qua_list {
    padding-top: 33px;
}

.qualificationList .qua_list .a_list {
    display: none;
}

.qualificationList .qua_list .result_num {
    font-size: 14px;
    color: #000000;
    line-height: 26px;
}

.qualificationList .qua_list .list {
    margin-top: 17px;
    /*border: 1px solid #F2F2F2;*/
    padding: 0 44px 47px 24px;
    margin-bottom: 40px;
}

.qualificationList .qua_list .list ul li {
    width: 100%;
    position: relative;
    margin-top: 15px;
    padding-left: 117px;
    border-top: 2px dashed #f1f1f1;
    padding-top: 20px;
}

.qualificationList .qua_list .list ul li:first-child {
    border-top: 0;
}

.qualificationList .qua_list .list ul li .pic, .qualificationList .qua_list .a_list ul li .pic {
    position: absolute;
    left: 0;
    top: 20px;
}

.qualificationList .qua_list .list ul li .pic img {
    display: block;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 1px solid #E1E1E1;
    cursor: pointer;
}

.qualificationDetails .details_right dl.limit_height {
    box-sizing: border-box;
    overflow: hidden;
}

.qualificationDetails .details_right dl.aotoheight {
    height: auto;
    max-height: none;
}

.qualificationDetails .details_right .last_add_pic {
    width: 100%;
}

.qualificationDetails .details_right .last_add_pic img {
    display: block;
    margin: 0 auto;
}

.qualificationDetails .details_right .last_add_pic .word {
    text-align: center;
    padding: 30px 0 60px;
    font-size: 28px;
    color: #333333;
    /* letter-spacing: 20px; */
}

.qualificationDetails .details_right .last_add_pic .word .con {
    font-size: 22px;
    font-family: PingFangSC-Regular;
    color: #AEAEAE;
    /* letter-spacing: 20px; */
    margin-top: 10px;
}

.qualificationList .qua_list ul li .pic .btn {
    width: 100px;
    line-height: 33px;
    text-align: center;
    background: #4E95CB;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 8px;
    border: 1px solid #4E95CB;
}

.qualificationList .qua_list ul li .pic .btn2 {
    border-color: #4E95CB;
    background: #FFFFFF;
    color: #4E95CB;
}

.qualificationList .qua_list .top {
    justify-content: space-between;
}

.qualificationList .qua_list .title {
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.qualificationList .qua_list .title .name {
    margin-right: 15px;
}

.qualificationList .qua_list .title .name:hover, .qualificationList .qua_list .list_con dl dd:hover {
    color: #4E95CB;
}

.qualificationList .qua_list .title .name, .qualificationList .qua_list .title .num_con {
    display: inline-block;
    vertical-align: middle;
}

.qualificationList .qua_list .title .num_con {
    font-size: 16px;
}

.qualificationList .qua_list .btns {
    font-size: 16px;
    color: #797979;
}

.qualificationList .qua_list .btn img {
    display: block;
    width: 16px;
    margin-left: 10px;
}

.qualificationList .qua_list .invitation {
    width: 80px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    background: #4E95CB;
    margin-right: 13px;
}

.qualificationList .qua_list .btn {
    cursor: pointer;
}

.qualificationList .qua_list .btn .img2, .qualificationList .qua_list .btn.active .img1 {
    display: none;
}

.qualificationList .qua_list .btn.active .img2 {
    display: block;
}

.qualificationList .qua_list .list .foot {
    padding-top: 12px;
}

.qualificationList .qua_list .contact {
    width: 25%;
}

.qualificationList .qua_list .contact dl dd, .qualificationDetails .details_left .contact dl dd {
    position: relative;
    padding-left: 24px;
    line-height: 34px;
}

.qualificationDetails .details_left .contact dl dd {
    cursor: pointer;
}

.kuang .p-2 {
    cursor: pointer;
}

.qualificationList .qua_list .contact dl dd .kuang, .qualificationDetails .details_left .contact dl dd .kuang, .brandAgency .agency_con ul li .kuang {
    width: 430px;
    height: 150px;
    position: absolute;
    left: 90px;
    top: 28px;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    background: #FFFFFF;
    z-index: 100;
    display: none;
    box-shadow: 0px 1px 11px 2px rgb(0 0 0 / 15%);
}

.qualificationList .qua_list .contact dl dd .kuang .close, .qualificationDetails .details_left .contact dl dd .kuang .close, .brandAgency .agency_con ul li .kuang .close {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    width: 15px;
    left: auto;
    box-sizing: content-box;
}

.qualificationList .qua_list .contact dl dd .kuang .p-1, .qualificationDetails .details_left .contact dl dd .kuang .p-1, .brandAgency .agency_con ul li .kuang .p-1 {
    padding: 29px 0 20px;
    font-size: 14px;
    color: #807275;
    line-height: 22px;
}

.qualificationList .qua_list .contact dl dd .kuang .p-2, .qualificationDetails .details_left .contact dl dd .kuang .p-2, .brandAgency .agency_con ul li .kuang .p-2 {
    font-size: 14px;
    line-height: 24px;
}

.qualificationList .qua_list .contact dl dd .kuang .p-2 span, .qualificationDetails .details_left .contact dl dd .kuang .p-2 span, .brandAgency .agency_con ul li .kuang .p-2 span {
    color: #4E95CB;
}

/*.qualificationList .qua_list .contact dl dd:hover .kuang,.qualificationDetails .details_left .contact dl dd:hover .kuang,.brandAgency .agency_con ul li:hover .kuang{*/
/*	display: block;*/
/*}*/
.qualificationList .qua_list .contact img, .qualificationDetails .details_left .contact img {
    left: 0;
}

.qualificationList .qua_list .contact dl dd:first-child>span, .qualificationDetails .details_left .contact dl dd:first-child>span {
    border-top: 0;
}

.qualificationList .qua_list .contact dl dd>span, .qualificationDetails .details_left .contact dl dd>span {
    display: block;
    padding-left: 9px;
    border-top: 1px solid #C9C9C9;
    border-left: 1px solid #C9C9C9;
    width: 190px;
    font-size: 12px;
    color: #000000;
}

.qualificationDetails .details_left .contact dl dd>span {
    font-size: 16px;
    width: auto;
}

.qualificationList .qua_list .list_con {
    width: 60%;
    /*border-left: 1px dashed #f1f1f1;
    padding-left: 20px;*/
}

.qualificationList .qua_list .list_con dl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-size: 16px;
    color: #A3A8B0;
    line-height: 36px;
    max-height: 108px;
    overflow: hidden;
}

.qualificationList .qua_list .list_con dl dd {
    cursor: pointer;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    width: 97%;
}

.qualificationList .qua_list .foot {
    align-items: flex-start;
}

.qualificationList .qua_list .list_con dl.aotoheight {
    height: auto;
    max-height: none;
}

/* 资质二级详情 */
.qualificationDetails {
    width: 100%;
    padding-top: 34px;
}

.qualificationDetails .qDetails_con {
    width: 100%;
    align-items: flex-start;
}

.qualificationDetails .details_left {
    width: 20.8%;
}

.qualificationDetails .details_left .top img {
    display: block;
    width: 100%;
    height: 211px;
    object-fit: cover;
    border: 1px solid #E1E1E1;
}

.qualificationDetails .details_left .top .btn_list {
    display: grid;
    padding-top: 14px;
    grid-column-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}

.qualificationDetails .details_left .top .btn_list .btn {
    text-align: center;
    color: #4E95CB;
    line-height: 35px;
    background: #FFFFFF;
    border: 1px solid #4E95CB;
    border-radius: 2px;
    /* margin-left: 10px; */
    cursor: pointer;
    font-size: 14px;
}

.qualificationDetails .details_left .top .btn_list .btn:first-child {
    margin-left: 0;
}

.qualificationDetails .details_left .contact {
    padding-top: 32px;
}

.qualificationDetails .introduce {
    width: 100%;
    font-size: 14px;
    color: #4D4D4D;
    line-height: 30px;
    /* padding-top: 34px; */
    margin-top: 34px;
    max-height: 500px;
    overflow-y: auto;
    text-align: justify;
    -webkit-overflow-scrolling: touch;
}

.qualificationDetails .details_right {
    width: 76.8%;
    padding-left: 50px;
}

.qualificationDetails .details_right .title .name {
    font-size: 30px;
    font-weight: 600;
    color: #2D2A2A;
    line-height: 31px;
}

.qualificationDetails .details_right .title .to_more {
    margin-left: 18px;
    width: 120px;
    line-height: 31px;
    text-align: center;
    cursor: pointer;
    background: #4E95CB;
}

.qualificationDetails .details_right .title a {
    display: block;
    color: #FFFFFF;
}

.qualificationDetails .details_right .title .eng {
    padding-top: 10px;
    line-height: 20px;
    font-size: 20px;
    color: #D7D7D7;
}

.qualificationDetails .details_right .details_infor {
    margin-top: 20px;
}

.qualificationDetails .details_right .infor_con {
    position: relative;
    padding-left: 125px;
    padding-bottom: 8px;
    /* border-bottom: 1px dashed #D7D7D7; */
    border-bottom: 1px dashed #f1f1f1;
}

.qualificationDetails .details_right .infor_type {
    position: absolute;
    left: 0;
    /* top: 7px; */
    top: 12px;
    cursor: pointer;
}

.qualificationDetails .details_right .infor_type .con {
    margin-right: 9px;
}

/* .qualificationDetails .details_right .infor_type .img2{
	display: none;
} */
.qualificationDetails .details_right dl {
    display: grid;
    grid-row-gap: 16px;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 14px;
    /* border-left: 1px dashed #D7D7D7; */
    border-left: 1px dashed #f1f1f1;
    padding-left: 40px;
}

.qualificationDetails .details_right dl:nth-last-of-type(1) {
    padding-bottom: 20px;
}

.qualificationDetails .details_right .infor_con:first-child dl {
    /* margin-top: 38px; */
}

.qualificationDetails .details_right dl.padding {
    padding-bottom: 28px;
}

.qualificationDetails .details_right .infor_con {
    margin-top: 10px;
}

.qualificationDetails .details_right .infor_con:first-child {
    margin-top: 0;
}

.qualificationDetails .details_right dl dd {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000000;
    cursor: pointer;
    padding-right: 20px;
    box-sizing: border-box;
}

.qualificationDetails .details_right dl.limit_height dd span {
    display: -webkit-box;
    /*-webkit-box-orient: vertical;*/
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 97%;
}

.qualificationDetails .details_right dl dd:hover span, .qualificationDetails .details_right dl dd.active span {
    color: #4E95CB;
}

.qualificationDetails .details_right dl dd img {
    display: block;
}

.qualificationDetails .details_right dl dd img {
    width: 22px;
    margin-right: 8px;
}

.qualificationDetails .details_right dl dd .img2 {
    width: 16px;
    margin-left: 8px;
}

.qualificationDetails .details_right .qua_con {
    /* border-bottom: 1px dashed #D7D7D7; */
    border-bottom: 1px dashed #f1f1f1;
}

.qualificationDetails .details_right .qua_con:nth-last-of-type(1) {
    border-bottom: 0;
}

.qualificationDetails .recommend_cases {
    width: 100%;
    padding: 54px 0 80px;
}

.qualificationDetails .recommend_cases .list ul {
    display: grid;
    padding-top: 48px;
    grid-row-gap: 30px;
    grid-column-gap: 7px;
    grid-template-columns: repeat(5, 1fr);
}

.qualificationDetails .recommend_cases .list li {
    cursor: pointer;
}

.qualificationDetails .recommend_cases .list .pic {
    width: 100%;
    height: 148px;
}

.qualificationDetails .recommend_cases .list img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.qualificationDetails .recommend_cases .list .word {
    width: 100%;
    padding: 14px 2px 0;
    font-size: 16px;
    color: #4f4f4f;
    line-height: 24px;
}

.qualificationDetails .recommend_cases .list .p-2 {
    font-size: 14px;
    color: #858585;
}

.qualificationTags {
    width: 100%;
    border-bottom: 1px dashed #f1f1f1;
}

.qualificationTags .tags {
    width: 100%;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #111111;
    padding: 40px 0 25px;
}

.qualificationTags .tags::after {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 163px;
    height: 2px;
    background: #4E95CB;
    content: "";
}

/* 品牌机构 */
.banner {
    width: 100%;
    position: relative;
}

.brandAgency .agency_con {
    width: 531px;

    /* max-height: 1000px; */
    min-height: 400px;
    background: #FFFFFF;
    border: 1px solid;
    position: absolute;
    right: 3.3%;
    /* top: 94px; */
    top: 180px;
    padding: 40px 30px 30px;
    z-index: 10;
    border-image: linear-gradient(#999999, #FFFFFF) 10 10;
}

.brandAgency .agency_con .top {
    width: 100%;
    position: relative;
    padding-left: 155px;
}

.brandAgency .agency_con .top .pic {
    position: absolute;
    left: 0;
    top: 0;
}

.brandAgency .agency_con .top img {
    display: block;
    width: 131px;
    height: 131px;
    object-fit: cover;
    border: 1px solid #E1E1E1;
}

.brandAgency .agency_con .top .con {
    width: 100%;
    height: 131px;
    position: relative;
}

.brandAgency .agency_con .top .con .title {
    font-size: 24px;
    font-weight: 600;
    color: #2D2A2A;
    line-height: 36px;
    width: 70%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 72px;
}

.brandAgency .agency_con .top .con .btns {
    position: absolute;
    left: 0;
    bottom: 0;
}

.brandAgency .agency_con .top .con .btn {
    width: 100px;
    height: 35px;
    background: #FFFFFF;
    border: 1px solid #4E95CB;
    border-radius: 2px;
    line-height: 33px;
    text-align: center;
    color: #4E95CB;
    font-size: 14px;
    cursor: pointer;
}

.brandAgency .agency_con .top .con .btn:first-child {
    margin-right: 10px;
}

.brandAgency .agency_con .mid {
    width: 100%;
    text-align: justify;
    /* height: 250px; */
    height: 247px;
    overflow-y: auto;
    font-size: 16px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 30px;
    margin-top: 30px;
    padding-bottom: 25px;
    box-sizing: content-box;
    border-bottom: 1px dashed #f1f1f1;
}

.brandAgency .agency_con .mid::-webkit-scrollbar {
    display: none;
}

.brandAgency .agency_con .foot {
    width: 100%;
}

.brandAgency .agency_con .foot .title {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    padding: 25px 0;
}

.brandAgency .agency_con .foot ul li img {
    display: block;
    width: auto;
    left: 0;
}

.brandAgency .agency_con ul li {
    position: relative;
    padding-left: 24px;
    line-height: 34px;
    cursor: pointer;
}

.brandAgency .agency_con li>div {
    display: block;
    padding-left: 9px;
    border-top: 1px solid #C9C9C9;
    border-left: 1px solid #C9C9C9;
    /* width: 150px; */
    width: 60%;
    /* font-size: 12px; */
    font-size: 16px;
    color: #000000;
}

.brandAgency .agency_con li .kuang {
    border: 0;
}

.brandAgency .agency_con li:first-child div {
    border-top: 0;
}

.brandAgency .agency_tab {
    width: 100%;
    /* padding-top: 26px; */
    padding: 26px 0 80px;
}

.brandAgency .agency_tab .wrap {
    width: 1600px;
}

.brandAgency .agency_tab .company_logo {
    display: none;
}

/* .brandAgency .agency_tab .company_logo img{
	display: block;
	height: 54px;
} */
.brandAgency .agency_tab .company_logo img, .companyProfile .company_title {
    cursor: pointer;
}

.companyProfile .company_title:hover {
    color: #4E95CB;
}

.brandAgency .agency_tab .tab_top {
    width: 65%;
    border-bottom: 1px dashed #f1f1f1;
}

.brandAgency .agency_tab .tab_top li {
    width: 130px;
    padding-bottom: 19px;
    position: relative;
    cursor: pointer;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
}

.brandAgency .agency_tab .tab_top li a, .brandAgency .agency_tab .tab_top li {
    display: flex;
    align-items: center;
}

.brandAgency .agency_tab .tab_top li::after {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #4E95CB;
}

.brandAgency .agency_tab .tab_top li:hover::after, .brandAgency .agency_tab .tab_top li.active::after {
    content: "";
}

.brandAgency .agency_tab .tab_top li span {
    margin-left: 8px;
    color: #000000;
}

.brandAgency .agency_tab .tab_top li img {
    width: 19px;
}

.brandAgency .agency_tab .tab_top li.active .img1, .brandAgency .agency_tab .tab_top li:hover .img1, .brandAgency .agency_tab .tab_top li .img2 {
    display: none;
}

.brandAgency .agency_tab .tab_top li.active .img2, .brandAgency .agency_tab .tab_top li:hover .img2, .brandAgency .agency_tab .tab_top li span, .brandAgency .agency_tab .tab_top li img {
    display: block;
}

.brandAgency .agency_tab .tab_top li.active, .brandAgency .agency_tab .tab_top li:hover, .brandAgency .agency_tab .tab_top li.active span, .brandAgency .agency_tab .tab_top li:hover span {
    color: #4E95CB;
}

.brandAgency .agency_tab .list {
    width: 65%;
    min-height: 255px;
}

.brandAgency .agency_tab .list ul {
    display: grid;
    padding-top: 25px;
    grid-column-gap: 11px;
    grid-template-columns: repeat(3, 1fr);
}

.brandAgency .agency_tab .list ul li img {
    display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.brandAgency .agency_tab .list ul li {
    position: relative;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.brandAgency .agency_tab .list ul li .meng {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
}

.brandAgency .agency_tab .list ul li:hover .meng {
    opacity: 1;
    transform-style: preserve-3d;
    transition: all 1s;
}

.brandAgency .agency_tab .list ul li p {
    width: 100%;
    left: 0;
}

.brandAgency .agency_main {
    width: 100%;
}

.brandAgency .agency_main dl {
    width: 100%;
    display: grid;
    padding-top: 84px;
    grid-column-gap: 48px;
    grid-template-columns: repeat(2, 1fr);
}

.brandAgency .agency_main .agency_name_logo {
    width: 100%;
    padding-bottom: 30px;
}

.brandAgency .agency_main .agency_name_logo .logo {
    display: none;
}

/* .brandAgency .agency_main .agency_name_logo .logo img{
	display: block;
	height: 54px;
} */
.brandAgency .agency_main dl dd .img {
    /* height: 578px; */
    /* object-fit: cover; */
}

/* .brandAgency .agency_main dl dd{
	max-height: 578px;
	overflow-y: scroll;
} */

.brandAgency .agency_main dl dd .con {
    font-size: 16px;
}

.brandAgency .agency_main .company_name {
    font-size: 48px;
    font-weight: bold;
    color: #0C0C0C;
    line-height: 50px;
    /* padding-top: 50px; */
    width: 100%;
}

.brandAgency .agency_main .company_name a {
    color: #0C0C0C;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.brandAgency .agency_main .company_name a:hover {
    color: #4E95CB;
}

/* .brandAgency .agency_main dl p img{
	width: auto;
} */
/*.brandAgency .agency_main dl dd > img{*/
/*	display: block;*/
/*	!*width: 100%;*!*/
/*}*/
.swiper_banner {
    width: 100%;
    padding: 0 55px;
    position: relative;
    margin: 80px 0 0;
    text-align: center;
}

.swiper_banner .mySwiper {
    width: 100%;
    overflow: hidden;
}

.swiper_banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 163px;
    object-fit: cover;
    cursor: pointer;
}

.swiper_banner .swiper-button-next, .swiper_banner .swiper-button-prev {
    color: #BEBEBE;
    margin-top: 0;
    top: 57px;
}

.swiper_banner .word {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 16px;
    padding-top: 20px;
}

.swiper_banner .word .type {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #AEAEAE;
    line-height: 14px;
}

.quali_model {
    position: fixed;
    left: -20000px;
    top: -20000px;
    right: -20000px;
    bottom: -20000px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    /* display: none; */
}

.quali_model.show {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.quali_model .inner {
    width: 75%;
    z-index: 1000;
    padding: 0 60px;
    /* width: 86.5%;
    z-index: 1000;
    padding: 0 130px;
    margin: 0 auto; */
    padding-top: 80px;
}

.quali_model .inner .con {
    width: 100%;
    overflow: hidden;
}

.quali_model .inner .con img {
    display: block;
    max-width: 100%;
    max-height: 70vh;
    margin: 0 auto;
    /* margin: 0 auto;
    width: 100%; */
}

.quali_model .inner .word, .quali_model .inner .word a {
    width: 268px;
    height: 67px;
    background: #4E95CB;
    text-align: center;
    line-height: 67px;
    color: #FFFFFF;
    font-size: 24px;
    /* margin: 60px auto 0; */
    margin: 40px auto 0;
    cursor: pointer;
}

.quali_model .inner .pic {
    justify-content: flex-end;
    cursor: pointer;
}

/* 企业介绍 */
.companyProfile {
    width: 100%;
    padding: 14px 0 80px;
}

.companyProfile .agency_tab .tab_top {
    width: 100%;
    padding-top: 19px;
    justify-content: space-between;
}

.companyProfile .company_title {
    font-size: 30px;
    font-weight: 400;
    color: #2D2A2A;
    line-height: 30px;
    /* padding-bottom: 21px; */
    padding-left: 100px;
    max-width: 575px;
    margin-bottom: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.companyProfile .intro_con {
    width: 1200px;
    margin: 0 auto;
    padding-top: 58px;
}

.companyProfile .intro_con .title {
    text-align: center;
    font-size: 48px;
    line-height: 52px;
    font-weight: bold;
    color: #0C0C0C;
}

.companyProfile .intro_con .eng {
    text-align: center;
    padding-top: 17px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #666666;
    letter-spacing: 14px;
}

.companyProfile .agency_tab .wrap {
    width: 1400px;
}

.companyProfile .intro_con .tag_list ul {
    display: grid;
    padding-top: 49px;
    grid-row-gap: 24px;
    grid-column-gap: 24px;
    grid-template-columns: repeat(2, 1fr);
}

.companyProfile .intro_con .tag_list ul li {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #3A3A3A;
}

.companyProfile .intro_con .tag_list ul li img {
    display: block;
    margin-right: 9px;
}

.companyProfile .intro_con .edit_con {
    padding-top: 49px;
}

/* 资质/荣誉 */
.companyQuaHonor .company_title {
    color: #4E95CB;
}

.companyQuaHonor .qualificationDetails .details_right {
    width: 100%;
    padding-left: 0;
}

.companyQuaHonor .cases_list {
    width: 100%;
}

.companyProfile .cases_list dl {
    display: grid;
    padding-top: 48px;
    grid-row-gap: 34px;
    text-align: center;
    grid-column-gap: 7px;
    grid-template-columns: repeat(4, 1fr);
}

.companyProfile .cases_list dl dd {
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.companyProfile .cases_list dl dd .pic {
    width: 100%;
    overflow: hidden;
    margin-bottom: 17px;
    height: 200px;
}

.companyProfile .cases_list dl dd:hover img {
    transform: scale(1.2);
    transform-style: preserve-3d;
    transition: all 1s;
}

.companyProfile .cases_list dl img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.companyProfile .cases_list dl dd .word .p-1, .companyProfile .cases_list dl dd .word .p-2 {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.companyProfile .cases_list dl dd .word .p-1 {
    -webkit-line-clamp: 1;
}

.companyProfile .cases_list dl dd .word .p-2 {
    -webkit-line-clamp: 2;
}

/* 企业招聘 */
.companyProfile .join_list {
    width: 100%;
    padding-top: 44px;
}

.companyProfile .join_list .top {
    position: relative;
    padding-right: 280px;
}

.companyProfile .join_list .con {
    flex: 1;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.companyProfile .join_list .top .con {
    color: #3A3A3A;
}

.companyProfile .join_list .row {
    position: relative;
    padding: 17px 280px 17px 0;
    border-bottom: 1px dashed #f1f1f1;
}

.companyProfile .join_list .btns {
    position: absolute;
    top: 17px;
    right: 16px;
}

.companyProfile .join_list .btns .btn {
    width: 100px;
    height: 35px;
    background: #FFFFFF;
    border: 1px solid #4E95CB;
    border-radius: 2px;
    line-height: 33px;
    text-align: center;
    color: #4E95CB;
    cursor: pointer;
}

.companyProfile .join_list .btns .btn:first-child {
    margin-right: 10px;
}

@media screen and (max-width: 1600px) {
    .wrap, .brandAgency .agency_tab .wrap {
        width: 1400px;
    }

    .brandAgency .agency_con {
        right: 2%;
    }

    .swiper_banner .swiper-slide img {
        height: 140px;
    }

    .brandAgency .agency_tab .list {
        min-height: 226px;
    }

    .brandAgency .agency_tab .list ul li img {
        height: 200px;
    }

    /* .brandAgency .agency_main dl dd{
        max-height: 504px;
    } */
    .brandAgency .agency_con .mid {
        height: 167px;
    }
}

@media screen and (max-width: 1440px) {
    .wrap, .brandAgency .agency_tab .wrap {
        /* width: 1300px; */
        width: 1200px;
    }

    .brandAgency .agency_con {
        height: auto;
        padding-bottom: 40px;
    }

    .brandAgency .agency_con {
        width: 496px;
    }

    .companyProfile .company_title {
        padding-left: 70px;
    }

    .brandAgency .agency_tab .list {
        min-height: 211px;
    }

    /* .brandAgency .agency_main dl dd{
        max-height: 466px;
    } */
    .brandAgency .agency_main .company_name {
        font-size: 40px;
        line-height: 44px;
        padding-top: 30px;
    }

    .swiper_banner .swiper-slide img {
        height: 122px;
    }

    .brandAgency .agency_tab .list {
        width: 62%;
    }

    .brandAgency .agency_tab .list ul li img {
        height: 180px;
    }

    .brandAgency .agency_con .mid {
        height: 127px;
    }
}

@media screen and (max-width: 1366px) {
    .wrap, .brandAgency .agency_tab .wrap {
        width: 1200px;
    }

    .brandAgency .agency_con .mid {
        height: 108px;
    }

    .brandAgency .agency_con {
        width: 480px;
    }
}

@media screen and (max-width: 1280px) {
    .wrap, .brandAgency .agency_tab .wrap, .companyProfile .intro_con {
        width: 1100px;
    }

    .brandAgency .agency_con {
        width: 430px;
    }

    .companyProfile .company_title {
        padding-left: 40px;
        font-size: 23px;
    }

    .brandAgency .agency_tab .list {
        min-height: 189px;
    }

    /* .brandAgency .agency_main dl dd{
        max-height: 410px;
    } */
    .brandAgency .agency_main .company_name {
        font-size: 30px;
    }

    .swiper_banner .swiper-slide img {
        height: 104px;
    }

    .brandAgency .agency_tab .list {
        width: 65%;
    }

    .brandAgency .agency_tab .list ul li img {
        height: 163px;
    }

    .brandAgency .agency_con .mid {
        height: 86px;
    }
}

@media screen and (max-width: 1152px) {
    .wrap, .brandAgency .agency_tab .wrap, .companyProfile .intro_con {
        width: 1000px;
    }

    /* .brandAgency .agency_con .mid{
        display: none;
    } */
    .brandAgency .agency_con {
        padding: 20px;
        /* top: 62px; */
        top: 100px;
    }

    .brandAgency .agency_main dl {
        padding-top: 40px;
        grid-column-gap: 26px;
    }

    .companyProfile .company_title {
        padding-left: 0;
        font-size: 20px;
    }

    .brandAgency .agency_tab .tab_top li {
        width: 116px;
    }

    .companyProfile .join_list .con {
        font-size: 14px;
    }

    .companyProfile .join_list .btns .btn {
        width: 80px;
        font-size: 14px;
    }

    .companyProfile .join_list .top, .companyProfile .join_list .row {
        padding-right: 230px;
    }

    .qualificationList .qua_sort .filter_list .con p {
        width: 70%;
        height: 29px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .qualificationList .qua_sort {
        padding: 29px 14px 22px;
    }

    .qualificationList .qua_sort .filter_list .add_filter {
        right: 60px;
    }

    .brandAgency .agency_tab .list {
        min-height: 167px;
    }

    .companyProfile .cases_list dl dd .pic {
        height: 166px;
    }

    /* .brandAgency .agency_main dl dd{
        max-height: 362px;
    } */
    .swiper_banner .swiper-slide img {
        height: 146px;
    }

    .brandAgency .agency_tab .list ul li img {
        height: 140px;
    }

    .brandAgency .agency_con {
        right: 1%;
    }

    .brandAgency .agency_con .top {
        padding-left: 140px;
    }

    .brandAgency .agency_con {
        width: 400px;
    }

    .brandAgency .agency_con .mid {
        height: 269px;
    }
}

@media screen and (max-width: 1024px) {
    .brandAgency .agency_tab .tab_top li {
        width: 100px;
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .wrap, .brandAgency .agency_tab .wrap, .companyProfile .intro_con {
        width: 100%;
        padding: 0 16px;
    }

    .qualificationList .qua_sort, .qualificationList .qua_sort ul li {
        border: 0;
        padding: 0;
    }

    .qualificationList .qua_sort ul li .t-1 {
        position: static;
        padding-bottom: 10px;
    }

    .qualificationList .qua_sort .filter_list select {
        font-size: 12px;
    }

    .qualificationList .qua_sort .filter_list .add_filter {
        right: 0;
        width: 100px;
    }

    .qualificationDetails .details_right .title .eng {
        display: none;
    }

    /* .qualificationList .qua_list .list_con{
        width: 100%;
        padding-left: 0;
        border-left: 0;
    }
    .qualificationList .qua_list .list .title{
        font-size: 16px;
    }
    .qualificationList .qua_list .list .btns{
        font-size: 14px;
    }
    .qualificationList .qua_list .list ul li{
        padding-left: 0;
    }
    .qualificationList .qua_list .list{
        border: 0;
        padding: 0 0 30px 0;
    } */
    .qualificationList .qua_list .list {
        padding: 0;
        border: 0;
    }

    .qualificationDetails .details_left {
        width: 25%;
    }

    .qualificationDetails .details_right {
        width: 75%;
        padding-left: 20px;
    }

    .qualificationDetails .details_right .title .name {
        font-size: 24px;
    }

    .qualificationDetails .details_right .title .to_more {
        width: 100px;
        font-size: 14px;
    }

    .qualificationDetails .details_right .infor_con {
        padding-left: 0;
    }

    .qualificationDetails .details_right .infor_type {
        position: static;
        top: 0;
    }

    .qualificationDetails .details_right dl {
        padding-left: 0;
        border-left: 0;
    }

    .qualificationDetails .details_right .infor_con:first-child dl {
        margin-top: 0;
    }

    .qualificationDetails .details_right .details_infor {
        padding-top: 30px;
    }

    .qualificationDetails .recommend_cases .list ul {
        display: grid;
        padding-top: 20px;
        grid-row-gap: 20px;
        grid-column-gap: 7px;
        grid-template-columns: repeat(4, 1fr);
    }

    .qualificationList .qua_sort .filter_list .slect {
        width: 82%;
    }

    /* .brandAgency .agency_con .foot{
        display: none;
    } */
    .brandAgency .agency_con {
        padding: 20px;
    }

    .brandAgency .agency_con .top {
        padding-left: 150px;
        box-sizing: border-box;
    }

    .brandAgency .agency_tab .tab_top, .brandAgency .agency_tab .list {
        width: 100%;
    }

    .brandAgency .agency_tab .tab_top li {
        flex: 1;
    }

    .quali_model .inner .pic {
        padding-bottom: 16px;
    }

    .quali_model .inner {
        width: 90%;
    }

    .companyProfile .agency_tab .tab_top {
        display: block;
        position: relative;
    }

    .companyProfile .company_title {
        position: absolute;
        top: -48px;
        left: 170px;
        font-weight: 600;
    }

    .companyProfile .intro_con {
        padding-top: 40px;
    }

    .companyProfile .intro_con .title {
        font-size: 40px;
        line-height: 44px;
    }

    .companyProfile .intro_con .eng {
        font-size: 16px;
    }

    .companyProfile .intro_con ul li {
        font-size: 15px;
    }

    .companyProfile .intro_con ul {
        grid-row-gap: 14px;
        grid-template-columns: repeat(1, 1fr);
    }

    .companyProfile .cases_list dl {
        grid-row-gap: 20px;
        grid-column-gap: 7px;
        grid-template-columns: repeat(3, 1fr);
    }

    .companyProfile .join_list .top, .companyProfile .join_list .row {
        padding-right: 0;
    }

    .companyProfile .join_list .btns {
        bottom: -45px;
        right: 0;
    }

    .companyProfile .join_list .row {
        padding-bottom: 66px;
    }

    .brandAgency .agency_tab .tab_top ul {
        display: block;
    }

    .brandAgency .agency_con .top .con {
        height: auto;
    }

    .brandAgency .agency_con {
        background: transparent;
        background: #ffffff;
        position: relative;
        width: 92%;
        top: 0;
        right: 0;
        margin: -26px auto 0;
    }

    .brandAgency .agency_con .top .con .btns {
        align-items: center;
        width: 100%;
        margin-top: 23px;
    }

    .brandAgency .agency_tab .tab_top ul {
        display: grid;
        /* padding: 20px 0 10px; */
        grid-row-gap: 16px;
        grid-column-gap: 20px;
        grid-template-columns: repeat(6, 1fr);
    }

    .brandAgency .agency_tab .tab_top li {
        padding-bottom: 10px;
        width: auto;
    }

    .brandAgency .agency_main dl {
        padding-top: 0;
        grid-template-columns: repeat(1, 1fr);
    }

    .brandAgency .agency_main dl dd {
        margin-top: 16px;
    }

    .quali_model .inner {
        width: 100%;
    }

    .swiper_banner .swiper-slide img {
        height: 165px;
    }

    .quali_model .inner .word, .quali_model .inner .word a {
        width: 190px;
        height: 50px;
        line-height: 50px;
        font-size: 17px;
        margin: 25px auto 0;
    }

    .quali_model .inner .pic img {
        width: 20px;
    }

    .companyProfile .company_title {
        position: static;
        top: 0;
        left: 0;
    }

    .companyProfile .intro_con {
        padding: 16px 0 0 0;
    }

    .companyProfile .intro_con ul {
        padding-top: 34px;
    }

    .companyProfile .intro_con .title {
        font-size: 34px;
        line-height: 38px;
    }

    .companyProfile .cases_list dl {
        grid-row-gap: 20px;
        grid-column-gap: 7px;
        grid-template-columns: repeat(2, 1fr);
    }

    .companyProfile .cases_list dl dd {
        font-size: 16px;
    }

    .companyProfile .cases_list dl img {
        margin-bottom: 10px;
    }

    .companyProfile .join_list .con {
        display: none;
    }

    .companyProfile .join_list .con:nth-child(-n+3) {
        display: block;
    }

    .companyProfile .join_list .btns .btn {
        height: 28px;
        line-height: 26px;
    }

    .companyProfile .join_list .row {
        padding-bottom: 60px;
    }

    .brandAgency .agency_tab .list ul li:hover .meng {
        opacity: 0;
    }

    .brandAgency .agency_con .top .con .btns {
        position: static;
    }

    .brandAgency .agency_tab .list {
        min-height: 186px;
    }

    .companyProfile .intro_con ul.el-pager {
        padding-top: 0;
    }

    .companyProfile .cases_list dl dd .pic {
        height: 247px;
    }

    .brandAgency .agency_main dl dd .img {
        height: auto;
    }

    .swiper_banner .swiper-slide img {
        height: 100px;
    }

    .swiper_banner .word .title {
        font-size: 14px;
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .brandAgency .agency_tab .list ul li img {
        height: 160px;
    }

    .companyProfile .join_list.list_2 .btn-con {
        width: 90px;
        height: 35px;
        display: block;
    }

    .companyProfile .join_list.list_2 .top .con:first-child {
        width: 43%;
        flex: 1;
    }

    .companyProfile .join_list.list_2 .con:nth-child(3) {
        display: none;
    }

    .companyProfile .join_list.list_2 .btns {
        position: relative;
        top: 0;
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .qualificationList .qua_sort ul li {
        font-size: 13px;
    }

    .qualificationList .qua_sort dl dd {
        margin-right: 0;
    }

    .qualificationList .qua_sort .filter_list .add_filter {
        right: 0;
        width: 94px;
        top: -39px;
        line-height: 27px;
    }

    .qualificationList .qua_sort .filter_list .slect {
        width: 100%;
        display: block;
        display: grid;
        grid-row-gap: 10px;
        grid-column-gap: 5px;
        grid-template-columns: repeat(3, 1fr);
    }

    .qualificationList .qua_sort .filter_list select {
        margin-left: 0;
        width: auto;
    }

    .qualificationList .qua_list {
        padding-top: 20px;
    }

    .qualificationList .qua_list .list ul li:first-child, .qualificationList .qua_list .list {
        margin-top: 0;
    }

    .qualificationList .qua_list .list_con dl {
        line-height: 32px;
        font-size: 14px;
        max-height: 96px;
    }

    .qualificationList .qua_list .list_con dl, .qualificationDetails .details_right dl {
        grid-template-columns: repeat(1, 1fr);
    }

    .qualificationList .qua_list .list .top {
        display: block;
    }

    .qualificationList .qua_list .list .title {
        font-size: 14px;
    }

    .qualificationList .qua_list .list .title .num_con {
        font-size: 12px;
    }

    .qualificationList .qua_list .list .btns {
        justify-content: flex-end;
        font-size: 14px;
        padding-top: 16px;
    }

    .qualificationTags .tags {
        font-size: 16px;
        padding: 20px 0 20px;
    }

    .qualificationDetails .qDetails_con {
        display: block;
    }

    .qualificationDetails .details_left, .qualificationDetails .details_right {
        width: 100%;
        padding-left: 0;
    }

    .qualificationDetails .details_right {
        padding-top: 30px;
    }

    .qualificationDetails .recommend_cases .list ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .qualificationDetails .details_right .title .top {
        display: block;
    }

    .qualificationDetails .details_right .title .name {
        font-size: 20px;
    }

    .qualificationDetails .details_right .title .to_more {
        margin: 0;
        display: flex;
        justify-content: flex-end;
        width: 100%;
        background: #FFFFFF;
    }

    .qualificationDetails .details_right .title a {
        width: 100px;
        background: #4E95CB;
        margin-top: 12px;
    }

    .qualificationList .qua_sort .filter_list .con {
        width: auto;
    }

    .qualificationList .qua_sort .filter_list .con:nth-child(4) {
        margin-left: 0;
    }

    .qualificationList .qua_sort .filter_list .close img {
        margin-left: 9px;
    }

    .brandAgency .agency_tab .list {
        min-height: 100px;
    }

    .companyProfile .cases_list dl dd .pic {
        height: 114px;
        margin-bottom: 10px;
    }

    .companyProfile .cases_list dl dd {
        font-size: 14px;
        line-height: 20px;
    }

    .brandAgency .agency_main .company_name {
        font-size: 24px;
        line-height: 34px;
        padding-top: 16px;
    }

    .brandAgency .agency_main .agency_name_logo {
        padding-bottom: 16px;
    }

    .swiper_banner {
        padding: 0;
    }

    .swiper_banner .swiper-slide img {
        height: 117px;
    }

    .brandAgency .agency_tab .list ul li img {
        height: 80px;
    }

    .brandAgency .agency_tab {
        padding: 26px 0 30px;
    }

    .swiper_banner {
        margin-top: 30px;
    }

    .brandAgency .agency_con .top img {
        height: 100px;
        width: 100px;
    }

    .brandAgency .agency_con .top .con .btn {
        width: 90px;
        height: 32px;
        line-height: 30px;
    }

    .brandAgency .agency_con .top .con .title {
        font-size: 18px;
        line-height: 25px;
        height: 50px;
    }

    .brandAgency .agency_con .top .con .btns {
        margin-top: 17px;
    }

    .brandAgency .agency_con .top {
        padding-left: 120px;
    }

    .qualificationList .qua_list .result_num {
        font-size: 16px;
    }

    .qualificationList .qua_list .list {
        display: none;
    }

    .qualificationList .qua_list .result_num {
        font-size: 16px;
    }

    .qualificationList .qua_list .a_list {
        width: 100%;
    }

    .qualificationList .qua_list .a_list .title {
        font-size: 16px;
        color: #0C0C0C;
        font-weight: 500;
    }

    .qualificationList .qua_list .top {
        position: relative;
        box-sizing: border-box;
        padding: 16px 0 16px 115px;
    }

    .qualificationList .qua_list .top .pic {
        top: 16px;
    }

    .qualificationList .qua_list .top .pic img {
        height: 100px;
        width: 100px;
        display: block;
        object-fit: cover;
    }

    .qualificationList .qua_list .mid .flex .btn {
        width: 100px;
        line-height: 35px;
        text-align: center;
        background: #5090C8;
        color: #FFFFFF;
        margin-left: 15px;
        font-size: 14px;
    }

    .qualificationList .qua_list .mid .btn:nth-of-type(1) {
        margin-left: 0;
    }

    .qualificationList .qua_list .mid .btn span {
        font-size: 14px;
        font-family: SourceHanSansCN-Regular;
        line-height: 19px;
        color: #797979;
        margin-left: 12px;
    }

    .qualificationList .qua_list .mid .btn img {
        width: 16px;
        margin-left: 5px;
    }

    .qualificationList .qua_list .mid {
        justify-content: space-between;
    }

    .qualificationList .qua_list .a_list .contact {
        width: 100%;
    }

    .qualificationList .qua_list .list_con {
        border-left: 0;
        width: 100%;
        padding: 10px 0;
        border-bottom: 2px dashed #F2F2F2;
    }

    .qualificationList .qua_list .contact dl dd .kuang {
        width: 100%;
        left: 0;
        padding-left: 10px;
    }

    .qualificationList .qua_list .contact dl dd .kuang .p-1 {
        padding: 18px 0 15px;
    }

    .qualificationList .qua_list ul li {
        margin-top: 20px;
    }

    .qualificationList .qua_list .a_list {
        padding-top: 10px;
        display: block;
    }

    .kuang {
        max-width: 100%;
        left: 0 !important;
    }

    .kuang .close {
        display: none !important;
    }

    .qualificationDetails .details_right .last_add_pic .word {
        padding: 20px 0 30px;
    }

    .qualificationDetails .details_right .last_add_pic .word {
        font-size: 20px;
    }

    .qualificationDetails .details_right .last_add_pic .word .con {
        font-size: 14px;
    }

    .companyProfile .intro_con .title {
        font-size: 28px;
        line-height: 32px;
    }

    .companyProfile .intro_con .eng {
        font-size: 14px;
        padding-top: 10px;
    }

    .qualificationDetails, .qualificationDetails .details_right {
        padding-top: 0;
    }

    .companyProfile {
        padding-bottom: 10px;
    }

    .brandAgency .agency_con .mid {
        height: auto;
    }

    .qualificationList .qua_list .contact dl dd .kuang, .qualificationDetails .details_left .contact dl dd .kuang, .brandAgency .agency_con ul li .kuang {
        padding-left: 10px;
    }

    .brandAgency .agency_tab .tab_top ul {
        grid-template-columns: repeat(3, 1fr);
    }

}

@media screen and (max-width: 375px) {
    .qualificationList .qua_list .mid .flex .btn {
        width: 90px;
    }
}