@charset "utf-8";
img{
    max-width: 100%;
}
body{
    /* overflow-x: hidden; */
}
body{font:12px/180% Arial, Helvetica, "Microsoft Yahei" , "微软雅黑" , sans-serif !important;color:#333333;margin: 0 auto;width: 100%;background-color: #EEEEEE;}
button, input, select, textarea {font:12px/180% Arial, Helvetica, "Microsoft Yahei" , "微软雅黑" , sans-serif}
a{text-decoration: none;color:inherit}
a:hover {text-decoration: none;}
ul {margin: 0;padding: 0;}
.fl{float:left;}
.fr{float:right;}
.cl{clear:both;}
.clearfix:before{content: '';display: table;}
.clearfix:after {
	display: block;
	clear: both;
	content: '';
	visibility: hidden;
	height: 0;
}

.clearfix {
	*zoom: 1;
}
.hidden {overflow: hidden;}
.hidden{display:none;}
.W1680 {max-width: 1680px;margin: 0 auto;padding-left:5px;padding-right:5px;}
.W1440 {max-width: 1440px;margin: 0 auto;}
.W1200 {max-width: 1200px;margin: 0 auto;}
.W960 {max-width: 960px;margin: 0 auto;}
.W900 {max-width: 900px;margin: 0 auto;}
.col-white-text {color:#fff;}
.col-black-text {color:#333;}
.col-blue-text {color:#00a6ee;}
.col-darkblue-text {color:#185baa;}
.col-green-text {color:#007e48;}
.col-red-text {color:#e01932;}
.col-gray72-text {color:#b0b0b0;}
.col-gray63-text {color:#999;}
.col-gray43-text {color:#666;}
.col-gray18-text {color:#2c2c2c;}
.col-blue-background {background-color:#00a6ee;}
.col-green-background {background-color: #A6CD1C;}
.fs45 {font-size: 45px;}
.fs22 {font-size: 22px;}
.fs20 {font-size: 20px;}
.fs18 {font-size: 18px;}
.fs16 {font-size: 16px;}
.fs14 {font-size: 14px;}
.fs32 {font-size: 32px;}
.fs12 {font-size: 12px;}
.img-responsive {width: 100%;height: auto;}
.block {display: block;}

/*head*/
.head {}
.top {padding-top: 15px;height: 106px;;padding-bottom: 6px;position: relative;max-width: 1440px;margin: 0 auto;}
#logo {height: 77px;}
.logo-link {display: inline-block; margin-top: 5px;}
.top-inner-box {position: relative;max-width:900px;height: 100%;bottom:-6px;width:calc( 100% - 200px );}
.top-info {position: absolute;top:0;right: 20px;padding-left: 25px;background:url(/images/icon-phone.png) left center no-repeat;}
.top .language {margin-left:18px ;padding-left: 18px;border-left:1px solid #666}
/*nav*/
.nav {position: absolute;bottom: 0;right: 0;width:100%;height: 48px;}
.nav.top-right {top: 0; bottom: auto;}
.top-inner-box.top-right {position: absolute; right: 0; top: 0; bottom: auto; display: flex; align-items: center; justify-content: center;}
.nav-wrapper {display: flex; align-items: center; justify-content: center; width: 100%;}
.nav-wrapper .nav {position: static !important; flex: 1;}
.nav-wrapper .nav.top-right {position: static !important; flex: 1;}
.top-right-icons {display: flex; margin:0 20px; align-items: center;}
.icon-link {display: block; margin-left: 10px;}
.icon-link:first-child {margin-left: 0;}
.icon-link img {width: 24px; height: 24px;}
.nav li{width:20%;line-height: 50px;height: 48px;}
.nav li a {display: block;height: 100%;width: 100%;text-align: center;font-size: 1.3em;}
.nav li a:hover, .nav .nav_current {background-color: #007e48;color:#fff;}
.isStuck {width: 100%;z-index: 9;background-color:rgba(24,91,170,0.85) ;}

/*banner*/
.banner {}
.swiper-slide-container {margin-left: auto;margin-right: auto;z-index: 0;}
.swiper-slide {
    text-align: center;    
    font-size: 18px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;	
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/*foot*/
.foot {margin-top: 120px;padding-top: 60px;padding-bottom: 32px;background-color:#0d0d0d;}
.foot em {padding: 0 10px;border-right: 1px solid #cdcdcd;height: 25px;display: inline-block;margin-right: 15px;margin-top: 5px;}

/*footer icon styles - using Font Awesome now*/
.icon-group {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
}

/*foot-container styles with high priority to override inline styles*/
.foot-container {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
    padding: 0 5%;
}

/*foot layout styles - using flexbox for consistent layout*/
.foot-1part {
	display: flex !important;
	width: 100% !important;
	align-items: flex-start !important;
    padding-bottom: 20px;
}

.foot-left {
	width: 20% !important;
	display: flex !important;
	align-items: center !important;
}

.foot-left img {
	max-width: 100% !important;
	height: auto !important;
}

.foot-right {
	width: 20% !important;
	display: flex !important;
	justify-content: flex-end !important;
	align-items: center !important;
}

.foot-right .ER {
	max-width: 100px !important;
	height: auto !important;
}

/* Main content area - now with proper structure */
.foot-middle {
	flex: 1 !important;
	margin: 0 30px !important;
	display: flex !important;
	flex-direction: column !important;
}

/* Title styling - updated from .foot-contactus */
.foot-contactus-title {
	margin-bottom: 20px !important;
	font-weight: bold !important;
	color: #fff !important;
	font-size: 18px !important;
	text-align: left !important;
}

/* New content container */
.foot-contactus-content {
	display: flex !important;
	justify-content: space-between !important;
	width: 100% !important;
}

/* Left section */
.foot-middle-left {
	width: 58% !important;
	padding-right: 20px !important;
	box-sizing: border-box !important;
}

/* Right section */
.foot-middle-right {
	width: 50% !important;
	padding-left: 20px !important;
	box-sizing: border-box !important;
}

/* Contact info layout */
.foot-middle-left .icon-group,
.foot-middle-right .icon-group {
	display: flex !important;
	flex-direction: column !important;
	gap: 12px !important;
    text-align: left;
}

/* Phone and email section */
.foot-middle-right p {
	margin: 8px 0 !important;
	line-height: 1.8 !important;
}

/* Contact arrow styling */
.foot-contactus-title {
	display: flex !important;
	align-items: center !important;
	width: 100% !important;
}

.foot-contactus-title span {
	margin-right: 10px !important;
}

.contact-arrow {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 30px !important;
	height: 30px !important;
	border-radius: 50% !important;
	background-color: #222 !important;
	color: orange !important;
	font-size: 14px !important;
	transition: all 0.3s ease !important;
	text-decoration: none !important;
}

.contact-arrow:hover {
	background-color: orange !important;
	color: #222 !important;
	transform: translateX(5px) !important;
}

/* Fax and email horizontal alignment */
.fax-email-row {
	display: flex !important;
	gap: 20px !important;
	align-items: center !important;
}

/* Phone and email section - ensuring consistent alignment */
.foot-middle-right p,
.foot-middle-right .icon-group p,
.foot-middle-right p:last-child {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.8 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	width: 100% !important;
}

/* Icons - ensuring proper styling and alignment */
.foot-middle-left .icon-group i,
.foot-middle-right .icon-group i {
	margin-right: 10px !important;
	font-size: 16px !important;
	color: orange !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 20px !important;
	height: 20px !important;
	vertical-align: middle !important;
}

/* Text - ensuring proper styling and alignment */
.foot-middle-left .icon-group span,
.foot-middle-right .icon-group span {
	color: #fff !important;
	font-size: 16px !important;
	line-height: 1.8 !important;
	vertical-align: middle !important;
	margin: 0 !important;
}

/* Bottom section */
.foot-2part {
	margin-top: 20px !important;
	padding-top: 20px !important;
	border-top: 1px solid #555 !important;
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	clear: both !important;
}

/* Copyright section */
.copyright {
	/* float: left !important; */
}

/* Footer menu */
.foot-menu {
	/* float: right !important; */
}

.foot-menu li {
	margin-left: 15px !important;
}

.foot span div {display: none;position: absolute;top: -120px;left: -5px;background: #212121;width: 100px;height: 95px;z-index: 999;text-align: center;padding-top: 5px;}
.foot span div i{position: absolute;top: 100px;left: 15px;display: block;width:0;height:0;border-width:10px;border-style:solid dashed dashed dashed  ;border-color:#212121 transparent transparent transparent ;}
.foot span div img {width: 90px;height: 90px;display: block;margin: 0 auto;}
.foot span:hover div{display: block;}
.foot a {text-decoration: underline;}
.foot span+span {color:red}
.foot b {font-weight: normal;line-height: 40px;font-size: 14px}
.foot .bra,.foot .brb {display: none;}
#Search {width: 208px;height: 33px;}
#formd_search_id {width: 162px;height: 33px;padding-left: 6px;}
#Search .submit {width: 40px;height: 33px;float: right;display: block;/*border-radius: 0 8px 8px 0;*/background:url("/images/search.png") center center no-repeat #fff ;}
.foot .copyright {text-align: left;}
.foot .er-wap {margin-left: 46px;}


/*首页*/
.home-title, .sort-title h2{line-height: 1em;margin: 0 auto;font-weight: normal;text-align: center;letter-spacing: 4px;padding-bottom: 4px;}
.home-title-en , .sort-title h3{font-weight: normal;text-align: center;display: inline-block;padding: 0 10px;vertical-align: middle;}
.title-box {text-align: center;display: flex;align-items: center;gap: 16px;}
.title-box i {display: inline-block;vertical-align: middle;width: 35px;background-color:#b0b0b0;height: 1px;}
.chinese-title {
    font-size: 45px;
    color: #FF9212;
    font-weight: normal;
    letter-spacing: 2px;
}
.separator {
    font-size: 20px;
    color: #999;
    margin: 0 8px;
}
.english-title {
    font-size: 20px;
    color: #999;
    font-weight: normal;
}
.arrow {
    margin-left: 12px;
}
.arrow svg {
    vertical-align: middle;
}

/* aboutus-news-container 样式 */
.home-aboutus-news-container,
.home-aboutus-news-container.W1680 {
    max-width: 1500px;
    width: 100%;
    min-height: 527px;
    height: auto;
    background-color: #ffffff;
    background-image: url('/images/HOMEABOUTNEWSBACK.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 18px;
    padding: 40px;
    margin: 85px auto 0;
    position: relative;
    box-sizing: border-box;
}

/* 圆形箭头按钮样式 */
.news-arrow {
    background-color: #FF9212;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    float: left;
    margin-right: 10px;
}

.home-aboutus-container {
    width: 100%;
    margin-bottom: 40px;
}

.home-news-container {
    width: 100%;
    position: static;
    height: auto;
}

/* 桌面布局 */
@media (min-width: 1200px) {
    .home-aboutus-news-container {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        min-height: 527px;
    }
    
    .home-aboutus-container {
        width: 60%;
        margin: 0
        padding: 0;
        align-self: flex-start;
    }
    
    .home-news-container {
        width: 35%;
        position: static;
        align-self: flex-end;
    }
}

.home-news-container h2.home-title {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 28px;
    text-align: right;
}

.home-news-container p {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 20px;
    line-height: 1.4;
    text-align: right;
}

.home-news-container .col-gray63-text {
    margin-left: 10px;
    font-size: 14px;
    float: right;
}

.home-news-container .news-arrow {
    float: right;
    margin-left: 10px;
    margin-right: 0;
    width: 25px;
    height:25px;
}

/* SVG箭头自适应缩放 */
.news-arrow svg,
.aboutus-button svg {
    width: 100%;
    height: 100%;
    max-width: 16px;
    max-height: 16px;
}

/* 平板上调整SVG大小 */
@media (max-width: 1199px) and (min-width: 768px) {
    .news-arrow svg,
    .aboutus-button svg {
        max-width: 14px;
        max-height: 14px;
    }
}

/* 移动设备上调整SVG大小 */
@media (max-width: 767px) {
    .news-arrow svg,
    .aboutus-button svg {
        max-width: 12px;
        max-height: 12px;
    }
}

/* 平板布局 */
@media (max-width: 1199px) and (min-width: 768px) {
    .home-aboutus-news-container {
        padding: 30px;
    }
    
    .home-news-container h2.home-title {
        font-size: 24px;
    }
    
    .home-news-container p {
        font-size: 18px;
    }
    
    .aboutus-button {
        padding: 8px 20px;
        font-size: 14px;
    }
}

/* 按钮基础样式 */
.aboutus-button {
    display: inline-flex;
    align-items: center;
    background-color: #FF9212;
    color: white;
    border-radius: 25px;
    padding: 10px 24px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.aboutus-button:hover {
    background-color: #E6830E;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 146, 18, 0.3);
}

.aboutus-button svg {
    margin-left: 8px;
}

/* 移动设备布局 */
@media (max-width: 767px) {
    .home-aboutus-news-container {
        padding: 20px;
        margin-top: 40px;
    }
    
    .home-aboutus-container h2.home-title,
    .home-news-container h2.home-title {
        font-size: 22px;
    }
    
    .home-aboutus-container p,
    .home-news-container p {
        font-size: 16px;
    }
    
    .aboutus-button {
        padding: 6px 16px;
        font-size: 13px;
    }
    
    .news-arrow {
        width: 32px;
        height: 32px;
    }
    
    .home-news-container .news-arrow {
        width: 22px;
        height: 22px;
    }
}

  .home-aboutus-news-container .home-aboutus-container  h2.home-title {
    margin: 0 0 20px 0;
    padding: 0;
    text-align: left;
    letter-spacing: normal;
    color: #007e48;
    font-size: 45px;
    font-weight: normal;
    line-height: 1.2;
}

.home-aboutus-news-container .home-aboutus-container  p {
    margin: 0;
    font-size: 20px;
    line-height: 1.8;
    color: #333333;
    max-width: 1000px;
}

/* 了解更多按钮样式 */
.home-aboutus-news-container .home-aboutus-container .aboutus-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #FF9212;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    margin-top: 25px;
    transition: all 0.3s ease;
}

.home-aboutus-news-container .home-aboutus-container .aboutus-button:hover {
    background-color: #E6830E;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 146, 18, 0.3);
}

/*Prohome*/
.prohome {margin-top: 75px;}
.prohome.W1680{max-width: 1500px;}
/* 注意：swiper-prohome-img的样式在文件下方的响应式布局部分重新定义，此处保持原样式但在首页使用下方的样式 */
.swiper-prohome-container {padding-top:50px;}
.swiper-prohome-container .swiper-slide a {display: block;width: 207px;padding: 4px;border: 1px solid #EEEEEE;text-align: center;transition: 0.5s all;margin: 0 auto;border-top:4px solid #A6CD1C;border-bottom: 4px solid #A6CD1C;}
.swiper-prohome-container .swiper-slide a:hover {-moz-box-shadow:0px 0px 9px #ADADAD; -webkit-box-shadow:0px 0px 9px #ADADAD; box-shadow:0px 0px 9px #ADADAD;transform: scale(1.02,1.02)}
.swiper-prohome-container .swiper-slide a * {font-weight: normal;}
.swiper-prohome-container .swiper-slide a>h4 {padding-top: 5px;padding-bottom: 12px;min-height: 21px;}
.swiper-prohome-container .swiper-prohome-bottom{position: relative;width: 100%;margin-top: 13px;text-align: center;}
.swiper-prohome-pagination {padding-left: 10px;padding-right: 10px;}
.swiper-prohome-pagination ,.swiper-prohome-prev, .swiper-prohome-next{position: relative;display: inline-block;vertical-align: middle;}
.swiper-prohome-prev, .swiper-prohome-next{background-size:auto 0.9rem;margin-top: 0;left: 0;right: 0;}
.swiper-prohome-container .swiper-pagination-bullet {margin: 0 5px;}
.swiper-pagination-bullet-active {background-color: #A6CD1C;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23a6cd1c'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23a6cd1c'%2F%3E%3C%2Fsvg%3E")	
}
/*Aboutushome*/
.aboutushome {width: 100%;height: 792px;background: url("/images/aboutusback.jpg") top center no-repeat #207ad3;margin-top: 75px;}
.aboutushome .W1680 {padding-top: 64px;}
.aboutushome .W1680 .text {padding-top: 40px;padding-left: 30px;padding-right: 30px;}
.aboutushome .W1680 .text p {padding-bottom: 16px;}
.aboutushome .button {display: block;width: 144px;height: 34px;text-align: center;margin: 0 auto;line-height: 34px;border-radius: 16px;border: 1px solid #dadada;margin-top: 8px;transition: 0.5s all;}
.aboutushome .button:hover {width:162px;}
.aboutushome .comback {padding-top: 0px;}

/*news-video-box*/
.news-video-home-box {padding-top: 92px;padding-bottom: 120px;}
/*videohome*/
.videohome {width: 366px;}
.videohome-thumb a{margin-top: 52px;display: block;position: relative;}
.videohome-thumb img {display: block;width: 100%;height: auto;}
.video-watermark {position: absolute;z-index: 10;top:0px;left:0px;width: 100%;height: 100%;background: url(/images/video-watermark.png) center center no-repeat;background-size:30% auto;transition: 0.5s all;}
.videohome-thumb .title {position: absolute;bottom: 0;left:0;width: 100%;height: 2rem;font-size: 0.9rem;line-height: 2rem;overflow: hidden;background-color: rgba(166,205,28,0.6);transition: 0.5s all;text-align: center;}
.videohome-thumb a:hover .video-watermark {background-size:20% auto;}
.videohome-thumb a:hover .title {height: 2.5rem;line-height: 2.5rem;background-color: rgba(166,205,28,1);}
/*newshome*/
.newshome {width: 500px;}
.newshome-list {padding-top: 46px;}
.newshome-list li {border-bottom: 1px solid #A6CD1C;padding-top: 17px;}
.newshome-list li a {width:415px;height:52px;line-height: 52px;}
.newshome-list li a:hover {color:#A6CD1C;}
.newshome-list li span {width:85px;height:52px;line-height: 52px;text-align: right;}

/*通用*/
.main {padding-bottom:80px;}
#ProductList .main {padding-top:50px;}
#Product .main {padding-top:50px; max-width: 1200px; width: 100vw; margin: 0 auto;}
#AboutUs #PageBanner {max-width: 1680px;max-width: 100%;overflow: hidden;border-top: 1px solid #A6CD1C;margin-bottom: 0px;}
#PageBanner>img {position: relative;max-width: 1200px;left: 50%;margin-left: -600px;display: block;border-radius: 40px;}
.sort-title {text-align: center;padding-top: 110px;}
.sort-title h2 {letter-spacing: 2px;font-weight: normal;padding-bottom: 13px;}
.sort-title h3 {display: inline-block;vertical-align: middle;padding: 0 10px;font-weight: normal;text-transform:uppercase;}
.sort-title>i {display: inline-block;vertical-align: middle;width: 35px;background-color:#b0b0b0;height: 1px;}
.detail-title {padding-top: 60px;}
.detail-title h3 {text-align: center;line-height: 1.8em;}
.detail-title em {display: block;text-align: center;}
.main .content {padding-top: 80px;}

/* 栅格化布局样式 */
.grid-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

/* 联系信息样式 */
.content {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

.grid-container {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 30px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
}

.grid-item {
    box-sizing: border-box;
    margin-bottom: 0;
}

/* 响应式布局 */
@media screen and (max-width: 1440px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media screen and (max-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }
    
    .contact-item {
        margin: 0 !important;
    }
}

.contact-grid {
    margin-top: 30px;
}

.contact-item {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 25px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 255px;
    justify-content: flex-start;
}

.contact-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #2A9D8F;
    border: 2px solid #2A9D8F;
    border-radius: 50%;
    background: transparent;
}

.contact-title {
    font-size: 18px;
    color: #2A9D8F;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-value {
    padding: 8px 16px;
    background-color: #f5f5f5;
    border-radius: 4px;
    color: #333;
    font-size: 20px;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.more-info-title {
    margin-bottom: 20px;
}

.contact-detail {
    font-size: 16px;
    color: #333333;
    margin-bottom: 8px;
    text-align: left;
    width: 100%;
}

.address-contact .contact-detail {
    font-size: 12px;
    margin-bottom: 8px;
}

.contact-detail.address {

    color: #666666;
    line-height: 1.5;

}

/* 响应式调整 */
@media screen and (max-width: 1440px) {
    .contact-item {
        padding: 25px 15px;
    }
}

@media screen and (max-width: 768px) {
    .contact-item {
        padding: 20px 15px;
        min-height: auto;
    }
    
    .contact-icon svg {
        width: 48px;
        height: 48px;
    }
    
    .contact-title {
        font-size: 16px;
    }
    
    .contact-value {
        font-size: 14px;
    }
}
/*.pagetitle {background: url("/images/logo.png") 15px center no-repeat #f9eddd;background-size: 100px auto;border-radius: 12px;}
.pagetitle * {vertical-align: middle;display: inline-block;}
.pagetitle>em {height: 20px;width: 1px;background: #185baa;margin-left:135px ;}
.pagetitle>h2 {font-size: 20px;color:#185baa;padding: 15px 0 15px 15px;letter-spacing: 2px;}
.pagetitle>span {padding-right:15px;margin-top:19px;color:#888;font-size: 12px;float:right;}*/
/*.sort-title em {display: block;text-align: center;}*/
.spage .content p,.spage .content span{font-size: 16px;color:#333}
.spage .content img {max-width: 100%;height: auto !important;}
.pagenumber {padding-top: 40px;text-align: center;font-size: 14px;color: #333}
.pagenumber span ,.pagenumber a{padding: 0 5px;}
.pagenumber a {color:#79b200;}
.pagenumber select {width: 4rem;color:#79b200;}
.MetPage {padding-top: 40px;}
.MetPage >div {max-width: 400px;overflow: hidden;padding-left: 52px;}
.MetPage >div a {color:#C6C6C6}
.MetPage >div a:hover {color:#FF9212}
.MetPage >div>span {margin-left: -52px;}
.position {padding-top: 90px;padding-bottom:10px;border-bottom: 1px solid #f1f1f1;}
.borderbottom {padding-bottom: 30px;border-bottom:1px solid #f1f1f1;}

/*aboutus*/
#AboutUs .head {border-bottom: 1px solid #ccc;}
#AboutUs .content em {display:block;float: left;padding-right: 10px;}
#AboutUs .content .list {line-height: 1.7rem;}
/* 响应式布局 - 左右结构各占50% */
#AboutUs .content {
    display: flex !important;
    flex-direction: row !important;
    gap: 20px !important;
    width: 100% !important;
    position: relative !important;
    
}

#AboutUs .content:after {
    display: none !important;
}

#AboutUs .content .content-text {
    width: calc(50% - 10px) !important;
    box-sizing: border-box !important;
    float: none !important; 
    
}

#AboutUs .content .content-text p {
    font-size: 2rem;
    line-height: 2;
    letter-spacing: 2px;
    padding-right: 2.5vw;
    color: #666;
    text-align: left;
}

/* 响应式字体大小 */
@media (max-width: 1200px) {
    #AboutUs .content .content-text p {
        font-size: 1.8rem;
        letter-spacing: 1.8px;
    }
}

@media (max-width: 992px) {
    #AboutUs .content .content-text p {
        font-size: 1.5rem;
        letter-spacing: 1.5px;
    }
}

@media (max-width: 768px) {
    #AboutUs .content .content-text p {
        font-size: 1.3rem;
        line-height: 1.8;
        letter-spacing: 1.2px;
        padding-right: 0;
    }
}

@media (max-width: 480px) {
    #AboutUs .content .content-text p {
        font-size: 1.1rem;
        letter-spacing: 1px;
    }
}

#AboutUs .content .content-img {
    width: calc(50% - 10px) !important;
    padding-top: 0 !important;
    object-fit: cover !important;
    float: none !important;
    
}
#AboutUs .content .content-img img{
padding-top: 6em;
    
}
#AboutUs .content img {
    max-width: 100% !important; 
    height: auto !important;
}

/* 响应式断点 - 小屏幕时改为上下结构 */
@media (max-width: 768px) {
    #AboutUs .content {
        flex-direction: column !important;
    }
    #AboutUs .content .content-text,
    #AboutUs .content img {
        width: 100% !important;
    }
}
#AboutUs .main {max-width: 100vw;padding-bottom: 0;}
#AboutUs .foot {margin-top: 0;background-color: #fff;padding-top: 0;padding-bottom: 0;}
#AboutUs .foot-container {background-color: #0d0d0d;padding-top: 60px;margin-top: 0 !important;padding-bottom: 30px;}

/* 从about.html迁移的样式 */
#AboutUs .content-container {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 25px;
}

#AboutUs.spage {
    background-color: #fff;
}

#PageBanner {
    max-width: 1440px;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
}

#AboutUs .aboutus-section {
    text-align: center;
    width: 100%;
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

#AboutUs .aboutus-section img {
    max-width: 100vw;
    height: auto;
}

#AboutUs .W1680 {
    text-align: center;
}

#AboutUs .main img {
    width: 100%;
    max-width: 100vw;
    height: auto;
}

#AboutUs .col-green-text {
    font-size: 55px;
    color: #007e48;
}

#AboutUs .partner-images {
    text-align: center;
    margin-top: 30px;
}

#AboutUs .partner-images img {
    max-width: 100vw;
    height: auto;
    display: block;
}

/*contactus*/
#ContactUs {background: url("/images/worldmap.gif") center 730px no-repeat;}
#ContactUs .sort-title {color: #FF7700;font-size: 3.5rem;margin-bottom: 50px;}
#ContactUs iframe {margin: 30px auto 0 auto;border: 1px solid #ddd;}
#ContactUs br {}
#ContactUs .content {margin-bottom: 100px;}
#ContactUs #PageBanner>img{
    width: 100%;
    max-width: 100vw;
    height: auto;
    margin-left:0;
    left: 0;
}
/*newslist*/
.news-detail {color:#666;line-height:26px;}
#NewsList .main {padding-top:50px;}

/* 新闻列表网格布局 */
.newscontent ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 0;
    list-style: none;
}

.news-box {
    width: 33.3333%;
    padding: 0 15px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.news-box > div {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-box:hover > div {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.news-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.news-box:hover .news-image img {
    transform: scale(1.05);
}

.news-content {
    padding: 20px;
}

.news-title {
    margin: 0 0 12px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.news-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.news-title a:hover {
    color: #A6CD1C;
}

.news-date {
    margin-bottom: 15px;
}

/* 响应式调整 */
@media screen and (max-width: 1200px) {
    .news-box {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .news-box {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .news-image {
        height: 180px;
    }
}

/*videolist*/
.vlist .content {width: 1008px;margin-left: auto;margin-right: auto;}
.vlist .content li {border: 1px solid #e8e8e8;padding: 16px 12px 0 12px;height: 220px;position: relative;margin: 0 25px 50px 25px;}
.vlist .content li>a {display: block;height: 140px;height: auto;overflow: hidden;}
.vlist .content img {width:260px;display: block;}
.vlist .content h4 {position: absolute;font-weight: normal;font-size: 14px;bottom: 8px;}
.vlist .content h4 a {color:#999}
.vlist .content li:hover {top:-2px;box-shadow: 0 13px 25px rgba(0,0,0,0.1);transition: all .3s linear;background: #f9f9f9;border-color: #79b200;}
.vlist .content li:hover h4 a {color:#79b200}

/* plpage*/
.plpage .main {min-height:500px}
.pro-sortmenu-box {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    background-color: orange;
    margin-bottom: 60px;
}

.pro-sortmenu-box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    padding: 0;
    list-style: none;
}

.pro-sortmenu-box ul li {
    flex: 0 0 calc(16.666%); /* 1440px宽度时每行6个 */
    margin: 0 ;
    box-sizing: border-box;
    text-align: center;
}

.pro-sortmenu-box ul li:hover {
    background-color: #007e48
}

/* 响应式布局 */
@media (max-width: 1440px) {
    .pro-sortmenu-box ul li {
        flex: 0 0 calc(20% - 10px); /* 接近1440px时每行5个 */
    }
}

@media (max-width: 1200px) {
    .pro-sortmenu-box ul li {
        flex: 0 0 calc(25% - 10px); /* 中等屏幕每行4个 */
    }
}

@media (max-width: 992px) {
    .pro-sortmenu-box ul li {
        flex: 0 0 calc(33.333% - 10px); /* 较小屏幕每行3个 */
    }
}

@media (max-width: 768px) {
    .pro-sortmenu-box ul li {
        flex: 0 0 calc(50% - 10px); /* 平板每行2个 */
    }
}

@media (max-width: 480px) {
    .pro-sortmenu-box ul li {
        flex: 0 0 calc(100% - 10px); /* 手机每行1个 */
    }
}
  .pro-sortmenu-box a:hover ,.pro-sortmenu-box .menucurrent a{color:#fff;background: #007e48}

.pro-sortmenu-box .pro-sortname1 {padding-bottom: 20px;padding-top: 20px;display: block;transition: 0.3s all;color:#fff;}

.pro-sortmenu-box .pro-sortname1 em{display: inline-block;width: 6px;height: 6px;background-color:#03a1e7 ;vertical-align: middle;margin-right: 12px;}
.pro-sortmenu-box .pro-sortname1:hover em {background-color:#007e48}


.pro-sortmenu-box .pro-sortname1 span {vertical-align: middle;}
.pro-sortmenu-box .pro-submenu-box {padding-top: 10px;}
.pro-sortmenu-box .pro-submenu-box a {display: block;}
.pro-sortmenu-box .pro-submenu-box .pro-sortname2 {padding-left: 26px;padding-top: 5px;padding-bottom: 5px;}
.pro-sortmenu-box .pro-submenu-box .pro-sortname2 em {margin-left: -12px;padding-right: 4px;}

/*productlist*/
.pro-box {display: block;width: 25%;}
.pro-box .pro-single {padding: 0px 20px 30px;display: block;transition: transform 0.3s ease-in-out;}
.pro-box:hover .pro-single {transform: scale(1.05);}
.pro-box .pro-single>div {border: 1px solid #ddd;padding:0;position: relative;background-color: #fff;border-radius: 18px;overflow: hidden;}
.pro-box .pro-single:hover>div {border-color:#007e48;box-shadow: 0 4px 8px rgba(0,0,0,0.1);}
.pro-box .pro-single>div>span {display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;transition: 0.3s all;}
.pro-box .pro-single:hover>div>span{background-color: rgba(0,0,0,0.1)}
.pro-box .pro-single img {display: block;width: 100%;height: auto;padding:26px;box-sizing: border-box;}
.pro-box .pro-single h4 {text-align: left;padding: 10px;font-size: 16px;color: orange !important;position: absolute;bottom: 0;left: 0;background-color: rgba(255,255,255,0.9);width: 100%;line-height: 1.4;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;box-sizing: border-box;}
.pro-box .pro-single h4 span {color: orange !important;}
.plpage .content {width:100%;}
.plpage .content .pro-items {display: flex;flex-wrap: wrap;margin-left: -15px;margin-right: -15px;}

/* 响应式样式 */
@media screen and (max-width: 1024px) {
    .pro-box {width: 33.333%;}
}

@media screen and (max-width: 768px) {
    .pro-box {width: 50%;}
}

@media screen and (max-width: 480px) {
    .pro-box {width: 100%;}
}

/*product*/
.plpage .content img {max-width: 100%;}
body#Product {background-color: #fff;}
#Product .detail-title h3 {letter-spacing: 1px;}
#Product .content {
    display: block;
    width: 100%;
}
#Product .pro-info {

    max-width: 100%;
    overflow: hidden;
	padding-right: 5px;
	padding-left: 5px;
}
#Product .pro-info p{
    padding-top: 15px;
    padding-bottom: 15px;
}
/* 确保pro-info内部所有元素都能自适应 */
#Product .pro-info * {
    max-width: 100%;
    height: auto;
}
#Product .pro-info img {
    max-width: 100%;
    height: auto;
    display: block;
}
/* 确保产品详情页面在不同屏幕尺寸下的响应式表现 */
@media screen and (max-width: 1440px) {
    #Product .main {
        width: 100vw;
    }
    #Product .pro-info * {
        max-width: 100% !important;
    }
}
#Product .pro-info table {
    width: 100%;
    overflow-x: auto;
    display: block;
}
.pro-samesort-box {padding-top: 50px;}
.pro-samesort {padding-top: 30px;}
.pro-samesort span {padding-top:8px;display: block;text-align: center;}
.pro-samesort a {padding: 5px;margin: 0 10px;display: block;}
.pro-samesort a:hover {color:#03a1e7;-moz-box-shadow:0px 2px 8px #B0B0B0; -webkit-box-shadow:0px 2px 8px #B0B0B0; box-shadow:0px 2px 8px #B0B0B0;}
.pro-samesort a img {width: 150px;height: auto;}
/*news*/
#News .main .content img {max-width: 90%;}
#News .main {background-color: #fff;margin-top: 80px;box-sizing: border-box;padding-left: 5%;padding-right: 5%;}
#News .position {border-bottom: 0;}
#News .detail-title {padding-top: 0;padding-bottom: 50px;border-bottom: 1px solid #e5e5e5;margin-bottom: 50px;}
/*.spage .MetPage {margin-top: 30px;}*/
/*gbook*/
#faqbox {background: url(/images/gbook.jpg) center bottom no-repeat;}
#Gbook .main {margin-bottom: 100px;}
#Gbook .main .content{margin-top: 65px;}
form,form *{padding: 0;margin: 0;}
.faqline,.faqcontent {margin-bottom: 40px;}
.faqtit {text-align:left;display: block;font-size: 16px;height: 30px;}
.faqtit sup {font-size: 18px;color:#f08519;vertical-align: baseline;letter-spacing: 0.3em;}
#faqbox .Contact {float:left;width:40%;margin-right: 5%;}
#faqbox .ContactWay {float:left;width:55%}
#faqbox .Contact input {}
.faqline input {width:100%;height:40px}
#faqbox input ,#faqbox textarea{border: 1px solid #a6cd1c;}
.faqcontent span{vertical-align: top;}
.faqcontent textarea {width:100%;height:150px;display: block;}
.code {width:30%;float:left}
.code input {color:#636363;width:60%;margin-right: 15px;height: 30px;padding-left: 10px;}
.code img {height:15px;vertical-align: middle;}
#Gbook #faqbox form {border: 1px solid #a6cd1c;padding: 15px 30px;background-color: rgba(255,255,255,0.7);}
#faqbox .btnline  {float:left;width: 70%;}
#faqbox .btn {height: 32px ;color:#FFFFFF;font-family:Arial, Helvetica, "Microsoft Yahei" , "�?�?雅黑" , sans-serif !important }
#faqbox input.submit {background-color: #79b200;float:left;margin-left: 50px;width:360px;border: 0;}
#faqbox input.clear {background-color: #636363;float:right;width:150px;border: 0;}
/*search*/
#searchList .content >h2 {padding-left: 15px;padding-bottom: 45px;}
#searchList .norecord {width: 100%;padding-top: 60px;text-align: center;font-size: 14px}

/* Prohome Single Container 样式 - 每行6个元素，共2行显示 */
.prohome-single-container {
    display: flex;
    flex-wrap: wrap;
    margin: 58px -10px 0 -10px;
    width: 100%;
}
.prohome-single-div {
    width: 16.666%;
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
}
.prohome-single-div>a {
    display: block;
    padding: 4px 1px;
    text-align: center;
    transition: 0.5s all;
    height: 100%;
    position: relative;
    border: 1px solid #EEEEEE;
    overflow: hidden;
}

.prohome-single-div>a:hover {
    -moz-box-shadow: 0px 0px 9px #ADADAD;
    -webkit-box-shadow: 0px 0px 9px #ADADAD;
    box-shadow: 0px 0px 9px #ADADAD;
    transform: scale(1.02, 1.02);
}
/* 标题容器样式 */
.prohome-title-container {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.prohome-single-div .prohome-title-container h3 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}
.prohome-single-div:hover .prohome-title-container h3{
	color:#ffffff;
}
/* 箭头样式 */
.prohome-single-div a .prohome-title-container .arrow {
    width: 20px;
    height: 20px;
}
/* 渐变层样式 */
.prohome-gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 4px;
    width: calc(100% - 8px);
    height: 30%;
    background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0) 100%);
    z-index: 5;
    transition: height 0.5s ease;
}
.prohome-single-div:hover .prohome-gradient-overlay {
    height: 80%;
}

.prohome-single-div a h4 {
    padding-top: 0;
    padding-bottom: 12px;
    min-height: 21px;
    font-weight: normal;
    margin: 0;
}
.prohome-single-div img {
    width: 100%;
    height: auto;
    display: block;
}
.swiper-prohome-img {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}

/* 响应式布局 - 根据屏幕尺寸调整每行显示的元素数量 */
@media (max-width: 1680px) {
    .prohome-single-div {
        width:20%;
    }
}

.prohome-title-container{
    bottom:70px;
}
.view-details{
    position: absolute;
    left:20px;
    bottom: 20px;
    z-index: 3333;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 6px;
    overflow: hidden;
}
.view-quote a,
.view-details a{
    display: block;
    padding:6px 20px;
	color:#fff;
}
.view-quote a:hover,
.view-details a:hover{
    
    color:#fff;
}
.view-quote:hover,
.view-details:hover{
	border: 1px solid #007e48;
	background: #007e48;
}
.view-quote{
    position: absolute;
    right:20px;
    bottom: 20px;
    z-index: 3333;
    border: 1px solid rgba(255, 255, 255, 0.9);
     border-radius: 6px;
     overflow: hidden;
}


@media (max-width: 1200px) {
    .fax-email-row{
        flex-direction: column !important;
    }
    .newscontent ul{
        margin:0;
    }
    .pagenumber{
        padding-top:20px;
    }
    .main{
        padding-bottom: 40px;
    }
    .foot{
        margin-top: 80px;
    }
    #ContactUs .sort-title{
        margin-bottom: 40px;
    }
    .sort-title{
        padding-top: 80px;
    }
    .sort-title h2{
        font-size:40px;
    }
    .prohome-single-div {
        width: 25%;
    }
}

@media (max-width: 992px) {
    .prohome-single-div {
         width: 33.333%;
    }
}
@media (max-width: 768px) {
    .prohome-single-div {
        width: 50%;
    }
}

/* 新增自适应 */
@media (max-width: 992px) {
    
    .top{
        height:90px;
    }
    .foot{
        margin-top:80px;
    }
    .home-aboutus-container{
        margin-bottom: 20px;
    }
    .home-aboutus-news-container .home-aboutus-container h2.home-title{
        font-size:38px;
    }
    .english-title{
        font-size:16px;
    }
    .prohome-single-container{
        margin-top:30px;
    }
    .chinese-title{
        font-size:36px;
    }
    .home-aboutus-news-container, .home-aboutus-news-container.W1680r{
        margin-top:60px !important;
        width: 98% !important;
        min-height: auto !important;
        padding-bottom: 60px !important;
    }
    .prohome{
        margin-top:50px;
        padding:0 10px;
    }
    .foot-middle-left{
        width:100% !important;
    }
    .foot-contactus-content{
        flex-direction: column;
    }
    .foot-middle-right{
        padding-top:10px;
        width:100% !important;
        padding-left:0 !important;
    }
    .fax-email-row{
        flex-direction: column;
        gap: 10px !important;
    }
}





.menu-toggle{
    position: absolute;
    right:2rem;
    top:50%;
    width:2rem;
    height:1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: none;
    transform: translateY(-40%);
}
@media (max-width:768px){
    .menu-toggle{
        display: flex;
    }
}
@media (max-width:460px){
    .menu-toggle{
        right:.5rem;
        width:1.6rem;
        height:1.4rem;
    }
}
@media (max-width:550px){
    .menu-toggle{
        right:.5rem;
    }
}
@media (max-width:400px){
    .menu-toggle{
        width:1.5rem;
    }
}
.menu-toggle span{
    width:100%;
    height:3px;
    border-radius: 2px;
    background: #212121;
    transition: all .3s;
}
.menu-toggle.on span:first-child{
    transform:rotate(47deg) translateY(15px) translateX(4px);
}
.menu-toggle.on span:nth-child(2){
    display: none;
}
.menu-toggle.on span:last-child{
    transform:rotate(-50deg) translateY(-13px) translateX(2px);
}
@media (max-width:460px){
    .menu-toggle.on span:first-child{
        transform:rotate(47deg) translateY(5px) translateX(5px);
    }
    .menu-toggle.on span:last-child{
        transform:rotate(-50deg) translateY(-8px) translateX(9px);
    }
}
.banner-pic{
    display: block;
}
.banner-wap{
    display: none;
}
@media (max-width: 768px) {
	.view-quote a, .view-details a{
		padding:4px 8px;
	}
    .prohome-single-div .prohome-title-container h3{
        font-size:16px;
    }
    .plpage .content .pro-items{
        margin:0;
    }
    .pro-sortmenu-box{
        margin-bottom: 30px;
    }
    #ProductList .main{
        padding-top: 30px;
    }
    .pro-sortmenu-box .pro-sortname1{
        padding:12px 0;
    }
    .MetPage{
        padding-top:20px;
    }
    .MetPage >div{
        float:none;
    }
    #News .main{
        margin-top:40px;
    }
    #News .detail-title{
        padding-bottom: 20px;
        margin-bottom:30px;
    }
    .position{
        padding-top:30px;
    }
    .main{
        padding-bottom: 40px;
    }
    .contact-title{
       margin-bottom: 0;
    }
    #ContactUs .sort-title{
        padding-top: 50px;
        margin-bottom: 20px;
    }
    .sort-title h2{
        font-size:30px;
    }
    .banner-pic{
        display: none;
    }
    .banner-wap{
        display: block;
    }
    .prohome{
        margin-top:30px;
    }
    .prohome-single-container{
        margin:0;
        margin-top:16px;
    }
    .arrow{
        margin-left:6px;
    }
    .separator{
        margin:0 4px;
        font-size:16px;
    }
    .chinese-title{
        font-size:26px;
    }
    .top-inner-box.top-right{
        width:100%;
        top:92px;
        background: #ffffff;
        max-width: 100%;
        z-index: 44;
        height:auto;
    }
    .nav-wrapper{
        flex-direction: column;
    }
    .nav{
        height:auto;
    }
    .nav ul{
        display: flex;
        flex-direction: column;
    }
    .nav li{
        width:100%;
    }
    .top{
        height:70px;
    }
    #logo{
        height:60px;
    }
    .top-inner-box{
        display: none !important;
    }
    .top-inner-box.on{
        display: flex !important;
    }
    .home-aboutus-news-container .home-aboutus-container h2.home-title{
        font-size:26px;
        margin-bottom: 10px;
    }
    .home-aboutus-news-container .home-aboutus-container p{
        font-size:16px;
        line-height: 1.6;
    }
    .home-aboutus-news-container .home-aboutus-container .aboutus-button{
        margin-top:10px;
    }
    .home-news-container p{
        font-size:16px;
    }
    .home-news-container h2.home-title{
        margin-bottom: 5px;
        font-size:20px;
    }
    .home-aboutus-news-container, .home-aboutus-news-container.W1680{
        margin-top: 40px !important;
        padding:30px 30px 40px 30px !important;
    }
    .foot-middle-right{
        padding-top: 6px !important;
    }
    .fax-email-row,
    .foot-middle-left .icon-group, .foot-middle-right .icon-group{
        gap: 6px !important;
    }
    .foot-2part{
        margin-top:0 !important;
        padding-top: 10px !important;
        font-size:14px !important;
    }
    .foot-contactus-title{
        margin-bottom: 10px !important;
    }
    .foot{
        margin-top:50px;
        padding-top:20px;
        padding-bottom: 10px;
    }
    .foot-container{
        padding:0 2%;
    }
    .foot-middle{
        margin:0 15px !important;
    }
    .foot-menu,
    .foot-right {
        display: none !important;
    }
}
@media (max-width:460px){
    .pagenumber span:first-child{
        display: none;
    }
    .news-date{
        margin-bottom: 8px;
    }
    .news-content{
        padding:16px;
    }
    .contact-icon{
        width:60px;
        height:60px;
        margin-bottom: 10px;
    }
    .main{
        padding-bottom: 20px;
    }
    #ContactUs #PageBanner>img{
        border-radius: 20px;
    }
    .sort-title h2{
        font-size:24px;
        line-height: 1.2;
        padding:0 20px;
        padding-bottom: 10px;
    }
    #ContactUs .sort-title{
        padding-top: 30px;
        margin-bottom: 10px;
    }
    .foot-middle{
        margin: 0 !important;;
    }
    .foot-2part{
        justify-content: center !important;
    }
    .foot a{
        display: none;
    }
    .foot-contactus-title{
        justify-content: center;
    }
    .foot-left{
        width:100% !important;
        justify-content: center;
        margin-bottom: 10px;
    }
    .foot-left img{
        width:140px;
    }
    .foot-1part{
        flex-direction: column;
    }
    .home-news-container p{
        margin-bottom: 5px;
        font-size:14px;
    }
    .home-news-container h2.home-title{
        font-size:18px;
    }
    .home-aboutus-container{
        margin-bottom: 10px;
    }
    .home-aboutus-news-container .home-aboutus-container .aboutus-button{
        padding:10px 14px;
    }
    .home-aboutus-news-container .home-aboutus-container h2.home-title{
        font-size:20px;
    }
    .home-aboutus-news-container, .home-aboutus-news-container.W1680{
        margin-top: 20px !important;
        padding: 16px 16px 36px 16px !important;
        width:96% !important;
    }
    .prohome{
        margin-top: 20px;
    }
    .title-box{
        gap:10px;
    }
    .english-title{
        font-size:14px;
    }
    .chinese-title{
        font-size:20px;
        letter-spacing: 1px;
    }
    .swiper-button-next, .swiper-button-prev{
        width: 16px;
        height: 26px;
        background-size: 16px 26px;
    }
    .nav li{
        line-height:46px;
        height: 44px;
    }
    .nav li a{
        font-size:1em;
    }
    .top-inner-box.top-right{
        top:81px;
    }
    #logo{
        height:50px;
    }
    .top{
        padding-top:10px;
        padding-left:10px;
        height:65px;
    }

}

.layui-layer-btn{
    text-align: center !important;
}

.lanren{
	z-index:99999 !important;
}

