
@media screen and (max-width: 1919px) {
	#c-header .c-nav>li{
		margin: 0 10px;
	}
	.c-container{
		padding: 0 1rem;
	}
	#c-process .c-list {
		width: 65%;
	}
}
@media screen and (max-width: 1599px) {
	#c-product .c-common-title,#c-case .c-common-title{
		width: 38%;
	}
	.c-common-menu a {
		width: 120px;
		font-size: 14px;
    line-height: 50px;
	}
	#c-header .c-top-phone {
		display: none;
	}
	#c-header {
		font-size: 14px;
	}
	#c-about .c-right-box .c-subtitle {
		font-size: 20px;
		line-height: 30px;
	}
	#c-footer .c-footer-top .c-list li {
		padding-right: 12px;
		margin-right: 10px;
	}
}
@media screen and (max-width: 1279px) {
	#c-header .c-logo a strong {
		display: none;
	}
	#c-search .c-hot,#c-process .c-list {
		width: 100%;
	}
	#c-product .c-common-title, #c-case .c-common-title,#c-process .c-common-title{
		width: 100%;
		margin-bottom: 20px;
	}
	#c-product .c-list .c-wrap .c-title {
		font-size: 16px;
		line-height: 26px;
	}
	#c-process .c-main-wrap {
		flex-wrap: wrap;
	}
	#c-footer .c-footer-center .c-list li {
    max-width: 100%;
		width: 48%;
		margin-bottom: 30px;
	}
}