* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a:link,
a:active,
a:visited,
a:hover,
	{
	background: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

body {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}

.content1300 {
	margin: 0 auto;
	width: 1300px;
}

.content1400 {
	margin: 0 auto;
	width: 1400px;
}
.pages-turn{width:100%;height:auto;padding-top:30px;text-align:center;position:relative;overflow:hidden; }/*鍒嗛〉*/
.pages-turn span{
	display:inline-block;width:44px;height:44px;line-height:31px;text-align:center;font-family:'Arial';background-color:#cda766;line-height: 44px; border-radius: 44px;  margin: 10px;color: #ffffff;
}
.pages-turn a{display:inline-block;width:44px;height:44px;line-height:31px;color:#000000; text-align:center;font-family:'Arial';background-color:#FFFFFF;line-height: 44px; margin: 10px;  border-radius: 44px;}

.pages-turn a.on, .pages-turn a:hover{color:#fff;background-color:#cda766; }
/*.pages-turn a:first-child,*/
/*.pages-turn a:last-child{background:none;border:1px solid #cacaca;font-weight:600;}*/
.content1200 {
	margin: 0 auto;
	width: 1200px;
}

.content1500 {
	margin: 0 auto;
	width: 1500px;
}

.content1600 {
	margin: 0 auto;
	width: 1600px;
}
.content1700{
	margin: 0 auto;
	width: 1700px;
}
.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.2);
}

.imgScale {
	transition: all 0.6s;
	display: block;
}

.content1300 {
	margin: 0 auto;
	width: 1300px;
}

.content1200 {
	margin: 0 auto;
	width: 1200px;
}

.content1500 {
	margin: 0 auto;
	width: 1500px;
}

.content1600 {
	margin: 0 auto;
	width: 1600px;
}

.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.2);
}

.imgScale {
	transition: all 0.6s;
	display: block;
	max-width: 100%;
	width: 100%;
}

.header .content .header-search .icon-sousuo {
	font-size: 24px;
	color: #333;
}
.swiper-container{
	overflow: hidden;
}
.main{
	position: relative;
}
.header{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	padding: 20px 0;
	background-color: transparent;
}
.header .content1700{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .r .nav{
	display: flex;
}
.header .r .nav li{
	position: relative;
	margin-right: 88px;
}
.header .r .nav li::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: -18px;
	width: 100%;
	height: 1px;
	background-color: transparent;
}
.header .r .nav li:hover::before,
.header .r .nav li.active::before{
	background-color: rgba(205, 167, 102, 1);
}
.header .r .nav li:last-child{
	margin-right: 0;
}
.header .r .nav li a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1;
}
.header .header-search .searchbox {
	position: absolute;
	display: none;
	width: 300px;
	height: 40px;
	top: 50px;
	right: 0;
	z-index: 2;
	background-color: #fff;

}

.header .header-search .searchbox.active {
	display: flex;
}

.header .header-search .searchbox input {
	flex: 1;
	height: auto;
	border: none;
	outline: none;
	padding-left: 20px;
	box-sizing: border-box;
}

.header .header-search .searchbox .btn {
	width: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #f0f0f0;
	cursor: pointer;
}

.header .header-search .searchbox .btn .icon-sousuo {
	color: #222;
}
.header .l .logo2{
	display: none;
}
.header.header1{
	position: fixed;
	background-color: #fff;
}
.header.header2{
	border-bottom: 2px solid #000;
}
.header.header1 .l .logo2{
	display: block;
}
.header.header1 .l .logo1{
	display: none;
}
.header.header1 .r .nav li a{
	color: rgba(0, 0, 0, 1);
}
.footer{
	background-color: rgba(17, 17, 17, 1);
}
.footer .content1700{
	display: flex;
	justify-content: space-between;
}
.footer .l{
	width: 69%;
	border-right: 1px solid rgba(255,255,255,0.1);
}
.footer .l .l-t{
	padding: 71px 0 59px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer .l .l-t ul{
	display: flex;
	height: 50px;
	border: 2px solid #FFFFFF;
	width: 404px;
}
.footer .l .l-t li{
	position: relative;
	display: inline-block;
	width: 50px;
	line-height: 50px;
	text-align: center;
}
.footer .l .l-t li .li-box{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 1;
	padding-bottom: 25px;
	bottom: 62px;
	background-color: #fff;
	display: none;
	box-shadow: rgb(0 0 0 / 13%) 0px 3px 7px 0px;
}
.footer .l .l-t li:hover .li-box{
	display: block;
}
.footer .l .l-t li .li-box::before{
	position: absolute;
	content: "";
	left: 50%;
	border: 6px solid transparent;
	border-top-color: #fff;
	transform: translateX(-50%);
	bottom: -12px;
}
.footer .l .l-t li .li-box .img {
	margin-bottom: 7px;
}
.footer .l .l-t li .li-box .img img{
	display: block;
}
.footer .l .l-t li a{
	display: block;
}
.footer .l .l-t li .iconfont{
	display: block;
	color: #fff;
	font-size: 24px;
}
.footer .l .l-t li .iconfont.icon-xiaohongshu{
	transform: scale(2);
}
.footer .l .l-t li:hover{
	background-color: #fff;
}
.footer .l .l-t li:hover .iconfont{
	color: #333;
}
.footer .l .l-b ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 53px 0 29px;
}
.footer .l .l-b li{
	width: 33.3%;
}
.footer .l .l-b li .li-title{
	font-size: 16px;
	font-family: Microsoft YaHei;
	display: inline-block;
	color: #FFFFFF;
	line-height: 1;
	padding-bottom: 5px;
	border-bottom: 2px solid #fff;
	margin-bottom: 21px;
}
.footer .l .l-b li .li-text a{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #CCCCCC;
	line-height: 28px;
}
.footer .l .l-b li .li-text a:hover{
	color: #fff;
}
.footer .l .l-b li:nth-child(n+4){
	margin-top: 37px;
}
.footer .r {
	width: 25.8%;
	padding-top: 71px;
}
.footer .r .en{
	font-size: 24px;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.footer .r .zh{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #DDDDDD;
	line-height: 1;
	margin-top: 17px;
}
.footer .r ul{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #DDDDDD;
	line-height: 30px;
	margin-top: 50px;
}
.footer .r ul li{
	display: flex;
}
.footer .r ul li .iconfont{
	font-size: 14px;
	color: #fff;
	margin-right: 9px;
}
.footer .r .ewm{
	margin-top: 50px;
	display: flex;
	align-items: flex-end;
}
.footer .r .ewm .img img{
	display: block;
}
.footer .r .ewm .text{
	margin-left: 15px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #DDDDDD;
	line-height: 1;
}
.footer .r .ewm .text p:not(:last-child){
	margin-bottom: 15px;
}
.footer .r .b-text{
	margin-top: 162px;
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1;
}
.footer .r .b-text a{
	color: rgba(153, 153, 153, 1);
}
.banner1{
	position: relative;
}
.banner1 .pic img{
	display: block;
	width: 100%;
	min-height: 160px;
	object-fit: cover;
}
.banner1 .banner-box{
	position: absolute;
	left: 50%;
	top: 50%; 
	transform: translate(-50%,-50%);
	/* transform: translateX(-50%);
	bottom: 180px; */
	z-index: 2;
	width: 100%;
	padding: 0 10px;
}
.banner1 .banner-box .img{
	display: block;
	margin: 0 auto;
	max-width: 80%;
	
}

.banner1 .banner-box .title1{
	font-size: 48px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1;
	margin-bottom: 48px;
	text-align: center;
}
.banner1 .banner-box .title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 35px;
	text-align: center;
}
.product-nav .swiper-slide{
	width: auto;
	margin-right: 120px;
	border-bottom: 1px solid transparent;
}
.product-nav .swiper-slide:last-child{
	margin-right: 0;
}
.product-nav .swiper-slide a{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: rgba(0, 0, 0, 1);
	line-height: 1;
}
.product-nav .swiper-slide.active,
.product-nav .swiper-slide:hover{
	border-bottom: 1px solid rgba(205, 167, 102, 1);
}
.product-nav .swiper-slide.active a,
.product-nav .swiper-slide:hover a{
	color: rgba(205, 167, 102, 1);
	
}
.m_right {
	display: none;
}

.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.55);
	display: none;
	z-index: 999;
}

.modal .shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.pagination ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.pagination ul li {
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: rgba(255, 255, 255, 0);
	border: 1px solid #D4D4D4;
	border-radius: 50%;
	font-size: 18px;
	font-family: PingFang;
	font-weight: 500;
	color: #666666;
	margin: 0 5px;
}

.pagination ul li:first-child,
.pagination ul li:last-child {
	width: 102px;
	height: 44px;
	background: rgba(255, 255, 255, 0);
	border: 1px solid #D4D4D4;
	border-radius: 22px;
	margin: 0 14px;
}

.pagination ul li .iconfont {
	font-size: 18px;
}

.pagination ul li:hover,
.pagination ul li.active {
	background-color:rgba(205, 167, 102, 1);
	color: #fff;
}

.pagination ul li a {
	color: #333;
	display: block;
}

.pagination ul li.active a,
.pagination ul li:hover a {
	color: #fff;
}
.common-bread{
	padding-top: 32px;
	
}
.common-bread span{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 1;
}
.common-bread span a{
	color: #333;
}
.common-bread span.current a{
	color: rgba(205, 167, 102, 1);
}
@media(max-width:1730px){
	.content1700{
		width: 94%;
	}
}
@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}
@media (max-width:1530px) {
	.content1500 {
		width: 94%;
	}
}

@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}
}

@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
}

@media (max-width:1230px) {
	.content1200 {
		width: 94%;
	}
}
.m_right{
	display: none;
}
@media (max-width:1199px) {
	.header{
		padding: 13px 0;
	}
	.header .l img{
		height: 40px;
	}
	.header .r {
		display: none;
	}
	.m_right {
		display: block;
	}

	.m_right .m_right_buttom {
		height: 40px;
		width: 40px;
		text-align: center;
		line-height: 40px;
		cursor: pointer;
	}

	.m_right .m_right_buttom .iconfont {
		font-size: 22px;
		color: #CDA766;
		font-weight: bold;
	}

	.m_right .m_aside {
		position: absolute;
		top: 100%;
		width: 100%;
		left: 0;
		background-color: #666;
		z-index: 999;
		transform: translateX(100%);
		transition: all 0.6s;
		border-top: 1px solid rgba(255,255,255,0.3);
	}

	.m_right .m_aside.active {
		transform: translateX(0);
	}

	.m_right .m_aside li {
		border-bottom: 1px solid rgba(255,255,255,0.3);
		text-align: center;
		padding: 8px 0;
	}
	.m_right .m_aside li:last-child{
		border-bottom: none;
	}
	.m_aside li .zh {
		font-size: 18px;
		line-height: 28px;
		color: #fff;
	}

	.m_aside li .en {
		font-size: 16px;
		color: #999999;
	}

	.m_searchbox_li .iconfont {
		font-size: 24px;
		color: #999;
		cursor: pointer;
	}

	.m_searchbox {
		display: none;
		margin: 0 auto;
		justify-content: center;
		margin-top: 10px;
		align-items: flex-start;
	}

	.m_searchbox.active {
		display: flex;
	}

	.m_searchbox input {
		width: 70%;
		height: 32px;
		border: 1px solid #D0D0D0;
		border-right: none;
		outline: none;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.m_searchbox .btn {
		background-color: #F0F0F0;
		width: 37px;
		height: 32px;
		line-height: 32px;
		text-align: center;
	}
	.product-nav{
		width: 94%;
		margin: 0 auto;
	}
	.product-nav .swiper-slide{
		margin-right: 40px;
	}
	.banner1 .banner-box .title1{
		font-size: 30px;
	}
	.banner1 .banner-box .title{
		font-size: 20px;
		margin-top: 20px;
	}
	
}

@media (max-width:800px) {
	.footer .l .l-b{
		display: none;
	}
	.footer .l{
		width: 100%;
		border-right: none;
	}
	.footer .r{
		width: 100%;
	}
	.footer .content1700{
		flex-wrap: wrap;
	}
	.footer .r .b-text{
		margin-top: 40px;
	}
	.footer{
		padding-bottom: 20px;
	}
	.footer .l .l-t ul{
		max-width: 100%;
	}
	.product-nav .swiper-slide{
		margin-right: 30px;
	}
	.banner1 .banner-box .title1{
		font-size: 24px;
		margin-bottom: 20px;
	}
}
@media (max-width:500px) {
	.banner1 .banner-box .title{
		margin-top: 20px;
	}
	.footer .l{
		display: none;
	}
	.footer .r{
		padding-top: 50px;
	}
	.footer .r ul{
		margin-top: 30px;
	}
	.product-nav .swiper-slide a{
		font-size: 16px;
	}
	.pagination ul li{
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}
	.pagination ul li:first-child, .pagination ul li:last-child{
		width: 80px;
		height: 30px;
		margin: 0;
	}
	.banner1 .banner-box .title{
		margin-top: 15px;
		font-size: 16px;
		line-height: 1.5;
	}
	.banner1 .banner-box .title1{
		font-size: 20px;
	}
}