@charset "utf-8";
.indexBox{
	background-image:url(../images/bg1.png),url(../images/bg2.png);
	background-repeat: no-repeat, no-repeat;  
	background-position: right top, left bottom;
	padding: 5% 0;
}
.indexOne{
	min-height: 380px;
	position: relative;
	display: table;
	margin-bottom: 8%;
}
.indexOne .leftImg{
	position: relative;
	width: 500px;
	height: 435px;
	top: 0;
	float: left;
}
.indexOne .leftImg a{
	position: absolute;
	width: 48%;
	display: block;
	padding-top: 41.27%;
}
.indexOne .leftImg a img{
	width: 100%;
	display: block;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
.indexOne .leftImg .img1{
	left: 26%;
	top: 0;
}
.indexOne .leftImg .img2{
	bottom: 0;
	left: 0;
}
.indexOne .leftImg .img3{
	bottom: 0;
	right: 0;
}
.indexOne .rightWord{
	display: table-cell;
	vertical-align: middle;
	padding-left: 8%;
	line-height: 1.8em;
	text-align: justify
}
.indexOne .rightWord p{
	text-indent: 2em;
	color: #192e5d;
	margin-bottom: 1em;
}
.indexOne .leftImg p{
	position: absolute;
	line-height: 2em;
    /*top: 50%;*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 0 4px rgba(0,0,0,.6);
    letter-spacing: 2px;
    /*margin-top: -1em*/
    transition: all .5s;
}
.indexOne .leftImg a:hover p{
	background-color: rgba(0,0,0,.4);
}
@media screen and (max-width: 1450px) {
	.indexOne .leftImg{
		width: 425px;
		height: 370px;
		
	}
}
@media screen and (max-width: 768px) {
	.indexOne .leftImg{
		width: 100%;
		height: auto;
		padding-top: 87.17%;
		margin-bottom: 3%;
	}
	.indexOne{
		display: block;
	}
	.indexOne .rightWord{
		padding-left: 0;
	}
}
.indexTwo {
	position: relative;
	padding: 3% 0;
}
.indexNav{
	position: relative;
	z-index: 2;
}
.indexNav .li{
	float: left;
	width: 11.5%;
	margin: 0 .5%;
	background: #fff;
	position: relative;
	text-align: center;
	color: #18305e;
	line-height: 1.5em;
	padding: 15px;
}
.indexNav .li ul{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #d20001;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-flex-flow: column;
	-webkit-justify-content: center;
	display: flex;
	align-items: center;
	flex-flow: column;
	justify-content: center;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	overflow: hidden;
	min-height: 110%;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	visibility: hidden;
	opacity: 0;
}
.indexNav .li ul a{
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	color: #fff;
	padding: 5px;
}
.indexNav .li ul a:hover{
	color: #f1b169;
}
.indexNav .li:hover ul{
	visibility: visible;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 1;
}
.indexTwo:before,.indexTwo:after{
	content: '';
	width: 100%;
	height: 60%;
	position: absolute;
	background: #18305e;
}
.indexTwo:before{
	top: 0;
	right: 0;
}
.indexTwo:after{
	bottom: 0;
	left: 0;
}
@media screen and (max-width: 768px) {
	.indexNav .li{
		width: 49%;
		margin: 0 .5%;
		margin-bottom: 10px;
		padding: 5px;
	}
	.indexNav .li img{
		width: 40px;
	}
	.indexNav .li ul a{
		font-size: 12px;
	}
}

.index_banner img{
	display: block;
	width: 100%;
}