﻿html, body, * {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
ul {
	list-style: none;
}
body {
	font-size: 14px;
	line-height: 26px;
	font-family: "微软雅黑";
}
.header {
	width: 100%;
	float: left;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: orange;
	padding-top: 10px;
	padding-bottom: 10px;
}
.headerWidth {
	width: 980px;
	margin: 0 auto;
}
.header-logo {
	float: left;
	display: block;
	width: 400px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 84px;
}
.header-logo a {
	float: left;
	display: block;
	width: 400px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 84px;
}
.header-menu {
	float: right;
	display: block;
	width: 520px;
	text-align: center;
	height: 100px;
}
.header-menu li a {
	display: inline-block;
	float: left;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	width: 100px;
	height: 80px;
	line-height: 70px;
}
.header-menu li a:hover {
	color: #F60;
}
.menuOn {
	display: inline-block;
	float: left;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	width: 100px;
	height: 70px;
	background-image: url(images/arrow-down.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.vline {
	display: block;
	float: left;
	width: 1px;
	height: 80px;
	background-color: #E8E8E8;
}
.mainBanner {
	width: 100%;
	float: left;
}
.mainBody {
	width: 100%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.mainBodyAbout {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
}
.mainBodyAbout h1 {
	background-image: url(images/main-aboutTitle.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 81px;
	width: 339px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.mainBodyAboutCoent {
	display: block;
	margin-top: 20px;
	margin-bottom: 40px;
	float: left;
	width: 100%;
}
.mainBodyAboutCoent p {
	font-size: 18px;
	line-height: 36px;
}
.mainBodyProduct {
	width: 100%;
	background: url(images/main-product-bg.jpg) no-repeat center top;
	height: 500px;
	float: left;
}
.mainBodyProduct h1 {
	height: 160px;
}
.mainBodyProductCoent {
	width: 980px;
	margin: 0 auto;
}
.mainBodyProductCoent li {
	margin-left: 20px;
	margin-right: 20px;
	display: block;
	float: left;
	text-align: center;
}
.mainBodyProductCoent h2 {
	color: #CCC;
	font-size: 18px;
	font-weight: normal;
	margin-top: 20px;
	float: left;
	width: 100%;
}
.mainproduct-p1 a {
	width: 200px;
	height: 200px;
	float: left;
	background-image: url(images/main-p1.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
.mainproduct-p2 a {
	width: 200px;
	height: 200px;
	float: left;
	background-image: url(images/main-p2.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
.mainproduct-p3 a {
	width: 200px;
	height: 200px;
	float: left;
	background-image: url(images/main-p3.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
.mainproduct-p4 a {
	width: 200px;
	height: 200px;
	float: left;
	background-image: url(images/main-p4.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
.mainBodyMachine {
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 40px;
}
.mainBodyMachine h1 {
	height: 100px;
	width: 100%;
	float: left;
	background-image: url(images/main-machineTitle.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.mainBodyMachineCoent {
	width: 980px;
	margin: 0 auto;
}
.mainBodyMachineCoent h2 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}
.machine {
	float: left;
	display: block;
	margin-right: 20px;
	margin-left: 20px;
}
/*内页*/
.infaceBody {
	width: 100%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.infaceBodyAbout {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
}
.infaceBodyAbout h1 {
	background-image: url(images/profileTitle.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 120px;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.infaceBodyAboutCoent {
	display: block;
	margin-top: 20px;
	margin-bottom: 40px;
	float: left;
	width: 100%;
}
.infaceBodyAboutCoent p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 10px;
}
.infaceBodyAboutCoent h2 {
	margin-top: 20px;
	margin-bottom: 10px;
}
.infaceBodyAboutCoentLeft {
	float: left;
	width: 48%;
}
.infaceBodyAboutCoentLeft img {
	width: 100%;
}
.infaceBodyAboutCoentLeft td {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.infaceBodyAboutCoentRight {
	float: right;
	width: 48%;
}
.infaceBodyAboutCoentRight img {
	width: 100%;
}
.infaceBodyProduct {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	overflow: hidden;
}
.infaceBodyProduct h1 {
	background-image: url(images/productTitle.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 120px;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.infaceBodyProductCoent {
	display: block;
	margin-top: 20px;
	margin-bottom: 40px;
	float: left;
	width: 100%;
}
.infaceBodyProductCoent > ul > li {
	float: left;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	display: block;
	padding-bottom: 30px;
	padding-top: 30px;
}
.productBoxLeft {
	float: left;
	background-image: url(images/product-bg.jpg);
	background-repeat: no-repeat;
	background-position: center -38px;
	width: 251px;
	text-align: center;
	height: 200px;
}
.productBoxRight {
	float: left;
	margin-left: 30px;
	width: 690px;
}
.productBoxRight li {
	width: 100%;
	float: left;
	font-size: 16px;
	margin-bottom: 5px;
}
.productBoxRight h2 {
	margin-bottom: 20px;
}
.productCoentSubLeft {
	float: left;
	text-align: right;
	display: block;
	width: 10%;
}
.productCoentSubRight {
	float: left;
	width: 85%;
	margin-left: 2%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 2%;
}
.productCute {
	text-align: center;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.productCute a {
	background-color: #FFF;
	color: #F60;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	border-radius: 60px;
	height: 40px;
	width: 40px;
	display: inline-block;
	font-size: 20px;
	line-height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	border: 2px solid #F60;
}
.productCute a:hover {
	background-color: #F60;
	color: #FFF;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	border-radius: 60px;
	height: 40px;
	width: 40px;
	display: inline-block;
	font-size: 20px;
	line-height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	border: 2px solid #F60;
}
a.CuteOn {
	background-color: #F60;
	color: #FFF;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	border-radius: 60px;
	height: 40px;
	width: 40px;
	display: inline-block;
	font-size: 20px;
	line-height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	border: 2px solid #F60;
}
a.productCuteArrow {
	background-color: #fff;
	color: #F60;
	border: 2px solid #FFF;
	background-image: url(images/arrow-left.png);
	background-repeat: repeat;
	background-position: center center;
	text-indent: -10300px;
}
a:hover.productCuteArrow {
	background-color: #fff;
	color: #F60;
	border: 2px solid #FFF;
}
a.productCuteArrowRight {
	background-color: #fff;
	color: #F60;
	border: 2px solid #FFF;
	background-image: url(images/arrow-right.png);
	background-repeat: repeat;
	background-position: center center;
	text-indent: -10300px;
}
a:hover.productCuteArrowRight {
	background-color: #fff;
	color: #F60;
	border: 2px solid #FFF;
}

.infaceBodyJob {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	overflow: hidden;
}

.infaceBodyJob h1 {
	background-image: url(images/jobTitle.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 120px;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.infaceBodyJob h2{margin-bottom:10px;}

.infaceBodyJobCoent {
	display: block;
	margin-top: 20px;
	margin-bottom: 40px;
	float: left;
	width: 100%;
}

.infaceBodyJobCoent p{line-height:36px;font-size:18px;}

.infaceBodyContact {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	overflow: hidden;
}
.infaceBodyContact h1 {
	background-image: url(images/contactTitle.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 120px;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.infaceBodyContactCoent {
	display: block;
	margin-top: 20px;
	margin-bottom: 40px;
	float: left;
	width: 100%;
}
.footer {
	width: 100%;
	float: left;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: orange;
	background-color: #333;
	color: #CCC;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer b {
	color: orange;
	font-weight: normal;
}
.footerWidth {
	width: 980px;
	margin: 0 auto;
}
.footerLeft {
	float: left;
	font-size: 16px;
	line-height: 32px;
	margin-top: 20px;
}
.footerRight {
	float: right;
	width: 120px;
}
.webQR {
	width: 120px;
	height: 120px;
	background-image: url(images/webQR.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.footerRight h3{
	display: block;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
}
