.container .main .banner {
	height: 400px;
	width: 100%;
}

.container .main .banner img {
	width: 100%;
	height: 100%;
}

.container .main .banner-box {
	position: absolute;
	top: 160px;
	left: 360px;
	z-index: 999;
	color: #fff;
}

.container .main .banner-box .title {
	color: #0D0D0D;
	font-size: 24px;
}

.container .main .banner-box .memo {
	margin-top: 10px;
	color: #464646;
	font-size: 18px;
}

.container .main .banner-box .bottom {
	color: #585858;
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.container .main .banner-box .bottom .icon {
	cursor: pointer;
	width: 24px;
	height: 22px;
}

.container .main .banner-box .bottom .colline {
	margin: 0 10px;
}

.container .main .banner-box .bottom .icon img {
	width: 100%;
	height: 100%;
}

.container .main .content {
	height: 100%;
	background: #F5F5F5;
}
.container .main .content .content-wrap{
	width: 1200px;
	margin: 0 auto;
}
.container .main .content .content-wrap>p{
	color: #1A1A1A;
	font-size: 28px;
}
.container .main .content .content-wrap .nav{
	margin: 20px 0;
	width: 100%;
	height: 54px;
	color: #3E3E3E;
	display: flex;
	align-items: center;
	background-color: #fff;
}
.container .main .content .content-wrap .sel{
	color: #1363FF;
}
.container .main .content .content-wrap .nav .nav-item{
	cursor: pointer;
	font-size: 16px;
	padding: 0 20px;
}
.container .main .content .content-wrap .sys1cont .sys1item{
	cursor: pointer;
	font-size: 16px;
	padding: 0 20px;
}
.container .main .content .content-wrap .box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.container .main .content .content-wrap .box .box-item{
	margin: 10px;
	padding: 20px;
	width: 320px;
	background-color: #fff;
}
.container .main .content .content-wrap .box .box-item>p{
	color: #1363FF;
	font-size: 16px;
	font-weight: 800;
}
.container .main .content .content-wrap .box .box-item .memo{
	margin: 10px 0;
	color: #838383;
	font-size: 13px;
}
.container .main .content .content-wrap .box .box-item .desc{
	color: #838383;
	height: 100px;
}
.container .main .content .content-wrap .box .box-item .bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.container .main .content .content-wrap .box .box-item .down{
	cursor: pointer;
	width: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #B8B8B8;
}