body {
	margin: 0;
	padding: 0;
}

/*面包屑*/
.bread {
	line-height: 20px;
	font-size: 14px;
	margin: 0 auto;
	width: 100%;
	max-width: 1500px;
	margin-top: 20px;
	padding: 0 20px;
	box-sizing: border-box;
}

.bread a{
	color: #9d9d9d;
}

.bread a:link, .bread a:visited{
	color: #9D9D9D;
}

.header-en {
	width: 100%;
	max-height: 800px;
	position: relative;
}

.header-en .naven {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/* height: 83px; */
	z-index: 2;
	color: #fff;
	padding-top: 10px;
}

.header-en .naven .naven-content {
	/* width: 1500px; */
	max-width: 1500px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-en .naven .naven-content .logo {
	max-width: 346px;
	height: auto;
	padding-top: 20px;
	padding-left: 20px;
}

.header-en .naven .naven-content .logo img {
	width: 80%;
	height: auto;
}

.header-en .naven .naven-content .naven-right {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	padding-right: 20px;
	padding-top: 25px;
}

.header-en .naven .naven-content .naven-right .naven-top {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 26px;
	position: relative;
}

.header-en .naven .naven-content .naven-right .naven-top .naven-search {
	width: 250px;
	height: 35px;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-right: 70px;
}

.header-en .naven .naven-content .naven-right .naven-top .naven-search input {
	border: none;
	outline: none;
	color: #fff;
	font-size: 12px;
	flex: 1;
	padding: 0 18px;
	line-height: 35px;
	background-color: rgba(0, 0, 0, 0);
}

.header-en .naven .naven-content .naven-right .naven-top .naven-search input::placeholder {
	color: #fff;
}

.header-en .naven .naven-content .naven-right .naven-top .naven-search button {
	width: 58px;
	height: 35px;
	background-color: #fff;
	color: #333;
	font-size: 14px;
	line-height: 35px;
	border: none;
	outline: none;
	cursor: pointer;
}

.header-en .naven .naven-content .naven-right .naven-top .text-fun {
	font-size: 12px;
	margin-right: 28px;
	cursor: pointer;
}
.header-en .naven .naven-content .naven-right .naven-top .text-fun a{
	color: #fff !important;
}

.header-en .naven .naven-content .naven-right .naven-top .last {
	margin-right: 0;
}

.header-en .naven .naven-content .naven-right .naven-menu {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-width: 830px;
}

.header-en .naven .naven-content .naven-right .naven-menu .menu-item {
	font-size: 18px;
	color: #fff;
	margin-right: 3%;
	cursor: pointer;
}

.header-en .naven .naven-content .naven-right .naven-menu .menu-item a{
	font-size: 18px;
	color: #fff;
}

.header-en .naven .naven-content .naven-right .naven-menu .menu-item:last-child {
	margin-right: 0;
}

.header-en .naven .naven-content .naven-right .naven-menu .menu-item-active{
	font-weight: bold;
	text-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
}

.header-en .naven .naven-content .naven-right .naven-menu .menu-item-active a{
	font-weight: bold;
}

.header-en .naven .naven-content .naven-h5 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	display: none;
}

.header-en .naven .naven-content .naven-h5 i {
	margin-right: 0.25rem;
	-webkit-text-stroke-width: 0;
	cursor: pointer;
}
.header-en .naven .naven-content .naven-top ul .ch_lang {
	cursor: pointer;
}

.header-en .naven .naven-content .naven-top ul .navItem i img {
	width: 15px;
	height: 8px;
	transition: all 0.2s linear;
}

.header-en .naven .naven-content .naven-top ul .ch_lang i img {
	transition: all 0.2s linear;
}

.header-en .naven .naven-content .naven-top ul .ch_lang:hover i img {
	transform: rotate(180deg);
}

/* 中英文切换 */
.change_lang {
	box-sizing: border-box;
	position: absolute;
	top: 41px;
	right: -8px;
	padding: 0 8px;
	text-align: center;
	line-height: 40px;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 12px;
	/* height: 0; */
	display: none;
}

.ch_lang:hover .change_lang {
	display: block;
}
.change_lang p{
	padding: 5px 0;
}
.change_lang p a{
	color: #fff;
}

.change_lang::after {
	content: '';
	position: absolute;
	top: -16px;
	right: 1px;
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 16px solid rgba(0, 0, 0, 0.3);
}

.change_lang::before {
	content: '';
	position: absolute;
	top: -16px;
	left: 0px;
	width: 100%;
	height: 20px;
	background-color: rgba(0, 0, 0, 0);
}


.change_lang .cn {
	border-bottom: 1px solid #fff;
}

.search-h5 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.4);
}

.search-h5-box {
	padding: 0.2rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-color: #F5F5F5;
}

.search-h5-box-input {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0.12rem 0.1rem;
	box-sizing: border-box;
	border: 1px solid #dfdfdf;
	border-radius: 0.02rem;
	background-color: #fff;
}

.search-h5-box-input i {
	font-size: 14px;
	color: #999;
	margin-right: 0.06rem;
}

.search-h5-box-input input {
	flex: 1;
	font-size: 0.12rem;
	border: none;
	outline: none;
	padding: 0;
}

.search-h5-box button {
	width: 0.5rem;
	height: 0.42rem;
	margin-left: 0.12rem;
	border: none;
	outline: none;
	background-color: #0080cb;
	color: #fff;
	font-size: 0.14rem;
	border-radius: 0.02rem;
	line-height: 0.42rem;
	cursor: pointer;
}

.header-en .naven .menu-h5 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	display: none;
	align-items: flex-start;
	justify-content: flex-end;
}

.header-en .naven .menu-h5 .menu-box {
	background-color: #333;
	height: 100%;
	overflow-y: auto;
	/* min-width: 3rem; */
	width: 0;
	transition: width 1s;
	-moz-transition: width 1s;
	/* Firefox 4 */
	-webkit-transition: width 1s;
	/* Safari and Chrome */
	-o-transition: width 1s;
	/* Opera */
}

.header-en .naven .menu-h5 .menu-active {
	width: auto;
	min-width: 3rem;
}

.header-en .naven .menu-h5 .menu-box .menu-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.2rem 0.3rem 0.2rem 0.1rem;
	box-sizing: border-box;
}

.header-en .naven .menu-h5 .menu-box .menu-title .language {
	padding: 0.08rem 0.2rem;
	color: #fff;
	font-size: 0.16rem;
	border-radius: 50rem;
	border: 1px solid #fff;
	cursor: pointer;
}
.header-en .naven .menu-h5 .menu-box .menu-title .language a{
	color: #fff !important;
}

.header-en .naven .menu-h5 .menu-box .menu-title .btn {
	font-size: 0.2rem;
	cursor: pointer;
}

.header-en .naven .menu-h5 .menu-box .menu-item {
	padding: 0.3rem 0.15rem;
	box-sizing: border-box;
	font-size: 0.16rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	cursor: pointer;
	color: #fff;
}

.header-en .naven .menu-h5 .menu-box .menu-item a{
	color: #fff;
}

.header-en .naven .menu-h5 .menu-box .menu-item a:link,
.header-en .naven .menu-h5 .menu-box .menu-item a:visited{
	color: #fff;
}

.header-en .naven .menu-h5 .menu-box .menu-item-h5-active a{
	color: #0080cb !important;
}

.header-en .naven .menu-h5 .menu-box .menu-item-h5-active i{
	color: #0080cb !important;
}

.header-en .naven .menu-h5 .menu-box .menu-item i {
	margin-right: 0.1rem;
	margin-top: -2px;
}

.header-en .mySwiper {
	z-index: 1;
	width: 100%;
	max-height: 800px;
}

.header-en .header-top-img {
	z-index: 1;
	width: 100%;
	max-height: 800px;
}

.header-en .header-top-img > img{
	width: 100%;
	height: auto;
	max-height: 500px;
}

.swiper{
	--swiper-navigation-size: 26px;
	--swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
}

.swiper-button-next, .swiper-button-prev{
	background-color: rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.header-en .mySwiper .swiper-wrapper{
	width: 100%;
	height: 100%;
}

.header-en .mySwiper .swiper-slide {
	width: 100%;
	height: 100%;
}

.header-en .mySwiper .swiper-slide a {
	width: 100%;
	height: 100%;
}

.header-en .mySwiper .swiper-slide img {
	width: 100%;
	max-height: 800px;
}

.footer-en {
	width: 100%;
	background-color: #0080cb;
	padding: 25px 0;
	box-sizing: border-box;
}

.footer-en .footer-en-content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 1500px;
	margin: 0 auto;
	color: #fff;
	padding: 0 20px;
	box-sizing: border-box;
}

.footer-en .footer-en-content .fnaven-left {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex: 1;
}

.footer-en .footer-en-content .fnaven-left .fnaven {
	/* flex: 1; */
	width: auto;
	margin-right: 7%;
}

.footer-en .footer-en-content .fnaven-left .single{
	width: 140px;
	flex-shrink: 0;
}

.footer-en .footer-en-content .fnaven-left .fnaven:last-child {
	margin-right: 0;
}

.footer-en .footer-en-content .fnaven-left .fnaven .fnaven-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	min-width: 80px;
}

.footer-en .footer-en-content .fnaven-left .fnaven .fnaven-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-en .footer-en-content .fnaven-left .fnaven .fnaven-list .fnav-item {
	width: 50%;
	margin-bottom: 20px;
}

.footer-en .footer-en-content .fnaven-left .single .fnaven-list .fnav-item {
	width: 100%;
}

.footer-en .footer-en-content .fnaven-left .fnaven .fnaven-list .fnav-item a {
	width: 100%;
	font-size: 12px;
	color: #c8e1f0;
}

.footer-en .footer-en-content .fcode {
	text-align: center;
	margin-left: 7%;
}

.footer-en .footer-en-content .fcode .fcode-title {
	font-size: 14px;
	line-height: 15px;
	margin-bottom: 5px;
}

.footer-en .footer-en-content .fcode .fphone {
	font-size: 33px;
	font-family: YouSheBiaoTiHei;
	line-height: 50px;
	margin-bottom: 10px;
}

.footer-en .footer-en-content .fcode .fcode-img img {
	width: 156px;
	height: 156px;
	margin-bottom: 12px;
}

.footer-en .footer-en-content .fcode .fcode-text {
	font-size: 12px;
	font-family: YouSheBiaoTiHei;
	line-height: 20px;
}

.footer-en .footer-en-bottom {
	text-align: center;
	color: #fff;
	padding: 0 20px;
	box-sizing: border-box;
}

.footer-en .footer-en-bottom .left,
.footer-en .footer-en-bottom .right {
	display: inline-block;
	font-size: 12px;
	color: #9ad3f4;
	line-height: 17px;
}

.footer-en .footer-en-bottom .left {
	margin-right: 3%;
}

.footer-en .footer-en-bottom .right {
	margin-top: 20px;
}


@media screen and (max-width: 992px) {
	.swiper{
		--swiper-navigation-size: 00.16rem;
	}

	.swiper-button-next, .swiper-button-prev{
		width: 0.3rem;
		height: 0.3rem;
	}

	.bread {
		line-height: 0.20rem;
		font-size: 0.12rem;
		margin: 0 auto;
		width: 100%;
		padding: 0.1rem 0.2rem;
	}

	.header-en .naven .naven-content .logo {
		width: 1rem;
		padding: 0 0 0  0.2rem;
	}

	.header-en .naven .naven-content .naven-right {
		display: none;
	}

	.header-en .naven .naven-content .naven-h5 {
		display: flex;
	}

	.footer-en .footer-en-content {
		display: block;
		padding: 0.14rem 0.12rem;
	}

	.footer-en .footer-en-content .fnaven-left {
		display: block;
		margin-bottom: 0.2rem;
	}

	.footer-en .footer-en-content .fnaven-left .fnaven {
		width: 100%;
	}

	.footer-en .footer-en-content .fnaven-left .single{
		width: 100%;
	}

	.footer-en .footer-en-content .fnaven-left .fnaven .fnaven-list .fnav-item {
		width: 50%;
		padding-right: 0.2rem;
	}
}