﻿/* AB模板网 整站模板下载 */
/* 模板：Www.AdminBuy.Cn */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
/* js特效：js.AdminBuy.Cn */
/* QQ：9490489 */

body {
	font-family: 'Open Sans', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	font-size: 15px;
	color: #333;
	letter-spacing: 0.5px;
	background: #f8f8f8;
}

:root {
	--primary-color: #c9a27a;
	--primary-dark: #b8926a;
	--secondary-color: #55328b;
	--text-dark: #333;
	--text-medium: #666;
	--text-light: #999;
	--bg-light: #f8f8f8;
	--bg-white: #fff;
	--border-color: #f0f0f0;
}
input, select, textarea {
	font-family: 微软雅黑, "Open Sans", sans-serif;
	font-size: 1em;
	;
}
.wrap {
	width: 96%;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}
img, a {
	border: 0;
}
ul, li {
	list-style: none;
}
* {
	margin: 0;
	padding: 0;
}
.flt {
	float: left;
}
.frt {
	float: right;
}
.clear {
	clear: both;
}
.clear:after, .clear:before {
	content: '';
	clear: both;
	display: table;
}
img {
	max-width: 100%;
}
.img {
	overflow: hidden;
	position: relative;
}
.img:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(255,255,255,0);
	z-index: 100
}
.img:hover:before {
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px solid rgba(255,255,255,0.5);
}
.img:hover img {
	transform: scale(1.1) rotate(3deg);
	-o-transform: scale(1.1) rotate(3deg);
	-webkit-transform: scale(1.1) rotate(3deg);
	-moz-transform: scale(1.1) rotate(3deg);
	-ms-transform: scale(1.1) rotate(3deg);
}
h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}
*, *:after, *:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.modal, .fp_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height : 100%;
	z-index: 1000
}
.fp_modal {
	display: table;
}
.modal {
	transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	background: rgba(0,0,0,0.7);
}
.fp_modal .cell {
	display: table-cell;
	vertical-align: middle;
}
.modal_cont {
	max-width: 990px;
	margin: 0 auto;
	width: 90%;
	background: #fff;
	position: relative;
}
.modal_cont .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	background: url(../images/close.png) no-repeat center center #ccc;
	border-radius: 100%;
	cursor: pointer;
}
.modal_cont .box {
	padding: 45px;
}
/*----------header----------*/
.header {
	line-height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.7) 100%);
	backdrop-filter: blur(10px);
}
.header.fixed {
	background: rgba(0,0,0,0.85);
	box-shadow: 0 2px 20px rgba(0,0,0,0.3);
}
.head {
	line-height: 42px;
	border-bottom: 1px solid #eee
}
.logo img {
	vertical-align: middle;
}
.menu ul li {
	float: left;
	margin-left: 40px;
}
.menu ul li a {
	color: #d4c4b0;
	border-bottom: 2px solid transparent;
	display: inline-block;
	line-height: 34px;
	padding: 8px 15px;
	border-radius: 20px;
	transition: all 0.3s ease;
}
.menu ul li:hover a, .menu ul li.on a {
	color: #fff;
	border-bottom-color: #c9a27a;
	background: rgba(201,162,122,0.15);
}
.banner .item {
	position: relative;
	font-family: Arial;
}
.banner .item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background: linear-gradient(135deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 50%, rgba(201,162,122,0.2) 100%);*/
	z-index: 1;
}
.banner .item .text {
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	font-size: 24px;
	z-index: 2;
}
.banner .text h2 {
	font-size: 3em;
	margin-bottom: 0.8em;
	font-weight: 300;
	letter-spacing: 4px;
	text-shadow: 0 2px 20px rgba(0,0,0,0.5);
}
.banner .text p {
	font-size: 1.3em;
	opacity: 0.9;
	letter-spacing: 2px;
}
.owl-theme .owl-dots .owl-dot span {
	width: 22px;
	height: 22px;
	border-radius: 0;
	margin: 0 5px;
	background: url(../images/icon2.png) no-repeat center center;
}
.owl-theme .owl-dots {
	margin-bottom: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: url(../images/icon1.png) no-repeat center center;
	opacity: 1;
}
.banner .img1 {
	overflow: hidden;
}
.owl {
	position: relative;
}
.banner_cur {
	position: absolute;
	top: 50%;
	left: 5%;
	right: 5%;
	z-index: 10
}
.banner_cur span {
	display: block;
	width: 54px;
	height: 54px;
	background: url(../images/cur1.png) no-repeat center center;
	float: left;
	cursor: pointer;
	border-radius: 100%;
}
.banner_cur span.next {
	float: right;
	background: url(../images/cur2.png) no-repeat center center;
}
.banner_cur span:hover {
	background-color: rgba(255,255,255,0.1)
}
/*----------mainer----------*/ 
.page {
	padding: 65px 0;
}
.page1 {
	background: url(../images/bg1.jpg) no-repeat top center;
}
.page_tit {
	color: #c9a27a;
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}
.page_tit h3 {
	font-size: 38px;
	font-weight: 300;
	margin-bottom: 18px;
	letter-spacing: 4px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
}
.page_tit h3::before,
.page_tit h3::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 40px;
	height: 1px;
	background: linear-gradient(90deg, transparent, #c9a27a);
}
.page_tit h3::before {
	right: 100%;
	margin-right: 15px;
}
.page_tit h3::after {
	left: 100%;
	margin-left: 15px;
	background: linear-gradient(90deg, #c9a27a, transparent);
}
.page_tit p {
	text-align: center;
	font-size: 16px;
	color: #666;
	margin-bottom: 30px;
	font-weight: 300;
	letter-spacing: 1.5px;
}
.page_tit_line {
	width: 80px;
	height: 3px;
	background: linear-gradient(90deg, transparent, #c9a27a, transparent);
	margin: 0 auto;
	border-radius: 2px;
}
.full {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 1001;
}
.full li a {
	display: block;
	width: 52px;
	height: 52px;
	margin-bottom: 1px;
	position: relative;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}
.full li a:hover span, .full li a:hover label {
	background-color: #c9a27a !important;
}
.full li:last-child a {
	border-bottom: 0;
}
.full li a span {
	display: block;
	width: 52px;
	height: 52px;
	position: relative;
	z-index: 100;
	background-position: center center;
	background-repeat: no-repeat;
}
.full li:nth-child(2) a, .full li:nth-child(1) a {
	z-index: 2;
}
.full li a label {
	display: block;
	width: 100px;
	white-space: nowrap;
	padding: 0 20px;
	position: absolute;
	line-height: 52px;
	color: #fff;
	z-index: -1;
	background: #c9a27a;
	bottom: 0;
	left: 100%;
	box-sizing: inherit;
	max-width: 300%;
	;
}
.full li a:hover label {
	left: -120px;
}
.full li a .lbl_img {
	padding: 10px;
	height: auto;
	line-height: normal;
}
.full li a span.span1 {
	background-image: url(../images/full1.png);
}
.full li a span.span2 {
	background-image: url(../images/full2.png);
}
.full li a span.span3 {
	background-image: url(../images/full3.png);
}
.full li a span.span4 {
	background-image: url(../images/full4.png);
}
.page4 {
	padding-bottom: 0;
	background: #f7f6fa
}
.hj_owl {
	position: relative;
}
.hj_owl .owl {
	padding-bottom: 6px;
}
.owl_cur {
	z-index: 10;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.owl_cur>div {
	position: relative;
	width: 20%;
	background: rgba(255,255,255,0.5);
}
.owl_cur > div span {
	position: absolute;
	top: 50%;
	display: block;
	width: 54px;
	height: 54px;
	background: url(../images/cur1.png) no-repeat center center;
	cursor: pointer;
	border-radius: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-top: -27px;
}
.owl_cur span.next {
	background: url(../images/cur2.png) no-repeat center center;
}
.owl_cur span:hover {
	background-color: rgba(255,255,255,0.1)
}
.owl_cur>div .img {
	opacity: 0;
}
.tit_tag li {
	text-align: center;
	display: inline-block;
	width: 208px;
	line-height: 52px;
	margin-left: -5px;
	font-size: 16px;
}
.tit_tag {
	text-align: center;
}
.tit_tag li a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	right: 0;
	background: #55328b;
	height: 2px;
	margin: 0 auto;
}
.tit_tag li a {
	display: block;
	position: relative;
	border: 1px solid #e7e7e7;
}
.tit_tag li a:hover, .tit_tag li.on a {
	font-weight: bold;
	border-color: #f0e6d8;
	z-index: 10;
	background: #fffbf7;
	color: #c9a27a;
}
.tit_tag li a:hover:after, .tit_tag li.on a:after {
	width: 100%;
	background: #c9a27a;
}
.tit_tag {
	margin-top: 30px;
}

.news {
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: row;
	gap: 24px;
	align-items: stretch;
	box-sizing: border-box;
}
.news .bg {
	display: none;
}
.news .lt {
	width: 55%;
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 30px rgba(201,162,122,0.12);
	background: #fff;
	transition: all 0.4s ease;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
}
.news .lt:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 40px rgba(201,162,122,0.18);
}
.news .lt .img {
	width: 100%;
	flex-shrink: 0;
}
.news .lt .img img {
	display: block;
	width: 100%;
	height: 280px;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.news .lt:hover .img img {
	transform: scale(1.08);
}
.news .lt .text {
	padding: 24px;
	background: #fff;
	color: #333;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.news .lt .text span.time {
	display: block;
	padding: 0;
	background: none;
	border-radius: 0;
	color: #c9a27a;
	margin-bottom: 10px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	flex-shrink: 0;
}
.news .lt .text h3 {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	margin-bottom: 10px;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	flex-shrink: 0;
}
.news .lt .text h3 a {
	color: #333;
}
.news .lt .text h3 a:hover {
	color: #c9a27a;
}
.news .lt .text p {
	font-size: 14px;
	line-height: 1.6;
	color: #666;
	margin-bottom: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	flex: 1;
}
.news .lt .text .btn {
	flex-shrink: 0;
	margin-top: auto;
}
.news .list {
	width: 45%;
	display: flex;
	flex-direction: column;
	gap: 16px;
	flex-shrink: 0;
}
.news .list ul {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
.news .list li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.news .list a {
	display: flex;
	flex-direction: row;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 4px 15px rgba(201,162,122,0.08);
	border: 1px solid #f0f0f0;
	transition: all 0.4s ease;
	text-decoration: none;
}
.news .list a:hover {
	box-shadow: 0 10px 25px rgba(201,162,122,0.15);
	transform: translateY(-3px);
	border-color: #c9a27a;
}
.news .list .img {
	width: 140px;
	height: 120px;
	flex-shrink: 0;
	overflow: hidden;
}
.news .list img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.news .list a:hover img {
	transform: scale(1.05);
}
.news .list .text {
	padding: 16px;
	display: flex;
	flex-direction: column;
	flex: 1;
	min-width: 0;
}
.news .list h3 {
	font-size: 15px;
	color: #333;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news .list p {
	font-size: 13px;
	color: #999;
	line-height: 1.5;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news .list .time {
	font-size: 12px;
	color: #c9a27a;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 1.5;
	flex-shrink: 0;
}
/*----------footer----------*/
.footer {
	background: linear-gradient(180deg, #3d3d3d 0%, #2a2a2a 100%);
	padding: 60px 0 30px;
	text-align: center;
	font-size: 14px;
	color: #b8b8b8;
}
.footer p {
	text-align: center;
}
.f_nav li {
	display: inline-block;
	padding: 0 20px;
	margin-left: -3px;
	border-left: 1px solid #555;
}
.f_nav li a {
	color: #b8b8b8;
	transition: color 0.3s ease;
}
.f_nav {
	padding: 30px 0;
}
.footer a:hover {
	color: #c9a27a
}
.footer_contact {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-bottom: 30px;
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.footer_contact .item {
	display: flex;
	align-items: center;
	gap: 10px;
}
.footer_contact .item i {
	width: 40px;
	height: 40px;
	background: rgba(201,162,122,0.15);
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #c9a27a;
	font-size: 18px;
}
.footer_contact .item span {
	font-size: 14px;
	color: #d4d4d4;
}
.pagesize {
	text-align: center;
	margin-top: 85px;
}
.pagesize a {
	margin: 0 15px;
	font-size: 20px;
	font-weight: bold;
	color: #262626;
}
.pagesize a:hover, .pagesize a.on {
	color: #6b3fae;
}
.page {
	overflow: visible;
}
ul:after {
	content: '';
	display: block;
	clear: both;
}
.page1_list li {
	width: 25%;
	float: left;
}
.page1_list .box {
	padding: 30px;
	border: none;
	background: #fff;
	margin-left: -1px;
	border-radius: 12px;
	transition: all 0.4s ease;
	box-shadow: 0 4px 20px rgba(201,162,122,0.08);
	position: relative;
	border-bottom: 3px solid transparent;
	overflow: hidden;
}
.page1_list .box::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(201,162,122,0.05), transparent);
	transition: left 0.6s ease;
}
.page1_list .box:hover::before {
	left: 100%;
}
.page1_list .box:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 35px rgba(201,162,122,0.15);
	border-bottom-color: #c9a27a;
	background: #fff;
}
.page1_list .tit {
	padding: 20px 0;
	text-align: center;
	color: #c9a27a;
	position: relative;
}
.page1_list .tit::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 2px;
	background: linear-gradient(90deg, transparent, #c9a27a, transparent);
}
.page1_list .tit h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
.page1_list .tit p {
	text-align: center;
}
.page1_list .d_txt {
	padding: 0 10px;
	line-height: 24px;
	color: #909098;
	height: 72px;
	overflow: hidden;
}
p {
	text-align: justify;
}
.btn a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 48px;
	border-radius: 24px;
	background: linear-gradient(135deg, #c9a27a 0%, #d4af8a 100%);
	color: #fff;
	box-shadow: 0 4px 18px rgba(201,162,122,0.35);
	text-align: center;
	margin: 0 auto;
	transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 13px;
	border: none;
	cursor: pointer;
}
.btn a:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(201,162,122,0.45);
	background: linear-gradient(135deg, #d4af8a 0%, #c9a27a 100%);
}
.btn a:active {
	transform: translateY(-1px);
	box-shadow: 0 4px 15px rgba(201,162,122,0.3);
}
.btn .a2 {
	margin-left: 0;
	border: 2px solid #c9a27a;
	background: transparent;
	color: #c9a27a;
	box-shadow: none;
}
.btn .a2:hover {
	background: #c9a27a;
	color: #fff;
	border-color: #c9a27a;
}
.btn span {
	display: inline-block;
	padding-right: 30px;
	background: url(../images/icon3.png) no-repeat right center;
	transition: padding-right 0.3s ease;
}
.btn {
	padding: 15px 0;
}
.btn a:hover span {
	padding-right: 35px;
}
.page2 {
	background: linear-gradient(135deg, #faf7f4 0%, #fff 50%, #f9f5f1 100%);
	position: relative;
	overflow: hidden;
	padding: 100px 0;
}
.page2::before {
	content: '';
	position: absolute;
	top: -100px;
	right: -100px;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(201,162,122,0.06) 0%, transparent 70%);
	border-radius: 50%;
	pointer-events: none;
}
.page2::after {
	content: '';
	position: absolute;
	bottom: -150px;
	left: -100px;
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(201,162,122,0.04) 0%, transparent 70%);
	border-radius: 50%;
	pointer-events: none;
}
.page2 .wrap {
	display: flex;
	align-items: center;
	gap: 80px;
	position: relative;
	z-index: 1;
}
.page2 .img {
	width: 48%;
	flex-shrink: 0;
	position: relative;
}
.page2 .img_frame {
	position: relative;
	display: inline-block;
}
.page2 .img_frame::before {
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	right: -20px;
	bottom: -20px;
	border: 2px solid #c9a27a;
	border-radius: 20px;
	z-index: 0;
}
.page2 .img_frame img {
	width: 100%;
	border-radius: 16px;
	display: block;
	box-shadow: 0 25px 80px rgba(0,0,0,0.12);
	position: relative;
	z-index: 1;
	transition: all 0.5s ease;
}
.page2 .img_frame:hover img {
	transform: translate(-5px, -5px);
}
.page2 .img_decor {
	position: absolute;
	bottom: -30px;
	left: -30px;
	width: 100px;
	height: 100px;
	background: url(../images/icon_decor.svg) no-repeat center;
	background-size: contain;
	opacity: 0.3;
	z-index: 2;
}
.page2 .text {
	width: 52%;
	color: #333;
	padding: 0;
}
.page2 .tit {
	margin-bottom: 28px;
}
.page2 .sub_tit {
	display: block;
	font-size: 13px;
	color: #c9a27a;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-bottom: 12px;
	font-weight: 600;
}
.page2 .tit h3 {
	font-size: 38px;
	color: #2c2c2c;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 16px;
}
.page2 .tit_line {
	width: 60px;
	height: 3px;
	background: linear-gradient(90deg, #c9a27a, #e8d5c4);
	border-radius: 2px;
}
.page2 .desc {
	margin-bottom: 32px;
}
.page2 .desc p {
	line-height: 1.9;
	color: #777;
	font-size: 15px;
}
.page2 .features {
	display: flex;
	gap: 40px;
	margin-bottom: 36px;
	padding-top: 8px;
	border-top: 1px solid rgba(201,162,122,0.15);
}
.page2 .feature_item {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.page2 .feature_item .num {
	font-size: 28px;
	font-weight: 700;
	color: #c9a27a;
	line-height: 1;
}
.page2 .feature_item .label {
	font-size: 12px;
	color: #999;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.team_list ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.team_list li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.team_list li .box {
	position: relative;
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0,0,0,0.08);
	transition: all 0.4s ease;
	text-align: center;
}
.team_list li .box:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 40px rgba(201,162,122,0.15);
}
.team_list li .box .img1 {
	width: 100%;
	height: 280px;
	overflow: hidden;
	position: relative;
}
.team_list li .box .img1 a {
	display: block;
	width: 100%;
	height: 100%;
}
.team_list li .box .img1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.team_list li .box:hover .img1 img {
	transform: scale(1.08);
}
.team_list li .box .text {
	padding: 24px 20px;
}
.team_list li .box h3 {
	text-align: center;
	color: #333;
	margin: 0 auto 6px;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.team_list li .box .title_tag {
	color: #c9a27a;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 12px;
	display: block;
	font-weight: 500;
}
.team_list li .box p {
	max-width: 90%;
	margin: 0 auto;
	line-height: 1.6;
	color: #888;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
 @media only screen and (max-width: 750px) {
	 #maximg{ max-width:100% !important; height:auto !important}
.menu {
	z-index: 1000;
	position: fixed;
	top: 60px;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #fff;
}
.menu ul li {
	float: none;
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 0
}
.menu ul li a {
	line-height: 45px;
	font-size: 18px;
}
.header .logo {
	position: relative;
	z-index: 1001;
	line-height: 60px;
}
.menu ul li:hover a, .menu ul li.on a {
	color: #55328b
}
.menu_wrap {
	position: absolute;
	top: 10px;
	width: 40px;
	height: 40px;
	background: url(../images/menu.png) no-repeat center center #55328b;
	background-size: 25px auto;
	right: 5px;
}
.h_menu .menu_wrap {
	background: url(../images/menu-1.png) no-repeat center center #55328b;
	background-size: 25px auto;
}
.header {
	z-index: 100
}
.menu ul li {
	margin: 0 20px;
	;
}
.menu ul li a {
	display: block;
}
.h_menu .menu {
	left: 0;
}
.header {
	line-height: 60px;
}
}
.header1 {
	background: #fff !important;
	position: static;
}
.header1 .menu li a {
	color: #46434a;
}
.header1 .menu li.on a, .header1 .menu li a:hover {
	color: #c9a27a
}
.main_banner {
	height: 196px;
	padding-top: 100px;
	background: url(../images/banner1.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
}
.main_banner h2 {
	font-size: 44px;
	font-family: 'Trajan Pro';
	margin-bottom: 20px; margin-top:20px
}
.main_banner p {
	font-size: 18px;
}
.ry_list {
	margin: 40px 0;
}
.ry_list li {
	text-align: center;
	width: 33.33%;
	float: left;
}
.ry_list li:nth-child(3n+1) {
	clear: both;
}
.ry_list li .box {
	margin: 20px;
}
.ry_list li .img {
	border: 15px solid #fcf9e7;
}
.ry_list li a{ display:block; z-index:9999; position:relative}
.about2_list a{ display:block; z-index:9999; position:relative}
.hj_owl a{ display:block; z-index:9999; position:relative}
.ry_list li p {
	text-align: center;
	color: #c9a27a;
	font-size: 18px;
	margin-top: 20px;
}
.ry_list li img {
	display: block;
	width: 100%;
}
.page_about {
	padding-top: 20px;
}
.about_list {
	margin-top: 20px;
}
.about_list img {
	display: block;
}
.about_list .item {
	padding: 30px 0;
	border-bottom: 1px solid #ebebeb;
	line-height: 30px;
	color: #333
}
.about_list .item:last-child {
	border-bottom: 0
}
.about_list .item:after {
	content: '';
	display: block;
	clear: both;
}
.about_list .img {
	float: left;
	margin-right: 35px;
}
.about_list h3 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 30px;
}
.about_list p {
	margin-top: 20px;
}
.about_list .tit.center {
	text-align: center;
}
.about_list .tit h2 {
	font-size: 22px;
	font-weight: normal;
}
.about_list .tit label {
	font-size: 12px;
	color: #7f7f7f;
	line-height: 20px;
	display: block;
}
.his_list {
	max-width: 1050px;
	margin: 0 auto;
}
.his_list li {
	width: 45%;
	clear: both;
	float: left;
	position: relative;
	padding-right: 5%;
	text-align: right;
}
.his_list li h3 {
	font-size: 38px;
}
.his_list li:after {
	width: 19px;
	height: 19px;
	background: url(../images/icon6.png) no-repeat center center;
	left: 100%;
	position: absolute;
	margin-left: -9px;
	content: '';
	display: block;
	top: 36px;
}
.his_list li .txt {
	overflow: hidden;
}
.his_list li .txt p {
	line-height: 24px;
}
.his_list li:nth-child(2n) {
	float: right;
	padding-left: 5%;
	padding-right: 0;
}
.his_list li .img {
	float: left;
	margin-right: 40px;
	margin-top: 60px;
}
.his_list li:nth-child(2n+1) .txt p {
	text-align: right;
}
.his_list li:nth-child(2n) {
	text-align: left;
}
.his_list li:nth-child(2n):after {
	left: auto;
	margin-left: 0px;
	right: 100%;
	margin-right: -9px;
}
.his_list li:nth-child(2n) .img {
	float: right;
	margin-left: 40px;
	margin-right: 0
}
.his_list {
	position: relative;
	padding: 40px 0;
	margin: 40px auto;
}
.his_list .line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 1px;
	margin: 0 auto;
	background: #e5e5e5
}
.his_list .line:after {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 100%;
	border: 1px solid #d7d7d7;
	background: #fff;
	margin-left: -6px;
}
.about2_list li .img {
	width: 220px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -110px;
	z-index: 1;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(201,162,122,0.1);
}
.about2_list li .img img {
	width: 100%;
	display: block;
	transition: transform 0.5s ease;
}
.about2_list li:hover .img img {
	transform: scale(1.08);
}
.about2_list li .tit {
	width: 35%;
	float: left;
	text-align: right;
	padding: 70px 40px 0 0;
}
.about2_list li .tit h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 40px;
	color: #c9a27a;
}
.about2_list li .tit p {
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
}
.about2_list li .text {
	width: 35%;
	float: right;
	padding-top: 80px;
}
.about2_list li .text h3 {
	font-size: 16px;
	line-height: 54px;
	border-bottom: 1px solid #f0f0f0;
	color: #c9a27a;
	font-weight: 600;
}
.about2_list li .text p {
	line-height: 26px;
	padding-top: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.zp_list .tit {
	padding: 40px 0;
	text-align: center;
	background: linear-gradient(135deg, #fffbf7 0%, #fff 100%);
	margin-bottom: 30px;
	border-radius: 12px;
}
.zp_list .tit h3 {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.zp_list .tit p {
	text-align: center;
	line-height: 26px;
	font-size: 15px;
	color: #666;
	margin-bottom: 10px;
}
.zp_list .tit a {
	color: #c9a27a;
	font-weight: 600;
}
.zp_list li {
	border: none;
	border-top: none;
	margin-bottom: 25px;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(201,162,122,0.1);
	transition: all 0.4s ease;
}
.zp_list li:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(201,162,122,0.2);
}
.zp_list li:after {
	content: '';
	display: block;
	clear: both;
}
.zp_list li .lt {
	min-height: auto;
	width: 70%;
	float: left;
	border-right: 1px solid #f0f0f0;
	padding: 30px;
}
.zp_list li .rt {
	padding: 30px;
	line-height: 28px;
	overflow: hidden;
	background: #fafafa;
}
.zp_list li .rt h3 {
	font-size: 20px;
	color: #c9a27a;
	margin-bottom: 20px;
	font-weight: 600;
}
.zp_list li .rt p {
	margin-bottom: 12px;
}
.zp_list li .rt .btn a {
	margin-left: 0;
	margin-top: 20px;
}
.zp_list li .title {
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
}
.zp_list li .title h3 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 600;
}
.zp_list li .title p {
	font-size: 14px;
	color: #999;
	margin: 0;
}
.zp_list li .text {
	margin: 0;
	line-height: 26px;
	color: #666;
	padding: 20px 0 0 0;
}
.zp_list li .text h3 {
	font-size: 14px;
	color: #c9a27a;
	margin-bottom: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.main_banner2 {
	background: url(../images/banner2.jpg) no-repeat center center;
}
.main_banner3 {
	background: url(../images/banner3.jpg) no-repeat center center;
}
.case_list {
	max-width: 1117px;
	margin: 0 auto;
	margin-top: 30px;
}
.case_list li {
	width: 33.333%;
	float: left;
}
.case_list li:nth-child(3n+1) {
	clear: both;
}
.case_list li a {
	display: block;
	margin: 10px;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(201,162,122,0.1);
	transition: all 0.4s ease;
}
.case_list li a:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 35px rgba(201,162,122,0.2);
}
.case_list ul {
	margin: -10px;
}
.case_list li .text {
	border: none;
	border-top: 0;
	padding: 20px;
}
.case_list li .img {
	overflow: hidden;
}
.case_list li img {
	display: block;
	width: 100%;
	height: 200px;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.case_list li:hover img {
	transform: scale(1.08);
}
.case_list h3 {
	font-size: 16px;
	line-height: 1.4;
	border-bottom: none;
	padding-bottom: 12px;
	border-bottom: 1px solid #f0f0f0;
}
.case_list h3 span {
	transition: color 0.3s ease;
}
.case_list h3 label {
	float: right;
	color: #c9a27a;
	font-size: 13px;
	font-weight: normal;
}
.case_list p {
	line-height: 26px;
	padding-right: 0;
	background: none;
	margin-top: 15px;
	color: #c9a27a;
	font-weight: 600;
	letter-spacing: 1px;
}
.case_list a:hover p, .case_list a:hover h3 span {
	color: #c9a27a;
}

.div_pos {
	color: #515151;
	line-height: 48px;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1)
}
.div_pos a:hover, .div_pos a.on {
	color: #c9a27a
}
.details {
	max-width: 960px;
	margin: 0 auto;
}
.details .tit {
	text-align: center;
	padding-bottom: 35px;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 20px;
}
.details .tit p {
	text-align: center;
	font-size: 18px;
	color: #c9a27a;
}
.details .tit h2 {
	font-size: 28px;
	color: #000;
	font-weight: normal;
	margin-bottom: 20px;
}
.details .text {
	line-height: 25px;
}
.details .text p {
	margin-bottom: 15px;
}
.details_owl {
	position: relative;
}
.details_owl .num {
	z-index: 10;
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 101px;
	width: 100px;
	line-height: 50px;
	background: rgba(0,0,0,0.54)
}
.details2 {
	max-width: 910px;
}
.details_owl .owl-theme .owl-controls {
	width: 101px;
	left: auto;
	right: 0;
	height: 50px;
	background: #fff;
}
.details_owl .owl-theme .owl-controls .owl-nav [class*=owl-] {
	width: 50px;
	height: 50px;
	float: left;
	border-left: 1px solid #e1e6e6;
	margin: 0;
	padding: 0;
	margin-left: -1px;
}
.details_owl .owl-theme .owl-controls .owl-nav [class*=owl-]:first-child {
	border-left: 0;
}
.details_owl .owl-theme .owl-controls .owl-nav .owl-prev {
	background: url(../images/cur3.png) no-repeat center center;
}
.details_owl .owl-theme .owl-controls .owl-nav .owl-next {
	background: url(../images/cur4.png) no-repeat center center;
}
.details_owl .owl-theme .owl-dots .owl-dot {
	display: none;
}
.txt_cur {
	margin-top: 20px;
	padding-top: 25px;
	border-top: 1px solid #f0f0f0
}
.txt_cur span {
	display: inline-block;
	max-width: 45%;
}
.txt_cur span a {
	display: inline-block;
	line-height: 40px;
	padding: 0 20px;
	border: 1px solid #e1e5e2;
	color: #505050;
	max-width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.txt_cur span a:hover {
	border-color: #55328b;
	color: #55328b
}
.main_banner.main_banner4 {
	background: url(../images/banner4.jpg) no-repeat center center;
	background-size: cover;
}
.information {
	max-width: 1080px;
	margin: 0 auto;
}
.information .left {
	float: left;
	width: 49%;
}
.information .left .box {
	border: 1px solid #e6e9ee;
	padding: 37px 60px 39px;
}
.information .left h3 {
	font-size: 18px;
}
.information .left .list {
	margin-top: 17px;
}
.information .left .list ul li {
	line-height: 52px;
	border-bottom: 1px solid #d4cce2;
}
.information .left .list ul li span {
	display: block;
	float: left;
	margin-right: 10px;
	color: #c9a27a;
}
.information .left .list ul li .web {
	overflow: hidden;
}
.information .left .list ul li .web .div_inp {
}
.information .left .list ul li .web .div_inp input {
	width: 100%;
	height: 52px;
	line-height: 52px;
	border: none;
}
.information .left .btn {
	padding: 0;
	margin-top: 30px;
}
.information .left .btn a {
	margin: 0;
}
.information .right {
	float: right;
	width: 49%;
	background: #f7f7f7;
}
.information .right .box {
	padding: 37px 25px 30px;
}
.information .right h3 {
	font-size: 18px;
}
.information .right .web {
}
.information .right .web p {
	margin-top: 35px;
}
.information .right .web p span {
	font-size: 20px;
	font-weight: bold;
	color: #c9a27a;
}
.information .right .ewm {
	margin-top: 25px;
}
.information .right .ewm .pic {
	width: 132px;
	height: 132px;
	float: left;
	margin-right: 24px;
}
.information .right .ewm .pic img {
	display: block;
	width: 100%;
}
.information .right .ewm .text {
	overflow: hidden;
	line-height: 132px;
}
.information .right .ewm .text p {
}
.addres {
	max-width: 1080px;
	margin: 0 auto;
	margin-top: 28px;
}
.addres img {
	display: block;
	width: 100%;
}
.news_list ul li {
	padding: 30px 0 !important;
	border-bottom: 1px dashed #ccc !important;
	margin-top: 0 !important;
}
.news_list ul li:after {
	content: '';
	display: block;
	clear: both;
}
.news_list ul li .pic {
	width: 30% !important;
	float: left !important;
	margin: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}
.news_list ul li .pic img {
	width: 100%;
	display: block;
}
.news_list ul li .web {
	width: 65% !important;
	float: right !important;
	padding: 0 !important;
}
.news_list ul li .web h3 {
	line-height: 40px;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	padding-top: 0 !important;
}
.news_list ul li .web h3 a:hover {
	color: #000
}
.news_list ul li .web p {
	line-height: 26px;
	color: #666;
	margin-top: 0 !important;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main_banner.main_banner5 {
	background: url(../images/banner5.jpg) no-repeat center center;
	background-size: cover;
}
.page_service {
	padding-left: 65px;
	padding-right: 10px;
}
.ser_box {
	position: relative;
}
.ser_box .pic {
	max-width: 638px;
}
.ser_box .pic img {
	display: block;
	width: 100%;
}
.ser_box .web {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 580px;
}
.ser_box .web .top {
	padding-left: 160px;
}
.ser_box .web .top p {
	font-size: 12px;
	color: #2e194f;
	text-transform: uppercase;
}
.ser_box .web .top h3 {
	font-size: 32px;
	font-weight: normal;
	margin-top: 20px;
	line-height: 40px;
}
.ser_box .web .text {
	margin-top: 55px;
	background: linear-gradient(135deg, #c9a27a, #d4af8a);
	padding: 50px 75px 48px 95px;
	color: #fff;
}
.ser_box .web .text h4 {
	font-family: Arial;
	font-weight: normal;
	color: #ffe800;
}
.ser_box .web .text h3 {
	font-size: 30px;
	font-weight: normal;
	margin-top: 25px;
}
.ser_box .web .text p {
	line-height: 28px;
	text-align: justify;
	height: 112px;
	overflow: hidden;
	margin-top: 20px;
}
.ser_box .web .text .pr_ne {
	margin-top: 40px;
}
.ser_box .web .text .pr_ne label {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 40px;
	vertical-align: top;
	margin-right: 5px;
}
.ser_box .web .text .pr_ne label.prev {
	background: url(../images/cur3-1.png) no-repeat center center;
}
.ser_box .web .text .pr_ne label.next {
	background: url(../images/cur4-1.png) no-repeat center center;
}
.ser_box .web .text .pr_ne label.prev:hover {
	background: #fff url(../images/cur3.png) no-repeat center center;
}
.ser_box .web .text .pr_ne label.next:hover {
	background: #fff url(../images/cur4.png) no-repeat center center;
}
.page_service .owl-theme .owl-controls {
	width: 65px;
	top: 0;
	bottom: 0;
	left: -65px;
	text-align: center;
}
.page_service .owl-theme .owl-dots .owl-dot {
	display: block;
	margin: 0 auto;
}
.page_service .owl-dots {
	counter-reset: nav;
}
.page_service .owl-theme .owl-dots .owl-dot span {
	width: 100%;
	line-height: 40px;
	height: auto;
	color: #a0a0a0;
	position: relative;
	padding: 5px 0;
}
.page_service .owl-theme .owl-dots .owl-dot span:after {
	content: '';
	display: block;
	height: 0;
	width: 1px;
	background: #000;
	margin: 0 auto;
}
.page_service .owl-theme .owl-dots .owl-dot:last-child span:after {
	display: none;
}
.page_service .owl-theme .owl-dots .owl-dot.active span:after, .page_service .owl-theme .owl-dots .owl-dot:hover span:after {
	height: 50px;
}
.page_service .owl-theme .owl-dots .owl-dot.active span, .page_service .owl-theme .owl-dots .owl-dot:hover span {
	color: #000
}
.page_service .owl-dots .owl-dot span:before {
	text-align: center;
	display: block;
	counter-increment: nav;
	content: "0" counter(nav);
}
 @media only screen and (max-width: 1000px) {
.owl_cur>div {
	width: 33.33%;
}
.ser_box .pic {
	max-width: 500px;
}
.ser_box .web .text {
	margin-top: 20px;
	padding: 40px;
}
.ser_box .web .top {
	padding-left: 250px;
}
}
@media only screen and (max-width: 1024px) {
.page1_list li {
	width: 50%;
}
.page1_list li img {
	width: 100%;
}
.page_tit {
	margin-bottom: 30px;
}
.page {
	padding: 30px 0;
}
.page2 {
	padding: 80px 0;
}
.page2 .wrap {
	gap: 50px;
}
.page2 .tit h3 {
	font-size: 32px;
}
.page2 .features {
	gap: 30px;
}
.team_list ul {
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}
.information .left .box {
	padding: 30px;
}
}
 @media only screen and (max-width: 900px) {
.about2_list li {
	padding: 10px 0;
	padding-left: 200px;
}
.tit_tag li {
	width: 180px;
}
.ry_list li {
	width: 50%;
}
.ry_list li:nth-child(3n+1) {
	clear: none;
}
.ry_list li:nth-child(2n+1) {
	clear: both;
}
.about_list .img {
	width: 50%;
	margin-right: 20px;
}
.about_list h3 {
	margin-top: 20px;
}
.his_list li .img {
	width: 126px;
}
.about2_list .img {
	margin-right: 20px;
}
.about2_list .text h3 {
	line-height: 40px;
}
.ser_box .pic {
	width: 100%;
	max-width: initial;
}
.ser_box .web {
	max-width: 80%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}
.ser_box .web .top {
	padding-left: 0
}
}
 @media only screen and (max-width: 750px) {
	 .news .lt .img img{ height:auto !important}
	 .news .list img{ height:auto !important}
	 .details .tit h2{ font-size:22px !important}
	 .hj_owl {
	padding:0 10%
}
.team_list ul {
	grid-template-columns: 1fr;
	gap: 20px;
}
.team_list li .box .img1 {
	height: 240px;
}
.team_list li .box p {
	max-width: 90%;
}
.full {
	display: none;
}
.owl_cur {
	display: none;
}
.news_list ul li .pic {
	margin-right: 20px;
}
.news_list ul li {
	margin-top: 20px;
}
.information .right, .information .left {
	width: 100%;
	float: none;
	margin: 10px auto;
}
.tit_tag li {
	width: auto;
}
.tit_tag li a {
	padding: 0 20px;
}
.tit_tag {
	margin-top: 10px;
}
.ry_list {
	margin: 20px 0
}
.about_list .item {
	padding: 15px 0
}
.his_list li {
	margin-bottom: 20px;
	width: 100%;
	text-align: left;
}
.his_list li .img {
	float: left !important;
	margin: 0 auto !important;
	margin-right: 20px !important;
	margin-top: 20px !important;
}
.his_list .line {
	left: 0;
	margin-left: 0;
	display: none;
}
.his_list li h3 {
	font-size: 20px;
}
.his_list li .txt p {
	margin-top: 10px;
}
.his_list {
	padding: 0;
	margin: 0;
}
.his_list li p {
	text-align: left !important;
}
.about2_list .tit {
	position: initial;
	width: 100%;
	border-bottom: 0
}
.about2_list .tit h3 {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	padding-top: 0
}
.case_list li {
	width: 50%;
}
.case_list li:nth-child(3n+1) {
	clear: none;
}
.case_list li:nth-child(2n+1) {
	clear: both;
}
.about2_list .tit p {
	display: inline-block;
	vertical-align: middle;
}
.about2_list li {
	padding-left: 0
}
.news_list ul li .web p {
	margin-top: 10px;
}
.news_list ul li .web h3 {
	padding-top: 10px;
}
.main_banner h2 {
	font-size: 22px;    margin-bottom: 10px;
}
.main_banner p{ font-size:15px !important}
.main_banner {
	height: auto;
	padding: 50px 0;
}
.banner img {
	max-width: initial;
	width: 150%;
	margin-left: -25%;
}
.owl-theme .owl-dots {
	margin-bottom: 20px;
}
.banner_cur {
	display: none;
}
.page1_list li {
	width: 100%;
}
.page2 {
	padding: 60px 0;
}
.page2 .wrap {
	flex-direction: column;
	gap: 40px;
}
.page2 .img {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
.page2 .img_frame::before {
	display: none;
}
.page2 .img_decor {
	display: none;
}
.page2 .text {
	width: 100%;
	text-align: center;
}
.page2 .tit h3 {
	font-size: 28px;
}
.page2 .tit_line {
	margin: 0 auto;
}
.page2 .features {
	justify-content: center;
	gap: 30px;
}
.page2 .feature_item .num {
	font-size: 24px;
}
.hj_owl img {
	width: 100%;
}
.news .lt .text {
	padding: 20px;
}
.news .list ul {
	margin: 0
}
.news .bg {
	display: none;
}
.f_nav li {
	padding: 0 5px;
}
.f_nav {
	padding: 20px 0
}
.footer p {
	line-height: 20px;
}
.footer {
	padding: 20px 0
}
.page_service .owl-theme .owl-controls {
	width: 30px;
	left: -40px;
}
.page_service {
	padding-left: 30px;
}
.ser_box .web {
	position: initial;
	transform: none;
	max-width: 100%;
	margin-top: 20px;
}
.ser_box .web .text {
	padding: 20px;
}
.ser_box .web .top h3 {
	font-size: 24px;
	margin-top: 5px;
}
.news_list ul li .pic {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
	float: none;
}
.txt_cur span {
	max-width: 100%;
	float: none !important;
}
.txt_cur span a {
	max-width: 100%;
}
.tit_tag li {
	line-height: 40px;
}
.tit_tag ul {
	white-space: nowrap;
}
.tit_tag {
	overflow-x: auto;
}
.case_list li {
	width: 100%;
}
.case_list li img {
	width: 100%;
}
.zp_list li .lt {
	width: 100%;
	border-bottom: 1px solid #eee;
}
.zp_list li .rt {
	padding: 20px;
}
.about2_list .text h3 {
	white-space: normal;
	line-height: 20px;
}
.about2_list .text {
	overflow: initial;
}
.about_list h3 {
	white-space: normal;
}
.ry_list li .box {
	margin: 5px;
}
.ry_list li p {
	line-height: 40px;
	margin-top: 0
}
.ry_list li .img {
	border-width: 10px;
}
.zp_list li .text, .zp_list li .title {
	margin: 0 20px;
}
}
.f_nav li {
	margin: 5px 0
}
.f_nav li:first-child {
	border-left: 0;
}
.footer_contact {
	flex-wrap: wrap;
	gap: 15px;
}
.footer_contact .item span {
	font-size: 12px;
}

.pagebar { padding:20px; overflow:hidden}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 7px 8px;
  margin: 0 2px;
  border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}

.page_features {
	background: linear-gradient(180deg, #fffbf7 0%, #fff 100%);
	padding: 80px 0;
}
.features_list ul {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	justify-content: center;
}
.features_list li {
	width: calc(25% - 18px);
	background: #fff;
	padding: 45px 30px;
	border-radius: 12px;
	text-align: center;
	box-shadow: 0 4px 15px rgba(201,162,122,0.08);
	transition: all 0.4s ease;
	border-right: none;
	position: relative;
	overflow: hidden;
}
.features_list li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #c9a27a, #d4af8a);
	transform: scaleX(0);
	transition: transform 0.4s ease;
}
.features_list li:hover::before {
	transform: scaleX(1);
}
.features_list li:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 35px rgba(201,162,122,0.15);
	background: #fff;
}
.features_list .icon {
	font-size: 48px;
	margin-bottom: 22px;
	transition: transform 0.4s ease;
}
.features_list li:hover .icon {
	transform: scale(1.15) rotate(5deg);
}
.features_list h4 {
	font-size: 16px;
	color: #333;
	margin-bottom: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.features_list p {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	text-align: center;
	font-weight: 300;
}

.page_testimonials {
	background: #fafafa;
	padding: 80px 0;
	position: relative;
}
.page_testimonials::before {
	display: none;
}
.page_testimonials .wrap {
	position: relative;
	z-index: 1;
}
.testimonials_owl {
	max-width: 900px;
	margin: 0 auto;
}
.testimonials_owl .item {
	background: #fff;
	padding: 50px 60px;
	border-radius: 0;
	box-shadow: none;
	text-align: center;
	border: 1px solid #e8e8e8;
}
.testimonials_owl .stars {
	font-size: 20px;
	margin-bottom: 25px;
}
.testimonials_owl .content p {
	font-size: 18px;
	color: #555;
	line-height: 30px;
	margin-bottom: 35px;
	font-style: italic;
	font-weight: 300;
}
.testimonials_owl .author {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.testimonials_owl .avatar {
	width: 60px;
	height: 60px;
	background: #e8e8e8;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
}
.testimonials_owl .info {
	text-align: left;
}
.testimonials_owl .name {
	display: block;
	font-size: 16px;
	color: #333;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.testimonials_owl .tag {
	display: block;
	font-size: 13px;
	color: #c9a27a;
}

.page_contact {
	background: #fff;
	padding: 80px 0;
	border-top: 1px solid #e8e8e8;
}
.contact_box {
	display: flex;
	gap: 0;
	background: #fff;
	border-radius: 0;
	overflow: hidden;
	box-shadow: none;
	border: 1px solid #e8e8e8;
}
.contact_info {
	width: 50%;
	padding: 50px;
	background: #fafafa;
}
.contact_info h3 {
	font-size: 24px;
	color: #333;
	margin-bottom: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.contact_info p {
	font-size: 14px;
	color: #666;
	margin-bottom: 30px;
	text-align: left;
	font-weight: 300;
}
.contact_form {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.contact_form .form_item input,
.contact_form .form_item select,
.contact_form .form_item textarea {
	width: 100%;
	padding: 16px 20px;
	border: 1px solid #e8e8e8;
	border-radius: 0;
	background: #fff;
	color: #333;
	font-size: 14px;
	box-sizing: border-box;
	transition: border-color 0.3s ease;
}
.contact_form .form_item input:focus,
.contact_form .form_item select:focus,
.contact_form .form_item textarea:focus {
	outline: none;
	border-color: #c9a27a;
}
.contact_form .form_item input::placeholder,
.contact_form .form_item textarea::placeholder {
	color: #999;
}
.contact_form .form_item select option {
	color: #333;
}
.contact_form .form_item textarea {
	height: 120px;
	resize: none;
}
.contact_info .btn a {
	background: #c9a27a;
	color: #fff;
	margin: 0;
}
.contact_info .btn a:hover {
	background: #d4af8a;
}
.contact_map {
	width: 50%;
	position: relative;
}
.contact_map img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.map_info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 25px 30px;
	background: rgba(201,162,122,0.95);
}
.map_info p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 8px;
	text-align: left;
}
.map_info p:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 900px) {
	.features_list li {
		width: calc(50% - 12px);
		border-right: none;
		border-bottom: none;
	}
	.contact_box {
		flex-direction: column;
	}
	.contact_info, .contact_map {
		width: 100%;
	}
	.contact_map {
		height: 300px;
	}
	.news {
		flex-direction: column;
	}
	.news .list {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.news .list li {
		width: calc(50% - 10px);
	}
	.case_list li {
		width: 50%;
	}
	.case_list li:nth-child(3n+1) {
		clear: none;
	}
	.case_list li:nth-child(2n+1) {
		clear: both;
	}
	.zp_list li .lt {
		width: 100%;
		float: none;
		border-right: none;
		border-bottom: 1px solid #f0f0f0;
	}
	.zp_list li .rt {
		width: 100%;
		float: none;
		padding: 25px;
	}

	.about2_list li {
		min-height: auto;
		padding-top: 30px;
	}
	.about2_list li .img {
		position: relative;
		left: auto;
		margin-left: 0;
		width: 100%;
	}
	.about2_list li .img img {
		height: 220px;
		object-fit: cover;
	}
	.about2_list li .tit {
		width: 100%;
		float: none;
		text-align: center;
		padding: 20px 0 0 0;
	}
	.about2_list li .text {
		width: 100%;
		float: none;
		padding-top: 20px;
		text-align: center;
	}
}

@media only screen and (max-width: 750px) {
	.features_list li {
		width: 100%;
	}
	.case_list li {
		width: 100%;
		float: none;
	}
	.case_list li:nth-child(2n+1) {
		clear: none;
	}
	.page_features, .page_testimonials, .page_contact {
		padding: 40px 0;
	}
	.contact_info {
		padding: 30px;
	}
	.testimonials_owl .item {
		padding: 25px;
	}
	.testimonials_owl .content p {
		font-size: 16px;
		line-height: 26px;
	}
	.page_tit h3 {
		font-size: 28px;
	}
	.news .list li {
		width: 100%;
	}
	.news .list a {
		flex-direction: column;
		height: auto;
	}
	.news .list .img {
		width: 100%;
		min-width: auto;
		height: 180px;
	}
}