
@font-face {
	font-family:'SH';
	src: url('https://files.wxlxit.com/lx_img/font/SourceHanSansCN-Normal.ttf');
}

*{
	padding: 0;
	margin: 0;
	font-family: 'SH';
}

.primary_color{
	color: #313134;
}

.primary_sty{
	font-size: 36px;
	font-weight: bold;
	line-height: 42px;
	letter-spacing: 5px;
	text-align: center;
}


.sub_color{
	color: #919194;
}

.color_white{
	color: #FFFFFF!important;
}

.sub_sty{
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
}
html,body{
	min-width: 1200px;
}

.title_top_box {
	display: flex;
	padding: 48px 0;
	justify-content: center;
	align-items: center;
}

.title_midline {
	width: 3px;
	height: 30px;
	background: #CCCCCC;
	margin: 0 24px;
}

	
.padd_bottom{
	padding-bottom: 48px;
}

.two_title_content{
	display: flex;
	flex-direction: column;
	padding-top: 120px;
	align-items: center;
}
.two_title{
	font-size: 36px;
	font-weight: 400;
	color: #313134;
}
.two_subtitle{
	font-size: 16px;
	font-weight: 400;
	color: #919194;
	width: 1200px;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
}

.two_bomsubtitle{
	font-size: 16px;
	font-weight: 400;
	color: #919194;
	width: 1200px;
	text-align: center;
	margin: 0 auto;
}

.tit_paddtop{
	padding-top: 100px!important;
}
