@media (max-width: 1300px){
	img{
		max-width: initial;
	}
	.conmtop{
		margin-top: 20px;
	}
	.contwoFour{
		padding: 20px 0;
	}
	.conptop{
		padding: 20px 0;
	}
	.banner .content img{
		width: 51%;
		padding-bottom: 4%;
	}
	.content{
		width: 100%;
		box-sizing: border-box;
		padding: 0 10px;
	}
	.banner ul li{
		font-size: 20px;
		line-height: 30px;
	}
	.banner ul li:hover a{
		font-size: 22px;
		font-weight: bold;
	}
	.banner {
		overflow: hidden;
	}
	.banner>img{
		display:block;
		margin:0 auto;
	}
	.cononetab li{
		width: 45%;
		margin-right: 5%;
		margin-bottom: 10px;
		padding: 11% 0 14%;
	}
	.cononetab li:nth-child(2n){
		margin-right: 0;
	}
	.cononetab li span{
		font-size: 18px;
	}
	.cononetab li p{
		font-size: 14px;
	}
	.contit h4{
		font-size: 22px;
	}
	.cononemain li{
		width: 49%;
		margin-right: 2%;
	}
	.cononemain li:nth-child(2n){
		margin-right: 0%;

	}
	.contwotablist,.contwotablist:nth-child(5n){
		width: 32%;
		background: none;
		margin-right: 2%;
	}

	.ctwotabcon{
		font-size: 14px;
		line-height: 20px;
		background-size: cover;
		height: 103px;
		padding-top: 26%;
		margin-top: -30px;
	}
	.contwotablistmain{
		width: 100%;
	}
	.contwotablist:nth-child(3n){
		margin-right: 0%;

	}
	.contwotablist span{
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
	}
	.contwotablist{
		margin-bottom: 20px;
	}
	.contwoOnetxt,.contwoThreetxt{
		width: 100%;
		float: initial;
	}
	.contwoOnepic,.contwoThreepic{
		width: 100%;
		float: initial;
		margin-top: 30px;
	}
	.contwotit h5{
		margin-top: 15px;
	}
	.contwotit span{
		font-size: 26px;
		line-height: 26px;
	}
	.contwoTwopic img{
		width: 100%;
	}
	.contwoTwo .contwotit{
		position: initial;
	}
	.contwoThreepic img{
		width: 100%;
	}
	.contwoThreetxt.leftmar{
		width: 100%;
		float: initial;
		margin: 0;
		margin-top: 20px;

	}
	.contwoThreepic2list{
		width: 70%;
	}
	.contwoThreepic2list:nth-child(2){
		margin-right: 0;
	}
	.caseMain .swiper-slide{
		width: 100%;
	}
	.caseMain-button-next, .caseMain-button-prev{
		padding:8px 2px;
	}
	.caseMain-button-next i, .caseMain-button-prev i{
		font-size: 26px;
		line-height: 26px;
	}
	.connews li{
		width: 100%;
		margin: 0;
		line-height: 45px;
	}
	.connews li h6{
		max-width: 75%;
	}

}
@media (max-width: 500px){
	.banner {
		overflow: hidden;
		height: 150px;
	}
	.banner>img{
		position: absolute;
		width: 550px;
		left: 50%;
		transform: translateX(-50%);
	}
}