.language-selector {
    position: relative;
    display: inline-block;
}
.logo img{
    height: 5.7rem;
    width:100%;
}
.language-button {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0 1.6rem;
    border: none;
    border-radius: 0.8rem;
    cursor: pointer;
    font-size: 3rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background: transparent;
    color: #fff;
    font-weight: 900;
}

.chevron {
    display: inline-block;
    transition: transform 0.3s ease;
}

.chevron.open {
    transform: rotate(180deg);
}

.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    background-color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-top: 8px;
    overflow: hidden;
    display: none;
    flex-direction: column;
    z-index: 10;
}

.dropdown a {
    padding: 0.8rem 1.6rem;
    text-align: left;
    background: #000;
    border: none;
    width: 100%;
    cursor: pointer;
    font-size: 2.4rem;
    color: #fff;
    display: block;
    transition: .5s;
    font-weight: 700;
}
.home-pro-list{
    overflow: hidden;
}

.dropdown.show {
    display: flex;
}

.header-top {
    background: #000;
    z-index: 102;
    position: relative;
}

.chevron {
    background: url(../images/lanjt.png?v=1) no-repeat center center;
    width: 2rem;
    height: 2rem;
    display: block;
    background-size: 1.2rem;
}

.dropdown a.active,
.dropdown a:hover {
    color: #026736;
    background-image: url(../images/active.png);
    background-repeat: no-repeat;
    background-size: 1.6rem;
    background-position: 85% center;
    transition: color 0.5s ease;
}

.header-top-big,
.header-top .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}

.header-top .container {
    height: 100%;
}

.menu ul {
    display: flex;
    justify-content: space-between;
}

.menu ul li>a {
    font-size: 3rem;
    color: #fff;
    padding: 0.8rem 3.6rem;
    letter-spacing: 0.1rem;
    line-height: 8rem;
    display: inline;
    font-weight: 900;
    transform: scaleX(0.8);
    display: block;
}

.menu ul li {
    position: relative;
}

.menu ul li:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 3.2rem;
    width: 0.1rem;
    background: #fff;
}

.menu ul li:last-child:after {
    content: "";
    display: none;
}

.menu ul li a:hover {
    opacity: 0.8;
}

.menu ul li.active>a {
    color: #026736;
}

.hedaerbottom {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.banner {
    margin-top: 9.6rem;
    height: calc(100vh - 9.6rem);
    overflow: hidden;
}
#banner{
    height: 100%;
}
.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#banner .swiper-pagination-bullet {
    width: 5rem;
    height: 0.5rem;
    display: block;
    background: #fff;
    opacity: 0.5;
    border-radius: 0;
}

#banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #026736;
}

#banner .swiper-pagination {
    display: flex;
    bottom: 5rem;
    left: 18rem;
    width: auto;
}

.container {
    width: 150rem;
}

.hometitle hr {
    margin: 0;
    border: 1px solid #808080
}

.hometitle ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hometitle ul li {
    min-width: calc((100% - 65rem) / 2);
}

.hometitle ul li .top_stair {
    color: #000;
    text-align: center;
    font-size: 4.8rem;
    font-weight: 900;
    transform: scaleX(0.8);
}

.hometitle ul li .top_second {
    color: #808080;
    text-align: center;
    font-size: 1.8rem;
    margin: 1rem 0;
}

.home-pro-list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-left:2rem;
    grid-template-rows: repeat(2, auto);
    gap: 1.6rem;
}

.home-pro-listwen p {
    font-size: 4.4rem;
    color: #000000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    line-height: 1.2;
    height: 8rem;
    text-align: center;
    transition: .5s;
    font-weight: 700;
    transform: scaleX(0.8);
}

.home-pro-list ul li:hover{
    background: #026736;
    transition: .5s;
    color: #fff;
}
.home-pro-list ul li:hover p{
    transition: .5s;
    color: #fff;
}
.home-pro-list ul li span{
    font-size: 2.5rem;
    display: block;
    text-align: center;
    color:#026736;
    transition: .5s;
    padding-bottom:2rem;
    transform: scaleX(0.8);
    
}
.home-pro-list ul li:hover span{
    color:#fff;
    transition: .5s;
}
.home-pro-listtu img {
    width: 100%;
}

.hometitle {
    margin-bottom: 2rem;
}

.home-pro {
    background: #f7f8f8;
    padding: 4% 0;
}

.home-about {
    padding: 4% 0 0;
}
.home-about-wen{
    padding: 2% 0 2%;
}
.home-about-video{
    height:calc(100vh - 15.6rem);
}
.home-about .abouttu img {
    width: 100%;
}

.home-about .aboutwen {
    margin-top: 3%;
}

.home-about .aboutwen {
    display: flex;
    justify-content: space-between;
}

.home-about .aboutwenleft {
    width: 40rem;
}

.home-about .aboutwenright {
    width: calc(100% - 40rem);
}

.home-about .aboutwenleft h3 {
    font-size: 2.4rem;
    color: #808080;
}

.home-about .aboutwenleft h2 {
    font-size: 6rem;
    color: #808080;
    font-weight: 900;
    transform: scaleX(0.8) translateX(-5rem);
}

.home-about .aboutwenleft .aboutwenright section {
    font-size: 2.4rem;
}

.aboutwenright section {
    font-size: 1.8rem;
    line-height: 2;
}

.home-strength {
    overflow: hidden;
    padding: 4% 0;
}

#strength {
    overflow: hidden;
}

#strength img {
    width: 100%;
    height: 60rem;
    object-fit: cover;
    object-position: center;
}

#strength p {
    font-size: 6rem;
    color: #808080;
    font-weight: 900;
    transform: scaleX(0.8) translateX(-18rem);
    text-transform: uppercase;
}

.home-digital {
    padding: 4rem 0;
}

footer {
    padding: 4% 0 0;
    background: #000;
}

.bottomlogo img {
    width: 26.1rem;
}

.bottommessage ul li img {
    width: 1.5rem;
    height: 1.5rem;
}

.bottommessage ul li {
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 2rem;
    font-size: 1.8rem;
}

.bottommessage ul li a {
    color: #fff;
}

.bottommessage ul li img {
    margin-right: 1rem;
}

.footerleft {
    width: 25%;
}

.bottomlogo {
    margin-bottom: 2rem;
}

.shejiao ul {
    display: flex;
    align-items: center;
}

.shejiao ul li a {
    width: 2.6rem;
    height: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fff;
    border-radius: 100%;
}

.shejiao ul li a img:last-child {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.shejiao ul li a img:first-child {
    opacity: 1;
    transition: .5s;
}

.shejiao ul li a img {
    width: 1.5rem;
}

.shejiao ul li {
    margin-right: 2rem;
}

.shejiao ul li a:hover {
    transition: .5s;
    background: #026736;
    border-radius: 100%;
}

.shejiao ul li a:hover img:first-child {
    opacity: 0;
    transition: .5s;
}

.shejiao ul li a:hover img:last-child {
    opacity: 1;
    transition: .5s;
}

.footerbig {
    display: flex;
    justify-content: space-between;
}

.footermid {
    display: flex;
    justify-content: space-between;
}

.footerlist h2 {
    font-size: 3rem;
    color: #fff;
    padding-bottom: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
}

.footerlist ul li a {
    font-size: 1.8rem;
    line-height: 2em;
    color: #fff;
}

.footerlist ul li a:hover {
    color: #026736;
}

.footercontact h2 {
    color: #fff;
    font-size: 3rem;
    padding-bottom: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
}
.footercontact img{
    width:10rem;
    height: 3.1rem;
}

.footercontact form {
    display: flex;
    flex-direction: column;
}

.footercontact form input,
.footercontact form textarea {
    color: #fff;
    font-size: 1.8rem;
    border: 0;
    border-bottom: 1px solid #fff;
    background: transparent;
    box-shadow: none;
    margin-bottom: 2rem;
}

.footercontact {
    width: 36rem;
}

.footercontacttop input {
    width: 48%;
}

.footercontacttop {
    display: flex;
    justify-content: space-between;
}

.footercontact button {
    background: #026736;
    color: #fff;
    height: 5rem;
    border: 0;
    outline: none;
    transition: .5s;
    font-size: 1.8rem;
}

.footercontact button:hover {
    background: #fff;
    color: #026736;
    transition: .5s;
}

.banquan {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 2%;
    padding-top: 2%;
    margin-top: 2%;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    text-transform: uppercase;
}

.banquan,
.banquan a {
    color: #fff;
    font-size: 1.8rem;
    transition: .5s;
}

.banquan a:hover {
    color: #026736;
    transition: .5s;
}

.hedaerbottom.paged {
    background: #fff;
    padding-bottom: 1.6rem;
}

.nybanner {
    margin-top: 9.6rem;
    height: 70rem;
    position:relative;
}
.nybanner h1 {
    position: absolute;
    left: -11%;
    top: 13%;
    z-index: 9;
    color: #fff;
    font-weight: bold;
    font-size: 3.6rem;
}
.block {
    position: relative;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 100%;
}
.prodnybanner{
    height: auto;
}
.hero-banner_content {
    padding: 16rem 0 16rem;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.hero-banner_content h1 {
    font-size: 3.6rem;
    font-weight: 900;
    color: #fff;
    transform: scaleX(0.8);
    width: 80vw;
    text-align: left;
}

.bg-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.bg-image {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    z-index: 1;
}

.bg-image-wrap-parallax .bg-image {
    width: 100vw;
    height: 80%;
    position: fixed;
    top: 0;
    will-change: transform;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.bg-image-wrap-parallax {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.block_content {
    position: relative;
    z-index: 10;
}

.mb-5 {
    margin-bottom: 4.8rem !important;
}

.abouttop {
    font-size: 1.8rem;
    line-height: 1.5;
    width: 66.66666667%;
    margin-left: 16.66666667%;
}

.aboutmid {
    margin: 4.8rem 0;
}

.aboutmid ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 4.8rem 0;
}

.aboutmidwenbig,
.aboutmidtu {
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aboutmidtu img{
    width:100%;
}
.aboutmidwen {
    width: 90%;
}

.aboutmid ul li:nth-child(odd) {
    background: #ededed;
}

.aboutmid ul li:nth-child(even) .aboutmidwenbig {
    order: 2;
}

.aboutmid ul li:nth-child(even) .aboutmidtu {
    order: 1;
}

.aboutmidwen h3 {
    font-size: 3.5rem;
    color: #1f1f1f;
    font-weight: 900;
    margin-bottom: 1.6rem;
    transform: scaleX(0.8);
    text-transform: uppercase;
    transform-origin: left;
}

.aboutmidwen section {
    font-size: 1.8rem;
    line-height: 1.5;
}

.aboutbottom ul {
    display: flex;
    justify-content: space-between;
}

.aboutbottom ul li {
    width: 49%;
}

.aboutbottomwen {
    padding: 4.8rem 0;
    background: #ededed;
}

.aboutbottomwenbig {
    margin-left: 16.66666667%;
    width: 66.66666667%;
    text-align: center;
}

.aboutbottomwenbig h2 {
    font-size: 4.8rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 1rem;
    transform: scaleX(0.8);
    text-transform: uppercase;
}

.aboutbottomwenbig section {
    min-height: 10rem;
    font-size: 1.8rem;
}

.lishi {
    background: url(../images/lcbg.jpg) center no-repeat;
    background-size: cover;
    padding: 7rem 10% 7rem;
}

.lishi .ititle {
    color: #fff;
    margin-bottom: 5.5rem;
}

.ititle big {
    display: block;
    font-size: 4.8rem;
    font-weight: 900;
    line-height: 5rem;
    transform: scaleX(0.8) translateX(-19rem);
    text-transform: uppercase;
}

.fazhan {
    position: relative;
    padding: 0px 6% 13rem;
}

#hist {
    position: static;
}

#hist .swiper-slide section {
    padding: 5% 8% 0px;
    font-size: 1.8rem;
}

#hist .swiper-slide section h3 {
    font-size: 4rem;
    font-weight: bold;
    color: #026736;
    margin-top: 0px;
    margin-bottom: 1.6rem;
}

#hist .swiper-slide {
    background: #fff;
    min-height: 29rem;
    border-radius: 1.5rem;
}

.kedu dl dd {
    float: left;
    border-right: 1px rgba(255, 255, 255, .8) solid;
    height: 1.2rem;
    width: 2.7777777777777777777%;
}

.kedu ul li {
    padding: 0px 2rem;
    float: left;
    list-style-type: none;
    width: 33.33333333333%;
    font-size: 2.1rem;
    color: #fff;
    line-height: 3rem;
}

.kedu ul li:nth-child(2) {
    text-align: center;
}

.kedu ul li:last-child {
    text-align: right;
}

#hist .swiper-button-next {
    background: url(../images/fzjt.png) center no-repeat;
    width: 3rem;
    height: 5.6rem;
    margin-top: -8rem;
    opacity: 1;
    transform: rotate(180deg);
    right: 0;
    outline: none;
}

#hist .swiper-button-prev {
    background: url(../images/fzjt.png) center no-repeat;
    width: 3rem;
    height: 5.6rem;
    margin-top: -8rem;
    opacity: 1;
    left: 0;
    outline: none;
}

#hist .swiper-pagination {
    bottom: 3rem;
    top: auto;
    width: 88%;
    left: 6%;
    background: rgba(255, 255, 255, .3);
    height: 0.8rem;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

#hist .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #fff;
}

.kedu {
    bottom: 0;
    width: 88%;
    left: 6%;
    position: absolute;
}

.kedu dl {
    margin-bottom: 2rem;
    border-left: 1px rgba(255, 255, 255, .8) solid;
}

.whychoose {
    margin-top: 4.8rem;
    margin-bottom: 4.8rem;
}

.whychooselist-top ul,
.whychooselist-bottom ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.whychooselist-top ul li {
    width: 49%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 2rem;
    border-bottom: 1px solid #026736;
    position: relative;
    margin-bottom: 2rem;
    padding-left: 1rem;
}

.whychooselist-top ul li:nth-child(even):after {
    content: "";
    display: block;
    background: #026736;
    width: 0.1rem;
    height: 100%;
    position: absolute;
    left: -1rem;
}

.whychooseimg img {
    width: 6.6rem;
    height: 6.6rem;
    transition: transform 0.3s ease;
    transform-origin: top center;
    /* 以顶部中心为旋转点 */
}

.whychooselist-top ul li img:hover,
.whychooselist-bottom ul li img:hover {
    animation: shake-rotate 0.6s ease;
}

#xiaotu{
    overflow: hidden;
}
@keyframes shake-rotate {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-30deg);
        /* 向左旋转30° */
    }

    50% {
        transform: rotate(30deg);
        /* 向右旋转60°（比原点右30°） */
    }

    75% {
        transform: rotate(-15deg);
        /* 再回一点，制造摆动感 */
    }

    100% {
        transform: rotate(0deg);
        /* 回归原位 */
    }
}

.whychooselist-top ul li p {
    font-size: 1.8rem;
}

.whychoose .ititle big {
    margin-bottom: 2rem;
}

.whychooseimg {
    margin-right: 2rem;
}

.whychooselist-bottom ul li {
    width: 49%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 2rem;
    border-bottom: 1px solid #026736;
    position: relative;
    margin-bottom: 2rem;
    padding-left: 1rem;
    font-size: 1.8rem;
}
#gongchang .swiper-slide{
    font-size: 2.4rem;
    font-weight: 700;
}
#gongchang .swiper-slide p{
    text-align: center;
    text-transform: uppercase;
}
.whychooselist-bottom ul li:nth-child(3),
.whychooselist-bottom ul li:nth-child(4) {
    margin: 0;
}

.whychoosetopleft {
    width: 100%;
}

.whychooselist-bottom ul li:nth-child(even):after {
    content: "";
    display: block;
    background: #026736;
    width: 0.1rem;
    height: 100%;
    position: absolute;
    left: -1rem;
}

.whychooselist-bottom ul li:last-child:after {
    display: none;
}
.whychooselist-bottom ul li:last-child{
    width:100%;
}
.whychooselist-top ul li p b,.whychooselist-bottom ul li dl dd b {
    color: #026736;
    font-size: 2.4rem;
}

.whychooselist-bottom ul li p b {
    color: #026736;
    font-size: 2.4rem;
}
.whychooselist-bottom dl{
    display: flex;
    width: calc(100% - 8.6rem);
}
.whychooselist-bottom dl dd{
    width:18.15%;
}
.whychoosetop {
    display: flex;
    justify-content: space-between;
}

.whychooseright {
    width: 48%;
}
.whychoosebottom img{
    aspect-ratio: 353 / 196;
    object-fit: cover;
}
.whychooseright video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
}

.whychoose {
    overflow: hidden;
}

.whychoosetop {
    margin-bottom: 3rem;
}

.whychoosebottom {
    overflow: hidden;
    padding-bottom: 4rem;
    position: relative;
}

#gongchang .swiper-pagination {
    bottom: 0.5rem;
    top: auto;
    width: 90%;
}

#gongchang .swiper-button-next,
#gongchang .swiper-button-prev {
    position: absolute;
    bottom: 0;
    top: auto;
    width: 3rem;
    height: 3rem;
}

#gongchang .swiper-button-prev {
    background: url(../images/jtl.png) no-repeat;
    background-size: 100%;
    left: auto;
    right: 5rem;
}

#gongchang .swiper-button-next {
    background: url(../images/jtr.png) no-repeat;
    background-size: 100%;
}

#gongchang .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #026736;
}

.honor {
    background: rgb(241, 241, 241);
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
}

.honortop {
    display: flex;
    justify-content: space-between;
}

.honortopright ul li a {
    height: 5.5rem;
    line-height: 5.5rem;
    background: transparent;
    color: rgba(103, 120, 134, 1);
    display: block;
    float: left;
    padding: 0 3.8rem;
    border-radius: 5rem;
    border: 1px solid rgba(103, 120, 134, 1);
    transition: all 0.4s;
    margin-right: 1.2rem;
    margin-bottom: 0.6rem;
}

.honortopright ul {
    display: flex;
    justify-content: space-between;
}

.honortopright ul li.active a,
.honortopright ul li:hover a {
    border: 1px solid #026736;
    color: #026736;
}

.honorcontent ul li {
    float: left;
    width: 25%;
    list-style-type: none;
    padding: 0px 1.5rem;
    margin-bottom: 3rem;
    position: relative;
}

.honorcontent ul li span {
    display: block;
    background: #fff;
    padding: 2.5rem;
    padding-bottom:10rem;
    border-radius: 15px;
}

.honorcontent ul li p {
    position: absolute;
    bottom: 3rem;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0px);
    color: #333;
    font-size: 2.4rem;
    font-weight: 700;
    width:80%;
}

.honorcontent ul li img {
    width: 100%;
    height: 40rem;
    object-fit: contain;
}

.honortop {
    margin-bottom: 5.5rem;
}
.honortop .ititle big {
    display: block;
    font-size: 4.8rem;
    font-weight: 900;
    line-height: 5rem;
    transform: scaleX(0.8) translateX(-2rem);
}
.services {
    margin-top: 4.8rem;
    margin-bottom: 4.8rem;
}

.services .ititle {
    margin-bottom: 5.5rem;
}

.whtop {
    overflow: hidden;
    width: 100%;
    height: auto;
    font-size: 1.8rem;
    color: #74787f;
    text-align: left;
    box-shadow: 0px 0px 1.5rem #e77e2d25;
    display: flex;
    align-items: center;
    line-height: 1.5;
}

.whtu {
    width: 45%;
    float: left;
}

.whtu img {
    width: 100%;
}

.whtop h2 {
    font-size: 2.4rem;
    color: #000;
    font-weight: bold;
    margin: 0;
    margin-bottom: 3rem;
}

.whbottom {
    margin-top: 5.5rem;
    color: #74787f;
    line-height: 1.5;
}

.whbleft {
    width: 48%;
    display: flex;
    text-align: left;
    float: left;
    box-shadow: 0px 0px 15px #e77e2d25;
}

.whbnr {
    width: 45%;
    background: white;
    padding: 7rem 4.2rem;
    font-size: 1.8rem;
}

.whbtu {
    width: 55%;
}

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

.whbright {
    width: 48%;
    float: right;
    display: flex;
    text-align: left;
    box-shadow: 0px 0px 15px #e77e2d25;
}

.whbottom h2 {
    font-size: 2.4rem;
    color: black;
    font-weight: bold;
    margin-bottom: 3rem;
    height: 5.2rem;
}

.whnr {
    width: 55%;
    float: right;
    overflow: hidden;
    padding: 0px 8.4rem;
    background: white;
    line-height: 1.6em;
    font-size: 1.8rem;
}

.bread {
    margin: 2.4rem 0;
    font-size: 2.8rem;
    font-weight: 700;
}

.bread a {
    color: #666;
}

.bread a:after {
    content: "·"
}

.bread a:last-child::after {
    content: "";
}

.bread a.active {
    font-weight: bold;
}

.productstitle h1 {
    font-size: 11rem;
    color: #1f1f1f;
    text-align: center;
    margin-bottom: 0.8rem;
}
.productsny{
    margin-top: 16.5rem;
}
.productstitle section {
    margin: 0 auto;
    width: 66.66%;
    font-size: 1.8rem;
    line-height: 1.5;
}

.productstlist {
    margin: 4.8rem 0;
}

.productstlistleft li a {
    display: block;
    padding: 2rem 0 2rem 0;
    position: relative;
    color: #000;
    cursor: pointer;
    font-weight: 900;
    font-size: 2.4rem;
}

.productstlistleft li a:hover,
.productstlistleft li.active>a {
    color: #026736;
}

.productstlistleft li dl dd>a {
    display: block;
    color: #1f1f1f;
    line-height: 2.6rem;
    font-size: 1.8rem;
    white-space: nowrap;
    padding: 1.2rem 0rem;
}

.productstlistleft li dl dd {
    padding: 0px 3rem;
}

.productstlistleft li dl dd.hover>a,
.productstlistleft li dl dd:hover>a {
    color: #026736;
}

.productstlistleft {
    width: 25%;
}

.productstlist {
    display: flex;
    justify-content: space-between;
}

.productstlistleft img {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translate(-50%, -1.5rem);
    height: 3rem;
}

.productstlistleft ul li {
    position: relative;
}

.productstlistleft ul li.active img {
    transform: translate(-50%, -1.5rem) rotate(180deg);
}

.productslisttu {
    background: #eeeeee;
    overflow: hidden;
}

.productslist ul li .productslisttu:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: all 500ms ease-in 0ms;
}

.productslist ul li img {
    width: 100%;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    position: relative;
    aspect-ratio: 4/3;
    object-fit: contain;
    mix-blend-mode: multiply;
    padding:3rem;
}

.productstlistright {
    width: 73%;
}

.productslist ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.productslist ul:after {
    content: "";
    width: 32%;
}

.productslist ul li {
    width: 32%;
    margin-bottom: 2rem;
}
.products1 .productslist ul li{
    width:49%;
}
.products1 .productslist ul li img {
    aspect-ratio:801/823
}
.productslistwen {
    padding: 1.6rem 0;
}

.productslistwen h3 {
    font-size: 3.5rem;
    color: #000;
    margin-bottom: 0.8rem;
    font-weight: 900;
    transform: scaleX(0.8);
    transform-origin: left;
}

.productslistwen span {
    font-size: 1.8rem;
    color: #1f1f1f;
    margin-bottom: 0.8rem;
}

.productslist ul li .more {
    padding: 1.2rem 1.6rem;
    border: 2px solid #026736;
    border-radius: 1.2rem;
    display: block;
    text-align: center;
    color: #026736;
    transition: .5s;
    font-size: 2rem;
    text-transform: uppercase;
}

.productslist ul li .more:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    transition: .5s;
}



#Features {
    margin: 4.8rem 0;
}


.Specsd {
    display: flex;
    justify-content: space-between;
   flex-wrap: wrap;
}
.Specsd p,.Specsd{
    font-size: 1.8rem;
    display: block;
    width:100%;
    line-height: 2;
}
.Specsd ul {
    flex:1;
      white-space: nowrap; /* 防止 li 自动换行 */
}

.Specsd ul li {
    padding: 1.2rem 2rem;
    font-size: 1.8rem;
    border-bottom: #99999950 1px solid;
    color:#1f1f1f;
}
.Specsd ul li:nth-child(odd){
    background:#ededed;
}

.Specsd ul:last-child li{
    text-align: right;
}


.Specsd ul li:first-child {
    font-size: 1.8rem;
    
}

.Accessories ul {
    display: flex;
    flex-wrap: wrap;
}

.Accessories ul li {
    width: 24%;
    margin-right: 1%;
}

.Specs {
    margin: 4.5rem 0;
}

.Accessoriesimg {
    background: #eee;
    overflow: hidden;
}

.Accessoriesimg img {
    width: 100%;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    background: #eeeeee;
}

.Accessoriesimg img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 500ms ease-in 0ms;
}

.news {
    margin: 4.8rem 0;
}

.news .productsdtitle {
    text-align: center;
}
.productsdright .productsdtitle h3{
    font-weight: 700;
    font-size: 3.8rem;
    text-transform: uppercase;
    color:#1a1a1a;
}
.newslist ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.newslist ul:after{
    width:32%;
    content:"";
}
.newslist ul li {
    width: 32%;
    margin-bottom: 3rem;
}

.newslist ul li .newslistimg img {
    width: 100%;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: top;
}

.newslist ul li:hover .newslistimg img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 500ms ease-in 0ms;
}

.newslistimg {
    overflow: hidden;
}

.newslistwen {
    margin-top: 0.7rem;
}

.newslist ul li a h2 {
    color: #000;
    font-size: 3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 900;
    transform: scaleX(0.8);
    transform-origin: left;
}

.newslistwen h2:hover {
    color: #026736;
}

.newslist ul li a .time {
    display: flex;
    align-items: center;
    color: #000;
    margin: 1rem 0;
    font-size: 1.8rem;
}

.newslist ul li a .time img {
    width: 1.5rem;
    height: 1.5rem;
}

.newslist ul li a .memo {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1f1f1f;
    -webkit-line-clamp: 2;
    /* 限制最多显示2行 */
}

.xwny {
    padding: 4.8rem 0 2.5rem;
    background: #f9f9f9;
}

.xwddbig {
    display: flex;
    justify-content: space-between;
}

.xwddleft {
    width: 70%;
    background-color: #f0f0f0;
    padding: 7.9rem 9rem 11.5rem;
    border-top: #026736 solid 6px;
}

.xwddbt h2 {
    line-height: 125%;
    font-size: 3.2rem;
    color: #333333;
    font-weight: 700;
}

.xwny {
    padding: 4.8rem 0 2.5rem;
    background: #f9f9f9;
}

.xwddbt h3 {
    margin-top: 1.3rem;
    font-size: 1.8rem;
    line-height: 137.5%;
    color: #999999;
}

.xwddleft section {
    margin-top: 2rem;
    font-size: 1.8rem;
    color: #7d7d7d;
    line-height: 2;
}

.xwddleft section p {
    margin-bottom: 2rem;
}

.fanye {
    font-size: 1.8rem;
}

.fanye a {
    color: #026736;
}

.xwddright {
    width: 25%;
    background-color: #f0f0f0;
    border-top: #026736 solid 6px;
}

.xwddrightbt {
    width: 100%;
    height: 4rem;
    background: rgba(18, 18, 18, 0.04);
    color: #333333;
    line-height: 3.4rem;
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
    margin-top: 3.1rem;
    margin-bottom: 1rem;
}

.xwddright ul li {
    padding: 2rem 1.5rem;
    transition: .5s;
}

.zxxwwen h2 {
    font-size: 2.4rem;
    color: #393b40;
    min-height: 4rem;
    line-height: 150%;
    font-weight: 700;
    text-align: left;
    margin: 1.5rem 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
}

.xwddright ul li:hover {
    background: #c2c1c1;
    transition: .5s;
}

.xwddright ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zxxwtu {
    width: 100%;
}

.zxxwwen {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.zxxwsj {
    color: #393b40;
    font-size: 1.8rem;
}

.xwddright ul li a {
    flex-direction: column;
}

.map {
    padding-top: 4rem;
    padding-bottom:4rem;
}

.servicesbt {
    font-size: 4.8rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.lxfsbig {
    display: flex;
    margin-top: 4.5rem;
    justify-content: space-between;
}

.lxfsbig li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 4.8rem;
}
.lxfsleft,.lxfsright{
    width:48%;
}
.lxfsbig li {
    padding: 2rem 0;
    width: 100%;
    font-size: 1.8rem;
    color: #333;
    line-height: 200%;
    border-bottom: 0.1rem rgb(202,204,204) solid;
    margin-bottom:0;
}

.lxfsbig li img {
    height: 2.5rem;
    padding-right: 1rem;
    filter: brightness(0);
    object-fit: contain;
}

.lxfswen h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 3.7rem;
    color: #000;
}

.lxfsbig li a {
    color: #333;
}

.lxfsbig li a:hover {
    color: #026736;
}

.liuyan {
    background: #f7f8fc;
}

.liuyanbt {
    font-size: 4.8rem;
    margin-bottom: 2rem;
    font-weight: 900;
    transform: scaleX(0.8);
    transform-origin: left;
    text-transform: uppercase;
}

.formtop {
    display: flex;
    justify-content: space-between;
}

.formtop>div {
    width: 49%;
    border-radius: 8px;
}

.formtoptitle {
    display: flex;
}
.formtoptitle h4{
    font-size: 1.8rem;
}
.formtoptitle span{
    font-size: 1.4rem;
}
.kk2 {
    width: 100%;
    border-radius: 8px;
}

.product-content {
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.content-container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kk1 {
    height: 6rem;
    border: 1px solid #d2d2d2;
    width: 100%;
    margin: 0;
    border-radius: 0;
    margin-bottom: 2rem;
    border-radius: 8px;
}

.anniu1 {
    width: 20.8rem;
    height: 5.4rem;
    font-size: 1.8rem;
    background-color: #026736;
    border: 1px solid #026736;
    padding: 0px;
    margin-top: 2rem;
}

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

.bottommenu ul {
    display: flex;
    justify-content: space-between;
}

.bottommenu ul li a {
    font-size: 2.4rem;
    color: #fff;
}

.bottommenu ul li {
    padding: 0 .8rem;
}

.hedaerbottom {
    transition: .5s;
    position: relative;
    z-index: 100;
}

.bottommenu.hover {
    background-color: #fff;
}

.bottommenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.hedaerbottom.home{
    display: none;
}
.hedaerbottom.hover {
    background-color: #fff;
    transition: .5s;
    padding:1.6rem 0;
    display: block;
}

.bottommenu ul li {
    padding: 1rem 2rem;
}

/* 初始隐藏状态 */
.bottommenu ul li .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    background-color: #fff;
    z-index: 99;
    display: block;
    margin: 0;
    border-bottom: 1rem solid #026736;
}

/* 显示状态：通过 hover 触发 */
.bottommenu ul li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    border-top: 1px solid #ccc;
}

.dropdown-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 6rem 0;
    text-align: center;
}

.bottommenu ul li .dropdown-content {
    width: 100%;
    max-width: 120rem;
    /* 或者使用 .hedaerbottombig 的实际宽度 */
    margin: 0 auto;
    padding: 6rem 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.hedaerbottom.hover .bottommenu ul li a {
    color: #000;
}

.bottommenu ul li .dropdown-content dl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.bottommenu ul li .dropdown-content dl dd {
    width: 33%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.bottommenu ul li .dropdown-content dl:after {
    width: 33%;
    content: "";
}

.bottommenu ul li .dropdown-content dl dd a:hover {
    color: #026736;
    transition: .5s;
}

.home-bannerwen {
    color: #fff;
    position: absolute;
    left: 30%;
    top: 76%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 95rem;
    text-align: center;
}




.home-bannerwen h2 {
    font-size: 4rem;
    text-align: left;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
}

.home-bannerwen span {
    font-size: 3rem;
    text-align: left;
}

.banner a {
    position: absolute;
    top: 73%;
    left: 90%;
    padding: 1.2rem 3.2rem;
    background: #026736;
    color: #fff;
    transform: translate(-50%, 0%);
    font-size: 2.5rem;
    font-weight: 900;
}

.homepro2title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center
}

.homepro2title h2 {
    font-size: 7.5rem;
    color: #fff;
    font-weight: 900;
    transform: scaleX(0.8);
    text-transform: uppercase;
}

.homepro2title span {
    font-size: 2.8rem;
    color: #fff;
    display: block;
    padding: 0 0 1.6rem;
}

.homepro2title a {
    padding: 1.2rem 3.2rem;
    background: #026736;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 900;
}

.homepro2 {
    position: relative;
}

.jiejuenav {
    display: none;
    position: fixed;
    top: 8rem;
    width: 100%;
    left: 0;
    background: #eee;
    padding: 3rem 0 3rem;
    height: auto;
    box-shadow: 5px 5px 5px rgba(17, 15, 14, 0.1);
}

.menu ul li:hover .jiejuenav {
    display: block;
}
.jiejuenav h2{
    font-size: 3rem;
    color:#000;
    position:relative;
    margin-bottom:1rem;
    transform: scaleX(0.8);
    transform-origin: left;
    font-weight: 900;
}


.menu .jiejuenavbig dl dd a {
    color: rgba(0, 0, 0, 0.85);
    display: block;
    line-height: 3.5rem;
    padding: 0;
    padding-right: 1rem;
    font-size: 1.8rem;
}

.menu .jiejuenavbig dl dd a:hover {
    color: #026736;
}
.jiejuenavbig dl{
    width:50%;
    margin-bottom:2rem;
    display: flex;
    flex-wrap: wrap;
}
.jiejuenavbig dl dd{
    width:50%;
}
.jiejuenavbig dl>a{
    width:100%;
}
.jiejuenavbig dl img{
    margin-bottom:2rem;
    width: 100%;
    height: 19rem;
    object-fit: cover;
}
.home-pro-listtu{
    position:relative;
    padding-top:80%;
    background:#fff;
}
.home-pro-listtu img{
    width:100%;
    position:absolute;
    left:0;
    top: 0;
    height: 100%;
    object-fit: contain;
    padding:3rem;
}
.jiejuenav .row:after,
.jiejuenav .row:before {
    content: "";
    display: none;
}

.jiejuenavbig {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.fzlc2 .container{
    overflow: hidden;
}
.mySwiper2 .swiper-slide img{
    width: 100%;
    margin-bottom: 2rem;
}
.fzlc2{
    margin:4.8rem 0;
}
.fzlc2 .ititle{
    margin-bottom:2rem;
}
.fzlc2 .mySwiper{
    margin:0 5rem;
    position:relative;
}
.fzlc2 .fzlc2wen{
    padding:0 5rem;
    display: flex;
    align-items: center;
    margin-bottom:2rem;
    line-height: 1;
    transform: scaleX(0.8) translateX(-19rem);
}
.fzlc2 .fzlc2wen .time{
    font-size: 4rem;
    font-weight: 900;
}
.fzlc2 .fzlc2wen .content{
    padding-left: 1rem;
    font-size: 3rem;
    font-weight: 900;
    text-transform: uppercase;
    
}
.fzlc2 .mySwiper .yuan span{
    width: 2.4rem;
    height: 2.4rem;
    background: #6d6d6f;
    border-radius: 3rem;
    display: block;
}
.fzlc2bottombig{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    font-size: 2.4rem;
    font-weight: 700;
}
.fzlc2 .mySwiper .swiper-slide-thumb-active .yuan span{
    width: 3.3rem;
    height: 3.3rem;
    background: #026736;
    transition: .5s;
    display: block;
    
}

.fzlc2 .mySwiper .yuan{
    width: 3.3rem;
    height: 3.3rem;
    display: flex;
    margin-bottom: 3rem;
    justify-content: center;
    align-items: center;
}
.fzlc2 .mySwiper:after{
    content:"";
    display: block;
    width: 100%;
    height: 0.1rem;
    background:#ccc;
    position: absolute;
    top: 20%;
}
.lxfslefttop h2{
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom:2rem;
}
.lxfslefttop p{
    font-size: 1.8rem;
    line-height: 2;
}
.productsdleft{
    background:#eee;
    bottom: 0;
    left: 0;
    width: 42%;
    height: auto;
    padding: 15rem 6rem 13rem;
    position:relative;
}
#xiaotu .swiper-slide a{
    background:#fff;
    border: 2px #ddd solid;
    display: block;    
}
#xiaotu .swiper-slide a.hover{
    border:2px #026736 solid;
}
.jqzoom {
    position: relative;
    overflow: hidden;
    height: auto;
    overflow: hidden;
}
.jqzzoom{position:relative;}
 .jqzoom{position:relative;overflow:hidden;border:0px #ddd solid; height:auto; overflow:hidden;}
 .zoomdiv{float:left;top:0 !important;left:101% !important;border:3px solid #e4e4e4;display:none;text-align:center;overflow: hidden;position:absolute;z-index:999;background-color:#fff;}
 .bigimg{width:200rem;height:150rem;object-fit:contain;}
 .jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:80px !important;height:80px !important;border:1px solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}	
 .zoomdiv img{
    max-width:none;
    }
 
 
 .jqzzoom .navigation {
     width: 100%;
     margin: 10px 0 0;
 }
 .jqzzoom .carousel{
     overflow: hidden;
 }
 .jqzzoom .carousel ul {
     width:2000em;
     list-style: none;
     margin: 0;
     padding: 0;
     margin-top:10px;
 }
.jqzoom {
    position:relative;
    padding-top:100%;
}
#xiaotu .swiper-slide a{
        position:relative;
    padding-top:100%;
}
 .jqzoom img,#xiaotu .swiper-slide a img{
    width: 100%;
    mix-blend-mode: multiply;
    position:absolute;
    left:0;
    top: 0;
    height:100%;
    padding:3rem;
    object-fit: contain;
 }
 .pro-img .xiaotu {
    margin-top: 2rem;
    padding: 0 2.5rem;
}
.jqzzom .swiper-button-prev {
    background: url(../images/zuo.png) no-repeat;
    background-size: cover;
    right: auto;
    bottom:8%;
    top:auto;
    left: -4rem;
    width: 2rem;
    height: 2rem;
    border: none;
}
.jqzzom{
    position:relative;
}
.jqzzom .swiper-button-next {
    background: url(../images/you.png) no-repeat;
    background-size: cover;
    right: -4rem;
    bottom:8%;
    top:auto;
    width: 2rem;
    height: 2rem;
    border: none;
}
.jqzzom .swiper-button-next:after,.jqzzom .swiper-button-prev:after{
    content:"";
}
.productsdleft a.more {
    border: 1px solid #808080;
    min-width: 17rem;
    padding: 0 3rem;
    height: 5.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17rem;
    color: #808080;
    font-size: 1.8rem;
    padding-right: 4rem;
    transition: .5s;
    background: url(../images/zxly.png) no-repeat 85% center;
    background-size: 1.8rem;
    
}
.sharebutton{
    margin-top:4rem;
}
#st-2{
    margin:2rem 0;
}
.productsdleft a.more:hover {
    background: url(../images/zxly1.png) no-repeat 85% center;
    color: #fff;
    background-color: #026736;
    border:1px solid #026736;
    transition: .5s;
    background-size: 1.8rem;
}
.productsd{
    display: flex;
}
.productsdright{
    width: 62%;
    height: auto;
    overflow: hidden;
    padding-top: 4rem;
    padding-left: 5rem;
    padding-bottom: 5rem;
    padding-right: 10rem;
}
.productsdright .productsdtitle {
    font-size: 4.8rem;
    font-weight: 900;
    color: #1a1a1a;
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
    transform: scaleX(0.8);
    transform-origin: left;
    color: #026736;
}
.aboutbottomimg img{
    width:100%;
    height: 42.3rem;
    object-fit: cover;
    object-position: bottom;
}
.productstlistleft li dl {
    min-width: 100%;
    left: 100%;
    z-index: 99;
    top: 0%;
    background: #fff;
    margin: 0;
    display: none;
}
.productstlistleft li.active dl{
    display: block;
}
.productstlistleft li dl dd {
    padding: 0px 1.5rem;
    background: #f6f6f6;
}
.productstlistleft li dl dd>a {
    display: block;
    color: #333;
    line-height: 2;
    font-size: 1.8rem;
    white-space: nowrap;
    padding: 1.2rem 2.5rem;
    background: url(../images/sanji.png) left center no-repeat;
    background-size: 1.5rem;
}
.productstlistleft li dl dd.active>a{
    color:#026736;
}
.center{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    padding:0.6rem 1.2rem;
}
.jumpto{
    display: none;
}
.center .pagination>.active>a, 
.center .pagination>.active>a:focus, 
.center .pagination>.active>a:hover, 
.center .pagination>.active>span, 
.center .pagination>.active>span:focus, 
.center .pagination>.active>span:hover{
    background:#026736;
    border:1px solid #026736;
    color:#fff;
}
.center .pagination>li>a,.center .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #026736;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.profooterlist{
    display: flex;
}
.profooterlist ul:last-child{
    margin-left:2rem;
}
.pnr-nei .table > tbody > tr > td:nth-child(2) img{
    width:14rem;
    height: 10rem;
}
.pnr-nei .table > tbody > tr > td:nth-child(4) img{
    width:4.3rem;
    height: 4.3rem;
}
.m_header{
    display: none;
}
.yc{
    display: none;
}
.abouttu{
    height:100%;
}
.abouttu video{
    height:100%;
    object-fit: cover;
}
.abouttu img{
    max-width: 100%;
    width:100%;
    height: 100%;
    object-fit: cover;
}
.about {
    background: url(../images/gybj.jpg) no-repeat;
    background-size: cover;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.aboutleft h2 {
    font-size: 4.8rem;
    font-weight: bold;
}
.aboutleft h3 {
    font-size: 2.4rem;
    background: #2c693b;
    padding: 1rem 2rem;
    display: inline-block;
    border-radius:  0 1.5rem  0 1.5rem;
    color: white;
    margin-top: 3rem;
    margin-bottom: 5rem;
    display: flex;
    align-items: center;
}
.aboutbig{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.aboutleft{
    width:45%;
}
.aboutright{
    width:50%;
    overflow: hidden;
    position:relative;
    margin-left: 10rem;
    margin-right: 10rem;
}
.about .aboutright{
    margin:0;
}
.aboutd1 .aboutright h2{
    font-size: 4.8rem;
    font-weight: 600;
    text-align: left;
    margin-bottom: 2rem;
}
.aboutd1 .aboutright h3{
    font-size: 2.4rem;
    color:#026736;
    font-weight: 500;
    text-align: left;
    margin-bottom: 2rem;
}
.aboutd1 .aboutright{
    font-size: 1.8rem;
}

.aboutleft section{
    font-size: 1.8rem;
    height: 25rem;
    line-height: 1.5;
    overflow-y: scroll;
}
#guanyuwomen .swiper-button-prev,#homeabout .swiper-button-prev{
    position: absolute;
    top: 53%;
    width: 4.2rem;
    height: 4.2rem;
    left: 2%;
    margin-top: -2.2rem;
    z-index: 10;
    cursor: pointer;
    background: url(../images/zuo.png);
    background-size: 4.2rem 4.2rem;
    background-position: center;
    background-repeat: no-repeat;
}
#guanyuwomen .swiper-button-next,#homeabout .swiper-button-next{
    position: absolute;
    top: 53%;
    width: 4.2rem;
    height: 4.2rem;
    right: 2%;
    margin-top: -2.2rem;
    z-index: 10;
    cursor: pointer;
    background: url(../images/you.png);
    background-size: 4.2rem 4.2rem;
    background-position: center;
    background-repeat: no-repeat;
}
#guanyuwomen img{
    width:100%;
    height:100%;
    object-fit: cover;
}
#guanyuwomen{
    height: 100%;
}
.about .shuju{
    width:100%;
    margin-top:2rem;
}
.about .shuju li {
    list-style: none;
    width: 25%;
    float: left;
}
.about .shuju li section{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.about .shuju li span {
    font-weight: bold;
    color: #2c693b;
    text-align: center;
    margin: 0 auto;
    font-size: 6rem;
}
.about .shuju li p {
    text-align: center;
    font-size: 1.8rem;
}
.about .shuju sup{
    font-size: 1.6rem;
    color: #4d4d4d;
    top: -4rem;
}
.about2{
    padding:4rem 0;
}
.about2 .title{
    font-size: 4.8rem;
    text-align: center;
    font-weight: bold;
    margin-bottom:3rem;
}
.about2 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about2 ul li {
    width: 31.967213%;
    margin-bottom: 5.8rem;
    box-shadow: 0px 0px 5px rgba(15, 105, 186, 0.1);
    transition: .5s;
}
.about2wen {
    background: #fff;
    padding: 2.6rem 2.2rem 2.1rem 2.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 2.4rem;
    font-weight: bold;
}
.about2wen img {
    width: 1.6rem;
}
.about2 ul li a{
    color:#333;
}
.about2 ul li:hover{
    transform: translateY(-2rem);
    transition: .5s;
}
/* 弹窗 */
.pdcon-ct{
	display:flex;
	flex-wrap:wrap;
}
.pdcon-ct>span{
	display:block;
	color:#fff;
	background:#2e4b98;
	padding:8px 30px;
	font-size:1.4rem;
	font-weight:600;
}
.pdcon{
	border-top:3px #2e4b98 solid;
	padding:20px 0px;
	font-size:1.4rem;
	color:rgba(0,0,0,.6);
	width:100%;
}
.picshade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.91;
  filter: alpha(opacity=91);
  z-index: 99;
  display: none;
}
.pictures_eyes_close {
  position: fixed;
  top: 30px;
  right: 30px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/close.png) no-repeat;
  z-index: 100;
  display: none;
}
.pictures_eyes {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 199;
  display: none;
}
.pictures_eyes_in {
  position: relative;
  text-align: center;
}
.pictures_eyes_in p{
    display: block;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    transition: .5s;

    color: #fff;
}

.pictures_eyes_in img { max-height: 700px; }
.pictures_eyes_in section p{color:#fff;padding:15px 0px;}
.pictures_eyes_in .prev, .pictures_eyes_in .next {
  position: absolute;
  top: 50%;
  width: 51px;
  height: 51px;
  cursor: pointer;
}
.pictures_eyes_in .prev {
  left: 35px;
  background: url(../images/Tleft.png) no-repeat;
}
.pictures_eyes_in .next {
  right: 35px;
  background: url(../images/Tright.png) no-repeat;
}
.pictures_eyes_indicators {
  position: fixed;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 299;
}
.pictures_eyes_indicators a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 6px 3px 0 3px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 2px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  overflow: hidden;
}
.pictures_eyes_indicators img { height: 50px; }
.pictures_eyes_indicators .current {
  filter: alpha(opacity=100);
  opacity: 1;
}
 .v30-contact{

    position: fixed;

    right: -18rem;

    top: 50%;

    transform: translateY(-50%);

    padding: 5rem 0;

    height: 48.2rem;

    box-sizing: border-box;

    z-index: 99;

    transition: all 1s;

    -ms-transition: all 1s;

    -moz-transition: all 1s;

    -webkit-transition: all 1s;

}

.v30-contact .v30-contact-item-block {

    position: absolute;

    right: 0;

    width: 7rem;

    height: 7rem;

    background-color: #026736;

    border: 1px solid #026736;

    border-right: none;

    box-sizing: border-box;

}

.v30-contact .v30-contact-item-block:nth-child(1) {

    top: 5rem;

}



.v30-contact .v30-contact-item-block:nth-child(2) {

    top: 12.8rem;

}



.v30-contact .v30-contact-item-block:nth-child(3) {

    top: 20.6rem;

}



.v30-contact .v30-contact-item-block:nth-child(4) {

    top: 28.4rem;

}



.v30-contact .v30-contact-item-block:nth-child(5) {

    top: 36.2rem;

}

 .v30-contact .transition {

    transition-duration: .8s;

}

.v30-contact  .flex-col {

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

}

.v30-contact .v30-contact-item {

    width: 100%;

    height: 100%;

}

 .v30-contact.chnav {

    right: 0px!important;

}

 .img-block {

    margin: 0 auto;

    display: block;

    font-size: 2.4rem;

    color: #fff;

}

.footer  img{

    width: 2.4rem;

}

 .v30-contact-item-p {

    color: #fff;

    font-size: 1.8rem;

    margin-top: 0.5rem;

}

 .v30-contact-item-in {

    height: 100%;

    display: none;

    position: relative;

    z-index: 1;

    overflow: hidden;

}

 .v30-contact-item-in-p {

    color: #fff;

    text-align: center;

    line-height: 6.8rem;

    height: 6.8rem;

    white-space: nowrap;

    background:#026736;

}

 .transition {

    -moz-transition: all .3s ease;

    -webkit-transition: all .3s ease;

    transition: all .3s ease;

}

 .v30-contact .transition {

    transition-duration: .8s;

}

.v30-contact-item-block:hover .v30-contact-item {

    display: none;

}

.v30-contact-item-block:hover .v30-contact-item-in {

    display: block;

    width: 100%;

}

.v30-contact-item-block:hover{

    width: 15.6rem;

    background: transparent;

}

.v30-contact-top:hover{

    width: 7rem;

    background: #026736;

    display: block;

}

.v30-contact-qr-show .img-block img {

    width: 15.8rem;

    height: 15.8rem;

}

 .v30-contact-qr-show {

    position: absolute;

    z-index: 1;

    background: #fff;

    left: -16rem;

    top: -9.1rem;

    display: none;

}

.v30-contact-top:hover .v30-contact-item{

    display: flex;

    cursor: pointer;

}

.v30-contact-qr-show {

    display: none;

    opacity: 0;

    transition: opacity 0.3s ease-in-out; /* Smooth transition for opacity */

}



.v30-contact-item-block.v30-contact-in.transition.v30-contact-online.v30-contact-wx.hover .v30-contact-qr-show {

    display: block;

    opacity: 1;

}
.aboutlefttu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
}
.aboutlefttu img{
    width:12%;

}
.Specsdcanshu{
    display: flex;
    justify-content: space-between;
    margin-top:2.4rem;
}
.productslisttitle {
    font-size: 3rem;
    font-weight: bold;
    color:#000;
    margin-bottom:2rem;
}
.about1{
    padding: 10rem 0;
    background: #f2f4f5;
}
.homeaboutbig{
    border-radius: 3rem;
    overflow: hidden;
    display: flex;
}
.homeaboutleft,.homeaboutright{
    width:65%;
}
.homeaboutleft img{
    width:100%;
}
.homeaboutleft{
    position:relative;
    width:65%;
    overflow: hidden;
}
#homeabout .swiper-pagination-bullet{
    width: 1.2rem;
    height: 1.2rem;
    background:#fff;
    opacity: 1;
}
#homeabout .swiper-pagination-bullet-active{
    width: 4.8rem;
    height: 1.2rem;
    background: #026736;
    border-radius: 10rem;
}
#homeabout .swiper-pagination-bullet{
    width: 1.2rem;
    height: 1.2rem;
    background:#fff;
    opacity: 1;
}
#homeabout .swiper-pagination-bullet-active{
    width: 4.8rem;
    height: 1.2rem;
    background: #026736;
    border-radius: 10rem;
}
.homeaboutright{
    background:#fff;
}
.homeaboutright {
    padding: 2% 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:#fff;
    background-size: cover;
}
.homeaboutright h2{
    font-size:4.8rem;
    font-weight: bold;
}
.homeaboutright section{
    margin:2rem 0;
    font-size:1.8rem;
    line-height: 2;
}
.homeaboutright a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21rem;
    height: 4rem;
    color: #fff;
    font-size: 1.8rem;
    background: #026736;
    border-radius: 2rem;
    transition: .5s;
}
.homeaboutright a:hover{
    border: 0.1rem solid #026736;
    background: transparent;
    transition: .5s;
    color:#026736;
}
.about1 .homeaboutright section {
    margin: 2rem 0;
    font-size: 2rem;
    line-height: 2;
    height: 20rem;
    overflow-y: scroll;
    padding:4rem 0;
}
#homeabout{
    height: 100%;
}
.homeaboutleft img{
    height: 100%;
    object-fit: cover;
}
.qc-section {
  padding: 80px 20px;
  background: #f8f9fb;
}

.qc-title {
  font-size: 4.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
}

.qc-intro {
  text-align: center;
  color: #666;
  max-width: 80rem;
  margin: 0 auto 5rem;
  line-height: 1.6;
  font-size: 1.8rem;
}

/* 网格 */
.qc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

/* 卡片 */
.qc-card {
  background: #fff;
  padding: 2.5rem;
  border-radius: 1.2rem;
  box-shadow: 0 0.8rem 2rem rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.qc-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 1.2rem 3rem rgba(0,0,0,0.08);
}

.qc-card h3 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #222;
}

/* 内部块 */
.qc-block {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
}
.qc-block br{
    display: none;
}
.qc-block h4 {
  font-size: 2.4rem;
  color: #999;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.qc-block p {
  font-size: 1.8rem;
  color: #444;
  line-height: 1.5;
}

.qc-process {
  padding: 80px 20px;
  background: #fff;
}


/* 标题 */
.qc-main-title {
  font-size: 4.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

/* 简介 */
.qc-intro {
  font-size: 1.8rem;
  text-align: center;
  color: #666;
  max-width: 900px;
  margin: 0 auto 50px;
  line-height: 1.6;
}

/* 流程图 */
.qc-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.flow-step {
  background: #f8f9fb;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 22%;
}

.step-num {
  font-size: 2rem;
  font-weight: bold;
  color: #999;
  margin-bottom: 10px;
}

.flow-step h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.flow-step p {
  font-size: 1.8rem;
  color: #555;
}

.flow-arrow {
  font-size: 2rem;
  color: #ccc;
}

/* 表格 */
.qc-table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}

.qc-table th,
.qc-table td {
  border: 1px solid #eee;
  padding: 15px;
  font-size: 1.8rem;
  text-align: left;
}

.qc-table th {
  background: #f5f5f5;
}

/* 总结 */
.qc-summary {
  font-size: 1.8rem;
  color: #666;
  line-height: 1.6;
  text-align: center;
}
.qc-equipment {
  padding: 8rem 2rem;
  background: #f8f9fb;
}

.equipment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

/* 卡片 */
.equipment-card {
  background: #fff;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 0.8rem 2rem rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.equipment-card:hover {
  transform: translateY(-0.6rem);
  box-shadow: 0 1.2rem 3rem rgba(0,0,0,0.08);
}
.equipment-img{
    padding-top:72.972973%;
    position:relative;
}
/* 图片 */
.equipment-img img {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  left:0;
  top: 0;
  object-fit: contain;
}

/* 内容 */
.equipment-content {
  padding: 2rem;
}

.equipment-content h3 {
  font-size: 2.4rem;
  color:#026736;
  margin-bottom: 1rem;
  height: 10.5rem;
}

.equipment-content{
  font-size: 1.8rem;
  color: #555;
  margin-bottom: 0.8rem;
  line-height: 1.5;
}
.qc-evaluation {
  padding: 80px 20px;
  background: #fff;
}

.qc-eval-list {
  margin-top: 40px;
}

/* 每一行 */
.qc-eval-item {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  align-items: center;
  gap: 20px;
  padding: 20px;
  margin-bottom: 15px;
  background: #f8f9fb;
  border-radius: 10px;
}

/* 左 */
.eval-dimension {
  font-size: 1.8rem;
  font-weight: 500;
}

/* 中（进度条） */
.level-bar {
  width: 100%;
  height: 8px;
  background: #e5e5e5;
  border-radius: 5px;
  overflow: hidden;
}

.level-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #4facfe, #00c6ff);
}

/* 右 */
.eval-desc {
  font-size: 1.8rem;
  color: #555;
  line-height: 1.5;
}
.qc-evaluation-v3 {
  padding: 80px 20px;
  background: #fff;
}

.qc-eval-list {
  margin-top: 40px;
}

/* 每一行 */
.qc-eval-row {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 20px;
  padding: 20px 25px;
  margin-bottom: 12px;
  background: #f8f9fb;
  border-radius: 10px;
  transition: 0.3s;
}

.qc-eval-row:hover {
  background: #eef3f8;
}

/* 左 */
.eval-dimension {
  font-size: 1.8rem;
  font-weight: 500;
}

/* 中 */
.eval-level {
  font-size: 1.8rem;
}

/* 星级 */
.eval-level.stars {
  color: #f5a623;
  letter-spacing: 3px;
}

/* 文本等级 */
.eval-level.text {
  color: #333;
  font-weight: 500;
}

/* 右 */
.eval-desc {
  font-size: 1.8rem;
  color: #555;
  line-height: 1.6;
}
.qc-conclusion {
  padding: 100px 20px;
  background: linear-gradient(135deg, #000 0%, #021a12 100%);
  color: #fff;
  text-align: center;
  position: relative;
}

/* 绿色光感装饰 */
.qc-conclusion::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 400px;
  background: #026736;
  opacity: 0.15;
  filter: blur(120px);
  border-radius: 50%;
}

/* 标题 */
.qc-conclusion .qc-main-title {
  font-size: 4.8rem;
  margin-bottom: 40px;
}

/* 文本 */
.qc-text {
  font-size: 1.8rem;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto 20px;
  opacity: 0.9;
}

/* 强调段 */
.qc-text.strong {
  font-weight: 500;
  opacity: 1;
}

/* 高亮段 */
.qc-text.highlight {
  font-weight: 500;
  color: #4fc3f7;
}

/* 分割线 */
.qc-divider {
  width: 80px;
  height: 2px;
  background: #4fc3f7;
  margin: 40px auto;
  opacity: 0.6;
}

/* 底部标签 */
.qc-badge {
  display: inline-block;
  margin-top: 40px;
  padding: 12px 20px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 30px;
  font-size: 1.6rem;
  letter-spacing: 1px;
  opacity: 0.9;
}
.process-card {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.05);
}

/* 标题 */
.process-card h3 {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  min-height: 5.2rem;
}

/* 上半区 */
.grid-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  font-size: 1.8rem;
  min-height:23rem;
}

.grid-top h4 {
  font-size: 2rem;
  color: #026736;
  margin-bottom: 8px;
}

/* 下半区重点 */
.process-detail {
  margin-top: 15px;
  font-size: 1.8rem;
}

.process-detail h4 {
  font-size: 2.4rem;
  color: #026736;
  margin-bottom: 10px;
}

.process-detail p {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 10px;
}

/* 强调词 */
.process-detail strong {
  color: #000;
}
.aboutd1{
    display: flex;
    align-items: center;
    padding:20rem 0 8rem;
}
a.jtanchu {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 3;
}
.modal-dialog {
    width: 66rem;
    margin: 10rem auto;
}

.tanchu {
    height: auto;
    overflow: hidden;
    color: #666666;
    border: 2px solid #000;
}

.tanchu-lan {
    height: 5.5rem;
    line-height: 5.5rem;
    background-color: #000;
    font-size: 1.8rem;
    color: #FFFFFF;
    padding-left: 1rem;
    margin-top: -5.5rem;
}

.tanchu-nei {
    padding: 2rem;
    height: auto;
    overflow: hidden;
}

.tanchu-nei p {
    margin-bottom: 2rem;
}

.modal-header {
    background: #000;
}

.tanchu-nei .form-control {
    width: 100%;
    height: 3.4rem;
    border-radius: 0;
    padding: 0.6rem 1.2rem;
    margin: 0;
}

.tanchu-nei #message {
    height: auto;
}

.apply {
    position: fixed;
    z-index: 10000;
    background: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.zwcont {
    width: 60%;
    left: 20%;
    top: 50%;
    margin-top: 0;
    position: relative;
    transform: translate(0px, -50%);
}

.zwcont iframe {
    height: 620px;
    background: transparent;
    width: 100%;
}

.tmbody {
    background: transparent;
}

.zwcont .closets {
    position: absolute;
    height: 90px;
    right: 15px;
    top: 0;
    cursor: pointer;
    width: 4rem;
    background: url(../images/gbtou.png) center no-repeat;
}
.apply video{
    width:100%;
}
.contact-page {

  margin: auto;
  padding: 4rem;
}

.company-info {
  margin-bottom: 3rem;
  font-size: 1.8rem;
}
.company-info h2{
    font-size: 4.8rem;
    margin-bottom: 2rem;
    font-weight: 900;
    transform: scaleX(0.8);
    transform-origin: left;
    text-transform: uppercase;;
    margin-bottom:2rem;
}
.contact-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top:2rem;
}

.contact-card {
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 10px;
  transition: all 0.3s ease;
  background: #fff;
  position: relative;
  width:32%;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.contact-card h4 {
  margin: 0;
}

.position {
  color: #888;
  font-size: 14px;
  margin-bottom: 10px;
}

.phone {
  margin: 10px 0;
  color: #333;
}

.qr-btn {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 6px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.qr-code {

  margin-top: 10px;
}

.qr-code img {
  width: 120px;
}

/* 表单 */
.contact-form {
  margin-top: 40px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}

.contact-form button {
  background: #333;
  color: #fff;
  padding: 10px 20px;
  border: none;
}

/* 地图 */
.map iframe {
  width: 100%;
  height: 300px;
  margin-top: 30px;
  border: none;
}


.contact-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  transition: all 0.25s ease;
  position: relative;
}

.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.card-header h4 {
  margin: 0;
  font-size: 32px;
}

.position {
  font-size: 18px;
  color: #888;
}

.department {
  margin-top: 6px;
  font-size: 18px;
  color: #555;
}

.contact-info {
  margin: 12px 0;
  font-size: 18px;
}

.phone {
  color: #333;
  text-decoration: none;
}

.actions {
  margin-top: 15px;
}

.qr-btn {
  background: #07c160; /* 微信绿 */
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 18px;
}

.qr-btn:hover {
  opacity: 0.9;
}

/* 二维码动画 */
.qr-code {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.qr-code img {
  width: 120px;
  margin-top: 10px;
}
.actions .qr-code{
    display: block;
}
footer .contact-card{
    background:transparent;
}
footer .contact-card h4,footer .contact-card span,footer .contact-card .contact-info,footer .department,footer .contact-card .contact-info a.phone{
    color:#fff;
}
.contact-info-big{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* 移动端 */
@media (max-width: 768px) {
  .grid-top {
    grid-template-columns: 1fr;
  }
}
/* 移动端 */
@media (max-width: 768px) {
  .qc-eval-row {
    grid-template-columns: 1fr;
  }
}
/* 移动端 */
@media (max-width: 768px) {
  .qc-eval-item {
    grid-template-columns: 1fr;
  }
}
/* 响应式 */
@media (max-width: 992px) {
  .equipment-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .equipment-grid {
    grid-template-columns: 1fr;
  }
}
/* 响应式 */
@media (max-width: 768px) {
  .qc-flow {
    flex-direction: column;
    gap: 20px;
  }

  .flow-step {
    width: 100%;
  }

  .flow-arrow {
    display: none;
  }
}
/* 响应式 */
@media (max-width: 992px) {
  .qc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .qc-grid {
    grid-template-columns: 1fr;
  }
}
@media(max-width:1200px){
    .banner .swiper-slide:last-child  a {
        bottom: 25%;
        left: 11%;
    }
}
@media(max-width:992px){
    .yc{
        display: block;
    }
     header{
        display: none;
    }
    .m_header {
        display: block;
    }
    .container{
        width: 100%;
    }
    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        z-index: 100002;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    }

    .m_header {
        height: 60px;
    }

    .logo_box {
        width: 100%;
        height: 60px;
        text-align: center;
        padding: 5px 0;
        line-height: 0;
        font-size: 0;
        zoom: 1;
        background:#111;
    }
    .logo_box a{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding: 0;
    }
    .logo_box img {
        height: 30px;
        text-align: center;
        margin: 0 auto;
    }

    .nav_toggle {
        color: #fff;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        transform-origin: 50% 50%;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -13px;
        z-index: 999;
    }

    .nav_toggle {
        cursor: pointer;
        padding: 10px 35px 16px 0;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        cursor: pointer;
        height: 3px;
        width: 40px;
        background: #fff;
        position: absolute;
        display: block;
        content: '';
    }

    .nav_toggle span:before {
        top: -10px;
    }

    .nav_toggle span:after {
        bottom: -10px;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
    }

    .nav_toggle.active span {
        background-color: transparent;
    }

    .nav_toggle.active span:before,
    .nav_toggle.active span:after {
        top: 0;
    }

    .nav_toggle.active span:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .nav_toggle.active span:after {
        transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        top: 10px;
    }

    /*ç§»åŠ¨ç«¯å¯¼èˆª*/
    .m_header .m_nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #ffffff;
        z-index: 2;
        overflow: auto;
        border-top: 1px solid #f0f0f0;
        margin-top: -1px;
    }

    .m_header .m_nav_list a {
        display: block;
        width: 100%;
        padding: 0 15px;
        line-height: 35px;
        text-align: left;
        font-size: 14px;
        color: #000000;
    }

    .m_header .m_nav_list > li {
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        transition: transform .5s ease;
        transform: matrix(1, -1, 0, 1, 200, 100);
        display: block;
        box-shadow: none;
        margin:0;
    }

    .m_header .m_nav_list > li > i {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #000;
        top: 8px;
        right: 10px;
        cursor: pointer;
        z-index: 2;
        background: url("../images/li_click.png") no-repeat top center;
    }

    .m_header .m_nav_list > li > a {
        opacity: 0;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu {
        height: 0;
        overflow: hidden;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu.on {
        height: auto;
    }
    .m_header .m_nav_list .dropdown_menu > li {
        border-top: 1px solid #f0f0f0;
        background: #f5f5f5;

    }
    .m_header .m_nav_list a{
        background: transparent;
    }
    .banner{
        margin-top:60px;
        height: auto;
    }
    .home-bannerwen h2{
        font-size: 3rem;
        line-height: 1;
        margin-bottom: 5px;
    }
    .banner a{
        bottom:3.5rem;
        font-size: 1.4rem;
        padding: 5px 10px; 
    }
    .banner .swiper-slide{
        overflow: hidden;
    }
    .home-bannerwen span{
        font-size: 1.4rem;
        padding:0;
    }
    .banner .swiper-slide:last-child .home-bannerwen {
        width: auto;
        left: 20px;
        align-items: flex-start;
        transform: translate(0px, -50%);
    }
    .banner .swiper-slide:last-child .home-bannerwen{
        width:150px;
    }
    .banner .swiper-slide:last-child span{
        font-size: 14px;
    }
    .banner .swiper-slide:last-child  a {
        bottom: 8%;
        left: 20px;
        transform: translate(0px, 0px);
    }
    #banner{
        position:relative;
    }
    #banner .swiper-pagination {
        display: flex;
        bottom: 20px;
        left: 20px;
        width: auto;
    }
    #banner .swiper-pagination-bullet {
        width: 2rem;
        height: 0.2rem;
        display: block;
        background: #fff;
        opacity: 0.5;
        border-radius: 0;
        margin: 0 2px;
    }
    .home-pro{
        padding:20px;
    }
    .home-pro-list ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap:0;
        margin:0;
    }
    .home-pro-list ul li{
        width:100%;
        margin-bottom:2rem;
     
    }
    .home-pro-listwen p{
        font-size: 20px;
        height: auto;
        padding:1rem 0;
    }
    .home-pro-list ul li span{
        font-size: 1.6rem;
        padding-bottom:0;
    }
    .home-about{
        padding:20px;
    }
    .hometitle ul li .top_stair{
        font-size: 24px;
    }
    .hometitle ul li .top_second{
        font-size: 14px;
    }
    .hometitle ul li{
        min-width: calc((100% - 25rem) / 2);
    }
    .home-about .aboutwen{
        flex-wrap: wrap;
    }
    .home-about .aboutwenleft h2{
        font-size: 24px;
        transform: scaleX(0.8) translateX(-4rem);
    }
    .home-about .aboutwenleft h3{
        font-size: 16px;
    }
    .aboutwenright section{
        font-size: 14px;
    }
    .home-about .aboutwenright{
        width:100%;
    }
    footer{
        padding:20px;
    }
    .footerbig{
        flex-wrap: wrap;
    }
    .footerleft{
        width:100%;
        margin-bottom:20px;
    }
    .b-height {
		height:60px;
	}
	.fygnav {
		padding:0px;
		height:60px;
		background-color:#000;
	}
	.fygnav ul {
		list-style-type:none;
		width:100%;
		margin:0px;
		padding:0px;
	}
	.fygnav li {
		width:25%;
		text-align:center;
		float:left;
		margin:0;
	}
    .fygnav ul {
        list-style-type: none;
        width: 100%;
        margin: 0px;
        padding: 0px;
        display: flex;
        align-items: center;
    }
    .fygnav li a img {
        height: 30px;
        width: 30px;
    }
    .fygnav li a {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        color: #FFFFFF;
        background-color: #000;
        height: 55px;
        font-size:12px;
        white-space: nowrap;
    }
    .nybanner{
        padding-top:60px;
        height: auto;
        margin-top:0;
    }
    .hero-banner_content{
        padding:20px 0;
    }
    .hero-banner_content h1{
        font-size: 24px;
        margin:0 !important;
        left:0;
    }
    .about,.aboutmid ul li{
        margin:0;
    }
    .aboutmid{
        margin:0;
    }
    .aboutmid ul li{
        flex-wrap: wrap;
    }
    .aboutmidwenbig, .aboutmidtu{
        width:100%;
    }
    .aboutmidwenbig{
        padding:20px;
    }
    .aboutmid ul li:nth-child(even) .aboutmidwenbig {
        order: 1;
    }
    .aboutmidwen h3{
        font-size: 24px;
    }
    .aboutmidwen section{
        font-size: 14px;
    }
    .fzlc2{
        margin:20px;
    }
    .ititle big {
        display: block;
        font-size: 24px;
        font-weight: 900;
        line-height: 5rem;
        transform: scaleX(0.8) translateX(0rem);
        text-transform: uppercase;
        transform-origin: left;
    }
    .fzlc2 .fzlc2wen {
        padding: 0 5rem;
        display: flex;
        align-items: center;
        margin-bottom: 2rem;
        line-height: 1;
        transform: scaleX(0.8) translateX(0rem);
        transform-origin: left;
    }
    .fzlc2 .fzlc2wen {
        padding: 0;
        display: flex;
        align-items: center;
        margin-bottom: 0;
        line-height: 1;
        transform: scaleX(0.8) translateX(0rem);
        transform-origin: left;
        flex-wrap: wrap;
    }
    .fzlc2 .fzlc2wen .time {
        font-size: 2.4rem;
        font-weight: 900;
    }
    .fzlc2 .fzlc2wen .content {
        padding-left: 0rem;
        width:100%;
        font-size: 2rem;
        font-weight: 900;
        text-transform: uppercase;
    }
    .fzlc2 .mySwiper{
        margin:0;
        margin-top:1rem;
    }
    .fzlc2 .mySwiper .yuan{
        margin-bottom:1rem;
    }
    .fzlc2bottombig{
        font-size: 2rem;
    }
    .whychoose{
        margin:0;
        padding:20px;
    }
    .whychooselist-top ul li{
        width:47%;
    }

    .whychooselist-bottom dl{
        flex-wrap: wrap;
    }
    .whychooselist-bottom dl dd{
        width:100%;
    }
    .whychooselist-top ul li{
        width:100%;
    }
    .whychooselist-bottom ul li:last-child{
        justify-content: center;
    }
    .whychooselist-top ul li:nth-child(even):after{
        width:0;
    }
    #gongchang .swiper-pagination {
        bottom: 1.2rem;
        top: auto;
        width: 73%;
    }
    .honor{
        padding:20px;
    }
    .honortop .ititle big {
        display: block;
        font-size: 24px;
        font-weight: 900;
        line-height: 5rem;
        transform: scaleX(0.8) translateX(-0rem);
        transform-origin: left;
    }
    .honorcontent ul li{
        width:100%;
        padding:0;
    }
    .honortop{
        margin-bottom:20px;
    }
    .honorcontent ul li p {
        position: absolute;
        bottom: 3rem;
        text-align: center;
        left: 50%;
        transform: translate(-50%, 0px);
        color: #333;
        font-size: 2.4rem;
        font-weight: 700;
        width: 100%;
        padding: 0 20px;
    }
    .bread{
        margin:2rem 0;
        padding:0 20px;
    }
    .productstlist{
        margin:0;
        padding:0 20px;
    }
    .productstlistleft{
        width:100%;
    }
    .productstlist{
        flex-wrap: wrap;
    }
    .productstlistleft li a {
        display: block;
        padding: 1rem 0 1rem 0;
        position: relative;
        color: #000;
        cursor: pointer;
        font-weight: 900;
        font-size: 1.8rem;
    }
    .productstlistleft img{
        right:0.5rem;
        height: 2rem;
    }
    .productstlistleft li dl dd {
        padding: 0px 0.5rem;
    }
    .productstlistleft li dl dd>a {
        display: block;
        color: #333;
        line-height: 2;
        font-size: 1.8rem;
        white-space: nowrap;
        padding: 0.6rem 1.2rem;
        background: url(../images/sanji.png) left center no-repeat;
        background-size: 0.8rem;
    }
    .productstlistright{
        width:100%;
    }
    .productslist ul li{
        width:100%;
    }
    .productslistwen h3{
        font-size:24px;
    }
    .productslistwen span{
        font-size: 16px;
    }
    .productslist ul li .more{
        font-size: 18px;
    }
    .productsny{
        margin-top:0;
    }
    .productsdleft{
        width:100%;
    }
    .productsdright{
        width:100%;
        padding:20px;
    }
    .productsd{
        flex-wrap: wrap;
    }
    .productsdleft{
        padding:20px;
    }
    .productsdleft a.more{
        width:100%;
        margin-top:20px;
    }
    .jqzoom{
        display: none;
    }
    .jqzzom .swiper-button-prev{
        left:0;
        top:50%;
    }
    .jqzzom .swiper-button-next{
        right:0;
        top:50%;
    }
    .bread{
        font-size: 16px;
    }
    .productsdright .productsdtitle {
        font-size: 24px;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .productsdright .productsdtitle h3 {
        font-weight: 700;
        font-size: 20px;
        text-transform: uppercase;
        color: #1a1a1a;
    }
    .Specsd ul li:first-child {
        font-size: 1.4rem;
    }
    .Specsd ul li{
        padding:0.6rem 1rem;
        font-size: 1.4rem;
    }
    .productsny{
        padding:0 20px;
    }
    .news {
        margin: 0;
        padding: 20px;
    }
    .newslist ul li{
        width:100%;
        margin-bottom:20px;
    }
    .newslist ul li a h2 {
        color: #000;
        font-size: 24px;
    }
    .newslist ul li a .time{
        font-size: 14px;
    }
    .xwny{
        padding:20px;
    }
    .xwddleft{
        width:100%;
        margin-bottom:20px;
        padding:20px;
    }
    .xwddright{
        width:100%;
    }
    .xwddbig{
        flex-wrap: wrap;
    }
    .map{
        padding:20px;
    }
    .lxfsleft, .lxfsright{
        width:100%;
    }
    .lxfsbig{
        margin-top:0;
        flex-wrap: wrap;
    }
    .lxfswen div{
        flex-wrap: wrap;
    }
    .lxfswen div p{
        width:100%;
    }
    .lxfsleft, .lxfsright{
        margin-bottom:20px;
    }
    .liuyanbt{
        font-size: 24px;
    }
    .formtoptitle h4 {
        font-size: 1.6rem;
        margin-bottom:20px;
    }
    .kk1{
        height:4rem;
    }
    .amap-marker-label{
        left:-178px !important;
    }
    .productstlistleft li.active dl{
        display: none;
    }
    .aboutleft{
        width:100%;
    }
    .about{
        padding:2rem;
    }
    .aboutright{
        width:100%;
    }
    .about .shuju li{
        width:50%;
    }
    .about2 ul{
        flex-wrap: wrap;
    }
    .about2 ul li{
        width:100%;
    }
    .v30-contact{
        display: none;
    }
    .about2{
        padding:20px;
    }
    .bottommessage ul li{
        flex-wrap: wrap;
    }
    .contact-card{
        width:100%;
    }
    .aboutd1 {
        display: flex;
        align-items: center;
        padding: 8rem 2rem 8rem;
        flex-wrap: wrap;
    }
    .aboutleft{
        margin-bottom:2rem;
    }
    .aboutd1 .aboutright{
        margin:0;
    }
    .qc-section,.qc-process,.qc-equipment,.qc-evaluation-v3,.qc-conclusion{
        padding:20px;
    }
}