/********************预加载 BEGIN********************/

* {
	margin: 0 auto;
	padding: 0;
	outline: none;
}
body {
	font-family: "Microsoft Yahei", "微软雅黑", "Tahoma", "SimSun";
	font-size: 14px;
	line-height: 26px;
	color: #333;
	_background-image: url(about:blank);
	_background-attachment: fixed;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #ff7d00;
}
ul {
	list-style: none;
}
img {
	border: none;
	display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}
/********************预加载 END********************/
/********************All public BEGIN*************/

.f12 {
	font-size: 12px;
}
.f16 {
	font-size: 16px;
}
.f18 {
	font-size: 18px;
}
.f24 {
	font-size: 24px;
}
.lh20 {
	line-height: 20px;
}
.lh22 {
	line-height: 22px;
}
.lh24 {
	line-height: 24px;
}
.lh30ul li {
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	overflow: hidden;
}
.fb {
	font-weight: bold;
}
.tc {
	text-align: center;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.imgDef a:hover img {
	opacity: .8;
	filter: alpha(opacity=80);
}
.dis {
	display: block;
}
.disn {
	display: none;
}
.fl {
	float: left;
	_display: inline;
}
.fr {
	float: right;
	_display: inline;
}
.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cf {
	*zoom: 1;
}
.main,
.box {
	width: 980px;
}
.public_v1 {
	background: url(http://www.zjol.com.cn/05zjol/sitemap/images/public_v1.png) no-repeat;
}
.sp {
	background: url(../images/sp.png) no-repeat;
}
/********************All public END***************/
/********************header BEGIN*****************/

.header {
	max-width: 1300px;
	_width: expression(document.body.clientWidth > 1300 ? "1300px": "auto");
	min-width: 980px;
	_width: expression(document.body.clientWidth < 980 ? "980px": "auto");
	height: 510px;
	background: url(../images/header.jpg) center top no-repeat;
}
/********************header END*******************/
/********************nav BEGIN********************/

.nav {}
/********************nav END**********************/
/********************index BEGIN******************/
/**********index public begin***/

.main {
	margin-top: -170px;
}
.main .hot {
	width: 100%;
	margin-bottom: 35px;
}
.hot .title {
	display: block;
	height: 41px;
	font-size: 24px;
	color: #000;
	line-height: 30px;
	margin-left: 20px;
}
.hot .title2 {
	display: block;
	width: 270px;
	height: 40px;
	margin-left: 220px;
	background-position: -458px 0;
}
.title .af {
	display: block;
	width: 135px;
	height: 40px;
	line-height: 26px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-position: 0 -1px;
	float: left;
}
/**********index public end*****/
/********************index END*********************/
/********************习近平总书记在浙江考察 begin***************/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}
.device {
	width: 920px;
	height: 415px;
	padding: 0 30px;
	position: relative;
	border-bottom: 1px solid #7ecef4;
}
.device .arrow-left {
	background: url(../images/sp.png) no-repeat;
	background-position: 0 -239px;
	position: absolute;
	left: 10px;
	top: 40%;
	margin-top: -15px;
	width: 20px;
	height: 60px;
}
.device .arrow-right {
	background: url(../images/sp.png) no-repeat;
	background-position: -960px -239px;
	position: absolute;
	right: 10px;
	top: 40%;
	margin-top: -15px;
	width: 20px;
	height: 60px;
	z-index: 10;
}
.device .swiper-container {
	height: 350px;
	width: 920px;
}
.device .swiper-slide {
	background-position: -26px -65px;
}
.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 20px;
	width: 100%;
}
.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #999;
	box-shadow: 0px 1px 2px #555 inset;
	margin: 0 3px;
	cursor: pointer;
}
.swiper-pagination-switch {
	width: 12px;
	height: 12px;
	background: #dcdcdc;
}
.swiper-active-switch {
	background: #b93d00;
}
.swiper-slide .innerbox{
	width: 650px;
	height: 286px;
	padding:22px 10px;
	/*background: red;
	opacity: 0.5;*/
}
.innerbox .left{
	width: 270px;
	float: left;
}
.innerbox .left .img{
	width: 270px;
	height: 200px;
	margin-bottom: 5px;
}
.innerbox .left .img img{
	width: 270px;
	height: 200px;
}
.inboxTitle{
	width: 100%;
	height: 30px;
	font-size: 18px;
	line-height:30px ;
	overflow: hidden;
}
.inboxTitle a{
	color: #0b4688;
}
.inboxTitle a:hover {
	color: #ff7d00;
}
.inboxAbs{
	width: 100%;
	height: 70px;
	line-height: 24px;
	font-size: 14px;
	color: #999999;
	overflow: hidden;
}
.inboxAbs a{
	color: #999999;
}
.inboxAbs a:hover{
	color: #FF7D00;
}
.innerbox .right{
	width: 370px;
	float: right;
}
.innerbox .right .img{
	width: 370px;
	height: 280px;
	margin-bottom: 5px;
}
.innerbox .right .img img{
	width: 370px;
	height: 280px;
}
/********************习近平总书记在浙江考察 end*****************/
/********************主页新闻列表  begin*****************/
.news{
	width: 100%;
	height: 265px;
	margin-bottom: 40px;
}
.news .l{
	width: 455px;
	float: left;
}
.hotNews{
	border-bottom: 1px dotted #666;
	margin-bottom: 15px;
}
.hotNews h3{
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	margin-bottom: 15px;
	overflow: hidden;
}
.hotNews p{
	height: 48px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	text-indent: 2em;
	margin-bottom: 10px;
	overflow: hidden;
}
.hotNews p a{
	color:#b20000;
}
.hotNews p a:hover{
	color:#ff7d00;
}
/*图片鼠标悬停后背景+标题 begin*/
.rbShowTit{
	position: relative;
	display: block;
	width: 455px;
	height: 255px;
}
.rbShowTit img{
	width: 455px;
	height: 255px;	
}
.rbShowTit span,.rbShowTit h5{
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
	width: 455px;
	height: 45px;
}
.rbShowTit h5{
	width: 435px;
	padding: 0 10px;
}
.rbShowTit:hover span{
	display: block;
	background:#030000;
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: pointer;
}
.rbShowTit:hover h5{
	display: block;
	cursor: pointer;
}
.rbShowTit h5{
	line-height: 45px;
	font-size: 18px;
	color: #fff;
	margin: 0 5px;
	overflow: hidden;
}
/*图片鼠标悬停后背景+标题 end*/
.news .r{
	width: 455px;
	float: right;
}
/*文字列表 begin*/
.txtUl {
	display: block;
	margin-bottom: 20px;
}
.txtUl li {
	height:30px; 
	line-height:30px;
	vertical-align: middle;
	overflow: hidden;
}
.txtUl li a {
	display: block;
	float: left;
	width: 360px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.txtUl li span {
	display: block;
	float: right;
	height: 30px;
	line-height: 30px;
}
.txtUl li.more a{
	width: 60px;
	color: #999;
}
.txtUl li.more a:hover{
	color: #ff7d00;
}
/*文字列表 end*/
/*底部滚动图片 begin*/
.bottomImgBox{
	position: relative;
	width: 950px;
	height: 35px;
}
.bottomImgBox .arrow-left {
	background: url(../images/sp.png) no-repeat;
	background-position:0 -509px;
	position: absolute;
	left: -15px;
	top: 5px;
	width: 10px;
	height: 25px;
}
.bottomImgBox .arrow-right {
	background: url(../images/sp.png) no-repeat;
	background-position: -29px -509px;
	position: absolute;
	right: -15px;
	top: 5px;
	width: 10px;
	height: 25px;
	z-index: 10;
}
.imgScroll{
	position: absolute;
	width: 950px;
	height: 35px;
}
.imgScroll .swiper-slide{
	width: 190px;
	height: 35px;
}
.imgScroll .swiper-slide img{
	width: 180px;
	height: 35px;
}
/*底部滚动图片 end*/
/********************主页新闻列表 end*****************/
/********************列表页 BEGIN********************/
/*面包屑 begin*/
.crumb{
	border-bottom: 1px solid #6d92bb;
}
.list{
	position: relative;
	margin-top: -90px;
	padding-top: 1px;
}
.bgWhite{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	_background:none;
	z-index: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.listL {
	position: relative;
	float: left;
	width: 650px;
	z-index: 10;
}
/*文字列表 begin*/
.txtListUl {
	display: block;
	margin-bottom: 20px;
}
.txtListUl li {
	height:30px; 
	line-height:30px;
	vertical-align: middle;
	overflow: hidden;
	background: url(../images/sp.png) -81px -516px no-repeat;
	padding-left: 15px;
}
.txtListUl li a {
	display: block;
	float: left;
	width: 400px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.txtListUl li span {
	display: block;
	float: right;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #666;
}
/*文字列表 end*/
/*列表页分页 begin*/
.nextPage{
	margin-bottom: 30px;
	text-align: center;
}
/*列表页分页 end*/
.rightBar{
	position: relative;
	float: right;
	width: 300px;
	z-index: 10;
}
.rbTitle{
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	background: #6d92bb;
	text-indent: 10px;
	color: #fff;
}
/*图片鼠标悬停后背景+标题 begin*/
.rbShow{
	position: relative;
	display: block;
	width:300px;
	height: 180px;
}
.rbShow img{
	width: 300px;
	height: 180px;	
}
.rbShow span,.rbShow h5{
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
	width: 300px;
	height: 35px;
}
.rbShow h5{
	width: 280px;
	padding: 0 10px;
}
.rbShow:hover span{
	display: block;
	background:#030000;
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: pointer;
}
.rbShow:hover h5{
	display: block;
	cursor: pointer;
}
.rbShow h5{
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	margin: 0 5px;
	overflow: hidden;
}
/*图片鼠标悬停后背景+标题 end*/