#bannerIndex{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.bannerIndexContent{
	float: left;
	position: relative;
	height: auto !important;
	width: 100%;
}

.bannerIndexText{
	width: 100%;
	height: 100%;
	display: table;
}

.bannerIndexText div{
	display:table-cell;
	vertical-align:middle;
	text-align: center;
	color: #fff;
	line-height: 0px;
	letter-spacing: 2px;
}

.bannerIndexContent img {
	width: 100%;
}


.gap{
	width: 100%;
	height: 80px;
}

.gapTop{
	margin-top: -80px;
}






#layer01{
	padding: 50px 0;
}



#index01{
	float: left;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#index01 h2 div{
	font-weight: 100;
	font-size: 15px;
}

#index01 p {
	width: 100%;
	text-align: center;
	font-size: 18px;
    line-height: 36px;
}

#faith {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 500px;
	margin: 50px 0;
}

#faith li {
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	border: 3px solid;
	font-size: 16px;
}

#faith li:first-child {
	border-color: #b3daed;
	color: #6fafce;
}

#faith li:nth-child(2) {
	border-color: #9ad5d3;
	color: #53afac;
}

#faith li:nth-child(3) {
	border-color: #fbc2c4;
	color: #d27b7e;
}

#index01 .goButton{
	width: 100px;
	line-height: 45px;
	color: #0069d5;
	border: #0069d5 1px solid;
	text-align: center;
	transition: .2s;
}

#index01 .goButton:hover,#index02 .goButton:hover,#index05 .goButton:hover,#index07 .goButton:hover{
	background: #1d6ac4;
    border: #1d6ac4 1px solid;
	color:#fff;
}



#layer02{
	padding: 50px 0;
	background:#efefef;
}

#layer02 .wrapper {
	/*overflow: visible;*/
}

#index02 {
	margin-bottom: 50px;
}

.productContent {
	width: 20%;
	text-align: center;
	margin: 0 12.5px;
}


.productImg {
	height: 150px;
	margin-bottom: 25px;
}

#index02 .goButton{
	width: 100px;
	line-height: 45px;
	color: #0069d5;
	border: #0069d5 1px solid;
	text-align: center;
	transition: .2s;
	margin: 50px auto 0;
}




#layer03{
	position: relative;
	padding: 50px 0 100px;
}

#index03{
	width: 100%;
}

#index03 h2 div{
	font-weight: 100;
	font-size: 15px;
}

#index03 ul{
	background:url('../_images/layer02Bg.jpg') center right no-repeat;
	background-size:contain;
	width: 50%;
	padding: 50px 50% 50px 0;
	overflow: hidden;
}

#index03 ul li{
	position: relative;
	top:0;
	left: 0;
	float: left;
	width: 100%;
	margin-bottom: 25px;
	background:#002f7d;
	/*transition:0.3s;*/
}


#index03 ul li:hover{
	top: -2px;
	left:25px;
	box-shadow: -10px 5px 15px rgba(0,0,0,0.15);
}

#index03 ul li div{
	float: left;
	background:#002f7d;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	width: 100px;
	height: 50px;
	padding:25px;
	display: flex;
	align-items: center;
	justify-content: center;
}


#index03 ul li p{
	float: left;
	background:#eee;
	color: #333;
	width: calc( 100% - 200px);
	min-height: 50px;
	padding: 25px;
	display: flex;
	align-items: center;
}





#index04{
	margin-top: 25px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#index04 > div{
	width: calc( 100% - 200px);
	max-width: 800px;
	padding: 0 100px 150px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


#index04 > div img{
	display: inline-block;
	height: 50px;
	margin: 10px 15px;
}


#index04 ul:after{
	position: absolute;
	bottom:-35px;
	left: 0;
	content: '';
	width: 100%;
	height: 35px;
	background: url('../_images/index07Bg.png') top center no-repeat;
	background-size: 100% 100%;
}




#layer05{
	padding: 50px 0;
	background:#efefef;
}

#index05{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 50px;
	padding-bottom: 75px;
}

#index05 ul{
	float: right;
	width: 100%;
}

#index05 ul li{
	display: flex;
	flex-direction: wrap;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	width: 100%;
	line-height: 50px;
	border-bottom:#a0a0a0 1px dashed;
}

#index05 ul li:hover{
	color: #1d6ac4;
    font-weight: 900;
}

#index05 ul a {
	color: #333;
}

#index05 ul li h3 {
	line-height: 50px;
	font-size: 16px;
	color: #1481b9;
	margin-bottom: 0 !important;
	margin-right: 50px;
}

#index05 .goButton{
	width: 100px;
	line-height: 45px;
	color: #0069d5;
	border: #0069d5 1px solid;
	text-align: center;
	transition: .2s;
	margin-top: 25px;
}



#layer06 {
	padding: 50px 0;
	background: #002f7d;
}

#index06{
	width: 100%;
	color: #fff;
}

#index06 #aboutImg{
	position: relative;
	width: 100%;
	height: 600px;
	background:url('../_images/aboutBg.jpg') bottom right no-repeat;
	background-size: cover;
}

#index06 p{
	position: absolute;
	top:150px;
	right: 50px;
	padding:50px;
	width: 300px;
	background: #fff;
	color: #333;
	opacity: 0.85;
	line-height: 22px;
}


#index06 p a {
	display: block;
	color: #2c84df;
	width: 100%;
	text-align: right;
	margin-top: 25px;
}


#index07{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	float: left;
	position: relative;
	padding: 150px 0;
	color: #333;
}

#index07 h2{
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 0px !important;
}

#index07 p{
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0px !important;
}


#index07:before{
	position: absolute;
	top:0;
	left: 0;
	content: '';
	width: 100%;
	height: 50px;
	background: url('../_images/gap05.png') top center no-repeat;
	background-size: 100% 100%;
}

#index07 .goButton{
	width: 100px;
	line-height: 45px;
	color: #0069d5;
	border: #0069d5 1px solid;
	background: #fff;
	text-align: center;
	transition: .2s;
	margin-top: 25px;
}




.slick-next, .slick-prev{
	width:25px;
	height: 50px;
	transition:.1s;
	margin-top: -25px;
	border: 0;
	opacity: .5;
	font-size: 0;
}

.slick-next:hover, .slick-prev:hover{
	opacity: 1;
}

.slick-next{
	position: absolute;
	top:50%;
	right:-30px;
	margin-top: -43px;
	background: url('../_images/next.png') no-repeat;
	background-size: contain;
}

.slick-prev{
	position: absolute;
	top:50%;
	left:-30px;
	margin-top: -43px;
	background: url('../_images/prev.png') no-repeat;
	background-size: contain;
}

.slick-dots{

	width: 100%;
	margin-top: 10px;
	text-align: center;
}

.slick-dots li{
	display: inline-block;
	width:10px;
	height:10px;
	border-radius:10px;
	margin:0 5px;
	font-size: 0;
	background: #eee;
	border:#fff 1px solid;

}

.slick-dots li button{
	border:0;
}

.slick-dots li.slick-active, .slick-dots li:hover{
	background: #4a8694;
}

#bannerIndex .slick-next{
	position: absolute;
	top:50%;
	right: 30px;
	margin-top: -43px;
	background: url('../_images/next.png') no-repeat;
	background-size: contain;
	z-index: 9;
}

#bannerIndex .slick-prev{
	position: absolute;
	top:50%;
	left: 30px;
	margin-top: -43px;
	background: url('../_images/prev.png') no-repeat;
	background-size: contain;
	z-index: 9;
}






@media screen and (min-width: 1200px){

}

@media screen and (max-width: 979px) {

	p{
		/*text-align: justify;*/
	}

	#bannerIndex{
		position: relative;
		width: 100%;
		overflow: hidden;
	}

	.bannerIndexContent{
		position: relative;
	}

	.bannerIndexText div{
		display:block;
		padding: 50px;
		line-height: 25px;
	}

	.bannerIndexText div h1 {
		font-size: 25px;
		line-height: 50px;
		margin-bottom: 25px !important;
	}

	#faith li {
		width: 80px;
		height: 80px;
		font-size: 12px;
	}

	#index03 ul{
		background:transparent;
		width: 100%;
		padding: 0;
	}

	#index03 ul li{
		display: flex;
		flex-direction: row;
		align-items: stretch;
	}

	#index03 ul li:hover {
		top:-2px;
		left:25px;
		box-shadow: -10px 5px 15px rgba(0,0,0,0.15)
	}

	#index03 ul li div, #index03 ul li p{
		height: auto;
	}


	#index04 > div img {
		height: 25px;
	}

	#index04 > div {
		justify-content: center;
	}

	#index04 > div {
		width: calc( 100% - 50px );
		padding: 0 25px 150px 0;
	}



	#index05 ul li{
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 15px;
	}

	#index05 ul li h3 {
		line-height: 25px;
		font-size: 16px;
		color: #1481b9;
		margin-bottom: 0 !important;
		margin-right: 50px;
	}

	#index05 ul li p {
		line-height: 25px;
		margin-bottom: 15px;
	}




	#index06 #aboutImg{
		height: auto;
		padding: 25px;
	}

	#index06 p{
		position: static;
		padding: 25px;
		width: calc( 100% - 100px );
		height: calc( 100% - 100px );
		background: rgba(255,255,255,0.85);
	}






}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 480px) {

}

@media screen and (max-device-width: 480px) {

}







