@charset "utf-8";
body,img,border,ul,li,ol,a,div,*{
	border: 0;
	padding: 0;
	margin: 0;
	text-decoration:none;
	list-style: none;
	
}
body{
	font-family: '微软雅黑', "Microsoft YaHei";
	width: 100%;
	min-width: 1300px;
	margin: 0 auto;
	display: block;
	overflow-x: hidden;
}
.banner{
	width: 100%;
	padding-top: 140px;
	height: 730px;
	background: url(/Tpl/Home/Index/images/20220618/top_bg.jpg) no-repeat bottom;
}
.content{
	width: 100%;
	background: url(/Tpl/Home/Index/images/20220618/content_bg.jpg) #e7dbf1 no-repeat top;
	padding:100px 0;
}
.content ul {
	width: 1280px;
	height: 640px;
	background: url(/Tpl/Home/Index/images/20220618/company_bg.png) no-repeat top;
	margin: 0 auto 50px auto;
}
.company{
	width: 300px;
    height: 280px;
    font-size: 103px;
    font-weight: bold;
    color: #fe4e24;
    z-index: 200;
    position: absolute;
    margin: 60px;
    line-height: 140px;
    letter-spacing: 40px;
}
.content ul li img{
	margin: 60px 60px 0 415px;
}