﻿.block1 {
	width: 100%;
	height: 817px;
	background: url('../image/bg32.png') no-repeat center / cover;
	padding-top: 181px;
}

.block1-title {
	font-size: 64px;
	color: #FFFFFF;
	line-height: 88px;
}
.block1-desc {
	font-size: 20px;
	color: #FFFFFF;
	line-height: 32px;
	margin-top: 32px;
}

.block2 {
	padding: 80px 0 48px;
}
.block2-title {
	margin-bottom: 48px;
}

.contact-item {
	width: 430px;
	height: 148px;
	background: #F9F9F9;
	padding: 0 38px;
}
.contact-item img {
	width: 48px;
	height: 48px;
	margin-right: 36px;
}

.contact-item-title {
	font-size: 20px;
	color: #000000;
	line-height: 27px;
	margin-bottom: 12px;
}
.contact-item-desc {
	font-size: 24px;
	color: #000000;
	line-height: 33px;
}
.contact-list {
	margin-bottom: 80px;
}

.map-wrap {
	width: 100%;
	height: 50vw;
	/* background: url('../../img/CENO赛诺/brand/map.png') no-repeat center / cover; */
}
.map-wrap img {
	width: 48px;
	height: 48px;
}
@media screen and (max-width: 1330px) {
	.contact-item {
		width: 49%;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 900px) {
	.contact-item {
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.index-block-title {
		font-size: 28px;
		line-height: 1.5;
	}
	/* block1 */
	.block1 {
		height: 100vw;
		padding-top: 30vw;
	}
	.block1-title {
		font-size: 30px;
		line-height: 1.5;
	}
	.block1-desc {
		font-size: 16px;
		line-height: 1.8;
	}
	/* block2 */
	.block2 {
		padding: 10px 0;
		height: auto;
	}
	.block2-title {
		margin-bottom: 10px;
	}
	.contact-list {
		margin-bottom: 10px;
	}
	.contact-item {
		padding: 10px;
		font-size: 14px;
		height: auto;
		margin-bottom: 10px;
	}
	.contact-item-title {
		font-size: 16px;
		line-height: 1.8;
		margin-bottom: 0;
	}
	.contact-item-desc {
		font-size: 14px;
		line-height: 1.5;
	}
	.contact-item img {
		width: 32px;
		height: 32px;
		margin-right: 10px;
	}
	.map-wrap {
		height: 100vw;
	}
}