
/*== navBar ==*/
.navBox>li>a{
	height: 60px;
	line-height: 48px;
}
.navBox>li .underline{
	width: 100%;
	height: 6px;
	border-bottom: 2px solid #fff;
	background: url(../../images/ZctImages/icons/icon_navArr.png) no-repeat center bottom;
	left: 0px;
	bottom: -30px;
}
.navBox>li:hover .underline{
	left: 0px;
	bottom: 10px;
}
.navBox>li.on .underline{
	left: 0px;
	bottom: 10px;
}
.transi{
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
/* ******************* 二级 navBar 开始**************/
/*列表页 头部 样式部分修改 */
#second_navBar .logoBox{
	margin-right:16px;
}
#second_navBar .navBox > li{
	margin-left: 14px;
}
/* 搜索组件  样式 开始*/
.rightSearchContainer{
	height:36px;
	top: 20px;
	right:0;
	background: #ffffff;
}
*+html .rightSearchContainer{
	width: 206px;
}
/* 左边 不同模块条件筛选 样式 开始*/
.rightSearchContainer .searchRange{
	width:66px;
	height: 34px;
	border: 1px solid #dddddd;
}
.rightSearchContainer .searchRange > a{
	display: block;
	width:100%;
	height: 100%;
	line-height: 34px;
	text-indent: 7px;
	background:url(../../images/ZctImages/icons/searchRangeIcon.jpg) no-repeat 52px center;
}
.rightSearchContainer .searchRange a{
	color: #7a7a7a;
}
.rightSearchContainer .searchRange .searchRangeMenu{
	display: none;
	left:-1px;
	top: 35px;
	z-index: 998;
}
.rightSearchContainer .searchRange .searchRangeMenu a{
	display: block;
	width: 66px;
	height: 29px;
	text-align: center;
	line-height: 29px;
	border: 1px solid #dddddd;
	border-top: 0;
	background: #fff;
}
.rightSearchContainer .searchRange .searchRangeMenu a:hover{
	color:#ffffff;
	background:#0092da;
}
.rightSearchContainer .searchRange .searchRangeMenu a.hasBlueBg{
	color:#ffffff;
	background:#0092da;
}
/* 左边 不同条件筛选模块 样式 结束*/
/* 右边 搜索框 模块 开始*/
.rightSearchContainer .searchBox{
	height: 34px;
	border: 1px solid #dddddd;
	border-left: 0;
}
.rightSearchContainer .searchBox input{
	border: 0;
}
.rightSearchContainer .searchBox #searchInput{
	width:104px;
	height:34px;
	line-height: 34px;
	text-indent: 10px;
}
.rightSearchContainer .searchBox #searchBtn{
	width: 33px;
	height:34px;
	cursor: pointer;
	background:url(../../images/ZctImages/icons/blueSearchIcon.png) no-repeat center center;
}
/* 路径   */
.pathbox{
	position:relative;
	line-height:50px;
	height:50px;
	color:#333;
	background:#f8f8f8;
}
/* 右边 搜索框 样式 结束*/
/* 搜索组件 样式 结束*/
/* *********************二级 navBar******************************* 结束*/

/*== animate动画 ==*/
/*转180deg*/
@keyframes rotate180{
	from{transform: rotate(0deg);}
	to{transform: rotate(180deg);}
}
@-webkit-keyframes rotate180{
	from{transform: rotate(0deg);}
	to{transform: rotate(180deg);}
}
@-moz-keyframes rotate180{
	from{transform: rotate(0deg);}
	to{transform: rotate(180deg);}
}
@-ms-keyframes rotate180{
	from{transform: rotate(0deg);}
	to{transform: rotate(180deg);}
}
@-o-keyframes rotate180{
	from{transform: rotate(0deg);}
	to{transform: rotate(180deg);}
}
/*转180deg*/
@keyframes rotate360{
	from{transform: rotate(0deg);}
	to{transform: rotate(360deg);}
}
@-webkit-keyframes rotate180{
	from{transform: rotate(0deg);}
	to{transform: rotate(360deg);}
}
@-moz-keyframes rotate180{
	from{transform: rotate(0deg);}
	to{transform: rotate(360deg);}
}
@-ms-keyframes rotate180{
	from{transform: rotate(0deg);}
	to{transform: rotate(30deg);}
}
@-o-keyframes rotate180{
	from{transform: rotate(0deg);}
	to{transform: rotate(360deg);}
}
