@import url(animate.css);
@import url(../layui/css/layui.css);
@import url(../fontawesome/css/all.min.css);
@import url(../fontawesome/css/v4-shims.min.css);
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot') format('embedded-opentype'),
         url('../fonts/Montserrat-Regular.woff2') format('woff2'),
         url('../fonts/Montserrat-Regular.woff') format('woff'),
         url('../fonts/Montserrat-Regular.ttf') format('truetype'),
         url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
}
@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot') format('embedded-opentype'),
         url('../fonts/Poppins-Bold.woff2') format('woff2'),
         url('../fonts/Poppins-Bold.woff') format('woff'),
         url('../fonts/Poppins-Bold.ttf') format('truetype'),
         url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
}
@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat-Light.eot');
    src: url('../fonts/Montserrat-Light.eot') format('embedded-opentype'),
         url('../fonts/Montserrat-Light.woff2') format('woff2'),
         url('../fonts/Montserrat-Light.woff') format('woff'),
         url('../fonts/Montserrat-Light.ttf') format('truetype'),
         url('../fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
}
/*animation*/
@keyframes fadeInUps {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(0, 50px, 0);

        transform: translate3d(0, 50px, 0)

    }



    to {

        opacity: 1;

        -webkit-transform: none;

        transform: none

    }

}
@keyframes fadeInLefts {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(50px, 0px, 0);

        transform: translate3d(50px, 0px, 0)

    }



    to {

        opacity: 1;

        -webkit-transform: none;

        transform: none

    }

}
@keyframes fadeInRights {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(-150px, 0px, 0);

        transform: translate3d(-150px, 0px, 0)

    }



    to {

        opacity: 1;

        -webkit-transform: none;

        transform: none

    }

}
.fadeInUp{

    animation-name: fadeInUps;

    animation-delay: .1s;

}
.fadeInLeft{

    animation-name: fadeInLefts;

    animation-delay: .1s;

}
.fadeInRight{

    animation-name: fadeInRights;

    animation-delay: .1s;

}
/*---------- base ---------*/
*{
	padding:0px;
	margin:0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
html {
  font-size: 62.5%; /* 这相当于 16px * 0.625 = 10px */
}
body{
	font-size:16px;
	overflow-x:hidden;
	font-family:'Montserrat-Light','Montserrat-Regular','Microsoft YaHei','微软雅黑';
	-webkit-font-smoothing: subpixel-antialiased;
	color:#000;
}
table {
    border-collapse: collapse;
    width: 100%;
}
td, th {
    border: none;
}
img{
	border:none;
    transition:0.6s;
}
img.auto{
	max-width: 100%;
	height: auto;
	display: block;
}
a{
	text-decoration:none;
	color: #000;
}
a:hover{
	text-decoration:none;
	color: rgba(235, 41, 45, 1);
}
ul{
	list-style:none;
}
hr{
	border:none;
	border-bottom:1px solid #c8c8c8;
	display:block;
	margin-top:10px;
}
.yuanjiao45{
	-moz-border-radius: 45px;      /* Gecko browsers */
    -webkit-border-radius: 45px;   /* Webkit browsers */
    border-radius:45px;            /* W3C syntax */
}
.yuanjiao25{
	-moz-border-radius: 25px;      /* Gecko browsers */
    -webkit-border-radius: 25px;   /* Webkit browsers */
    border-radius:25px;            /* W3C syntax */
}
.yuanjiao5{
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
}
.yuanjiao10{
	-moz-border-radius: 10px;      /* Gecko browsers */
    -webkit-border-radius: 10px;   /* Webkit browsers */
    border-radius:10px;            /* W3C syntax */
}
.yuanjiao15{
	-moz-border-radius: 15px;      /* Gecko browsers */
    -webkit-border-radius: 15px;   /* Webkit browsers */
    border-radius:15px;            /* W3C syntax */
}
.yuanjiao{
	-moz-border-radius: 100%;      /* Gecko browsers */
    -webkit-border-radius: 100%;   /* Webkit browsers */
    border-radius:100%;            /* W3C syntax */
}
.clear{
	width:100%;
	clear:both;
}
.mt10{
    margin-top: 1rem;
}
.mt20{
	margin-top:2rem;
}
.mt30 {
    margin-top: 3rem;
}
.mt40{
	margin-top:4rem;
}
.mt50 {
    margin-top: 5rem;
}
.mt60{
	margin-top:6rem;
}
.mt70 {
    margin-top: 7rem;
}
.mt80{
	margin-top:8rem;
}
.mt90 {
    margin-top: 9rem;
}
.mt100{
	margin-top:10rem;
}
.mt120{
	margin-top:12rem;
}
.mt140{
    margin-top: 14rem;
}
.mt160{
    margin-top: 16rem;
}
.mt180{
    margin-top: 18rem;
}
.pt40{
	padding-top: 4rem;
}
.pb40{
	padding-bottom: 4rem;
}
.mb60{
    margin-bottom: 6rem;
}
.zone{
	width: 100%;
	overflow: visible;
}
.main{
	max-width:1600px;
	overflow:visible;
	margin-left: auto;
    margin-right: auto;
}
.content{
	line-height:1.7;
}
.content img{
	max-width:100%;
	height:auto;
}
/* 分页样式 */
.pages{
    text-align: center;
}

.pagination{
    font-family: 'Allerta Stencil', sans-serif;
    display: inline-flex;
    position: relative;
}
.pagination li a,
.pagination li span{
    color: #fff;
    background: transparent;
    font-size: 21px;
    line-height: 35px;
    height: 38px;
    width: 38px;
    padding: 0;
    margin: 0 8px;
    border: none;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease 0s;
    display: inline-block;
    *display: inline;
    *zoom:1;
}
.pagination li.active a,
.pagination li a:hover,
.pagination li.active a:hover,
.pagination li.active span,
.pagination li span:hover,
.pagination li.active span:hover{
    color: #fff;
    background-color: transparent;
}
.pagination li a:before,
.pagination li a:after,
.pagination li span:before,
.pagination li span:after{
    content:'';
    background: linear-gradient(225deg,#2687BA,#E89B27);
    height: 100%;
    width: 100%;
    border: 3px solid #fff;
    box-shadow: 0 0 3px #666;
    border-radius: 50%;
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transition: all 0.3s ease-in;
}
.pagination li.disabled span:before,
.pagination li.disabled span:after{
    background: #ddd;
}
.pagination li a:hover:before,
.pagination li.active a:before,
.pagination li span:hover:before,
.pagination li.active span:before{
    border-radius: 50% 0 50% 50%;
}
.pagination li a:after,
.pagination li span:after{
    background: #fff;
    height: 5px;
    width: 5px;
    border: none;
    box-shadow: 0 0 0 transparent;
    opacity: 0;
    transform: translateX(-50%) translateY(0) rotate(0);
    top: auto;
    bottom: 0;
}
.pagination li a:hover:after,
.pagination li.active a:after,
.pagination li span:hover:after,
.pagination li.active span:after{
    opacity: 1;
    bottom: 85%;
}
.pagination li:first-child a:before,
.pagination li:first-child span:before{
    transform: translateX(-50%) translateY(-50%) rotate(-135deg);
}
.pagination li:first-child a:hover:before,
.pagination li:first-child span:hover:before{ border-radius: 50% 0 50% 50%; }
.pagination li:first-child a:after,
.pagination li:first-child span:after{
    transform: translateX(0) translateY(-50%);
    top: 50%;
    bottom:auto;
    left: auto;
    right: 0;
    }
.pagination li:first-child a:hover:after,
.pagination li:first-child span:hover:after{ right: 80%; }
.pagination li:last-child a:before,
.pagination li:last-child span:before{
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.pagination li:last-child a:hover:before,
.pagination li:last-child span:hover:before{ border-radius: 50% 0 50% 50%; }
.pagination li:last-child a:after,
.pagination li:last-child span:after{
    transform: translateX(0) translateY(-50%);
    bottom:auto;
    top: 50%;
    left: 0;
}
.pagination li:last-child a:hover:after,
.pagination li:last-child span:hover:after{ left: 80%; }
@media only screen and (max-width: 480px){
    .pagination{ display: block; }
    
    .pagination li{
        margin-bottom: 10px;
        display: inline-block;
    }
}
.flex-jsb{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-zone{
    background-color: #0056A9;
    color: #fff;
    height: 40px;
}
.top-left{
    line-height: 40px;
    display: flex;
    align-items: center;
}
.top-left .item{
    padding-left: 55px;
    margin-right: 40px;
}
.top-left .top-email{
    background: url(../images/email.png) left center no-repeat;
}
.top-left .top-tel{
    background: url(../images/tel.png) left center no-repeat;
}
.language {
    position: relative;
    z-index: 999;
    transition: 0.6s;
    height: 40px;
}

.language li {
    height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: 0.6s;
}

.language li a {
    display: block;
    line-height: 32px;
    width: 100%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
.language li:first-child{
    margin-top:4px;
}
.language li:first-child .fa-globe {
    margin-right: 10px;
}

.language li:first-child .fa-angle-down {
    margin-left: 10px;
}
.language li:nth-child(2) {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    transition: 0.6s;
    background-color: #0056A9;
}
.language:hover li:nth-child(2) a {
    text-align: center;
    justify-content: center;
}
.language:hover li:nth-child(2) {
    display: block;
}
.language li:hover {
    background-color: #0454D9;
}
.language li:hover a {
    color: #fff;
}



/* banner */
.index-banner{
    position: relative;
}
.index-banner .swiper-slide img{
    width: 100%;
    height: auto;
    display: block;
}
.index-banner-pagination{
	width: 100%!important;
	position: absolute;
	left:0;
	bottom: 20px!important;
	z-index: 10;
    text-align: center;
}
.index-banner-pagination .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	background:#EB292D;
	opacity: 0.7;
}

.header-zone{
	background-color: #fff;
    overflow: visible;
    position: relative;
}
/* 统一定义头部高度 */
.header-zone,
.logo,
.nav > li > h3{
	height: 100px;

}
/* 统一定义头部高度end */
.logo{
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.nav{
	flex-grow: 1;
	display: flex;
    padding-left: 10%;
    padding-right: 5%;
    justify-content: space-between;
    margin-left: auto;
}
.nav > li{
	flex-shrink: 0;
    z-index: 999;
    position: relative;
}
.nav > li > h3{
    display: flex;
    align-items: center;
    font-weight: normal;
    font-family: 'Montserrat-Regular';
}
.nav > li > h3 > a{
	font-size: clamp(16px, 1.25vw, 20px);
	display: block;
    flex-shrink: 0;
}
.nav > li > h3 i{
    display: none;
}
.nav li.on h3 a{
	color: rgba(235, 41, 45, 1);
}

.nav .sub{ 
	display:none; 
	white-space: nowrap; 
	left:50%;
    transform: translateX(-50%); 
	top:100%;  
	position:absolute; 
	background: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 2px 2px 8px #ccc;
}
.nav .sub > li > a{
    line-height: 45px;
    text-align: center;
    display: block;
    transition: 0.6s;
    padding-left: 15px;
    padding-right: 15px;
}
.nav .sub > li:hover > a{
    background-color: #0056A9;
    color: #fff;
}

#search-btn{
    cursor: pointer;
    font-size: 20px;
    margin-left: 45px;
}
.search-zone{
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
    background: #f5f5f5;
    box-shadow: 2px 2px 10px #ddd;
    position: absolute;
    left:0;
    top:100%;
    z-index: 10;
    border-top: 1px solid #0056A9;
    display: block;
    display: none;
}
.search-form{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #0056A9;
    background-color: rgba(0, 86, 169, 0.05);
    align-items: center;
    border-radius: 10px;
}
.search-form .stext{
    flex-grow: 1;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    background: none;
    border: none;
    outline: none;
}
.search-form .sbtn{
    padding-left: 20px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}
.search-form .sbtn i{
    font-size: 20px;
    color: #0056A9;
}
.common-title {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.common-title .shang i{
    color: #0056A9;
    margin-right: 5px;
    font-size: 20px;    
}

.common-title .xia {
    font-size: clamp(16px, 4vw, 64px);
    font-family: 'Montserrat-Regular';
}
.common-title.left-title{
    justify-content: flex-start;
    align-items: flex-start;
}
.common-title.bai-title{
    color: #fff;
}

.index-category{
    display: flex;
    justify-content: space-between;
}
.index-category .item{
    width: 23.5%;
    background-color:  rgba(247, 248, 252, 1);
    position: relative;
    aspect-ratio: 1 / 1.4;
    overflow: hidden;
    transition: 0.6s;
}
.index-category .item:hover{
    box-shadow: 0px 0px 10px #ccc;
    transform: translateY(-10px);
}
.index-category .item a{
    display: block;
    overflow: hidden;
}
.index-category .item .pic{
    margin-top: 8rem;
	overflow:hidden;
}
.index-category .item .pic img{
    margin-left: auto;
    margin-right: auto;
	transition:0.6s;
}
.index-category .item:hover .pic img{
	transform:scale(1.1);
}
.index-category .item .zhezhao{
    width: 100%;
    height: 80%;
    position: absolute;
    left:0;
    bottom:0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 86, 169, 0) 0%, rgba(0, 86, 169, 0.22) 50.96%, rgba(0, 86, 169, 0.9) 100%);
    transform: translateY(100%);
    opacity: 0;
    transition: 0.8s;
}
.index-category .item:hover .zhezhao{
    transform: translateY(0);
    opacity: 1;
}
.index-category .item .info{
    position: absolute;
    left:0;
    bottom:0;
    z-index: 2;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 6rem;
    padding-right: 6rem;
    padding-bottom: 4rem;
    transform: translateY(5rem);
    transition: 0.8s;
}
.index-category .item .info h3{
    font-weight: normal;
    font-size: clamp(16px, 1.5vw, 24px);
    font-family: 'Montserrat-Regular';
}
.index-category .item .info .desc{
    line-height: 2;
    margin-top: 15px;
    color: rgba(108, 108, 108, 1);
}
.index-category .item .info .arrow{
    width: 47px;
    height: 47px;
    margin-top: 15px;
    background:url(../images/jiantou.png) center center no-repeat;
    margin-left: auto;
    margin-right: auto;
    display: block;
    opacity: 0;
    transition: 0.5s;
}
.index-category .item:hover .info{
    transform: translateY(0);
}
.index-category .item:hover .info .arrow{
    opacity: 1;
}
.index-category .item:hover .info h3,
.index-category .item:hover .info .desc{
    color: #fff;
}
.why-zone{
    background: url(../images/why-zone.jpg) center center no-repeat;
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-size: cover;
}
.why-list{
    width: 53%;
    display: flex;
    flex-direction: column;
}
.why-list .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    transform-style: preserve-3d;	
}
.why-list .item .icon{
    flex-shrink: 0;
}
.why-list .item .icon img{
    filter: grayscale(100%); /* 标准浏览器 */
    -webkit-filter: grayscale(100%); /* Webkit 内核浏览器 */
}
.why-list .item .info{
    flex-grow: 1;
    padding-left: 35px;
    padding-right: 50px;
}
.why-list .item .info h3{
    font-size: clamp(16px, 1.75vw, 28px);
    font-family: 'Montserrat-Regular';
    color: #666;
}
.why-list .item .info .txt{
    margin-top: 15px;
    color: #666;
    display: none;
}
.why-list .item .arrow{
    font-size: 24px;
    color: #666;
}
.why-list .item .arrow i{
    transition: 0.5s;
}
.why-list .item::before{
    content: "";
    width: 1000px;
    height: 100%;
    position: absolute;
    right:0;
    top:0;
    background: linear-gradient(90deg, rgba(239, 239, 239, 1) 0%, rgba(239, 239, 239, 0) 100%);
    transform: translateZ(-1px); 
    transition: 0.8s;
}
.why-list .item.active::before{
    background: linear-gradient(90deg, rgba(0, 86, 169, 0.21) 0%, rgba(0, 86, 169, 0) 100%);
}
.why-list .item.active .info .txt{
    display: block;
}
.why-list .item.active .arrow i{
    transform: rotate(90deg);
    color: #0056A9;
}
.why-list .item.active .icon img{
    filter: grayscale(0); /* 标准浏览器 */
    -webkit-filter: grayscale(0); /* Webkit 内核浏览器 */
}
.best-product{
    position: relative;
    padding-bottom: 4rem!important;
}
.best-product .swiper-slide{
    border: 1px solid rgba(235, 235, 235, 1);
    border-radius: 10px;
    overflow: hidden;
    transition: 0.7s;
}
.best-product .swiper-slide:hover{
    border-color: rgba(235, 41, 45, 1);
}
.best-product .swiper-slide .pic img{
    transition: 0.7s;
}
.best-product .swiper-slide:hover .pic img{
    transform: scale(1.1);
}
.best-product .info{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 45px;
    display: flex;
    flex-direction: column;
}
.best-product .info h3{
    font-size: clamp(16px, 1.125vw, 18px);
    font-weight: normal;
    font-family: 'Montserrat-Regular';
}
.best-product .info .desc{
    margin-top: 15px;
    color: #666;
    font-size: 14px;
}
.best-product .info .detail{
    margin-top: 15px;
    font-size: 12px;
    color: rgba(235, 41, 45, 1);
}
.best-product-pagination{
	width: 100%!important;
	position: absolute;
	left:0;
	bottom: 0px!important;
	z-index: 10;
    text-align: center;
}
.best-product-pagination .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	background:rgba(235, 41, 45, 1);
	opacity: 0.7;
}
.best-product-btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.common-btn{
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    background: rgba(235, 41, 45, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(14px, 1.125vw, 18px);
    padding-left: 30px;
    padding-right: 30px;
    transition: 0.6s;
    border: 1px solid rgba(235, 41, 45, 1);
}
.common-btn i{
    margin-left: 15px;
    font-size: 18px;
}
.common-btn:hover{
    background-color: #fff;
    color: rgba(235, 41, 45, 1);
}
.best-product-btn .common-btn{
    width: 100%;
    max-width: 300px;
}
.pinglun-zone{
    background:url(../images/pinglun.jpg) center center no-repeat;
    min-height: 100rem;
    background-size: cover;
    overflow: hidden;
	background-attachment:fixed;
}
.pinglun-swiper{
    position: relative;
    margin-top: 26rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 70px!important;
    overflow: hidden;
}
.pinglun-swiper .swiper-slide{
    display: flex;   
}
.pinglun-swiper .swiper-slide .touxiang{
    width: 170px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}
.pinglun-swiper .swiper-slide .touxiang .name{
    font-size: clamp(16px, 1.5vw, 24px);
    margin-top: 20px;
    color: #fff;
    font-family: 'Montserrat-Regular';
}
.pinglun-swiper .swiper-slide .touxiang .zhiwu{
    color: #999;
    margin-top: 10px;
}
.pinglun-swiper .swiper-slide .txt{
    flex-grow: 1;
    padding-left: 9rem;
    font-size: clamp(16px,2.5vw, 40px);
    color: #fff;
}
.pinglun-prev,
.pinglun-next{
    width: 64px;
    height: 64px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom:0;
    z-index: 10;
    cursor: pointer;
    outline: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: 0.6s;
}
.pinglun-next:hover,
.pinglun-prev:hover{
    background-color: #EB292D;
    color: #fff;
}
.pinglun-prev i,
.pinglun-next i{
    font-size: 26px;
}
.pinglun-prev{
    left:270px;
}
.pinglun-next{
    left:350px;
}
.pinglun-pagination{
    position: absolute;
    top:auto!important;
    bottom:100px!important;
    left:270px!important;
    z-index: 99;
}
.pinglun-pagination .swiper-pagination-bullet{
    background-color: #fff!important;
    opacity: 1!important;
}
.pinglun-pagination .swiper-pagination-bullet-active{
    background-color: #EB292D!important;
}
.shuzi-box{
    display: flex;
    justify-content: space-between;
}
.shuzi-box .item{
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ddd;
}
.shuzi-box .item:last-child{
    border: none;
}
.shuzi-box .item .shang{
    font-size: clamp(18px,4.625vw, 74px);
    display: flex;
    align-items: center;
    font-family: 'Montserrat-Regular';
    line-height: 1;
}
.shuzi-box .item .shang i{
    font-size: 18px;
    margin-left: 20px;
    align-self: flex-start;
}
.shuzi-box .item .xia{
    color: rgba(118, 118, 118, 1);
    margin-top: 4rem;
    font-size: clamp(14px,1.25vw, 20px);
}
.about-zone{
    margin-top: 13rem;
}
.about-box{
    width:43%;
    display: flex;
    flex-direction: column;
}
.about-title{
    font-size: clamp(16px,3vw, 48px);
    font-family: 'Montserrat-Regular';
}
.about-txt{
    font-size: clamp(14px,1.25vw, 20px);
    color: #666;
    line-height: 2;
}
.about-more{
    align-self: flex-start;
}
.about-pic{
	width:55%;
	align-self:flex-start;
}
.index-newslist{
    display: flex;
    justify-content: space-between;
}
.index-newslist .item{
    width: 32%;
    display: flex;
    flex-direction: column;
    transition: 0.6s;
}
.index-newslist .item.close{
    width: 25%;
}
.index-newslist .item.open{
    width: 42%;
}
.index-newslist .pic{
    overflow: hidden;
    aspect-ratio: 4 / 3;
}
.index-newslist .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}
.index-newslist .info{
    margin-top: 20px;
    color: #666;
    font-size: clamp(14px,1.125vw, 18px);
}
.index-newslist .info a{
    color: #666;
    margin-left: 15px;
}
.index-newslist .title{
    margin-top: 15px;
    line-height: 1.5;
    font-size: clamp(14px,1.25vw, 20px);
}
.news-more{
    float: right;
    margin-top: 5rem;
}
.faq-zone{
    background-color: #f9f9f9;
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.faq-box{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.faq-left{
    width: 460px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}
.faq-left .shang{
    display: flex;
    align-items: center;
    background: rgba(26, 26, 26, 1);
}
.faq-left .shang .faq-touxiang{
    width: 119px;
    flex-shrink: 0;
}
.faq-left .shang .black-box{
    padding:0px 23px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.faq-left .shang .black-box .txt1{
    color: #fff;
}
.faq-left .shang .black-box .txt2{
    margin-top: 5px;
    color: rgba(248, 248, 248, 0.6);
    font-size: 14px;
}
.faq-left .shang .black-box .txt3{
    background-color: #fff;
    border-radius: 4px;
    width: 100%;
    padding: 5px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.faq-left .shang .black-box .txt3 .arrow{
    width: 30px;
    height: 30px;
    background-color: #EB292D;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 4px;
}
.faq-left .shang .black-box .txt3 .arrow i{
    font-size: 18px;
}
.faq-left .shang .black-box .txt3 .email a{
    padding-left: 10px;
    font-size: 14px;
}
.faq-left .xia{
    padding: 20px;
    border: 1px dashed rgba(186, 186, 186, 1);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    margin-top: 7px;
}
.faq-left .xia .txt4{
    display: flex;
    align-items: center;
}
.faq-left .xia .txt4 img{
    margin-right: 10px;
}
.faq-left .xia .txt5{
    margin-top: 10px;
    font-size: 14px;
    color: rgba(118, 118, 118, 1);
}
.faq-right{
    flex-grow: 1;
    margin-left: 7rem;
}
.faq-list{
    display: flex;
    flex-direction: column;
}
.faq-list li{
    margin-top: 5px;
    border-radius: 8px;
    overflow: hidden;
}
.faq-list li a{
    display: flex;
    height: 9rem;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    transition: 0.6s;
}
.faq-list li a h4{
    font-weight: normal;
    font-size: clamp(14px,1.5vw, 24px);
}
.faq-list li a i{
    font-size: 24px;
    color: #0056A9;
}
.faq-list li:hover a i{
    color:#EB292D;
}

.footer-zone{
    background: url(../images/footer-zone.jpg) center center no-repeat #0055A8;
    background-size: cover;
}
.footer{
    padding-top: 9rem;
    padding-bottom: 15rem;
    color: #fff;
    align-items: flex-start!important;
    position: relative;
}
.footer a{
    color: #fff;
}
.footer a:hover{
    color: #fff;
    text-decoration: underline;
}
.footer-title{
    font-size: clamp(16px, 1.25vw, 20px);
    margin-bottom: 40px;
    font-family: 'Montserrat-Regular';
}
.footer-left{
    width: 32.5%;
    flex-shrink: 0;
}
.footer-contact .item:first-child{
    margin-top: 5rem;
}
.footer-contact .item:last-child{
    margin-top: 3.5rem;
}
.footer-contact .item .title{
    font-size: clamp(16px, 1.125vw, 18px);
    font-family: 'Montserrat-Regular';
}
.footer-contact .item .txt{
    margin-top: 10px;    
}
.footer-middle{
    width: 34%;
    flex-shrink: 0;
}
.footer-middle ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-middle ul li{
    width: 40%;
    margin-bottom: 40px;
}
.footer-middle ul li a{
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.footer-middle ul li i{
    transform: rotate(-45deg);
}

.footer-follow{
    display: flex;
    flex-direction: column;
}
.footer-follow a{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.footer-follow a:last-child{
    margin-bottom: 0;
}
.footer-follow a i{
    margin-right: 20px;
}
.footer-biaoyu{
    width: 100%;
    position:absolute;
    left:0;
    bottom:-15px;
    text-align: center;
    font-size: clamp(22px, 8.125vw, 130px);
    color: rgba(255, 255, 255, 0.05);
    font-family: 'Montserrat-Regular';
    line-height: 1;
}


.copyright{
    padding-top: 25px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: clamp(14px, 1vw, 16px);
}
.copyright a{
    color: #fff;
}



/* 内页 */
.page-content{
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.7;
    margin-bottom: 6rem;
}
.page-content img{
    max-width: 100%;
    height: auto;
}
.page-banner-zone img{
    width: 100%;
}
.page-main{
    display: flex;
    justify-content: space-between;
    margin-bottom: 6rem;
}
.page-left{
    width: 330px;
    flex-shrink: 0;
}
.page-right{
    width:calc(100% - 360px);
}
.lmmc{
    height: 100px;
    background-color: #0056A9;
    text-align: center;
    line-height: 100px;
    color: #fff;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: clamp(16px, 1.625vw,26px);
}
.lmmc i{
    margin-right: 15px;
}
.zlm{
    background-color: #fff;
    box-shadow: 0px 0px 5px #ddd;
    border: 1px solid #ddd;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}
.zlm dl dt{
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: clamp(14px, 1.25vw,20px);
    padding-left: 15px;
    padding-right: 15px;
}
.zlm dl dt a{
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
}
.zlm dl dt i{
    cursor: pointer;
    transition: 0.6s;
    font-size: 30px;
}
.zlm dl dd{
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
}
.zlm dl dd a{
    line-height: 40px;
    display: block;
    padding-left: 30px;
    padding-right: 20px;
    font-size: 16px;
}
.position{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.position h2{
    font-size: clamp(16px, 1.375vw,22px);
    font-family: 'Montserrat-Regular';
    font-weight: normal;
    color: #0454D9;
}
.position .wz{
    color: #666;
}
.position .wz i{
    margin-right: 15px;
}
/* 产品列表 */
.prolist{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:30px;
}
.prolist li{
    overflow: hidden;
    text-align: center;
}
.prolist li .pic{
    display: block;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.prolist li .pic img{
    transition: 0.6s;
}
.prolist li:hover .pic{
    border-color: rgba(235, 41, 45, 1);
}
.prolist li:hover .pic img{
    transform: scale(1.1);
}
.prolist li h3{
    margin-top: 10px;
    font-size: clamp(14px,1.25vw,20px);
    font-weight: normal;
    display: block;
}
/* 产品详情 */
.product-detail{
    display: flex;
    justify-content: space-between;
}
.pro_left{
    width: 48%;
    overflow: hidden;
}
.datu{
    border: 1px solid #ddd;
}
.xiaotu{
    margin-top: 20px;
}
.xiaotu .swiper-slide{
    border: 1px solid #ddd;
    position: relative;
}
.xiaotu .swiper-slide .zhezhao{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.xiaotu .swiper-slide .zhezhao i{
    font-size: 24px;
    color: #fff;
}
.xiaotu .swiper-slide-thumb-active .zhezhao{
    display: none;
}
.pro_right{
    width: 48%;
    display: flex;
    flex-direction: column;
}
.pro_right h2{
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    font-size: clamp(14px,1.25vw,20px);
    color: rgba(235, 41, 45, 1);
}
.pro_right .pro_info{
    line-height: 1.7;
    margin-top: 20px;
    color: #333;
}
.product-btns{
    margin-top: auto;
    display: flex;
    align-items: center;
}
.product-btns a{
    display: flex;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    color: #fff;
    transition: 0.6s;
    font-size: 18px;
    border: 2px solid transparent;
}
.product-btns a:first-child{
    margin-right: 20px;
    background-color: rgba(235, 41, 45, 1);
}
.product-btns a i{
    margin-right: 10px;
    font-size: 20px;
}
.product-btns a:last-child{
    background-color: #555;
}
.product-btns a:hover{
    background-color: #fff;
    color: rgba(235, 41, 45, 1);
    border-color: rgba(235, 41, 45, 1);
}
.product-detail-title{
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
}
.product-detail-title h4{
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgba(235, 41, 45, 1);
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    border-radius: 5px 0 0 5px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.page-right .content{
    font-size: 16px;
    line-height: 2;
}
.content img{
    max-width: 100%;
    height: auto;
}

.quote-form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.quote-form .item{
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.quote-form .item-half{
    width: 48%;
}
.quote-form .item-full{
    width: 100%;
}
.quote-form .item label{
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.quote-form .item label em{
    color: #ff0000;
}
.quote-form .itext{
    width: 100%;
    height: 55px;
    background: none;
    line-height: 55px;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    border: 1px solid #eee;
    -moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
    font-size: 16px;
}

.quote-form .icontent{
    width: 100%;
    height: 130px;
    background: none;
    line-height: 35px;
    padding: 10px;
    outline: none;
    border: 1px solid #eee;
    -moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
    font-size: 15px;
}
.quote-form .ibtn{
    width: 200px;
    height: 45px;
    background: none;
    line-height: 45px;
    text-align: center;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transition: 0.6s;
    color: rgba(235, 41, 45, 1);
    border:2px solid rgba(235, 41, 45, 1);
}
.quote-form .ibtn:hover{
    background-color: rgba(235, 41, 45, 1);
    color: #fff;
    border-color: rgba(235, 41, 45, 1);
}

.xgcp{
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}
.xgcp .swiper-slide{
    text-align: center;
}
.xgcp .swiper-slide .pic{
    border: 1px solid rgba(235, 235, 235, 1);
    overflow: hidden;
    display: block;
}
.xgcp .swiper-slide .pic img{
    max-width: 100%;
    height: auto;
    display: block;
    transition: 0.6s;
}
.xgcp .swiper-slide:hover .pic{
    border-color: rgba(235, 41, 45, 1);
}
.xgcp .swiper-slide:hover .pic img{
    transform: scale(1.1);
}
.xgcp .swiper-slide h3{
    font-weight: normal;
    font-size: 18px;
    margin-top: 25px;
}
.xgcp .swiper-pagination{
    margin-top: 30px;
    position: static;
}
.xgcp .swiper-pagination-bullet-active{
    background-color: rgba(235, 41, 45, 1);
}
/* News */
.page-faq-list .item{
    margin-bottom: 10px;
    border: 1px solid #ebebeb;
    border-bottom:none;
}
.page-faq-list .item .title{
    background: #f8f8f8;
    border-bottom: 1px solid #ebebeb;
    line-height: 1.5;
    font-weight: 500;
    font-size: clamp(14px,1.25vw,18px);
    color: #363f4d;
    padding: 25px 30px 25px 25px;
    cursor: pointer;
    cursor: hand;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-faq-list .item .title i{
    font-size: 22px;
    transition:0.7s;
}
.page-faq-list .item .content{
    padding: 20px 25px;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    line-height: 2;
    display: none;
    border-bottom: 1px solid #ebebeb;
}
.page-faq-list .item.active .title i{
    transform: rotate(180deg);
}
.page-news-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:50px;
}
.page-news-list li{
    background-color: #f9f9f9;
    box-shadow: 0px 0px 10px #ddd;
}
.page-news-list li .pic {
    position: relative;
    overflow: hidden;
    padding: 32.6% 0;
    background-size: auto;
    background-size: cover;
    transition: 0.8s;
}
.page-news-list li .pic p{
    transition: 0.8s;
}
.page-news-list .pcover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.page-news-list li .cons {
  background: #fafafa;
  padding: 45px 30px 45px 30px;
}
.page-news-list li .cons .title {
  position: relative;
  padding: 0 0 25px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #959595;
}
.page-news-list li:hover .pic p{
    transform:scale(1.05);
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -o-transform:scale(1.05);
    -ms-transform:scale(1.05);
}
.page-news-list li:hover .cons .title .t a{color:rgba(235, 41, 45, 1)}
.page-news-list li .cons .title::before {
  content: '';

  position: absolute;

  left: 130px;

  top: 5px;

  width: 1px;

  height: 58px;

  background: #959595;

}
.page-news-list li .cons .title .date1 { position:absolute;left:30px;top:0;font-size:37px; line-height: 37px;color:#231f20}
.page-news-list li .cons .title .date2 { position:absolute;left:0;top:40px;font-size:22px; line-height: 22px;color:#959595;font-weight:300}
.page-news-list li .cons .title .t {margin:0 0 0 120px; line-height: 32px; height: 64px; overflow: hidden;padding:0 0 0 30px}
.page-news-list li .cons .title .t a { display:block;font-size:23px;font-weight:300;color:#3c3c3c; letter-spacing:0.6px}
.page-news-list li .cons .content {font-size:18px;font-weight:300; line-height: 30px; height: 120px; overflow: hidden;color:#959595}

.article-title{
    display: block;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}
.article-info{
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
    color: #999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.article-info .item{
    margin-left: 25px;
    margin-right: 25px;
    display: flex;
    align-items: center;
}
.article-info .item .iconfont{
    margin-right: 10px;
}
.article-info .item .iconchakan1{
    font-size: 22px;
}
.article-content{
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 2.5;
}
.shangxiapian{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px dashed #ddd;
}
.shangxiapian li a{
    display: flex;
    align-items: center;
    color: #666;
}
.shangxiapian li a:hover{
    color: rgba(235, 41, 45, 1);
}
.shangxiapian li i{
    font-size: 22px;
}
.shangxiapian li .fa-arrow-circle-left{
    margin-right: 15px;
}
.shangxiapian li .fa-arrow-circle-right{
    margin-left: 15px;
}
/* contact */
.contact-information-zone{
    background-color: #f9f9f9;
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.contact-information-zone .main{
    overflow: visible;
}
.contact-information{
    display: flex;
    justify-content: space-between;
}
.contact-information .item{
    width: 31%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 55px;
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0px 0px 15px #ddd;
    transition: 1s;
}
.contact-information .item:hover{
    box-shadow: 0px 0px 15px #999;
}
.contact-information .item .icon{
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 10;
    left:50%;
    top:0;
    margin-left: -50px;
    margin-top: -50px;
    box-shadow: 0px 0px 15px #ddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #0056A9;
    color: #fff;
    transition: 0.6s;
}
.contact-information .item:hover .icon{
    animation: spin 3s linear infinite;
    box-shadow: 0px 0px 15px #999;
}
.contact-information .item .icon i{
    font-size: clamp(20px, 1.875vw, 36px);
}
.contact-information .info{
    padding-left: 15px;
    padding-right: 15px;
    font-size: clamp(14px, 1.0416vw, 20px);
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
/*客服*/
.kefu{
  position: fixed;
  right: 15px;
  bottom: 96px;
  z-index: 9;
}
.kefu ul{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.kefu li a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 56px;
  background: #2687BA;
  font-size: 26px;
  color: #fff;
  ttransition: 0.6s;
}
.kefu li a i{
    font-size: 30px;
}
.kefu li:hover a{
  background-color: #06b4e1!important;
}
.kefu li.whatsapp a{
  background: #25d366;
}
.kefu li.whatsapp:hover a{
  background-color: #06b4e1;
}
.kefu li.gotop a{
  background: #E89B27;
}
.kefu li.weixin a{
  background: #2aae67;
}
.kefu li.weixin:hover a{
  background-color: #06b4e1;
}
.kefu li.weixin{
  position: relative;
}
.kefu li.weixin .qrcode{
  display: none;
  position: absolute;
  right: 60px;
  top: 50%;
  transform:translateY(-50%);
  z-index: 8;
  width: 120px;
  height: 120px;
  box-shadow: 0px 0px 5px #ccc;
}
.kefu li.weixin:hover .qrcode{
  display: block;
}
.kefu li.weixin .qrcode img{
  display: block;
  width: 100%;
}
#menu-btn{
    color: rgba(235, 41, 45, 1);
    cursor: pointer;
    font-size: 20px;
    display: none;
    margin-left: 20px;
}
.nav-language{
    display: none;
}
#product-menu-btn{
    display: none;
}
.header-right{
    display: flex;
    align-items: center;
}
/* 细节调整 */
@media (max-width:1630px) {
    .main,
    .header{
        padding-left: 15px;
        padding-right: 15px;
		max-width:90%;
		margin-left:auto;
		margin-right:auto;
    }
    .index-category .item{
        aspect-ratio: 1 / 1.7;
    }
    .page-news-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap:0;
    }
    .page-news-list li {
        width: 31%;
        margin-bottom: 30px;
        
    }
}
@media (max-width:1366px) {
    .index-category .item{
        aspect-ratio: 1 / 2;
    }
}


@media (max-width:768px) {
    .main,
    .header{
        max-width:100%;
    }
    html{
        font-size: 28%;
    }
    
    body{
        font-size: 14px;
    }
    .top-zone{
        display: none;
    }
    #menu-btn{
        display: block;
    }
    .header-zone, 
    .logo, 
    .nav > li > h3{
        height: 50px;
    }
    .logo img{
        height: 40px;
    }
    .nav{
        width: 100%;
        position: absolute;
        left:0;
        top:100%;
        z-index: 99;
        background-color: #fff;
        border-top: 1px solid rgba(235, 41, 45, 1);
        flex-direction: column;
        display:none;
        padding-left: 0px;
        padding-right: 0px;
    }
    .nav > li{
        margin-left: 0;
        margin-right: 0;
    }
    .nav > li > h3 > a{
        font-size: 14px;
        flex-grow: 1;
    }
    .nav > li > h3{
        justify-content: space-between;
        border-bottom: 1px solid #ddd;
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav > li > h3 > i{
        display: block;
    }
    .nav > li:hover > .sub{
        display: none;
    }
    .nav .sub{
        position: static;
        background-color: #f7f7f7;
        display:none;
        transform: translateX(0);
        border-bottom: 1px solid #ddd;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .nav .sub > li > a{
        text-align: left;
        padding-left: 30px;
        line-height: 45px;
        display: block;
        padding-right: 15px;
    }
    .index-category{
        flex-wrap: wrap;
    }
    .index-category .item{
        width: 48%;
        aspect-ratio: 1 / 1.4;
    }
    .index-category .item:nth-child(3),
    .index-category .item:last-child{
        margin-top: 5rem;
    }
    .why-list{
        width: 100%;
    }
    .best-product{
        padding-bottom: 10rem!important;
        margin-left:15px!important;
        margin-right:15px!important;
    }
    .pinglun-zone{
        min-height: 0;
        padding-bottom: 16rem;
    }
    .shuzi-box{
        flex-wrap: wrap;
    }
    .shuzi-box .item{
        width: 50%;
    }
    .shuzi-box .item:nth-child(3),
    .shuzi-box .item:last-child{
        margin-top: 6rem;
    }
	.about-zone .flex-jsb{
		flex-direction:column;
	}
    .about-box{
        width: 100%;
    }
    .about-video img{
        width: 100%;
    }
	.about-pic{
		width:100%;
		margin-top:5rem;
	}
    .faq-box{
        flex-direction: column;
    }
    .faq-left,
    .faq-right{
        width: 100%;
    }
    .faq-right{
        margin-top: 4rem;
    }
    .faq-list li a i{
        font-size: 16px;
    }
    .footer-left{
        width: 100%;
    }
    .footer-middle,
    .footer-right{
        display: none;
    }
    .copy-left{
        text-align: center;
        width: 100%;
    }
    .copy-right{
        display: none;
    }

    
    .page-main{
        flex-direction: column;
    }
    .page-left,
    .page-right{
        width: 100%;
    }
    .zlm,
    .zlm dl dd{
        display: none;
    }
    .page-right{
        margin-top: 6rem;
    }
    .lmmc{
        height: 50px;
        line-height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 15px;
    }
    #product-menu-btn{
        display: block;
        margin-left: auto;
    }
    .product-detail{
        flex-direction: column;
    }
    .pro_left,
    .pro_right{
        width: 100%;
    }
    .pro_right{
        margin-top: 6rem;
    }
    .product-btns{
        margin-top: 5rem;
    }
    .position{
        display: none;
    }
    .page-news-list li {
        width: 48%;
    }
}


@media (max-width:600px) {
    html{
        font-size: 20%;
    }
    

    .prolist {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .product-btns{
        flex-direction: column;
    }
    .product-btns a{
        width: 100%;
        margin-bottom: 2rem;
        text-align: center;
    }
    .product-btns a:first-child{
        margin-right: 0;
    }
    .product-detail-title{
        background-color: rgba(235, 41, 45, 1);
    }
    .quote-form .item-half{
        width: 100%;
    }
    .page-faq-list .item .title{
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .contact-information{
        flex-direction: column;
    }
    .contact-information .item{
        width: 100%;
        margin-bottom: 30px;
    }
    .index-category .item{
        width: 100%;
        margin-top: 5rem;
    }
    .index-category .item:first-child{
        margin-top: 0;
    }
    .pinglun-swiper .swiper-slide{
        flex-direction: column;
    }
    .pinglun-swiper .swiper-slide .touxiang{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5rem;
    }
    .pinglun-swiper .swiper-slide .txt{
        padding-left: 0;
    }
    .pinglun-swiper{
        padding-bottom: 30rem!important;
    }
    .pinglun-prev{
        left:50%;
        margin-left:-64px;
    }
    .pinglun-next{
        left:50%;
        margin-left:32px;
    }
    .pinglun-pagination{
        display: none;
    }
    .about-txt{
        padding-right: 0;
    }
    .shuzi-box .item{
        width: 100%;
        margin-top: 10rem;
        border: none;
    }
    .shuzi-box .item:first-child{
        margin-top: 0;
    }
    .index-newslist{
        flex-direction: column;
    }
    .index-newslist .item{
        width: 100%;
        margin-top: 10rem;
    }
    .index-newslist .item:first-child{
        margin-top: 0;
        width: 100%;
    }
    .news-more{
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .faq-list li{
        margin-top: 20px;

    }
    .faq-list li a{
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .kefu{
        display: none;
    }
    .page-news-list li {
        width: 100%;
    }
    .shangxiapian{
        flex-direction: column;
    }
    .shangxiapian li{
        background-color: #f7f7f7;
        padding: 10px;
        margin-bottom:20px;
    }
}

