
.head_title{
	color: #fff;
}
/*##################################################################*/
.news_nav{
	width: 100%;
	height: 50px;
	background-color: #000;
}
.news_nav a{
	display: inline-block;
	width: 120px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	margin: 0 -5px;
}
.news_nav a.on,.news_nav a:hover{
	background-color: #e60012;
}

/*################################################################*/
/*################################################################*/
.news_list{
	width: 100%;
	min-width: 1200px;
	background-color: #f3f3f3;
	position: relative;
	padding: 130px 5%;
}
.news_list_con{
	width: 100%;
	position: relative;
}
.news_list_con ul{
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 90px;
}
.news_list_line{
	width: 2px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	background-color: #e7e7e7;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.news_list_line div{
	width: 100%;
	height: 100%;
	position: relative;
}
.news_list_line div i{
	color: #e60012;
	font-size: 10px;
	position: absolute;
	left: 50%;
	background-color: #f3f3f3;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.news_list_line div i.top{
	top: -5px;
}
.news_list_line div i.bottom{
	bottom: -5px;
}
.news_list_con li{
	display: block;
	width: 48%;
	background-color: #fff;
	position: relative;
	float: left;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin-top: 150px;
	cursor: pointer;
}
.news_list_con li .dot{
	width: 20px;
	position: absolute;
	top: 50%;
	z-index: 100;
	background-color: #f3f3f3;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.news_list_con li .dot i{
	color: #e60012;
	font-size: 10px;
}
.news_list_con li:nth-child(2n+1){
	
}
.news_list_con li:nth-child(2n+2){
	float: right;
}
.news_list_con li:nth-child(1){
	margin-top: 90px;
}
.news_list_con li:nth-child(2){
	margin-top: 300px;
}
.news_list_con li:nth-child(2n+1) .dot{
	left: 102.5%;
	/*left: 100%;
    margin-left: 19px;*/
}
.news_list_con li:nth-child(2n) .dot{
	right: 102.5%;
	/*right: 100%;
	margin-right: 19px;*/
}
.news_list_con li > div{
	display: block;
	width: 50%;
	overflow: hidden;
	float: left;
	position: relative;
}
.news_list_con li .show{
	/*height: 100%;*/
}
.news_list_con li .show img{
	display: block;
	width: 100%;
	/*min-height: 100%;*/
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.news_list_con li .info{
	color: #000;
	font-size: 14px;
	text-align: left;
	padding: 0 6%;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 1000;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.news_list_con li .info time{
	display: block;
	opacity: .6;
	margin-bottom: 6%;
}
.news_list_con li .info h3{
	display: block;
	font-size: 20px;
	margin-bottom: 6%;

	overflow: hidden; /*自动隐藏文字*/
	text-overflow: ellipsis;/*文字隐藏后添加省略号*/
	white-space: nowrap;/*强制不换行*/
}
.news_list_con li .info p{
	display: block;
	width: 100%;
	height: 60px;
	overflow: hidden;
	margin-bottom: 6%;
}
.news_list_con li .info a{
	color: #000;
	font-weight: bold;
}

/*鼠标移入*/
.news_list_con li:hover{
	box-shadow: 1px 2px 10px rgba(0,0,0,0.2);
}
.news_list_con li:hover .show img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.news_list_con li .info p:hover{
	text-decoration: underline;
	cursor: pointer;
}

/*################################################################*/
/*################################################################*/
/*tv*/
.tv_wrap{
	width: 100%;
	background-color: #f3f3f3;
	padding: 90px 0;
}
.tv_con{
	max-width: 100%;
}
.tv_show{
	width: 100%;
	height: 510px;
	position: relative;
}
.tv_show:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background-color: rgba(0,0,0,0.5);
	/*cursor: pointer;*/
}
.tv_show .bg{
	width: 100%;
}
.tv_show .video_btn{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 100;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	cursor: pointer;
}
.tv_show .video_btn i{
	color: #fff;
	font-size:80px;
	opacity: .8;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}
.tv_show:hover .video_btn i{
	opacity: 1;
	font-size: 90px;
}

.tv_info{
	width: 100%;
}
.tv_info p{
	width: 100%;
	height: 90px;
	line-height: 90px;
	color: #000;
	font-size: 18px;
}

.tv_list{
	width: 100%;
	border-top: 1px solid #dadada;
	padding-top: 40px;
}
.tv_list .swiper-slide{
	width: auto;
	width: 282px;
	height: 130px;
	overflow: hidden;
	box-sizing: border-box;
	float: left;   
	margin: 0;
	margin-left: 0;
}
.tv_list .swiper-slide.on{
	border: 3px solid #e60012;
}
.tv_list .swiper-slide img{
	width: 100%;
	min-height: 100%;
}
.tv_list .swiper-slide p{
	display: none;
}
.tv_list .swiper-button-prev,.tv_list .swiper-button-next{
	width: auto;
	height: auto;
	background: #000;
	opacity: .8;
	z-index: 1000;
}
.tv_list .swiper-button-prev{
	left: 0;
}
.tv_list .swiper-button-next{
	right: 0;
}
.tv_list .swiper-button-prev.swiper-button-disabled{
	opacity: 0;
}
.tv_list .swiper-button-next.swiper-button-disabled{
	opacity: 0;
}
.tv_list .swiper-button-prev i,.tv_list .swiper-button-next i{
	display: block;
	color: #fff;
	font-size: 20px;
    padding: 12px 10px;
    cursor: pointer;
}


/*##############################################################*/
/*##############################################################*/
.video_detail{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background-color: rgba(0,0,0,0.85);
	display: none;
}
.video_detail_box{
	width: 1200px;
	max-width: 80%;
	/*height: 80%;*/
	background-color: #fff;
	position: relative;
	top: 52%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	/*padding: 5% 0;*/
}
.video_detail_box_close{
	position: absolute;
	right: 0;
	bottom: 100%;
	z-index: 100;
	background-color: #e60014;
	padding: 5px;
	cursor: pointer;
}
.video_detail_box_close i{
	display: block;
	color: #fff;
	font-size: 40px;
    -webkit-animation: turn 2s ease 0s infinite;
    -moz-animation: turn 2s ease 0s infinite;
    -ms-animation: turn 2s ease 0s infinite;
    -o-animation: turn 2s ease 0s infinite;
    animation: turn 2s ease 0s infinite;
    cursor: pointer;
}
.video_detail_con{
	width: 1200px;
	max-width: 100%;
	height: 100%;
}
.video_detail_title{
	width: 80%;
	color: #000;
	font-size: 24px;
	margin-bottom: 20px;
}
.video_detail_time{
	width: 80%;
	color: #000;
	font-size: 14px;
	opacity: .6;
	margin-bottom: 50px;
}
.video_detail_show{
	width: 100%;
	text-align: left;
}
.video_detail_show video{
	width: 100%;
}
