* {
	padding: 0;
	margin: 0;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
small,
div,
li,
a {
	font-family: "Microsoft YaHei" !important;
	color: #999999;
}


/*头部开始*/

.Top {
	background: #222222;
	height: 30px;
	line-height: 30px;
}

.Top .uk-float-left {
	color: #c5c5c5;
	font-size: 12px;
	font-family: "微软雅黑";
}

.Top a {
	color: #ffffff;
	font-size: 12px;
}

.Top a:hover {
	color: #FFFFFF;
}


/*头部开始*/

.header {
	background: #383434;
}

.head {
	padding: 50px 40px 0 40px;
}

.head .Logo {
	width: 532px;
	height: 77px;
	float: left;
}

.head .Tel {
	width: 235px;
	float: right;
	margin-top: 21px;
}

.head .Tel img {
	float: left;
	width: 35px;
	height: 35px;
}

.head .Tel p {
	color: #00aa65;
	font-size: 22px;
	margin: 0;
	line-height: 35px;
	float: right;
	letter-spacing: 3px;
}


/*导航*/

.Nav {
	padding: 30px 0 20px 0;
}

.Nav ul {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.Nav ul li {
	float: left;
	width: 11%;
	text-align: center;
}

.Nav ul li a {
	font-size: 16px;
	color: #FFFFFF;
}

.Nav ul li a:hover {
	color: #00AA65;
}


/*手机头部*/

.iphone-nav {
	padding: 3%;
	background: #383434;
}

.iphone-nav .uk-text-right {
	color: #FFFFFF;
	display: block;
	height: 77px;
	line-height: 77px;
	float: right;
}


/*关键词*/

.banner {
	position: relative;
}

.Key {
	background: #FFFFFF;
	height: 46px;
	position: absolute;
	bottom: -23px;
	z-index: 9999;
	width: 1130px;
	box-shadow: 0px 5px 5px #888888;
}

.Key-left {
	overflow: hidden;
	padding-left: 15px;
	width: 770px;
	float: left;
}

.Key-left p {
	margin: 0;
	color: #00AA65;
	background: url(../images/ti.png) left center no-repeat;
	line-height: 46px;
	text-indent: 25px;
	font-size: 14px;
	width: 115px;
	float: left;
}

.Key-left a {
	color: #333333;
	font-size: 14px;
	float: left;
	margin-left: 10px;
	line-height: 46px;
}

.Key-left a:hover {
	color: #00AA65;
}

.Key-A {
	width: 630px;
	float: left;
}

.Key-right {
	width: 300px;
	float: right;
	padding-top: 7px;
	padding-right: 10px;
}

.Key-right input {
	width: 220px;
	height: 30px;
	border: 1px solid #00AA65;
	outline: none;
	text-indent: 5px;
	display: block;
	float: left;
}

.Key-right button {
	height: 32px;
	border: 1px solid #00AA65;
	display: block;
	float: left;
	width: 70px;
	background: #00AA65;
	color: #FFFFFF;
}

.Star {
	margin-top: 23px;
}

.title {
	font-size: 24px;
	color: #000000;
	padding: 54px 0 40px 0;
	text-align: center;
	line-height: 24px;
}

.Star img {
	width: 100%;
}

.Star .uk-grid {
	padding-left: -65px !important;
}

.Star .uk-grid>* {
	padding-left: 65px;
	margin-bottom: 30px;
}

.Star-T {
	padding-right: 30px;
}


/*关于我们*/

.About {
	background: #f4f3f8 url(../images/pic9.png) center bottom no-repeat;
	padding-bottom: 299px;
	margin-top: 70px;
}

.About .About-Text {
	width: 90%;
	margin: 0 auto;
}

.About .About-Text h3 {
	margin: 0;
	color: #00AA65;
	font-size: 24px;
	margin-top: 20px;
}

.About .About-Text p {
	color: #5d5d5d;
	font-size: 16px;
	line-height: 28px;
	margin-top: 40px;
}

.About .About-Text p a {
	color: #00AA65;
}

.About .title h3 {
	font-size: 24px;
	color: #000000;
	text-align: center;
	height: 24px;
	line-height: 24px;
	background: #f4f3f8;
	position: absolute;
	z-index: 9999;
	width: 30%;
	left: 35%;
}

.About .title {
	position: relative;
}

.About .title hr {
	border-top: 2px solid #00AA65;
	position: absolute;
	top: 50px;
	width: 60%;
	left: 20%;
}

.News-text {
	margin-top: 15px;
}

.News-text h3 {
	color: #333333;
	font-size: 18px;
	margin: 0;
}

.News-text p {
	color: #999999;
	font-size: 14px;
	line-height: 26px;
	margin: 0;
	margin-top: 6px;
}

.News a:hover .News-text h3 {
	color: #00AA65;
}


/*产品中心*/

.Product {
	background: #f4f3f8;
	margin-top: 50px;
}

.Product li {
	margin-bottom: 20px;
}

.Product-Li {
	background: #FFFFFF;
	border: 1px solid #bababa;
	padding: 10px;
}

.Product-Li img {
	width: 100%;
}

.Product-Li:hover {
	border: 1px solid #00AA65;
}

.Product-T {
	margin-top: 15px;
}

.Product-T h3 {
	color: #00AA65;
	margin: 0;
}

.Product-T p {
	color: #999999;
	font-size: 14px;
	margin: 5px;
}

.Product-btn {
	margin: 50px 0;
}

.Product-btn a {
	color: #00AA65;
	border: 1px solid #00AA65;
	width: 200px;
	text-align: center;
	height: 40px;
	border-radius: 5px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	margin: 0 auto;
}

.Tage-C {
	padding: 20px 0;
}

.Tage-C h2 {
	color: #00AA65;
	font-size: 24px;
}

.Tage-C .Tage-Text h3 {
	color: #333333;
	font-size: 16px;
	margin: 5px;
}

.Tage-C .Tage-Text p {
	line-height: 24px;
	font-size: 14px;
	margin: 0;
}


/*留言*/

.Leaving {
	background: url(../images/bg.jpg) no-repeat center;
	padding: 40px 0 50px 0;
}

.Leaving-Text {
	margin-top: 20px;
}

.Leaving-Text h3 {
	margin: 0;
	color: #00AA65;
	font-size: 18px;
}

.Leaving-Text p {
	font-size: 14px;
	color: #ffffff;
	margin: 0;
	margin-top: 8px;
}

.Leaving-right {}

.Leaving-right input {
	height: 40px;
	border: none;
	background: #FFFFFF;
	display: block;
	width: 100%;
	border-radius: 3px;
	outline: none;
	font-family: "微软雅黑";
	line-height: 40px;
	text-indent: 10px;
	font-size: 14px;
	color: #666;
}

.Leaving-right li {
	margin-top: 20px;
}

.Leaving-right li textarea {
	height: 100px;
	width: 100%;
	outline: none;
	color: #999999;
	font-size: 14px;
	line-height: 24px;
	text-indent: 5px;
	font-family: "微软雅黑";
}

.Leaving-right li button {
	height: 40px;
	border: none;
	background: #00AA65;
	display: block;
	width: 100%;
	color: #FFFFFF;
	margin-top: 20px;
}

.Leaving-logo {
	width: 95%;
	margin-top: 40px;
}

.Leaving-Text {
	width: 95%;
}


/*开始*/

.Start {
	padding: 40px 0;
}

.Start h3 {
	color: #000000;
	font-size: 40px;
	margin: 0;
	height: 40px;
	line-height: 40px;
}

.Start p {
	color: #000000;
	font-size: 30px;
	line-height: 30px;
	margin: 0;
	margin-top: 36px;
}

.Start a {
	width: 150px;
	height: 50px;
	background: #00AA65;
	color: #FFFFFF;
	margin: 0 auto;
	line-height: 50px;
	font-size: 16px;
	border-radius: 5px;
	margin-top: 25px;
}

.footer {
	background: #191919;
	border-top: 2px solid #00AA65;
}

.footer-left p {
	color: #747474;
	font-size: 16px;
	margin: 0;
}

.footer-left h3 {
	color: #00AA65;
	font-family: arial !important;
	font-size: 38px;
	line-height: 38px;
	font-style: italic;
	margin: 0;
	margin-top: 10px;
}

.footer-conter p {
	margin: 0;
	line-height: 32px;
	color: #747474;
	padding-left: 25%;
}

.footer-right img {
	float: right;
}

.potion {
	position: relative;
}

.potion span {
	position: absolute;
	right: 0;
	width: 1px;
	height: 100px;
	background: #2b2b2b;
	display: block;
	top: 0;
}

.foot {
	padding: 50px 0 30px 0;
}

.foot-text {
	padding-bottom: 1%;
}

.foot-text p {
	margin: 0;
	color: #747474;
}


/*底部导航*/

.medium {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #00AA65;
}

.medium a {
	padding: 6px 0;
}

.medium img {
	display: block;
	width: 28px;
	margin: 0 auto;
}

.medium p {
	color: #FFFFFF;
	margin: 0;
	margin-top: 5px;
}


/*产品中心*/

.Product-list {
	background: #fafafa;
}

.Product-top {}

.Product-top ul li a {
	display: block;
	border: 1px solid #d2d2d2;
	height: 30px;
	line-height: 36px;
	color: #454545;
	font-size: 14px;
}

.Product-top ul li a:hover {
	background: #888381;
	color: #FFFFFF !important;
}

.Product-active a {
	background: #888381;
	color: #FFFFFF !important;
}

.Product-L {
	margin-top: 50px;
}

.Product-L ul li img {
	width: 100%;
}

.Product-L ul li p {
	margin: 0;
	text-align: center;
	font-size: 16px;
	color: #333333;
	margin: 20px 0;
}

.Product-L ul li a:hover p {
	color: #00AA65;
}


/*员工风采*/

.Staff {
	background: #FAFAFA;
}

.Staff-contont {
	overflow: hidden;
}

.Staff-contont ul li a {}

.Staff-contont ul li {
	padding-bottom: 20px;
	margin-top: 20px;
	border-bottom: 1px dashed #e4e4e4;
}

.Staff-left {}

.Staff-right h3 {
	color: #333;
	margin: 0;
}

.Staff-right small {
	color: #999;
	display: block;
	margin: 10px 0;
}

.Staff-right p {
	color: #666;
	margin: 0;
	padding-right: 20px;
}

.pagination {
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
	overflow: hidden;
}

.pagination li a {
	display: block;
	background: #eeeeee;
	padding: 5px 10px;
	color: #333333;
}

.pagination li span {
	display: block;
	background: #00AA65;
	padding: 5px 10px;
	color: #FFFFFF;
}

.pagination li {
	float: left;
	margin-right: 10px;
}


/*新闻中心*/

.News-List {
	background: #FAFAFA;
}

.News-ul li {
	margin-bottom: 30px;
}

.News-ul li a {
	display: block;
	background: #FFFFFF;
	box-shadow: 0px 5px 10px #888888;
}

.News-ul li a h3 {
	color: #333333;
	font-size: 18px;
	padding: 0 10px;
	margin: 10px 0;
}

.News-ul li a p {
	color: #999999;
	font-size: 14px;
	color: #666666;
	margin: 0;
	padding: 0 10px;
	padding-bottom: 15px;
}

.News-ul li a:hover h3 {
	color: #00AA65;
}


/*关于我们*/

.US {
	background: #FAFAFA;
}

.US-right h3 {
	color: #00AA65;
	margin: 0;
}

.US-right p {
	color: #333333;
	font-size: 15px;
	line-height: 26px;
	margin: 10px 0;
}

.US-text h3 {
	color: #00AA65;
	margin: 0;
	margin-top: 15px;
}

.US-text p {
	color: #333;
	font-size: 15px;
	line-height: 26px;
	margin-top: 10px;
}


/*联系我们+留言*/

.Contact {
	background: #FAFAFA;
	padding-bottom: 30px;
}

.Tact-Small {
	color: #00AA65;
	font-size: 16px;
	line-height: 28px;
}

.Tact-text {
	margin-top: 15px;
}

.Tact-text p {
	margin: 0;
	line-height: 30px;
	font-size: 16px;
	color: #000;
}

.Tact-text img {
	width: 40%;
	margin: 0 auto;
	margin-top: 15px;
}

.Page {
	background: #FAFAFA;
	padding-top: 60px;
}

.page-title {
	border-bottom: 1px dashed #EEEEEE;
}

.page-title h3 {
	color: #00AA65;
	font-size: 20px;
	line-height: 24px;
}

.page-title p {
	color: #999999;
}

.page-text {
	margin-top: 20px;
}

.page-text p {
	color: #666;
	font-size: 16px;
	line-height: 30px;
}

.Tage2 {
	margin-top: 30px;
}

.Staff-left {
	height: 180px;
	overflow: hidden;
}

.Staff-left img {
	width: 100%;
	display: block;
	min-height: 180px;
}

.News-ul-img {
	height: 200px;
	overflow: hidden;
}

.News-ul-img img {
	display: block;
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.News-w-img {
	height: 195px;
	overflow: hidden;
}

.News-w-img img {
	height: 195px;
	display: block;
	width: 100%;
}

.Staff-N{
}

.Staff-N ul li{
	margin-bottom: 20px;
}

.Staff-N ul li a{
	display: block;
	border: 1px solid #e4e4e4;
}

.Staff-N ul li a:hover{
	border: 1px solid #00AA65;
}

.Staff-N ul li a p{
	font-size: 15px;
	color: #333333;
}

.Staff-N-img{
	height: 280px;
	overflow: hidden;
}

.Staff-N-img img{
	min-height: 280px;
	display: block;
}

.Staff-N ul li a:hover p{
	color: #00AA65;
}

@media screen and (max-width: 768px) {
	.Staff-right p {
		display: none;
	}
	.Staff-N-img {
		height: 380px;
		overflow: hidden;
	}
	.Staff-N-img img {
		min-height: 380px;
		display: block;
	}
	.News-w-img {
		height: 200px;
		overflow: hidden;
	}
	.News-w-img img {
		width: 100%;
		height: 200px;
		display: block;
	}
	.Staff-left {
		height: 120px;
		overflow: hidden;
	}
	.Staff-left img {
		width: 100%;
		display: block;
		min-height: 120px;
	}
	.Star-T {
		padding-right: 0;
	}
	.Star .uk-grid>* {
		padding-left: 25px;
		margin-bottom: 20px;
	}
	.title {
		padding: 20px 0;
	}
	.Star {
		margin-top: 0;
	}
	.About {
		padding-top: 15px;
	}
	.About .title hr {
		display: none;
	}
	.About .title h3 {
		width: 100%;
		left: 0;
	}
	.About .About-Text p {
		margin-top: 20px;
	}
	.Product-btn {
		margin: 20px 0;
	}
	.Leaving {
		background: url(../images/bg.jpg) repeat-y center;
		padding: 20px 0 30px 0;
	}
	.Leaving-logo {
		width: 100%;
		margin-top: 0;
	}
	.Leaving-Text {
		width: 100%;
	}
	.foot-text {
		line-height: 32px;
	}
	.footer {
		margin-bottom: 65px;
	}
	.Product-top ul li a {
		height: 40px;
		margin-top: 10px;
	}
	.Start p {
		margin-top: 15px;
		line-height: 50px;
	}
	.Page{
		padding-top: 20px;
	}
	.Start h3{
		font-size: 30px;
	}
	.Start p{
		font-size: 24px;
	}
}