body {
	background-color: #0468BC !important;
}
.banner {
	width: 100%;
	position: relative;
	z-index: 0;
}
.banner .imgbox {
	min-width: 1220px;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
}
.banner .imgbox img {
	width: 100%;
	height: auto;
}

.itembox1 {
	width: 100%;
	position: relative;
	top: -230px;
	z-index: 1;
}
.itembox1 .itemcon {
	width: 1200px;
	padding: 0 10px;
	margin: 0 auto;
}
.itembox1 .itemcon .topcon {
	width: 100%;
	margin-bottom: 38px;
}
.itembox1 .itemcon .topcon .tit {
	font-size: 68px;
	font-weight: 700;
	color: #fff;
}
.itembox1 .itemcon .topcon .small {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	padding-left: 120px;
}
.itembox1 .itemcon .context {
	width: 100%;
	align-items:stretch;
	
}
.itembox1 .itemcon .context .info {
	width: 746px;
	padding: 70px 60px;
	background-color: #fff;
}
.itembox1 .itemcon .context .info .tit {
	font-size: 24px;
	font-weight: 700;
	color: #2a3855;
	margin-bottom: 40px;
}
.itembox1 .itemcon .context .info .i-box {
	width: 100%;
	position: relative;
}
.itembox1 .itemcon .context .info .i-box .item {
	width: 50%;
	font-size: 14px;
	font-weight: 400;
	color: #2a3855;
	margin-bottom: 16px;
}
.itembox1 .itemcon .context .contact {
	width: 454px;

	background-color: #0468BC;
	text-align: center;
	
}
.itembox1 .itemcon .context .contact .small {
	font-size: 28px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 10px;
}
.itembox1 .itemcon .context .contact .tit {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	
} 




/* 移动端兼容性样式 */
.banner.m-mobile .imgbox {
	width: 10rem;
	min-width: auto;
}
.itembox1.m-mobile {
	top: -2.8rem;
}
.itembox1.m-mobile .itemcon {
	width: 9.2rem;
	padding: 0 .4rem;
}
.itembox1.m-mobile .itemcon .topcon {
	margin-bottom: .4rem;
}
.itembox1.m-mobile .itemcon .topcon .tit {
	font-size: .92rem;
}
.itembox1.m-mobile .itemcon .topcon .small {
	font-size: .48rem;
	padding-left: 1.6rem;
}
.itembox1.m-mobile .itemcon .context {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.itembox1.m-mobile .itemcon .context .info {
	width: 9.2rem;
	padding: .8rem;
}
.itembox1.m-mobile .itemcon .context .info .tit {
	font-size: .52rem;
	margin-bottom: .92rem;
}
.itembox1.m-mobile .itemcon .context .info .i-box .item {
	width: 100%;
	font-size: .4rem;
	margin-bottom: .2rem;
}
.itembox1.m-mobile .itemcon .context .contact {
	width: 9.2rem;
	padding: .8rem;
}
.itembox1.m-mobile .itemcon .context .contact .tit {
	font-size: .52rem;
    margin-bottom: .8rem;
}
.itembox1.m-mobile .itemcon .context .contact .small {
	font-size: .4rem;
    margin-bottom: .2rem;
}











