﻿* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	font-size: 14px;
}

ul li {
	list-style: none;
}

ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

h1,
p {
	margin: 0 !important;
	padding: 0 !important;
}

a {
	text-decoration: none !important;
}

a:link {
	text-decoration: none !important;
}
a:active {
	text-decoration: none !important;
}

a:hover {
	text-decoration: none !important;
}

body {
	width: 100%;
	height: 100%;
}
#section-footer{
	background:#212020;
}
#section-footer #footer-text{
	height: 150px!important;/*设置尾屏高度*/
}
#nav_top {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	list-style-type: none;
	z-index: 99999;
	width: 100%;
	left: 0;
	height: 123px;
	background-color: rgba(27, 94, 84, .8);
	box-sizing: border-box;
	border-bottom: 3px solid #eaca80;
}
.ditu:after{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
	top:0;
	left:0;
}
.nav_main {
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	margin: auto;
}

.nav_top {
	position: absolute;
	border: none;
	background: none;
	width: 100%;
}

#menu li {
	height: 100%;
	position: relative;
}

#menu {
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

#menu li a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	height: 100%;
	align-items: baseline;
	box-sizing: border-box;
	padding-top: 35px;
	position: relative;
}

#menu li a::after {
	position: absolute;
	content: "";
	width: 9px;
	height: 9px;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 50%;
	top: 20px;
	left: 50%;
	margin-left: -4.5px;
}

#menu li:nth-child(5) a {
	padding-top: 0;
}

#menu li:nth-child(5) a::after {
	display: none;
}

.nav_right {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

#menu li a span {
	font-family: "宋体";
	font-size: 16px;
	color: #ffffff;
	writing-mode: tb-rl;
}

#menu li:nth-child(4):after {
	display: none;
}

#menu li:nth-child(9):after {
	display: none;
}

#menu li a span:nth-child(2) {
	font-family: "宋体";
	color: #fff;
	writing-mode: tb-rl;
}

#menu li::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 80px;
	top: 50%;
	background-color: #5d5b70;
	margin-top: -40px;
	right: -43px;
}

#menu li:nth-child(5)::after {
	display: none;
}

.index-banner {
	width: 100%;
	height: 100%;
}

.Banner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.g-doc {
	width: 100%;
	height: 100%;
}

.g-bd {
	width: 100%;
	height: 100%;
}

.flexslider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slides {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.slides li {
	height: 100%;
	background-size: cover !important;
}

.flex-control-nav {
	position: absolute;
	bottom: 30px;
	z-index: 2;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	padding: 0 20px;
	border-radius: 20px;
	background: rgba(0, 0, 0, .5);
	text-align: center;
	/* display: none; */
	display: flex;
	flex-direction: row;
	justify-content: center;
	left: 50%;
	width: 110px;
	margin-left: -55px;
	align-items: center;
}

.flex-control-nav li {
	display: flex;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	*display: inline;
	zoom: 1;
}

.flex-control-nav a {
	display: inline-block;
	width: 10px;
	height: 10px;
	line-height: 50px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	background-color: #fff;
	font-size: 16px;
	color: #333333;
	opacity: .5;
	border-radius: 50%;
}

.flex-control-nav a.flex-active {
	background-color: #fec960;
	opacity: 1;
}

.slides li.flex-active-slide img {
	animation: lo 5s;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}

@keyframes lo {
	from {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		-moz-transform: scale(1.1);
		transition: all 30s;
		-webkit-transition: all 30s;
		-o-transition: all 30s;
		-moz-transition: all 30s;
	}

	to {
		transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
		transition: all 30s;
		-webkit-transition: all 30s;
		-o-transition: all 30s;
		-moz-transition: all 30s;
	}
}

.flex-direction-nav {
	position: absolute;
	/* display: none; */
	z-index: 3;
	width: 100%;
	top: 45%;
}

.flex-direction-nav li a {
	display: block;
	width: 30px;
	height: 70px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}

.flex-direction-nav li a.flex-prev {
	left: 20px;
	transform: rotate(180deg);
}

.flex-direction-nav li a.flex-next {
	right: 20px;
}

.slides li a {
	display: block;
	width: 100%;
	height: 100%;
}

.slides li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}

.fiex-top {
	position: fixed;
	top: 50%;
	right: 40px;
	z-index: 99;
	width: 60px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 340px;
	margin-top: -170px;
	z-index:9999;
}

.fiex-top>a {
	width: 60px;
	height: 60px;
	background: rgba(0, 0, 0, .2);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .8s;
}

.fiex-top>a>span {
	width: 44px;
	height: 44px;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, .5);
	border-radius: 50%;
	color: #fff;
	box-sizing: border-box;
	padding: 2px;
	display: flex;
	text-align: center;
	transition: all .8s;
	line-height: 20px;
}

.fiex-top>a:hover {
	background-color: #fec960;
}

.index-code {
	position: fixed;
	width: 140px;
	height: 180px;
	background-color: #fff;
	right: 40px;
	bottom: 3%;
	z-index: 99;
	box-sizing: border-box;
	padding: 15px 13px 20px 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.index-code img {
	width: 100%;
	height: 110px;
	object-fit: cover;
	-o-object-fit: cover;
}

.index-code span {
	color: #666666;
}

.about-main {
	width: 1200px;
	margin: auto;
	height: 340px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.about-img {
	width: 580px;
	height: 100%;
	box-sizing: border-box;
	padding: 10px;
	background-color: rgba(113, 113, 113, .5);
	transition: 1.5s;
	position: relative;
	left: -150px;
	opacity: 0;
}

.active .about-img {
	opacity: 1;
	transition-delay: 0.5s;
	left: 0;
}

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

.about-txt {
	width: 570px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: baseline;
	right: -150px;
	opacity: 0;
	transition: 1.5s;
	position: relative;
}

.active .about-txt {
	transition-delay: 0.5s;
	opacity: 1;
	right: 0;
}

.about-txt>div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: baseline;
}

.about-txt>div span:first-child {
	font-size: 30px;
	color: #ffffff;
}

.about-txt>div span:nth-child(2) {
	font-family: "宋体";
	font-size: 18px;
	color: #ffffff;
}

.about-content {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding-top: 6%;
}

.about-txt>span {
	font-size: 18px;
	color: #ffffff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	line-height: 30px;
}

.about-txt>a {
	width: 220px;
	height: 60px;
	background: url(../image/about-more_5442440.jpg@f_webp,q_80.webp)center center no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #333333;
}

.product-main {
	width: 1200px;
	margin: auto;
	height: 710px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.w-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	position: relative;
	width: 100%;
	height: 85px;
}

.w-title::after {
	position: absolute;
	content: "";
	height: 2px;
	width: 30px;
	left: 50%;
	margin-left: -15px;
	top: 50%;
	margin-top: 6px;
	background-color: #fff;
}

.w-title>span:first-child {
	font-size: 30px;
	color: #000;
	line-height: 35px;
}

.w-title>span:nth-child(2) {
	font-size: 16px;
	color: #000;
	line-height: 20px;
}

.product-content {
	width: 100%;
	height: 575px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	bottom: -150px;
	opacity: 0;
	position: relative;
	transition: 1s;
}

.active .product-content {
	opacity: 1;
	transition-delay: 1s;
	bottom: 0;
	opacity: 1;
}

.product-content>a {
	width: 380px;
	height: 280px;
	margin-right: 30px;
}

.product-img {
	width: 100%;
	height: 229px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px;
	background: rgba(255, 255, 255, .5);
}

.product-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
	transition: all .8s;
}

.product-txt {
	width: 100%;
	font-size: 16px;
	color: #333333;
	width: 100%;
	text-align: center;
	line-height: 51px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-bg {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 7%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-content>a:nth-child(3n) {
	margin-right: 0;
}

.swiper1 {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.case-content {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 7%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.case-main {
	width: 1200px;
	margin: auto;
	height: 645px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	padding-bottom: 3%;
}

.case-swiper {
	width: 100%;
	height: 450px;
	transition: 1.5s;
	opacity: 0;
}

.active .case-swiper {
	opacity: 1;
	transition-delay: 1s;
}

.case-swiper .swiper-slide {
	background: rgba(255, 255, 255, .5);
}

.case-swiper .swiper-slide a {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background-image: url(../image/case-bg_5442440.png@f_webp,q_80.webp);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 30px 20px 20px 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: baseline;
}

.case-swiper .swiper-slide a>span:first-child {
	font-size: 24px;
	color: #fff;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}

.case-swiper .swiper-slide a>span:nth-child(2) {
	color: #fff;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-align: left;
}

.case-img {
	width: 100%;
	height: 260px;
	overflow: hidden;
}

.case-img img {
	object-fit: cover;
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all .8s;
}

.case-swiper .swiper-slide a:hover .case-img img {
	transform: scale(1.05);
}

.case-main .swiper-pagination1 {
	width: 100%;
	height: 14px;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.case-main .swiper-pagination1 .swiper-pagination-bullet {
	margin: 0 5px;
	width: 14px;
	height: 14px;
	opacity: .5 !important;
	cursor: pointer;
	background-color: #fff;
	opacity: .5;
	outline: none;
}

.case-main .swiper-pagination1 .swiper-pagination-bullet-active {
	opacity: 1 !important;
	background: #fec960;
}

.phone-content {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 7%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.phone-content .w-title>span:first-child {
	font-size: 30px;
	color: #333333;
}

.phone-content .w-title>span:nth-child(2) {
	font-size: 16px;
	color: #666666;
}

.phone-content .w-title::after {
	background-color: #333333;
}

.phone-swiper {
	width: 100%;
	height: 465px;
	transition: 1.5s;
	opacity: 0;
}

.active .phone-swiper {
	opacity: 1;
	transition-delay: 1s;
}

.swiper2 {
	width: 100%;
	height: 420px;
}

.phone-swiper .swiper-slide a {
	width: 365px;
	height: 100%;
	display: block;
}

.phone-img {
	width: 100%;
	height: 365px;
	overflow: hidden;
}

.phone-img img {
	object-fit: cover;
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all .8s;
}

.phone-swiper .swiper-slide a:hover .phone-img img {
	transform: scale(1.05);
}

.phone-txt {
	width: 100%;
	height: 55px;
	box-sizing: border-box;
	padding: 0 10px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	line-height: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.phone-swiper .swiper-slide {
	background: none;
}

.phone-w {
	width: 100%;
	height: 590px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.phone-content .swiper-pagination2 {
	width: 100%;
	height: 14px;
	bottom: 10%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.phone-content .swiper-pagination2 .swiper-pagination-bullet {
	margin: 0 5px;
	width: 14px;
	height: 14px;
	opacity: .5 !important;
	cursor: pointer;
	background-color: rgb(32, 32, 85);
	opacity: .5;
	outline: none;
}

.phone-content .swiper-pagination2 .swiper-pagination-bullet-active {
	opacity: 1 !important;
	background: #fec960;
}

.tab-content {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 7%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tab-main {
	width: 1200px;
	margin: auto;
	height: 650px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.tab-qi {
	width: 100%;
	height: 520px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: baseline;
	box-sizing: border-box;
	padding-left: 60px;
	position: relative;
}

.tab-qi .hd {
	width: 160px;
	height: 348px;
}

.tab-qi .hd ul {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.tab-qi .hd ul li {
	width: 100%;
	height: 157px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.tab-qi .hd ul li:first-child {
	background-image: url(../image/li-first_5442440.png@f_webp,q_80.webp);
}

.tab-qi .hd ul li:nth-child(2) {
	background-image: url(../image/li-nth_5442440.png@f_webp,q_80.webp);
}

.tab-qi .hd ul li:first-child.on {
	background-image: url(../image/li-firsthover_5442440.png@f_webp,q_80.webp);
}

.tab-qi .hd ul li:nth-child(2).on {
	background-image: url(../image/li-nthhover_5442440.png@f_webp,q_80.webp);
}

.tab-qi .bd {
	width: 893px;
	height: 390px;
}

.tab-right {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	position: relative;
	transition: 1.5s;
	opacity: 0;
	right: -200px;
}

.active .tab-right {
	transition-delay: 0.5s;
	opacity: 1;
	right: 0;
}

.tab-right>a {
	width: 280px;
	height: 180px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, .3);
	background-image: url(../image/tab-k_5442440.png@f_webp,q_80.webp);
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 10px;
	margin-right: 26px;
}

.tab-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.tab-img img {
	object-fit: cover;
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all .8s;
}

.tab-right a:hover .tab-img img {
	transform: scale(1.05);
}

.tab-img span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	line-height: 40px;
	box-sizing: border-box;
	padding: 0 10px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tab-qi>a {
	position: absolute;
	width: 220px;
	height: 60px;
	background: url(../image/about-more_5442440.jpg@f_webp,q_80.webp)center center no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #333333;
	bottom: 0;
	left: 53%;
}

.tab-right>a:nth-child(3n) {
	margin-right: 0;
}

.news-content {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 7%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.news-main {
	width: 1200px;
	margin: auto;
	height: 660px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.news-main .w-title>span:first-child {
	color: #333333;
}

.news-main .w-title>span:nth-child(2) {
	color: #666666;
}

.news-main .w-title::after {
	background-color: #333333;
}

.news-tab {
	width: 100%;
	height: 538px;
	box-sizing: border-box;
	padding-bottom: 60px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.news-tabMore {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 60px;
}

.news-tabMore>a {
	width: 180px;
	height: 60px;
	background: url(../image/news-more_5442440.jpg@f_webp,q_80.webp)center center no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #333333;
	margin: 0 5px;
}

.news-swiper {
	width: 100%;
	height: 388px;
	transition: 1.5s;
	position: relative;
	bottom: -150px;
	opacity: 0;
}

.active .news-swiper {
	opacity: 1;
	transition-delay: 0.5s;
	bottom: 0;
}

.swiper3 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.news-swiper .swiper-slide a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
}

.news-img {
	width: 100%;
	height: 240px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px;
	background-color: rgba(255, 255, 255, .3);
	background-image: url(../image/news-l_5442440.png@f_webp,q_80.webp);
	background-repeat: no-repeat;
	background-position: center center;
}

.news-img div {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.news-img div img {
	object-fit: cover;
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all .8s;
}

.news-swiper .swiper-slide a:hover .news-img>div img {
	transform: scale(1.05);
}

.news-txt {
	width: 100%;
	height: 130px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: baseline;
}

.news-txt>span:first-child {
	font-size: 16px;
	width: 100%;
	color: #333333;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-txt>span:nth-child(2) {
	color: #666666;
	text-align: left;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 25px;
}

.news-swiper .swiper-slide {
	background: no-repeat;
}

.news-txt>span:nth-child(3) {
	color: #202055;
}

.news-tab .swiper-pagination3 {
	width: 100%;
	height: 14px;

	bottom: 0%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.news-tab .swiper-pagination3 .swiper-pagination-bullet {
	margin: 0 5px;
	width: 14px;
	height: 14px;
	opacity: .5 !important;
	cursor: pointer;
	background-color: rgb(32, 32, 85);
	opacity: .5;
	outline: none;
}

.news-tab .swiper-pagination3 .swiper-pagination-bullet-active {
	opacity: 1 !important;
	background: #fec960;
}

.contact-content {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.contact-content .map-contact {
	width: 100%;
	height: 40%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding-top: 6%;
}

.ditu {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
}

.contact-main {
	width: 1200px;
	margin: auto;
	height: 40%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: baseline;
	box-sizing: border-box;
	padding-right: 55px;
	margin-top: 65px;
}

.contact-left {
	width: 540px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: baseline;
	transition: 1.5s;
	position: relative;
	left: -150px;
	opacity: 0;
}
.active .contact-left {
    opacity: 1;
    transition-delay: 0.5s;
    left: 0;
}
.contactLeft-mo {
	font-size: 16px;
	color: #333333;
}

.contactLeft-mo>span {
	font-family: "Impact";
	font-size: 36px;
	color: #ce8f13;
}

.contact-left>span {
	font-size: 24px;
	color: #202055;
}

.contactLeft-t span {
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}

.contactLeft-Content {
	width: 100%;
	height: 120px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.contactLeft-Content>a {
	width: 120px;
	height: 120px;
	border-radius: 10px;
	background-color: rgba(32, 32, 85, .1);
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 16px;
	color: #202055;
	box-sizing: border-box;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-position: center 25px;
}

.contact-code {
	width: 155px;
	height: 120px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.contact-code>div {
	width: 120px;
	height: 120px;
	border-radius: 10px;
	background-color: rgba(32, 32, 85, .1);
	box-sizing: border-box;
	padding: 5px;
	border-radius: 10px;
}

.contact-code>div img {
	object-fit: cover;
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
}

.contact-code>span {
	color: #666666;
	writing-mode: tb-rl;
	line-height: 35px;
}

.contact-right {
	width: 425px;
	height: 85%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: baseline;
	position: relative;
    right: -150px;
    opacity: 0;
    transition: 1.5s;
}
.active .contact-right {
    transition-delay: 0.5s;
    opacity: 1;
    right: 0;
}
.contactRight-span {
	font-size: 16px;
	color: #333333;
}

.contactRight-span span {
	font-size: 36px;
	color: #ce8f13;
	font-family: "Impact";
}

.contact-right>div:nth-child(2)>span {
	font-size: 16px;
	color: #333333;
	font-size: 16px;
	color: #333333;
	display: block;
	line-height: 32px;
}

.contact-right>a {
	width: 220px;
	height: 60px;
	background: url(../image/about-more_5442440.jpg@f_webp,q_80.webp)center center no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #333333;
}
#menu li:nth-child(5) a img{
	   max-width: inherit !important; 
     max-height: inherit !important; 
}
.index-fot {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 41px;
	border-top: 1px solid #aeaebe;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #666666;
}

.index-fot>a {
	color: #666666;
	transition: all .8s;
}

.index-fot>a:hover {
	color: #eaca80;
}
.jiewei{
    width: 100%;
    height: 50px;
    background: #1b5e54;
}
.jie-main{
width: 1200px;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size:15px;
	color:#fff;
}
.jie-main>a{
	font-size:15px;
	color:#fff;
}