/*index*/
.wrap1{
	background: url(../imgs/index1.jpg) no-repeat center;
	background-size: cover;
	height: 860px;
}
.home1{
	width: 640px;
	color: #fff;
}
.home1 img.logo{
	width: 200px;
	margin: 0 auto;
}
.home1 img.imgTitle{
	width: 400px;
	margin: 20px auto;
}
.home1 div{
	display: flex;
	align-items: center;
	justify-content: center;
}
.home1 div>img{
	width: 30px;
	height: 30px;
}
.home1 div>a{
	color: #fff;
	width: 160px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 17px;
	font-weight: bold;
	border-radius: 4px;
	margin: 30px 20px;
	transition: linear .2s;
}
.home1 div>a:first-child{
	background: #71b02e;
}
.home1 div>a:first-child:hover{
	background: #358931;
}
.home1 div>a:nth-child(2){
	background: #edd138;
}
.home1 div>a:nth-child(2):hover{
	background: #ebb238;
}

/*--------*/
.wrap2{
	background: url(../imgs/index2.jpg) no-repeat center;
	background-size: cover;
	padding: 100px 0;
}
.wrap2 .logo{
	width: 200px;
	position: absolute;
	top: 0;
	left: 0;
}
.home2{
	color: #fff;
	text-align: center;
}
.home2 img{
	width: 140px;
	height: 65px;
	background: #fff;
	padding: 10px 20px;
	display: inline-block;
}
.home2 .top img{
	height: 80px;
	width: auto;
}
.home2 h3{
	font-size: 19px;
	padding: 30px 0 10px 0;
}
.home2 h1{
	color: #f3e230;
	font-size: 36px;
	letter-spacing: 2px;
}
.home2 ul{
	margin-top: 60px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.home2 ul li{
	margin: 0 20px;
}
.home2 ul li h4{
	font-size: 17px;
	padding-top: 10px;
	letter-spacing: 1px;
}


/*--------*/
.wrap3{
	padding: 0;
}
.wrap3>img{
	width: 100%;
}

/*--------*/
.wrap4{
	background: #0f4e9f;
}
.home4{
	width: 1000px;
	height: 1110px;
	margin: 40px auto 0 auto;
	padding: 280px 20px 0 40px;
	background: url(../imgs/index4.png) no-repeat center;
	background-size: cover;
}
.home4 table{
	width: 100%;
}
.home4 table th{
	color: #333;
	height: 100px;
	padding: 0 20px;
	text-align: right;
	font-size: 17px;
	font-weight: bold;
}
.home4 table th.th1{
	width: 200px;
}
.home4 table th.th2{
	width: 210px;
}
.home4 table th.th3{
	width: 220px;
}
.home4 table th.th4{
	width: 340px;
}

.home4 table th:nth-child(3){
	text-align: center;
	padding-left: 120px;
}
.home4 table th:last-child{
	padding-right: 180px;
}
.home4 table td{
	color: #fff;
	font-size: 15px;
	line-height: 1.7;
	padding: 15px 10px;
	border-right: 1px solid rgba(255,255,255,.4);
	border-bottom: 1px dashed rgba(255,255,255,.4);
}
.home4 table tr td:first-child{
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}
.home4 table tr td:last-child{
	border-right: none;
}
.home4 table tr:last-child td{
	border-bottom: none;
}

.wrap4 .vs{
	width: 600px;
	margin: 0 auto;
}

/*--------*/
.wrap5{
	background: #033f97;
}
.home5{
	width: 1000px;
	margin: 0 auto;
	color: #fff;
	display: flex;
	align-items: center;
}
.home5>div{
	width: 50%;
}
.home5 img{
	width: 400px;
	margin: 0 auto;
}
.home5 h3{
	font-size: 32px;
	color: #edd238;
	padding: 20px 0;
	margin-top: 40px;
}
.home5 p{
	font-size: 20px;
	line-height: 1.7;
}

/*----------*/
.wrap6{
	background: #0f4e9f;
}
.wrap6 .logo{
	width: 160px;
	position: absolute;
	bottom: 60px;
	right: 60px;
}
.home6{
	width: 1000px;
	height: 880px;
	margin: 0 auto;
	background: url(../imgs/index6.png) no-repeat center;
	background-size: cover;
	position: relative;
}
.home6 .content{
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	text-align: right;
}
.home6 .content h3{
	font-size: 32px;
	color: #edd238;
	padding: 20px 0;
	margin-top: 60px;
}
.home6 .content p{
	font-size: 20px;
	line-height: 1.7;
}


/*----------*/
.wrap7{
	background: url(../imgs/index7.jpg) no-repeat center;
	background-size: cover;
	height: 860px;
}
.wrap7 .safewidth{
	height: 100%;
}
.wrap7 .logo{
	width: 180px;
	position: absolute;
	bottom: 100px;
	left: 100px;
}
.home7{
	width: 1000px;
	margin: 0 auto;
	color: #fff;
}
.home7 h3{
	font-size: 32px;
	color: #edd238;
	padding: 20px 0;
	margin-top: 60px;
}
.home7 p{
	font-size: 20px;
	line-height: 1.7;
}

@media screen and (max-width:768px) {
	.wrap1{
		background: url(../imgs/index1-m.jpg) no-repeat center;
		background-size: cover;
	}
	.home1{
		width: 200px;
	}
	.home1 img.logo{
		width: 120px;
		margin: 20px auto;
	}
	.home1 img.imgTitle{
		width: 100%;
		margin: 20px 0;
	}
	.home1 div.btn_block{
		display: block;
	}
	.home1 div>a{
		margin: 20px auto 0 auto;
	}
	
	/*-------*/
	.wrap2{
		background: url(../imgs/index2-m.jpg) no-repeat center;
		background-size: cover;
		padding: 50px 0;
	}
	.home2 h3{
		font-size: 17px;
	}
	.home2 img{
		height: 70px;
		margin: 0 auto;
	}
	.home2 ul{
		margin-top: 0;
		display: block;
	}
	.home2 ul li{
		margin: 20px 0;
	}
	.home2 ul li h4{
		letter-spacing: .5px;
	}
	/*---------*/
	.wrap4{
		padding: 0;
	}
	.wrap4 .safewidth{
		padding: 0;
	}
	.home4{
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0;
		background: none;
	}
	.home4 table{
		width: 100%;
	}
	.home4 table th{
		color: #fff;
		background: #0c366d;
		text-align: center;
		height: 60px;
		padding: 0;
		text-align: center;
		font-size: 14px;
	}
	.home4 table th.th1{
		width: 60px;
	}
	.home4 table th.th2{
		width: 100px;
	}
	.home4 table th.th3{
		width: 120px;
	}
	.home4 table th.th4{
		width: 200px;
	}
	.home4 table th:nth-child(3){
		padding-left: 0;
	}
	.home4 table th:last-child{
		padding-right: 0;
	}
	.home4 table td{
		color: #fff;
		font-size: 14px;
		padding: 10px;
		background: #0c366d9e;
	}
	.home4 table tr td:first-child{
		font-size: 14px;
	}
	.wrap4 .vs{
		width: 80%;
	}
	
	/*--------*/
	.home5{
		width: 100%;
		display: block;
		text-align: center;
	}
	.home5>div{
		width: 100%;
	}
	.home5 img{
		width: 80%;
	}
	.home5 h3{
		font-size: 26px;
		margin-top: 20px;
	}
	.home5 p{
		font-size: 15px;
	}
	
	/*----------*/
	.wrap6{
		padding: 0 0 30px 0;
	}
	.home6{
		width: 100%;
		height: auto;
		background: none;
	}
	.home6 .content{
		position: static;
		text-align: center;
	}
	.home6 .content h3{
		font-size: 26px;
		margin-top: 0;
	}
	.home6 .content p{
		font-size: 15px;
	}
	
	
	/*----------*/
	.wrap7{
		background: url(../imgs/index7-m.jpg) no-repeat center;
		background-size: cover;
	}
	.wrap7 .safewidth{
		height: auto;
	}
	.home7{
		width: 100%;
		text-align: center;
	}
	.home7 h3{
		font-size: 26px;
		margin-top: 20px;
	}
	.home7 p{
		font-size: 15px;
	}
}
