﻿@charset "utf-8";

/*==========@@HTML默认 开始@@==========*/
/*基本*/
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,
textarea {
	font-size: 14px;
	line-height: 28px;
	font-family: "microsoft yahei", "Arial Black";
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 14px;
	font-weight: normal;
}

ul,
ol {
	list-style: none;
}

img {
	border: 0px;
	display: block;
	margin: 0;
	padding: 0;
}

em,
i,
strong {
	font-style: normal;
}

.flex {
	display: flex;
	justify-content: space-around;
}

button,
input,
select,
textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #fff;
}

* {
	padding: 0px;
	margin: 0px
}

div {
	margin: 0;
	padding: 0;
	border: 0;
}

p {
	margin: 0;
}

b,
strong {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	/* Remove most spacing between table cells.*/
}

li {
	list-style: none outside none;
}

/*链接*/
a {
	text-decoration: none;
	color: #333;
	background: transparent;
	outline: none
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	color: #127a44;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

/*表单*/
form {
	margin: 0;
}

button,
input,
select,
textarea {
	font-size: 100%;
	/* Correct font size not being inherited in all browsers. */
	margin: 0;
	/* Address margins set differently in IE 6/7, Firefox 3+, Safari 5,and Chrome */
	vertical-align: baseline;
	/* Improve appearance and consistency in all browsers */
	*vertical-align: middle;
	/* Improve appearance and consistency in all browsers */
}

button,
select {
	text-transform: none;
}

input {
	line-height: normal;
	border: none;
}

/*其它*/
blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

pre {
	margin: 1em 0;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	/* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dd {
	margin: 0;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

.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;
}

/*==========@@HTML默认 结束@@==========*/
/*==========@@通用 开始@@==========*/
/*常用颜色*/
.red {
	color: #F00 !important;
}

/*清除浮动*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix {
	*zoom: 1;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

/*其它*/
.hidden {
	display: none;
}

/*必须输入，主要*/
.required {
	color: red;
	font-weight: bold;
}

.form_text_verifycode {
	width: 80px;
}

.form_radio {
	width: auto;
	border: 0;
}

.form_checkbox {
	width: auto;
	border: 0
}

/*网站公用样式表*/
.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.w1300 {
	width: 1200px;
	margin: 0 auto;
}

.icon {
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.icoc {
	background: url(../images/icona.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.nybanner {
	width: 100%;
	height: 350px;
	overflow: hidden;
	position: relative;
}

.nybanner img {
	width: 100%;
	display: block;
	/* position: absolute; */
	/* left: 50%; */
	/* margin-left: -960px; */
	/* top: 0; */
}

/*top_main*/
.top_main {
	width: 100%;
	height: 37px;
	line-height: 38px;
	position: relative;
	z-index: 80;
	background-color: #f5f5f5;
	color: #666;
	font-size: 13px;
	border-bottom: 1px solid #ddd;
}

.top_main li {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0 8px;
}

.top_main .split {
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #666;
	vertical-align: middle;
	margin: 0;
	margin-top: -2px;
}

.top_main li a {
	color: #666;
	cursor: pointer;
}

.top_main li a:hover {
	color: #dc0000;
}

/*header_main*/
.header_main {
	width: 100%;
	height: 130px;
	z-index: 100;
	background: #fff;
}

.header_main .logo {
	display: block;
	margin-top: 20px;
}

.header_main .logo img {
	width: 100%;
	height: 100%;
	display: block;
}

.header_main .tel {
	width: 300px;
	padding: 38px 0 0 0;
	line-height: 26px;
	margin-left: 30px;
}

.header_main .tel b {
	color: #666;
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
}

.header_main .tel span {
	color: #007440;
	font-size: 28px;
	line-height: 40px;
	font-weight: bold;
	font-family: arial;
	display: inline-block;
}

.header_main .tel s {
	width: 57px;
	height: 57px;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	background-position: 0 0;
}

.nav_main {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #007440;
	position: relative;
	z-index: 3;
}

.nav .list {
	width: 102%;
	margin: 0 auto;
	height: 48px;
	line-height: 48px;
	position: relative;
}

.nav_main .nav {
	width: 1200px;
	margin: 0 auto;
}

.nav_main .nav li {
	float: left;
	width: 150px;
	height: 60px;
	line-height: 60px;
	display: block;
	position: relative;
	z-index: 10;
	font-size: 16px;
	text-align: center;
}

.nav_main .nav li:first-child {
	background: none;
}

.nav_main .nav li a {
	display: block;
	color: #fff;
	font-size: 16px;
}

.nav_main .nav li a:hover,
.nav_main .nav li a.hover,
.nav_main .nav li.hover {
	background: #8ec31f;
}

.nav_main .nav dl {
	width: 100%;
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 12;
	border: 1px solid #007440;
	border-top: 0;
}

.nav_main .nav dl {
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	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);
}

.nav_main .nav li:hover dl {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.nav_main .nav dl dd {
	line-height: 44px;
	height: 44px;
	text-align: left;
	position: relative;
	z-index: 12;
	display: block;
	width: 100%;
	border-top: 1px solid #8ec31f;
}

.nav_main .nav dl dd:first-child {
	border: none;
}

.nav_main .nav dl dd a {
	color: #fff;
	font-size: 14px;
	padding: 0;
	width: 100%;
	background: #007440;
	text-align: center;
}

/* banner */
#banner_main {
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#banner_main .banner {
	height: 560px;
}

#banner {
	width: 100%;
	min-width: 1000px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

#banner,
.banner ul {
	max-height: 650px;
	overflow: hidden;
}

.banner li {
	width: 100%;
	position: absolute;
	z-index: 1;
	overflow: hidden;
}

.banner li img {
	width: 1920px;
	width: 100%;
	display: block;
	position: relative;
	/* left: 50%; */
	/* margin-left: -960px; */
	/* margin-left: 50%; */
	/* top: 0; */
}

#banner .tip {
	width: 1000px;
	height: 20px;
	line-height: 0;
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	bottom: 2px;
	z-index: 3;
}

#banner .tip span {
	height: 4px;
	margin: 0 2px;
	width: 48px;
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	background: #fff;
	opacity: .6;
	filter: Alpha(opacity=60);
	*zoom: 1;
}

#banner .tip span.cur {
	background-color: #007440;
	opacity: 1;
	filter: Alpha(opacity=100);
}

#banner #btn_prev,
#banner #btn_next {
	width: 40px;
	height: 90px;
	position: absolute;
	top: 50%;
	z-index: 5;
	margin-top: -45px;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}

#banner #btn_prev {
	background-position: 0 0;
	left: 5%;
}

#banner #btn_next {
	background-position: -50px 0;
	right: 5%;
}

#banner #btn_prev:hover {
	background-position: 0 -98px;
}

#banner #btn_next:hover {
	background-position: -50px -98px;
}

/*搜索栏*/
/* search */
.announ_main {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #efefef;
}

.announ_main .announ_right {
	width: 285px;
	padding-top: 12px;
}

.announ_main .announ_right .search {
	width: 282px;
	height: 36px;
	line-height: 36px;
	background: none;
	position: relative;
	border: 1px solid #e5e5e5;
}

.announ_main .announ_right .search input {
	outline: none;
	border: 0 none;
	height: 36px;
	line-height: 36px;
}

.announ_main .announ_right .search .txt {
	width: 200px;
	background: none;
	padding-left: 15px;
	display: block;
	color: #999;
}

.announ_main .announ_right .search .btn {
	width: 50px;
	background: url(../images/sou.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	border-left: 1px solid #e5e5e5;
}

.announ_main .announ_left span {
	display: inline-block;
	color: #212121;
}

.announ_main .announ_left a {
	display: inline-block;
	color: #8d8d8d;
	padding: 0 10px 0 0;
}

.announ_main .announ_left a s {
	width: 1px;
	height: 16px;
	display: inline-block;
	margin-right: 10px;
	background: #e9e9e9;
	vertical-align: middle;
}

.announ_main .announ_left a:first-child s {
	display: none;
}

/*banner end*/
.transs {
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.index .title {
	text-align: center;
	width: 100%;
	padding-bottom: 20px;
}

.index .title h3 {
	font-size: 28px;
	font-weight: normal;
	display: block;
	line-height: 10px;
	background: url(../images/title.png) no-repeat center;
	margin-top: -10px;
}

.index .title p {
	color: #666;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 40px;
}

.index .title h3 b {
	display: inline-block;
	font-weight: normal;
	color: #127a44;
}

.index .tab {
	text-align: center;
	padding-top: 0px;
}

.index .tab a {
	padding: 0 20px;
	padding: 0 15px;
	height: 32px;
	line-height: 32px;
	width: 100px;
	border: 1px solid #ddd;
	font-size: 14px;
	display: inline-block;
	margin: 6px;
	color: #333;
	border-radius: 20px;
	margin-bottom: 30px;
	margin-top: 15px;
}

.index .tab a:hover {
	color: #fff;
	background: #007440;
	border-color: #007440;
}

.ia .tab {
	text-align: center;
	padding-top: 0px;
}

.ia .tab a {
	padding: 0 20px;
	padding: 0 15px;
	height: 32px;
	line-height: 32px;
	width: 100px;
	border: 1px solid #ddd;
	font-size: 14px;
	display: inline-block;
	margin: 12px;
	margin: 7px;
	color: #333;
	border-radius: 20px;
	margin-bottom: 20px;
	margin-top: -10px;
}

.ia .tab a:hover {
	color: #fff;
	background: #007440;
	border-color: #007440;
}


.index .floor_1_main {
	background: url(../images/flo1.jpg) repeat-x left bottom #fff;
	padding-top: 80px;
	padding-bottom: 80px;
}

.ipro {
	position: relative;
}

.ipro .bd {
	overflow: hidden;
}

.ipro .item {
	float: left;
	width: 285px;
	display: block;
	margin-bottom: 25px;
	margin-right: 15px;
	position: relative;
}

.ipro .item a {
	display: block;
	position: relative;
}

.ipro .item a.img {
	width: 100%;
	height: 218px;
	overflow: hidden;
	position: relative;
}

.ipro .item img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	width: 100%;
	height: 100%;
	display: block;
}

.ipro .item:hover img {
	transform: scale(1.06, 1.06);
}

.ipro .item a.txt {
	border: 1px solid #ddd;
	background: #fff;
	height: 68px;
	line-height: 68px;
	position: relative;
	border-top: 0 none;
}

.ipro .item h3 {
	font-weight: normal;
	text-align: left;
	padding-left: 20px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	font-size: 16px;
}

.ipro .item em {
	right: 30px;
	top: 28px;
	width: 10px;
	height: 16px;
	background-position: -248px 0;
	display: block;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.ipro .item:hover h3 {
	padding-left: 10px;
}

.ipro .item:hover em {
	background-position: -268px 0;
}

.ipro .item:hover .txt {
	background: #127a44;
	color: #fff;
	border: 1px solid #127a44;
	border-top: 0 none;
}

.item_mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: Alpha(opacity=0);
	*zoom: 1;
	-webkit-transform: rotateX(180deg) scale(0.5, 0.5);
	transform: rotateX(180deg) scale(0.2, 0.2);
	transition: all ease-out .5s
}

.item_link_icon {
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	background-position: -100px -156px;
	line-height: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
	opacity: 0;
	filter: Alpha(opacity=0);
	*zoom: 1;
}

.ipro .item:hover .item_mask {
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-transform: rotateX(0deg) scale(1, 1);
	transform: rotateX(0deg) scale(1, 1);
	transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
	background: rgba(0, 0, 0, 0.3);
}

.ipro .item:hover .item_link_icon {
	transform: translateY(-21px);
	opacity: 1;
	filter: Alpha(opacity=100);
}

a.btn {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 28%;
	cursor: pointer;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}

a.btn.prev {
	background-position: -100px -50px;
	left: -5%;
}

a.btn.next {
	background-position: -190px -50px;
	right: -5%;
}

a.btn.prev:hover {
	background-position: -145px -50px;
}

a.btn.next:hover {
	background-position: -236px -50px;
}

.index .floor_5_main {
	background: url(../images/flo5.jpg) no-repeat center top;
	height: 818px;
	overflow: hidden;
}

.index .floor_2,
.index .floor_3 {
	padding: 60px 0 40px 0;
	position: relative;
}

.index .icase {
	overflow: hidden;
}

.index .icase .list {
	zoom: 1;
	width: 119%;
}

.index .icase .list li {
	float: left;
	margin-right: 20px;
	margin-bottom: 21px;
	width: 282px;
}

.index .icase .list li .img {
	width: 282px;
	height: 215px;
	overflow: hidden;
	display: block;
	position: relative;
	cursor: pointer;
	border: 1px solid #efefef;
	padding: 4px
}

.index .icase .list li .img img {
	width: 282px;
	transition: .9s;
	-moz-transition: .9s;
	-webkit-transition: .9s;
	-o-transition: .9s;
	height: 215px;
}

.index .icase .list li .img .on {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: Alpha(opacity=0);
	*zoom: 1;
	-webkit-transform: rotateX(180deg) scale(0.5, 0.5);
	transform: rotateX(180deg) scale(0.2, 0.2);
	transition: all ease-out .5s
}

.index .icase .list li .img .on i {
	width: 65px;
	height: 65px;
	background-position: -150px -147px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -32px;
	margin-left: -32px;
}

.index .icase .list li .p {
	color: #333;
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	padding: 4px;
	border: 1px solid #efefef;
}

.index .icase .list li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.index .icase .list li:hover .on {
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-transform: rotateX(0deg) scale(1, 1);
	transform: rotateX(0deg) scale(1, 1);
	transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
	background: rgba(0, 0, 0, 0.3);
}

.xunpan {
	width: 100%;
	background: url(../images/xunpan.jpg) no-repeat center top;
	height: 176px;
}

.xunpan .zixun {
	width: 200px;
	height: 40px;
	padding: 5px;
	text-align: center;
	background: #fff;
	position: absolute;
	right: 0;
	top: 60px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.xunpan .zixun a {
	width: 188px;
	height: 38px;
	line-height: 38px;
	display: block;
	margin: 0 auto;
	color: #125d27;
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #125d27;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.xunpan .zixun:hover {
	animation: flipInY 1.2s ease-out forwards;
	-webkit-animation: flipInY 1.2s ease-out forwards;
}

.xunpan img {
	display: block;
	padding-top: 40px;
	max-width: 100%;
	padding-bottom: 20px;
}

.xunpan .tel {
	width: 310px;
	background: url(../images/telbg.png) no-repeat left top;
	height: 40px;
	line-height: 40px;
	color: #125927;
	font-size: 30px;
	text-align: center;
	margin-right: 5px;
	font-family: arial;
	display: inline-block;
	text-indent: 14px;
	margin-top: 60px;
}

.xunpan strong {
	display: inline-block;
	color: #fff;
	font-weight: normal;
	font-size: 28px;
	padding-right: 10px;
	font-family: "You Yuan";
}

.floor_3_main {
	background: #222;
	overflow: hidden;
}

.floor_3 .title {
	color: #fff;
}

.floor_3 .title p {
	color: #fff;
}

.liuc {
	position: relative;
}

.liuc .bd {
	overflow: hidden;
	width: 100%;
	*zoom: 1;
	position: relative;
}

.liuc li {
	float: left;
}

.liuc li .jtou {
	width: 120px;
	height: 100px;
	background: url(../images/jtou.png) no-repeat center;
	float: left;
	display: block;
}

.liuc li img {
	width: 100px;
	height: 100px;
	display: block;
	margin-bottom: 20px;
	border-radius: 50%;
}

.liuc li p {
	text-align: center;
	color: #fff;
	font-size: 16px;
	float: left;
}

.liuc li:last-child .jtou {
	display: none;
}

.liuc a.btn {
	width: 45px;
	height: 45px;
}

.liuc a.btn.prev {
	background-position: -100px -98px;
}

.liuc a.btn.prev:hover {
	background-position: -150px -98px;
}

.liuc a.btn.next {
	background-position: -200px -98px;
}

.liuc a.btn.next:hover {
	background-position: -250px -98px;
}

.liuc li:hover img {
	animation: flipInY 1.2s ease-out forwards;
	-webkit-animation: flipInY 1.2s ease-out forwards;
}

.floor_4_main {
	background: #f0f0f0 url(../images/fl4.jpg) no-repeat center top;
	background-size: 1920px 850px;
	height: 850px;
	overflow: hidden;
	width: 100%;
}

.index .floor_4,
.indnews {
	padding: 60px 0 40px 0;
	overflow: hidden;
	position: relative;
}

.index .floor_4 .textlist .list {
	width: 108%;
}

.index .floor_4 .textlist {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.index .textlist li {
	position: relative;
	float: left;
	width: 378px;
	height: 480px;
	margin-right: 28px;
	transition: all 0.2s linear 0s;
	border: 1px solid #ddd;
	background: #fff;
}

.index .textlist li a {
	display: block;
	padding: 30px;
	color: #333;
}

.index .textlist li .img {
	width: 320px;
	height: 240px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.index .textlist li .img img {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-out 0s;
	display: block;
}

.index .textlist li:hover .img img {
	transform: scale(1.2, 1.2);
}

.index .textlist li h3 {
	font-size: 20px;
	line-height: 40px;
	padding-top: 12px;
}

.index .textlist .desc {
	line-height: 24px;
	overflow: hidden;
	margin-bottom: 5px;
	cursor: pointer;
	padding-top: 10px;
}

.index .textlist span {
	position: absolute;
	bottom: 30px;
	left: 30px;
	display: block;
	color: #fff;
	font-family: arial;
	width: 120px;
	height: 30px;
	line-height: 30px;
	background: #127a44;
	text-align: center;
}

.index .textlist li:hover {
	background: #127a44;
	border: 1px solid #127a44;
	color: #fff;
}

.index .textlist li:hover a {
	color: #fff;
}

.index .textlist li:hover span {
	background: #fbdd16;
	color: #127a44;
}

.floor_4 .hd {
	text-align: center;
	padding-top: 20px;
}

.floor_4 .hd a.btn {
	position: relative;
	top: auto;
	display: inline-block;
	margin: 0 5px;
}

.floor_4 .hd a.btn.prev {
	left: auto;
}

.floor_4 .hd a.btn.next {
	right: auto;
}

.index .more {
	margin-top: 40px;
}

.index .more .line {
	display: block;
	width: 500px;
	height: 1px;
	margin-top: 24px;
	background: #ccc;
}

.index .more .look_more {
	display: block;
	width: 198px;
	height: 48px;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #ccc;
	transition: all .5s;
}

.index .more .look_more:hover {
	background: #127a44;
	color: #fff;
	transition: all .5s;
	border: 1px solid #127a44;
}

.newsBox {
	width: 650px;
	height: 488px;
	overflow: hidden;
	position: relative;
}

.newsBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 16px;
	bottom: 10px;
	z-index: 10;
}

.newsBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.newsBox .hd ul li {
	float: left;
	margin-right: 6px;
	width: 10px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.newsBox .hd ul li.on {
	background: #f9e012;
	color: #fff;
}

.newsBox .bd {
	position: relative;
	width: 650px;
	height: 488px;
	z-index: 0;
	overflow: hidden;
}

.newsBox .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.newsBox .bd img {
	width: 650px;
	height: 488px;
	display: block;
	transition: all 0.3s ease-out 0s;
}

.newsBox .bd li h3 {
	display: block;
	font-size: 20px;
	padding-left: 28px;
	padding-top: 30px;
}

.newsBox .bd li .txt {
	background: url(../images/green80.png) repeat left top;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 150px;
	z-index: 5;
}

.newsBox .bd li p {
	padding: 0 28px;
}

.newsBox .bd li .time {
	font-size: 16px;
	padding-right: 30px;
	padding-top: 28px;
}

.newsBox .bd li a:hover img {
	transform: scale(1.1, 1.1);
}

.txtlistbox {
	width: 520px;
}

.txtlistbox li {
	border-bottom: 1px solid #ddd;
	padding: 11px 0 0;
	position: relative;
}

.txtlistbox li:first-child {
	padding-top: 0;
}

.txtlistbox li a {
	display: block;
	padding-bottom: 11px;
}

.txtlistbox li h3 {
	font-size: 18px;
	display: inline-block;
	+display: inline;
	*zoom: 1;
}

.txtlistbox li p {
	font-size: 14px;
	line-height: 23px;
	height: 46px;
	color: #333;
}

.txtlistbox li span {
	display: block;
	color: #333;
}

.txtlistbox li em {
	width: 15px;
	height: 15px;
	display: inline-block;
	background-position: -304px 0;
	+display: inline;
	*zoom: 1;
}

.txtlistbox li:before {
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 1px;
	content: "";
	width: 0;
	background: #127a44;
	transition: width .6s ease-out;
}

.txtlistbox li:hover:before {
	width: 100%
}

.iabout {
	width: 100%;
	background: url(../images/fl6.jpg) no-repeat center bottom #f8f8f8;
	background-size: contain;
	padding: 80px 0;
}

.iabout .txt {
	width: 470px;
	height: 240px;
	display: block;
	background: #fff;
	padding: 40px;
}

.iabout .txt img {
	max-width: 100%;
	display: block;
}

.iabout .txt p {
	padding-top: 20px;
	color: #333;
}

.iabout .txt span {
	width: 154px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	display: block;
	border: 1px solid #1a7140;
	margin-top: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.iabout .txt span:hover {
	background: #1a7140;
	color: #fff;
}

.iabout .img {
	width: 650px;
	height: 320px;
	display: block;
	overflow: hidden;
}

.iabout .img img {
	width: 650px;
	height: 320px;
	display: block;
}

/* 亮光 */
/*hvr-highLight*/
.hvr-highLight {
	overflow: hidden;
	position: relative;
}

.hvr-highLight:before {
	content: "";
	position: absolute;
	width: 80px;
	height: 320px;
	top: 0;
	left: -136px;
	overflow: hidden;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
	-webkit-transform: skewX(-32deg);
	-ms-transform: skewX(-32deg);
	-moz-transform: skewX(-32deg);
	transform: skewX(-32deg);
}

.hvr-highLight:hover:before {
	-webkit-transition: left 1.1s;
	-moz-transition: left 1.1s;
	-ms-transition: left 1.1s;
	transition: left 1.1s;
	left: 750px;
}

.hvr-highLight:hover {
	opacity: .9\0;
	filter: alpha(opacity=90);
}

.copyright_main {
	background: #111;
	line-height: 50px;
}

.copyright {
	color: #999;
	font-size: 13px;
}

.copyright span {
	margin: 0 12px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.copyright a {
	color: #999;
}

.copyright a:hover {
	color: #23b067;
}

.zhizao .goback {
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	right: 2%;
	top: 2%;
	background: url(../images/guan.jpg) no-repeat center;
}

.ilinks {
	padding: 58px 0 0;
}

.ilinks span {
	width: 198px;
	height: 24px;
	display: inline-block;
	background-position: -40px -218px;
	margin-right: 10px;
}

.ilinks a {
	display: inline-block;
	color: #fff;
}

.ilinks a:hover {
	color: #f9e012;
}

.ilinks i {
	padding: 0 5px;
	color: #fff;
}

.ilinks i:last-child {
	display: none;
}

/*底部信息*/
/*footer_main*/
.footer_main {
	width: 100%;
	padding-bottom: 50px;
	background: #1a212a;
	color: #fff;
}

.footer_main .footer {
	padding-top: 60px;
}

.footer_main .qcode {
	width: 300px;
}

.footer_main .blogo {
	width: 300px;
	line-height: 28px;
}

.footer_main .blogo img {
	display: block;
	margin: 0 auto 8px;
	max-width: 100%;
	max-height: 60%;
}

.footer_main .blogo .p1 {
	color: #fff;
}

.footer_main .blogo .p2 {
	font-family: "GrayDesign Regular", "arial, helvetica, sans-serif";
	font-size: 30px;
	color: #23b067;
	padding-bottom: 18px;
}

.footer_main .blogo .p3 {
	color: #999;
	line-height: 22px;
}

.footer_main .botnavlist {
	width: 880px;
}

.footer_main .botnavlist li {
	float: left;
	width: 140px;
	height: 146px;
	display: block;
	list-style: none;
	font-size: 16px;
	line-height: 32px;
	text-indent: 30px;
	overflow: hidden;
	border-right: 1px solid #444;
}

.footer_main .botnavlist li:first-child {
	padding-left: 0px;
}

.footer_main .botnavlist li a {
	color: #fff;
	display: block;
	line-height: 32px;
	font-size: 16px;
}

.footer_main .botnavlist li a:hover {
	color: #23b067;
}

.footer_main .botnavlist li .drop {
	padding-top: 10px;
}

.footer_main .botnavlist li .drop a {
	display: block;
	line-height: 26px;
	color: #999;
	width: 100%;
	font-size: 12px;
}

.footer_main .botnavlist li .drop a:hover {
	color: #23b067;
}

.float-right-box {
	width: 250px;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -127px;
	background-color: #191919;
	z-index: 1000;
	transition: width 0.3s ease 0s;
}

.float-right-box.on {
	width: 50px;
}

.float-right-box .top-list {
	width: 100%;
}

.float-right-box .top-list ul {
	width: 100%;
}

.float-right-box .top-list li {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #3b3b3b;
	transition: background 0.3s ease 0s;
	height: 50px;
}

.float-right-box .top-list a {
	display: block;
	width: 100%;
}

.float-right-box .top-list .ico {
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	transition: background 0.3s ease 0s;
	z-index: 2;
}

.float-right-box .top-list .ico1 {
	background: url(../images/ico_58.png) no-repeat center #191919;
}

.float-right-box .top-list .ico2 {
	background: url(../images/ico_59.png) no-repeat center #191919;
}

.float-right-box .top-list .ico3 {
	background: url(../images/ico_60.png) no-repeat center #191919;
}

.float-right-box .top-list .ico4 {
	background: url(../images/ico_61.png) no-repeat center #191919;
}

.float-right-box .top-list .ico5 {
	background: url(../images/ico_62.png) no-repeat center #191919;
}

.float-right-box .top-list .ico7 {
	background: url(../images/ico_69.png) no-repeat center #191919;
}

.float-right-box .top-list .stt {
	display: inline-block;
	font-size: 14px;
	line-height: 50px;
	color: #fff;
	transition: color 0.3s ease 0s;
	position: absolute;
	left: 28px;
	top: 0;
	z-index: 1;
	width: 222px;
	cursor: pointer;
}

.float-right-box .top-list li:hover .stt {
	color: #15191e;
}

.float-right-box .top-list li:hover .ico1 {
	background: url(../images/ico_58_h.png) no-repeat center #fff;
}

.float-right-box .top-list li:hover .ico2 {
	background: url(../images/ico_59_h.png) no-repeat center #fff;
}

.float-right-box .top-list li:hover .ico3 {
	background: url(../images/ico_60_h.png) no-repeat center #fff;
}

.float-right-box .top-list li:hover .ico4 {
	background: url(../images/ico_61_h.png) no-repeat center #fff;
}

.float-right-box .top-list li:hover .ico5 {
	background: url(../images/ico_62_h.png) no-repeat center #fff;
}

.float-right-box .top-list li:hover .ico7 {
	background: url(../images/ico_69_h.png) no-repeat center #fff;
}

.float-right-box .top-list li:hover {
	background-color: #fff;
}

.float-right-box .top-list .return-webtop .stt {
	font-family: "Arial";
	font-weight: bold;
}

.float-right-box .bot-share {
	position: relative;
	height: 50px;
}

.float-right-box .bot-share a {
	display: inline-block;
	width: 50px;
	height: 50px;
	float: left;
	transition: background 0.3s ease 0s;
	margin: 0;
	padding: 0;
}

.float-right-box .bot-share .share {
	width: 200px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.float-right-box .bot-share .sina {
	background: url(../images/ico_63.png) no-repeat center;
}

.float-right-box .bot-share .wx {
	background: url(../images/ico_64.png) no-repeat center;
}

.float-right-box .bot-share .more {
	background: url(../images/ico_66.png) no-repeat center;
	border: 0 none;
}

.float-right-box .bot-share a:hover {
	background-color: #525354;
}

.float-right-box .bot-share .share-ico {
	background: url(../images/ico_67.png) no-repeat center #191919;
	width: 50px;
	height: 50px;
	display: inline-block;
	cursor: pointer;
	z-index: 2;
	position: relative;
}

.float-right-box .top-list li .weix {
	position: relative;
}

.float-right-box .sidebox {
	position: absolute;
	right: 250px;
	top: 0;
	transition: all 0.1s ease 0s;
	width: 120px;
	z-index: 10;
	display: none;
	background: #191919;
}

.float-right-box .sidebox img {
	width: 110px;
	height: 110px;
	display: block;
	margin: 5px auto;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@font-face {
	font-family: ADELE;
	src: url("../font/ADELE.eot");
	src: url("../font/ADELE.eot?#iefix") format("eot"), url("../font/ADELE.ttf") format("truetype");
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}


.submian .subleft .adv {
	margin-bottom: 10px;
	background: #000;
}

.submian .subleft .adv a img {
	display: block;
	width: 100%;
}

.submian .subleft .adv a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
}

.submian .subleft .leftnews {
	margin-bottom: 10px;
}

.submian .subleft .leftnews .title {
	height: 50px;
}

.submian .subleft .leftnews .leftnewscomt {
	background: #fff;
	padding: 10px;
}

.submian .subleft .leftnews .leftnewscomt ul li {
	height: 30px;
	line-height: 50px;
	border-bottom: 1px solid #f2f2f2;
	overflow: hidden;
}

.submian .subleft .leftnews .leftnewscomt ul li a {
	font-size: 14px;
	display: block;
	padding-left: 10px;
}

.submian .subleft .leftnews .leftcont {
	background: #fff;
	padding: 10px;
	border: 1px solid #ddd;
	border-top: 0;
}

.submian .subleft .leftnews .leftcont h2 {
	font-size: 16px;
	font-weight: bold;
	color: #dc0000;
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
	text-align: center;
}

.submian .subleft .leftnews .leftcont p {
	line-height: 20px;
	font-size: 14px;
	padding-top: 10px;
	display: block;
}

.submian .subright {
	width: 1200px;
	padding-bottom: 0;
	line-height: 28px;
}

.submian .subright .aboutlist {
	color: #666;
}

.submian .subright img {
	max-width: 1200px;
}

.submian .subright .newslist .textlist li {
	padding: 25px 0px 25px;
	height: 110px;
	border-bottom: 1px solid #ddd;
	width: 100%;
	margin-bottom: 25px;
}

.submian .subright .newslist .textlist li a {
	display: block;
	cursor: pointer;
}

.submian .subright .newslist ul li a img {
	width: 147px;
	float: left;
	margin-right: 18px;
	border: 1px solid #eee;
	height: 110px;
	display: block;
}

.submian .subright .newslist ul li a .txt {
	color: #888;
	line-height: 24px;
	font-size: 12px;
}

.submian .subright .newslist .textlist li a p {
	height: 50px;
	line-height: 50px;
}

.submian .subright .newslist .textlist li a b {
	color: #dc0000;
	font-size: 14px;
}

.submian .subright .newslist .textlist li a:hover b {
	color: #dc0000;
}

.submian .subright .newslist .textlist li a i {
	color: #999;
	display: block;
	line-height: 20px;
	margin-bottom: 5px;
	font-size: 12px;
}

.submian .subright .newslist .textlist li a span {
	line-height: 22px;
	max-height: 66px;
	overflow: hidden;
	display: block;
	color: #666;
}

.submian .subright .newslist .textlist2 li {
	height: 50px;
	line-height: 50px;
}

.submian .subright .newslist .textlist2 li a {
	display: block;
}

.submian .subright .newslist .textlist2 li s {
	width: 4px;
	height: 4px;
	display: inline-block;
	vertical-align: middle;
	background: #007eb9;
	margin-right: 10px;
	border-radius: 100%;
}

.submian .subright .newslist ul li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}

.submian .subright .newslist ul li a:hover p b {
	text-decoration: underline;
}

.submian .subright .newslist ul li a:hover span {
	color: #777;
}

.submian .subright .caselist ul li {
	padding: 20px 0px;
	border-bottom: 1px dotted #c2c2c2;
	height: 176px;
}

.submian .subright .caselist ul li a {
	display: block;
}

.submian .subright .caselist ul li a img {
	width: 220px;
	height: 162px;
	display: block;
	border: 7px solid #e2e2e2;
}

.submian .subright .caselist ul li a .txt {
	width: 470px;
	float: left;
	padding-left: 20px;
}

.submian .subright .caselist ul li a .txt p {
	height: 50px;
	line-height: 50px;
	color: #007eb9;
	font-size: 14px;
	font-weight: bold;
}

.submian .subright .caselist ul li a .txt i {
	color: #666;
	padding-bottom: 10px;
	display: block;
}

.submian .subright .caselist ul li a .txt span {
	line-height: 22px;
	height: 88px;
	overflow: hidden;
	display: block;
	color: #666;
}

.submian .subright .caselist ul li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	border-color: #007eb9;
}

.submian .subright .caselist ul li a:hover p {
	text-decoration: underline;
}

.submian .subright .caselist ul li a:hover span {
	color: #777;
}

.submian .subright .mess {
	background: #fff;
	padding: 0px 40px 30px;
	width: 596px;
	margin-left: 80px;
}

.submian .subright .mess h1 {
	text-align: center;
	font-size: 30px;
	padding-bottom: 10px;
}

.submian .subright .mess p {
	text-align: center;
	padding-bottom: 30px;
}

.submian .subright .mess .left {}

.submian .subright .mess .left li {
	margin-bottom: 15px;
	float: left;
	margin-right: 10px;
}

.submian .subright .mess .left label {
	width: 150px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	background: none;
	color: #dc0000;
	font-size: 16px;
	float: left;
	border-radius: 3px 0 0 3px;
	border: 1px solid #dc0000;
}

.submian .subright .mess .left input {
	border: 1px solid #ccc;
	border-left: none;
	float: left;
	height: 21px;
	line-height: 21px;
	padding: 11px 10px;
	width: 404px;
	color: #666;
	border-radius: 0px 3px 3px 0;
	outline: none;
}

.submian .subright .mess .left select {
	border: 1px solid #ccc;
	border-left: none;
	float: left;
	height: 45px;
	line-height: 45px;
	width: 424px;
	color: #666;
	border-radius: 0px 3px 3px 0;
	outline: none;
	text-indent: 10px;
}

.submian .subright .mess .right {
	float: left;
	width: 585px;
	padding-top: 10px;
	*padding-top: 20px;
}

.submian .subright .mess .right input,
.submian .subright .mess .right a {
	width: 40%;
	margin-right: 2%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: block;
	border: none;
	background: #dc0000;
	color: #fff;
	font-size: 16px;
	border-radius: 3px;
	cursor: pointer;
	transition: ease-in-out .2s;
	float: left
}

.submian .subright .mess .right a {
	color: #333;
	background: #ffcc00;
	float: right
}

.submian .subright .mess .right a:hover {
	background: #cda503;
}

.submian .subright .mess .right input:hover {
	background: #2bba72;
}

/*我们的技术*/
.xbanner {
	background: url(../images/xunpan.jpg) center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 176px;

}

.xbanner1 {
	background: url(../images/ixbannerbg2.jpg) center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
	margin-top: 0px;
}

.xbanner .slip_tit {
	width: 772px;
}

.xbanner .slip_tit .tit1 {
	padding-top: 35px;
	font: bold 32px "microsoft yahei";
	color: #fff;
}

.xbanner .slip_tit .tit2 {
	margin-top: 20px;
	font-size: 24px;
	color: #fff;
}

.xbanner .slip_btn {
	width: 250px;
	text-align: center;
	margin-right: 20px;
}

.xbanner .slip_btn span {
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 18px;
	padding-top: 20px;
	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: 29px;
	color: #fff;
	font-family: "Arial";
	line-height: 36px;
}

.xbanner .slip_btn a {
	display: block;
	width: 220px;
	height: 40px;
	background-position: 0px -217px;
	margin-top: 16px;
	font-size: 18px;
	color: #333;
	line-height: 40px;
	position: relative;
	background: -moz-linear-gradient(top, #ffffff, #ffffff);
	background: -webkit-linear-gradient(top, #ffffff, #ffffff);
	background: -o-linear-gradient(top, #ffffff, #ffffff);
	background: linear-gradient(top, #ffffff, #ffffff);
	-webkit-border-radius: 5px;
	border-radius: 35px;
}

.xbanner .slip_btn a:hover {
	background: -moz-linear-gradient(bottom, #8ec31f, #007440);
	background: -webkit-linear-gradient(bottom, #8ec31f, #007440);
	background: -o-linear-gradient(bottom, #8ec31f, #007440);
	background: linear-gradient(bottom, #8ec31f, #007440);
}

.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;
}

.xbanner a {
	background: url(../images/xunpan.jpg) center center no-repeat;
	width: 100%;
	height: 200px;
	margin-top: 94px;
}

.xbannera {
	background: url(../images/ixbannerbg2.jpg) center center no-repeat;
	width: 100%;
	height: 200px;
	margin-top: 82px;
}

.xbannera .slip_tit {
	width: 772px;
}

.xbannera .slip_tit .tit1 {
	padding-top: 55px;
	font: bold 32px "microsoft yahei";
	color: #fff;
}

.xbannera .slip_tit .tit2 {
	margin-top: 14px;
	font-size: 24px;
	color: #fff;
}

.xbannera .slip_btn {
	width: 250px;
	text-align: center;
	margin-right: 30px;
}

.xbannera .slip_btn span {
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 18px;
	padding-top: 40px;
	padding-bottom: 5px;
}

.xbannera .slip_btn span i {
	width: 16px;
	height: 16px;
	background-position: -0px -141px;
	margin-right: 7px;
}

.xbannera .slip_btn p {
	font-weight: bold;
	font-size: 34px;
	color: #fff;
	font-family: "Arial";
	line-height: 36px;
}

.xbannera .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, #65beba, #148f89);
	background: -webkit-linear-gradient(top, #65beba, #148f89);
	background: -o-linear-gradient(top, #65beba, #148f89);
	background: linear-gradient(top, #65beba, #148f89);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.xbannera .slip_btn a:hover {
	background: -moz-linear-gradient(bottom, #65beba, #1872bf);
	background: -webkit-linear-gradient(bottom, #65beba, #1872bf);
	background: -o-linear-gradient(bottom, #65beba, #1872bf);
	background: linear-gradient(bottom, #65beba, #1872bf);
}

.xbannera .slip_btn a img {
	width: 250px;
	height: 0;
	transition: all .36s ease;
	position: absolute;
	left: 0;
	top: 46px;
}

.xbannera .slip_btn a:hover img {
	height: 250px;
}

/* message txt title */
.ntpo {
	padding-top: -300px;
	padding-bottom: 30px;
}

.ntpo .t2 {
	padding: 10px 10px 18px;
	text-align: center;
}

.ntpo .t2 .titb {
	font-size: 30px;
	margin-bottom: 16px;
	margin-top: -30px;
}

.ntpo .t2 .txt {
	font-size: 16px;
	line-height: 28px;
}

.ntpo .t2 .txt span {
	font-weight: bold;
	color: #0861c7;
}

/*footer*/
.footer {
	width: 100%;
	color: #fff;
	padding-bottom: 48px;
	background: #1a212a;
}

.footer .links {
	padding: 10px 0;
	font-size: 16px;
	border-bottom: 1px solid #1a1d21;
}

.footer .links span {
	color: #fff;
	display: inline-block;
}

.footer .links a {
	display: inline-block;
	font-size: 14px;
	color: #939393;
	padding-right: 10px;
}

.footer .links a:hover {
	color: #dc0000;
}

.footer .bottom {
	border-top: 1px solid #464a50;
}

.footer .bNav {
	width: 558px;
	/* height: 180px; */
	margin-top: 48px;
	border-right: 1px solid #1a1d21;
}

.footer .di_logo img {
	width: 111px;
	height: 111px;
	background-size: 100%;
}

.footer .bNav dl {
	display: inline-block;
	float: left;
	width: 139px;
	overflow: hidden;
	text-align: left;
	padding-top: 10px;
}

.footer .bNav dl dt {
	height: 16px;
	display: block;
	padding-bottom: 32px;
}

.footer .bNav dl dt a {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 16px;
}

.footer .bNav dl dd {
	display: block;
	height: 14px;
	padding-bottom: 16px;
}

.footer .bNav dl dd a {
	display: block;
	font-size: 14px;
	color: #939393;
	line-height: 14px;
}

.footer .bNav dl dd a:hover {
	color: #dc0000;
}

.footer .ewm {
	height: 180px;
	text-align: center;
	padding-left: 48px;
	margin-top: 48px;
	border-left: 1px solid #464a50;
}

.footer .ewm dl {
	width: 140px;
	float: left;
	display: block;
	margin-right: 30px;
	margin-top: 10px;
	height: 164px;
}

.footer .ewm dl:nth-child(2) {
	margin-right: 0px;
}

.footer .ewm dl:first-child+dl {
	margin-right: 0px;
}

.footer .ewm dl dt {
	width: 140px;
	height: 140px;
	background-color: #fff;
	text-align: center;
}

.footer .ewm dl dt img {
	width: 130px;
	height: 130px;
	display: inline-block;
	background-size: 100%;
	margin-top: 5px;
}

.footer .ewm dl dd {
	font-size: 14px;
	color: #939393;
	line-height: 24px;
	padding-top: 5px;
}

.footer .contact_info {
	width: 345px;
	height: 180px;
	padding-left: 75px;
	border-right: 1px solid #1a1d21;
	border-left: 1px solid #464a50;
	margin-top: 48px;
}

.footer .contact_info p.p1 {
	font-size: 14px;
	color: #fff;
	line-height: 14px;
	padding-top: 10px;
}

.footer .contact_info p.dh {
	font-size: 28px;
	color: #23b067;
	font-family: "Arial";
	line-height: 36px;
	padding-top: 4px;
	padding-bottom: 12px;
}

.footer .contact_info h3 {
	font-size: 20px;
	padding-top: 8px;
}

.footer .contact_info p.tel {
	font-size: 14px;
	color: #939393;
	line-height: 22px;
	width: 270px;
}

.footer .contact_info i {
	display: block;
	padding-top: 8px;
	font-size: 14px;
	color: #fff;
}

.footer .contact_info i a {
	display: inline-block;
	color: #fff;
	padding-right: 12px;
}

/*产品中心*/
#floor_2_main {
	background: #fff;
}

#floor_2_main .floor_2 {
	padding-bottom: 28px;
}

#floor_2_main .floor_2 .title {}

#floor_2_main .proCenter .list {
	width: 100%;
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

#floor_2_main .proCenter .list li {
	/* float: left; */
	margin-bottom: 20px;
	margin-right: 24px;
	margin: 6px;
	border: 1px solid #f0f0f0;
	transition: all .5s;
}

#floor_2_main .proCenter .list li:nth-child(4n) {
	/* margin-right: 0; */
}

#floor_2_main .proCenter .list li a {
	display: block;
}

#floor_2_main .proCenter .list li img {
	width: 268px;
	height: 212px;
	object-fit: cover;
	padding: 5px;
	border: 1px solid #f0f0f0;
}

#floor_2_main .proCenter .list li .tit {
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#floor_2_main .proCenter .list li .tita {
	font-size: 15px;
	padding-top: 25px;
	padding-bottom: 5px;
	text-align: center;
}

#floor_2_main .proCenter .list li:first-child {
	/* margin-left: 0px; */
}

#floor_2_main .proCenter .list li .tit {
	color: #434343;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

#floor_2_main .proCenter .list li:hover {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
	border-color: #efefef;
	background: #efefef;
	transform: translateY(-5px);
}

#floor_2_main .proCenter .list li:hover .tit {
	color: #333333;
}

#floor_2_main .proCenter .list li:hover img {
	-webkit-filter: brightness(105%);
	filter: brightness(105%);
}