
/* con-house */
.web_th .enp{
    text-align: center;
    padding: 24px 0 0;
}

.box1 .hos_main {
    --l-w: 908px;
    --l-w: calc((908 / 14.8) * 1%);
    --pd: 90px;
    --pd: calc((90 / 14.8) * 1%);
    margin-top: 0;
    align-items: center;
}
.box1 .hos_main .img {
    padding-bottom: calc((600 / 14.8) * 1%);
    border-radius: 12px 12px 12px 12px;
}
    .web_th .hos_tit{
        text-align: left;
    } 
    .hos_main .brief {
        text-align: left; 
            margin-top: 0;
    }
  
    /* .hos_fir tr th:nth-child(1){
        width: 31%;
    }
    .hos_fir tr th:nth-child(2){
        width: 69%;
    } */
    
    .hos_bop{
        /* margin-top: 19px; */
        color: #666666;
    }
    .hos_bop1 {
     margin:10px 0 15px;
        
    }
    .hos_bop1 strong{
        color: #333333;
        
    }
    .tab21{
        margin: 21px 0 0;
    }

    /* .hos_list .type_item:nth-child(even) .type_info_item {
    order: 1;
    margin-top: 30px;
} */
.hos_list .type_item:nth-child(odd) .type_pic_item {
    order: inherit;
    margin-top: 0px;
}
.hos_list .type_item:nth-child(even) .type_pic_item {
    order: 2;
    margin-top: 0px;
}

.britop{
    margin-top: 25px;
}
.hostop16{
    margin: 16px 0;
}
.button_ed{
width: calc(50% - var(--pd) / 2);
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 999;
   

    display: flex;
    justify-content: space-between;
    
}
.button_ed span{
    width: 24%;
    padding: 10px 0;
    background: #E5E5E5;
border-radius: 4px 4px 4px 4px;
font-weight: 600;
font-size: 16px;
color: #333333;
text-align: center;
}
.button_ed span:hover{
    background: #0267B3;
    color: #FFFFFF;
}.button_ed .spactive{
    background: #0267B3;
    color: #FFFFFF;
}
video{
    width: 100%;
    /* height: 450px; */
}
.kuang {
    width: 86%;
    margin: 47px auto 0;  /* 使元素居中 */
   
    /* height: 300px; */
    border-top: 8px solid #B0CBE4;
    border-bottom: 8px solid #B0CBE4;
    position: relative;
    
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.kuang::after {
    content: '';
    height: 100%;
    width: 210px;
    display: block;
    border-radius: 50%;
    border: 8px solid #B0CBE4;
    position: absolute;
    /* z-index: -1; */
    right: -105px; 
    top: -8px; 
     clip-path: inset(0  0 0 50%);
}
.hos_tabt{
    font-family: Work Sans, Work Sans;
font-weight: bold;
font-size: 24px;
color: #333333;
margin: 32px 0 20px;
text-align: left;
}
.tap0{
    margin-top: 1%;
}
.top100 {
    margin-top: 100px;
    
}
.padtob3{
padding-bottom: 3%;
}
.mar0{
    margin-top: 25px;
}
.pad6{
    padding: 3% 0;
}
/* .hos_td  tr td:nth-child(1){
        background: var(--commonColor);
    color: #fff;
    border: 1px solid var(--commonColor);
    font-family: "Open Sans-Bold";
    line-height: 26px;
    padding: 24px 0;
    font-size: 18px;
} */
/* 媒体查询来处理更小的屏幕 */
@media (max-width: 768px) {
    .kuang {
       
        margin: 0 20px; /* 在小屏幕上减少边距 */
    }

    .kuang::after {
        width: 150px; /* 适应不同尺寸 */
        right: -75px; /* 适应不同尺寸 */
    }
}

@media (max-width: 480px) {
    .kuang {
    
        margin: 0 10px; /* 进一步减少边距 */
    }

    .kuang::after {
  
        right: -50px; /* 适应更小屏幕 */
    }
}

.ku_list{
    width: 20%;
    position: relative;margin-bottom: 54px;
    text-align: center;
}
.ku_list::before{
    content: '';
    width: 14PX;
    height: 14px;
    border-radius: 50%;
    background-color: #0267B3;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -12px;
}
.ku_list .ku_itt{
    margin-top: 18px;
    font-weight: bold;
    color: #000;
}
.kx{
       width: 86%;
    margin: 0 auto;  /* 使元素居中 */
        display: flex;
    justify-content: space-around;
        /* flex-direction: row-reverse;翻转代码 */ 
}
.kx .ku_list{
     width: 20%;
    position: relative;
}
.custom_inner {
    margin-top: 4%;
}.custom_item {
    margin-bottom: 2.5%;
}.custom_item .custom_th {
    position: relative;
    padding: 20px 70px 20px 0;
    cursor: pointer;
    outline: none;
    border-bottom: 2px solid #333;
}.custom_th .title {
    font-size: 24px;
    font-family: 'Work Sans-SemiBold';
    line-height: 1.25;
}.sel_item .custom_th .right_icon {
    transform: rotate(90deg);
}

.custom_th .right_icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    background: url(../img/icon_down.png) no-repeat center / 48px auto;
    cursor: pointer;
}.custom_item .custom_con {
    padding: 3.5% 70px 0.5% 48px;
    line-height: 1.75;
    display: none;
}.custom_con p {
    margin-bottom: 8px;
    color: #666;
}
.pans{
    width: 100%;
}
.quote_inner {
    max-width: 1160px;
    margin: 0 auto;
    background: var(--commonColor);
    border-radius: 120px 12px 120px 12px;
    padding: 5%;
    box-sizing: border-box;
}
.quote_inner .web_th {
    width: 66%;
}

.quote_inner .web_th .title {
    color: #fff;
    text-align: left;
    font-family: "Work Sans-Bold";
}.web_th .title .txt {
    color: inherit;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}.quote_inner .web_th .title .txt::before {
    height: 0;
    opacity: 0;
}.quote_inner .web_th .brief {
    color: #fff;
    text-align: left;
    line-height: 2;
    margin-top: 2px;
}.quote_btn .pubMoreBg {
    width: auto;
    height: 64px;
    border-radius: 50px;
    font-size: 20px;
    font-family: "Work Sans-Bold";
    line-height: 64px;
    background: #fff;
    color: #333;
    border: 1px solid #fff;
    display: inline-block;
    padding: 0 36px;
}.quote_btn .pubMoreBg::before {
    border-radius: 50px;
    background: var(--commonColor);
    border-color: #fff;
    color: var(--commonColor);
}.quote_btn .pubMoreBg:hover {
    color: #fff;
}
.con_po {
   background: linear-gradient(to bottom, #fff 50%, transparent 50%);
margin-bottom: 40px;
}
.cbot{
    padding-bottom: 6%;
}
@media only screen and (max-width: 950px){

    .button_ed{
    position: relative;
    width: 100%;
        margin-bottom: 15px;
    }
.kuang::after{
    content: '';
    opacity: 0;
}

.box1 .flex_main .lll{
        position: relative;
        padding-bottom: 65%;
}
.flex_main .lll img{
    position: relative;
    height: auto;
}
    .quote_inner {
        flex-direction: column;
        border-radius: 80px 15px 80px 15px;
        padding: 34px 20px 40px;
    }.quote_inner .web_th {
        width: 100%;
    }    .quote_inner .web_th .title {
        text-align: center;
    }     .quote_inner .web_th .brief {
        text-align: center;
    }
}



  .hos_fir{
    margin-top: 32px;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    font-family: "MyriadPro-Regular";
}
    .hos_fir tr th{
        background: var(--commonColor);
    color: #fff;
    border: 1px solid var(--commonColor);
    font-family: "Open Sans-Bold";
    line-height: 26px;
    padding: 24px 0;
    font-size: 18px;
    }

.hos_fir tr td {
    border: 1px solid #666;
    line-height: 1.25;
    padding: 21px 10px;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.hos_tab2 {
    
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    font-family: "MyriadPro-Regular";
}
.hos_tab2 tr th{
        background: var(--commonColor);
    color: #fff;
    border: 1px solid var(--commonColor);
    font-family: "Open Sans-Bold";
    line-height: 26px;
    padding: 24px 0;
    font-size: 18px;
    }
    .hos_tab2 tr td {
    border: 1px solid #666;
    line-height: 1.25;
    padding: 21px 10px;
    text-align: center;
    font-size: 16px;
    color: #666;
}
 .hos_tab2 tr th:nth-child(1) , .hos_tab2 tr th:nth-child(3){
        width: 33%;
    }



    @media only screen and (min-width: 950px){

.kx{
    flex-direction: row-reverse;
}}