*{
	margin: 0;
	box-sizing: border-box;
}
.banner {
	width: 100%;
	height: 500px;
	position: relative;
	background-image: url(img/banner.jpg);
	background-position: center;
	background-size: cover;
}


a {
	color: #113D9F;
	text-decoration: none;);
}

.btn{
	cursor: pointer;
}

.title {
	line-height: 40px;
	font-size: 42px;
	font-weight: 500;
	color: #000000;
	padding: 60px 0px 48px 0;
	text-align: center;
}

.sub,
.info {
	margin: 0px auto;
	width: 1152px;
	font-size: 16px;
	line-height: 30px;
	color: rgba(0, 0, 0, 0.85);
}

.sub-item,
.info-item {
	text-indent: 2em;
	display: block;
	margin-top: 10px;
}

.info-item {
	text-indent: 0em;
}

.table {
	margin: 40px auto;
	width: 1152px;
}

.table-title {
	padding-bottom: 16px;
	line-height: 16px;
	font-size: 16px;
	font-weight: 900;
	color: rgba(0, 0, 0, 0.85);
}

.table-con {
	display: flex;
	flex-wrap: wrap;
	line-height: 54px;
	padding: 0px 30px;
	border: 1px solid #F0F0F0;
	border-top: none;
}

.table-top {
	border: none;
	background-color: rgba(17, 61, 159, 1);
	color: #fff;
}

.table-item {
	width: 15%;
	padding: 0px 20px;
}

.table-item:nth-child(1) {
	width: 30%;
}

.table-item:nth-child(5) {
	width: 25%;
}

.apply {
	background-color: rgba(240, 240, 240, 1);
}

.apply-con {
	margin: 40px auto;
	width: 1152px;
	padding: 20px 0 30px 0;
}

.apply-list {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
}

.apply-item {
	width: 50%;
	line-height: 40px;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.85);
}

.apply-itembtn {
	color: #113D9F;
	margin-left: 20px;
}

.apply-btn {
	text-align: center;
	color: #fff;
	width: 120px;
	line-height: 40px;
	background: #113D9F;
	border-radius: 4px;
	margin: 0px auto;
	margin-top: 30px;
}

.apply-ok {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.85);
	margin-top: 16px;
	margin-bottom: 30px;
}

.apply-multiple {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.shop-sub {
	width: 1152px;
	margin: 0px auto;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: rgba(0, 0, 0, 0.85);
}

.shop-btns {
	display: flex;
	justify-content: center;
	padding: 20px 0;
}

.shop-btn {
	width: 120px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	background-color: rgba(245, 152, 19, 1);
	border-radius: 4px;
}

.shop-btn.active {
	background-color: #113D9F;
	margin-left: 20px;
}

.shop-video {
	display: block;
	width: 1152px;
	height: 650px;
	margin: 30px auto 80px auto;
	background-color: #000;
}
.table-con-phone{
	display: none;
}

@media screen and (max-width: 400px) {
	.head {
		display: none;
	}
	.waring-form{
		display: flex;
	}
	.banner {
		height: 200px;
	}

	.title {
		padding: 30px 0px 20px 0;
		font-size: 18px;
		font-weight: 900;
	}

	.sub,
	.info {
		width: calc(100% - 30px);
	}

	.table {
		margin: 20px auto;
		width: calc(100% - 30px);
	}

	.apply-con {
		margin: 20px auto;
		width: calc(100% - 30px);
	}

	.apply-item {
		width: 100%;
	}

	.shop-sub {
		width: calc(100% - 30px);
	}

	.shop-video {
		width: 100%;
		height: 300px;
	}
	
	.table-con-phone{
		display: block;
	}
	.table-con-pc{
		display: none;
	}
	.table-con{
		padding: 0;
		border-top: 1px solid #F0F0F0;
	}
	.table-con-phone>.table-con:nth-child(1){
		border: none;
	}
	.table-item{
		width: 100% !important;
		display: flex;
	}
	.table-item>span{
		display: block;
	}
	.table-item>span:nth-child(1){
		width: 120px;
		font-weight: 900;
	}
	.table-item>span:nth-child(2){
		width: calc(100% - 120px);
	}
}
