.pc-block {
    display: block;
}

.mb-block {
    display: none;
}

.c02a {
    color: #02A0C7;
}

.mis {
    font-family: 'MiSans-semibold';
    font-weight: 600;
}

.mim {
    font-family: 'MiSans-Medium';
    font-weight: 450;
}

.mir {
    font-family: 'MiSans-Regular';
    font-weight: 380;
}

.mib {
    font-family: 'MiSans-Bold';
    font-weight: 800;
}

.es {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.es2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.es3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.w1440 {
    width: calc(100% - 12rem);
    margin: 0 auto;
}

.swiper-pagination {
    position: relative;
    z-index: 1;
    margin-top: 1rem;
    bottom: 0;
}

.swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, .75) !important;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #02A0C7 !important;
}

#main_scroll {
    overflow: hidden;
    width: 100%;
}

.sub_banner {
    width: 100%;
    height: 13.75rem;
    /*height: 19.3rem;*/
    position: relative;
}

.sub_banner::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10.175rem;
    /*background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.00) 47.89%);*/
    background-image: url(../../web/img/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.sub_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.select_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.select_list>.tit-15 {
    color: #CACACA;
}

.select_list>.tit-15 span {
    color: #02A0C7;
}

.select_boxs {
    display: flex;
    align-items: center;
}

.select_boxs .select_box {
    position: relative;
    margin-right: .525rem;
}

.select_box .select_show {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .35rem 0 .575rem;
    border-radius: 1.5rem;
    background-color: #F5F5F5;
    transition: all .5s;
    width: 5rem;
    height: 1.25rem;
    color: #1A1A1A;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.select_box .select_show .svg {
    width: 0.775rem;
    height: 0.775rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    background-color: #fff;
}

.select_box .select_show .svg svg {
    margin-top: .1rem;
}

.select_box .select_hide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 1.5rem 0rem 0rem 0rem;
    background-color: #fff;
    border: .025rem solid rgba(0, 0, 0, .1);
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem 0 rgba(0, 0, 0, .1);
    display: none;
}

.select_box .select_hide_box {
    max-height: 5rem;
    padding: 0rem .35rem 0rem .575rem;
    width: 100%;
    overflow-y: auto;
}

.select_box .select_hide a {
    display: block;
    padding: .25rem 0;
    transition: all .6s;
    border-bottom: .025rem solid rgba(0, 0, 0, .1);
}

.select_box .select_hide a:hover {
    color: #02A0C7;
}

.select_box.cur {
    z-index: 2;
}

.select_box .select_show:hover,
.select_box.cur .select_show {
    background: #02A0C7;
    color: #fff;
}

.select_box.cur .select_show .svg {
    background-color: #F5F5F5;
}

.sub_nav.cur {
    background-color: #fff;
    box-shadow: 0 0.1rem 0.25rem 0 rgba(0, 0, 0, .1);
}

.sub_nav.cur .w1440 .lht,
.sub_nav.cur .w1440 a {
    color: #1A1A1A;
}

.sub_nav.cur .w1440 a.cur::after,
.sub_nav.cur .w1440 a:hover::after {
    bottom: -0.05rem;
    background-color: #02A0C7;
}

.more {
    width: 4.1rem;
    height: 1.25rem;
    border-radius: 1.5rem;
    border: .05rem solid #EFEFEF;
    background: #F5F5F5;
    backdrop-filter: blur(.125rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s;
    color: #1A1A1A;
}

.more:hover {
    border-color: #02A0C7;
    background: #02A0C7;
    color: #fff;
}

.more .svg {
    width: 0.775rem;
    height: 0.775rem;
    border-radius: 0.775rem;
    background: #02A0C7;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.more:hover .svg {
    background: #fff;
}

.more .svg svg path {
    transition: all 0.5s;
}

.more:hover .svg svg path {
    fill: #02A0C7;
}

.sub_nav {
    position: fixed;
    left: 0;
    top: 2rem;
    width: 100%;
    margin: 0 auto;
    z-index: 98;
    /*transition: all .6s;*/
}

.sub_nav .w1440 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0;
    width: 88%;
    border-bottom: .025rem solid rgba(255, 255, 255, .2);
}

.sub_nav .w1440 .rht {
    display: flex;
    align-items: center;
}

.sub_nav .w1440 .lht,
.sub_nav .w1440 a {
    display: block;
    padding: .375rem 0;
    line-height: 1;
    transition: all .5s;
}

.sub_nav .w1440 a {
    margin-left: 2rem;
    position: relative;
    transition: all .5s;
}

/*.sub_nav .w1440 a.cur,
.sub_nav .w1440 a:hover{
    color: #02A0C7;
}*/
.sub_nav .w1440 a::after {
    position: absolute;
    left: 50%;
    bottom: -0.05rem;
    transform: translateX(-50%);
    content: '';
    width: 100%;
    height: 0.05rem;
    background: #FFF;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.sub_nav .w1440 a.cur::after,
.sub_nav .w1440 a:hover::after {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.position_box {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.position {
    width: 100%;
    padding-bottom: 4.7rem;
}

.demand .w1440 {
    padding: 2.3rem 0 0;
}

.demand .w1440 .more {
    width: 4.5rem;
    padding: 0 .35rem;
}

.position .tit-58 {
    margin: 3.5rem 0 1.325rem;
    line-height: 1;
}

.position.process .tit-58 {
    margin-top: 0;
}

.demand .demand_box .item {
    width: 100%;
    height: 19.3rem;
    overflow: hidden;
    padding: 4.7rem 2.9rem 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: .15rem;
}

.demand .demand_box .item .title {
    margin-bottom: 2rem;
    line-height: 1.325rem;
}

.process_box {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.process_box .item {
    width: calc((100% - 3.45rem) / 3);
    margin-right: 1.725rem;
    height: 13.25rem;
    background: linear-gradient(180deg, #02A0C7 0%, rgba(2, 160, 199, 0.50) 100%);
    margin-bottom: 1rem;
    border-radius: 0.15rem;
    border: .025rem solid #CCC;
    padding: 1.5rem 1.375rem 0;
    position: relative;
}

.process_box .item:nth-child(3n) {
    margin-right: 0;
}

.process_box .item:nth-child(5),
.process_box .item:nth-child(2) {
    background: linear-gradient(180deg, #02C7C7 0%, rgba(2, 199, 199, 0.50) 100%);
}

.process_box .item:nth-child(6),
.process_box .item:nth-child(3) {
    background: linear-gradient(180deg, #0257C7 0%, rgba(2, 87, 199, 0.50) 100%);
}

.process_box .item .img {
    width: 1.5rem;
    margin-bottom: .375rem;
}

.process_box .item .img img {
    width: 100%;
}

.process_box .item .tit-40 {
    line-height: 1.3;
    margin-bottom: .75rem;
}

.process_box .item .num {
    position: absolute;
    left: 1.375rem;
    bottom: -0.8rem;
    font-size: 3.2rem;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 67.62%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.position .select_list {
    margin-bottom: 2.25rem;
}

.party {
    position: relative;
    padding-top: 2.05rem;
}

.position .swiper_card {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 3.25rem;
}

.position .swiper_card .swiper-wrapper {
    align-items: stretch;
}

.position .swiper_card .swiper-slide {
    height: auto;
}

.position .swiper_card .card_box {
    display: flex;
    align-items: stretch;
    background-color: #FFF;
    width: 100%;
    height: 15.75rem;
}

.position .swiper_card .card_box .card_txt,
.position .swiper_card .card_box .img {
    width: 50%;
    height: 100%;
}

.position .swiper_card .card_box .img {
    overflow: hidden;
}

.position .swiper_card .card_box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.position .swiper_card .card_box:hover .img img {
    transform: scale(1.05);
}

.position .swiper_card .card_box .card_txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.8rem 1.875rem 2.25rem;
}

.position .swiper_card .card_box .card_txt .time {
    color: #CACACA;
    margin-bottom: .575rem;
}

.party .swiper_card .card_box .card_txt .time {
    opacity: 0;
    transform: translateY(0.3rem);
    visibility: hidden;
}

.party .swiper_card .swiper-slide-active .card_box .card_txt .time {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    transition: all 0.5s;
    transition-delay: 0.2s;
}

.party .swiper_card .card_box .card_txt .tit-28 {
    opacity: 0;
    transform: translateY(0.3rem);
    visibility: hidden;
}

.party .swiper_card .swiper-slide-active .card_box .card_txt .tit-28 {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    transition: all 0.5s;
    transition-delay: 0.3s;
}

.party .swiper_card .card_box .card_txt .tit-16 {
    opacity: 0;
    transform: translateY(0.3rem);
    visibility: hidden;
}

.party .swiper_card .swiper-slide-active .card_box .card_txt .tit-16 {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    transition: all 0.5s;
    transition-delay: 0.4s;
}

.party .swiper_card .card_box .card_d {
    opacity: 0;
    transform: translateY(0.3rem);
    visibility: hidden;
}

.party .swiper_card .swiper-slide-active .card_box .card_d {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    transition: all 0.5s;
    transition-delay: 0.5s;
}

.position .swiper_card .card_box .card_txt .tit-28 {
    margin-bottom: 1.275rem;
    line-height: 1.4;
    transition: all 0.5s;
}

.position .swiper_card .card_box:hover .card_txt .tit-28 {
    color: #02A0C7;
}

.position .swiper_card .card_box .card_d {
    display: flex;
    color: #02A0C7;
    align-items: center;
}

.position .swiper_card .card_box .card_d svg {
    margin-left: .15rem;
    transition: all 0.5s;
}

.position .swiper_card .card_box .card_d:hover svg {
    transform: translateX(0.1rem);
}

.position .card-box {
    position: relative;
}

.position .card-box .party-bg {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 13rem;
    width: 100%;
}

.position .card-box .party-bg img {
    width: 100%;
}

.position .card_list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 0 6rem;
}

.position .card_list .card_item {
    width: calc((100% - 1.5rem) / 3);
    margin-right: .75rem;
    margin-bottom: .75rem;
    background-color: #fff;
}

.position .card_list .card_item .img {
    width: 100%;
    height: 7.5rem;
    overflow: hidden;
}

.position .card_list .card_item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.position .card_list .card_item:hover .img img {
    transform: scale(1.05);
}

.position .card_list .card_item .card_txt {
    border: .025rem solid #E2E2E2;
    border-top: 0;
    padding: .925rem 1rem .625rem;
    height: calc(100% - 7.5rem);
}

.position .card_list .card_item .txt_b {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.position .card_list .card_item:nth-child(3n) {
    margin-right: 0;
}

.position .card_list .card_item .tit-20 {
    margin-bottom: .375rem;
    transition: all 0.5s;
}

.position .card_list .card_item:hover .tit-20 {
    color: #02A0C7;
}

.position .card_list .card_item .tit-15 {
    margin-bottom: 1.4rem;
}

.position .card_list .card_item .txt_b .tit-15 {
    margin-bottom: 0;
    color: #CACACA;
}

.position .card_list .card_item .txt_b .txt_r {
    display: flex;
    color: #02A0C7;
    align-items: center;
}

.position .card_list .card_item .txt_b .txt_r svg {
    margin-left: .15rem;
    transition: all 0.5s;
}

.position .card_list .card_item .txt_b .txt_r:hover svg {
    transform: translateX(0.1rem);
}

.position .page {
    margin-top: .9rem;
}

.news .card_list {
    padding: 0;
}

.news {
    padding-bottom: 3.225rem;
}

.news .swiper_card .card_box {
    display: block;
    height: 100%;
}

.news .swiper_card .card_box .img,
.news .swiper_card .card_box .card_txt {
    width: 100%;
}

.news .swiper_card .card_box .img {
    height: 11.25rem;
    width: 100%;
    overflow: hidden;
}

.news .swiper_card .card_box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.news .swiper_card .card_box:hover .img img {
    transform: scale(1.05);
}

.news .swiper_card .card_box .card_txt {
    padding: .875rem 1.5rem 1.1rem;
}

.news .swiper_card .card_box .card_txt .tit-28 {
    margin-bottom: .375rem;
    transition: all 0.5s;
}
@media (min-width: 996px) { 
    .news .swiper_card .card_box .card_txt .tit-28{
        height:2rem ;
    }
}
.news .swiper_card .card_box:hover .card_txt .tit-28 {
    color: #02A0C7;
}

.news .swiper_card .card_box .card_txt .time {
    margin-bottom: 0;
    margin-top: 1.4rem;
}

.news .card_list .card_item {
    width: 100%;
    margin-right: 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 5.5rem;
    background-color: #fff;
}

.news .card_list .card_item .img {
    width: 8.25rem;
    height: 100%;
    overflow: hidden;
}

.news .card_list .card_item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.news .card_list .card_item .card_txt {
    height: 100%;
    width: calc(100% - 8.25rem);
    border-top: .025rem solid #E2E2E2;
    border-left: 0;
    padding: .925rem 2.75rem 1.125rem 1.75rem;
}

.news .card_list .card_item .tit-15 {
    margin-bottom: 0;
}

.news .card_list .card_item .time {
    margin-bottom: .175rem;
    color: #CACACA;
}

.news .card_list .card_item .tit-20 {
    margin-bottom: .3rem;
}

.news .page {
    margin-top: 1.875rem;
}

.products {
    padding: 2.5rem 6rem;
}

.products_list .products_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 18.5rem;
    width: 100%;
    margin-bottom: 2.5rem;
    position: relative;
    overflow: hidden;
    padding: 3rem;
    border-radius: .25rem;
    overflow: hidden;
}

.products_list .products_item .poa {
    width: 100%;
    height: 100%;
    border-radius: .25rem;
    overflow: hidden;
    left: 0;
    top: 0;
}

.products_list .products_item .poa img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}

/*.products_list .products_item:last-child {
    margin-bottom: 0;
}*/
.products_list .products_item .products_item_txt {
    width: 100%;
    height: 100%;
}

.products_list .products_item .products_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.products_list .products_item .tit-48 {
    margin-bottom: .35rem;
    position: relative;
    display: flex;
    align-items: center;
}

.products_list .products_item .tit-48 .icon {
    width: 1.725rem;
    height: auto;
}

.products_list .products_item .tit-48 .icon img {
    width: 100%;
}

.products_list .products_item .tit-48 span {
    margin-left: .45rem;
}

.products_list .products_item1 .products_item_txt {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.products_list .products_item1 .products_item_txt .item_txt_l {
    max-width: 38%;
}

.products_list .products_item1 .products_item_txt .tit-18 {
    width: 14.25rem;
    padding-top: .375rem;
    max-height: 5.5rem;
    overflow-y: auto;
}

.products_list .products_item2 .products_item_txt {
    width: 14.25rem;
    margin: 0 0 0 auto;
}

.products_list .products_item2 .products_item_txt .tit-18 {
    max-height: 5.5rem;
    overflow-y: auto;
}

.products_list .products_item .tit-16 {
    margin-bottom: 2.15rem;
    color: #000;
}

.products .swiper-pagination {
    left: 6rem;
    bottom: 8rem;
    text-align: left;
}

.products .swiper-pagination .swiper-pagination-bullet {
    background: rgba(0, 0, 0, .2) !important;
}

.products .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
    margin-left: 0;
}

.products .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #02A0C7 !important;
}

.party .tit-58 {
    margin-bottom: 1.125rem;
}

.party .select_list {
    margin-bottom: 2.25rem;
    position: relative;
    z-index: 5;
}

@media screen and (max-width: 767px) {
    .pc-block {
        display: none;
    }

    .mb-block {
        display: block;
    }

    .w1440 {
        width: calc(100% - 1rem);
    }

    .sub_banner {
        height: 10rem !important;
    }

    .sub_banner img {
        height: 100%;
        object-fit: cover;
    }

    .position .tit-58 {
        font-size: .7rem;
        margin: 1rem 0 1rem;
    }

    .position .select_list {
        flex-direction: column;
        align-items: start;
        margin-bottom: 1rem;
    }

    .select_list>.tit-15 {
        margin-top: 0.5rem;
        margin-right: auto;
        margin-left: 0;
    }

    .news .swiper_card .card_box .img {
        height: 6.5rem;
    }

    .news .swiper_card .card_box .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .news .swiper_card .card_box .card_txt {
        padding: 0.5rem;
    }

    .news .swiper_card .card_box .card_txt .tit-28 {
        font-size: .5rem;
        margin-bottom: 0.2rem;
    }

    .news .swiper_card .card_box .card_txt .time {
        margin-top: 1rem;
    }

    .position .swiper_card {
        margin-bottom: 1rem;
    }

    .news .card_list .card_item {
        flex-direction: column;
        height: auto;
    }

    .news .card_list .card_item .img {
        width: 100%;
        height: 7rem;
    }

    .news .card_list .card_item .card_txt {
        width: 100%;
        height: auto;
        padding: 0.5rem;
    }

    .news .card_list .card_item .tit-20 {
        font-size: .45rem;
    }

    .news {
        padding-bottom: 1rem;
    }

    .news .page {
        margin-top: 0.5rem;
    }

    .sub_nav .w1440 {
        /* flex-direction: column; */
    }

    .sub_nav .w1440 a:first-child {
        margin-left: 0 !important;
    }

    .products_list .products_item {
        height: auto;
    }

    .products_list .products_item {
        flex-direction: column;
    }

    .products_list .products_item .products_item_txt {
        width: 100%;
        padding: 0.5rem;
    }

    .products_list .products_item .tit-16 {
        margin-bottom: 1rem;
    }

    .products_list .products_item .tit-48 {
        font-size: 0.7rem;
    }

    .products_list .products_item .products_item_img {
        width: 100%;
        height: auto;
    }

    .products_list .products_item .tit-48::after {
        height: 0.05rem;
    }

    .products_list .products_item .products_item_txt .tit-20 {
        font-size: 0.45rem;
    }

    .products_list .products_item .products_item_img img {
        height: auto;
    }

    .party {
        padding-top: 0;
    }

    .party .tit-58 {
        font-size: .7rem;
    }

    .party .select_list {
        flex-direction: column;
        margin-bottom: 1rem;
    }

    .position .swiper_card .card_box {
        flex-direction: column;
        height: auto;
    }

    .position .swiper_card .card_box .img {
        width: 100%;
        height: 8.5rem;
    }

    .position .swiper_card .card_box .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .position .swiper_card .card_box .card_txt {
        width: 100%;
        height: auto;
        padding: 0.5rem;
    }

    .position .swiper_card .card_box .card_txt .tit-28 {
        font-size: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .position .swiper_card .card_box .card_txt .card_t {
        margin-bottom: 1rem;
    }

    .news .swiper_card .card_box .card_txt .card_t {
        margin-bottom: 0;
    }

    .position .card_list {
        flex-direction: column;
        padding: 0 0.5rem;
    }

    .news .card_list {
        padding: 0;
    }

    .position .card_list .card_item {
        width: 100%;
        margin-right: 0;
    }

    .party .card_list .card_item .img {
        height: 6.5rem;
    }

    .position .card_list .card_item .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .position .card_list .card_item .card_txt {
        padding: 0.5rem;
    }

    .position .card_list .card_item .tit-20 {
        font-size: 0.45rem;
    }

    .position .card_list .card_item .tit-15 {
        margin-bottom: 1rem;
    }

    .news .card_list .card_item .tit-15 {
        margin-bottom: 0.25rem;
    }

    .position {
        padding-bottom: 1rem;
    }

    .position .page {
        margin-top: 0.25rem;
    }

    .demand .w1440 {
        padding: 0;
    }

    .demand .demand_box .item {
        height: auto;
    }

    .demand .demand_box .item {
        padding: 1.5rem 1rem 2rem;
    }

    .demand .demand_box .item .title {
        font-size: 0.65rem;
        line-height: 1.3;
        margin-bottom: 1rem;
    }

    .demand .demand_box .item .title br {
        display: none;
    }

    .process_box {
        gap: 0.5rem;
    }

    .process_box .item {
        width: calc((100% - 0.5rem) / 2);
        margin-right: 0;
        margin-bottom: 0;
        height: 6rem;
        padding: 1rem 0.5rem 0;
    }

    .process_box .item .img {
        width: 1rem;
    }

    .process_box .item .tit-40 {
        font-size: .6rem;
        line-height: 1.3;
    }

    .process_box .item .num {
        left: 0.5rem;
        bottom: -1.2rem;
        font-size: 2rem;
    }

    .sub_banner::after {
        height: 5rem;
    }
}

.products {
    position: relative;
}

.products .svg_bg {
    position: absolute;
    left: 0;
    z-index: -1;
    top: 10%;
    width: 100%;
    padding: 0 3rem;
    height: 100%;
}

.products .svg_bg svg {
    width: 100%;
    height: 100%;
}

.products .svg_plane {
    position: absolute;
    left: 0;
    z-index: -1;
    top: 10.875rem;
    width: 100%;
    padding: 0 3rem;
}

.products_list .products_item.bg {
    background-size: 100% 100%;
    transition: all .6s;
}

.products_list .products_item.bg:hover>.poa img {
    transform: scale(1.02);
}
@media (min-width:1024px) and (max-width: 1500px) { 
    .pc-header .logo{
        width: 15rem;
    }
}
/* .products_list .products_item1:nth-child(2n) .tit-16,
.products_list .products_item1:nth-child(2n) .tit-18,
.products_list .products_item1:nth-child(2n) .tit-48 {
    color: #fff !important;
} */
.products_list .products_item:nth-child(2n) .tit-16,
.products_list .products_item:nth-child(2n) .tit-18,
.products_list .products_item:nth-child(2n) .tit-48 {
    color: #fff !important;
}
.products_list .products_item1 .products_item_txt .products_item_txt_r{
    padding-right: 1rem;
}
@media (max-width: 768px) {
    .products {
        padding: 1.5rem 4%;
    }

    .products_list .products_item {
        padding: 1rem 0.5rem .5rem;
        width: 100%;
        height: auto;
        margin-bottom: 1rem;
    }

    .products_list .products_item .products_item_txt {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

    .products_list .products_item1 .products_item_txt .tit-18 {
        width: 100%;
    }

    .products_list .products_item .tit-48 .icon {
        width: 1rem;
    }

    .products_list .products_item1 .products_item_txt .tit-18 {
        padding-top: 0;
    }

    .products_list .products_item .tit-16 {
        font-size: .45rem;
    }

    .products_list .products_item .products_item_txt .tit-18 {
        font-size: .35rem;
        line-height: 1.5;
    }

    .position .card_list .card_item .card_txt {
        height: auto;
    }

    .position.process {
        padding-bottom: 1.5rem;
    }

    .products .svg_bg,
    .products .svg_plane {
        display: none;
    }

    .products_list .products_item {
        padding: 0;
        min-height: 7rem;
    }

    .products_list .products_item .poa {
        position: relative;
        left: 0;
        top: 0;
    }

    .products_list .products_item .poa img {
        height: 100%;
        object-fit: cover;
    }

    .products_list .products_item .products_item_txt {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 1rem 0.5rem 2rem;
    }

    .process_box .item .tit-40 {
        font-size: .55rem;
        margin-bottom: .25rem;
    }

    .process_box .item {
        height: auto;
        padding-bottom: 2rem;
    }

    .products_list .products_item1 .products_item_txt .tit-18 {
        /* max-height: auto; */
    }

    .products_list .products_item2 .products_item_txt .tit-18 {
        /* max-height: auto; */
    }
    .products_list .products_item1 .products_item_txt .products_item_txt_r{
        padding-right: 0;
    }
}

.products_list .products_item1 .products_item_txt .tit-18,
.products_list .products_item2 .products_item_txt .tit-18 {
    padding-right: .1rem;
}

.products_list .products_item1 .products_item_txt .tit-18::-webkit-scrollbar,
.products_list .products_item2 .products_item_txt .tit-18::-webkit-scrollbar {
    background-color: rgba(255, 255, 255, 1);
    border-radius: .25rem;

}

.products_list .products_item1 .products_item_txt .tit-18::-webkit-scrollbar-thumb,
.products_list .products_item2 .products_item_txt .tit-18::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
}