html,body{color: #000000;font:14px "Microsoft Yahei","Arial",sans-serif;min-width: 320px;padding: 0;margin: 0;}
a{color: #000000;font:14px "Microsoft Yahei","Arial",sans-serif;text-decoration: none;}
a:hover{color: #f66a0b;}
body{overflow-x: hidden;overflow-y: auto;}
pre{font:14px "Microsoft Yahei","Arial",sans-serif; white-space: pre-wrap;padding: 0;margin: 0;}
ul,li,dl,dd,dt{
	list-style: none;
	padding: 0;
	margin: 0;
}
.all{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
input,button,a,select,img{
  outline:0 none !important;
  blr:expression(this.onFocus=this.blur());
}
input:focus,button:focus,a:focus,select:focus,img:focus{ outline: none !important; }

.slh{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.slh2{
	display: -webkit-box; /* 必须指定display属性 */
	overflow: hidden; /* 必须指定overflow属性 */
	text-overflow: ellipsis; /* 显示省略号 */
	-webkit-line-clamp: 2; /* 最多显示的行数 */
	-webkit-box-orient: vertical; /* 必须指定box-orient属性 */
}
.slh3{
	display: -webkit-box; /* 必须指定display属性 */
	overflow: hidden; /* 必须指定overflow属性 */
	text-overflow: ellipsis; /* 显示省略号 */
	-webkit-line-clamp: 3; /* 最多显示的行数 */
	-webkit-box-orient: vertical; /* 必须指定box-orient属性 */
}
.slh4{
	display: -webkit-box; /* 必须指定display属性 */
	overflow: hidden; /* 必须指定overflow属性 */
	text-overflow: ellipsis; /* 显示省略号 */
	-webkit-line-clamp: 4; /* 最多显示的行数 */
	-webkit-box-orient: vertical; /* 必须指定box-orient属性 */
}
.slh5{
	display: -webkit-box; /* 必须指定display属性 */
	overflow: hidden; /* 必须指定overflow属性 */
	text-overflow: ellipsis; /* 显示省略号 */
	-webkit-line-clamp: 5; /* 最多显示的行数 */
	-webkit-box-orient: vertical; /* 必须指定box-orient属性 */
}


.header{position: fixed;width: 100%;top: 0;left: 0;text-align: center;z-index: 9999;background: rgba(0,0,0,0.3);}
.header-hua{background: rgba(255,255,255,0.9);box-shadow:0px 6px 10px rgba(0,0,0,0.1);}
.header-hua .header-nav{height: 60px;line-height: 60px;}
.header-hua .header-nav .list-nav li a{color: #f66a0b;}
.header-hua .header-nav .list-nav li a:hover{color: #f66a0b !important;}
.header-nav{max-width: 1200px;margin: 0 auto;width: 100%;box-sizing: border-box;position: relative;padding: 0 0;height: 90px;line-height:90px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.header-nav .list-nav{width: 100%;position: relative;height: 100%;}
.header-nav .list-nav-left{float: left;width: 40%;display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;height: 100%;}
.header-nav .list-nav-right{float: right;width: 40%;display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;height: 100%;}
.header-nav .list-nav-left li,.header-nav .list-nav-right li{text-align: center;
padding: 0 !important;
word-break:keep-all;
	  white-space:nowrap;
	  overflow:hidden;
	  text-overflow:ellipsis;
}
.header-nav .list-nav li a{float: left;width: 100%;height:100%;color: #ffffff;font-size: 16px;}
.header-nav .list-nav li a:hover{color: #ffffff;}
.header-nav .logo{width: 20%;position: absolute;left: 40%;z-index: 2;top: 10%;height: 80%;line-height: 40px;overflow: hidden;}
.header-nav .logo a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	flex-wrap: wrap;
}
.header-nav .logo img{vertical-align: middle;height: 50px;transition:none;display: flex;}
.header-nav .logo-title{
	line-height: 20px;
	width: 100%;
	color: #ffffff;
	font-size: 14px;
}
.header-nav .buttun{position: absolute;left: 20px;top: 0;width: 30px;height:24px;z-index: 99;line-height: 24px;letter-spacing: 4px;text-align: center;top: 50%;margin-top: -12px;display: none;padding-right: 70px;}
.header-nav .buttun::before{position: absolute;right: 0;top: 0;width: 80px;content: '菜单';color: #DBDDE9;font-size: 18px;}
.header-nav .buttun div{width: 100%;background: #f66a0b;height: 4px;margin-bottom: 6px;}
.header-nav .buttun div:last-child{margin-bottom: 0;}
.close{width: 100%;float: left;width: 40px;height: 60px;background: #93753a;color: #333333;
position: absolute;right: 0;top: 50%;margin-top:-30px;font-size: 16px;line-height: 20px;display: none;
box-sizing: border-box;padding: 10px;word-break:break-all;background: url(../images/1.png) no-repeat center center;}

.header .language{
	position: absolute;
	right:50px;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 9999;
	display: flex;
	align-items: center;
	height: 60px;
	
}
.header .language a{
	display: flex;
	width: 50px;
	height: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #ffffff;
}

.header-hua .language a{
	display: flex;
	color: #f66a0b;
}


.header-hua .logo img{vertical-align: middle;height: 30px;transition:none;display: flex;}
.header-hua .logo-title{
	line-height: 20px;
	width: 100%;
	color: #f66a0b;
	font-size: 14px;
}


.footer{
	background: url('../images/7.jpg')  no-repeat center center;
	background-size: cover;
	color: #ffffff;
	padding: 50px 0 0 0;
}
.footer-con{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.footer-logo img{
	max-height: 80px;
}
.footer-con-con{
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}
.footer-con-address{
	display: flex;
	justify-content: flex-start;
	gap: 20px;
}
.footer-con-address .item{
	border: 1px solid #ffffff;
	height: fit-content;
	padding: 15px 20px;
	border-radius: 8px;
	position: relative;
}
.footer-con-address .item .iconfont{
	/*position: absolute;*/
	/*top: -10px;*/
	/*left: 20px;*/
	color: #ffffff;
	z-index: 1;
	font-size: 20px;
}
.footer-con-address .item .title{
	margin-top: 10px;
	font-size: 15px;
}
.footer-con-address .item .address{
	font-size: 13px;
	padding: 10px 0;
}
.footer-con-address .item .tel{
	font-size: 13px;
}
	
.footer-con-contact{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}
.footer-con-contact .item{
	text-align: center;
	position: relative;
	height: 60px;
}
.footer-con-contact .item .icon{
	width: 40px;
	height: 40px;
}
.footer-con-contact .item .name{
	font-size: 14px;
}
.footer-con-contact .item .erweima{
	width: 100px;
	height: 100px;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translate(-50%,0);
	transition: all 0.6s ease;
	opacity: 0;
	padding-bottom: 10px;
}
.footer-con-contact .item:hover .erweima{
	top: -110px;
	opacity: 1;
	z-index: 1;
}

.footer-bottom{
	border-top: 1px solid #999999;
}
.footer-bottom-con{
	line-height: 30px;
	font-size: 12px;
	color: #aaaaaa;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.footer-bottom-con a{
	line-height: 30px;
	font-size: 12px;
	color: #aaaaaa;
	display: inline-block;
}


.hm-page99{
	height: auto !important;
}
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
	height: auto !important
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
	height: auto !important
}
.fp-viewing-p2 .header-nav,
.fp-viewing-p3 .header-nav,
.fp-viewing-p4 .header-nav,
.fp-viewing-p5 .header-nav,
.fp-viewing-p6 .header-nav,
.fp-viewing-p7 .header-nav,
.fp-viewing-p99 .header-nav{
	height: 60px;line-height:60px;
}
.fp-viewing-p2 .header-nav .list-nav li a,
.fp-viewing-p3 .header-nav .list-nav li a,
.fp-viewing-p4 .header-nav .list-nav li a,
.fp-viewing-p5 .header-nav .list-nav li a,
.fp-viewing-p6 .header-nav .list-nav li a,
.fp-viewing-p7 .header-nav .list-nav li a,
.fp-viewing-p99 .header-nav .list-nav li a{
	color: #f66a0b;
}

.fp-viewing-p2 .header-nav .logo img,
.fp-viewing-p3 .header-nav .logo img,
.fp-viewing-p4 .header-nav .logo img,
.fp-viewing-p5 .header-nav .logo img,
.fp-viewing-p6 .header-nav .logo img,
.fp-viewing-p7 .header-nav .logo img,
.fp-viewing-p99 .header-nav .logo img{vertical-align: middle;height: 30px;transition:none;display: flex;color: #f66a0b;}

.fp-viewing-p2 .header-nav .logo-title,
.fp-viewing-p3 .header-nav .logo-title,
.fp-viewing-p4 .header-nav .logo-title,
.fp-viewing-p5 .header-nav .logo-title,
.fp-viewing-p6 .header-nav .logo-title,
.fp-viewing-p7 .header-nav .logo-title,
.fp-viewing-p99 .header-nav .logo-title{color: #f66a0b !important;}

.fp-viewing-p2 .language a,
.fp-viewing-p3 .language a,
.fp-viewing-p4 .language a,
.fp-viewing-p5 .language a,
.fp-viewing-p6 .language a,
.fp-viewing-p7 .language a,
.fp-viewing-p99 .language a{
	color: #f66a0b;
}

.footer-right{
	position: fixed;
	right: 10px;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 99;
}
.footer-right li{
	width: 12px;
	height: 12px;	
	border-radius: 50%;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-right li a{
	width: 6px;
	height: 6px;	
	border-radius: 50%;
	background: #f66a0b;
	display: flex;
}
.footer-right .on{
	background: #f66a0b;
}

.video-box{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.video-box .video-close{
	position: absolute;
	right: 40px;
	top: 100px;
	z-index: 1;
	color: #ffffff;
	font-size: 40px;
	
}
.video-box .video{
	width: 50vw;
}

.footer-right-right{
	position: fixed;
	right: 10px;
	bottom: 200px;
	z-index: 999;
}
.footer-right-right li{
	font-size: 35px;
	color: #f66a0b;
	cursor: pointer;
}
.footer-right-right .top{
	display: none;
}

.page {
	width: 100%;
	text-align: center;
	padding: 20px 0;
}
.pagination {
	text-align: center;
	display: inline-block;
	margin: 0 auto;
}
.pagination li {
	border: 1px solid #f66a0b;
	height: 30px;
	line-height: 28px;
	color: #D0AC83;
	margin-right: 10px;
	box-sizing: border-box;
	float: left;
}
.pagination li a {
	color: #D0AC83;
	display: inline-block;
	font-size: 16px;
	padding: 0 10px;
	float: left;
	height: 100%;
	display: flex;
	align-items: center;
}
.pagination li span {
	padding: 0 10px;
	float: left;
	height: 100%;
}
.pagination .active {
	background: #f66a0b;
	color: #FFFFFF;
	border: 1px solid #f66a0b;
}
.pagination li:nth-child(1) {
	/* 空样式 */
}
.pagination li:last-child {
	margin-right: 0;
}
.pagination .disabled {
	display: none;
}

@media only screen and (min-width: 900px) and (max-width: 1480px) {
	.header .language{
		position: absolute;
		right:0px;
		z-index: 9999;

	}
}
@media only screen and (min-width: 900px) and (max-width: 1280px) {
	.header .language{
		display: none;

	}
}

@media only screen and (max-width: 900px) {
	.footer-right{
		display: none;
	}
	.header-nav{height: 60px;}
	.header-nav .logo{width: 50%;position: absolute;left: 25%;z-index: 2;top: 0;height: 100%;align-items: center;display: flex;}
	.header-nav .logo img{vertical-align: middle;height: 30px;transition:none;}
	.header-nav .list-nav{position: fixed;left:0;top: 0;z-index: 9999;width: 0;background: #333333;height: 100%;overflow: hidden;}
	.header-nav .list-nav-left{float: left;width: 100%;height: auto;}
	.header-nav .list-nav-right{float: right;width: 100%;height: auto;}
	.header-nav .list-nav li{float: left;width: 100%;line-height: 70px;}
	.header-nav .list-nav li a{float: left;width: 100%;height:100;color: #ffffff !important;line-height: 70px;font-size: 20px;}
	.header-nav .list-nav-on{width: 200px;}
	.header-nav .buttun{display: inline-block;}
	.close{display: inline-block;}
	.header .language{
		display: block;
		height: 60px;
		right:0;
	}
	.header .language a{
		color: #f66a0b;
		line-height: 60px;
	}
	
	.footer{
		background: url('../images/7.jpg')  no-repeat center center;
		background-size: cover;
		color: #ffffff;
		padding: 30px 0 0 0;
	}
	.footer-con{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.footer-logo img{
		max-height: 45px;
	}
	.footer-con-con{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 30px 0;	
		gap: 30px 0;
	}
	.footer-con-address{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 10px;
	}
	.footer-con-address .item{
		border: 1px solid #ffffff;
		height: fit-content;
		padding: 15px 20px;
		border-radius: 8px;
		width: 100%;
		position: relative;
	}
	.footer-con-address .item .iconfont{
		/*position: absolute;*/
		/*top: -10px;*/
		/*left: 20px;*/
		color: #ffffff;
		z-index: 1;
		font-size: 20px;
	}
	.footer-con-address .item .title{
		margin-top: 10px;
		font-size: 15px;
	}
	.footer-con-address .item .address{
		font-size: 13px;
		padding: 10px 0;
	}
	.footer-con-address .item .tel{
		font-size: 13px;
	}
	.footer-con-contact{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		gap: 10px;
		flex-wrap: wrap;
	}
	.footer-con-contact .item{
		text-align: center;
		position: relative;
		height: auto;
	}
	.footer-con-contact .item .icon{
		width: 40px;
		height: 40px;
		display: none;
	}
	.footer-con-contact .item .name{
		font-size: 14px;
		line-height: 30px;
	}
	.footer-con-contact .item .erweima{
		width: 85px;
		height: 85px;
		position: relative;
		top: -0;
		left: 0;
		transform: translate(-0,0);
		transition: all 0 ease;
		opacity: 1;
		padding-bottom: 0px;
	}
	.footer-con-contact .item:hover .erweima{
		top: -0;
		opacity: 1;
		z-index: 1;
	}
	
	.footer-bottom{
		border-top: 1px solid #999999;
	}
	.footer-bottom-con{
		line-height: 20px;
		font-size: 12px;
		color: #aaaaaa;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 5px 10px;
		box-sizing: border-box;
	}
	.footer-bottom-con a{
		line-height: 20px;
		font-size: 12px;
		color: #aaaaaa;
		display: inline-block;
	}
	
	.video-box{
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.3);
		z-index: 999;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.video-box .video-close{
		position: absolute;
		right: 40px;
		top: 100px;
		z-index: 1;
		color: #ffffff;
		font-size: 40px;
		
	}
	.video-box .video{
		width: 90vw;
	}
}
.header-nav .list-nav li:last-child{margin-right: 0;}

.swiper-pagination-bullet{
	background: #999999;
}	
.swiper-pagination-bullet-active{
	background: #f66a0b;
}