/*公用部分*/
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, img, dl, dt, dd, table, th, td, blockquote, fieldset, div, strong, label, em, a, span, input{
	margin:0;
	padding:0; 
	/* font-family:'微软雅黑','Arial'; */
}
html,body {overflow-x:hidden; color: #434343;background: #e5e5e5;}
ul li{list-style: none;}
a{text-decoration: none;color: #434343;-webkit-tap-highlight-color:rgba(0,0,0,0);}
em,i{font-style: normal;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
input,textarea{outline: none;}
input:-webkit-input-placeholder {
	color: #dadada;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #dadada;
}
input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #dadada;
}
.logoContent{
	position: relative;
}
input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #dadada;
}
.ellipsis{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ellipsis2{
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.ellipsis3{
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
clearFloat{zoom: 1;clear: both;}
*{
	margin: 0;
	padding: 0;
	border: none;
	/*font-family: '微软雅黑';*/
}
html{
	height: 100%;
}
body{
	background-color: white;
	min-height: 100%;
	border: none;
	overflow-y: hidden;
}
/* 公用头部样式 */
header{
	width: 1100px;
	height: 105px;
	margin: 0 auto;
	position: relative;
	border: 1px solid transparent;
	clear: both;
	zoom: 1;
}
header .logoContent{
	width: 80%;
	height: 100%;
	display: flex;
	align-items: center;
	
}
header .logoContent .logo{
	display: inline-block;
	width: 443px;
	height: 110px;
	align-items: center;
}
header .logoContent .companyName{
	display: inline-block;
	width: 275px;
	height: 70px;
	align-items: center;
	margin-left: 10px;
}
header .Email{
	height: 30px;
	line-height: 30px;
	position: absolute;
	bottom: 30px;
	right: 0px;

}
header .Email input{
	height: 30px;
	line-height: 30px;
	width: 120px;
	border: 1px solid #BABDBF;
	border-radius: 30px;
	padding: 2px 15px;
	margin-right: 50px;
	color: #666;
	font-size: 13px;

}
header .sousuo span .iconsousuo{
  font-size:13px;
	color: #ffffff;
	text-align: center;

}
header .sousuo{
	width: 56px;
	height: 32px;
	text-align: center;
	border-radius:0 30px 30px 0;
	background: #195193;
	position: absolute;
	left: 100px !important;
	top: -0.2px;
}
header .Email .sousuo span {
	width: 56px;
	font-size: 13px;
	text-align: center;
	line-height: 30px;
	height: 30px;
	color: #ffffff;

}
header .Email img{
	width: 25px;
	height: 25px;
	vertical-align: middle;
}
header .Email a{
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	color: #333333;
	text-decoration: none;
	font-family: '微软雅黑';
}
header .Email a:hover{
	text-decoration: underline;
}

/* 导航栏样式 */
nav{
	width: 100%;
	height: 45px;
	background-color: rgba(1, 82, 147, 1);
}
nav ul{
	width: 1100px;
	height: 45px;
	line-height: 45px;
	margin: 0 auto;
	transform: translateX(-25px);
	-webkit-transform: translateX(-25px);
}
nav li{
	display: inline-block;
	height: 45px;
	line-height: 45px;
	float: left;
}
nav li a{
	display: block;
	width: 94px;
	height: 45px;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
}
nav li a:hover{
	color: rgb(230, 161, 23);
	background-color: #006599;
}
nav .active a{
	color: rgb(230, 161, 23);
	background-color: #006599;
}
header #select{
    position: absolute;
	left: 780px;
	top: 46px !important;
	z-index: 9999;
	height: 30px;
	line-height: 30px;
	width: 85px;
	border: 1px solid #BABDBF;
	border-radius: 30px 0 0 30px;
	padding: 0 0 0 5px;

}

/* 页签 */
.pageTab{
	width: 1100px;
	height: 60px;
	margin: 0 auto;
	font-size: 13px;
	color: #333333;
	text-align: left;
	line-height: normal;
	line-height: 60px;
	font-family: '微软雅黑','Arial';
}
.pageTab ul{
	width: 100%;
	height: 100%;
}
.pageTab ul li{
	float: left;
}
.pageTab ul li span{
	margin: 0 10px;
}

/* 页尾 */
footer{
	width: 1100px;
	height: 253px;
	margin: 60px auto 0;
	border-top: 3px solid rgba(1, 82, 147, 1);
	box-sizing: border-box;
}
footer .link{
	width: 100%;
	height: 110px;
	border-bottom: 1px solid #E5E5E5;
	clear: both;
	zoom: 1;
	box-sizing: border-box;
	position:relative;
}
footer .link .title{
	width: 150px;
	color: #333333;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	float: left;
	margin-top: 20px;
}
footer .link .list{
	width: 950px;
	color: #333333;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	float: left;
	line-height: 30px;
	margin-top: 20px;
}
footer .link .list a:hover{
	color: rgb(230,160,23);
}
footer .authentication{
	width: 510px;
	height: 150px;
	box-sizing: border-box;
	margin: 0 0 0 250px;
}
footer .authentication .records{
	width: 300px;
	float: left;
	margin-top: 33px;
}
footer .authentication .records span,
footer .authentication .records a{
	display: block;
	font-weight: 400;
	font-style: normal;
	line-height: 28px;
	font-size: 13px;
	color: #333333;
}
footer .authentication .imageCode{
	width: 100px;
	height: 100px;
	float: left;
	margin: 25px 0 0 110px;
}
footer .authentication .imageCode img{
	width: 100%;
	height: 100%;
}
#searchContent{
   position: relative;
}
.pagination-ul{
	text-align: center;
	position: absolute;
	bottom:-50px;
	width: 875px;
	height: 35px;
	display: flex;
	font-size: 16px;
	line-height: 35px;

}
.sumpage{
	margin-left: 30px;

}
.toppage{
	margin-left: 40%;
	border:1px solid #eeeedd ;
	font-size: 18px;
	width: 30px;
}
.bottompage{
	margin-left: 30px;
	border:1px solid #eeeedd ;
	font-size: 18px;
	width: 30px;
}
#showtime{
	position:absolute;
	left:650px;
	top:30px;
	z-index:9999;
	font: 34px "微软雅黑";
	font-weight: bold;
	color:white;
		}
