@charset "utf-8";
a,
hr {
	padding: 0
}

a,
button,
input,
select,
textarea,
hr {
	margin: 0
}

article,
aside,
details,
figure,
footer,
header,
hr,
nav,
section,
summary {
	display: block
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
body div,
caption,
cite,
code,
dd,
del,
details,
dfn,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: 400;
	vertical-align: baseline;
	background: 0 0;
	font-style: normal;
	text-decoration: none
}

input[type=checkbox],
th {
	vertical-align: bottom
}

strong,
th {
	font-weight: 700
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}




ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

a {
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0
}

del {
	text-decoration: line-through
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font: 100%
}

td {
	font-weight: 400;
	vertical-align: top
}

hr {
	height: 1px
}

input,
select {
	vertical-align: middle
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap: break-word
}

input[type=radio] {
	vertical-align: text-bottom
}

.ie7 input[type=checkbox] {
	vertical-align: baseline
}

.ie6 input {
	vertical-align: text-bottom
}

input,
select,
textarea {
	font: 99% sans-serif
}

small {
	font-size: 85%
}

td,
td img {
	vertical-align: top
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

code,
kbd,
pre,
samp {
	font-family: monospace, sans-serif
}

.clickable,
button,
input[type=button],
input[type=file],
input[type=submit],
label {
	cursor: pointer
}

button,
input[type=button] {
	width: auto;
	overflow: visible
}

.ie7 img {
	-ms-interpolation-mode: bicubic
}

.clearfix:after,
.clearfix:before {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden
}

.clearfix:after {
	clear: both
}

.clearfix {
	zoom: 1
}

a {
	text-decoration: none;
	border: none;
	color: inherit
}

input,
button,
select,
textarea {
	outline: none
}

textarea {
	resize: none
}

.clearfix {
	clear: both;
	overflow: hidden
}

body {
	font-family: "Helvetica Neue", "Open Sans", "San Francisco", Helvetica, "Microsoft YaHei", Arial, sans-serif;
	font-size: 14px;
	color: #333
}

input,
button,
textarea {
	font-family: "microsoft yahei";
	-webkit-appearance: none
}

input[type=number] {
	-moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

header {
	width: 100%;
	height: 80px;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99
}

header .header {
	width: 1280px;
	margin: 0 auto
}

header .logo {
	height: 60px;
	float: left;
	margin-top: 10px
}

header .logo a {
	height: 60px;
	display: block
}

header .logo img {
	height: 100%;
	display: block
}

header .nav-box {
	float: right
}

header .nav-box .nav {
	height: 80px;
	padding-top: 10px;
	float: left
}

header .nav-box .nav .nav-list {
	height: 100%
}

header .nav-box .nav .nav-list>li {
	height: 100%;
	float: left;
	margin: 0 1px;
	position: relative
}

header .nav-box .nav .nav-list>li>a {
	line-height: 60px;
	height: 70px;
	padding: 0 30px;
	display: block;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font-size: 18px;
	color: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

header .nav-box .nav .nav-list>li>a:hover {
	background: #fff;
	color: #159a50
}

header .nav-box .nav .nav-list>.active a {
	background: #fff;
	color: #159a50
}

header .nav-box .nav .down-list {
	position: absolute;
	top: 69px;
	right: 0;
	background: #fff;
	display: none;
	border-top: 1px solid rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1)
}

header .nav-box .nav .product-down-list {
	width: 660px;
	padding: 20px;
	right: -120px
}

header .nav-box .nav .product-down-list .list-item {
	width: 300px;
	float: left;
	margin-left: 20px
}

header .nav-box .nav .product-down-list .list-item:first-child {
	margin-left: 0
}

header .nav-box .nav .product-down-list .jqthumb {
	width: 140px;
	height: 140px;
	float: left
}

header .nav-box .nav .product-down-list .text-box {
	width: 140px;
	float: left;
	margin-left: 20px
}

header .nav-box .nav .product-down-list .text-box .title {
	font-size: 20px;
	line-height: 1
}

header .nav-box .nav .product-down-list .text-box .list {
	margin-top: 20px
}

header .nav-box .nav .product-down-list .text-box .list li {
	line-height: 1;
	margin-bottom: 10px
}

header .nav-box .nav .product-down-list .text-box .list a {
	color: #666;
	display: block;
	padding-left: 10px;
	position: relative;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

header .nav-box .nav .product-down-list .text-box .list a:before {
	content: '';
	width: 4px;
	height: 4px;
	background: #159a50;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px
}

header .nav-box .nav .product-down-list .text-box .list a:hover {
	color: #159a50
}

header .nav-box .nav .product-down-list .text-box .list .active a {
	color: #159a50
}

header .nav-box .nav .about-down-list {
	width: 100%;
	padding: 10px 0
}

header .nav-box .nav .about-down-list li {
	width: 100%;
	height: 40px
}

header .nav-box .nav .about-down-list a {
	text-align: center;
	line-height: 40px;
	display: block;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	color: #666
}

header .nav-box .nav .about-down-list a:hover {
	color: #159a50
}

header .nav-box .nav .about-down-list .active a {
	color: #159a50
}

header .nav-box .hotline {
	height: 22px;
	float: left;
	margin-top: 29px;
	margin-left: 20px
}

header .nav-box .hotline .img {
	height: 22px;
	float: left
}

header .nav-box .hotline .img img {
	height: 100%;
	display: block
}

header .nav-box .hotline .tel {
	margin-left: 10px;
	height: 22px;
	line-height: 22px;
	float: left;
	color: #1ddd6b;
	font-size: 16px
}

.global-title {
	width: 100%;
	height: 100px;
	text-align: center;
	position: relative;
	z-index: 2
}

.global-title .title {
	font-size: 36px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 5px
}

.global-title .line {
	width: 100px;
	height: 2px;
	margin-top: 20px;
	background: #159a50;
	display: inline-block
}

.global-title .en {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 72px;
	font-weight: 700;
	color: #f2f2f2;
	z-index: -1
}

.global-title .link {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #666;
	font-weight: 700;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.global-title .link:hover {
	color: #159a50
}

footer {
	width: 100%
}

footer .service {
	width: 100%;
	height: 125px;
	background: #159a50
}

footer .service .service-list {
	width: 1210px;
	margin: 0 auto
}

footer .service .service-list li {
	width: 25%;
	float: left;
	padding-top: 42px;
	text-align: center
}

footer .service .service-list li:first-child {
	text-align: left
}

footer .service .service-list li:last-child {
	text-align: right
}

footer .service .service-list .service-cot {
	display: inline-block
}

footer .service .service-list .img {
	width: 41px;
	height: 40px;
	float: left
}

footer .service .service-list .img img {
	width: 100%;
	display: block
}

footer .service .service-list .text-box {
	float: left;
	margin-left: 15px;
	text-align: left
}

footer .service .service-list .text-box .title {
	font-size: 20px;
	line-height: 1;
	color: #fff
}

footer .service .service-list .text-box .text {
	color: #ebebeb;
	font-weight: 200;
	line-height: 1;
	margin-top: 4px
}

footer .footer {
	width: 100%;
	padding: 40px 0;
	background: #fff
}

footer .footer .footer-cot {
	width: 1210px;
	margin: 0 auto
}

footer .footer .footer-hotline {
	width: 320px;
	float: left
}

footer .footer .footer-hotline .title {
	font-size: 22px;
	line-height: 1
}

footer .footer .footer-hotline .tel {
	font-size: 30px;
	line-height: 1;
	margin-top: 30px
}

footer .footer .footer-hotline .text {
	font-size: 12px;
	line-height: 1;
	margin-top: 30px
}

footer .footer .footer-hotline .img {
	height: 52px;
	margin-top: 45px
}

footer .footer .footer-hotline .img img {
	height: 100%;
	display: block
}

footer .footer .footer-about {
	width: 200px;
	float: left
}

footer .footer .footer-about .title {
	font-size: 22px;
	line-height: 1
}

footer .footer .footer-about .about-list {
	margin-top: 30px
}

footer .footer .footer-about .about-list li {
	margin-bottom: 10px;
	line-height: 1
}

footer .footer .footer-about .about-list a {
	display: block;
	color: #777;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

footer .footer .footer-about .about-list a:hover {
	color: #159a50
}

footer .footer .footer-software {
	width: 215px;
	float: left
}

footer .footer .footer-software .title {
	font-size: 22px;
	line-height: 1
}

footer .footer .footer-software .about-list {
	margin-top: 30px
}

footer .footer .footer-software .about-list li {
	margin-bottom: 10px;
	line-height: 1
}

footer .footer .footer-software .about-list a {
	display: block;
	color: #777;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

footer .footer .footer-software .about-list a:hover {
	color: #159a50
}

footer .footer .footer-hardware {
	width: 200px;
	float: left
}

footer .footer .footer-hardware .title {
	font-size: 22px;
	line-height: 1
}

footer .footer .footer-hardware .about-list {
	margin-top: 30px
}

footer .footer .footer-hardware .about-list li {
	margin-bottom: 10px;
	line-height: 1
}

footer .footer .footer-hardware .about-list a {
	display: block;
	color: #777;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

footer .footer .footer-hardware .about-list a:hover {
	color: #159a50
}

footer .footer .footer-ewm {
	width: 275px;
	float: left;
	text-align: center
}

footer .footer .footer-ewm .title {
	font-size: 22px;
	line-height: 1
}

footer .footer .footer-ewm .ewm {
	width: 95px;
	height: 95px;
	margin: 30px auto 0;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17)
}

footer .footer .footer-ewm .text-box {
	font-size: 12px;
	margin-top: 10px
}

footer .footer .footer-ewm .text-box .text {
	color: #777;
	line-height: 20px
}

footer .footer .footer-ewm .text-box .green {
	color: #159a50;
	line-height: 20px
}

footer .copyright {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 15px;
	background: #3c454e;
	text-align: center
}

footer .copyright .link {
	display: inline-block
}

footer .copyright .link li {
	float: left;
	position: relative
}

footer .copyright .link li:after {
	content: '';
	width: 1px;
	height: 12px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	background: #ccc
}

footer .copyright .link li:last-child:after {
	display: none
}

footer .copyright .link a {
	font-size: 12px;
	line-height: 1;
	color: #ccc;
	padding: 0 10px
}

footer .copyright .copyright-cot {
	font-size: 12px;
	line-height: 1;
	color: #ccc;
	margin: 10px 0
}

footer .copyright .friend {
	display: inline-block
}

footer .copyright .friend .text {
	float: left;
	color: #ccc;
	font-size: 12px;
	line-height: 1
}

footer .copyright .friend .friend-list {
	float: left
}

footer .copyright .friend li {
	float: left;
	position: relative
}

footer .copyright .friend a {
	font-size: 12px;
	line-height: 1;
	color: #ccc;
	padding: 0 10px;
	display: block
}

.page-banner {
	width: 100%;
	height: 600px;
	position: relative
}

.page-banner .jqthumb {
	width: 100%;
	height: 100%
}

.page-banner .text-box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 180px;
	left: 0;
	text-align: center
}

.page-banner .text-box .text-cot {
	display: inline-block;
	vertical-align: middle;
	text-align: center
}

.page-banner .text-box .text {
	font-size: 42px;
	line-height: 1;
	color: #fff
}

.page-banner .text-box .title {
	font-size: 80px;
	line-height: 1;
	font-weight: 700;
	margin-top: 30px;
	color: #fff
}

.page-banner .text-box .link {
	width: 254px;
	height: 60px;
	display: block;
	line-height: 60px;
	margin-top: 110px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	background: -webkit-linear-gradient(#00df66, #009b4d);
	background: -o-linear-gradient(#00df66, #009b4d);
	background: -moz-linear-gradient(#00df66, #009b4d);
	background: linear-gradient(#00df66, #009b4d);
	font-size: 30px;
	color: #fff
}

.box-sizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.hp-banner {
	width: 100%;
	height: 700px;
	position: relative
}

.hp-banner .slick-list {
	height: 700px
}

.hp-banner .jqthumb {
	width: 100%;
	height: 700px
}

.hp-banner a {
	display: block
}

.hp-banner .slick-dots {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 70px;
	left: 0
}

.hp-banner .slick-dots li {
	width: 35px;
	height: 3px;
	background: rgba(255, 255, 255, 0.4);
	display: inline-block;
	margin: 0 2px
}

.hp-banner .slick-dots button {
	display: none
}

.hp-banner .slick-dots .slick-active {
	background: #fff
}

.hp-spectacle {
	width: 1400px;
	margin: 70px auto 100px
}

.hp-spectacle .hp-spectacle-cot {
	margin-top: 40px;
	position: relative;
	z-index: 2
}

.hp-spectacle .hp-spectacle-list {
	width: 1210px;
	margin: 0 auto
}

.hp-spectacle .hp-spectacle-list .list {
	margin: -2px
}

.hp-spectacle .hp-spectacle-list .list li {
	width: 25%;
	padding: 2px;
	float: left
}

.hp-spectacle .hp-spectacle-list .list a {
	display: block;
	position: relative
}

.hp-spectacle .hp-spectacle-list .list a:hover .mask {
	opacity: 1
}

.hp-spectacle .hp-spectacle-list .list .img {
	width: 100%;
	height: 200px
}

.hp-spectacle .hp-spectacle-list .list .mask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	opacity: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.hp-spectacle .hp-spectacle-list .list .mask .mask-img {
	width: 70px;
	margin: 0 auto;
	margin-top: 50px
}

.hp-spectacle .hp-spectacle-list .list .mask .mask-img img {
	width: 100%;
	display: block
}

.hp-spectacle .hp-spectacle-list .list .mask .text {
	font-size: 20px;
	line-height: 1;
	color: #fff;
	margin-top: 20px
}

.hp-spectacle .bg {
	width: 100%;
	height: 200px;
	background: #daf7e7;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -100px;
	z-index: -1
}

.hp-business {
	width: 100%
}

.hp-business .hp-business-cot {
	height: 630px;
	margin-top: 50px;
	position: relative;
	z-index: 2
}

.hp-business .hp-business-cot-list {
	width: 1210px;
	height: 100%;
	padding-top: 60px;
	margin: 0 auto
}

.hp-business .hp-business-cot-list>.list {
	height: 520px;
	overflow: visible
}

.hp-business .hp-business-cot-list>.list>li {
	width: 25%;
	height: 100%;
	padding-top: 50px;
	float: left;
	text-align: center;
	position: relative;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.hp-business .hp-business-cot-list>.list>li:hover {
	-webkit-transform: translate(0, 50px);
	-moz-transform: translate(0, 50px);
	-ms-transform: translate(0, 50px);
	-o-transform: translate(0, 50px);
	transform: translate(0, 50px);
	background: #159a50
}

.hp-business .hp-business-cot-list>.list>li:hover .img img:last-child {
	opacity: 1
}

.hp-business .hp-business-cot-list>.list>li:hover .text {
	color: #fff
}

.hp-business .hp-business-cot-list>.list>li:hover .link {
	opacity: 1
}

.hp-business .hp-business-cot-list .img {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	position: relative
}

.hp-business .hp-business-cot-list .img img {
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.hp-business .hp-business-cot-list .img img:last-child {
	opacity: 0
}

.hp-business .hp-business-cot-list .title {
	font-size: 24px;
	color: #fff;
	line-height: 1;
	margin-top: 30px
}

.hp-business .hp-business-cot-list .icon-list-box {
	display: inline-block;
	margin-top: 15px
}

.hp-business .hp-business-cot-list .icon-list-box li {
	float: left;
	margin: 0 15px
}

.hp-business .hp-business-cot-list .icon-list-box .icon {
	width: 30px
}

.hp-business .hp-business-cot-list .icon-list-box .icon img {
	width: 100%;
	display: block
}

.hp-business .hp-business-cot-list .text {
	font-size: 12px;
	line-height: 22px;
	margin-top: 25px;
	color: #ccc;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.hp-business .hp-business-cot-list .link {
	width: 180px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	display: block;
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -90px;
	border: 2px solid #fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-size: 24px;
	color: #fff;
	opacity: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.hp-business .bg {
	width: 100%;
	height: 545px;
	background-size: cover !important;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

.hp-case {
	width: 1210px;
	margin: 50px auto 90px
}

.hp-case .hp-case-cot {
	margin-top: 50px
}

.hp-case .jqthumb {
	width: 100%;
	height: 100%
}

.hp-case .swiper-item:hover .mask {
	opacity: 1
}

.hp-case .mask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.hp-case .mask .text-box {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-left: 20px;
	padding-bottom: 20px
}

.hp-case .mask .title {
	font-size: 24px;
	line-height: 1;
	color: #fff
}

.hp-case .mask .line {
	width: 180px;
	height: 1px;
	background: #fff;
	margin: 10px 0
}

.hp-case .mask .text {
	color: #fff;
	font-size: 14px;
	line-height: 1
}

.hp-honer {
	width: 1400px;
	margin: 90px auto 60px;
	position: relative;
	z-index: 2
}

.hp-honer .hp-honer-cot {
	width: 1280px;
	margin: 40px auto 0;
	padding-bottom: 90px
}

.hp-honer .hp-honer-list {
	margin: 0 -5px
}

.hp-honer .hp-honer-list li {
	width: 16.66%;
	float: left;
	padding: 0 5px
}

.hp-honer .hp-honer-list .img {
	width: 100%;
	height: 283px
}

.hp-honer .hp-honer-list .img img {
	width: 100%;
	display: block
}

.hp-honer .bg {
	width: 100%;
	height: 210px;
	background: #daf7e7;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1
}

.hp-dynamic {
	width: 1210px;
	margin: 60px auto 100px
}

.hp-dynamic .hp-dynamic-cot {
	width: 100%
}

.hp-dynamic .hp-dynamic-list {
	margin: 50px -35px 0
}

.hp-dynamic .hp-dynamic-list>li {
	width: 50%;
	padding: 0 35px;
	float: left
}

.hp-dynamic .hp-dynamic-list .item-cot>.title {
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #159a50;
	background: #efefef;
	padding-left: 20px;
	position: relative
}

.hp-dynamic .hp-dynamic-list .item-cot>.title:before {
	content: '';
	width: 10px;
	height: 40px;
	background: #159a50;
	position: absolute;
	left: 0;
	top: 0
}

.hp-dynamic .hp-dynamic-list .item-cot .img-box {
	padding: 20px 0;
	border-bottom: 1px solid #ccc
}

.hp-dynamic .hp-dynamic-list .item-cot .img-box .img {
	width: 245px;
	height: 150px;
	float: left
}

.hp-dynamic .hp-dynamic-list .item-cot .img-box .text-box {
	margin-left: 260px
}

.hp-dynamic .hp-dynamic-list .item-cot .img-box .text-box .title {
	font-size: 18px;
	line-height: 28px;
	height: 56px;
	overflow: hidden
}

.hp-dynamic .hp-dynamic-list .item-cot .img-box .text-box .text {
	height: 72px;
	color: #999;
	line-height: 24px;
	overflow: hidden
}

.hp-dynamic .hp-dynamic-list .item-cot .img-box .text-box .date {
	color: #159a50;
	text-align: right
}

.hp-dynamic .hp-dynamic-list .item-cot .text-list .list li {
	font-size: 18px;
	line-height: 1;
	height: 18px;
	padding-right: 40px;
	position: relative;
	color: #666;
	margin-top: 20px
}

.hp-dynamic .hp-dynamic-list .item-cot .text-list .list li:hover a {
	color: #159a50
}

.hp-dynamic .hp-dynamic-list .item-cot .text-list .list li:hover .arrow {
	opacity: 1
}

.hp-dynamic .hp-dynamic-list .item-cot .text-list .list a {
	width: 100%;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 20px;
	position: relative;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.hp-dynamic .hp-dynamic-list .item-cot .text-list .list a:before {
	content: '';
	width: 6px;
	height: 6px;
	background: #159a50;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px
}

.hp-dynamic .hp-dynamic-list .item-cot .text-list .list .arrow {
	height: 14px;
	position: absolute;
	right: 0;
	top: 2px;
	opacity: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.hp-dynamic .hp-dynamic-list .item-cot .text-list .list .arrow img {
	height: 100%;
	display: block
}

.hp-free {
	width: 100%;
	height: 230px;
	padding-top: 40px;
	background-size: cover !important
}

.hp-free .hp-free-cot {
	text-align: center
}

.hp-free .hp-free-cot .title {
	font-size: 36px;
	line-height: 1;
	color: #fff
}

.hp-free .hp-free-cot .text {
	font-size: 22px;
	line-height: 1;
	color: #fff;
	margin-top: 20px;
	font-weight: 200
}

.hp-free .hp-free-cot .link {
	width: 170px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	color: #fff;
	background: #159a50;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 30px
}

.swiper {
	width: 100%;
	height: 350px;
	position: relative
}

.swiper .arrow {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 1;
	cursor: pointer
}

.swiper .arrow img {
	width: 100%;
	display: block
}

.swiper .prev {
	left: -25px
}

.swiper .next {
	right: -25px
}

.swiper .swiper-list {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden
}

.swiper .swiper-move {
	position: absolute;
	left: 0;
	top: 0
}

.swiper .swiper-item {
	float: left;
	position: relative
}

.prospect {
	width: 1210px;
	margin: 60px auto 0
}

.prospect .title-box {
	text-align: center
}

.prospect .title-box .title {
	font-size: 48px;
	line-height: 1
}

.prospect .title-box .text {
	font-size: 18px;
	line-height: 1;
	margin-top: 30px
}

.prospect .img {
	margin-top: 50px;
	width: 100%
}

.prospect .img img {
	display: block;
	margin: 0 auto
}

.support {
	width: 1210px;
	margin: 0 auto 50px
}

.support>.title {
	font-size: 42px;
	line-height: 1;
	text-align: center
}

.support .support-cot {
	margin-top: 70px
}

.support .support-list {
	width: 100%
}

.support .support-list li {
	width: 25%;
	float: left;
	padding-bottom: 20px;
	text-align: center
}

.support .support-list .img {
	widows: 100%
}

.support .support-list .img img {
	display: block;
	margin: 0 auto
}

.support .support-list .text-box {
	padding-top: 20px
}

.support .support-list .text-box .title {
	font-size: 30px;
	font-weight: 700;
	color: #666
}

.support .support-list .text-box .text {
	line-height: 1;
	color: #159a50;
	margin-top: 10px;
	font-size: 20px
}

.partner {
	width: 100%;
	height: 530px;
	background-size: cover !important;
	padding-top: 50px
}

.partner .title {
	font-size: 42px;
	line-height: 1;
	color: #fff;
	text-align: center
}

.partner .partner-cot {
	width: 1210px;
	margin: 90px auto 0
}

.partner .partner-cot .partner-list li {
	width: 33.33%;
	height: 150px;
	float: left
}

.partner .partner-cot .partner-list .text-box {
	width: 280px;
	height: 150px;
	padding-top: 35px;
	border: 3px solid #159a50;
	text-align: center;
	margin: 0 auto
}

.partner .partner-cot .partner-list p {
	vertical-align: middle;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	color: #fff
}

.partner .partner-cot .link {
	width: 254px;
	height: 60px;
	text-align: center;
	display: block;
	line-height: 60px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: -webkit-linear-gradient(#00df66, #009b4d);
	background: -o-linear-gradient(#00df66, #009b4d);
	background: -moz-linear-gradient(#00df66, #009b4d);
	background: linear-gradient(#00df66, #009b4d);
	font-size: 30px;
	color: #fff;
	margin: 0 auto;
	margin-top: 80px
}

.system-banner {
	width: 100%;
	height: 700px;
	position: relative;
	z-index: 2
}

.system-banner .video-box {
	width: 909px;
	height: 513px;
	position: absolute;
	left: 12%;
	top: 160px
}

@media (max-width:1700px) {
	.system-banner .video-box {
		left: 6%
	}
}

@media (max-width:1600px) {
	.system-banner .video-box {
		left: 6%
	}
}

@media (max-width:1400px) {
	.system-banner .video-box {
		left: 2%
	}
}

.system-banner .video-box .img {
	width: 100%;
	height: 100%;
	display: block
}

.system-banner .video-box .img img {
	display: block
}

.system-banner .video-box .video {
	width: 565px;
	height: 345px;
	overflow: hidden;
	position: absolute;
	top: 18px;
	left: 80px;
	background: #fff
}

.system-banner .video-box .video video {
	width: 100%;
	height: 100%;
	display: block;
	outline: none
}

.system-banner>.img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

.system-form-box {
	width: 1210px;
	height: 60px;
	margin: 20px auto 0
}

.system-form-box .input-area {
	width: 970px;
	height: 60px;
	float: left;
	background: #33b473;
	padding: 10px 20px;
	overflow: visible
}

.system-form-box .input-box {
	position: relative
}

.system-form-box .input-box label.error {
	position: absolute;
	top: 50px;
	left: 0;
	color: #f00
}

.system-form-box .scenic-box {
	width: 370px;
	height: 40px;
	float: left
}

.system-form-box .scenic-box .label {
	line-height: 40px;
	float: left;
	color: #fff;
	font-size: 20px;
	font-weight: 700
}

.system-form-box .scenic-box .input {
	width: 300px;
	height: 40px;
	padding: 5px 10px;
	line-height: 30px;
	display: block;
	background: #fff;
	border: none;
	float: left;
	margin-left: 10px;
	font-size: 18px;
	color: #666
}

.system-form-box .scenic-box .input::-webkit-input-placeholder {
	color: #dedede
}

.system-form-box .scenic-box .input:-moz-placeholder {
	color: #dedede
}

.system-form-box .scenic-box .input::-moz-placeholder {
	color: #dedede
}

.system-form-box .scenic-box .input:-ms-input-placeholder {
	color: #dedede
}

.system-form-box .name-box {
	width: 200px;
	height: 40px;
	float: left;
	margin-left: 50px
}

.system-form-box .name-box .label {
	line-height: 40px;
	float: left;
	color: #fff;
	font-size: 20px;
	font-weight: 700
}

.system-form-box .name-box .input {
	width: 150px;
	height: 40px;
	padding: 5px 10px;
	line-height: 30px;
	display: block;
	background: #fff;
	border: none;
	float: left;
	margin-left: 10px;
	font-size: 18px;
	color: #666
}

.system-form-box .name-box .input::-webkit-input-placeholder {
	color: #dedede
}

.system-form-box .name-box .input:-moz-placeholder {
	color: #dedede
}

.system-form-box .name-box .input::-moz-placeholder {
	color: #dedede
}

.system-form-box .name-box .input:-ms-input-placeholder {
	color: #dedede
}

.system-form-box .tel-box {
	width: 245px;
	height: 40px;
	float: right
}

.system-form-box .tel-box .label {
	line-height: 40px;
	float: left;
	color: #fff;
	font-size: 20px;
	font-weight: 700
}

.system-form-box .tel-box .input {
	width: 155px;
	height: 40px;
	padding: 5px 10px;
	line-height: 30px;
	display: block;
	background: #fff;
	border: none;
	float: left;
	margin-left: 10px;
	font-size: 18px;
	color: #666
}

.system-form-box .tel-box .input::-webkit-input-placeholder {
	color: #dedede
}

.system-form-box .tel-box .input:-moz-placeholder {
	color: #dedede
}

.system-form-box .tel-box .input::-moz-placeholder {
	color: #dedede
}

.system-form-box .tel-box .input:-ms-input-placeholder {
	color: #dedede
}

.system-form-box .submit {
	width: 150px;
	height: 60px;
	float: right;
	background: #33b473;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 24px;
	border: none;
	-webkit-box-shadow: 0 0 10px 0 rgba(45, 168, 106, 0.8);
	-moz-box-shadow: 0 0 10px 0 rgba(45, 168, 106, 0.8);
	box-shadow: 0 0 10px 0 rgba(45, 168, 106, 0.8)
}

.system-title-box {
	text-align: center
}

.system-title-box .system-title {
	width: 100%;
	height: 60px;
	position: relative;
	z-index: 2
}

.system-title-box .title-cot {
	height: 24px;
	display: inline-block
}

.system-title-box .title-cot .pre,
.system-title-box .title-cot .after {
	width: 12px;
	height: 2px;
	float: left;
	background: #159a50;
	margin-top: 11px
}

.system-title-box .title-cot .title {
	font-size: 24px;
	line-height: 1;
	float: left;
	margin: 0 10px
}

.system-title-box .title-cot .green {
	color: #159a50
}

.system-title-box .en {
	width: 100%;
	text-align: center;
	font-size: 72px;
	color: #f2f2f2;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	font-weight: 700
}

.upset {
	width: 1210px;
	margin: 60px auto 90px
}

.upset .upset-cot {
	margin-top: 50px
}

.upset .upset-cot .upset-list {
	margin: 0 -27px
}

.upset .upset-cot li {
	width: 33.33%;
	padding: 0 27px;
	float: left
}

.upset .upset-cot .item-cot {
	width: 100%;
	height: 410px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	position: relative
}

.upset .upset-cot .text-box {
	width: 100%;
	position: absolute;
	bottom: 40px;
	left: 0;
	text-align: center
}

.upset .upset-cot .text-box .title {
	font-size: 20px;
	line-height: 1;
	color: #1ddd6b;
	font-weight: 700
}

.upset .upset-cot .text-box .text {
	display: inline-block;
	margin-top: 20px
}

.upset .upset-cot .text-box .text .pre,
.upset .upset-cot .text-box .text .after {
	width: 60px;
	height: 1px;
	background: #999;
	margin-top: 6px;
	float: left
}

.upset .upset-cot .text-box .text .cot {
	font-size: 14px;
	line-height: 1;
	margin: 0 5px;
	float: left;
	color: #f2f2f2
}

.system-solution {
	width: 100%
}

.system-solution .system-solution-cot {
	margin-top: 60px
}

.system-solution .system-solution-list li {
	position: relative;
	z-index: 2
}

.system-solution .system-solution-list li:first-child {
	height: 235px
}

.system-solution .system-solution-list li:first-child .bg {
	width: 1030px;
	height: 200px;
	background: #d9f7e6;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1
}

.system-solution .system-solution-list li:first-child .img {
	width: 579px;
	height: 327px;
	position: absolute;
	left: 0;
	top: -90px
}

.system-solution .system-solution-list li:first-child .img img {
	width: 100%;
	display: block
}

.system-solution .system-solution-list li:first-child .text-box {
	width: 500px;
	float: right
}

.system-solution .system-solution-list li:first-child .text-box .title {
	height: 70px;
	padding: 0 30px;
	font-size: 24px;
	line-height: 64px;
	font-weight: 700;
	border: 6px solid #d9f7e6;
	color: #159a50;
	display: inline-block
}

.system-solution .system-solution-list li:first-child .text-box .text {
	font-size: 18px;
	line-height: 30px;
	color: #666;
	margin-top: 15px
}

.system-solution .system-solution-list li:nth-child(2) {
	height: 200px;
	margin-top: 100px
}

.system-solution .system-solution-list li:nth-child(2) .bg {
	width: 1130px;
	height: 200px;
	background: #d9f7e6;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1
}

.system-solution .system-solution-list li:nth-child(2) .img {
	width: 536px;
	height: 353px;
	position: absolute;
	right: -60px;
	top: -80px
}

.system-solution .system-solution-list li:nth-child(2) .img img {
	width: 100%;
	display: block
}

.system-solution .system-solution-list li:nth-child(2) .text-box {
	width: 540px;
	float: left
}

.system-solution .system-solution-list li:nth-child(2) .text-box .title {
	height: 70px;
	padding: 0 30px;
	font-size: 24px;
	line-height: 64px;
	font-weight: 700;
	border: 6px solid #d9f7e6;
	color: #159a50;
	display: inline-block
}

.system-solution .system-solution-list li:nth-child(2) .text-box .text {
	font-size: 18px;
	line-height: 30px;
	color: #666;
	margin-top: 15px
}

.system-solution .system-solution-list li:last-child {
	height: 200px;
	margin-top: 150px;
	margin-bottom: 90px
}

.system-solution .system-solution-list li:last-child .bg {
	width: 1000px;
	height: 200px;
	background: #d9f7e6;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1
}

.system-solution .system-solution-list li:last-child .img {
	width: 510px;
	height: 381px;
	position: absolute;
	left: 70px;
	top: -90px
}

.system-solution .system-solution-list li:last-child .img img {
	width: 100%;
	display: block
}

.system-solution .system-solution-list li:last-child .text-box {
	width: 530px;
	float: right
}

.system-solution .system-solution-list li:last-child .text-box .title {
	height: 70px;
	padding: 0 30px;
	font-size: 24px;
	line-height: 64px;
	font-weight: 700;
	border: 6px solid #d9f7e6;
	color: #159a50;
	display: inline-block
}

.system-solution .system-solution-list li:last-child .text-box .text {
	font-size: 18px;
	line-height: 30px;
	color: #666;
	margin-top: 15px
}

.system-solution .system-solution-list .item-cot {
	width: 1210px;
	margin: 0 auto;
	position: relative
}

.function {
	width: 1210px;
	margin: 0 auto
}

.function .function-cot {
	margin-top: 60px
}

.function .function-list {
	width: 100%
}

.function .function-list>li {
	width: 12.5%;
	height: 410px;
	padding-top: 35px;
	float: left;
	border-right: 1px solid #159a50;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.function .function-list>li:last-child {
	border-right: none
}

.function .function-list>li:hover {
	background: #159a50;
	-webkit-box-shadow: 0 10px 9.5px .5px rgba(0, 155, 77, 0.21);
	-moz-box-shadow: 0 10px 9.5px .5px rgba(0, 155, 77, 0.21);
	box-shadow: 0 10px 9.5px .5px rgba(0, 155, 77, 0.21)
}

.function .function-list>li:hover .text-box>.title {
	opacity: 0
}

.function .function-list>li:hover .text-box .text-list {
	opacity: 1
}

.function .function-list .icon {
	width: 90px;
	height: 90px;
	line-height: 90px;
	background: #fff;
	margin: 0 auto;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.function .function-list .icon img {
	vertical-align: middle;
	display: inline-block
}

.function .function-list .text-box {
	margin-top: 40px;
	text-align: center;
	position: relative
}

.function .function-list .text-box>.title {
	width: 24px;
	font-size: 24px;
	font-weight: 700;
	margin: 0 auto;
	color: #444;
	line-height: 1;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.function .function-list .text-box .text-list {
	opacity: 0;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.function .function-list .text-box .text-list .title {
	font-size: 24px;
	line-height: 1;
	color: #fff
}

.function .function-list .text-box .text-list .list {
	display: inline-block;
	text-align: left;
	margin-top: 15px
}

.function .function-list .text-box .text-list .list li {
	color: #fff;
	line-height: 24px;
	list-style-position: inside
}

.advantage {
	margin-top: 90px
}

.advantage .advantage-cot {
	height: 550px;
	padding: 75px 0;
	overflow: hidden;
	background-size: cover !important
}

.advantage .advantage-cot .list {
	width: 1210px;
	height: 400px;
	margin: 0 auto;
	position: relative
}

.advantage .advantage-cot li {
	width: 280px;
	height: 320px;
	margin-top: 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px 0 rgba(190, 190, 190, 0.4);
	-moz-box-shadow: 0 0 10px 0 rgba(190, 190, 190, 0.4);
	box-shadow: 0 0 10px 0 rgba(190, 190, 190, 0.4);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.advantage .advantage-cot li:nth-child(1) {
	position: absolute;
	left: 0;
	top: 0
}

.advantage .advantage-cot li:nth-child(2) {
	position: absolute;
	left: 16.66%;
	top: 0
}

.advantage .advantage-cot li:nth-child(3) {
	position: absolute;
	left: 32.32%;
	top: 0
}

.advantage .advantage-cot li:nth-child(4) {
	position: absolute;
	left: 48.98%;
	top: 0
}

.advantage .advantage-cot li:nth-child(5) {
	position: absolute;
	left: 66.64%;
	top: 0
}

.advantage .advantage-cot li:nth-child(6) {
	position: absolute;
	left: 83.3%;
	top: 0
}

.advantage .advantage-cot .title-box {
	height: 80px;
	line-height: 80px;
	padding-left: 30px;
	background: #f8f8f8;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	border-bottom: 1px solid #e6e6e6;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.advantage .advantage-cot .title-box .img {
	float: left
}

.advantage .advantage-cot .title-box .img img {
	display: inline-block
}

.advantage .advantage-cot .title-box .img img:first-child {
	width: 27px;
	height: 24px;
	display: block;
	margin-top: 28px
}

.advantage .advantage-cot .title-box .img img:last-child {
	display: none
}

.advantage .advantage-cot .title-box .title {
	line-height: 80px;
	float: left;
	margin-left: 10px;
	font-size: 20px;
	color: #159a50;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.advantage .advantage-cot .text-box {
	height: 240px;
	background: #fff;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding: 30px 30px 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.advantage .advantage-cot .text-box .text {
	line-height: 30px;
	color: #999;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.advantage .advantage-cot .active {
	height: 100%;
	margin-top: 0;
	-webkit-box-shadow: 0 10px 9px 1px rgba(0, 155, 77, 0.21);
	-moz-box-shadow: 0 10px 9px 1px rgba(0, 155, 77, 0.21);
	box-shadow: 0 10px 9px 1px rgba(0, 155, 77, 0.21);
	z-index: 1
}

.advantage .advantage-cot .active .title-box {
	height: 100px;
	line-height: 100px;
	background: -webkit-linear-gradient(#0087ac, #009b4d);
	background: -o-linear-gradient(#0087ac, #009b4d);
	background: -moz-linear-gradient(#0087ac, #009b4d);
	background: linear-gradient(#0087ac, #009b4d)
}

.advantage .advantage-cot .active .title-box .img {
	float: left
}

.advantage .advantage-cot .active .title-box .img img {
	display: inline-block
}

.advantage .advantage-cot .active .title-box .img img:first-child {
	display: none
}

.advantage .advantage-cot .active .title-box .img img:last-child {
	width: 50px;
	height: 44px;
	display: block;
	margin-top: 28px
}

.advantage .advantage-cot .active .title-box .title {
	line-height: 100px;
	color: #fff
}

.advantage .advantage-cot .active .text-box {
	height: 300px
}

.advantage .advantage-cot .active .text-box .text {
	color: #444
}

.customer {
	width: 1210px;
	margin: 95px auto
}

.customer .customer-cot {
	margin-top: 70px
}

.customer .customer-cot .customer-list {
	width: 100%
}

.customer .customer-cot .customer-list li {
	width: 20%;
	height: 240px;
	float: left;
	position: relative
}

.customer .customer-cot .customer-list li:hover .mask {
	opacity: 1
}

.customer .customer-cot .customer-list .img {
	width: 100%;
	height: 100%
}

.customer .customer-cot .customer-list .mask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(10, 53, 31, 0.4);
	line-height: 240px;
	text-align: center;
	opacity: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.customer .customer-cot .customer-list .mask .text {
	font-size: 18px;
	line-height: 36px;
	color: #fff;
	vertical-align: middle;
	display: inline-block
}

.system-free {
	width: 100%;
	height: 300px;
	background-size: cover !important
}

.system-free .system-free-cot {
	width: 1210px;
	margin: 0 auto
}

.system-free .system-free-cot .text-box {
	float: left;
	margin-left: 170px;
	margin-top: 110px;
	padding-left: 20px;
	border-left: 4px solid #159a50
}

.system-free .system-free-cot .text-box .title {
	font-size: 30px;
	line-height: 36px;
	color: #666
}

.system-free .system-free-cot .text-box .text {
	color: #666
}

.system-free .system-free-cot .link {
	width: 200px;
	height: 50px;
	line-height: 50px;
	margin-top: 130px;
	margin-right: 190px;
	text-align: center;
	background: #15b132;
	display: block;
	color: #fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	float: right;
	font-size: 18px
}

.int-banner {
	width: 100%;
	height: 450px
}

.int-banner .jqthumb {
	width: 100%;
	height: 100%
}

.com-int {
	width: 1210px;
	margin: 90px auto
}

.com-int .com-int-cot {
	margin-top: 60px
}

.com-int .com-int-cot .text {
	font-size: 18px;
	line-height: 28px;
	color: #666
}

.honor-int {
	width: 1210px;
	margin: 0 auto
}

.honor-int .honor-int-cot {
	width: 100%;
	margin: 50px 0 90px
}

.honor-int .honor-list {
	margin: -10px
}

.honor-int .honor-list li {
	width: 20%;
	float: left;
	padding: 10px
}

.honor-int .honor-list .img {
	width: 100%;
	height: 305px
}

.body-bg {
	background: #f2f2f2
}

.news {
	width: 1210px;
	background: #fff;
	margin: -70px auto 90px
}

.news .news-tab {
	padding: 30px 30px 0
}

.news .news-tab .tab-list {
	border-bottom: 1px solid #159a50
}

.news .news-tab .tab-list li {
	height: 40px;
	line-height: 40px;
	float: left;
	margin-right: 5px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.news .news-tab .tab-list li:hover {
	background: -webkit-linear-gradient(left, #0076f8, #009b4d);
	background: -o-linear-gradient(left, #0076f8, #009b4d);
	background: -moz-linear-gradient(left, #0076f8, #009b4d);
	background: linear-gradient(left, #0076f8, #009b4d)
}

.news .news-tab .tab-list li:hover a {
	color: #fff
}

.news .news-tab .tab-list a {
	padding: 0 20px;
	color: #159a50;
	display: block;
	font-size: 20px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.news .news-tab .tab-list .active {
	background: -webkit-linear-gradient(left, #0076f8, #009b4d);
	background: -o-linear-gradient(left, #0076f8, #009b4d);
	background: -moz-linear-gradient(left, #0076f8, #009b4d);
	background: linear-gradient(left, #0076f8, #009b4d)
}

.news .news-tab .tab-list .active a {
	color: #fff
}

.news .news-cot {
	padding: 20px 30px
}

.news .news-list {
	width: 100%
}

.news .news-list li {
	width: 100%;
	height: 190px;
	padding: 30px 10px;
	border-bottom: 1px dashed #f2f2f2
}

.news .news-list a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative
}

.news .news-list a:hover .text-box {
	background: #f0f7f3
}

.news .news-list a:hover .title {
	color: #159a50
}

.news .news-list a:hover .more {
	opacity: 1
}

.news .news-list .news-list-cot {
	height: 100%
}

.news .news-list .date-box {
	width: 95px;
	float: left;
	margin-top: 40px
}

.news .news-list .date-box .date {
	font-size: 24px;
	line-height: 1;
	color: #666
}

.news .news-list .date-box .year {
	font-size: 14px;
	line-height: 1;
	margin-top: 10px;
	color: #999
}

.news .news-list .img {
	width: 200px;
	height: 130px;
	float: left
}

.news .news-list .text-box {
	margin-left: 295px;
	padding-left: 30px;
	height: 100%;
	padding-top: 10px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.news .news-list .text-box .title {
	font-size: 20px;
	line-height: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.news .news-list .text-box .text {
	height: 48px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 15px;
	overflow: hidden
}

.news .news-list .text-box .more {
	position: absolute;
	right: 30px;
	bottom: 10px;
	color: #159a50;
	font-weight: 700;
	opacity: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.page-controller {
	width: 100%;
	text-align: center;
	margin: 50px 0 30px
}

.page-controller .list {
	display: inline-block
}

.page-controller .list li {
	width: 30px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	float: left
}

.page-controller .list li a {
	display: block;
	color: #999;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.page-controller .list li:hover a {
	color: #159a50
}

.page-controller .list .prev,
.page-controller .list .next {
	width: 65px;
	height: 25px;
	background: #f2f2f2;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.page-controller .list .prev a,
.page-controller .list .next a {
	color: #999
}

.page-controller .list .prev:hover,
.page-controller .list .next:hover {
	background: #159a50
}

.page-controller .list .prev:hover a,
.page-controller .list .next:hover a {
	color: #fff
}

.page-controller .list .active a {
	color: #159a50
}

.solve-banner {
	width: 100%;
	height: 500px;
	position: relative;
	z-index: 2
}

.solve-banner>.img {
	width: 100%;
	height: 100%
}

.solve-banner .text-box {
	width: 100%;
	position: absolute;
	top: 215px;
	left: 0;
	text-align: center
}

.solve-banner .text-box img {
	display: inline-block
}

.solve {
	width: 100%
}

.solve .solve-cot {
	margin-top: 150px
}

.solve .solve-list li {
	height: 240px;
	position: relative;
	z-index: 2
}

.solve .solve-list li:first-child .bg {
	position: absolute;
	right: 0;
	top: 0
}

.solve .solve-list li:first-child .img {
	width: 466px;
	height: 345px;
	position: absolute;
	left: 0;
	top: -50px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1)
}

.solve .solve-list li:first-child .img img {
	width: 100%;
	display: block
}

.solve .solve-list li:first-child .text-box {
	width: 560px;
	height: 100%;
	float: right
}

.solve .solve-list li:nth-child(2) {
	height: 240px;
	margin-top: 145px
}

.solve .solve-list li:nth-child(2) .bg {
	position: absolute;
	left: 50%;
	top: 0;
	z-index: -1;
	margin-left: -730px
}

.solve .solve-list li:nth-child(2) .img {
	width: 511px;
	height: 437px;
	position: absolute;
	right: -65px;
	top: -80px
}

.solve .solve-list li:nth-child(2) .img img {
	width: 100%;
	display: block
}

.solve .solve-list li:nth-child(2) .text-box {
	width: 490px;
	float: left
}

.solve .solve-list li:nth-child(3) {
	height: 240px;
	margin-top: 240px
}

.solve .solve-list li:nth-child(3) .bg {
	position: absolute;
	right: 50%;
	top: 0;
	z-index: -1;
	margin-right: -730px
}

.solve .solve-list li:nth-child(3) .img {
	width: 595px;
	height: 453px;
	position: absolute;
	left: 60px;
	top: -130px
}

.solve .solve-list li:nth-child(3) .img img {
	width: 100%;
	display: block
}

.solve .solve-list li:nth-child(3) .text-box {
	width: 535px;
	float: right
}

.solve .solve-list li:nth-child(4) {
	height: 240px;
	margin-top: 264px
}

.solve .solve-list li:nth-child(4) .bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1
}

.solve .solve-list li:nth-child(4) .img {
	width: 514;
	height: 408px;
	position: absolute;
	right: 60px;
	top: -90px
}

.solve .solve-list li:nth-child(4) .img img {
	width: 100%;
	display: block
}

.solve .solve-list li:nth-child(4) .text-box {
	width: 520px;
	float: left
}

.solve .solve-list li:last-child {
	height: 240px;
	margin-top: 240px;
	margin-bottom: 180px
}

.solve .solve-list li:last-child .bg {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1
}

.solve .solve-list li:last-child .img {
	width: 484px;
	height: 387px;
	position: absolute;
	left: 80px;
	top: -70px
}

.solve .solve-list li:last-child .img img {
	width: 100%;
	display: block
}

.solve .solve-list li:last-child .text-box {
	width: 520px;
	margin-right: 60px;
	float: right
}

.solve .solve-list .bg {
	height: 100%;
	z-index: -1
}

.solve .solve-list .bg img {
	height: 100%
}

.solve .solve-list .item-cot {
	width: 1210px;
	height: 100%;
	margin: 0 auto;
	position: relative
}

.solve .solve-list .text-box {
	width: 560px;
	height: 100%;
	line-height: 240px
}

.solve .solve-list .text-box .text-cot {
	display: inline-block;
	vertical-align: middle;
	line-height: 1
}

.solve .solve-list .text-box .title {
	height: 30px;
	padding-left: 30px;
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	color: #159a50;
	display: inline-block;
	position: relative
}

.solve .solve-list .text-box .title:before {
	content: '';
	width: 10px;
	height: 10px;
	background: #159a50;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px
}

.solve .solve-list .text-box .text {
	font-size: 14px;
	line-height: 24px;
	margin-top: 25px
}