/*轮播*/

.lun .device {
	overflow: hidden;
	position: relative;
	height: 240px;
}

.lun .device .swiper-slide {
	width: 100%;
	height: 240px;
	position: relative;
	overflow: hidden;
	float: left;
}

.lun .device a {
	position: absolute;
	width: 100%;
	height: 240px;
	left: 50%;
	margin-left: -50%;
}

.lun .device img {
	display: block;
	width: 100%;
	height: 240px;
}

.lun .swiper-wrapper {
	height: 240px!important;
}

.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:3px;
  width: 100%;
  z-index: 99;
  }
  
.swiper-pagination-switch {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 10px;
  background: #999;
  /*box-shadow: 0px 1px 2px #555 inset;*/
  margin: 0 3px;
  cursor: pointer;
}

.swiper-active-switch {
  background: #fff;
}


/*中间*/
.top_con{
	background: #e5e5e5;
	width: 100%;
	height: 78px;
	padding: 6px 0;
}

.top_con>.body_list>ul{
	display: flex;
}

.top_con>.body_list>ul li{
	width: 20%;
	text-align: center;
	margin: auto;
	border-left: 1px solid #8e8e8e;
}

.top_con>.body_list>ul li .cou_tow{display:none;}


.top_con>.body_list>ul li p{
	font-size: 14px;
	color: #666;
}


.left_on{
	border-left: none !important;
} 

.top_on p{
	color: #006699 !important;
	
}

.cou_tow p{
	color: #006699 !important;
	
}

.center_one{
	margin-top: 30px;
}

.center_one h3{
	text-align: center;
	margin: auto;
	font-size: 30px;
	margin-bottom: 30px;
}

.center_one button{
	background: none;
	border: 1px solid #000;
	padding: 10px 10px;
	margin: 0 20%;
	margin-top: 20px;
	margin-bottom: 30px;
	outline: none;
	cursor: pointer;
}

.conter_two ul{
	display: flex;
}

.conter_two ul li{
	width: 33.33%;
	padding: 0 20px;
	margin-bottom: 40px;
}

.conter_two ul li h3{
	font-size: 24px;
	color: #006699;
	margin-top: 10px;
}

.conter_two ul li h5{
	font-size: 18px;
	color: #000000;
	margin-top: 10px;
}

.conter_two ul li p{
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	margin-top: 10px;
}


.conter_three{
	margin-bottom: 40px;
}

.conter_three .swiper-slide {
   width: 275px !important;
    margin: auto;
    height: 240px!important;
    position: relative;
}
.conter_three .swiper-wrapper{height: 240px!important;padding: 0px!important;overflow: hidden;}

.conter_three .swiper-button-prev{
	background-image:url(../img/Company_4.jpg);
}

.conter_three .swiper-button-next{
	background-image:url(../img/Company_3.png) ;
}

.conter_three .swiper-button-next, .conter_three .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 35px;
    margin-top: -22px;
    z-index: 1;
    cursor: pointer;
    background-size: 20px 35px;
    background-position: center;
    background-repeat: no-repeat;
}

.conter_three .swiper-button-next{margin-top:-132px;right: 0;}
.conter_three .swiper-button-prev{margin-top: -132px;}


.content-img .img_a{/*width:500px; height:500px;*/overflow:hidden;position:relative;float:left;}

.content-img .img-list ul{width: 324px !important;position: relative;}
.content-img .img-list ul li{margin-bottom: 16px;cursor: pointer;}
/*.content-img .img-list ul li img.on_li{border: 1px solid red;}*/

.content-img .img_a img{width: 858px;height: 642px;overflow: hidden;}
.content-img .point{float: right;}
.content-img .point .img-list{float: left;width: 324px;overflow: hidden;}


