
.colorline{
	width: 100%;
	height: 2px;
	background: url(../images/colorLine.png) center;

}
.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;
}
.main{
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 2% 3% 5% 3%;
}
.main h5{
	font-size: 29px;
	color: #000;
}
.main h6{
	font-size: 26px;
	color: #999;
	margin: 10px 0 80px 0;
	font-weight: 100;
}
.main .center{
	width: 100%;
}
.main .center .one{
	width: 100%;
	overflow: hidden;
	height: 420px;
	margin-bottom: 1%;
}
.main .center .one .pic{
	width: 50%;
	float: left;
	height: 100%;
}
.main .center .one .pic a{
	display: block;
	width: 100%;
	height: 100%;
}
.main .center .one .pic a img{
	width: 100%;
	height: 100%;
	
}
.main .center .one .text{
	width: 50%;
	height: 100%;
	float: left;
	border: 1px solid #f1f1f1;
	box-sizing: border-box;
	padding:5% 6%;
	text-align: left;
}
.main .center .one .text h4{
	font-size: 34px;
	color: #333;
}

.main .center .one .text .blueline{
	width: 42px;
	height: 2px;
	background: #3184fb;
	margin: 40px 0;
}

@media screen and (max-width: 1024px){
	.main .center .one .text{
		padding: 2% 2%;
	}
}

@media screen and (max-width: 768px) {
	.navigate .right{
		display: none;
	}
	.main .center .one{
		height: 350px;
	}
	.main{
		padding: 15% 3% 5% 3%;
	}
	
	.main .center .one .text h4{
		font-size: 4vw;
	}
	.main .center .one .text p{
		font-size: 2vw;
		line-height: 4vw;
	}
	.main .center .one .text .blueline{
		margin: 10px 0;
	}
}

@media screen and (max-width: 640px){
	.main .center .one{
		display: block;
		overflow: auto;
		height: auto;
	}
	.main .center .one .pic{
		width: 100%;
		float: none;
	}
	.main .center .one .text{
		width: 100%;
		float: none;
	}
}




@media screen and (max-width: 480px){
	.main h5{
		font-size: 7vw;
	}
	.main h6{
		font-size: 5vw;
	}
	.main .center .one{
		display: flex;
		flex-direction: column;
		height: auto;
		margin-bottom: 3%;
	}
	.main .center .one .pic{
		width: 100%;
	}
	.main .center .one .text{
		width: 100%;
		
	}
	.main .center .one .text p{
		font-size: 2vw;
		line-height: 6vw;
	}
}


