header {
	height: 850px;
	width: 100%;
	margin: 0 auto;
	background: url(../img/banner.png) no-repeat 50% 0;
}
a {
	color: #333
}
.headpiece {			/* 顶部logo和热线电话 */
	height: 107px;
	padding-top: 43px;
	overflow: hidden;
	width: 1120px;
	margin: 0 auto;
}
.headpiece .logo {			/* logo */
	float: left;
	width: 180px;
}
.headpiece .logo>img {
	width: 100%;
}
.headpiece .hotLine {		/* 热线电话 */
	float: right;
}
.headpiece .hotLine .phoneImgCon {
	float: right;
	height: 100%;
	padding-right: 10px;
	line-height: 107px;
}
.headpiece .hotLine .phoneContent {
	float: right;
	height: 100%;
	color: #fff;
	padding-top: 13px;
}
.headpiece .hotLine .phoneContent h4 {
	color: #fff;
}
nav {			/* 导航底部 */
	width: 100%;
	height: 62px;
	background: rgba(255,255,255,0.3);
}
.navigationBar {
	height: 62px;
	width: 1120px;
	margin: 0 auto;
	clear: both;
}
.navigationBar li{
	display: inline-block;
}
.navigationBar li a {
	display: block;
	height: 62px;
	line-height: 62px;
	width: 166px;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.navigationBar li a:hover {
	animation: navAni 0.6s;
	background: rgba(30,80,175,1);
}
.about {
	width: 1120px;
	margin: 0 auto;
}
.about h1{					/* 关于我们 */
	height: 124px;
	line-height: 124px;
	text-align: center;
	font-size: 24px;
}
.about ul {
	width: 100%;
	height: 300px;
	clear: both;
}
.about ul li {
	float: left;
	height: 298px;
	width: 258px;
	border: 1px #d9d9d9 solid;
	margin-right: 20px;
}
.about ul li:last-of-type {
	margin-right: 0px;
}
.about ul li h1 {
	height: 82px;
	margin-top: 58px;
	text-align: center;
}
.aboutImg {
	display: inline-block;
	height: 80px;
	width: 80px;
}
.aboutImgHover {
	display: none;
	height: 80px;
	width: 80px;
}
.about ul li:hover {
	animation: navAni 0.6s;
	background: #1e50ae;
}
.about ul li:hover .aboutImg {
	display: none;
}
.about ul li:hover .aboutImgHover {
	display: inline-block;
}
.about ul li:hover>h4,
.about ul li:hover>p{
	color: #fff;
}
.about ul li h4 {
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	margin-top: 22px;
	text-align: center;
}
.about ul li p {
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	padding: 0 35px;
}
.summaryCon {			/* 公司简介 */
	width: 100%;
	height: 466px;
	margin-top: 50px;
	background: url(../img/summaryBackground.jpg) no-repeat 50% 0;
}
.summary {
	height: 316px;
	width: 1120px;
	margin: 0 auto;
	padding-top: 70px;
	clear: both;
	cursor: pointer;
}
.summary article {
	height: 316px;
	width: 480px;
	float: left;
	position: relative;
}
.summary article h4 {
	color: #fff;
	font-size: 16px;
	height: 22px;
	line-height: 22px;
}
.summary article p {
	margin-top: 40px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	width: 460px;
	padding-right: 20px;
	height: 120px;
	overflow: hidden;
	position: relative;
}
.summary article p span {			/* 尾部省略号 */
	position: absolute;
	bottom: 0;
	right: 20px;
}
.summary article a {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 190px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border: 1px #D9D9D9 solid;
}
.summary .imgCon {
	width: 610px;
	height: 314px;
	float: right;
	border: 2px #fff solid;
}
.summary .imgCon img {
	width: 100%;
	height: 100%;
	display: block;
}
.productCenter {			/* 产品中心 */
	width: 1120px;
	margin: 0 auto;
}
.productCenter h1 {
	height: 124px;
	line-height: 124px;
	text-align: center;
	font-size: 24px;
}
.productCenter>p {
	text-indent: 1cm;
	font-size: 14px;
}
.homeProduct {
	height: 260px;
	position: relative;
	margin-top: 30px;
}
.everyProduct {
	border: 1px #eee solid;
	width: 263px;
	height: 258px;
	position: relative;
}
.everyProduct img {
	display: block;
	width: 100%;
	height: 100%;
}
.everyProduct p {
	position: absolute;
	bottom: 0;
	height: 60px;
	line-height: 60px;
	width: 100%;
	color: #fff;
	text-align: center;
	background: rgba(7,79,216,0.8);
}
.pressCenter {				/* 新闻中心 */
	width: 1120px;
	margin: 0 auto;
}
.pressCenter h1 {
	height: 124px;
	line-height: 124px;
	text-align: center;
	font-size: 24px;
}
.pressCenter table {
	width: 1120px;
}
.pressCenter table tr td {
	width: 50%;
}
.pressCenter table tr td dl {
	background: #f1f1f1;
	padding: 12px 10px;
	height: 130px;
	width: 520px;
	margin-bottom: 20px;
}
.pressCenter table tr td:last-of-type dl {
	float: right;
}
.pressCenter table tr td dl dt {
	float: left;
	width: 210px;
	height: 130px;
	background: #007AFF;
}
.pressCenter table tr td dl dd {
	float: left;
	height: 130px;
	width: 290px;
	padding-left: 15px;
	overflow: hidden;
}
.pressCenter table tr td dl dd h4 {
	font-size: 14px;
	line-height: 22px;
	width: 290px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pressCenter table tr td dl dd time {
	font-size: 14px;
	color: #333;
	line-height: 18px;
}
.pressCenter table tr td dl dd article {
	font-size: 12px;
	line-height: 20px;
	position: relative;
	padding-right: 10px;
	height: 85px;
	overflow: hidden;
}
.pressCenter table tr td dl dd article span {				/* 尾部省略号 */
	position: absolute;
	bottom: 0;
	right: 1px;
}
.newImg {
	display: block;
	width: 100%;
	height: 100%;
}
/*
动画样式
*/
@keyframes navAni{
	from{
		background: rgba(30,80,175,0);
	}
	to{
		background: rgba(30,80,175,1);
	}
}