.nav--always-fixed {
    background: #FFFFFF !important;
}
.pcnav{
	padding:10px;
	opacity: 1;
}

.pcnav ul li{
	list-style: none;
	float: left;
	margin:0 30px;
	padding-bottom: 1px;
	text-align: center;
	position: relative;
}
.pcnav ul li a{
	color:#333333;
	font-size: 18px;
	font-weight: 600;

}
.pcnav ul li.current{
	border-bottom: 2px solid #1e46ae;
}
.pcnav ul li:hover{
	border-bottom: 2px solid #1e46ae;
}
.pcnav ul li:hover a{
	color: #1e46ae;
}
.pcnav ul li.current a{
	color: #1e46ae;
}

.pcnav ul li .erlist{
	position: absolute;
	top:30px;
	left:-40px;
	display: none;
	background-color: #eee;
	padding:15px 0;
	width:200px;
	border-radius: 5px;

}
.pcnav ul li .erlist>div{
	padding:5px 0;
	border-bottom: 1px dashed #bbbbbb;

}
.pcnav ul li .erlist>div a{
	font-size: 16px;
	font-weight: 500;
	color:#333333;

}
.pcnav ul li:hover .erlist{
	display: block;
}
.nav__icon-wrap{
	display: none;
}
.hero__inner h3{
	text-align: center;
	font-size: 80px;
	color: #FFFFFF;
	line-height: 80px;
	letter-spacing: 4px;
}
.hero__inner h3 span{
	color: #9CDA56;
}
.hero__inner p{
	text-align: center;
	font-size: 24px;
	color: #dddddd;
	line-height: 48px;
}
.nban{
	width:100%;
	margin:0;
	padding:0;
	margin-top:60px;
}

.index1{
	position: relative;
	margin:50px 0;
}
.index1::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 55%; 
  bottom: 0;
  background-color: #daecf9;
  z-index: -1;
}
.index1 ul{
	display: flex;
	justify-content: space-around;
}
.index1 ul li{
	list-style: none;
	width:50%;
}
.index1 ul li:first-child{
	width:50%;
}
.index1 ul li:last-child{
	width:30%;
}
.index1 ul li h2{
	font-size: 30px;
	color: #C7A468;

}
.index1 ul li h3{

	font-size: 40px;
	font-weight: normal;
	color: #C7A468;
	letter-spacing: 2px;
}
.index1 ul li p{
	text-align: justify;
	font-size: 18px;
	color: #555555;
	line-height: 34px;
}

.index-title{
	margin:30px 0;
	display: flex;
	flex-direction: column;
	text-align: center;
	text-transform: uppercase;
}
.index-title h2{
	font-size: 30px;
	color: #CEC7BA;
	letter-spacing: 2px;
}
.index-title h3{
	font-size: 40px;
	font-weight: 600;
	color: #4C4740;
	letter-spacing: 3px;
}
.index2 ul{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index2 ul li{
	width:50%;
	list-style: none;
	padding:10px;
}
.index3 ul{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.index3 ul li{
	width:33%;
	list-style: none;
	padding:10px;
}
.index3 ul li h2{
	font-size: 24px;
	font-weight: 500;
	color: #000000;
	margin:5px 0;
}
.index3 ul li p{
	font-size: 16px;
	color: #000000;
}

.index4{
	position: relative;
	background: #b1b6ef;
	padding:50px 0;
}
.index4::after {
  content: '';
  position: absolute;
  left: 0;
  right: 50%;
  top: 0; 
  bottom: 0;
  background-image: url(../img/index/a11.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}
.index4 p{
	margin-left:53%;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
}
.index5{
	margin:30px 0;
	background: #ffffff;
}
.index5{
	margin:30px 0;
	background: #ffffff;
}
.index5 .cnt{
	border-top:2px solid #1e46ae;
	border-right:2px solid #1e46ae;
	border-bottom:2px solid #1e46ae;
	height:200px;
	max-width:90%;
	margin:100px 100px;
	position: relative;
}
.index5 .cnt ul>li{
	list-style: none;
	background-color: #1e46ae;
	text-align: center;
	color:#ffffff;
	width:25%;
	height:150px;
	padding:20px;
	border-radius: 10px;
	position: absolute;
}
.index5 .cnt ul>li>span{
	display: block;
}

.index5 .cnt ul>li:nth-child(1){
	top:-80px;
	left:-30px;
}
.index5 .cnt ul>li:nth-child(2){
	top:-80px;
	left:40%;
}
.index5 .cnt ul>li:nth-child(3){
	top:-80px;
	right:-100px;
}
.index5 .cnt ul>li:nth-child(4){
	bottom:-80px;
	right:-100px;
}
.index5 .cnt ul>li:nth-child(5){
	bottom:-80px;
	left:40%;
}
.index5 .cnt ul>li:nth-child(6){
	bottom:-80px;
	left:-30px;
}
.index5 .cnt>div>span{
	color:#1e46ae;
	position: absolute;
	font-size: 26px;
    font-weight: 600;
}
.index5 .cnt>div>span:nth-child(1){
	top: -23px;
    left: 270px;
    
}
.index5 .cnt>div>span:nth-child(2){
	top: -23px;
    left: 690px;
    
}
.index5 .cnt>div>span:nth-child(3){
	top: 81px;
    right: -14px;
    transform: rotate(90deg);
    
}
.index5 .cnt>div>span:nth-child(4){
	bottom: -18px;
    right: 230px;
    
}
.index5 .cnt>div>span:nth-child(5){
	bottom: -18px;
    left: 270px;
}

.index6{
	background: #F5FFFE;
	text-align: center;
	padding:30px 0;
}
.index6 .tit>h3{
	font-size: 40px;
	color: #4D4D4D;
	letter-spacing: 2px;
	margin:20px 0;
}
.index6 .tit>p{
	font-size: 24px;
	color: #4D4D4D;
	letter-spacing: 2px;
}
.index6 .cnt{
	margin:20px 0;
}
.index6 .cnt>img{
	width:32%;
	margin:5px;
}
/*移动端适配*/
@media (max-width: 1199px) {
	.nav__icon-wrap{
		display: block;
	}
	.pcnav{
		display: none;
	}


}


@media (max-width: 991px) {
	.hero__inner h3{
		font-size: 32px;
	}
	
	.hero__inner p{
		text-align: justify;
		font-size: 18px;
		line-height: 35px;
	}

	.nav__icon span {
	    background-color: #333333 !important;
	}
	#nav__icon__close span {
	    background-color: #fff !important;
	}
	.index1 ul li:first-child{
		width:100%;
	}
	.index1 ul li:last-child{
		width:0%;
	}
	.index1 ul li h2{
		text-align: center;
		font-size: 20px;
	}
	.index1 ul li h3{
		text-align: center;
		font-size: 30px;
	}
	.index1 ul li p{
		font-size: 16px;
		line-height: 28px;
	}
	.index-title h2{
		font-size: 24px;
	}
	.index-title h3{
		font-size: 26px;
		letter-spacing: 2px;
	}

	.index2 ul{
		display: flex;
	    flex-direction: column;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	.index2 ul li{
		width:100%;
		padding:5px;
	}
	.index3 ul li{
		width:50%;
		padding:3px;
	}
	.index3 ul li h2{
		font-size: 18px;
	}
	.index3 ul li p{
		font-size: 14px;
	}

	.index4::after {
	  z-index: -1;
	}
	.index4 p{
		margin-left:0;
		font-size: 16px;
		line-height: 26px;
	}

	.index5 .tit img{
		max-width: 65%;
	}
	.index5 .cnt {

	    border: none; 
	    border-right: 2px solid #1e46ae; 
	    height: 650px;
	    max-width: 100%;
	    margin: 0; 
	    margin-right: 50%; 
	    margin-top:150px;
	    margin-bottom:130px;
	}
	.index5 .cnt ul {
	    max-width: 750px;
	}
	.index5 .cnt ul>li {
	    width: 200%;
	    height: auto;
	    border-radius: 10px;
	}
	.index5 .cnt ul>li>span{
		display: inline-block;
	}
	.index5 .cnt ul>li>div{
		margin-top:5px;
	}
	.index5 .cnt ul>li:nth-child(1){
		top:-100px;
		left: 0%;
	}
	.index5 .cnt ul>li:nth-child(2){
		top:50px;
		left: 0%;
	}
	.index5 .cnt ul>li:nth-child(3){
		top:200px;
		left: 0%;
	}
	.index5 .cnt ul>li:nth-child(4){
		bottom:200px;
		left: 0%;
	}
	.index5 .cnt ul>li:nth-child(5){
		bottom:50px;
		left: 0%;
	}
	.index5 .cnt ul>li:nth-child(6){
		bottom:-100px;
		left: 0%;
	}

	.index5 .cnt>div>span:nth-child(1){
		top: 5px;
    	left: 97%;
	    transform: rotate(90deg);
	    
	}
	.index5 .cnt>div>span:nth-child(2){
		top: 155px;
	    left: 97%;
	    transform: rotate(90deg);
	    
	}
	.index5 .cnt>div>span:nth-child(3){
		top: 305px;
	    left: 97%;
	    transform: rotate(90deg);
	    
	}
	.index5 .cnt>div>span:nth-child(4){
		bottom: 150px;
	    left: 99%;
	    transform: rotate(-90deg);
	    
	}
	.index5 .cnt>div>span:nth-child(5){
		bottom: 10px;
	    left: 93%;
	    transform: rotate(-90deg);
	}

	.index6 .tit>h3 {
	    font-size: 30px;
	    margin: 10px 0;
	}
	.index6 .tit>p {
	    font-size: 16px;
	}
	.index6 .cnt>img {
	    width: 46%;
	    margin: 5px;
	}




}

@media (max-width: 639px) {

}


@media (max-width: 479px) {

}