/********************预加载 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(/ssnews/css/about:blank);
	_background-attachment: fixed;
}
a{
	color:#333;
	transition:color .5s;
	text-decoration:none;
}
a:hover{
	color:#ff7d00;
}
ul{
	list-style:none;
}

a:hover img{
	opacity: .8; 
	filter: alpha(opacity=80); 
}
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;
}
.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom:20px;
}
.mb25{
	margin-bottom:25px;
}
.mb30{
	margin-bottom:30px;
}
.mb40{
	margin-bottom:40px;
}
.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;
}
.cl:after,
.cf:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.cl,.cf{
	*zoom:1;
}
.main,.box{
	width:1000px;
}
.public_v1{
	background: url(http://www.zjol.com.cn/05zjol/sitemap/images/public_v1.png) no-repeat;
}
.bg{
	background: url(/ssnews/images/bg2015.png) no-repeat;
}
/********************All public END***************/
/********************顶部通栏 BEGIN****************/
.site_nav {
	/*position: fixed;
	_position: absolute;
	top: 0;
	_top:expression(eval(document.documentElement.scrollTop));
	left: 0;*/
	z-index: 9999;
	width: 100%;
	height: 40px;
	background: #f3f3f3;
	font-size:12px;
}
/*顶部通栏左侧 begin*/
.site_nav_l {
	float: left;
	width: 500px;
	height: 40px;
}
.site_nav_l a {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	margin-right: 15px;
}
.moreMenu {
	position: relative;
	float: left;
	width: 50px;
	height: 40px;
}
.moreMenu .more {
	color: #a2a2a2;
}
.moreMenu .more:hover {
	color: #a2a2a2;
}
.arrow {
	position: absolute;
	top: 18px;
	z-index: 10;
	width: 0;
	height: 0;
	line-height: 0;
	margin-left: 5px;	
	font-size: 0;
	border-color: #c2c2c2 transparent transparent;
	border-style: solid dashed dashed;
	border-width: 5px 5px 0;	
	transform:rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: all 0.25s ease 0s;
}
.arrowHover {
	transform:rotate(180deg);
	-webkit-transform: rotate(180deg);
	transition: all 0.25s ease 0s;	
}
/*更多下拉 begin*/
.moreSelect {
	position: absolute;
	top: 40px;
	left: -20px;
	display: none;
	z-index: 1000;
	padding: 9px 0 20px;
}
.moreSelect ul {
	width: 135px;
	overflow: hidden;
	padding: 6px 0;
	background: #fff;
	border: 1px solid #cdcdcd;
	box-shadow: 0 0 8px #cdcdcd;
	-webkit-box-shadow: 0 0 8px #cdcdcd;
	-moz-box-shadow: 0 0 8px #cdcdcd;
}
.moreSelect ul li {
	height: 31px;
	line-height: 31px;
	vertical-align:middle;
}
.moreSelect ul li a {
	display: block;
	height: 31px;
	padding: 0 10px;
	margin-right: 0;
	color: #585858;
}
.moreSelect ul li a:hover {
	color: #585858;
	background: #f2f2f2;
}
.moreSelect ul li a span {
	display: block;
	width: 115px;
	height: 31px;
	line-height: 31px;
	cursor: pointer;
	border-bottom: 1px dotted #dcdddd;
}
.moreSelect ul li.nobb a span {
	border-bottom: none;
}
/*更多下拉 end*/
/*顶部通栏左侧 end*/
/*顶部通栏右侧 begin*/
.site_nav_r {
	float: right;
	display: block;
	width: 470px;
	height: 40px;
}
.site_nav_r li {
	float: right;	
	height: 40px;
	line-height: 40px;
	padding-right: 15px;
	_display: inline;
}
.site_nav_r li.search {
	width: 214px;
	height: 23px;
	line-height: 23px;
	margin-top: 6px;
	padding-right: 0px;
	background: #fff;
	border: 1px solid #d2d2d2;
}
.searchText {
	float: left;
	width: 166px;
	height: 23px;
	line-height: 23px;
	vertical-align: middle;
	padding-left: 5px;
	border: 0;
	color: #666;
	background: #fff;
}
.searchBtn {
	float: right;
	width: 40px;
	height: 24px;
	cursor: pointer;
	border: 0;
	background-color: #d0d0d0;
	background-position: 1px -90px;
}
/* 登录下拉框 start */
#login {
	position: relative;
}
.loginSelect {
	position: absolute;
	top: 40px;
	left: -60px;
	z-index: 1000;
	display: none;
	width: 258px;
	border-top: 9px solid #fff;
}
#loginFrame {
	width: 190px;
	height: 190px;
	overflow: hidden;
	padding: 14px 34px 4px 34px;
	background: #fff;
	border: 1px solid #cdcdcd;
	-webkit-box-shadow: 0 0 8px #cdcdcd;
	-moz-box-shadow: 0 0 8px #cdcdcd;
	box-shadow: 0 0 8px #cdcdcd;
}
#loginFrame p {
	height: 20px;
	line-height: 20px;
	color: #888;
	margin-bottom: 10px;
}
#loginFrame span {
	display: block;
	height: 18px;
	line-height: 18px;
	margin-bottom: 5px;
}
.loginLable{
	position: relative;
	height: 27px;
	margin-bottom: 4px;
}
.loginLable label{
	position: absolute;
	left: 5px;
	top: 0px;
	display: block;
	height: 27px;
	line-height: 27px;
	color: #888;
}
.loginLable input {
	position: absolute;
	left: 0;
	top: 0px;
	width: 183px;
	height: 25px;
	line-height: 25px;
	padding-left: 5px;
	outline: none;
	color: #ccc;
	border: 1px solid #ddd;
	background: none;
}
.loginFrameBtn {
	float: left;
	width: 190px;
	height: 30px;
	line-height: 24px;
	margin-top: 8px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	/*background-position:0 -88px;*/
	background-color: #9ac0e9;
}
.loginFrameBtn:hover{
	background-color: #1257a4;
}
.userNameBox {
	text-align: right;
}
.userNameBox span{
	display:block;
	_display:inline-block;
	float: left;
	_float: none;
}
.userName{
	width: 70px;
	margin-right: 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*顶部通栏右侧 end*/
/********************顶部通栏 END******************/
/********************header BEGIN*****************/
.header {
	width: 1000px;
	height: 85px;
	margin-top: 15px;
}
.header .logo{
	width: 300px;
	height: 100%;
}
.header .rightImg,.header .rightImg img{
	width: 700px;
	height: 85px;
	border: none;
}
.header .logo,.header .rightImg{
	float: left;
}
.rightImg .topGG{
	width: 700px;
	height: 85px;
}
.rightImg .topGG .swiper-slide a,
.rightImg .topGG .swiper-slide img{
	width: 700px;
	height: 85px;
} 
/********************header END*******************/

/********************nav BEGIN********************/
.nav{
	min-width: 1000px;
	_width:expression(document.body.clientWidth < 1000 ? "1000px" : "auto");
	padding: 10px 0;
	background: #338fd0;
	background:-moz-linear-gradient(top,#3b94d6,#1a80b9);/*Mozilla*/
	background:-webkit-gradient(linear,50% 0%,50% 100%,from(#3b94d6),to(#1a80b9));/*Old gradient for webkit*/
	background:-webkit-linear-gradient(top,#3b94d6,#1a80b9);/*new gradient for Webkit*/
	background:-o-linear-gradient(top,#3b94d6,#1a80b9); /*Opera11*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3b94d6,endColorstr=#1a80b9,grandientType=0);
}
.navBar{
	height: 45px;
}
.navBar .navA{
	width: 55px;
	height: 45px;
	line-height: 20px;
	font-size: 18px;
	color: #fff;
	margin-right: 10px;
	text-align: center;
	border-right: 1px solid #2572b7;
}
.navBar .navA.Bk{
	width: 70px;
}
.navlist li{
	float: left;
}
.navA .py{
	display:block;
	font-size: 9px;
	line-height: 12px;
	-webkit-transform:scale(0.75);
	color: #7cc3f7;
}
.navB{
	margin-right: 10px;
}
.navB li{
	width: 65px;
	height: 24px;
	line-height: 18px;
	float: left;
}
.navB.font2 li{
	width: 40px;
}
.navB.font3 li{
	width: 50px;
}
.navB li a{
	font-size: 14px;
	color: #fff;
}
.navB li a:hover{
	color: #ff7d00;
}
.navL1{
	width: 145px;
	height: 45px;
}
.navL2{
	width: 215px;
	height: 45px;
}
.navL3{
	width: 215px;
	height: 45px;
}
.navL4{
	width: 140px;
	height: 45px;
}
.navL4 .navB{
	margin-right: 0;
}
/********************nav END**********************/
/********************页脚 BEGIN********************/
.footer{
	margin-bottom: 100px;
}
/* 非主页页面页脚 begin*/
.topLine{
	height: 0px;
	font-size: 0px;
	border-top: 1px solid #255aaa;
	border-bottom: 8px solid #f0f0f0;
	margin-bottom: 40px;
}
/*在非主页页面页脚的footer内添加<div class="topLine"></div>*/
/* 非主页页面页脚 end  */
.footerLink li{
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 12px;
}
.linkRbd a{
	display: inline-block;
	height: 14px;
	line-height: 14px;
	padding:0 8px 0 4px;
	border-right: 1px solid #999;
}
.linkRbd a.nobd{
	border-right: none;
}
/********************页脚 END**********************/
/********************返回顶部 BEGIN****************/
.entranceRight {
	position: fixed;
	_position: absolute;
	width: 40px;
	height: 140px;	
	left: 50%;
	margin-left: 505px;
	bottom: 5px;
	_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-  this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt (this.currentStyle.marginBottom, 10)||0)));
}
.entranceRight a {
	display: block;
	width: 40px;
	height: 40px;
	margin-bottom: 1px;
	opacity: .4; 
	filter: alpha(opacity=40); 
	background: url(http://www.zjol.com.cn/05zjol/sitemap/images/public_v1.png) 1px -235px #cdcdcd no-repeat;
}
.entranceRight a:hover {
	opacity: 1; 
	filter: alpha(opacity=100);
	background: url(http://www.zjol.com.cn/05zjol/sitemap/images/public_v1.png) 1px -235px #255aaa no-repeat;
}
/********************返回顶部 end******************/
/*****字色 begin**********/
.fc333,
.fc333 a{
	color: #333 !important;
}
.fc333 a:hover{
	color: #FF7D00 !important;
}
.fc666,
.fc666 a{
	color: #666 !important;
}
.fc666 a:hover{
	color: #FF7D00 !important;
}
.fc777,
.fc777 a{
	color: #666 !important;
}
.fc777 a:hover{
	color: #FF7D00 !important;
}
.fc888,
.fc888 a{
	color: #888 !important;
}
.fc888 a:hover{
	color: #FF7D00 !important;
}
.fc000,
.fc000 a{
	color: #000 !important;
}
.fc000 a:hover{
	color: #FF7D00 !important;
}
/*****字色 end**********/
