body {
	background: #f5f5f5;
}
header {
	height: 700px;
	width: 100%;
	margin: 0 auto;
	background: url(../../../img/newBanner.jpg) no-repeat 50% 0;
}
.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);
}

/* 版心 */
.typePage {				
	clear: both;
}
.typePage>section {
	padding: 0 px 0 10px 0;
	background: #FFFFFF;
}
.typePage>section>h1 {
	text-align: center;
	height: 80px;
	line-height: 80px;
	font-size: 24px;
	background: #F5F5F5;
}
.typePage>section .contentModel {
	width: 1170px;
	padding: 10px 0;	
	margin: 0 auto;
}
.location {
	width: 1170px;
	height: 300px;
	overflow: hidden;
}
.location ul {
	height: 300px;
	width: 500px;
	float: left;
}
.location ul li {
	font-size: 16px;
	color: #404040;
	line-height: 30px;
	font-weight: bold;
}
.location .container {
	height: 300px;
	width: 600px;
	float: right;
}
/* 留言功能 */
.messageBoard .userInformation {
	height: 80px;
	padding: 30px 0;
	background-color: #fff;
	overflow: hidden;
}
.messageBoard .userInformation span {
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 100px;
	font-size: 14px;
}
.messageBoard .userInformation .ipt {
	float: left;
	outline: none;
	width: 200px;
	height: 40px;
}
.messageBoard .messageContent {
	height: 120px;
	padding: 10px 30px;
	background-color: #fff;
	position: relative;
}
.messageBoard .messageContent>span {
	display: block;
	height: 20px;
	line-height: 20px;
	width: 30px;
	text-align: center;
	left: 0;
	top: 0;
	color: red;
	position: absolute;
}
.messageBoard .messageContent textarea {
	display: block;
	height: 100px;
	width: 100%;
}
.messageBoard .submitMessage {
	height: 80px;
	padding: 20px 30px;
	background-color: #fff;
}
.messageBoard .submitMessage button {
	height: 36px;
	width: 100px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	background-color: #007AFF;
	color: #fff;
	border-radius: 6px;
	outline: none;
	border: none;
	cursor: pointer;
}
/* 版心内容 */
.companyProfile {			/* 公司简介 */
	font-size: 18px;
	line-height: 28px;
	text-indent: 2em
}
.factoryAppearance {		/* 厂容厂貌 */
	height: 230px;
}
.factoryAppearance article {
	float: left;
	width: 25%;
	height: 140px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.factoryAppearance article img {
	display: inline-block;
	width: 265px;
	height: 140px;
}
.factoryAppearance article p {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
}


/* 动画 */
@keyframes breakingTitleAni{
	from{background: #065fb9;}
	to{background: #04477c;}
}
@keyframes breakingImgShowAni{
	from{left: 770px;}
	to{left: 0;}
}
@keyframes breakingImgHideAni{
	from{opacity: 1;}
	to{opacity: 0;}
}
@keyframes navAni{
	from{
		background: rgba(30,80,175,0);
	}
	to{
		background: rgba(30,80,175,1);
	}
}