.container{
	padding: 0 0;
}
#menu .flex-container{
	display:flex;
	justify-content: space-between;
	margin: 50px 0;
}
#menu .flex-item{
	padding: 0 30px;
	text-align: center;
	font: bold 19px/45px "microsoft sans serif";
}
#menu .flex-item:hover{
	background-image:linear-gradient(#76caf6, #299dda);
	border-radius: 10px;
}
#menu .flex-item:hover a{
	color: #fff;
}
.lv1{
	display: flex;
	justify-content: space-between;
}
.lv1-l{
	width: 530px;
	height: 313px;
}
.lv1-r{
	width: 530px;
	height: 313px;
	border: 1px solid #93cfeb;
}
.name{
	height: 55px;
	background-image: linear-gradient(to left, #76caf6, #299dda);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0 20px;
}
.name a:first-child{
	color: #fff;
	font:bold 26px/30px "";
}
.name a:last-child{
	color: #2b9ddc;
	font-size: 20px;
}
.lv1-ul li{
	height: 85px;
	padding: 0 20px;
	border-bottom: dashed 1px #ddd ;
	line-height: 70px;
	font-size: 20px;
	color: #333;
}
.lv1-sp2{
	width: 450px;
}
.lv1-ul p{
	line-height: 0;
	text-align: right;
	color: #888;
	font-size: 16px;
}
.lv2{
	height: 300px;
	margin: 40px 0;
	display: flex;
	justify-content: space-between;
}
.lv2-son{
	width: 530px;
	border: 1px solid #93cfeb;
}
.lv2-ul li{
	height: 48px;
	line-height: 48px;
	padding: 0 10px;
	overflow: hidden;
}
.lv2-sp1{
	float: left;
}
.lv2-sp2{
	float: left;
	color: #333;
	font-size: 18px;
	margin-left: 10px;
}
.lv2-sp3{
	float: right;
	color: #888;
	font-size: 16px;
}
.lv3 .name a{
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 26px;
}
.lv3{
	height: auto;
	border: 1px solid #93cfeb;
}
.fpyx .name2{
	background: url(long.png) no-repeat bottom;
	height: 45px;
	display: flex;
	justify-content: space-between;
	line-height: 45px;
	padding: 0 20px;
}
.name2 a:first-child{
	color: #279ddd;
	font-size: 24px;
	padding: 0 0 0 10px;
}
.name2 a:last-child{
	color: #279DDD;
	font-size: 16px;
}
.fpyx ul{
	height: 230px;
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}
.fpyx ul li{
	width: 250px;
	height: 100%;
	overflow: hidden;
}
.fpyx ul li img{
	width: 250px;
	height: 230px;
}
.flex4{
	width: 100%;
	height: 260px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/* align-content: center; */
}
.item4{
	width: 530px;
	height: 250px;
	overflow: hidden;
}
.item4 .name2{
	background: url(short.png) no-repeat bottom;
	height: 45px;
	display: flex;
	justify-content: space-between;
	line-height: 45px;
	padding: 0 20px;
}
.item4 li{
	height: 41px;
	line-height: 41px;
	padding: 0 20px;
}
.zjhd-ul p:nth-child(3){
	float: left;
	color: #777;
}
.zjhd-ul a:nth-child(4){
	float: right;
	color: #279DDD;
}
.footer{
	background-image: linear-gradient(#76caf6, #299dda);
}
.footer .middle p,.footer .middle a{
	color: #FFF;
}

.lv1-l .lunbo{
	overflow: hidden;
}
.lv1-l .slideBox .nextStop{ display:none;  }
#fpyx-sy{
	position: relative;
	height: 100%;
}
.swiper-container {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  overflow: hidden;
	  position: relative;
    }
.swiper-slide img{
	width: 100%;
	height: auto;
}
.lunbo .swiper-slide img{
	height: 313px;
}
.fpyx .swiper-slide img{
	height: 137.65px;
}
.swiper-tit{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,.5);
	color: #fff;
	text-align: left;
	text-indent: 20px;
	line-height: 40px;
	padding-right: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lunbo .swiper-pagination{
	text-align: right;
	padding-right: 20px;
}
.lunbo .swiper-pagination-bullet{
	background: #fff;
	opacity:1;
}
.lunbo .swiper-pagination-bullet-active{
	background: red;
}