* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body {
    color: #333;
    background: #fff;
}

a {
    color: inherit;
}

img {
    max-width: 100%;
}

a:focus,
a:active,
button:focus,
button:active,
input:focus,
input:active,
textarea:focus,
textarea:active,
select:focus,
select:active,
summary:focus,
summary:active,
[tabindex]:focus,
[tabindex]:active,
.swiper-slide:focus,
.taixin-product-slide:focus,
.pro-item:focus,
.pro-img:focus,
.img-wrap:focus {
    outline: 0 !important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible,
.swiper-slide:focus-visible,
.taixin-product-slide:focus-visible,
.pro-item:focus-visible,
.pro-img:focus-visible,
.img-wrap:focus-visible {
    outline: 0 !important;
}

a::-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
}

.empty {
    height: 110px;
}

body.index .empty {
    height: 0;
}

.header {
    transition: background .25s ease, box-shadow .25s ease;
}

.header.is-scrolled {
    background: #fff;
    box-shadow: none;
}

.header.is-scrolled .pc_nav {
    background: #fff;
}

.header .logo_box img {
    max-height: 58px;
    width: auto;
}

.pc_nav .logo_box a {
    position: relative;
}

.pc_nav .logo_box .logo-default {
    display: none;
}

.pc_nav .logo_box .logo-transparent {
    display: block;
}

.header.is-scrolled .pc_nav .logo_box .logo-default {
    display: block;
}

.header.is-scrolled .pc_nav .logo_box .logo-transparent {
    display: none;
}

.header h1 {
    margin: 0;
}

.pc_nav .lang_box .sea-btn {
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
}

.pc_nav .lang_box .sea-btn img {
    width: 20px;
    margin-right: 8px;
    vertical-align: middle;
}

.pc_nav nav a:focus,
.pc_nav nav a:active,
.phone_nav a:focus,
.phone_nav a:active {
    outline: 0;
    box-shadow: none;
    text-decoration: none;
}

.pc_nav nav li.has-sub {
    position: relative;
}

.pc_nav nav li.has-sub .sel_box {
    top: 54px;
    left: 50%;
    width: 230px;
    min-width: 230px;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
}

.pc_nav nav li.has-sub .sel_box ul {
    padding: 0;
    text-align: left;
}

.pc_nav nav li.has-sub .sel_box ul li {
    display: block;
    width: 100%;
    margin: 0;
    line-height: normal;
    border-bottom: 1px solid #e8e8e8;
}

.pc_nav nav li.has-sub .sel_box ul li:last-child {
    border-bottom: 0;
}

.pc_nav nav li.has-sub .sel_box ul li a {
    display: block;
    padding: 15px 12px;
    color: #333 !important;
    font-size: 16px;
    line-height: 1.35;
    text-align: left;
    text-transform: none;
    white-space: normal;
}

.pc_nav nav li.has-sub .sel_box ul li a:hover {
    color: #004995 !important;
    background: #f7f9fc;
}

.phone_nav {
    display: none;
}

.show-box {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 200;
    background: rgba(0, 0, 0, .72);
}

.show-box.is-open {
    display: block;
}

.show-box .search-wrapper {
    position: absolute;
    top: 42%;
    left: 50%;
    width: min(680px, 86vw);
    transform: translate(-50%, -50%);
}

.show-box .input-holder {
    display: flex;
    height: 64px;
    background: #fff;
}

.show-box .search-input {
    flex: 1;
    border: 0;
    padding: 0 24px;
    font-size: 20px;
    outline: 0;
}

.show-box .search-icon {
    width: 130px;
    border: 0;
    color: #fff;
    background: #004995;
    font-weight: 700;
}

.show-box .close-btn {
    position: absolute;
    top: -44px;
    right: 0;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
}

.banner video {
    object-fit: cover;
}

body.index .banner {
    margin-bottom: 0;
}

.se2 {
    height: auto !important;
    margin-top: 0 !important;
    padding: 42px 0 44px !important;
    background: #edf1f5;
    overflow: hidden;
}

.se2 .box {
    display: grid;
    grid-template-columns: minmax(0, 48%) minmax(520px, 52%);
    align-items: center;
    gap: 18px;
    position: relative;
}

.se2 .box:before,
.se2 h2:after {
    display: none !important;
    content: none !important;
}

.se2 img {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    z-index: 1;
    float: none !important;
    width: 112%;
    max-width: none;
    transform: none !important;
    justify-self: end;
    margin-right: -90px;
}

.se2 section {
    position: relative;
    z-index: 2;
    width: auto !important;
}

.se2 h2 {
    max-width: 720px;
    margin: 0 0 26px !important;
    color: #252525;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.35;
}

.se2 section div {
    display: none;
}

.se2 section div:last-of-type {
    margin-right: 0;
}

.se2 b {
    color: #333;
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
}

.se2 span {
    display: block;
    max-width: 150px;
    margin-top: 12px;
    color: #111;
    font-size: 14px;
    line-height: 1.45;
}

.se2 p {
    max-width: 720px;
    margin-top: 0 !important;
    color: #111;
    font-size: 17px;
    line-height: 1.72;
}

.se2 a {
    width: auto !important;
    min-width: 190px;
    height: 52px !important;
    margin-top: 26px !important;
    padding: 0 28px;
    line-height: 52px !important;
}

.taixin-service-strip {
    display: grid !important;
    grid-template-columns: 1fr 1px 1fr 1px 1fr;
    align-items: center;
    gap: 0;
    width: min(1300px, calc(100% - 120px));
    margin: -30px auto 72px;
    padding: 66px 72px;
    background: #00539b;
    border-radius: 4px;
    box-shadow: 0 22px 42px rgba(0, 0, 0, .16);
}

.taixin-service-strip div {
    width: auto !important;
    min-width: 0;
    margin: 0;
    padding: 0 42px;
    text-align: center;
}

.taixin-service-strip b {
    display: block;
    width: 1px;
    height: 80px;
    background: rgba(255, 255, 255, .28);
}

.taixin-service-strip p {
    max-width: 360px;
    margin: 18px auto 0 !important;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.55;
}

.taixin-service-icon {
    display: block;
    position: relative;
    width: 58px;
    height: 58px;
    margin: 0 auto;
}

.taixin-service-icon-global {
    border: 7px solid #fff;
    border-radius: 50%;
}

.taixin-service-icon-global:before,
.taixin-service-icon-global:after {
    content: "";
    position: absolute;
    background: #fff;
}

.taixin-service-icon-global:before {
    width: 16px;
    height: 22px;
    left: 8px;
    top: 10px;
    border-radius: 60% 42% 55% 35%;
    transform: rotate(-22deg);
}

.taixin-service-icon-global:after {
    width: 20px;
    height: 15px;
    right: 7px;
    bottom: 12px;
    border-radius: 45% 55% 40% 60%;
    transform: rotate(18deg);
}

.taixin-service-icon-engineer:before {
    content: "";
    position: absolute;
    left: 7px;
    bottom: 5px;
    width: 44px;
    height: 24px;
    border-left: 9px solid #fff;
    border-bottom: 8px solid #fff;
    transform: skewY(16deg);
}

.taixin-service-icon-engineer:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 18px;
    width: 28px;
    height: 28px;
    border: 6px solid #fff;
    border-radius: 50%;
    box-shadow: 0 -12px 0 -8px #fff, 0 12px 0 -8px #fff, 12px 0 0 -8px #fff, -12px 0 0 -8px #fff;
}

.taixin-service-icon-quality:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 8px;
    width: 30px;
    height: 30px;
    border: 8px solid #fff;
    border-radius: 50%;
    box-shadow: 20px 18px 0 -9px #fff;
}

.taixin-service-icon-quality:after {
    content: "";
    position: absolute;
    right: 2px;
    top: 4px;
    width: 28px;
    height: 9px;
    background: #fff;
    border-radius: 999px;
    transform: rotate(45deg);
    box-shadow: 14px 0 0 -2px #fff;
}

.se4 h2,
.se5 h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #333;
}

.se4 > p,
.se5 > section > p {
    width: 100%;
    text-align: center;
    color: #666;
    font-size: 18px;
}

.taixin-product-carousel {
    display: block !important;
    overflow: hidden;
    position: relative;
    margin-top: 44px !important;
    padding: 0 0 10px;
}

.taixin-product-viewport {
    overflow: hidden;
    width: 100%;
    padding: 0 2px 18px;
}

.taixin-product-track {
    display: flex;
    gap: 28px;
    transition: transform .45s ease;
    will-change: transform;
}

.taixin-product-slide {
    flex: 0 0 calc((100% - 56px) / 3);
    overflow: hidden;
    background: #f7f7f7;
    box-shadow: 0 10px 26px rgba(22, 35, 52, .08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.taixin-product-slide:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(22, 35, 52, .14);
}

.taixin-product-slide a {
    display: block;
    height: 100%;
    color: #111;
    text-align: center;
}

.taixin-product-slide img {
    width: 100%;
    height: 300px;
    padding: 34px 44px 18px;
    object-fit: contain;
    background: #fff;
}

.taixin-product-slide h3 {
    position: relative;
    min-height: 56px;
    padding: 24px 24px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}

.taixin-product-slide h3:after {
    content: "";
    display: block;
    width: 74px;
    height: 2px;
    margin: 12px auto 0;
    background: #004995;
}

.taixin-product-slide p {
    min-height: 58px;
    padding: 0 34px 32px;
    color: #666;
    font-size: 16px;
    line-height: 1.55;
}

.taixin-product-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    width: 100%;
    margin: 18px auto 0;
    padding: 0;
}

.taixin-product-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid #004995;
    border-radius: 999px;
    background: transparent;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.taixin-product-dots button.is-active {
    background: #004995;
    transform: scale(1.08);
}

.se5 .box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.se5 .list {
    background: #fff;
}

.se5 .list img {
    width: 100%;
    height: 245px;
    object-fit: cover;
}

.se5 .list h3 {
    margin: 18px 0 10px;
    font-size: 20px;
    line-height: 1.4;
}

.se5 .list p {
    color: #666;
    line-height: 1.7;
}

.theme-empty {
    padding: 42px 20px;
    text-align: center;
    color: #777;
    background: #f6f8fa;
}

.se6 h2 {
    color: #fff;
}

.inner-banner {
    margin-top: 110px;
    position: relative;
    min-height: 300px;
    background: url("../picture/anewbanner.jpg") center/cover no-repeat;
}

.inner-banner > img {
    width: 100%;
    min-height: 300px;
    object-fit: cover;
}

.inner-banner .inner-content {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1300px;
    max-width: calc(100% - 40px);
    transform: translate(-50%, -50%);
    color: #fff;
}

.inner-banner h1 {
    text-align: center;
    font-size: 46px;
    font-weight: 700;
}

.breadcrumb,
.theme-breadcrumb {
    color: rgba(255, 255, 255, .85);
}

.common-main {
    padding: 70px 0;
}

.l-wrap {
    width: 1300px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.common-main .l-wrap {
    display: flex;
    gap: 40px;
}

.common-content {
    flex: 1;
    min-width: 0;
}

.sidebar {
    width: 300px;
    flex: 0 0 300px;
}

.sidebar-item {
    margin-bottom: 28px;
    padding: 24px;
    background: #f5f7fa;
}

.sidebar-title {
    margin-bottom: 18px;
    color: #004995;
    font-size: 22px;
    font-weight: 700;
}

.sidebar a {
    display: block;
    padding: 9px 0;
    color: #333;
}

.pro-list,
.new-list,
.product-case {
    padding: 0;
}

.product-case {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 48px;
    margin: 0 -9px -36px;
}

.pro-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.pro-list li,
.new-list li,
.product-case li {
    list-style: none;
}

.product-case > li {
    width: 25%;
    padding: 0 9px;
    margin-bottom: 36px;
    box-sizing: border-box;
}

.product-case .case-img {
    padding: 14px;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
}

.product-case .case-img img {
    width: 100%;
    height: auto;
}

.product-case .case-name {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-overflow: ellipsis;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 14px;
    box-sizing: border-box;
    font-size: 1.125em;
    background: #f0f0f0;
}

.pro-item {
    height: 100%;
    background: #fff;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .08);
}

.pro-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.pro-name {
    display: block;
    padding: 18px 18px 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.pro-more,
.more-btn,
.view {
    display: inline-block;
    background: #004995;
    color: #fff;
    font-weight: 700;
}

.pro-more {
    margin: 0 18px 20px;
    padding: 10px 18px;
}

.new-list.list0,
.new-main .new-list {
    display: grid;
    gap: 26px;
}

.new-item {
    display: grid;
    grid-template-columns: 280px 1fr 52px;
    gap: 24px;
    align-items: center;
    padding: 20px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .08);
}

.new-img img {
    width: 280px;
    height: 180px;
    object-fit: cover;
}

.new-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
}

.new-intro {
    margin-top: 12px;
    color: #666;
    line-height: 1.7;
}

.new-main.common-main {
    margin: 60px 0 90px;
    padding: 0;
}

.new-main .l-wrap {
    display: -ms-flexbox;
    display: flex;
}

.new-main .common-content {
    -ms-flex: 1;
    flex: 1;
    width: calc(100% - 410px);
}

.new-main .sidebar {
    position: relative;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex: 0 0 370px;
    flex: 0 0 370px;
    width: 370px;
    margin-left: 40px;
    padding: 20px;
    box-sizing: border-box;
    border: 2px solid #f3f3f3;
    background: #fff;
}

.new-main .sidebar .sidebar-item {
    margin-bottom: 42px;
    padding: 0;
    background: transparent;
}

.new-main .sidebar .sidebar-item:nth-last-of-type(1) {
    margin-bottom: 0;
}

.new-main .sidebar-item .sidebar-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 16px;
    color: #222;
    font-size: 1.375em;
    font-weight: 700;
}

.new-main .sidebar-item .sidebar-title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 54px;
    height: 3px;
    background: #004995;
}

.new-main .new-list.list1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -14px 30px;
}

.new-main .new-list.list1 > li {
    width: 33.3333%;
    margin-bottom: 28px;
    padding: 0 14px;
    box-sizing: border-box;
}

.new-main .new-list.list1 .new-item {
    padding-bottom: 20px;
    box-shadow: 0 0 70px 0 rgba(184, 184, 184, .33);
}

.new-main .new-list.list1 .new-img {
    position: relative;
    display: block;
}

.new-main .new-list.list1 .new-img img {
    display: block;
    width: 100%;
    height: auto;
}

.new-main .new-list.list1 .new-date {
    position: absolute;
    left: 20px;
    bottom: 0;
    padding: 10px 14px;
    color: #fff;
    background: #004995;
    font-size: 14px;
    font-weight: 700;
}

.new-main .new-list.list1 .new-more {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 30px;
}

.new-main .new-list.list1 .new-title {
    display: block;
    margin: 18px 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e3e3e3;
    overflow: hidden;
    color: #222;
    font-size: 1.125em;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-main .new-list.list1 .new-title:hover {
    color: #004995;
}

.new-main .new-list.list0 {
    display: block;
    gap: 0;
}

.new-main .new-list.list0 > li {
    margin-bottom: 60px;
}

.new-main .new-list.list0 .new-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    grid-template-columns: none;
    gap: 0;
    align-items: stretch;
    padding: 0;
    background: #fff;
    box-shadow: 0 0 35px 0 rgba(215, 215, 215, .68);
}

.new-main .new-list.list0 .new-item:hover .new-more {
    color: #fff;
    background: #004995;
}

.new-main .new-list.list0 .new-item:hover .new-info {
    border-color: #004995;
}

.new-main .new-list.list0 .new-img {
    -ms-flex: 0 0 416px;
    flex: 0 0 416px;
    width: 416px;
}

.new-main .new-list.list0 .new-img img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: initial;
}

.new-main .new-list.list0 .new-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% - 416px);
    padding: 30px 48px 30px 32px;
    box-sizing: border-box;
    border-bottom: 3px solid #d4d4d4;
    transition: border .2s ease;
}

.new-main .new-list.list0 .new-more {
    position: absolute;
    right: 48px;
    bottom: -22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #004995;
    background: #fff;
    box-shadow: 0 0 35px 0 rgba(215, 215, 215, .68);
    transition: background .2s ease, color .2s ease;
}

.new-main .new-list.list0 .new-title {
    width: 100%;
    margin: 24px 0 18px;
    overflow: hidden;
    color: #222;
    font-size: 1.25em;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-main .new-list.list0 .new-title:hover {
    color: #004995;
}

.new-main .new-list.list0 .new-date {
    color: #555;
    font-size: 14px;
}

.new-main .new-list.list0 .new-intro {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    max-height: 4.5em;
    overflow: hidden;
    color: #666;
    line-height: 1.5em;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.theme-news-date-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    color: currentColor;
    vertical-align: -3px;
}

.theme-news-date-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.theme-news-more-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: currentColor;
}

.theme-news-more-arrow svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.3;
}

.new-main .siderbar-search {
    display: -ms-flexbox;
    display: flex;
}

.new-main .siderbar-search input {
    -ms-flex: 1;
    flex: 1;
    height: 50px;
    min-width: 0;
    padding: 0 14px;
    border: 2px solid #004995;
    box-sizing: border-box;
    font-size: 14px;
}

.new-main .siderbar-search button {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    border: 0;
    background: #004995;
}

.new-main .theme-sidebar-search-icon {
    display: inline-flex;
    width: 24px;
    height: 24px;
    color: #fff;
}

.new-main .theme-sidebar-search-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.theme-sidebar-news .sidebar-title {
    text-transform: none;
}

.theme-sidebar-news .sidebar-newlist > li {
    margin-bottom: 24px;
    border-bottom: 1px solid #e3e3e3;
}

.theme-sidebar-news .sidebar-newlist > li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.theme-sidebar-news .sidebar-newlist .new-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 54px;
    padding: 0 0 24px;
    border: 0;
    box-shadow: none;
}

.theme-sidebar-news .sidebar-newlist .new-title {
    flex: 1 1 auto;
    min-width: 0;
    color: #111827;
    font-size: 18px;
    line-height: 1.5;
}

.theme-sidebar-arrow {
    flex: 0 0 auto;
    color: #111827;
    font-size: 20px;
    line-height: 1;
    transition: transform .2s ease, color .2s ease;
}

.theme-sidebar-news .new-item:hover .theme-sidebar-arrow {
    color: #004995;
    transform: translateX(3px);
}

.new-main .new-top {
    color: #004995;
    font-size: 14px;
    font-weight: 700;
}

.new-main .news-views {
    margin-left: 14px;
}

.new-main .new-title {
    color: #222;
    font-size: 1.875em;
}

.new-main .new-share {
    margin: 20px 0;
}

.new-main .new-con {
    margin-top: 24px;
}

.new-main .new-con img,
.new-con img {
    max-width: 100%;
    height: auto !important;
}

.theme-cert-date {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: #004995;
}

.theme-cert-date-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    color: currentColor;
}

.theme-cert-date-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.pagelink {
    display: -ms-flexbox;
    display: flex;
    margin: 30px -29px;
}

.pagelink > div {
    width: 50%;
    padding: 0 29px;
    box-sizing: border-box;
}

.pagelink .pagelink-info {
    display: block;
    padding: 28px 34px;
    border: 1px solid #e5e5e5;
    line-height: 1.5em;
    transition: border .2s ease, box-shadow .2s ease;
}

.pagelink .pagelink-info:hover {
    border-top: 2px solid #004995;
    box-shadow: 0 0 20px 0 rgba(215, 215, 215, .74);
}

.pagelink .link-intro {
    margin-bottom: 14px;
    color: #004995;
    font-size: 14px;
}

.pagelink .pagelink-item.prev .iconfont {
    margin-right: 10px;
}

.pagelink .pagelink-item.next .pagelink-info {
    text-align: right;
}

.pagelink .pagelink-item.next .iconfont {
    display: inline-block;
    margin-left: 10px;
    transform: rotate(180deg);
}

.share-btn-list {
    margin-top: 30px;
}

.common-inquiry {
    margin-top: 20px;
}

.common-inquiry-title {
    margin-bottom: 22px;
    color: #222;
    font-size: 1.875em;
}

.theme-prose,
.theme-content-html {
    color: #444;
    font-size: 16px;
    line-height: 1.85;
}

.theme-prose img,
.theme-content-html img {
    height: auto;
}

.contact {
    display: -ms-flexbox;
    display: flex;
    grid-template-columns: none;
    gap: 0;
}

.contact .contact-box {
    -ms-flex: 0 0 420px;
    flex: 0 0 420px;
    align-self: self-start;
    margin-right: 90px;
    padding: 50px 30px 80px;
    box-sizing: border-box;
    color: #fff;
    background: #004995;
}

.contact .contact-box p {
    line-height:3.2rem;
    color: #fff;
}

.contact .contact-box a {
    color: #fff;
}

.contact .contact-box ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.contact .contact-box .title {
    margin-bottom: 50px;
    color: #fff;
    font-size: 2.125em;
    font-weight: 400;
}

.contact .contact-box .tip {
    margin-bottom: 20px;
}

.contact .contact-inquiry {
    -ms-flex: 1;
    flex: 1;
    padding-top: 50px;
    background: transparent;
}

.contact .contact-inquiry .title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
    color: #222;
    font-size: 2.125em;
    font-weight: 700;
}

.contact .contact-inquiry .title:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 80px;
    height: 3px;
    background: #004995;
}

.contact .contact-inquiry .tip {
    margin-bottom: 30px;
    color: #222;
}

.contact .pro-inquiry {
    margin-top: 0;
}

.contact .send-inquiry .inquiry-form input {
    margin-bottom: 30px;
}

.contact .send-inquiry .inquiry-form .sd {
    margin-top: 40px;
}

.contact .contact-item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.contact .contact-item .icon {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
}

.contact .contact-item .con {
    -ms-flex: 1;
    flex: 1;
}

.toUp {
    position: fixed;
    right: 24px;
    bottom: 98px;
    z-index: 95;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: #004995;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.toUp:hover {
    background: #004995;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .22);
}

.toUp:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    margin: 7px auto 0;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(45deg);
}

.theme-float-contact {
    position: fixed;
    right: 24px;
    bottom: 34px;
    z-index: 90;
    width: 48px;
    max-width: calc(100vw - 24px);
    font-family: Arial, sans-serif;
}

.theme-float-contact-launcher {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    min-height: 48px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: #004995;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.theme-float-contact-launcher:hover {
    background: #004995;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .22);
}

.theme-float-contact-mail {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
}

.theme-float-contact-launcher-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.theme-float-contact svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.theme-float-contact-panel {
    display: none;
    position: absolute;
    right: 62px;
    bottom: 0;
    width: 372px;
    max-width: calc(100vw - 112px);
    background: #fff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .22);
}

.theme-float-contact.is-open .theme-float-contact-panel {
    display: block;
}

.theme-float-contact.is-open .theme-float-contact-launcher {
    opacity: .86;
}

.theme-float-contact-close {
    position: absolute;
    left: -45px;
    top: 10px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    color: #2d333a;
    background: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .2);
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.theme-float-contact-head {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 56px;
    padding: 0 18px;
    color: #fff;
    background: #004995;
    font-size: 15px;
    font-weight: 600;
}

.theme-float-contact-body {
    padding: 20px 18px 18px;
}

.theme-float-contact-intro {
    margin: 0 0 16px;
    color: #1f2937;
    font-size: 15px;
    line-height: 1.6;
}

.theme-float-contact-feedback {
    display: none;
    margin-bottom: 14px;
    color: #4b5563;
    font-size: 13px;
    line-height: 1.6;
}

.theme-float-contact-feedback.is-error {
    color: #004995;
}

.theme-float-contact-form input,
.theme-float-contact-form textarea,
.theme-contact-form input,
.theme-contact-form textarea {
    width: 100%;
    margin-bottom: 16px;
    padding: 0 14px;
    border: 1px solid #d1d5db;
    border-radius: 3px;
    color: #4b5563;
    background: #fff;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06);
    font-size: 15px;
    outline: 0;
}

.theme-float-contact-form input {
    height: 40px;
}

.theme-float-contact-form textarea,
.theme-contact-form textarea {
    min-height: 104px;
    padding-top: 12px;
    padding-bottom: 12px;
    resize: vertical;
}

.theme-float-contact-form input:focus,
.theme-float-contact-form textarea:focus {
    border-color: #004995;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, .12);
}

.theme-float-contact-submit,
.theme-contact-form button,
.contact-form button {
    width: 100%;
    min-height: 42px;
    border: 0;
    border-radius: 3px;
    padding: 0 24px;
    color: #fff;
    background: #004995;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s ease, opacity .2s ease;
}

.theme-float-contact-submit:hover {
    background: #004995;
}

.theme-float-contact-submit.is-submitting,
.theme-float-contact-submit:disabled {
    opacity: .78;
    cursor: wait;
}

@media (max-width: 1200px) {
    .pc_nav {
        padding-left: 30px;
        padding-right: 30px;
    }

    .pc_nav nav li {
        margin: 0 14px;
    }
}

@media (max-width: 900px) {
    .pc_nav {
        display: none;
    }

    .phone_nav {
        display: block;
    }

    .phone_nav .tops {
        height: 72px;
        padding: 12px 20px;
        background: rgba(255, 255, 255, .95);
    }

    .phone_nav .logo_box p {
        float: left;
    }

    .phone_nav .logo_box img {
        max-height: 48px;
    }

    .phone_nav .menu_btn {
        float: right;
        width: 34px;
        padding-top: 10px;
    }

    .phone_nav .menu_btn span {
        display: block;
        height: 3px;
        margin: 6px 0;
        background: #004995;
    }

    .phone_nav .show_menu {
        display: none;
        max-height: calc(100vh - 72px);
        overflow: auto;
        background: #fff;
    }

    .phone_nav .show_menu.is-open {
        display: block;
    }

    .phone_nav .show_menu ul {
        padding: 0;
    }

    .phone_nav .show_menu a {
        display: block;
        padding: 14px 22px;
        border-top: 1px solid #eee;
    }

    .theme-float-contact {
        right: 24px;
        bottom: 34px;
        width: 48px;
    }

    .theme-float-contact-panel {
        right: 0;
        bottom: 62px;
        width: calc(100vw - 24px);
        max-width: 372px;
    }

    .theme-float-contact-close {
        left: 8px;
        top: 10px;
        width: 30px;
        height: 30px;
        z-index: 2;
        font-size: 24px;
    }

    .theme-float-contact-head {
        padding-left: 48px;
    }

    .phone_nav .second a {
        padding-left: 42px;
        color: #666;
    }

    .empty {
        height: 72px;
    }

    body.index .empty {
        height: 0;
    }

    .banner {
        height: 560px;
    }

    .banner .text h2 {
        font-size: 34px;
        line-height: 1.25;
    }

    .se2,
    .se3,
    .se4,
    .se5 {
        height: auto;
        padding: 44px 20px;
        top: auto;
    }

    .se2 img {
        display: block;
        width: 100%;
        margin-right: 0;
    }

    .se2 .box {
        display: block;
    }

    .se2 section,
    .se2 a {
        width: 100%;
    }

    .se3 div,
    .se2 section div {
        width: 100%;
        margin: 0 0 24px;
    }

    .taixin-service-strip {
        display: block;
        width: calc(100% - 40px);
        margin: 0 auto 44px;
        padding: 38px 24px;
    }

    .taixin-service-strip div {
        padding: 0;
        margin-bottom: 34px;
    }

    .taixin-service-strip div:last-child {
        margin-bottom: 0;
    }

    .taixin-service-strip b {
        display: none;
    }

    .se5 .box,
    .pro-list,
    .contact,
    .common-main .l-wrap {
        display: block;
    }

    .taixin-product-track {
        gap: 18px;
    }

    .taixin-product-slide {
        flex-basis: 100%;
    }

    .taixin-product-slide img {
        height: 280px;
        padding: 30px 24px 18px;
    }

    .sidebar {
        width: auto;
        margin-bottom: 30px;
    }

    .pro-list > li,
    .se5 .list {
        margin-bottom: 24px;
    }

    .new-item {
        display: block;
    }

    .new-img img {
        width: 100%;
        height: auto;
    }
}

/* Match the jinao product column layout. */
.product-main.common-main {
    margin: 60px 0 90px;
    padding: 0;
}

.product-main .l-wrap {
    display: flex;
    max-width: 1350px;
    width: auto;
    gap: 0;
    line-height: 30px;
}

.product-main .sidebar {
    position: relative;
    align-self: flex-start;
    flex: 0 0 370px;
    width: 370px;
    margin-right: 40px;
    padding: 24px 24px 0;
    box-sizing: border-box;
    border: 2px solid #f3f3f3;
    background: #fff;
}

.product-main .sidebar .sidebar-item {
    margin-bottom: 28px;
    padding: 0;
    background: transparent;
}

.product-main .sidebar .sidebar-item:nth-last-of-type(1) {
    margin-bottom: 0;
}

.product-main .common-content {
    flex: 1;
    width: calc(100% - 410px);
    min-width: 0;
}

.product-main .sidebar-item .sidebar-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 16px;
    color: #222;
    font-size: 1.375em;
    font-weight: 700;
}

.product-main .sidebar-item .sidebar-title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 54px;
    height: 3px;
    background: #004995;
}

.product-main .sidebar a {
    padding: 0;
}

.product-main .sidebar-cate,
.product-main .sidebar-newcate,
.product-main .sidebar-prolist,
.new-main .sidebar-prolist {
    margin: 0;
    padding: 0;
}

.product-main .sidebar-cate li,
.product-main .sidebar-newcate li,
.product-main .sidebar-prolist li,
.new-main .sidebar-prolist li {
    list-style: none;
}

.product-main .sidebar-cate li {
    position: relative;
}

.product-main .sidebar-cate .sub-menu {
    display: none;
}

.product-main .sidebar-cate .is-current > a,
.product-main .sidebar-newcate .is-current > a {
    color: #004995;
}

.product-main .sidebar-newcate li.LiLevel1 {
    position: relative;
    margin-bottom: 8px;
}

.product-main .sidebar-newcate li.LiLevel1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 56px;
    background: url("../images/new_icon.png") center center no-repeat;
}

.product-main .sidebar-newcate li.LiLevel1 > a {
    display: block;
    width: 100%;
    height: 56px;
    padding: 0 14px 0 40px;
    box-sizing: border-box;
    overflow: hidden;
    color: #333;
    background: #f8f8f8;
    line-height: 56px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-main .sidebar-newcate li.LiLevel1.is-current > a {
    color: #fff;
    background: #004995;
    font-weight: 700;
}

.product-main .sidebar-newcate li.LiLevel1.is-current:after {
    filter: brightness(0) invert(1);
}

.product-main .siderbar-search {
    display: flex;
}

.product-main .siderbar-search input {
    flex: 1;
    height: 50px;
    min-width: 0;
    padding: 0 14px;
    border: 2px solid #004995;
    box-sizing: border-box;
    font-size: 14px;
}

.product-main .siderbar-search button {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    border: 0;
    background: #004995;
}

.product-main .theme-sidebar-search-icon {
    display: inline-flex;
    width: 24px;
    height: 24px;
    color: #fff;
}

.product-main .theme-sidebar-search-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.product-main .sidebar-prolist .pro-item,
.new-main .sidebar-prolist .pro-item {
    display: flex;
    height: auto;
    background: transparent;
    box-shadow: none;
}

.product-main .sidebar-prolist .pro-item:hover img,
.new-main .sidebar-prolist .pro-item:hover img {
    transform: scale(1.05);
}

.product-main .sidebar-prolist .pro-img,
.new-main .sidebar-prolist .pro-img {
    flex: 0 0 87px;
    margin-right: 35px;
    overflow: hidden;
    position: relative;
}

.product-main .sidebar-prolist .pro-img img,
.new-main .sidebar-prolist .pro-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform .2s ease;
}

.product-main .sidebar-prolist .pro-info,
.new-main .sidebar-prolist .pro-info {
    flex: 1;
    min-width: 0;
}

.product-main .sidebar-prolist .pro-info a:first-child,
.new-main .sidebar-prolist .pro-info a:first-child {
    display: -webkit-box;
    max-height: 3em;
    overflow: hidden;
    color: #333;
    line-height: 1.5em;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-main .sidebar-prolist .pro-more,
.new-main .sidebar-prolist .pro-more {
    display: block;
    margin: 10px 0 0;
    padding: 0;
    color: #004995;
    background: transparent;
    font-weight: 400;
}

.product-main .sidebar-prolist .img-wrap,
.new-main .sidebar-prolist .img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.product-main .sidebar-prolist li,
.new-main .sidebar-prolist li {
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e3e3e3;
}

.product-main .sidebar-prolist li:last-child,
.new-main .sidebar-prolist li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.product-main .pro-list.list1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding: 0;
    gap: 0;
}

.product-main .pro-list.list1 > li {
    width: 33.3333%;
    margin-bottom: 38px;
    padding: 0 20px;
    box-sizing: border-box;
    list-style: none;
}

.product-main .pro-list.list1 .pro-item {
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    background: #fff;
    box-shadow: none;
}

.product-main .pro-list.list1 .pro-img {
    position: relative;
    width: 100%;
    margin-bottom: 18px;
    padding-top: 100%;
}

.product-main .pro-list .img-wrap {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.product-main .pro-list .img-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    opacity: 0;
    transition: opacity .2s ease;
}

.product-main .pro-list .pro-img:hover .img-wrap:after {
    opacity: 1;
}

.product-main .pro-list .pro-img:hover img {
    transform: scale(1.05);
}

.product-main .pro-list .pro-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform .2s ease;
}

.product-main .pro-list.list1 .pro-info {
    padding: 0 40px 30px;
}

.product-main .pro-list .pro-name {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #000;
    font-size: 1.125em;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-main .pro-list.list1 .pro-name {
    margin-bottom: 18px;
    text-align: center;
}

.product-main .pro-list.list1 .pro-price {
    margin-bottom: 14px;
    color: #004995;
    text-align: center;
}

.product-main .pro-list.list1 .pro-more {
    display: block;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
    color: #09162a;
    background: #f2f2f2;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    transition: background .2s ease, color .2s ease;
}

.product-main .pro-list.list1 .pro-more:hover {
    color: #fff;
    background: #004995;
}

@media screen and (max-width: 1680px) {
    .product-main .l-wrap {
        max-width: 1400px;
    }
}

@media screen and (max-width: 1470px) {
    .product-main .l-wrap {
        max-width: 1200px;
    }

    .product-main .sidebar {
        flex: 0 0 320px;
        width: 320px;
    }

    .product-main .pro-list.list1 .pro-info {
        padding: 0 16px 20px;
    }
}

@media screen and (max-width: 1279px) {
    .product-main .l-wrap {
        width: auto;
        max-width: none;
        margin: 0 50px;
    }

    .product-main .sidebar {
        display: none;
    }

    .product-main .common-content {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .product-main.common-main {
        margin: 5.3333333333vw 0;
    }

    .product-main .l-wrap {
        display: block;
        margin: 0 4vw;
    }

    .product-main .pro-list .pro-name {
        font-size: 14px;
    }

    .product-main .pro-list.list1 {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -2vw;
    }

    .product-main .pro-list.list1 > li {
        width: 50%;
        margin-bottom: 4vw;
        padding: 0 2vw;
    }

    .product-main .pro-list.list1 .pro-info {
        padding: 0 16px 16px;
    }

    .product-main .pro-list.list1 .pro-more {
        height: 36px;
        font-size: 14px;
        line-height: 36px;
    }

    .product-main .pro-list .pro-img:hover img {
        transform: scale(1);
    }
}

/* Match the jinao pagination partial style. */
.theme-pagination {
    margin-top: 36px;
    text-align: center;
}

.theme-pagination .pagination {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.theme-pagination .pagination a,
.theme-pagination .pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border: 1px solid #d8d8d8;
    border-radius: 21px;
    color: #333;
    background: #fff;
    line-height: 1;
    text-decoration: none;
}

.theme-pagination .pagination .current {
    color: #fff;
    background: #0d54b8;
    border-color: #0d54b8;
}

/* Match the jinao product detail layout. */
.pro-detail-content img,
.common-main article img {
    max-width: 100%;
    height: auto !important;
}

.pro-detail .pro-detail-top {
    display: flex;
    align-items: flex-start;
}

.pro-detail .preview-container {
    position: relative;
    width: 450px;
    padding-bottom: 1px;
    background: #fff;
}

.pro-detail .pro-info {
    flex: 1;
    margin-left: 50px;
    padding: 18px 0 0;
    color: #000002;
}

.pro-detail .pro-name {
    margin: 20px 0 22px;
    padding: 0;
    border: 0;
    color: #111;
    font-size: 1.375em;
    font-weight: 700;
    line-height: 1.3;
}

.pro-detail .pro-price {
    min-height: 1px;
    margin: 22px 0;
    color: #222;
}

.pro-detail .pro-con {
    max-width: none;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #dcdcdc;
    color: #5b6472;
    font-size: 15px;
    line-height: 1.6em;
}

.pro-detail .small-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 450px;
    height: 450px;
    overflow: hidden;
    border: 1px solid #eee;
    box-sizing: border-box;
    background: #fff;
    cursor: move;
}

.pro-detail .small-box img {
    display: block;
    width: auto;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    background: #fff;
}

.pro-detail .small-box .hover {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 180px;
    height: 180px;
    border: 1px solid #eee;
    background-color: rgba(204, 204, 204, .6);
    pointer-events: none;
    z-index: 2;
}

.pro-detail .thumbnail-box {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 450px;
    margin: 20px 0;
    background: #fff;
}

.pro-detail .thumbnail-box .list {
    position: relative;
    width: 390px;
    margin: 0 auto;
    overflow: hidden;
}

.pro-detail .thumbnail-box .wrapper {
    display: flex;
    flex-wrap: nowrap;
    padding: 2px 0;
}

.pro-detail .thumbnail-box .item {
    width: 76px;
    min-width: 76px;
    height: 76px;
    margin: 0 10px;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #fff;
    transition: border-color .2s ease, outline-color .2s ease;
}

.pro-detail .thumbnail-box .item.is-active,
.pro-detail .thumbnail-box .item.item-cur {
    border: 0;
    outline: 2px solid #004995;
}

.theme-thumb-button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.theme-thumb-button img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
}

.theme-thumb-nav {
    position: absolute;
    top: 0;
    width: 22px;
    height: 100%;
    border: 0;
    background: transparent;
    cursor: pointer;
    transition: opacity .2s ease;
}

.theme-thumb-nav:hover {
    opacity: .8;
}

.theme-thumb-prev {
    left: 0;
}

.theme-thumb-next {
    right: 0;
}

.theme-thumb-arrow {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 36px;
}

.theme-thumb-arrow::before,
.theme-thumb-arrow::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 1.8px;
    height: 8px;
    border-bottom: 10px solid #222;
    background-color: transparent;
}

.theme-thumb-arrow::before {
    transform: rotate(-135deg);
}

.theme-thumb-arrow::after {
    transform: rotate(135deg);
}

.theme-thumb-arrow-left {
    transform: rotate(90deg);
}

.theme-thumb-arrow-right {
    transform: rotate(-90deg);
}

.pro-detail .big-box {
    position: absolute;
    top: 0;
    left: 449px;
    display: none;
    width: 550px;
    height: 553.5px;
    overflow: hidden;
    border: 1px solid #eee;
    box-sizing: border-box;
    background: #fff;
    z-index: 20;
}

.pro-detail .big-box img {
    display: block;
    width: 130%;
    max-width: none;
    max-height: none;
}

.pro-detail .banner-page {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    max-width: 450px;
    margin-top: 14px;
    color: #6b7280;
    font-size: 14px;
}

.pro-detail .pro-btnlist {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
}

.pro-detail .pro-btn.send {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 230px;
    height: 48px;
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 0 24px;
    border: 1px solid #111;
    border-radius: 0;
    color: #111;
    background: #fff;
    box-shadow: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    letter-spacing: 0;
    line-height: 48px;
    transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.pro-detail .pro-btn.send:hover {
    color: #fff;
    border-color: #004995;
    background: #004995;
}

.theme-detail-inline-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.theme-detail-inline-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.theme-detail-send-icon {
    width: 22px;
    height: 22px;
    color: currentColor;
}

.pro-detail .pro-detail-content {
    padding-top: 30px;
}

.pro-detail .pro-part {
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff;
}

.pro-detail .part-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    color: #222;
    background: #eee;
    cursor: pointer;
    font-size: 1.125em;
    font-weight: 700;
}

.theme-detail-part-icon {
    width: 22px;
    height: 22px;
    color: #4b5563;
    transform: rotate(0deg);
    transition: transform .2s ease;
}

.pro-detail .part-title.is-close .theme-detail-part-icon {
    transform: rotate(180deg);
}

.pro-detail .part-con {
    padding: 20px 0 0;
}

.pro-detail .pro-detail-content table {
    width: 100%;
    border-collapse: collapse;
}

.pro-detail .pro-detail-content table td {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.pro-detail .pro-detail-content p {
    color: #555;
    line-height: 1.6em;
}

.pro-detail .pro-inquiry-title,
.pro-detail .pro-random-title {
    margin: 70px 0 30px;
    color: #222;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact .pro-inquiry-title {
    margin: 0 0 10px;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
}

.send-inquiry .inquiry-form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.send-inquiry .inquiry-form input,
.send-inquiry .inquiry-form textarea {
    box-sizing: border-box;
    border: 1px solid #f6f6f6;
    outline: 0;
    background: #f6f6f6;
    transition: border-color .3s ease;
}

.send-inquiry .inquiry-form input:focus,
.send-inquiry .inquiry-form textarea:focus {
    border-color: #004995;
}

.send-inquiry .inquiry-form input {
    width: 49%;
    height: 50px;
    margin-bottom: 30px;
    padding: 0 40px 0 20px;
}

.send-inquiry .inquiry-form textarea {
    width: 100%;
    height: 250px;
    padding: 20px 40px 0 20px;
    resize: none;
}

.send-inquiry .inquiry-form .sd {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 50px;
    margin: 50px 0;
    border: 0;
    box-sizing: border-box;
    color: #fff;
    background-color: #004995;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
}

.send-inquiry .inquiry-form .sd:hover {
    background: #004995;
}

.theme-contact-form-feedback {
    display: none;
    margin-bottom: 16px;
    color: #004995;
    font-size: 14px;
    line-height: 1.5;
}

.theme-contact-form-feedback.is-error {
    color: #c53030;
}

.send-inquiry .inquiry-form .sd.is-submitting,
.send-inquiry .inquiry-form .sd:disabled {
    cursor: not-allowed;
    opacity: .7;
}

@media screen and (max-width: 1024px) {
    .pro-detail .pro-detail-top {
        display: block;
    }

    .pro-detail .pro-info {
        margin-left: 0;
    }

    .pro-detail .preview-container,
    .pro-detail .small-box,
    .pro-detail .thumbnail-box,
    .pro-detail .banner-page {
        width: 100%;
        max-width: 100%;
    }

    .pro-detail .small-box {
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .pro-detail .thumbnail-box .list {
        width: 100%;
    }

    .pro-detail .big-box,
    .pro-detail .small-box .hover {
        display: none !important;
    }

    .pro-detail .banner-page {
        display: inline-flex;
    }
}

@media screen and (max-width: 640px) {
    .product-case {
        margin: 0 -4vw -36px;
    }

    .product-case > li {
        width: 50%;
        padding: 0 2vw;
    }

    .product-case .case-name {
        font-size: 14px;
        height: 36px;
        line-height: 36px;
    }

    .product-case .case-img {
        padding: 8px;
    }

    .pro-detail .thumbnail-box .item {
        width: 68px;
        min-width: 68px;
        height: 68px;
    }

    .pro-detail .part-title {
        padding: 18px;
        font-size: 16px;
    }

    .pro-detail .part-con {
        padding: 20px 0 0;
    }

    .theme-thumb-nav {
        width: 28px;
        height: 68px;
    }

    .pro-detail .pro-name {
        font-size: 26px;
    }

    .pro-detail .pro-inquiry-title,
    .pro-detail .pro-random-title {
        margin: 8vw 0 4vw;
        font-size: 18px;
    }

    .contact .pro-inquiry-title {
        margin: 0 0 10px;
        font-size: 16px;
    }

    .send-inquiry .inquiry-form input {
        width: 100%;
        height: 12vw;
        margin-bottom: 4vw;
        padding-left: 2.6666666667vw;
    }

    .send-inquiry .inquiry-form textarea {
        width: 100%;
        height: 33.3333333333vw;
        padding-top: 3.3333333333vw;
        padding-left: 2.6666666667vw;
    }

    .send-inquiry .inquiry-form .sd {
        width: 150px;
        height: 50px;
        margin: 20px auto;
        font-size: 14px;
    }
}

@media screen and (max-width: 1470px) {
    .new-main .sidebar {
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
        width: 320px;
    }
}

@media screen and (max-width: 1279px) {
    .new-main .l-wrap {
        width: auto;
        max-width: none;
        margin: 0 50px;
    }

    .new-main .sidebar {
        display: none;
    }

    .new-main .common-content {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .new-main.common-main {
        margin: 5.3333333333vw 0;
    }

    .new-main .l-wrap {
        display: block;
        margin: 0 4vw;
    }

    .new-main .new-list.list1 {
        margin: 0 -2vw;
    }

    .new-main .new-list.list1 > li {
        width: 50%;
        padding: 0 2vw;
    }

    .new-main .new-list.list1 .new-title {
        margin: 10px;
        font-size: 16px;
    }

    .new-main .new-list.list1 .new-date {
        left: 10px;
        padding: 6px 8px;
        font-size: 12px;
    }

    .new-main .new-list.list1 .new-more {
        margin: 0 10px;
        font-size: 14px;
    }

    .new-main .new-list.list1 .new-item {
        padding-bottom: 10px;
    }

    .new-main .new-list.list0 .new-item {
        display: block;
    }

    .new-main .new-list.list0 .new-img {
        width: 100%;
        flex: none;
    }

    .new-main .new-list.list0 .new-info {
        width: 100%;
        padding: 4vw;
    }

    .new-main .new-list.list0 .new-title {
        margin: 10px 0;
    }

    .new-main .new-list.list0 .new-more {
        width: 36px;
        height: 36px;
        bottom: -18px;
    }

    .pagelink {
        display: block;
        margin: 0;
    }

    .pagelink > div {
        width: 100%;
        margin-bottom: 4vw;
        padding: 0;
    }

    .pagelink .pagelink-info {
        padding: 16px;
    }

    .common-inquiry-title,
    .new-main .new-title {
        font-size: 18px;
    }

    .contact {
        display: block;
    }

    .contact .contact-box {
        -ms-flex: initial;
        flex: initial;
        margin-right: 0;
        padding: 14px;
    }

    .contact .contact-box .title {
        font-size: 18px;
    }

    .contact .contact-inquiry .title {
        padding-bottom: 14px;
        font-size: 18px;
    }
}
