.banner{
	width: 100%;
	height: 270px;
	background: url(../images/contact-bg.jpg) no-repeat;
	background-size:100% 100% ;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}
.banner h4{
	font-size: 45px;color: #333333;
	font-weight: 100;
	margin-bottom: 25px;
}
.banner h5{
	font-size: 19px;color: #666666;
}

.navigate{
	width: 100%;
	height: 86px;
	border-bottom: 1px solid #e6e6e6;
	line-height: 86px;
	padding:0 3%;
	box-sizing: border-box;
	color: #b2b2b2;
}
.navigate .left{
	float: left;
	font-size: 16px;
}
.navigate .right{
	float: right;
	font-size: 20px
}
.main{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.main .img{
	width: 878px;
	/*height: 149px;*/
	margin: 100px auto;
}
.main h5{
	font-size: 24px;
	color: #000;
}
.main table{
	width: 100%;
	margin: 50px 0 100px 0;
}
.main table tr td{
	height: 60px;
	line-height: 60px;
	font-size: 1vw
}
.main table tr{
	cursor: pointer;
	transition: all .5s;
}
.main table tr:first-child{
	pointer-events: none;
}
.main table tr:nth-child(2n+1){
	background: #f8f8f8;
}

.main table tr:hover{
	background: #3184fb;
	color: #fff;
}
.pass{
	display: none;
	box-sizing: border-box;
	padding: 0 30px;
}
.pass h6{
	font-size: 1vw;
	margin: 20px 0;
}
.pass .term{
	width: 100%;
	height: 350px;
	min-height: 350px;
	background: #f7f7f7;
	overflow-y: scroll;
	box-sizing: border-box;
	padding: 30px;
	border-radius:5px ;
}
.pass .term p{
	line-height: 30px;
}
.pass .send{
	width: 30vw;
	height: 54px;
	margin: 20px auto;
}
.pass .send a{
	display: block;
	width: 100%;
	height: 54px;
	text-align: center;
	line-height: 54px;
	background: #3184fb;
	border-radius:30px;
	color: #fff;
}

.layui-layer-rim{
	border: none!important;
}

@media screen and (max-width: 1024px){
	.main .img{
		width: auto;
		height: auto;
	}
}


@media screen and (max-width: 769px){
	.banner{
		height: 30vw;
	}
	.banner h4{
		font-size: 5vw;
		margin-bottom: 1vw;
	}
	.banner h5{
		font-size: 3vw
	}
	.navigate .right{
		display: none;
	}
	.main .img{
		margin: 30px auto;
	}
	.main table tr td{
		height: 10vw;
		line-height: 10vw;
		font-size: 1vw
	}
	.layui-layer{
		width: 92% !important;
		height: 60% !important;
	}
}

