
.floor1{
	padding-top: 40px;
}
.floor1>.row{
	padding: 0 15px;
}
.banner_l{
	padding: 0;
}
.banner_l .swiper-container {
  width: 100%;
  height: 100%;
}
.banner_l .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;
  position: relative;
}
.banner_l .swiper-slide p{
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	display: block;
	width:100%;
	background: rgba(0,0,0,.4);
	margin: 0;
	box-sizing: border-box;
	padding: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}
.banner_l .swiper-slide img{
	width:100%;
	height: 300px;
}
.banner_l .swiper-pagination{
	text-align: right;
	box-sizing: border-box;
	padding-right: 25px;
	bottom: 50px;
}
.banner_l .swiper-pagination-bullet{
	background: #bbb;
    width: 10px;
    height: 10px;
	opacity: 1;
}
.banner_l .swiper-pagination-bullet-active{
	background: #EF2777;
}
.banner_l .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 6px;
}
.banner_r{
	height: 300px;
	padding: 40px 25px;
	background: #E4E4E4;
	overflow: hidden;
}
.banner_r>a{
	display: block;
	width:100%;
	height: 215px;
	overflow: hidden;
    line-height: 26px;
}
.banner_r p{
	margin: 0;
    color: #000;
    font-family: "宋体";
    font-size: 16px;
    letter-spacing: 1px ;
    line-height: 24px;
    font-weight: bold;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
	overflow: hidden;

}

.floor2{
	padding-top: 40px;
}
.floor2_row1>h3{
	color: #000;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 40px 0;
	border-bottom: 1px solid #DBDBDB;
	box-sizing: border-box;
	padding: 0 30px 15px;
}
.floor2_row1>h3 a{
	font-size: 14px;
	font-weight: 100;
	color: #666;
	margin-left: 30px;
}
.floor2_row1>h3 a:hover{
	color: #940B41;
}

.floor2_row1>ul{
	width:100%;
	box-sizing: border-box;
	padding: 0 30px;
}
.floor2_row1>ul::after{
	content: "";
	display: block;
	clear: both;
}
.floor2_row1>ul li{
	float: left;
	width:33.33%;
	height: 65px;
	margin-bottom: 35px;
}
.floor2_row1>ul li>a::after{
	content: "";
	display: block;
	clear: both;	
}
.floor2_row1>ul li>a>div:first-child{
	float: left;
	width:65px;
	height: 100%;
	box-sizing: border-box;
	border:1px solid #B5B5B5;
	text-align: center;
	border-radius: 3px;
	transition: all .3s;
}
.floor2_row1>ul li>a:hover>div:first-child{
	border-color: #940B41;
}
.floor2_row1>ul li>a>div:first-child span{
	display: block;
	width:100%;
	height: 50%;
	line-height:31.5px;
}
.floor2_row1>ul li>a>div:first-child span:last-child{
	transition: all .3s;
	background: #ddd;
}

.floor2_row1>ul li>a:hover>div:first-child span:last-child{
	background: #940B41;
	color: #fff;
}
.floor2_row1>ul .news_active>a>div:first-child{
	border-color: #940B41;
}
.floor2_row1>ul .news_active>a>div:first-child span:last-child{
	background: #940B41;
	color: #fff;
}
.floor2_row1>ul li>a>div:last-child{
	width:calc(100% - 65px);
	float: left;
	box-sizing: border-box;
    padding: 0 40px 0 15px;
}
.floor2_row1>ul li>a>div:last-child h5{
	margin-top: 0;
	color: #202020;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.floor2_row1>ul li>a>div:last-child p{
	color: #666;
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;

}

@media screen and (min-width:750px ) and (max-width:1200px){
	
}