/* CSS Reset */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
textarea,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img,
button {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, "PingFang SC", "Microsoft YaHei", Arial, "Hiragino Sans GB", "Heiti SC", "sans-serif";
	font-style: normal;
	line-height: 1.8em;
}

body {
	font-size: 14px;
	line-height: 1.8em;
	position: relative;
	*overflow-x: hidden;
	color: #333;
	margin: 0 auto;
	position: relative;
}

table {}

ol,
ul,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

input,
textarea {
	outline: none;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	text-decoration: none;
	color: #000;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
}

a:hover {
	color: #0266bb;
	text-decoration: none;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
}

a:active {
	color: #000;
}

a:focus {
	outline: 0px dotted;
}

a:focus,
input:focus {
	-moz-outline-style: none;
}

::selection {
	background: #0266bb;
	color: #fff;
}

::-moz-selection {
	background: #0266bb;
	color: #fff;
}

::-webkit-selection {
	background: #0266bb;
	color: #fff;
}

.wrap {
	margin: 0 10%;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}

html,
body {
	position: relative;
	height: 100%;
}


.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	background: #444;
	display: flex;
	justify-content: center;
	align-items: center;
}

.head {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 90px;
	z-index: 1000;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
}


.head.shrink {
	height: 70px;
	background: rgba(0, 0, 0, .7);
}

.head.shrink .logo img {
	height: 46px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
}

.head.shrink .menu ul li ul li a {
	line-height: 20px;
}

.head.shrink .menu ul li .drop-menu {
	top: 70px;
}

.head.shrink .head-lang,
.head.shrink .menu ul li {
	line-height: 70px;
}

.head.shrink .head-search {
	top: 20px;
}

.head.shrink .search {
	height: 70px;
	line-height: 70px;
}

.head.shrink:hover {
	background: rgba(0, 0, 0, .7);
}


.head:after {}

.head:hover,
.head.move {
	background: rgba(0, 0, 0, 0.5);
}

.pmenu{
    display: none;
}


.logo {
	margin-left: 70px;
	z-index: 2;
	width: 180px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
}

.logo img {
	height: 56px;
}

.head-lang {
	margin-right: 70px;
	color: #fff;
	font-size: 16px;
}

.head-lang a {
	color: #fff;
	border: 3px solid #fff;
	border-radius: 40px;
	display: block;
	height: 32px;
	line-height: 32px;
	width: 110px;
	text-align: center;
}

.head-lang a:hover {
	border: 3px solid #0266bb;
	color: #0266bb;
}


.menu {}

.menu ul li {
	float: left;
	position: relative;
}

.menu ul li a {
	display: block;
	position: relative;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 70px;
	z-index: 2;
	padding: 0px 25px;
}

.menu ul li a:hover {
	color: #0266bb;
}

.menu ul li a:after {
	position: absolute;
	content: "";
	left: 50%;
	bottom: 13px;
	width: 0px;
	height: 3px;
	background: #0266bb;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
}

.menu ul li a:hover:after {
	width: 20%;
	left: 40%;
}

.menu ul li a.hasMenu:after {
	position: absolute;
	right: 0px;
	top: 0px;
	font-weight: normal;
	content: "\eb8b";
	font-family: "iconfont" !important;
	font-size: 24px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
}

.menu ul li a.hasMenu {
	padding-right: 25px;
}

.menu ul li.hover a.hasMenu:after {
	transform: rotate(180deg);
}

.menu ul li.hover a {
	color: #4f8df0;
}

.menu ul li.hover ul li a {
	color: #000;
}

.menu ul li a:hover {
	color: #4f8df0;
}

.menu ul li .drop-menu {
	position: absolute;
	min-width: 100px;
	left: 0px;
	top: 70px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #eee;
	padding: 5px 10px;
	border-radius: 5px;
	display: none;
}

.menu ul li:nth-child(4) .drop-menu {
	left: 18px;
}

.menu ul li ul {
	display: block;
}

.menu ul li ul li {
	float: none;
	position: relative;
	text-align: center;
}

.menu ul li ul li ul {
	position: absolute;
	left: 160px;
	top: 0px;
	padding: 0px;
	min-width: 160px;
	border: 1px solid #ededed;
}

.menu ul li ul li a {
	line-height: 20px;
	margin: 0px;
	padding: 12px 0px;
	color: #000;
	display: block;
	font-weight: normal;
	font-size: 14px;
}

.menu ul li ul li a:hover {
	color: #4f8df0;
}

.menu ul li ul li a:after {
	display: none;
}

.menu ul li ul li:nth-child(2) {
	position: relative;
}

.menu ul li ul li ul li a {
	background: #fff !important;
}

.menu ul li ul li ul li a:hover {
	background: #f0f4fa !important;
}



.page1,
.page2,
.page3,
.page4,
.page5 {
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.page1-banner{
    height: 100%;
}


.autoplay-progress {
	position: absolute;
	right: 16px;
	bottom: 16px;
	z-index: 10;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: var(--swiper-theme-color);
}

.autoplay-progress svg {
	--progress: 0;
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 10;
	width: 100%;
	height: 100%;
	stroke-width: 4px;
	stroke: var(--swiper-theme-color);
	fill: none;
	stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
	stroke-dasharray: 125.6;
	transform: rotate(-90deg);
}


.page1 .swiper-button-next2,
.page1 .swiper-button-prev2 {
	position: absolute;
	top: calc(50% - 50px);
	color: #fff;
	cursor: pointer;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	z-index: 100;
	opacity: 0.4;
}

.page1 .swiper-button-next2:hover,
.page1 .swiper-button-prev2:hover {
	opacity: 0.8;
}

.page1 .swiper-button-next2.swiper-button-disabled,
.page1 .swiper-button-prev2.swiper-button-disabled,
.page1 .swiper-button-next2.swiper-button-disabled:hover,
.page1 .swiper-button-prev2.swiper-button-disabled:hover {
	opacity: 0;
}

.page1 .swiper-button-next2 i,
.page1 .swiper-button-prev2 i {
	font-size: 120px;
}

.page1 .swiper-button-next2 {
	right: 30px;
}

.page1 .swiper-button-prev2 {
	left: 30px;
}

.page1 .swiper-button-prev2 {
	transform: rotate(180deg);
}

.page1-txt {
	position: absolute;
	z-index: 100;
	color: #fff;
	top: calc(50% - 140px);
	width: 100%;
	line-height: 2em;
	text-align: center;
}

.page1-txt h1 {
	font-size: 100px;
	font-weight: bold;
}

.page1-txt h4 {
	font-size: 20px;
	color: #fff;
}

.page1-txt a {
	color: #fff;
	border: 3px solid #fff;
	height: 50px;
	line-height: 50px;
	width: 140px;
	text-align: center;
	display: inline-block;
	border-radius: 30px;
	margin-top: 50px;
}

.page1-img {
	width: 100%;
	height: 100%;
}

.page1-video {
	width: 100%;
	height: 100%;
	position: relative;
}

.page1-video::after {
	background: rgba(0, 0, 0, 0.6);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.page1-video video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.page1-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.page1-box {
	position: absolute;
	left: 20%;
	width: 60%;
	bottom: 100px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	z-index: 1000;
}

.box-search {
	width: 48%;
	background: #1f76c1;
	height: 110px;
	border-radius: 10px;
	text-align: left;
}

.box-search h4 {
	font-weight: bold;
	font-size: 16px;
	padding: 15px 0px 0px 20px;
	color: #fff;
}

.box-search .box-search-form {
	margin: 10px 20px 0px 20px;
	background: #fff;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 3px;
}

.box-search .box-search-form input {
	width: calc(100% - 140px);
	height: 36px;
	line-height: 36px;
	border: none;
	outline: none;
	padding: 0px 10px;
	border-radius: 30px;
}

.box-search .box-search-form button {
	width: 120px;
	height: 36px;
	line-height: 36px;
	background: #f60;
	color: #fff;
	cursor: pointer;
	border-radius: 30px;
}

.box-login {
	width: calc(52% - 20px);
	background: #fff;
	height: 110px;
	border-radius: 10px;
	text-align: left;
}

.box-login h4 {
	font-weight: bold;
	font-size: 16px;
	padding: 15px 0px 0px 20px;
	color: #333;
}

.box-login .box-login-form {
	margin: 10px 20px 0px 20px;
	background: #fff;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 0px 3px;
}

.box-login .box-login-form input {
	width: calc(100% - 140px);
	height: 36px;
	line-height: 36px;
	border: none;
	outline: none;
	padding: 0px 10px;
	border-radius: 30px;
	border: 1px solid #ccc;
}

.box-login .box-login-form button {
	width: 120px;
	height: 36px;
	line-height: 36px;
	background: #f60;
	color: #fff;
	cursor: pointer;
	border-radius: 30px;
}


.page5-foot {
	position: absolute;
	height: 100%;
	text-align: left;
}

.page2 {
	background: url(../images/page2_bg.jpg);
	background-size: cover;
	background-position: center;
	height: 100vh;

}

.i-about {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	flex-wrap: wrap;
}

.i-about-infos {
	width: 45%;
}

/* 文字容器：初始状态（隐藏） */
.box-in {
	opacity: 0;
	transform: translateY(150px);
	transition: opacity 1.2s ease, transform 1.2s ease;
  }

  /* 触发动画的类 */
  .box-in.animate-in {
	opacity: 1;
	transform: translateY(0);
  }

.i-about .more a {
	width: 140px;
}

.i-about-infos h2 {
	font-size: 40px;
	line-height: 1.6em;
	margin-bottom: 30px;
}

.i-about-infos p {
	color: #666;
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 40px;
}

.i-about-video {
	width: 45%;
	height: 480px;
	position: relative;
	border: 10px solid #fff;
	border-radius: 5px;
}

.i-about-video video {
	width: 100%;
	height: 480px;
	background-color: #eee;
}

.i-video-bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 480px;
	background-image: url(../images/video_bg.jpg);
	background-color: #eee;
	background-size: cover;
	z-index: 10;
}

.i-video-bg::after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	z-index: 12;
}

.i-video-bg i {
	font-size: 80px;
	color: #fff;
	display: block;
	height: 80px;
	line-height: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	z-index: 20;
	cursor: pointer;
}



/* page3 页面样式 */

.page3 {
	background: url(../images/page3_bg.jpg);
	background-size: cover;
	background-position: center;
	height: 100vh;
	display: flex;
	align-items: center;
}

.specialline {
	width: 80%;
}

.specialline-infos {
	color: #fff;
	margin-bottom: 80px;
}

.specialline-infos-item {
	display: none;
}

.specialline-infos .specialline-infos-item:nth-child(1) {
	display: block;
}

.specialline-infos h4 {
	font-weight: bold;
	font-size: 30px;
	padding-bottom: 40px;
}

.specialline-infos p {
	font-size: 16px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	width: 45%;
}

.specialline-infos-item .more-white {
	width: 140px;
	margin-top: 50px;
}

.specialline-list {
	display: flex;
	gap: 20px;
}

.specialline-list-item {
	background: rgba(0, 0, 0, 0.4);
	padding: 40px;
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
}

.specialline-list-item .item-img {
	display: inline-block;
	text-align: center;
	justify-content: center;
}

.specialline-list-item .item-txt {}

.specialline-list-item .item-img img {
	width: auto;
	height: 40px;
}

.specialline-list-item:hover {
	background-color: rgba(37, 136, 227, 0.4);
}

.specialline-list-item h4 {
	font-size: 16x;
	font-weight: bold;
	color: #fff;
}

.specialline-list-item a {
	display: block;
	color: #fff;
	margin-top: 10px;
}

.specialline-list-item.active {
	background-color: rgba(37, 136, 227, 0.9);

}


.page4 {
	background: url(../images/page4_bg.jpg);
	background-size: cover;
	background-position: center;
	height: 100vh;
	display: flex;
	align-items: center;
}

.i-news {
	width: 100%;
}

.i-news-tit {
	margin-left: 10%;
	position: relative;
	margin-bottom: 40px;
	display: flex;
	gap: 20px;
	align-items: center;
}

.i-news-tit h4 {
	font-size: 40px;
}

.i-news-more {
	margin-left: 30px;
}

.i-news-more a {
	display: block;
	width: 120px;
	height: 40px;
	border: 3px solid #0266bb;
	color: #0266bb;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	border-radius: 30px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;

}

.i-news-more a:hover {
	background-color: #0266bb;
	color: #fff;
}

.i-news-list {
	padding-top: 60px;
	position: relative;
}

.i-news-list .swiper-button-next1,
.i-news-list .swiper-button-prev1 {
	position: absolute;
	top: -60px;
	height: 40px;
	width: 40px;
	text-align: center;
	background-color: #aaa;
	line-height: 40px;
	color: #fff;
	border-radius: 30px;
	cursor: pointer;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
}

.i-news-list .swiper-button-next1:hover,
.i-news-list .swiper-button-prev1:hover {
	background: #666;
}

.i-news-list .swiper-button-next1 i,
.i-news-list .swiper-button-prev1 i {
	font-size: 22px;
}

.i-news-list .swiper-button-next1 {
	right: 10%;
}

.i-news-list .swiper-button-prev1 {
	right: calc(10% + 60px);
}

.i-news-list .swiper-button-prev1 {
	transform: rotate(180deg);
}

.i-news-info {
	background: none;
}

.i-news-info a {
	display: block;
	border: 8px solid #fff;
	border-radius: 5px;
	background-color: #fff;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
}
.i-news-info a:hover{
	border:8px solid #0266bb;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}

.i-news-img {
	height: 240px;
	width: 100%;
	overflow: hidden;
}

.i-news-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.i-news-para {
	padding: 20px;
}

.i-news-para h4 {
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-bottom: 20px;
}

.i-news-para p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #666;
}

.i-news-para span {
	display: block;
	padding-top: 20px;
}


.page5 {
	position: relative;
	background: url(../images/page5_bg.jpg);
	background-size: cover;
	background-position: center;
	height: 100vh;
	display: flex;
	align-items: center;
}

.page5-ys {
	color: #fff;
	width: 70%;
	margin: 0 15%;
	padding-bottom: 100px;
}

.i-ys-tit {
	font-size: 40px;
	padding-bottom: 80px;
}

.i-ys-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: flex-start;
	justify-content: space-between;
}

.i-ys-list .i-ys-item {
	color: #fff;
}

.i-ys-list .i-ys-item h4 {
	font-weight: normal;
	font-size: 16px;
	color: #b28303;
	font-weight: bold;
	position: relative;
	display: block;
}


.i-ys-list .i-ys-item p {
	font-size: 18px;
	margin-top: 20px;
}

.i-ys-list .i-ys-item p span {
	padding-right: 15px;
}


.page5-foot {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	padding: 30px 0px;
	background: #000;
	z-index: 100;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #fff;
	font-size: 16px;
	line-height: 1.6em;
}

.foot {

	width: 100%;
	padding: 60px 0px;
	background: #000;
	z-index: 100;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #fff;
	font-size: 16px;
	line-height: 1.6em;
}

.foot-infos {
	width: 40%;
	margin-left: 10%;
	line-height: 2em;
}

.foot-contact {
	width: 40%;
	margin-right: 10%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 50px;
}

.foot-contact p {
	line-height: 2em;
}

.foot-contact i {
	padding-right: 10px;
	color: #0266bb;
}


.page5 .point1 {}

.point1 {
	position: absolute;
	right: 25%;
	top: calc(50% + 100px);
	z-index: 0;
}

.point1,
.point1::before,
.point1::after {
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	content: '';
}

.point1,
.point1::before,
.point1::after {
	background-color: rgba(243, 109, 32, .3);
}

.point1::before {
	animation: scale 2s infinite;
	-webkit-animation: scale2 2s infinite;
}

.point1::after {
	animation: scale3 2s infinite;
	-webkit-animation: scale3 2s infinite;
}

@-webkit-keyframes scale {
	0% {
		transform: scale(1);
		opacity: .9;
	}

	100% {
		transform: scale(6);
		opacity: 0;
	}
}

@-webkit-keyframes scale2 {
	0% {
		transform: scale(1);
		opacity: .9;
	}

	100% {
		transform: scale(12);
		opacity: 0;
	}
}

@-webkit-keyframes scale3 {
	0% {
		transform: scale(1);
		opacity: .9;
	}

	100% {
		transform: scale(24);
		opacity: 0;
	}
}




/* 🌟 按钮样式 */
.foot-more {
	display: flex;
	align-items: center;
	justify-content: center;
}

.more a {
	display: block;
	position: relative;
	padding: 14px 32px;
	font-size: 16px;
	color: white;
	text-align: center;
	text-decoration: none;
	border: none;
	border-radius: 50px;
	/* 大圆角更柔和 */
	background: linear-gradient(135deg, #0c8fd5, #0266bb);
	box-shadow: 0 6px 18px rgba(37, 117, 252, 0.4);
	cursor: pointer;
	overflow: hidden;
	transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
	/* 弹性缓动 */
	z-index: 1;
}

/* 悬停效果 */
.more a:hover {
	transform: translateY(-4px);
	/* 向上浮起 */
	box-shadow: 0 10px 28px rgba(37, 117, 252, 0.6);
	background: linear-gradient(135deg, #0266bb, #0c8fd5);
	/* 渐变反向流动 */
}

/* 点击时反馈 */
.more a:active {
	transform: translateY(0) scale(0.98);
	/* 轻微下压并缩小 */
	box-shadow: 0 4px 12px rgba(37, 117, 252, 0.4);
}

/* 可选：添加一个微妙的光效层（进阶） */
.more a::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,
			transparent,
			rgba(255, 255, 255, 0.3),
			transparent);
	transition: left 0.7s ease-in-out;
	z-index: -1;
}

.more a:hover::before {
	left: 100%;
}



.more-white a {
	display: block;
	position: relative;
	padding: 14px 32px;
	font-size: 16px;
	color: white;
	text-align: center;
	text-decoration: none;
	border: none;
	border-radius: 50px;
	/* 大圆角更柔和 */
	background: linear-gradient(135deg, #bba302, #b28303);
	box-shadow: 0 10px 28px rgba(115, 88, 7, 0.6);
	cursor: pointer;
	overflow: hidden;
	transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
	/* 弹性缓动 */
	z-index: 1;
}

/* 悬停效果 */
.more-white a:hover {
	transform: translateY(-4px);
	/* 向上浮起 */
	box-shadow: 0 10px 28px rgba(115, 88, 7, 0.6);
	background: linear-gradient(135deg, #b28303, #bba302);
	/* 渐变反向流动 */
}

/* 点击时反馈 */
.more-white a:active {
	transform: translateY(0) scale(0.98);
	/* 轻微下压并缩小 */
	box-shadow: 0 10px 28px rgba(115, 88, 7, 0.6);
}

/* 可选：添加一个微妙的光效层（进阶） */
.more-white a::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,
			transparent,
			rgba(255, 255, 255, 0.3),
			transparent);
	transition: left 0.7s ease-in-out;
	z-index: -1;
}

.more-white a:hover::before {
	left: 100%;
}





@media only screen and (max-width: 1920px){
	.wrap{margin:0 10%;}
	
}
@media only screen and (max-width: 1840px){
	
	.logo{left:40px;}
}
@media only screen and (max-width: 1600px){
}
@media only screen and (max-width: 1440px){
	
	.head,.head.shrink{ position:fixed; height:70px; z-index:30; width: 100%;}
	.head-infos .menu,.head-infos .head-tel{ display: none;}
	.logo{ position:absolute; left:20px; top:15px;z-index:30;}
	.head.shrink .logo{}
	.logo img,.head.shrink .logo img{ height:40px;}
	.menu{ display:none;}
	.head.shrink .head-search{ top:15px;}
	.head-lang{
		position: absolute;
		right: 0px;
	}
	.head-lang a{
		width: 100px;
		height: 26px;
		line-height: 26px;
		border: 2px solid #fff;
		font-size: 14px;
	}
	.head.shrink .head-lang, .head.shrink .menu ul li{ }
	
	
	.pmenu{ display:block;  position:fixed; left:100%; top:60px; z-index:200; width:100%; height:calc(100vh - 60px); overflow: hidden;overflow-y: scroll;overflow-x: hidden; background: #fff;transition: 0.3s all;-webkit-transition: 0.3s all;-o-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;}
	.pmenu nav{ padding:20px;}
	.pmenu ul li { position:relative; text-align: center;}
	.pmenu ul li a{ font-weight:bold; display:block; line-height:45px; font-size: 16px; color:#262626;}
	.pmenu ul li i{ position:absolute; right:0px; top:16px; color:#666; font-weight:bold; font-size:24px;transform: rotate(-90deg);}
	.pmenu ul li i.active{transform: rotate(0deg);}
	.pmenu ul li ul{ padding-bottom:15px;}
	.pmenu ul li ul li{ border-bottom:0px;}
	.pmenu ul li ul.menu-pro{ }
	.pmenu ul li.active ul.menu-pro{ display:flex; flex-wrap:wrap; gap:10px;}
	.pmenu ul li.active ul{ display:block;}
	.pmenu ul li ul.menu-pro li{ width:calc(33.33% - 7px);}
	.pmenu ul li ul li a{ font-weight:normal; margin-right:0px; font-size: 16px; line-height:24px;}
	.pmenu ul li ul li ul{ display:block;}
	.pmenu ul li ul li ul li a{ margin-left:40px; color:#666;line-height:30px;}
	.pmenu ul li ul.menu-pro li .menu-class{ }
	.pmenu ul li ul.menu-pro li .menu-class h4{ font-size:16px; font-weight:bold; text-align:left;}
	.pmenu ul li ul.menu-pro li .menu-class img{ width:60%; max-width:140px;}
	
	.hide-body{ height:0; overflow:hidden;}
	.show_menu{ z-index:300; position:absolute; top:26px; right:20px; height:16px; width:20px; cursor:pointer; z-index:10;}
	.show_menu:before,.show_menu:after,.show_menu span{position:absolute; cursor:pointer;width:20px; height:1px; background:#fff;transition: 0.3s all;-webkit-transition: 0.3s all;-o-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;}
	.show_menu:before{ content:"";left:0px; top:0px;}
	.show_menu:after{ content:"";left:0px; bottom:0px;}
	.show_menu span{left:0px; top:7px;display:inline-block;}
	.hide-body .show_menu:before{ top:8px; -webkit-transform: rotate(45deg);transform: rotate(45deg);}
	.hide-body .show_menu:after{ bottom:7px; -webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
	.hide-body .show_menu span{ display:none;}
	.hide-body .pmenu { left:0px;}
	
	.banner{
		padding-top: 60px;
	}

	.page1-txt h1{
		font-size: 80px;
	}

	.i-about-infos p{
		font-size: 14px;
	}
	.i-news-more a {
		width: 110px;
		height: 36px;
		font-size: 14px;
	}

    .page5-foot{
        font-size: 14px;
    }

    .i-news-img {
        height: 180px;
    }
    .i-news-para {
        padding: 10px;
    }
    .i-news-para h4{
        margin-bottom: 15px;
    }
    .i-news-para span{
        padding-top: 15px;
    }
    .i-ys-list .i-ys-item p{
        font-size: 16px;
        margin-top: 10px;
    }
	
}