@font-face {
	font-family: "HarmonyOS_Sans_SC_Light";
	font-display: swap;
	src: url('HarmonyOS_Sans_SC_Light.ttf');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Regular";
	font-display: swap;
	src: url('HarmonyOS_Sans_SC_Regular.ttf');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Bold";
	font-display: swap;
	src: url('HarmonyOS_Sans_SC_Bold.ttf');
}

input,
textarea,
select,
button,
area,
body {
	font-family: "HarmonyOS_Sans_SC_Regular";
}

body {
	background: #ffffff;
	font-family: "HarmonyOS_Sans_SC_Regular";
}

.after {
	transition: 0.3s;
	z-index: 2;
	position: absolute;
	right: 0;
	top: 50%;
	width: 20px;
	height: 20px;
	overflow: hidden;
	border-radius: 50%;
	margin-top: -10px;
}

.lang_after {
	right: 12px;
	background-color: #c49a4a;
}

.more_after {
	right: 12px;
	background-color: #000;
}

.after img {
	max-width: 100%;
}

.after .after-a {
	position: absolute;
	transition: 0.3s;
	transform: translate(0px, 0px);
	top: 0;
	left: 0;
}

.after .after-b {
	position: absolute;
	transition: 0.3s;
	transform: translate(-25px, 0px);
	top: 0;
	left: 0;
	opacity: 0;
}

.more-more a:hover .after .after-a,
.langtxt:hover .after .after-a {
	transform: translate(39px, 0px);
	opacity: 0;
}

.more-more a:hover .after .after-b,
.langtxt:hover .after .after-b {
	transform: translate(0px, 0px);
	opacity: 1;
}

.section {
	width: 94%;
	max-width: 1720px;
	margin: 0 auto;
}

.header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	transition: 0.5s;
	z-index: 999;
}

.header:before {
	content: '';
	width: 100%;
	height: 200%;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	top: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.001));
}

.header .section {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 10;
}

.header .logo {
	float: left;
	height: 86px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .logo a {
	width: 170px;
	display: block;
}

.header .logo a img {
	width: 100%;
}

.header .menu {
	width: 50%;
	float: right;
	margin-right: 250px;
}

.header .menu ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.header .menu ul li {
	text-align: center;
	position: relative;
}

.header .menu ul li a.menu-a {
	display: inline-block;
	position: relative;
	font-size: 18px;
	color: #fff;
	line-height: 86px;
}

.header .menu ul li a.menu-a::before {
	content: '';
	width: 0;
	height: 2px;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	bottom: 0;
	background: #c49a4a;
}

.header .menu ul li.on .menu-a::before,
.header .menu ul li:hover .menu-a::before {
	width: 100%;
}

.header .menu li .drop {
	background: rgba(255, 255, 255, 0.85);
	overflow: hidden;
	position: absolute;
	width: 200px;
	left: 50%;
	margin-left: -100px;
	padding: 10px 0;
	top: 86px;
	display: none;
	border-top: 1px solid #f0f0f0;
}

.header .menu li .drop ul {
	width: 100%;
	display: block;
	text-align: center;
}

.header .menu li .drop li {
	display: block;
	width: 98%;
	margin: 0 1%;
}

.header .menu li .drop li a {
	padding: 0 10px;
	color: #111;
	line-height: 40px;
	font-size: 16px;
}

.header .menu li .drop li a:hover {
	color: #c49a4a;
}

.header-icon {
	width: 80px;
	height: 27px;
	top: 50%;
	margin-top: -13.5px;
	position: absolute;
	right: 145px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	transition: 0.4s;
}

.headericon-a {
	width: 27px;
	height: 27px;
	margin: 0 3px;
	display: inline-block;
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	transition: 0.4s;
	background-color: #fff;
	border-radius: 50%;
}

.headericon-a:hover {
	background-color: #c49a4a;
}

.telicon {
	background-image: url(../tel_icon.png);
}

.mailicon {
	background-image: url(../mail_icon.png);
}

.lang_icon {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
	z-index: 10;
	line-height: 30px;
}

.langtxt {
	display: block;
	padding: 0 50px 0 15px;
	font-size: 14px;
	border: 1px solid #fff;
	border-radius: 35px;
	color: #fff;
	text-transform: uppercase;
}

.m_menu {
	align-items: center;
	justify-content: center;
	width: 24px;
	position: absolute;
	right: 22px;
	top: 0;
	height: 70px;
	display: none;
	transition: 0.4s;
}

.m_menu span {
	display: block;
	transition: ease .6s;
	width: 24px;
	height: 2px;
	background: #179bd4;
}

.m_menu .line2 {
	margin: 4px 0;
}

.m_menu.on .line3 {
	transform: translateY(-1px) rotate(-45deg);
}

.m_menu.on .line1 {
	transform: translateY(1px) rotate(45deg);
}

.m_menu.on .line2 {
	display: none;
}

.innerheader,
.fixnav {
	background: #000;
}

.index-title {
	overflow: hidden;
}

.index-title h2 {
	position: relative;
	line-height: 52px;
}

.txt {
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.white-color {
	color: #fff;
}

.more-more {
	overflow: hidden;
}

.more-more a {
	color: #000;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	line-height: 40px;
	font-size: 15px;
	transition: 0.4s;
	position: relative;
	border-radius: 30px;
	border: 1px solid #000;
	width: 172px;
	background-color: #f7f7f7;
}

.more-more i {
	display: inline-block;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	transition: 0.3s;
	margin-left: 30px;
	background: #000;
}

.more-more i img {
	width: 100%;
}

.more-more a:hover {
	background: #c49a4a;
	color: #fff;
	border: 1px solid #c49a4a;
}

.more-more a:hover img {
	filter: brightness(100);
}

/**/
.banner-swiper {
	position: sticky;
	top: 0;
	z-index: 1;
	overflow: hidden;
}

.swiper-slide-txt {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	left: 0;
	color: #fff;
}

.swiper-slide-txt h1 {
	font-size: 3.2vw;
	letter-spacing: 15px;
	animation-delay: 0.6s;
}

.banner-swiper-link {
	position: relative;
	animation-delay: 1s;
	width: 100%;
	max-width: 360px;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
}

.banner-swiper-link a {
	border: 1px solid #fff;
	color: #fff;
	width: 45%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-right: 3%;
	line-height: 48px;
	font-size: 16px;
	position: relative;
	overflow: hidden;
}

.banner-swiper-link i {
	max-width: 18px;
	margin-left: 10px;
}

.swiper-slide-active span,
.swiper-slide-active h1,
.swiper-slide-active h2,
.swiper-slide-active .banner-swiper-link {
	animation-name: fadeInUp;
}

.index-banner-img {
	padding-top: 48.38%;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.Scroll-button {
	right: 5%;
	bottom: 5%;
	z-index: 20;
	position: absolute;
}

.Scroll-button span {
	font-size: 16px;
	color: #fff;
	display: block;
	margin-bottom: 20px;
	position: relative;
	padding-left: 25px;
}

.Scroll-button span:before {
	content: '';
	width: 8px;
	height: 8px;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	top: 50%;
	margin-top: -4px;
	background: #fff;
	border-radius: 50%;
}

.button-pointer {
	display: inline-block;
	z-index: 11;
	width: 53px;
	height: 53px;
	position: relative;
	border-radius: 50%;
	border: 1px solid #fff;
}

.button-pointer i {
	display: block;
	position: absolute;
	left: 0;
	-webkit-animation-name: mouse;
	-webkit-animation-duration: 2.5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 2.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-name: mouse;
	animation-duration: 2.5s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-play-state: running;
	width: 100%;
	height: 100%;
	background-image: url(../icon14.png);
	background-size: 100%;
}

.product-button {
	width: 92px;
	height: 42px;
	position: relative;
	z-index: 10;
	margin-left: 10%;
}

.button-next,
.button-prev {
	width: 42px;
	line-height: 42px;
	height: 42px;
	top: 50%;
	margin-top: -21px;
	background: #fff;
	border-radius: 50%;
}

.button-next {
	right: 0;
}

.button-prev {
	left: 0
}

.button-next img,
.button-prev img {
	max-width: 100%;
}

.button-next:after,
.button-prev:after {
	display: none;
}

.button-next:hover,
.button-prev:hover {
	background: #c49a4a;
}

.button-next:hover img,
.button-prev:hover img {
	filter: brightness(100);
}

/*index-about*/
.index-about {
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	position: relative;
	z-index: 10;
	padding: 100px 0 60px 0;
}

.index-about::after {
	width: 164px;
	height: 114px;
	content: '';
	display: block;
	position: absolute;
	right: 0;
	background-image: url(../icon21.png);
	background-repeat: no-repeat;
	top: 0;
	background-size: 100%;
}

.about-left {
	width: 32%;
	float: left;
	overflow: hidden;
}

.about-right {
	width: 65%;
	float: right;
}

.about-right .txt {
	overflow: hidden;
	line-height: 35px;
}

.nrgriseadv {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
	background: #fff;
}

.nrgriseadv span {
	color: #fff;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -40px;
	padding: 20px 40px;
	border-top-left-radius: 35px;
	border-bottom-left-radius: 35px;
	background: #c49a4a;
	z-index: 20;
}

.nrgriseadv-img {
	float: right;
	overflow: hidden;
	border-top-left-radius: 120px;
}

.industry_layout {
	width: 100%;
	background-color: #fff;
	background-image: url(../industry_layout.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
	z-index: 10;
	padding: 100px 0;
}

.layout_title_more {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.layout-slide .box {
	width: 100%;
	overflow: hidden;
	border-radius: 30px;
	transition: 0.4s;
}

.layout-slide h4 {
	width: 100%;
	overflow: hidden;
	border-radius: 30px;
}

.industry_layout {
	width: 100%;
	background-color: #fff;
	background-image: url(../industry_layout.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
	z-index: 10;
	padding: 100px 0;
}

.layout-slide {
	display: block;
}

.layout-slide .box img {
	width: 100%;
	transition: 0.7s ease;
}

.layout-slide h4 {
	width: 100%;
	overflow: hidden;
}

.layout-slide:hover img {
	transform: scale(1.02, 1.02);
}

.layout-slide:hover .box {
	border-top-left-radius: 100px;
}

/*index-product */
.index-product {
	width: 100%;
	overflow: hidden;
	background: #000000;
	padding: 110px 0;
	position: relative;
	z-index: 10;
}

.index-product .index-title {
	max-width: 1100px;
}

.product-slide {
	width: 100%;
	overflow: hidden;
	border-radius: 15px;
	position: relative;
}

.product-slide h4 {
	position: absolute;
	left: 5%;
	width: 90%;
	z-index: 30;
	bottom: 5%;
	opacity: 1;
	transition: 0.15s;
}

.product-slide .box {
	position: relative;
}

.product-slide .box img {
	position: relative;
	z-index: 10;
}

.product-slide .box:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	background: rgba(0, 0, 0, 0.65);
	transition: 0.35s;
	border-radius: 15px;
	opacity: 1;
}

.product-slide .content {
	position: absolute;
	left: 3%;
	width: 94%;
	z-index: 10;
	bottom: -125%;
	z-index: 40;
	background-color: #fff;
	opacity: 0;
	transition: 0.75s;
	padding: 20px 30px;
	border-radius: 12px;
}

.product-slide .content .txt {
	margin: 20px 0;
}

.product-slide .content a {
	background: #c49a4a;
	color: #ffffff;
	border-radius: 30px;
	overflow: hidden;
	display: inline-block;
	padding: 5px 25px;
	font-size: 14px;
}

.swiper-slide-active .product-slide .content,
.swiper-slide-active .product-slide:hover .content {
	opacity: 1;
	bottom: 5%;
}

.swiper-slide-active .product-slide .box:before {
	opacity: 0;
}

.swiper-slide-active .product-slide h4,
.swiper-slide-active .product-slide:hover h4 {
	opacity: 0;
}

.index-supplier {
	width: 100%;
	overflow: hidden;
	background-color: #eeeff4;
	background-image: url(../supplier.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 120px;
	position: relative;
	z-index: 10;
}

.supplier_title_memo {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.supplier-num-logo {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #c8c8ca;
}

.num-box {
	overflow: hidden;
}

.num-box ul {
	overflow: hidden;
	width: 100%;
}

.num-box ul li {
	width: 100%;
	position: relative;
}

.num-box ul li .num {
	width: 100%;
	color: #c49a4a;
	display: flex;
	flex-wrap: wrap;
	font-family: 'HarmonyOS_Sans_SC_Bold';
}

.num-box ul li .counter {
	font-size: 3.5vw;
	font-weight: bold;
}

.num-box ul li em {
	font-size: 44px;
	font-style: normal;
	font-weight: bold;
	margin-left: 10px;
}

.num-box ul li span {
	font-size: 16px;
	color: #000000;
	display: block;
}

.supplier-num-logo .num-box {
	width: 18.6%;
	padding-top: 75px;
	border-right: 1px solid #c8c8ca;
}

.supplier-num-logo .num-box ul li {
	margin-bottom: 100px;
}

.supplier-num-logo .num-box ul li .con {
	margin-left: 20%;
}

.supplier-logo {
	width: 81.4%;
	padding-top: 75px;
	padding-left: 70px;
	padding-bottom: 25px;
}

.supplier-logo ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.supplier-logo ul li {
	width: 18%;
	margin-bottom: 30px;
	margin-left: 2%;
	background: #fff;
	border: 1px solid #dddddd;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 5px;
}

.supplier-logo ul li img {
	max-width: 80%;
}

.supplier-logo ul li:nth-child(6),
.supplier-logo ul li:nth-child(10) {
	margin-left: 22%;
}

.supplier-logo ul li:nth-child(14) {
	margin-left: 42%;
}

.supplier-logo img {
	max-width: 100%;
	position: relative;
	z-index: 10;
}

/*index-news */
.index-news {
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	padding: 100px 0;
	position: relative;
	z-index: 10;
}

.news_title_more {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news-slide-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}

.news-slide-list a {
	display: block;
	width: 48.8%;
	margin: 15px 0;
	color: #000;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: 0.3s;
}

.news-slide-list .content {
	width: 100%;
	padding: 50px 50px;
	background: #dddddd;
	transition: 0.1s;
}

.news-slide-list a h2 {
	margin-top: 110px;
	line-height: 35px;
	height: 70px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-slide-list a:hover {
	color: #fff;
}

.news-slide-list a:hover .content {
	background: none;
}

.swiper-pagination {
	width: 100%;
	margin-top: 15px;
	text-align: center;
	transition: 0.4s;
}

.swiper-pagination span {
	margin: 0 4px;
	width: 25px;
	height: 5px;
	transition: 0.4s;
	background: #d6d6d6;
}

.swiper-pagination .swiper-pagination-bullet-active {
	background: #c49a4a;
}

/*banner*/
.inner-title {
	width: 100%;
}

.inner-title h5 {
	color: #808080;
}

.banner {
	width: 100%;
	overflow: hidden;
	color: #fff;
	position: relative;
	margin-top: 86px;
}

.inner-banner-img {
	width: 100%;
	padding-top: 34.63%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: 20;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.banner-content h2 {
	font-size: 40px;
	position: relative;
}

.work-class {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: -62px;
	z-index: 30;
}

.work-class .section {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.5);
}

.work-class a {
	color: #fff;
	width: 20%;
	font-size: 18px;
	display: block;
	text-align: center;
	position: relative;
	line-height: 62px;
	padding: 0 5px;
}

.work-class a.choose,
.work-class a.on,
.work-class a:hover {
	background: #c49a4a;
}

/*inner-about */
.inner-about {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	padding: 90px 0 60px 0;
}

.inner-about .txt {
	line-height: 35px;
}

.inner-about .about-memo img {
	margin-bottom: 20px;
}

.inner-about .video-img {
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
	overflow: hidden;
	position: relative;
}

.inner-about .video-img img {
	width: 100%;
}

.video {
	margin: 40px auto;
	z-index: 20;
	width: 56px;
	height: 56px;
	border-radius: 50%;
}

.video img {
	width: 100%;
	position: relative;
	z-index: 20;
	border-radius: 50%;
}

.video .video_lock01 {
	display: block;
	background: #fcbd44;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	border-radius: 50%;
	height: 100%;
	position: absolute;
	-webkit-animation: playbtnscale 1.5s infinite;
	-moz-animation: playbtnscale 1.5s infinite;
	animation: playbtnscale 1.5s infinite;
}

.video .video_lock02 {
	display: block;
	background: #fcbd44;
	z-index: 10;
	left: 0;
	top: 0;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-animation: playbtnscal2 1.2s infinite;
	-moz-animation: playbtnscal2 1.5s infinite;
	animation: playbtnscal2 1.5s infinite;
}

.about-video {
	position: absolute;
	top: 50%;
	right: 50%;
	margin-top: -28px;
	margin-right: -28px;
}

.inner-culture {
	width: 100%;
	position: relative;
	padding: 90px 0;
	overflow: hidden;
	background: #000000;
}

.inner-culture .section {
	display: flex;
	flex-wrap: wrap;
}

.culture-list {
	width: 45%;
	overflow: hidden;
}

.culture-list ul {
	width: 100%;
	overflow: hidden;
}

.culture-list ul li {
	display: block;
	width: 100%;
	margin-top: 70px;
	position: relative;
	color: #fff;
	transition: 0.3s;
	cursor: pointer;
	padding-left: 45px;
}

.culture-list ul li img {
	max-width: 28px;
	position: absolute;
	left: 0;
	top: 5px;
	transition: 0.3s;
	z-index: 10;
}

.culture-list ul li p {
	color: #acacac;
}

.culture-img {
	width: 54%;
	margin-left: 1%;
	overflow: hidden;
}

.inner-history {
	width: 100%;
	padding: 80px 0 120px 0;
	overflow: hidden;
	background: #f5f5f5;
}

.inner-history .section {
	position: relative;
}

.main-growth {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 99;
}

.main-growth .growth-mySwiper2 {
	width: 90% !important;
	margin: 8px auto;
}

.growth-dl {
	width: 100%;
	margin: 40px auto;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	justify-content: space-between;
}

.growth-dl dt {
	width: 33%;
	font-size: 3.5vw;
	color: #c49a4a;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	position: relative;
	top: -14px;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
	font-weight: bold;
	font-family: 'HarmonyOS_Sans_SC_Bold';
}

.growth-dl dd {
	width: 65%;
	min-height: 150px;
	margin-left: 2%;
	overflow: hidden;
	display: flex;
	align-items: center;
	opacity: 0;
	position: relative;
	top: -14px;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

.growthsection {
	position: relative;
	z-index: 10;
}

.growth-dl .growth-box-txt {
	font-size: 26px;
	color: #3b3b3b;
}

.growth-mySwiper2 .swiper-slide-active .growth-dl dd,
.growth-mySwiper2 .swiper-slide-active .growth-dl dt {
	opacity: 1;
	top: 0;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
	transition-delay: 0.4s;
}

.growth-time-box {
	margin-top: 50px;
	position: relative;
}

.growth-time-box .section {
	position: relative;
}

.growth-prev,
.growth-next {
	margin-top: -10px;
}

.growth-next {
	right: 0;
}

.growth-prev {
	left: 0;
}

.growth-prev:after,
.growth-next:after {
	font-size: 20px;
}

.growth-time-box::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 7px;
	left: 0;
	z-index: 1;
	background: #d8d8d8;
}

.time-title {
	text-align: center;
	cursor: pointer;
}

.time-title h2 {
	font-size: 28px;
	color: #343434;
	margin: 35px 0 15px 0;
}

.time-title::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -7px;
	z-index: 10;
	background: #fff;
	border: 4px solid #ddd;
	border-radius: 100%;
}

.swiper-slide-thumb-active .time-title {
	color: #c49a4a;
}

.swiper-slide-thumb-active .time-title::before {
	border: 4px solid #c49a4a;
}

.DevelopmentPath_icon {
	position: absolute;
	bottom: -275%;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

.DevelopmentPath_icon img {
	width: 90%;
	display: inline-block;
}

.DevelopmentPath_icon.on {
	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	transform: rotate(-60deg);
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

.inner-honor {
	width: 100%;
	padding: 100px 0;
	overflow: hidden;
	background-image: url(../honor.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.honor-list01 {
	padding: 30px 0;
	border-top: 1px solid #e7e6e9;
}

.inner-honor ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.inner-honor ul li {
	width: 21%;
	margin: 50px 2%;
	text-align: center;
}

.inner-honor ul li .content {
	position: relative;
	padding: 0 55px;
	min-height: 120px;
}

.inner-honor ul li .content h5 {
	color: #444;
}

.inner-honor ul li h5 span {
	font-weight: bold;
	color: #c4a873;
	font-family: 'HarmonyOS_Sans_SC_Bold';
	margin-right: 10px;
}

.inner-honor ul li .txt {
	margin-top: 10px;
	color: #565656;
	font-weight: bold;
}

.inner-honor ul li .content:before,
.inner-honor ul li .content::after {
	content: "";
	display: block;
	width: 47px;
	height: 119px;
	position: absolute;
	top: 0;
	z-index: 10;
	background-size: 100%;
}

.inner-honor ul li .content:before {
	left: 0;
	background-image: url(../icon19.png);
}

.inner-honor ul li .content::after {
	right: 0;
	background-image: url(../icon20.png);
}

.inner-honor ul li h4 {
	font-weight: bold;
	color: #c4a873;
}

.inner-honor ul li h3 {
	color: #565656;
}

.inner-solutions {
	width: 100%;
	position: relative;
	padding: 90px 0;
	overflow: hidden;
	background: #f4f5f6;
}

.solutions-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}

.solutions-list a {
	width: 48%;
	position: relative;
	overflow: hidden;
	color: #fff;
	border-radius: 25px;
	display: block;
	margin: 25px 0;
}

.solutions-list a img {
	width: 100%;
	transition: 0.7s ease;
}

.solutions-list a h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	color: #fff;
	font-size: 20px;
	padding: 25px 0;
}

.solutions-list a:hover img {
	transform: scale(1.02, 1.02);
}

.solutions-content {
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 80px 0 130px 0;
}

.solutionsLeft {
	width: 18%;
	float: left;
	border-right: 1px solid #e9e9e8;
	border-top: 1px solid #e9e9e8;
}

.solutionsLeft a {
	display: block;
	font-size: 20px;
	color: #000;
	border-bottom: 1px solid #e9e9e8;
	text-align: center;
	padding: 40px 10px;
	position: relative;
}

.solutionsLeft a:before {
	content: "";
	display: block;
	width: 3px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	background: #c49a4a;
	opacity: 0;
}

.solutionsLeft a:hover,
.solutionsLeft a.on {
	color: #c49a4a;
}

.solutionsLeft a:hover:before,
.solutionsLeft a.on:before {
	opacity: 1;
}

.solutionsRight {
	width: 75%;
	float: right;
}

.solutionsRight h4 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 15px;
}

.solutionsRight .content {
	width: 100%;
	margin: 40px 0;
	line-height: 26px;
}

.solutionsRight .content img {
	max-width: 100%;
	margin: auto;
}

.solutionsRight ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.solutionsRight ul li {
	width: 48%;
	background: #e9e9e8;
	border-radius: 30px;
	padding: 60px 50px;
}

.solutionsRight ul li h5 {
	font-size: 27px;
	margin-bottom: 30px;
}

.solutionsRight ul li .txt {
	font-size: 18px;
}

.solutionsRight ul li .txt p {
	position: relative;
	padding-left: 23px;
	margin-bottom: 10px;
}

.solutionsRight ul li .txt p::before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	position: absolute;
	top: 8px;
	left: 0;
	z-index: 10;
	background: #c49a4a;
	border-radius: 50%;
}

.inner-service {
	width: 100%;
	position: relative;
	padding: 90px 0;
	overflow: hidden;
	background: #f4f5f6;
}

.service-dl {
	display: flex;
	flex-wrap: wrap;
}

.service-dl dl {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 70px 0;
}

.service-dl dl .section {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service-dl dl dt {
	overflow: hidden;
	position: relative;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-dl dl dd {
	border-radius: 40px;
	display: flex;
	flex-direction: column;
	justify-items: center;
	padding: 35px 75px 10px 75px;
	position: relative;
}

.service-dl dl dd h3 {
	color: #c49a4a;
	margin-top: 55px;
}

.service-dl dl dd .img {
	width: 80px;
	height: 80px;
	border: 1px solid #c49a4a;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.service-dl dl dd .img img {
	width: 50%;
}

.service-dl dl dd img.icon {
	position: absolute;
}

.service-dl dl.service-dl03 dd,
.service-dl dl.service-dl01 dd {
	width: 58%;
}

.service-dl dl.service-dl03 dt,
.service-dl dl.service-dl01 dt {
	width: 38.5%;
}

.service-dl dl.service-dl02 dd {
	width: 47%;
}

.service-dl dl.service-dl02 dt {
	width: 48%;
}

.service-dl dl.service-dl03 dd,
.service-dl dl.service-dl01 dd {
	background-color: #fff;
}

.service-dl dl.service-dl03 dd .img,
.service-dl dl.service-dl01 dd .img {
	position: absolute;
	right: 75px;
	top: 35px;
}

.service-dl dl.service-dl02 {
	background-color: #fff;
}

.service-dl dl.service-dl02 .section {
	flex-direction: row-reverse;
	background-color: #f4f5f6;
	border-radius: 40px;
}

.service-dl dl.service-dl02 dd {
	background-color: #f4f5f6;
}

.service-dl dl.service-dl02 dt {
	background-color: #f4f5f6;
	margin: 35px 2.5% 35px 0;
}

.service-dl dl.service-dl01 dd img.icon {
	left: 0;
	bottom: 0;
}

.service-dl dl.service-dl02 dd img.icon {
	left: 0;
	bottom: 15%;
}

.service-dl dl.service-dl03 dd img.icon {
	right: 0;
	bottom: 0;
}

.inner-news {
	width: 100%;
	overflow: hidden;
	background: #f4f5f6;
	padding: 80px 0;
}

.newsswiper {
	padding: 25px 65px;
	width: 100%;
	background: #fff;
	overflow: hidden;
}

.news-swiper-container {
	width: 100%;
	background: #fff;
	overflow: hidden;
}

.news-dl-link {
	display: block;
	width: 100%;
}

.news-dl-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	background: #fff;
}

.news-dl-box dt {
	width: 59%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.news-dl-box dt img {
	display: block;
	transform: translateZ(0px);
	transition: transform 0.7s ease 0s;
}

.news-dl-box dd {
	width: 41%;
	overflow: hidden;
	padding: 20px 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.news-dl-box dd span {
	color: #a4a4a4;
}

.news-dl-link:hover h3 {
	color: #c49a4a;
}

.news-dl-link:hover img {
	transform: scale(1.05, 1.05);
}

.news-swiper-pagination {
	width: 100%;
	max-width: 100px;
	bottom: 10%;
	right: 10px;
	position: absolute;
	text-align: left !important;
}

.news-swiper-pagination span {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	transition: 0.4s;
	background: #c49a4a;
	opacity: 0.5;
}

.news-swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}

.news-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin-top: 40px;
}

.list-a {
	overflow: hidden;
	position: relative;
	display: block;
	z-index: 10;
	color: #000;
}

.news-list a {
	width: 31%;
	margin: 15px 0;
}

.news-list a:nth-child(3n-1) {
	margin: 15px 3.5%;
}

.list-a .box {
	background: #f4f4f4;
}

.list-a .box img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.7s ease 0s;
}

.newscontent {
	padding: 35px 0;
}

.newscontent span {
	color: #a4a4a4;
}

.newscontent h2 {
	overflow: hidden;
	line-height: 40px;
}

.news-list a:hover h2 {
	color: #c49a4a;
}

.list-a:hover img,
.news-list a:hover img {
	transform: scale(1.1, 1.1);
}

.main-detail {
	width: 100%;
}

.main-detail .section {
	position: relative;
}

.main-detail_left {
	width: 75%;
	background-color: #ffffff;
	position: relative;
	padding: 70px 95px;
	float: left;
}

.main-title {
	width: 100%;
	overflow: hidden;
}

.main-title h1 {
	font-size: 35px;
}

.news_time_auter {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 45px 0;
	padding: 15px 10px;
	background: #f7f7f7;
	font-size: 16px;
}

.main-title .news_time {
	width: auto;
	color: #caa45c;
	position: relative;
}

.main-title .news_auter {
	color: #888;
	width: auto;
	margin-left: 40px;
	position: relative;
	padding-left: 25px;
}

.main-title .news_auter::before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -9px;
	z-index: 10;
	width: 16px;
	height: 18px;
	left: 0;
	background-image: url(../icon105.png);
}

.news-intro {
	width: 100%;
	font-size: 18px;
	line-height: 35px;
	overflow: hidden;
	color: #666666;
}

.main-detail_left .news-intro h3 {
	height: 40px;
	color: #333333;
	font-weight: bold;
	font-size: 20px;
	line-height: 40px;
	padding: 10px 0;
	margin: 10px 0;
	border-bottom: 1px solid #dcdcdc;
}

.main-detail_left .news-intro img {
	max-width: 100%;
	margin: 20px auto;
}

.main-detail_right {
	float: right;
	width: 20%;
}

.detail-news {
	width: 100%;
	position: -webkit-sticky;
	position: sticky;
	top: 84px;
	margin-top: 100px;
}

.detail-news h1 {
	width: 100%;
	overflow: hidden;
	padding: 25px 0;
	font-size: 26px;
	font-weight: bold;
	color: #caa45c;
	position: relative;
	border-bottom: 1px solid #dcdcdc;
}

.detail-news ul {
	width: 100%;
}

.detail-news ul li {
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
	position: relative;
	border-bottom: 1px solid #dcdcdc;
}

.detail-news ul li img {
	width: 100%;
}

.detail-news ul li h3 {
	display: block;
	color: #000;
	font-size: 22px;
}

.detail-news ul li span {
	display: block;
	color: #999999;
	font-size: 18px;
	margin: 15px 0;
}

.detail-news ul li a {
	width: 100%;
	display: block;
	color: #666666;
	font-size: 18px;
	line-height: 28px;
	position: relative;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.hot-news ul li a:hover,
.detail-news ul li a:hover {
	color: #caa45c;
}

.up-down {
	width: 100%;
	margin-top: 40px;
	border-top: 1px solid #eee;
}

.up-down ul {
	width: 100%;
}

.up-down ul li {
	width: 100%;
	font-size: 16px;
	margin: 15px 0;
}

.up-down ul li span {
	color: #888;
}

.up-down ul li a:hover {
	color: #caa45c;
}

.t_button {
	margin-top: 55px;
}

.t_g4shen {
	font-size: 20px;
	color: #fff;
	line-height: 1.5;
	padding: 17.5px 82.5px;
	background: #caa45c;
	display: inline-block;
	cursor: pointer;
}

.up-down {
	width: 100%;
	margin-top: 40px;
}

.up-down ul {
	width: 100%;
}

.up-down ul li {
	width: 100%;
	font-size: 16px;
	margin: 15px 0;
}

.up-down ul li span {
	color: #888;
}

.up-down ul li a:hover {
	color: #caa45c;
}

/*inner-job*/
.inner-job {
	width: 100%;
	padding: 100px 0;
	overflow: hidden;
	background: #f4f4f4;
}

.inner-job ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.inner-job ul li {
	width: 31%;
	margin: 15px 0;
	padding: 50px 38px 30px 38px;
	background: #fff;
}

.inner-job ul li:nth-child(3n-1) {
	margin: 15px 3.5%;
}

.inner-job ul li h4 {
	font-weight: bold;
}

.inner-job ul li .job-icon {
	padding: 30px 0;
	overflow: auto;
}

.inner-job ul li i {
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	display: inline-block;
	transition: 0.3s;
	position: relative;
	margin-right: 6%;
}

.inner-job ul li i img {
	content: '';
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	bottom: 0;
}

.inner-job ul li i {
	padding-left: 30px;
}

.inner-job ul li .content {
	height: 275px;
	padding-right: 20px;
	overflow: auto;
}

.inner-job ul li .content::-webkit-scrollbar {
	width: 3px;
	height: 1px;
}

.inner-job ul li .content::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #c49a4a;
}

.inner-job ul li .content::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #e4e4e4;
}

.inner-job ul li .txt {
	line-height: 25px;
}

.inner-job ul li .txt h5 {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 20px;
}

.inner-job ul li .link {
	margin-top: 15px;
	padding-top: 20px;
	overflow: hidden;
	font-size: 16px;
	text-align: center;
	border-top: 3px solid #c49a4a;
}

.inner-job ul li .link a {
	color: #c49a4a;
	font-size: 20px;
}

.inner-job ul li a:hover i,
.inner-job ul li a:hover h4 {
	color: #01a7ed;
}

.job-detail {
	width: 100%;
	overflow: hidden;
	padding: 150px 0 100px 0;
	background: #fff;
}

.job-detail h1 {
	padding-top: 27px;
	margin-bottom: 25px;
	font-size: 38px;
}

.job-detail-prop {
	width: 100%;
	overflow: hidden;
	font-size: 20px;
}

.job-detail-prop p {
	color: #666;
	margin-right: 90px;
	float: left;
	display: inline-block;
}

.job-txt .box {
	margin: 73px 0;
}

.job-txt {
	font-size: 16px;
	color: #666;
	line-height: 32px;
}

.job-txt h2 {
	font-size: 34px;
	color: #333;
	margin-bottom: 35px;
}

.job_intro {
	width: 100%;
	overflow: hidden;
	background: #f5f5f5;
	padding: 100px 0;
	color: #444;
}

.job_intro h3 {
	width: 100%;
	font-size: 30px;
	overflow: hidden;
	color: #000;
	margin-bottom: 35px;
}

/*inner-supplier */
.inner-supplier {
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 90px 0;
}

.inner-supplier .content {
	width: 90%;
	margin: 0 auto;
	line-height: 35px;
}

.appeal-report-content {
	padding: 70px 50px;
	background: #efebe3;
	border: 1px solid #c49a4a;
	border-radius: 20px;
}

.appeal-report-content h4 {
	color: #c49a4a;
	font-weight: bold;
}

.appeal-report-content h3 a {
	color: #c49a4a;
}

.appeal-report-content h5,
.appeal-report-content .txt {
	color: #555555;
}

.supplier-content {
	padding: 40px 40px;
	background: #f4f5f6;
	border-radius: 20px;
}

.supplier-content ul li h4,
.supplier-content h1 {
	color: #c49a4a;
}

.supplier-content h1 span {
	font-weight: bold;
}

.supplier-content h5 {
	color: #b70000;
}

.supplier-content h3 {
	color: #555555;
}

.supplier-content ul {
	display: flex;
	flex-wrap: wrap;
	margin: 25px 0;
}

.supplier-content ul li {
	width: 45%;
	margin: 10px 5% 10px 0;
}

.supplier-content .lc-txt {
	position: relative;
	padding-left: 23px;
display: flex;flex-wrap: wrap;
}

.supplier-content .lc-txt span {
	display: inline-block;
	position: relative;
	padding-right: 110px;
}

.supplier-content .lc-txt a.down01 {
	position: absolute;
	right: 75px;
	bottom: 9px;
}

.supplier-content .lc-txt a.down02 {
	position: absolute;
	right: 0;
	bottom: 9px;
}

.supplier-content .lc-txt a.down01:hover,
.supplier-content .lc-txt a.down01:hover {
	opacity: 0.6;
}

.supplier-content .lc-txt a {
	color: #555555;
}

.supplier-content .lc-txt a:hover {
	color: #c49a4a;
}

.supplier-content .lc-txt:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 13px;
	left: 0;
	z-index: 10;
	background: #c49a4a;
	border-radius: 50%;
}

/*inner-contact */
.inner-contact {
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 110px 0;
}

.inner-contact .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-content {
	width: 30%;
}

.contact-icon {
	width: 100%;
	overflow: hidden;
	display: flex;
	margin-bottom: 35px;
}

.contact-icon a {
	display: inline-block;
	max-width: 43px;
	margin-right: 20px;
	transition: 0.3s;
}

.contact-icon img {
	max-width: 100%;
}

.contact-icon a:hover {
	opacity: 0.6;
}

.contact-ul {
	width: 60%;
	overflow: hidden;
}

.contact-ul ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-ul ul li {
	margin: 15px 1%;
	padding: 20px 20px;
	position: relative;
	color: #000;
	background: #f4f5f6;
	border: 1px solid #eeeeee;
	border-radius: 30px;
}

.contact-ul ul li:nth-child(1),
.contact-ul ul li:nth-child(2),
.contact-ul ul li:nth-child(3),
.contact-ul ul li:nth-child(4) {
	width: 48%;
}

.contact-ul ul li:last-child {
	width: 98%;
}

.contact-ul ul li .content {
	position: relative;
	padding-left: 85px;
}

.contact-ul ul li h3 {
	margin-bottom: 5px;
}

.contact-ul ul li .content .txt {
	font-weight: bold;
}

.contact-ul ul li .img {
	display: flex;
	align-items: center;
	justify-content: center;
	content: '';
	width: 64px;
	height: 64px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -32px;
	background-color: #c89a4f;
	border-radius: 50%;
}

.contact-ul ul li .img img {
	width: 60%;
}

.map-form {
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	margin-top: 125px;
	background: #dddddd;
	position: relative;
}

#mapDiv {
	overflow: hidden;
	width: 50%;
	height: 100%;
	position: absolute;
}

.form-form {
	width: 50%;
	overflow: hidden;
	background: #dddddd;
	background-size: cover;
	padding: 50px 95px;
	position: relative;
	margin-left: 50%;
}

.form-form ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form-form ul li {
	overflow: hidden;
	margin: 15px 0;
	position: relative;
}

.form-form ul li.name,
.form-form ul li.tel {
	width: 48.5%;
}

.form-form ul li.button_li,
.form-form ul li.content,
.form-form ul li.company,
.form-form ul li.email {
	width: 100%;
}

.form-form ul li.button_li {
	margin-top: 30px;
}

.form-form ul li input {
	line-height: 60px;
	width: 100%;
	font-size: 17px;
	padding: 0 15px;
	color: #000;
	font-weight: 300;
	background: #fff;
	border: 1px solid #fff;
	position: relative;
	border-radius: 0;
}

.form-form ul li textarea {
	width: 100%;
	height: 197px;
	padding: 8px 15px;
	font-size: 17px;
	background: #fff;
	border: 1px solid #fff;
	position: relative;
}

.form-form ul li input::placeholder {
	color: #7d7d7d;
}

.form-form ul li textarea::placeholder {
	color: #7d7d7d;
}

.form-form ul li .button {
	width: 100%;
	max-width: 205px;
	font-size: 22px;
	outline: none;
	color: #fff;
	padding: 0 10px;
	border-radius: 50px;
	background-color: #c49a4a;
	border: 2px solid #c49a4a;
}

.form-form input::placeholder {
	color: #828282;
}

.qt-pagination {
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding: 60px 0;
	line-height: 40px;
	text-align: center;
	font-size: 17px;
	color: #868686;
}

.qt-pagination a {
	margin: 0 5px;
	font-size: 17px;
	min-width: 40px;
	line-height: 40px;
	padding: 0 6px;
	display: inline-block;
	text-align: center;
	color: #868686;
}

.qt-pagination .pages,
.qt-pagination a:hover {
	background: #c49a4a;
	color: #fff;
}

.footer {
	width: 100%;
	overflow: hidden;
	background-color: #000000;
	background-image: url(../footer.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	z-index: 10;
}

.about-footer {
	background-image: url(../about-footer.jpg);
}

.footer:before {
	content: '';
	width: 50.5%;
	height: 100%;
	right: 7.3%;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	bottom: 0;
	background-image: url(../footer-icon.png);
	background-size: 100% 100%;
}

.footer_box {
	width: 100%;
	overflow: hidden;
	color: #fff;
	position: relative;
	z-index: 10;
}

.foot-span-mail {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
	margin-top: 115px;
}

.foot-span {
	width: 50%;
}

.foot-mail {
	width: 40%;
}

.touch-form {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.touch-form ul.formbox147 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.touch-form ul li.email {
	width: 65%;
	position: relative;
}

.touch-form ul li.email::before {
	content: '';
	width: 22px;
	height: 16px;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	top: 50%;
	margin-top: -8px;
	background-image: url(../icon02.png);
	background-size: 100%;
}

.touch-form ul li.button_li {
	width: 35%;
}

.touch-form input.email::placeholder {
	color: #929292;
}

.touch-form ul input.email {
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #626364;
	outline: none;
	width: 100%;
	font-size: 16px;
	color: #929292;
	box-sizing: border-box;
	padding: 0 15px 0 35px;
	line-height: 50px;
	background: none;
}

.touch-form ul input.button {
	width: 100%;
	line-height: 50px;
	font-size: 18px;
	outline: none;
	color: #fff;
	background-color: #caa45c;
	border: 1px solid #caa45c;
}

.footer_box .box {
	width: 100%;
	margin: 150px 0;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-contact {
	width: 20%;
}

.foot-logo {
	width: 100%;
	overflow: hidden;
}

.foot-contact ul {
	width: 100%;
}

.foot-contact ul li {
	width: 100%;
	font-size: 20px;
	margin: 10px 0;
	padding-left: 32px;
	position: relative;
}

.foot-contact ul li a {
	color: #fff;
}

.foot-contact ul li.mail:before {
	content: '';
	width: 20px;
	height: 20px;
	transition: 0.3s;
	position: absolute;
	left: 0;
	top: 4px;
	z-index: 20;
	background-image: url(../mail.png);
	background-size: 100%;
}

.foot-contact ul li.tel:before {
	content: '';
	width: 20px;
	height: 20px;
	transition: 0.3s;
	position: absolute;
	left: 0;
	top: 5px;
	z-index: 20;
	background-image: url(../tel.png);
	background-size: 100%;
}

.foot-tel a:hover,
.foot-contact ul li a:hover {
	color: #caa45c;
}

.foot-menu {
	width: 68%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-menu h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.foot_contlis .menu-ul {
	overflow: hidden;
	width: 100%;
}

.foot-menu ul li {
	width: 100%;
	font-size: 15px;
	margin: 5px 0;
	position: relative;
}

.foot-menu ul li a {
	color: #fff;
	font-family: "Microsoft YaHei";
	font-weight: 500;
}

.foot-menu ul li a:hover {
	color: #caa45c;
}

.foot-Support {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-Support .img {
	width: 60px;
	display: flex;
}

.foot-Support .img img {
	width: 100%;
}

.foot-copyright {
	width: 100%;
	padding: 35px 0;
	overflow: hidden;
	line-height: 25px;
	color: #fff;
	font-size: 15px;
	position: relative;
	z-index: 10;
}

.foot-copyright .section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-copyright a {
	color: #fff;
}

.foot-copyright a:hover {
	opacity: 0.7;
}

.copyright-content {
	display: flex;
	flex-wrap: wrap;
	opacity: 0.35;
}

.copyright-icon {
	display: flex;
}

.copyright-icon a {
	display: inline-block;
	max-width: 32px;
	margin-right: 20px;
	transition: 0.3s;
}

.copyright-icon img {
	max-width: 100%;
}

.copyright-icon a:hover {
	opacity: 0.6;
}

.cd-top {
	display: inline-block;
	height: 44px;
	width: 40px;
	position: fixed;
	bottom: 20px;
	right: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {
	opacity: 1;
}

.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}

@media (max-width:1620px) {
	.header .menu ul li a.menu-a {
		font-size: 16px;
	}

	.header .menu {
		width: 52%;
	}
}

@media (max-width:1500px) {
	.langtxt {
		font-size: 14px;
	}

	.header .menu ul li a.menu-a {
		font-size: 15px;
	}

	.growth-dl .growth-box-txt {
		font-size: 20px;
	}

	.header .logo a {
		width: 160px;
	}

	.index-title h2 {
		line-height: 38px;
	}

	.banner-content h2 {
		font-size: 30px;
	}

	.work-class a {
		font-size: 16px;
	}

	.solutions-list a h2 {
		font-size: 16px;
	}

	.solutionsRight h4 {
		font-size: 24px;
	}

	.solutionsLeft a {
		font-size: 17px;
	}

	.solutionsRight ul li h5 {
		font-size: 20px;
	}

	.solutionsRight ul li .txt {
		font-size: 16px;
	}

	.newsswiper {
		padding: 25px 45px;
	}

	.newscontent h2 {
		overflow: hidden;
		line-height: 33px;
	}

	.main-title h1 {
		font-size: 25px;
	}

	.news-intro {
		font-size: 15px;
		line-height: 25px;
	}

	.detail-news ul li span {
		font-size: 14px;
		margin: 5px 0;
	}

	.detail-news ul li h3 {
		font-size: 15px;
	}

	.header .menu li .drop li a {
		font-size: 14px;
		line-height: 30px;
	}

	.foot-menu h3 {
		font-size: 16px;
	}

	.foot-contact ul li {
		font-size: 16px;
	}

	.foot-menu ul li {
		font-size: 14px;
	}

	.foot-copyright {
		font-size: 13px;
	}

	.index-about::after {
		width: 120px;
		height: 83px;
	}

	.touch-form ul input.button {
		font-size: 15px;
	}

	.button-next,
	.button-prev {
		width: 30px;
		line-height: 30px;
		height: 30px;
		margin-top: -15px;
	}

	.product-button {
		width: 75px;
		height: 30px;
		position: relative;
		z-index: 10;
		margin-left: 4%;
	}

	.time-title h2 {
		font-size: 20px;
	}

	.form-form ul li input {
		line-height: 50px;
		width: 100%;
		font-size: 15px;
	}

	.form-form ul li {
		margin: 10px 0;
	}
}

@media (max-width:1420px) {
	.headericon-a {
		width: 29px;
		height: 29px;
	}
}

@media (max-width:1190px) {
	.inner-honor ul li {
		width: 40%;
		margin: 50px 5%;
		text-align: center;
	}

	.header {
		z-index: 9999;
		background: #fff;
		height: 70px;
	}

	.header:before {
		display: none;
	}

	.header .section {
		width: 100%;
		padding: 0 22px;
	}

	.header-icon {
		display: none;
	}

	.header .logo {
		height: 70px;
	}

	.header .logo a {
		width: 145px;
	}

	.lang_icon {
		right: 60px;
		line-height: 30px;
		margin-top: -15px;
	}

	.langtxt {
		display: block;
		padding: 0 40px 0 15px;
		border: 1px solid #000;
		border-radius: 35px;
		color: #000;
		text-transform: uppercase;
	}

	.after {
		width: 22px;
		height: 22px;
		margin-top: -11px;
	}

	.m_menu {
		display: flex;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 70px;
		background: #c49a4a;
		width: 100%;
		display: none;
		z-index: 999;
	}

	.header .menu ul {
		display: block;
		width: 100%;
		overflow: hidden;
		float: none;
	}

	.header .menu ul li {
		width: 100%;
		text-align: left;
		padding: 0;
		position: relative;
		border-bottom: 1px solid #e3af4b;
	}

	.header .menu ul li a.menu-a {
		padding: 0;
		margin-left: 22px;
		display: inline-block;
		line-height: 50px;
		font-size: 16px;
		color: #fff;
	}

	.fixnav a.menu-a,
	.inner-header a.menu-a {
		color: #fff !important;
	}

	.header .menu ul li.menu-li:nth-child(1):after,
	.header .menu ul li.menu-li:nth-child(2):after {
		width: 10px;
		height: 6px;
		content: '';
		display: block;
		position: absolute;
		right: 30px;
		top: 22px;
		background-image: url(../menu-span.png);
		background-size: 100%;
	}

	.header .menu li .drop {
		position: static;
		width: 100%;
		margin: 0;
	}

	.header .menu li .drop ul {
		width: 100%;
		padding: 0;
	}

	.header .menu ul li a.a1::before {
		display: none;
	}

	.header .menu li .drop .hide {
		display: none;
	}

	.header .menu li .drop li {
		width: 100%;
		text-align: left;
		box-sizing: border-box;
		border: none;
	}

	.header .menu li .drop li a {
		padding: 0 10px;
		color: #111;
		line-height: 28px;
		font-size: 15px;
	}

	.banner-swiper,
	.banner {
		margin-top: 70px;
	}

	.fixnav .menu ul li.on a.a1 {
		color: #fff !important;
	}

	.form-form {
		padding: 20px 35px;
	}

	.foot_contlis {
		width: 31%;
		margin-right: 2%;
		margin-bottom: 15px;
	}
}

@media (max-width:999px) {
	.index-banner-img {
		height: 510px;
		padding-top: 0;
	}

	.contact-content,
	.contact-ul,
	.about-left,
	.about-right {
		width: 100%;
		overflow: hidden;
	}

	.contact-ul,
	.about-right {
		margin-top: 35px;
	}

	.nrgriseadv-img {
		height: 320px;
		display: flex;
		align-items: normal;
		justify-content: center;
		border-top-left-radius: 0;
	}

	.product-slide .content {
		padding: 12px 15px;
		border-radius: 8px;
	}

	.supplier-num-logo .num-box {
		width: 100%;
		padding: 35px 0;
		border-right: 0;
	}

	.supplier-num-logo .num-box ul li {
		margin-bottom: 0;
	}

	.supplier-logo ul li {
		width: 18%;
		margin-bottom: 10px;
		margin-left: 2%;
		padding: 10px 5px;
	}

	.supplier-logo {
		width: 100%;
		padding: 15px 0;
	}

	.num-box ul {
		display: flex;
		flex-wrap: wrap;
	}

	.num-box ul li {
		width: 31.33%;
		margin-right: 2%;
	}

	.num-box ul li .counter {
		font-size: 30px;
	}

	.num-box ul li em {
		font-size: 15px;
		margin-left: 5px;
	}

	.num-box ul li span {
		font-size: 14px;
	}

	.productwrapper {
		padding: 0 20px;
	}

	.news-slide-list .content {
		padding: 25px 25px;
	}

	.news-slide-list a h2 {
		margin-top: 50px;
	}

	.index-title h2 {
		margin-bottom: 15px;
	}

	.supplier-memo,
	.index-title {
		width: 100%;
		text-align: center;
	}

	.index-about::after {
		display: none;
	}

	.news_title_more .more-more,
	.layout_title_more .more-more {
		display: none;
	}

	.more-more a {
		margin: 10px auto;
	}

	.txt {
		line-height: 24px;
	}

	.inner-title h2 {
		margin-bottom: 15px;
	}

	.solutionsLeft,
	.solutionsRight {
		width: 100%;
		margin: 15px 0;
	}

	.solutionsRight h4 {
		font-size: 20px;
	}

	.solutionsLeft {
		line-height: 50px;
		height: 50px;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}

	.solutionsLeft::-webkit-scrollbar {
		display: none
	}

	.solutionsLeft a {
		display: inline-block;
		width: auto;
		padding: 0 10px;
		margin: 0 10px 0 0;
	}
}

@media (max-width:768px) {
	.newsswiper {
		display: none;
	}

	.work-class a.choose,
	.work-class a.on,
	.work-class a:hover {
		background: #c49a4a;
		color: #fff;
	}

	.news_time_auter {
		margin: 20px 0;
		padding: 8px 10px;
		font-size: 14px;
	}

	.news-list a {
		width: 48%;
		margin: 15px 1%;
	}

	.news-list a:nth-child(3n-1) {
		margin: 15px 1%;
	}

	.foot-span,
	.foot-mail,
	.foot-contact,
	.foot-menu,
	.copyright-icon {
		width: 100%;
	}

	.copyright-icon a {
		max-width: 22px;
		margin-right: 10px;
	}

	.foot-span,
	.foot-contact {
		margin-bottom: 30px;
	}

	.copyright-content {
		margin: 5px 0 15px 0;
	}

	.touch-form ul input.button {
		font-size: 14px;
	}

	.footer_box .box {
		margin: 30px 0;
	}

	.culture-list,
	.culture-img {
		width: 100%;
		margin: 8px 0;
	}

	.culture-img img {
		width: 100%;
	}

	.main-detail_left {
		width: 100%;
		padding: 35px 25px;
	}

	.main-detail_right {
		display: none;
	}

	.inner-job ul li {
		width: 48%;
		margin: 10px 1%;
		padding: 20px 15px;
	}

	.inner-job ul li:nth-child(3n-1) {
		margin: 10px 1%;
	}
}

@media (max-width:658px) {
	.foot-menu .foot_contlis {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 0;
	}

	.foot-menu .foot_contlis ul {
		display: none;
		background: #fff;
		padding: 10px;
	}

	.foot-menu .w2 li {
		width: 100%;
	}

	.foot-box h3 {
		font-weight: normal;
	}

	.foot-menu h3 {
		line-height: 55px;
		margin: 0;
		font-size: 16px;
		border-bottom: 1px solid #dadada;
		position: relative;
	}

	.fold h3::after {
		background: url(../sanjiao.png) !important;
	}

	.foot_contlis h3::after {
		content: '';
		display: block;
		width: 12px;
		height: 11px;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -4px;
		background: url(../sanjiao-h.png);
	}

	.foot-menu ul li a {
		color: #000;
	}

	.solutionsRight ul li {
		width: 100%;
		border-radius: 15px;
		padding: 20px 15px;
		margin-bottom: 20px;
	}

	.solutionsRight ul li h5 {
		font-size: 18px;
	}

	.solutionsRight ul li .txt {
		font-size: 15px;
	}

	.inner-job ul li {
		width: 98%;
		margin: 15px 1%;
		background: #fff;
	}

	.inner-supplier .content {
		width: 96%;
		line-height: 28px;
	}

	.supplier-content ul li {
		width: 98%;
		margin: 10px 2% 10px 0;
	}

	.contact-icon a {
		display: inline-block;
		max-width: 28px;
		margin-right: 10px;
		transition: 0.3s;
	}

	.supplier-content {
		padding: 20px 20px;
		background: #f4f5f6;
		border-radius: 20px;
	}

	.main-title h1 {
		font-size: 20px;
	}

	.foot-copyright {
		padding: 20px 0;
	}

	.section {
		width: 100%;
		padding: 0 14px;
	}

	.header .section {
		padding: 0 14px;
	}

	.m_menu {
		right: 14px;
	}

	.langtxt {
		font-size: 12px;
		padding: 0 30px 0 10px;
	}

	.contact-ul ul li:nth-child(1),
	.contact-ul ul li:nth-child(2),
	.contact-ul ul li:nth-child(3),
	.contact-ul ul li:nth-child(4) {
		width: 98%;
	}

	.contact-ul ul li {
		margin: 15px 1%;
		padding: 10px 10px;
	}

	.contact-ul ul li .img {
		width: 44px;
		height: 44px;
		margin-top: -22px;
	}

	.contact-ul ul li .content {
		position: relative;
		padding-left: 55px;
	}

	.map-form {
		margin-top: 45px;
	}

	#mapDiv {
		width: 100%;
		position: relative;
		height: 300px;
	}

	.form-form {
		width: 100%;
		margin-left: 0;
	}

	.form-form ul li input {
		line-height: 40px;
		width: 100%;
		font-size: 15px;
	}

	.after {
		width: 18px;
		height: 18px;
		margin-top: -9px;
	}

	.lang_icon {
		right: 53px;
		line-height: 26px;
		margin-top: -13px;
	}

	.more-more a {
		line-height: 35px;
		font-size: 16px;
		width: 160px;
	}

	.more-more {
		margin-top: 30px;
	}

	.index-about::after {
		display: none;
	}

	.about-right .txt {
		overflow: hidden;
		line-height: 28px;
	}

	.industry_layout,
	.index-about,
	.index-product,
	.index-news,
	.inner-about,
	.inner-culture,
	.inner-history,
	.inner-honor,
	.inner-news {
		padding: 45px 0;
	}

	.news-list {
		margin-top: 0;
	}

	.inner-about .txt {
		line-height: 28px;
	}

	.culture-list ul li {
		margin: 30px 0;
		padding-left: 45px;
	}

	.about-video {
		margin-top: -15px;
		margin-right: -15px;
	}

	.video {
		width: 30px;
		height: 30px;
	}

	.index-supplier {
		padding-top: 40px;
	}

	.nrgriseadv-img {
		display: none;
	}

	.nrgriseadv span {
		width: 100%;
		position: static;
		margin: 0;
		text-align: center;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	.layout-slide .box {
		border-radius: 10px;
		transition: 0.4s;
	}

	.layout-slide:hover .box {
		border-top-left-radius: 10px;
	}

	.button-pointer {
		width: 30px;
		height: 30px;
	}

	.Scroll-button span {
		font-size: 12px;
		color: #fff;
		display: block;
		margin-bottom: 20px;
		position: relative;
		padding-left: 15px;
	}

	.Scroll-button span:before {
		content: '';
		width: 5px;
		height: 5px;
		margin-top: -2.5px;
	}

	.news-slide-list a {
		width: 100%;
	}

	.product-slide .content {
		position: static;
		width: 100%;
		border-radius: 0;
	}

	.index-banner-img {
		height: 320px;
		padding-top: 0;
	}

	.inner-banner-img {
		height: 170px;
		padding-top: 0;
	}

	.solutions-list a {
		width: 100%;
		border-radius: 10px;
	}

	.news_title_more .more-more {
		display: none;
	}

	.touch-form ul input.button {
		line-height: 44px;
	}

	.touch-form ul input.email {
		font-size: 14px;
		padding: 0 11px 0 35px;
		line-height: 45px;
	}

	.appeal-report-content {
		padding: 35px 25px;
		border-radius: 12px;
	}

	.work-class {
		width: 100%;
		margin-top: 0;
		z-index: 30;
	}

	.work-class a {
		width: auto;
		line-height: 50px;
		padding: 0 10px;
		color: #111;
	}

	.work-class .section {
		background: #eee;
		padding: 0;
	}

	.news-list a {
		width: 98%;
	}

	.growth-dl dt {
		font-size: 24px;
	}

	.growth-dl .growth-box-txt {
		font-size: 17px;
	}

	.inner-honor ul li {
		width: 70%;
		margin: 20px 15%;
		text-align: center;
	}

	.form-form ul li {
		margin: 5px 0;
	}

	.nrgriseadv span {
		padding: 35px 30px;
	}

	.swiper-slide-txt h1 {
		font-size: 25px;
		letter-spacing: 1px;
	}

	.header .menu ul li a.menu-a {
		margin-left: 14px;
	}

	.header .menu ul li.menu-li:nth-child(1):after,
	.header .menu ul li.menu-li:nth-child(2):after {
		right: 14px;
	}

	.inner-solutions,
	.inner-contact,
	.inner-supplier,
	.inner-job {
		padding: 45px 0;
	}

	.work-class a {
		font-size: 14px;
	}

	.form-form ul li.name,
	.form-form ul li.tel {
		width: 100%;
	}

	.form-form {
		padding: 20px 15px;
	}

	.inner-job ul li i {
		display: block;
		margin: 5px 0;
	}

	.qt-pagination a {
		margin: 0 5px;
		font-size: 15px;
		min-width: 30px;
		line-height: 30px;
	}

	.main-detail_left {
		padding: 35px 10px;
	}

	.banner-content h2 {
		font-size: 24px;
	}

	.service-dl dl {
		width: 100%;
		padding: 30px 0;
	}

	.service-dl dl.service-dl02 dt,
	.service-dl dl.service-dl02 dd,
	.service-dl dl.service-dl03 dd,
	.service-dl dl.service-dl01 dd {
		width: 100%;
		margin: 5px 0;
		padding: 20px 25px;
	}

	.service-dl dl dd h3 {
		color: #c49a4a;
		margin-top: 20px;
	}

	.service-dl dl.service-dl03 dt,
	.service-dl dl.service-dl01 dt {
		width: 100%;
		margin: 5px 0;
	}

	.service-dl dl dt {
		border-radius: 10px;
	}

	.service-dl dl dt img {
		width: 100%;
	}

	.service-dl dl dd .img {
		width: 40px;
		height: 40px;
	}

	.service-dl dl.service-dl03 dd .img,
	.service-dl dl.service-dl01 dd .img {
		position: absolute;
		right: 13px;
		top: 11px;
	}
}