.head {
    background: #e7e9e9;
}
.head dl {
    display: flex;
    margin:0;
}
.head dl dd {
    display: flex;
    margin-right: 7%;
}
.head dl i {
    line-height: 5rem;
    font-size: 2.0rem;
    color: #e5ad30;
    margin-right: 0.5rem;
}
.head dl p {
    font-size: 1.7rem;
    color: #42424c;
    margin-left: 1.2rem;
    line-height: 5rem;
}
.head dl a {
    padding: 0rem 0.2rem;
    display: block;
}
.logo img{
    height: 5rem;
}
.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:relative;
}
.menu {
    display: flex;
    align-items: center;
}
.menu ul {
    display: flex;
}
.menu span {
    padding: 0rem 1.2rem;
    color: #fff;
    border-radius: 0.3rem;
    font-size: 1.8rem;
    background: #e5ad30;
    line-height: 4.2rem;
    height: 4.2rem;
    margin: 0rem 3rem 0rem 2.5rem;
    cursor: pointer;
    transition: .3s;
    display: block;
}
.menu span:hover{
    background:#3f3c44;
}
.menu li {
    padding: 2.6rem 1.2rem;
    position: relative;
    transition: .3s;
}
.menu li>a {
    display: block;
    line-height: 4.2rem;
    font-size: 1.8rem;
    color: #333;
    text-transform: uppercase;
}
.menu li>a:hover,.menu li.active>a{
    color:#e5ad30;
}

.banner {
    width: 100%;
    height: calc(100vh - 14.4rem);
    overflow: hidden;
}
.bannerwen {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 160rem;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bannermore a {
    display: flex;
    margin-top: 10.6rem;
    width: 18.8rem;
    height: 5.1rem;
    justify-content: center;
    align-items: center;
    color: white;
    border: 0.1rem solid white;
    border-radius: 20.5rem;
    transition: .5s;
    background-color: transparent;
}

.bannermore a:hover {
    background: #e5ad30;
    border: 0.1rem solid #e5ad30;
    transition: .5s;
    color: white;
}

.banner .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 5%;
}

.banner .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0;
    opacity: 0.6;
    background: white;
    border-radius: 1rem;
    margin-right: 1rem;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 4.8rem;
    height: 1.2rem;
    background: #e5ad30;
    opacity: 1;
}
.bannertitle {
    font-size: 6rem;
    line-height: 7rem;
    color: white;
    font-weight: bold;
    position: relative;
}
.bannerwen a {
    font-size: 2rem;
    color: #fff;
    border: 0.1rem solid #fff;
    border-radius: 30rem;
    opacity: 0;
    transition-delay: .8s;
    position: relative;
    overflow: hidden;
}
.bannerwen .bannertitle {
    opacity: 0;
    transition-delay: .8s;
}
.banner .swiper-slide-active .bannerwen a,
.banner .swiper-slide-active .bannerwen .bannertitle {
    opacity: 1;
}
.banner .swiper-slide-active .bannerwen .bannertitle {
    animation: slideInDown 1s .8s;
    -webkit-animation: slideInDown 1s .8s;
}
.banner .swiper-slide-active .bannerwen a {
    animation: slideInUp 1.2s .8s;
    -webkit-animation: slideInUp 1.2s .8s;
}
.banner .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
    object-fit: cover;
}
.banner .swiper-slide-active img,
.swiper-slide-duplicate-active img {
    transition: 5s linear;
    transform: scale(1, 1);
}
.container {
    width: 160rem;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 5rem;
    width:100%;
}
.homewhytitle p{
    font-size: 1.8rem;
    color: #4b4646;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.8rem;
    display: inline-block;
    text-transform: uppercase;
}
.homewhy{
    margin: 7rem 0 !important;
    padding: 0 !important;
}
.homewhytitle h2{
    font-size: 4rem;
    margin-top:1.5rem;
}
.homewhyleft{
    width:100%;
    order:3;
}
.homewhylist ul{
    margin: 1rem 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.homewhylist ul li {
    width: 25%;
    padding-right: 2rem;
    box-sizing: border-box;
    margin: 4rem 0 0;
}
.homewhylist ul li img {
    max-height: 5.5rem;
}
.homewhylist ul li .pic {
    width: 8.4rem;
    height: 8.4rem;
    border-radius: 0.7rem;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}
.homewhylist ul li h5 {
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 600;
    color: #000;
    margin: 2rem 0 0;
}
.homewhylist ul li section{
    font-size: 1.6rem;
    line-height: 1.5;
    color: #4c4b4b;
    margin: 1.5rem 0 0;
}
.homewhyright{
    width:100%;
    padding:3%;
    border:1rem solid #e5ad30;
    display: flex;
    justify-content: space-between;
    order:2;
    
}
.homewhyright img,.homewhyright section{
    width:48%;
}
.homewhyright section{
    position:relative;
}
.homewhyright section a{
    position:absolute;
    left:0;
    bottom:0;
    padding:1rem 2rem;
    border-radius: 3rem;
    background:#e5ad30;
    color:#fff;
}
.homewhybig{
    display: flex;
    justify-content: space-between;
    font-size: 1.7rem;
    line-height: 1.5;
    flex-wrap: wrap;
}
.homewhyright h2{
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 600;
    color: #000;
    margin: 2rem 0 4rem;
}
.homepro {
    padding: 7rem 0;
    background:#f5f5f5;
}
.homeproleft span{
    font-size: 4rem;
    margin-top: 1.5rem;
}
.swiper-button-next-hpro {
    background: url(../images/pright.png) no-repeat;
    width: 4rem;
    height: 4rem;
    background-size: 100%;
}
.swiper-button-prev-hpro {
    background: url(../images/pleft.png) no-repeat;
    width: 4rem;
    height: 4rem;
    background-size: 100%;
    right: 6rem;
    left: auto;
}
.homeprotitle {
    margin-bottom: 4.4rem;
    position: relative;
}
.homeproleft {
    color: #262626;
    position: relative;
}
.homeprotop{
    position:relative;
    margin-bottom:3rem;
}
.swiper-button-prev-hpro:after,.swiper-button-next-hpro:after{
    content:"";
}
.homepro {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.homepro .swiper-slide {
    text-align: center;
    font-size: 1.8rem;
    height: calc((100% - 12rem) / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.hproswiper{
    height: 100vh;
}
.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.homeprolist section{
    text-align: center;
    text-align-last: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(229, 173, 48, 0.8);
    opacity: 0;
}
.jpTransition{
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.homeprolist .swiper-slide:hover section{
    opacity: 1;
}
.homeprolist .swiper-slide a{
    position:relative;
    width:100%;
    height: 100%;
    overflow: hidden;
}
.homeprolist .swiper-slide h4{
    font-size: 3.6rem;
    line-height: 1.2;
    color: #ffffff;
    transform: translateY(-50%);
    opacity: 0;
    overflow: hidden;
    margin: 0 auto;
        text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
}
.homeprolist .swiper-slide .hprolistwen{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 1rem;
}
.homeprolist .swiper-slide:hover h4{
    transform: translateY(0%);
    opacity: 1;
}
.homeprolist .swiper-slide .searchicon{
    display: inline-block;
    width: 5.7rem;
    height: 5.7rem;
    line-height: 5.6rem;
    border-radius: 50%;
    font-size: 2rem;
    color: #000;
    background-color: #ffffff;
    text-align: center;
    text-align-last: center;
    margin: 0 auto;
    position: relative;
    transform: translateY(50%);
    opacity: 0;
    margin-top:2rem;
}
.homeprolist .swiper-slide:hover .searchicon{
    transform: translateY(0%);
    opacity: 1;
}
.homenews{
    padding: 7rem 0;
}
.homenewstitle{
    text-align: center;
    font-size: 4rem;
    margin-bottom: 4.9rem;
}
.syxwlist ul {
    display: flex;
    justify-content: space-between;
}
.syxwlist ul li {
    width: 49%;
    height: 39.6rem;
    border-radius: 2.4rem;
    overflow: hidden;
    position: relative;
}
.syxwlist ul li a {
    color: #fff;
}
.syxwlist ul li a img {
    position: relative;
    z-index: 1;
    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;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.syxwwen {
    position: absolute;
    left: 4rem;
    bottom: 4rem;
    width: 60%;
    z-index: 2;
}
.syxwwen h3 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 0.6rem;
}
.syxwwen p {
    font-size: 1.8rem;
    line-height: 2.6rem;
}
.syxwlist ul li a:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0, rgba(0,0,0,.2), transparent);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.syxwlist  a.synews {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21rem;
    height: 4rem;
    color: #fff;
    font-size: 1.4rem;
    background: #e5ad30;
    margin: 0 auto;
    margin-top: 6rem;
    border-radius: 20rem;
    transition: .5s;
}
.homecontact{
    padding: 7rem 0;
    background: url(../images/gybj.jpg) no-repeat;
    background-size: cover;
}
.homecontactbig{
    display: flex;
    justify-content: space-between;
}
.homecontactleft{
    width:87.4rem;
    height: 100rem;
    object-fit: cover;
    position:relative;
}
.homecontactleft img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.homecontactleft .homecontactlefttu{
      position:relative;
      height: 100%;
      width:89%;
}
.homecontactleft h2{
    position:absolute;
    left:4.9rem;
    top:4.9rem;
    font-size: 4rem;
    color:#fff;
}
.dingbu.header{
    position:fixed;
    top: 0;
    width:100%;
    z-index: 999;
    background:#fff;
}
.homecontactleft section{
    position:absolute;
    left: 4.9rem;
    top:50%;
    z-index: 2;
    font-size:1.8rem;
    width:80%;
}
.homecontactleft section ul li img{
    width:2rem;
    height: 2rem;
    margin-right:2rem;
}
.homecontactleft section ul li{
    display:flex;
    align-items: center;
    color:#fff;
    margin-bottom:1rem;
    width:100%;
}
.homecontactleft .homecontactlefttu:after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}
.homecontactright .form-box {
  max-width: 100%;
}

.homecontactright .form-item {
  margin-bottom: 2rem;
}

.homecontactright .form-item label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size:1.4rem;
}

.homecontactright .form-item label span {
  color: red;
  margin-left: 4px;
}

.homecontactright .form-item input,
.homecontactright .form-item textarea,
.homecontactright .form-item select {
  width: 100%;
  padding: 1rem;
  border: 0.1rem solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.homecontactright .form-tip {
  font-size: 1.2rem;
  color: #888;
  margin-top: 0.5rem;
}

.homecontactright button {
  background: #e5ad30;
  color: #fff;
  border: none;
  padding: 1.2rem 2rem;
  cursor: pointer;
  border-radius: 4px;
  font-size:1.4rem;
}

.homecontactright button:hover {
  opacity: 0.9;
}
.homecontactright{
    width:calc(100% - 70rem);
}
.homecontactright h2{
    font-size: 2.8rem;
    padding:3rem 0 2rem;
    color:#e5ad30;
}
.homecontactright h3{
    font-size: 1.6rem;
    color:#333;
    margin-bottom:1.6rem;
}
.footer {
  background: #111;
  color: #fff;
  padding: 4rem 2rem;
  text-align: center;
}

.footer a {
  color: #ccc;
  padding: 0 1rem;
  font-size: 1.6rem;
  text-decoration: none;

}
.footer-menu a{
    border-right:0.1rem solid #ccc;
}
.footer-menu a:last-child{
    border:0;
}
.footer a:hover {
  color: #fff;
}

.footer-menu,
.footer-social,
.footer-contact {
  margin: 1.5rem 0;
}

.footer-contact p {
  margin: 0 0.5rem;
  font-size:1.6rem;
}

.footer-copy {
  font-size: 1.4rem;
  color: #888;
}
.footer-social img{
    width:2.5rem;
}
.footer-contact{
    display: flex;
    align-items: center;
    justify-content: center;
}
.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);
}

.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: #ff7220;
}

.liuyan {
    background: #f7f8fc;
    position:relative;
}

.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: 0.8rem;
}

.formtoptitle {
    display: flex;
    align-items: center;
}
.formtoptitle h4{
    font-size: 1.8rem;
}
.formtoptitle span{
    font-size: 1.4rem;
}
.kk2 {
    width: 100%;
    border-radius: 0.8rem;
}
.nybanner img{
    width:100%;
}
.lxfslefttop h2 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.lxfslefttop p {
    font-size: 1.6rem;
    line-height: 2;
}
.anniu1 {
    width: 20.8rem;
    height: 5.4rem;
    font-size: 1.8rem;
    background-color: #e5ad30;
    border: 0.1rem solid #e5ad30;
    padding: 0rem;
    margin-top: 2rem;
}
.map{
    margin-bottom:2rem;
}
.ablan {
    position: absolute;
    width: 100%;
    height: 7.2rem;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.31);
    left: 0rem;
    bottom: 0rem;
}
.ablanbig {
    display: flex;
    justify-content: space-between;
}
.ablanbig {
    display: flex;
    justify-content: space-between;
}
.ablan-left ul {
    display: flex;
}
.ablan-left li {
    list-style-type: none;
    width: auto;
    height: 7.4rem;
    background: url(../images/fenge.png) center right;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    padding: 0 2rem;
    transition: .5s;
}
.ablan-left li a {
    display: block;
    line-height: 7.4rem;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.6rem;
    cursor: pointer;
    transition: .5s;
}
.ablan-left li a:hover{
    cursor: pointer;
    color: #e5ad30;
    transition: .5s;
}
.ablan-left li:hover{
    background: #e5ad30;
    transition: .5s;
}
.ablan-left li:hover a{
    color:#fff;
    transition: .5s;
}
.ablan-left li.active{
    background:#e5ad30;

}
.ablan-left li.active a:hover{
    color:#fff;

}
.bread {
    display: flex;
    justify-content: space-between;
    line-height: 7.4rem;
    font-size: 1.6rem;
    color: #fff;
    cursor: pointer;
}
.nybanner{
    position:relative;
}
.nybanner img{
    width:100%;
}

.ablan{
    height: auto;
}
.ablanbig{
    flex-wrap: wrap;
}

.ablan-left ul{
    flex-wrap: wrap;
}

.bread a {
    display: block;
    line-height: 7.4rem;
    font-size: 1.6rem;
    color: #fff;
    cursor: pointer;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    transition: .5s;
}
.bread a:hover{
    color:#e5ad30;
    transition: .5s;
}
.down{
    padding:4rem 0;
    background:#f8f9fa;
}
.downlist{
    padding:5rem;
    background:#fff;
}
.download-section {
    max-width: 80rem;
    margin: 4rem auto;
    font-family: Arial, sans-serif;
}

.download-section h2 {
    margin-bottom: 2rem;
}

.download-list {
    list-style: none;
    padding: 0;
}

.download-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border: 0.1rem solid #eee;
    margin-bottom: 1rem;
    border-radius: 0.8rem;
    transition: 0.3s;
}
.download-list.report li{
    width:100%;
}
.download-list li:hover {
    background: #f9f9f9;
}

.file-info {
    display: flex;
    align-items: center;
    width:auto;
    justify-content: space-between;
}
.report .file-info {
    width:100%;
}
.file-icon {
    font-size: 2.4rem;
    margin-right: 1rem;
}

.file-name {
    font-weight: bold;
    margin: 0;
    font-size:1.4rem;
}

.file-meta {
    font-size: 1.2rem;
    color: #888;
}

.download-btn {
    padding: 0.8rem 1.6rem;
    background: #e5ad30;
    color: #fff;
    text-decoration: none;
    border-radius: 0.5rem;
    transition: 0.3s;
    border:0.1rem solid #e5ad30;
    font-size:1.4rem;
}
.form-control{
    height: 3.4rem;
    padding:0.6rem 1.2rem;
}

.download-btn:hover {
    background: #fff;
    color:#e5ad30;
    border:0.1rem solid #e5ad30;
}
.honor{
    padding:5rem 0;
    background:#f8f9fa;
}
.honorlist ul li{
    float: left;
    width: calc(25% - 3rem);
    margin: 1.5rem;
    background: #fff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.honorlist ul li .pr_img{
    width: 100%;
    padding: 2rem;
    border-bottom: 0.1rem solid #ccc;
    box-sizing: border-box;
    text-align: center;
}
.honorlist ul li img {
    max-width: 100%;
    object-fit: cover;
}
.honorlist .pr_txt {
    padding: 2rem;
}
.honorlist ul li span {
    display: block;
    font-size: 1.6rem;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}
.honorlist ul li:hover span{
    color:#e5ad30;
}
.honorlist{
    overflow: hidden;
}
.case{
    padding:5rem 0;
}
.product-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-list li {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 40rem;
    padding: 6rem 0;
    margin-bottom:5rem;
}

/* 左侧内容 */
.product-list .content {
    width: 45%;
    z-index: 2;
    padding-left: 7%;
}
.product-list .content p{
    font-size:1.6rem;
    line-height: 2;
}
.product-list h2 {
    font-size: 5.6rem;
    color:#e5ad30;
    margin-bottom: 2rem;
}

.product-list .section {
    color: #666;
    margin-bottom: 20rem;
}

/* 推荐产品卡片 */
.product-card {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 1.5rem;
    padding: 1.5rem;
    border-radius: 1.2rem;
    transition: all 0.3s ease;
}

.product-card:hover {
    background: #f5f5f5;
    transform: translateX(0.5rem);
}

.product-card img {
    width: 24rem;
    border-radius: 0.8rem;
}

.product-card .info h3 {
    margin: 0 0 0.5rem;
    font-size: 2.8rem;
    color:#333;
}

.product-card .info p {
    font-size: 1.6rem;
    color: #777;
    margin-bottom: 0.5rem;
}

.product-card span {
    font-size: 1.8rem;
    color: #e6212a;
    
}

/* 右侧大图 */
.product-list .image {
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    height: 100%;
}

.product-list .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20rem;
}

/* ✨偶数反转 */
.product-list li:nth-child(even) {
    flex-direction: row-reverse;
}

.product-list li:nth-child(even) .image {
    left: 0;
    right: auto;
}
.product-list li {
    padding-left: 4rem;
    padding-right: 4rem;
}
.product-card{
    margin-top:2rem;
}
.tuijiantitle{
    font-size:4rem;
    color:#1f2025;
    font-weight: bold;
    margin-bottom:2rem;
}
.tuijian{
    padding:8rem 0;
}
.prolisttu img{
    width:100%;
}
.prolist .fenlei {
    color: #9ba1ad;
    border: 0.1rem solid #9ba1ad;
    border-radius: 3rem;
    padding: 0.8rem 1.6rem;
    margin: 3rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11rem;
    font-size: 1.4rem;
    
}
.prolisttu{
    overflow: hidden;
    margin-bottom:1rem;
}
.prolist h2{
    font-size:1.8rem;
    color:#3a3a3a;
    text-align: center;
    height: 4rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
}
.prolist p{
    font-size:1.4rem;
    text-align: center;
    color:#9ba1ad;
}
.prolist span.more{
    font-size: 1.8rem;
    color: #e6212a;
    padding:2rem 0;
    width:100%;
    text-align: center;
    display: block;
}
.prolist:hover{
    transition: .5s;
    transform: translateY(-1rem);
        box-shadow: 0 10rem 30rem rgba(0, 0, 0, 0.08);
}
.prolist{
    transition: .5s;
    
}
.productsleft{
    width:20rem;
}
.productsleft ul li img{
    width:5rem;
    margin-right: 0.5rem;
    height: 5rem;
    object-fit:contain ;
}
.productsleft h2{
    font-size: 1.8rem;
    margin-bottom:1rem;
    color:#e5ad30;
}
.products{
    padding:5rem 0;
}
.productsleft ul li a{
    font-size:1.6rem;
    padding:0.8rem 1.8rem;
    display:flex;
    align-content: center;
    color:#333;
    transition: .5s;
}
.productsleft ul li {
    border:0.1rem solid #ebebee;
    border-radius: 0.8rem;
    margin-bottom:2rem;
    transition: .5s;
}
.productsleft ul li:hover {
    background:#e5ad30;
    transition: .5s;
}
.productsleft ul li:hover a{
    color:#fff;
    transition: .5s;
}
.productsright{
    width:calc(100% - 30rem);
}
.productsbig{
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.productsrighttop ul li{
    width:32%;
}
.productsrighttop ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.productsd .bread{
    color:#e5ad30;
    justify-content: flex-start
}
.productsd .bread a{
    color:#e5ad30;
}
.productsd .bread span:last-of-type{
    display: none;
}
.productsd .bread a:last-of-type{
    color:#333;
}
.bread img{
    height:4rem;
    margin-right:1rem;
}
.productsd1title{
    font-size: 4rem;
    font-weight: bold;
    color:#e5ad30;
    margin-bottom:7.8rem;
}
.productsd1biaoti{
    padding:0.9rem 1.5rem;
    background:#f7e8c4;
    color:#e5ad30;
    display: block;
    width:14rem;
    border-radius: 3rem;
    text-align: center;
    margin-bottom:2.4rem;
    font-size:1.4rem;
}

.faq {
    border: 0.1rem solid #eee;
    border-radius: 0.8rem;
    overflow: hidden;
    max-width: 600rem;
}

.faq-item {
    border-bottom: 0.1rem solid #eee;
}

.faq-title {
    padding: 1.6rem 2rem;
    cursor: pointer;
    font-weight: 600;
    background: #fafafa;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
    font-size: 1.6rem;
}

.faq-title:hover {
    background: #f0f0f0;
}

/* 箭头 */
.arrow {
    width: 0.8rem;
    height: 0.8rem;
    border-right: 0.2rem solid #333;
    border-bottom: 0.2rem solid #333;
    transform: rotate(45deg);
    transition: transform 0.3s;
}

/* 展开时箭头旋转 */
.faq-item.active .arrow {
    transform: rotate(225deg);
}

/* 内容动画 */
.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    padding: 0 20rem;
    background: #fff;
}

/* 展开状态 */
.faq-item.active .faq-content {
    max-height: 200rem; /* 内容不多可以写死，大内容可以改大一点 */
    padding: 1.5rem 2rem;
    font-size:1.4rem;
}
.productsd1big{
    display: flex;
    justify-content: space-between;
}
.productsd1right .mySwiper2 {
    height: 80%;
    width: 100%;
}

.productsd1right .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10rem 0;
}

.productsd1right .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.productsd1right,.productsd1left{
    width:48%;
    position:relative;
}
.jqzoom {
    position: relative;
    overflow: hidden;
    height: auto;
    overflow: hidden;
}
.jqzzoom{position:relative;}
 .jqzoom{position:relative;overflow:hidden;border:0rem #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:100rem;height:71.5rem;}
 .jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0rem;left:0rem;width:8rem !important;height:8rem !important;border:0.1rem 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: 10rem 0 0;
 }
 .jqzzoom .carousel{
     overflow: hidden;
 }
 .jqzzoom .carousel ul {
     width:2000em;
     list-style: none;
     margin: 0;
     padding: 0;
     margin-top:10rem;
 }

 .jqzoom img{
    width: 100%;
 }
 .pro-img .xiaotu {
    margin-top: 2rem;
    padding: 0 2.5rem;
}
.jqzzom .swiper-button-prev {
    background: url(../images/pleft.png) no-repeat;
    background-size: cover;
    right: auto;
    bottom:5%;
    top:auto;
    left: 0;
    width: 4rem;
    height: 4rem;
    border: none;
}
.jqzzom .swiper-button-next {
    background: url(../images/pright.png) no-repeat;
    background-size: cover;
    right: 0;
    bottom:5%;
    top:auto;
    width: 4rem;
    height: 4rem;
    border: none;
}
.jqzzom .swiper-button-next:after,.jqzzom .swiper-button-prev:after{
    content:"";
}
#xiaotu{
    padding:0 5rem;
}
#xiaotu .swiper-slide a{

    display: block;
    padding-top:100%;
    position:relative;
}
#xiaotu .swiper-slide a img{
    width:100%;
    height: 100%;
    position:absolute;
    object-fit: cover;
    top: 0;
    left:0;
}
#xiaotu .swiper-slide a.hover{
    border:0.1rem solid #e5ad30;
}
.productsd1big{
    margin-bottom:2rem;
}
.productsd2{
    position:relative;
}
.productsd2 .swiper-button-prev{
    background: url(../images/pleft.png) no-repeat;
    background-size: cover;
    right: auto;
    top:50%;
    left: 0;
    width: 4rem;
    height: 4rem;
    border: none;
}
.productsd2 .swiper-button-prev:after{
    content:"";
}
.productsd2 .swiper-button-next{
    background: url(../images/pright.png) no-repeat;
    background-size: cover;
    right: 0;
    bottom:50%;
    width: 4rem;
    height: 4rem;
    border: none;
}
.productsd2 .swiper-button-next:after{
    content:"";
}
.hprolistimg{
    width:100%;
    height: 100%;
}
.hprolistimg img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.newslist-title{
    font-size: 4rem;
    margin-bottom: 1.5rem;
}
.newlist {
    margin-top: 4rem;
    margin-bottom: 8.6rem;
}
.xwkkw-aa {
    width: 29%;
    float: left;
}
.xwkkw-bb {
    width: 71%;
    padding: 3.9rem;
    float: right;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.xwkkw a{
    display: flex;
    justify-content: space-between;
}
.xwkkw {
    height: auto;
    overflow: hidden;
    background-color: #f8f8f8;
}
.xwkkw-bb h3 {
    font-size: 1.8rem;
    color: #333333;
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.xwtt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.xwmore {
    width: 10rem;
    height: 3.2rem;
    line-height: 3.2rem;
    float: left;
    text-align: center;
    font-size: 1.4rem;
    color: #262626;
    border: 0.1rem solid #262626;
}
.xwtm{
    color:#262626;
    font-size:1.4rem;
}
.xwnn ul li {
    margin-bottom:20rem;
}
.xwkkw:hover .xwmore {
    background-color: #262626;
    color: #FFFFFF;
    transition: all 300ms ease-in 0ms;
}
.xwkkw img {
    -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;

}
.xwtm img{
    width: 1.6rem;
    height: 1.6rem;
}
.xwkkw:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 500ms ease-in 0ms;
}
.xwkkw-aa{
    overflow: hidden;
}
.xwny {
    padding: 4.8rem 0 2.5rem;
    background: #f0f0f0;
}
.xwddbig {
    display: flex;
    justify-content: space-between;
}
.xwddleft {
    width: 70%;
    background-color: #fff;
    padding: 4rem 4.5rem 6rem;
    border-top: #e5ad30 solid 6px;
}
.xwddbt h2 {
    line-height: 125%;
    font-size: 3.2rem;
    color: #333333;
    font-weight: 700;
}
.xwddbt h3 {
    margin-top: 1.3rem;
    font-size: 1.6rem;
    line-height: 137.5%;
    color: #999999;
}
.xwddleft section {
    margin: 2.5rem 0;
    font-size: 1.8rem;
    color: #333;
    line-height: 171.428571%;
}
.fanye{
    font-size:1.8rem;
}
.xwddright {
    width: 28%;
    background-color: #fff;
    border-top: #e5ad30 solid 6px;
    float: right;
}
.xwddrightbt {
    width: 100%;
    height: 34px;
    background: rgba(18,18,18,0.04);
    color: #333333;
    line-height: 34px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 30.1rem;
    margin-bottom: 10rem;
}
.xwddright ul li {
    padding: 2rem 1.5rem;
    transition: .5s;
}
.xwddright ul li:hover {
    background: #c2c1c1;
    transition: .5s;
}
.zxxwwen h2 {
    font-size: 1.6rem;
    color: #393b40;
    min-height: 4rem;
    line-height: 150%;
    font-weight: 600;
    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;
}
.zxxwsj {
    color: #393b40;
    font-size: 1.4rem;
}
.menu li.haschild > a {
    position: relative;
    padding-right: 1.5rem;
}

.menu li .arrow {
    display: inline-block;
    margin-left: 0.5rem;
    border: 0.5rem solid transparent;
    border-top-color: #333;
    vertical-align: middle;
    transition: 0.3s;
        transform-origin: 50% 20%;
    transform: rotate(0deg) !important;
}

/* hover旋转 */
.menu li:hover .arrow {
    transform: rotate(180deg) !important;
}
.dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
}



.dropdown-menu.active {
    display: flex;
    justify-content: space-between;
}
.dropdown-menu-one {
    display: flex;
    width: 60rem;
    background: #fff;
    left:22rem;
    top:-2rem;
}
.dropdown-menu.dropdown-menu-one.active{
    display: flex;
    justify-content: space-between;
} 
.dropdown-menu {
    display: none;
    background: #fff;
}
.dropdown-menu-one .left {
    width: 40%;
    border-right: 0.1rem dashed #ccc;
}

.dropdown-menu-one .left li {
    padding: 1rem;
    cursor: pointer;
}

.dropdown-menu-one .left li.active {
    background: #f5f5f5;
}

.dropdown-menu-one .right {
    width: 60%;
    padding: 1rem;
}

.dropdown-menu-one .content {
    display: none;
    position:relative;
}

.dropdown-menu-one .content.active {
    display: flex;
    justify-content: space-between;
}

.dropdown-menu-one img {
    width: 100%;
}

.dropdown-menu-one .info {
    margin-top: 1rem;
    position:absolute;
    left:2rem;
    bottom:2rem;
    color:#fff;
}
.dropdown-menu-two {
    width: 100rem;
    background: #fff;
    left: 40rem;
    top: -2rem;
}

.top-banner {
    position: relative;
}

.top-banner img {
    width: 100%;
    height: 20rem;
    object-fit: cover;
}

.top-banner .overlay {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    color: #fff;
}


.bottom-list li {
    width: 50%;
    padding: 1rem;
    
}

.bottom-list img {
    width: 100%;
}

.bottom-list h3 {
    margin-top: 0.5rem;
    font-size: 1.6rem;
}
.dropdown-menu ul{
    flex-direction: column;
}
.bottom-list ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
 
}

.two{
    width:50%;
    padding-right: 2%;
    border-right: 0.1rem dashed #ccc;
}
.search {
    font-size: 1.4rem;
    cursor: pointer;
}
.two:last-child{
    border:0;
    padding:0;
    padding-left:2%;
}
.bottom-list ul li a{
    display: flex;
    align-items: center;
    
}
.bottom-list ul li a img{
    margin-right:1rem;
    width:5rem;
    object-fit: contain;
    height: 5rem;
}
.search-alert {
    position: fixed;
    z-index: 1000;
    background-color: #222222;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: 10000;
    display: none;
}

.search-alert .close {
  display: block;
  width: 3rem;
  height: 3rem;
  background: url(../images/img5-4.png) no-repeat center;
  position: absolute;
  top: 3.8rem;
  right: 2.6%;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
          transition: transform 0.3s ease 0s;
}

.search-alert .cent-form {
  position: absolute;
  width: 94.8%;
  left: 2.6%;
  top: 50%;
  height: 12.4rem;
  margin-top: -6.3rem;
  border-bottom: 1px solid #515151;
}

.search-alert .cent-form .tex {
  border: none;
  font-size: 6.6rem;
  height: 12.4rem;
  line-height: 187.878788%;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  color: #555;
  background: none;
  padding-left: 8.8rem;
  padding-right: 8rem;
  background: url(../images/img5.png) no-repeat 35px 60px;
}

.search-alert .cent-form .sub-butn {
  border: none;
  height: 10rem;
  margin-top: 2.4rem;
  font-size: 2.4rem;
  line-height: 416.666667%;
  color: #555;
  text-align: right;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 10rem;
  text-align: center;
}

.search-alert .close:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.search-alert .cent-form .tex {
    border: none;
    font-size: 2rem;

}
.about .homewhyright{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.about .homewhyright img{
    width:50%;
}
.about .homewhyright section{
    width:50%;
    padding-left: 3%;
}
.feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
}

.feature-item {
    flex: 1;  /* 5个元素等宽，自动换行时自适应 */
    min-width: 18rem;  /* 防止太窄，可根据实际调整 */
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1.6rem;
    border-radius: 1.2rem;
    transition: all 0.2s ease;
}

/* 左侧圆形图标容器 */
.feature-icon {
    flex-shrink: 0;
    width: 4.8rem;
    height: 4.8rem;
    background-color: #f6f6f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* 右侧文字区域 */
.feature-content h3 {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0 0 0.4rem 0;
    color: #666;
}


/* 悬停效果（可选，提升交互感） */
.feature-item:hover {
    transform: translateY(-0.2rem);
    box-shadow: 0 0.4rem 1.2rem rgba(0,0,0,0.05);
}
.feature-icon img{
    width:100%;
}
.about2{
    margin:7rem 0;
}
.about3{
    padding:6rem 0;
    background:#f6f6f6;
}
.about3 .abouttitle{
    font-size: 4rem;
    margin-bottom: 1.5rem;
    color:#262626;
    text-align: center;
    font-weight: bold;
}
.about3 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
}
.about3 ul li{
    width:32%;
}
.about3 ul li img{
    width:100%;
}
.about3 ul:after{
    content:"";
    display: block;
    width:32%;
}
.about4{
    padding: 6rem 0;
}
.about4 .abouttitle{
    font-size: 4rem;
    margin-bottom: 1.5rem;
    color:#262626;
    text-align: center;
    font-weight: bold;
}
.about4 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
}
.about4 ul li{
    width:32%;
}
.about4 ul li img{
    width:100%;
}
.about4 ul:after{
    content:"";
    display: block;
    width:32%;
}
.mySwiper video{
    width:100%;
    height: 100%;
}
.productsd {
    padding: 0 0 4rem;
}

.productsd-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 0.2rem solid #111;
}

.product-gallery {
    display: flex;
    align-items: center;
    width: 100%;
}

.thumbs {
    height: 57rem;
    width: 13rem;
    margin-right: 3rem;
    padding: 3.5rem 0;
    position: relative;
}

.main-image {
    width: 57rem;
    height: 57rem;
    position: relative;
    order: 2;
}

.main-image img {
    width: 100%;
    box-shadow: 0 1rem 4rem 0 rgba(0, 0, 0, .1);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: contain;
}

.thumbs .swiper-slide {
    width: 100%;
    cursor: pointer;
}

.thumbs .swiper-slide img.active {
    border: 0.1rem solid #e5ad30;
}

.thumbs .swiper-slide img {
    height: 100%;
    width:100%;
    object-fit: contain;
}

.thumbs .swiper-button-prev {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background: #e5ad30;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .1s linear;
    z-index: 9;
    margin: 0;
}

.thumbs .swiper-button-next {
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    width: 100%;
    height: 3rem;
    background: #e5ad30;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .1s linear;
    z-index: 9;
    margin: 0;
}

.thumbs .swiper-button-next:after,
.thumbs .swiper-button-prev:after {
    content: "";
    width: 3.2rem;
    height: 3.2rem;
    display: block;
}

.thumbs .swiper-button-next:after {
    background: url(../images/jtdw.png) no-repeat;
    background-size: cover;
}

.thumbs .swiper-button-prev:after {
    background: url(../images/jttw.png) no-repeat;
    background-size: cover;
}

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

.productsd-right {
    flex: 1;
    padding: 3rem 0;
    padding-left: 5%;
}

.productsd-left {
    width: 50%;
    position: relative;
    display: flex;
}

.jianjietitle {
    font-size: 1.8rem;
    color: #111;
    margin-bottom: 1.5rem;
    font-weight: 600;
    line-height: 1.8;
}

.productsd-right section {
    line-height: 1.8;
    color: #666;
    font-size: 1.6rem;
}

.btn-email {
    color: #fff;
    padding: 1rem 2rem;
    text-decoration: none;
    display: inline-block;
}

.productsd .btn-email {
    color: #e5ad30;
    border: 0.1rem solid #e5ad30;
    float: left;
    transition: .5s;
    margin-top: 2rem;
    margin-right: 2rem;
    font-size: 1.4rem;
}

.productsd .btn-email:hover {
    color: #fff;
    background: #e5ad30;
    transition: .5s;
}

.productsd-tab {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: auto;
    background: #EEEEEE;
    border-radius: 4rem;
    margin: 2% 0 2%;
    padding: 2rem 0;
}

.productsd-tab .productsd-tab-item {
    font-size: 1.8rem;
    text-transform: capitalize;
    padding: 0.5rem 3rem;
    border-radius: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    transition: .5s;
    margin-right: 2rem;
}

.productsd-tab .productsd-tab-item.act {
    background: #e5ad30;
    color: #fff;
}

.productsd-tab .productsd-tab-item:hover {
    background: #e5ad30;
    color: #fff;
    transition: .5s;
}

.pcontent-title {
    font-weight: 600;
    margin: 0;
    padding: 0.5rem 1rem;
    font-size: 2rem;
    color: #fff;
    background: #e5ad30;
    display: inline-block;
    margin-bottom: 2rem;
    margin-top:2rem;
}

.pcontentd tbody td {
    padding: 1.4rem 1.2rem;
    text-align: center;
    color: #e5ad30;
    font-weight: 600;
    border: 0;
    border-bottom: 0.2rem solid #e5ad30;
}

.pcontentd tbody tr:first-child {
    background: #fff2d4;
}

.pcontentd table {
    width: 100% !important;
    min-width: 90rem;
    border-collapse: collapse;
    font-size: 1.4rem;
    color: #333;
    background: #fff;
    border: 0;
}

.productsd-right ul {
    display: flex;
    margin-top: 3rem;
}

.productsd-right ul li {
    width: 7rem;
    margin-right: 2rem;
    position: relative;
}

.productsd-right ul li img {
    width: 100%;
}

.productsd-right ul li p {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    font-size: 1rem;
}

.report ul {
    display: flex;
    flex-wrap: wrap;
    margin: 2rem 0;
}

.report li {
    width: 24%;
}

.report li img {
    width: 100%;
}

.inquiry {
    margin-top: 6rem;
    padding: 3rem;
    background: #f7f7f7;
}

.inquiry h3 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
}

.inquiry p {
    color: #666;
    margin-bottom: 2rem;
    font-size: 2rem;
}

.form-row {
    display: flex;
    gap: 4%;
}

.form-row input {
    width: 48%;
    font-size: 1.4rem;
}
.inquiry {
    margin-top: 6rem;
    padding: 3rem;
    background: #f7f7f7;
}

.inquiry h3 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
}

.inquiry p {
    color: #666;
    margin-bottom: 2rem;
    font-size: 2rem;
}

.form-row {
    display: flex;
    gap: 4%;
}

.form-row input {
    width: 48%;
    font-size: 1.4rem;
}

.inquiry input,
.inquiry textarea {
    width: 100%;
    padding: 1.2rem;
    margin-bottom: 1.5rem;
    border: 0.1rem solid #ddd;
    font-size: 1.4rem;
}

.inquiry button {
    background: #e5ad30;
    color: #fff;
    border: none;
    padding: 1.2rem 3rem;
    cursor: pointer;
    font-size: 2rem;
}
.pcontentd tbody td {
    padding: 1.4rem 1.2rem;
    text-align: center;
    color: #e5ad30;
    font-weight: 600;
    border: 0;
    border-bottom: 0.2rem solid #e5ad30;
}

.pcontentd tbody tr:first-child {
    background: #f7e6bd;
}

.pcontentd table {
    width: 100%;
    min-width: 90rem;
    border-collapse: collapse;
    font-size: 1.4rem;
    color: #333;
    background: #fff;
    border: 0;
}

.productsd-right ul {
    display: flex;
    margin-top: 3rem;
}

.productsd-right ul li {
    width: 7rem;
    margin-right: 2rem;
    position: relative;
}

.productsd-right ul li img {
    width: 100%;
}

.productsd-right ul li p {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    font-size: 1rem;
}
.yc{
    display: none;
}
.m_header{
    display: none;
}
.homewhytitle{
    margin-top:1.5rem;
}
@media(max-width:992px){
     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:#fff;
    }

    .logo_box img {
        height: 100%;
        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: #000;
        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);
    }

    .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;
    }
    .banner{
        height: auto;
    }
    .homewhy{
        margin:0 !important;
        padding:20px 15px !important;
    }
    .homewhyright{
        flex-direction: column;
        margin-bottom:2rem;
    }
    .homewhyright img, .homewhyright section{
        width:100%;
    }
    .homewhyright section a {
        position: relative;
        margin: 2rem 0;
        display: block;
        text-align: center;
    }
    .homewhylist ul li {
        width: 100%;
        padding-right: 2rem;
        box-sizing: border-box;
        margin: 2rem 0 0;
    }
    .homepro{
        padding:2rem 1.5rem;
    }
    .hproswiper{
        height: auto;
    }
    .homewhylist ul li .pic{
        width:4rem;
        height: 4rem;
    }
    .homeproleft span,.homewhytitle h2{
        font-size: 2.8rem;
    }
    .homewhytitle p{
        font-size: 1.6rem;
    }
    .homewhyright h2{
        margin:2rem 0;
    }
    .homenews{
        padding:2rem 1.5rem;
    }
    .homenewstitle{
        margin-bottom:2rem;
    }
    .syxwlist ul{
        flex-wrap: wrap;
    }
    .syxwlist ul li {
        width: 100%;
        height: 39.6rem;
        border-radius: 2.4rem;
        overflow: hidden;
        position: relative;
        margin-bottom: 2rem;
    }
    .syxwwen{
        width:80%;
    }
    .homecontact{
        padding:2rem 0;
    }
    .homecontactbig{
        flex-wrap: wrap;
    }
    .homecontactright {
        width: 100%;
    }
    .homecontactleft{
        width:100%;
        height: 60rem;
    }
    .homecontactleft .homecontactlefttu {
        position: relative;
        height: 100%;
        width: 100%;
    }
    .homecontactleft section {
        position: absolute;
        left: 2rem;
        top: 50%;
        z-index: 2;
        font-size: 1.8rem;
        width: 90%;
    }
    .homecontactright button{
        width:100%;
    }
    .footer-contact{
        flex-wrap: wrap;
    }
    .yc{
        display: block;
    }
    .b-height {
		height:50px;
	}
	.fygnav {
		padding:0px;
		height:50px;
		background-color:#009ca3;
	}
	.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: 20px;
        width: 20px;
    }
    .fygnav li a {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        color: #FFFFFF;
        background-color: #e5ad30;
        height: 55px;
        font-size:12px;
        white-space: nowrap;
    }
    .nybanner{
        margin-top:60px;
    }
    .ablan{
        position:relative;
    }
    .ablan {
        height: auto;
        padding: 0 15px;
    }
    .about .homewhyright {
        flex-direction: column;
    }
    .about .homewhyright img{
        width:100%;
    }
    .about .homewhyright section{
        width:100%;
        padding-left:0;
    }
    .about2 {
        margin: 2rem 1.5rem;
    }
    .about3{
        padding:2rem 1.5rem;
    }
    .about3 ul li {
        width: 100%;
    }
    .about4{
        padding:2rem 1.5rem;
    }
    .about4 ul li {
        width: 100%;
    }
    .footer{
        padding:2rem 1.5rem;
    }
    .homecontactleft h2 {
        position: absolute;
        left: 2rem;
        top: 2rem;
        font-size: 4rem;
        color: #fff;
    }
    .case{
        padding:2rem;
    }
    .product-list li{
        flex-wrap: wrap;
    }
    .product-list li {
        flex-wrap: wrap;
        padding: 0;
    }
    .product-list .content p{
        margin:0;
    }
    .product-list .content {
        width: 100%;
        z-index: 2;
        padding-left: 0%;
    }
    .product-list .image {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .product-list .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0;
    }
    .product-card{
        flex-direction: column;
    }
    .product-list h2 {
        font-size: 3.6rem;
        color: #e5ad30;
        margin-bottom: 2rem;
    }
    .product-list li{
        margin-bottom:2rem;
    }
    .tuijian{
        padding:2rem 1.5rem;
    }
    .tuijiantitle{
        font-size: 3.6rem;
    }
    .prolist .fenlei{
        margin:1rem auto;
    }
    .products{
        padding:2rem;
    }
    .productsleft{
        width:100%;
    }
    .productsleft ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .productsleft ul li{
        width:49%;
    }
    .productsrighttop ul li {
        width: 100%;
    }
    .productsright {
        width: 100%;
    }
    .productsleft ul li a {
        font-size: 1.6rem;
        padding: 0.8rem 1.8rem;
        display: flex;
        align-content: center;
        color: #333;
        transition: .5s;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .productsleft ul li img{
        width: 60px;
        display: block;
        height: 60px;
        object-fit: contain;
    }
    .productsleft ul li a{
        flex-direction: column;
        text-align: center;
    }
    .productsd-top{
        flex-wrap: wrap;
    }
    .productsd-title {
        font-size: 3.2rem;
        width: 100%;
        padding-right: 10%;
        border-bottom: 0.1rem solid #E1E1E1;
        border-right:0;
        font-weight: 600;
        line-height: 1.4;
        margin-bottom:10%;
    }
    .productsdcontent{
        flex-wrap: wrap;
    }
    .productsd-left{
        width:100%;
    }
    .productsd-right{
        width:100%;
    }
    .main-image{
        display: none;
    }
    .thumbs {
        height: 36rem;
        width: 100%;
        margin-right: 0;
        padding: 3.5rem 0;
        position: relative;
    }
    .thumbs .swiper-button-prev {
        width: 3rem;
        height: 3rem;
        z-index: 9;
        transform: rotate(-90deg);
        top: 50%;
    }
    .thumbs .swiper-button-next {
        width: 3rem;
        height: 3rem;
        transform: rotate(-90deg);
        top: 50%;
        right: 0;
        left: auto;
    }
    .productsd-right{
        padding-left:0;
    }
    .productsd-tab .productsd-tab-item {
        font-size: 1.6rem;
    }
    .pcontentd{
        overflow: scroll;
    }
    .pcontent{
        margin-top:2rem;
    }
    .productsd{
        padding:0;
    }
    .inquiry{
        margin:2rem 0;
    }
    .honor{
        padding:2rem 15px;
    }
    .honorlist ul li {
        float: left;
        width: 100%;
        margin: 1.5rem 0;
        background: #fff;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    .glightbox-container .ginner-container{
        padding:0 1.5rem;
    }
    .down{
        padding:2rem 1.5rem;
    }
    .downlist{
        padding:0;
    }
    .lxfsbig{
        margin:0;
        padding:2rem 1.5rem;
        flex-wrap: wrap;
    }
    .lxfsleft, .lxfsright{
        width:100%;
    }
    .amap-marker-label {
        width: 90%;
        white-space: normal !important;
        top: 70% !important;
    }
    .amap-marker-label h2 {
        font-size: 16px;
    }
    .formtop>div {
        width: 100%;
        border-radius: 0.8rem;
    }
    .formtop{
        flex-wrap: wrap;
    }
    .anniu1{
        width:100%;
    }
}