<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*-------banner图-----*/

#banner {
	width: 100%;
	overflow: hidden;
}
#banner .swiper-slide {
	/*position: relative;*/
	background-size: cover;
	background-position: center;
	-webkit-backface-visibility: hidden;
}
#banner .swiper-slide .banner-text-con {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
}
#banner .pagination {
	position: absolute;
	z-index: 20;
	bottom: 3px;
	text-align: center;
	right: 0;
}
#banner img {
	max-width: 100%;
	display: block;
}
/*-----------第一部分-----------*/
#procata {
	background: #fff;
}
#procata .category-list {
	width: 20%;
	background: url(../images/pbg.jpg) repeat;
	position: relative;
}
#procata .category-list .bt {
	color: #fff;
	text-transform: capitalize;
	font-size: 2rem;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 25px auto;
	font-weight:bold;
}
#procata .category-list .search {
	width: 100%;
	background: #ffffff;
	margin-top: 34px;
	margin-left: 24px;
}
#procata .category-list form {
	position: relative;
	width: 80%;
	margin: 0 auto 20px;
}
#procata .category-list form input {
	width: 100%;
	height: 30px;
	padding-right: 25px;
	border: 0 none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#procata .category-list form button {
	position: absolute;
	right: 7px;
	line-height: 28px;
	z-index: 999;
	color: #555;
	background-color: transparent;
}
#procata .category-list ul {
	position: relative;
	margin-bottom: 30px;
}
#procata .category-list ul &gt; li {
	position: relative;
	font-size: 1.5rem;
}
#procata .category-list ul &gt; li a {
	color: #FFF;
	font-size: 1.4rem;
	height: 36px;
	line-height: 36px;
	display: block;
	padding: 0 25px;
}
#procata .category-list ul &gt; li a:hover, #procata .category-list ul &gt; li.active a {
	color: #fff;
	background: rgba(255, 255, 255, 0.2);
}
/*--------产品系列列表--------------*/

#procata .product-list {
	width: 100%;
	margin:5% auto 0 auto ;
	overflow:hidden;
}
#procata .product-list ul li {
	width: 33.3333%;
	text-align: center;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
#procata .product-list ul li:nth-of-type(2) {
	margin-bottom: 20px;
}
#procata .product-list ul li div {
	margin: 0 10px;
	text-align: center;
	position: relative;
	overflow: hidden;
	border: 5px solid #f2f2f2;
	-webkit-transition: all .2s;
	transition: all .2s;
}
#procata .product-list ul li div:hover {
	border: 5px solid #006835;
}
#procata .product-list ul li div h3 {
	font-weight: normal;
	font-size: 1.4rem;
	padding: 10px 5px;
	margin: 0 auto;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
	background: #f0f0f0;
}
#procata .product-list ul li div::after {
	content: '';
	z-index: -1;
	bottom: -16px;
	width: 256px;
	height: 37px;
	left: 50%;
	margin-left: -128px;
	position: absolute;
}
/*----------------------*/
#procata .product-list ul li div &gt; a {
	margin: 0 auto;
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#procata .product-list ul li div img {
	width: 100%;
	-webkit-transition: transform 0.6s ease 0s;  /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
	-moz-transition: transform 0.6s ease 0s;
	-o-transition: transform 0.6s ease 0s;
	transition: transform 0.6s ease 0s;
}
#procata .product-list ul li div &gt; a:hover img {
	-webkit-transform: scale(1.1, 1.1); /*放大1.1倍*/
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
#procata .product-list .bmore{ margin:5% auto 3% auto; text-align:center;}
#procata .product-list .bmore a{ background-color:#006835; color:#fff; font-size:14px; padding:13px 35px; border-radius:25px;-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;}
#procata .product-list .bmore a:hover{ background-color:#333; color:#fff;}


.grid {
	overflow: hidden;
	margin: 2% 0;
	width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	width: 22%;
	text-align: center;
	cursor: pointer;
	margin:1%;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 1;
	width:100%;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 14px;
	line-height:24px;
}


/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla {
	background: #fff;
}

figure.effect-layla img {
	min-width: 100%;
	/*height: -webkit-calc(100% + 40px);
	height: calc(100% + 40px);*/
}

figure.effect-layla figcaption {
	padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-layla p {
	padding: 1em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-layla img,
figure.effect-layla h2 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	background-color:rgba(0,0,0,.25);
	
	
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}


@media screen and (max-width: 69.5em) {
	.grid figure {
		width: 46%;
		margin:1%;
	}	

	.grid figure figcaption {
	     padding: 1em;
		font-size: 100%;
	}
	
	figure.effect-layla h2 {
	padding-top: 50%;
}

figure.effect-layla p {
   display:none;
}

}

/*@media screen and (max-width: 41.5em) {

	.grid figure {
		width: 95%;
	}
}*/


#ingg{ background-color:#006835; overflow:hidden;}
#ingg .gtit{float:left; font-weight:800; font-size: 2.8rem; line-height:40px; text-transform:uppercase; color:#FFFFFF; font-family:"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB",\5FAE\8F6F\96C5\9ED1,tahoma,simsun,\5b8b\4f53; width:calc(100% - 240px);}
#ingg span{ float:right; width:240px; text-align:right; padding-top:10px;}
#ingg span a{ background-color:#FFFFFF; color:#006835; font-size:14px; padding:10px 35px; border-radius:25px; -webkit-transition: all .2s;-moz-transition: all .2s;transition: all .2s;}
#ingg span a:hover{ background-color:#333; color:#fff;}

/*--------首页小标题-----*/
main&gt;section hgroup {
	width: 100%;
	text-align: center;
	margin: 0 auto 30px;
	text-transform: capitalize;
}
main&gt;section hgroup&gt;h2 {
	font-size: 2.6rem;
	padding-bottom: 20px;
	position: relative;
	font-weight:800;
	font-family:"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB",\5FAE\8F6F\96C5\9ED1,tahoma,simsun,\5b8b\4f53;
	text-transform:uppercase;
}
main&gt;section hgroup&gt;h2::after {
	/*background: #006835 none repeat scroll 0 0;*/
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -40px;
	position: absolute;
	width: 80px;
}
main&gt;section hgroup&gt;h3 {
	font-size: 2rem;
	color: #999999;
	font-weight: normal;
}
/*-------（第一部分）产品系列-------*/
main#index &gt; section {
	padding: 50px 0;
}
/*---------解决方案---------*/
#wrapper7 {
	/*background: url(../images/wp2-bg.jpg) no-repeat center top;
	background-size: cover;*/
	background-color:#f5f5f5;
}
#wrapper7 .col {
	padding-bottom: 10px;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	width:31%;
	float:left;
	margin:1% 0;
	margin-right:2.3333%;
}
#wrapper7 .col div {
	transition: .3s;
	position: relative;
	border:3px solid #f5f5f5;
	box-shadow: 0 0 0 0 rgba(0,0,0,.16);
	width:50%;
	float:left;
	padding-right:2%;
}
#wrapper7 .col span {
	transition: .3s;
	position: relative;
	border:3px solid #f5f5f5;
	box-shadow: 0 0 0 0 rgba(0,0,0,.16);
	width:50%;
	float:left;
}
#wrapper7 .col span h3 {
	font-size: 1.4rem;
	padding-bottom: 15px;
	text-align:left;
	width: 100%;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
#wrapper7 .col span p {
	font-size: 1.2rem;
	font-weight: normal;
	text-align:left;
	line-height: 22px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}
#wrapper7 .bmore{ margin:3% auto 0 auto; text-align:center;}
#wrapper7 .bmore a{ background-color:#006835; color:#fff; font-size:14px; padding:13px 35px; border-radius:25px;-webkit-transition: all .2s;-moz-transition: all .2s;transition: all .2s;}
#wrapper7 .bmore a:hover{ background-color:#333; color:#fff;}



/*-----第二部分（公司简介）-----*/
#wrapper2 {
	display: block;
	position: relative;
	overflow: visible;
	background: url(../images/fac.jpg) no-repeat center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:  0 !important;
}
#wrapper2 img {
	float: left;
	clear: right;
	margin-right: 50px;
	max-width: 100%;
	vertical-align: middle;
}

#wrapper2 .dcon {
	background-color:rgba(0,0,0,0.75); padding:40px 20px; overflow:hidden; width:500px
}

#wrapper2 .content {
	color: #fff;
	text-align: justify;
	text-justify: inter-ideograph;
}
#wrapper2 h2 {
	font-size: 3.2rem;
	font-weight: 800;
	margin-bottom: 25px;
	margin-top:10px;
	text-transform:uppercase;
	font-family:"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB",\5FAE\8F6F\96C5\9ED1,tahoma,simsun,\5b8b\4f53;
}
#wrapper2 p {
	font-size: 14px;
	line-height: 34px;
	margin-bottom: 15px;
}
#wrapper2 ul {
	margin-bottom: 20px;
}
#wrapper2 li {
	line-height: 2;
	font-size: 1.6rem;
	color: #666;
}
#wrapper2 li i {
	color: #006835;
	font-size: 14px;
	display: inline-block;
	padding-right: 15px;
	vertical-align: middle;
}
#wrapper2 .button {
	color: #fff;
	margin-top: 30px;
}
#wrapper2 a.more {
	position: relative;
	display: inline-block;
	color: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 25px;
	font-size: 1.4rem;
	padding:12px 25px;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	border:1px solid #CCCCCC;
}
/*#wrapper2 a.more::after {
	font-family: FontAwesome !important;
	position: absolute;
	margin-left: -1em;
	right: 10px;
	opacity: 0;
	font-size: 1.8rem;
	font-weight: 400;
	font-style: normal;
	content: "\f101";
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}*/
#wrapper2 a.more:hover {
background-color:#006835; color:#fff;
}
/*#wrapper2 a.more:hover:after {
	margin-left: 0;
	opacity: 1;
}*/
/*-----------新闻和联系我们-----------*/
/*#wrapper5 {
	background: url(../images/shapes.png) repeat-y top center;
}
#wrapper5 .col {
	padding: 0 10px;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
#wrapper5 .single-post {
	box-shadow: 0 5px 10px rgba(0,0,0,0.05);
	border: 1px solid #fff;
	position: relative;
	-webkit-transition: all .2s;
	transition: all .2s;
}
#wrapper5 .single-post img {
	width: 100%;
}
#wrapper5 .single-post:hover {
	border: 1px solid #006835;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
#wrapper5 ul.post-date {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 55px;
	text-align: center;
	z-index: 99;
}
#wrapper5 ul.post-date li {
	height: 24px;
	line-height: 24px;
}
#wrapper5 ul.post-date li:first-child {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.2rem;
	background: #fff;
	color: #4c4f60;
}
#wrapper5 ul.post-date li:last-child {
	color: #fff;
	background: #006835;
}
#wrapper5 .post-content {
	padding: 30px;
}
#wrapper5 .post-content h2 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 15px;
	width: 100%;
	overflow: hidden;  
	white-space: nowrap; 
	text-overflow: ellipsis; 
}
#wrapper5 .post-meta {
	font-size: 1.2rem;
	color: #8287a7;
	margin-bottom: 20px;
}
#wrapper5 .post-meta li:not(:last-child) {
	margin-right: 10px;
}
#wrapper5 .post-meta li span {
	color: #4c4f60;
}
#wrapper5 hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1)
}
#wrapper5 p {
	line-height: 1.8;
	margin-bottom: 25px;
	height: 75px;
	overflow: hidden;
}
#wrapper5 .post-content .btn {
	position: relative;
	text-transform: capitalize;
	border: 1px solid #006835;
	padding: 8px 30px;
	overflow: hidden;
	color: #31333e;
}
#wrapper5 .post-content .btn:hover {
	background-color: #006835;
	color: #fff;
}*/

/*-----------新闻和联系我们-----------*/
#innews {
   background-color:#fff;
   /*background-image:url(../images/shapes.png);*/
}
#innews .col {
	margin: 0 10px;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	background-color:#f5f5f5;
}
#innews .single-post {
	box-shadow: 0 5px 10px rgba(0,0,0,0.05);
	border: 5px solid #fff;
	position: relative;
	-webkit-transition: all .2s;
	transition: all .2s;
}
#innews .single-post img {
	width: 100%;
}
#innews .single-post:hover {
	border: 5px solid #006835;
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	background-color:#FFFFFF
}
#innews ul.post-date {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 55px;
	text-align: center;
	z-index: 99;
}
#innews ul.post-date li {
	height: 24px;
	line-height: 24px;
}
#innews ul.post-date li:first-child {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.2rem;
	background: #fff;
	color: #4c4f60;
}
#innews ul.post-date li:last-child {
	color: #fff;
	background: #014691;
}
#innews .post-content {
	padding: 15px;
}
#innews .post-content h2 {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 15px;
	width: 100%;
	overflow: hidden;  
	white-space: nowrap; 
	text-overflow: ellipsis; 
}
#innews .post-meta {
	font-size: 1.2rem;
	color: #8287a7;
	margin-bottom: 20px;
}
#innews .post-meta li:not(:last-child) {
	margin-right: 10px;
}
#innews .post-meta li span {
	color: #4c4f60;
}
#innews hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1)
}
#innews p {
	line-height: 25px;
	margin-bottom: 25px;
	height: 75px;
	overflow: hidden;
	font-size:12px;
	color:#666666;
}
#innews .post-content .btn {
	position: relative;
	text-transform: capitalize;
	border: 1px solid #ea3516;
	padding: 8px 30px;
	overflow: hidden;
	color: #31333e;
}
#innews .post-content .btn:hover {
	background-color: #ea3516;
	color: #fff;
}

#innews .bmore{ margin:5% auto 3% auto; text-align:center;}
#innews .bmore a{ background-color:#006835; color:#fff; font-size:14px; padding:13px 35px; border-radius:25px;-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;}
#innews .bmore a:hover{ background-color:#333; color:#fff;}


main#index &gt; section#wrapper5 {
	background: url(../images/news-bg.jpg) repeat center;
	padding: 30px 0 40px;
}
#wrapper5 .contact-right {
	width: 350px;
	border: 1px solid #E5E5E5;
	background: #fff;
}
#wrapper5 .news-left {
	margin-right: 20px;
	width: calc(100% - 370px);
	border: 1px solid #E5E5E5;
	background: #fff;
}
#wrapper5 ul.tabs li a {
	padding: 8px 25px;
	font-size: 1.8rem;
}
#wrapper5 ul.tabs li.active a {
	padding: 7px 25px 8px;
}

/*----新闻中心------*/
#wrapper5 .news-list figure {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
#wrapper5 .news-list figure &gt; a {
	width: 250px;
}
#wrapper5 .news-list figure a.readmore {
	font-size: 1.3rem;
	padding-top: 20px;
	color: #888;
}
#wrapper5 .news-list figure a.readmore:hover {
	color: #006835;
}
#wrapper5 .contact-right a.readmore {
	padding-top: 10px;
	font-size: 1.3rem;
	color: #888;
	padding-right: 20px;
	padding-bottom: 10px;
}
#wrapper5 .contact-right a.readmore:hover {
	color: #006835;
}
#wrapper5 .news-list figure img {
	border: 1px solid #e8e8e8;
}
#wrapper5 .news-list figure figcaption {
	width: calc(100% - 250px);
	padding: 0 0 0 20px;
}
#wrapper5 .news-list figure h3 {
	font-size: 1.6rem;
	width: 100%;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
	font-weight: normal;
	line-height: 1.7;
}
#wrapper5 .news-list figure h3 a:hover {
	text-decoration: underline;
}
/*----新闻列表内容-----*/
#wrapper5 .news-list figure figcaption p {
	line-height: 1.7;
	color: #888;
	height: 70px;
	overflow: hidden;
}
#wrapper5 .news-list ul {
	clear: both;
	padding-top: 10px;
	overflow: hidden;
}
#wrapper5 .news-list ul li {
	background: url(../images/news-dot.jpg) no-repeat left center;
	line-height: 2.5;
	border-bottom: 1px dashed #BABABA;
	padding-left: 25px;
	width:48%;
	margin-right:4%;
	float:left;
}
#wrapper5 .news-list ul li:nth-child(2n) {
	margin-right:0;
}
#wrapper5 .news-list ul li a {
	display: block;
	width: calc(100% - 85px);
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
#wrapper5 .news-list ul li a:hover {
	text-decoration: underline;
}
#wrapper5 .news-list ul li span {
	float: right;
	text-align: right;
	color: #CCC;
	font-size: 1.4rem;
	width: 85px;
}
/*-----首页联系我们----*/
#wrapper5 .contact-right a:hover {
	text-decoration: underline;
}
#wrapper5 .contact-right h3 {
	font-size: 1.8rem;
	font-weight: normal;
	position: relative;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #006835;
	margin: 15px 0 15px;
	padding-left: 20px;
}
#wrapper5 .contact-right h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 3px;
	height: 24px;
	background: #006835;
}
#wrapper5 .contact-right ul {
	padding: 0 20px;
}
#wrapper5 .contact-right ul li {
	background: url(../images/news-dot.jpg) no-repeat left center;
	line-height: 2.5;
	padding-left: 25px;
	font-size: 1.4rem;
	border-bottom: 1px dashed #BABABA;
}

/*----- /公司简介/-------*/
#content .left-info {
	padding: 30px 0;
}
#content .profile {
	font-size: 14px;
	line-height: 26px;
	text-align: justify;
}
#content .profile &gt; ul, .details .tab-content ul{
	margin-bottom: 1.5rem;
}
#content .profile &gt; ul &gt; li, .details .tab-content ul &gt; li {
	list-style: disc;
	list-style-position: outside;
	margin-left:15px;
}
#content .profile ul &gt; li &gt; p{
	margin-left:-15px;
}
#content .profile &gt; ul &gt; li span, .details .tab-content ul &gt;li span {
	font-size: 1.6rem;
	font-weight: 600;
}
#content .profile h1, #content .profile h2, #content .profile h3 {
	font-weight: 600;
}
#content .profile h1 {
	font-size: 2.4rem;
	margin-bottom: 10px;
}
#content .profile h2 {
	font-size: 2rem;
	margin-bottom: 10px;
}
#content .profile h3 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
/*#content .profile p {
	margin-bottom: 15px;
}*/
#content .profile table p {
	margin-bottom: 0;
}
#content .profile img[align*="left"] {
	margin-right: 15px;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
}

#inabout {
	background-color:#f5f5f5;
}
#inabout .col {
	padding: 0 10px;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
#inabout .col div {
	transition: .3s;
	position: relative;
	border:3px solid #f5f5f5;
	box-shadow: 0 0 0 0 rgba(0,0,0,.16);
}
#inabout .col h3 {
	font-size: 1.6rem;
	font-weight:normal;
	line-height:40px;
	padding-bottom: 5px;
	text-align:center;
	width: 100%;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}


/*------/产品列表/-------*/

#content .product-cataname{ margin:20px 0 40px 0; overflow:hidden; text-align:center;}
#content .product-cataname a{ font-size:14px; text-transform: uppercase; padding:15px 30px; background-color:#CCCCCC; color:#333333; border-radius:25px;  margin-right:25px; display:inline-table; }
#content .product-cataname a:hover, #content .product-cataname a.active{ background-color:#006835; color:#fff; }

#content ul.product-list {
	margin: 0 -10px;
	padding: 20px 0;
}
#content ul.product-list li {
	width: 48%;
	height: 100%;
	margin:1%;
	padding-bottom:15px;
	border-bottom:1px #CCCCCC dashed;
}
#content ul.product-list li div {
	text-align: center;
	margin-right:2%;
	border: 4px solid #f2f2f2;
	-webkit-transition: all .2s;
	transition: all .2s;
	width:28%;
	float:left;
}
#content ul.product-list li div:hover {
	border: 4px solid #006835;
}
#content ul.product-list li img {
	width: 100%;
}
#content ul.product li a {
	
}
#content ul.product li a:hover {
	/*background: #006835;
	color: #fff;*/
}
#content ul.product &gt;li span {
float:left; width:70%; overflow:hidden;
}
#content ul.product &gt;li span h3 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 24px;
	padding-bottom: 10px;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
#content ul.product &gt;li span p {
	font-size: 1.3rem;
	font-weight: normal;
	text-align:left;
	line-height: 26px;
	width: 100%;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content ul.product &gt;li span em {
	font-size: 1.3rem;
	text-align:left;
	line-height: 26px;
	overflow:hidden;
	
}
#content ul.product &gt;li span em a{ color:#FF0000; padding-top:5px;display:block;}
#content ul.product &gt;li span em a:hover{ color:#006835; text-decoration:underline;}

/*-----/产品简介页/-----*/
#content .pro-info {
	padding: 20px 0;
}
#content .panel {
	height: auto !important;
	overflow: hidden;
	margin: 0 auto 20px;
}
#content .panel .fl {
	width: 500px;
	float: left;
	display: inline;
}
#content .panel .fr {
	width: calc(100% - 500px);
	float: left;
	display: inline;
	padding-left: 40px;
}
#content .panel .fr &gt; h1 {
	font-size: 2.6rem;
	margin-bottom: 25px;
	font-weight: bold;
}
#content .panel .fr  .description {
	font-size: 1.3rem;
	line-height:24px;
	color:#666666;
}
#content .panel .fr  .catadown {padding-top:55px;}
#content .panel .fr  .catadown a{border:2px solid #006835; border-radius:5px; padding:10px 25px; font-size:22px; font-family:"Times New Roman", Times, serif}
#content .panel .fr  .catadown a:hover{color:#FFFFFF; background-color:#006835; }

/*-------产品详情页--------*/
#content .details {
	clear: both;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-bottom: 10px;
}
#content .nav-about {
	height: 40px;
	line-height: 40px;
	margin-top:40px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	font-size:2.0rem;
	font-weight:bold;
}
#content .nav-about i {
	font-size: .8rem;
	margin-right: 8px;
	vertical-align: middle;
}

#content ul.tech-list {
	margin: 0 -10px;
	padding: 20px 0;
}
#content ul.tech-list li {
	width: 33.3333%;
	height: 100%;
	margin-bottom:25px;
}
#content ul.tech-list li div {
	text-align: center;
	border: 5px solid #f2f2f2;
	-webkit-transition: all .2s;
	transition: all .2s;
	margin:0 10px;
}
#content ul.tech-list li div:hover {
	border: 5px solid #006835;
}
#content ul.tech-list li img {
	width: 100%;
}
#content ul.tech li a {
	
}
#content ul.tech li a:hover {
	background: #f5f5f5;
	color: #006835;
}

#content ul.tech &gt;li h3 {
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 40px;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}


/*----旋转木马轮播---*/
#content .profile .company-active {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.company-active .col {
	text-align: center;
	padding: 0 10px;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.company-active .col .single-brand {
	border: 1px solid #ddd;
	position: relative;
	overflow: hidden;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.company-active .col .single-brand img {
	width: 100%;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: transform 0.6s ease 0s;  /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
	-moz-transition: transform 0.6s ease 0s;
	-o-transition: transform 0.6s ease 0s;
	transition: transform 0.6s ease 0s;
}
.company-active .col .single-brand:hover img {
	-webkit-transform: scale(1.1, 1.1); /*放大1.1倍*/
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.company-active .col .single-brand .cover {
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 28px;
	height: 28px;
	background-color: rgba(51, 51, 51, 0.6);
}
/*------新闻列表与详情页-----*/
#content hgroup {
	height: auto !important;
	overflow: hidden;
	padding: 0;
}
/*#content hgroup &gt; figure:first-child{
	padding-top:0;
}*/
#content hgroup &gt; figure {
	position: relative;
	/*border-bottom: 1px solid #e8e8e8;*/
	overflow: hidden;
	padding: 20px;
}
#content hgroup&gt;figure:hover {
	background-color: #f8f8f8;
}
#content hgroup&gt;figure:last-child {
	margin-bottom: 0;
}
/*-----新闻列表标题-----*/
#content hgroup&gt;figure img {
	float: left;
	width: 30%;
	border: 1px solid #e8e8e8;
}
#content hgroup&gt;figure figcaption {
	float: left;
	width: 70%;
}
#content hgroup&gt;figure h3 {
	font-weight: blod;
	padding-left: 15px;
	padding-bottom:15px;
	font-size: 1.8rem;
}
#content hgroup&gt;figure h3 a {
	width: 100%;
	display: inline-block;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
#content hgroup&gt;figure&gt;figcaption&gt;span {
	color: #666;
	padding-left: 15px;
}
/*----新闻列表内容-----*/
#content hgroup&gt;figure figcaption p {
	line-height: 24px;
	padding: 0 15px 10px;
	color: #999;
	font-size:14px;
}
#content hgroup&gt;figure figcaption p a {
	color: #e13c00;
}
/*-------新闻详情页----*/
#content .news-info {
	margin: 0 auto;
	padding: 30px 0;
}
#content .news-info .new-tit {
	text-align: center;
}
#content .news-info .new-tit h1 {
	font-size: 2.4rem;
	font-weight:bold;
	margin-bottom: 20px;
}
#content .news-info .new-tit p.p1 {
	line-height: 28px;
	font-size: 1.3rem;
	border-bottom: 1px dotted #959595;
	padding-bottom: 10px;
}
#content .news-info .new-tit p.p1 time, #content .news-info .new-tit p.p1 span {
	padding-right: 10px;
}
#content .news-info .new-tit p.p2 {
	font-size: 1.3rem;
	line-height: 18px;
	margin-bottom: 10px;
	width: 100%;
	color: #BDBDBD;
	border-bottom: 1px solid #CCDFE5;
	padding-bottom: 5px;
}
/*------文章内容----*/
.news-info .news-body {
	padding: 30px 0;
	line-height: 28px;
	font-size: 1.4rem;
}
.news-info .news-body .proimgs {
	text-align: center;
	margin-bottom: 25px;
}
.news-info .news-body .proimgs img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
}
.news-info .news-body .prodes {
	height: auto !important;
	overflow: hidden;
}
/*.news-info .news-body p {
	margin-bottom: 20px;
}*/
.news-info .news-body img {
	max-width: 100%;
	vertical-align: middle;
}
.news-info .news-body a {
	color: #094B9F;
}
.news-info .news-body a:hover {
	text-decoration: underline;
	color: #094B9F;
}
.news-info .news-body h2 {
	font-size: 2.2rem;
	margin-bottom: 10px;
}
.news-info .news-body h3 {
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.news-info .news-body h4 {
	font-size: 1.6rem;
	margin-bottom: 8px;
}
.news-info .news-body h2, .news-info .news-body h3, .news-info .news-body h4 {
	font-weight: 600;
}

.news-info .xgnew{ overflow:hidden; padding-top:50px;}
.news-info .xgnew .xgtit{ font-size:22px; padding-bottom:10px; color:#CC0000; line-height:35px; border-bottom:1px solid #ccc; font-weight:bold;}
.news-info .xgnew li{list-style:none; border-bottom:1px dashed #ccc;margin-bottom:10px;}
.news-info .xgnew li a{font-size:16px; font-weight:bold; line-height:40px; color:#333333;}
.news-info .xgnew li a:hover{color:#006835;}
.news-info .xgnew li span{display:block; padding-bottom:15px; color:#777; line-height:24px; font-size:1.3rem;}

/*-----联系我们-----*/
.contact img {
	max-width: none;
}
.contact .leftcon {
	width:30%; margin-right:8%; float:left; font-size:14px; line-height:28px;text-align: left;
}
.contact .rightcon {
	width:62%; float:left; overflow:hidden
}
.contact .input2 {
	width:48%; border:1px solid #ddd; height:50px; line-height:30px; padding:10px; margin-bottom:10px;font-size:14px;
}
.contact .input3 {
	width:100%; border:1px solid #ddd; height:50px; line-height:30px; padding:10px; margin-bottom:10px;font-size:14px;
}
.contact textarea {
	width:100%; border:1px solid #ddd; height:140px; line-height:30px; padding:10px; margin-bottom:10px;font-size:14px;
}
.contact .button {
	width:100%; background-color:#006835; height:50px; line-height:50px; text-align:center; font-size:14px; color:#FFFFFF; margin-bottom:50px;
}</pre></body></html>