body{
	font-size: 16px;
	color:#5a5655;
	background: white;
	padding-top: 90px;
	
}

.layui-fluid{
	padding: 0 !important;
}
*{
	margin: 0;
	padding: 0;
}
/*小标题和英文通用样式-start*/
.sty-h{
	font-size: 38px;
	color:#ac232a;
	font-weight: 600;
	text-align: center;
}
.sty-p{
	font-size: 30px;
	color:#dcdedd;
	font-weight: 500;
	text-align: center;
}
/*小标题和英文通用样式-end*/

/*顶部图片和面包屑-start*/
.info-bread-div{
	width:100%;
	background: #f7f7f7;
}
.info-bread{
	width: 70%;
	margin: 0 auto;
	height:50px;
	line-height: 50px;
}
.info-bread span.info-span1{
	font-weight: 600;
	font-size: 1.25rem;
}
.info-bread span a{
	font-size: 1.25rem;
}
.layui-fluid .info-bread a cite{
	color:#ac232a;
}
.layui-fluid .info-bread a cite.io{
	color:#999;
}
.layui-fluid .info-bread a:hover{
	color:#ac232a !important;
}
.company-info-image{
	width:100%;
}
.company-info-image img{
	width:100%;
}
/*顶部图片和面包屑-end*/

/*分页通用样式-start*/
.page{
	width:324px;
	margin: 50px auto;
	height: 35px;
}
.page .layui-laypage .layui-laypage-curr .layui-laypage-em{
	background: #ac232a;
}
.page .layui-laypage a:hover{
	color:#ac232a;
}
/*分页通用样式-end*/

/*底部通用样式-start*/
.bottom-div{
	background: #4b4a48;
	width:100%;
	height:250px;
	padding: 30px 0;
	box-sizing: border-box;
}
.bottom-div .inner-div{
	width:70%;
	height: 100%;
	margin: 0 auto;
}
.bottom-div .inner-div .layui-breadcrumb a,.bottom-div .layui-breadcrumb span{
	color:white !important;
	font-size: 1rem;
}
.bottom-div .inner-div .layui-row{
	margin-top: 20px;
}
.bottom-div .inner-div .layui-row p{
	line-height: 26px;
}
.bottom-div .inner-div .layui-row .layui-col-md6{
	color:#c9c9cb;
	font-size: 0.75rem;
}
.bottom-div .inner-div .layui-row .layui-col-md6 .company-name{
	margin-bottom: 20px;
}
.bottom-div .inner-div .layui-row .layui-col-md6 .bom-right{
	margin-top: 40px;
}
/*底部通用样式-end*/