@font-face {
	font-family: 'PingFang';
	src: url(../font/PingFang_Regular.eot);
}

/* 兼容IE的字体引用 */
@font-face {
	font-family: 'PingFang';
	src: url('../font/PingFang_Regular.eot');
	src: url('../font/PingFang_Regular.eot?#iefix') format('PingFang'),
		/* url(‘WebFont.woff‘) format(‘woff‘), */
		url('../font/PingFang_Regular.ttf') format('PingFang'),
		/* url(‘WebFont.svg#webfont‘) format(‘svg‘); */
}

/* banner上的文字 */
.banner {
	margin-bottom: 70px;
}

.bannerWenzi {
	position: absolute;
	top: 237px;
	z-index: 111;
	left: 360px;
}

.bannerWenzi1 {
	display: block;
	width: 667px;
	height: 112px;
	font-size: 76px;
	font-family: 'PingFang';
	font-weight: 600;
	color: rgba(255, 255, 255, 1);
}

.bannerWenzi2 {
	display: block;
	width: 660px;
	height: 46px;
	font-size: 32px;
	font-family: 'PingFang';
	font-weight: 600;
	color: rgba(255, 255, 255, 1);
	margin-top: 8px;
}

.aboutTaichuang {
	width: 198px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: rgba(255, 255, 255, 0.25);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
	margin-top: 48px;
}

.aboutTaichuang a {
	width: 198px;
	height: 45px;
	display: block;
	font-size: 16px;
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
}

/* content */
.content {
	width: 100%;
	margin-top: 70px;
	margin-bottom: 70px;
}

/* 首页——产品类型 */
.index_products {
	background: url(../images/index_pic1.png) no-repeat;
	background-size: 100%;
	width: 322px;
	height: 578px;
	box-sizing: border-box;
	padding: 38px 0 0 30px;
	float: left;
	margin-right: 30px;
}

.index_productsBottom {
	width: 100%;
	margin-top: 54px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}

.index_productsBottom p a {
	display: block;
	font-size: 24px;
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
}

/* 首页——公司简介 */
.index_companyProfile {
	background: url(../images/index_pic2.png) no-repeat;
	width: 484px;
	height: 578px;
	float: left;
	padding: 38px 0 0 30px;
	margin-right: 30px;
	box-sizing: border-box;
	position: relative;
}

.index_companyProfile a {
	display: block;
	width: 100%;
}

.index_companyProfileTop {
	font-size: 26px;
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
}

.index_companyProfileBottom {
	width: 384px;
	height: 96px;
	margin-top: 54px;
}

.index_companyProfileBottom span {
	/* width:384px;
	height:96px; */
	font-size: 24px;
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);

}

/* 查看详情 */
.index_companyProfileBtn {
	width: 156px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: rgba(255, 255, 255, 0.25);
	position: absolute;
	bottom: 64px;
}

.index_companyProfileBtn a {
	font-size: 16px;
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
}

.right_box {
	/* width: 100%; */
	/* float: left; */
}

/* 新闻动态 */
.index_news {
	background: url(../images/index_pic3.png) no-repeat;
	width: 334px;
	height: 274px;
	box-sizing: border-box;
	padding: 38px 0 0 30px;
	float: left;
}

.index_news a {
	display: block;
}

.index_news a p {
	font-size: 26px;
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
}

.index_newsContent {
	width: 240px;
	font-size: 24px;
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	margin-top: 54px;
}

/* 资质认证 */
.index_qualification {
	background: url(../images/index_pic4.png) no-repeat;
	width: 334px;
	height: 274px;
	box-sizing: border-box;
	float: right;
	padding: 38px 0 0 30px;
	margin-top: 30px;
}

.index_qualification a p {
	font-size: 26px;
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
}

.index_qualificationBottom {
	width: 247px;
	font-size: 24px;
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
	margin-top: 54px;
}