@charset "utf-8";
/* CSS Document */
.banner {
	width: 1200px;
	height: 514px;
	margin-top: 17px;
	margin-bottom: 9px;
	overflow: hidden;
}
.banner img {
	width: 1200px;
	height: 514px;
	float: left;
}
.banner h4{
	margin:0;
	float:left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-top: -50px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#50000000', EndColorStr='#50000000');
	font-weight: normal;
	text-align: left;
	padding:0 20px;
	font-size: 16px;
}
	.slideBox{ width:100%; height:514px; overflow:hidden; position:relative;   }
		.slideBox .hd{ height:50px;line-height: 50px; overflow:hidden; position:absolute; right:20px; bottom:0; z-index:1; }
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:left; margin-top: 20px; }
		.slideBox .hd ul li{ float:left; margin-left:10px;  width:10px; height:10px; text-align:center; background:#fff; opacity: 0.6;border-radius: 50%; cursor:pointer; }
		.slideBox .hd ul li.on{ background:#fff;opacity: 1}
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ width:1200px; height:514px; display:block;  }


		.slideBox .prev,
		.slideBox .next{ position:absolute; left:20px; top:50%; margin-top:-22px; display:block; width:44px; height:44px; }
		.slideBox .next{ left:auto; right:20px; background: url(../images/banner-right.png) left top no-repeat;}
.slideBox .prev{ background: url(../images/banner-left.png) left top no-repeat;}

		.slideBox .prevStop{ display:none;  }
		.slideBox .nextStop{ display:none;  }

.shutter {
  overflow: hidden;
  width: 1200px;
  height: 514px;
  position: relative;

}
.shutter-img {
  z-index: 1;
}
.shutter-img,
.shutter-img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.shutter-img a {
  cursor: pointer;

}
.shutter-img a > img {
  width: 100%;
  height: 100%;
}
.shutter-img .created {
  overflow: hidden;
  position: absolute;
  z-index: 20;
}
.shutter-btn li {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  cursor: pointer;
}
.shutter-btn li.prev {
  left: 20px;
  background: url(../images/banner-left.png) left top no-repeat;
}
.shutter-btn li.next {
  right: 20px;
  background: url(../images/banner-right.png) left top  no-repeat;
}


.gonggao {
	width: 1200px;
	height: 36px;
	background: #fff;
	overflow: hidden;
	line-height: 36px;
	font-size: 14px;
	padding:0 15px;
}
.gonggao .time{
	float:left;
	width: 160px;
}
.gonggao .scroll_div{
	float:left;
	width: 905px;
	height: 36px;
	line-height: 36px;
	white-space: nowrap;
    overflow: hidden;
}
.gonggao span{
	background: url(../images/gonggao.png) right center no-repeat;
	float:left;
	padding-right: 26px;
	color: #be0208;
	margin-right: 20px;
}
.gonggao .scroll_div a{
	margin-right:26px;
	font-size: 14px;
}
.gonggao #scroll_begin, .gonggao #scroll_end {
	display: inline
}
.left {
	width: 822px;
	float: left;
}
.leader {
	float: left;
	width: 140px;
	height: 343px;
	margin-top: 20px;
	padding: 0 21px;
}
.leader .mt span {
	width: 100%;
	background: url(../images/leadermt.png) center center no-repeat;
}
.leadername {
	margin-top: 10px;
}
.leadername li {
	height: 46px;
	line-height: 46px;
	border-bottom: 1px dashed #c7c7c7;
	width: 48px;
	font-size: 16px;
}
.leadername li:last-child {
	border-bottom: 0;
}
.news {
	width: 100%;
	margin-top: 20px;
	height: 343px;
}
.news .mt span {
	/*background: url(../images/newsmt.png) center center no-repeat;*/
}
.news .pic-text {
	float: left;
	width: 320px;
	margin-top: 20px;
}
.news .pic-text img {
	width: 320px;
	height: 200px;
}
.news .pic-text h4 {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8;
	margin-top: 5px;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}
.news .list {
	width: 450px;
	float: right;
	margin-top: 10px;
}
.news .list li {
	width: 450px;
	font-size: 16px;
}
.perform {
	width: 100%;
	height: 400px;
	margin-top: 20px;
}
.perform .mt span {
	/*background: url(../images/performmt.png) center center no-repeat;*/
}
.perform .mn-l {
	width: 496px;
	float: left;
	margin-top: 20px;
}
.perform .mn-l .pic-text img {
	width: 496px;
	height: 308px;
	float: left;
}
.perform .pic-text h4 {
	margin: 0;
	height: 40px;
	line-height: 40px;
	width: 100%;
	float: left;
	background-color: rgba(0, 0, 0, 0.5);
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#50000000', EndColorStr='#50000000');
	margin-top: -40px;
	padding: 0 20px;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	font-size: 16px;
	overflow: hidden;
}
.perform .pic-text h4 a {
	color: #fff;
}
.perform .mn-r {
	width: 286px;
	float: right;
}
.perform .mn-r .pic-text {
	margin: 20px 0 -12px;
	height: 150px;
	overflow: hidden;
}
.perform .mn-r .pic-text img {
	width: 286px;
	height: 150px;
	float: left;
}
.life {
float:left;
	width: 400px;
	height: 294px;
	margin-top: 20px;
}
.life .mt span {
	width: 189px;
	/*background: url(../images/lifemt.png) center center no-repeat;*/
}
.life .pic-list {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e9ecf0;
	overflow: hidden;
}
.life .pic-list dt {
	float: left;
	width: 190px;
	height: 106px;
}
.life .pic-list dt img {
	width: 190px;
	height: 106px;
}
.life .pic-list dd {
	float: right;
	width: 169px;
}
.life .pic-list dd a:hover h4{
	color:#c10e14;
}
.life .pic-list dd h4 {
	font-size: 16px;
	line-height: 1.8;
	margin: 0;
	font-weight: normal;
	height: 116px;
	overflow: hidden;
}
.life .pic-list dd p {
	font-size: 14px;
	line-height: 1.8;
	margin-top: 5px;
}
.life .list{
font-size:16px;
margin-top: 10px;
}
.wenhua{
float:right;
}
.wenhua .mt span {
	width: 134px;
	/*background: url(../images/wenhuamt.png) center center no-repeat;*/
}
.right {
	width: 360px;
	float: right;
	overflow: hidden;
}
.dangjian {
	width: 100%;
	height: 343px;
	margin-top: 20px;
}
.dangjian .mt span {
	/*background: url(../images/dangjianmt.png) center center no-repeat;*/
}
.dangjian .pic-text {
	border-bottom: 1px dashed #c7c7c7;
	margin-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
.dangjian .pic-text:last-child {
	border-bottom: 0;
}
.dangjian .pic-text img {
	width: 160px;
	height: 100px;
	float: left;
}
.dangjian .pic-text h4 {
	float: right;
	width: 145px;
	font-size: 16px;
	margin: 0;
	line-height: 1.8;
	font-weight: normal;
	height: 90px;
	overflow: hidden;
}
.ycdata {
	width: 100%;
	margin-top: 20px;
	height: 400px;
}
.ycdata .mt span {
	/*background: url(../images/ycdatamt.png) center center no-repeat;*/
}
.yipei {
	width: 100%;
	padding:0;
	margin-top: 20px;
	height: 294px;
	overflow: hidden;
}
.yipei li{
	margin-bottom: 10px;
}
.yipei li.kaoji2018{
	float: left;
}
.yipei li.kaoji2019{
	float: right;
}
.video {
	width: 100%;
	margin-top: 20px;
	height: 492px;
}
.video .mt span {
	/*background: url(../images/videomt.png) center center no-repeat;*/
}
.video-l {
	float: left;
	margin-top: 20px;
	width: 606px;
	position: relative;
	overflow: hidden;
}
.video-l img{
	width: 606px;
	height:400px;
	float: left;
}
.video-l h4 {
	height: 40px;
	line-height: 40px;
	font-weight: normal;
	font-size: 16px;
	padding: 0 10px;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: -40px 0 0;
	float: left;
	background-color: rgba(0, 0, 0, 0.5);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#50000000', EndColorStr='#50000000');
	color: #fff;
}
.video-l .play{
	width: 606px;
	height: 400px;
	background-color: rgba(0, 0, 0, 0.6);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#60000000', EndColorStr='#60000000');
	position: absolute;
	left: 0;
	top: 400px;
	z-index: 1;
	transition: top 0.4s;
	-moz-transition: top 0.4s;
	-webkit-transition: top 0.4s;
	-o-transition: top 0.4s;
	z-index: 999;
}
.video-l .play em {
	display: block;
	width: 606px;
	height: 400px;
	background: url(../images/play.png) center center no-repeat;
	transition: top 0.3s;
	-moz-transition: top 0.3s;
	-webkit-transition: top 0.3s;
	-o-transition: top 0.3s;
}
.video-l:hover .play{
	top: 0;
	transition: top 0.3s;
	-moz-transition: top 0.3s;
	-webkit-transition: top 0.3s;
	-o-transition: top 0.3s;
}
.video-r {
	width: 540px;
	float: right;
	overflow: hidden;
}
.video-r ul{
	width:600px;
}
.video-r li {
	width: 260px;
	height: 190px;
	float: left;
	margin: 20px 20px 0 0;
	background: #f1f1f1;
	position: relative;
	overflow: hidden;
}
.video-r li img{
	width: 260px;
	height: 150px;
}
.video-r li:nth-child(even) {
	margin-right: 0;
}
.video-r li h4 {
	height: 40px;
	line-height: 40px;
	margin: 0;
	font-weight: normal;
	font-size: 16px;
	padding: 0 10px;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.video-r li .play{
	width: 260px;
	height: 190px;
	background-color: rgba(0, 0, 0, 0.6);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#60000000', EndColorStr='#60000000');
	position: absolute;
	left: 0;
	top: 190px;
	z-index: 1;
	transition: top 0.4s;
	-moz-transition: top 0.4s;
	-webkit-transition: top 0.4s;
	-o-transition: top 0.4s;
	z-index: 999;
}
.video-r li .play em {
	display: block;
	width: 260px;
	height: 190px;
	background: url(../images/play.png) center center no-repeat;
	transition: top 0.3s;
	-moz-transition: top 0.3s;
	-webkit-transition: top 0.3s;
	-o-transition: top 0.3s;
}
.video-r li:hover .play{
	top: 0;
	transition: top 0.3s;
	-moz-transition: top 0.3s;
	-webkit-transition: top 0.3s;
	-o-transition: top 0.3s;
}
.sharenews {
	margin-top: 20px;
}
.sharenews ul {
	margin: 0 -7.5px;
}
.sharenews li {
	float: left;
	width: 240px;
	height: 320px;
	margin: 0 7.5px;
}

.sharenews li strong {
	display: block;
	width: 100%;
	margin-top: 22px;
	text-indent: -1000px;
	font-weight: normal;
	overflow: hidden;
}
.sharenews li.wechat {
	background: url(../images/wechat-bg.png) #fff left top no-repeat;
	text-align: center;
		box-shadow: 0 1px 3px rgba(0,0,0,.02), 0 4px 8px rgba(0,0,0,.02);
	-webkit-transition: transform .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.02), 0 4px 8px rgba(0,0,0,.02);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.02), 0 4px 8px rgba(0,0,0,.02);
	-webkit-backface-visibility: hidden;
}
.sharenews li.wechat strong {
	text-indent: 0;
	background: url(../images/wechat.png) center top no-repeat;
	padding-top: 46px;
	text-align: center;
	font-size: 16px;
}
.sharenews li.wechat img {
	margin-top: 29px;
}
.sharenews li.wechat p {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 15px;
}
.sharenews li.wechat p span {
	display: block;
}
.sharenews li .wechat-con, .sharenews li .bilibili-con{
	padding:0 20px;
}
.sharenews li.weibo {
	width:945px;
	background: url(../images/weibo-bg.png) #fff left top no-repeat;
		box-shadow: 0 1px 3px rgba(0,0,0,.02), 0 4px 8px rgba(0,0,0,.02);
	-webkit-transition: transform .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.02), 0 4px 8px rgba(0,0,0,.02);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.02), 0 4px 8px rgba(0,0,0,.02);
	-webkit-backface-visibility: hidden;
}
.sharenews li.weibo strong {
	background: url(../images/weibo.png) center top no-repeat;
	height: 33px;
}

.sharenews li .wechat-con{
	margin-top:10px;
}
.sharenews li.bilibili {
	height: 188px;
	width:220px;
		box-shadow: 0 1px 3px rgba(0,0,0,.02), 0 4px 8px rgba(0,0,0,.02);
	-webkit-transition: transform .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.02), 0 4px 8px rgba(0,0,0,.02);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.02), 0 4px 8px rgba(0,0,0,.02);
	-webkit-backface-visibility: hidden;
	overflow: hidden;
}

.sharenews li.lyb {
	background: url(../images/test-bg.png) #fff left top no-repeat;
	height: 110px;
	width:220px;
	margin-top:22px;
		box-shadow: 0 1px 3px rgba(0,0,0,.02), 0 4px 8px rgba(0,0,0,.02);
	-webkit-transition: transform .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.02), 0 4px 8px rgba(0,0,0,.02);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.02), 0 4px 8px rgba(0,0,0,.02);
	-webkit-backface-visibility: hidden;
	overflow: hidden;
}

.newsScroll-left {
	overflow: hidden;
	position: relative;
}
.newsScroll-left .hd {
	overflow: hidden;
	padding: 0 10px;
	text-align: center;
}
.newsScroll-left .hd ul {
	overflow: hidden;
	zoom: 1;
	margin: -5px auto 0;
	zoom: 1;
	text-align: center;
	display: block;
}
.newsScroll-left .hd ul li {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: #cccccc;
	float: none;
	text-indent: -1000px;
}
.newsScroll-left .hd ul li.on {
	background: #ae0a09;
}
.newsScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
	margin: 0 auto;
	width: 208px;
}
.newsScroll-left .bd ul li {
	text-align: left;
	margin: 0;
	height: 63px;
	line-height: 21px;
}
.newsScroll-left .bd ul li a {
	float: left;
	width: 210px;
	height: 21px;
	line-height: 15px;
	background: url(../images/dot.jpg) left 5px no-repeat;
	padding-left: 11px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}





