@charset"utf-8";

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #1b1b1b;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #1b1b1b;
}

::-webkit-scrollbar-thumb:vertical:hover {
    background: #1b1b1b;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
}
a:hover{
    color: #3174ea!important;
}
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    padding: 0;
    margin: 0;
}

dd {
    margin-bottom: 0;
}

dt {
    font-weight: 400;
}

:focus {
    outline: none !important;
}

/**头部**/
/* 基础样式设置 - 100px = 1rem */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 100px;
    /* 基础设置：1rem = 100px */
}

body {
    font-family: "Microsoft YaHei", Arial, sans-serif;
    font-size: 0.14rem;
    /* 14px */
    line-height: 1.5;
    color: #333;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

/* 容器样式 */
.container {
    width: 100%;
    margin: 0 auto;
    padding-left: 6%;
    padding-right: 6%;
    box-sizing: border-box;
}

.header {
    background-color: #fff;
    transition: all 0.3s ease;
    position: relative;
    width: 100%;
    z-index: 9;
    box-shadow: 0 8px 25px -5px #00000008;
}

.top-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-nav-left {
    flex: 0 0 auto;
    font-size: 0.3rem;
    font-weight: bolder;
    position: relative;
    z-index: 99999;
}

.top-nav-left img {
    width: 1.5rem;
}

.top-nav-cent {
    display: flex;
    align-items: center;
    list-style: none;
    /* flex: 1 1 auto; */
    margin: 0;
    padding-left: 0.2rem;
    box-sizing: border-box;
}
.top-nav-cent-box{
    display: flex;
}

.top-nav-li {
    position: static;
    margin: 0 0.15rem;
    cursor: pointer;
}

.top-navbar {
    display: flex;
    padding: 0.35rem 0 0.25rem;
    font-size: 0.16rem;
    color: #333;
    font-weight: 500;
    align-items: center;
    justify-content: space-between;
    transition: color 0.2s ease;
}

.top-nav-li:hover .top-navbar {
    color: #2c7dfa;
}

.top-navbar-ul {
    display: grid;
    width: 100%;
    gap: 0.2rem;
    grid-column-gap: 0.2rem;
    grid-row-gap: 0.2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 3fr;
    grid-auto-columns: 1fr
}

.dropdown-open {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: #ffffffd9;
    width: 100vw;
    max-width: 100%;
    padding: 0.15rem 6%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    box-shadow: 0 70px 70px #0000000d;
    box-sizing: border-box;
    display: none;
}

.top-navbar-li {
    margin-bottom: 0;
}

.top-navbar-tag {
    margin-bottom: 0.15rem;
    font-size: 0.16rem;
    color: #666;
    font-weight: 600;
    transition: all .3s cubic-bezier(.455, .03, .515, .955);
    display: flex;
    border-bottom: 1.5px solid #f4f4f4;
    padding-bottom: 0.15rem;
}

.top-navbar-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 2rem;
}

.top-navbar-item {
    flex: 1;
}

.top-navbar-item a {
    display: block;
    padding: 0.03rem 0;
    font-size: 0.14rem;
    color: #6f6f6f;
    transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.top-navbar-item a:hover {
    color: #2c7dfa;
    text-decoration: underline;
}

.top-nav-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
}
.search-box input{
    height: 0.4rem;
    flex: 1;
    border: 0;
    padding: 0 0.1rem;
    box-sizing: border-box;
}
.search-btn{
    width: 0.3rem;
    height: 0.3rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f1f1;
    margin-right: 0.1rem;
    border-radius: 1000px;
    cursor: pointer;
    border: 0;
}
.search-btn:hover{
    background: #3174ea;
    color: #ffffff;
}
.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    box-shadow: 0 0.02rem 0.08rem rgba(0, 0, 0, 0.08);
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.top-navbar-adv {
    max-height: 200px;
    background: #fff000;
    flex: 1;
}

/***banner***/
.banner {
    width: 100%;
    padding: 0.35rem 6%;
    box-sizing: border-box;
}

.banner-box {
    width: 100%;
    border-radius: 0.1rem;
    overflow: hidden;
    position: relative;
}


.seat-left{
    position: absolute;
    top: 10%;
    left: 5%;
    z-index: 1;
    padding: 1rem 1rem;
    box-sizing: border-box;
    width: 45%;
}

.seat-left .ban-h1 {
    text-align: left;
}

.seat-left .ban-h2 {
    text-align: left;
}
.seat-left .ban-btn {
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0.5rem 0 0 0;
}
.seat-cent{
    position: absolute;
    top: 10%;
    left: 20%;
    right: 20%;
    z-index: 1;
    padding: 1rem 1rem;
    box-sizing: border-box;
    width: 60%;
}
.seat-cent .ban-h1 {
    text-align: center;
}

.seat-cent .ban-h2 {
    text-align: center;
}
.seat-cent .ban-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0 0 0;
}
.seat-right{
    position: absolute;
    top: 10%;
    right: 5%;
    z-index: 1;
    padding: 1rem 1rem;
    box-sizing: border-box;
    width: 45%;
}
.seat-right .ban-btn {
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 0.5rem 0 0 0;
}
.seat-right .ban-h1 {
    text-align: right;
}

.seat-right .ban-h2 {
    text-align: right;
}
.ban-h1 {
    font-size: 0.3rem;
    width: 100%;
    padding: 0 0 0.2rem;
}

.ban-h2 {
    width: 100%;
    font-size: 0.18rem;
}

 
.ban-btn a {
    color: #555555;
    line-height: inherit;
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid #b3b3b3;
    border-radius: 0.1rem;
    padding: 0.1rem 0.25rem;
    text-decoration: none;
    display: inline-block;
    font-size: 0.18rem;
    position: relative;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    box-sizing: border-box;
}

.ban-btn a:hover {
    border: 1px solid #3174ea;
    color: #3174ea;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    background: #e5efff;
    box-shadow: 0 5px 20px -5px #0000004d;
    box-sizing: border-box;
}

.ban-btn a span {
    width: 0;
}

.ban-pad {
    width: 100%;
    position: relative;
    border-radius: 0.1rem;
    overflow: hidden;
}

.ban-pad img {
    width: 100%;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.ban-pad:hover img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
}

.swiper-ban-next {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100rem;
    position: absolute;
    left: 0.6rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.swiper-ban-next:hover {
    background: #3174ea;
    color: #ffffff;
}

.swiper-ban-next:hover:after {
    background: #ffffff;
    color: #ffffff;
    opacity: 0;
    width: 0;
    height: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.swiper-ban-next:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    opacity: 1;
    border-radius: 100%;
    background-color: #ffffff;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.swiper-ban-prev {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100rem;
    position: absolute;
    right: 0.6rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.swiper-ban-prev:hover {
    color: #ffffff;
    background: #3174ea;
}

.swiper-ban-prev:hover:after {
    background: #ffffff;
    color: #ffffff;
    opacity: 0;
    width: 0;
    height: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.swiper-ban-prev:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    opacity: 1;
    border-radius: 100%;
    background-color: #ffffff;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.swiper-ser-next {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100rem;
    position: absolute;
    left: 0rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.swiper-ser-next:hover {
    background: #3174ea;
    color: #ffffff;
}

.swiper-ser-next:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    opacity: 1;
    border-radius: 100%;
    background-color: #ffffff;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.swiper-ser-prev {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100rem;
    position: absolute;
    right: 0rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.swiper-ser-prev:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    opacity: 1;
    border-radius: 100%;
    background-color: #ffffff;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.swiper-ser-prev:hover {
    background: #3174ea;
    color: #ffffff;
}

.swiper-ser-prev:hover:after {
    background: #ffffff;
    color: #ffffff;
    opacity: 0;
    width: 0;
    height: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.swiper-ser-next:hover:after {
    background: #ffffff;
    color: #ffffff;
    opacity: 0;
    width: 0;
    height: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.swiper-news-next {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100rem;
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.swiper-news-next:hover {
    background: #3174ea;
    color: #ffffff;
}

.swiper-news-next:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    opacity: 1;
    border-radius: 100%;
    background-color: #ffffff;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.swiper-news-prev {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100rem;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.swiper-news-prev:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    opacity: 1;
    border-radius: 100%;
    background-color: #ffffff;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.swiper-news-prev:hover {
    background: #3174ea;
    color: #ffffff;
}

.swiper-news-prev:hover:after {
    background: #ffffff;
    color: #ffffff;
    opacity: 0;
    width: 0;
    height: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.swiper-news-next:hover:after {
    background: #ffffff;
    color: #ffffff;
    opacity: 0;
    width: 0;
    height: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.service-tag {
    position: absolute;
    left: 5%;
    bottom: 5%;
    background: #ffffff;
    border-radius: 6px;
    padding: 0.08rem 0.15rem;
    box-shadow: 0 2px 10px #0003;
    z-index: 3;
}

.service-box {
    width: 100%;
    padding: 0.2rem 6%;
    box-sizing: border-box;
}

.service-h1 {
    text-align: center;
    font-size: 0.25rem;
    padding: 0.1rem 0;
    line-height: 1.2;
}

.service-h2 {
    text-align: center;
    font-size: 0.18rem;
    padding: 0 0 0.1rem 0;
}

.service-swiper {
    width: 100%;
    padding: 0.15rem 1rem;
    box-sizing: border-box;
    position: relative;
}

.service-btn-flex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0.1rem 1rem 0;
    box-sizing: border-box;
}

.service-btn {
    border: 1px solid #b3b3b3;
    padding: 0.1rem 0.45rem 0.1rem 0.25rem;
    border-radius: 0.08rem;
    font-size: 0.15rem;
    text-align: center;
    color: #555555;
    position: relative;
}

.service-btn:hover {
    box-shadow: 0 5px 20px -5px #0000004d;
    border: 1px solid #3174ea;
    color: #3174ea;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    background: #e5efff;
}

.service-btn:hover .hm2jian2 {
    animation: hm2jian 0.6s ease 0s infinite;
    -webkit-animation: hm2jian 0.6s ease 0s infinite;
    -moz-animation: hm2jian 0.6s ease 0s infinite;
    -o-animation: hm2jian 0.6s ease 0s infinite;
    display: block;
}

.section-medium {
    width: 100%;
    padding: 0.2rem 12%;
    box-sizing: border-box;
}

.padding-section-medium {
    display: grid;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    flex-direction: row;
}

.section-left {
    padding-left: 20%;
    padding-right: 20%;
    box-sizing: border-box;
}

.section-h1 {
    width: 100%;
    font-size: 0.3rem;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 0.1rem;
    text-align: left;
}

.section-h2 {
    font-size: 0.16rem;
    width: 100%;
    line-height: 1.6;
    text-align: left;
}

.section-flex {
    width: 100%;
    padding-top: 0.2rem;
    text-align: left;
}

.section-flex a {
    border: 1px solid #b3b3b3;
    padding: 0.1rem 0.18rem;
    border-radius: 0.08rem;
    font-size: 0.15rem;
    text-align: center;
    color: #555555;
    display: inline-block;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.section-flex a:hover {
    border: 1px solid #3174ea;
    color: #3174ea;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    background: #e5efff;
    box-shadow: 0 5px 20px -5px #0000004d;
}

.section-right {
    border-radius: 0.1rem;
    overflow: hidden;
}

.seimg img {
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    width: 100%;
}

.seimg:hover img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    vertical-align: middle;
}

.section-medium:nth-child(odd) .padding-section-medium .section-left {
    order: 1;
}

.section-medium:nth-child(odd) .padding-section-medium .section-right {
    order: 2;
}

.service-more-img {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 0.1rem;
    overflow: hidden;
    transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.service-more-img:hover {
    box-shadow: 0 5px 20px -5px #0000004d;
    transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.service-more-img img {
    width: 100%;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.service-more-img:hover img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
}

.secmore {
    grid-column-gap: 0.15rem;
    grid-row-gap: 0.15rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.service-more-img:hover {
    text-decoration: none;
    transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

/***底部***/
.footer {
    width: 100%;
    padding: 0.2rem 6%;
    box-sizing: border-box;
    background: #ffffff;
}

.foot-pad {
    width: 100%;
    border-top: 1.5px solid #f4f4f4;
    grid-column-gap: 0.15rem;
    grid-row-gap: 0.15rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    display: grid;
    padding: 0.6rem 0 0.5rem;
}

.footer-pad-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.footer-pad-right {
    order: 9999;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;

}

.foot-top-h1 {
    font-size: 0.24rem;
    width: 100%;
}

.foot-top-h2 {
    font-size: 0.16rem;
    color: #b3b3b3;
}

.footer-link-h1 {
    font-size: 0.18rem;
    padding-bottom: 0.08rem;
    color: #000000;
    font-weight: bolder;
}

.footer-item {
    font-size: 0.15rem;
    padding: 0.02rem 0;
    color: #737373;
}

.foot-int {
    display: flex;
    align-items: center;
}

.int-li {
    border: 1px solid #b3b3b3;
    border-radius: 6px;
    height: auto;
    height: 0.435rem;
    margin-bottom: 0;
    margin-right: 0.1rem;
    box-sizing: border-box;
    overflow: hidden;
}

.int-li input {
    border: 0;
    height: 0.435rem;
    line-height: 0.435rem;
    font-size: 0.15rem;
    padding: .05rem .075rem;
    box-sizing: border-box;
}

.int-btn {
    height: 0.435rem;
    line-height: 0.435rem;
    font-size: 0.15rem;
    border-radius: 6px;
    border: 1px solid #3174ea;
    color: #3174ea;
    padding: 0 0.28rem;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    cursor: pointer;
}

.int-btn:hover {
    border: 1px solid #3174ea;
    color: #ffffff;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    background: #3174ea;
    box-shadow: 0 5px 20px -5px #0000004d;
}

.foot-logo {
    width: 2rem;
}

.foot-logo img {
    width: 2rem;
}
.foot-logo-h1{
    font-size: 0.32rem;
}
.foot-bot {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1.5px solid #f4f4f4;
    padding: 0.1rem 0;
    color: #b3b3b3;
}

.foot-bot-btn {
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.14rem;
    border-radius: 6px;
    border: 1px solid #b3b3b3;
    color: #b3b3b3;
    padding: 0 0.2rem;
    margin-left: 0.15rem;
}

.foot-svg {
    display: flex;
}

.foot-svg svg {
    width: 0.4rem;
}

.foot-bot-right {
    display: flex;
    align-items: center;
}

.news {
    width: 100%;
    padding: 0.4rem 6%;
    box-sizing: border-box;
}

.news-swiper {
    padding: 0 10%;
    width: 100%;
    position: relative;
}

.news-h1 {
    text-align: center;
    font-size: 0.25rem;
    padding: 0.1rem 0;
    line-height: 1.2;
}

.news-h2 {
    text-align: center;
    font-size: 0.18rem;
    padding: 0;
}

.news-btn {
    border: 1px solid #b3b3b3;
    padding: 0.1rem 0.45rem 0.1rem 0.25rem;
    border-radius: 0.08rem;
    font-size: 0.15rem;
    text-align: center;
    color: #555555;
    position: relative;
}

.news-btn:hover {
    box-shadow: 0 5px 20px -5px #0000004d;
    border: 1px solid #3174ea;
    color: #3174ea;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    background: #e5efff;
}

.news-btn:hover .hm2jian2 {
    animation: hm2jian 0.6s ease 0s infinite;
    -webkit-animation: hm2jian 0.6s ease 0s infinite;
    -moz-animation: hm2jian 0.6s ease 0s infinite;
    -o-animation: hm2jian 0.6s ease 0s infinite;
    display: block;
}

.news-btn-flex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.1rem 0 0;
}

.swiban-pad {
    width: 100%;
    padding: 0.1rem 0.05rem;
    box-sizing: border-box;
}

.swiban-item {
    width: 100%;
    border-radius: 0.2rem;
    padding: 0.3rem;
    box-sizing: border-box;
    background: #ffffff;
    transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.swiban-item:hover {
    box-shadow: 0 5px 20px -5px #00000026;
    transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.swiban-item img {
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    width: 100%;
}

.swiban-item:hover img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
}

.swiban-img {
    width: 100%;
    vertical-align: middle;
    border-radius: 0.12rem;
    overflow: hidden;
}

.swiban-h1 {
    width: 100%;
    padding: 0.2rem 0.35rem 0.15rem;
    box-sizing: border-box;
    font-size: 0.18rem;
    text-align: center;
    font-weight: bold;
    color: #333333;
}

.swiban-h2 {
    width: 100%;
    padding: 0 0.1rem 0.2rem;
    box-sizing: border-box;
    font-size: 0.14rem;
    color: #8f8f8f;
    text-align: center;
}

.swiban-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiban-btn a {
    border: 1px solid #b3b3b3;
    padding: 0.08rem 0.18rem;
    border-radius: 0.08rem;
    font-size: 0.14rem;
    text-align: center;
    color: #555555;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.swiban-btn a:hover {
    border: 1px solid #3174ea;
    color: #3174ea;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    background: #e5efff;
    box-shadow: 0 5px 20px -5px #0000004d;
}

.hm2jian {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    display: none;
    line-height: 1;
}

.hm2jian2 {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    line-height: 1;
}

.ban-btn a:hover .hm2jian {
    animation: hm2jian 0.6s ease 0s infinite;
    -webkit-animation: hm2jian 0.6s ease 0s infinite;
    -moz-animation: hm2jian 0.6s ease 0s infinite;
    -o-animation: hm2jian 0.6s ease 0s infinite;
    display: block;
}

@keyframes hm2jian {
    0% {
        right: 20px;
    }

    60% {
        right: 10px;
    }

    100% {
        right: 20px;
    }
}

/***产品中心***/
.product {
    padding-left: 6%;
    padding-right: 6%;
    box-sizing: border-box;
    width: 100%;
}

.nban {
    width: 100%;
    padding: 0.3rem 0;
}

.nban-h1 {
    font-size: 0.28rem;
    color: #000;
}

.nban-h2 {
    font-size: 0.16rem;
    color: #b3b3b3;
    padding: 0.08rem 0 0 0;
    max-width: 6rem;
}

.pro-container {
    display: flex;
    align-items: flex-start;
    padding: 0.2rem 0;
}

.sidebar {
    width: 2.5rem;
    background-color: #fff;
    padding: 0;
}

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.15rem;
}

.sidebar-title {
    font-size: 0.16rem;
}

.clear-all {
    cursor: pointer;
    border: none;
    padding: 0.05rem 0.08rem;
    border-radius: 0.04rem;
    font-size: 0.12rem;
    background: none;
}

.tag-container {
    margin-bottom: 0.15rem;
}

.tag {
    display: inline-block;
    border: 1px solid #b3b3b3;
    padding: 0.01rem 0.08rem;
    margin-right: 0.05rem;
    margin-bottom: 0.05rem;
    border-radius: 100rem;
    font-size: 0.12rem;
    cursor: pointer;
    color: #b3b3b3;
}

.tag:hover {
    border: 1px solid #677bf7;
    color: #677bf7;
}

.tag i {
    margin-left: 0.05rem;
    font-style: normal;
    font-size: 0.12rem;
}

.accordion-item {
    margin-bottom: 0.1rem;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f8f8;
    padding: 0.08rem 0.1rem;
    cursor: pointer;
    border-radius: 0.04rem;
}

.arrow {
    transition: transform 0.3s ease;
    color: #b3b3b3;
    font-size: 0.12rem;
}

.down {
    transform: rotate(0deg);
}

.up {
    transform: rotate(180deg);
}

.accordion-content {
    padding: 0.1rem;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0.04rem;
    margin-top: 0.05rem;
}

.accordion-content label {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0.03rem 0;
    box-sizing: border-box;
}

.accordion-content label input {
    margin-right: 0.05rem;
}

.product-list {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
    padding-left: 0.2rem;
    box-sizing: border-box;
}

.product-item {
    width: calc(16.6% - 0.2rem);
    background-color: #fff;
    border-radius: 0.04rem;
    padding: 0.1rem;
    text-align: center;
    transition: all .3s cubic-bezier(.455, .03, .515, .955);
    box-shadow: 0 5px 20px -5px #0000000a;
}

.product-item:hover .pro-img-01 {
    opacity: 0;
    transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.product-item:hover .pro-img-02 {
    opacity: 1;
    transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.product-item:hover {
    box-shadow: 0 5px 20px -5px #0000000d, 0 10px 15px -5px #0000000a;
    transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.product-item img {
    max-width: 100%;
    margin-bottom: 0.05rem;
}

.pro-img-01 {
    opacity: 1;
    transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.pro-img-02 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.product-item-img {
    width: 100%;
    position: relative;
}

/***产品详情***/
.product-detail {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
    box-sizing: border-box;
}

/* 产品介绍区域样式 */
.product-intro {
    display: flex;
    margin-bottom: 0.5rem;
    margin-top: 0.1rem;
    align-items: flex-start;
    flex-direction: row-reverse;
}

.product-info {
    flex: 1;
    padding-right: 0.5rem;
    box-sizing: border-box;
}

.product-title {
    font-size: 0.28rem;
    /* 20px */
    margin-bottom: 0.1rem;
}

.product-desc {
    margin-bottom: 0.2rem;
    width: 100%;
    font-size: 0.16rem;
}

.product-features {
    list-style: inside;
    margin-bottom: 0.1rem;
    padding: 0;
    box-sizing: border-box;
    font-size: 0.16rem;
}

.product-features li {
    padding: 0.03rem 0;
}

.moq {
    margin-bottom: 0.1rem;
}

.moq-h1 {
    font-size: 0.22rem;
    padding-bottom: 0.08rem;
}

.btns {
    display: flex;
    gap: 0.1rem;
    margin-top: 0.5rem;
}

.btn {
    padding: 0.12rem 0.3rem;
    /* 8px 16px */
    border: none;
    border-radius: 0.06rem;
    /* 4px */
    cursor: pointer;
    font-size: 0.16rem;
}

.custom-btn {
    background-color: #007bff;
    color: #fff;
}

.quote-btn {
    background-color: #f8f9fa;
    color: #333;
    border: 1px solid #ddd;
}

.product-swiper {
    width: 6.95rem;
    display: flex;
}

.big-swiper {
    width: 100%;
    margin-bottom: 0.2rem;
    border-radius: 0.12rem;
    overflow: hidden;
}

.big-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb-swiper {
    width: 100%;
}

.thumb-swiper img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.swiper-list{
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 0.9rem;
    margin-left: 0.1rem;
}
.swiper-list .swiper{
    height: 6rem;
    width: 0.9rem;
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-list .swiper .swiper-slide{
    height: 0.9rem !important;
    width: 0.9rem !important;
    margin-bottom: 0.1rem;
}
.swiper-box-bg{
    width: 6rem;
    height: 6rem;
}

.swiper-list .swiper-slide-thumb-active .swiper-img{
    border: 1px solid #3174ea;
    box-sizing: border-box;
}


/* 产品详情区域样式 */
.product-details {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
    border: 1px solid #3174ea;
    border-radius: 0.12rem;
    box-sizing: border-box;
    padding: 0.5rem;
}

.product-left {
    width: 60%;
}
.product-right{
    width: 40%;
    padding: 0 0 0 0.5rem;
    box-sizing: border-box;
}
.faq {
    width: 100%;
    margin: 0.1rem 0;
}

.section-title {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
}

.options {
    background: #f9f9f9;
    padding: 0.2rem;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0.12rem;
    margin: 0.1rem 0;
}

.sustainability {
    background: #f9f9f9;
    padding: 0.2rem;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0.12rem;
    margin-bottom: 0.3rem;
}

.option-items {
    width: 100%;
    padding-bottom: 0.35rem;
}

.option-item {
    text-align: center;
}

.option-item img {
    width: 0.8rem;
    height: 0.8rem;
    object-fit: cover;
    margin-bottom: 0.05rem;
}

.faq-item {
    margin-bottom: 0.2rem;
    width: 100%;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #f4f4f4;
}

.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 0.18rem;
}

.faq-content {
    display: none;
    margin-top: 0.05rem;
    font-size: 0.15rem;
    color: #6f6f6f;
}

.data-item {
    margin-bottom: 0.3rem;
    width: 100%;
    padding: 0.2rem;
    box-sizing: border-box;
    border-radius: 0.12rem;
    background: #ffffff;
    box-shadow: 0 20px 50px -5px #00000005;
}

.data-value {
    font-size: 0.16rem;
    font-weight: bold;
}

.data-desc {
    font-size: 0.12rem;
}

/* 相关产品区域样式 */
.related-products {
    margin-bottom: 0.4rem;
}

.products-relbox {
    width: 100%;
    position: relative;
    padding: 0 0.6rem;
    box-sizing: border-box;
}

.product-item {
    text-align: center;
}

.swiper-img {
    width: 100%;
    border-radius: 0.1rem;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-reture {
    width: 100%;
    padding: 0.1rem 0;
    font-size: 0.15rem;
}

.product-reture a {
    color: #b3b3b3;
}

.product-slide {
    width: 100%;
    padding: 0.2rem;
    box-sizing: border-box;
}

.product-slide-img {
    position: relative;
    width: 100%;
}


.product-slide-pad:hover .rel-img-01 {
    opacity: 0;
    transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.product-slide-pad:hover .rel-img-02 {
    opacity: 1;
    transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.product-slide-pad:hover {
    box-shadow: 0 5px 20px -5px #0000000d, 0 10px 15px -5px #0000000a;
    transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.product-slide-img img {
    max-width: 100%;
    margin-bottom: 0.05rem;
}

.rel-img-01 {
    opacity: 1;
    transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.rel-img-02 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.product-slide-name {
    width: 100%;
    font-size: 0.14rem;
    text-align: center;
    padding: 0.1rem 0;
}

.swiper-rel-next {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100rem;
    position: absolute;
    left: 0rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.swiper-rel-prev {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100rem;
    position: absolute;
    right: 0rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.swiper-rel-prev:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    opacity: 1;
    border-radius: 100%;
    background-color: #ffffff;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.swiper-rel-prev:hover {
    background: #3174ea;
    color: #ffffff;
}

.swiper-rel-prev:hover:after {
    background: #ffffff;
    color: #ffffff;
    opacity: 0;
    width: 0;
    height: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.swiper-rel-next:hover:after {
    background: #ffffff;
    color: #ffffff;
    opacity: 0;
    width: 0;
    height: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}


.swiper-rel-next:hover {
    background: #3174ea;
    color: #ffffff;
}

.swiper-rel-next:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    opacity: 1;
    border-radius: 100%;
    background-color: #ffffff;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

/* 行业应用头部 */
.industry {
    width: 100%;
    padding: 0.5rem 6%;
    box-sizing: border-box;
}

.industry-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.4rem;
    /* background: #f9f9f9;
    border-radius: 0.12rem; */
    overflow: hidden;
}

.industry-header .text-box {
    flex: 1 1 6rem;
    padding: 0;
    box-sizing: border-box;
}

.industry-header h2 {
    font-size: 0.36rem;
    margin-bottom: 0.1rem;
    font-weight: 600;
}

.industry-header p {
    color: #666;
    font-size: 0.16rem;
}

.industry-header .image-box {
    flex: 1 1 5rem;
    text-align: right;
}

.industry-header .image-box img {
    max-width: 100%;
    height: auto;
}

/* 行业卡片布局 */
.industry-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
}

.industry-card {
    width: calc( 16.666% - 0.2rem );
    text-align: center;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
    border-radius: 0.12rem;
    overflow: hidden;
}

.industry-card:hover {
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

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

.industry-card p {
    font-size: 0.14rem;
}

.industry-im {
    width: 100%;
    border-radius: 0.12rem;
    overflow: hidden;
}
.industry-im img{
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.industry-card:hover img{
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
}

.industry-name {
    width: 100%;
    padding: 0.15rem 0.1rem;
    box-sizing: border-box;
    font-size: 0.18rem;
    text-align: center;
}

/***服务***/
.service {
    width: 100%;
    padding: 0.5rem 6%;
    box-sizing: border-box;
}

.ser-banner {
    background-color: #a0916f;
    color: #fff;
    width: 100%;
    border-radius: 0.12rem;
    overflow: hidden;
}

.ser-banner-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.4rem;
}

.ser-banner-text {
    flex: 1 1 6rem;
    padding: 0 0.8rem;
    box-sizing: border-box;
}

.ser-banner-text h1 {
    font-size: 0.36rem;
    margin-bottom: 0.2rem;
    font-weight: 600;
}

.ser-banner-text p {
    margin-bottom: 0.2rem;
    line-height: 1.8;
}

.ser-banner-text ul {
    list-style: inside;
    margin-bottom: 0.2rem;
}

.ser-banner-btn {
    display: inline-block;
    padding: 0.13rem 0.3rem;
    background-color: #fff;
    color: #b59f7d;
    text-decoration: none;
    border-radius: 0.04rem;
    font-size: 0.16rem;
    margin-top: 0.15rem;
}

.ser-banner-img {
    flex: 1 1 5rem;
    text-align: right;
}

.ser-banner-img img {
    max-width: 100%;
    height: auto;
}

.service-medium {
    margin: 0.5rem 0;
    overflow: hidden;
    width: 100%;
}

.padding-service-medium {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
}

.service-li-left,
.service-li-right {
    flex: 1 1 5rem;
    overflow: hidden;
    border-radius: 0.12rem;
}

.service-li-left img,
.service-li-right img {
    width: 100%;
    height: auto;
    border-radius: 0.04rem;
}

.service-li-left p {
    font-size: 0.16rem;
    width: 100%;
    line-height: 1.6;
}

.service-title {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
    font-weight: 600;
}

.service-medium:nth-child(even) .padding-service-medium .service-li-left {
    order: 2;
}

.service-medium:nth-child(even) .padding-service-medium .service-li-right {
    order: 1;
}

/***新闻***/
.news-container {
    display: flex;
    margin: 0.4rem auto;
    width: 100%;
}

.filter-column {
    width: 3rem;
}

.filter-title {
    font-size: 0.18rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.filter-item {
    margin-bottom: 0.1rem;
    display: flex;
    align-items: center;
}

.filter-item input {
    margin-right: 0.1rem;
    width: 0.14rem;
    height: 0.14rem;
}

.filter-item label {
    font-size: 0.16rem;
}

.news-grid {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
    margin-left: 0.4rem;
}

.news-card {
    width: calc(25% - 0.2rem);
    display: flex;
    flex-direction: column;
}

.news-card img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.news-date {
    font-size: 0.12rem;
    color: #999;
    margin-bottom: 0.05rem;
}

.news-title {
    font-size: 0.16rem;
    line-height: 1.4;
    width: 100%;
}

.news-img {
    width: 100%;
    border-radius: 0.12rem;
    overflow: hidden;
    margin-bottom: 0.1rem;
}

/***联系我们***/
.contact{
    width: 100%;
    padding: 0.5rem 6%;
    box-sizing: border-box;
}
.con-container {
    max-width: 10rem;
    margin: 0 auto;
}

.title {
    font-size: 0.3rem;
    font-weight: bold;
    margin-bottom: 0.1rem;
}

.desc {
    font-size: 0.18rem;
    color: #666;
    margin-bottom: 0.3rem;
}

.form-box {
    border: 1px solid #ddd;
    border-radius: 0.06rem;
    padding: 0.3rem;
}

.form-title {
    font-size: 0.18rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
    position: relative;
    padding-right: 0.3rem;
}

.form-title .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.2rem;
    cursor: pointer;
}

.form-row {
    width: 100%;
    padding: 0 0.1rem 0.4rem;
    box-sizing: border-box;
    position: relative;
}

.form-row label {
    width: 100%;
    text-align: left;
    display: block;
    font-size: 0.16rem;
}
.form-flex{
    display: flex;
    align-items: center;
}
.form-row input,
.form-row select,
.form-row textarea {
    width: 100%;
    padding: 0.1rem;
    font-size: 0.14rem;
    border: 1px solid #ddd;
    border-radius: 0.04rem;
    display: block;
    margin-top: 0.1rem;
    font-family: "Microsoft YaHei", Arial, sans-serif;
}

.form-row textarea {
    height: 1.2rem;
    resize: vertical;
}

.form-row .checkbox-item {
    width: 75%;
    display: flex;
    align-items: center;
    margin-left: 0.2rem;
    margin-top: 0.1rem;
}

.form-row .checkbox-item input {
    width: auto;
    margin-right: 0.1rem;
    margin-top: 0;
}

.agree-row {
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
    justify-content: center;
    width: 100%;
}

.agree-row input {
    width: auto;
    margin-right: 0.1rem;
}

.submit-btn {
    display: block;
    width: 30%;
    padding: 0.1rem 0;
    text-align: center;
    background-color: #007bff;
    color: #fff;
    font-size: 0.16rem;
    border: none;
    border-radius: 0.04rem;
    cursor: pointer;
    margin: 0 auto;
}
.error-message{
    font-size: 0.15rem;
    color: #f10202;
    width: 100%;
    padding: 0.1rem 0; 
    box-sizing: border-box;
}
.news-detail{
    width: 100%;
    padding: 0.2rem;
    font-size: 0.16rem;
    text-align: left;
    box-sizing: border-box;
}
.news-detail-box{
    width: 100%;
    padding: 0.1rem 0;
}
.news-detail-box a{
    text-decoration: underline!important;
}
.mobile-nav-btn {
    display: none;
}
.top-nav-map{
    display: none;
}
.mobile{
    display: none;
}
.msearch-bg{
    display: none;
}
.dropdown-toggle {
    margin-left: 8px;
    cursor: pointer;
    font-weight: bold;
    color: inherit;
    transition: transform 0.2s;
}

.dropdown-toggle:hover {
    transform: scale(1.1);
}
.product-name{
    width: 100%;
    font-size: 0.15rem;
    text-align: center;
}
.list-paddingleft-2 {
    position: relative;
}
.list-paddingleft-2 li{
    position: relative;
    padding-left: 0.1rem;
    box-sizing: border-box;
}
.list-paddingleft-2 li:after{
    width: 0.05rem;
    height: 0.05rem;
    background: #333333;
    border-radius: 1000%;
    content: '';
    left: 0;
    position: absolute;
    left: 0;
    top: 0.11rem;
}
.ser-about{
    padding: 0.2rem 0.1rem;
    width: 100%;
    box-sizing: border-box;
}
.fontsize01{
    font-size: 0.5rem;
}
.fontsize02{
    font-size: 0.45rem;
}
.fontsize03{
    font-size: 0.4rem;
}
.fontsize04{
    font-size: 0.35rem;
}
.fontsize05{
    font-size: 0.3rem;
}
.fontsize06{
    font-size: 0.28rem;
}
.fontsize07{
    font-size: 0.26rem;
}
.fontsize08{
    font-size: 0.24rem;
}
.fontsize09{
    font-size: 0.2rem;
}
.fontsize10{
    font-size: 0.18rem;
}
.fontsize11{
    font-size: 0.16rem;
}
.fontsize12{
    font-size: 0.14rem;
}
.fontsize13{
    font-size: 0.12rem;
}
.search-box{
    width: 3rem;
    border-radius: 1000px;
    border:1px solid #f1f1f1;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
}
.search-results{
    padding-left: 6%;
    padding-right: 6%;
    box-sizing: border-box;
    width: 100%;
    padding-top: 0.5rem;
}
.search-section{
    width: 100%;
    padding: 0.2rem 0;
    border-bottom: 1px solid #f1f1f1;
}
.search-section:last-child{
    border-bottom: none;
}
.news-grid-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
}
.product-grid-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem; 
}
.no-content{
    width: 100%;
    padding: 0.5rem 0;
}
.auth-links{
    margin-left: 0.2rem;
}
.login-box{
    display: none;
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: rgba(0,0,0,0.5); 
    z-index: 9999; 
    justify-content: center; 
    align-items: center;
}
.login-pad{
    background: white; 
    padding: 30px; 
    border-radius: 10px; 
    width: 400px;
    position: relative;
    max-width: 90%;
}
.login-tit{
    margin-bottom: 20px;
}
.login-li{
    margin-bottom: 15px;
}
.login-int{
    width: 100%; 
    padding: 8px; 
    border: 1px solid #ccc;
}
.login-btn{
    background: #007bff; 
    color: white; 
    padding: 10px 20px; 
    border: none; 
    border-radius: 5px; 
    cursor: pointer;
}
.login-close{
    position: absolute;
    top: 20px;
    right: 20px;
}
.x-icon {
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
  
  /* 第一条斜线（右下-左上） */
.x-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    border-radius: 2px; 
    transform: translateY(-50%) rotate(45deg);
}
  
  /* 第二条斜线（右上-左下） */
.x-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px; 
    background-color: #333;
    border-radius: 2px;
    transform: translateY(-50%) rotate(-45deg);
}
.login-tabs{
    display: flex;
}
.tab-btn {
    padding: 8px 20px;
    border: none;
    background: #eee;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 4px;
}
.tab-btn.active {
    background: #007bff;
    color: white;
}
.auth-form {
    margin-top: 20px;
}
 