body{
	font-size: 16px;
}
.mainBox{
	background-image: url(mainBg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: bottom;
	width: 100%;
	height: auto;
}
.bannerBox{
	width: 100%;
	height: 240px;
	background-image: url(banner.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}
.banner,
.titleLum,
.yyList{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.banner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.banner h1{
	font-size: 40px;
	color: #fff;
}
.banner div {
    position: relative;
}
.banner div input{
	width: 400px;
	height: 60px;
	position: absolute;
	right: 0;
	margin-top: -30px;
	padding: 20px;
	font-size: 16px;
}
.banner div button{
	position: absolute;
	right: 0;
	width: 95px;
	height: 60px;
	cursor: pointer;
	border: 0px;
	background-color: #4393f5;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-top: -30px;
}
.titleLum{
	margin: 20px auto;
}
.titleLum li {
    float: left;
    margin-top: 20px;
    box-shadow: 0px 0px 12px rgb(102,102,102,.2);
    margin-right: 20px;
}
.titleLum li:nth-child(6n+6){
	margin-right: 0;
}
.titleLum li a{
	display: block;
	width: 183px;
	height: 50px;
	font-size: 16px;
	color: #2b2f32;
	line-height: 50px;
	text-align: center;
}
.active{
	background-color: #4393f5;
}
.active a{
	color: #fff !important;
}
.yyList{
	margin-top: 60px;
}
.yyList li {
    width: 285px;
    height: 100px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	box-shadow: 0 0 10px 0 rgb(153 153 153 / 20%);
	background-color: #ffffff;
	transition: transform 0.5s;
}
.yyList li:hover{
	color: #4393F5;
	transform: translateY(-10%);
	transition: transform 0.5s;
	box-shadow: 0 0 10px 0 rgb(67 147 245 / 30%) !important;
}
.yyList li:hover a{
	color: #4393F5 !important;
}
.yyList li:nth-child(4n+4){
	margin-right: 0;
}
.yyList li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
	align-items: center;
    padding: 0 30px;
	height: 100%;
}
.yyList li a img {
    width: 60px;
    height: 60px;
}
.yyList li a p {
    padding-left: 20px;
    width: 100%;
    text-align: left;
}