@font-face {
	font-family: 'HarmonyB';
	src: url('../fonts/HarmonyOS_Sans_SC_Bold.eot');
	src: url('../fonts/HarmonyOS_Sans_SC_Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HarmonyOS_Sans_SC_Bold.woff2') format('woff2'),
		url('../fonts/HarmonyOS_Sans_SC_Bold.woff') format('woff'),
		url('../fonts/HarmonyOS_Sans_SC_Bold.svg#HarmonyOS_Sans_SC_Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'HarmonyBl';
	src: url('../fonts/HarmonyOS_Sans_SC_Black.eot');
	src: url('../fonts/HarmonyOS_Sans_SC_Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HarmonyOS_Sans_SC_Black.woff2') format('woff2'),
		url('../fonts/HarmonyOS_Sans_SC_Black.woff') format('woff'),
		url('../fonts/HarmonyOS_Sans_SC_Black.svg#HarmonyOS_Sans_SC_Black') format('svg');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'HarmonyM';
	src: url('../fonts/HarmonyOS_Sans_SC_Medium.eot');
	src: url('../fonts/HarmonyOS_Sans_SC_Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HarmonyOS_Sans_SC_Medium.woff2') format('woff2'),
		url('../fonts/HarmonyOS_Sans_SC_Medium.woff') format('woff'),
		url('../fonts/HarmonyOS_Sans_SC_Medium.svg#HarmonyOS_Sans_SC_Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'HarmonyR';
	src: url('../fonts/HarmonyOS_Sans_SC.eot');
	src: url('../fonts/HarmonyOS_Sans_SC.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HarmonyOS_Sans_SC.woff2') format('woff2'),
		url('../fonts/HarmonyOS_Sans_SC.woff') format('woff'),
		url('../fonts/HarmonyOS_Sans_SC.svg#HarmonyOS_Sans_SC') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'HarmonyS';
	src: url('../fonts/HarmonyOS_Sans_SC_Semibold.eot');
	src: url('../fonts/HarmonyOS_Sans_SC_Semibold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HarmonyOS_Sans_SC_Semibold.woff2') format('woff2'),
		url('../fonts/HarmonyOS_Sans_SC_Semibold.woff') format('woff'),
		url('../fonts/HarmonyOS_Sans_SC_Semibold.svg#HarmonyOS_Sans_SC_Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

/* header start */

.header {
	width: 100%;
	min-width: 30rem;
	z-index: 12;
	top: 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
}

.header {
	animation: header .7s linear 0s 1 both;
	transform-style: preserve-3d
}

@-webkit-keyframes header {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes header {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(0);
	}
}

.header .con {
	margin: 0 5rem 0 5rem;
	align-items: center;
	flex-wrap: nowrap;
	padding: 2.5rem 0;
}

.logo {
	width: 20.3%;
}

.logo a {
	position: static;
}

.logo a.gp-img {
	padding-bottom: 12.43%;
}

.header .header-rt {
	display: flex;
	flex: 1;
	margin-left: 1rem;
	justify-content: flex-end;
	align-items: center;
}

.header .but-group {
	display: flex;
	align-items: center;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.header .but-group .ser_btn {
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	margin: 0 3rem;
	cursor: pointer;
	background: url(../images/search_icon.png) no-repeat center/100% 100%;
	transition: all .3s ease-in-out;
}

.header .but-group .ser_btn:hover {
	transform: scale(1.2);
	background: url(../images/search_icon_active.png) no-repeat center/100% 100%;

}

.header .but-group .menu-icon {
	display: block;
	width: 3.6rem;
	height: 3.6rem;
	cursor: pointer;
	background: url(../images/menu_icon.png) no-repeat center/100% 100%;
	transition: all .3s ease-in-out;
}

.header .but-group .menu-icon:hover {
	transform: scale(1.2);
	background: url(../images/menu_icon_active.png) no-repeat center/100% 100%;
}

.ser {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	max-width: calc(100% - 4rem);
}

.search .notxt1 {
	background-color: #FF6900;
	color: #fff;
}

.nav {
	position: relative;
}

.nav ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	/*margin: 0 -3.6rem 0 0;*/
}

.nav li {
	line-height: 6rem;
	/* margin: 0 3.6rem; */
}

.nav li>a {
	color: rgba(7, 80, 86, 1);
	font-family: 'HarmonyR';
	font-weight: 400;
	line-height: 2.3rem;
	letter-spacing: 0%;
	text-align: left;
	margin-bottom: 5px;
	padding: 1rem 2.4rem .5rem 2rem;
	transition: all .3s ease-in-out;
}

/* .nav ul li>a::before {
	content: "";
	position: absolute;
	width: 0%;
	height: .3rem;
	background: rgba(255, 105, 0, 1);
	bottom: 2px;
	transition: all .3s ease-in-out;
	left: 50%;
	transform: translateX(-50%);
} */

.nav ul li:hover>a {
	color: #fff;
	border-radius: 0px 50px 50px 0px;
	background: rgba(255, 105, 0, 1);
}

/* .nav ul li:hover>a::before, .nav ul li>a.home::before {
	width: 100%
} */

.nav .sub_nav {
	position: absolute;
	left: 50%;
	top: 100%;
	display: none;
	width: 100%;
	transform: translateX(-50%);
	border-radius: 0 15px 15px 0;
	background: rgba(255, 105, 0, 1);
}

.nav .sub_nav dl {
	margin: 0 0 0;
	position: relative;
}

.nav .sub_nav dd {}

.nav .sub_nav a {
	color: #fff;
	display: block;
	line-height: 1.5em;
	position: relative;
	padding: .9rem 0;
	text-align: center;
	margin: 1rem 0;
}

.nav .sub_nav dd:last-child a {
	margin: 1rem 0 0;
}

.nav .sub_nav a:hover {
	color: #fff;
	background: rgba(255, 255, 255, .2);
}

.nav ul li:hover .sub_nav {
	display: block;
}

.nav ul li:hover .sub_nav {
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	animation-duration: .6s;
	-webkit-animation-duration: .6s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
	display: block
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(40rem) translateX(-50%) rotate3d(0, 1, 0, 90deg);
		transform: perspective(40rem) translateX(-50%) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(40rem) translateX(-50%) rotate3d(0, 1, 0, -20deg);
		transform: perspective(40rem) translateX(-50%) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(40rem) translateX(-50%) rotate3d(0, 1, 0, 10deg);
		transform: perspective(40rem) translateX(-50%) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(40rem) translateX(-50%) rotate3d(0, 1, 0, -5deg);
		transform: perspective(40rem) translateX(-50%) rotate3d(0, 1, 0, -5deg)
	}

	to {
		-webkit-transform: perspective(40rem) translateX(-50%);
		transform: perspective(40rem) translateX(-50%)
	}

	/* from{opacity: 0;}
	to{opacity: 1;} */
}

.header.currents {
	background: #fff;
	position: fixed;
	box-shadow: 0rem 1rem 2.5rem 0rem rgba(37, 43, 44, 0.12);
}

.header .pop-menu-box {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	width: 100%;
	height: 100vh;
	overflow-y: hidden;
	transition: all .6s ease-in-out;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	transform-origin: right top;
	/* 设置变换原点为右上角 */
}

.header .pop-menu-box.on {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transform-origin: right top;
	/* 确保变换原点一致 */
}

.header .pop-menu-box .menu-box {
	flex: 1;
	padding: 10rem;
	background: url('../images/bg_logo.png') no-repeat right bottom, #fff;
	/* 添加过渡效果 */
	transition: opacity 0.3s ease 0.1s;
	opacity: 0;
}
.header .pop-menu-box.on .menu-box {
	opacity: 1;
}

.header .pop-menu-box .img {
	width: 47.8%;
	height: 100%;
}

.header .pop-menu-box .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header .pop-menu-box .img .gp-img {
	padding-bottom: 100%;
}

.header .pop-menu-box .close {
	display: none;
	position: absolute;
	right: 4.3rem;
	top: 2.8rem;
	width: 5rem;
	height: 5rem;
	text-align: center;
	line-height: 5rem;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	background: rgba(7, 80, 86, 1);
	border-radius: 50%;
	transition: all .3s ease-in-out;
}

.header .pop-menu-box .close:hover {
	background: rgba(255, 105, 0, 1);
}

.header .pop-menu-box .close:hover i {
	font-size: 20px;
}

.header .pop-menu-box.on .close {
	display: block;
}

.header .pop-menu-box .menu-box .item {
	display: none;
	/* 添加过渡效果 */
	transition: all 0.3s ease;
	transform: translateY(20px);
	opacity: 0;
}

.header .pop-menu-box.on .menu-box {
	display: flex;
	flex-wrap: wrap;
}

.header .pop-menu-box.on .menu-box .item {
	display: block;
	min-width: 15rem;
	transform: translateY(0);
	opacity: 1;
}

.header .pop-menu-box.on .menu-box .item:nth-child(odd) {
	margin-right: 10rem;
}

.header .pop-menu-box.on .menu-box .item3,
.header .pop-menu-box.on .menu-box .item4 {
	margin-top: 3rem;
}

.header .pop-menu-box.on .menu-box .item4 {
	display: flex;
	flex-wrap: wrap;
	height: max-content;
}

.header .pop-menu-box.on .menu-box .item .bottom {
	display: flex;
}

.header .pop-menu-box.on .menu-box .item .bottom dl {
	width: 15rem;
}

.header .pop-menu-box.on .menu-box .item .bottom dl a {
	display: block;
	margin: 2rem 0;
	height: 1.9rem;
	overflow: hidden;
	font-family: 'HarmonyM';
}

.header .pop-menu-box.on .menu-box .item .bottom dl a span {
	display: block;
	transition: all .4s ease;
}

.header .pop-menu-box.on .menu-box .item .bottom dl a:hover span {
	transform: translateY(-105%);
}

.header .pop-menu-box.on .menu-box .item>a {
	display: block;
	padding-bottom: .95rem;
	font-family: 'HarmonyB';
	border-bottom: 1px solid #075056;
}

.header .pop-menu-box.on .menu-box .item4 dl {
	width: 15rem;
}

.header .pop-menu-box.on .menu-box .item4 dl:first-child {
	margin-right: 10rem;
}

.header .pop-menu-box.on .menu-box .item4 dl a {
	display: block;
	padding-bottom: .95rem;
	font-family: 'HarmonyB';
	border-bottom: 1px solid #075056;
}

.header .pop-menu-box.on .menu-box .item4 dl dd {
	margin-bottom: 5rem;
}

.header .pop-menu-box.on .menu-box .item4 dl dd:last-child {
	margin-bottom: 0;
}

@media screen and (min-width:1980px) {
	.header .pop-menu-box.on .menu-box .item:nth-child(odd) {
		margin-right: 22rem;
	}
}

@media screen and (max-width:1780px) {
	.nav li>a {
		padding: 0.5rem 1rem 0.5rem 1rem;
	}

	.header .but-group .ser_btn {
		margin: 0 1rem;
	}

	.header .pop-menu-box.on .menu-box .item:nth-child(odd) {
		margin-right: 5rem;
	}

	.header .pop-menu-box.on .menu-box .item .bottom dl {
		width: 13rem;
	}
	.nav {
		padding-top: 1rem;
	}
}

@media screen and (max-width:1640px) {
	.header .con {
		margin: 0 5rem;
	}

	.logo::before {
		right: -12rem;
		clip-path: polygon(0 0, 100% 0, calc(100% - 10rem) 100%, 0 100%);
	}

	.header_rt {
		width: calc(100% - 56rem);
		position: relative;
	}

	.nav {
		font-size: 1.8rem;
	}

	.nav::before {
		left: -3rem;
	}

	.nav::after {
		left: -4rem;
	}

	.header_rt::before {
		left: -16.8rem;
		display: none;
	}

}

@media screen and (max-width:1580px) {
	.header .pop-menu-box.on .menu-box .item:nth-child(odd) {
		margin-right: 2rem;
	}

	.header .pop-menu-box.on .menu-box .item4 dl:first-child {
		margin-right: 5rem;
	}
}

@media screen and (max-width:996px) {

	/* .header{position: relative;} */

	.header .header-rt {
		display: none;
	}

	/* .logo{top:0;width:260px} */
	.header .pop-menu-box {
		display: none;
	}
}

@media screen and (max-width:767px) {

	.logo {
		width: 200px;
		max-width: 100%;
		position: relative;
	}

}

/* header end */

/* mob_nav */
@media screen and (max-width:996px) {
	.mobile_header {
		position: absolute;
		z-index: 1000;
		top: 0;
		width: 100%;
	}

	.mob_nav_btn {
		height: 38px;
		text-align: left;
		width: 38px;
		z-index: 1000;
		position: absolute;
		cursor: pointer;
		margin-right: 0;
		font-weight: 700;
		text-align: right;
		right: 20px;
		top: 8px;
		-webkit-transition: background .5s;
		-moz-transition: background .5s;
		-o-transition: background .5s;
		transition: background .5s;
		background: #FF6900;
		border-radius: 50%;
	}

	.mob_nav_btn.on {
		/*background-image:url(../images/m_nav2.png);*/
		/* right:20px; */
		/* top:20px; */
		position: fixed;
	}

	.mob_nav_btn span {
		position: absolute;
		left: calc((100% - 22px)/ 2);
		top: calc((100% - 1px)/ 2);
		width: 22px;
		height: 2px;
		background-color: #fff;
		animation-duration: .5s;
		animation-fill-mode: both;
	}

	.mob_nav_btn.on span {
		/* background: #94070a; */
	}

	.mob_nav_btn span:nth-child(1) {
		transform: translateY(4px) rotate(0);
		animation-name: outfirst
	}

	.mob_nav_btn span:nth-child(2) {
		transform: translateY(-4px) rotate(0);
		animation-name: outsecond
	}

	.mob_nav_btn span:nth-child(3) {
		transform: translateY(-4px) rotate(0);
		animation-name: outthird
	}

	@keyframes outfirst {
		0% {
			transform: translateY(0) rotate(-45deg)
		}

		100% {
			transform: translateY(-8px) rotate(0)
		}
	}

	@keyframes outsecond {
		0% {
			transform: translateY(0) rotate(45deg)
		}

		100% {
			transform: translateY(0px) rotate(0)
		}
	}

	@keyframes outthird {
		0% {
			transform: translateY(0) rotate(90deg)
		}

		100% {
			transform: translateY(8px) rotate(0)
		}
	}

	.mob_nav_btn.on span:nth-child(1) {
		animation-name: clickfirst
	}

	.mob_nav_btn.on span:nth-child(2) {
		animation-name: clicksecond
	}

	.mob_nav_btn.on span:nth-child(3) {
		animation-name: clickthird
	}

	@keyframes clickfirst {
		0% {
			transform: translateY(4px) rotate(0)
		}

		100% {
			transform: translateY(0) rotate(45deg)
		}
	}

	@keyframes clicksecond {
		0% {
			transform: translateY(-4px) rotate(0)
		}

		100% {
			transform: translateY(0) rotate(-45deg)
		}
	}

	@keyframes clickthird {
		0% {
			opacity: 0
		}

		100% {
			opacity: 0
		}
	}

	.mobile_header_cover {
		display: block;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 100%;
		background: rgba(0, 0, 0, .7);
		z-index: 9;
		transition: all ease-in-out .2s;
		-ms-transition: all ease-in-out .2s;
		-moz-transition: all ease-in-out .2s;
		-webkit-transition: all ease-in-out .2s;
		-o-transition: all ease-in-out .2s
	}

	.mobile_header_cover.on {
		bottom: 0
	}

	.mobile-header {
		max-width: 90%;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 995;
		overflow: auto;
		overflow-x: hidden;
		background: #fff;
		display: none;
		width: 392px;
		border-left: 8px solid #FF6900;
		height: 100vh;
	}

	.mobile-header.on {
		animation-duration: .5s;
		animation-fill-mode: both;
		animation-name: y_scale;
		display: block
	}

	.mobile-nav {
		width: 100%;
		padding-top: 50px;
	}

	.mobile-nav li {
		position: relative;
		padding: 0 0;
		border-bottom: 1px solid #f2f2f2
	}

	.mobile-nav li a {
		display: block;
		line-height: 25px;
		text-decoration: none;
		font-size: 18px;
		font-family: 'HarmonyR';
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		padding: 13px 60px 12px 30px;
	}

	.mobile-nav li.artive a {
		background: #f3f3f3;
		color: #FF6900;
	}

	.mobile-nav dd a {
		-webkit-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: returnToNormal;
		animation-name: returnToNormal
	}

	@-webkit-keyframes returnToNormal {
		from {
			opacity: 0;
			-webkit-transform: translate3d(100%, 0, 0);
			transform: translate3d(100%, 0, 0)
		}

		to {
			opacity: 1;
			-webkit-transform: none;
			transform: none
		}
	}

	@keyframes returnToNormal {
		from {
			opacity: 0;
			-webkit-transform: translate3d(100%, 0, 0);
			transform: translate3d(100%, 0, 0)
		}

		to {
			opacity: 1;
			-webkit-transform: none;
			transform: none
		}
	}

	.mobile_sub_nav {
		padding: 0 22px 0 8px;
		background: #f3f3f3;
		overflow: hidden;
	}

	.mobile-nav dd a {
		/* height:35px; */
		line-height: 22px;
		border-top: 1px solid rgba(135, 135, 135, .1);
		font-size: 16px;
		padding-left: 40px;
		position: relative;
	}

	.mobile-nav dd:first-child a {
		border-top: 0
	}

	.mobile-nav dd a::before {
		content: '';
		display: block;
		position: absolute;
		left: 50%;
		right: 50%;
		top: 0;
		bottom: 0;
		background: #FF6900;
		transition: all ease-in-out .3s;
		-ms-transition: all ease-in-out .3s;
		-moz-transition: all ease-in-out .3s;
		-webkit-transition: all ease-in-out .3s;
		-o-transition: all ease-in-out .3s;
		z-index: -1
	}

	.mobile-nav dd:hover a {
		color: #fff
	}

	.mobile-nav dd:hover a::before {
		left: -30px;
		right: -30px
	}

	.mobile-nav .arrow {
		color: #999;
		position: absolute;
		right: 0;
		top: 2px;
		font-size: 15px;
		cursor: pointer;
		width: 45px;
		height: 45px;
		text-align: center;
		line-height: 45px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		/*background:url(../images/mobile_arrow1.png) center no-repeat;*/
	}

	.mobile-nav .on .arrow {
		/*background-image:url(../images/mobile_arrow2.png)*/
		transform: rotate(90deg);
	}

	.mobile_sub_nav {
		display: none
	}

	/* li.on .mobile_sub_nav{display:block} */
	.mobile_search {
		height: 56px;
		z-index: 600;
		overflow: hidden;
		position: relative;
		transition: all ease-in-out .3s;
		-ms-transition: all ease-in-out .3s;
		-moz-transition: all ease-in-out .3s;
		-webkit-transition: all ease-in-out .3s;
		-o-transition: all ease-in-out .3s;
		margin: 30px 40px 15px;
		border: 1px solid #d3d3d3
	}


	.mob_links {
		color: #fff;
		text-align: center;
		line-height: 40px
	}

	.mob_linksIn {
		overflow: hidden;
		float: right;
		margin-right: 50px
	}

	.mob_links dl dt::before {
		background: #fff;
		opacity: .75
	}

	.mob_links dl {
		margin: 0 0 10px;
		overflow: hidden;
	}

	.mob_links dl:nth-child(2) {
		margin: 0
	}

	.mob_links dl a {
		color: #333;
		opacity: .75;
		font-size: 14px
	}

	.mob_links dl dt {
		position: relative
	}

	.mob_links dl dt::before {
		content: '';
		position: absolute;
		width: 16px;
		height: 2px;
		background: #a7a8a7;
		bottom: 0;
		left: calc(50% - 8px);
	}

	.mob_links dl dt a {
		font-size: 14px;
		color: #333;
		font-weight: 700
	}

	.mob_links dl dd {
		padding: 0 10px;
		position: relative;
		display: inline-block;
	}

	.mob_links dl dd::before {
		content: '';
		position: absolute;
		width: 5px;
		height: 1px;
		opacity: .3;
		background: #fff;
		right: 10px;
		top: 50%
	}

	.mob_links dl dd:last-child::before {
		display: none
	}

	.mobile_search {
		height: 36px;
		margin: 20px;
	}

	/* .mobile_search .search input.notxt1{background-color: #fff; background-size: 20px; } */
	.mobile_search .search i {
		position: absolute;
		z-index: 2;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		text-align: center;
		font-size: 18px;
		width: 25%;
		pointer-events: none;
		color: #94070a;
	}


}

@media screen and (max-width:767px) {
	.mob_nav_btn {}

	.mobile-nav {
		padding-top: 70px
	}

	.mobile-nav li a {
		line-height: 30px
	}

	.mobile-nav dd a {
		padding-left: 60px
	}

	.mobile-nav .arrow {
		top: 6px
	}

	.mobile_search .search input.notxt1 {
		width: 60px;
	}

	.search input.notxt {
		width: calc(100% - 60px);
		padding-left: 20px;
	}

}

/* mob_nav end */
/* header end */

/* footer start */
footer {
	position: relative;
	padding-top: 15rem;
	/* background: url('../images/footer_bg.png') no-repeat right top/contain; */
}

footer .bg-img {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 70%;
}

footer .main {
	padding: 8rem 0;
	background: rgba(7, 80, 86, 1);
}

footer .main .con {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

footer .main .con .left {}

footer .main .con .logo {
	width: 48.3rem;
	margin-bottom: 5rem;
}

footer .main .con .logo .gp-img {
	padding-bottom: 12.42%;
}

footer .main .con .left .text-box {
	width: 48.3rem;
}

footer .main .con .left .text {
	display: block;
	font-family: 'HarmonyM';
	color: #fff;
	line-height: 1.5;
}

footer .main .con .left .phone {
	display: flex;
	margin: 3rem 0;
}

footer .main .con .left .phone>span {
	flex-shrink: 0;
}

footer .main .con .left .phone dd {
	display: inline-block;
}

footer .main .con .left .phone dd:nth-child(1),
footer .main .con .left .phone dd:nth-child(2) {
	margin-bottom: 2rem;
}

footer .main .con .left .phone dd:nth-child(odd) {
	margin-right: 3rem;
}

footer .main .con .right dl {
	display: flex;
	justify-content: flex-end;
}

footer .main .con .right dl dd img {
	width: 10rem;
	height: 10rem;
	margin: 0 2.5rem;
	margin-bottom: 1rem;
}

footer .main .con .right dl dd span {
	display: block;
	text-align: center;
	font-family: 'HarmonyM';
	color: #fff;
}

footer .main .con .right .copyin {
	margin-top: 13rem;
	color: #fff;
	font-family: 'HarmonyM';
}

footer .main .con .right .copyin span {
	display: inline-block;
	margin: 0 1.5rem;
	text-align: center;
}

footer .quick-link {
	display: flex;
	margin-bottom: 3.5rem;
	width: 60rem;
}

footer .quick-link .title {
	font-family: 'HarmonyB';
	display: block;
	padding-right: 3rem;
	margin-right: 1.5rem;
	flex-shrink: 0;
	height: max-content;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

footer .quick-link ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

footer .quick-link .item {
	margin: 0 1.5rem;
	margin-bottom: 1.5rem;
}

footer .quick-link .item a {
	display: block;
	font-family: 'HarmonyM';
	color: #fff;
	transition: all .3s ease-in-out;
}
footer .quick-link .item a:hover {
	color: #FF6900;
}

@media screen and (max-width:996px) {
	footer .bg-img {
		width: 100%;
		object-fit: cover;
	}

	footer .main .con {
		flex-direction: column;
	}

	footer .main .con .logo {
		width: 70%;
		margin: 0 auto;
		margin-bottom: 11.3rem;
	}

	footer .main .con .right dl {
		justify-content: center;
	}

	footer .main .con .right .copyin {
		margin-top: 5rem;
	}

	footer .main .con .left {
		width: 100%;
		margin-bottom: 2rem;
	}

	footer .main .con .right {
		width: 100%;
	}

	footer .quick-link {
		width: 100%;
		margin: 0 auto;
		justify-content: center;
		margin-bottom: 2rem;
	}

	footer .main .con .left .text-box {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 2rem;
	}
	footer .main .con .left .phone {
		justify-content: center;
	}

	footer .main .con .right .copyin {
		text-align: center;
	}
}

@media screen and (max-width:680px) {
	
}

@media screen and (max-width:480px) {
	footer {
		padding-top: 0;
	}

	footer .main .con .logo {
		width: 100%;
		margin-bottom: 5rem;
	}

	/* footer .main .con .left .text-box {
		width: 100%;
	} */

	footer .main .con .left .phone dd {
		margin: 0;
		margin-bottom: 2rem;
	}


}

/* footer end */
