
.headBox {
	background: #09b3de;
}
.headBox_box .logoBox .logoTxt {
	color:#fff;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     ;
}
.navBox .navBox_conter .navBox_conter_item a {
    color: #fff;
}
.navBox .navBox_conter .navBox_conter_item>a::after {
	background: #09b3de;
}
.navBox .navBox_conter .navBox_conter_item:hover>a, .navBox .navBox_conter .active>a {
	color:#fff;
}
.navBox .navBox_conter .navBox_conter_item:hover>a::after, .navBox .navBox_conter .active>a::after {
	background: #fff;
}


.fistConter {
	background: #09b3de;
	color:#fff;
}
.fistConter_logoBox {
	width:2rem;
	height:1.33rem;
	margin:0 auto .9rem;
	overflow: hidden;
}
.fistConter_logoBox img {
	width:100%;
	height:100%;
}
.fistConter .conterTitle {
	/* margin-bottom: .7rem; */
	color:#fff;
}
.fistConter .conterTitle .conterTitle_bar {
	background: #fff;;
}
.fistConter_txt {
	padding:.1rem 0;
	font-size: .22rem;
	color:#fff;
	text-align: justify;
	/* margin-bottom: .6rem; */
	text-indent:2em;
}
.fistConter_txt p {
	line-height:1.7!important;
}

.secondConter {
	background: #13172e url('../img/index_3_bg.png') repeat ;
	/* background-size: ; */
}
.secondConter .conterTitle {
	color:#fff;                   
}
.secondConter_youshiBox {
	display: flex;
	justify-content: space-between;
}
.secondConter_youshiBox_item {
	width:4.5rem;
	height:6.6rem;
	padding: .3rem;
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	align-items: center;
	text-align: center;
	moz-user-select: text!important;
	-moz-user-select: text!important;
	-o-user-select:text!important;
	-khtml-user-select:text!important;
	-webkit-user-select:text!important;
	-ms-user-select:text!important;
	user-select:text!important;
}
.secondConter_youshiBox_item_top {
	border: .03rem solid #f7c333;
	border-radius: 50%;
	width:3rem;
	height:3rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: .8rem;
	color: #fff;
	font-size: 1.5rem;
}
.secondConter_youshiBox_item_top .iconfont {
	color: #fff;
	font-size: 1.5rem;
}
.secondConter_youshiBox_item h4 {
	font-size: .4rem;
	color:#fff;
	margin-bottom: .7rem;
	font-weight: normal;
}
.secondConter_youshiBox_item p {
	font-size: .22rem;
	color:#d4d4d4;
	line-height: 1.5!important;
	moz-user-select: text!important;
	-moz-user-select: text!important;
	-o-user-select:text!important;
	-khtml-user-select:text!important;
	-webkit-user-select:text!important;
	-ms-user-select:text!important;
	user-select:text!important;
}

.thirdConter {
	width:100%;
	height:7.5rem;
	background: #09B3DE;
}


.amap-logo {
            display: none!important; ;
     } 
   .amap-copyright {
          bottom:-100px;
           display: none!important;;
    }  


@media screen and (max-width: 900px) {
	
	
	.thirdConter {
		height: 10rem;
	}
	
}
@media screen and (max-width: 770px) {
	.fistConter_box {
		padding: 1rem;
	}
	.fistConter_txt {
		padding: 0 1rem;
		font-size: .6rem;
	}
	.secondConter_youshiBox {
		/* display: block; */
		flex-direction: column;
		align-items: center;
		margin: auto;
	}
	.secondConter_youshiBox_item {
		width:10rem;
		min-height:12rem;
		height: auto;
		overflow: hidden;
		padding: .3rem 0;
		margin-bottom: .7rem;
	}
	.secondConter_youshiBox_item:last-child {
		margin-bottom: 0;
	}
	.secondConter_youshiBox_item_top {
		width:6rem;
		height:6rem;
		margin-bottom: 1.2rem;
		font-size: 3.5rem;
		font-weight: lighter;
	}
	.secondConter_youshiBox_item_top img {
		width:4.5rem;
	}
	.secondConter_youshiBox_item h4 {
		font-size: .85rem!important;
		margin-bottom: .9rem;
	}
	.secondConter_youshiBox_item p {
		font-size: .6rem;
	}
	.thirdConter {
		height: 15rem;
	}
}
