﻿@charset "utf-8";
/* CSS Document */
html {
	min-width: 1200px;
}
body {
	overflow-x: hidden;
	overflow-y: auto;
}
body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
	margin: 0px;
}
input, button, ul, ol {
	margin: 0px;
	padding: 0px;
}
body, input, button, form {
	font-size: 14px;
	line-height: 28px;
	font-family: "microsoft yahei", 'PingFang SC', 'Myriad Pro', "AvantGarde Bk BT", "Arial", 'Helvetica Neue', 'Helvetica', 'sans-serif';
	color: #333333;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: normal;
}
ul, ol, li {
	list-style: none;
}
input {
	background: none;
	border: 0 none;
}
img, iframe {
	border: 0px;
}
em, i {
	font-style: normal;
}
button, input, select, textarea {
	font-size: 100%;
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.red {
	color: #ba292e;
}
.fl, .left {
	float: left;
}
.fr, .right {
	float: right;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.poa {
	position: absolute;
}
.por {
	position: relative;
}/*
.hidden {
	display: none;
}*/
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.ico {
	background: url(../images/ico.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.icon {
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
a {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #19932f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.ease, .ease * {
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.noease, .noease * {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
:-moz-placeholder {
color: #aaa;
}
::-moz-placeholder {
color: #aaa;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #aaa;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #aaa;
}
/*清除浮动*/
.clearfix {
*zoom: 1;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/********.fixtool*********/
/*******index css*******/
.index .indexTit {
	text-align: center;
	padding-top: 50px;
}
.index .indexTit .tit {
	font-size: 36px;
	color: #333;
	font-weight: bold;
	line-height: 36px;
}
.index .indexTit .tit span {
	color: #19932f;
	display: inline-block;
	padding-left: 10px;
}
.index .indexTit .subtit {
	font-size: 16px;
	color: #858484;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	width: 1200px;
	margin: 0 auto;
	margin-top: 14px;
}
/*产品中心*/
.index .floor_1_main {
	width: 100%;
	margin-top: 55px;
}
.floor_1 {
	padding-top: 54px;
	display: inline-block;
	width: 1200px;
}
.floor_1 dl dt {
	width: 600px;
	height: 440px;
	overflow: hidden;
	float: left;
	position: relative;
}
.floor_1 dl dt img {
	width: 600px;
	height: 440px;
	display: block;
	transition: all .36s ease;
}
.floor_1 dl dt a:hover img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
.floor_1 dl dt p {
	background: url(../images/h2_03.jpg) center center no-repeat;
	width: 600px;
	height: 73px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.floor_1 dl dt p span {
	float: left;
	display: block;
	line-height: 73px;
	font-size: 20px;
	color: #fff;
	padding-left: 38px;
	transition: all .36s ease;
}
.floor_1 dl dt p i {
	float: right;
	display: block;
	width: 42px;
	height: 5px;
	background-position: -84px -0px;
	margin-right: 40px;
	margin-top: 36px;
	transition: all .36s ease;
}
.floor_1 dl dt a:hover p span {
	padding-left: 34px;
}
.floor_1 dl dt a:hover p i {
	margin-right: 36px;
}
.floor_1 dl dd {
	float: left;
	width: 600px;
	height: 440px;
}
.floor_1 dl dd ul {
	display: inline-block;
}
.floor_1 dl dd ul li {
	float: left;
	width: 278px;
	height: 210px;
	overflow: hidden;
	margin-left: 20px;
	margin-bottom: 20px;
	position: relative;
	border: 1px solid #eeeae1;
}
.floor_1 dl dd ul li img {
	width: 280px;
	height: 210px;
}
.floor_1 dl dd ul li .d1 {
	background: url(../images/h3_03.png);
	width: 280px;
	height: 210px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	opacity: 0;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
	visibility: hidden;
}
.floor_1 dl dd ul li .d1 h3 {
	font-size: 20px;
	color: #fff;
	padding-top: 10px;
}
.floor_1 dl dd ul li .d1 i {
	display: block;
	width: 44px;
	height: 44px;
	background-position: -138px -0px;
	margin: 0 auto;
	margin-top: 72px;
}
.floor_1 dl dd ul li:hover .d1 {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.floor_1 dl dt em {
	background: url(../images/h3_03.png);
	width: 100%;
	text-align: center;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
	visibility: hidden;
}
.floor_1 dl dt em span {
	font-size: 26px;
	color: #fff;
	display: block;
	padding-top: 180px;
}
.floor_1 dl dt em s {
	display: inline-block;
	width: 44px;
	height: 44px;
	background-position: -138px -0px;
	margin-top: 12px;
}
.floor_1 dl dt:hover {
	-moz-box-shadow: 0 4px 15px -4px rgba(0,0,0,.12);
	-webkit-box-shadow: 0 4px 15px -4px rgba(0,0,0,.12);
	box-shadow: 0 4px 15px -4px rgba(0,0,0,.12);
	z-index: 34;
}
.floor_1 dl dt:hover em {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.floor_1 dl dt:hover p {
	display: none;
}
/*我们的技术*/
.xbanner {
	background: url(../images/xbanner.jpg) center center no-repeat;
	width: 100%;
	height: 200px;
	margin-top: 94px;
}
.xbanner1 {
	background: url(../images/ixbannerbg2.jpg) center center no-repeat;
	width: 100%;
	height: 200px;
	margin-top: 82px;
}
.xbanner .slip_tit {
	width: 772px;
}
.xbanner .slip_tit .tit1 {
	padding-top: 55px;
	font: bold 32px "microsoft yahei";
	color: #fff;
}
.xbanner .slip_tit .tit2 {
	margin-top: 14px;
	font-size: 24px;
	color: #fff;
}
.xbanner .slip_btn {
	width: 250px;
	text-align: center;
	margin-right: 30px;
}
.xbanner .slip_btn span {
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 18px;
	padding-top: 40px;
	padding-bottom: 5px;
}
.xbanner .slip_btn span i {
	width: 16px;
	height: 16px;
	background-position: -0px -141px;
	margin-right: 7px;
}
.xbanner .slip_btn p {
	font-weight: bold;
	font-size: 34px;
	color: #fff;
	font-family: "Arial";
	line-height: 36px;
}
.xbanner .slip_btn a {
	display: block;
	width: 250px;
	height: 46px;
	background-position: 0px -217px;
	margin-top: 16px;
	font-size: 18px;
	color: #fff;
	line-height: 46px;
	position: relative;
	background: -moz-linear-gradient(top, #005197, #1872bf);
	background: -webkit-linear-gradient(top, #005197, #1872bf);
	background: -o-linear-gradient(top, #005197, #1872bf);
	background: linear-gradient(top, #005197, #1872bf);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.xbanner .slip_btn a:hover {
	background: -moz-linear-gradient(bottom, #005197, #1872bf);
	background: -webkit-linear-gradient(bottom, #005197, #1872bf);
	background: -o-linear-gradient(bottom, #005197, #1872bf);
	background: linear-gradient(bottom, #005197, #1872bf);
}
.xbanner .slip_btn a img {
	width: 250px;
	height: 0;
	transition: all .36s ease;
	position: absolute;
	left: 0;
	top: 46px;
}
.xbanner .slip_btn a:hover img {
	height: 250px;
}
.floor_3_main {
	padding-top: 50px;
	background: #fff;
}
.floor_3_1 {
	margin-top: 46px;
}
.floor_3_main .proAdvant {
	margin-top: 60px;
}
.floor_3_main .proAdvant .list {
	width: 106%;
}
.floor_3_main .proAdvant .list li {
	float: left;
	width: 278px;
	margin-right: 120px;
}
.floor_3_main .proAdvant .list li a {
	display: block;
}
.floor_3_main .proAdvant .list li:first-child {
	margin-left: 60px;
}
.floor_3_main .proAdvant .list li .img {
	width: 134px;
	height: 150px;
	margin: 0 auto;
	transition: all .5s;
	margin-left: 72px;
}
.floor_3_main .proAdvant .list li .title {
	margin-top: 30px;
}
.floor_3_main .proAdvant .list li .tit {
	font-size: 24px;
	text-align: center;
	color: #118c3c;
}
.floor_3_main .proAdvant .list li .cont {
	margin-top: 20px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #666;
}
.floor_3_main .proAdvant .list li:hover .img {
	margin-top: -10px;
	transition: all .5s;
}
.floor_3_main .proAdvant .list li:hover .tit {
	font-weight: bold;
}
.floor_4_main {
	background: url(../images/t9_02.jpg) center center no-repeat;
	width: 100%;
	height: 791px;
	margin-top: 80px;
}
.floor_4_main .indexTit {
	padding-top: 66px;
}
.floor_4_main .indexTit .tit, .floor_4_main .indexTit .tit span {
	color: #fff;
}
.floor_4_main .indexTit .subtit {
	color: #fff;
}
.floor_4_1 {
	width: 100%;
	height: 518px;
	position: relative;
	overflow: hidden;
	margin-top: 50px;
}
.floor_4_1 {
	width: 100%;
	min-width: 1200px;
	height: 518px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.floor_4_1 .bd {
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -880px
}
.floor_4_1 .bd li {
	width: 800px;
	overflow: hidden;
	border-radius: 10px;
	margin: 0 43px;
	position: relative;
}
.floor_4_1 .bd li img {
	display: block;
	width: 800px;
	height: 450px;
}
.floor_4_1 .bd li .hui {
	background: url(../images/h8_03.png) center center;
	width: 100%;
	height: 157px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: left;
}
.floor_4_1 .bd li .hui p {
	font-size: 24px;
	color: #fff;
	line-height: 24px;
	float: left;
	width: 560px;
	margin-left: 45px;
	padding-top: 60px;
}
.floor_4_1 .bd li .hui p span {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	padding-top: 14px;
}
.floor_4_1 .bd li .hui i {
	display: block;
	float: right;
	width: 43px;
	height: 43px;
	background-position: -92px -61px;
	margin-top: 78px;
	margin-right: 70px;
}
.floor_4_1 .bd li:hover .hui {
	display: none;
}
.floor_4_1 .bd li .dl {
	background-color: rgba(54,187,102,0.9);
	position: absolute;
	left: 50%;
	top: 128px;
	width: 500px;
	height: 200px;
	border-radius: 10px;
	margin-left: -250px;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.floor_4_1 .bd li .dl i {
	width: 44px;
	height: 44px;
	background-position: -152px -51px;
	position: absolute;
	left: -18px;
	top: -22px;
}
.floor_4_1 .bd li .dl p {
	font-size: 30px;
	color: #fff;
	line-height: 30px;
	font-weight: bold;
	padding-top: 38px;
	padding-left: 36px;
}
.floor_4_1 .bd li .dl span {
	display: block;
	width: 420px;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	padding-top: 22px;
	margin-left: 36px;
}
.floor_4_1 .tempWrap {
	overflow: visible !important
}
.floor_4_1 .tempWrap ul {
	margin-left: -1338px !important;
}
.floor_4_1 .hd {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 1;
	height: 12px;
	bottom: 20px;
	text-align: center;
}
.floor_4_1 .hd li {
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 10px;
	height: 10px;
	line-height: 99px;
	overflow: hidden;
	margin: 0 8px;
	cursor: pointer;
	border-radius: 20px;
	border: #fff solid 2px;
}
.floor_4_1 .hd li.on {
	background-color: #36c565;
	border: #36c565 solid 2px;
}
.floor_4_1 .pnBtn.prev .arrow {
	display: none;
	position: absolute;
	top: 208px;
	z-index: 1;
	width: 17px;
	height: 33px;
	background-position: -232px 0;
	left: 50%;
}
.floor_4_1 .pnBtn.next .arrow {
	display: none;
	position: absolute;
	top: 208px;
	z-index: 1;
	width: 17px;
	height: 33px;
	background-position: -200px 0;
	left: 50%;
}
.floor_4_1 .pnBtn.prev .arrow:hover {
	background-position: -232px -0;
}
.floor_4_1 .pnBtn.next .arrow:hover {
	background-position: -200px -0;
}
.floor_4_1 .pnBtn.prev .arrow {
	margin-left: 432px;
}
.floor_4_1 .pnBtn.next .arrow {
	margin-left: -458px;
}
.floor_4_1 .blackBg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 450px;
	background: #fff;
	filter: alpha(opacity=1);
	opacity: 0.01;
	left: -50%;
	margin-left: -488px;
}
.floor_4_1 .blackBg1 {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 450px;
	background: #fff;
	filter: alpha(opacity=1);
	opacity: 0.01;
	left: 50%;
	margin-left: 484px;
}
.floor_4_1 .bd li:hover .dl {
	opacity: 1;
	visibility: visible;
}
/*新闻中心*/
.adMain {
	width: 100%;
	height: 565px;
	background: url(../images/a2_02.jpg) center center no-repeat;
	position: relative;
	overflow: hidden;
}
.adMain .part1 {
	padding-top: 60px;
}
.adMain .part1 h3 {
	font-size: 32px;
	color: #fff;
	line-height: 32px;
	width: 466px;
	border-left: #fff solid 1px;
	padding-left: 48px;
	font-weight: bold;
}
.adMain .part1 h3 span {
	display: block;
	font-size: 16px;
	color: #c4d5ec;
	line-height: 30px;
	padding-top: 16px;
	font-weight: normal;
}
.adMain .part1 .t1 {
	position: relative;
	width: 518px;
	margin-top: 24px;
	height: 110px;
}
.adMain .part1 .t1 i {
	display: block;
	width: 28px;
	height: 24px;
	background-position: -162px -180px;
	position: absolute;
	left: 0;
	top: 0;
}
.adMain .part1 .t1 h4 {
	font-size: 20px;
	color: #fff;
	line-height: 20px;
	width: 466px;
	font-weight: normal;
	padding-left: 48px;
	padding-top: 6px;
}
.adMain .part1 .t1 h4 span {
	display: block;
	font-size: 14px;
	color: #c4d5ec;
	line-height: 30px;
	padding-top: 16px;
}
.adMain .part1 .t1 em {
	display: block;
	width: 28px;
	height: 24px;
	background-position: -218px -180px;
	position: absolute;
	right: 0;
	top: 80px;
}
.adMain .picFocus {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 0;
}
.adMain .picFocus .hd {
	width: 46%;
	margin-left: 4%;
	float: left;
	margin-top: 300px;
}
.adMain .picFocus .hd ul {
	display: inline-block;
	width: 466px;
}
.adMain .picFocus .hd ul li {
	width: 233px;
	height: 62px;
	border-bottom: #517dbe solid 1px;
	float: left;
	margin-top: 40px;
	position: relative;
}
.adMain .picFocus .hd ul li h4 {
	font-size: 20px;
	color: #fff;
	line-height: 20px;
	width: 466px;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: -144px;
	display: none;
}
.adMain .picFocus .hd ul li h4 span {
	display: block;
	font-size: 14px;
	color: #c4d5ec;
	line-height: 30px;
	padding-top: 16px;
}
.adMain .picFocus .hd ul li i {
	display: block;
	float: left;
	width: 35px;
	height: 41px;
	background-position: -167px -106px;
}
.adMain .picFocus .hd ul li.li2 i {
	display: block;
	float: left;
	width: 35px;
	height: 41px;
	background-position: -214px -106px;
}
.adMain .picFocus .hd ul li.li3 i {
	display: block;
	float: left;
	width: 35px;
	height: 41px;
	background-position: -260px -106px;
}
.adMain .picFocus .hd ul li.li4 i {
	display: block;
	float: left;
	width: 35px;
	height: 41px;
	background-position: -298px -106px;
}
.adMain .picFocus .hd ul li p {
	float: left;
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	padding-left: 10px;
}
.adMain .picFocus .hd ul li p span {
	display: block;
	font-size: 14px;
	color: #ddd;
	line-height: 14px;
	padding-top: 6px;
}
.adMain .picFocus .hd ul li s {
	width: 200px;
	height: 2px;
	background-color: #b43232;
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	display: none;
}
.adMain .picFocus .hd ul li.on h4 {
	display: block;
}
.adMain .picFocus .hd ul li.on s {
	display: block;
}
.adMain .picFocus .bd {
	width: 50%;
	float: left;
	height: 565px;
}
.adMain .picFocus .bd ul li {
	width: 965px;
	height: 565px;
}
.adMain .picFocus .bd ul li img {
	width: 100%;
	height: 565px;
	background-size: 100%;
}
.adMain .picFocus .hd ul li.li2 h4 {
	left: -233px;
}
.adMain .picFocus .hd ul li.li3 h4 {
	left: 0px;
	top: -247px;
}
.adMain .picFocus .hd ul li.li4 h4 {
	left: -233px;
	top: -247px;
}
/*新闻中心*/
.index .floor_5_main {
	width: 100%;
	padding-top: 50px;
	overflow: hidden;
	padding-bottom: 100px;
}
.floor_5_1 {
	width: 1200px;
	height: 372px;
	padding-top: 76px;
}
.floor_5_1 .layB {
	width: 1200px;
	height: 372px;
	position: relative;
}
.floor_5_1 .layB .tbC {
	position: relative;
	width: 1200px;
	height: 372px;
}
.floor_5_1 .layB .tbC .prev {
	width: 40px;
	height: 90px;
	background-color: #ddd;
	position: absolute;
	left: -58px;
	top: 118px;
}
.floor_5_1 .layB .tbC .next {
	width: 40px;
	height: 90px;
	background-color: #ddd;
	position: absolute;
	right: -58px;
	top: 118px;
}
.floor_5_1 .layB .tbC .prev:hover, .floor_5_1 .layB .tbC .next:hover {
	background-color: #19932f;
}
.floor_5_1 .layB .tbC .prev span {
	width: 14px;
	height: 26px;
	background-position: -51px -158px;
	margin-top: 32px;
	margin-left: 13px;
}
.floor_5_1 .layB .tbC .next span {
	width: 14px;
	height: 26px;
	background-position: -69px -158px;
	margin-top: 32px;
	margin-left: 13px;
}
.floor_5_1 .layB .tbC .slide {
	width: 1200px;
	height: 372px;
}
.floor_5_1 .layB .tbC .slide ul {
	display: inline-block;
}
.floor_5_1 .layB .tbC .slide ul li {
	width: 583px;
	height: 148px;
	background-color: #fffcfc;
	border: #ddd solid 1px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	transition: all .36s ease;
}
.floor_5_1 .layB .tbC .slide ul li:nth-child(2n) {
	margin-right: 0;
}
.floor_5_1 .layB .tbC .slide ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.floor_5_1 .layB .tbC .slide ul li em {
	float: left;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #666;
	font-family: "Arial";
	margin-left: 30px;
	margin-top: 40px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_5_1 .layB .tbC .slide ul li em span {
	display: block;
	font-size: 60px;
	color: #999;
	line-height: 50px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_5_1 .layB .tbC .slide ul li h3 {
	width: 440px;
	float: left;
	padding-top: 25px;
	margin-left: 20px;
}
.floor_5_1 .layB .tbC .slide ul li p {
	font-size: 20px;
	color: #333;
	width: 440px;
	line-height: 20px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_5_1 .layB .tbC .slide ul li p span {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	padding-top: 14px;
	font-weight: normal;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_5_1 .layB .tbC .slide ul li:hover em, .floor_5_1 .layB .tbC .slide ul li:hover em span, .floor_5_1 .layB .tbC .slide ul li:hover p, .floor_5_1 .layB .tbC .slide ul li:hover p span {
	color: #fff;
}
.floor_5_1 .layB .tbC .slide ul li:hover {
	background-color: #19932f;
	border: #19932f solid 1px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	transition: all .36s ease;
}
.floor_5_2 {
	position: relative;
	height: 50px;
	text-align: center;
}
.floor_5_2 i {
	width: 1200px;
	height: 1px;
	background-color: #ccc;
	display: block;
	position: absolute;
	left: 0;
	top: 24px;
	z-index: 1;
}
.floor_5_2 a {
	display: block;
	width: 198px;
	height: 48px;
	background-color: #fff;
	border: #ccc solid 1px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	line-height: 48px;
	font-size: 16px;
	color: #333;
}
.floor_5_2 a:hover {
	background-color: #19932f;
	border: #19932f solid 1px;
	color: #fff;
}
.index .floor_6_main {
	background: url(../images/h9_02.jpg) center center no-repeat;
	width: 100%;
	height: 624px;
}
.index .floor_6_main .floor_6_1 {
	width: 1200px;
	height: 510px;
	position: relative;
	padding-top: 106px;
}
.index .floor_6_main .floor_6_1 dl {
	display: inline-block;
	width: 1200px;
}
.index .floor_6_main .floor_6_1 dl dt {
	float: left;
	width: 410px;
	margin-left: 90px;
	padding-top: 88px;
}
.index .floor_6_main .floor_6_1 dl dt h3 {
	font-size: 48px;
	color: #19932f;
	line-height: 48px;
}
.index .floor_6_main .floor_6_1 dl dt i {
	display: block;
	background: url(../images/h10_06.jpg) center center no-repeat;
	width: 100px;
	height: 4px;
	margin-top: 18px;
}
.index .floor_6_main .floor_6_1 dl dt p {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 27px;
	margin-top: 36px;
	height: 196px;
	text-align: justify;
	overflow: hidden;
}
.index .floor_6_main .floor_6_1 dl dt a {
	display: block;
	width: 182px;
	height: 45px;
	background-position: -102px -119px;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	color: #fff;
	transition: all .36s ease;
}
.index .floor_6_main .floor_6_1 dl dt a:hover {
	margin-left: 4px;
}
.index .floor_6_main .floor_6_1 dl dd {
	float: right;
	width: 654px;
	margin-right: 4px;
}
.index .floor_6_main .floor_6_1 dl dd p {
	font-size: 24px;
	color: #333;
	line-height: 40px;
	padding-left: 54px;
}
.index .floor_6_main .floor_6_1 dl dd img {
	width: 655px;
	height: 420px;
	display: block;
	margin-top: 18px;
}
.floor_6_3 {
	display: block;
	clear: left;
	width: 1200px;
	margin-top: 80px;
}
.floor_6_3 .parHd {
	height: 45px;
	width: 1200px;
	position: relative;
}
.floor_6_3 .parHd s {
	display: block;
	width: 410px;
	height: 1px;
	background-color: #eee;
	position: absolute;
	left: 0;
	top: 22px;
}
.floor_6_3 .parHd b {
	display: block;
	width: 410px;
	height: 1px;
	background-color: #eee;
	position: absolute;
	right: 0;
	top: 22px;
}
.floor_6_3 .parHd ul {
	display: block;
	width: 380px;
	height: 45px;
	margin: 0 auto;
}
.floor_6_3 .parHd ul li {
	display: block;
	width: 178px;
	height: 43px;
	float: left;
	border: #eee solid 1px;
	background-color: #fff;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_6_3 .parHd ul li a {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 43px;
	text-align: center;
}
.floor_6_3 .parHd ul li:hover, .floor_6_3 .parHd ul li.on {
	background-color: #19932f;
	border: #19932f solid 1px;
}
.floor_6_3 .parHd ul li:hover a, .floor_6_3 .parHd ul li.on a {
	color: #fff;
}
.floor_6_3 .parHd ul li:nth-child(2) {
	margin-left: 20px;
}
.floor_6_3 .parHd ul li:first-child+li {
	margin-left: 20px;
}
.floor_6_3 .parBd {
	width: 1200px;
	height: 200px;
	margin-top: 50px;
}
.floor_6_3 .parBd .slideBox {
	width: 1200px;
	height: 200px;
	position: relative;
}
.floor_6_3 .parBd .slideBox .sPrev {
	width: 40px;
	height: 90px;
	background-color: #ddd;
	position: absolute;
	left: -58px;
	top: 62px;
}
.floor_6_3 .parBd .slideBox .sNext {
	width: 40px;
	height: 90px;
	background-color: #ddd;
	position: absolute;
	right: -58px;
	top: 62px;
}
.floor_6_3 .parBd .slideBox .sPrev:hover, .floor_6_3 .parBd .slideBox .sNext:hover {
	background-color: #343d44;
}
.floor_6_3 .parBd .slideBox .sPrev span {
	width: 14px;
	height: 26px;
	background-position: -51px -158px;
	margin-top: 32px;
	margin-left: 13px;
}
.floor_6_3 .parBd .slideBox .sNext span {
	width: 14px;
	height: 26px;
	background-position: -69px -158px;
	margin-top: 32px;
	margin-left: 13px;
}
.floor_6_3 .parBd .slideBox ul {
	width: 1200px;
	height: 214px;
}
.floor_6_3 .parBd .slideBox ul li {
	float: left;
	width: 290px;
	height: 214px;
	position: relative;
	margin-right: 13px;
	overflow: hidden;
	text-align: center;
}
.floor_6_3 .parBd .slideBox ul li img {
	width: 290px;
	height: 214px;
	background-size: 100%;
	transition: all .36s ease;
}
.floor_6_3 .parBd .slideBox ul li p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 290px;
	height: 36px;
	background: url(../images/t13_03.png);
	font-size: 14px;
	color: #fff;
	line-height: 36px;
}
.floor_6_3 .parBd .slideBox ul li:hover img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
.floor_7_main {
	height: 60px;
	width: 100%;
	line-height: 60px;
	background-color: #19932f;
}
.floor_7_main .tit {
	float: left;
	width: 80px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.floor_7_main ul {
	display: inline-block;
	float: right;
	width: 1120px;
	height: 60px;
	line-height: 60px;
}
.floor_7_main ul li {
	float: left;
	height: 60px;
	line-height: 60px;
	padding-right: 10px;
}
.floor_7_main ul li a {
	display: block;
	font-size: 14px;
	color: #fff;
}
.floor_7_main ul li a:hover {
	color: #f1f1f1;
}
/* Underline From Center2 */
.hvr-underline-from-center2 {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}
.hvr-underline-from-center2:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: -1px;
	background: #19932f;
	height: 2px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-underline-from-center2:hover:before, .hvr-underline-from-center2.hover:before, .hvr-underline-from-center2:focus:before, .hvr-underline-from-center2:active:before {
	left: 0;
	right: 0;
}
.hvr-underline-from-center2:hover, .hvr-underline-from-center2.hover {
*height: 43px;
*border-bottom: 2px solid #19932f;
*line-height: 43px;
}
.ntpo {
	padding-top: 30px;
	padding-bottom: 30px;
}
.ntpo .t2 {
	padding: 28px 0 48px;
	text-align: center;
}
.ntpo .t2 .titb {
	font-size: 30px;
	margin-bottom: 16px;
}
.ntpo .t2 .txt {
	font-size: 14px;
	line-height: 24px;
}
.ntpo .t2 .txt span {
	font-weight: bold;
	color: #19932f;
}
@-webkit-keyframes scale {
0% {
-webkit-transform: scale(1);
}
50% {
-webkit-transform: scale(1.02);
}
100% {
-webkit-transform: scale(1);
}
}
@keyframes scale {
0% {
transform: scale(1);
}
50% {
transform: scale(1.02);
}
100% {
transform: scale(1);
}
}
/*# sourceMappingURL=style.css.map */
