
/********************Ԥ���� BEGIN********************/
*{
	margin:0 auto;
	padding:0;
	outline:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html,body{
	font-family:"Microsoft Yahei", "Tahoma", "SimSun";
	font-size:16px;
	line-height:26px;
	color:#333;
	width:100%;
	height:100%;

}
a{
	color:#333;
	text-decoration:none;
}
#dd a:hover{
	color:#f44b50;
	text-decoration:none;
}
ul{
	list-style:none;
}
img{
	border:none;
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:400;
}
.clearfix:before,
.clearfix:after{content:""; display:table;}
.clearfix:after{clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.clearfix{zoom:1;}
/********************Ԥ���� END********************/
/********************NAV BEGIN********************/
.bg{
	background: url(../images/sp.png);
}
.header_height{
	height:40px;
}
.navBox{
	width: 100%;
	height: 40px;
	position: fixed;
	top: 0;
	z-index:9999;
	background-color:rgba(248,248,248,1);
	box-shadow:0px 4px 6px 0px rgba(204,204,204,0.5);


}
.nav{
	width: 100%;
	height: 35px;
	margin-top:3px;
	background-color:rgba(248,248,248,1);
	position:relative;
	z-index: 9;
}
.flex-tab{
		width:100%;
		height:35px;
		line-height: 35px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.flex-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.flex-tab li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
	}
	.current .tab-title{
		color:#f44b50;
	}
	.tab-title{
		vertical-align: middle;
	}
	.icon1{
		display: inline-block;
		width:20px;
		height:20px;
		background:url(../images/css_sprites.png)  no-repeat;
		background-size:100% auto;
		background-position: 0 0px;
		vertical-align: middle;
	}
	.current .icon1{
		background-position: 0 -20px;
		
	}
	.icon2{
		display: inline-block;
		width:20px;
		height:20px;
		background:url(../images/css_sprites.png)  no-repeat;
		background-size:100% auto;
		background-position: 0 -40px;
		vertical-align: middle;
	}
	.current .icon2{
		background-position: 0 -60px;
	}
	.icon3{
		display: inline-block;
		width:20px;
		height:20px;
		background:url(../images/css_sprites.png)  no-repeat;
		background-size:100% auto;
		background-position: 0 -80px;
		vertical-align: middle;
	}
	.current .icon3{
		background-position: 0 -100px;
	}
	.icon4{
		display: inline-block;
		width:20px;
		height:20px;
		background:url(../images/css_sprites.png)  no-repeat;
		background-size:100% auto;
		background-position: 0 -120px;
		vertical-align: middle;
	}
	.current .icon4{
		background-position: 0 -140px;
	}
.topBanner{
	width:110px;
	height: 40px;
	color: #ffcccc;
	overflow: hidden;
	float: left;
	margin-top:10px;
	margin-left:10px;
}
.zjrb_logo{
	background:url(../images/zjrb-logo.png)no-repeat;
	background-size:110px auto;
}
.qjwb_logo{
	background:url(../images/qjwb-logo.png)no-repeat;
	background-size:110px auto;

}
.jrkh_logo{
	background:url(../images/jrkh-logo.png)no-repeat;
	background-size:110px auto;

}
.jrcs_logo{
	background:url(../images/jrcs_logo.png)no-repeat;
	background-size:110px auto;

}
.msb_logo{
	background:url(../images/msb-logo.png)no-repeat;
	background-size:110px auto;

}
.topBanner h2{
	font-size: 18px;
	line-height: 50px;
	padding: 0 10px 0 20px;
	float: left;
}
.topBanner span{
	font-size: 13px;
	line-height: 54px;
	float: left;
}
.data{
	width: 110px;
	float: right;
	margin-right: 15px;
	margin-top: 13px;
	position: relative;
}
.DataTimeBtn{
	position: relative;
}
.dataBtn{
	display: block;
	width:100%;
	height:100%;
	position: absolute;
	top: 0px;
	opacity: 0;
}
.float-div{
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.6);
	position: absolute;
	top:0;
	z-index: 99;
}
body .hide{
	display: none;
}
/*toolBar begin*/
.toolBar{
	height: 50px;
	line-height: 50px;
	background-color: #FFFFFF;
}
.pageBtn{
	position: absolute;
	top: 50px;
}
.pre{
	left: 10px;
	font-size:16px;
}
.next{
	right: 15px;
	font-size:16px;
}
.pageListName{
	height: 40px;
	text-align: center;
}
.pageList{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 40px;
	display: none;
	background-color: #FFFFFF;
	z-index:999;
	overflow:auto;
}
.pageList::-webkit-scrollbar-track-piece {  
    background-color: rgba(0, 0, 0, 0);  
    border-left: 1px solid rgba(0, 0, 0, 0);  
}  
.pageList::-webkit-scrollbar {  
    width: 5px;  
    height: 13px;  
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;  
    border-radius: 5px;  
}  
.pageList::-webkit-scrollbar-thumb {  
    background-color: rgba(0, 0, 0, 0.5);  
    background-clip: padding-box;  
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;  
    border-radius: 5px;  
    min-height: 28px;  
}  
.pageList::-webkit-scrollbar-thumb:hover {  
    background-color: rgba(0, 0, 0, 0.5);  
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;  
    border-radius: 5px;  
}
.newsList{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 40px;
	display: none;
	background-color: #FFFFFF;
	z-index:999;
	overflow-x:hidden;	
	overflow-y:scroll;	
}
 
.newsList::-webkit-scrollbar-track-piece {  
    background-color: rgba(0, 0, 0, 0);  
    border-left: 1px solid rgba(0, 0, 0, 0);  
}  
.newsList::-webkit-scrollbar {  
    width: 5px;  
    height: 13px;  
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;  
    border-radius: 5px;  
}  
.newsList::-webkit-scrollbar-thumb {  
    background-color: rgba(0, 0, 0, 0.5);  
    background-clip: padding-box;  
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;  
    border-radius: 5px;  
    min-height: 28px;  
}  
.newsList::-webkit-scrollbar-thumb:hover {  
    background-color: rgba(0, 0, 0, 0.5);  
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;  
    border-radius: 5px;  
}  
.pageList li{
	width:95%;
	margin:0 auto;
	height:60px;
	line-height: 60px;
	border-top: 1px solid #ddd;
	text-align: left;
	overflow: hidden;
}
.newsList li{
	width:95%;
	margin:0 auto;
	height:60px;
	line-height: 60px;
	border-bottom: 1px solid #ddd;
	text-align: left;
	overflow: hidden;
}

.pageList li:last-child{
	border-bottom: 1px solid #ddd;
}

.img_link{
	display: block;
    width: 100%;
    height: 510px;
    overflow: hidden;
    background-color: rgba(0,0,0,0.1);
    display:table-cell;
    text-align:center;
    vertical-align:middle;

}

/*�����б� begin*/

.newsList li:first-child{
	text-align: center;
	width:100%;
	height:40px;
	line-height: 40px;
	background:rgba(209,35,36,.12);
}
.pageList li a:hover,.newsList li a:hover{
	cursor: pointer;
	color:#f44b50;
}


/*�����б� begin*/
/********************NAV END**********************/

/********************ͼƬbegin********************/
.main {
	width:100%;
	height:100%;
	overflow:hidden;

}
.inner_main{
	margin-top:80px;
}
.imgbox{
	width:100%;
	height:100%;
}
.loadingbg{
	background:url(../images/logo.png) middle no-repeat;
	width:100%;
	height:100%;

}
.swiper-container,.swiper-wrapper{
	width:100%;
	height:100%;

}
.imgWrap{
	width:320px;
	height:auto;
	-webkit-transform:scale(1);
	-webkit-transform-origin: center top;
	overflow:hidden;

}
.imgWrap a img{
	width: 320px;
	height:auto;
	vertical-align: middle;

}

.loading{
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 10000;
}
.preloader{
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: rotating 1s steps(12, end) infinite;
  -moz-animation: rotating 1s steps(12, end) infinite;
  animation: rotating 1s steps(12, end) infinite;
}
.preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.load_icon{
	position: absolute;
	width:50px;
	height:50px;
	background-color: rgba(0,0,0,0.6);
	top:50%;
	left:50%;
	margin-top:-25px;
	margin-left:-25px;
	z-index: 999;
	border-radius: 8px;
}
.load_icon img{
	width:25px;
	height:25px;
	margin-top:12px;
}
/********************ͼƬ end**********************/
.main_content{
	width:100%;
	height:100%;
	position:relative;
}

.textWrap{
	width:100%;
	background-color:#fff;
	z-index:999;
	display:none;
	overflow:hidden;
	top:0;
	padding:15px 0;

}

.return{
	width:100%;
	height:50px;
    background-color:#fff;
    display:none;
}
.icon-return{
	margin-top:10px;
	width:30px;
	height:30px;
	background:url(../images/icon-return.png) no-repeat;
	background-size: 27px auto;
	float:left;
	margin-left:20px;
}
.zhengwen{
	width:50px;
	height:40px;
	position:absolute;
	left:50%;
	margin-left:-25px;
	font-weight:bold;
	color:#c80000;
	line-height:40px;
	font-size:16px;
}
.tt_content{
	padding:0 10px;
	overflow:auto;

}
.text_content{
	margin-top:20px;
	font-size: 21px;
	line-height: 35px;
}
.main-article-pretitle{
	font-size: 20px;
}
.main-article-title{
	  font-size: 28px;
		margin:10px 0;
		line-height: 40px;
}
.main-article-author{
	 font-size: 16px;
}
.title_content{
	padding-bottom:20px;
	border-bottom:1px solid #E3E3E3;

}
.sub_title{
	margin-top:30px;
	border-bottom:3px solid #195cad;
	height:30px;
	line-height:30px;
	color:#195cad;
	font-size:16px;
	font-weight:bold;
	padding-left:15px;
	background: url(../images/blue_icon.gif) left center no-repeat;
	margin-left:5px;

}
.fail_icon{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;	
}
.fail_icon img{
	display: block;
	height: 169px;
	position: absolute;
	top: 50%;
	margin-top: -87px;
	left: 50%;
	margin-left: -71px;
}
.rotate{
	-webkit-animation: rotating linear 1s infinite;
  animation: rotating linear 1s infinite;
}

@-webkit-keyframes rotating {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotating {
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width:640px) {
	.main_content{
	width:640px;
	margin:0 auto;
	height:100%;
}
	.navBox{
		width:640px;

	}

}
