@media only screen and (max-width: 1680px) {
	.centerBox {
		width: 80%;
		margin: auto;
	}

	body {
		zoom: 0.8 !important;
	}
}

@media only screen and (max-width: 1600px) {
	.header {
		height: 550px;
	}
}

@media only screen and (max-width: 1440px) {
	.header {
		height: 500px;
	}
}

@media only screen and (max-width: 1400px) {
	.header {
		height: 500px;
	}

	.tile {
		height: 350px;
	}
}

@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;
	}

	.dropdown-menu {
		display: none;
		position: absolute;
		background-color: #f9f9f9;
		min-width: 50%;
		box-shadow: 0 0px 0px 0 black;
		line-height: 30px;
		z-index: 1;
		top: -40%;
		left: 54%;
		width: 50%;
		text-align: center;

	}

	.dropdown-menu1 {
		display: none;
		position: absolute;
		background-color: #f9f9f9;
		min-width: 50%;
		box-shadow: 0 0px 0px 0 black;
		line-height: 30px;
		z-index: 1;
		top: -103%;
		left: 55%;
		width: 50%;
		text-align: center;
	}

	.dropdown-menu2 {
		display: none;
		position: absolute;
		background-color: #f9f9f9;
		min-width: 50%;
		box-shadow: 0 0px 0px 0 black;
		line-height: 30px;
		z-index: 1;
		top: -103%;
		left: 55%;
		width: 50%;
		text-align: center;
	}

	.header .centerBox {
		height: 80px;
		margin-top: -800px;
	}

	.header {

		background-size: 100%;
		width: 100%;
		left: 0;
		height: 120px;
	}

	.header .logo {
		width: auto;
	}

	.header .logo img {
		width: 100%;
	}

	.header .centerBox {
		height: 80px;
	}

	.gao {
		height: 20px;
	}

	.header .menu {
		align-items: center;
		float: right;
		position: fixed;
		z-index: 9999;
		display: table-cell;
		right: 0;

	}

	.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;
		overflow: hidden;
		top: 30px;
	}

	.header .menu .nav li {
		line-height: 40px;
		font-size: 18px;
		padding: 5px 20px;
		box-sizing: border-box;
		width: 60%;
		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 .nav .bb,
	.header .nav .cc,
	.header .nav .dd {
		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;
	}


	.phone {
		display: none;
	}

	.about {
		width: 95%;
		margin: 50px auto 0 auto;
		display: block;
	}

	.aboutleft {
		width: 100%;
		margin-bottom: 20px;
	}

	.aboutleftimg img {
		width: 100%;
		margin: 0 auto 0 auto;
	}

	.aboutright {
		width: 100%;
	}

	.product {
		width: 95%;
		margin: 30px auto 0 auto;
	}

	.producttitle {
		width: 100%;
		margin-bottom: 30px;
	}

	.productlist ul {
		width: 100%;
		display: block;

	}

	.productlist ul li {
		width: 100%;
		margin-bottom: 20px;
	}

	.anli {
		width: 100%;
		display: block;

	}

	.anlileft {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin-bottom: 20px;
	}

	.anliright {
		width: 100%;
	}

	.news ul {
		width: 100%;
		display: block;
	}

	.news ul li {
		width: 100%;
		padding: 20px;
	}

	.image_3 {
		width: 100%;
		height: 200px;
		margin-bottom: 30px;
	}

	.contactmes {
		width: 100%;
		display: block;
	}

	.footer {
		margin-top: 30px;
		width: 100%;
		padding: 10px 10px;
		border-top: 1px solid #D9D9D9;

	}

	.footerimg {
		width: 10%;
	}

	.footermes {
		width: 85%;
		font-size: 12px;
		color: #999999;
	}

	.guanyu {
		padding: 20px 0;
		width: 95%;
		margin: 0 auto 0 auto;
	}

	.guanyulist {
		width: 100%;
		display: block;
		margin-bottom: 50px;
	}

	.guanyulistleft {
		width: 100%;
		margin-bottom: 10px;
	}

	.guanyulistright {
		width: 100%;
	}

	.guanyutitlehr2 {
		width: 80px;
		height: 3px;
		background-color: #FABE00;
		margin-bottom: 20px;
	}

	.guanyulistrighttext {
		color: #333333;
		line-height: 30px;
	}

	.guanyulist2 {
		font-size: 18px;
		color: #333333;
		line-height: 30px;
	}

	.anlilist {
		width: 80%;
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin: 0 auto 20px auto;
	}

	.tile {
		height: 400px;
	}

	.tile .text {
		width: 100%;
		z-index: 99;
		position: absolute;
		padding: 5px;
		height: calc(100% - 10px);
	}

	.producttext1 {
		font-weight: 300;
		/* text-shadow: 2px 2px 10px rgba(0,0,0,0.3); */
		font-size: 16px;
	}

	.producttext2 {
		font-size: 12px;
		font-weight: 100;
		margin-top: 10px;
		font-style: italic;
		transform: translateX(200px);
	}

	.main1 ul,
	.main2 ul,
	.main3 ul {
		width: 100%;
		display: block;

	}

	.main1 ul li,
	.main2 ul li,
	.main3 ul li {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 30px;
	}

	.guanyutitlehr {
		width: 80px;
		height: 3px;
		background-color: #FABE00;
		margin: 0 auto 0 auto;
		margin-bottom: 30px;
	}

	.anlipart ul {
		width: 100%;
		display: block;

	}

	.anlipart ul li {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 30px;
	}

	.newslefttitle {
		width: 100%;
		color: #333333;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.newslefttext {
		width: 100%;
		color: #333333;
		font-size: 11px;
		line-height: 20px;
	}

	.newsleft {
		width: 70%;
	}

	.newsright {
		width: 25%;
	}

	.newsrighttime {
		width: 100%;
		text-align: right;
		color: #53261C;
		font-size: 14px;
		margin-bottom: 20px;
	}

	.newsrightcheck {
		width: 100%;
		text-align: right;
		color: #4793D0;
		font-size: 13px;
		font-weight: bold;
	}

	.xiangqingtitle {
		width: 100%;
		text-align: center;
		color: #333333;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.xiangqingtime {
		width: 100%;
		text-align: center;
		color: #333333;
		font-size: 15px;
		margin-bottom: 30px;
	}

	.xiangqingtext {
		width: 100%;
		color: #333333;
		line-height: 30px;
		font-size: 15px;
	}

	.lianxititle {
		width: 100%;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.lianxilist {
		width: 100%;
		font-size: 15px;
		margin-bottom: 10px;
	}

	.aboutrightpart {
		color: #333333;
		font-size: 15px;
		line-height: 30px;
		margin-left: 35px;
	}

	.aboutrightpart text {
		font-size: 18px;
	}

	.hxcgtc {
		width: 100%;
	}

	.hx img {
		width: 100%;
		margin-bottom: 20px;
		float: left;
		margin-left: -12px;
		text-align: center;
	}

	.header .menu .nav .dropdown-menu li,
	.header .menu .nav .dropdown-menu1 li,
	.header .menu .nav .dropdown-menu2 li {
		display: block;
		text-align: center;
		padding: 5px;
	}

	.lbt {
		width: 100%;
		height: auto;
		position: relative;
		animation: slide_carton 5s linear 3s infinite;
		display: flex;
		justify-content: center;
	}
}


@media only screen and (max-width: 768px) {
	.tile {
		height: 380px;
	}
}

@media only screen and (max-width: 640px) {
	.tile {
		height: 350px;
	}
}

@media only screen and (max-width: 414px) {
	.tile {
		height: 300px;
	}
}

@media only screen and (max-width: 375px) {}

@media only screen and (max-width: 325px) {}