@charset "utf-8";
/* CSS Document */
body,img,border,ul,li,ol,a{
	border: 0;
	padding: 0;
	margin: 0;
	text-decoration:none;
	list-style: none;
	
}
body {
	font-family: '微软雅黑', "Microsoft YaHei";
	min-width: 1300px;
	
}



/* 内容 */
.wraper{
	width: 100%;
	background: url(../images/20211001/bg.jpg) no-repeat top #ff5115;
}
.top-img{
	width:1200px;
	height: 800px;
	margin: 0 auto;
	text-align: center;
}
.content{
	width: 1200px;
	height: 780px;
	margin: 0 auto;
	background: url(../images/20211001/content-bg.png) no-repeat top center;
}

.content li{
	display: inline-block;
}
.company{
	width: 24px;
	font-weight: bold;
	line-height: 80px;
	display: inline-block;
	color: #fff;
	font-size: 40px;
	writing-mode: tb;
	letter-spacing: 20px;
	margin: 200px 0 0 170px;
	text-shadow: 1px 1px #901335;
}
.company-show{
	margin: 44px 0 0 23px;
}
.company-show img{
	
	border-radius: 0 13px 13px 0;
}
.over{
	z-index: 200;
	top: 300px;
	left: 0;
	position:fixed;
	background: linear-gradient(45deg,#f9c345,#ce2961);
	border: 1px solid #ce2961;
	box-shadow: 0  0 15px yellow;
	border-radius: 10px;
}
.over ul{
	width: 150px;
	line-height: 2.5em;
	text-align: center;
}

.over ul a li{
	font-size: 1.5em;
	line-height: 2.5em;
	border-bottom:1px dashed #d03131;
	margin: 5px;
	color: #fff;
	letter-spacing: 5px;
	
}
.over ul a:hover li,.over ul a:active li,.voer ul a:visited li{
	background: #ff0057;
	color: #ff0;
}
/*结束*/

