.dante-banner{
	position: relative;
}
.dante-banner img{ 
	width: 100%;
}
.dante-banner .text{
	position: absolute; 
	left:0;
	top:50%;
	width: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align: center;
}
.dante-banner .text h2{
	font-size: 60px;
	font-weight: 600;
	color: transparent;  
	background: url(../images/dante/yellow_tit.png);  
	-webkit-background-clip: text;
	margin-bottom: 10%;
}
.dante-banner .button{
	display: inline-block;
	width: 220px;
	line-height: 60px;
	font-size: 24px;
	color: #000000;
	background: url(../images/dante/yellow_tit.png);  
	background-position: 50% 60%;
}

.one-part{
	background: #f0f0f0;
	padding: 86px 0 100px;
}
.one-part .tit{
	font-size: 36px;
	color: #333;
	margin-bottom:35px;
	font-weight: 600;
	text-align: center;
}
.one-part .text{
	margin-bottom: 36px;
}
.one-part .text p{
	font-size: 18px;
	line-height: 50px;
	color: #666;
}
.one-part .pic ul{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.one-part .pic ul li{
	width: 19.8%;
	max-width: 280px;
}

.blessing{
	width: 100%;
	background: #fff;
	padding: 90px 0 80px;
}
.title-public{
	vertical-align: middle;
}
.title-public h2{
	font-size: 30px;
	letter-spacing: 1px;
	color: #333333;
}
.title-public em{
	margin: 0 30px;
}
.title-public span{
	font-size: 24px;
	color: #999;
}
@media (max-width: 1300px){
	.title-public span{display: none;}
}
.blessing .big-video{
	margin-top: 52px;
	position: relative;
}
.blessing .swiper-big-video{
	margin: 0 -40px 90px;
}
.blessing .swiper-big-video .swiper-slide{
	padding: 0 40px;
}
.blessing .swiper-big-video .swiper-pagination{
	bottom: 40px;
}
.blessing .swiper-big-video .swiper-pagination-bullet{ width: 12px; height: 12px; 
margin: 0 14px;  border-radius: 100%; }
.blessing .swiper-big-video .swiper-pagination-bullet-active{
 width: 12px;
}
.blessing .big-video img{
	width: 100%;
}
.blessing .big-video .play{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	cursor: pointer;
}
.blessing .big-video .play span{
	display: inline-block;
	background-image: url(../images/dante/play_03.png);
	width: 51px;
	height: 51px;
	background-size: cover;
}
.blessing .big-video .play p{
	font-size: 24px;
	letter-spacing: 1px;
	color: #fff;
	margin-top: 28px;
}
.big-video-shadow{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 999;
	display: none;
}
.big-video-shadow .video{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 60%;
}
.big-video-shadow .video .big-close{
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1000;
	cursor: pointer;
	background-image: url(../images/dante/close.png);
	width: 36px;
	height: 36px;
	background-size: cover;
}
.big-video-shadow .video video{
	width: 100%;
}
.video-lists{
	margin-top: 50px;
}
.video-lists ul{
	display: flex;
	flex-flow: wrap;
	align-items: center;
}
.video-lists ul li{
	width:48%;
	margin-right: 4%;
	margin-bottom: 12px;
	cursor: pointer;
}
.video-lists ul li img{
	width: 100%;
}
.video-lists ul li:nth-child(2n){
	margin-right: 0;
}
.video-lists ul li .tan-video{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	display: none;
	z-index: 999;
}
.video-lists ul li .tan-video .video-li{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 850px;
	max-width: 60%;
}
.video-lists ul li .tan-video .video-li .img video{
	width: 100%;
}
.video-lists ul li .tan-video .video-li .close{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	background-image: url(../images/dante/close.png);
	width: 36px;
	height: 36px;
	background-size: cover;
}
.video-lists ul li .shadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 99;
	transition: all ease .4s;
	-o-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;	   
}
.video-lists ul li .shadow .img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
}
.video-lists ul li .shadow span{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
	background-image: url(../images/dante/small-play_03.png);
	width: 32px;
	height: 32px;
	background-size: cover;
}
.video-lists .img{
	position: relative;
}
.video-lists .img .video-tit{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 6.8%;
	line-height: 54px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	z-index: 100;
}
.video-lists .img .video-tit p{
	float: left;
	font-size: 16px;
	width: 75%;
}
.video-lists .img .video-tit span{
	float: right;
	font-size: 14px;
}

@media (max-width: 1500px){
	.dante-banner .text h2{
		font-size: 44px;
		margin-bottom: 8%;
	}
	.dante-banner .text .button{
		width: 180px;
		line-height: 50px;
		font-size: 22px;
	}

	.blessing .swiper-big-video{
	margin: 0 -30px 90px;
}

	.blessing .swiper-big-video .swiper-slide{
		padding:0 30px;
	}

	.video-lists .img .video-tit p{
		width: 100%;
		text-align: center;
	}
	.video-lists .img .video-tit span{
		display: none;
	}
}

.briefing{
	width: 100%;
	background: #f0f0f0;
	padding: 85px 0 80px;
}
.briefing .rela{
	position: relative;
}
.briefing .rela .dingwei{
	position: absolute;
	top: 0;
	right: -32px;
	z-index: 0;
}
.briefing-lists{
	margin-top: 85px;
}
.briefing-lists ul{
	/* display: flex;
	flex-flow: wrap; */
	position: relative;
	z-index: 1;
}
.briefing-lists li{
	float: left;
	width: 22.5%;
	margin-right: 1.8%;
	background: #fff;
}
.briefing-lists li:nth-last-child(1){
	margin-right: 0;
}
.briefing-lists li .img{
	position: relative;
}
.briefing-lists li .img .shadow{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.6);
	text-align: center;
}
.briefing-lists li .img .shadow-oth{
	padding: 6px 0;
}
.briefing-lists li .img .shadow h3{
	line-height: 50px;
	font-size: 12px;
	color: #fff;
}
.briefing-lists li .img .shadow p{
	font-size: 12px;
	color: #fff;
	line-height: 20px;
}
.briefing-lists li .text{
	padding: 40px 7% 46px;
}
.briefing-lists li .text h2{
	font-size: 16px;
	line-height: 24px;
	color: #666;
	margin-bottom: 10px;
}
.briefing-lists li .text h3{
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-bottom: 12px;
}
.briefing-lists li .text p{
	font-size: 14px;
	color: #999;
	line-height: 24px;
	letter-spacing: 1px;
}

.media{
	padding-bottom: 100px;
}
.media .title-public .more{
	float: right;
	vertical-align: middle;
	display: none;
}
.media .title-public .more span{
	display: inline;
	font-size: 24px;
	color: #373737;
	vertical-align: middle;
	margin-right: 30px;
}
.news-pic{
	margin-top: 80px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-content: space-between;
}
.news-pic .one{
	width: 44%;
}
.news-pic .two{
	width: 15.7%;
}
.news-pic .three{
	width: 21.8%;
}
.news-pic .three .three-li{
	display: block;
	margin-bottom: 3%;
}
.news-pic .four{
	width: 15.7%;
}
.media-content ul li{
	display: flex;
	flex-flow: wrap;
	align-items: center;
	padding: 32px 5% 44px 4.6%;
	box-shadow: 0 0 15px #cfcfcf;
	margin-top: 50px;
}
.media-content ul li .left{
	max-width: 344px;
	width: 25%;
	margin-right: 5.8%;
}
.media-content ul li .right{
	width: 69.2%;
}
.media-content ul li .right .tit{
	padding: 22px 0 36px;
}
.media-content ul li .right .tit h2{
	font-size: 20px;
	color: #666;
	float: left;
}
.media-content ul li .right .tit h3{
	font-size: 16px;
	color: #666;
	float: right;
}
.media-content ul li .right p{
	font-size: 16px;
	line-height: 30px;
	color: #999;
}
.media-content ul li .right .news-more{
	margin-top: 38px;
}
.media-content ul li .right .news-more .lai{
	font-size: 16px;
	color: #999;
	float: left;
}
.media-content ul li .right .news-more .more{
	float: right;
	vertical-align: middle;
}
.media-content ul li .right .news-more .more span{
	font-size: 16px;
	color: #9a9a9a;
	vertical-align: middle;
	margin-right: 20px;
}
.media-content ul li .right .news-more .more img{  
	display:inline-block;
}

