@charset "utf-8";
html {
	font-size: 100px;
}
.main-width {
	width: 1360px;
	margin: 0 auto;
}
.pro-width {
	width: 1200px;
	margin: 0 auto;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 86px;
	background-color: #fff;
	z-index: 9999;
	box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	-ms-box-shadow: 0px 0px 5px #999;
	-o-box-shadow: 0px 0px 5px #999;
}
.header .logo {
	float: left;
	height: 62px;
	padding: 12px 0 12px 25px;
}
.header .logo img {
	margin-right: 10px;
	vertical-align: top;
}
.header .logo span {
	font-size: 24px;
	line-height: 62px;
	vertical-align: top;
	font-family: "OpenSans-Light";
	color: #006ebb;
}
.header .logo .phone-menu {
	display: none;
	width: 28px;
	height: 18px;
	margin: 14px 0;
	float: right;
	background: url(../images/all-icon.png) no-repeat -470px -10px;
}
.header .nav {
	float: right;
	font-size: 18px;
	font-family: "OpenSans-Light";
}
.header .nav ul.one > li {
	position: relative;
	float: left;
	height: 82px;
	line-height: 86px;
	padding: 0 15px 4px;
	font-weight: bold;
}
.header .nav ul.one > li.active {
	padding-bottom: 0;
}
.header .nav ul.one > li a:hover {
	color: #006ebb;
}
.header .nav ul.one > li.search {
	width: 172px;
	height: 30px;
	padding: 28px 0;
}
.header .nav ul.one > li.search .text {
	float: right;
	width: 0;
	height: 28px;
	line-height: 28px;
	padding: 0 30px 0 10px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.header .nav ul.one > li.search .btn {
	position: absolute;
	top: 32px;
	right: 10px;
	width: 19px;
	height: 20px;
	background: url(../images/search-icon.png) no-repeat;
	cursor: pointer;
}
.header .nav ul.one > li.search .sub {
	display: none;
	position: absolute;
	top: 32px;
	right: 10px;
	width: 19px;
	height: 20px;
	background: url(../images/search-icon.png) no-repeat;
	cursor: pointer;
}
.header .nav ul.one > li > em {
	display: none;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom-color: #006ebb;
}
.header .nav ul.one > li:hover > em {
	display: block;
}
.header .nav ul.one > li .drop-down {
	display: none;
	position: absolute;
	left: -30px;
	width: 160px;
	overflow: hidden;
	border: 1px solid #d1d1d1;
	border-top: 2px solid #006ebb;
	background-color: #fff;
}
.header .nav ul.one > li .drop-down h3 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 30px;
	font-family: "OpenSans-Semibold";
}
.header .nav ul.one > li .drop-down .pro {
	float: left;
	width: 170px;
	height: auto;
	border-right: 1px solid #d1d1d1;
	padding: 10px 0 0 15px;
	background-color: #fafafa;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.header .nav ul.one > li .drop-down .pro ul li {
	list-style: disc;
	font-size: 16px;
	line-height: 25px;
	padding: 10px 0;
	list-style-position: inside;
}
.header .nav ul.one > li .drop-down .pro ul li a {
	margin-left: -5px;
}
.header .nav ul.one > li .drop-down .sol {
	float: left;
	width: 733px;
	height: auto;
	padding: 50px 0 0 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.header .nav ul.one > li .drop-down .sol ul {
	overflow: hidden;
}
.header .nav ul.one > li .drop-down .sol ul li {
	float: left;
	width: 96px;
	margin-right: 40px;
}
.header .nav ul.one > li .drop-down .sol ul li p {
	font-size: 16px;
	line-height: 20px;
}
.header .nav ul.one > li .drop-down .sol ul li > a {
	display: block;
	width: 86px;
	height: 86px;
	background: url(../images/all-icon.png) no-repeat;
	margin-bottom: 15px;
}
.header .nav ul.one > li .drop-down .sol ul li.road > a {
	background-position: -10px -100px;
}
.header .nav ul.one > li .drop-down .sol ul li.park > a {
	background-position: -96px -100px;
}
.header .nav ul.one > li .drop-down .sol ul li.gas > a {
	background-position: -182px -100px;
}
.header .nav ul.one > li .drop-down .sol ul li.industry > a {
	background-position: -268px -100px;
}
.header .nav ul.one > li .drop-down .sol ul li.ware > a {
	background-position: -354px -100px;
}
.header .nav ul.one > li .drop-down .sol ul li.road > a:hover {
	background-position: -10px -186px;
}
.header .nav ul.one > li .drop-down .sol ul li.park > a:hover {
	background-position: -96px -186px;
}
.header .nav ul.one > li .drop-down .sol ul li.gas > a:hover {
	background-position: -182px -186px;
}
.header .nav ul.one > li .drop-down .sol ul li.indu > a:hover {
	background-position: -268px -186px;
}
.header .nav ul.one > li .drop-down .sol ul li.ware > a:hover {
	background-position: -354px -186px;
}
.more {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.index-main h2 {
	font-size: 30px;
	line-height: 50px;
	font-family: "OpenSans-Semibold";
	text-align: center;
}
.index-main h2 span {
	color: #006ebb;
}
.index-main .slidebox {
	width: 100%;
	position: relative;
	z-index: 99;
	overflow: hidden;
}
.index-main .slidebox .slideshow {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.index-main .slidebox .slideshow ul {
	position: relative;
	width: 4000px;
	overflow: hidden;
}
.index-main .slidebox .slideshow ul li {
	float: left;
}
.index-main .slidebox .slideshow ul li img {
	width: 100%;
	height: auto;
}
.index-main .slidebox .slidelist {
	position: absolute;
	bottom: 5%;
	left: 50%;
	margin-left: -32px;
}
.index-main .slidebox .slidelist ul li {
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	border: 1px solid #fff;
	background-color: #006ebb;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.index-main .slidebox .slidelist ul li.active {
	background-color: #fff;
}
.index-main .slidebox .item-btn {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: 47px;
	height: 61px;
	background: url(../images/all-icon.png) no-repeat;
	cursor: pointer;
}
.index-main .slidebox .prev {
	left: 30px;
	background-position: -10px -10px;
}
.index-main .slidebox .next {
	right: 30px;
	background-position: -57px -10px;
}
.index-main .slidebox .prev:hover {
	background-position: -104px -10px;
}
.index-main .slidebox .next:hover {
	background-position: -151px -10px;
}
.index-products {
	padding: 80px 0;
}
.index-products h2 {
	margin-bottom: 70px;
}
.index-products .slide-pro {
	position: relative;
}
.index-products .slide-pro .slide-pic {
	overflow: hidden;
}
.index-products .slide-pro .slide-pic ul {
	position: relative;
}
.index-products .slide-pro .slide-pic ul li {
	position: relative;
	float: left;
	width: 450px;
	padding-bottom: 30px;
	text-align: center;
}
.index-products .slide-pro .slide-pic ul li h4 {
	font-size: 20px;
	line-height: 30px;
	margin-top: 12px;
}
.index-products .slide-pro .slide-pic ul li .text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 7px;
	text-align: left;
	background: url(../images/index-project-bg.png);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	transition: all .7s;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-ms-transition: all .7s;
	-o-transition: all .7s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.index-products .slide-pro .slide-pic ul li .text .box {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 30px 30px 0;
	border: 1px solid #fff;
	background: url(../images/gray-bg.png);
	color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	overflow: hidden;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.index-products .slide-pro .slide-pic ul li .text .box .c-area {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.index-products .slide-pro .slide-pic ul li .text .box h3 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 30px;
	color: #fff;
}
.index-products .slide-pro .slide-pic ul li .text .box p {
	font-size: 16px;
	height: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.index-products .slide-pro .slide-pic ul li .text .box .son {
	overflow: hidden;
	width: 107%;
	margin-top: 30px;
}
.index-products .slide-pro .slide-pic ul li .text .box .son a {
	position: relative;
	display: block;
	float: left;
	height: 25px;
	;
	line-height: 25px;
	width: 33.33%;
	color: #fff;
	margin-bottom: 10px;
	z-index: 6;
}
.index-products .slide-pro .slide-pic ul li .text .box .son a:hover {
	text-decoration: underline;
}
.index-products .slide-pro .slide-pic ul li .text .box .more {
	position: absolute;
	display: block;
	width: 45px;
	height: 45px;
	right: 5px;
	bottom: 6px;
	background: url(../images/all-icon.png) no-repeat -600px -135px;
}
.index-products .slide-pro .slide-pic ul li:hover .text {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.index-products .slide-pro .slide-pic ul li:hover .text .box {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.index-products .slide-pro .item-btn {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: 47px;
	height: 61px;
	background: url(../images/all-icon.png) no-repeat;
	cursor: pointer;
}
.index-products .slide-pro .prev {
	left: -60px;
	background-position: -10px -10px;
}
.index-products .slide-pro .next {
	right: -60px;
	background-position: -57px -10px;
}
.index-products .slide-pro .prev:hover {
	background-position: -104px -10px;
}
.index-products .slide-pro .next:hover {
	background-position: -151px -10px;
}
.index-about {
	padding: 65px 0 70px;
	background: url(../images/index-about-bg.jpg) no-repeat center;
	background-size: auto 100%;
}
.index-about h2 {
	color: #fff;
	margin-bottom: 25px;
}
.index-about h2 a {
	color: #fff;
}
.index-about h2 a:hover {
	color: #006ebb;
}
.index-about .more {
	display: block;
	margin: 0 auto 60px;
	font-size: 16px;
	width: 75px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.index-about .more:hover {
	color: #006ebb;
	background-color: #fff;
}
.index-about ul {
	overflow: hidden;
}
.index-about ul li {
	float: left;
	width: 33.333%;
	height: 190px;
	padding: 1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.index-about ul li .text {
	width: 100%;
	height: 100%;
	padding: 65px 115px 0;
	color: #fff;
	background: url(../images/index-about-shadow.png);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.index-about ul li .text p {
	margin-top: 5px;
	font-size: 16px;
	line-height: 20px;
	font-family: "OpenSans-Light";
}
.index-about ul li .text p.adv-num {
	font-size: 26px;
	height: 33px;
	line-height: 33px;
	font-family: "OpenSans-Bold";
	margin-top: 0;
	overflow: hidden;
}
.index-about ul li .text p.adv-num span i {
	color: #fff;
}
p.adv-num span {
	position: relative;
	width: 15px;
	height: 100%;
	display: block;
	float: left;
}
p.adv-num span i {
	position: absolute;
	top: 0;
	width: 15px;
	word-wrap: break-word;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
}
.on p.adv-num span i {
	top: -330px;
}
.on p.adv-num span.n1 i {
	top: -33px;
}
.on p.adv-num span.n2 i {
	top: -66px;
}
.on p.adv-num span.n3 i {
	top: -99px;
}
.on p.adv-num span.n4 i {
	top: -132px;
}
.on p.adv-num span.n5 i {
	top: -165px;
}
.on p.adv-num span.n6 i {
	top: -198px;
}
.on p.adv-num span.n7 i {
	top: -231px;
}
.on p.adv-num span.n8 i {
	top: -264px;
}
.on p.adv-num span.n9 i {
	top: -297px;
}
.on p.adv-num span.r2 i {
	transition-delay: .2s;
}
.on p.adv-num span.r3 i {
	transition-delay: .4s;
}
.on p.adv-num span.r4 i {
	transition-delay: .6s;
}
.on p.adv-num span.r5 i {
	transition-delay: .8s;
}
.on p.adv-num span.r6 i {
	transition-delay: 1.0s;
}
.on p.adv-num span.r7 i {
	transition-delay: 1.2s;
}
.on p.adv-num span.r8 i {
	transition-delay: 1.4s;
}
.index-projects {
	padding: 55px 0;
	background-color: #f0f0f0;
}
.index-projects h2 {
	margin-bottom: 55px;
}
.index-projects .slide-ject {
	position: relative;
	width: 100%;
}
.index-projects .slide-ject .slide-pic {
	width: 100%;
	height: 539px;
	margin-bottom: 30px;
	overflow: hidden;
}
.index-projects .slide-ject .slide-pic ul {
	overflow: hidden;
}
.index-projects .slide-ject .slide-pic ul li {
	float: left;
	width: 1365px;
}
.index-projects .slide-ject .slide-pic ul li .jectlist {
	position: relative;
	float: left;
	width: 450px;
	height: 267px;
	margin: 0 5px 5px 0;
}
.index-projects .slide-ject .slide-pic ul li .jectlist .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	background: url(../images/index-project-bg.png);
	padding: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	transition: all .7s;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-ms-transition: all .7s;
	-o-transition: all .7s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.index-projects .slide-ject .slide-pic ul li .jectlist .text .b-box {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 45px 10px 0 45px;
	border: 1px solid #fff;
	background: url(../images/gray-bg.png);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	overflow: hidden;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.index-projects .slide-ject .slide-pic ul li .jectlist .text h4 {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-projects .slide-ject .slide-pic ul li .jectlist .text h4 a {
	color: #fff;
}
.index-projects .slide-ject .slide-pic ul li .jectlist .text p {
	font-size: 16px;
	font-family: "OpenSans-Light";
	margin-bottom: 7px;
}
.index-projects .slide-ject .slide-pic ul li .jectlist .text span {
	font-size: 16px;
	font-family: "OpenSans-Semibold";
}
.index-projects .slide-ject .slide-pic ul li .jectlist .text .more {
	display: block;
	width: 60px;
	height: 27px;
	line-height: 27px;
	margin-top: 25px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.index-projects .slide-ject .slide-pic ul li .jectlist .text .more:hover {
	background-color: #fff;
	color: #006ebb;
}
.index-projects .slide-ject .slide-pic ul li .jectlist .text em {
	position: absolute;
	display: block;
	background: #fff;
	transition: all .7s;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-ms-transition: all .7s;
	-o-transition: all .7s;
}
.index-projects .slide-ject .slide-pic ul li .jectlist .text em.t {
	width: 0;
	height: 2px;
	top: 20px;
	left: 20px;
}
.index-projects .slide-ject .slide-pic ul li .jectlist .text em.l {
	width: 2px;
	height: 0;
	top: 20px;
	left: 20px;
}
.index-projects .slide-ject .slide-pic ul li .jectlist .text em.b {
	width: 0;
	height: 2px;
	bottom: 20px;
	right: 20px;
}
.index-projects .slide-ject .slide-pic ul li .jectlist .text em.r {
	width: 2px;
	height: 0;
	bottom: 20px;
	right: 20px;
}
.index-projects .slide-ject .slide-pic ul li .jectlist:hover .text {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.index-projects .slide-ject .slide-pic ul li .jectlist:hover .text .b-box {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.index-projects .slide-ject .slide-pic ul li .jectlist:hover .text em.t {
	width: 60px;
}
.index-projects .slide-ject .slide-pic ul li .jectlist:hover .text em.l {
	height: 60px;
}
.index-projects .slide-ject .slide-pic ul li .jectlist:hover .text em.b {
	width: 60px;
}
.index-projects .slide-ject .slide-pic ul li .jectlist:hover .text em.r {
	height: 60px;
}
.index-projects .slide-ject .slide-dot {
	width: 70px;
	margin: 0 auto;
}
.index-projects .slide-ject .slide-dot ul {
	overflow: hidden;
	margin: 0 auto;
}
.index-projects .slide-ject .slide-dot ul li {
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	border: 1px solid #006ebb;
	background-color: #006ebb;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.index-projects .slide-ject .slide-dot ul li.active {
	background-color: #fff;
}
.index-projects .slide-ject .item-btn {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 47px;
	height: 61px;
	background: url(../images/all-icon.png) no-repeat;
	cursor: pointer;
}
.index-projects .slide-ject .prev {
	left: -60px;
	background-position: -10px -10px;
}
.index-projects .slide-ject .next {
	right: -60px;
	background-position: -57px -10px;
}
.index-projects .slide-ject .prev:hover {
	background-position: -104px -10px;
}
.index-projects .slide-ject .next:hover {
	background-position: -151px -10px;
}
.index-projects .slide-phone-ject {
	display: none;
}
.index-solutions {
	padding: 80px 0 115px;
}
.index-solutions .main-width {
	overflow: hidden;
}
.index-solutions h2 {
	margin-bottom: 20px;
}
.index-solutions p.info {
	font-size: 16px;
	line-height: 20px;
	font-family: "OpenSans-Light";
	text-align: center;
}
.index-solutions ul {
	width: 1375px;
	overflow: hidden;
}
.index-solutions ul li {
	position: relative;
	float: left;
	padding-top: 120px;
	width: 260px;
	margin-right: 15px;
}
.index-solutions ul li i {
	display: block;
	position: absolute;
	left: 50%;
	top: 60px;
	width: 120px;
	height: 120px;
	margin: 0 0 0 -60px;
	background-size: 100% 100% !important;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.index-solutions ul li .text {
	padding: 85px 15px 0;
	height: 195px;
	border: 1px solid #e6e6e6;
	background-color: #f3f3f3;
	text-align: center;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.index-solutions ul li .text h3 {
	font-size: 22px;
	font-family: "OpenSans-Semibold";
	color: #000;
	margin-bottom: 40px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.index-solutions ul li .text p {
	font-size: 14px;
	font-family: "OpenSans-Light";
	height: 75px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.index-solutions ul li.road i {
	background: url(../images/solutions-icon-01.png) no-repeat;
}
.index-solutions ul li.gas i {
	background: url(../images/solutions-icon-02.png) no-repeat;
}
.index-solutions ul li.park i {
	background: url(../images/solutions-icon-03.png) no-repeat;
}
.index-solutions ul li.ware i {
	background: url(../images/solutions-icon-04.png) no-repeat;
}
.index-solutions ul li.industry i {
	background: url(../images/solutions-icon-05.png) no-repeat;
}
.index-solutions ul li.road:hover i {
	background: url(../images/solutions-icon-01-on.png) no-repeat;
}
.index-solutions ul li.gas:hover i {
	background: url(../images/solutions-icon-02-on.png) no-repeat;
}
.index-solutions ul li.park:hover i {
	background: url(../images/solutions-icon-03-on.png) no-repeat;
}
.index-solutions ul li.ware:hover i {
	background: url(../images/solutions-icon-04-on.png) no-repeat;
}
.index-solutions ul li.industry:hover i {
	background: url(../images/solutions-icon-05-on.png) no-repeat;
}
.index-solutions ul li:hover .text {
	background-color: #006ebb;
	color: #fff;
}
.index-solutions ul li:hover .text h3 {
	color: #fff;
}
.index-solutions ul li:hover i {
	width: 140px;
	height: 140px;
	top: 50px;
	margin: 0 0 0 -70px;
}
.index-contact {
	padding: 90px 0 120px;
	background: url(../images/index-contact-bg.jpg) no-repeat center top;
}
.index-contact h2 {
	color: #fff;
	margin-bottom: 20px;
}
.index-contact h2 a {
	color: #fff;
}
.index-contact h2 a:hover {
	color: #006ebb;
}
.index-contact p.info {
	font-size: 16px;
	line-height: 20px;
	font-family: "OpenSans-Light";
	text-align: center;
	color: #fff;
}
.index-contact .contact-way ul {
	overflow: hidden;
	padding-top: 85px;
}
.index-contact .contact-way ul li {
	float: left;
	width: 25%;
	text-align: center;
}
.index-contact .contact-way ul li i {
	display: block;
	width: 141px;
	height: 141px;
	margin: 0 auto 20px;
	background-size: 100% 100% !important;
}
.index-contact .contact-way ul li i em {
	display: block;
	width: 135px;
	height: 135px;
	border: 3px solid #006ebb;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.index-contact .contact-way ul li.mail i {
	background: url(../images/index-contact-mail.png) no-repeat;
}
.index-contact .contact-way ul li.skype i {
	background: url(../images/index-contact-skype.png) no-repeat;
}
.index-contact .contact-way ul li.tel i {
	background: url(../images/index-contact-tel.png) no-repeat;
}
.index-contact .contact-way ul li.phone i {
	background: url(../images/index-contact-phone.png) no-repeat;
}
.index-contact .contact-way ul li.mail:hover i {
	background: url(../images/index-contact-mail-on.png) no-repeat;
}
.index-contact .contact-way ul li.skype:hover i {
	background: url(../images/index-contact-skype-on.png) no-repeat;
}
.index-contact .contact-way ul li.tel:hover i {
	background: url(../images/index-contact-tel-on.png) no-repeat;
}
.index-contact .contact-way ul li.phone:hover i {
	background: url(../images/index-contact-phone-on.png) no-repeat;
}
.index-contact .contact-way ul li:hover i em {
	animation: diffusion 1s;
}
.index-contact .contact-way ul li p {
	color: #fff;
}
.index-contact .contact-way ul li p a {
	color: #fff;
}
.index-contact .contact-way ul li p a:hover {
	color: #006ebb;
}
.other-banner img {
	width: 100%;
	height: auto;
}
.subscription {
	background-color: #2d2d2d;
}
.subscription .main-width {
	padding: 45px 0;
	border-top: 1px solid #484848;
	overflow: hidden;
}
.subscription .text {
	float: left;
	color: #fff;
}
.subscription .text span {
	font-size: 20px;
	line-height: 22px;
	font-family: "OpenSans-Bold";
}
.subscription .text p {
	font-size: 14px;
	line-height: 16px;
	font-family: "OpenSans-Light";
	color: #b7b7b7;
}
.subscription .form-box {
	float: right;
}
.subscription .form-box .txt {
	width: 240px;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	margin-left: 10px;
	color: #fff;
	background-color: #1b1b1b;
	border: 1px solid #484848;
}
.subscription .form-box .sub {
	width: 145px;
	height: 38px;
	background-color: #006ebb;
	margin-left: 70px;
	color: #fff;
	cursor: pointer;
}
.filter-case {
	background-color: #4e4e4e;
	padding: 20px 0 30px;
}
.filter-case ul {
	width: 1390px;
}
.filter-case ul li {
	float: left;
	margin-right: 28px;
	width: 319px;
}
.filter-case ul li h4 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 25px;
	font-family: "OpenSans-Semibold";
}
.filter-case ul li .species-box {
	position: relative;
	overflow: hidden;
	padding-top: 35px;
	height: 0;
	background: #fff url(../images/filter-select-icon.png) no-repeat center;
	background-size: 100% auto;
	cursor: pointer;
}
.filter-case ul li .species-box a, .filter-case ul li .species-box span {
	position: relative;
	display: block;
	background-color: #fff;
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
	z-index: 99;
}
.filter-case ul li .species-box span {
	background-color: #f0f0f0;
	font-size: 15px;
	font-family: "OpenSans-Semibold";
	color: #006ebb;
}
.filter-case ul li .species-box a:hover {
	background-color: #f0f0f0;
}
.filter-case ul li .species-box p {
	position: absolute;
	padding-left: 20px;
	width: 100%;
	height: 35px;
	line-height: 35px;
	left: 0;
	top: 0;
	background: #fff url(../images/filter-select-icon-on.png) no-repeat center;
	background-size: 100% auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.list-case {
	padding: 30px 0 40px;
	background-color: #f5f5f5;
}
.list-case .list-cont {
	overflow: hidden;
}
.list-case .list-cont ul {
	width: 1370px;
	overflow: hidden;
}
.list-case .list-cont ul li {
	float: left;
	width: 448px;
	margin: 0 8px 25px 0;
	overflow: hidden;
}
.list-case .list-cont ul li img {
	transform: scale(1);
	transition: all 0.8s ease 0s;
	-webkit-transform: scale(1);
	-webkit-transform: all 0.8s ease 0s;
}
.list-case .list-cont ul li:hover img {
	transform: scale(1.1);
	transition: all 0.8s ease 0s;
	-webkit-transform: scale(1.1);
	-webkit-transform: all 0.8s ease 0s;
}
.list-case .list-cont ul li .text {
	position: relative;
	height: auto;
	background-color: #fff;
	padding: 15px 54px 35px 20px;
}
.list-case .list-cont ul li .text h3 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 7px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-case .list-cont ul li .text p {
	font-size: 16px;
	line-height: 20px;
	font-family: "OpenSans-Light";
	margin-bottom: 8px;
}
.list-case .list-cont ul li .text span {
	font-size: 16px;
	line-height: 18px;
	font-family: "OpenSans-Semibold";
}
.list-case .list-cont ul li .text .share {
	position: absolute;
	display: block;
	top: 22px;
	right: 14px;
	width: 30px;
	height: 30px;
	background: url(../images/all-icon.png) no-repeat -440px -50px;
}
.classify-products {
	height: 69px;
	background-color: #4e4e4e;
}
.classify-products h1 {
	float: left;
	color: #fff;
	line-height: 69px;
	font-size: 30px;
}
.classify-products ul {
	float: right;
}
.classify-products ul li {
	float: left;
	height: 19px;
	padding: 25px 0;
}
.classify-products ul li > a {
	position: relative;
	color: #fff;
	line-height: 19px;
	padding: 0 30px;
	border-left: 1px solid #fff;
}
.classify-products ul li > a i {
	display: none;
	position: absolute;
	width: 124px;
	height: 10px;
	left: 50%;
	top: 28px;
	margin-left: -62px;
	background: url(../images/all-icon.png) no-repeat -530px -110px;
}
.classify-products ul li.all >a {
	border: none;
}
.classify-products ul li.active > a i {
	display: block;
}
.classify-products ul.filter li {
	position: relative;
}
.classify-products ul.filter li .species-tit {
	padding: 0 30px;
	border-left: 1px solid #fff;
	color: #fff;
	cursor: pointer;
}
.classify-products ul.filter li .species-tit h4 {
	line-height: 19px;
}
.classify-products ul.filter li .species-box {
	display: none;
	position: absolute;
	top: 69px;
	right: 0;
	width: 215px;
	padding: 8px 25px;
	background-color: #fff;
	border: 1px solid #006ebb;
	z-index: 8;
}
.classify-products ul.filter li .species-box a {
	position: relative;
	display: block;
	padding: 13px 0 13px 65px;
	height: 52px;
	line-height: 52px;
	border-bottom: 1px solid #eee;
}
.classify-products ul.filter li .species-box span {
	position: relative;
	display: block;
	padding: 13px 0 13px 65px;
	height: 52px;
	line-height: 52px;
	cursor: pointer;
	border-bottom: 1px solid #eee;
	font-family: "OpenSans-Semibold";
	color: #006ebb;
}
.classify-products ul.filter li .species-box :nth-child(1) {
	display: none;
}
.classify-products ul.filter li .species-box :nth-child(2):after {
	content: " ";
	display: block;
	position: absolute;
	width: 52px;
	height: 52px;
	top: 13px;
	left: 0;
	background: url(../images/all-icon.png) no-repeat -380px -350px;
}
.classify-products ul.filter li .species-box :nth-child(3):after {
	content: " ";
	display: block;
	position: absolute;
	width: 52px;
	height: 52px;
	top: 13px;
	left: 0;
	background: url(../images/all-icon.png) no-repeat -432px -350px;
}
.classify-products ul.filter li .species-box :nth-child(4):after {
	content: " ";
	display: block;
	position: absolute;
	width: 52px;
	height: 52px;
	top: 13px;
	left: 0;
	background: url(../images/all-icon.png) no-repeat -484px -350px;
}
.classify-products ul.filter li .species-box :nth-child(5):after {
	content: " ";
	display: block;
	position: absolute;
	width: 52px;
	height: 52px;
	top: 13px;
	left: 0;
	background: url(../images/all-icon.png) no-repeat -536px -350px;
}
.classify-products ul.filter li .species-box :nth-child(6):after {
	content: " ";
	display: block;
	position: absolute;
	width: 52px;
	height: 52px;
	top: 13px;
	left: 0;
	background: url(../images/all-icon.png) no-repeat -588px -350px;
}
.classify-products ul.filter li .species-box :nth-child(2):hover:after {
	content: " ";
	display: block;
	position: absolute;
	width: 52px;
	height: 52px;
	top: 13px;
	left: 0;
	background: url(../images/all-icon.png) no-repeat -380px -402px;
}
.classify-products ul.filter li .species-box :nth-child(3):hover:after {
	content: " ";
	display: block;
	position: absolute;
	width: 52px;
	height: 52px;
	top: 13px;
	left: 0;
	background: url(../images/all-icon.png) no-repeat -432px -402px;
}
.classify-products ul.filter li .species-box :nth-child(4):hover:after {
	content: " ";
	display: block;
	position: absolute;
	width: 52px;
	height: 52px;
	top: 13px;
	left: 0;
	background: url(../images/all-icon.png) no-repeat -484px -402px;
}
.classify-products ul.filter li .species-box :nth-child(5):hover:after {
	content: " ";
	display: block;
	position: absolute;
	width: 52px;
	height: 52px;
	top: 13px;
	left: 0;
	background: url(../images/all-icon.png) no-repeat -536px -402px;
}
.classify-products ul.filter li .species-box :nth-child(6):hover:after {
	content: " ";
	display: block;
	position: absolute;
	width: 52px;
	height: 52px;
	top: 13px;
	left: 0;
	background: url(../images/all-icon.png) no-repeat -588px -402px;
}
.list-products {
	padding: 50px 0;
	background-color: #f5f5f5;
}
.list-products .list-cont {
	overflow: hidden;
}
.list-products .list-cont > ul {
	overflow: hidden;
	width: 1380px;
}
.list-products .list-cont > ul > li {
	position: relative;
	float: left;
	width: 446px;
	height: auto;
	margin: 0 11px 30px 0;
	padding-bottom:30px;
	background-color: #fff;
}
.list-products .list-cont > ul > li img {
	width: 100%;
	height: auto;
}
.list-products .list-cont > ul > li .info {
	text-align: center;
	padding-top: 10px;
}
.list-products .list-cont > ul > li .info h2 {
	font-size: 20px;
	line-height: 38px;
	font-family: "OpenSans-Light";
}
.list-products .list-cont > ul > li .info h2 span {
	font-size: 24px;
	font-family: "OpenSans-Bold";
}
.list-products .list-cont > ul > li .info hr {
	width: 192px;
	border: none;
	border-top: 1px solid #e5e5e5;
	margin: 0 auto;
}
.list-products .list-cont > ul > li .info h3 {
	font-size: 16px;
	line-height: 35px;
	margin-bottom: 12px;
	font-family: "OpenSans-Light";
	color: #979797;
}
.list-products .list-cont > ul > li .info .more {
	display: block;
	width: 76px;
	height: 32px;
	line-height: 32px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background-color: #006ebb;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.list-products .list-cont > ul > li .detail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	transition: all .7s;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-ms-transition: all .7s;
	-o-transition: all .7s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.list-products .list-cont > ul > li .detail .text {
	position: absolute;
	width: 356px;
	left: 45px;
	bottom: 20px;
}
.list-products .list-cont > ul > li .detail .text h2 {
	font-size: 20px;
	line-height: 40px;
	font-family: "OpenSans-Light";
	color: #fff;
}
.list-products .list-cont > ul > li .detail .text h2 span {
	font-size: 24px;
	font-family: "OpenSans-Bold";
}
.list-products .list-cont > ul > li .detail .text h2 a {
	color: #fff;
}
.list-products .list-cont > ul > li .detail .text h2 a:hover {
	color: #006ebb;
}
.list-products .list-cont > ul > li .detail .text hr {
	width: 122px;
	margin: 0;
	text-align: left;
}
.list-products .list-cont > ul > li .detail .text h3 {
	font-size: 16px;
	line-height: 35px;
	font-family: "OpenSans-Light";
	color: #fff;
}
.list-products .list-cont > ul > li .detail .text ul {
	width: 110%;
	overflow: hidden;
	margin: 15px 0 20px;
	color: #F0F0F0;
}
.list-products .list-cont > ul > li .detail .text ul li {
	float: left;
	width: 33.33%;
	line-height: 20px;
	padding: 5px 0;
	font-size: 16px;
	color: #fff;
	font-family: "OpenSans-Light";
}
.list-products .list-cont > ul > li .detail .text ul li a {
	color: #fff;
}
.list-products .list-cont > ul > li .detail .text ul li a:hover {
	text-decoration: underline;
}
.list-products .list-cont > ul > li .detail .text .more {
	display: block;
	width: 74px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.list-products .list-cont > ul > li .detail .text .more:hover {
	background-color: #fff;
	color: #006ebb;
}
.list-products .list-cont > ul > li .detail img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}
.list-products .list-cont > ul > li .detail em {
	position: absolute;
	display: block;
	background: #fff;
	transition: all .7s;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-ms-transition: all .7s;
	-o-transition: all .7s;
}
.list-products .list-cont > ul > li .detail em.t {
	width: 0;
	height: 2px;
	top: 20px;
	left: 20px;
}
.list-products .list-cont > ul > li .detail em.l {
	width: 2px;
	height: 0;
	top: 20px;
	left: 20px;
}
.list-products .list-cont > ul > li .detail em.b {
	width: 0;
	height: 2px;
	bottom: 20px;
	right: 20px;
}
.list-products .list-cont > ul > li .detail em.r {
	width: 2px;
	height: 0;
	bottom: 20px;
	right: 20px;
}
.list-products .list-cont > ul > li:hover .detail {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.list-products .list-cont > ul > li:hover .detail em.t {
	width: 60px;
}
.list-products .list-cont > ul > li:hover .detail em.l {
	height: 60px;
}
.list-products .list-cont > ul > li:hover .detail em.b {
	width: 60px;
}
.list-products .list-cont > ul > li:hover .detail em.r {
	height: 60px;
}
.tab-products {
	height: 69px;
	background-color: #646464;
}
.tab-products h1 {
	display: none;
}
.tab-products h2 {
	float: left;
	font-size: 26px;
	line-height: 69px;
	font-family: "OpenSans-Light";
	color: #fff;
}
.tab-products h2 span {
	text-transform: uppercase;
}
.tab-products ul {
	float: right;
	padding: 25px 0;
}
.tab-products ul li {
	position: relative;
	float: left;
	font-size: 16px;
	height: 19px;
	line-height: 19px;
	padding: 0 50px;
	color: #fff;
	border-left: 1px solid #fff;
	font-family: "OpenSans-Semibold";
	cursor: pointer;
}
.tab-products ul li.overview {
	border-left: none;
}
.tab-products ul li a {
	color: #fff;
}
.tab-products ul li i {
	display: none;
	position: absolute;
	width: 124px;
	height: 10px;
	left: 50%;
	top: 28px;
	margin-left: -62px;
	background: url(../images/all-icon.png) no-repeat -530px -110px;
}
.tab-products ul li.active i {
	display: block;
}
.tab-products.flow ul {
	position: fixed;
	right: 0;
	top: 180px;
	z-index: 9999;
	background: #fff;
	border-radius: 8px 0 0 8px;
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	-ms-border-radius: 8px 0 0 8px;
	-o-border-radius: 8px 0 0 8px;
	box-shadow: 0px 0px 5px #aaa;
}
.tab-products.flow ul li {
	position: relative;
	float: none;
	width: 100%;
	color: #333;
	line-height: 20px;
	padding: 5px 5px 5px 30px;
	text-align: left;
}
.tab-products.flow ul li a {
	color: #333;
}
.tab-products.flow ul li i {
	position: absolute;
	left: 15px;
	top: 10px;
	width: 0;
	height: 0;
	margin: 0;
	background: none;
	border: 5px solid transparent;
	border-left-color: #006ebb;
}
.main-products .back00 {
	background: url(../images/products-box01-bg.jpg) no-repeat center !important;
	background-size: 100% 100% !important;
}
.main-products .back00 h2, .main-products .back00 p, .main-products .back00 span {
	color: #fff !important;
}
.main-products .back01 {
	background: url(../images/products-box02-bg.jpg) no-repeat center !important;
	background-size: 100% 100% !important;
}
.main-products .back01 h2, .main-products .back01 p, .main-products .back01 span {
	color: #333 !important;
}
.main-products .back02 {
	background: url(../images/products-box04-bg.jpg) no-repeat center !important;
	background-size: 100% 100% !important;
}
.main-products .back02 h2, .main-products .back02 p, .main-products .back02 span {
	color: #fff;
}
.main-products .back03 {
	background: url(../images/products-box05-bg.jpg) no-repeat center !important;
	background-size: 100% 100% !important;
}
.main-products .back03 h2, .main-products .back03 p, .main-products .back03 span {
	color: #fff;
}
.main-products .back04 {
	background: url(../images/products-box06-bg.jpg) no-repeat center !important;
	background-size: 100% 100% !important;
}
.main-products .back04 h2, .main-products .back04 p, .main-products .back04 span {
	color: #fff;
}
.main-products .tab-box {
	display: none;
}
.main-products .tab-box.active {
	display: block;
}
.main-products .overview .box01 {
	height: 230px;
	padding-top: 390px;
	position: relative;
	background-color: #040404;
}
.main-products .overview .box01 .pic {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.main-products .overview .box01 .text {
	position: relative;
	z-index: 2;
}
.main-products .overview .box01 .text h2 {
	font-size: 27px;
	line-height: 35px;
	font-family: "OpenSans-Light";
}
.main-products .overview .box01 .text h2 span {
	font-family: "OpenSans-Bold";
	margin-right: 10px;
}
.main-products .overview .box01 .text > span {
	font-size: 16px;
	line-height: 30px;
	margin-right: 20px;
	font-family: "OpenSans-Light";
}
.main-products .overview .box01 .text p {
	line-height: 45px;
	font-size: 35px;
	font-family: "OpenSans-Bold";
	margin: 15px 0 5px;
}
.main-products .overview .box01.lenda {
	height: 420px;
	padding-top: 200px;
}
.main-products .overview .box01.lenda .pic {
	top: 80px;
	left: 0;
}
.main-products .overview .box01.lenda .text {
	float: right;
}
.main-products .overview .box01.lenda .text h2 {
	font-size: 45px;
	line-height: 45px;
}
.main-products .overview .box01.lenda .text p {
	font-size: 30px;
}
.main-products .overview .box01.att {
	height: 350px;
	padding-top: 270px;
}
.main-products .overview .box01.att .pic {
	top: 80px;
	left: 0;
}
.main-products .overview .box01.att .text {
	float: right;
}
.main-products .overview .box01.att .text h2 {
	font-size: 45px;
	line-height: 45px;
}
.main-products .overview .box01.att .text p {
	font-size: 18px;
}
.main-products .overview .box01.dim5 {
	height: 420px;
	padding-top: 200px;
}
.main-products .overview .box01.dim5 h2 {
	font-size: 36px;
	font-family: "OpenSans-Bold";
}
.main-products .overview .box01.dim5 p {
	font-size: 20px;
	font-family: "OpenSans-Light";
	margin: 5px 0 20px;
}
.main-products .overview .box02 {
	height: 620px;
}
.main-products .overview .box02 .pic {
	text-align: center;
}
.main-products .overview .box02.pos-right, .main-products .overview .box02.pos-left {
	position: relative;
}
.main-products .overview .box02.pos-right .text, .main-products .overview .box02.pos-left .text {
	padding-top: 372px;
}
.main-products .overview .box02.pos-right .pic {
	position: absolute;
	right: 0;
	top: 0;
}
.main-products .overview .box02.pos-left .pic {
	position: absolute;
	left: 0;
	top: 0;
}
.main-products .overview .box02.fan .text {
	padding: 40px 0 10px;
}
.main-products .overview .box02.lenda {
	background: #fff;
}
.main-products .overview .box02.lenda .text {
	width: 910px;
	text-align: left;
	color: #333;
}
.main-products .overview .box02 .text {
	text-align: center;
}
.main-products .overview .box02 .text .cer-icon {
	display: inline-block;
*display:inline;
*zoom:1;
	overflow: hidden;
	margin-bottom: 30px;
}
.main-products .overview .box02 .text .cer-icon li {
	float: left;
	margin: 0 12px 10px;
}
.main-products .overview .box02 .text p {
	font-size: 16px;
	font-family: "OpenSans-Light";
}
.main-products .overview .box02.its .pic {
	overflow: hidden;
	padding-top: 100px;
	margin-bottom: 70px;
}
.main-products .overview .box02.its .pic li {
	float: left;
	width: 33.33%;
}
.main-products .overview .box02.its .pic li p {
	margin-top: 30px;
}
.main-products .overview .box03 {
	height: 225px;
	padding-top: 395px;
	position: relative;
	background-color: #272727;
}
.main-products .overview .box03 .pic {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.main-products .overview .box03 .text {
	position: relative;
	z-index: 2;
	text-align: right;
}
.main-products .overview .box03 .text h2 {
	font-size: 24px;
	line-height: 35px;
	font-family: "OpenSans-Regular";
	margin-bottom: 20px;
}
.main-products .overview .box03 .text h2 span {
	font-size: 50px;
	font-family: "OpenSans-Bold";
}
.main-products .overview .box03 .text p {
	line-height: 30px;
	font-size: 16px;
}
.main-products .overview .box03.att {
	height: 515px;
	padding-top: 105px;
}
.main-products .overview .box03.att .pic1 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.main-products .overview .box03.att .pic2 {
	position: absolute;
	right: 0;
	bottom: 40px;
	z-index: 1;
}
.main-products .overview .box03.att .pic1 img, .main-products .overview .box03.att .pic2 img {
	width: 100%;
	height: auto;
}
.main-products .overview .box03.att .text h2 {
	line-height: 50px;
}
.main-products .overview .box03.att .text h2 span {
	font-size: 45px;
}
.main-products .overview .box03.att .text p {
	line-height: 25px;
}
.main-products .overview .box03.lenda {
	height: 7.6725rem;
	box-sizing: border-box;
}
.main-products .overview .box03.lenda .pic {
	position: absolute;
}
.main-products .overview .box03.lenda .pic img {
	width: 100%;
	height: auto;
}
.main-products .overview .box03.lenda .pic p {
	line-height: 0.45rem;
	font-size: 0.3rem;
	font-family: "OpenSans-Light";
}
.main-products .overview .box03.lenda .pic p span {
	font-family: "OpenSans-Bold";
}
.main-products .overview .box03.lenda .pic1 {
	width: 5.878125rem;
	left: 2.84625rem;
	bottom: 0;
	top: initial;
}
.main-products .overview .box03.lenda .pic1 p {
	position: absolute;
	left: 1.6rem;
	bottom: 1.2rem;
}
.main-products .overview .box03.lenda .pic2 {
	width: 7.79625rem;
	left: 9.5535rem;
	bottom: 0;
	top: initial;
}
.main-products .overview .box03.lenda .pic2 p {
	position: absolute;
	right: 1.7325rem;
	bottom: 1.2rem;
}
.main-products .overview .box04 {
	height: 620px;
}
.main-products .overview .box04 .pic {
	float: right;
}
.main-products .overview .box04 .text {
	float: left;
	margin-top: 215px;
}
.main-products .overview .box04 .text h2 {
	line-height: 40px;
	font-size: 36px;
	font-family: "OpenSans-Bold";
	margin-bottom: 25px;
}
.main-products .overview .box04 .text p {
	line-height: 35px;
	font-size: 16px;
}
.main-products .overview .box04.lenda .pic {
	float: left;
}
.main-products .overview .box04.lenda .text {
	float: right;
}
.main-products .overview .box04.lenda .text h2 {
	font-size: 50px;
	line-height: 50px;
}
.main-products .overview .box04.lenda .text h2 span {
	font-size: 24px;
}
.main-products .overview .box04.lenda.dim5 .text h2 {
	font-size: 36px;
	line-height: 40px;
}
.main-products .overview .box04.its .text h2 {
	color: #006ebb;
	text-transform: uppercase;
}
.main-products .overview .box04.its .text li {
	color: #006ebb;
	list-style-type: disc;
	list-style-position: inside;
	font-size: 16px;
	line-height: 30px;
}
.main-products .overview .box05 {
	height: 620px;
}
.main-products .overview .box05 .main-width {
	position: relative;
}
.main-products .overview .box05.pos {
	position: relative;
}
.main-products .overview .box05.pos .main-width {
	position: static;
}
.main-products .overview .box05 .pic {
	position: absolute;
	left: 0;
	top: 0;
}
.main-products .overview .box05 .text {
	float: right;
	margin: 400px 20px 0 0;
}
.main-products .overview .box05 .text p {
	position: relative;
	font-size: 16px;
	line-height: 28px;
	padding-left: 105px;
}
.main-products .overview .box05 .text p span {
	position: absolute;
	left: 0;
	font-size: 36px;
	font-family: "OpenSans-Bold";
}
.main-products .overview .box05.its .text {
	width: 450px;
	margin: 380px 150px 0 0;
}
.main-products .overview .box05.its .text p {
	font-family: "OpenSans-Light";
	font-size: 18px;
	margin-bottom: 30px;
	padding-left: 0;
}
.main-products .overview .box05.its .text p span {
	position: static;
}
.main-products .overview .box05.dim5 .text {
	margin: 200px 100px 0 0;
}
.main-products .overview .box05.dim5 .text h2 {
	font-size: 48px;
	font-family: "OpenSans-Bold";
	margin-bottom: 15px;
}
.main-products .overview .box05.dim5 .text p {
	padding: 0;
	font-family: "OpenSans-Light";
	font-size: 20px;
}
.main-products .overview .box06 {
	height: 620px;
	background-color: #a8a7a7;
}
.main-products .overview .box06 .pic {
	padding-top: 130px;
}
.main-products .overview .box06 .pic ul {
	overflow: hidden;
}
.main-products .overview .box06 .pic ul li {
	float: left;
	text-align: center;
}
.main-products .overview .box06 .pic ul li h3 {
	font-size: 30px;
	font-family: "OpenSans-Bold";
	margin: 30px 0 20px;
}
.main-products .overview .box06 .pic ul li span {
	display: inline-block;
*display:inline;
*zoom:1;
	padding: 0 20px;
	margin: 0 5px;
	line-height: 30px;
	border-radius: 15px;
	background-color: #006ebb;
	color: #fff;
}
.main-products .overview .box06 .pic ul.four li {
	width: 25%;
	margin-bottom: 70px;
}
.main-products .overview .box06 .pic ul.three li {
	width: 33.33%;
	margin-bottom: 10px;
}
.main-products .overview .box06 .text {
	text-align: center;
}
.main-products .overview .box06 .text h2 {
	font-size: 36px;
	line-height: 40px;
	font-family: "OpenSans-Bold";
	color: #fff;
}
.main-products .overview .box06.its {
	background-color: #fff;
}
.main-products .overview .box06.its .text {
	padding-top: 80px;
}
.main-products .overview .box06.its .text h2 {
	color: #006ebb;
	font-size: 45px;
	font-family: "OpenSans-Bold";
}
.main-products .overview .box06.its .pic {
	padding-top: 50px;
}
.main-products .overview .box07 {
	height: 620px;
	background: url(../images/products-box05-bg.jpg) no-repeat center;
	background-size: 100% 100%;
}
.main-products .overview .box07 .main-width {
	position: relative;
}
.main-products .overview .box07 .pic {
	position: absolute;
	left: 0;
	top: 130px;
}
.main-products .overview .box07 .text {
	float: right;
	margin: 430px 80px 0 0;
}
.main-products .overview .box07 .text h2 {
	line-height: 45px;
	font-size: 36px;
	font-family: "OpenSans-Bold";
	color: #fff;
}
.main-products .overview .box07 .text p {
	line-height: 40px;
	font-size: 30px;
	font-family: "OpenSans-Light";
	color: #fff;
}
.main-products .overview .box08 {
	height: 620px;
}
.main-products .overview .box08 .pic {
	float: left;
	width: 50%;
}
.main-products .overview .box08 .text {
	float: left;
	width: 50%;
	padding-top: 230px;
}
.main-products .overview .box08 .text h2 {
	font-size: 62px;
	line-height: 55px;
	font-family: "OpenSans-Bold";
}
.main-products .overview .box08 .text .btn {
	overflow: hidden;
	margin: 30px 0 20px;
}
.main-products .overview .box08 .text .btn span {
	display: block;
	float: left;
	line-height: 40px;
	font-size: 20px;
	padding: 0 30px;
	background: #006ebb;
	color: #fff;
	margin-right: 10px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}
.main-products .overview .box08 .text p {
	font-size: 20px;
}
.main-products .overview .box09 {
	height: 620px;
	position: relative;
	background: #d1d1d1;
}
.main-products .overview .box09 .pro-width {
	overflow: hidden;
}
.main-products .overview .box09 h2 {
	position: absolute;
	right: 200px;
	top: 120px;
	font-size: 36px;
	color: #006ebb;
	font-family: "OpenSans-Bold";
}
.main-products .overview .box09 .pic {
	position: absolute;
}
.main-products .overview .box09 .pic01 {
	left: 0;
	top: 0;
}
.main-products .overview .box09 .pic02 {
	right: 10%;
	top: 300px;
}
.main-products .overview .box09 .cont h3 {
	font-size: 24px;
	font-family: "OpenSans-Bold";
	color: #333;
	margin-bottom: 10px;
}
.main-products .overview .box09 .cont img {
	margin-bottom: 10px;
}
.main-products .overview .box09 .cont01 {
	width: 280px;
	float: left;
	margin: 130px 0 0 320px;
	text-align: center;
}
.main-products .overview .box09 .cont01 p, .main-products .overview .box09 .cont01 h3 {
	padding-left: 40px;
	text-align: left;
}
.main-products .overview .box09 .cont02 {
	width: 300px;
	float: right;
	margin: 320px 300px 0 0;
	text-align: right;
}
.main-products .overview .box10 {
	height: 620px;
	position: relative;
}
.main-products .overview .box10 .pic {
	position: absolute;
}
.main-products .overview .box10 .pic01 {
	left: 200px;
	bottom: 0;
}
.main-products .overview .box10 .pic02 {
	right: 0;
	top: 0;
}
.main-products .overview .box10 .text {
	width: 700px;
	padding: 400px 0 0 180px;
}
.main-products .overview .box10 .text h2 {
	font-size: 50px;
	font-family: "OpenSans-Bold";
	margin-bottom: 15px;
}
.main-products .overview .box10 .text h2 span {
	font-size: 24px;
}
.main-products .overview .box10 .text p {
	font-size: 16px;
}
.main-products .overview .box10.its .pic01 {
	left: 40px;
}
.main-products .overview .box10.its .pic02 {
	right: 50px;
}
.main-products .overview .box10.its .text h2 {
	color: #006ebb;
}
.main-products .overview .box10.its .text h2 span {
	color: #006ebb;
}
.main-products .overview .box10.its .text p {
	font-size: 44px;
	margin-bottom: 30px;
	color: #006ebb;
	font-family: "OpenSans-Light";
}
.main-products .overview .box10.its .text > span {
	margin-right: 20px;
}
.main-products .overview .box11 {
	height: 620px;
	text-align: center;
}
.main-products .overview .box11 .tit {
	width: 66.66%;
	font-size: 25px;
	line-height: 35px;
	padding-top: 55px;
	margin-bottom: 35px;
}
.main-products .overview .box11 .tit span {
	font-family: "OpenSans-Bold";
	color: #006ebb;
}
.main-products .overview .box11 .pic {
	overflow: hidden;
}
.main-products .overview .box11 .pic li {
	float: left;
	width: 33.33%;
}
.main-products .overview .box11 .pic li h3 {
	font-family: "OpenSans-Bold";
	color: #006ebb;
	font-size: 30px;
	line-height: 30px;
	margin: 10px 0;
}
.main-products .overview .box11 .pic li h3 span {
	font-size: 24px;
	font-family: "OpenSans-Regular";
}
.main-products .overview .box11 .pic li h4 {
	color: #006ebb;
	font-size: 22px;
	line-height: 30px;
	margin: 10px 0;
}
.main-products .overview .box11 .pic li p {
	font-size: 16px;
}
.main-products .overview .box12 {
	height: 620px;
}
.main-products .overview .box12 .half {
	width: 50%;
	height: 620px;
	text-align: center;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.main-products .overview .box12 .tcen {
	text-align: center;
	padding-top: 90px;
}
.main-products .overview .box12 .tcen p {
	font-size: 18px;
	margin-top: 30px;
}
.main-products .overview .box12 .tleft {
	color: #fff;
	max-width: 550px;
	display: inline-block;
	text-align: left;
	padding-top: 80px;
}
.main-products .overview .box12 .tleft h3 {
	font-size: 35px;
	line-height: 40px;
	font-family: "OpenSans-Bold";
	margin-bottom: 10px;
}
.main-products .overview .box12 .tleft p {
	font-size: 16px;
	min-height: 75px;
	font-family: "OpenSans-Light";
}
.main-products .overview .box12 .tdetail {
	max-width: 460px;
	display: inline-block;
	text-align: left;
	padding-top: 75px;
}
.main-products .overview .box12 .tdetail h3 {
	font-size: 30px;
	line-height: 40px;
	font-family: "OpenSans-Bold";
	margin: 20px 0 10px;
	white-space: nowrap;
}
.main-products .overview .box12 .tdetail h3 span {
	font-family: "OpenSans-Light";
}
.main-products .overview .box12 .tdetail p {
	font-size: 16px;
	min-height: 75px;
	font-family: "OpenSans-Light";
}
.main-products .overview .box13 {
	height: 620px;
	position: relative;
}
.main-products .overview .box13 .pic {
	position: absolute;
	left: 0;
	top: 0;
}
.main-products .overview .box13 .text {
	float: right;
	margin-top: 150px;
}
.main-products .overview .box13 .text h2 {
	font-size: 36px;
	line-height: 40px;
	font-family: "OpenSans-Bold";
	margin-bottom: 20px;
}
.main-products .overview .box13 .text p {
	font-size: 16px;
}
.main-products .overview .box13 .text table {
	width: 100%;
	background-color: #006ebb;
	margin-top: 50px;
}
.main-products .overview .box13 .text table td {
	border: 1px solid #dedede;
	line-height: 30px;
	padding: 10px 0 10px 5%;
	color: #fff;
	width: 33.33%;
}
.main-products .overview .dg {
	padding: 55px 0;
	text-align: center;
}
.main-products .overview .dg h2 {
	font-size: 50px;
	font-family: "OpenSans-Bold";
	color: #4f4f4f;
	margin-bottom: 50px;
}
.main-products .overview .only-pic img {
	width: 100%;
	height: auto;
}
.main-products .box-app {
	height: 500px;
	padding-top: 120px;
	background: url(../images/products-box04-bg.jpg) no-repeat center;
	background-size: 100% 100% !important;
	text-align: center;
}
.main-products .box-app .title {
	margin-bottom: 75px;
}
.main-products .box-app .title h2 {
	color: #fff;
	font-size: 30px;
	line-height: 35px;
	font-family: "OpenSans-Bold";
	margin-bottom: 25px;
}
.main-products .box-app .title p {
	color: #fff;
	font-size: 18px;
	font-family: "OpenSans-Light";
	width: 990px;
	margin: 0 auto;
}
.main-products .box-app ul {
	width: 1400px;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.main-products .box-app ul li {
	display: inline-block;
*display:inline;
*zoom:1;
	width: 160px;
	margin-right: 40px;
}
.main-products .box-app ul li img {
	width: 100%;
	height: auto;
}
.main-products .box-app ul li p {
	font-size: 16px;
	font-family: "OpenSans-Light";
	color: #fff;
	margin-top: 15px;
}
.main-products .box-app ul.three {
	width: 600px;
	margin: 0 auto;
}
.main-products .box-app ul.three li {
	margin: 0 20px 20px;
}
.main-products .box-app ul.four {
	width: 800px;
	margin: 0 auto;
}
.main-products .box-app ul.four li {
	margin: 0 20px 20px;
}
.main-products .box-app ul.avg li {
	margin: 0 0 20px;
	width: 25%;
}
.main-products .box-app ul.avg li img {
	width: auto;
}
.main-products .specification h2 {
	font-size: 30px;
	font-family: "OpenSans-Bold";
	line-height: 35px;
	text-align: center;
	margin-bottom: 40px;
}
.main-products .table {
	padding: 75px 0 0;
}
.main-products .table-box {
	margin-bottom: 75px;
}
.main-products .table-box h2 {
	margin-bottom: 20px;
}
.main-products .table-box p {
	margin-bottom: 30px;
	text-align: center;
	font-size: 18px;
}
.main-products .table-box table {
	width: 100%;
}
.main-products .table-box table th {
	width: 10%;
	font-size: 16px;
	font-weight: normal;
	border: 1px solid #ccc;
	background-color: #efefef;
	line-height: 29px;
	padding: 10px 0;
}
.main-products .table-box table td {
	font-size: 16px;
	border: 1px solid #ccc;
	line-height: 29px;
	padding: 10px 0;
	text-align: center;
}
.main-products .introduction {
	padding-top: 90px;
	height: 210px;
	background: url(../images/introduction-bg.jpg) no-repeat center;
	background-size: auto 100%;
}
.main-products .introduction p {
	color: #fff;
	font-size: 18px;
	font-family: "OpenSans-Light";
	line-height: 30px;
	text-align: center;
	padding: 0 50px;
}
.main-products .features {
	padding: 80px 0;
}
.main-products .features .main-width {
	overflow: hidden;
}
.main-products .features ul {
	width: 440px;
	font-size: 18px;
	font-family: "OpenSans-Light";
}
.main-products .features ul li {
	position: relative;
	margin-bottom: 40px;
}
.main-products .features ul li span {
	position: absolute;
	display: block;
	top: -3px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-family: "OpenSans-Semibold";
	color: #fff;
	background-color: #006b31;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.main-products .features ul.left {
	float: left;
}
.main-products .features ul.right {
	float: right;
	text-align: right;
}
.main-products .features ul.left li {
	padding-left: 40px;
}
.main-products .features ul.right li {
	padding-right: 40px;
}
.main-products .features ul.left li span {
	left: 0;
}
.main-products .features ul.right li span {
	right: 0;
}
.main-products .features .pic {
	text-align: center;
}
.main-products .dimensions {
	padding: 80px 0;
	background-color: #f5f5f5;
}
.main-products .dimensions ul {
	width: 1380px;
	overflow: hidden;
}
.main-products .dimensions ul li {
	float: left;
	width: 328px;
	padding-bottom: 30px;
	margin-right: 16px;
	text-align: center;
	background-color: #fff;
}
.main-products .dimensions ul li img {
	width: 100%;
	height: auto;
}
.main-products .dimensions ul li h3 {
	font-size: 24px;
	line-height: 25px;
	font-family: "OpenSans-Semibold";
	color: #006b31;
	margin-bottom: 8px;
}
.main-products .dimensions ul li p {
	font-size: 16px;
line-height:;
	font-family: "OpenSans-Light";
}
.main-products .dimensions ul.three {
	width: 1032px;
	margin: 0 auto;
}
.main-products .dimensions ul.three li {
	margin: 0 8px;
}
.main-products .curve {
	padding: 80px 0;
}
.main-products .curve .pro-width {
	overflow: hidden;
}
.main-products .curve .text {
	width: 50%;
	float: left;
	padding-top: 120px;
}
.main-products .curve .text h2 {
	text-align: left;
}
.main-products .curve .text p {
	font-size: 24px;
	line-height: 30px;
	font-family: "OpenSans-Semibold";
	color: #181818;
}
.main-products .curve .text ul {
	margin: 10px 0 25px;
}
.main-products .curve .text ul li {
	position: relative;
	font-size: 18px;
	line-height: 30px;
	padding-left: 45px;
}
.main-products .curve .text ul li i {
	position: absolute;
	width: 35px;
	height: 1px;
	top: 14px;
	left: 0;
}
.main-products .curve .text ul li.red i {
	background-color: #ff0f0f;
}
.main-products .curve .text ul li.green i {
	background-color: #0fff0f;
}
.main-products .curve .pic {
	width: 50%;
	float: left;
}
.main-products .size {
	background-color: #f5f5f5;
	padding: 50px 0;
}
.main-products .size .main-width {
	overflow: hidden;
}
.main-products .size ul {
	overflow: hidden;
}
.main-products .size ul li {
	float: left;
}
.main-products .size ul li img {
	width: 100%;
	height: auto;
}
.main-products .size .two {
	width: 102.35294%;
}
.main-products .size .two li {
	width: 47.7%;
	margin-right: 2.3%;
}
.main-products .overview .lendas {
	position: relative;
	height: 7.6725rem !important;
	box-sizing: border-box;
}
.main-products .overview .lendas .main-width {
	width: 16.83rem !important;
}
.main-products .overview .lendas .pro-width {
	width: 14.85rem;
}
.main-products .overview .lendas .pic img {
	width: 100%;
	height: auto;
}
.main-products .overview .box01.lendas {
	padding-top: 2.85rem;
}
.main-products .overview .box01.lendas .pic {
	position: absolute;
	left: 0;
	top: 1.67rem;
	width: 12.3rem;
}
.main-products .overview .box01.lendas .text {
	float: right;
}
.main-products .overview .box01.lendas .text h2 {
	line-height: 0.6rem;
	font-size: 0.37rem;
}
.main-products .overview .box01.lendas .text h2 span {
	font-size: 0.557rem;
	margin-right: 0.2rem;
}
.main-products .overview .box01.lendas .text p {
	line-height: 0.3rem;
	font-size: 0.23rem;
	font-family: "OpenSans-Light";
	margin: 0 0 0.3rem;
	text-transform: uppercase;
}
.main-products .overview .box01.lendas .text strong {
	display: block;
	line-height: 0.6rem;
	font-size: 0.45rem;
	color: #10a301;
	font-family: "OpenSans-Semibold";
}
.main-products .overview .box01.lendas .text > span {
	font-size: 0.2rem;
}
.main-products .overview .box02.lendas {
	padding-top: 4.8rem;
}
.main-products .overview .box02.lendas .pic {
	position: absolute;
	width: 15.64rem;
	right: 0;
	top: 1.1rem;
}
.main-products .overview .box02.lendas .text {
	width: auto;
	text-align: left;
}
.main-products .overview .box02.lendas .text p {
	line-height: 0.3rem;
	font-size: 0.198rem;
	font-family: "OpenSans-Regular";
	color: #000 !important;
}
.main-products .overview .box02.lendas .text img {
	width: 10.865rem;
	height: auto;
	margin-bottom: 0.5rem;
}
.main-products .overview .box03.lendas {
	padding-top: 4.7rem;
}
.main-products .overview .box03.lendas .pic {
	top: initial;
	bottom: 0;
	width: 14.13rem;
}
.main-products .overview .box03.lendas .text {
	text-align: left;
	float: right;
}
.main-products .overview .box03.lendas .text h2 {
	line-height: 0.4rem;
	font-size: 0.32rem;
	margin-bottom: 0.3rem;
	font-family: "OpenSans-Regular";
}
.main-products .overview .box03.lendas .text h2 strong {
	font-size: 0.44rem;
	font-family: "OpenSans-Bold";
}
.main-products .overview .box03.lendas .text h2 span {
	font-size: 0.297rem;
	font-family: "OpenSans-Regular";
	margin: 0 0.1rem;
}
.main-products .overview .box03.lendas .text p {
	line-height: 0.3rem;
	font-size: 0.198rem;
}
.main-products .overview .box04.lendas {
	padding-top: 4.5rem;
}
.main-products .overview .box04.lendas .pic {
	position: absolute;
	right: 1.386rem;
	bottom: 0;
	width: 11.768rem;
}
.main-products .overview .box04.lendas .text {
	width: auto;
	margin: 0;
}
.main-products .overview .box04.lendas .text h2 {
	line-height: 0.56rem;
	font-size: 0.495rem;
	text-transform: uppercase;
	font-family: "OpenSans-Bold";
	color: #000 !important;
	margin-bottom: 0.4rem;
}
.main-products .overview .box04.lendas .text p {
	line-height: 0.35rem;
	font-size: 0.198rem;
	margin-bottom: 0.2rem;
	color: #000 !important;
}
.main-products .overview .box04.lendas .text p span {
	font-size: 0.297rem;
	font-family: "OpenSans-Bold";
	color: #000 !important;
}
.main-products .overview .box05.lendas {
	padding-top: 4.3rem;
}
.main-products .overview .box05.lendas .main-width {
	position: static;
}
.main-products .overview .box05.lendas .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 13.748625rem;
}
.main-products .overview .box05.lendas .text {
	float: right;
	margin: 0;
}
.main-products .overview .box05.lendas .text h2 {
	line-height: 0.7rem;
	margin-bottom: 0.3rem;
	font-size: 0.495rem;
	font-family: "OpenSans-Bold";
}
.main-products .overview .box05.lendas .text h2 span {
	font-size: 0.297rem;
}
.main-products .overview .box05.lendas .text p {
	padding: 0;
	line-height: 0.35rem;
	font-size: 0.198rem;
}
.main-products .overview .box10.lendas {
	padding-top: 5.2rem;
}
.main-products .overview .box10.lendas .pic01 {
	width: 3.64rem;
	left: 2.23rem;
}
.main-products .overview .box10.lendas .pic02 {
	width: 10.43rem;
	top: 0.4rem;
}
.main-products .overview .box10.lendas .text {
	width: auto;
	padding: 0 0 0 2rem;
}
.main-products .overview .box10.lendas .text h2 {
	font-size: 0.495rem;
	line-height: 0.7rem;
	color: #000 !important;
}
.main-products .overview .box10.lendas .text p {
	line-height: 0.3rem;
	font-size: 0.198rem;
	color: #000 !important;
}
.main-products .overview .box-app.lendas {
	height: auto !important;
	padding: 120px 0;
}
.main-products .overview .box-app.lendas .title {
	margin-bottom: 0.93rem;
}
.main-products .overview .box-app.lendas .title h2 {
	line-height: 0.7rem;
	font-size: 0.495rem;
}
.main-products .overview .box-app.lendas .title p {
	line-height: 0.3rem;
	font-size: 0.198rem;
}
.main-products .overview .lsi {
	position: relative;
	height: 7.6725rem !important;
	box-sizing: border-box;
}
.main-products .overview .lsi .main-width {
	width: 16.83rem !important;
}
.main-products .overview .lsi .pro-width {
	width: 14.85rem;
}
.main-products .overview .lsi .pic img {
	width: 100%;
	height: auto;
}
.main-products .overview .box01.lsi {
	padding-top: 3.9rem;
}
.main-products .overview .box01.lsi .pic {
	width: 13.9rem;
	top: 0.56rem;
}
.main-products .overview .box01.lsi .text h2 {
	font-size: 0.594rem;
	font-family: "OpenSans-Light";
}
.main-products .overview .box01.lsi .text h2 strong {
	line-height: 0.7425rem;
	font-size: 0.68rem;
	font-family: "OpenSans-Bold";
}
.main-products .overview .box01.lsi .text span {
	display: block;
	line-height: 0.433rem;
	margin-bottom: 0.185625rem;
	font-size: 0.22275rem;
	font-family: "OpenSans-Light";
	color: #b2b2b2;
}
.main-products .overview .box01.lsi .text p {
	position: relative;
	padding-left: 0.2475rem;
	line-height: 0.433rem;
	font-size: 0.27225rem;
	margin: 0 0 0.12375rem;
	font-family: "OpenSans-Semibold";
}
.main-products .overview .box01.lsi .text p:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0.1546875rem;
	width: 0.12375rem;
	height: 0.12375rem;
	border-radius: 50%;
	background-color: #066d35;
}
.main-products .overview .box02.lsi {
	padding-top: 1.27rem;
}
.main-products .overview .box02.lsi .pic {
	width: 16.66rem;
	margin-bottom: 0.9rem;
}
.main-products .overview .box02.lsi .text {
	text-align: center;
}
.main-products .overview .box02.lsi .text img {
	width: 10.38rem;
	height: auto;
}
.main-products .overview .box03.lsi {
	padding-top: 1.89rem;
}
.main-products .overview .box03.lsi .pic {
	width: 11.84rem;
	left: initial;
	top: initial;
	right: 1.63rem;
	bottom: 0;
}
.main-products .overview .box03.lsi .text {
	text-align: left;
}
.main-products .overview .box03.lsi .text h2 {
	line-height: 0.6rem;
	margin-bottom: 0;
	font-size: 0.45rem;
	text-transform: uppercase;
	font-family: "OpenSans-Bold";
}
.main-products .overview .box03.lsi .text p {
	line-height: 0.3rem;
	font-size: 0.198rem;
}
.main-products .overview .box04.lsi {
	padding-top: 5.2rem;
}
.main-products .overview .box04.lsi .pic {
	position: absolute;
	width: 14.2rem;
	left: 0;
	top: 0.7rem;
}
.main-products .overview .box04.lsi .text {
	float: right;
	width: auto;
	margin: 0;
}
.main-products .overview .box04.lsi .text h2 {
	line-height: 0.6rem;
	margin-bottom: 0.2rem;
	font-size: 0.45rem;
	text-transform: uppercase;
	font-family: "OpenSans-Bold";
}
.main-products .overview .box04.lsi .text p {
	line-height: 0.3rem;
	font-size: 0.198rem;
}
.main-products .overview .box05.lsi {
	padding-top: 4.8rem;
}
.main-products .overview .box05.lsi .main-width {
	position: static;
}
.main-products .overview .box05.lsi .pic {
	width: 13.563rem;
	left: initial;
	right: 0;
	top: 0;
}
.main-products .overview .box05.lsi .text {
	float: none;
	margin: 0;
}
.main-products .overview .box05.lsi .text h2 {
	line-height: 0.6rem;
	margin-bottom: 0.2rem;
	font-size: 0.35rem;
	text-transform: uppercase;
	font-family: "OpenSans-Bold";
}
.main-products .overview .box05.lsi .text p {
	padding: 0;
	line-height: 0.3rem;
	font-size: 0.198rem;
}
.main-products .overview .box06.lsi {
	background-color: #fff;
}
.main-products .overview .box06.lsi .pic {
	width: 17.4rem;
	padding: 0;
}
.main-products .overview .box06.lsi .text {
	padding-left: 4.4rem;
	text-align: left;
}
.main-products .overview .box06.lsi .text h2 {
	line-height: 0.4rem;
	margin-bottom: 0.2rem;
	font-size: 0.495rem;
	text-transform: uppercase;
	font-family: "OpenSans-Bold";
	color: #333;
}
.main-products .overview .box06.lsi .text h2 span {
	font-size: 0.297rem;
}
.main-products .overview .box06.lsi .text p {
	padding: 0;
	line-height: 0.3rem;
	font-size: 0.198rem;
}
.main-products .overview .ldc {
	position: relative;
	height: 7.6725rem !important;
	box-sizing: border-box;
}
.main-products .overview .ldc .main-width {
	width: 16.83rem !important;
}
.main-products .overview .ldc .pro-width {
	width: 14.85rem;
}
.main-products .overview .ldc .pic img {
	width: 100%;
	height: auto;
}
.main-products .overview .ldc .text h2 {
	font-family: "OpenSans-Bold";
	text-transform: uppercase;
}
.main-products .overview .ldc .text p {
	font-family: "OpenSans-Light";
}
.main-products .overview .box01.ldc {
	padding-top: 3.09rem;
}
.main-products .overview .box01.ldc .pic {
	top: 0.61875rem;
	left: 0;
	width: 12.474rem;
}
.main-products .overview .box01.ldc .text {
	float: right;
	margin-right: 1.5rem;
}
.main-products .overview .box01.ldc .text h2 {
	margin-bottom: 0.185625rem;
	font-size: 0.594rem;
	font-family: "OpenSans-Light";
}
.main-products .overview .box01.ldc .text h2 strong {
	line-height: 0.7425rem;
	font-size: 0.68rem;
	font-family: "OpenSans-Bold";
}
.main-products .overview .box01.ldc .text span {
	display: block;
	line-height: 0.433rem;
	margin-bottom: 0.185625rem;
	font-size: 0.22275rem;
	font-family: "OpenSans-Light";
	color: #b2b2b2;
}
.main-products .overview .box01.ldc .text p {
	position: relative;
	padding-left: 0.2475rem;
	line-height: 0.433rem;
	font-size: 0.27225rem;
	margin: 0 0 0.12375rem;
	font-family: "OpenSans-Semibold";
}
.main-products .overview .box01.ldc .text p:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0.1546875rem;
	width: 0.12375rem;
	height: 0.12375rem;
	border-radius: 50%;
	background-color: #066d35;
}
.main-products .overview .box02.ldc {
	padding-top: 1.2375rem;
	box-sizing: border-box;
}
.main-products .overview .box02.ldc .pic {
	margin-bottom: 0.495rem;
}
.main-products .overview .box02.ldc .text {
	text-align: left;
}
.main-products .overview .box02.ldc .text p {
	line-height: 0.495rem;
	font-size: 0.297rem;
	font-family: "OpenSans-Bold";
	color: #066d35;
}
.main-products .overview .box02.ldc .text img {
	width: 6.93rem;
	height: auto;
	margin-top: 0.37125rem;
}
.main-products .overview .box03.ldc .pic {
	position: absolute;
	width: 16.644rem;
}
.main-products .overview .box03.ldc .text {
	float: right;
	text-align: left;
}
.main-products .overview .box03.ldc .text h2 {
	line-height: 0.61875rem;
	margin-bottom: 0.37125rem;
	font-size: 0.594rem;
	font-family: "OpenSans-Bold";
}
.main-products .overview .box03.ldc .text p {
	line-height: 0.37125rem;
	font-size: 0.198rem;
}
.main-products .overview .box04.ldc {
	padding-top: 4.57875rem;
}
.main-products .overview .box04.ldc .pic {
	position: absolute;
	;
	width: 10.12275rem;
	top: 0.457875rem;
	left: 7.709rem;
}
.main-products .overview .box04.ldc .text {
	width: auto;
	margin: 0 0 0 0.61875rem;
}
.main-products .overview .box04.ldc .text h2 {
	line-height: 0.61875rem;
	margin-bottom: 0.12375rem;
	font-size: 0.594rem;
	font-family: "OpenSans-Bold";
}
.main-products .overview .box04.ldc .text h2 span {
	font-size: 0.37125rem;
}
.main-products .overview .box04.ldc .text p {
	line-height: 0.37125rem;
	font-size: 0.198rem;
}
.main-products .overview .box05 {
	padding-top: 3.279rem;
}
.main-products .overview .box05.ldc .pic {
	width: 4.888rem;
	left: 4.294rem;
	top: initial;
	bottom: 0;
}
.main-products .overview .box05.ldc .text {
	float: right;
	margin-top: 0;
}
.main-products .overview .box05.ldc .text h2 {
	line-height: 0.61875rem;
	margin-bottom: 0.2475rem;
	font-size: 0.594rem;
	font-family: "OpenSans-Bold";
}
.main-products .overview .box05.ldc .text p {
	padding: 0;
	line-height: 0.37125rem;
	font-size: 0.198rem;
}
.main-products .overview .box06.ldc {
	padding-top: 5.445rem;
}
.main-products .overview .box06.ldc .pic {
	position: absolute;
	width: 17.325rem;
	left: 0.532125rem;
	bottom: 0;
	padding: 0;
}
.main-products .overview .box06.ldc .text {
	text-align: center;
}
.main-products .overview .box06.ldc .text h2 {
	line-height: 0.61875rem;
	margin-bottom: 0.2475rem;
	font-size: 0.594rem;
	font-family: "OpenSans-Bold";
}
.main-products .overview .box06.ldc .text p {
	padding: 0;
	line-height: 0.37125rem;
	font-size: 0.198rem;
}
.main-products .overview .lsc {
	position: relative;
	height: 7.6725rem !important;
	box-sizing: border-box;
}
.main-products .overview .lsc .main-width {
	width: 16.83rem !important;
}
.main-products .overview .lsc .pro-width {
	width: 14.85rem;
}
.main-products .overview .lsc .pic img {
	width: 100%;
	height: auto;
}
.main-products .overview .lsc .text h2 {
	font-family: "OpenSans-Bold";
}
.main-products .overview .lsc .text p {
	font-family: "OpenSans-Light";
}
.main-products .overview .box01.lsc {
	padding-top: 4.455rem;
}
.main-products .overview .box01.lsc .pic {
	width: 12.5235rem;
	right: 0;
	top: 0.433rem;
}
.main-products .overview .box01.lsc .text {
	margin-left: 0.62rem;
}
.main-products .overview .box01.lsc .text h2 {
	margin-bottom: 0.05rem;
	font-size: 0.594rem;
	font-family: "OpenSans-Light";
}
.main-products .overview .box01.lsc .text h2 strong {
	line-height: 0.7425rem;
	font-size: 0.68rem;
	font-family: "OpenSans-Bold";
}
.main-products .overview .box01.lsc .text span {
	display: block;
	line-height: 0.433rem;
	margin-bottom: 0.3rem;
	font-size: 0.22275rem;
	font-family: "OpenSans-Light";
	color: #b2b2b2;
}
.main-products .overview .box01.lsc .text p {
	position: relative;
	padding-left: 0.2475rem;
	line-height: 0.433rem;
	font-size: 0.27225rem;
	margin: 0 0 0.12375rem;
	font-family: "OpenSans-Semibold";
}
.main-products .overview .box01.lsc .text p:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0.1546875rem;
	width: 0.12375rem;
	height: 0.12375rem;
	border-radius: 50%;
	background-color: #066d35;
}
.main-products .overview .box02.lsc {
	padding-top: 1rem;
	box-sizing: border-box;
}
.main-products .overview .box02.lsc .pic {
	width: 15.456rem;
	margin-bottom: 0.495rem;
}
.main-products .overview .box02.lsc .text {
	text-align: center;
}
.main-products .overview .box02.lsc .text p {
	line-height: 0.495rem;
	font-size: 0.297rem;
	font-family: "OpenSans-Bold";
	color: #066d35;
}
.main-products .overview .box02.lsc .text img {
	width: 6.93rem;
	height: auto;
	margin-top: 0.37125rem;
}
.main-products .overview .box03.lsc {
	padding-top: 4.888rem;
}
.main-products .overview .box03.lsc .pic {
	width: 14.86rem;
	left: initial;
	right: 0;
}
.main-products .overview .box03.lsc .text {
	text-align: left;
}
.main-products .overview .box03.lsc .text h2 {
	line-height: 0.61875rem;
	margin-bottom: 0.37125rem;
	font-size: 0.594rem;
	font-family: "OpenSans-Bold";
}
.main-products .overview .box03.lsc .text p {
	line-height: 0.37125rem;
	font-size: 0.198rem;
}
.main-products .overview .box04.lsc {
	padding-top: 3.5rem;
}
.main-products .overview .box04.lsc .pic {
	position: absolute;
	width: 10.456875rem;
	top: 0.52rem;
	left: 0.1485rem;
}
.main-products .overview .box04.lsc .text {
	float: right;
	width: auto;
	margin: 0;
}
.main-products .overview .box04.lsc .text h2 {
	line-height: 0.61875rem;
	margin-bottom: 0.3rem;
	font-size: 0.594rem;
	font-family: "OpenSans-Bold";
}
.main-products .overview .box04.lsc .text p {
	line-height: 0.37125rem;
	font-size: 0.198rem;
}
.main-products .overview .box05.lsc {
	padding-top: 4.3rem;
	overflow: hidden;
}
.main-products .overview .box05.lsc .main-width {
	position: static;
}
.main-products .overview .box05.lsc .pic {
	position: absolute;
	width: 13.1rem;
	top: 0;
	left: initial;
	right: 0;
}
.main-products .overview .box05.lsc .text {
	float: none;
	width: auto;
	margin: 0 0 0 0.556875rem;
}
.main-products .overview .box05.lsc .text h2 {
	line-height: 0.61875rem;
	margin-bottom: 0.3rem;
	font-size: 0.594rem;
	font-family: "OpenSans-Bold";
}
.main-products .overview .box05.lsc .text p {
	line-height: 0.37125rem;
	font-size: 0.198rem;
	padding: 0;
}
.main-products .overview .box06.lsc {
	padding-top: 4.95rem;
	background: none;
}
.main-products .overview .box06.lsc .pic {
	position: absolute;
	width: 11.446875rem;
	top: 0.495rem;
	left: 0;
	padding-top: 0;
}
.main-products .overview .box06.lsc .text {
	float: right;
	width: auto;
	margin: 0 0.495rem 0 0;
	text-align: left;
}
.main-products .overview .box06.lsc .text h2 {
	line-height: 0.61875rem;
	margin-bottom: 0.3rem;
	font-size: 0.594rem;
	font-family: "OpenSans-Bold";
	color: #333;
}
.main-products .overview .box06.lsc .text p {
	line-height: 0.37125rem;
	font-size: 0.198rem;
}
.main-products .overview .lsf {
	position: relative;
	height: 7.6725rem !important;
	box-sizing: border-box;
}
.main-products .overview .lsf .main-width {
	width: 16.83rem !important;
}
.main-products .overview .lsf .pro-width {
	width: 14.85rem;
}
.main-products .overview .lsf .pic img {
	width: 100%;
	height: auto;
}
.main-products .overview .lsf .text h2 {
	font-family: "OpenSans-Bold";
}
.main-products .overview .lsf .text p {
	font-family: "OpenSans-Light";
}
.main-products .overview .box01.lsf {
	padding-top: 3.1rem;
}
.main-products .overview .box01.lsf .pic {
	width: 5.841rem;
	right: 4.2rem;
	top: 0.31rem;
}
.main-products .overview .box01.lsf .text {
	margin-left: 0.62rem;
}
.main-products .overview .box01.lsf .text h2 {
	margin-bottom: 0.05rem;
	font-size: 0.594rem;
	font-family: "OpenSans-Light";
}
.main-products .overview .box01.lsf .text h2 strong {
	line-height: 0.7425rem;
	font-size: 0.68rem;
	font-family: "OpenSans-Bold";
}
.main-products .overview .box01.lsf .text span {
	display: block;
	line-height: 0.433rem;
	margin-bottom: 0.3rem;
	font-size: 0.22275rem;
	font-family: "OpenSans-Light";
	color: #b2b2b2;
}
.main-products .overview .box01.lsf .text p {
	position: relative;
	padding-left: 0.2475rem;
	line-height: 0.433rem;
	font-size: 0.27225rem;
	margin: 0 0 0.12375rem;
	font-family: "OpenSans-Semibold";
}
.main-products .overview .box01.lsf .text p:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0.1546875rem;
	width: 0.12375rem;
	height: 0.12375rem;
	border-radius: 50%;
	background-color: #066d35;
}
.main-products .overview .box02.lsf {
	padding-top: 0.62rem;
}
.main-products .overview .box02.lsf .pic {
	width: 12.5235rem;
	margin: 0 auto 0.62rem;
}
.main-products .overview .box02.lsf .text {
	text-align: center;
}
.main-products .overview .box02.lsf .text p {
	line-height: 0.495rem;
	font-size: 0.297rem;
	font-family: "OpenSans-Bold";
	color: #006525 !important;
}
.main-products .overview .box02.lsf .text img {
	width: 6.93rem;
	height: auto;
	margin-top: 0.37125rem;
}
.main-products .overview .box03.lsf {
	padding-top: 4.2rem;
}
.main-products .overview .box03.lsf .pic {
	position: absolute;
	width: 8.53875rem;
	top: 0;
	left: 1.56rem;
}
.main-products .overview .box03.lsf .text {
	float: right;
	width: auto;
	margin: 0;
	text-align: left;
}
.main-products .overview .box03.lsf .text h2 {
	line-height: 0.61875rem;
	margin-bottom: 0.25rem;
	font-size: 0.594rem;
	font-family: "OpenSans-Bold";
	text-transform: uppercase;
}
.main-products .overview .box03.lsf .text p {
	line-height: 0.37125rem;
	font-size: 0.198rem;
}
.main-products .overview .box04.lsf {
	padding-top: 3.65rem;
}
.main-products .overview .box04.lsf .pic {
	position: absolute;
	width: 6.8rem;
	top: 0.31rem;
	right: 2.6rem;
}
.main-products .overview .box04.lsf .text {
	float: none;
	text-align: left;
	margin-top: 0;
}
.main-products .overview .box04.lsf .text h2 {
	line-height: 0.61875rem;
	margin-bottom: 0.25rem;
	font-size: 0.594rem;
	font-family: "OpenSans-Bold";
	text-transform: uppercase;
}
.main-products .overview .box04.lsf .text p {
	line-height: 0.37125rem;
	font-size: 0.198rem;
}
.main-products .overview .box05.lsf {
	padding-top: 0.495rem;
}
.main-products .overview .box05.lsf .pic {
	position: static;
	float: left;
	width: 4.9995rem;
	margin-left: 1rem;
}
.main-products .overview .box05.lsf .text {
	float: right;
	width: 6.6825rem;
	margin-top: 2.7rem;
}
.main-products .overview .box05.lsf .text h2 {
	line-height: 0.61875rem;
	margin-bottom: 0.25rem;
	font-size: 0.594rem;
	font-family: "OpenSans-Bold";
	text-transform: uppercase;
}
.main-products .overview .box05.lsf .text p {
	padding: 0;
	line-height: 0.37125rem;
	font-size: 0.198rem;
}
.main-products .overview .box06.lsf {
	padding-top: 5rem;
}
.main-products .overview .box06.lsf .pic {
	position: absolute;
	width: 12.078rem;
	padding-top: 0;
	top: 0;
	right: 0;
}
.main-products .overview .box06.lsf .text {
	text-align: left;
}
.main-products .overview .box06.lsf .text h2 {
	line-height: 0.61875rem;
	margin-bottom: 0.25rem;
	font-size: 0.594rem;
	font-family: "OpenSans-Bold";
	text-transform: uppercase;
}
.main-products .overview .box06.lsf .text p {
	line-height: 0.37125rem;
	font-size: 0.198rem;
}
.inquire-products {
	background-color: #181818;
	height: 50px;
	padding: 30px 0;
}
.inquire-products .text {
	float: left;
}
.inquire-products .text p {
	font-size: 24px;
	font-family: "OpenSans-Semibold";
	color: #fff;
	line-height: 40px;
}
.inquire-products .text hr {
	margin: 0;
	width: 80px;
	text-align: left;
}
.inquire-products .form-box {
	float: right;
	height: 50px;
}
.inquire-products .form-box input, .inquire-products .form-box textarea {
	vertical-align: top;
	height: 50px;
	text-align: center;
	font-size: 16px;
	padding: 0 5px;
	margin-left: 10px;
}
.inquire-products .form-box input.mail {
	width: 220px;
}
.inquire-products .form-box input.name, .inquire-products .form-box input.country {
	width: 150px;
}
.inquire-products .form-box input.contact-sub {
	width: 95px;
	background-color: #009646;
	color: #fff;
	cursor: pointer;
}
.inquire-products .form-box textarea {
	position: relative;
	width: 435px;
	font-family: "OpenSans-Regular";
	height: 30px;
	line-height: 30px;
	padding: 10px 5px;
	overflow-y: auto;
	z-index: 9;
}
.clear {
	clear: both;
}
.main-case .content {
	padding: 35px 0;
	background-color: #262626;
	height: auto;
	overflow: hidden;
	position: relative;
}
.main-case .content .slide-box {
	position: relative;
	height: auto;
	overflow: hidden;
}
.main-case .content .slide-box .touch {
	display: none;
}
.main-case .content .slide-box .slide-cont li {
	display: none;
}
.main-case .content .slide-box .slide-cont li.active {
	display: list-item;
}
.main-case .content .slide-box .slide-cont li .pic {
	width: 965px;
	height: auto;
	margin-bottom: 20px;
	overflow: hidden;
}
.main-case .content .slide-box .slide-cont li .text {
	position: relative;
	padding: 0 65px 0 160px;
	min-height: 150px;
}
.main-case .content .slide-box .slide-cont li .text h2 {
	color: #fff;
	font-size: 20px;
	line-height: 25px;
	font-family: "OpenSans-Regular";
	margin-bottom: 5px;
}
.main-case .content .slide-box .slide-cont li .text p {
	font-size: 16px;
	line-height: 24px;
	font-family: "OpenSans-Light";
	color: #a7a7a7;
}
.main-case .content .slide-box .slide-cont li .text > span {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 60px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 52px;
	text-align: center;
	font-family: "impact";
}
.main-case .content .slide-box .slide-cont li .text > span i {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	left: 13px;
	bottom: 0;
	background: url(../images/num-icon.png) no-repeat;
}
.main-case .content .slide-box .slide-dot {
	position: absolute;
	right: 0;
	top: 0;
	background: #545454;
	padding: 17px;
}
.main-case .content .slide-box .slide-dot .win {
	width: 220px;
	height: 578px;
	overflow: hidden;
}
.main-case .content .slide-box .slide-dot ul li {
	height: 140px;
	margin-bottom: 6px;
	cursor: pointer;
}
.main-case .content .slide-box .slide-dot ul li img {
	border: 2px solid #545454;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	height: 140px;
	width: 100%;
}
.main-case .content .slide-box .slide-dot ul li.active img {
	border: 2px solid #006ebb;
}
.main-case .content .slide-box .item-btn {
	position: absolute;
	width: 61px;
	height: 114px;
	top: 249px;
	right: 294px;
}
.main-case .content .slide-box .item-btn div {
	width: 61px;
	height: 47px;
	background: url(../images/all-icon.png) no-repeat;
	cursor: pointer;
}
.main-case .content .slide-box .item-btn .prev {
	background-position: -520px -10px;
	margin-bottom: 20px;
}
.main-case .content .slide-box .item-btn .next {
	background-position: -520px -57px;
}
.main-case .content .slide-box .item-btn .prev:hover {
	background-position: -581px -10px;
}
.main-case .content .slide-box .item-btn .next:hover {
	background-position: -581px -57px;
}
.main-case .content .slide-box .info {
	position: absolute;
	left: 0;
	top: 700px;
	color: #fff;
	font-size: 16px;
}
.main-case .content .slide-box .info p {
	font-family: "OpenSans-Light";
	margin-bottom: 5px;
}
.main-case .content .slide-box .info span {
	font-family: "OpenSans-Semibold";
}
.main-case .content .slide-box .share {
	position: absolute;
	display: block;
	right: 0;
	top: 670px;
	width: 35px;
	height: 40px;
	background: url(../images/share-icon.png) no-repeat;
}
.main-case .other {
	padding: 50px 0;
	background-color: #f5f5f5;
}
.main-case .other .tit {
	font-size: 20px;
	line-height: 25px;
	font-family: "OpenSans-Semibold";
	color: #333;
	margin-bottom: 30px;
}
.main-case .other .tit i {
	position: relative;
	display: inline-block;
*display:inline;
*zoom:1;
	width: 25px;
	height: 25px;
	background: url(../images/all-icon.png) no-repeat -470px -100px;
	vertical-align: middle;
	margin-left: 10px;
	cursor: pointer;
}
.main-case .other .tit i:hover {
	background-position: -495px -100px;
}
.main-case .other .tit i.turn {
	transform: rotate(360deg);
	transition: transform 1s linear;
}
.main-case .other .main-width {
	overflow: hidden;
}
.main-case .other .main-width p {
	font-size: 16px;
}
.main-case .other .main-width table {
	border-collapse: collapse;
	width: 100% !important;
}
.main-case .other .main-width table td {
	border: 1px solid #ccc;
}
/*.main-case .other ul{width:1390px;overflow:hidden;}

.main-case .other ul li{display:none;float:left;width:436px;height:150px;margin:0 26px 25px 0;background-color:#fff;overflow:hidden;}

.main-case .other ul li .pic{float:left;width:200px;}

.main-case .other ul li .text{float:left;width:216px;padding:20px 0 0 20px;}

.main-case .other ul li .text h3{font-size:20px;line-height:23px;max-height:46px;overflow:hidden;margin-bottom:10px;}

.main-case .other ul li .text h3 a{color:#333;}

.main-case .other ul li .text h3 a:hover{color:#006ebb;}

.main-case .other ul li .text p{font-size:16px;line-height:20px;font-family:"OpenSans-Light";margin-bottom:10px;}

.main-case .other ul li .text span{font-size:16px;font-family:"OpenSans-Semibold";}

.main-case .other ul li.on{display:block;}*/





.about-classify {
	border-bottom: 1px solid #eee;
	height: 93px;
}
.about-classify ul {
	overflow: hidden;
}
.about-classify ul li {
	float: left;
	height: 90px;
	line-height: 93px;
	font-size: 16px;
	margin-right: 40px;
}
.about-classify ul li.active {
	border-bottom: 3px solid #006e2f;
}
.about-classify ul li.active a {
	color: #006e2f;
}
.main-about h2 {
	font-size: 26px;
	line-height: 50px;
	font-family: "OpenSans-Bold";
	color: #333;
	text-align: center;
}
.main-about .profile {
	padding: 50px 0 90px;
}
.main-about .profile .text p {
	font-size: 16px;
	line-height: 30px;
	font-family: "OpenSans-Light";
	margin-bottom: 12px;
}
.main-about .profile .advantage {
	padding-top: 45px;
}
.main-about .profile .advantage ul {
	overflow: hidden;
}
.main-about .profile .advantage ul li {
	float: left;
	width: 33.333%;
	height: 190px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.main-about .profile .advantage ul li.lt {
	border-left: none;
	border-top: none;
}
.main-about .profile .advantage ul li.t {
	border-top: none;
}
.main-about .profile .advantage ul li.rt {
	border-right: none;
	border-top: none;
}
.main-about .profile .advantage ul li.lb {
	border-left: none;
	border-bottom: none;
}
.main-about .profile .advantage ul li.b {
	border-bottom: none;
}
.main-about .profile .advantage ul li.rb {
	border-right: none;
	border-bottom: none;
}
.main-about .profile .advantage ul li .text {
	width: 100%;
	height: 100%;
	padding: 65px 115px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.main-about .profile .advantage ul li .text p {
	margin-top: 5px;
	font-size: 16px;
	line-height: 20px;
	font-family: "OpenSans-Light";
}
.main-about .profile .advantage ul li .text p.adv-num {
	font-size: 26px;
	height: 33px;
	line-height: 33px;
	font-family: "OpenSans-Bold";
	margin-top: 0;
	overflow: hidden;
	color: #006ebb;
}
.main-about .profile .advantage ul li .text p.adv-num span i {
	color: #006ebb;
}
.main-about .culture {
	padding-top: 75px;
	height: 545px;
	background: url(../images/culture-bg.jpg) no-repeat center;
}
.main-about .culture h2 {
	margin-bottom: 75px;
}
.main-about .culture ul {
	overflow: hidden;
}
.main-about .culture ul li {
	float: left;
	width: 33.33%;
	text-align: center;
	padding: 0 25px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.main-about .culture ul li h3 {
	font-size: 16px;
	line-height: 30px;
	font-family: "OpenSans-Semibold";
	color: #006ebb;
	margin-bottom: 20px;
}
.main-about .culture ul li p {
	font-size: 16px;
	font-family: "OpenSans-Light";
}
.main-about .culture ul li i {
	display: block;
	width: 140px;
	height: 140px;
	margin: 0 auto;
	background-size: 100% 100% !important;
}
.main-about .culture ul li.mission i {
	background: url(../images/culture-icon-01.png) no-repeat;
}
.main-about .culture ul li.value i {
	background: url(../images/culture-icon-02.png) no-repeat;
}
.main-about .culture ul li.vision i {
	background: url(../images/culture-icon-03.png) no-repeat;
}
.main-about .history {
	padding: 70px 0;
	background-color: #f0f0f0;
}
.main-about .history h2 {
	margin-bottom: 30px;
}
.main-about .history .box {
	position: relative;
	padding: 220px 0 220px 20px;
}
.main-about .history .box .line {
	border-top: 3px solid #006ebb;
}
.main-about .history .box ul li {
	position: absolute;
	width: 180px;
}
.main-about .history .box ul li i {
	position: absolute;
	display: block;
	z-index: 2;
}
.main-about .history .box ul li hr {
	position: absolute;
	left: 25px;
	height: 50px;
	border: none;
	border-left: 1px solid #006ebb;
	margin: 0;
	z-index: 1;
}
.main-about .history .box ul li .text span {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-family: "OpenSans-Light";
	color: #000;
}
.main-about .history .box ul li .text p {
	font-size: 16px;
	font-family: "OpenSans-Light";
	color: #000;
}
.main-about .history .box ul li.up {
	bottom: 50%;
	padding-bottom: 65px;
}
.main-about .history .box ul li.down {
	top: 50%;
	padding-top: 65px;
}
.main-about .history .box ul li.up hr {
	bottom: 0;
}
.main-about .history .box ul li.down hr {
	top: 0;
}
.main-about .history .box ul li.up i {
	bottom: 0;
}
.main-about .history .box ul li.down i {
	top: 0;
}
.main-about .history .box ul li.i2006 {
	left: 0;
}
.main-about .history .box ul li.i2008 {
	left: 8.45%;
}
.main-about .history .box ul li.i2010 {
	left: 16.9%;
}
.main-about .history .box ul li.i2011 {
	left: 25.35%;
}
.main-about .history .box ul li.i2012 {
	left: 33.8%;
}
.main-about .history .box ul li.i2013 {
	left: 42.25%;
}
.main-about .history .box ul li.i2014 {
	left: 50.7%;
}
.main-about .history .box ul li.i2015 {
	left: 59.15%;
}
.main-about .history .box ul li.i2016 {
	left: 67.6%;
}
.main-about .history .box ul li.i2017 {
	left: 76.05%;
}
.main-about .history .box ul li.future {
	right: 20px;
	bottom: 50%;
	width: auto;
	line-height: 50px;
	font-size: 53px;
	font-family: "OpenSans-Bold";
	color: #4e4e4e;
	margin-bottom: 3px;
}
.main-about .history .i1998 i, .main-about .history .i1999 i, .main-about .history .i2002 i, .main-about .history .i2003 i, .main-about .history .i2007 i, .main-about .history .i2008 i, .main-about .history .i2010 i, .main-about .history .i2011 i, .main-about .history .i2013 i, .main-about .history .i2014 i, .main-about .history .i2016 i, .main-about .history .i2017 i {
	left: 17px;
	width: 17px;
	height: 17px;
	background: url(../images/history-dot.png) no-repeat;
	background-size: 100% 100%;
	background: none\9;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/about/history-dot.png', sizingMethod='scale');
}
.main-about .history .i2006 i, .main-about .history .i2010 i, .main-about .history .i2012 i, .main-about .history .i2016 i {
	margin-bottom: -8px;
}
.main-about .history .i2013 i, .main-about .history .i2015 i {
	margin-top: -9px;
}
.main-about .history .i2000 i, .main-about .history .i2006 i, .main-about .history .i2015 i {
	left: 10px;
	width: 31px;
	height: 31px;
	background: url(../images/history-dot.png) no-repeat;
	background-size: 100% 100%;
	margin-top: -15px;
	background: none\9;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/about/history-dot.png', sizingMethod='scale');
}
.main-about .history .i2009 i {
	left: 1px;
	width: 50px;
	height: 50px;
	background: url(../images/history-icon.png) no-repeat;
	background-size: 100% 100%;
	margin-top: -28px;
	background: none\9;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/about/history-icon.png', sizingMethod='scale');
}
.main-about .history .i2012 i {
	left: -7px;
	width: 66px;
	height: 66px;
	background: url(../images/history-icon.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: -32px;
	background: none\9;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/about/history-icon.png', sizingMethod='scale');
}
/**/



.main-about .history .box {
	padding: 80px 0 100px 20px;
}
.main-about .history .box .line {
	position: absolute;
	border-top: none;
	top: 5px;
	left: 31px;
	border-left: 3px solid #006ebb;
	height: 100%;
	width: 0;
}
.main-about .history .box ul {
	margin-left: -20px;
}
.main-about .history .box ul li {
	position: relative;
	top: 0 !important;
	left: 0 !important;
	width: 100%;
	padding: 0 0 0 95px !important;
	margin-bottom: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.main-about .history .box ul li i {
	margin: 0 !important;
}
.main-about .history .box ul li hr {
	border-left: none;
	height: 0;
	width: 50px;
	border-top: 1px solid #006ebb;
	left: 33px;
	top: 9px !important;
}
.main-about .history .box ul li .text span {
	display: inline-block;
	margin-right: 30px;
	margin-top: 2px;
	vertical-align: top;
}
.main-about .history .box ul li .text p {
	display: inline-block;
	width: 1150px;
}
.main-about .history .i1998 i, .main-about .history .i1999 i, .main-about .history .i2002 i, .main-about .history .i2003 i, .main-about .history .i2007 i, .main-about .history .i2008 i, .main-about .history .i2010 i, .main-about .history .i2011 i, .main-about .history .i2013 i, .main-about .history .i2014 i, .main-about .history .i2016 i, .main-about .history .i2017 i {
	left: 24px !important;
	top: 2px !important;
}
.main-about .history .i2000 i, .main-about .history .i2006 i, .main-about .history .i2015 i {
	top: -5px !important;
	left: 17px !important;
}
.main-about .history .i2009 i {
	top: -15px !important;
	left: 7px !important;
}
.main-about .history .i2012 i {
	top: -23px !important;
	left: 0 !important;
}
/**/











.main-certificate {
	padding: 56px 0px 88px 0px;
}
.main-certificate h1 {
	font-size: 26px;
	text-align: center;
	padding-bottom: 64px;
}
.main-certificate .iso-box {
	width: 100%;
	background-color: #f5f5f5;
	padding: 60px 0px;
}
.main-certificate .iso-box .con {
	width: 100%;
	display: table;
*position:relative;
}
.main-certificate .iso-box .con .left {
	width: 787px;
	float: left;
	overflow: hidden;
}
.main-certificate .iso-box .con .left img {
	display: block;
	width: 326px;
	height: auto !important;
	margin-left: 66px;
	float: left;
}
.main-certificate .iso-box .con .right {
	width: 310px;
	display: table-cell;
	vertical-align: middle;
*position:absolute;
*top:50%;
}
.main-certificate .iso-box .con .right .middle {
*position:relative;
*top:-50%;
}
.main-certificate .iso-box .con h2 {
	padding-bottom: 20px;
	font-size: 48px;
	font-family: "OpenSans-Bold";
	color: #000;
}
.main-certificate .iso-box .con h3 {
	font-size: 30px;
	color: #666;
	font-family: "OpenSans-Bold";
}
.main-certificate .patent-box {
	padding: 64px 0px 72px 0px;
}
.main-certificate .patent-box h2 {
	font-size: 26px;
	padding-bottom: 54px;
	text-align: center;
}
.main-certificate .patent-box .text {
	border: 1px solid #e1e1e1;
	padding: 24px 0px;
}
.main-certificate .patent-box .text ul li {
	width: 25%;
	float: left;
	border-left: 1px solid #c9c9c9;
	text-align: center;
	padding: 4px 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.main-certificate .patent-box .text ul li:first-child {
	border-left: none;
}
.main-certificate .patent-box .text ul li p {
	text-align: center;
}
.main-certificate .patent-box .text ul li strong {
	display: inline-block;
*display:inline;
*zoom:1;
	font-size: 45px;
	color: #000;
	font-family: "OpenSans-Bold";
	line-height: 40px;
	margin-right: 5px;
}
.main-certificate .patent-box .text ul li span {
	display: inline-block;
*display:inline;
*zoom:1;
	font-size: 45px;
	color: #666;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	vertical-align: top;
}
.main-certificate .patent-box .img-show ul, .certificates-box .img-show ul {
	width: 102%;
	padding-top: 50px;
}
.main-certificate .patent-box .img-show ul li, .certificates-box .img-show ul li {
	float: left;
	font-size: 0;
	-webkit-text-size-adjust: none;
	overflow: hidden;
	width: 184px;
	margin: 0 10px 10px 0;
}
.main-certificate .patent-box .img-show ul li img, .certificates-box .img-show ul li img {
	display: block;
*display:inline;
	height: auto !important;
	max-width: 100%;
	padding: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%!important;
}
.main-certificate .patent-box .img-show ul li img:hover, .certificates-box .img-show ul li img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.main-certificate .certificates-box h2 {
	font-size: 26px;
	padding-bottom: 54px;
	text-align: center;
}
.main-certificate .certificates-box .text {
	border: 1px solid #e1e1e1;
	padding: 24px 0px;
}
.main-certificate .certificates-box .text ul li {
	width: 20%;
	float: left;
	border-left: 1px solid #c9c9c9;
	text-align: center;
	padding: 4px 0px;
	font-size: 30px;
	font-family: "OpenSans-Bold";
	color: #000;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.main-certificate .certificates-box .text ul li:first-child {
	border-left: none;
}
.main-cooperation {
	padding: 60px 0 30px;
}
.main-cooperation .main-width {
	overflow: hidden;
}
.main-cooperation h2 {
	line-height: 35px;
	font-size: 26px;
	font-family: "OpenSans-Semibold";
	text-align: center;
	margin-bottom: 55px;
}
.main-cooperation ul {
	width: 1380px;
	overflow: hidden;
}
.main-cooperation ul li {
	float: left;
	width: 328px;
	margin: 0 16px 16px 0;
}
.main-laboratory h2 {
	font-size: 26px;
	line-height: 30px;
	font-family: "OpenSans-Bold";
}
.main-laboratory .qc {
	padding: 100px 0;
}
.main-laboratory .qc .cont {
	position: relative;
	padding: 70px 0 90px 45px;
	background: #eee url(../images/qc-bg.jpg) no-repeat center;
	background-size: auto 100%;
}
.main-laboratory .qc .cont img {
	position: absolute;
	top: -47px;
	right: 13.4%;
	box-shadow: 0px 0px 30px #ccc;
}
.main-laboratory .qc .cont .text {
	width: 825px;
}
.main-laboratory .qc .cont .text h2 {
	margin-bottom: 40px;
}
.main-laboratory .qc .cont .text p {
	font-size: 16px;
	font-family: "OpenSans-Light";
}
.main-laboratory .equipment {
	padding: 75px 0 85px;
	background-color: #eee;
}
.main-laboratory .equipment h2 {
	margin-bottom: 60px;
	text-align: center;
}
.main-laboratory .equipment .tab {
	padding: 8px 0;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	text-align: center;
	margin-bottom: 70px;
}
.main-laboratory .equipment .tab ul {
	display: inline-block;
*display:inline;
*zoom:1;
}
.main-laboratory .equipment .tab ul li {
	position: relative;
	float: left;
	line-height: 34px;
	padding: 0 10px;
	margin: 0 10px;
	font-size: 16px;
	cursor: pointer;
	color: #333;
}
.main-laboratory .equipment .tab ul li.on {
	background-color: #006e2f;
	color: #fff;
}
.main-laboratory .equipment .tab ul li.on:after {
	content: " ";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #006ebb;
	left: 50%;
	top: 34px;
	margin-left: -5px;
	z-index: 99;
}
.main-laboratory .equipment .cont > ul > li {
	display: none;
}
.main-laboratory .equipment .cont > ul > li.on {
	display: block;
}
.main-laboratory .equipment .cont .slidebox .slide-pic {
	display: none;
	position: fixed;
	width: 900px;
	height: 450px;
	padding: 30px 50px 50px;
	background: #333;
	color: #fff;
	font-size: 16px;
	left: 50%;
	top: 50%;
	margin: -270px 0 0 -500px;
	overflow: hidden;
	z-index: 99999;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.main-laboratory .equipment .cont .slidebox .slide-pic .tit {
	text-align: center;
	line-height: 30px;
	margin-bottom: 30px;
	color: #fff;
	font-size: 24px;
}
.main-laboratory .equipment .cont .slidebox .slide-pic li {
	display: none;
	width: 900px;
	height: 440px;
	overflow: hidden;
}
.main-laboratory .equipment .cont .slidebox .slide-pic li.active {
	display: block;
}
.main-laboratory .equipment .cont .slidebox .slide-pic li .pic {
	float: left;
	width: 500px;
}
.main-laboratory .equipment .cont .slidebox .slide-pic li .text {
	float: right;
	width: 360px;
	padding-top: 50px;
}
.main-laboratory .equipment .cont .slidebox .slide-pic li .text h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
.main-laboratory .equipment .cont .slidebox .slide-pic .item-btn {
	position: absolute;
	bottom: 50px;
	right: 50px;
	color: #fff;
	font-size: 30px;
	overflow: hidden;
}
.main-laboratory .equipment .cont .slidebox .slide-pic .item-btn div {
	float: left;
	width: 30px;
	height: 39px;
	background: url(../images/all-icon.png) no-repeat;
	cursor: pointer;
}
.main-laboratory .equipment .cont .slidebox .slide-pic .item-btn .prev {
	background-position: -460px -140px;
	margin-right: 10px;
}
.main-laboratory .equipment .cont .slidebox .slide-pic .item-btn .next {
	background-position: -490px -140px;
}
.main-laboratory .equipment .cont .slidebox .slide-pic .item-btn .prev:hover {
	background-position: -520px -140px;
}
.main-laboratory .equipment .cont .slidebox .slide-pic .item-btn .next:hover {
	background-position: -550px -140px;
}
.main-laboratory .equipment .cont .slidebox .slide-pic .close {
	position: absolute;
	width: 60px;
	height: 60px;
	background: url(../images/all-icon.png) no-repeat -370px -40px;
	right: 20px;
	top: 20px;
	cursor: pointer;
}
.main-laboratory .equipment .cont .slidebox .slide-dot {
	position: relative;
	height: 0;
}
.main-laboratory .equipment .cont .slidebox .slide-dot.box1 {
	padding-bottom: 40.8088%;
}
.main-laboratory .equipment .cont .slidebox .slide-dot.box2 {
	padding-bottom: 41.25%;
}
.main-laboratory .equipment .cont .slidebox .slide-dot.box3 {
	padding-bottom: 43.1617%;
}
.main-laboratory .equipment .cont .box4 {
	background: #fff;
	padding: 1.17647%;
}
.main-laboratory .equipment .cont .box4 .pic {
	font-size: 0;
	width: 101.20482%;
	margin-bottom: 30px;
}
.main-laboratory .equipment .cont .box4 .pic img {
	width: 48.8095%;
	height: auto;
	margin-right: 1.19047%;
}
.main-laboratory .equipment .cont .box4 .text h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
.main-laboratory .equipment .cont .box4 .text p {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px;
}
.main-laboratory .equipment .cont .box5 {
	background: #fff;
	padding: 2.2059%;
	overflow: hidden;
}
.main-laboratory .equipment .cont .box5 .pic {
	float: left;
	width: 61.9231%;
}
.main-laboratory .equipment .cont .box5 .pic img {
	width: 100%;
	height: auto;
}
.main-laboratory .equipment .cont .box5 .text {
	float: right;
	width: 35%;
	padding-top: 50px;
}
.main-laboratory .equipment .cont .box5 .text h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
.main-laboratory .equipment .cont .box5 .text p {
	font-size: 16px;
}
.main-laboratory .equipment .cont .slidebox .slide-dot ul {
	position: static !important;
	overflow: visible !important;
}
.main-laboratory .equipment .cont .slidebox .slide-dot li {
	position: absolute;
	cursor: pointer;
	height: 0;
}
.main-laboratory .equipment .cont .slidebox .slide-dot li.d1 {
	width: 36.838%;
	padding-bottom: 20.294%;
	left: 0;
	top: 0;
}
.main-laboratory .equipment .cont .slidebox .slide-dot li.d2 {
	width: 36.838%;
	padding-bottom: 20.294%;
	left: 0;
	bottom: 0;
}
.main-laboratory .equipment .cont .slidebox .slide-dot li.d3 {
	width: 36.838%;
	padding-bottom: 20.294%;
	right: 0;
	top: 0;
}
.main-laboratory .equipment .cont .slidebox .slide-dot li.d4 {
	width: 36.838%;
	padding-bottom: 20.294%;
	right: 0;
	bottom: 0;
}
.main-laboratory .equipment .cont .slidebox .slide-dot li.d5 {
	width: 33.235%;
	padding-bottom: 13.4559%;
	top: 0;
	left: 50%;
	margin-left: -16.6175%;
}
.main-laboratory .equipment .cont .slidebox .slide-dot li.d6 {
	width: 34.117%;
	padding-bottom: 13.4559%;
	top: 50%;
	left: 50%;
	margin: -6.7279% 0 0 -17.0585%;
}
.main-laboratory .equipment .cont .slidebox .slide-dot li.d7 {
	width: 33.235%;
	padding-bottom: 13.4559%;
	bottom: 0;
	left: 50%;
	margin-left: -16.6175%;
}
.main-laboratory .equipment .cont .slidebox .slide-dot li.d8 {
	width: 38.309%;
	padding-bottom: 41.25%;
	top: 0;
	left: 0;
}
.main-laboratory .equipment .cont .slidebox .slide-dot li.d9 {
	width: 40.588%;
	padding-bottom: 41.25%;
	top: 0;
	left: 30.662%;
}
.main-laboratory .equipment .cont .slidebox .slide-dot li.d10 {
	width: 36.47%;
	padding-bottom: 41.25%;
	top: 0;
	right: 0;
}
.main-laboratory .equipment .cont .slidebox .slide-dot li.d11 {
	width: 54.853%;
	padding-bottom: 21.25%;
	top: 0;
	left: 0;
}
.main-laboratory .equipment .cont .slidebox .slide-dot li.d12 {
	width: 49.5588%;
	padding-bottom: 21.25%;
	top: 0;
	right: 0;
}
.main-laboratory .equipment .cont .slidebox .slide-dot li.d13 {
	width: 49.5588%;
	padding-bottom: 21.25%;
	bottom: 0;
	left: 0;
}
.main-laboratory .equipment .cont .slidebox .slide-dot li.d14 {
	width: 54.853%;
	padding-bottom: 21.25%;
	bottom: 0;
	right: 0;
}
.main-laboratory .slide-dot li p {
	position: absolute;
	font-size: 16px;
	line-height: 20px;
	bottom: 10px;
	color: #fff;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.main-laboratory li.d1 p, .main-laboratory li.d2 p, .main-laboratory li.d8 p, .main-laboratory li.d9 p, .main-laboratory li.d10 p, .main-laboratory li.d11 p, .main-laboratory li.d13 p {
	left: 25px;
}
.main-laboratory li.d3 p, .main-laboratory li.d4 p, .main-laboratory li.d12 p, .main-laboratory li.d14 p {
	right: 25px;
}
.main-laboratory li.d5 p, .main-laboratory li.d6 p, .main-laboratory li.d7 p {
	width: 100%;
	text-align: center;
}
.main-laboratory .slide-dot li:hover p {
	bottom: 13px;
	margin-left: -3px;
	color: #17df62;
	text-shadow: 0 0 6px #00792e, 1px 1px #026125;
	-webkit-text-shadow: 0 0 6px #00792e, 1px 1px #026125;
	-moz-text-shadow: 0 0 6px #00792e, 1px 1px #026125;
	-ms-text-shadow: 0 0 6px #00792e, 1px 1px #026125;
	-o-text-shadow: 0 0 6px #00792e, 1px 1px #026125;
}
.main-laboratory li.d3:hover p, .main-laboratory li.d4:hover p, .main-laboratory li.d12:hover p, .main-laboratory li.d14:hover p {
	margin-right: 3px;
}
.main-laboratory .equipment .cont .slidebox .slide-dot li img {
	width: 100%;
	height: auto;
}
.news-classify {
	border-bottom: 1px solid #eee;
	height: 93px;
}
.news-classify ul {
	overflow: hidden;
}
.news-classify ul li {
	float: left;
	height: 90px;
	line-height: 93px;
	font-size: 26px;
	margin-right: 50px;
}
.news-classify ul li.active {
	border-bottom: 3px solid #006e2f;
}
.news-classify ul li.active a {
	color: #006e2f;
}
.list-news {
	padding: 65px 0;
	background-color: #f0f0f0;
}
.list-news .list-cont ul li {
	position: relative;
	height: 220px;
	padding: 20px 180px 20px 345px;
	margin-bottom: 30px;
	background-color: #fff;
}
.list-news .list-cont ul li .pic {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 290px;
	height: 220px;
}
.list-news .list-cont ul li .text {
	position: relative;
	height: 220px;
}
.list-news .list-cont ul li .text h2 {
	font-size: 22px;
	line-height: 45px;
	font-family: "OpenSans-Regular";
	margin-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-news .list-cont ul li .text h2 a {
	color: #006ebb;
}
.list-news .list-cont ul li .text p {
	font-size: 16px;
}
.list-news .list-cont ul li .text .more {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #d2d2d2;
}
.list-news .list-cont ul li .text .more:hover {
	border-color: #006ebb;
	background-color: #006ebb;
	color: #fff;
}
.list-news .list-cont ul li .date {
	position: absolute;
	top: 25px;
	right: 0;
	width: 154px;
	height: 130px;
	padding-top: 80px;
	border-left: 1px solid #dcdcdc;
	text-align: center;
}
.list-news .list-cont ul li .date .day {
	font-size: 40px;
	line-height: 40px;
}
.list-news .list-cont ul li .date .years {
	font-size: 14px;
}
.main-news {
	padding: 65px 0;
	background-color: #f0f0f0;
}
.main-news .main-width {
	overflow: hidden;
}
.main-news .cont-box {
	float: left;
	width: 1005px;
}
.main-news .cont-box .content {
	padding: 45px;
	background-color: #fff;
	margin-bottom: 15px;
}
.main-news .cont-box .content .title {
	position: relative;
	padding: 0 0 30px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}
.main-news .cont-box .content .title h1 {
	padding: 10px 0;
	line-height: 30px;
	font-size: 26px;
	font-family: "OpenSans-Regular";
	color: #006ebb;
}
.main-news .cont-box .content .title p {
	top: 20px;
	right: 5px;
	line-height: 20px;
}
.main-news .cont-box .content .detail p {
	font-size: 16px;
	margin-bottom: 15px;
}
.main-news .cont-box .content .detail p.img {
	text-align: center;
	padding: 15px 0;
}
.main-news .cont-box .content .detail .contact li {
	line-height: 25px;
	padding: 5px 0;
	font-size: 16px;
}
.main-news .cont-box .subpage {
	background-color: #fff;
	padding: 10px 45px;
	line-height: 30px;
	overflow: hidden;
}
.main-news .cont-box .subpage li {
	position: relative;
	line-height: 20px;
	width: 47.5%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.main-news .cont-box .subpage li span {
	position: absolute;
	left: 0;
	top: 0;
}
.main-news .cont-box .subpage .prev {
	float: left;
	padding-left: 65px;
}
.main-news .cont-box .subpage .next {
	float: right;
	padding-left: 45px;
}
.main-news .other-list {
	float: right;
	width: 340px;
}
.main-news .other-list .recommend {
	background-color: #fff;
	margin-bottom: 15px;
}
.main-news .other-list .recommend h2 {
	line-height: 50px;
	font-size: 26px;
	padding-left: 20px;
	color: #666;
}
.main-news .other-list .recommend img {
	width: 100%;
	height: auto;
}
.main-news .other-list .latest {
	background-color: #fff;
	padding: 25px 20px;
}
.main-news .other-list .latest ul {
}
.main-news .other-list .latest ul li {
	position: relative;
	padding: 10px 0 10px 28px;
	line-height: 30px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.main-news .other-list .latest ul li i {
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 36px;
	line-height: 30px;
	width: 25px;
	text-align: center;
}
.main-contact {
	padding: 55px 0 85px;
}
.main-contact .title {
	text-align: center;
	margin-bottom: 70px;
}
.main-contact .title h2 {
	line-height: 35px;
	font-size: 40px;
	margin-bottom: 7px;
}
.main-contact .title p {
	font-size: 16px;
	font-family: "OpenSans-Light";
}
.main-contact .cont {
	overflow: hidden;
	padding: 0 55px 0 70px;
}
.main-contact .cont .contact-way {
	float: left;
	width: 640px;
	overflow: hidden;
}
.main-contact .cont .contact-way ul {
	overflow: hidden;
}
.main-contact .cont .contact-way ul li {
	position: relative;
	float: left;
	font-size: 18px;
	font-family: "OpenSans-Light";
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.main-contact .cont .contact-way ul li i {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	background: url(../images/all-icon.png) no-repeat;
}
.main-contact .cont .contact-way ul li.mail, .main-contact .cont .contact-way ul li.tel {
	width: 355px;
	line-height: 30px;
	padding: 20px 0 20px 85px;
	margin-bottom: 40px;
}
.main-contact .cont .contact-way ul li.skype, .main-contact .cont .contact-way ul li.phone {
	width: auto;
	line-height: 30px;
	padding: 20px 0 20px 85px;
	margin-bottom: 40px;
}
.main-contact .cont .contact-way ul li.add {
	width: 640px;
	line-height: 30px;
	padding: 20px 0 20px 85px;
}
.main-contact .cont .contact-way ul li.mail i {
	background-position: -10px -370px;
}
.main-contact .cont .contact-way ul li.skype i {
	background-position: -80px -370px;
}
.main-contact .cont .contact-way ul li.tel i {
	background-position: -150px -370px;
}
.main-contact .cont .contact-way ul li.phone i {
	background-position: -220px -370px;
}
.main-contact .cont .contact-way ul li.add i {
	background-position: -290px -370px;
}
.main-contact .cont .form-box {
	position: relative;
	float: right;
	width: 500px;
}
.main-contact .cont .form-box input, .main-contact .cont .form-box textarea {
	width: 100%;
	background-color: #f0f0f0;
	margin-bottom: 10px;
	font-family: "OpenSans-Light";
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.main-contact .cont .form-box input {
	height: 50px;
	line-height: 50px;
	padding: 0 25px;
}
.main-contact .cont .form-box textarea {
	height: 85px;
	line-height: 25px;
	padding: 5px 25px;
}
.main-contact .cont .form-box .sub {
	text-align: center;
	background-color: #006ebb;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}
.main-contact .cont .form-box i.e {
	position: absolute;
	left: 13px;
	top: 15px;
	color: red;
}
.main-contact .cont .form-box i.n {
	position: absolute;
	left: 13px;
	top: 75px;
	color: red;
}
.contact-map iframe {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.type-change {
	height: 69px;
	background-color: #4e4e4e;
}
.type-change h2 {
	float: left;
	color: #fff;
	line-height: 69px;
	font-size: 30px;
	text-transform: capitalize;
}
.type-change form {
	margin: 0;
}
.type-change ul {
	float: right;
	padding: 25px 0;
}
.type-change ul li {
	float: left;
	height: 19px;
	padding: 0 30px;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	border-left: 1px solid #fff;
}
.type-change ul li.pro {
	border-left: none;
}
.search-results {
	padding: 50px 0;
	background-color: #f5f5f5;
}
.search-results h1 {
	margin-bottom: 40px;
}
.search-results .cases {
	overflow: hidden;
}
.search-results .cases ul {
	width: 1370px;
	overflow: hidden;
}
.search-results .cases ul li {
	float: left;
	width: 448px;
	margin: 0 8px 25px 0;
}
.search-results .cases ul li .text {
	position: relative;
	height: 40px;
	background-color: #fff;
	padding: 15px 20px 0 20px;
}
.search-results .cases ul li .text h3 {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 7px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.search-results .cases ul li .text h3 span {
	display: none;
}
.search-results .cases ul li .text p, .search-results .cases ul li .text .more {
	display: none;
}
.search-results .news ul li {
	position: relative;
	height: 220px;
	padding: 20px 20px 20px 345px;
	margin-bottom: 30px;
	background-color: #fff;
}
.search-results .news ul li .pic {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 290px;
	height: 220px;
}
.search-results .news ul li .pic img {
	width: 100%;
	height: 100%;
}
.search-results .news ul li .text {
	position: relative;
	height: 220px;
}
.search-results .news ul li .text h3 {
	font-size: 22px;
	line-height: 45px;
	font-family: "OpenSans-Regular";
	margin-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.search-results .news ul li .text h3 span {
	display: none;
}
.search-results .news ul li .text h3 a {
	color: #006ebb;
}
.search-results .news ul li .text p {
	font-size: 16px;
}
.search-results .news ul li .text .more {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #d2d2d2;
}
.search-results .news ul li .text .more:hover {
	border-color: #006ebb;
	background-color: #006ebb;
	color: #fff;
}
.search-results .products {
	overflow: hidden;
}
.search-results .products ul {
	overflow: hidden;
	width: 1380px;
}
.search-results .products ul li {
	position: relative;
	float: left;
	width: 446px;
	height: 485px;
	margin: 0 11px 30px 0;
	background-color: #fff;
}
.search-results .products ul li .pic {
	width: 446px;
	height: 320px;
}
.search-results .products ul li .pic img {
	width: 100%;
	height: 100%;
}
.search-results .products ul li .text {
	text-align: center;
	padding-top: 10px;
}
.search-results .products ul li .text h3 {
	font-size: 24px;
	line-height: 38px;
	font-family: "OpenSans-Bold";
}
.search-results .products ul li .text h3 span {
	font-size: 20px;
	font-family: "OpenSans-Light";
}
.search-results .products ul li .text p {
	display: none;
}
.search-results .products ul li .text p.short {
	display: block;
	font-size: 16px;
	line-height: 35px;
	margin-bottom: 12px;
	font-family: "OpenSans-Light";
	color: #979797;
}
.search-results .products ul li .text .more {
	display: block;
	width: 76px;
	height: 32px;
	line-height: 32px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background-color: #006ebb;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.sear-page {
	text-align: center;
}
.sear-page .pagelistbox {
	display: inline-block;
*display:inline;
*zoom:1;
	overflow: hidden;
}
.sear-page .pagelistbox a, .sear-page .pagelistbox span, .sear-page .pagelistbox strong {
	float: left;
	display: block;
	line-height: 28px;
	border: 1px solid #999;
	padding: 0 10px;
	margin: 0 5px 10px;
}
.sear-page .pagelistbox strong {
	background-color: #006ebb;
	border-color: #006ebb;
	color: #fff;
}
.page {
	text-align: center;
	margin-top: 30px;
}
.page ul {
	display: inline-block;
*display:inline;
*zoom:1;
}
.page ul li {
	float: left;
	margin: 0 5px 10px;
}
.page ul li a {
	display: block;
	line-height: 28px;
	border: 1px solid #999;
	padding: 0 10px;
}
.page ul li a:hover {
	border-color: #006ebb;
}
.page .page-num {
	float: left;
	margin: 0 5px 10px;
	display: block;
	line-height: 28px;
	border: 1px solid #999;
	padding: 0 10px;
}
.page .page-num-current {
	background-color: #006ebb;
	border-color: #006ebb;
	color: #fff;
}
.footer {
	padding: 50px 0;
	background-color: #232323;
}
.footer .main-width {
	overflow: hidden;
}
.footer h3 {
	color: #fff;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 40px;
	font-family: "OpenSans-Bold";
}
.footer ul li {
	font-size: 14px;
	line-height: 20px;
	padding: 5px 0;
}
.footer ul li a {
	color: #b7b7b7;
}
.footer ul li a:hover {
	color: #006ebb;
}
.footer .box {
	float: left;
}
.footer .foot-products {
	width: 18.75%;
}
.footer .foot-case {
	width: 18.75%;
}
.footer .foot-about {
	width: 18%;
}
.footer .foot-service {
	width: 14%;
}
.footer .foot-logo {
	float: right;
	position: relative;
}
.footer .foot-logo .share {
	overflow: hidden;
	margin: 20px 0;
}
.footer .foot-logo .share p {
	float: left;
	font-size: 20px;
	line-height: 38px;
	margin-right: 15px;
	font-family: "OpenSans-Bold";
	color: #b7b7b7;
}
.footer .foot-logo .share a {
	float: left;
	display: block;
	width: 38px;
	height: 38px;
	margin: 0 5px;
	background: url(../images/all-icon.png) no-repeat;
}
.footer .foot-logo .share a.linkin {
	background-position: -210px -10px;
}
.footer .foot-logo .share a.twitter {
	background-position: -248px -10px;
}
.footer .foot-logo .share a.facebook {
	background-position: -286px -10px;
}
.footer .foot-logo .share a.wechat {
	background-position: -324px -10px;
}
.footer .foot-logo .share a.linkin:hover {
	background-position: -210px -48px;
}
.footer .foot-logo .share a.twitter:hover {
	background-position: -248px -48px;
}
.footer .foot-logo .share a.facebook:hover {
	background-position: -286px -48px;
}
.footer .foot-logo .share a.wechat:hover {
	background-position: -324px -48px;
}
.footer .foot-logo .language {
	font-size: 14px;
	font-family: "OpenSans-Light";
	color: #b7b7b7;
}
.footer .foot-logo .language span {
	margin-right: 20px;
}
.footer .foot-logo .language a {
	color: #b7b7b7;
}
.footer .foot-logo .language a:hover, .footer .foot-logo .language a.on {
	color: #006ebb;
}
.footer .foot-logo .copy-right {
	font-size: 14px;
	font-family: "OpenSans-Light";
	color: #b7b7b7;
}
.footer .foot-logo .foot-line {
	position: absolute;
	left: -45%;
	top: -12.5%;
	width: 1px;
	height: 125%;
	background: url(../images/foot-line.png) no-repeat;
	background-size: 100% 100%;
}
.flow-cont {
	position: fixed;
	right: 22px;
	bottom: 110px;
	z-index: 999;
}
.flow-cont > div {
	width: 63px;
	height: 63px;
	overflow: hidden;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}
.flow-cont > div a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/all-icon.png) no-repeat;
}
.flow-cont .mail {
	margin-bottom: 8px;
}
.flow-cont .mail a {
	background-position: -10px -290px;
}
.flow-cont .to-top a {
	background-position: -80px -290px;
}
.cs-shape-wrapper {
	width: 63px !important;
	height: 63px !important;
}
.shape-rect-v {
	width: 63px !important;
	height: 63px !important;
}
.cs-shape {
	width: 63px !important;
	height: 63px !important;
}
#ec--cs-root .cs-shape-wrapper .cs-shape .shape-ele {
	width: 63px !important;
	height: 63px !important;
}
#ec--cs-root .cs-shape-wrapper .cs-shape.shape-rect-v {
	width: 63px !important;
	height: 63px !important;
}
#ec--cs-root .cs-shape-wrapper .cs-shape {
	width: 63px !important;
	height: 63px !important;
}
.share-flow {
	position: fixed;
	left: 22px;
	top: 110px;
	z-index: 999;
}
.share-flow a {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/all-icon.png) no-repeat;
	margin-bottom: 8px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}
.share-flow a.facebook {
	background-position: -230px -480px;
}
.share-flow a.linkedin {
	background-position: -280px -480px;
}
.share-flow a.twitter {
	background-position: -330px -480px;
}
#to-cont {
	display: block;
	height: 0;
	position: relative;
	top: -86px;
}
#hid_cs_pannel {
	width: 63px !important;
	height: 63px;
	background: url(../images/all-icon.png) no-repeat -150px -290px;
	overflow: hidden;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	cursor: pointer;
}
#hid_cs_pannel img {
	display: none;
}
#advertisement {
	display: none;
	position: fixed;
	width: 800px;
	height: 450px;
	left: 50%;
	top: 50%;
	margin: -225px 0 0 -400px;
	z-index: 9999;
}
#advertisement .close {
	width: 23px;
	height: 23px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/all-icon.png) no-repeat -10px -450px;
	z-index: 9998;
	cursor: pointer;
}
#advertisement .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9997;
}
#advertisement .cont {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9998;
}
#advertisement .cont > div {
	float: left;
	width: 50%;
}
 @keyframes diffusion {
 from {
filter:alpha(opacity=40);
-moz-opacity:.4;
-khtml-opacity:.4;
opacity:.4;
transform:scale(1, 1);
-webkit-transform:scale(1, 1);
-moz-transform:scale(1, 1);
-ms-transform:scale(1, 1);
-o-transform:scale(1, 1);
}
to {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transform: scale(2, 2);
	-webkit-transform: scale(2, 2);
	-moz-transform: scale(2, 2);
	-ms-transform: scale(2, 2);
	-o-transform: scale(2, 2);
}
}
.text p img {
	max-width: 100%;
}
.center {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}
.justify { text-align: justify; text-justify: inter-ideograph; letter-spacing: 0px; font-size: 0px; }

.justify .line { display: inline-block; height: 0px; overflow: hidden; }
.justify > * { text-align: left; font-size: 14px; }
.justify .box { display: inline-block; vertical-align: top; }
.box.justify { text-align: justify; }
.block3_ad ul{ width:100%; height:auto; overflow:hidden;}
.block3_ad { margin-bottom: 2%; }
.block3_ad .center { background: #EEEEEE; }
.block3_ad img {
   vertical-align: bottom;
    height: auto;
    max-width: 100%;
}
.block3_ad .leftWrap { width: 49.7093%; vertical-align: middle; }
.block3_ad .rightWrap { width: 44.18605%; vertical-align: middle; padding-left: 4.65116%; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
.block3_ad .imgWrap { display: block; position: relative; }
.block3_ad .imgWrap:before { content: ""; width: 10px; height: 100%; background: #fff; position: absolute; left: 100%; top: 0; z-index:99999;}
.block3_ad .play { width: 12.51462%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; }
.block3_ad .title { font-size: 40px; font-weight: bold; color: #000; }
.block3_ad .des { color: #333; line-height: 24px; height: auto; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 100; -webkit-box-orient: vertical; margin-top: 4.41176%; }
.block3_ad .more { display: inline-block; padding: 15px 50px; color: #fff; background: #dc1818; border-radius: 3px; line-height: 1; margin-top: 5.14706%; }

.block3_ad .more:hover { background: #742121; }

@media screen and (max-width: 1400px) { .block3_ad .title { font-size: 32px; } }
@media screen and (max-width: 875px) { .block3_ad { margin-bottom: 40px; }
    .block3_ad .title { font-size: 24px; }
    .block3_ad .more { padding: 8px 24px; margin-top: 25px; }
    .block3_ad .leftWrap { width: 100%; }
    .block3_ad .rightWrap { width: 100%; margin-top: 20px; text-align: center; }
    .block3_ad .center { background: none; }
    .block3_ad .des { margin-top: 15px; } }

.in-four{padding: 70px 0 90px;background: #ebf1f5;}
.in-four .tit h3{color: #d9e0e5;}
.in4-swiper{position: relative;overflow: hidden;}
.in4-swiper .swiper-prev,.in4-swiper .swiper-next{width: 63px;height: 120px;position: absolute;
    top: 50%;transform: translateY(-50%);transition: .5s;font-size: 0;background: transparent;z-index: 10;cursor: pointer;}
.in4-swiper .swiper-prev{left:0;background:url(../images/right4.png) no-repeat center;transform: rotate(180deg)translateY(50%);background-size: contain;}
.in4-swiper .swiper-next{right: 0;background:url(../images/right4.png) no-repeat center;background-size: contain;}
.in4-swiper .swiper-prev:hover,.in4-swiper .swiper-next:hover{background: url(../images/right4h.png) no-repeat center;background-size: contain;}
.in4-swiper .swiper-slide{width: 54%;}
.in4-swiper .swiper-slide .in4-pic{position: relative;overflow: hidden;}
.in4-swiper .swiper-slide .in4-pic img{width:100%;height:100%;display: block;transition: all 0.4s;}
.in4-swiper .swiper-slide .in4-pic:before{content: '';width: 100%;height: 100%;background: url(../images/img26.png) no-repeat center;background-size: cover;position: absolute;left: 0;bottom: 0;}
.in4-swiper .swiper-slide .in4-desc h3{color: #fff;font-size: 20px;width: 70%;display: inline-block;vertical-align: middle;text-align: left;padding-left: 12px;position: relative;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.in4-swiper .swiper-slide .in4-desc h3:before{content: '';width: 3px;height: 24px;background: rgba(14,123,194,0.8);position: absolute;left: 0;top: 50%;margin-top: -12px;}
.in4-swiper .swiper-slide .in4-desc{position: absolute;bottom: -100%;left: 0;width: 100%;padding: 25px 0;transition: all 0.4s;}
.in4-swiper .swiper-slide .in4-desc span{display: inline-block;position: absolute;right: 0;bottom: 0;}
.in4-swiper .swiper-slide .in4-desc span img{display: block;width: 100%;}
.in4-swiper .swiper-slide-active .in4-desc{bottom: 0;}
.in4-swiper .swiper-slide:hover .in4-pic img{transform:scale(1.1);}