.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;
}
body {
	background: #efefef;
}



.fistConter {
	background: #09b3de url('../img/artical_1_1.jpg') no-repeat;
	background-size: 100% 100%;
}
.fistConter_box {
	padding:1.3rem 0 1.2rem;
	color:#fff;
	min-height: 6rem;
	height: auto;
	overflow: hidden;
}
.fistConter_box h1 {
	font-size: .5rem;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}
.fistConter_box p {
	font-size: .22rem;
	line-height: 1.5;
}

.secondConter {
	 /* background: #efefef; */
	 margin-top: -.6rem;
}
.secondConter .outConter {
	background: #fff;
}
.secondConter_box {
	padding: .5rem;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.secondConter_box .secondConter_box_item a {
	font-size: .3rem;
	color:#1e1e1e;
	outline: none;
}
.secondConter_box .active a, .secondConter_box .secondConter_box_item:hover a {
	color:#09b3de;
}
.thirdConter.conterBox {
	padding: .8rem 0;
}
.thirdConter_textBox {
	padding: 1rem;
	background: #fff;
}
.thirdConter_textBox h2 {
	font-size: .45rem;
	color:#1e1e1e;
	line-height: 1.3;
	text-align: center;
	margin-bottom: .2rem;
}
.thirdConter_textBox .time {
	font-size: .22rem;
	color:#6e6e6e;
	text-align: center;
	padding: .2rem;
	margin-bottom: .4rem;
}
.thirdConter_textBox_content, .thirdConter_textBox_content p {
	font-size: .22rem;
	line-height: 3;
	text-align: justify;
	text-indent: 2em;
	color:#1e1e1e;
}
.thirdConter_textBox_content p {
		margin-bottom: .4rem;
}
.thirdConter_textBox_content p img, .thirdConter_textBox_content img {
	display:block!important;
	margin: auto!important;
	max-width: 100%!important;
	height:auto!important;
	text-align: center!important;
}
.thirdConter_textBox_emptyBox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.thirdConter_textBox_emptyBox .thirdConter_textBox_emptyBox_img {
	width:5rem;
	height: 3.213rem;
	overflow: hidden;
	margin-bottom: .5rem;
}
.thirdConter_textBox_emptyBox .thirdConter_textBox_emptyBox_img img {
	width:100%;
	height:100%;
}
.thirdConter_textBox_emptyBox h5 {
	font-size: .22rem;
	text-align: center;
	line-height: 1.8;
	color:#636363;
}
.thirdConter_textBox_emptyBox p {
	font-size: .22rem;
	text-align: center;
	line-height: 1.8;
	color:#636363;
}
.thirdConter_textBox_emptyBox p span {
	display: inline-block;
	margin-right: 10px;
}
.thirdConter_textBox_emptyBox p a {
	color:#09b3de;
	outline: none;
}
@media screen and (max-width: 900px) {
	.fistConter_box {
		padding: 1rem;
	}
	.secondConter {
		padding: 0 .6rem;
	}
	.thirdConter.conterBox {
	    padding: .8rem .6rem;
	}
	.thirdConter_newsBox_item {
		margin: 0 .58rem .7rem;
	}
}

@media screen and (max-width: 770px) {
	.fistConter_box {
		padding: 1rem;
		margin-bottom: 1rem;
	}
	.fistConter_box h1 {
		font-size: 1rem;
	}
	.fistConter_box p {
		font-size: .6rem;
		text-align: justify;
	}
	.secondConter {
		padding: 0 1rem;
		margin-top: -2rem;
	}
	.secondConter_box {
		padding: .8rem;
	}
	.secondConter_box .secondConter_box_item a {
		font-size: .7rem;
	}
	
	.thirdConter.conterBox {
	    padding: .8rem 1rem;
	}
	
	.thirdConter_textBox h2 {
		font-size: 1rem;
		margin-bottom: .8rem;
	}
	.thirdConter_textBox .time  {
		font-size: .6rem;
		margin-bottom: 1rem;
	}
	.thirdConter_textBox_content, .thirdConter_textBox_content p {
		font-size: .6rem;
	}
	.thirdConter_textBox_content p {
		margin-bottom: .7rem;
	}

	.thirdConter_textBox_emptyBox .thirdConter_textBox_emptyBox_img {
		width:10rem;
		height: 6.416rem;
		overflow: hidden;
		margin-bottom: .5rem;
	}

	.thirdConter_textBox_emptyBox h5 {
		font-size: .6rem;
	}
	.thirdConter_textBox_emptyBox p {
		font-size: .6rem;
	}
	
}

















