/*公共样式*/
*{margin:0;padding:0;}
html{
	font-size: 16px;
	font-family:"microsoft yahei",Arial,Helvetica,sans-serif;
	background-color: #FFFFFF;
}
body{ 	
	min-width: 1200px;
}
ul{
	list-style-type: none;
}
a{
	text-decoration: none;
	color: #000;
}
.txt-ellipsis{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.screen-w{
	width:1200px; 
	margin:0 auto;
	margin-top: 5px;
}


/*header头部样式*/
#header_box{ 
	width:100%; 
}
.header-content{	
	height:245px; 	
	/* position:relative; */
}
.header-content .logo{
	width: 100%;
}
.header-content .logo img{
	width: 1200px;
	height: 245px;
}

/*nav导航菜单样式*/
#nav_box{ 
	width:100%; 
}
.nav-content{ 	
	height:50px; 
	background-color: #a50706;
}
.nav-content .main-nav{	
	
}
.nav-content .main-nav li{
	float: left;
	line-height: 48px;
}
.nav-content .main-nav li a{
	display: block;
	width: 120px;
	text-align: center;
	border: 1px solid #a50706;
	color: #ffffff;	
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}
.nav-content .main-nav li a:hover{
	background-color: #ffffff;
	color: #a50706;
}

/*container内容样式*/
#container_box{ 
	width:100%; 
}
.container-content{ 
	position:relative; 
}

.container-content .content-lf{
	float: left;
	width: 400px;
	height: 300px;
}
.swiper-container {
      width: 100%;
      height: 100%;

    }
.swiper-slide {
  text-align: center;
  font-size: 16px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
 
}
.swiper-slide img{
	width: 100%;
	height: 300px;
}
.container-content .content-rt{
	float: right;
	width: 750px;
}
.container-content .content_rt .gzdt{
	width: 100%;
	height: 48px;
	background-color: #007AFF;
}
.ico-gzdt{
	background: url(../images/ico/gzdt.png) no-repeat left center;
}
/* 新闻列表统一样式设置 */
.news-con{
	/* width: 100%; */
}
.news-con .news-con-title{
	width: 100%;
	height: 48px;
	line-height: 48px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.news-con .news-con-title>a{
	float: left;
	padding-left: 50px;
	font-size: 20px;
	display: block;
	color: #A50706;
	line-height: 48px;
	font-weight: 700;
	border-bottom: 3px solid #A50706;
}
.news-con .news-con-title>span{
	display: block;
	float: right;
	width: 80px;
	height: 40px;
	text-align: center;
}
.news-con>.news-con-title>span>a{
	display: block;
	color: #A50706;
	width: 80px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: url(../images/ico/ico-two-right-arrow.png) no-repeat left center;
}
.news-con .news-con-ul{
	width: 100%;
}
.news-con .news-con-ul li{
	border-bottom: 1px dotted #ccc;
	padding-left: 10px;
	width: 99%;
	background: url(../images/ico/point.png) no-repeat left center;
	height: 40px;
}
.news-con .news-con-ul li a{
	display: block;
	width: 98%;
	font-size: 16px;
	color: #666;
	line-height: 40px;
}
.news-con .news-con-ul li:hover a{
	color: #A50706;
}
.news-con .news-con-ul li a>:first-child{
	float: left;
	width: 80%;
}
.news-con .news-con-ul li a>:last-child{
	float: right;
}
.zcfg{
	float: left;
	width: 45%;
        min-height: 200px;
}
.xzzx{
	float: right;
	width: 45%;
        min-height: 200px;
}
.ico-zcfg{
	background: url(../images/ico/zcwj.png) no-repeat left center;
}
.ico-xzzx{
	background: url(../images/ico/xzzx.png) no-repeat left center;
}

/*footer底部样式*/
#footer_box{
	width: 100%;
}
.footer-content{	
	margin-top: 20px;
	height: 60px;
	text-align: center;
}

/* 列表页样式设置 */
.container-content .list-page{
	min-height: 500px;
}
.container-content .dqwz{
	background: url(../images/ico/dingwei.png) no-repeat left center;
	padding-left: 20px;
	line-height: 40px;
	width: 100%;
	letter-spacing: 1px;
}
.container-content .dqwz a{
	color: #000;
}
.container-content .dqwz a:hover{
	color: #A50706;
}

/* 内容页样式设置 */
.container-content .content-page{
	min-height: 500px;
}
.container-content .content-page .content-tit{
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	line-height: 48px;
}
.container-content .content-page .content-info{
	margin: 0 auto;
	width: 70%;
	height: 32px;
	line-height: 32px;
	background-color: #ccc;
	text-align: center;
}
.container-content .content-page .content-con{
	margin-top: 16px;
}
.container-content .content-page .content-info span{
	color: #000;
	text-align: center;
	padding: 0 10px;
}
.content-prev-next{
	margin-top: 32px;
}
.content-prev-next .prev,.next{
	line-height: 32px;
}
.content-prev-next a:hover{
	color: #A50706;
}
/*分页按钮样式设置--开始*/
 .page-num {	
   padding:30px 0;
   text-align:center
   font-size:36px;
   color:red;
}
.page-num table{
  margin:0px auto;  
}
.page-num a,.page-num span{  
  width:50px; 
  border:1px solid #126d1d;
}
.page-num input[type="button"]{
  /*转到按键和文本域*/
  width:50px;
  text-align:center;
}
.page-num input[type="text"]:focus{
  border:1px solid red;
}
.Prev,.PrevDisabled,.Next,.NextDisabled{ 
  text-align:center;
}
/*分页按钮样式设置--结束*/