.sec1 {
    padding: 119px 0 160px;
}

.common_banner .banner_top .banner_top_title div {
    color: #FFFFFF;
}

.common_banner .banner_top .label, .common_banner .banner_top .banner_top_title {
    color: #FFFFFF;
}

.common_banner .banner_top .label div {
    color: #FFFFFF;
}
.sec1 .wrap .des {
    color: #18191B;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    text-transform: capitalize;
}

.sec1 .wrap .des h2 {
    color: #18191B;
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
    text-transform: capitalize;
    text-align: center;
}
.sec1 .wrap .img_box {
    margin: 60px 0 0;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.sec1 .wrap .img_box .pro_boxs {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 3;
}
.sec1 .wrap .img_box .pro_boxs .pro_item {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(15px);
    padding: 10px;
    width: 280px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    display: none;
    border-radius: 6px;
}
.sec1 .wrap .img_box .pro_boxs .pro_item .img {
    width: 100%;
    height: 126px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 1);
    margin-bottom: 10px;
    border-radius: 6px;
}
.sec1 .wrap .img_box .pro_boxs .pro_item .img img {
    display: block;
    width: unset;
    max-width: 70%;
    max-height: 70%;
    transition: 0.6s;
}
.sec1 .wrap .img_box .pro_boxs .pro_item h4 {
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.6s;
}
.sec1 .wrap .img_box .pro_boxs .pro_item.on {
    display: block;
}
.sec1 .wrap .img_box .pro_boxs .pro_item:hover .img img {
    transform: scale(1.1);
}
.sec1 .wrap .img_box img {
    display: block;
    width: 100%;
}
.sec1 .wrap .img_box .dians {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sec1 .wrap .img_box .dians .dian {
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 3;
    cursor: pointer;
}
.sec1 .wrap .img_box .dians .dian p {
    color: #10253F;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    line-height: 128.571%;
    padding: 11px 20px;
    border-radius: 20px;
    background: #FFF;
    width: max-content;
    left: 26px;
    opacity: 0;
    transition: 0.6s;
    pointer-events: none;
}
.sec1 .wrap .img_box .dians .dian.on p {
    opacity: 1;
    pointer-events: auto;
}
.sec1 .wrap .img_box .dians .dian.left p {
    left: unset;
    right: 16px;
}
.sec1 .wrap .img_box .dians .dian .cir:after,.sec1 .wrap .img_box .dians .dian .cir:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #005F6A;
    opacity: 0.3;
    border-radius: 50%;
    position: absolute;
    animation: 3s scale linear infinite;
    z-index: -1;
}
.sec1 .wrap .img_box .dians .dian .cir:before {
    animation-delay: 1.5s;
}
@keyframes scale {
    100% {
        transform: scale(4);
        opacity: 0;
    }
}
.sec1 .wrap .img_box .dians .dian .cir {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #005F6A;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}
.sec1 .wrap .img_box .dians .dian:nth-child(1) {
    top: 251px;
    left: 505px;
}
.sec1 .wrap .img_box .dians .dian:nth-child(2) {
    top: 391px;
    left: 599px;
}
.sec1 .wrap .img_box .dians .dian:nth-child(3) {
    top: 272px;
    left: 963px;
}
.sec1 .wrap .img_box .dians .dian .cir .c1 {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FFFFFF;
}
.sec1 .wrap .box {
    margin: 60px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.sec1 .wrap .box .item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    height: 520px;
}

.sec1 .wrap .box .item .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.sec1 .wrap .box .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec1 .wrap .box .item .item_box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    padding: 40px 40px 16px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.sec1 .wrap .box .item .item_box .item_top .h5 {
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
}

.sec1 .wrap .box .item .item_box .item_top .p {
    opacity: 0.8;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.333;
    height: 48px;
    margin: 15px 0 41px;
}

.sec1 .wrap .box .item .item_box .item_top .item_top_des {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.111;
}

.sec1 .wrap .box .item .item_box .item_top .item_top_des ul li {
    padding: 0 0 0 17px;
    position: relative;
}

.sec1 .wrap .box .item .item_box .item_top .item_top_des ul li:after {
    content: "";
    width: 6px;
    height: 6px;
    left: 0;
    position: absolute;
    top: 7px;
    background: #FFFFFF;
    border-radius: 50%;
}

.sec1 .wrap .box .item .item_box .item_top .item_top_des ul li:not(:last-child) {
    margin-bottom: 20px;
}

.sec1 .wrap .box .item .item_box .item_bottom {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    min-height: 54px;
}

.sec1 .wrap .box .item:hover .img img {
    transform: scale(1.1);
}

.sec1 .wrap .box .item:nth-child(1) {
    width: 640px;
}

.sec1 .wrap .box .item:nth-child(2) {
    width: 780px;
}

.sec1 .wrap .box .item:nth-child(3) {
    width: 100%;
}
.sec_residential,.sec_commercial,.sec_ess {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec_ess .wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 260px;
    align-items: flex-start;
    width: 100%;
}
.sec_ess .wrap .l_box {
    padding: 130px 0 0;
}
.sec_ess .wrap .l_box .title {
    color: #FFF;
    font-family: 'Inter m';
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    text-transform: capitalize;
}
.sec_ess .wrap .l_box .des {
    color: rgba(255,255,255,0.8);
    font-family: 'Inter l';
    font-size: 18px;
    font-weight: 300;
    text-transform: capitalize;
    margin: 11px 0 0;
}
.sec_ess .wrap .r_box {
    height: 100vh;
    width: 564px;
    background: #ECF1F5;
}
.sec_ess .wrap .r_box .item {
    height: 25%;
    display: flex;
    align-items: center;
    padding: 0 52px;
    position: relative;
}
.sec_ess .wrap .r_box .item .item_box {
    display: flex;
    gap: 26px;
    padding: 0 11px;
}
.sec_ess .wrap .r_box .item .item_box .icon {
    width: 60px;
    height: 60px;
    background: #005F6A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 13px 0 0;
}
.sec_ess .wrap .r_box .item:not(:nth-last-child(1)):after {
    content: "";
    width: 459px;
    height: 1px;
    background: rgba(213, 213, 213, 1);
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    position: absolute;
}
.sec_ess .wrap .r_box .item .item_box .item_r {
    width: 350px;
}
.sec_ess .wrap .r_box .item .item_box .item_r .h5 {
    color: #005F6A;
    font-family: 'Inter m';
    font-size: 22px;
    font-weight: 500;
    line-height: 42px;
    margin-bottom: 4px;
}
.sec_ess .wrap .r_box .item .item_box .item_r .p {
    color: #10253F;
    font-family: 'Inter l';
    font-size: 18px;
    font-weight: 300;
    opacity: 0.8;

}
.sec_commercial {
    align-items: flex-end;
    padding: 0 0 16.6667vh;
}
.sec_commercial .wrap .r_box {
    display: flex;
    justify-content: space-between;
}
.sec_commercial .wrap .r_box .item {
    width: 226px;
    padding: 19px 14px 27px 26px;
    border-radius: 8px;
    background: rgba(17, 17, 17, 0.55);
    box-shadow: 1px 1px 1px 0 rgba(255, 255, 255, 0.50) inset;
    backdrop-filter: blur(23.5px);
    position: relative;
}
.sec_commercial .wrap .r_box .item .jt {
    position: absolute;
    top: 90px;
    right: -23px;
    width: 29px;
}
.sec_commercial .wrap .r_box .item:nth-last-child(1) .jt {
    display: none;
}
.sec_commercial .wrap .r_box .item .jt svg {
    display: block;
    width: 100%;
    height: unset;
}
.sec_commercial .wrap .r_box .item .item_top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.sec_commercial .wrap .r_box .item .h5 {
    color: #91FFFE;
    font-family: 'Inter m';
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 16px;
}
.sec_commercial .wrap .r_box .item .p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Inter l';
    opacity: 0.6;
}
.sec_commercial .wrap .r_box .item .item_top .icon {
    margin-left: -7px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec_commercial .wrap .r_box .item .item_top .sort {
    color: #FFF;
    font-family: 'Inter m';
    font-size: 22px;
    font-weight: 500;
}
.sec_residential .wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.sec_residential .wrap .title {
    font-family: 'Inter m';
    color: #FFF;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
}
.sec_residential .wrap .r_box {
    display: flex;
    flex-wrap: wrap;
    gap: 17px 19px;
    width: 779px;
}
.sec_residential .wrap .r_box .item {
    width: 247px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 1px 1px 1px 0 rgba(255, 255, 255, 0.50) inset;
    backdrop-filter: blur(15px);
    padding: 40px 2px 26px;
    text-align: center;
}
.sec_residential .wrap .r_box .item .icon {
    width: 66px;
    height: 66px;
    margin: 0 auto 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec_residential .wrap .r_box .item .h5 {
    font-family: 'Inter m';
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 20px;
    padding: 15px 0 0;
    position: relative;
}
.sec_residential .wrap .r_box .item .h5:after {
    content: "";
    width: 176px;
    opacity: 0.2;
    background: #FFF;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.sec_residential .wrap .r_box .item .p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 0 22px;
}
.sec_residential .wrap .r_box .item:nth-child(1) {
    width: 100%;
    border-radius: 8px;
    background: linear-gradient(109deg, rgba(0, 95, 106, 0.50) 0.29%, rgba(0, 0, 0, 0.50) 99.71%);
    backdrop-filter: blur(15px);
    box-shadow: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 54px 100px;
}
.sec_residential .wrap .r_box .item:nth-child(1) .icon {
    width: 92px;
    height: 92px;
    margin: 0;
}
.sec_residential .wrap .r_box .item:nth-child(1) .item_r {
    text-align: left;
    width: 370px;
    position: relative;
}
.sec_residential .wrap .r_box .item:nth-child(1) .item_r:after {
    content: "";
    width: 1px;
    height: calc(100% + 40px);
    position: absolute;
    top: -20px;
    left: -37px;
    opacity: 0.2;
    background: #FFF;
}
.sec_residential .wrap .r_box .item:nth-child(1) .item_r .h5 {
    text-align: left;
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    background: linear-gradient(90deg, #6FC5C4 0%, #DDE6E6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px;
    padding: 0;
    width: fit-content;
}
.sec_residential .wrap .r_box .item:nth-child(1) .item_r .h5:after {
    display: none;
}
.sec_residential .wrap .r_box .item:nth-child(1) .item_r .p {
    text-align: left;
    padding: 0;
}
.sec2 {
    width: 100vw;
    height: 100vh;
    position: relative;
}

.sec2 .fix {
    height: 100vh;
    position: sticky;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.sec2 .wrap {
    position: absolute;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    top: 150px;
    align-items: flex-start;
}

.sec2 .wrap .title {
    color: #FFF;
    font-size: 64px;
    font-weight: 600;
    line-height: 1.125;
    text-transform: uppercase;
    position: relative;
    top: calc(50vh - 150px);
    transform: translateY(-50%);
}

.sec2 .wrap .r_box {
    width: 426px;
}

.sec2 .wrap .r_box .item {
    width: 100%;
    height: 250px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 1px 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
    backdrop-filter: blur(15px);
    padding: 40px;
    position: relative;
}

.sec2 .wrap .r_box .item:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(109deg, rgba(0, 95, 106, 0.5) 0.29%, rgba(0, 0, 0, 0.5) 99.71%);
    backdrop-filter: blur(15px);
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.6s;
    opacity: 0;
}

.sec2 .wrap .r_box .item .h5 {
    color: #FFF;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.125;
    position: relative;
    z-index: 3;
    transition: 0.6s;
}

.sec2 .wrap .r_box .item .p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.375;
    margin: 20px 0 0;
    position: relative;
    z-index: 3;
}

.sec2 .wrap .r_box .item:hover {
    box-shadow: 1px 1px 1px 0 rgba(255, 255, 255, 0) inset;
    background: rgba(255, 255, 255, 0);
}

.sec2 .wrap .r_box .item:hover:after {
    opacity: 1;
}

.sec2 .wrap .r_box .item:hover .h5 {
    background: linear-gradient(90deg, #6FC5C4 0%, #DDE6E6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.sec2 .wrap .r_box .item:not(:last-child) {
    margin-bottom: 24px;
}

.sec2 .img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.sec2 .img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    background: linear-gradient(270deg, #131B23 0%, rgba(19, 27, 35, 0) 100%);
}

.sec2 .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec3 {
    padding: 100px 0 0;
}

.sec3 .wrap .title {
    font-family: 'Inter sb';
    color: #18191B;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
}

.sec3 .wrap .content p {
    color: rgba(16, 37, 63, 0.8);
    font-size: 18px;
    font-weight: 300;
    text-transform: capitalize;
    margin: 16px 0 44px;
}

.sec3 .wrap .content {
    width: 100%;
}

.sec3 .wrap .content table {
    width: 100%;
}

.sec3 .wrap .content table tr th {
    font-family: 'Inter m';
    height: 60px;
    background: #005F6A;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #005F6A;
}

.sec3 .wrap .content table tr td {
    padding: 25px 0;
    color: #83868A;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    border-bottom: 1px solid #E6E6E6;
}

.sec3 .wrap .content table tr td:nth-child(1) {
    border-left: 1px solid #E6E6E6;
}

.sec3 .wrap .content table tr td:nth-last-child(1) {
    border-right: 1px solid #E6E6E6;
}

.sec4 {
    padding: 120px 0 0;
}

.sec4 .wrap .title {
    font-family: 'Inter sb';
    color: #18191B;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
}

.sec4 .wrap .des {
    color: rgba(16, 37, 63, 0.8);
    font-size: 18px;
    font-weight: 300;
    text-transform: capitalize;
    margin: 16px 0 40px;
}

.sec4 .wrap .content {
    position: relative;
}

.sec4 .wrap .content .content_bottom {
    position: absolute;
    width: 100%;
    padding: 0 40px 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    left: 0;
    bottom: 50px;
    z-index: 3;
}

.sec4 .wrap .content .content_bottom .content_bottom_l {
    width: 780px;
}

.sec4 .wrap .content .content_bottom .content_bottom_l .swiper_control {
    width: 100%;
    display: flex;
    gap: 60px;
    padding: 0 0 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 26px;
}

.sec4 .wrap .content .content_bottom .content_bottom_l .swiper_control .item {
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.1;
    color: rgba(255, 255, 255, 0.5);
    transition: 0.6s;
    position: relative;
    cursor: pointer;
}

.sec4 .wrap .content .content_bottom .content_bottom_l .swiper_control .item:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: -25px;
    transform: scaleX(0);
    transition: 1s;
}

.sec4 .wrap .content .content_bottom .content_bottom_l .swiper_control .item:hover, .sec4 .wrap .content .content_bottom .content_bottom_l .swiper_control .item.on {
    color: white;
}

.sec4 .wrap .content .content_bottom .content_bottom_l .swiper_control .item:hover:after, .sec4 .wrap .content .content_bottom .content_bottom_l .swiper_control .item.on:after {
    transform: scaleX(1);
}

.sec4 .wrap .content .content_bottom .content_bottom_l .swiper {
    width: 100%;
}

.sec4 .wrap .content .content_bottom .content_bottom_l .swiper .swiper-slide {
    display: flex;
    gap: 50px;
    align-items: center;
}

.sec4 .wrap .content .content_bottom .content_bottom_l .swiper .swiper-slide img {
    opacity: 0;
    transition: 0.6s;
}

.sec4 .wrap .content .content_bottom .content_bottom_l .swiper .swiper-slide.swiper-slide-active img {
    opacity: 1;
}

.sec4 .wrap .content .content_bottom .content_bottom_r {
    display: flex;
    gap: 12px;
}

.sec4 .wrap .content .content_bottom .content_bottom_r .jt {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: 0.6s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec4 .wrap .content .content_bottom .content_bottom_r .jt img {
    display: block;
    width: 8px;
}

.sec4 .wrap .content .content_bottom .content_bottom_r .jt:hover {
    background: #FFF;
}

.sec4 .wrap .content .content_bottom .content_bottom_r .jt.prev img {
    transform: rotate(180deg);
}
.sec4 .wrap .content .imgs {
    border-radius: 12px;
    width: 100%;
    height: 600px;
}
.sec4 .wrap .content .img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
}
.sec4 .wrap .content .img.on {
    display: block;
}
.sec4 .wrap .content .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec5 {
    padding: 140px 0 160px;
}

.sec5 .wrap .title {
    font-family: 'Inter sb';
    color: #18191B;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 40px;
}

.sec5 .wrap .list {
    display: flex;
}
.sec5 .wrap .list .swiper-slide {
    height: auto;
}
.sec5 .wrap .list .item {
    width: 100%;
    border-radius: 16px;
    background: #F5F5F6;
    height: 100%;
    padding: 64px 40px 51px;
}

.sec5 .wrap .list .item .icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 63px;
}

.sec5 .wrap .list .item .icon img {
    display: block;
}

.sec5 .wrap .list .item .p {
    color: #18191B;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
}

.sec6 {
    padding: 100px 0 145px;
    background: #F5F5F6;
}

.sec6 .wrap .title {
    font-family: 'Inter sb';
    color: #18191B;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 50px;
}

.sec6 .wrap .list .item {
    border-bottom: 1px solid rgba(16, 37, 63, 0.5);
}

.sec6 .wrap .list .item:nth-child(1) {
    border-top: 1px solid rgba(16, 37, 63, 0.5);
}

.sec6 .wrap .list .item .block {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.sec6 .wrap .list .item .block .p {
    color: #10253F;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.333;
}

.sec6 .wrap .list .item .block .jt {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #cccccc;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}

.sec6 .wrap .list .item .block .jt img {
    display: block;
    width: 5px;
    filter: brightness(0) invert(1);
}

.sec6 .wrap .list .item .block:hover .jt {
    background: #005f6a;
}

.sec6 .wrap .list .item .none {
    display: none;
}

.sec6 .wrap .list .item .none .none_box {
    padding: 0 0 30px;
    color: #83868A;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}

.sec6 .wrap .list .item.item_active .block .jt {
    background: #005f6a;
    transform: rotate(-90deg);
}


.sec7 {
    padding: 0px 0 160px;
}

.sec7 .wrap .title {
    font-family: 'Inter sb';
    color: #18191B;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 50px;
}

.sec7.sec7_sp .wrap .title {
    margin-bottom: 18px;
}
.sec7 .wrap .des {
    color: rgba(16, 37, 63, 0.8);
    font-family: 'Inter l';
    font-size: 18px;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 80px;
}
.sec7 .wrap .list {
    margin: 19px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.sec7.sec7_sp .wrap .list {
    margin: 0;
}
.sec7 .wrap .list .item {
    width: 340px;
}

.sec7 .wrap .list .item .item_box {
    height: 100%;
    border-radius: 12px;
    background: #F5F5F5;
    padding: 32px 38px 41px 25px;
    transition: 0.6s;
    box-shadow: 0 10px 20px 0 rgba(0, 95, 106, 0);
    position: relative;
    overflow: hidden;
}
.sec7.sec7_sp .wrap .list {
    justify-content: space-between;
    margin-bottom: 114px;
}
.sec7.sec7_sp .wrap .content {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 37px;
}
.sec7.sec7_sp .wrap .content .line {
    width: 37px;
    height: 1px;
    background: #005F6A;
}
.sec7.sec7_sp .wrap .content p {
    color: #10253F;
    font-size: 18px;
    font-weight: 300;
    text-transform: capitalize;
    opacity: 0.8;
}
.sec7.sec7_sp .wrap .list .item .item_box {
    padding: 0;
    box-shadow: unset;
    background: unset;
}
.sec7.sec7_sp .wrap .list .item .item_box .icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.sec7.sec7_sp .wrap .list .item {
    width: 250px;
}
.sec7.sec7_sp .wrap .list .item .item_box .h5 {
    color: #10253F;
    font-family: 'Inter m';
    font-size: 18px;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    margin-bottom: 27px;
}
.sec7.sec7_sp .wrap .list .item .item_box .p {
    color: #18191B;
    font-family: 'Inter l';
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
.sec7.sec7_sp .wrap .list .item .item_box:after {
    display: none;
}
.sec7 .wrap .list .item .item_box:after {
    content: "";
    width: 394px;
    height: 394px;
    border-radius: 394px;
    background: rgba(111, 197, 196, 0.6);
    filter: blur(150px);
    position: absolute;
    bottom: -266px;
    left: -123px;
    opacity: 0;
    transition: 0.6s;
}

.sec7.sec7_sp .wrap .flex {
    width: 100%;
    border-radius: 14px;
    background: #EDFBFB;
    padding: 38px 50px;
    display: flex;
    align-items: center;
    gap: 75px;
}
.sec7.sec7_sp .wrap .flex .line {
    width: 1px;
    height: 88px;
    background: #BCC1C8;
}
.sec7.sec7_sp .wrap .flex .item1 {
    display: flex;
    align-items: center;
    gap: 49px;
}
.sec7.sec7_sp .wrap .flex .item1 .icon {
    width: 68px;
    height: 70px;
}
.sec7.sec7_sp .wrap .flex .item1 .item_r {
    width: 640px;
}
.sec7.sec7_sp .wrap .flex .item1 .item_r .item_title {
    color: #10253F;
    font-family: 'Inter m';
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 7px;
}
.sec7.sec7_sp .wrap .flex .item1 .item_r .item_p {
    color: #18191B;
    font-family: 'Inter l';
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
.sec7.sec7_sp .wrap .flex .item {
    display: flex;
    align-items: center;
    gap: 28px;
}
.sec7.sec7_sp .wrap .flex .item .item_r .item_p {
    color: #18191B;
    font-family: 'Inter l';
    font-size: 14px;
    font-weight: 300;
    line-height: 24px; /* 171.429% */
}
.sec7.sec7_sp .wrap .flex .item .icon {
    width: 33px;
    height: 32px;
}
.sec7 .wrap .list .item .item_box .h5 {
    color: #10253F;
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 500;

}

.sec7 .wrap .list .item .item_box .p {
    color: #10253F;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;

    margin: 15px 0 0;
}


.sec_ess .wrap .r_box .item .item_box .icon img {
    max-height: 60%;
    max-width: 60%;
}


@media screen and (max-width: 1919px) {
    .sec1{
        padding: 6.1979166667vw 0px 8.3333333333vw;
    }
    .sec1 .wrap .des{
        font-size: 1.0833333333vw;
    }
    .sec1 .wrap .des h2{
        font-size: 2.0833333333vw;
    }
    .sec1 .wrap .img_box{
        margin: 3.125vw 0px 0px;
        border-radius: 0.4166666667vw;
    }
    .sec1 .wrap .img_box .pro_boxs{
        bottom: 1.0416666667vw;
        right: 1.0416666667vw;
    }
    .sec1 .wrap .img_box .pro_boxs .pro_item{
        backdrop-filter: blur(0.78125vw);
        padding: 0.5208333333vw;
        width: 14.5833333333vw;
        border-radius: 0.3125vw;
    }
    .sec1 .wrap .img_box .pro_boxs .pro_item .img{
        height: 6.5625vw;
        margin-bottom: 0.5208333333vw;
        border-radius: 0.3125vw;
    }
    .sec1 .wrap .img_box .pro_boxs .pro_item h4{
        font-size: 0.7291666667vw;
        line-height: 1.1458333333vw;
    }
    .sec1 .wrap .img_box .dians .dian p{
        font-size: 0.7291666667vw;
        padding: 0.5729166667vw 1.0416666667vw;
        border-radius: 1.0416666667vw;
        left: 1.3541666667vw;
    }
    .sec1 .wrap .img_box .dians .dian.left p{
        right: 0.8333333333vw;
    }
    .sec1 .wrap .img_box .dians .dian .cir{
        width: 0.8333333333vw;
        height: 0.8333333333vw;
    }
    .sec1 .wrap .img_box .dians .dian:nth-child(1){
        top: 13.0729166667vw;
        left: 26.3020833333vw;
    }
    .sec1 .wrap .img_box .dians .dian:nth-child(2){
        top: 20.3645833333vw;
        left: 31.1979166667vw;
    }
    .sec1 .wrap .img_box .dians .dian:nth-child(3){
        top: 14.1666666667vw;
        left: 50.15625vw;
    }
    .sec1 .wrap .img_box .dians .dian .cir .c1{
        width: 0.3125vw;
        height: 0.3125vw;
    }
    .sec1 .wrap .box{
        margin: 3.125vw 0px 0px;
        gap: 1.0416666667vw;
    }
    .sec1 .wrap .box .item{
        border-radius: 0.4166666667vw;
        height: 27.0833333333vw;
    }
    .sec1 .wrap .box .item .img{
        border-radius: 0.4166666667vw;
    }
    .sec1 .wrap .box .item .item_box{
        padding: 2.0833333333vw 2.0833333333vw 0.8333333333vw;
    }
    .sec1 .wrap .box .item .item_box .item_top .h5{
        font-size: 1.5625vw;
    }
    .sec1 .wrap .box .item .item_box .item_top .p{
        font-size: 0.9375vw;
        height: 2.5vw;
        margin: 0.78125vw 0px 2.1354166667vw;
    }
    .sec1 .wrap .box .item .item_box .item_top .item_top_des{
        font-size: 0.9375vw;
    }
    .sec1 .wrap .box .item .item_box .item_top .item_top_des ul li{
        padding: 0px 0px 0px 0.8854166667vw;
    }
    .sec1 .wrap .box .item .item_box .item_top .item_top_des ul li::after{
        width: 0.3125vw;
        height: 0.3125vw;
        top: 0.3645833333vw;
    }
    .sec1 .wrap .box .item .item_box .item_top .item_top_des ul li:not(:last-child){
        margin-bottom: 1.0416666667vw;
    }
    .sec1 .wrap .box .item .item_box .item_bottom{
        font-size: 0.7291666667vw;
        line-height: 0.9375vw;
        min-height: 2.8125vw;
    }
    .sec1 .wrap .box .item:nth-child(1){
        width: 33.3333333333vw;
    }
    .sec1 .wrap .box .item:nth-child(2){
        width: 40.625vw;
    }
    .sec_ess .wrap{
        padding: 0px 0px 0px 13.5416666667vw;
    }
    .sec_ess .wrap .l_box{
        padding: 6.7708333333vw 0px 0px;
    }
    .sec_ess .wrap .l_box .title{
        font-size: 2.0833333333vw;
        line-height: 2.5vw;
    }
    .sec_ess .wrap .l_box .des{
        font-size: 0.9375vw;
        margin: 0.5729166667vw 0px 0px;
    }
    .sec_ess .wrap .r_box{
        width: 29.375vw;
    }
    .sec_ess .wrap .r_box .item{
        padding: 0px 2.7083333333vw;
    }
    .sec_ess .wrap .r_box .item .item_box{
        gap: 1.3541666667vw;
        padding: 0px 0.5729166667vw;
    }
    .sec_ess .wrap .r_box .item .item_box .icon{
        width: 3.125vw;
        height: 3.125vw;
        margin: 0.6770833333vw 0px 0px;
    }
    .sec_ess .wrap .r_box .item:not(:nth-last-child(1))::after{
        width: 23.90625vw;
    }
    .sec_ess .wrap .r_box .item .item_box .item_r{
        width: 18.2291666667vw;
    }
    .sec_ess .wrap .r_box .item .item_box .item_r .h5{
        font-size: 1.1458333333vw;
        line-height: 2.1875vw;
        margin-bottom: 0.2083333333vw;
    }
    .sec_ess .wrap .r_box .item .item_box .item_r .p{
        font-size: 0.9375vw;
    }
    .sec_commercial .wrap .r_box .item{
        width: 11.7708333333vw;
        padding: 0.9895833333vw 0.7291666667vw 1.40625vw 1.3541666667vw;
        border-radius: 0.4166666667vw;
        backdrop-filter: blur(1.2239583333vw);
    }
    .sec_commercial .wrap .r_box .item .jt{
        top: 4.6875vw;
        right: -1.1979166667vw;
        width: 1.5104166667vw;
    }
    .sec_commercial .wrap .r_box .item .item_top{
        gap: 0.625vw;
        margin-bottom: 0.8333333333vw;
    }
    .sec_commercial .wrap .r_box .item .h5{
        font-size: 1.1458333333vw;
        line-height: 1.3541666667vw;
        margin-bottom: 0.8333333333vw;
    }
    .sec_commercial .wrap .r_box .item .p{
        font-size: 0.8333333333vw;
        line-height: 1.1458333333vw;
    }
    .sec_commercial .wrap .r_box .item .item_top .icon{
        margin-left: -0.3645833333vw;
        width: 1.875vw;
        height: 1.875vw;
    }
    .sec_commercial .wrap .r_box .item .item_top .sort{
        font-size: 1.1458333333vw;
    }
    .sec_residential .wrap .title{
        font-size: 2.0833333333vw;
    }
    .sec_residential .wrap .r_box{
        gap: 0.8854166667vw 0.9895833333vw;
        width: 40.5729166667vw;
    }
    .sec_residential .wrap .r_box .item{
        width: 12.8645833333vw;
        border-radius: 0.4166666667vw;
        backdrop-filter: blur(0.78125vw);
        padding: 2.0833333333vw 0.1041666667vw 1.3541666667vw;
    }
    .sec_residential .wrap .r_box .item .icon{
        width: 3.4375vw;
        height: 3.4375vw;
        margin: 0px auto 1.8229166667vw;
    }
    .sec_residential .wrap .r_box .item .h5{
        font-size: 1.0416666667vw;
        margin-bottom: 1.0416666667vw;
        padding: 0.78125vw 0px 0px;
    }
    .sec_residential .wrap .r_box .item .h5::after{
        width: 9.1666666667vw;
    }
    .sec_residential .wrap .r_box .item .p{
        font-size: 0.8333333333vw;
        line-height: 1.1458333333vw;
        padding: 0px 1.1458333333vw;
    }
    .sec_residential .wrap .r_box .item:nth-child(1){
        border-radius: 0.4166666667vw;
        backdrop-filter: blur(0.78125vw);
        padding: 2.8125vw 5.2083333333vw;
    }
    .sec_residential .wrap .r_box .item:nth-child(1) .icon{
        width: 4.7916666667vw;
        height: 4.7916666667vw;
    }
    .sec_residential .wrap .r_box .item:nth-child(1) .item_r{
        width: 19.2708333333vw;
    }
    .sec_residential .wrap .r_box .item:nth-child(1) .item_r::after{
        height: calc(100% + 2.0833333333vw);
        top: -1.0416666667vw;
        left: -1.9270833333vw;
    }
    .sec_residential .wrap .r_box .item:nth-child(1) .item_r .h5{
        font-size: 1.6666666667vw;
        line-height: 2.1875vw;
        margin-bottom: 0.8333333333vw;
    }
    .sec2 .wrap{
        top: 7.8125vw;
    }
    .sec2 .wrap .title{
        font-size: 3.3333333333vw;
        top: calc(-7.8125vw + 50vh);
    }
    .sec2 .wrap .r_box{
        width: 22.1875vw;
    }
    .sec2 .wrap .r_box .item{
        height: 13.0208333333vw;
        border-radius: 0.4166666667vw;
        backdrop-filter: blur(0.78125vw);
        padding: 2.0833333333vw;
    }
    .sec2 .wrap .r_box .item::after{
        border-radius: 0.4166666667vw;
        backdrop-filter: blur(0.78125vw);
    }
    .sec2 .wrap .r_box .item .h5{
        font-size: 1.6666666667vw;
    }
    .sec2 .wrap .r_box .item .p{
        font-size: 0.8333333333vw;
        margin: 1.0416666667vw 0px 0px;
    }
    .sec2 .wrap .r_box .item:not(:last-child){
        margin-bottom: 1.25vw;
    }
    .sec3{
        padding: 5.2083333333vw 0px 0px;
    }
    .sec3 .wrap .title{
        font-size: 2.0833333333vw;
    }
    .sec3 .wrap .content p{
        font-size: 0.9375vw;
        margin: 0.8333333333vw 0px 2.2916666667vw;
    }
    .sec3 .wrap .content table tr th{
        height: 3.125vw;
        font-size: 0.9375vw;
    }
    .sec3 .wrap .content table tr td{
        padding: 1.3020833333vw 0px;
        font-size: 0.8333333333vw;
    }
    .sec4{
        padding: 6.25vw 0px 0px;
    }
    .sec4 .wrap .title{
        font-size: 2.0833333333vw;
    }
    .sec4 .wrap .des{
        font-size: 0.9375vw;
        margin: 0.8333333333vw 0px 2.0833333333vw;
    }
    .sec4 .wrap .content .content_bottom{
        padding: 0px 2.0833333333vw 0px 2.6041666667vw;
        bottom: 2.6041666667vw;
    }
    .sec4 .wrap .content .content_bottom .content_bottom_l{
        width: 40.625vw;
    }
    .sec4 .wrap .content .content_bottom .content_bottom_l .swiper_control{
        gap: 3.125vw;
        padding: 0px 0px 1.25vw;
        margin-bottom: 1.3541666667vw;
    }
    .sec4 .wrap .content .content_bottom .content_bottom_l .swiper_control .item{
        font-size: 1.1458333333vw;
    }
    .sec4 .wrap .content .content_bottom .content_bottom_l .swiper_control .item::after{
        height: 0.1041666667vw;
        bottom: -1.3020833333vw;
    }
    .sec4 .wrap .content .content_bottom .content_bottom_l .swiper .swiper-slide{
        gap: 2.6041666667vw;
    }
    .sec4 .wrap .content .content_bottom .content_bottom_r{
        gap: 0.625vw;
    }
    .sec4 .wrap .content .content_bottom .content_bottom_r .jt{
        width: 2.0833333333vw;
        height: 2.0833333333vw;
    }
    .sec4 .wrap .content .content_bottom .content_bottom_r .jt img{
        width: 0.4166666667vw;
    }
    .sec4 .wrap .content .imgs{
        border-radius: 0.625vw;
        height: 31.25vw;
    }
    .sec4 .wrap .content .img{
        border-radius: 0.625vw;
    }
    .sec5{
        padding: 7.2916666667vw 0px 8.3333333333vw;
    }
    .sec5 .wrap .title{
        font-size: 2.0833333333vw;
        margin-bottom: 2.0833333333vw;
    }
    .sec5 .wrap .list .item{
        border-radius: 0.8333333333vw;
        padding: 3.3333333333vw 2.0833333333vw 2.65625vw;
    }
    .sec5 .wrap .list .item .icon{
        width: 3.125vw;
        height: 3.125vw;
        margin: 0px auto 3.28125vw;
    }
    .sec5 .wrap .list .item .p{
        font-size: 0.7291666667vw;
    }
    .sec6{
        padding: 5.2083333333vw 0px 7.5520833333vw;
    }
    .sec6 .wrap .title{
        font-size: 2.0833333333vw;
        margin-bottom: 2.6041666667vw;
    }
    .sec6 .wrap .list .item .block{
        padding: 1.5625vw 0px;
    }
    .sec6 .wrap .list .item .block .p{
        font-size: 0.9375vw;
    }
    .sec6 .wrap .list .item .block .jt{
        width: 1.25vw;
        height: 1.25vw;
    }
    .sec6 .wrap .list .item .block .jt img{
        width: 0.2604166667vw;
    }
    .sec6 .wrap .list .item .none .none_box{
        padding: 0px 0px 1.5625vw;
        font-size: 0.7291666667vw;
        line-height: 1.1458333333vw;
    }
    .sec7{
        padding: 0px 0px 8.3333333333vw;
    }
    .sec7 .wrap .title{
        font-size: 2.0833333333vw;
        margin-bottom: 2.6041666667vw;
    }
    .sec7.sec7_sp .wrap .title{
        margin-bottom: 0.9375vw;
    }
    .sec7 .wrap .des{
        font-size: 0.9375vw;
        margin-bottom: 4.1666666667vw;
    }
    .sec7 .wrap .list{
        margin: 0.9895833333vw 0px 0px;
        gap: 1.3020833333vw;
    }
    .sec7 .wrap .list .item{
        width: 17.7083333333vw;
    }
    .sec7 .wrap .list .item .item_box{
        border-radius: 0.625vw;
        padding: 1.6666666667vw 1.9791666667vw 2.1354166667vw 1.3020833333vw;
        box-shadow: rgba(0, 95, 106, 0) 0px 0.5208333333vw 1.0416666667vw 0px;
    }
    .sec7.sec7_sp .wrap .list{
        margin-bottom: 5.9375vw;
    }
    .sec7.sec7_sp .wrap .content{
        gap: 0.7291666667vw;
        margin-bottom: 1.9270833333vw;
    }
    .sec7.sec7_sp .wrap .content .line{
        width: 1.9270833333vw;
    }
    .sec7.sec7_sp .wrap .content p{
        font-size: 0.9375vw;
    }
    .sec7.sec7_sp .wrap .list .item .item_box .icon{
        width: 2.8645833333vw;
        height: 2.8645833333vw;
        margin-bottom: 1.5625vw;
    }
    .sec7.sec7_sp .wrap .list .item{
        width: 13.0208333333vw;
    }
    .sec7.sec7_sp .wrap .list .item .item_box .h5{
        font-size: 0.9375vw;
        line-height: 1.25vw;
        margin-bottom: 1.40625vw;
    }
    .sec7.sec7_sp .wrap .list .item .item_box .p{
        font-size: 0.7291666667vw;
        line-height: 1.25vw;
    }
    .sec7 .wrap .list .item .item_box::after{
        width: 20.5208333333vw;
        height: 20.5208333333vw;
        border-radius: 20.5208333333vw;
        filter: blur(7.8125vw);
        bottom: -13.8541666667vw;
        left: -6.40625vw;
    }
    .sec7.sec7_sp .wrap .flex{
        border-radius: 0.7291666667vw;
        padding: 1.9791666667vw 2.6041666667vw;
        gap: 3.90625vw;
    }
    .sec7.sec7_sp .wrap .flex .line{
        height: 4.5833333333vw;
    }
    .sec7.sec7_sp .wrap .flex .item1{
        gap: 2.5520833333vw;
    }
    .sec7.sec7_sp .wrap .flex .item1 .icon{
        width: 3.5416666667vw;
        height: 3.6458333333vw;
    }
    .sec7.sec7_sp .wrap .flex .item1 .item_r{
        width: 33.3333333333vw;
    }
    .sec7.sec7_sp .wrap .flex .item1 .item_r .item_title{
        font-size: 0.9375vw;
        line-height: 1.25vw;
        margin-bottom: 0.3645833333vw;
    }
    .sec7.sec7_sp .wrap .flex .item1 .item_r .item_p{
        font-size: 0.7291666667vw;
        line-height: 1.25vw;
    }
    .sec7.sec7_sp .wrap .flex .item{
        gap: 1.4583333333vw;
    }
    .sec7.sec7_sp .wrap .flex .item .item_r .item_p{
        font-size: 0.7291666667vw;
        line-height: 1.25vw;

    }
    .sec7.sec7_sp .wrap .flex .item .icon{
        width: 1.71875vw;
        height: 1.6666666667vw;
    }
    .sec7 .wrap .list .item .item_box .h5{
        font-size: 1.0416666667vw;
    }
    .sec7 .wrap .list .item .item_box .p{
        font-size: 0.7291666667vw;
        line-height: 1.1458333333vw;
        margin: 0.78125vw 0px 0px;
    }

}


@media screen and (max-width: 768px) {
    .sec7 {
        padding: 20px 0 60px;
    }
    .sec7 .wrap .list {
        margin: 25px 0 0;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px 0;
    }
    .sec7 .wrap .list .item {
        width: 100%;
    }
    .sec7 .wrap .list .item .item_box {
        padding: 20px;
        border-radius: 8px;
    }
    .sec7 .wrap .list .item .item_box .h5 {
        font-size: 15px;
    }
    .sec7 .wrap .list .item .item_box .p {
        font-size: 13px;
        line-height: 1.6;
        margin: 10px 0 0;
    }
    .sec7 .wrap .title {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 25px;
    }
    .common_banner .banner_top {
        left: 50%;
    }
    .common_banner .img img {
        filter: brightness(0.8);
    }
    .common_banner .banner_top .label,.common_banner .banner_top .label div {
        font-size: 14px;
    }
    .common_banner .banner_top .banner_top_title {
        margin: 10px 0 0;
        font-size: 20px;
    }
    .common_banner .banner_top .banner_top_title div {
        font-size: 20px;
    }
    .sec1 {
        padding: 50px 0 210px;
        overflow: hidden;
    }

    .sec1 .wrap .des {
        font-size: 14px;
        line-height: 1.4;
        color: #000000;
    }
    .sec1 .wrap .des h2 {
        font-size: 16px;
        line-height: 1.4;
        color: #000000;
    }
    .sec1 .wrap .box {
        margin: 30px 0 0;
        gap: 20px;
    }
    .sec1 .wrap .img_box {
        margin: 30px 0 0;
        border-radius: 4px;
        overflow: unset;
    }
    .sec1 .wrap .img_box .pro_boxs {
        right: 0;
        bottom: -170px;
        width: 70%;
    }
    .sec1 .wrap .img_box .pro_boxs .pro_item {
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        padding: 10px;
        width: 100%;
    }
    .sec1 .wrap .img_box .pro_boxs .pro_item .img {
        height: 120px;
    }
    .sec1 .wrap .img_box .pro_boxs .pro_item h4 {
        font-size: 13px;
        line-height: 1.2;
    }
    .sec1 .wrap .img_box .dians .dian .cir {
        width: 10px;
        height: 10px;
    }
    .sec1 .wrap .img_box .dians .dian p {
        font-size: 10px;
        padding: 6px 10px;
        border-radius: 30px;
        left: 16px;
    }
    .sec1 .wrap .img_box .dians .dian:nth-child(1) {
        top: 16.072917vw;
        left: 30.302083vw;
    }
    .sec1 .wrap .img_box .dians .dian:nth-child(2) {
        top: 24.364583vw;
        left: 37.197917vw;
    }
    .sec1 .wrap .img_box .dians .dian:nth-child(3) {
        top: 17.166667vw;
        left: 59.15625vw;
    }
    .sec1 .wrap .img_box .dians .dian .cir .c1 {
        width: 4px;
        height: 4px;
    }
    .sec1 .wrap .box .item {
        width: 100% !important;
        border-radius: 8px;
        height: unset;
    }
    .sec1 .wrap .box .item .item_box {
        padding: 25px 15px 40px;
    }
    .sec1 .wrap .box .item .item_box .item_top .h5 {
        font-size: 15px;
    }
    .sec1 .wrap .box .item .item_box .item_top .p {
        font-size: 13px;
        height: unset;
        line-height: 1.4;
        margin: 10px 0 15px;
    }
    .sec1 .wrap .box .item .item_box .item_top .item_top_des ul li:not(:last-child) {
        margin-bottom: 6px;
    }
    .sec1 .wrap .box .item .item_box .item_top .item_top_des {
        font-size: 12px;
    }
    .sec1 .wrap .box .item .item_box .item_top .item_top_des ul li {
        padding: 0 0 0 12px;
    }
    .sec1 .wrap .box .item .item_box .item_top .item_top_des ul li::after {
        width: 4px;
        height: 4px;
        top: 5px;
    }
    .sec1 .wrap .box .item .item_box {
        position: unset;
    }
    .sec1 .wrap .box .item .img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        border-radius: 8px;
    }
    .sec2 {
        height: unset !important;
    }
    .sec2 .fix {
        height: unset;
        position: unset;
    }
    .sec2 .wrap {
        position: unset;
        display: block;
        padding: 60px 0;
    }
    .sec2 .wrap .title {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 35px;
        top: 0;
        transform: unset;
    }
    .sec2 .img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .sec2 .wrap .r_box {
        width: 100%;
        transform: unset !important;
    }
    .sec2 .wrap .r_box .item:not(:last-child) {
        margin-bottom: 20px;
    }
    .sec2 .wrap .r_box .item {
        height: unset;
        padding: 20px;
        border-radius: 8px;
    }
    .sec2 .wrap .r_box .item .h5 {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .sec2 .wrap .r_box .item .p {
        font-size: 13px;
        margin: 0;
    }
    .sec3 {
        padding: 60px 0 0;
    }
    .sec3 .wrap .title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .sec3 .wrap .content {
        overflow-x: auto;
    }
    .sec3 .wrap .content p {
        font-size: 14px;
    }
    .sec3 .wrap .content table {
        width: fit-content !important;
        margin: 15px 0 0;
    }
    .sec3 .wrap .content table tr th {
        font-size: 14px;
        padding: 10px 15px;
        white-space: nowrap;
    }
    .sec3 .wrap .content table tr td {
        font-size: 13px;
        padding: 10px 15px;
        white-space: nowrap;
    }
    .sec4 {
        padding: 20px 0 0;
    }
    .sec4 .wrap .title {
        font-size: 20px;
    }
    .sec4 .wrap .des {
        font-size: 14px;
        margin: 10px 0 25px;
    }
    .sec4 .wrap .content .content_bottom .content_bottom_r {
        display: none;
    }
    .sec4 .wrap .content .content_bottom .content_bottom_l {
        width: 100%;
    }
    .sec5 {
        padding: 60px 0;
        overflow: hidden;
    }
    .sec5 .wrap .title {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .sec5 .wrap .list {
        overflow: unset;
    }
    .sec5 .wrap .list .item {
        width: 100%;
        padding: 25px 10px;
    }
    .sec5 .wrap .list .item .icon {
        width: 30px;
        height: 30px;
        margin: 0 auto 15px;
    }
    .sec5 .wrap .list .item .p {
        font-size: 14px;
    }
    .sec6 {
        padding: 60px 0;
    }
    .sec6 .wrap .title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .sec6 .wrap .list .item .block {
        padding: 20px 0;
    }
    .sec6 .wrap .list .item .block .p {
        font-size: 14px;
        width: calc(100% - 40px);
    }
    .sec6 .wrap .list .item .none .none_box {
        padding: 0 0 20px;
        font-size: 13px;
        line-height: 1.6;
    }
    .sec6 .wrap .list .item .block .jt {
        width: 24px;
        height: 24px;
    }
    .sec6 .wrap .list .item .block .jt img {
        width: 5px;
    }
    .sec4 .wrap .content .imgs {
        height: 50vw;
        margin-bottom: 20px;
        border-radius: 8px;
    }
    .sec4 .wrap .content .content_bottom {
        position: unset;
        padding: 0;
    }
    .sec4 .wrap .content .content_bottom .content_bottom_l .swiper_control {
        flex-wrap: wrap;
        gap: 10px;
        padding: 0 0 15px;
        border-bottom: 1px solid #cccccc;
        margin-bottom: 20px;
    }
    .sec4 .wrap .content .content_bottom .content_bottom_l .swiper_control .item {
        font-size: 14px;
        color: rgba(0,0,0,0.4);
    }
    .sec4 .wrap .content .content_bottom .content_bottom_l .swiper_control .item:hover, .sec4 .wrap .content .content_bottom .content_bottom_l .swiper_control .item.on {
        color: #000000;
    }
    .sec4 .wrap .content .content_bottom .content_bottom_l .swiper .swiper-slide {
        flex-wrap: wrap;
        gap: 10px;
    }
    .sec_residential, .sec_commercial, .sec_ess {
        padding: 60px 0;
        height: unset;
    }
    .sec_residential .wrap {
        display: block;
    }
    .sec_residential .wrap .title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .sec_residential .wrap .r_box .item:nth-child(1) {
        display: block;
        border-radius: 8px;
        padding: 20px;
    }
    .sec_residential .wrap .r_box .item:nth-child(1) .icon {
        width: 40px;
        height: 40px;
        margin: 0 auto 15px;
    }
    .sec_residential .wrap .r_box .item:nth-child(1) .item_r {
        width: 100%;
    }
    .sec_residential .wrap .r_box .item:nth-child(1) .item_r .p {
        text-align: center;
    }
    .sec_residential .wrap .r_box .item:nth-child(1) .item_r .h5 {
        font-size: 15px;
        margin: 0 auto 10px;
        padding: 10px 0 0;
        text-align: center;
        line-height: 1.3;
    }
    .sec_residential .wrap .r_box .item:nth-child(1) .item_r:after {
        top: 0;
        left: 10%;
        transform: unset;
        width: 80%;
        height: 1px;
    }
    .sec_residential .wrap .r_box {
        width: 100%;
        gap: 10px;
    }
    .sec_residential .wrap .r_box .item {
        width: 100%;
        border-radius: 8px;
        padding: 20px;
    }
    .sec_residential .wrap .r_box .item .icon {
        width: 40px;
        height: 40px;
        margin: 0 auto 15px;

    }
    .sec_residential .wrap .r_box .item .h5 {
        font-size: 15px;
        margin-bottom: 10px;
        padding: 10px 0 0;
    }
    .sec_residential .wrap .r_box .item .h5:after {
        width: 80%;
    }
    .sec_residential .wrap .r_box .item .p {
        font-size: 13px;
        line-height: 1.4;
        padding: 0;
    }
    .sec_commercial .wrap .r_box {
        display: block;
    }
    .sec_commercial .wrap .r_box .item:not(:last-child) {
        margin-bottom: 20px;
    }
    .sec_commercial .wrap .r_box .item .jt {
        transform: translateX(-50%) rotate(90deg);
        bottom: -25px;
        left: 50%;
        width: 34px;
        top: unset;
        right: unset;
    }
    .sec_commercial .wrap .r_box .item {
        width: 100%;
        border-radius: 8px;
        padding: 20px;
    }
    .sec_commercial .wrap .r_box .item .item_top {
        gap: 10px;
        margin-bottom: 15px;
    }
    .sec_commercial .wrap .r_box .item .item_top .icon {
        width: 32px;
        height: 32px;
        margin-left: -3px;
    }
    .sec_commercial .wrap .r_box .item .item_top .sort {
        font-size: 14px;
    }
    .sec_commercial .wrap .r_box .item .h5 {
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    .sec_commercial .wrap .r_box .item .p {
        font-size: 13px;
        line-height: 1.4;

    }
    .sec7.sec7_sp .wrap .title {
        margin-bottom: 10px;
    }
    .sec7 .wrap .des {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .sec7.sec7_sp .wrap .list {
        margin-bottom: 25px;
        display: block;
    }
    .sec7.sec7_sp .wrap .list .item {
        width: 100%;
    }
    .sec7.sec7_sp .wrap .list .item:not(:last-child) {
        margin-bottom: 20px;
    }
    .sec7.sec7_sp .wrap .list .item .item_box .icon {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }
    .sec7.sec7_sp .wrap .list .item .item_box .h5 {
        font-size: 15px;
        margin-bottom: 10px;
        line-height: 1.4;
    }
    .sec7.sec7_sp .wrap .list .item .item_box .p {
        font-size: 13px;
        line-height: 1.4;
    }
    .sec7.sec7_sp .wrap .content {
        gap: 10px;
        margin-bottom: 15px;
    }
    .sec7.sec7_sp .wrap .content .line {
        width: 30px;

    }
    .sec7.sec7_sp .wrap .content p {
        font-size: 13px;
    }
    .sec7.sec7_sp .wrap .flex {
        border-radius: 8px;
        padding: 20px;
        display: block;
    }
    .sec7.sec7_sp .wrap .flex .line {
        width: 100%;
        height: 1px;
        margin: 20px 0;
    }
    .sec7.sec7_sp .wrap .flex .item1 {
        display: block;
    }
    .sec7.sec7_sp .wrap .flex .item1 .icon {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }
    .sec7.sec7_sp .wrap .flex .item1 .item_r {
        width: 100%;
    }
    .sec7.sec7_sp .wrap .flex .item1 .item_r .item_title {
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 5px;
    }
    .sec7.sec7_sp .wrap .flex .item1 .item_r .item_p {
        font-size: 13px;
        line-height: 1.4;
    }
    .sec7.sec7_sp .wrap .flex .item {
        gap: unset;
        display: block;
    }
    .sec7.sec7_sp .wrap .flex .item .icon {
        width: 30px;
        height: 30px;
    }

    .sec7.sec7_sp .wrap .flex .item .item_r .item_p {
        font-size: 13px;
        line-height: 1.4;
    }
    .sec_ess {
        padding: 60px 0 0;
    }
    .sec_ess .wrap {
        padding: 0;
        display: block;
    }
    .sec_ess .wrap .l_box {
        width: 100%;
        padding: 0 5vw;
    }
    .sec_ess .wrap .l_box .title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sec_ess .wrap .l_box .des {
        font-size: 13px;
        margin: 0 0 25px;
    }
    .sec_ess .wrap .r_box {
        width: 100%;
        height: unset;
        display: flex;
        flex-wrap: wrap;
    }
    .sec_ess .wrap .r_box .item {
        width: 100%;
        padding: 20px;
    }
    .sec_ess .wrap .r_box .item .item_box {
        display: block;
        padding: 0;
    }
    .sec_ess .wrap .r_box .item .item_box .icon {
        width: 40px;
        height: 40px;
        margin: 0 0 8px;
    }
    .sec_ess .wrap .r_box .item .item_box .item_r {
        width: 100%;
    }
    .sec_ess .wrap .r_box .item .item_box .item_r .h5 {
        font-size: 15px;
        margin-bottom: 8px;
        line-height: 1.4;
    }
    .sec_ess .wrap .r_box .item .item_box .item_r .p {
        font-size: 13px;
    }
    .sec_ess .wrap .r_box .item:not(:nth-last-child(1))::after {
        width: calc(100% - 40px);
    }
}
