@import url(iconfont.css);

.banner-inner {
    position: relative;
    background: #fafafa;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-end
}

.banner-inner .banner-content,
.banner-inner img,
table {
    width: 100%
}

.banner-inner .banner-content .container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 10px 70px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.banner-inner .banner-content .banner-title-h1 {
    font-size: 20px;
    font-weight: 700
}

.banner-inner .banner-content .banner-breadcrumbs a {
    color: inherit;
    transition: all .2s linear
}

.banner-inner .banner-content .banner-breadcrumbs a i {
    margin-right: 5px
}

.banner-inner .banner-content .banner-breadcrumbs a:hover,
.sidebar-item.category .sidebar-cate>li a:hover,
.sidebar-item.category .sidebar-cate>li ul li.active a,
.sidebar-item.category .sidebar-cate>li.active>a,
.sidebar-item.recent-news .recentnews-list li a:hover,
.sidebar-prolist li:hover a,
article a {
    color: var(--color)
}

.common-main {
    padding: 50px 0 80px
}

.company-list ul li .title,
article p {
    color: var(--fontcolortitle)
}

article a {
    text-decoration: underline
}

table {
    border-collapse: collapse
}

table td,
table th {
    border: 1px solid #ddd;
    padding: 4px 10px
}

.table-wrap {
    overflow-x: auto;
    width: 100%
}

.company-about-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 6%
}

.about-vision-wrap>div,
.company-about-wrap>div {
    width: 50%
}

.company-about-wrap .about-img {
    position: relative;
    padding: 10px 3%0 10px
}

.company-about-wrap .about-img>img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.company-about-wrap .about-info {
    padding-top: 30px
}

.company-about-wrap .about-info .home-des,
.company-about-wrap .about-info .home-title {
    text-align: left
}

.company-about-wrap .about-info ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.company-about-wrap .about-info ul li {
    width: 50%;
    margin-bottom: 10px;
    display: flex;
    align-items: center
}

.company-about-wrap .about-info ul li img {
    margin-right: 10px
}

.company-about-wrap .about-info ul li p {
    margin: 0
}

.company-about-wrap .about-info .about-content {
    margin-top: 30px
}

.company-about-wrap .about-info .about-content p {
    margin-bottom: 30px
}

.company-about-wrap .color {
    font-weight: var(--fontweight);
    font-size: 18px;
    color: #080808;
    display: flex;
    align-items: center
}

.company-about-wrap .color span {
    color: var(--color);
    font-size: 24px;
    padding-left: 15px
}

.company-list {
    padding-top: 6%
}

.company-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    margin-top: 50px
}

.company-list ul li {
    margin-bottom: 20px;
    width: 23%;
    background: #fff;
    box-shadow: 0 6px 13px 0 rgba(19, 20, 21, .2);
    padding: 50px 30px;
    position: relative;
    transition: all .1s linear
}

.company-list ul li:hover {
    box-shadow: 0 6px 13px 0 rgba(19, 20, 21, .4)
}

.company-list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: var(--color)
}

.company-list ul li .title {
    font-weight: var(--fontweight);
    padding: 0 0 20px;
    font-size: 22px
}

.company-list ul li i {
    font-size: 50px;
    color: var(--color)
}



.page-container {
    display: flex;
    flex-wrap: wrap
}

.sidebar {
    width: 380px
}

.sidebar-item {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 3px 8px 0 rgba(19, 20, 21, .17);
    padding: 30px;
    margin-bottom: 30px
}

.sidebar-item .sidebar-title {
    color: var(--fontcolortitle);
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.sidebar-item .sidebar-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 81px;
    height: 2px;
    background: var(--color)
}

.sidebar-item.search .sidebar-search {
    display: flex;
    align-items: center;
    height: 45px
}

.sidebar-item.search .sidebar-search input {
    height: 100%;
    flex: 1;
    outline: 0;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    padding: 0 10px;
    transition: all .1s linear
}

.sidebar-item.search .sidebar-search input:focus {
    border-color: #dad8d8
}

.sidebar-item.search .sidebar-search .search-btn {
    width: 45px;
    height: 100%;
    background: var(--color);
    border: 1px solid var(--color);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .1s linear
}

.sidebar-item.search .sidebar-search .search-btn:hover {
    opacity: .9
}

.sidebar-item.search .sidebar-search .search-btn i {
    font-size: 22px
}

.sidebar-item.category .sidebar-cate {
    list-style: none
}

.sidebar-item.category .sidebar-cate>li {
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    padding-left: 20px
}

.sidebar-item.category .sidebar-cate>li>i {
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    left: -8px;
    top: 10px;
    color: var(--fontcolorintro);
    cursor: pointer;
    transition: all .2s linear;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.sidebar-item.category .sidebar-cate>li a {
    color: var(--fontcolortitle);
    padding: 12px 0;
    display: inline-flex
}

.sidebar-item.category .sidebar-cate>li ul {
    display: none;
    list-style: none;
    padding-bottom: 20px
}

.sidebar-item.category .sidebar-cate>li ul a {
    padding: 4px 0
}

.sidebar-item.category .sidebar-cate>li.active>i {
    transform: rotate(90deg);
    color: var(--color)
}

.sidebar-item.recent-news .recentnews-list li {
    margin: 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #dcdcdc
}

.sidebar-item.recent-news .recentnews-list li:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.sidebar-item.recent-news .recentnews-list li a {
    position: relative;
    color: var(--fontcolortitle);
    padding-left: 18px;
    line-height: 22px
}

.sidebar-item.recent-news .recentnews-list li a i {
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0
}

.sidebar-prolist li {
    display: flex;
    align-items: center;
    margin-top: 1em
}

.sidebar-prolist li:hover img {
    transform: scale(1.05)
}

.sidebar-prolist li>a {
    width: 35%;
    overflow: hidden
}

.sidebar-prolist li img {
    transition: all .1s linear
}

.sidebar-prolist li>div {
    flex: 1;
    padding-left: 10px
}

.sidebar-prolist li>div p {
    color: var(--fontcolorintro)
}

.sidebar-prolist li>div a {
    font-weight: 700
}

.page-main {
    flex: 1;
    width: 100%;
    padding-left: 50px
}

.prodetails-related .related-item:hover .related-img img {
    transform: translate(-50%, -50%) scale(1.05)
}

.preview-container .thumbnail-box .item .imgalt {
    display: none
}

.mypages {
    clear: both;
    margin: 20px 0;
    text-align: center;
    height: 40px;
    line-height: 40px
}

.mypages ul {
    display: inline-block;
    margin: 0 auto
}

.mypages li,
.mypages .page-num {
    padding: 0 15px;
    line-height: 30px;
    display: inline-block;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0 3px;
    float: left;
    background-color: #fff;
    cursor: pointer
}

.mypages .page-num-current,
.mypages .page-num-current a,
.mypages .page-num-current a:hover {
    color: #fff;
    background-color: var(--color)
}

#feedbackForm input,
#feedbackForm textarea {
    width: 100%;
    outline: 0;
    border: 1px solid #e5e5e5;
    padding: 10px;
    border-radius: 4px;
    margin-top: 1em;
    font-size: 14px;
    transition: all .1s linear;
    box-shadow: none
}

#feedbackForm input::placeholder,
#feedbackForm textarea::placeholder {
    color: #999
}

#feedbackForm input.input-error,
#feedbackForm textarea.input-error {
    border-color: red
}

#feedbackForm input:focus,
#feedbackForm textarea:focus {
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .05)
}

#feedbackForm input {
    height: 40px
}

#feedbackForm .feed-verification {
    width: 100%;
    display: flex;
    align-items: flex-end
}

#feedbackForm .feed-verification input {
    width: 150px !important
}

#feedbackForm .feed-verification .verification-box {
    margin-left: 10px;
    height: 40px;
    padding: 4px 0
}

#feedbackForm .feed-verification .verification-box img {
    width: auto;
    height: 100%
}

#feedbackForm textarea {
    height: 140px;
    font-family: inherit;
    resize: none
}

#feedbackForm .send-btn {
    width: 150px;
    height: 40px;
    background: var(--color);
    border-radius: 4px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: all .1s linear
}

#feedbackForm .send-btn:hover {
    opacity: .8
}

#feedbackForm .select-menu {
    margin-top: 1em
}

#feedbackForm .select-menu,
#feedbackForm .select-menu .select-menu-div {
    position: relative;
    width: 100%
}

#feedbackForm .select-menu .select-menu-div i {
    margin-right: 5px;
    position: absolute;
    right: 24px;
    top: 20px;
    transition: all .4s ease
}

#feedbackForm .select-menu .select-menu-div i.select-menu-i {
    transform: rotateX(180deg)
}

#feedbackForm .select-menu .select-menu-div i::after,
#feedbackForm .select-menu .select-menu-div i::before {
    content: "";
    width: 10px;
    height: 2px;
    background: var(--color);
    position: absolute;
    top: 50%
}

#feedbackForm .select-menu .select-menu-div i::before {
    left: 0;
    transform: rotate(45deg)
}

#feedbackForm .select-menu .select-menu-div i::after {
    transform: rotate(-45deg);
    left: 6px
}

#feedbackForm .select-menu .select-menu-div .select-menu-input {
    margin: 0 !important;
    width: 100% !important;
    cursor: pointer;
    padding-right: 40px;
    user-select: none;
    color: #999
}

#feedbackForm .select-menu .select-menu-ul {
    box-shadow: 0 1px 15px 0 rgba(15, 19, 39, .1);
    list-style: none;
    opacity: 0;
    display: none;
    width: 100%;
    text-align: left;
    border: 1px solid #ddd;
    background: #fff;
    position: absolute;
    z-index: 1
}

#feedbackForm .select-menu .select-menu-ul li {
    padding: 0 20px;
    line-height: 2.5;
    cursor: pointer;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

#feedbackForm .select-menu .select-menu-ul li:hover {
    background: #f2faea
}

#feedbackForm .select-menu .select-menu-ul li:nth-child(2n) {
    background: #f5f4f4
}

#feedbackForm .select-menu .select-menu-ul li:nth-child(2n):hover {
    background: #f2faea
}

#feedbackForm .select-menu .select-menu-ul li.select-this {
    background: #f2faea
}

#feedbackForm .select-menu .select-menu-ul li.select-this:hover {
    background: #f2faea !important
}

.prodetails-top {
    display: flex;
    flex-wrap: wrap
}

.page-box-shadow {
    background: #fff;
    box-shadow: 0 3px 8px 0 rgba(19, 20, 21, .17);
    border-radius: 4px;
    padding: 30px;
    margin-bottom: 25px
}

.singglepic {
    width: 400px
}

.preview-container {
    width: 400px;
    position: relative
}

.preview-container #media {
    height: 400px !important;
    width: 100%;
    display: none;
    border: 1px solid #dfdfdf
}

.preview-container .small-box {
    width: 100%;
    height: 400px;
    border: 1px solid #dfdfdf;
    position: relative
}

.preview-container .small-box img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.preview-container .small-box .hover {
    position: absolute;
    width: 180px;
    height: 180px;
    background-color: rgba(204, 204, 204, .6);
    border: 1px solid #eee;
    display: none;
    cursor: move;
    z-index: 9
}

.preview-container .small-box .vPlay {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(0, 0, 0, .4);
    cursor: pointer;
    color: #fff;
    display: none;
    font-size: 24px
}

.preview-container .thumbnail-box {
    margin-top: 20px;
    position: relative;
    padding: 0 40px
}

.preview-container .thumbnail-box .item {
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    cursor: pointer;
    overflow: hidden
}

.preview-container .thumbnail-box .item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.preview-container .thumbnail-box .item.item-cur {
    border-color: var(--color)
}

.preview-container .thumbnail-box .prodetails-button-next,
.preview-container .thumbnail-box .prodetails-button-prev {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 30px;
    height: 30px;
    transition: all .2s linear
}

.preview-container .thumbnail-box .prodetails-button-prev {
    left: 0
}

.preview-container .thumbnail-box .prodetails-button-next:hover,
.preview-container .thumbnail-box .prodetails-button-prev:hover,
.prodetails-related .related-item:hover .related-info .related-title a {
    color: var(--color)
}

.preview-container .thumbnail-box .prodetails-button-next {
    left: auto;
    right: 0
}

.preview-container .banner-page {
    display: none
}

.preview-container .big-box {
    display: none;
    border: 1px solid #dfdfdf;
    border-left: none;
    width: 420px;
    height: 400px;
    position: absolute;
    left: 100%;
    top: 0;
    overflow: hidden;
    z-index: 999;
    background: #fff
}

.preview-container .big-box img {
    display: block;
    max-width: none;
    max-height: none;
    width: 150%
}

.prodetails-info {
    flex: 1;
    width: 100%;
    padding-left: 5%
}

.prodetails-info .prodetails-name {
    font-size: 22px;
    font-weight: 700;
    color: var(--fontcolortitle);
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.prodetails-info .prodetails-price {
    color: var(--fontcolorintro)
}

.prodetails-info .prodetails-text {
    margin-bottom: 20px;
    color: var(--fontcolorintro)
}

.prodetails-info .prodetails-btnlist {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap
}

.prodetails-info .prodetails-btnlist>* {
    margin-right: 20px;
    margin-bottom: 10px
}

.prodetails-info .prodetails-btnlist .addToCart,
.prodetails-info .prodetails-btnlist .pro-btn,
.prodetails-info .prodetails-btnlist>* {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 180px;
    height: 40px;
    background: 0 0;
    border-radius: 18px;
    cursor: pointer;
    transition: all .1s linear;
    border: 1px solid var(--color);
    color: var(--color)
}

.prodetails-info .prodetails-btnlist .addToCart i {
    margin-left: 5px
}

.prodetails-info .prodetails-btnlist .addToCart:hover,
.prodetails-info .prodetails-btnlist .pro-btn:hover {
    opacity: .8
}

#tagTabs .tagItem.current,
.page-faq .wrapper .pagefaq-list .item.open .link,
.prodetails-info .prodetails-btnlist .addToCart.added,
.product-cateitem:hover .cate-info {
    background: var(--color);
    color: #fff
}

.product-catelist {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.product-cateitem {
    width: calc(33.33% - 17px);
    margin: 0 25px 25px 0;
    overflow: hidden;
    position: relative;
    border: solid 1px #eee
}

.product-cateitem:hover .cate-img img {
    transform: scale(1.02)
}

.product-cateitem:hover .cate-img::after {
    opacity: .5
}

.product-cateitem:nth-child(3n) {
    margin-right: 0
}

.product-cateitem .cate-img {
    overflow: hidden
}

.product-cateitem .cate-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .2s linear
}

.product-cateitem .cate-img::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: opacity .3s;
    z-index: 1
}

.product-cateitem .cate-info {
    position: absolute;
    left: 30px;
    bottom: 30px;
    background: #fff;
    width: 70%;
    color: var(--fontcolortitle);
    padding: 4% 6%;
    transition: all .1s linear;
    z-index: 2;
    border-radius: 4px
}

.product-cateitem .cate-info .cate-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-transform: capitalize
}

.product-cateitem .cate-info .cate-text {
    line-height: 1.6;
    margin: 10px 0;
    opacity: .8
}

.product-cateitem .cate-info .cate-more {
    width: 120px;
    height: 36px;
    border-radius: 30px;
    border: 1px solid #e5e5e5;
    color: var(--fontcolorintro);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background: #fff
}

.page-video .item .info a i,
.product-cateitem .cate-info .cate-more i {
    margin-left: 10px
}

.prodetails-content {
    margin-top: 40px
}

#tagTabs .tagItem {
    white-space: nowrap;
    background: #f2f2f2;
    border-radius: 30px;
    margin-right: 20px;
    justify-content: center;
    height: 44px;
    padding: 0 30px;
    font-weight: 700;
    cursor: pointer
}

.tagContent {
    padding: 20px 0 0
}

#tagTabs,
#tagTabs .tagItem,
.pagelink {
    display: flex;
    align-items: center
}

.pagelink {
    flex-wrap: wrap;
    justify-content: space-between
}

.pagelink .pagelink-item {
    width: 50%;
    background: var(--color);
    color: #ffff;
    display: flex
}

.pagelink .pagelink-item .pagelink-info {
    display: flex;
    align-items: center;
    width: 100%
}

.pagelink .pagelink-item .pagelink-info p {
    flex: 1
}

.pagelink .pagelink-item .pagelink-info .link-intro {
    flex: none;
    padding: 10px;
    width: 80px;
    text-align: center;
    margin-right: 10px
}

.pagelink .pagelink-item .pagelink-info a {
    flex: 1;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.pagelink .pagelink-item .pagelink-info a:hover {
    text-decoration: underline
}

.pagelink .pagelink-item.next .pagelink-info p:nth-child(1) {
    text-align: right
}

.pagelink .pagelink-item.prev .link-intro {
    border-right: 1px solid #d1d1d1
}

.pagelink .pagelink-item.next {
    justify-content: flex-end
}

.pagelink .pagelink-item.next .link-intro {
    border-left: 1px solid #d1d1d1;
    margin-right: 0;
    margin-left: 10px
}

.prodetails-related {
    margin-top: 40px
}

.prodetails-related .title {
    color: var(--fontcolortitle);
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.prodetails-related .related-list {
    display: flex;
    flex-wrap: wrap
}

.prodetails-related .related-item {
    width: 16.6666%;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    text-align: center;
    transition: all .1s linear;
    display: flex;
    flex-direction: column
}

@media (min-width:501px) {
    .prodetails-related .related-item:nth-child(n+2) {
        border-left: none
    }
}

@media (max-width:500px) {
    .prodetails-related .related-item:nth-child(n+2) {
        border-top: none
    }
}

.prodetails-related .related-item:hover {
    border-bottom: solid 1px var(--color)
}

.prodetails-related .related-item .related-img a {
    display: block;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 100%
}

.prodetails-related .related-item .related-img a img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .1s linear
}

.prodetails-related .related-item .related-info {
    flex: 1;
    font-size: 14px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.prodetails-related .related-item .related-title a {
    margin-bottom: 10px;
    color: var(--fontcolortitle);
    line-height: 20px
}

.prodetails-related .related-item .related-btn {
    color: var(--color);
    font-size: 16px;
    padding-left: 15px
}

.newscontent-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px
}

.newscontent-date {
    color: var(--fontcolorintro);
    font-size: 14px
}

.newscontent-date i {
    color: var(--color);
    margin-right: 10px
}

.newscontent-date .news-views {
    margin-left: 20px
}

.newscontent-details {
    margin-top: 20px;
    margin-bottom: 30px
}

.contact-box .contact-main .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: var(--color)
}


.contact-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap
}

.contact-list .contact-item {
    width: 31%;
    background: #fff;
    box-shadow: 0 3px 8px 0 rgba(19, 20, 21, .17);
    padding: 4%;
    text-align: center;
    transition: all .1s linear
}

.contact-list .contact-item:hover {
    box-shadow: 0 3px 8px 0 rgba(19, 20, 21, .25)
}

.contact-list .contact-item:hover i {
    font-size: 32px
}

.contact-list .contact-item i {
    background: var(--color);
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    transition: all .2s linear
}

.contact-list .contact-item .contact-item-title {
    font-weight: 700;
    font-size: 22px;
    margin: 20px 0;
    color: var(--color)
}

.contact-list .contact-item .contact-item-text {
    margin-bottom: 0
}

.contact-list .contact-item .contact-item-text a {
    color: var(--fontcolortitle);
    text-decoration: none;
    margin-right: 10px
}

.contact-list .contact-item .contact-item-text a:hover,
.project-list li:hover .project-info .project-name {
    color: var(--color)
}

.contact-box {
    margin-top: 70px;
    box-shadow: 0 3px 8px 0 rgba(19, 20, 21, .17)
}

.contact-box .contact-img {
    width: 45%
}

.contact-box .contact-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.contact-box .contact-img iframe,
.solution-2::before {
    width: 100%;
    height: 100%
}

.contact-box .contact-main {
    flex: 1;
    padding: 40px 30px 20px
}

.contact-box .contact-main .title {
    color: var(--fontcolortitle);
    font-size: 26px;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: capitalize
}

.contact-box .contact-main .title::after {
    width: 81px;
    height: 2px
}

.contact-box,
.contact-box .contact-main #feedbackForm .inquiry-form,
.download-list,
.inquiry-feedbackForm #feedbackForm .inquiry-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.contact-box .contact-main #feedbackForm .inquiry-form input,
.inquiry-feedbackForm #feedbackForm input {
    width: 49%
}

.contact-box .contact-main #feedbackForm .send-btn {
    margin-top: 20px
}



@media (max-width:1280px) {
    .sidebar {
        width: 320px
    }

    .sidebar-item {
        padding: 20px
    }

    .page-main {
        padding-left: 20px
    }

    .preview-container,
    .singglepic {
        width: 300px
    }

    .preview-container #media,
    .preview-container .small-box {
        height: 300px
    }

    .preview-container .big-box {
        width: 400px;
        height: 300px
    }

    .preview-container .thumbnail-box .item {
        width: 65px;
        height: 65px
    }

    .prodetails-info {
        padding-left: 2%
    }

    .download-list li {
        width: 100%
    }
}


/* 产品列表页 - 现代卡片网格 */
.pro-cate-title{font-size:24px;font-weight:700;margin-bottom:30px;color:var(--fontcolortitle)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.product-card{display:flex;flex-direction:column;background:#fff;border-radius:12px;overflow:hidden;text-decoration:none;box-shadow:0 4px 20px rgba(0,0,0,.06);transition:all .3s}
.product-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px rgba(0,0,0,.12)}
.product-card .product-img{position:relative;overflow:hidden;aspect-ratio:1/1}
.product-card .product-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.product-card:hover .product-img img{transform:scale(1.05)}
.product-card .product-info{padding:20px;flex:1;display:flex;flex-direction:column}
.product-card .product-title{font-size:1rem;font-weight:700;color:var(--fontcolortitle);margin-bottom:8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-card .product-desc{font-size:.85rem;color:#666;line-height:1.6;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1}
.product-card .product-link{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;font-weight:600;color:var(--color);margin-top:auto;transition:gap .3s}
.product-card .product-link i{font-size:.75rem;transition:transform .3s}
.product-card:hover .product-link{gap:10px}
.product-card:hover .product-link i{transform:translateX(2px)}

/* 产品列表页响应式 */
@media(max-width:1024px){
.product-grid{grid-template-columns:repeat(2,1fr);gap:20px}
.product-card:nth-child(9){display:none}
}
@media(max-width:768px){
.product-grid{grid-template-columns:repeat(2,1fr);gap:16px}
.product-card .product-info{padding:16px}
}
@media(max-width:500px){
.product-grid{grid-template-columns:1fr;gap:16px}
}

/* Pro-list base styles */
.pro-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 -12px;
}

.pro-list li {
    padding: 0 12px;
    margin-bottom: 24px;
    box-sizing: border-box;
}

.pro-list.list1 li {
    width: 33.333%;
}

.pro-list li .pro-img {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.pro-list li .pro-img a {
    display: block;
    position: relative;
    padding-bottom: 80%;
    overflow: hidden;
}

.pro-list li .pro-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.pro-list li:hover .pro-img img {
    transform: scale(1.05);
}

.pro-list li .pro-img i {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.pro-list li .pro-info {
    padding: 20px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: none;
    border-radius: 0 0 8px 8px;
}

.pro-list li .pro-info .title h5 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
}

.pro-list li .pro-info .title h5 a {
    color: #333;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pro-list li .pro-info .title h5 a:hover {
    color: var(--color, #007bff);
}

.pro-list .pro-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 12px 0 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pro-btn {
    display: inline-block;
    padding: 10px 24px;
    background: var(--color, #007bff);
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    transition: background 0.3s ease;
}

.pro-btn:hover {
    opacity: 0.9;
    color: #fff;
}

/* ===== 案例列表 - 简约翻转卡片 ===== */
.case-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.case-card {
    background: #fff;
}

.card-link {
    display: block;
    text-decoration: none;
}

.card-flip {
    perspective: 1000px;
    position: relative;
    width: 100%;
    padding-bottom: 75%; /* 4:3 比例 */
    margin-bottom: 15px;
}

.card-front,
.card-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
    transition: transform 0.5s ease;
}

.card-front {
    background: #f5f5f5;
}

.card-back {
    background: #fff;
    border: 2px solid var(--color, #007bff);
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.card-link:hover .card-front {
    transform: rotateY(-180deg);
}

.card-link:hover .card-back {
    transform: rotateY(0deg);
}

/* 正面 - 纯图片 */
.card-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 背面 - 描述+按钮 */
.card-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    flex: 1;
    overflow-y: auto;
}

.card-desc::-webkit-scrollbar {
    width: 3px;
}

.card-desc::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 3px;
}

.card-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: var(--color, #007bff);
    color: #fff;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 500;
    margin-top: 12px;
    align-self: flex-start;
    transition: all 0.3s;
}

.card-btn i {
    font-size: 11px;
    transition: transform 0.3s;
}

.card-btn:active {
    transform: scale(0.98);
}

.card-btn:focus-visible {
    outline: 2px solid var(--color, #007bff);
    outline-offset: 2px;
}

.card-link:hover .card-btn i {
    transform: translateX(3px);
}

/* 标题 - 卡片下方 */
.card-title {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-link:hover .card-title {
    color: var(--color, #007bff);
}

/* 响应式 */
@media (max-width: 1024px) {
    .case-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 600px) {
    .case-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .card-back {
        padding: 15px;
    }
}

/* 移动端触摸翻转 */
@media (hover: none) and (pointer: coarse) {
    .card-link.flipped .card-front {
        transform: rotateY(-180deg);
    }
    .card-link.flipped .card-back {
        transform: rotateY(0deg);
    }
    .card-link:hover .card-front {
        transform: rotateY(0deg);
    }
    .card-link:hover .card-back {
        transform: rotateY(180deg);
    }
}

/* 按钮链接样式 */
a.card-btn {
    text-decoration: none;
    color: #fff;
}

/* div.card-link 光标样式 */
div.card-link {
    cursor: pointer;
}

/* 无障碍 - 减少动画 */
@media (prefers-reduced-motion: reduce) {
    .card-front,
    .card-back,
    .card-btn,
    .card-btn i,
    .card-title {
        transition: none;
    }
}