body{
	overflow-y: scroll;
	background: #F2F2F2;
}
.naver{
	position: fixed;
	right: 0;
	left: 0;
	z-index: 99;
}
.banner{
	background: url(../img/Bg7.png)no-repeat center center;
	background-size: cover;
	height: 600px;
}
.banner .textBox{
	position: relative;
	transform: translateY(-50%);
	top: 50%;
	text-align: center;
	font-size: 18px;
}
.banner .textBox p.title{
	font-size: 44px;
}
.banner .btnBox{
	transform: translateY(-50%);
    position: relative;
    top: 51%;
    display: flex;
    justify-content: center;	
}
.btnBox .btn{
	background: #059FCC;
    border-radius: 4px;
    color: #fff;
    width: 180px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    margin: 0px 15px;
	display: block;
}
.content{
	width: 1200px;
	margin: 60px auto;
	display: flex;
	justify-content: space-between;
	color: #4A4A4A;
	position: relative;
	flex-wrap: wrap;
}
.content .txt{
    text-align: center;
    font-size: 16px;
    width: 900px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.content .txt p.title{
	font-size: 34px;
	line-height: 34px;
	margin-bottom: 15px;
}
.content .listBox{
	width: 580px;
}
.content .listBox img{
	width: 100%;
	height: auto;
}
.content .listBox .textBox{
	width: 490px;
	background: #fff;
	padding: 25px 30px;
	position: relative;
	margin: 0 auto;
	top: -50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #808080;
}
.listBox .textBox .txt{
	width: 300px;
	font-size: 13px;
}
.listBox .textBox .txt .title{
	font-size: 24px;
	color: #4A4A4A;
}
.listBox .textBox .btn{
	font-size: 16px;
	text-align: center;
	width: 124px;
	height: 48px;
	line-height: 48px;
	border: 1px solid #059FCC;
	color: #059FCC;
	border-radius: 4px;
}











/* ipad横屏 */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape){
	.banner{
		height: 500px;
	}
	.content{
		width: 964px;
	}
	.content .listBox{
		width: 467px;
	}
	.content .listBox .textBox{
		width: 377px;
	}
	.listBox .textBox .txt{
		width: 210px;
		text-align: left;
		margin: 0;
		font-size: 14px;
	}
}


/* width 768 */

@media (max-width: 1023px) {
	.banner{
		height: 400px;
	}
	.banner .textBox{
		font-size: 16px;
	}
	.banner .textBox p.title{
		font-size: 36px;
	}
	.content{
		width: 708px;
	}
	.content .listBox{
		width: 339px;
	}
	.content .listBox .textBox{
		width: 299px;
		padding: 20px;
		top: -10px;
	    flex-direction: column;
    	align-items: baseline;
	}
	.listBox .textBox .btn{
		margin-top: 10px;
	}
	.listBox .textBox .txt{
		width: 100%;
		text-align: left;
		margin: 0;
		font-size: 13px;
	}
	footer{
		margin-top: 0;
	}
}


/* width 480 */

@media (max-width: 767px) {
	.banner{
		height: 330px;
	}
	.banner .textBox{
		font-size: 14px;
	}
	.banner .textBox p.title{
		font-size: 28px;
	}
	.content{
		width: 440px;
    	top: 0;
    	margin: 40px auto;
    	flex-direction: column;
	}
	.content .txt{
		width: 100%;
		font-size: 13px;
	}
	.content .txt p.title{
		font-size: 24px;
		line-height: 24px;
	}
	.content .listBox{
		width: 100%;
	}
	.content .listBox .textBox{
		width: auto;
		padding: 20px;
		top: -10px;
	    flex-direction: row;
    	align-items: center;
	}
	.listBox .textBox .btn{
		margin-top: 0px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
	}
	.listBox .textBox .txt{
		width: 240px;
	    font-size: 12px;
	}
	.listBox .textBox .txt .title{
		font-size: 18px;
	}
	.btnBox .btn{
	    width: 120px;
	    height: 48px;
	    line-height: 48px;
	}
}


/* width 320 */

@media (max-width: 479px) {
	.banner{
		height: 300px;
	}
	.banner .textBox{
		transform: translateY(0); 
	}
	.banner .textBox p{
		display: none;
	}
	.banner .textBox p.title{
		font-size: 22px;
		display: block;
	}
	.content{
		width: 300px;
    	top: 0;
    	margin: 30px auto;
	}
	.content .listBox .textBox{
	    flex-direction: column;
    	align-items: baseline;
	}
	.listBox .textBox .txt .title{
		font-size: 16px;
	}
	.listBox .textBox .btn{
		margin-top: 10px;
	}
	.banner .btnBox{
		top: 60%;
	}
	.btnBox .btn {
	    width: 100px;
	    height: 40px;
	    line-height: 40px;
	    font-size: 14px;
	}
}
















