.content-img {
	width: 100%;
	height: 350px;
        /* opacity: 0.6; */
}
.content-det {
	/* border-top: 1px solid #ddd; */
	/* margin-top: 20px; */
}
.content-det .detail {
	display: flex;
	padding-top: 70px;
	
}
.content-det .detail .nav {
	width: 255px;
	margin-right: 25px;
}
.nav .nav-title {
	background-color: #4577be;
	background-image: url('../image/building/矩形\ 2.png');
	color: #fff;
	padding: 23px 27px;
}
.nav .nav-title .font-22 {
	padding-top: 6px;
}
.nav .union-li {
	display: flex;
	padding: 23px 27px;
	justify-content: space-between;
	background-color: #f9f9f9;
}
.content-det .detail .new  {
	display: flex;
	border-bottom: 1px solid #ddd;
	padding-bottom: 28px;
	margin-bottom: 28px;
}
.content-det .detail .new >img {
	width: 320px;
	height: 155px;
	margin-right: 27px;
}
.detail .new .new-content {
	width: 750px;
	font-size: 16px;
	text-indent: 2em;
	line-height: 30px;
	margin-top: 18px;
	margin-bottom: 30px;
}
.detail .new .padding-lr {
	padding: 0 15px;
}
.current{
	display: block !important;
}
.right_content{
	display: none;
}
.new_title{
	font-size: 26px;
	color: #303030;
}
.u-flex {
      display: flex;
      font-size: 18px;
      padding-bottom: 60px;
      padding-left: 200px;
      color: #999;
    }
    .u-flex span{
      padding: 10px 0;
    }
    .active-color {
      background-color: #26569b;
      color: #fff;
      padding: 10px 16px !important;
      line-height: inherit;
      border-radius: 8px;
      border: none !important;
    }

    .u-flex li {
      cursor: pointer;
      padding: 10px 0;
      margin-right: 20px;
    }
.detail-video video{
	width: 575px;
	height: 395px;
}
.swiper-slide{
	position: relative;
}
.banner-text{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 40px;
	color: #fff;
	text-align: center;
	background-color: rgba(0,0,0,0.4);
}