

/*# sourceMappingURL=style.css.map */

/* 本例子css */
body{
	padding: 0;
	margin: 0;
	min-width: 1280px;
}
.bvideo{
	width: 100%;
	height: 680px;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}

.bvideo .video{background-color: #fff;}
.bvideo .video img{
	width: 1920px;
	height: 680px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
}
.bvideo .video,.bvideo .main{
	display: block;
	width: 1920px;
	height: 680px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}

.video-warp{
	width: 1280px;
	margin: 45px auto 0;
}
.video-warp .title{
	height: 50px;
	width: 100%;
	margin-bottom: 40px;
	border-left: 1px solid #e2e2e2;
}
.video-warp .title a{
	display: block;
	float: left;
	height: 48px;
	width: 150px;
	font-size: 16px;
	line-height: 48px;
	color: #666;
	text-align: center;
	/*border:1px solid #e2e2e2;*/
	border-right: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	cursor: pointer;
	background-color: transparent;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.video-warp .title a.on{
	background-color: #c2986d;
	color: #fff;
	border:1px solid #c2986d;
}
.video-warp .warp{
	width: 100%;
	padding-bottom: 65px;
}
.video-warp .warp .list{
	width: 100%;
	overflow: hidden;
	margin-bottom: 80px;
}
.video-warp .list ul{
	width: 1300px; 
}
.video-warp .list li{
	float: left;
	width: 413px;
	margin:0 20px 35px 0;
	text-align: center;
}
.video-warp .list li a{
	display: block;
	width: 100%;
	height: 100%;
}

.video-warp .list li .pic{
	width: 100%;
	height: 230px;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.video-warp .list li .pic .img{
	display: block;
	width: 100%;
	height: 230px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
}

.video-warp .list li .pic i{
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	margin: -22.5px 0 0 -22.5px;
	/*width: 54px;
	height: 53px;*/
	width: 45px;
	height: 45px;
	background: url(../img/newsvideo-icon1.png) center no-repeat;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
}
/*.video-warp .list li .pic i:hover{
	background: url(../img/newsvideo-icon2.png) center no-repeat;
}*/

.video-warp .list li:hover .pic .img{
	opacity: 0.5;
}
.video-warp .list li:hover .pic{
	background-color: #000;
}
.video-warp .list li:hover .pic i{
	opacity: 1;
	filter: alpha(opacity=100);
}
.video-warp .list li .tit{
	font-size: 15px;
	color: #4f4f4f;
	line-height: 20px;
}
.video-warp .list li .textl{
	text-align: left;
	margin-bottom: 7px;
}
.video-warp .list li .time{
	font-size: 12px;
	line-height: 18px;
	color: #949494;
	text-align: left;
}

.selct{
	position: relative;
	width: 1280px;
	margin: 36px auto 40px;
	height: 50px;
}
.selct .warp{
	width: 280px;
	height: 50px;
	float: right;
}
.selct .title{
	width: 278px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #666;
	border:1px solid #e0e0e0;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.selct .title span{
	width: 12px;
	height: 100%;
	padding-left: 25px;
	background: url(../img/news-icon.png) right center no-repeat;
}
.selct .title:hover{
	color: #000
}
.selct .details{
	display: block;
	width: 278px;
	position: absolute;
	right: 0;
	top: 50px;
	font-size: 16px;
	color: #999;
	background-color: #fff;
	/*border-bottom: 1px solid #eee;*/
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	/*box-shadow: 0 3px 5px 0 rgba(0,0,0,0.1);*/
	display: none;
}
.selct .details a{
	font-size: 16px;
	color: #999;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	border-bottom: 1px solid #eee;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
	background-color: transparent;
}
.selct .details a:hover{
	color: #fff;
	background-color: #c2986d;
}

.news-list{
	width: 1280px;
	margin: 0 auto 90px;
}
.news-list .warp{
	width: 100%;
	margin-bottom: 120px;
}
.news-list li{
	padding-bottom: 55px;
	margin-bottom: 65px;
	border-bottom: 1px dashed #a0a0a0;
	cursor: pointer;
}
.news-list li a{
	display: block;
	width: 100%;
	height: 100%;
}

.news-list li .pic{
	width: 640px;
	height: 400px;
	float: left;
	overflow: hidden;
		transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.news-list li:hover .pic{
	background-color: #000
}
.news-list li:hover .pic img{
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.news-list li .box{
	width: 596px;
	float: right;
}
.news-list li .box h2{
	font-size: 24px;
	color: #333;
	line-height: 30px;
	display:block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis; 
	margin-bottom: 20px;
}
.news-list li .box .time{
	font-size: 12px;
	color: #999;
	line-height: 18px;
	margin-bottom: 20px;
}
.news-list li .box .details,.news-list li .box .details p{
	font-size: 16px;
	color: #666;
	line-height: 24px;
	text-align: justify;
}
.news-list li .box .details{
	margin-bottom: 30px;
	max-height: 217px;
	overflow: hidden;
}
.news-list li .box .btns{
	display: block;
	width: 138px;
	height: 34px;
	background-color: transparent;
	border:1px solid #999;
	font-size: 12px;
	color: #666;
	text-align: center;
	line-height: 34px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.news-list li .box .btns span{
	font-family: '宋体';
	padding-left: 5px;
}

.news-list li:hover .box .btns{
	background-color: #c2986d;
	border:1px solid #c2986d;
	color: #fff;
}
.news-list .yearbtns,.news-list .loadbtns{
	width:1280px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #686868;
	cursor: pointer;
	padding-bottom: 15px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	display: block;
	/*display: none;*/
	background: url(../img/news-btnsbg.png) center bottom no-repeat;
}
.news-list .yearbtns:hover,.news-list .yearbtns:hover{
	color: #000;
}
.news-list .loadbtns{
	display: none;
}
.ninfor-warp{
	width: 940px;
	padding: 50px 170px 50px; 
	margin: 0 auto 18px;
	background-color: #f9fafa;
}
.ninfor-warp .title{
	width: 100%;
	padding: 35px 0 25px;
	text-align: center;
	border-top: 1px dashed #ebecec
}
.ninfor-warp .title h2{
	font-size: 30px;
	color: #636363;
	margin-bottom: 20px;
	line-height: 40px;
	font-weight: normal;
}
.ninfor-warp .title .tit{
	font-size: 14px;
	color: #8d8d8d;
	line-height: 20px;
}
.ninfor-warp  .details, .ninfor-warp  .details p{
	color: #606060;
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
	background-repeat: no-repeat;
	background-color: transparent !important;
}
.ninfor-warp  .details p span{
	background-color: transparent !important;
}
.ninfor-warp  .details p span span{
	background-color: transparent !important;
}
.ninfor-warp  .details img{
	max-width: 100%;
}
.ninfor-tab{
	width: 1280px;
	margin: 0 auto 95px;
}
.ninfor-tab tr td{
	height: 42px;
	font-size: 12px;
	color: #999999;
}
.ninfor-tab tr td .sp1{
	display: inline-block;
	padding-left: 34px;
	cursor: pointer;
	line-height: 38px;
	background: url(../img/tab-icon1.png) left center no-repeat;
}
.ninfor-tab tr td .sp2{
	display: inline-block;
	padding-left: 30px;
	cursor: pointer;
	line-height: 38px;
	background: url(../img/tab-icon2.png) left center no-repeat;
}
.ninfor-tab tr td .sp2.on{
	background: url(../img/tab-icon3.png) left center no-repeat;
}
.ninfor-tab tr td .icon{
	width: 100%;
	height: 37px;
	padding-top: 5px;
	text-align: center;
}
.ninfor-tab tr td .icon a{
	display: inline-block;
	width: 32px;
	height: 32px;
	margin:0 4px;
	padding-left: 0;
	float:none;
}
.ninfor-tab tr td .icon .bds_weixin{
	background: url(../img/wx-icon.png) center bottom no-repeat;
}
.ninfor-tab tr td .icon .bds_tsina{
	background: url(../img/xl-icon.png) center bottom no-repeat;
}
.ninfor-tab tr td .icon .bds_sqq{
	background: url(../img/qq-icon.png) center bottom no-repeat;
}
.bdimgshare-content,.bdimgshare-bg{
	display: none;
}


.videoinfor{
	width: 1280px;
	margin: 0 auto;
}
.videoinfor .title{
	padding-top: 60px;
    margin-bottom: 40px;
    text-align: center; 
    color: #333;
    font-size: 28px;
    font-weight: normal;
}
.videoinfor .warp,.videoinfor .warp .video{
	width: 1280px;
	height: 650px;
	display: block;
}
.videoinfor .warp{margin-bottom: 20px;}
.videoinfor .delist,.videoinfor .delist p{
    line-height: 30px;
    color: #3c3c3c;
    font-size: 13px;
}
.videoinfor .bot{
	border-top: 1px dotted #ddd;
    padding-top: 15px;
    line-height: 24px;
    margin-top: 40px;
}
.videoinfor .bot .left{
	width: 920px;
}
.videoinfor .bot .right{
	width:230px;
	padding-top:20px;
}
.videoinfor .bot .left p{
	font-size: 13px;
	line-height: 30px;
	color: #333;
}
.videoinfor .bot .left p a{
	color: #444;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.videoinfor .bot .left p a:hover{
	color: #c2986d;
}
.videoinfor .bot .right a{
	height: 28px;
    line-height: 28px;
    border: 1px solid #ddd;
    padding: 0 10px;
    display: inline-block;
    margin-left: 10px;
    border-radius: 5px;
    font-size: 13px;
    color: #444;
    background-color: transparent;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.videoinfor .bot .right a:hover{
	background-color: #c2986d;
	color: #fff;
}
.video-warp .titt{
	margin:50px 0 18px;
    border-top: 1px solid #e5e5e5;
    padding-top: 50px;
}
.video-warp .titt h4{
	width: 1000px;
	color: #333;
	float: left;
	font-size: 18px;
    line-height: 30px;
	font-weight: normal;
}
.video-warp .titt a{
	float: right;
	color: #bc9882;
	font-size: 14px;
    line-height: 30px;
}
.video-warp .titt a span{
	font-family: '宋体';
	padding-left: 5px;
}