.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #FFFFFF;
}

.main .item1 {
	padding-bottom: 100px;
}

.main .item1 .title {
	padding-top: 88px;
	padding-bottom: 38px;
}

.main .item1 .title h2 {
	font-size: 40px;
	font-weight: bold;
	color: #222222;
	line-height: 64px;
	text-align: center;
}

.main .item1 .title p {
	font-size: 18px;
	color: #666666;
	text-align: center;
	line-height: 42px;
}

.main .item1 .contact {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.main .item1 .contact .l {
	width: 930px;
}

.main .item1 .contact .l #map {
	width: 100%;
	/*height: 565px;*/
	height: 100%;
}

.main .item1 .contact .r {
	width: 410px;
	background-color: #dc3e23;
	
}

.main .item1 .contact .r .top {
	background-color: #ce351b;
	box-sizing: border-box;
	padding: 32px 40px;
}

.main .item1 .contact .r .top h5.cn {
	font-size: 32px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 45px;
}

.main .item1 .contact .r .top h5.en {
	font-family: 'pingfang';
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	font-weight: 500;
	line-height: 22px;
}

.main .item1 .contact .r .bottom {
	box-sizing: border-box;
	padding: 0 40px;
	padding-top: 20px;
}

.main .item1 .contact .r .bottom h5 {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	line-height: 34px;
	margin-top: 33px;
}

.main .item1 .contact .r .bottom p {
	font-size: 18px;
	color: #ffd0c8;
	font-weight: 500;
	line-height: 32px;
	padding-bottom: 33px;
	border-bottom: 1px solid #e77865;
}
.main .item1 .contact .r .bottom p:nth-of-type(2){
    margin-top: 10px;
}
.main .item1 .contact .r .bottom p:nth-of-type(2),.main .item1 .contact .r .bottom p:nth-of-type(3){
    border-bottom: none;
    padding-bottom: 0;
}

.main .item1 .contact .r .bottom p span {
	font-family: "Dinl";
	font-size: 24px;
	color: #ffd0c8 !important;
	font-weight: bold;
}

.main .item1 .contact .r .bottom p:last-child {
	border-bottom: 0px;
	font-family: 'pingfang';
	font-weight: 600;
}

@media screen and (max-width: 1430px ) {
	
	.main .item1 .contact .l {
		width: 820px;
	}
	
}

@media screen and (max-width: 550px ) {
	
	.main .item1 {
		padding-bottom: 54px;
	}
	
	.main .item1 .title {
		display: none;
	}
	
	.main .item1 .contact {
		padding-top: 10px;
		flex-flow: row wrap;
	}
	
	.main .item1 .contact .l {
		width: 100%;
	}
	
	.main .item1 .contact .l #map {
		height: 230px;
	}
	
	.main .item1 .contact .r {
		width: 100%;
	}
	
	.main .item1 .contact .r .top {
		padding: 20px 10px;
	}
	
	.main .item1 .contact .r .top h5.cn {
		font-size: 30px;
	}
	
	.main .item1 .contact .r .bottom {
		padding: 10px;
	}
	
	.main .item1 .contact .r .bottom h5 {
		font-size: 18px;
		margin-top: 20px;
	}
	
	.main .item1 .contact .r .bottom p {
		font-size: 16px;
		padding-bottom: 15px;
	}
	
	
}