﻿@charset "utf-8";
/* CSS Document */

body {
	magin: 0px;
	padding: 0px;
	position: relative;
}
* {
	font-family: Arial, "微软雅黑", Microsoft YaHei;
}
dd, dl, dt, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
input {
	margin: 0;
	outline: none
}
a {
	text-decoration: none;
}
a:link {
	color: inherit;
}/*未访问样式*/
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
h1 {
	margin: 0px;
}
i {
	font-weight: normal;
}
hr {
	border: none;
	border-top: 1px solid #f0f0f0;
	margin: 10px 0px;
}
img {
	max-width: 100%;
}
.vcenter-parent {
	display: table;
}
.vcenter {
	display: table-cell;
	vertical-align: middle;
}
.red {
	color: #e50012;
}
.yellow {
	color: #f1a257;
}
.blue {
	color: #3469b1;
}
/*居中布局*/

::-webkit-scrollbar-track {
background:#CCC;
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-thumb {
background:#222;
}
/*滚动条设置*/


table, tbody, tr, td {
	border: none;
}
table tr {
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
table td {
	font-size: 14px;
	line-height: 24px;
	padding: 10px;
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	;
}
table td p {
	margin: 0px;
}
.product-details table{
    width: 100%;
}


/*表格设置*/

@media(min-width:1200px) {
.container {
	width: 1200px;
}
}
@media(max-width:992px) {
body {
	padding-top: 80px;
}
}
@media(max-width:768px) {
body {
	padding-top: 50px;
}
}
/* 初始设置 */


.top {
	background: #f5f5f5;
	overflow: hidden;
}
.top a {
	display: none;
}
.top a.albb {
	display: inline-block;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.top a:hover {
	color: #018f45;
}
.top a.albb:hover {
	color: #f17f05;
}
.top a i {
	display: inline-block;
	font-size: 24px;
	color: #f17f05;
	vertical-align: middle;
	margin-top: -3px;
}
@media(max-width:992px) {
.top {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99;
	width: 100%;
}
.container {
	width: 100%;
}
}
@media(max-width:768px) {
.top {
	position: fixed;
	top: auto;
	bottom: 0px;
	left: 0px;
	z-index: 999;
	width: 100%;
	background: #f5f5f5;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.top .pull-right {
	width: 100%;
	font-size: 0px;
}
.top .pull-right a {
	display: inline-block;
	position: relative;
	font-size: 14px;
	line-height: 50px;
	color: #666;
	width: 50%;
	text-align: center;
}
.top .pull-right a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	right: 0%;
	width: 1px;
	height: 100%;
	background: rgba(0,0,0,0.1);
}
.top .pull-right a:last-child:after {
	display: none;
}
}
/* 网站顶部&手机底部 */

.navbar-inverse {
	border: none;
	border-radius: 0px;
}
.navbar {
	margin: 0px;
	position: relative;
	z-index: 2;
	background:#313131;
}
.navbar-header .top-r {
}
.navbar-header .top-r>div {
	float: left;
	margin-left: 20px;
}
.navbar-header .top-r .top-call {
	font-size: 0px;
}
.navbar-header .top-r .top-call img {
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 6px;
}
.navbar-header .top-r .top-call b {
	display: inline-block;
	font-size: 22px;
	line-height: 36px;
	color: #018f45;
	vertical-align: text-bottom;
}
.navbar-header .top-r>div>a {
	display: inline-block;
	color: #333;
	line-height: 36px;
	vertical-align: text-bottom;
}
.navbar-header .top-r>div>ul {
	left: auto;
	right: 0px;
	margin: 0px;
	min-width: 120px;
	border-radius: 0px;
}
.navbar-header .top-r>div>ul a {
	line-height: 36px;
}
@media(min-width:992px) {
.navbar-header {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 0px;
}
.navbar-header .navbar {
	position: relative;
	z-index: 3;
}
.navbar-header .navbar-brand {
	height: 60px;
	padding: 0px;
	width:70%;
}
.navbar-header .navbar-brand img {
	float: left;
	margin-right: 15px;
	height: 100%;
}
.navbar-header .navbar-brand b {
	display: inline-block;
	margin: 6px 0px 8px;
	font-size: 26px;
	color: #333;
	line-height: 1em;
}
.navbar-header .navbar-brand span {
	font-size: 15px;
	color: #018f45;
	line-height: 1em;
	letter-spacing:1px;
	white-space:nowrap;
}
}
@media(max-width:992px) {
.navbar {
	position: fixed;
	top: 30px;
	left: 0px;
	z-index: 999;
	width: 100%;
}
.navbar-brand {
	height: 50px;
	padding: 5px 0px;
}
.navbar-brand img {
	float: left;
	margin-right: 15px;
	height: 100%;
}
.navbar-brand b {
	display: inline-block;
	margin: 14px 0px;
	font-size: 16px;
	color: #fff;
	line-height: 1em;
}
.navbar-brand span {
	font-size: 0px;
	color: #018f45;
	font-weight: bold;
	line-height: 1em;
}
.navbar-header .top-r .top-call {
	display: none;
}
.navbar-header .top-r>div>a {
	display: inline-block;
	color: #fff;
	line-height: 50px;
	margin-right: 10px;
}
.navbar-header .top-r>div>ul a {
	line-height: 24px;
}
}
@media(max-width:768px) {
.navbar {
	top: 0px;
}
.navbar-header .container {
	padding: 0px;
}
.navbar-brand b {
	font-size: 0px;
}
}
/*头部设置*/

.navbar-inverse .navbar-nav>li.on>a {
	color: #fff;
}
 @media(min-width:992px) {
.nav {
	width: 100%;
	margin: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.nav:before {
	display: none;
}
.nav:after {
	display: none;
}
.navbar-nav>li {
	float: none;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	position: relative;
	z-index: 1;
}
.navbar-inverse .navbar-nav>li>a {
	padding: 15px 0px;
	font-size:15px;
	color:#b3b3b3;
	font-weight:bold;
	text-shadow:1px 1px 2px rgba(0,0,0,0.4);
}
.navbar-nav>li:hover>a {
	color: #fff;
}
.nav .dropdown-menu {
	background: rgba(0,0,0,.6);
	transform: translate(15%, 0%);
}
.nav .dropdown-menu>li {
	display: inline-block;
	width: 100%;
}
.nav .dropdown-menu>li>a {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	line-height: 36px;
	color: #fff;
}
.nav .dropdown-menu>li>a:hover {
	font-size: 14px;
	line-height: 36px;
	color: #018f45;
}
}
/*导航菜单*/

@media(max-width:992px) {
.navbar-inverse {
	background: #333;
}
.navbar .container {
	width: 100% !important;
}
.navbar-header {
	float: none;
}
.navbar-toggle {
	display: block;
}
.navbar-brand {
	margin-left: 0px !important;
	padding-left: 15px !important;
}
.navbar-collapse.collapse {
	display: none !important;
	transition-duration: .4s;
}
.collapse.in {
	display: block !important;
	transition-duration: .4s;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	margin: 15px 0px;
	overflow-y: auto !important;
	box-sizing: border-box;
	transition-duration: .4s;
}
.navbar-collapse.in {
	overflow-y: auto !important;
	transition-duration: .4s;
}
.navbar-nav {
	width: 100%;
	margin: 0px;
}
.navbar-nav > li {
	float: none;
	width: 100%;
	padding: 0px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	text-align: center;
	overflow: hidden;
}
.navbar-inverse .navbar-nav > li .dropdown-menu a {
	padding: 10px 15px;
}
.navbar-inverse .navbar-nav > li.on>a:after {
	content: "";
	position: absolute;
	z-index: -1;
	display: none;
}
.nav .dropdown-menu {
	position: static;
	width: 100%;
	border: none;
	padding: 15px 0px 15px;
	box-shadow: none;
	background: #f7f7f7;
	text-align: center;
}
.dropdown-menu > li > a {
	padding: 5px 15px;
}
}
/*992 头部导航折叠*/
/* 头部样式响应 */

.index-title {
	padding: 15px 0px;
}
.index-title h3 {
	margin: 0px 0px 10px;
	font-size: 24px;
	line-height: 1em;
	color: #333;
}
.index-title p {
	font-size: 14px;
	line-height: 1em;
	text-transform: Uppercase;
	color: #018f45;
}
/*首页标题*/
.index-a-title {
	padding: 20px 0px;
}
.index-a-title h3 {
	color: #fff;
}
/*首页产品标题*/
.index-about {
	background: url(../images/img-aboutbg.jpg) center no-repeat;
	background-size: cover;
	margin-bottom: 40px;
	padding: 50px 0px 100px;
}
.index-about-l {
	margin-bottom: 20px;
	text-align: center;
}
.index-about-r>p {
	font-size: 14px;
	line-height: 26px;
	color: #fff;
}
.index-about-r a.more {
	display: inline-block;
	padding: 0px 25px;
	margin-top: 20px;
	font-size: 14px;
	line-height: 36px;
	color: #fff;
	background: #018f45;
	border-radius: 4px;
	overflow: hidden;
	transition: all .3s;
}
.index-about-r a.more span {
	position: relative;
	z-index: 2;
}
.index-about-r a.more:hover {
	background: #017539;
}
.index-about-r a.more:hover:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0%;
	width: 100%;
}
@media(max-width:992px) {
.index-about-r>p {
	font-size: 14px;
	line-height: 24px;
}
}
 @media(max-width:768px) {
.index-about-r {
	height: auto;
	padding: 15px 15px 25px;
	background: none;
	box-shadow: none;
	text-align: center;
}
}
/*首页about*/
.ys-title {
	padding: 20px 0px;
}
/*首页优势标题*/
.index-ys {
	margin-bottom: 60px;
}
.ys-list>div {
	border: 1px solid #ebebeb;
	background: #f5f5f5;
	padding: 40px;
}
.ys-list>div img {
	max-width: 60%;
	margin-bottom: 15px;
}
.ys-list>div p {
	font-size: 18px;
	line-height: 24px;
	height: 48px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media(max-width:992px) {
.ys-list>div {
	border: 1px solid #ebebeb;
	background: #f5f5f5;
	padding: 15px;
}
.ys-list>div p {
	font-size: 16px;
	line-height: 24px;
	height: 72px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
}
@media(max-width:768px) {
.index-ys .row {
	padding: 7px;
}
.ys-list {
	padding: 8px;
}
.ys-list>div p {
	font-size: 16px;
	line-height: 24px;
	height: 72px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
}
/*首页优势*/
.index-news {
	background: #f5f5f5;
}
.news-title {
	margin-top: 40px;
}
/*首页新闻*/
.logo {
	overflow: hidden;
	margin: 20px auto 60px;
}
.logo ul {
	float: left;
}
.logo li {
	float: left;
	border: 1px dotted #e0e0e0;
	border-left: 0px;
	overflow: hidden;
}
.logo li img {
	height: 100%;
}
/*首页logo*/
footer {
	background: #313131;
	overflow: hidden;
	margin: 0px;
}
.footbox-list {
	padding: 60px 15px;
}
.footbox-list>b {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 1em;
	color: #fff;
	font-weight: normal;
	text-transform: Uppercase;
}
.footbox-list>p {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1em;
	color: #fff;
}
.footbox-list>hr {
	border-color: rgba(255,255,255,0.2);
}
.footbox-list div a {
	display: inline-block;
	margin-right: 30px;
	font-size: 13px;
	color: #fff;
	line-height: 26px;
}
.footbox-list div a:hover {
	color: #018f45;
}
.footbox-list div p {
	margin: 0px;
	font-size: 13px;
	color: #ebebeb;
	line-height: 26px;
}
.bq {
	padding: 15px;
	background: #1b1b1b;
	font-size: 14px;
	line-height: 22px;
	color: #ebebeb;
}
.bq a {
	color: #ebebeb;
	margin: 0px 3px;
}
.bq a:hover {
	color: #018f45;
}
.bq img {
	max-height: 22px;
}
 @media(min-width:1200px) {
.footbox-list {
	padding: 60px 15px 90px;
}
}
@media(max-width:768px) {
footer {
	padding-bottom: 50px;
}
.wap-none {
	display: none;
}
.footbox-list {
	padding: 30px 15px 20px;
}
.footbox-list hr {
	margin: 5px 0px;
}
.footbox-list div {
	margin-top: 10px;
}
}
.right-nav {
	position: fixed;
	z-index: 9999;
	bottom: 50px;
	right: 20px;
	border-radius: 4px;
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
}
.right-nav li {
	position: relative;
	z-index: 2;
}
.right-nav li>a {
	display: inline-block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	font-size: 24px;
	color: #333;
	background: #fff;
	border: 1px solid #ebebeb;
	border-bottom: 0px solid #ebebeb;
	text-align: center;
}
.right-nav li:first-child>a {
	border-top: 0px solid #ebebeb;
}
.right-nav li>a>i {
	line-height: 46px;
	font-size: 24px;
	color: #333;
	transition: all .3s;
}
.right-nav li:hover>a>i {
	color: #018f45;
}
.right-nav li>div {
	position: absolute;
	z-index: 3;
	top: 0px;
	right: 100%;
	text-align: right;
	transition: all .3s;
}
.right-nav li>div a {
	display: inline-block;
	width: 0px;
	padding: 0px;
	margin-top: -1px;
	border: 0px solid #333;
	font-size: 14px;
	line-height: 46px;
	color: #fff;
	background: #333;
	white-space: nowrap;
	overflow: hidden;
	transition: all .3s;
}
.right-nav li:hover>div a {
	width: 100%;
	padding: 0px 25px;
	border: 1px solid #333;
}
@media(max-width:768px) {
.right-nav {
	display: none;
}
}
/*首页end*/
.inside-banner {
	background-size: cover;
	height: 400px;
}
.inside-mbx {
	background: #f5f5f5;
}
.inside-mbx .breadcrumb {
	display: inline-block;
	padding: 15px 0px;
	margin: 0px;
}
.inside-mbx .breadcrumb a {
	display: inline-block;
	padding: 0px 6px 0px 0px;
	color: #666;
}
.inside-mbx .breadcrumb a:hover {
	color: #018f45;
}
.inside-mbx .breadcrumb>.active {
	color: #4d4d4d;
}
@media(max-width:992px) {
.inside-banner {
	background-size: cover;
	height: 260px;
}
.inside-mbx .breadcrumb {
	padding: 15px 0px;
}
}
@media(max-width:768px) {
.inside-banner {
	background-size: cover;
	height: 140px;
}
.inside-mbx .breadcrumb {
	display: none;
}
}
.inside-nav {
	float: right;
}
.inside-nav>a {
	display: inline-block;
	padding: 0px 20px;
	margin: 7px 0px;
	line-height: 36px;
	text-align: center;
	color: #4d4d4d;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 4px;
}
.inside-dropdown {
	left: auto;
	right: 0px;
	z-index: 2;
	margin: 0px;
}
.inside-dropdown a {
	line-height: 30px;
}
 @media(min-width:992px) {
.inside-nav>a {
	display: none;
}
.inside-nav ul {
	overflow: hidden;
}
.inside-nav ul li {
	float: left;
	overflow: hidden;
	font-size: 0px;
}
.inside-nav ul li a {
	display: inline-block;
	padding: 0px 30px;
	font-size: 14px;
	line-height: 50px;
	color: #666;
	overflow: hidden;
}
.inside-nav ul li a:hover {
	color: #018f45;
}
.inside-nav ul li.on a {
	position: relative;
	color: #fff;
	background: #018f45;
}
.inside-nav ul li.on a:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: -5px;
	left: 50%;
	margin-left: -5px;
	width: 10px;
	height: 10px;
	background-color: #f5f5f5;
	transform: rotate(45deg);
}
}
@media(max-width:768px) {
.inside-nav {
	display: inline-block;
	width: 50%;
}
.inside-nav>a {
	width: 100%;
}
}
/*内页导航*/

.inside-box {
	padding: 50px 0px;
	width: 100%;
	font-size: 15px;
	color: #4d4d4d;
	line-height: 1.75em;
}
@media(max-width:768px) {
.inside-box {
	padding: 30px 0px;
}
}
.about {
	overflow: hidden;
	margin: 20px auto 60px;
}
.about ul {
	float: left;
}
.about li {
	float: left;
	border-left: 0px;
	overflow: hidden;
	margin-right: 20px;
}
.about li a {
	display: inline-block;
	height: 200px;
	background: #000;
	border-radius: 4px;
	overflow: hidden;
}
.about li a img {
	width: auto;
	height: 100%;
	opacity: 1;
	transform: scale(1.2);
	transition: all .3s;
}
.about li a:hover img {
	opacity: .8;
	transform: scale(1);
}
/*关于我们*/


.enlarge-box {
	float: left;
	width: 100%;
}
.enlarge {
	padding: 15px;
	transform: translate(0px, 0%);
	transition: all .4s;
}
.enlarge:hover {
	transform: translate(0px, -15px);
}
.lightbox span {
	display: inline-block;
	width: 100%;
	margin: 10px 0 0px;
	font-size: 15px;
	color: #333;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.enlarge .enlarge-img {
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	transition: all .4s;
}
.enlarge:hover .enlarge-img {
	box-shadow: 0px 2px 15px -2px rgba(0,0,0,0.3);
}
.enlarge:hover span {
	color: #018f45;
}
/*荣誉 图片弹出*/
.pagination > li > a {
	color: #333;
	font-size: 14px;
}
.pagination > li > a, .pagination > li > span {
	padding: 9px 15px;
}
.pagination > .active > a {
	background-color: #018f45;
	border-color: #018f45;
}
/*翻页*/
.product-list {
	margin: 10px 0px;
}
.product-list-img {
	display: block;
	border: 1px solid #ebebeb;
	overflow: hidden;
	transition: all .3s;
}
.product-list-img:hover {
	border: 1px solid #018f45;
}
.product-list .product-list-img img {
	width: 100%;
	transform: scale(1);
	transition: all .3s;
}
.product-list:hover .product-list-img img {
	transform: scale(1.2);
}
.product-list .product-list-name {
	display: inline-block;
	width: 100%;
	margin: 15px 0px;
	text-align: center;
	font-size: 14px;
	color: #4d4d4d;
}
.product-list:hover .product-list-name {
	color: #018f45;
}
/*产品列表*/



.product-name h2 {
	font-size: 24px;
}
.product-text {
	margin-top: 20px;
}
a.pdf{ position:relative; display:inline-block; margin-top:20px; padding:0px 25px; line-height:42px; color:#fff;}
a.pdf:before{ content:""; position: absolute;  z-index:-1;top: 0px;left: 0%;width: 0%;height: 100%;background-color:#018f45;transition:all .3s;}
a.pdf:hover:before{ content:""; position: absolute;  z-index:-1;top: 0px;left: 0%;width: 100%;transition:all .3s;}
a.pdf:after{ content:""; position: absolute;  z-index:-2;top: 0px;left: 0%;width: 100%;height: 100%;background-color:#333;transition:all .3s;}
a.pdf img{ height:20px; margin-right:10px;}
.product-details {
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #ebebeb;
}
@media(min-width:768px) {
.product-name {
	padding-left: 30px;
	float: right;
}
.product-text {
	padding-left: 30px;
}
}
@media(max-width:768px) {
.product-name {
	text-align: center;
}
.product-img {
	margin: 10px 0px;
}
}
/*产品详情*/
.news-list li {
	margin: 40px 0px;
	overflow: hidden;
}
.news-list li .news-list-img a {
	display: block;
	overflow: hidden;
}
.news-list li .news-list-img a img {
	transform: scale(1);
	transition: all .3s;
}
.news-list li .news-list-img a:hover img {
	transform: scale(1.2);
}
.news-list .news-list-title {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .4s;
}
.news-list .news-list-title:hover {
	color: #018f45;
}
.news-list span {
	font-size: 12px;
	color: #999;
	line-height: 1em;
}
.news-list p {
	margin: 10px 0px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	height: 72px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-list .more {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #018f45;
}
.news-list .more:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0%;
	width: 0%;
	height: 1px;
	background-color: #018f45;
	transition: all .3s;
}
.news-list .more:hover:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0%;
	width: 100%;
}
 @media(min-width:768px) {
.news-list-img {
	display: block;
	padding-right: 30px;
	overflow: hidden;
}
}
@media(max-width:768px) {
.news-list li {
	margin: 20px 0px;
	overflow: hidden;
}
.news-list-img {
	display: none;
}
}
/*新闻列表*/


.news-body {
	max-width: 900px;
	padding: 0px 15px;
	margin: auto;
}
.news-head {
	margin-bottom: 30px;
}
.news-head h3 {
	font-size: 24px;
	color: #333;
}
.news-head span {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 12px;
	color: #666;
}
.news-body p {
	font-size: 14px;
	line-height: 1.75em;
}
.news-page {
	font-size: 0px;
	overflow: hidden;
	margin-top: 50px;
}
.news-page a {
	font-size: 14px;
	line-height: 36px;
	color: #666;
	padding: 2px;
}
.news-page a span {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #ebebeb;
}
.news-page a:hover {
	color: #018f45;
}
 @media(min-width:768px) {
.news-page a:last-child {
	text-align: right;
}
}
/*新闻详情*/
.technology-list li {
	line-height: 0px;
}
.technology-list a {
	display: inline-block;
	width: 100%;
	padding: 0px 15px;
	font-size: 16px;
	color: #4d4d4d;
	line-height: 60px;
	border-bottom: 1px solid #ebebeb;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.technology-list a:hover {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #018f45;
	line-height: 60px;
	background: #f7f7f7;
}
/*技术*/

.ly {
	width: 100%;
	max-width: 600px;
	margin: auto;
}
.ly li {
	margin-bottom: 20px;
}
.ly input {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	line-height: 46px;
	padding: 0px 15px;
	border: 1px solid #ebebeb;
}
.ly textarea {
	display: inline-block;
	width: 100%;
	height: 220px;
	padding: 0px;
	font-size: 14px;
	line-height: 24px;
	padding: 15px;
	border: 1px solid #ebebeb;
}
.ly a {
	display: inline-block;
	padding: 0px 25px;
	color: #fff;
	background: #666;
	line-height: 36px;
	border-radius: 4px;
	transition: all .3s;
}
.ly a:hover {
	background: #018f45;
}
/*留言*/



.join-list {
	margin: 0px;
}
.join-list .panel-default {
	border: none;
	box-shadow: none;
}
.join-list .panel-heading {
	padding: 0px;
	border: none;
	background: none;
	box-shadow: none;
}
.join-list .panel-heading {
}
.join-list .panel-default {
	background: none;
}
.join-list .pane-top {
	padding: 10px 50px 10px 20px;
	margin-bottom: 4px;
	background: #018f45;
	line-height:1em;
}
.join-list .pane-top span {
	display: inline-block;
	width: 20%;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.join-list .panel-heading a {
	position: relative;
	z-index: 1;
	display: block;
	font-size: 0px;
	padding: 10px 50px 10px 20px;
	color: #333;
	background: #eeeeee;
	line-height:1em;
}
.join-list .panel-heading a.collapsed {
	color: #333;
	background: #f7f7f7;
}
.join-list .panel-heading a.collapsed:hover {
	background: #eeeeee;
}
.join-list .panel-heading a span {
	display: inline-block;
	width: 20%;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.join-list .panel-body {
	background: #fafafa;
	padding: 30px;
}
.join-list .panel-body p {
	font-size: 14px;
	margin-bottom: 5px;
}
a.join-a{
	color: #333;
}
a.join-a:hover {
	color:#018f45;
}
.join-img {
	margin-bottom: 60px;
}
.join-img p {
	line-height: 50px;
	color: #333;
	text-align: center;
	background: #f7f7f7;
}
/*加入*/


.contact{ border:1px solid #ebebeb; padding:10px; overflow:hidden;}
#mapContainer1{ box-sizing:border-box;width:100%;height: 360px;  }
.contact-list-box{ padding:40px 0px 30px; box-shadow:3px 3px 10px rgba(0,0,0,0.1); overflow:hidden;}
.contact-list{ position:relative; min-height:80px;}
.contact-list:after{ content:""; position: absolute;  z-index:-1;top: 0px;right: 0%;width:1px;height:100%;background-color:#ebebeb;}
.contact-list:last-child:after{ display:none;}
.contact-list p{ margin:0;}
.contact-img{ float:left; margin-right:10px;}

@media(min-width:992px) {
.contact-list{ padding:0px 30px;}
}
@media(max-width:768px) {
.contact-list{ position:relative; min-height:auto; margin:10px 0px;}
.contact-list:after{ display:none;}
}