
.z-info{
	overflow: hidden;
}
.z-left{
	float: left;
	width: 30%;
	color: #646464;
}
.z-left h4{
	margin: 20px 0px;
	font-size: 19px;
}
.z-left .content{
    margin: 10px 0px 0;
}
.z-left .content p{
	font-size: 16px;
	line-height: 20px;
    padding: 10px 0 0;
    margin: 0;
}
.z-left .more_content{
    display: none;
}
.z-left a.more{
	display: block;
	text-align: center;
	padding: 10px 0px;
	background: #e5e5e5;
	margin-bottom: 40px;
	font-size: 16px;
	color: #646464;
}
.z-left .company{
	margin: 15px 0px;
	font-size: 16px;
    line-height: normal;
}
.z-left .company span:first-child{
	display: inline-block;
	width: 30px;
	height: 19px;
	background: url(../images/info/icons.png) left 4px no-repeat;
	background-size:15px;
	vertical-align: middle;
}
.z-left .company a{
	color: #f27b16;
}
.z-left p:nth-last-child(1) span:first-child{
	background-position: left -113px;
}
.z-left p:nth-last-child(2) span:first-child{
	background-position: left -84px;
}
.z-left p:nth-last-child(3) span:first-child{
	background-position: left -52px;
}
.z-left p:nth-last-child(4) span:first-child{
	background-position: left -27px;
}
.z-right{
	float: right;
	width: 70%;
	padding-left: 65px;
	box-sizing: border-box;
	margin-top: 60px;
}
.uls ul{
	overflow: hidden;
	color: #3a3a3a;
	list-style: none;
	background: #f8f8f8;
	margin: 0px;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
}
.list ul.odd{
	background:#EAEAEA;
}
.uls ul.tit{
	background: #004e97;
	color: #fff;
	border-left: 1px solid #004e97;
	border-right: 1px solid #004e97;
}
.uls ul.last{
	border-bottom:1px solid #d6d6d6;
}
.s-left ul:nth-last-child(1),
.s-right ul:nth-last-child(1){
	border:none;
}
.uls ul.even{
	background: #ececec;
}
.uls{
	margin-top: 15px;
}
.s-left ul.odd,
.s-right ul.odd{
	background: #fff;
}
.s-left ul.even,
.s-right ul.even{
	background: #f2f2f2;
}
.list ul.even{
	background:#f8f8f8;
}
.uls ul li{
	float: left;
	font-size: 18px;
	padding: 20px 0px;
	text-align: center;
	width: 20%;
	position: relative;
}
.uls ul li:first-child{
	width: 25%;
}
.uls ul li.wtt{
	width: 15%;
}
.s-left ul,.s-right ul{
	border: 0px;
}
.s-left ul li{
	width: 10%;
	font-size: 14px;
	position: relative;
	padding: 15px 0px;
}
.s-right ul li{
	width: 15%;
	font-size: 14px;
	position: relative;
	padding: 15px 0px;
}
.s-left ul li:first-child{
	width:20%
}
.s-left ul li.wt{
	width:20%
}
.s-left ul li.wt{
	width:45%
}
.s-left ul.tit,.s-right ul.tit{
	font-size: 16px;
}
.page{
	margin: 20px 0px 40px;
	text-align: center;
}
.page .fpage{
	display: inline-block;
	width: 40px;
	height: 35px;
	color: #fff;
	background: #004e97;
	text-align: center;
	line-height: 35px;
	font-size: 20px;
	font-family: consolas;
	margin: 0px 5px;
	cursor: pointer;
}
.page a{
	color: #999;
	font-size: 16px;
	display: inline-block;
	width: 33px;
	height: 33px;
	text-align: center;
	line-height: 35px;
	border: 1px solid #999;
}
.page span{
	width: 33px;
	height: 33px;
	display: inline-block;
	text-align: center;
}
.page a.check{
	background: #004e97;
	color: #fff;
}
.s-left{
	float: left;
	width: 67%;
	margin-bottom: 60px;
	padding-right: 30px;
    box-sizing: border-box;
}
.s-right{
	float: right;
	width: 33%;
	/*padding-top: 122px;*/
}
.search{
	margin: 40px 0px 0;
}
.search:after{ 
	display:block;
	content:""; 
	clear:both;
}
.search label{
	float: left;
}
.adr{
	width: 120px;
	height: 50px;
	border: 1px solid #c9c9c9;
	display: inline-block;
	font-size: 16px;
	padding-right: 30px;
	background: url(../images/info/down.png) 130px 20px no-repeat;
	background-size: 10px;
    margin-right: 10px;
    margin-bottom: 0;
	position: relative;
}
.z01{
	z-index: 300;
    cursor: pointer;
}
.z02{
	z-index: 200;
    cursor: pointer;
}
.z03{
	z-index: 100;
}
.adr div.val{
	box-sizing: content-box;
	height:50px;
	line-height: 50px;
	background: #c9c9c9;
	color: #004e97;
	text-align: center;
	font-size: 14px;
}
.adr .select{
	position: absolute;
	top: 50px;
	left: -1px;
	width: 101%;
	background: #c9c9c9;
	color: #004e97;
	text-align: center;
	display: none;
}

.adr .select p{
	line-height: 25px;
	margin: 0px;
}
.adr .select p:first-child{
	background: #1E90FF;
}
.adr select{
	position: absolute;
	width: 125%;
	top: 0px;
	left: 0px;
	border: none;
	color: #004e97;
	height: 50px;
	background: #c9c9c9;
	padding-left: 15px;
}
.key{
	width: 38%;
	display: inline-block;
	height: 50px;
	background: url(../images/info/box.png) center 0px no-repeat;
	background-size:100% 100%;
	padding-left:10px;
    margin-bottom: 0;
	box-sizing: border-box;
	position: relative;
}
.key input{
	background: transparent;
	border: none;
	color: #004e97;
    font-family: "microsoft yahei",'微软雅黑';
	height: 50px;
	line-height: 42px;
	width: 88%;
	padding-right: 30px;
	box-sizing: border-box;
	outline-color: transparent;
	margin-left: 20px;
    margin-bottom: 0;
    box-shadow: none;
}
.key input::-webkit-input-placeholder {
    color: #004e97 !important; /* WebKit browsers */
}
.key input:-moz-placeholder {
    color: #004e97 !important; /* Mozilla Firefox 4 to 18 */
}
.key input::-moz-placeholder {
    color: #004e97 !important; /* Mozilla Firefox 19+ */
}
.key input:-ms-input-placeholder {
    color: #004e97 !important; /* Internet Explorer 10+ */
}
.btn-search{
	display: block;
	position: absolute;
	right: 17px;
	top: 0px;
	width: 30px;
	height: 50px;
	background: url(../images/search-btn.png) center 13px  no-repeat;
	cursor: pointer;
}
.more{
	margin:15px 0px 0;
	overflow: hidden;
	font-size: 16px;
}
.more span{
	float: left;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #004e97;
	margin-right: 10px;
	cursor: pointer;
}
.more span.check{
	background: #f27b16;
}
.more a{
	color: #9e9e9e;
	float: right;
	line-height: 40px;
}
.new{
	position: absolute;
	top: 10px;
	display: inline-block;
	width: 30px;
	height: 20px;
    margin: 0 0 0 10px;
	background: url(../images/info/new.png) center 0px no-repeat;
	background-size: 28px;
    animation: neweffect 1s linear infinite;
    -moz-animation: neweffect 1s linear infinite;	/* Firefox */
    -webkit-animation: neweffect 1s linear infinite;	/* Safari 和 Chrome */
    -o-animation: neweffect 1s linear infinite;
}
@keyframes neweffect
{
0%   {top:10px;margin-left: 10px;}
50%  {top:7px;margin-left: 12px;}
100% {top:10px;margin-left: 10px;}
}

@-moz-keyframes neweffect /* Firefox */
{
0%   {top:10px;margin-left: 10px;}
50%  {top:7px;margin-left: 12px;}
100% {top:10px;margin-left: 10px;}
}

@-webkit-keyframes neweffect /* Safari 和 Chrome */
{
0%   {top:10px;margin-left: 10px;}
50%  {top:7px;margin-left: 12px;}
100% {top:10px;margin-left: 10px;}
}

@-o-keyframes neweffect /* Opera */
{
0%   {top:10px;margin-left: 10px;}
50%  {top:7px;margin-left: 12px;}
100% {top:10px;margin-left: 10px;}
}
.s-right ul li{
	width: 32%;
}
.s-right ul li:first-child{
	width: 36%;
}
.uls .page{
	margin: 0px;
	line-height: 60px;
}
.list .uls ul li{
	width: 11%;
}
.list ul li:first-child{
	width: 35%;
}
.list ul li.wt{
	width: 30%;
}
.list .uls{
	margin-bottom: 100px;
}
.hid .uls{
	display: none;
}
