@media (max-width:1280px) {
	body {
		background: #EAEAEA;
	}
	
	.address {
		display: none;
	}

	.search {
		width: 44.375rem!important;
		padding: 2.375rem 1.25rem 0 1.25rem;
		background-color: #fff;
		margin: 2rem auto!important;
	}

	.search .aboutTitle {
		font-size: 2.25rem;
		font-family: iconfont;
		font-weight: 700;
		color: #3D3D3D;
		margin-bottom: 1.375rem;
	}

	.search .content {
		font-size: 1.5rem;
		font-family: iconfont;
		font-weight: 400;
		color: #666666;
		line-height: 2.25rem;
		margin-bottom: 3rem;
	}

	.search .allAbout {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.search .allAbout .item {
		margin-bottom: 1.4375rem;
	}

	.search .allAbout .item .itempi {
		width: 20.3125rem;
		height: 15.25rem;
	}

	.search .allAbout .item .itemContent {
		width: 20.3125rem;
		height: 2.875rem;
		background-color: #EAEAEA;
		line-height: 2.875rem;
		padding-left: 0.8125rem;
		font-size: 1rem;
		font-family: iconfont;
		font-weight: 700;
		color: #333333;
	}
	.mask{
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,0.7);
		display: none;
		z-index: 10000;
	}
	.mask .pic{
		width: 43.75rem;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	.mask .pic img{
		width: 100%;
		object-fit: contain;
	}

}

@media (min-width:1280px) {
	body {
		background: #EAEAEA;
	}

	.address {
		font-size: .7292vw;
		font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
		font-weight: 400;
		color: #999999;
		margin: .625vw auto !important;
	}

	.search {
		padding: 1.5625vw 0 1.0417vw 1.0417vw;
		background-color: #fff;
		margin-bottom: 2vw;
	}

	.search .aboutTitle {
		font-size: 1.0417vw;
		font-family: iconfont;
		font-weight: 700;
		color: #3D3D3D;
		margin-bottom: .625vw;
	}

	.search .content {
		font-size: .8333vw;
		font-family: iconfont;
		color: #666666;
		line-height: 1.25vw;
	}

	.search .allAbout {
		display: flex;
		flex-wrap: wrap;
	}

	.search .allAbout .item {
		margin-right: 1.0417vw;
		margin-top: 1.0417vw;
	}

	.search .allAbout .item:nth-child(4n) {
		margin-right: 0;
	}

	.search .allAbout .item .itempi {
		width: 16.9271vw;
		height: 12.7083vw;
	}

	.search .allAbout .item .itemContent {
		width: 16.9271vw;
		height: 2.3958vw;
		background-color: #EAEAEA;
		padding: .4688vw 0 0 .6771vw;
		font-size: .8333vw;
		font-family: iconfont;
		font-weight: 700;
		color: #333333;
	}

	.mask{
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,0.7);
		display: none;
		z-index: 10000;
	}
	.mask .pic{
		width: 53.6979vw;
		height: 40.3125vw;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
}<!--ºÄÊ±1774085240.4575Ãë-->