
@media screen and (max-width: 1800px) {
	.index-team-slide .team-slide-1:before {
		left: 10%;
		width: 82%;
	}
	.team-slide-1 .swiper-button-next{right:150px;}

	.index-news .container{
	    width: 1500px;
	}

}

@media screen and (max-width: 1600px) {
	.contact-address .intro-wx {
		padding-left: 7.8%;
	}
	.team-slide-1 .swiper-container {
		margin-left: 20%;
	}
	.team-slide-2 {
		left: 650px;
	}
	.index-news .container{
	    width: 1300px;
	}
	.index-news-content .item .pic {
		height: 142px;
	}
}

@media screen and (max-width: 1500px) {
	.index-news-content .item {
		width: 50%;
	}
	.index-news-content .item:last-child {
		display: none;
	}
	.about-weikan .left {
		padding: 150px 6.25% 150px 6.25%;
	}
	.index-news .intro {
	    margin-right: 6.4%;
	}
	.team-slide-2 {
		left: 640px;
	}
	.index-team-slide .team-slide-1 {
		background: url(../images/index-team-bg.png) no-repeat -70px 1px;
	}
	.index-news-content .item .pic {
	    height: 243px;
	}
}

@media screen and (max-width: 1366px) {
	/*.com-width {
		width: 92%;
	}*/
	.index-news .container{
	    width: 1200px;
	}
	.index-news-content .item .pic {
		/*height: 142px;*/
	}
	.contact-intro .cont {
		 margin-left: 0; 
	}
	.team-slide-1 .swiper-container {
		margin-left: 15%;
	}
	.index-team-slide .team-slide-1 {
		background: url(../images/index-team-bg.png) no-repeat -90px 1px;
	}
	.team-slide-2 {
		left: 540px;
	}
}

@media screen and (max-width: 1024px) {
	.header {
		top: 0;
		background-color: #fff;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
		height: 54px;
		line-height: 54px;
	}
	.header h1 {
		line-height: 54px;
	}
	.header h1 img {
		width: 100px;
	}
	.header .nav-list {
		display: none;
	}
	.header .function {
		margin-right: 50px;
	}
	.menu-handler, .menuBox {
	    display: block;
	}
}


@media screen and (max-width: 800px) {
	.header {
		padding-left: 20px;
	}
	.header h1 img {
		width: 55px;
	}
	.page-intro {
		margin-top: 55px;
		padding-top: 60px;
		padding-bottom: 65px;
	}
	.page-intro .tit img {
		width: 180px;
	}
	.page-intro h3 {
		margin-top: 30px;
		margin-bottom: 25px;
	}
	.page-intro .des {
		padding: 0 3%;
	}
	.product-cate a {
		margin: 0 10px 10px;
		    width: 40%;
	}
	.footer {
		padding: 50px 4%;
	}
	.footer .info {
		margin-top: 25px;
		text-align: center;
	}
}