* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "微软雅黑";
}
a {
  text-decoration: none;
  color: #000;
}
a img {
  border: none;
}
a:focus {
  outline: none;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
img {
  border: none;
}
input,
select,
textarea {
  outline: 0;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
strong,
var,
em {
  font-weight: normal;
  font-style: normal;
}
ul,
ol {
  list-style: none;
}
.clearfloat {
  clear: both;
  overflow: hidden;
}
.clearfloat:after {
  zoom: 1;
  content: '';
}
a{
	cursor: pointer;
}
.clear{
	clear: both;
}
.none{
	display: none;
}
/*头部s*/
body{min-width: 1100px;}
.g-banner{
	width: 100%;
	height: 802px;
	background: url(../images/banner.jpg) no-repeat center center;
}
/*头部e*/
/*要闻s*/
.g-yw{
	width: 1028px;
	margin: 0 auto;
	background: url(../images/yw.jpg) no-repeat top center;
	padding: 0 10px 0 20px;
	margin-bottom: 50px;
}
.ywHeadlines{
	width: 100%;
	border-bottom: 1px dashed #a5a1a1;
	padding: 20px 20px 10px 100px;
	margin-bottom: 20px;
	position:relative;
}
.ywHeadlinesMore{position:absolute; right:0; bottom:0; color:#d24430;}
.ywHeadlinesMore a{color:#d24430;}
.ywHeadlinesTitle{
	color: #d24430;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.ywHeadlinesTitle a{color:#d24430;}
.ywHeadlinesTitle a,.ywHeadlinesText a{
	color: #d24430;
}
.ywHeadlinesText{
	text-indent: 32px;
	line-height: 32px;
	font-size: 14px;
    padding-bottom: 20px;
}
.ywHeadlinesCont{
	width: 100%;
}
.ywHeadlinesContLeft{
	width: 450px;
	float: left;
	margin-right: 35px;
	position:relative;
}
.ywHeadlinesContRight{
	width: 510px;
	float: left;
	padding-top:50px;
}
.ywHeadlinesContLeftTit{
	font-size: 18px;
	font-weight: bold;
	padding-top: 50px;
	margin-bottom: 20px;
}
.ywHeadlinesContLeftMore{position:absolute; right:0; bottom:0}
.xx{
	border-bottom: 1px dashed #a5a1a1;
}
.ywHeadlinesContLeftList{
	width: 100%;
	padding-bottom: 30px;
}
.ywHeadlinesContLeftList ul li{
	line-height: 32px;
}
.ywHeadlinesContLeftList ul li label{
	margin-right: 10px;
}
.bigSlider{
	width: 500px;
	height: 330px;
	margin-bottom: 15px;
	padding-left: 10px;
}
.Swiper1{
	height: 330px;
}
.Swiper1 .swiper-slide img{
	width: 100%;
	height: 330px;
}
.Swiper1 .swiper-slide{
	position: relative;
}
.slideTitle{
	background:rgba(0,0,0,0.7);
	color: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 495px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
}
.slideTitle a{
	color: #FFFFFF;
}
.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  right: 10px;
  text-align: right;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ffffff;
  margin: 0 2px;
  opacity: 0.8;
  cursor: pointer;
}
.swiper-active-switch {
  background: #922526;
}
.dbPic{
	width: 100%;
	height: 160px;
}
.dbPic ul li,.dbPic ul li img{
	width: 240px;
	height: 160px;
}
.dbPic ul li{
	position: relative;
	float: left;
	margin-left: 10px;
}
.dbPic ul li p{
	background:rgba(0,0,0,0.7);
	color: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
}
.dbPic ul li p a{color:#fff;}
/*要闻e*/
/*时代新人s*/
.g-sdxr{
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 70px;
}
.sdxrTopPic{
	width: 100%;
	height: 64px;
	margin-bottom: 40px;
}
.sdxrCont{
	width: 100%;
}
.sdxrContLeft{
	width: 650px;
	float: left;
}
.sdxrContLeftPic,.sdxrContLeftPic img{
	width: 350px;
	height: 240px;
}
.sdxrContLeftPic{
	position: relative;
	float: left;
	margin-bottom: 25px;
}
.sdxrContLeftPic p{
	background:rgba(0,0,0,0.7);
	color: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
}
.sdxrContLeftPic p a{color:#fff;}
.sdxrContLeftTxt{
	float: left;
	padding-left: 15px;
	margin-bottom: 32px;
	width: 300px;
	position:relative;
}
.sdxrContLeftTxtMore{position:absolute; right:0; bottom:-20px;}
.sdxrContLeftTxtHeadline{
	width: 300px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.sdxrContLeftText{
	width: 300px;
	text-indent: 32px;
	margin-bottom: 25px;
}
.sdxrContLeftText a{
	color: #cd6866;
}
.sdxrList{
	width: 300px;
}
.sdxrList ul li{
	line-height: 40px;
}
.sdxrList ul li label{
	margin-right: 10px;
}
.sdxrPicList{
	width: 660px;
	height: 200px;
	background: #f6ece1;
	padding-top: 25px;
}
.sdxrPicList ul li{
	width: 200px;
	height: 150px;
	float: left;
	position: relative;
	margin: 0 10px;
}
.sdxrPicList ul li img{
	width: 200px;
	height: 150px;
}
.sdxrPicList ul li p{
	background:rgba(0,0,0,0.7);
	color: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
}
.sdxrPicList ul li p a{
	color: #FFFFFF;
}
.sdxrContRight{
	width: 348px;
	height: 470px;
	float: left;
	background:url(../images/jz.png) no-repeat;
}
.sdxrContRightNav{
	width: 100%;
	height: 28px;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 15px;
}
.sdxrContRightNav span{
	color: #aa1811;
	display: inline-block;
	margin: 0 10px;
	font-weight: bold;
	cursor: pointer;
}
.slide18,.slide19{
	width: 100%;
	height: 460px;
	padding: 0 50px;
	position: relative;
}
.slide18Pic,.slide19Pic{
	width: 100%;
	height: 50px;
	padding-top: 10px;
	padding-bottom: 60px;
	border-bottom: 1px solid #000;
}
.slide18PicTitle,.slide19PicTitle{
	width: 207px;
	height: 50px;
	margin: 0 auto;
}
.Swiper2,.Swiper3{
	height: 349px;
}
.Swiper2 ul li,.Swiper3 ul li{
	width: 100%;
	height: 170px;
	font-size: 14px;
}
.Swiper2 ul li p,.Swiper3 ul li p{
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}
.Swiper2 ul li label,.Swiper3 ul li label{
	margin: 5px 10px;
    display: inline-block;
    width: 60px;
	text-align:center;
}
.Swiper2 ul li label.auto{width:auto;}
.slide18left,.slide19left{
	width: 11px;
	height: 37px;
	position: absolute;
	left: 32px;
	top: 175px;
	cursor: pointer;
}
.slide18right,.slide19right{
	width: 11px;
	height: 37px;
	position: absolute;
	right: 32px;
	top: 175px;
	cursor: pointer;
}
/*时代新人e*/
/*焦点视频s*/
.g-jdsp{
	width: 1060px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.jdspTopPic{
	width: 1000px;
	height: 77px;
	position: relative;
	margin: 0 auto;
}
.jdspTopPic p{
	color: #b57208;
	font-size: 12px;
	position: absolute;
	right: 30px;
	top: 27px;
}
.jdspTopPic a{
	color: #b57208;
}
.jdspList{
	width: 100%;
	margin: 0 auto;
}
.jdspList ul li{
	float: left;
	margin: 20px;
	width: 225px;
	height: 200px;
}
.jdspListpic,.jdspListpic img{
	width: 100%;
	height: 170px;
}
.jdspListpic{
	position: relative;
}
.play{
	width: 44px;
	height: 44px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 10;
}
.play img{
	width: 44px;
	height: 44px;
}
.jdspListTit{
	width: 100%;
	height: 30px;
	background: #f6ece1;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}
/*焦点视频e*/
/*精彩瞬间s*/
.g-jcsj{
	width: 100%;
	margin-bottom: 70px;
}
.jcsjTopPic{
	width: 1000px;
	height: 77px;
	margin: 0 auto;
	margin-bottom: 20px;
}
/*全屏轮播图s*/
#main {
  overflow: hidden;
  zoom: 1;
  position: relative;
  margin: 45px 0 0 0;
}
#index_b_hero {
  width: 960px;
  height: 510px;
  margin: auto;
  position: relative;
}
#index_b_hero img {
  width: 950px;
  height: 500px;
}
#index_b_hero .heros {
  width: 960px;
  height: 510px;
}
#index_b_hero .hero-wrap {
  overflow: visible;
  position: absolute;
}
#index_b_hero .next,
#index_b_hero .prev {
  filter: alpha(opacity=70);
  opacity: .7;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  margin-left: 5px;
  background-color: #303030;
  z-index: 3;
}
#index_b_hero .next {
  margin: -25px 10px 0 0;
  right: 0;
}
#index_b_hero .disabled {
  background-color: #eee;
}
#index_b_hero .mask-left,
#index_b_hero .mask-right,
#index_b_hero .hero {
  background: #fff;
  padding: 5px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 950px;
  height: 500px;
  overflow: hidden;
  left: 1920px;
}
.hero a {
  display: inline-block;
  position: relative;
}
.hero p.imgtitle {
  position: absolute;
  bottom: 5px;
  left: 0;
  height: 55px;
  width: 950px;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
  margin-left: 5px;
  line-height: 55px;
  text-align: center;
}
.hero p.imgtitle a {
  color: #fff;
  font-size: 18px;
}
#index_b_hero .mask-right,
#index_b_hero .mask-left {
  z-index: 4;
  left: -960px;
  filter: alpha(opacity=50);
  opacity: .5;
  background: #fff;
  overflow: hidden;
}
#index_b_hero .mask-right {
  left: 960px;
}
#index_b_hero .active {
  z-index: 2;
  left: 0;
}
.prev{
	display: inline-block;
	width: 30px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	font-size: 30px;
}
.next{
	display: inline-block;
	width: 30px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	font-size: 30px;
}
/*全屏轮播图e*/
/*精彩瞬间e*/
/*微博s*/
.g-wb{
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 70px;
}
.wbTopPic{
	width: 100%;
	height: 86px;
	margin-bottom: 30px;
}
.weibo{
	width: 1000px;
}
.fl_wb{
	float: left;
}
.fr_wb{
	float: right;
}
/*微博e*/