body{
	margin: 0;
}
#box{
	max-width: 1156px;
	margin: auto;
}
img{
	-webkit-user-drag: none;
}
header{
	height: 90px;
	line-height: 90px;
}
header span{
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 31.58px;
	font-weight: bold;
}
a{
	color: #333;
	text-decoration: none;
}
.fontw{
	font-weight: bold;
}
.color_000{
	color: #000;
}
.color_fff{
	color: rgba(255, 255, 255, 1);
}
.color_09f{
	color: #0098f0;
}
.bgcolor_fff{
	background-color: #fff;
}
.bgcolor_666{
	background-color: rgba(56, 56, 56, 1);
}
.bgcolor_060{
	background-color: rgba(38, 91, 166, 1);
}
.bgcolor_09f{
	background-color: rgba(82, 178, 229, 1);
}
.bgcolor_ddd{
	background-color: rgba(191, 197, 203, 1);
}
.banner{
	width: 100%;
	height: 426px;
	background: url("../img/banner.jpg") no-repeat center center;
	position: relative;
}
h1{
	font-size: 45px;
	margin: 0;
	letter-spacing: 2px;
}
.bannerContent{
	max-width: 900px;
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	text-align: center;
}
.bannerContent h2{
	font-size: 30px;
}
.bannerContent span{
	display: inline-block;
	font-size: 25px;
	text-align: left;
	margin-left: 80px;
	border-left: 3px solid #fff;
	padding-left: 50px;
}
.bannerContent p{
	font-size: 25px;
	text-align: left;
}
.content{
	padding: 43px 50px;
	background: rgba(228, 231, 234, 1);
}
.ul{
	max-width: 1056px;
	display: flex;
	flex: 4;
	display:flex;
	flex-flow:row wrap; 
	justify-content:center;
}
.li{
	height: 264px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* scale: 1;
	transition-duration: .5s;
	overflow: hidden; */
}
/* .li.color_000:hover,.li.color_fff:hover{
	transition-duration: .5s;
	z-index: 999;
	border-radius: 50%;
}
.li.color_000:hover h2,.li.color_fff:hover h2{
	transition-duration: .5s;
	translate: 15%;
} */
/* .li.color_000 h2,.li.color_fff h2{
	transition-duration: .5s;
	text-align: left;
} */
.li1{
	width: 264px;
}
.li2{
	width: 528px;
}
img{
	display: block;
	height: 100%;
}
.itembox{
	text-align: center;
	margin-top: 100px;
}
.itemlist{
	margin: 100px 0;
	display: flex;
	flex: 3;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
}
h2,p{
	padding: 0 15px;
	margin: 10px 0;
}
footer{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 20px;
	opacity: 1;
	background: rgba(243, 248, 254, 1);
	line-height: 30px;
	padding: 30px 60px;
}
.footer-right{
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 20px;
}
footer img{
	display: inline-block;
	height: 16px;
	width: 16px;
	vertical-align: middle;
	margin-right: 4px;
}
footer div{
	white-space: nowrap;
}
@media only screen and (max-width: 900px) {
	h1{
		font-size: 36px;
	}
	.bannerContent h2{
		font-size: 22px;
	}
 .bannerContent {
   flex-direction: column;
 }
 .bannerContent p {
	 font-size: 20px;
     text-align: center;
 }
 .bannerContent span{
	 display: none;
 }
 .li2{
	 width:264px;
 }
 footer{
	 flex-direction: column;
	 flex-wrap: wrap;
	 text-align: center;
 }
 footer div{
	 white-space: normal;
 }
 .footer-right{
	 margin-left: 0;
	 flex-direction: column;
	 gap: 10px;
 }
}