@font-face {
	font-family: 'hzgb';
	src: url('hzgb.eot');
	src: local('hzgb Regular'),
		local('hzgb'),
		url('hzgb.ttf') format('truetype'),
		url('hzgb.svg#hzgb') format('svg');
}

.banner {
	width: 100%;
	height: 691px;
	background: url(../img/banner.png) no-repeat center center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.name {
	font-size: 72px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: white;
	line-height: 12px;
}

.slogan {
	font-size: 79px;
	font-family: hzgb;
	font-weight: 400;
	color: white;
}

.aboutus {
	width: 100%;
	height: 823px;
	background: white;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.aboutus-div,
.product-bg {
	width: 61.98%;
	height: 350px;
	margin-top: 40px;
}

.aboutus-div {
	display: flex;
	flex-direction: row;
}

.aboutus-text {
	width: 396px;
}

.aboutus-text>p:nth-child(1) {
	font-size: 34px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #282828;
	line-height: 12px;
	margin-left: 47px;
}

.aboutus-text>p:nth-child(2) {
	font-size: 16px;
	font-weight: 400;
	color: #282828;
	line-height: 12px;
	margin-left: 47px;
}

.company-introduction {
	width: 790px;
}

.company-introduction>p:nth-child(1) {
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #282828;
	line-height: 12px;
}

.company-introduction>p:nth-child(2),
.company-introduction>p:nth-child(3),
.company-introduction>p:nth-child(4) {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #111111;
	line-height: 26px;
	margin-bottom: -10px;
}

.company-introduction>p:nth-child(2) {
	margin-top: 38px;
}

.product-bg {
	background: url(../img/building1.png) no-repeat center center;
	background-size: cover;
}

.product-title {
	margin: 0 auto;
	width: 400px;
	height: 350px;
	background: #1B539D;
	opacity: 0.8;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.product-title>img {
	width: 40px;
	height: 40px;
}

.product-title>p:nth-child(2) {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: white;
}

.product-title>p:nth-child(3) {
	font-size: 15px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: white;
	margin-top: -20px;
}

.introduce {
	width: 100%;
	height: 805px;
	background: #f8f8f8;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.introduce-bg {
	width: 61.98%;
}

.product-introduce {
	width: 110px;
	height: 44px;
	background-color: #205299;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 44px;
	text-align: center;
	margin: 99px 0 87px 60px;
}

.introduce-list {
	background: #FFFFFF;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 242px;
	margin-top: 1px;
}

.introduce-list>img {
	width: 256px;
	height: 160px;
	margin: 0 52px;
}

.introduce-list>div {
	height: 160px;
	margin-right: 46px;
}

.introduce-title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 18px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #202020;
	line-height: 26px;
}

.introduce-content {
	font-size: 14px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #111111;
	line-height: 26px;
	margin-top: 15px;
}

.show-detail {
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:#959595;
	line-height:26px;
	float: right;
	margin-top: 30px;
}

.contactus {
	width: 100%;
	height: 931px;
	background: white;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.contactus>div {
	width: 65.63%;
	height: 719px;
	background: url(../img/building2.png) no-repeat center center;
	background-size: cover;
}

.contactus>img {
	width: 43.8%;
	height: 600px;
	margin-left: -270px;
}

.contactus-info>p:nth-child(1) {
	margin-top: 427px;
	margin-left: 411px;
	color: white;
	font-size:28px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:26px;
}

.contactus-info>p:nth-child(2) {
	margin-top: 30px;
}

.contactus-info>p:nth-child(2), .contactus-info>p:nth-child(3) {
	margin-left: 411px;
	color: white;
	font-size:18px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:26px;
}
