@media only screen and (max-width: 1680px) {
	.centerBox {
		width: 90%;
		margin: auto;
	}

	body {
		zoom: 0.8 !important;
	}
}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1152px) {}

@media only screen and (max-width: 1024px) {
	body {
		zoom: 1 !important;
	}

	.cai span {
		display: block;
		width: 30px;
		height: 2px;
		background: #aa320e;
		margin: 8px 0;
	}

	.cai:before {
		content: '';
		display: block;
		width: 30px;
		height: 2px;
		background: #aa320e;
	}

	.cai:after {
		content: '';
		display: block;
		width: 30px;
		height: 2px;
		background: #aa320e;
	}



	.header {
		position: fixed !important;
		width: 100%;
		left: 0;
		background: #ffffff;
		z-index: 999;
	}

	.header .logo {
		width: auto;
	}

	.header .logo img {
		width: 140px;
	}

	.header .centerBox {
		height: 80px;
	}

	.gao {
		height: 80px;
	}

	.header .menu {
		display: flex;
		align-items: center;
		float: right;
	}

	.header .menu .nav {
		position: fixed;
		width: 100%;
		background: #ffffff;
		right: 0;
		color: #333333;
		top: 80px;
		overflow-y: auto !important;
		display: none;
		z-index: 999;
		height: 100vh;
	}

	.header .menu .cai {
		float: right;
	}

	.header .menu {
		display: block !important;
	}

	.header .menu .nav li {
		line-height: 40px;
		font-size: 18px;
		padding: 5px 20px;
		box-sizing: border-box;
		width: 100%;
		margin-left: 0;
		font-weight: normal;
		text-align: left;
		margin-right: 0;
	}

	.header .menu .nav li:after {
		content: '';
		display: none;
		position: absolute;
		bottom: -22px;
		left: 50%;
		width: 100%;
		height: 3px;
		background: green;
		border-radius: 5px;
		transform: translate(-50%);
		display: none;
	}

	.nav {
		margin-right: 0 !important;
	}

	.header .menu .nav li:after {
		display: none;
	}

	.header .menu .nav li.on:after {
		display: none;
	}

	.header .menu .nav li>a:after {
		display: none !important;
	}

	.header .nav .in {
		font-size: 18px !important;
		color: #0d9fd4 !important;
	}

	.header .menu .nav li:after {
		content: '';
		display: none !important;
		position: absolute;
		bottom: -22px;
		left: 50%;
		width: 100%;
		height: 3px;
		background: green;
		border-radius: 5px;
		transform: translate(-50%);
		display: none;
	}

	.banner .swiper-pagination {
		left: 55% !important;
		bottom: 6px !important;
	}

	.banner .swiper-pagination-bullet-active {
		width: 20px !important;
		height: 5px !important;
	}



	.banner .swiper-pagination-bullet {
		width: 5px;
		height: 5px;
	}

    .container {
		display: none;
		width: 100%;
		height: 200px;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
	}

	#list {
		width: 700%;
		height: 200px;
		position: absolute;
	}
	.container-box {
		display: block;
		width:100%;
		height:100%;
		overflow:hidden;
	}
	.container3 {
		width:100%;
		height:100%;
		white-space:nowrap;
		position:relative;
		transition:all 0.3s;
		font-size:0;
		/*解决inline-block空白间隔问题*/
	}
	.page {
		margin:0;
		padding:1% 0;
		box-sizing:border-box;
		display:inline-block;
		width:100%;
		height:100%;
		white-space:normal;
		font-size:18px;
		/*inline-block间隔问题*/
					color:#fff;
	}
	.page img{
		width: 100%;
	}
    
	.indexintroduce {
		width: 95%;
		margin: 40px auto 60px auto;
		display: block;
	}
	.indexintroducelefttitle {
		display: flex;
		align-items: flex-end;
		margin-bottom: 15px;
	}
	.indexintroducelefttitle1 {
		font-size: 18px;
		font-weight: bold;
	}
	.indexintroducelefttitle2 {
		width: 15px;
		height: 15px;
		border-radius: 7px;
		border: 2px solid #A4907B;
		margin-left: 10px;
	}
	.indexintroduceleftenglish {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.indexintroducelefttext {
		font-size: 12px;
	}
	.indexintroduceleft {
		color: #53261C;
		width: 100%;
		margin-bottom: 20px;
	}
	.indexintroduceright {
		width: 100%;
	}
	.product {
		width: 100%;
		color: #53261C;
		margin-bottom: 40px;
	}
	.producttitle {
		display: flex;
		align-items: flex-end;
		justify-content: center;
		margin: 0 auto 30px auto;
	}
	.indexintroducelefttitle4 {
		font-size: 24px;
		color: #53261C;
		font-weight: bold;
	}
	.indexintroducelefttitle3 {
		width: 20px;
		height: 20px;
		border-radius: 10px;
		border: 3px solid #A4907B;
		margin-left: 15px;
		position: relative;
		top: 10px;
	}
	.anlibox {
		width: 95%;
		margin: 0 auto 20px auto;
	}
	.anlilist {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
	}
	.anlilist li {
		padding: 5px 10px;
		border-right: 2px solid #53261C;
		font-size: 14px;
		margin-right: 10px;
		color: #53261C;
		position: relative;
	}
	.anlilist2 div ul li {
		width: 30%;
		margin-right: 3.3%;
		margin-bottom: 30px;
	}
	.productlisttext {
		margin-top: 15px;
		text-align: center;
		padding: 10px;
		font-size: 12px;
	}
	.container2 {
		max-width: 95%;
		margin: 0 auto;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	.newslist {
		width: 95%;
		margin: 40px auto 40px auto;
	}
	.newslist ul li {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		color: #53261C;
		margin-bottom: 30px;
	}
	.newslefttitle1 {
		font-size: 18px;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.newslefttitle2 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.newslefttext {
		font-size: 12px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 100%;
	}
	.newsrighttime {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.newsrightcheck {
		font-size: 14px;
		text-align: right;
	}
	.footer {
		width: 100%;
		background-color: #F7F7F7;
		padding: 25px 0;
		display: flex;
		justify-content: space-around;
		align-items: center;
		color: #53261C;
		font-size: 12px;
	}
	.footerrightlist {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 10px;
	}
	.footerrightlisttext {
		margin-right: 5px;
	}
	.banner2 {
		width: 100%;
		margin-bottom: 30px;
	}
	.guanyutitle {
		width: 100%;
		color: #53261C;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.guanyutitlelist {
		margin-left: 39%;
	}
	.longkong {
		width: 100%;
		height: 500px;
	}
	.anlilist3 li {
		padding-bottom: 10px;
		font-size: 12px;
	}
	.anlilist3 {
		width: 100%;
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin-bottom: 30px;
	}
	#pageBox {
		margin-top: 15px;
	}
	.pageLeft button {
		padding: 6px 8px;
		color: #CCCCCC;
		border: 1px solid #cccccc;
		margin-right: 5px;
		background-color: #ffffff;
	}
	.pageNum ul a {
		padding: 6px 8px;
		margin-right: 5px;
		color: #cccccc;
		border: 1px solid #cccccc;
		font-size: 12px;
	}
	.pageRight button {
		padding: 6px 8px;
		color: #CCCCCC;
		border: 1px solid #cccccc;
		background-color: #ffffff;
	}
	.anlipart {
		width: 95%;
		margin: 0px auto 40px auto;
	}
	#treelist2 {
		width: 30%;
		margin-right: 3.33333333%;
		margin-bottom: 40px;
	}
	.lianxi {
		width: 95%;
		margin: 0 auto 30px auto;
		display: block;
	}
	.lianxileft {
		max-width: 100%;
	}
	.lianxilefttitle {
		font-size: 18px;
		color: #53261C;
		margin-bottom: 20px;
	}
	.lianxileftlist ul li {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 20px;
	}
	.leftlisticon {
		width: 24px;
		margin-right: 20px;
	}
	.leftlisttext {
		color: #53261C;
		font-size: 16px;
	}
	.listbottomtext1 {
		color: #53261C;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.listbottomimg{
		width: 200px;
	}
	.listbottomimg img{
		width: 80%;
	}
	.lianxiright {
		margin-top: 20px;
		width: 100%;
		max-width: 100%;
	}
	#dituContent {
		width: 100%;
		height: 300px;
	}
	#back-top {
		display: block;
		position: fixed;
		width: 45px;
		height: 45px;
		bottom: 70px;
		right: 15px;
		background: #ccc;
		text-align: center;
		line-height: 45px;
		text-decoration: none;
		font-size: 14px;
	}
}


@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 640px) {}

@media only screen and (max-width: 414px) {}

@media only screen and (max-width: 375px) {}

@media only screen and (max-width: 325px) {}