@charset "utf-8";

a:link, a:visited, a:active {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #26b86e;
}

h4 {
	color: #26b86e;
	margin-bottom: 10px;
}
h4 span {
	color: #999;
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
}
h4 small {
	display: block;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 2px;
}
h5 {
	color: #333;
}

.mt {
	margin-top: 20px;
}
.content {
	width: 100%;
}
.content:before, .content:after, .txt:before, .txt:after {
	display: table;
	content: '';
}

/* Top */
.top {
	border-top: 8px solid #26b86e;
	border-bottom: 1px solid #e1e1e1;
	line-height: 40px;
	width: 100%;
}
.top .links {
	display: none;
}
.top .links span {
	color: #999;
	padding-left: 10px;
	padding-right: 10px;
}

/* Header */
.header {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
}
.header .logo {
	width: 80%;
}
.header .side-nav {
	cursor: pointer;
	height: 30px;
	width: 30px;
	margin-top: -15px;
	top: 50%;
	right: 10px;
	z-index: 2;
}
.header .side-nav img, .m-nav .close img {
	display: block;
	height: 100%;
	width: 100%;
}
.header .tel {
	display: none;
	background: url(../image/Ico-01.jpg) 0 50% no-repeat;
	color: #999;
	line-height: 1;
	padding-left: 60px;
	top: 15px;
	right: 10px;
	z-index: 9;
}
.header .tel p.number {
	color: #ff9000;
	font-size: 24px;
	margin-top: 6px;
}

/* 移动端导航 */
.m-nav {
	display: none;
	background-color: #f7f7f7;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
.m-nav .content {
	padding: 20px;
}
.m-nav .m-logo {
	width: 80%;
	margin-bottom: 20px;
}
.m-nav ul li a {
	display: block;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.m-nav ul li a:hover {
	background-color: #26b86e;
	color: #fff;
}
.m-nav ul li a span {
	display: inline-block;
	border-bottom: 1px solid #ccc;
}
.m-nav .close {
	cursor: pointer;
	height: 30px;
	width: 30px;
	top: 20px;
	right: 20px;
	z-index: 9;
}

/* Nav */
.nav {
	display: none;
	background-color: #26b86e;
	width: 100%;
	z-index: 20;
}
.nav ul li {
	float: left;
	width: 12.5%;
	position: relative;
}
.nav ul li > a {
	display: block;
	border-left: 1px solid #26b86e;
	border-right: 1px solid #26b86e;
	color: #fff;
	font-size: 16px;
	height: 54px;
	line-height: 54px;
	text-align: center;
}
.nav ul li:hover, .nav ul li.hover {
	background-color: #ffab3f;
}

/* Banner */
.banner {
	width: 100%;
	z-index: 10;
}
.banner img {
	display: block;
	width: 100%;
}

/* Search */
.search {
	background-color: #f7f7f7;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.search .container {
	height: 34px;
}
.search .hot-words {
	display: none;
	line-height: 34px;
	margin-right: 320px;
}
.search .hot-words b {
	color: #26b86e;
	padding-right: 5px;
}
.search .search-box {
	width: 300px;
	top: 0;
	right: 10px;
	z-index: 9;
}
.search .search-box input {
	color: #999;
	font-family: "微软雅黑";
	font-size: 12px;
	outline: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
}
.search .search-box input[type="text"] {
	background-color: #fff;
	border: 1px solid #e1e1e1;
	height: 32px;
	line-height: 32px;
	width: 254px;
	padding-left: 5px;
	padding-right: 5px;
}
.search .search-box input[type="submit"] {
	background: #26b86e url(../image/Ico-02.jpg) 50% 50% no-repeat;
	border: 0;
	cursor: pointer;
	height: 34px;
	width: 34px;
}

/* Product */
.product {
	width: 100%;
	padding-bottom: 20px;
}
.pro-category {
	display: none;
}
.pro-category ul {
	background-color: #26b86e;
}
.pro-category ul li {
	border-bottom: 1px solid #75c174;
}
.pro-category ul li a {
	display: block;
	color: #fff;
	height: 48px;
	line-height: 48px;
	padding-left: 20px;
	padding-right: 20px;
}
.pro-category ul li a:hover {
	background-color: #ffab3f;
}
.pro-category ul li.more {
	border-bottom: 0;
	font-size: 14px;
	margin-top: 31px;
}
.pro-hot-list {
	margin-top: -20px;
	margin-left: -10px;
	margin-right: -10px;
}
.pro-hot-list li {
	float: left;
	padding-top: 20px;
}
.pro-hot-list li p {
	background-color: #e4e4e4;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
.pro-hot-list li:hover p {
	background-color: #ffab3f;
	color: #fff;
}

/* Case */
.case {
	background-color: #f7f7f7;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.case h4 {
	text-align: center;
}
.case .container {
	z-index: 5;
}
.case-list {
	margin-top: -20px;
	margin-left: -10px;
	margin-right: -10px;
}
.case-list li {
	margin-top: 20px;
}
.case-list li p {
	background-color: #fff;
	text-align: center;
	height: 90px;
	line-height: 50px;
}
.case-list li:hover p {
	background-color: #ffab3f;
	color: #fff;
}

.case .more {
	margin-top: 20px;
}
.case .more a {
	color: #fff;
	font-size: 14px;
}
.case .case-bg {
	background-color: #26b86e;
	height: 158px;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 1;
}

/* Company */
.company {
	width: 100%;
	padding-bottom: 20px;
}
.company .about h5, .company .about p {
	margin-top: 10px;
}
.company .about p:first-child {
	margin-top: 0;
}
.company a.more {
	color: #fff;
	background-color: #ffab3f;
	font-size: 14px;
	padding: 6px 15px;
}
.company a.more:hover {
	background-color: #26b86e;
}
.company .item {
	border-bottom: 1px solid #ededed;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
}
.company .item:first-child {
	padding-top: 0;
}
.company .item .img {
	height: 100px;
	width: 130px;
	overflow: hidden;
}
.company .item .img img {
	height: 100px;
}
.company .item .txt {
	margin-left: 145px;
}
.company .item .txt p.dec {
	height: 48px;
	overflow: hidden;
}
.company .item .txt p.date {
	color: #999;
}

/* Footer */
.footer {
	background-color: #f7f7f7;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer .item {
	float: left;
	margin-right: 70px;
}
.footer .item a {
	color: #777;
}
.footer .item a:hover {
	color: #26b86e;
}
.footer .ewm {
	text-align: center;
	width: 220px;
	top: 0;
	right: 10px;
	z-index: 9;
}
.footer .ewm h5 {
	color: #26b86e;
	font-size: 28px;
	line-height: 1;
	margin-bottom: 15px;
}
.footer .ewm img {
	display: block;
	border: 1px solid #d1d1d1;
	height: 100px;
	width: 100px;
}
.footer .f-about, .footer .f-product, .footer .f-case, .footer .f-service, .footer .f-news, .footer .ewm {
	display: none;
}

/* Copyright */
.copyright {
	background-color: #26b86e;
	color: #fff;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.copyright a.goTop {
	display: none;
	color: #fff;
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 9;
}

/* Page */
.page {
	width: 100%;
	padding-bottom: 20px;
}

.page-left h3 {
	background-color: #26b86e;
	color: #fff;
	line-height: 3;
	padding-left: 20px;
}
.page-left ul li {
	border-top: 2px solid #fff;
	position: relative;
}
.page-left ul li a {
	display: block;
	background-color: #f7f7f7;
	font-size: 14px;
	height: 46px;
	line-height: 46px;
	padding-left: 20px;
	padding-right: 20px;
}
.page-left ul li i {
	display: block;
	background: url(../image/Ico-03.png) 0 0 no-repeat;
	height: 8px;
	width: 4px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 15px;
	z-index: 9;
}
.page-left ul li:hover a {
	background-color: #26b86e;
	color: #fff;
}
.page-left ul li:hover i {
	background: url(../image/Ico-03.png) 0 -8px no-repeat;
}

.page-right .pos {
	border-bottom: 1px solid #ededed;
	width: 100%;
	margin-bottom: 15px;
}
.page-right .pos h4 {
	margin-bottom: 0;
}
.page-right .pos p {
	color: #999;
	top: 4px;
	right: 0;
	z-index: 9;
}

/* 二级页面新闻列表 */
.news-item {
	border-bottom: 1px solid #ededed;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.news-item:first-child {
	padding-top: 0;
}
.news-item .img {
	float: left;
	height: 155px;
	width: 32%;
	overflow: hidden;
}
.news-item .img img {
	display: block;
	height: 155px;
}
.news-item .txt {
	margin-left: 36%;
}
.news-item .txt h5 {
	line-height: 1.5;
	margin-bottom: 10px;
}
.news-item .txt p.date {
	color: #999;
}
.news-item .txt p.dec {
	height: 48px;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 15px;
}
.news-item .txt a {
	color: #26b86e;
}

/* 媒体 */
@media (min-width: 576px) {
	.top .links {
		display: block;
	}
	.footer .container {
		min-height: 170px;
	}
	.footer .ewm {
		display: block;
	}
	.copyright a.goTop {
		display: block;
	}
	.news-item .img {
		width: 160px;
	}
	.news-item .txt {
		margin-left: 180px;
	}
}
@media (min-width: 768px) {
	.header .logo {
		width: 420px;
	}
	.search .hot-words {
		display: block;
	}
}
@media (min-width: 992px) {
	.header .side-nav {
		display: none;
	}
	.header .tel {
		display: block;
	}
	.nav {
		display: block;
	}
	.pro-category {
		display: block;
	}
	.footer .f-about, .footer .f-product, .footer .f-case, .footer .f-service, .footer .f-news, .footer .ewm {
		display: block;
	}
	.footer .ewm {
		display: none;
	}
	.news-item .img {
		width: 210px;
	}
	.news-item .txt {
		margin-left: 230px;
	}
}
@media (min-width: 1210px) {
	.footer .ewm {
		display: block;
	}
	.news-item .img {
		width: 260px;
	}
	.news-item .img img {
		width: 260px;
	}
	.news-item .txt {
		margin-left: 280px;
	}
}
