.main {
    background: #f5f5f5;
}

.box1 {
    padding: 60px 0;
}

.box1 .box1_cen {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box1 .box1_cen .l {
    width: 45%;
}

.box1_l_t {
    width: 100%;
    position: relative;
    background: #fff;
}

.box1_l_t .mySwiper2 {
    width: 100%;

}

.box1_l_t .mySwiper2 .swiper-wrapper {
    align-items: center;
}

.box1_l_t .mySwiper2 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 520px;
}

.box1_l_t .mySwiper2 .swiper-slide img {
    display: block;
    max-width: 90%;
    max-height: 90%;
}

.box1_l_b {
    position: relative;
    width: 100%;
    padding: 0 40px;
    margin-top: 16px;
}

.box1_l_b .mySwiper {
    width: 100%;
}

.box1_l_b .mySwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 100px;
}

.box1_l_b .mySwiper .swiper-slide img {
    display: block;
    max-width: 60%;
    max-height: 80%;
}


.box1 .swiper-button-next:after,
.box1 .swiper-button-prev:after {
    font-size: 20px;
    color: #666;
}

.box1 .swiper-button-next {
    right: 0;
    top: 0;
    height: 100%;
    background: transparent;
    margin: 0;
}

.box1 .swiper-button-prev {
    margin: 0;
    left: 0;
    height: 100%;
    top: 0;
    background: transparent;
}

.box1 .swiper-slide-thumb-active {
    border: 1px solid #eda333;
}

.box1 .box1_cen .r {
    width: 46%;
}

.box1 .box1_cen .r .box1_r_tit {
    font-size: 22px;
    font-family: var(--font-semibold);
    color: #222;
    line-height: 1.4;
}

.box1_r_mev {
    padding: 16px;
    width: 100%;
    background: #fff9f0;
    display: flex;
    font-family: var(--font-semibold);
    font-size: 21px;
    color: #333;
    line-height: 28px;
    margin: 30px 0;
}

.box1_r_mev img {
    display: block;
    width: 28px;
    margin-right: 20px;
}

.box1_r_mev span {
    color: #eda333;
}

.box1_r_ba {
    font-size: 21px;
    line-height: 1.3;
    font-family: var(--font-bold);
    color: #333;
}

.box1_r_ba .box1_r_ba_b {
    margin-top: 3px;
    font-size: var(--font-size-p);
    font-family:var(--font-regular);
    color: #999999;
    line-height: 1.35;
    min-height: 70px;
    margin-bottom: 30px;
}

.box1_r_bb {
    visibility: hidden;
    margin-top: 10px;
    padding: 30px 0;
    width: 100%;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.box1_r_bb ul li {
    display: flex;
    align-items: center;
    font-family: var(--font-semibold);
    font-size: var(--font-size-p);
    color: #333;
    line-height: 1.7;
}

.box1_r_bb ul li span {
    color: #999;
}

.box1_r_bc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}

.box1_r_bc .img {
    display: block;
}

.box1_r_bc .share {
    font-family: var(--font-bold);
    font-size: 21px;
    color: #333333;
    margin-bottom: 10px;
}

.box1_r_bc .share a {
    display: block;
    width: 27px;
    margin: 0 4px;
}

.box1_r_bc .share .share_b {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 5px;
}

.box1_r_bc .share a img {
    display: block;
    width: 100%;
    background: #6b6b6b;
    border-radius: 50%;

}

.box2 {
    width: 100%;
   padding: 90px 0;
   background: #f9f9f9;
}

.box2 .box2_top {
    width: 100%;

}

.box2 .box2_top ul {
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow-x: auto;
    position: relative;
}

.box2 .box2_top ul::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #6b6b6b;
}

.box2 .box2_top ul li {
    margin-right: 70px;
}

.box2 .box2_top ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-bold);
    font-size: 26px;
    color: #666666;
    height: 80px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: capitalize;
    /* transform: translateY(2px); */
}

.box2 .box2_top ul li:hover {
    color: #222;
}

.box2 .box2_top ul li.act {
    font-size: max(1.56vw,min(22px));
    color: #222;
    font-family: var(--font-semibold);
}

.box2 .box2_top ul li.act::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    z-index: 2;
    bottom: -0px;
    width: 100%;
    height: 3px;
    background: #eda333;
}

.box2_bom {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
}

.box2_bom .box2_item {
    width: 100%;
    background: #fff;
    display: none;
}

.box2_bom .box2_item.active {
    display: block;
}

.box2_bom .item1 {
    padding:10px 30px 30px;
    margin-top: 30px;
}

.box2_bom .item1 h6 {
    font-weight: normal;
    margin-top: 30px;
    font-family: var(--font-semibold);
    color: #333;
    font-size: var(--font-size-h3);
    line-height: 1.5;
    margin-bottom: 10px;
}

.box2_bom .item1 p {
    font-size: var(--font-size-p);
    line-height: 1.7;
    font-family:var(--font-regular);
    color: #666666;
}

.box2_bom .item2,
.box2_bom .item3 {
    padding: 25px;
}

.box2_bom .item2 table,
.box2_bom .item3 table {
    width: 100%;
    border-collapse: collapse;
}

.box2_bom .item3 table td,
.box2_bom .item2 table td {
    border: 1px solid #e9e9e9;
    font-family: var(--font-semibold);
    font-size: var(--font-size-h3);
    color: #333;
    padding: 13px 0;
    padding-left: 10px !important;
}

.box2_bom .item2 table tr td:first-child,
.box2_bom .item3 table tr td:first-child {
    width: 220px;
}

.box2_bom .item4 .item4_cen {
    padding: 32px 36px;
    display: flex;
    justify-content: space-between;
}

.box2_bom .item4 .item4_list {
    width: 26.67%;
}

.box2_bom .item4 .item4_list li a {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #888888;
    color: #888888;
    font-family: var(--font-semibold);
    font-size: 20px;
}

.box2_bom .item4 .item4_list li.act a {
    color: #333;
}

.box2_bom .item4 .box2_item4 {
    width: 70.6%;
    position: relative;
}

.box2_bom .item4 .box2_item4 img {
    display: block;
    width: 100%;
}

.box2_bom .item4 .box2_item4 .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.box2_bom .item4 .box2_item4 .swiper-pagination-bullet-active {
    background: #eda333;
}

.box2_bom .item5 {
    padding: 40px 35px 55px;
    position: relative;
}

.box2_bom .item5 .item5_box a {
    display: flex;
    flex-direction: column;
}

.box2_bom .item5 .item5_box a .item5_prc {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 380/280;
}

.box2_bom .item5 .item5_box a .item5_prc img {
    display: block;
    width: 100%;
    transition: all 0.3s ease-in-out;
    max-width: 98%;
    max-height: 98%;
}

.box2_bom .item5 .item5_box:hover a .item5_prc img {
    transform: scale(1.1);
}

.box2_bom .item5 .item5_box a .item5_text {
    text-align: center;
    font-size: var(--font-size-h3);
    font-family: var(--font-semibold);
    color: #333333;
    margin: 25px 0;
}

.box2_bom .item5 .item5_box a .item5_more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 33px;
    border-radius: 33px;
    font-family: var(--font-regular);
    font-size: 13px;
    color: #cdcdcd;
    border: 1px solid #cdcdcd;
    text-transform: uppercase;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}

.box2_bom .item5 .item5_box:hover a .item5_more {
    color: #666666;
    border-color: #666666;
}

.box2_bom .item5 .swiper-button-next:after,
.box2_bom .item5 .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
}

.box2_bom .item5 .swiper-button-next,
.box2_bom .item5 .swiper-button-prev {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.8);
}
.call_me{
    margin-top: 0;
}
a.down img{
    height: 50px;
    margin-bottom: 15px;
}
a.quote img{
    height: 50px;
    margin-bottom: 15px;
}
.box1_r_bc .share{
    margin-bottom: 15px;
}
@media (max-width:1500px) {
    .box1 .box1_cen .r .box1_r_tit {
        font-size: 23px;
    }

    .box1_r_mev {
        padding: 16px;
        font-size: 19px;
        margin: 20px 0;
    }

    .box1_r_ba {
        font-size: 19px;
    }

    .box1_r_ba .box1_r_ba_b {
        margin-top: 3px;
        min-height: 120px;
    }

    .box1_r_bb {
        margin-top: 5px;
        padding: 20px 0;
    }

    .box1_r_bb ul li {
        font-size: 19px;
    }

    .box2 .box2_top ul li.act {
        font-size: 30px;
    }

    .box2 .box2_top ul li {
        font-size: 25px;
    }

    .box2_bom .item1 h6 {
        margin-top: 20px;

    }

    .box2_bom .item3 table td,
    .box2_bom .item2 table td {

        padding: 10px 0;
    }

    .box2_bom .item4 .item4_list li a {
        padding: 18px 0;
        font-size: 18px;
    }

    .box2_bom .item5 .item5_box a .item5_text {
        font-size: 19px;
        margin: 20px 0;
    }
}

@media (max-width:1200px) {
    .box1 .box1_cen .r .box1_r_tit {
        font-size: 20px;
    }

    .box1_r_mev {
        font-size: 16px;
        margin: 15px 0;
    }

    .box1_r_mev img {
        display: block;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        margin-top: 3px;
    }

    .box1_r_ba {
        font-size: 18px;
        margin: 15px 0;
    }

    .box1_r_ba .box1_r_ba_b {
        margin-top: 3px;

        min-height: 100px;
    }

    .box1_r_bb {
        margin-top: 5px;
        padding: 15px 0;
    }

    .box1_r_bb ul li {
        font-size: 16px;
    }

    .box1_r_bc {
        padding-top: 20px;
    }

    .box1_r_bc {
        flex-wrap: wrap;
    }

    .box2 .box2_top ul li.act {
        font-size: 22px;
    }

    .box2 .box2_top ul li {
        font-size: 18px;
    }

    .box2 .box2_top ul li {
        height: 60px;
    }

    .box2_bom .item1 h6 {
        margin: 20px 0;
    }

    .box2_bom .item1 p {
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .box2_bom .item3 table td,
    .box2_bom .item2 table td {

        padding: 10px 0;
    }

    .box2_bom .item4 .item4_list li a {
        padding: 15px 0;
        font-size: 16px;
    }

    .box2_bom .item5 .item5_box a .item5_text {
        font-size: 16px;
        margin: 15px 0;
    }

    .box2_bom .item4 .item4_cen {
        flex-direction: column;
    }

    .box2_bom .item4 .item4_list {
        width: 100%;
    }

    .box2_bom .item4 .box2_item4 {
        width: 100%;
    }
    .box2{
        padding: 30px 0 50px;
    }

}

@media (max-width:960px) {
    .box1 .box1_cen {
        flex-direction: column;
    }

    .box1 .box1_cen .l {
        width: 100%;
    }

    .box1 .box1_cen .r {
        width: 100%;
        margin-top: 20px;
    }

    .box1_l_t .mySwiper2 .swiper-slide {
        height: 350px;
    }

    .box1_l_b .mySwiper .swiper-slide {
        height: 90px;
    }

    .box1 .box1_cen .r .box1_r_tit {
        font-size: 18px;
        margin: 20px 0;
    }

    .box1_r_mev {
        font-size: 14px;
        margin: 10px 0;
        padding: 5px;
    }
    .box2_bom .item1,.box2_bom .item2, .box2_bom .item3{ padding:15px;}
    .box2_bom .item4 .item4_cen{ padding:15px;}

}