
.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 {
	height:8.5rem;
	background: #09b3de;
}
.fistConter .swiper-slide a  {
	display: inline-block;
	outline: none;
	text-decoration: none;
	width: 100%;
	height:100%;
}
.fistConter .swiper-slide a img, .fistConter .swiper-slide img {
	width: 100%;
	height:100%;
}
.swiper-paginationBox {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 12;
	height: .15rem;
	top:-0.5rem;
	/* display: none; */
}
.swiper-pagination {
  text-align: center;
  /* margin-top: 50px; */
}
.swiper-pagination .swiper-pagination-bullet {
  width: .13rem;
  height: .1rem;
  display: inline-block;
  background: #fff;
  opacity: .5;
  margin: 0 .05rem;
  border-radius: .2rem;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
  width: 1rem;
  transition-delay: 0s;
}
@media screen and (max-width: 576px) {
  .swiper-pagination .swiper-pagination-bullet-active {
    width: .7rem;
  }
}
.swiper-button-prev {
	width: 1.3rem;
	height:1.3rem;
	border-radius: 50%;
	background: rgba(188,242,255,.5);
	margin-top: -.65rem;
	left:.8rem;
	color:#fff;
	
}
.swiper-button-next {
	width: 1.3rem;
	height:1.3rem;
	border-radius: 50%;
	background: rgba(188,242,255,.5);
	margin-top: -.65rem;
	right:.8rem;
	color:#fff;
}
.swiper-button-prev::after, .swiper-button-next::after {
	font-size: .5rem;
}

.secondConter {
	
}
.secondConter_logoBox {
	width:1.0538rem;
	height:.7rem;
	margin:0 auto .6rem;
	overflow: hidden;
}
.secondConter_logoBox img {
	width:100%;
	height:100%;
}
.secondConter_txt {
	padding:.1rem 0;
	font-size: .22rem;
	color:#404040;
	text-align: center;
	margin-bottom: 1rem;
}
.secondConter_txt p {
	line-height:1.7!important;
}
.secondConter_workBox {
	display: flex;
	justify-content: space-between;
}
.secondConter_workBox_item {
	width:3.7rem;
	height:5rem;
	/*border: .02rem solid #dadada;*/
	box-shadow: 0 0.1rem 0.2rem #ecebeb;
	padding: .3rem;
	border-radius: .05rem;
	/* box-shadow: 0 .02rem .15rem  #b2b2b2; */
	position: relative;
	-moz-animation: secondConter_workBox_item .5s ease-in-out 0s 1 alternate forwards;
	-webkit-animation: secondConter_workBox_item .5s ease-in-out 0s 1 alternate forwards;
	-o-animation: secondConter_workBox_item .5s ease-in-out 0s 1 alternate forwards;
	animation: secondConter_workBox_item .5s ease-in-out 0s 1 alternate forwards;
}
.secondConter_workBox_item:hover {
	-moz-animation: secondConter_workBox_item_hover .5s ease-in-out 0s 1 alternate forwards;
	-webkit-animation: secondConter_workBox_item_hover .5s ease-in-out 0s 1 alternate forwards;
	-o-animation: secondConter_workBox_item_hover .5s ease-in-out 0s 1 alternate forwards;
	animation: secondConter_workBox_item_hover .5s ease-in-out 0s 1 alternate forwards;
}
.secondConter_workBox_item a {
	display: block;
	width:100%;
	height:100%;
	text-decoration: none;
	outline: none;
}
.secondConter_workBox_item h4 {
	font-size: .4rem;
	color:#1e1e1e;
	margin-bottom: .7rem;
	text-align: center;
}

.secondConter_workBox_item p {
	text-align: center;
	font-size: .22rem;
	margin-bottom: .3rem;
	color:#404040;
}
.secondConter_workBox_item:first-child {
	background: url('../img/index_2_1.png') no-repeat;
	background-position: right bottom;
	background-size:3rem;
}
.secondConter_workBox_item:nth-child(2) {
	background: url('../img/index_2_2.png') no-repeat;
	background-position: right bottom;
	background-size:3rem;
}
.secondConter_workBox_item:nth-child(3) {
	background: url('../img/index_2_3.png') no-repeat;
	background-position: right bottom;
	background-size:3rem;
}
.secondConter_workBox_item:nth-child(4) {
	background: url('../img/index_2_4.png') no-repeat;
	background-position: right bottom;
	background-size:3rem;
}
.swiper-container{
	--swiper-preloader-color: rgba(255,255,255,.5);/* 单独设置预加载圆圈的颜色 */
}

.thirdConter {
	background: #13172e url('../img/index_3_bg.png') repeat ;
	/* background-size: ; */
}
.thirdConter .conterTitle {
	color:#fff;                   
}
.thirdConter_youshiBox {
	display: flex;
	justify-content: space-between;
}
.thirdConter_youshiBox_item {
	width:4.5rem;
	height:6.6rem;
	padding: .3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.thirdConter_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;
}
.thirdConter_youshiBox_item_top img {
	width:2.4rem;
}
.thirdConter_youshiBox_item h4 {
	font-size: .4rem;
	color:#fff;
	margin-bottom: .7rem;
	font-weight: normal;
}
.thirdConter_youshiBox_item p {
	font-size: .22rem;
	color:#d4d4d4;
	line-height: 1.5!important;
}

.fourthConter_newsBox {
	display: flex;
	justify-content: space-around;
}
.fourthConter_newsBox_item {
	width:4.5rem;
	height:5rem;
	border:.02rem solid #dadada;
	border-radius: .05rem;
}
.fourthConter_newsBox_item:hover {
	box-shadow: 0 0.1rem 0.2rem #ecebeb;
}
.fourthConter_newsBox_item a {
	display: block;
	width: 100%;
	height:100%;
	outline: none;
	text-decoration: none;
}
.fourthConter_newsBox_item_imgBox {
	width:100%;
	height:2.8rem;
	overflow: hidden;
}
.fourthConter_newsBox_item_imgBox img {
	width: 100%;
	height:100%;
}
.fourthConter_newsBox_item_txtBox {
	width:100%;
	height:2.2rem;
	overflow: hidden;
	padding:.4rem .3rem .35rem;
}
.fourthConter_newsBox_item_txtBox h5 {
	font-size: .35rem;
	color:#1e1e1e;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-bottom: .25rem;
	font-weight: normal;
}
.fourthConter_newsBox_item a:hover .fourthConter_newsBox_item_txtBox h5 {
	color:#09b3de;
}
.fourthConter_newsBox_item_txtBox .fourthConter_newsBox_item_txtBox_intr {
	height:auto;
	max-height:.72rem;
	overflow: hidden;
}
.fourthConter_newsBox_item_txtBox .fourthConter_newsBox_item_txtBox_intr p {
	font-size: .22rem;
	color:#404040;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.5;
	/*height:2rem;*/

}

@media screen and (max-width: 900px) {
	.secondConter_workBox {
		padding: 0 .5rem;
	}
	.fourthConter_newsBox_item_txtBox .fourthConter_newsBox_item_txtBox_intr {
		max-height:.83rem;
	}
}

@media screen and (max-width: 770px) {
	.fistConter {
		height:9rem;
	}
	.swiper-button-prev, .swiper-button-next {
		display: none;
	}
	
	.secondConter_logoBox {
		width:3.6774rem;
		height:2.442rem;
		margin:0 auto 1rem;
	}
	.secondConter_txt {
		font-size: .6rem;
		padding: 0 1rem;
	}
	.secondConter_workBox {
		padding: 0 .85rem;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.secondConter_workBox_item {
		width:7.4rem;
		height:10rem;
		padding:.9rem .5rem;
		border: .03rem solid #dadada;
		margin: 0 .5rem 1rem;
		background-size:5rem!important;
	}
	.secondConter_workBox_item h4 {
		font-size: .85rem;
		margin-bottom: .9rem;
	}
	.secondConter_workBox_item p {
		font-size: .6rem;
		margin-bottom: .4rem;
	}
	.thirdConter_youshiBox {
		/* display: block; */
		flex-direction: column;
		align-items: center;
		margin: auto;
	}
	.thirdConter_youshiBox_item {
		width:10rem;
		min-height:12rem;
		height: auto;
		overflow: hidden;
		padding: .3rem 0;
		margin-bottom: .7rem;
	}
	.thirdConter_youshiBox_item:last-child {
		margin-bottom: 0;
	}
	.thirdConter_youshiBox_item_top {
		width:6rem;
		height:6rem;
		margin-bottom: 1.2rem;
	}
	.thirdConter_youshiBox_item_top img {
		width:4.5rem;
	}
	.thirdConter_youshiBox_item h4 {
		font-size: .85rem;
		margin-bottom: .9rem;
	}
	.thirdConter_youshiBox_item p {
		font-size: .6rem;
	}
	.fourthConter_newsBox {
		flex-direction: column;
		
		padding: 0 2rem;
	}
	.fourthConter_newsBox_item {
		width:100%;
		margin: 0 auto 1rem;
		border:.03rem solid #dadada;
	}
	.fourthConter_newsBox_item a {
		width:100%;
		height: 100%;
		display: flex;
		justify-content: space-between;
	}
	.fourthConter_newsBox_item_imgBox {
		width:5rem;
		height:100%;
	}
	.fourthConter_newsBox_item_txtBox {
		width: calc(100% - 5.5rem);
		height: auto;
		overflow: hidden;
		max-height: 100%;
	}
	.fourthConter_newsBox_item_txtBox h5 {
		font-size: .85rem;
		margin-bottom: .8rem;
	}
	.fourthConter_newsBox_item_txtBox .fourthConter_newsBox_item_txtBox_intr {
		max-height:2.6rem;
	}
	.fourthConter_newsBox_item_txtBox .fourthConter_newsBox_item_txtBox_intr p {
		font-size: .6rem;
		-webkit-line-clamp: 3;
	}
}

@keyframes secondConter_workBox_item {
	from {
		top: -.2rem;
		box-shadow: 0 .1rem .2rem #e1dede;

	}

	to {
		top: 0;
		box-shadow: 0 .1rem .2rem #ecebeb;
	}
}

@-webkit-keyframes secondConter_workBox_item {
	from {
		top: -.2rem;
		box-shadow: 0 .1rem .2rem #e1dede;

	}

	to {
		top: 0;
		box-shadow: 0 .1rem .2rem #ecebeb;
	}
}

@keyframes secondConter_workBox_item_hover {
	from {
		top: 0;
		box-shadow: 0 .1rem .2rem #ecebeb;
	}

	to {
		top: -.2rem;
		box-shadow: 0 .1rem .2rem #e1dede;
	}
}

@-webkit-keyframes secondConter_workBox_item_hover {
	from {
		top: 0;
		box-shadow: 0 .1rem .2rem #ecebeb;
	}

	to {
		top: -.2rem;
		box-shadow: 0 .1rem .2rem #e1dede;
	}
}
