/* 全局样式 */
body,
div,
ul,
ol,
dt,
dd,
dl,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
textarea,
p,
img,
a,
span,
strong,
* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 12px;
	font-family: sans-serif,'Open Sans';
	color: #333;
	background-color: #FFFFFF;
}

ul,
ol,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 14px;
}

img,
input,
select,
textarea {
	vertical-align: middle;
	outline: none;
}

img {
	border: none;
}

a {
	color: #000;
	text-decoration: none;
	/* word-break: break-all; */
	word-break: normal;
}

a:hover {
	color: #000;
}

.clear {
	clear: both;
	height: 0;
	width: 0;
	overflow: hidden;
}
.wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}


/* 针对大屏幕的样式 */
@media screen and (min-width: 1024px) {
	/* 箭头 */
	.swiper-button-prev{
		width: 30px !important;
		height: 80px !important;
		background-color: rgba(0, 0, 0, 10%);
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.swiper-button-prev img{
		width: 80%;
	}
	.swiper-button-next{
		width: 30px !important;
		height: 80px !important;
		background-color: rgba(0, 0, 0, 10%);
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.swiper-button-next img{
		width: 80%;
	}
	.back-to-top {
		position: fixed;
		/* 固定按钮位置 */
		bottom: 80px;
		right: 10px;
		display: none;
		/* 初始隐藏，滚动后显示 */
		background-color: #ccc;
		color: white;
		border: none;
		border-radius: 5px;
		cursor: pointer;
		animation: fadeIn 0.5s;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		/* 平滑显示动画 */
	}
	.back-to-top:hover{
		background-color: #999;
	}
	.back-to-top img{
		width: 40%;
	}
	@keyframes fadeIn {
		from {
			opacity: 0;
		}
	
		to {
			opacity: 1;
		}
	}
	
	/* 当页面滚动时，显示按钮 */
	body.scrolled .back-to-top {
		display: block;
	}
	.phoneHeader{
		display: none;
	}
	body {
		padding: 0;
		margin: 0;
	}
	.navPosition{
		display: none;
	}
	.all{
		width: 100%;
		height: auto;
		margin: 0 auto;
		overflow: hidden;
		box-sizing: border-box;
	}
	/* 头部样式 */
	.header{
		width: 100%;
		height: auto;
		box-sizing: border-box;
		position: relative;
	}
	.ccccc{
		width: 100%;
		height: 3px;
		background-color: #ccc;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
	}
	.headerCenter{
		max-width: 1290px;
		width: 100%;
		margin: 0 auto;
		
	}
	.headerTop{
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 110px;
	}
	.logo{
		height: 79px;
	}
	.logo img{
		height: 100%;
	}
	.headerForm{
		display: flex;
		height: 79px;
		flex-direction: column;
		justify-content: space-between;
	}
	.headerForm ul{
		display: flex;
		justify-content: right;
	}
	.headerForm ul li:first-child{
		margin-right: 15px;
	}
	.headerForm ul li a img{
		width:15px;
	}
	.headerForm form{
		width: auto;
		display: flex;
		border: 1px solid #999;
		padding-left: 8px;
		box-sizing: border-box;
		height: 40px;
		align-items: center;
		
	}
	.headerForm form img{
		height: 30px;
		padding-right: 8px;
	}
	.headerForm form input{
		height: 100%;
		width: 250px;
		border: none;
	}
	
	.headerForm form button{
		height: 100%;
		width: 100px;
		background-color: #ccc;
		border: none;
		cursor: pointer;
	}
	
	.nav{
		display: flex;
		width: 100%;
		height: auto;
		box-sizing: border-box;
	}
	.nav ul{
		display: flex;
		justify-content: left;
		align-items: center;
	}
	.nav ul li{
		text-transform: uppercase;
	}
	.nav ul li a{
		height: 53px;
		line-height: 53px;
		overflow: hidden;
		display: flex;
		font-size: 16px;
		padding: 0 40px;
		box-sizing: border-box;
		font-weight: bold;
		letter-spacing: 1.8px;
	}
	.nav ul li a:hover{
		border-bottom: 3px solid rgb(204, 51, 51);
		box-sizing: border-box;
		color: #c33;
	}
	.action{
		border-bottom: 3px solid rgb(204, 51, 51);
		box-sizing: border-box;
	}
	.banner{
		width: 100%;
		height: auto;
		padding: 20px 0px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #f1f1f1;
		margin-bottom: 20px;
	}
	.bannerCenter{
		width: 1290px;
		height: auto;
	}
	.bannerContent{
		position: relative;
	}
	.bannerImg{
		width: 100%;
	}
	.bannerText{
		position: absolute;
	/*	left: 60px; */
		bottom: 0.1px;
		background: rgba(255,255,255,.93);
		width: 500px;
		padding: 14px;
		box-sizing: border-box;
		font-size: 15px;
		color: #2e2d29;
		margin: 18px;
		line-height: 1.5;
		letter-spacing: 0.28px;
	}
	.bannerText::first-letter{
		font-size: 2.5em;
		line-height: 1;
		padding-right: 5px;
		display: block;
		float: left;
	}
	.hr{
		display: none;
	}
	.footer{
		width: 100%;
		padding: 20px 0;
		background-color: #333;
		margin-top: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		font-size: 15px;
		text-align: center;
	}
	.foot{
		width: 90%;
		max-width: 1290px;
		text-align: center;
	}
}

/* 针对中等屏幕的样式 */
@media screen and (min-width: 768px) and (max-width: 1023px) {
	/* 箭头 */
	.swiper-button-prev{
		width: 30px !important;
		height: 50px !important;
		background-color: rgba(255, 255, 255, .08);
		display: flex;
		justify-content: center;
		align-items: center;
		top: 130px !important;
	}
	.swiper-button-prev img{
		width: 80%;
	}
	.swiper-button-next{
		width: 30px !important;
		height: 50px !important;
		background-color: rgba(255, 255, 255, .08);
		display: flex;
		justify-content: center;
		align-items: center;
		top: 130px !important;
	}
	.swiper-button-next img{
		width: 80%;
	}
	.back-to-top {
		position: fixed;
		/* 固定按钮位置 */
		bottom: 80px;
		right: 10px;
		display: none;
		/* 初始隐藏，滚动后显示 */
		background-color: #ccc;
		color: white;
		border: none;
		border-radius: 5px;
		cursor: pointer;
		animation: fadeIn 0.5s;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		/* 平滑显示动画 */
	}
	.back-to-top img{
		width: 50%;
	}
	@keyframes fadeIn {
		from {
			opacity: 0;
		}
	
		to {
			opacity: 1;
		}
	}
	
	/* 当页面滚动时，显示按钮 */
	body.scrolled .back-to-top {
		display: block;
	}
	.phoneHeader{
		display: none;
	}
	.phoneHeader{
		display: none;
	}
	.navPosition{
		display: none;
	}
	body {
		padding: 0;
		margin: 0;
	}
	.all{
		width: 100%;
		height: auto;
		margin: 0 auto;
		overflow: hidden;
		box-sizing: border-box;
	}
	/* 头部样式 */
	.header{
		width: 100%;
		height: auto;
		margin-bottom: 6px;
		padding: 0 15px;
		position: fixed;
		top:0;
		z-index: 8;
		background-color: #fff;
		box-sizing: border-box;
	}
	.header{
		width: 100%;
		height: auto;
		box-sizing: border-box;
	}
	.ccccc{
		width: 100%;
		height: 3px;
		background-color: #ccc;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
	}
	.hr{
		height: 16vh;
	}
	.headerCenter{
		width: 100%;
		margin: 0 auto;
		
	}
	.headerTop{
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 110px;
	}
	.logo{
		height: 52px;
	}
	.logo img{
		height: 100%;
	}
	.headerForm{
		display: flex;
		height: 79px;
		flex-direction: column;
		justify-content: space-between;
	}
	.headerForm ul{
		display: flex;
		justify-content: right;
	}
	.headerForm ul li:first-child{
		margin-right: 15px;
	}
	.headerForm ul li a img{
		width:15px;
	}
	.headerForm form{
		width: auto;
		display: flex;
		border: 1px solid #999;
		padding-left: 8px;
		box-sizing: border-box;
		height: 30px;
		
	}
	.headerForm form input{
		height: 100%;
		width: 200px;
		border: none;
	}
	
	.headerForm form button{
		height: 100%;
		width: 100px;
		background-color: #ccc;
		border: none;
	}
	.nav{
		display: flex;
		width: 100%;
		height: auto;
	}
	.nav ul{
		display: flex;
		justify-content: left;
		align-items: center;
	}
	.nav ul li{
		text-transform: uppercase;
	}
	.nav ul li a{
		height: 53px;
		line-height: 53px;
		overflow: hidden;
		display: flex;
		font-size: 12px;
		padding: 0 21px;
		box-sizing: border-box;
		font-weight: bold;
	}
	.nav ul li a:hover{
		border-bottom: 3px solid red;
		box-sizing: border-box;
		color: red;
	}
	.action{
		border-bottom: 3px solid red;
		box-sizing: border-box;
	}
	.banner{
		width: 100%;
		height: auto;
		padding: 20px 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #f1f1f1;
		box-sizing: border-box;
		margin-bottom:20px;
	}
	.bannerCenter{
		width: 90%;
		height: auto;
	}
	.bannerContent{
		position: relative;
	}
	.bannerImg{
		width: 100%;
	}
	.bannerImg img
	{
		width: 100%;
	}
	.bannerText{
		background-color: rgba(255, 255, 255, 1);
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
		font-size: 15px;
		color: #666;
	}
	.bannerText::first-letter{
		font-size: 2.5em;
		line-height: 1;
		padding-right: 5px;
		display: block;
		float: left;
	}
	.footer{
		width: 100%;
		padding: 20px 10px;
		box-sizing: border-box;
		background-color: #333;
		margin-top: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		font-size: 16px;
		text-align: center;
	}
	.foot{
		width: 90%;
		max-width: 1290px;
		text-align: center;
	}
}

/* 针对小屏幕的样式 */
@media screen and (max-width: 767px) {
	/* 箭头 */
	.swiper-button-prev{
		width: 20px !important;
		height: 40px !important;
		background-color: rgba(0, 0, 0, 10%);
		display: flex;
		justify-content: center;
		align-items: center;
		top: 55% !important;
	}
	.swiper-button-prev img{
		width: 80%;
	}
	.swiper-button-next{
		width: 20px !important;
		height: 40px !important;
		background-color: rgba(0, 0, 0, 10%);
		display: flex;
		justify-content: center;
		align-items: center;
		top: 55% !important;
	}
	.swiper-button-next img{
		width: 80%;
	}
	.back-to-top {
		position: fixed;
		/* 固定按钮位置 */
		bottom: 80px;
		right: 10px;
		display: none;
		/* 初始隐藏，滚动后显示 */
		background-color: #ccc;
		color: white;
		border: none;
		border-radius: 5px;
		cursor: pointer;
		animation: fadeIn 0.5s;
		width:30px;
		height: 30px;
		border-radius: 50%;
		/* 平滑显示动画 */
	}
	.back-to-top img{
		width: 50%;
	}
	@keyframes fadeIn {
		from {
			opacity: 0;
		}
	
		to {
			opacity: 1;
		}
	}
	
	/* 当页面滚动时，显示按钮 */
	body.scrolled .back-to-top {
		display: block;
	}
	body {
		padding: 0;
		margin: 0;
	}
	.all{
		width: 100%;
		height: auto;
		margin: 0 auto;
		overflow: hidden;
		box-sizing: border-box;
	}
	/* 头部样式 */
	.header{
		width: 100%;
		height: auto;
		box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, .4);
		margin-bottom: 6px;
		padding: 0 15px;
		position: fixed;
		top:0;
		z-index: 8;
		background-color: #fff;
		padding-bottom:15px;
		box-sizing: border-box;
	}
	.hr{
		height: 50px;
		display: block;
	}
	.hrr{
		width: 100%;
		height: 3px;
	}
	.headerCenter{
		width: 100%;
		margin: 0 auto;
		position: relative;
		
	}
	.headerTop{
		
	}
	.logo{
		height: 52px;
		width: 140px;
	}
	.logo img{
		height: 100%;
		width: 100%;
	}
	.headerForm{
		
	}
	.headerForm ul{
		display: flex;
		margin:10px 0px;
	}
	.headerForm ul li:first-child{
		margin-right: 15px;
	}
	.headerForm ul li a img{
		width:15px;
	}
	.headerForm form{
		width: 100%;
		display: flex;
		border: 1px solid #999;
		padding-left: 8px;
		box-sizing: border-box;
		height: 30px;
		
	}
	.headerForm form input{
		height: 100%;
		width:70%;
		border: none;
	}
	.headerForm form input::placeholder{
		background-image: url(../images/search.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 20px 20px;
	}
	.headerForm form button{
		height: 100%;
		width: 30%;
		background-color: #ccc;
		border: none;
		font-size:12px;
	}
	.navPosition{
		position: absolute;
		top: 15px;
		right: 15px;
	}
	.mobile-nav {
		display: block;
		position: relative;
	}
	
	.hidden {
		display: none;
	}
	
	.drawer {
		width: 250px;
		height: 300px;
		background: rgba(0, 0, 0, .6);
		position: absolute;
		top: 40px;
		right: -850%;
		/* Initially hide the drawer */
		transition: right 0.3s;
		box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
	}
	
	/* Style for the button */
	#toggleButton {
		width: 30px;
		height: 30px;
		font-size: 16px;
		border-radius: 5px;
		border: 2px solid red;
		cursor: pointer;
		background-image: url("../images/open.png");
		background-size: 80% 80%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.mobile-navigation {
		display: flex;
		justify-content: space-around;
		flex-direction: column;
	}
	
	.mobile-navigation a {
		color: #fff;
		width: 100%;
		display: flex;
		padding: 10px 10px;
		box-sizing: border-box;
		width: 100%;
		border-bottom: 1px solid #fff;
		
	}
	.mobile-navigation a:last-child{
		border: none;
	}
	
	.nav{
		display: none;
		width: 100%;
		height: auto;
	}
	
	.banner{
		width: 100%;
		height: auto;
		padding: 20px 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #f1f1f1;
		box-sizing: border-box;
		margin-bottom:20px;
	}
	.bannerCenter{
		width: 100%;
		height: auto;
	}
	.bannerContent{
		position: relative;
	}
	.bannerImg{
		width: 100%;
	}
	.bannerImg img
	{
		width: 100%;
	}
	.bannerText{
		background-color: rgba(255, 255, 255, 1);
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
		font-size: 15px;
		color: #666;
	}
	.bannerText::first-letter{
		font-size: 2.5em;
		line-height: 1;
		padding-right: 5px;
		display: block;
		float: left;
	}
	.footer{
		width: 100%;
		padding: 20px 6px;
		box-sizing: border-box;
		background-color: #333;
		margin-top: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		font-size: 12px;
		text-align: center;
	}
	.foot{
		width: 90%;
		max-width: 1290px;
		text-align: center;
	}
	.foot p{
		display: flex;
		flex-direction: column;
	}
	.foot p span{
		margin: 5px 0px;
	}
	#header{
		display: none;
	}
	
	.phoneHeader{
		position: fixed;
		top: 0;
		left: 0;
		background-color: #fff;
		z-index: 999;
		width: 100%;
	}
	
	header {
		color: #fff;
		padding: 10px;
		border-bottom: 1px solid #ccc;
	}
	
	.header-container {
		display: flex;
		align-items: center;
	}
	
	.phoneLogo {
		font-size: 20px;
		font-weight: bold;
		margin-right: 15px;
		width: 140px;
	}
	.phoneLogo img{
		width: 100%;
	}
	
	.nav-icon,
	.search-icon,
	.translate-icon {
		cursor: pointer;
	}
	.nav-icon {
		cursor: pointer;
		width: 40px;
		height: 34px;
		border-radius: 6px;
		border: 1px solid #c37;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #c37;
		box-sizing: border-box;
		/* 确保子元素（图标）能够正确定位 */
	}
	.nav-icon{
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
		
	}
	.nav-icon  span{
		text-align: center;
		width: 30px;
		width: 30px;
	}
	.nav-icon img{
		width: 100%;
		height: 100%;
	}
	nav {
		background-color: #fff;
		color: #fff;
		box-sizing: border-box;
		position: absolute;
		width: 100%;
		z-index: 1;
	}
	
	nav ul {
		list-style: none;
		padding: 0;
		margin: 0;
		font-size: 16px;
	}
	
	nav ul li {
		padding: 15px 10px;
		box-sizing: border-box;
		border-bottom: 1px solid #ccc;
	}
	
	nav ul li a {
		color: #000;
		text-decoration: none;
		display: block;
		text-transform: uppercase;
	}
	
	nav ul li a:hover {
		background-color: #555;
	}
	
	.navHidden {
		display: none;
	}
	
	
	
	.nav-icon .nav-closed,
	.nav-icon .nav-open {
		
	}
	
	.nav-icon .nav-open {
		display: none;
		/* 默认情况下不显示“X” */
	}
	
	.nav-icon.navActive .nav-closed {
		display: none;
		/* 当导航展开时，隐藏原始图标 */
	}
	
	.nav-icon.navActive .nav-open {
		display: block;
		/* 当导航展开时，显示“X” */
	}
	.navButton{
		margin-left: auto;
		display: flex;
		align-items: center;
	}
	.navButton a{
		width: 25px;
		margin: 0 8px;
	}
	.navButton img{
		width: 100%;
	}
}