<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 123456789cn */
body {
	margin: 0px;
	padding: 90px 0 0 0;
	font-family: Microsoft Yahei;
	overflow-x: hidden;
}

table,
form,
h1,
h2,
h3,
ul,
li,
ol,
dl,
dd,
dt,
span,
a,
em,
p {
	padding: 0px;
	margin: 0px;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #ff6633;
}

.center {
	text-align: center;
}

img {
	border: none;
}

@font-face {
	font-family: "iconfont";
	src: url('/label/40/static/fonts/iconfont.eot');
	/* IE9*/
	src: url('/label/40/static/fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
	url('/label/40/static/fonts/iconfont.woff') format('woff'), /* chrome, firefox */
	url('/label/40/static/fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
	url('/label/40/static/fonts/iconfont.svg') format('svg');
	/* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

#header {
	background: #ffffff;
	padding: 10px 0;
	transition: padding 0.4s;
	width: 100%;
}

.top-right {
	height: 35px;
	right: 0;
	top: 0px;
	display: inline-block;
	margin-top: 20px;
	position: absolute;
}

.top-right.show {
	height: 35px;
	float: right;
	display: inline-block;
	margin-top: 15px;
}

.language {
	float: right;
	display: inline-block;
	border: #9D9D9D solid 1px;
	border-radius: 35px;
	height: 33px;
	width: 100px;
	text-align: center;
	position: relative;
	transition: all 0.3s;
}

.language:hover {
	background: #F7F7F7;
}

.language span {
	font-size: 14px;
	color: #9D9D9D;
	line-height: 31px;
	display: block;
	background: url(/label/40/static/images/la-ico.png) no-repeat 5px center;
	background-size: 20px 20px;
	padding-left: 20px;
}

.language span:after {
	font-family: "iconfont";
	content: "\e600";
	margin-left: 3px;
}

.language span a {
	color: #9D9D9D;
}

.language span a:hover {
	text-decoration: none;
}


/*.top-language ul {
	display: none;
	background: #F7F7F7;
	position: absolute;
	top: 27px;
	left: 4px;
	width: 90px;
	text-align: center;
	padding: 10px;
	border: #9D9D9D solid 1px;
	border-top: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	z-index: 999;
}

.top-language ul.show {
	display: block;
}

.top-language ul li {
	font-size: 13px;
	color: #9D9D9D;
	line-height: 25px;
	padding-left: 20px;
}

.top-language ul li a {
	color: #9D9D9D;
}

.top-language ul li a:hover {
	color: #00A651;
}

.top-language ul li.en {
	background: url(/label/40/static/images/en.png) no-repeat left center;
}

.top-language ul li.cn {
	background: url(/label/40/static/images/cn.png) no-repeat left center;
}

.top-language ul li.jp {
	background: url(/label/40/static/images/jp.png) no-repeat left center;
}*/

.top-language ul {
	position: absolute;
	top: -1px;
	right: -1px;
	text-align: center;
	z-index: 1;
	transition: all 0.3s;
	opacity: 0;
	height: 35px;
	width: 10px;
	overflow: hidden;
}

.top-language ul.show {
	opacity: 1;
	right: 33px;
	width: 72px;
}

.top-language ul li {
	position: absolute;
	right: 2px;
	top: 0px;
	display: inline-block;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	color: #9D9D9D;
	font-size: 16px;
	font-family: arial;
	border: #9D9D9D solid 1px;
	border-radius: 35px;
	cursor: pointer;
	background: #FFFFFF;
	transition: all 0.3s;
}

.top-language ul li a {
	color: #9D9D9D;
}

.top-language ul li:hover {
	color: #00A651;
	border-color: #00A651;
}

.top-language ul li a:hover {
	color: #00A651;
	text-decoration: none;
}

.top-language ul li.en {}

.top-language ul li.cn {
	right: 38px;
	top: 0px;
}

.top-language ul li.jp {}

.top-print {
	position: absolute;
	right: 36px;
	top: 0px;
	display: inline-block;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	color: #9D9D9D;
	font-size: 22px;
	border: #9D9D9D solid 1px;
	border-radius: 35px;
	cursor: pointer;
	background: #FFFFFF;
	transition: all 0.3s;
	z-index: 2;
}

.top-print a {
	color: #9D9D9D;
}

.top-print.move {
	right: 108px;
}

.top-print span {}

.top-print span:before {
	font-family: "iconfont";
	content: "\e792";
}

.top-print:hover {
	color: #00A651;
	border-color: #00A651;
}

.top-print a:hover {
	color: #00A651;
	text-decoration: none;
}

.top-language {
	position: absolute;
	top: 0;
	right: 0;
}

.top-language span {
	display: inline-block;
	width: 33px;
	height: 33px;
	line-height: 30px;
	text-align: center;
	color: #9D9D9D;
	font-size: 16px;
	font-family: arial;
	border: #9D9D9D solid 1px;
	border-radius: 35px;
	cursor: pointer;
	background: #FFFFFF;
	transition: all 0.3s;
}


/*.top-language span:before {
	font-family: "iconfont";
	content: "\e781";
}*/

.top-language a {
	color: #9D9D9D;
}

.top-language a:hover {
	color: #0172D5;
	text-decoration: none;
}

.top-language:hover {
	color: #0172D5;
	border-color: #0172D5;
}

.top-search-btn {
	position: absolute;
	right: 65px;
	display: inline-block;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	color: #9D9D9D;
	font-size: 18px;
	border: #9D9D9D solid 1px;
	border-radius: 35px;
	cursor: pointer;
	background: #FFFFFF;
	transition: all 0.3s;
	margin: 0 7px;
}

.top-search-btn.move {
	right: 138px;
}

.top-search-btn span {
	z-index: 4;
}

.top-search-btn span:before {
	font-family: "iconfont";
	content: "\e649";
}

.top-search-btn:hover {
	color: #00A651;
	border-color:#00A651;
}

.top-search-div {
	position: absolute;
	right: 0;
	background: #FFFFFF;
	text-align: center;
	visibility: hidden;
	padding: 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	top: 75px;
	left: 0;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	transition: all 0.3s;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

.top-search-div.show {
	top: 80px;
	visibility: visible;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

#header.scrolled .top-search-div {
	top: 45px;
}

#header.scrolled .top-search-div.show {
	top: 50px;
}

.top-search-cont {
	height: 33px;
	width: 300px;
	border: #9D9D9D solid 1px;
	border-radius: 35px;
	overflow: hidden;
	padding: 0 5px;
	margin: 0 auto;
	z-index: 1;
	transition: all 0.3s;
	z-index: 3;
	background: #FFFFFF;
}

.top-search-cont.move {
	width: 100px;
	right: 145px;
}

.top-search-cont .input {
	border: none;
	outline: none;
	width: 250px;
	padding-left: 10px;
	color: #666666;
	transition: all 0.3s;
	line-height:29px;
}

.top-search-cont.move .input {
	width: 50px;
}

.top-search-cont .btn {
	border-radius: 5px;
	font-family: "Microsoft Yahei";
	width: 20px;
	margin-top: 5px;
	border: none;
	font-size: 14px;
	height: 20px;
	float: right;
	background: url(/label/40/static/images/top-search.png) no-repeat center;
}

#header.scrolled {
	padding: 5px 0px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

#header.scrolled .navbar-collapse {
	margin-top: 3px;
}

#header.scrolled .navbar-brand {
	height: 50px;
	width: 240px;
}

#header.scrolled .navbar-brand img {
	height: 100%;
}

#header.scrolled .top-right {
	margin-top: 8px;
}

.navbar-collapse {
	transition: all 0.3s;
}

.navbar-brand {
	display: block;
	height: 70px;
	text-indent: -9999px;
	margin: 0 auto;
	width: 265px;
	float: left;
	padding: 0px 0;
	z-index: 99999;
	position:relative;
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}

.navbar-brand&gt;img {
	display: block;
	transition: all 0.3s;
}

#slider {
	margin: 0px auto;
	text-align: center;
}


/*.carousel-inner img{width:100%;}*/

.m-search,
.m-lau {
	display: none !important;
}

.collapse.navbar-collapse {}

.nav {
	font-family: "Microsoft Yahei";
	font-size: 15px;
	margin-top: 15px;
	position: relative;
}

.nav&gt;li {
	margin: 0 0px;
	padding: 0px 5px;
	float: left;
	display: inline-block;
	position: static;
	overflow: hidden;
}

.nav&gt;li.active&gt;a,
.nav&gt;li.active&gt;a:hover,
.nav&gt;li.active&gt;a:focus {
	color: #00A651;
	line-height: 30px;
	background-color: none;
}

.nav&gt;li&gt;a {
	color: #666666;
	line-height: 30px;
	margin-bottom: 5px;
	font-size: 16px;
}

.nav&gt;li:hover&gt;a {
	background-color: #FFFFFF;
	color: #00A651;
}

.nav&gt;li&gt;a {
	display: block;
	padding: 5px 10px;
	color: #666666;
}

.nav&gt;li&gt;a:hover,
.nav&gt;li&gt;a:focus {
	text-decoration: none;
	background-color: none;
	color: #00A651;
}

.nav&gt;li.disabled&gt;a {
	color: #777;
}

.nav&gt;li.disabled&gt;a:hover,
.nav&gt;li.disabled&gt;a:focus {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
}

.nav .open&gt;a,
.nav .open&gt;a:hover,
.nav .open&gt;a:focus {
	background-color: #fff;
	border-color: #333;
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #428bca;
}

.nav&gt;li&gt;a&gt;img {
	max-width: none;
}

.nav&gt;li .dropdown-menu {
	margin: 0;
}

.nav&gt;li:hover .dropdown-menu {
	display: block;
}

.navbar {
	margin: 0;
}

.navbar-default {
	background: none;
	border: none;
}

.navbar-collapse {
	margin: 0;
	padding-right: 0px;
	padding-left: 0px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-collapse.in {
	overflow-y: auto;
	height: 600px;
	min-height: 600px;
	padding-bottom: 80px;
}

@media (min-width: 768px) {
	.navbar-collapse {
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
		visibility: visible !important;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
}

.nav&gt;li&gt;ul {
	/*background:rgba(243,243,243,0.9);*/
	padding: 0px 5px;
	width: auto;
	border-radius: 5px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	position: absolute;
	left: 0px;
	display: inline-block;
	top: 45px;
	height: 40px;
	padding-top: 20px;
	/*border: #DDDDDD solid 1px;*/
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	text-align: center;
	visibility: hidden;
	/*box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);*/
	z-index:1000000;
	padding-bottom:140px;
}

.nav&gt;li&gt;ul .arr {
	width: 15px;
	height: 8px;
	background: url(/label/40/static/images/menu-arr.png) no-repeat center;
	position: absolute;
	top: 12px;
	left: 85px;
}

.nav&gt;li:nth-child(2)&gt;ul {
	left: 270px;
}

.nav&gt;li:nth-child(3)&gt;ul {
	left: 260px;
}

.nav&gt;li:nth-child(4)&gt;ul {
	left: 375px;
}

.nav&gt;li:nth-child(5)&gt;ul {
	left: 500px;
}

.nav&gt;li:nth-child(6)&gt;ul {
	left: 670px;
}

.nav&gt;li:nth-child(7)&gt;ul {
	left: auto;
	right: 217px;
}

.scrolled .nav&gt;li:nth-child(2)&gt;ul {
	left: 240px;
}

.scrolled .nav&gt;li:nth-child(3)&gt;ul {
	left: 240px;
}

.scrolled .nav&gt;li:nth-child(4)&gt;ul {
	left: 350px;
}

.scrolled .nav&gt;li:nth-child(5)&gt;ul {
	left: 475px;
}

.scrolled .nav&gt;li:nth-child(6)&gt;ul {
	left: 650px;
}

.scrolled .nav&gt;li:nth-child(7)&gt;ul {
	left: auto;
	right: 240px;
}

.ul-cont {
	height: 1px;
	visibility: hidden;
	width: 100%;
	background: rgba(243, 243, 243, 0.9);
	transition: all 0.3s;
}

.ul-cont.show {
	visibility: visible;
	height: 40px;
	border-bottom: #FFFFFF solid 1px;
}

.ul-cont.show2 {
	visibility: visible;
	height:180px;
	background: rgba(243, 243, 243, 1);
	border-bottom: #FFFFFF solid 1px;
}


/*.nav&gt;li:nth-child(2)&gt;ul {
	left:0px;
}

.nav&gt;li:nth-child(3)&gt;ul {
	
}

.nav&gt;li:nth-child(5)&gt;ul {
	left: 150px;
}

.nav&gt;li:nth-child(6)&gt;ul {
	left: 405px;
}

.nav&gt;li:nth-child(7)&gt;ul {
	left: auto;right: 0;
}*/

.nav&gt;li:hover ul {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	visibility: visible;
	padding-top: 20px;
}

.nav&gt;li:nth-child(2)&gt;ul .arr {
	left: 96px;
}

.nav&gt;li:nth-child(3)&gt;ul .arr {
	left: 195px;
}

.nav&gt;li:nth-child(4)&gt;ul .arr {
	left: 180px;
}

.nav&gt;li:nth-child(5)&gt;ul .arr {
	left: 150px;
}

.nav&gt;li:nth-child(6)&gt;ul .arr {
	left: 70px;
}

.nav&gt;li:nth-child(7)&gt;ul .arr {
	left: 120px;
}

.scrolled .nav&gt;li ul {
	top: 30px;
}

.scrolled .nav&gt;li:hover ul {
	top: 32px;
}

.nav&gt;li&gt;ul&gt;li {
	line-height: 40px;
	display: inline-block;
	text-align: left;
	font-size: 15px;
	padding: 0 5px;
}

.nav&gt;li&gt;ul&gt;li a {
	color: #666666;
	text-decoration: none;
	border-radius: 0px;
}

.nav&gt;li&gt;ul&gt;li:hover {}

.nav&gt;li&gt;ul&gt;li:hover a {
	color: #00A651;
}


/*äº§å“ä¸»èœå•*/

.p-tab {
	padding: 0px 0px;
	width: auto;
	border-radius: 5px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	position: absolute;
	left: 0px;
	right: 0;
	display: inline-block;
	top: 45px;
	padding-top: 20px;
	/*border: #DDDDDD solid 1px;*/
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	text-align: center;
	visibility: hidden;
}

.nav&gt;li:hover .p-tab {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	visibility: visible;
	padding-top: 30px;
}

.hide {
	display: none;
}

ol.p-tab-nav {
	/*border-bottom: #999999 solid 1px;*/
	height: 180px;
	padding: 0px;
}

.p-tab-nav li {
	display: block;
	width: 20%;
	float: left;
	/*padding: 15px;*/
	position: relative;
}

.p-tab-nav li a {
	color: #333333;
}

.p-tab-nav li a:hover {
	text-decoration: none;
}

.p-tab-nav li a:hover span {
	color: #00A651;
}

/*.p-tab-nav li img {
	width: 100%;
}*/
.p-tab-nav li .iu-ico{ transition: all 0.3s;}
.p-tab-nav li .iu-ico img{
	transition: all 0.3s;
margin: 0 auto;
display: block;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
width: 100%;
}
.p-tab-nav li a:hover .iu-ico img{
	webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);
filter: none;
}

.p-tab-nav li span {
	font-size: 16px;
	text-align: center;
	line-height: 20px;
	display: block;
	color: #333333;
	transition: all 0.3s;
	font-weight: bold;
}

.p-tab-nav li.curr a span {
	color: #00A651;
}

.p-tab-nav li.curr i {
	position: absolute;
	width: 20px;
	height: 13px;
	background: url(/label/40/static/images/p-tab-nav.png) no-repeat center;
	bottom: 9px;
	left: 50%;
	margin-left: -10px;
}

.p-tab-cont {
	padding: 15px;
	height: 200px;
	overflow: hidden;
}

.p-tab-cont&gt;div {}

.p-tab-cont .cont-box {
	display: -moz-box !important;
	;
	/* Firefox */
	/*display: -webkit-box !important;*/
	/* Safari and Chrome */
	display: box !important;
	width: 100%;
	float:left;
}

.p-tab-cont .cont-box dl {
	-moz-box-flex: 1.0;
	/* Firefox */
	-webkit-box-flex: 1.0;
	/* Safari and Chrome */
	box-flex: 1.0;
	text-align: left;
	max-width: 250px;
	float:left;
	margin-right:80px;
}

.p-tab-cont .cont-box dl dt {
	font-size: 16px;
	line-height: 35px;
	color: #333333;
	font-weight: 300;
	text-align:left;
}

.p-tab-cont .cont-box dl dt a {
	color: #333333;
	text-align:left;
}

.p-tab-cont .cont-box dl dd {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	text-align:left;
}
.b-ico a{ padding:0px 5px; float:left;}
.p-tab-cont .cont-box dl dd a {
	color: #666666;
}

.p-tab-cont .cont-box dl dd a:hover {
	color: #00A651;
}

.p-tab-cont .cont-box dl dd.more {
	font-size: 12px;
}

.p-tab-cont .cont-box dl dd.more:before {
	font-family: "iconfont";
	content: "\e61a";
	color: #999999;
	padding-right: 5px;
}

.p-tab-cont .cont-box dl dd.more a {
	color: #999999
}


/*-é¢åŒ…å±‘-*/

.current {
	font-size: 14px;
	line-height: 40px;
	background: #f7f7f7;
	border-bottom: #ddd solid 1px;
}

.breadcrumb {
	color: #999999;
	border-radius: 0;
	background: none;
	padding: 0;
	margin-bottom: 0;
}

.breadcrumb&gt;li+li:before {
	content: '&gt;';
	color: #999999;
	font-family: arial;
}

.breadcrumb a {
	color: #999999;
}

.breadcrumb .active a {
	color: #999999;
}


/**æ¿å—**/

.bg-white-bg {
	padding: 40px 0px;
	background: #ffffff;
}

.bg-product-bg {
	padding: 10px 0px 0px 0px;
	background: #ffffff;
}

.bg-gray-bg {
	padding: 50px 0;
	background: #f7f8fa;
}

.bg-case-bg {
	padding: 50px 0;
	background: #F3F3F3 url(/label/40/static/images/index-case-bg.jpg) no-repeat center;
	min-height: 550px;
}

.bg-about-bg {
	padding: 0px 0;
	background: #f7f8fa;
}

.bg-blue-bg {
	padding: 50px 0;
	background: #0062B5;
}

.bg-black-bg {
	padding: 50px 0;
	background: #272727
}


/*é¦–é¡µäº§å“å¤§æ&nbsp;‡é¢˜*/

.index-product-title {
	text-align: center;
}

.index-product-title b {
	display: inline-block;
	font-size: 25px;
	color: #00A651;
	line-height: 35px;
	font-weight: normal;
}

.index-product-title .info {
	line-height: 30px;
	margin-top: 15px;
	background: url(/label/40/static/images/index-product-title-line.png) no-repeat center;
}

.index-product-title span {
	display: inline-block;
	font-size: 16px;
	color: #666666;
	margin-top: 0px;
	padding: 0 15px;
	background: #FFFFFF;
}


/*é¦–é¡µäº§å“åˆ†ç±»*/

.index-p-cate {
	margin: 80px 0 0 0;
}

.index-p-cate ul {}

.index-p-cate ul li {}

.index-p-cate ul li .pic {
	transition: all 0.3s;
	table-layout: center;
}

.index-p-cate ul li .pic img {
	transition: all 0.3s;
	width: 90%;
	margin: 0 auto;
	display: block;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.index-p-cate ul li a:hover .pic img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
}

.index-p-cate ul li b {
	display: block;
	font-size: 24px;
	color: #666666;
	display: block;
	text-align: center;
	line-height: 30px;
	margin-top: 15px;
	font-weight: normal;
	transition: all 0.3s;
	margin-bottom: 30px;
}

.index-p-cate ul li em {
	display: block;
	font-style: normal;
	color: #999999;
	line-height: 25px;
	padding: 0 15px;
	margin-top: 10px;
	transition: all 0.3s;
}

.index-p-cate ul li a:hover {
	color: #00A651;
	text-decoration: none;
}

.index-p-cate ul li a:hover b {
	color: #00A651;
}

@-webkit-keyframes zhuanzhuan {
	0% {
		transform: rotateY(0deg);
	}
	100% {
		transform: rotateY(180deg);
	}
}


/*--é¦–é¡µå¤§æ&nbsp;‡é¢˜-*/

.index-title {
	line-height: 60px;
	font-size: 36px;
	height: 70px;
	margin-bottom: 30px;
	overflow: hidden;
	border-bottom: #00A651 solid 2px;
	display: inline-block;
	font-weight: normal;
	color: #333333;
}

.index-title a {
	color: #333333;
}

.index-title a:hover {
	color: #333333;
	text-decoration: none;
}


/*é¦–é¡µå…³äºŽæˆ‘ä»¬*/

.index-about {
	background: url(/label/40/static/images/about-pic.jpg) no-repeat right bottom;
	padding: 50px 0;
	background-size: 650px 339px;
}

.index-about-cont {
	line-height: 30px;
}

.index-about-more {
	height: 52px;
	border: #DDDDDD solid 1px;
	line-height: 50px;
	width: 140px;
	display: inline-block;
	font-size: 18px;
	color: #666666;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
	margin-top: 40px;
}

.index-about-more:after {
	content: "\e61a";
	font-family: "iconfont";
	color: #9D9D9D;
	padding-left: 5px;
}

.index-about-more:hover {
	color: #00A651;
	text-decoration: none;
	border: #00A651 solid 1px;
}


/*-é¦–é¡µæ–‡ç«&nbsp;-*/

.index-news {}

.index-news dl {}

.index-news dl dt {
	float: left;
	width: 280px;
	height: 180px;
}

.index-news dl dt img {
	height: 280px;
	height: 180px;
	background: center no-repeat;
	background-size: cover;
}

.index-news dl dd {
	margin-left: 280px;
}

.index-news dl dd .title {
	font-size: 20px;
	line-height: 32px;
	max-height: 70px;
	overflow: hidden;
	border-bottom: #DDDDDD solid 1px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.index-news dl dd .title a {
	color: #333333;
}

.index-news dl dd .title a:hover {
	color: #00A651;
	text-decoration: none;
}

.index-news dl dd .time {
	color: #9D9D9D;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}

.index-news dl dd span {
	font-size: 14px;
	color: #777777;
	line-height: 25px;
	height: 100px;
	overflow: hidden;
	display: block;
	text-indent: 2em;
}

.index-news .col-xs-12:nth-child(2) .index-title {
	margin-left: 20px;
}

.index-news ul {
	padding-left: 20px;
}

.index-news ul li {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: #DDDDDD solid 1px;
}

.index-news ul li:first-child {
	margin-top: -5px;
}

.index-news ul li .title {
	font-size: 16px;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-news ul li .title a {
	color: #333333;
}

.index-news ul li .title a:hover {
	color: #00A651;
	text-decoration: none;
}

.index-news ul li span {
	font-size: 14px;
	color: #777777;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	display: block;
	text-indent: 2em;
}

.index-news ul li:last-child {
	border: none;
}

.index-news-more {
	height: 52px;
	border: #DDDDDD solid 1px;
	line-height: 50px;
	width: 140px;
	display: inline-block;
	font-size: 18px;
	color: #666666;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
	margin-top: 10px;
	margin-left: 20px;
}

.index-news-more:after {
	content: "\e61a";
	font-family: "iconfont";
	color: #9D9D9D;
	padding-left: 5px;
}

.index-news-more:hover {
	color: #00A651;
	text-decoration: none;
	border: #00A651 solid 1px;
}


/*-é¦–é¡µæ¡ˆä¾‹-*/

.index-cate {}

.index-cate .tabs-list {}

.index-cate .tabs-list li {
	line-height: 60px;
	height: 60px;
	font-size: 18px;
	color: #666666;
	padding: 0 20px;
	margin: 5px 0;
	transition: all 0.3s;
	cursor: pointer;
}

.index-cate .tabs-list li a {
	font-size: 18px;
	color: #666666;
}

.index-cate .tabs-list li:hover {
	background: #FFFFFF;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
}

.index-cate .tabs-list li:hover a {
	text-decoration: none;
}

.index-cate .tabs-list li:before {
	font-family: "iconfont";
	content: "\e64d";
	font-size: 16px;
	color: #999999;
	padding-right: 8px;
}

.index-cate .tabs-list li.active {
	background: #FFFFFF;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
}

.index-cate .tabs-list li.active a {
	color: #333333;
}

.index-cate .tabs-list li.active a:hover {
	text-decoration: none;
}


/*.index-cate .tabs-container {
	margin-top: -90px;
}

.index-cate .tab-content {}

.index-cate-box {
	background: #FFFFFF;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
	display: table;
	width: 100%;
}

.index-cate-box .pic {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	position: relative;
}

.index-cate-box .pic img {
	display: block;
	width: 100%;
}

.index-cate-box .pic h3 {
	line-height: 40px;
	font-size: 18px;
	display: block;
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.5);
	padding: 0px 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}*/

.index-cate .tabs-container {
	margin-top: 5px;
}

.index-cate .tab-content {}

.index-cate-box {
	background: #FFFFFF;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
	display: table;
	width: 100%;
}

.index-cate-box .pic {
	display: table-cell;
	vertical-align: middle;
	float: left;
	width: 550px;
}

.index-cate-box .pic img {
	display: block;
	width: 100%;
}

.index-cate-box .info {
	display: table-cell;
	vertical-align: middle;
	margin-left: 550px;
	padding: 0 30px;
}

.index-cate-box .info {}

.index-cate-box .info h3 {
	line-height: 35px;
	font-size: 20px;
	display: block;
}

.index-cate-box .info span {
	line-height: 24px;
	font-size: 14px;
	color: #999999;
	display: block;
}

.index-cate-box .info a {
	display: inline-block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #00A651;
	color: #FFFFFF;
	margin-top: 15px;
	transition: all 0.3s;
}

.index-cate-box .info a:hover {
	background: #E38D13;
	text-decoration: none;
}

.index-cate .accordion-handle {
	display: none;
}

.tabs-vertical-left,
.tabs-vertical-right {
	*zoom: 1;
}

.tabs-vertical-left:before,
.tabs-vertical-left:after,
.tabs-vertical-right:before,
.tabs-vertical-right:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.tabs-vertical-left .tabs-list,
.tabs-vertical-right .tabs-list {
	width: 25%;
}

.tabs-vertical-left .tabs-list li,
.tabs-vertical-right .tabs-list li {
	display: block;
	margin: 0 0 5px 0;
	width: 100%;
}

.tabs-vertical-left .tabs-list li a,
.tabs-vertical-right .tabs-list li a {
	height: auto;
	padding: 8px 20px;
	line-height: 1.5;
}

.tabs-vertical-left .tabs-container,
.tabs-vertical-right .tabs-container {
	width: 75%;
}

.tabs-vertical-left .tabs-list {
	float: left;
}

.tabs-vertical-left .tabs-container {
	float: right;
}

.tabs-vertical-left .tabs-container .tab-content {
	margin: 0 0 0 15px;
}

.tabs-vertical-right .tabs-list {
	float: right;
}

.tabs-vertical-right .tabs-container {
	float: left;
}

.tabs-vertical-right .tabs-container .tab-content {
	margin: 0 15px 0 0;
}

.accordion-handle {
	position: relative;
	margin-bottom: 10px;
	background-color: #d9d9d9;
	text-decoration: none;
	color: #808080;
	cursor: pointer;
	transition: all 0.4s ease 0s;
	border-radius: 10px;
}

.accordion-handle:hover {
	background-color: #007db8;
	color: #ffffff;
}

.accordion-handle.active {
	background-color: #007db8;
	color: #fff;
}

.accordion-handle h4 {
	height: 38px;
	line-height: 38px;
	padding: 0 15px;
	font-size: 14px;
	font-weight: normal;
}

.accordion-handle i {
	display: block;
	width: 38px;
	height: 38px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	background: url(/label/40/static/images/icon-accordion.gif) no-repeat top center;
}

.accordion-handle.active i {
	background-position: bottom center;
}

.accordion-content {
	margin-bottom: 15px;
	display: none;
}

@media only screen and ( max-width:768px) {
	.responsive-tabs .tabs-list {
		display: none;
	}
	.responsive-tabs .accordion-handle {
		display: block;
	}
	.responsive-tabs.tabs-vertical-left .tabs-container,
	.responsive-tabs.tabs-vertical-right .tabs-container {
		width: 100%;
		float: none;
	}
	.responsive-tabs.tabs-vertical-left .tabs-container .tab-content,
	.responsive-tabs.tabs-vertical-right .tabs-container .tab-content {
		margin: 10px 0 15px;
	}
	.p-tab-nav li .iu-ico{display:none;}
	.culture-ul li .ico{ width:120px !important; height:120px !important;}
}


/*è¯¢ç›˜*/

.xunpan-cont {
	transition: all 0.3s;
	/*margin-top: 50px;*/
	padding-top: 1px;
}

.xunpan-cont .xunpan-pic {}

.xunpan-cont .xunpan-pic img {
	max-width: 100%;
}

.xunpan-cont.hh {
	background: #00A651;
	transform: scale(1.05);
	background-size: cover;
	color: #FFFFFF;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
}

.xunpan-cont.hh .xunpan span {
	color: #FFFFFF;
}

.xunpan {
	margin: 0 auto;
	width: 550px;
}

.xunpan span {
	font-size: 32px;
	color: #333333;
	display: block;
	height: 40px;
	line-height: 40px;
	transition: all 0.3s;
	border-left: #00A651 solid 2px;
	padding-left: 15px;
	margin-top: 60px;
}

.xunpan .tips {
	font-size: 16px;
	color: #999999;
	line-height: 35px;
	padding-left: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
}

.xunpan .go-btn {
	height: 45px;
	background: #00A651;
	line-height: 45px;
	width: 140px;
	display: inline-block;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
	border-radius: 10px;
	vertical-align: baseline;
	position: relative;
	cursor: pointer;
	margin-left: 15px;
}

.xunpan .go-btn:after {
	content: "\e61a";
	font-family: "iconfont";
	padding-left: 5px;
}

.xunpan .go-btn:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E38D13;
}

.xunpan-cont.hh .xunpan .go-btn {
	color: #00A651;
	text-decoration: none;
	background-color: #FFFFFF;
	transform: rotateX(360deg);
}

.bottom {
	padding: 50px 0;
	background: #434343;
}

.bottom .line {
	border-top: #666666 solid 1px;
}

.footer {
	background: #505050;
	padding: 10px 0;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 25px;
}

.footer-l {
	text-align: left;
	word-spacing: 1em;
}

.footer-l a {
	color: #FFFFFF;
}

.footer-r {
	text-align: right;
}

.footer-r a {
	color: #FFFFFF;
}

.b-link {
	margin-top: 30px;
	display: -moz-box;
	/* Firefox */
	/*display: -webkit-box;*/
	/* Safari and Chrome */
	display: box;
}

.b-link dl {
	-moz-box-flex: 1.0;
	/* Firefox */
	-webkit-box-flex: 1.0;
	/* Safari and Chrome */
	box-flex: 1.0;
	float:left;
	margin-right:20px;
}

.b-link dl dt {
	font-size: 16px;
	line-height: 35px;
	color: #FFFFFF;
}

.b-link dl dd {
	font-size: 12px;
	line-height: 30px;
	color: #FFFFFF;
}

.b-link dl dd a {
	color: #FFFFFF;
}

.b-link dl dd a:hover {
	color: #00A651;
	text-decoration: none;
}

.b-contact {
	color: #FFFFFF;
	margin-top: 30px;
}

.b-contact h1 {
	font-size: 18px;
	line-height: 35px;
}

.b-contact span {
	display: block;
	line-height: 30px;
}

.b-code {
	margin-top: 15px;
}

.b-code ul {}

.b-code ul li {}

.b-code ul li img {
	width: 80%;
}

.b-follow-tt {
	font-size: 18px;
	line-height: 35px;
	color: #FFFFFF;
	margin-top: 30px;
}

.b-ico {}

.b-ico ul {
	margin-top: 15px;
}

.b-ico ul li {
	width: 45px;
	height: 45px;
	background: #585656;
	display: inline-block;
	float: left;
	margin-right: 9px;
	color: #FFFFFF;
	line-height: 45px;
	cursor: pointer;
	transition: all 0.3s;
	font-size: 30px;
	text-align: center;
}

.b-ico ul li:hover {
	background-color: #00A651;
}

.b-ico ul li:last-child {
	margin-right: 0;
}

.b-ico ul li a {
	color: #FFFFFF;
}

.b-ico ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.b-ico ul li:before {
	font-family: "iconfont";
	content: "\e695";
}

.b-ico ul li.f:before {
	content: "\e695";
}

.b-ico ul li.t:before {
	content: "\ecb0";
}

.b-ico ul li.in:before {
	content: "\e6ce";
}

.b-ico ul li.g:before {
	content: "\e721";
	font-size: 27px;
}

.b-ico ul li.tw:before {
	content: "\ecb3";
}

.b-tel {
	font-size: 22px;
	color: #ffffff;
	line-height: 40px;
	margin-top: 15px;
}
.b-tel img{ max-width:65px; float: left;}
.b-tel p{ float:right; line-height: 28px;margin-right:20px;}
.b-tel span{ float: left; width: 100%; font-size: 13pt;}
.b-btn-cont {
	margin-top: 15px;
}

.b-btn-cont a {
	text-align: center;
	padding-right: 30px;
	font-size: 16px;
	width: 120px;
	border: #FFFFFF solid 1px;
	height: 40px;
	line-height: 38px;
	color: #FFFFFF;
	display: block;
	background: url(/label/40/static/images/b-btn-ico.png) no-repeat 83px center;
	background-size: 25px 25px;
}

.b-btn-cont a:hover {
	color: #FFFFFF;
	cursor: pointer;
}

.b-btn-contact {
	float: left;
}

.b-btn-contact:hover {
	text-decoration: none;
}

.b-btn-map {
	float: right;
}

.b-btn-map:hover {
	text-decoration: none;
}

.f-link {
	border-top: #666666 solid 1px;
	margin-top: 30px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	padding-top: 15px;
}

.f-link a {
	color: #FFFFFF;
}

.f-link a:hover {
	color: #FFFFFF;
}

.f-link span {}


/*å†…éƒ¨åˆ†ç±»*/


/*-åˆ†é¡µ-*/

.pages {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #666666;
}

.pages div a {
	display: inline-block;
	padding: 5px 8px;
	background: #fafafa;
	font-size: 14px;
	border: #D5D5D5 solid 1px;
	border-radius: 4px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	transition: all 0.5s;
	text-decoration: none;
	height: 30px;
	line-height: 20px;
	margin: 0 2px;
	min-width: 20px;
	text-align: center;
}

.pages div a:hover {
	background: #00A651;
	color: #FFF;
	border: #00A651 solid 1px;
}

.pages div span.curr {
	display: inline-block;
	padding: 5px 8px;
	background: #00A651;
	font-size: 14px;
	border: #00A651 solid 1px;
	color: #fff;
	border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
	transition: all 0.5s;
	text-decoration: none;
	height: 30px;
	line-height: 20px;
	margin: 0 2px;
	min-width: 20px;
	text-align: center;
}

.pages div .total {
	line-height: 20px;
	margin: 0 2px;
	height: 30px;
	padding: 5px;
	font-size: 14px;
	font-family: "Microsoft yahei";
	line-height: 20px;
	display: inline-block;
	background: #fafafa;
	border: #d9d9d9 solid 1px;
	color: #2283c5;
}

.pages div .total b {}

.pages div input {
	width: 40px;
	height: 32px;
	cursor: pointer;
	text-align: center;
	border: #d9d9d9 solid 1px;
	margin: 0 2px;
	background: #fafafa;
}

.pages div .valid {
	width: 40px;
	height: 28px;
	text-align: center;
	border: #d9d9d9 solid 1px;
	margin: 0 2px;
}


/*å…³äºŽæˆ‘ä»¬*/

.about-page {}


/*è”ç³»æˆ‘ä»¬*/

.contact {}

.contact .pic {}

.contact .pic img {
	width: 100%;
}

.contact-info {
	text-align: center;
}

.contact-info .cont {
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	margin-bottom: 50px;
}

.contact-info ul {
	padding: 50px 0;
}

.contact-info ul li {
	line-height: 25px;
	font-size: 14px;
	color: #666666;
}

.contact-info ul li:before {
	font-family: "iconfont";
	content: "\e767";
	display: block;
	font-size: 60px;
	color: #00A651;
	height: 60px;
	line-height: 60px;
}

.contact-info ul li span {
	display: block;
	margin-top: 20px;
	line-height: 30px;
}

.contact-info ul li.tel:before {
	content: "\e629";
}

.contact-info ul li.fax:before {
	content: "\e608";
}

.contact-info ul li.mail:before {
	content: "\e63e";
}

.contact-info ul li.add:before {
	content: "\e614";
}

.contact-info ul li a {
	color: #666666;
}

.contact-info ul li a:hover {
	color: #666666;
}

.contact-map-btn {
	border: #DDDDDD solid 1px;
	height: 40px;
	line-height: 40px;
	color: #999999;
	font-size: 16px;
	display: inline-block;
	padding: 0 20px 0 10px;
	background: #FFFFFF;
	border-radius: 4px;
	margin-top: 30px;
}

.contact-map-btn:hover {
	color: #00A651;
	text-decoration: none;
}

.contact-map-btn:before {
	font-family: "iconfont";
	content: "\e66a";
	font-size: 26px;
	float: left;
}

.contact-info .name {
	font-size: 22px;
	color: #00A651;
	font-weight: 300;
	line-height: 40px;
	margin-top: 30px;
	border-bottom: #DDDDDD solid 1px;
	padding-bottom: 15px;
	margin-bottom: 50px;
	text-align: center;
	display: inline-block;
}


/*åœ°å›¾*/

.contact-map {
	height: 450px;
	overflow: hidden;
}

.map-cont {
	height: 500px;
}

.other-contact {}

.other-contact ul {}

.other-contact ul li {
	line-height: 30px;
	font-size: 15px;
	color: #666666;
	margin-bottom: 30px;
}

.other-contact ul li a {
	color: #00A651;
}

.other-contact ul li b {
	display: block;
	font-size: 20px;
	font-weight: 300;
	color: #00A651;
	line-height: 40px;
}

.other-contact ul li a:hover {
	color: #00A651;
}


/*äº§å“åˆ†ç±»*/

.big-pic {
	height: 300px;
	background: center no-repeat;
	background-size: cover;
}

.p-cate {
	margin: 10px 0;
	background: #f3f3f3;
	height: 100%;
}

.p-cate ul {
	text-align: center;
}

.p-cate ul li {
	font-size: 18px;
	color: #333333;
	text-align: center;
	height: 25px;
	transition: all 0.3s;
	background: #FFFFFF;
	display: inline-block;
	padding: 0 20px;
}

.p-cate ul li a {
	color: #333333;
	display: inline-block;
	line-height: 25px;
	transition: all 0.3s;
	border-bottom: #FFFFFF solid 2px;
	padding-bottom: 10px;
}

.p-cate .tx {width:96%; margin: 0 auto; padding-top: 15px; height: 35px;}

.p-cate .ms {width:96%; margin: 0 auto; padding-bottom: 15px}

.p-cate .tx h1 {font-size: 20px; font-weight: bold; float: left}

.p-cate .tx span {float:right; margin-top: 2px;}

.p-cate ul li.curr {}

.p-cate ul li.curr a {
	color: #00A651;
	border-bottom: #00A651 solid 2px;
}

.p-cate ul li:hover {}

.p-cate ul li:hover a {
	text-decoration: none;
	color: #00A651;
	border-bottom: #00A651 solid 2px;
}

.p-cate ul li+li {
	border-left: #999999 solid 1px
}

/*äº§å“åŠ&nbsp;æ¡ˆä¾‹*/

.p-text {margin:0 auto; text-align: center; font-size: 22px; height: 80px}

/*äº§å“åˆ—è¡¨*/

.p-list {
	margin:0 auto;
}

.p-list ul {}

.p-list ul li {
	text-align: center;
	transition: all 0.3s;
	margin-bottom: 30px;
	
}

.p-list ul li .k {
	transition: all 0.3s;
	padding-bottom: 30px;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0);
}

.p-list ul li:hover .k {
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
	transform: translateY(-10px)
}

.p-list ul li a {}

.p-list ul li a:hover {
	text-decoration: none;
	color: #00A651;
}

.p-list ul li .k img {
	width: 100%;
	;
}

.p-list ul li .k .tt {
	font-size: 20px;
	line-height: 40px;
	color: #333333;
	margin-top: 10px;
}

.p-list ul li a:hover .tt {
	color: #00A651;
}

.p-list ul li .k span {
	display: block;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	font-size: 15px;
	color: #666666;
	padding: 0 30px;
	margin-top: 0px;
}

.p-list ul li .k i {
	display: block;
	width: 100px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #999999;
	border: #DDDDDD solid 1px;
	text-align: center;
	font-style: normal;
	margin: 20px auto 0 auto;
	display: none;
}

.p-list ul li .k i:after {
	font-family: "iconfont";
	content: "\e61a";
}


/*æ¡ˆä¾‹åˆ—è¡¨*/

.p-case {margin:0 auto;}

.p-case dl {
	padding: 30px 0;
}

.p-case dl dt {}

.p-case dl dt img {
	width: 100%;
}

.p-case dl dd {}

.p-case dl dd .title {
	font-size: 26px;
	line-height: 30px;
	color: #333333;
}

.p-case dl dd .title a {
	color: #333333;
}

.p-case dl dd .title a:hover {
	color: #00A651;
	text-decoration: none;
}

.p-case dl dd .info {
	font-size: 16px;
	color: #999999;
	line-height: 28px;
	margin-top: 15px;
}

.p-case dl dd .more {
	display: block;
	width: 100px;
	height: 35px;
	line-height: 33px;
	font-size: 14px;
	color: #666666;
	border: #999999 solid 1px;
	text-align: center;
	font-style: normal;
	margin: 20px 0 0 0;
}

.p-case dl dd .more:after {
	font-family: "iconfont";
	content: "\e61a";
}

.p-case dl dd .more:hover {
	text-decoration: none;
	color: #00A651;
}

.p-case ul {}

.p-case ul li {
	text-align: center;
	transition: all 0.3s;
	margin-bottom: 10px;
}

.p-case ul li .k {
	transition: all 0.3s;
	padding-bottom: 30px;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	background: #FFFFFF;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.p-case ul li .k:hover {
	box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
	transform: scale(1.05);
}

.p-case ul li .k:hover .info .tt {
	color: #00A651;
}

.p-case ul li .k img {
	width: 100%;
	display: block;
	margin-bottom: 50px;
}

.p-case ul li .k .info {
	position: absolute;
	bottom: -90px;
	background: #FFFFFF;
	width: 100%;
	transition: all 0.3s ease-in-out;
	padding-bottom: 15px;
}

.p-case ul li .k .info .tips {
	font-size: 12px;
	line-height: 25px;
	height: 75px;
	color: #666666;
}

.p-case ul li .k .tt {
	font-size: 18px;
	line-height: 40px;
	color: #333333;
	margin-top: 10px;
}

.p-case ul li a:hover .tt {
	color: #00A651;
}

.p-case ul li .k span {
	display: block;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	font-size: 14px;
	color: #999999;
	padding: 0 30px;
	margin-top: 0px;
}

.p-case ul li .k:hover .info {
	bottom: 0;
}


/*æ¡ˆä¾‹å†…é¡µcase-cont*/

.case-cont {}

.case-cont h1 {
	font-size: 24px;
	color: #333333;
	line-height: 1.8em;
	padding: 15px 0;
	text-align: center;
	margin-bottom: 30px;
}

.case-slider {}

.case-slider {
	width: 900px;
	margin: 0 auto;
}

.view .swiper-container {
	height: 540px;
}

.view .swiper-slide img {
	width: 100%;
	display: block;
}

.view .arrow-left {
	background: url(/label/40/static/images/index_tab_l.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.view .arrow-right {
	background: url(/label/40/static/images/index_tab_r.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.preview {
	width: 100%;
	margin-top: 0px;
	position: relative;
	background: #F7F7F7;
	padding: 15px 0;
}

.preview .swiper-container {
	width: auto; margin-right: 35px;
	margin-left: 35px;
	overflow: hidden;
	height: 90px;
}

.preview .swiper-slide {
	width: 140px;
	cursor: pointer;
}

.preview .swiper-slide img {
	width: 100%;
}

.preview .slide6 {}

.preview .arrow-left {
	background: url(/label/40/static/images/feel3.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview .arrow-right {
	background: url(/label/40/static/images/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview img {
	padding: 5px;
	transition: all 0.3s;
	background: #F7F7F7;
}

.preview .active-nav img {
	padding: 5;
	background: #00A651;
}

.case-info {
	font-size: 16px;
	color: #666666;
	line-height: 2em;
}

.case-info-tt {
	font-size: 16px;
	line-height: 2em;
	color: #333333;
	margin-bottom: 25px;
}


/*æ–‡åŒ–*/

.culture {}

.culture-tt {
	font-size: 26px;
	color: #00A651;
	line-height: 45px;
	text-align: center;
}

.culture-info {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	text-align: center;
}

.culture-cont {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-top: 50px;
}

.num-ul {
	padding: 50px 0;
}

.num-ul ul {
	margin-bottom: 50px;
}

.num-ul ul li {
	text-align: center;
}

.num-ul ul li b {
	color: #ff9900;
	font-size: 28px;
	display: block;
	line-height: 40px;
	font-weight: 700;
}

.num-ul ul li span {
	font-size: 16px;
	color: #999999;
	line-height: 35px;
}

.world-map {
	text-align: center;
}

.world-map img {
	max-width: 95%;
}

.culture-ul {
	padding: 50px 0;
}

.culture-ul li {
	text-align: center;
	margin-bottom: 20px;
	transition: all 0.3s;
	padding: 30px 0;
	border-radius: 4;
}

.culture-ul li:hover {
	cursor: pointer;
	transform: translateY(-10px);
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
	background-color: #FFFFFF;
}

.culture-ul li:hover .ico {
	transform: rotateY(180deg) translateY(-10px);
	background-size: 100px 100px;
}

.culture-ul li .ico {
	width: 150px;
	height: 150px;
	border-radius: 150px;
	background: #00A651 url(/label/40/static/images/culture-ico1.png) no-repeat center center;
	;
	background-size: 150px 150px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	transition: all 0.7s;
}

.culture-ul li .ico .bg {}

.culture-ul li .ico.i1 {
	background-image: url(/label/40/static/images/culture-ico1.png)
}

.culture-ul li .ico.i2 {
	background-image: url(/label/40/static/images/culture-ico2.png);
}

.culture-ul li .ico.i3 {
	background-image: url(/label/40/static/images/culture-ico3.png);
}

.culture-ul li .ico.i4 {
	background-image: url(/label/40/static/images/culture-ico4.png);
}

.culture-ul li b {
	display: inline-block;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
	font-weight: normal;
	border-bottom: #00A651 solid 2px;
	padding-bottom: 15px;
}

.culture-ul li span {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	margin-top: 15px;
	color: #666666;
}

.culture-word {
	text-align: center;
	font-size: 26px;
	color: #7e7e7e;
	line-height: 30px;
	font-family: arial;
	padding: 30px 0;
}

.culture-word b {
	color: #00A651;
}

.culture-pic {
	margin-top: 30px;
}

.culture-pic ul {}

.culture-pic ul li {}

.culture-pic ul li img {
	width: 100%;
}


/*æ„¿æ™¯*/

.yj-cont {}

.yj-pic {
	text-align: right;
}

.yj-pic img {
	max-width: 90%;
}

.yj-title {
	font-size: 26px;
	line-height: 40px;
	color: #00A651;
	margin-top: 30px;
}

.yj-info {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}


/*å‘å±•åŽ†ç¨‹*/

.history {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.history .info {}

.history-list {
	position: relative;
	margin: 50px auto;
}

.history-list .line {
	position: absolute;
	top: 20px;
	left: 100px;
	width: 3px;
	background: #D3D3D3;
	border-radius: 5px;
	bottom: 0;
}

.history-list dl {
	position: relative;
	padding-left: 130px;
}

.history-list dl:hover {
	cursor: pointer
}

.history-list dl:hover dt {
	color: #E38D13;
	font-size: 28px;
}

.history-list dl:hover dd ul li {
	color: #00A651;
	transform: translateX(-10px)
}

.history-list dl dt {
	font-size: 24px;
	color: #00A651;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	width: 107px;
	text-align: center;
	font-weight: 300;
	transition: all 0.3s;
}

.history-list dl dt i {
	width: 10px;
	height: 10px;
	background: #00A651;
	border-radius: 10px;
	position: absolute;
	right: 1px;
	top: 12px;
}

.history-list dl dd {}

.history-list dl dd ul {
	padding-top: 0px;
	border-bottom: #DDDDDD solid 1px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.history-list dl:last-child dd ul {
	border-bottom: none;
}

.history-list dl dd ul li {
	line-height: 30px;
	font-size: 16px;
	color: #555555;
	transition: all 0.3s;
}

.history-list dl dd ul li a {
	color: #555555;
}

.history-list dl dd ul li a:hover {}


/*èµ„è´¨è£èª‰*/

.honor-list {}

.honor-list ul {}

.honor-list ul li {
	margin-bottom: 30px;
}

.honor-list ul li .k {
	transition: all 0.3s;
	box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);
	background: #FFFFFF;
	border: #DDDDDD solid 1px;
	transition: all 0.3s;
}

.honor-list ul li .k:hover {
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
	background: #00A651;
	transform: translateY(-7px);
}

.honor-list ul li .k img {
	width: 200px;
	display: block;
	float: left;
}

.honor-list ul li .k .info {
	padding-left: 220px;
	padding-right: 15px;
	padding-top: 15px;
}

.honor-list ul li .k .info b {
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	transition: all 0.3s;
}

.honor-list ul li .k .info b a {
	color: #333333;
	transition: all 0.3s;
}

.honor-list ul li .k .info span {
	display: block;
	font-size: 14px;
	color: #666666;
	transition: all 0.3s;
	line-height: 25px;
}

.honor-list ul li .k:hover .info b {
	color: #FFFFFF;
}

.honor-list ul li .k:hover .info b a {
	color: #FFFFFF;
}

.honor-list ul li .k:hover .info span {
	color: #FFFFFF;
}


/*äº§å“ä»‹ç»*/

.product-gray-bg {
	background: #F3F3F3;
	padding: 50px 0;
}

.product-white-bg {
	background: #FFFFFF;
	padding: 50px 0;
}

.product-big-pic {
	position: relative;
}

.product-big-pic img {
	width: 100%;
}

.product-big-pic ul {}

.product-big-pic ul li {
	float: left;
	width: 90px;
	background: #FFFFFF;
	padding: 5px;
	margin-right: 20px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.1);
	transition: all 0.3s;
}

.product-big-pic ul li:hover {
	transform: translateY(-10px);
	cursor: pointer;
	box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.1);
}

.product-big-pic ul li img {
	width: 80px;
	height: 80px;
}

.product-title {
	font-size: 30px;
	color: #333333;
	line-height: 40px;
	margin: 0px 0 20px 0;
}

.product-info {
	padding: 20px 0;
}

.product-info .name {
	font-size: 35px;
	line-height: 35px;
	color: #333333;
}

.product-info .cont {
	margin: 20px 0 0 0;
}
.product-info .cont td{ text-align:center; line-height:30px;}
.product-info .cont img{max-width:100%;}
.product-info .cont b {
	font-size: 20px;
	color: #999999;
	line-height: 40px;
	display: block;
	font-weight: normal;
}

.product-info .cont ul {}

.product-info .cont ul li {
	line-height: 35px;
	font-size: 16px;
	color: #999999;
}

.product-info .cont ul li:before {
	font-family: "iconfont";
	content: "\e603";
	color: #00A651;
	padding-right: 5px;
	font-size: 20px;
	float: left;
}

.product-info .pic {
	text-align: center;
}

.product-info .pic img {
	max-width: 100%;
}

.product-about {}

.product-about img {
	max-width: 100%;
}

.product-table {}

.product-table table {
	border: #DDDDDD solid 1px;
	border-collapse: collapse;
	width: 100%;
}

.product-table table tr {
	line-height: 25px;
	font-size: 16px;
	border: #DDDDDD solid 1px;
	border-collapse: collapse;
}

.product-table table tr td {
	padding: 5px 15px;
	color: #666666;
	border: #DDDDDD solid 1px;
	border-collapse: collapse;
}

.product-table table tr th {
	padding: 5px 15px;
	color: #333333;
	border: #DDDDDD solid 1px;
	border-collapse: collapse;
}

.product-table table tr:nth-child(odd) {
	background: #f3f3f3;
}

.product-slider {}

.product-slider ul {}

.product-slider ul li {}

.product-slider ul li img {
	width: 100%;
}

.product-download {}

.product-download dl {
	margin-top: 30px;
}

.product-download dl dt {
	background: #ADADAD;
	color: #FFFFFF;
	line-height: 45px;
	font-size: 20px;
	height: 45px;
	font-weight: normal;
	padding: 0 15px;
}

.product-download dl dt span {
	font-size: 15px;
	color: #DDDDDD;
	margin-left: 10px;
}

.product-download dl dd {
	line-height: 25px;
	padding: 15px;
	position: relative;
}

.product-download dl dd .tt {
	transition: all 0.3s;
}

.product-download dl dd .tt:hover {
	transform: translateX(5px);
	color: #00A651;
}

.product-download dl dd .tt a {
	color: #333333;
	font-size: 16px;
}

.product-download dl dd .tt a:hover {
	color: #00A651;
}

.product-download dl dd .tt:before {
	font-family: "iconfont";
	content: "\e603";
	font-size: 20px;
	float: left;
}

.product-download dl dd a.see {
	width: 33px;
	height: 33px;
	border: #999999 solid 1px;
	border-radius: 35px;
	position: absolute;
	display: block;
	right: 50px;
	top: 10px;
	text-align: center;
	font-size: 20px;
	line-height: 32px;
	color: #999999;
}

.product-download dl dd a.see:hover {
	color: #00A651;
	border: #00A651 solid 1px;
	text-decoration: none;
}

.product-download dl dd a.see:before {
	font-family: "iconfont";
	content: "\e68a";
}

.product-download dl dd a.down {
	width: 33px;
	height: 33px;
	border: #999999 solid 1px;
	color: #999999;
	border-radius: 35px;
	position: absolute;
	display: block;
	right: 10px;
	top: 10px;
	text-align: center;
	font-size: 20px;
	line-height: 32px;
}

.product-download dl dd a.down:hover {
	color: #00A651;
	border: #00A651 solid 1px;
	text-decoration: none;
}

.product-download dl dd a.down:before {
	font-family: "iconfont";
	content: "\e637";
}


/*.owl-theme .owl-controls{ text-align: left !important;}*/

.index-news-cont .owl-controls.clickable {
	position: absolute;
	bottom: 5px;
	left: 5px;
}

.index-news-cont.owl-theme .owl-controls .owl-page span {
	background: #FFFFFF !important;
	border: #fffff solid 1px !important;
}


/*--æ–‡ç«&nbsp;åˆ—è¡¨--*/

.a-list {
	padding-bottom: 20px;
}

.a-list ul {
	padding: 0;
}

.a-list ul li {
	line-height: 1.8em;
	margin-bottom: 15px;
	border-radius: 0px;
	border-bottom: #DDDDDD solid 1px;
	position: relative;
	background: #FFFFFF;
	transition: all 0.3s;
	box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0);
	padding: 15px 15px 25px 15px;
}

.a-list ul li:hover {
	border-color: #FFFFFF;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
	transform: translateY(-15px);
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.a-list ul li span {
	display: block;
	font-size: 10pt;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	color: #666666;
	text-indent: 0em;
	padding-right: 150px;
}

.a-list ul li .title {
	font-size: 20px;
	line-height: 35px;
	overflow: hidden;
	margin-bottom: 10px;
}

.a-list ul li a {
	color: #333333;
}

.a-list ul li a:hover {
	color: #00A651;
}

.a-list ul li em {
	color: #aaaaaa;
	font-style: normal;
	display: inline-block;
	text-align: left;
	font-size: 20px;
	font-family: arial;
	position: absolute;
	right: 10px;
	top: 15px;
}

.a-list ul li .pic {
	display: inline;
	width: 220px;
	float: left;
}

.a-list ul li .pic img {
	width: 200px;
	height: 125px;
}

.a-list ul li i {
	position: absolute;
	top: 100px;
	right: 15px;
	font-size: 30px;
	color: #CCCCCC;
	font-style: normal;
}

.a-list ul li i:before {
	font-family: "iconfont";
	content: "\e601";
}

.list2 ul li .pic {
	display: inline;
	width: 370px;
	float: left;
}

.list2 ul li .pic img {
	width: 350px;
	height: 250px;
}

.a-list ul li .info {
	display: inline;
	min-height: 150px;
}

.a-cont {}

.a-cont h1 {
	font-size: 28px;
	color: #333333;
	line-height: 40px;
	text-align: center;
}

.a-cont .info {
	color: #909090;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	margin: 10px 0;
}

.a-cont .info span {
	display: inline-block;
	margin: 0 5px;
}

.a-cont .cont {
	padding: 20px 0;
	font-size: 16px;
	color: #555555;
	line-height: 1.8;
	overflow: hidden;
}

.a-cont .cont img {
	max-width: 100%;
	margin: 10px 0;
}

.a-cont .a-link {
	border-top: #DDDDDD solid 1px;
	padding: 20px 0;
}

.a-cont .a-link ul {}

.a-cont .a-link ul li {
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.a-cont .a-link ul li a {
	color: #666666;
}

.a-cont .a-link ul li a:hover {
	color: #00A651;
}


/*ç”µç«™æœåŠ¡*/

.dianzhan {}

.dianzhan-cont {
	padding: 30px 15px;
	line-height: 2;
	font-size: 16px;
	color: #666666;
}

.dianzhan-cont b {
	font-size: 16px;
	margin-top: 15px;
	display: block;
}

.dianzhan-cont i {
	font-style: normal;
	color: #00A651;
	font-weight: bold;
}

.dianzhan-pic {
	margin-top: 20px;
}

.dianzhan-pic img {
	max-width: 100%;
	display: block;
}

.dianzhan-title {
	font-size: 18px;
	color: #333333;
	text-align: center;
	line-height: 40px;
	font-weight: 700;
}

.dianzhan-table {}

.dianzhan-table table {
	font-size: 16px;
	color: #FFFFFF;
	border: #FFFFFF solid 1px;
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}

.dianzhan-table table tr {
	border: #FFFFFF solid 1px;
	border-collapse: collapse;
}

.dianzhan-table table tr td {
	background: #7fcca1;
	padding: 10px;
	border: #FFFFFF solid 1px;
	border-collapse: collapse;
	text-align: center;
}

.dianzhan-table table tr th {
	background: #00A651;
	padding: 10px;
	text-align: center;
	border: #FFFFFF solid 1px;
	border-collapse: collapse;
}

.dianzhan-table table tr:last-child td {
	background: #9ea0a0;
}

.dianzhan-table .tips {
	font-size: 14px;
	color: #00A651;
	line-height: 25px;
	padding: 10px 0;
	text-align: center;
}

.epc {}

.epc ul {
	text-align: center;
	margin: 30px auto;
	width: 850px;
}

.epc ul li {
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	line-height: 30px;
	background: #00A651;
	color: #FFFFFF;
	font-size: 20px;
	padding: 20px 24px;
	text-align: center;
	float: left;
}

.epc ul li.add {
	width: 50px;
	height: 100px;
	border-radius: 0;
	line-height: 30px;
	padding: 35px 0;
	text-align: center;
	font-size: 40px;
	color: #00A651;
	background: none;
}

.dianzhan-config {}

.config-title {
	font-size: 30px;
	color: #00A651;
}

.case-title {
	font-size: 30px;
	color: #00A651;
	margin-bottom: 50px;
	margin-top: 20px;
	text-align: center;
}

.dianzhan-config .big-img {
	text-align: center;
	margin-top: 30px;
}

.dianzhan-config .big-img img {
	width: 100%;
}

.dianzhan-config ul {}

.dianzhan-config ul li {
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	line-height: 30px;
	font-size: 16px;
	color: #666666;
}

.dianzhan-config ul li.word {
	text-align: left;
	padding-left: 30px;
	padding-top: 10px;
}

.dianzhan-config ul li i {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 30px;
	color: #FFFFFF;
	background: #00A651;
	font-style: normal;
	font-size: 18px;
	position: absolute;
	top: 10px;
	left: 20px;
}

.dianzhan-config ul li img {
	width: 95%;
	border-radius: 50%;
	overflow: hidden;
}

.dianzhan-config ul li span {
	font-size: 16px;
	color: #999999;
	line-height: 35px;
	text-align: center;
	display: block
}

#faq .panel {
	border: none;
	border-radius: 0;
	position: relative;
	box-shadow: none;
	border-bottom: #DDDDDD solid 1px;
	padding-bottom: 10px;
	background: none;
}

#faq .panel-heading {
	padding: 0;
	background: #fff;
	position: relative;
}

#faq .panel-title a {
	display: block;
	padding: 15px 40px 10px 15px;
	font-size: 18px;
	color: #00A651;
	border: none;
	margin: 0;
	position: relative;
}

#faq .panel-title a:before {
	content: "-"
}

#faq .panel-title a:hover {
	color: #00A651;
	text-decoration: none;
}

#faq .panel-title a.collapsed {
	color: #333333;
}

#faq .panel-title a.collapsed:hover {
	color: #00A651;
}

#faq .panel-title a:after,
#faq .panel-title a.collapsed:after {
	content: "\e776";
	font-family: "iconfont";
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 15px;
	font-weight: normal;
	color: #688e26;
	text-align: center;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	transition: all 0.5s ease 0s;
}

#faq .panel-title a.collapsed:after {
	content: "\e600";
}

#faq .panel-title a.collapsed:before {
	content: "+";
}

#faq .panel-body {
	padding: 15px;
	border: none;
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	padding-left: 30px;
}

.faq {}

.faq dl {}

.faq dl dt {
	font-size: 16px;
	color: #666666;
	padding: 10px;
	line-height: 1.8;
	position: relative;
	padding-left: 50px;
	margin-bottom: 10px;
	border-radius: 4px;
}

.faq dl dt:before {
	content: "+";
	color: #333333;
	font-weight: normal;
}

.faq dl dt span {
	display: inline-block;
	position: absolute;
	font-size: 18px;
	left: 10px;
}

.faq dl dd {
	background: ;
	color: #666666;
	font-size: 15px;
	line-height: 1.8;
	padding: 20px;
	padding-left: 20px;
}


/*è£èª‰åˆ—è¡¨*/


/*--è‡ªé€‚åº”ç„¦ç‚¹å›¾--*/

.wrapper {
	position: relative;
}

.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 500px !important;
	overflow: hidden;
}

.fullwidthbanner-container .fullwidthabnner {
	width: 100% !important;
	max-height: 500px !important;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.banner,
	.bannercontainer {
		width: 768px;
		height: 309px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.banner,
	.bannercontainer {
		width: 480px;
		height: 193px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
	.banner,
	.bannercontainer {
		width: 320px;
		height: 129px;
	}
}

@media only screen and (max-width: 319px) {
	.banner,
	.bannercontainer {
		width: 240px;
		height: 97px;
	}
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
	background: #0172D5 !important;
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
	background-color: #0172D5 !important;
}


/** BULLETS **/

.tp-bullets {
	z-index: 1001;
	position: absolute;
	bottom: 20px;
}

.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	position: relative;
	background: #fff;
	width: 30px;
	height: 5px;
	float: left;
	border-radius: 7px;
	margin: 10px 5px;
	/*-ç„¦ç‚¹å›¾åˆ‡æ¢é‚£å¦žé¢œè‰²-*/
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
}

.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(/label/40/static/images/slider-left-arrow.png) no-Repeat;
	width: 42px;
	height: 43px;
	margin-left: 0px;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	/*å¢žåŠ&nbsp;é˜´å½±*/
	/*
	**æ‰“å¼€æ³¨é‡Šï¼ŒæŒ‰é’®å˜æˆåœ†å½¢çš„
	border-radius: 20px;  æ‰€æœ‰è§’éƒ½ä½¿ç”¨åŠå¾„ä¸º5pxçš„åœ†è§’ï¼Œæ­¤å±žæ€§ä¸ºCSS3æ&nbsp;‡å‡†å±žæ€§ 
	-moz-border-radius: 20px;  Mozillaæµè§ˆå™¨çš„ç§æœ‰å±žæ€§ 
	-webkit-border-radius: 20px;  Webkitæµè§ˆå™¨çš„ç§æœ‰å±žæ€§ 
	border-radius: 20px 20px 20px 20px; å››ä¸ªåŠå¾„å€¼åˆ†åˆ«æ˜¯å·¦ä¸Šè§’ã€å³ä¸Šè§’ã€å³ä¸‹è§’å’Œå·¦ä¸‹è§’ 
	*/
}

.tp-rightarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(/label/40/static/images/slider-right-arrow.png) no-Repeat 0 0;
	width: 42px;
	height: 43px;
	margin-left: 0;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	/*å¢žåŠ&nbsp;é˜´å½±*/
	/*
	**æ‰“å¼€æ³¨é‡Šï¼ŒæŒ‰é’®å˜æˆåœ†å½¢çš„
	border-radius: 20px;  æ‰€æœ‰è§’éƒ½ä½¿ç”¨åŠå¾„ä¸º5pxçš„åœ†è§’ï¼Œæ­¤å±žæ€§ä¸ºCSS3æ&nbsp;‡å‡†å±žæ€§ 
	-moz-border-radius: 20px;  Mozillaæµè§ˆå™¨çš„ç§æœ‰å±žæ€§ 
	-webkit-border-radius: 20px;  Webkitæµè§ˆå™¨çš„ç§æœ‰å±žæ€§ 
	border-radius: 20px 20px 20px 20px; å››ä¸ªåŠå¾„å€¼åˆ†åˆ«æ˜¯å·¦ä¸Šè§’ã€å³ä¸Šè§’ã€å³ä¸‹è§’å’Œå·¦ä¸‹è§’ 
	*/
}

.tp-bullets.tp-thumbs {
	z-index: 100;
	position: absolute;
	padding: 3px;
	background-color: #fff;
	width: 500px;
	height: 50px;
	margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
	padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
	width: 500px;
	height: 50px;
	overflow: hidden;
	position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
	width: 5000px;
	position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
	width: 100px;
	height: 50px;
	cursor: pointer;
	overflow: hidden;
	background: none;
	margin: 0;
	float: left;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.tp-thumbs img {
	width: 100%;
}

.tp-bannertimer {
	width: 100%;
	height: 10px;
	position: absolute;
	z-index: 200;
	z-index: 5000;
}

.tp-bannertimer.tp-bottom {
	bottom: 0px !important;
	height: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.responsive .tp-bullets.tp-thumbs {
		width: 300px !important;
		height: 30px !important;
	}
	.responsive .tp-bullets.tp-thumbs .tp-mask {
		width: 300px !important;
		height: 30px !important;
	}
	.responsive .tp-bullets.tp-thumbs .bullet {
		width: 60px !important;
		height: 30px !important;
	}
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
	.responsive .tp-bullets {
		display: none;
	}
	.responsive .tparrows {
		display: none;
	}
}

.tp-simpleresponsive img {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

.tp-simpleresponsive a {
	text-decoration: none;
}

.tp-simpleresponsive ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tp-simpleresponsive&gt;ul&gt;li {
	list-stye: none;
	position: absolute;
	visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
	width: 10000px;
	height: 10000px;
}

.tp-loader {
	background: url(/label/40/static/images/loader.gif) no-repeat 10px 10px;
	background-color: #fff;
	margin: -22px -22px;
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: absolute;
	width: 44px;
	height: 44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


/*--è‡ªé€‚åº” slide end--*/


/*å¼¹çª—åŠ¨ç”»*/

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 986px;
	min-width: 320px;
	height: auto;
	z-index: 9999999;
	visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 9999995;
	opacity: 0;
	background: rgba(1, 1, 1, 0.6);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show~.md-overlay {
	opacity: 1;
	visibility: visible;
}

.xp-content {
	color: #5b5b5b;
	background: #F7F7F7;
	position: relative;
	border-radius: 10px;
	margin: 0 auto;
	position: relative;
}

.xp-content.xp {
	background: #FFFFFF;
}

.xp-content .close-btn {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	font-size: 30px;
	cursor: pointer;
}

.xp-content .close-btn:before {
	font-family: "iconfont";
	content: "\e607";
}

.xp-content .cont {
	padding: 30px;
}

.xp-content .cont .title {
	font-size: 26px;
	color: #333333;
	line-height: 40px;
}

.xp-content .cont .info {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	border-bottom: #DDDDDD solid 1px;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.xp-content .cont ul {
	padding: 0 5px;
}

.xp-content .cont ul li {
	font-size: 16px;
	line-height: 40px;
	margin-bottom: 20px;
	padding: 0 10px;
}

.xp-content .cont ul li.col-sm-6{max-height: 40px; overflow: hidden;}

.xp-content .cont ul li b {
	display: inline-block;
	width: 100px;
	background: #00A651;
	color: #FFFFFF;
	padding: 0 15px;
	font-size: 16px;
	float: left;
	margin-right: 10px;
	font-weight: normal;
	text-align: center;
}

.xp-content .cont ul li .input {
	border: #DDDDDD solid 1px;
	border-radius: 0px;
	height: 40px;
	outline: none;
	padding: 0 10px;
	width: 100%;
}

.xp-content .cont ul li .input:focus {
	border-color: #00A651;
}

.xp-content .cont ul li .mess {
	border: #DDDDDD solid 1px;
	border-radius: 0px;
	outline: none;
	padding: 0 10px;
	width: 100%;
}

.xp-content .cont ul li .xp-btn {
	width: 120px;
	color: #FFFFFF;
	background: #00A651;
	height: 45px;
	line-height: 40px;
	border: none;
	border-radius: 5px;
	outline: none;
	margin: 0px auto;
	display: block;
}

.md-effect .xp-content {
	-webkit-transform: translateX(20%);
	-moz-transform: translateX(20%);
	-ms-transform: translateX(20%);
	transform: translateX(20%);
	opacity: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	-moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.md-show.md-effect .xp-content {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

@media (max-width: 768px) {
	body {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.b-tel img{ margin-left:20px;}
.b-tel p{ font-size:15pt;}
	.m-search,
	.m-lau {
		display: block !important;
	}
	.m-search {
		padding: 10px 0 !important;
		border-bottom: none !important;
	}
	.m-lau span {
		line-height: 30px;
		padding: 5px 10px;
		font-size: 16px;
		display: inline-block;
	}
	.m-lau ul li {
		display: inline-block !important;
		width: 30%;
		border: none !important;
	}
	.footer-l,
	.footer-r {
		text-align: center;
	}
	.accordion-handle.active i {
		display: none;
	}
	.xunpan .go-btn {
		display: block;
		height: 50px;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background: #00A651;
		color: #FFFFFF;
		text-decoration: none;
		font-size: 22px;
		text-align: center;
		line-height: 50px;
		transition: all 0.3s;
		width: auto;
		z-index: 9999;
		border-radius: 0;
	}
	.xunpan .go-btn:after {
		content: "\e61a";
		font-family: "iconfont";
		color: #FFFFFF;
		padding-left: 5px;
	}
	.xunpan .go-btn:hover {
		color: #FFFFFF;
		text-decoration: none;
		background-color: #E38D13;
		transform: rotateZ(0deg);
	}
	.xunpan-cont.hh {
		background: #00A651;
		transform: none;
		color: #FFFFFF;
		box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	}
	.xunpan-cont .tips {
		display: none;
	}
	.bottom-xunpan {}
	.bottom-xunpan:hover {
		background: #E38D13;
		text-decoration: none;
		color: #FFFFFF;
	}
	#header {
		padding: 0px 0;
	}
	#header.scrolled {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
		padding: 0px 0px;
	}
	.col-xs-6 {
		padding: 0 5px;
	}
	.bg-white-bg {
		padding: 20px 0;
		background: #ffffff;
	}
	.bg-gray-bg {
		padding: 20px 0;
		background: #f7f7f7;
	}
	.bg-pic-bg {}
	.bg-blue-bg {
		padding: 20px 0;
	}
	.bg-black-bg {
		padding: 20px 0;
	}
	.top-right {
		margin-top: 8px;
		display: none;
	}
	.top-print {
		display: none;
	}
	.language {
		display: none;
	}
	.top-search-btn {
		position: absolute;
		right: 38px;
	}
	.top-search-btn.move {
		right: 107px;
	}
	.top-search-div {
		top: 40px;
		left: 0px;
		padding: 15px;
		z-index: 998;
	}
	.top-search-div.show {
		top: 45px;
	}
	.big-pic {
		height: 120px;
	}
	.navbar-brand {
		display: block;
		height: 40px;
		text-indent: -9999px;
		margin: 8px auto 0 auto;
		width: 126px;
		float: left;
	}
	.navbar-brand img {
		height: 35px !important;
		width: 110px;
	}
	#header .col-xs-12 {
		padding: 0 8px;
	}
	#header.scrolled .navbar-brand {
		height: 40px;
		width: 126px;
	}
	.nav {
		padding: 0;
		margin: 0;
		padding-bottom: 60px;
	}
	.nav&gt;li {
		display: block;
		margin: 0px;
		text-align: left;
		width: 100%;
		padding: 0;
		position: relative;
		border-bottom: solid 1px #DDDDDD;
	}
	.nav li&gt;a {
		display: inline-block;
		width: auto;
		border-radius: 0 !important;
		text-align: left;
		color: #333333;
		line-height: 25px;
	}
	.nav-pills&gt;li.active {
		background: none;
	}
	.nav-pills&gt;li.active&gt;a,
	.nav-pills&gt;li.active&gt;a:hover,
	.nav-pills&gt;li.active&gt;a:focus {
		color: #FFFF00;
		line-height: 30px;
		background: none;
	}
	.nav&gt;li&gt;a {
		margin-bottom: 0px;
	}
	.nav&gt;li:hover&gt;a {
		background: none;
		color: #00A651;
	}
	.nav-pills&gt;li&gt;a {
		border-radius: 4px;
	}
	.nav-pills&gt;li+li {
		margin-left: 0px;
	}
	.nav-pills&gt;li:first-child {
		margin: 0;
	}
	.nav:before,
	.navbar-collapse:before,
	.navbar-collapse:after {
		content: "" !important;
	}
	.navbar-toggle {
		position: relative;
		float: right;
		padding: 0px 0px;
		margin-top: 8px;
		margin-right: 0px;
		margin-bottom: 0px;
		background-color: #FFFFFF;
		background-image: none;
		border: none;
		border-radius: 4px;
		border: none !important;
		width: 33px;
		height: 33px;
	}
	.navbar-toggle:before {
		font-family: "iconfont";
		content: "\e66d";
		color: #999999;
		font-size: 30px;
		line-height: 30px;
	}
	.navbar-toggle.closed:before {
		content: "\e607";
		font-size: 22px
	}
	.navbar-toggle:hover {
		background: none !important;
		border-color: #00A651;
	}
	.navbar-toggle:focus {
		outline: 0;
	}
	.navbar-toggle .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		background: #9D9D9D !important;
	}
	.navbar-toggle .icon-bar+.icon-bar {
		margin-top: 4px;
		background: #ffffff;
	}
	.nav&gt;li&gt;ul {
		height: auto;
		position: static;
		width: auto;
		background: none;
		padding-left: 5px;
		display: none;
		border: none;
		width: 100%;
		visibility: visible;
		opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		text-align: left;
		padding-bottom: 0px;
		font-size: 14px;
		box-shadow: none;
		padding-top: 0;
		border-top: #DDDDDD solid 1px;
		background: #f7f7f7;
	}
	.nav&gt;li:hover&gt;ul.show {
		display: block;
		padding-top: 0;
	}
	.nav&gt;li&gt;ul .arr {
		display: none;
	}
	.nav&gt;li:nth-child(3)&gt;ul {
		width: auto;
	}
	.nav&gt;li&gt;ul li {
		display: block;
		font-size: 15px;
		border: none;
		padding: 0px;
		line-height: 35px;
		border-bottom: #DDDDDD dashed 1px;
		padding-left: 5px;
	}
	.nav&gt;li&gt;ul li:last-child {
		border: none;
	}
	/*.nav&gt;li&gt;ul li:before {
		font-family: "iconfont";
		content: "\e60d";
		font-size: 12px;
	}*/
	.nav&gt;li&gt;ul&gt;li:hover {
		background: none;
	}
	.nav&gt;li&gt;ul&gt;li:hover a {
		color: #00A651;
	}
	.nav&gt;li&gt;ul li a {
		color: #777777;
		display: block;
		line-height: 35px;
	}
	.nav&gt;li:nth-child(2):hover&gt;ul {
		height: auto;
	}
	.nav&gt;li:nth-child(3):hover&gt;ul {
		height: auto;
	}
	.nav&gt;li:nth-child(2)&gt;i,
	.nav&gt;li:nth-child(3)&gt;i,
	.nav&gt;li:nth-child(5)&gt;i,
	.nav&gt;li:nth-child(6)&gt;i,
	.nav&gt;li:nth-child(7)&gt;i,
	.nav&gt;li:nth-child(8)&gt;i {
		display: block;
		position: absolute;
		right: 5px;
		top: 1px;
		height: 30px;
		width: 200px;
		background: url(/label/40/static/images/ico-down.png) no-repeat right 9px;
		background-size: 15px 15px;
	}
	.nav&gt;li:nth-child(2):hover&gt;i,
	.nav&gt;li:nth-child(3):hover&gt;i,
	.nav&gt;li:nth-child(5):hover&gt;i,
	.nav&gt;li:nth-child(6):hover&gt;i,
	.nav&gt;li:nth-child(7):hover&gt;i,
	.nav&gt;li:nth-child(8):hover&gt;i {
		background: url(/label/40/static/images/ico-up.png) no-repeat right 11px;
		background-size: 15px 15px;
	}
	.ul-cont.show {
		display: none !important;
	}
	/*äºŒçº§èœå•*/
	.p-tab {
		text-align: left;
		transition: none;
		padding-top: 0;
	}
	.p-tab.show {
		visibility: visible;
		position: static;
		opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
	}
	.p-tab-cont {
		display: none;
	}
	.nav&gt;li:hover .p-tab {
		padding: 0;
	}
	ol.p-tab-nav {
		border-bottom: none;
		height: auto;
		border-top: #DDDDDD solid 1px;
		background: #f7f7f7;
	}
	.p-tab-nav li {
		width: 100%;
		display: block;
		font-size: 15px;
		border: none;
		padding: 0px;
		line-height: 35px;
		border-bottom: #DDDDDD dashed 1px;
		padding-left: 5px;
		background: #F7F7F7;
	}
	.p-tab-nav li.curr i {
		display: none;
	}
	.p-tab-nav li span {
		font-size: 15px;
		text-align: left;
		line-height: 35px;
		font-weight: normal;
		padding-left: 5px;
		color: #777777;
	}
	.p-tab-nav li img {
		display: none;
	}
	..p-tab-nav li span {
		font-size: 14px;
	}
	.index-product-title {
		display: none
	}
	.index-product-title span {
		font-size: 14px;
	}
	.index-product-title b {
		font-size: 16px;
		padding: 0 30px;
		line-height: 25px;
	}
	.index-product-title .info {
		margin-top: 0px;
	}
	.bg-product-bg {
		padding: 30px 0;
	}
	.bg-case-bg {
		padding: 30px 0;
	}
	.bottom {
		padding: 30px 0;
	}
	.top-right {
		margin-right: 48px;
	}
	.top-search-btn {
		margin: 0;
	}
	.navbar-toggle {
		position: absolute;
		right: 10px;
	}
	.index-about {
		padding-top: 30px;
		padding-bottom: 170px;
		background-size: contain;
		background-position: bottom;
	}
	.index-about-more {
		margin-top: 20px;
	}
	.index-p-cate {
		margin-top: 10px;
	}
	.index-news dl dt {
		width: 100%;
		float: none;
		height: auto;
	}
	.index-news dl dt img {
		width: 100%;
		height: auto;
	}
	.index-news dl dd {
		margin-left: 0;
		margin-top: 10px;
	}
	.index-title {
		font-size: 30px;
		line-height: 50px;
		height: 50px;
		margin-bottom: 15px;
	}
	.index-cate-box .pic {
		width: 100%;
		float: none;
		display: block;
	}
	.index-cate-box .info {
		display: block;
		margin-left: 0;
		padding: 15px;
	}
	.index-news .col-xs-12:nth-child(2) .index-title {
		margin-left: 0;
		margin-top: 15px;
	}
	.xunpan-cont {
		padding: 0;
		border: none;
		margin-top: 0;
	}
	.xunpan-pic {
		display: none;
	}
	.pages {
		margin-bottom: 15px;
	}
	.xunpan {
		width: 100%;
	}
	.xunpan span {
		font-size: 20px;
		float: none;
		display: none;
	}
	.xunpan .go-btn {
		float: none;
		margin: 0px auto;
		display: block;
	}
	.b-contact {
		text-align: center;
	}
	.b-code {
		text-align: center;
	}
	.b-follow-tt {
		text-align: center;
		margin-top: 20px;
	}
	.b-ico {
		text-align: center;
	}
	.b-ico ul li {
		float: none;
	}
	.b-tel {
		text-align: center;
		font-size:16px;
	}
	.b-btn-cont a{font-size:14px;}
	.index-p-cate ul li {
		padding: 15px 0;
		border-bottom: #DDDDDD dashed 1px;
	}
	/*.index-p-cate ul li:last-child {
		border: none;
		padding-bottom: 0;
	}*/
	.index-p-cate ul li .pic img {
    width: 70%;
}
	.index-p-cate ul li .box .info {
		bottom: -143px;
	}
	.index-p-cate ul li b {
		font-size: 14px;
		margin-bottom:0px;
	}
	.xp-content .cont {
		padding: 15px;
	}
	.xp-content .cont ul li b {
		display: none;
	}
	.xp-content .cont ul li {
		line-height: 30px;
		margin-bottom: 5px;
	}
	.xp-content .cont ul li .input {
		width: 100%;
		height: 30px;
	}
	.xp-content .cont ul li .mess {
		width: 100%;
	}
	.xp-content .cont ul li .xp-btn {
		margin: 0 auto;
		display: block;
	}
	.xp-content .cont .title {
		font-size: 18px;
		line-height: 30px;
	}
	.xp-content .cont .info {
		margin-bottom: 10px;
	}
	.num-ul {
		padding: 20px 0;
	}
	.num-ul ul {}
	.num-ul ul li {
		text-align: center;
		margin-bottom: 10px;
	}
	.num-ul ul li b {
		color: #ff9900;
		font-size: 20px;
		display: block;
		line-height: 30px;
		font-weight: 500;
	}
	.num-ul ul li span {
		font-size: 14px;
		color: #999999;
		line-height: 25px;
	}
	.p-cate {
		margin: 10px 0;
		border-bottom: #ddd solid 1px;
	}
	.p-cate ul {
		text-align: center;
		margin: 0 -15px;
	}
	.p-cate ul li {
		font-size: 14px;
		color: #333333;
		text-align: center;
		height: 25px;
		transition: all 0.3s;
		background: #FFFFFF;
		display: inline-block;
		padding: 0 4px;
		margin-bottom: 5px;
		border: none;
	}
	.p-cate ul li a:hover {
		border-bottom: none;
	}
	.p-cate ul li.curr a {
		border-bottom: none;
	}
	.p-cate ul li+li {
		border-left: none;
	}
	.p-list {
		margin-top: 10px;
	}
	.p-list ul li {
		border-bottom: #dddddd solid 1px;
	}
	.product-big-pic ul li {
		margin-bottom: 10px;
		width: 30%;
		margin-right: 10px;
	}
	.product-big-pic ul {
		padding-left: 10px;
		margin-top: 20px;
	}
	.product-info .name {
		font-size: 22px;
	}
	.product-info .cont b {
		font-size: 16px;
	}
	.product-info .cont ul li {
		font-size: 14px;
		line-height: 25px;
	}
	.product-title {
		font-size: 22px;
		text-align: center;
	}
	.product-download dl dd .tt {
		padding-right: 50px;
	}
	.product-download dl dd .tt a {
		font-size: 14px;
		background: none !important;
	}
	.a-list ul li {
		padding: 0 0 10px 0;
	}
	.a-list ul li .pic {
		width: 100%;
		float: none;
	}
	.a-list ul li .pic img {
		width: 100%;
		height: auto;
	}
	.a-list ul li .title {
		font-size: 18px;
		line-height: 25px;
		margin-top: 10px;
	}
	.a-list ul li em {
		position: static;
		font-size: 14px;
	}
	.a-list ul li span {
		padding-right: 10px;
	}
	.a-list ul li i {
		display: none;
	}
	.dianzhan {
		margin: 0 -15px;
	}
	.dianzhan-cont {
		padding: 0px;
		font-size: 14px
	}
	.config-title {
		font-size: 18px;
	}
	.epc ul {
		width: auto;
	}
	.epc ul li {
		width: 70px;
		height: 70px;
		line-height: 20px;
		font-size: 14px;
		padding: 15px;
		margin-bottom: 10px;
	}
	.epc ul li.add {
		width: 30px;
		height: 70px;
		padding: 0;
		font-size: 30px;
		line-height: 70px;
	}
	.dianzhan-config ul {
		margin-top: 15px;
		padding: 0 10px;
	}
	.dianzhan-config ul li {
		margin-bottom: 10px;
		padding: 0 5px;
	}
	.dianzhan-config ul li i {
		transform: scale(0.7);
		transition: all;
		top: 0;
		left: 10px;
	}
	.dianzhan-config ul li.word {
		padding-left: 5px;
		font-size: 14px;
	}
	.dianzhan-table {
		margin: 0;
	}
	.dianzhan-table table {
		font-size: 12px;
	}
	.contact-info ul {
		padding: 15px 0;
	}
	.contact-info ul li {
		border-top: #ddd solid 1px;
		padding: 10px;
		text-align: left;
	}
	.contact-info ul li span {
		line-height: 25px;
		margin-top: 5px;
		text-align: left;
	}
	.contact-info ul li:before {
		width: 70px;
		float: left;
	}
	.honor-list {}
	.honor-list ul {}
	.honor-list ul li .k {}
	.honor-list ul li .k img {
		float: none;
		width: 100%;
	}
	.honor-list ul li .k .info {
		padding: 10px;
	}
	/*æ¡ˆä¾‹å›¾*/
	.case-slider {
		width: 100%;
		margin: 0px;
	}
	.view {
		width: 100%;
	}
	.view .swiper-container {
		height: 210px;
	}
	.view .swiper-slide img {
		width: 100%;
	}
	.preview {
		padding: 10px 0;
		height: 85px;
	}
	.preview .swiper-container {
		width: auto;
		margin-right: 35px;
	}
	.preview .swiper-slide {
		width: 100px;
	}
}


/*768end*/

@media(max-width:1200px) {}

@media(max-width:992px) {
	.nav {
		margin-top: 5px;
		text-align: center;
	}
	.nav&gt;li {
		margin: 0 0px;
	}
}

@media(min-width:992px) {
	#header.scrolled .nav {
		padding: 0;
		margin-top: 0px;
	}
}

@media(min-width:1200px) {}

@media(min-width:768px) {}

@media(max-width:320px) {}

@media (min-width: 768px) and (max-width: 992px) {
	
	.case-slider {
	width: 750px;
	margin: 0 auto;
}

.view .swiper-container {
	height:450px;
}

.preview .swiper-container{}
	
	body {
		padding-top: 66px
	}
	.nav {
		margin: 0px auto 0 auto;
	}
	.top-tel {
		height: 40px;
		width: 433px;
		background-size: cover
	}
	.nav&gt;li {
		margin: 0 1px;
		font-size: 10pt;
		padding: 0;
	}
	.nav&gt;li&gt;a {
		padding: 5px 5px;
		font-size: 14px;
	}
	.nav&gt;li&gt;ul {
		padding: 0 5px;
		top: 35px;
		font-size: 12px
	}
	.nav&gt;li&gt;ul&gt;li {
		font-size: 12px
	}
	.nav&gt;li:hover ul {
		top: 35px;
	}
	.scrolled .nav&gt;li ul {
		top: 30px;
	}
	.scrolled .nav&gt;li:hover ul {
		top: 30px;
	}
	.nav&gt;li:nth-child(2)&gt;ul {
		left: 110px;
	}
	.nav&gt;li:nth-child(3)&gt;ul {
		left: 80px;
	}
	.nav&gt;li:nth-child(4)&gt;ul {
		left: 160px;
	}
	.nav&gt;li:nth-child(5)&gt;ul {
		left: 180px;
	}
	.nav&gt;li:nth-child(6)&gt;ul {
		left: 410px;
	}
	.nav&gt;li:nth-child(7)&gt;ul {
		right: 120px;
	}
	#header.scrolled .nav&gt;li:nth-child(2)&gt;ul {
		left: 110px;
	}
	#header.scrolled .nav&gt;li:nth-child(3)&gt;ul {
		left: 80px;
	}
	#header.scrolled .nav&gt;li:nth-child(4)&gt;ul {
		left: 160px;
	}
	#header.scrolled .nav&gt;li:nth-child(5)&gt;ul {
		left: 180px;
	}
	#header.scrolled .nav&gt;li:nth-child(6)&gt;ul {
		left: 410px;
	}
	#header.scrolled .nav&gt;li:nth-child(7)&gt;ul {
		right: 120px;
	}
	.nav&gt;li:nth-child(7)&gt;ul .arr {
		left: 120px;
	}
	.p-tab-nav li span {
		font-size: 13px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	ol.p-tab-nav {
		height: 128px;
	}
	ol.p-tab-nav li {
		padding: 10px;
	}
	.p-tab-cont .cont-box dl {
		max-width: 180px;
		margin-right:20px !important;
	}
	.p-tab-cont .cont-box dl dt {
		font-size: 15px;
	}
	.top-right {
		margin-top: 5px;
		background: #FFFFFF;
	}
	.navbar-brand {
		display: block;
		height: 40px;
		text-indent: -9999px;
		margin: 0 auto;
		width: 140px;
		float: left;
	}
	#header.scrolled .navbar-brand {
		height: 40px;
		text-indent: -9999px;
		margin: 0 auto;
		width: 140px;
	}
	.navbar-brand img {
		height: 40px;
		width: 126px;
	}
	.top-search {
		width: 99%;
		margin: 10px auto 0 auto;
	}
	.scrolled .top-search {
		display: none;
	}
	.top-tel {
		width: 290px;
		height: 60px;
	}
	.index-video {
		margin-bottom: 30px;
	}
	.index-honor {}
	.index-honor .owl-theme .owl-controls {
		text-align: center;
	}
	.sunNav ul {
		padding: 0px 0;
		margin: 0;
	}
	.sunNav ul li {
		display: inline-block;
		margin-right: 10px;
		line-height: 25px;
	}
	.index-p-cate {
		margin-top: 40px;
	}
	.index-p-cate ul li .box {
		transform: scale(0.7);
		margin-left: -45px;
	}
	.index-p-cate ul li b {
		font-size: 20px;
	}
	.index-p-cate ul li .arr {
		width: 40px;
		height: 40px;
		border-radius: 40px;
		line-height: 40px;
		margin-top: 20px;
		;
		font-size: 20px
	}
	.index-about {
		padding-bottom: 250px;
	}
	.index-news .col-xs-12:nth-child(2) .index-title {
		margin-left: 0;
	}
	.index-news ul {
		padding-left: 0;
	}
	.index-cate .tabs-list {
		display: -moz-box;
		display: -webkit-box;
		display: box;
	}
	.index-cate .tabs-list li {
		-moz-box-flex: 1;
		-webkit-box-flex: 1;
		box-flex: 1;
		font-size: 16px;
		height: 50px;
		line-height: 50px;
		padding: 0 10px;
	}
	.index-cate .tabs-list li a {
		font-size: 16px
	}
	.tab-content {
		width: 720px;
	}
	.index-cate-box .info h3 {
		display: none;
	}
	.md-modal {
		width: 80%;
	}
	.index-p-cate ul li b {
		font-size: 18px
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.index-p-cate ul li b {
		font-size: 18px
	}
	body {
		padding-top: 76px;
	}
	.navbar-brand {
		display: block;
		height: 50px;
		text-indent: -9999px;
		margin: 0 auto;
		width: 157px !important;
		float: left;
		margin-top: 5px;
	}
	#header.scrolled .navbar-brand {
		margin-top: 0;
	}
	.navbar-brand img {
		height: 50px;
		width: 157px;
	}
	.top-search {
		width: 300px;
	}
	.top-right {
		margin-top: 15px;
	}
	.nav {
		margin-top: 10px;
	}
	.nav&gt;li {
		margin: 0 2px;
		font-size: 11pt;
	}
	.nav&gt;li&gt;a {
		font-size: 15px;
		padding: 5px 8px;
	}
	.nav&gt;li&gt;ul {
		top: 30px;
	}
	.nav&gt;li:hover&gt;ul {
		top: 35px;
	}
	.nav&gt;li:nth-child(2)&gt;ul {
		left: 158px;
	}
	.nav&gt;li:nth-child(3)&gt;ul {
		left: 148px;
	}
	.nav&gt;li:nth-child(4)&gt;ul {
		left: 255px;
	}
	.nav&gt;li:nth-child(5)&gt;ul {
		left: 293px;
	}
	.nav&gt;li:nth-child(6)&gt;ul {
		left: 545px;
	}
	.nav&gt;li:nth-child(7)&gt;ul {
		right: 150px;
	}
	#header.scrolled .nav&gt;li:nth-child(2)&gt;ul {
		left: 158px;
	}
	#header.scrolled .nav&gt;li:nth-child(3)&gt;ul {
		left: 148px;
	}
	#header.scrolled .nav&gt;li:nth-child(4)&gt;ul {
		left: 255px;
	}
	#header.scrolled .nav&gt;li:nth-child(5)&gt;ul {
		left: 293px;
	}
	#header.scrolled .nav&gt;li:nth-child(6)&gt;ul {
		left: 545px;
	}
	#header.scrolled .nav&gt;li:nth-child(7)&gt;ul {
		right: 150px;
	}
	.p-tab-nav li span {
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	ol.p-tab-nav {
		height: 158px;
	}
	.p-tab-cont .cont-box dl {
		max-width:200px;
		margin-right:50px !important;
	}
	.index-cate-box .info span {
		display: none;
	}
	.b-contact h1 {
		font-size: 15px
	}
	.b-ico ul li {
		width: 35px;
		height: 35px;
		font-size: 25px;
		line-height: 35px;
	}
	.b-tel {
		font-size: 17px
	}
	.b-btn-cont a {
		width: 100px;
		background: url(/label/40/static/images/b-btn-ico.png) no-repeat 70px center;
		background-size: 25px 25px;
		font-size: 14px;
	}
	.md-modal {
		width: 80%;
	}
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 30px;
	line-height: 100%;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	filter: alpha(opacity=50);
	opacity: .5;
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .0001)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .0001) 100%);
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .1) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .1) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .1)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
}


/*è¿”å›žé¡¶éƒ¨*/

.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	border-radius: 4px;
	border: #DDDDDD solid 1px;
	background: rgba(221, 221, 221, 1) url(/label/40/static/images/cd-top-arrow.png) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {
	/* å¦‚æžœç”¨æˆ·ç»§ç»­å‘ä¸‹æ»šåŠ¨,è¿™ä¸ªæŒ‰é’®çš„é€æ˜Žåº¦ä¼šå˜å¾—æ›´ä½Ž */
	opacity: .8;
}

.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}

@media only screen and (max-width: 768px) {
	.cd-top {
		right: 10px;
		bottom: 60px;
		background-size: 20px 20px;
	}
}

@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 30px;
	}
}</pre></body></html>