body {
	overflow-x: hidden;
}
.layout {
	width: 80%;
	margin: 0 auto;
}
.layout-mobile {
	padding: 0;
}

.block {
	padding: 30px 0 70px;
}
.block .position {
	width: 100%;
	font-family:"times"
}
.block .position i{
    font-size: 20px;
}
.block .position a {
	display: inline-block;
	padding-right: 5px;
	font-size: 16px;
	color: #333;
    text-transform: uppercase;
}
.block .classes {
	margin-top: 30px;
}
.tit-h2{
    text-transform: capitalize;
}

.about-us{
    background: url(/uploads/20260315/6810ba5eea9bf0b5cf40a1e828208f42.png) no-repeat left bottom;
}
.block .about-info .about-le,.block .about-info .about-ri{
    width: 50%;
}
.block .about-info .about-le{
    position: relative;
}
.block .about-info .about-le .about-tip{
    color:#fff;
    background: #a3cc7d;
    font-size: 40px;
    text-align: center;
    line-height: 1.6;
    padding: 10px 15px;
    position: absolute;
    top: 10%;
    left: 12%;
}
.block .about-info .about-le .about-tip span{
    font-size: 14px;
    display: block;
}
.block .about-info .about-ri{
    padding: 50px;
}
.block .about-p{
    font-size: 14px;
    color:#868686;
    line-height: 1.8;
    margin-top: 10px;
}
.block .about-top .about-con{
    margin-top: 30px;
}
.block .about-history{
    justify-content: space-between;
}
.block .about-bot{
    margin-top: 50px;
}
.block .about-history .about-history-item{
    width: 18%;
    text-align: center;
}
.block .about-history-item .ahistory-ico{
    position: relative;
}
.block .about-history-item .ahistory-ico .ahistory-zfx{
    width: 100%;
	height: 100px;
	background: #a3cc7d;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.block .about-history-item .ahistory-ico .ahistory-tx{
    width: 100%; 
    height: 80px; 
    background: #a3cc7d; 
    clip-path: polygon(0% 0%, 100% 0%, 51% 100%, 49% 100%);
    margin-top: -1px;
}
.block .about-history-item .ahistory-ico .ahistory-date{
    position: absolute;
    text-align: center;
    color:#fff;
    width: 100%;
    font-size: 40px;
    font-weight: 600;
    top: 60px;
    font-family:"times";
}
.block .about-history-item .ahistory-ico .ahistory-sharp{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #a3cc7d;
    margin: 20px auto;
}
.block .about-history-item h5{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    font-family:"times";
}
.block .about-history-item:nth-child(1) .ahistory-zfx,.block .about-history-item:nth-child(1) .ahistory-tx,.block .about-history-item:nth-child(1) .ahistory-sharp{
    background: #dee3cb;
}
.block .about-history-item:nth-child(2) .ahistory-zfx,.block .about-history-item:nth-child(2) .ahistory-tx,.block .about-history-item:nth-child(2) .ahistory-sharp{
    background: #a3cc7d;
}

.block .about-history-item:nth-child(3) .ahistory-zfx,.block .about-history-item:nth-child(3) .ahistory-tx,.block .about-history-item:nth-child(3) .ahistory-sharp{
    background: #e9d3c3;
}

.block .about-history-item:nth-child(4) .ahistory-zfx,.block .about-history-item:nth-child(4) .ahistory-tx,.block .about-history-item:nth-child(4) .ahistory-sharp{
    background: #a6dad8;
}

.block .about-history-item:nth-child(5) .ahistory-zfx,.block .about-history-item:nth-child(5) .ahistory-tx,.block .about-history-item:nth-child(5) .ahistory-sharp{
    background: #c7ddb2;
}





.block .layout .page {
	text-align: center;
	margin-top: 30px;
	padding-bottom: 20px; 
}
.block .layout .page li {
	display: inline-block;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 3px;
}
.block .layout .page li a{
    display: block;
}
.block .layout .page a:hover {
	color: #fff;
	font-weight: 700;
	background-color: #a3cc7d;
}
.block .layout .page .active {
	display: inline-block;
	font-weight: 700;
	background-color: #a3cc7d;
}
.block .layout .page .active a{
    color: #fff;
}


.block .classes .contact{
    justify-content: space-between;
	margin-bottom: 30px;
	box-shadow: 0 5px 10px #e3e3e3;
}
.block .classes .contact .contact-content {
	width: 55%;
	background-color: #fff;
	background-image: url('/uploads/20260315/a0193dc074a280c8540bcd56d7b96072.png');
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) calc(100% - 10px);
	background-size: 30%;
	padding: 50px;
}
.block .classes .contact .contact-content .contact-wrap{
    width: 50%;
}
.block .classes .contact .contact-content .contact-item{
    margin-bottom: 20px;
}
.block .classes .contact .contact-content span{
    width: 30px;
    height: 30px;
    font-size: 20px;
    background: #eafadd;
    text-align: center;
    line-height: 30px;
    color:#83715c;
    margin-right: 10px;
}
.block .classes .contact .contact-content .contact-item:hover span{
    background: #add38d;
    color:#fff;
}
.block .classes .contact .contact-content a{
	display: inline-block;
	text-align: left;
	line-height: 3;
	font-size: 16px;
	color:#83715c;
}
.block .classes .contact .contact-inquiry {
	width: 45%;
	background: #add38d;
	padding: 50px 30px;
}
.block .classes .contact .contact-inquiry .tit-h2{
    color:#fff;
}

.block .class-content .form .form-item textarea ,
.block .class-content .form .form-item input {
	box-sizing: border-box; 
	width: 100%;
	line-height: 50px;
	padding: 0 10px;
	border: none;
	border-bottom: 1px solid #fff;
	background: none;
	font-size: 16px;
}
.block .class-content .form .form-item input::placeholder,.block .class-content .form .form-item textarea::placeholder {
    color: #fff;
}

.block .class-content .form .form-item textarea {
	min-height: 100px;
	width: 100%;
	padding:0 10px;
	border-bottom: 1px solid #fff;
}
#submit {
	background-color: #eafadd;
	text-align: center;
	color: #000;
	font-weight: 700;
	font-size: 16px;
	width: 200px;
	border: none;
	margin-top: 50px;
}
#submit:hover {
	background-color: #a3cc7d;
}



.block .product-right,
.block .product-left {
	margin-top: 30px;
}
.block .product-left {
	float: left;
	width: 25%;
}
.block .product-left .product-nav,.block .product-left .product-list{
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 8px;
    font-family:"times";
}
.block .product-left h3 {
	padding: 20px 10px;
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.block .product-left h3:before{
    content:'';
    width: 100px;
    height: 3px;
    background: #a3cc7d;
    position: absolute;
    left: 0;
    bottom: -1px;
}


.block .product-left .product-nav>ul {
	margin-top: 20px;
}
.block .product-left ul ul {
	border: 0;
	display: none;
}
.block .product-left .product-nav>ul>li {
	position: relative;
	margin-bottom: 10px;
}
.block .product-left .product-nav ul li span {
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 5px;
	top: 15px;
	transform: translate(-50%,0%);
	font-size: 20px;
	font-weight: 600;
	color:#83715c;
}
.block .product-left .product-list ul li .btn:hover {
	font-weight: 300;
}
.block .product-left .product-nav ul li a {
	display: block;
	padding: 15px 20px 15px 10px;
	font-size: 18px;
	line-height: 1.6;
	background: #f9f6f1;
	border-radius: 5px;
	color:#83715c;
}
.block .product-left .product-nav ul li ul li a {
	padding: 15px 20px 15px 10px;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	background: none;
	border-radius: 0;
}
.block .product-left .product-list ul li .btn span {
	width: auto;
	padding: 10px 15px;
	background-color: #a3cc7d;
	color: #fff;
	font-size: 14px;
}
.block .product-left .product-list ul li .btn span:hover {
	background-color: #5c9508;
}
.block .product-left ul li a:hover {
	font-weight: 700;
}
.block .product-left ul li .current {
	background: inherit;
	font-weight: 700;
}
.block .product-left ul li ul li {
	padding-left: 10px;
}
.block .product-left .product-list {
	margin-top: 30px;
}
.block .product-left .product-list li {
	padding: 0 10px;
}
.block .product-left .product-list li a {
	display: -webkit-flex; /* Safari */
	display: flex;
	align-items:center;
	padding: 15px 0;
}
.block .product-left .product-list img {
	width: 30%;
}
.block .product-left .product-list span {
	display: inline-block;
	width: 65%;
	margin-left: 5%;
	color:#777777;
}
.block .product-right {
	float: right;
	width: 72%;
}
.block .product-list{
    justify-content: flex-start;
}
.block .product-list .product-item {
	width: 23%;
	margin-right: 2.66%;
	font-family:"times";
	margin-bottom: 30px;
}
.block .product-list .product-item:nth-child(4n){
    margin-right: 0;
}
.block .product-list .product-item .product-img {
	width: 100%;
}
.block .product-list .product-item .product-info{
    padding: 20px;
    text-align: center;
    border:2px solid #f9f6f1;
    border-top: none;
}
.block .product-list .product-item .product-info span {
	display: block;
	font-size: 16px;
	font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
    line-height: 1.5;
}

.block .product-list .product-item .product-info .btn {
	display: inline-block;
	font-size: 16px;
	padding:7px 30px;
	background-color: #f9f6f1;
	margin:20px auto 0;
}
.block .product-list .product-item .product-info .btn:hover {
	background-color: #a3cc7d;
	color:#fff;
}
.block .class-content .product-type{
    text-align: right;
}
.block .class-content .product-select{
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}
.block .class-content .product-select select{
    width: 200px;
    padding: 20px;
    line-height: 1;
    font-size: 16px;
    border: none;
    background: #f9f6f1;
    border: 1px solid #f9f6f1;
    color:#83715c;
    border-radius: 5px;
    -webkit-appearance: none; /* Chrome, Safari, Edge, Opera */
    -moz-appearance: none;     /* Firefox */
    appearance: none;  
}
.block .class-content .product-select select option{
    line-height: 2;
}
.block .class-content .product-select i{
    position: absolute;
    top: 50%;
    right: 10px; /* 根据需要调整 */
    transform: translateY(-50%);
    pointer-events: none; 
    z-index: 2;
    font-size: 20px;
    font-weight: 600;
    color:#83715c;
}

.shown_products_a_left,
.shown_products_a_right {
}
.shown_products_a_right {
	    float: right;
	    padding: 2px;
	    text-align: left;
	    width: 58%;
}

.shown_products_a_left {
	float: left;
	border: 0;
	padding: 2px;
	width: 40%;
}
.shown_products_a_right h1 {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	font-family:"times";
}

.block .shown_products_a_right h3 {
	float: left;
	width: 100%;
	font-size: 14px;
	padding-top: 10px;
	margin: 0px;
	color: #666;
	font-weight: normal;
	line-height: 2;
}

.block .shown_products_a_right h2 {
	float: left;
	width: 100%;
	font-size: 14px;
	padding-top: 10px;
	margin: 0px;
	color: #666;
}
.shown_products_a_right h4 {
	float: left;
	margin-right: 10px;
	font-size: 12px;
	padding-top: 10px;
	margin-top: 20px;
}
.shown_products_a_right h4 a {
	background-color: #a3cc7d;
	padding: 8px 15px;;
	color: #FFF;
	font-weight: bold;
}
.shown_products_a .current {
	background-color: inherit;
}
.shown_products_b {
	width: 100%;
	height: auto;
	margin-top: 10px;
	float: left;
}
.shown_products_b_a {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
}
.op {
	width: 100%;

}
.shown_products_b_a h2 {
	width: 100%;
	text-indent: 20px;
	float: left;
	height: 40px;
	font-weight: bold;
	background-color: #f9f6f1;
	line-height: 40px;
	font-size: 20px;
	font-family:"times";
}

.shown_products_b_a .descr {
	width: 100%;
	text-indent: 20px;
	float: left;
	height: 40px;
	font-weight: bold;
	color: #FFF;
	background-color: #303030;
	line-height: 40px;
}


.opt {
	float: left;
	width: 100%;
	margin-top: 1%;
	font-size: 14px;
	word-wrap: break-word;
	white-space: normal;
	word-break: normal;
}
.opt_pt {
    float: left;
    font-size: 16px;
    margin-top: 1.5%;
    width: 100%;
    color: #666;
}
.opt h3 {
	margin-right: 10px;
	margin-top: 0;
	font-size: 14px;
	font-weight: normal;
}

.block .opt h3 a {
	float: left;
	display: inline-block;
	margin-right: 20px;
}




.block .class-content .services-list {
	width: 100%;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.services-list .services-item {
	width: 23%;
	padding: 50px 20px 20px;
	box-shadow: 0 5px 10px #e3e3e3;
	background-color: #fff;
	background-image: url(/uploads/20260315/fd0b85294abbee209b585ec91c5d8b94.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin-right: 2.666%;
	margin-bottom: 30px;
}
.services-list .services-item:nth-child(4n){
    margin-right: 0;
}
.services-list .services-item .services-img {
    width: 170px;
    height: 170px;
    border: 6px solid #fff;
    box-shadow: 0 0 0 1px #a3cc7d;
    border-radius: 50%;
    margin: 0 auto 30px;
    overflow: hidden;
    transition: all 500ms ease;
    position: relative;
}
.services-list .services-item .services-img:hover{
    border-color:#a3cc7d;
}
.services-list .services-item .services-img:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 50%;
    transition: all 500ms linear;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2;
}
.services-list .services-item .services-img:hover:before{
    animation: zoom-hover .95s;
}
@keyframes zoom-hover {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 120%;
        height: 120%;
        opacity: 0
    }
}
.services-list .services-item .services-img img {
	width: 100%;
	margin: 0;
}
.services-list .services-item .services-info {
	text-align: center;
}
.services-list .services-item .services-info h3 {
	font-size: 20px;
	line-height: 1.5;
	height: 48px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-family:"times";
}
.services-list .services-item .services-info p {
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 2;
}
.block .class-content h1 {
	text-align: center;
	line-height: 30px;
	font-size: 24px;
}
.prev-next{margin-top:30px;}.prev-next span,.prev-next a{display:inline-block;font-size:14px;line-height:20px;font-weight:700;}