.content_box {
    padding: 80px 0;
}

.content_body {
    padding: 0 15px;
    display: flex;
    gap: 30px;
}

.content_body .html_body {
    flex: 1;
}

.content_body .products_list {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
}

.content_body .products_item {
    border: 1px solid #eee;
    background-color: #fafafa;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

.content_body .products_item .products_img {
    position: relative;
    padding-bottom: 100%;
}

.content_body .products_item .products_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #eee;
    object-fit: cover;
}

.content_body .products_item .item_box {
    padding: 15px;
}

.content_body .products_item p {
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.pagination_box {
    margin-top: 60px;
}

.content_body .products_top {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}

.content_body .products_top .left {
    flex: 1;
    padding: 0 70px;
}

.content_body .products_top .right {
    flex: 1;
}

.content_body .products_top .left .swiper_body {
    width: 100%;
}

.content_body .products_top .left .swiper {
    width: 100%;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.products_swiper2 {
    height: 100%;
    box-sizing: border-box;
}

.products_swiper2 .swiper-slide {
    width: 25%;
    height: 100%;
    border: 1px solid #eee;
    opacity: 0.5;
}

.products_swiper2 .swiper-slide-thumb-active {
    border: 1px solid var(--primary-color);
    opacity: 1;
}

.products_swiper_box {
    position: relative;
    padding-bottom: 100%;
}

.products_swiper_body,
.swiper_page_body {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.swiper_page_box {
    margin-top: 15px;
    position: relative;
    height: 40px;
}

.products_swiper_body .swiper-button-next:after,
.products_swiper_body .swiper-button-prev:after {
    display: none;
}

.products_swiper_body .swiper-button-next,
.products_swiper_body .swiper-button-prev {
    width: 32px;
    height: 32px;
    background-color: rgba(0, 0, 0, .55);
    border-radius: 50%;
}

.products_swiper_body .swiper-button-next span,
.products_swiper_body .swiper-button-prev span {
    color: #fff;
    font-size: 22px;
}

.products_swiper_body .swiper-button-prev {
    left: -60px;
}

.products_swiper_body .swiper-button-next {
    right: -60px;
}

.products_top .products_name {
    line-height: 24px;
    font-size: 18px;
    color: #333333;
    padding-bottom: 5px;
    border-bottom: 1px dotted #cccccc;
}

.products_top .product_info {
    list-style: none;
    padding: 0px;
    margin-top: 10px;
}

.products_top .product_info pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    background-color: #FFFFFF;
    border: none;
    line-height: 28px;
    font-family: Arial, 'microsoft yahei', Helvetica, sans-serif;
    color: #2F2F2F;
    font-size: 14px;
    padding: 0px;
}

.products_top .product_info p {
    margin: 0 0 10px;
    line-height: 28px;
    font-family: Arial, 'microsoft yahei', Helvetica, sans-serif;
    color: #2F2F2F;
    font-size: 14px;
}

.products_top .product_btn {
    display: inline-block;
    padding: 6px 12px;
    background-color: var(--primary-color);
    cursor: pointer;
}

.products_top .product_btn:hover {
    background-color: var(--primaryHover-color);
}

.products_top .product_btn span {
    color: #ffffff;
    line-height: 28px;
    vertical-align: bottom;
}

.products_top .product_btn .iconfont {
    font-size: 23px;
}

.content_box .pr {
    margin: 0 0 20px 0;
    background: #f2f2f2;
}

.content_box .pr span {
    background: none repeat scroll 0 0 var(--primary-color);
    color: #fff;
    display: inline-block;
    font-weight: 500;
    line-height: 37px;
    padding: 2px 18px 0;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.product_con table {
    width: 100%;
}

.product_con .tags {
    margin: 15px 0px 10px 0px;
}

.product_con .tags a {
    margin-right: 3px;
    padding: 0 8px;
    line-height: 26px;
    color: rgba(0, 0, 0, .5);
    background: rgba(0, 0, 0, .04);
    display: inline-block;
}

.product_con .point {
    clear: both;
    margin: 20px 0px 40px 0px;
    padding-bottom: 40px;
    line-height: 22px;
    display: flex;
}

.product_con .point span {
    flex: 1;
}

.product_con .point span a {
    color: var(--primary-color);
}

.products_form .form_row_lable {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 800;
}

.products_form .form_group {
    margin-bottom: 15px;
}

.products_form input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.products_form input::placeholder {
    color: #ccc;
}

.products_form input:focus {
    border: 1px solid var(--primary-color);
}

.products_form textarea {
    outline: none;
    display: block;
    width: 100%;
    max-width: 300px;
    min-width: 100%;
    min-height: 60px;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.products_form textarea::placeholder {
    color: #ccc;
}

.products_form textarea:focus {
    border: 1px solid var(--primary-color);
}

.products_form .form_btn_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.products_form .form_btn_list .form_btn {
    display: inline-block;
    padding: 6px 30px;
    background-color: #e8e8e8;
    cursor: pointer;
    color: #333333;
    line-height: 28px;
}

.products_form .form_btn_list .form_btn:nth-child(1) {
    background-color: var(--primary-color);
    color: #ffffff;
}

.products_form .form_btn_list .form_btn:nth-child(1):hover {
    background-color: var(--primaryHover-color);
}

.download_list .download_item {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    color: #898989;
    font-family: "Opensans-Regular";
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 14px;
}

.download_list .download_item a {
    flex: 1;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.download_list .download_item a:hover {
    color: var(--primary-color);
}

.application_list .products_item {
    background-color: #ffffff;
}

.application_details_body {
    width: 67%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.application_details_swiper {
    position: relative;
    width: 100%;
    height: 500px;
    transition: all 0.1s;
}

.application_details_swiper .products_swiper_box {
    padding-bottom: 0;
    height: 100%;
}

.application_details_swiper .swiper-slide img {
    display: block;
    height: auto;
}

.application_details_swiper_page {
    width: 200px;
    margin: 0 auto;
}

.application_details_swiper_page .swiper_page_box {
    height: 60px;
}

.news_body .news_title {
    margin: 0px;
    padding-bottom: 10px;
    /* text-align: center; */
    color: #000;
    font-size: 30px;
    font-weight: normal;
    line-height: 34px;
}

.news_body .contents p {
    font-size: 14px;
    margin: 0 0 10px;
}

.news_body .point * {
    font-size: 14px;
}

.new_btn_body {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #c7cdd4;
}

.new_btn_body .text {
    font-size: 17px;
    color: #333333;
}

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

.inquiry_AddToAny {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.inquiry_AddToAny .text {
    font-size: 18px;
}

.recruitment_body .side_panel_input .search_btn {
    width: auto;
    padding: 0 15px;
    color: #ffffff;
    font-size: 16px;
}

.recruitment_body .side_panel_input .search_btn .text {
    margin-left: 5px;
    font-size: 16px;
}

.recruitment_body .recruitment_nav {
    padding: 0 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DCDCDE;
}

.recruitment_body .recruitment_item {
    padding: 30px 15px;
    border-bottom: 1px solid #DCDCDE;
}

.recruitment_body .recruitment_item:hover {
    background-color: rgba(225, 225, 225, .2);
}

.recruitment_body .recruitment_item .recruitment_title {
    margin-bottom: 15px;
    line-height: 40px;
    font-size: 24px;
    color: #000;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.recruitment_body .recruitment_item .recruitment_title:hover {
    color: var(--primary-color);
}

.recruitment_body .recruitment_item .tag_item {
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #DCDCDE;
}

.recruitment_body .recruitment_item .tag_item:last-child {
    border-right: none;
}

.recruitment_box_title {
    font-size: 18px;
    color: #000;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.recruitment_body .recruitment_nav_box {
    padding: 0;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 40px;
    display: flex;
    gap: 15px;
}

.recruitment_body .recruitment_nav_box .tag_list {
    flex: 1;
}

.recruitment_body .recruitment_nav_box .time {
    color: #666;
    font-size: 16px;
    line-height: 25px;
}

.recruitment_body .recruitment_nav_box:hover {
    background-color: transparent;
}

.recruitment_body .news_title {
    font-weight: normal;
}

.case-grid {
    padding: 0 15px;
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
}

.case-card {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    transition: transform .3s ease, box-shadow .3s ease;
    cursor: pointer;
    padding-bottom: 60%;
    /* aspect-ratio: 16 / 10; */
}

.case-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.case-card-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.case-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 46px rgba(0, 0, 0, .16);
}

.case-img {
    position: absolute;
    inset: 0;
    overflow: hidden;
    transition: transform .7s ease;
    background:
        radial-gradient(circle at 35% 20%, rgba(255, 255, 255, .9), transparent 34%),
        linear-gradient(135deg, rgba(0, 0, 0, .08), transparent 48%),
        linear-gradient(135deg, #f5f5f4, #d6d3d1, #a8a29e);
}

.case-card:hover .case-img {
    transform: scale(1.045);
}

.case-img.img-2 {
    background:
        radial-gradient(circle at 35% 20%, rgba(255, 255, 255, .9), transparent 34%),
        linear-gradient(135deg, rgba(0, 0, 0, .08), transparent 48%),
        linear-gradient(135deg, #f4f4f5, #e2e8f0, #d4d4d4);
}

.case-img.img-3 {
    background:
        radial-gradient(circle at 35% 20%, rgba(255, 255, 255, .9), transparent 34%),
        linear-gradient(135deg, rgba(0, 0, 0, .08), transparent 48%),
        linear-gradient(135deg, #ecfdf5, #e5e5e5, #d4d4d8);
}

.case-img.img-4 {
    background:
        radial-gradient(circle at 35% 20%, rgba(255, 255, 255, .9), transparent 34%),
        linear-gradient(135deg, rgba(0, 0, 0, .08), transparent 48%),
        linear-gradient(135deg, #f5f5f5, #e7e5e4, #d4d4d4);
}

.case-img.img-5 {
    background:
        radial-gradient(circle at 35% 20%, rgba(255, 255, 255, .9), transparent 34%),
        linear-gradient(135deg, rgba(0, 0, 0, .08), transparent 48%),
        linear-gradient(135deg, #fafafa, #e4e4e7, #cbd5e1);
}

.case-img.img-6 {
    background:
        radial-gradient(circle at 35% 20%, rgba(255, 255, 255, .9), transparent 34%),
        linear-gradient(135deg, rgba(0, 0, 0, .08), transparent 48%),
        linear-gradient(135deg, #f7fee7, #e7e5e4, #d4d4d4);
}

.case-img::before {
    content: "";
    position: absolute;
    left: 28px;
    top: 28px;
    width: 112px;
    height: 48px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .7);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
    backdrop-filter: blur(8px);
}

.case-img::after {
    content: "";
    position: absolute;
    right: 28px;
    top: 36px;
    width: 128px;
    height: 80px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .45);
    box-shadow: inset 0 2px 14px rgba(255, 255, 255, .35);
    backdrop-filter: blur(8px);
}

.device {
    position: absolute;
    left: 50%;
    bottom: 56px;
    width: 112px;
    height: 128px;
    transform: translateX(-50%);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, .75);
    background: rgba(255, 255, 255, .75);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .18);
    backdrop-filter: blur(8px);
}

.device::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 24px;
    width: 56px;
    height: 56px;
    transform: translateX(-50%);
    border-radius: 999px;
    border: 1px solid #d4d4d4;
    background: rgba(255, 255, 255, .8);
}

.device::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 94px;
    width: 56px;
    height: 8px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: #d4d4d4;
}

.case-gradient {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 46%;
    background: linear-gradient(to top, rgba(0, 0, 0, .75), rgba(0, 0, 0, .28), transparent);
    z-index: 3;
    pointer-events: none;
}

.case-hover {
    position: absolute;
    inset: 0;
    z-index: 4;
    background: rgba(0, 0, 0, 0);
    transition: background .3s ease;
    pointer-events: none;
}

.case-card:hover .case-hover {
    background: rgba(0, 0, 0, .1);
}

.case-title {
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 30px;
    z-index: 5;
}

.case-title h2 {
    max-width: 88%;
    margin: 0;
    font-size: 24px;
    line-height: 1.45;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .35);
    transition: transform .3s ease;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.case-card:hover .case-title h2 {
    transform: translateY(-4px);
}

.case-line {
    width: 48px;
    height: 3px;
    margin-top: 16px;
    border-radius: 999px;
    background: var(--primary-color);
    transition: width .3s ease;
}

.case-card:hover .case-line {
    width: 80px;
}


@media screen and (max-width: 1100px) {
    .content_body {
        padding: 0;
    }

    .content_body .products_top {
        flex-direction: column;
    }

    .case-title h2 {
        font-size: 22px;
    }
}


@media (max-width: 900px) {
    .case-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

}

@media screen and (max-width: 770px) {
    .content_box {
        padding: 50px 0;
    }

    .content_body {
        flex-direction: column-reverse;
    }

    .content_body .products_list {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        grid-template-columns: 1fr 1fr;
    }

    .new_btn_body {
        align-items: flex-start;
        flex-direction: column;
    }

    .recruitment_body .recruitment_nav {
        padding: 0;
        padding-bottom: 10px;
    }

    .recruitment_body .recruitment_item {
        padding: 15px 0px;
    }

    .recruitment_body .recruitment_item .recruitment_title {
        font-size: 20px;
    }

    .recruitment_body .recruitment_item .tag_item {
        font-size: 14px;
        line-height: 20px;
    }

    .recruitment_body .recruitment_nav_box {
        margin-top: 5px;
        padding: 10px 0;
    }

    .case-grid {
        padding: 0;
    }

    .case-card {
        padding-bottom: 85%;
    }

}

@media (max-width: 560px) {

    .case-title {
        left: 22px;
        right: 22px;
        bottom: 22px;
    }

    .case-title h2 {
        max-width: 96%;
        font-size: 19px;
    }

}
