/*  */
@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;
}
.container{margin-left:auto; margin-right:auto; width:1200px;}
.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;
}
.icon1 {
	background: url(../images/icon1.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
a {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #3fb150;
	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;
}
/*top_main*/
/*top_main*/
.top_main {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #005699;
	font-size: 12px;
	color: #fff;
	z-index: 12;
/*	background: -moz-linear-gradient(left, #005699 0%, #019249 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #005699 0%,#019249 100%);
    background: -o-linear-gradient(left, #005699 0%,#019249 100%);
    background: -ms-linear-gradient(left, #005699 0%,#019249 100%);
    background: linear-gradient(to right, #005699 0%,#019249 100%);*/
}
.top_main .top_r {
	margin-right: 10px;
}
.top_main li {
	position: relative;
	display: inline-block;
*display: inline;
*zoom: 1;
	text-align: center;
}
.top_main li a {
	color: #fff;
	cursor: pointer;
	padding: 0 16px;
}
.top_main li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.top_main .split {
	display: inline-block;
*display: inline;
*zoom: 1;
	width: 1px;
	height: 12px;
	background: #83d4f5;
	vertical-align: middle;
}
.top_main .map {
	width: 85px;
	border-left: 1px solid #83d4f5;
	text-indent: 20px;
	padding-left: 10px;
	background: url(../map.png) 10px center no-repeat;
	color: #fff;
}
.top_main .map a {
	color: #fff;
}
.top_main .map a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.top_main .top_right {
	text-align: right;
	font-size: 0;
	line-height: 0;
}
.top_main .top_right li {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	line-height: 40px;
	font-size: 12px;
	height: 40px;
}
.top_main .top_right .sou {
	width: 45px;
	border-left: 1px solid #83d4f5;
	position: relative;
}
.top_main .top_right .sou a {
	display: block;
	height: 27px;
	padding: 0;
	padding-top: 13px;
}
.top_main .top_right .sou s {
	width: 18px;
	height: 18px;
	display: block;
	margin: 0 auto;
	background: url(../images/search.png) no-repeat;
}
.top_main .top_right .sou:hover {
	background-color: #01924a;
}
.top_main .search {
	width: 200px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 0;
	top: 40px;
	background: #01924a;
	z-index: 999;
	display: none;
	overflow: hidden;
}
.top_main .search .stxt {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	float: left;
	background: none;
	border: 0px;
	outline: none;
	color: #fff;
}
.top_main .search .sbtn {
	width: 25px;
	height: 20px;
	position: absolute;
	outline: none;
	cursor: pointer;
	right: 10px;
	top: 10px;
	background-color: #01924a;
	background: url(../images/search.png) 3px 1px no-repeat;
}
/*header_main*/
.header_main {
	position: relative;
	width: 100%;
	height: 120px;
	z-index: 100;
	background: #fff;
}
.header_main .logo {
	float: left;
	width: 675px;
	height: 93px;
	display: block;
	padding: 20px 0 0 0;
}
.header_main .logo img {
	float: left;
	display: block;
}
.header_main .tel_main {
	float: right;
	width: 276px;
	height: 110px;
}
.header_main .tel_main .zx {
	margin-top: 30px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.header_main .tel_main .tel {
	width: 290px;
	height: 45px;
	line-height: 45px;
	background: #37a161;
	border-radius: 25px;
	text-align: center;
	margin-top: 35px;
}
.header_main .tel_main .tel .t1 {
	margin-right: 6px;
	font-size: 16px;
	color: #fff;
}
.header_main .tel_main .tel .num {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
/*导航栏下拉*/
#nav_main {
	position: relative;
	width: 100%;
	height: 50px;
	z-index: 60;
	border-top: 1px solid #e8e8e8;
}
#nav_main .nav {
	display: block;
}
#nav_main li {
	float: left;
	display: block;
	width: 134px;
	height: 50px;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	position: relative;
}
#nav_main li:nth-child(1) {
	float: left;
	display: block;
	width: 128px;
	height: 50px;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	position: relative;
}
#nav_main li a {
	display: block;
	margin-top: 1px;
	text-align: center;
	position: relative;
	height: 50px;
	color: #666;
	font-size: 16px;
	line-height: 50px;
	font-weight:bold
}
#nav_main li a:hover, #nav li.hover a {
	height: 50px;
	color: #01924a;
}
#nav_main li .subnav {
	margin-right: 0;
	transition: all .36s ease;
	position: absolute;
	top: calc(100% - 2px);
	left: 0;
	opacity: 0;
	width: 100%;
	height: auto;
	border-width: 2px 0 0;
	border-style: solid;
	border-color: #008fd7;
	overflow: hidden;
	z-index: 199;
	background:rgba(255,255,255,1);
}
/*#nav_main li:nth-child(4) .subnav {
	margin-right: 0;
	transition: all .36s ease;
	position: absolute;
	top: calc(100% - 2px);
	left: 0;
	opacity: 0;
	width:180px;
	height: auto;
	border-width: 2px 0 0;
	border-style: solid;
	border-color: #008fd7;
	overflow: hidden;
	z-index: 199;
	background:rgba(255,255,255,1); 
}*/
#nav_main li:nth-child(5) .subnav {
	margin-right: 0;
	transition: all .36s ease;
	position: absolute;
	top: calc(100% - 2px);
	left: 0;
	opacity: 0;
	width:220px;
	height: auto;
	border-width: 2px 0 0;
	border-style: solid;
	border-color: #008fd7;
	overflow: hidden;
	z-index: 199;
	background:rgba(255,255,255,1); 
}
#nav_main li .subnav {
	position: absolute;
	left: 0px;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	z-index: 199;
	opacity: 0;
	visibility: hidden;
	height: auto;
	overflow: hidden;
	width: 100%;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
#nav_main li .subnav .nav1 {
	transition: all .36s ease;
	display: block;
	font-weight: 500;
	margin-left: 0;
	line-height: 48px;
	cursor: pointer;
	width: 100%;
	border-bottom: 1px solid rgba(170,170,170,.2);
}
#nav_main li .subnav .nav1 .subA {
	height: 50px!important;
	transition: all .36s ease;
	display: block;
	font-weight: 500;
	line-height: 50px!important;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #666!important; font-size:14px
}

/*#nav_main li:nth-child(4) .subnav .nav1 .subA {
	height: 50px!important;
	transition: all .36s ease;
	display: block;
	font-weight: 500;
	line-height: 50px!important;
	text-align:left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #666!important; font-size:14px; padding-left:15px;
}
*/
#nav_main li:nth-child(5) .subnav .nav1 .subA {
	height: 50px!important;
	transition: all .36s ease;
	display: block;
	font-weight: 500;
	line-height: 50px!important;
	text-align:left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #666!important; font-size:14px; padding-left:15px;
}
#nav_main li:hover .subnav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
#nav_main li.hover .subnav .nav1.subA {
	color: #666;
}
#nav_main .subnav .nav1:hover .subA {
	color: #30b7ef!important;
}
.immediately {
	position: absolute;
	right: 0;
	top: 23px;
}
.immediately a {
	width: 40px;
	height: 40px;
	background-position: -282px 0px;
	display: block;
}
.immediately p {
	width: 60px;
	height: 24px;
	background-position: -334px 0px;
	position: absolute;
	right: -10px;
	top: 42px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.immediately a:hover {
	background-position: -282px -44px;
}
/* banner */
#banner_main {
	overflow: hidden;
	z-index: 2;
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
}
#banner_main .banner {
	position: relative;
	width: 100%;
	height: 600px;
	margin: 0 auto;
	min-width: 1200px;
}
#banner {
	width: 100%;
	min-width: 1000px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
#banner, .banner ul {
	max-height: 600px;
	overflow: hidden;
}
.banner li {
	width: 100%;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	display: none;
}
.banner li:first-child {
	display: block;
}
.banner li img {
	width: 1920px;
	height: 600px;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -960px;
	top: 0;
	min-width: 1200px;
}
#banner .tip {
	width: 1000px;
	height: 14px;
	line-height: 0;
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	bottom: 20px;
	z-index: 12;
}
#banner .tip span {
	width: 40px;
	height: 10px;
	margin: 0 5px;
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	border: #fff solid 0px;
	opacity: 0.5;
	filter: Alpha(opacity=50); background:#FFF
}
#banner .tip span.cur {
	background-color: #3fb150;
	border-color: #3fb150;
	opacity: 1;
	filter: Alpha(opacity=100);
}
#banner #btn_prev, #banner #btn_next {
	width: 31px;
	height: 61px;
	position: absolute;
	top: 260px;
	z-index: 5;
	display: none;
}
#banner #btn_prev {
	background-position: 0px 0;
	left: 12%;
	transition: all 600ms ease;
}
#banner #btn_next {
	background-position: -38px 0px;
	right: 12%;
	transition: all 600ms ease;
}
#banner #btn_prev:hover {
	left: 11.6%;
	transition: all 600ms ease;
	background-position: 0px -72px;
}
#banner #btn_next:hover {
	right: 11.6%;
	transition: all 600ms ease;
	background-position: -38px -72px;
}
/*banner end*/
/********.fixtool*********/
.toolbar {
	width: 52px;
	position: fixed;
	right: 1%;
	top: 50%;
	margin-top: -115px;
	z-index: 999;
}
.toolbar dd {
	width: 51px;
	height: 51px;
	margin-bottom: 1px;
	position: relative;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin-top: 4px;
	border: #ebebeb solid 1px;
	background-color: #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd i {
	width: 51px;
	height: 51px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd i span {
	width: 35px;
	height: 35px;
	display: block;
	margin: 8px 0 0 8px;
	background: url(../images/rightfixicon.png) no-repeat 0 0;
}
.toolbar dd.gottop {
	display: none;
}
.toolbar .slide-tel {
	display: block;
	width: 0;
	height: 53px;
	line-height: 53px;
	font-size: 24px;
	font-weight: bold;
	font-family: arial;
	color: #FFF;
	position: absolute;
	padding: 0 0 0 53px;
	top: -1px;
	right: -2px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
}
.toolbar .pop {
	position: absolute;
	right: 90px;
	top: -65px;
	background: #3fb150;
	display: none;
}
.toolbar .pop-code {
	width: 160px;
}
.toolbar .pop-code img {
	width: 120px;
	height: 120px;
	display: block;
	padding: 20px 20px 0;
}
.toolbar .pop-code h3 {
	height: 52px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}
.toolbar .pop-code h3 b {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.toolbar .qq span {
	background-position: -35px -47px;
}
.toolbar .qq a {
	width: 52px;
	height: 52px;
	cursor: pointer;
	display: block;
}
.toolbar .qq:hover {
	background-color: #3fb150;
	border-radius: 100%;
}
.toolbar .qq:hover span {
	background-position: 0 -47px;
}
.toolbar .tel span {
	background-position: -35px 0;
}
.toolbar .tel:hover {
	background: #3fb150;
}
.toolbar .tel:hover span {
	background-position: 0 0;
}
.toolbar .code span {
	background-position: -35px -95px;
}
.toolbar .code:hover {
	background-color: #009b4c;
	border-radius: 100%;
}
.toolbar .code:hover span {
	background-position: 0 -95px;
}
.toolbar .top span {
	background-position: -35px -142px;
}
.toolbar .top:hover {
	background-color: #3fb150;
	border-radius: 100%;
}
.toolbar .top:hover span {
	background-position: 0 -142px;
}
.toolbar dd:hover {
}
/*footer*/
.footer_main {
	position: relative;
	width: 100%;
	height: 368px;
	background-color: #343d44;
	overflow: hidden;
}
.foot_z {
	width: 350px;
	float: left;
	margin-top: 50px;
	border-right: #495157 solid 1px;
	height: 277px;
}
.foot_z h3 {
	font-size: 18px;
	color: #fff;
}
.foot_z h3 i {
	display: block;
	width: 40px;
	height: 1px;
	background-color: #fff;
	margin-top: 16px;
}
.foot_z p {
	display: block;
	margin-top: 24px;
	font-size: 16px;
	color: #fff;
}
.foot_z ul {
	display: inline-block;
	padding-top: 14px;
	width: 350px;
}
.foot_z ul li {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	padding-top: 10px;
}
.foot_y {
	width: 550px;
	float: left;
	margin-top: 50px;
	margin-left: 48px;
	border-right: #495157 solid 1px;
}
.foot_y h3 {
	font-size: 18px;
	color: #fff;
	padding-bottom: 20px;
}
.foot_y h3 i {
	display: block;
	width: 40px;
	height: 1px;
	background-color: #fff;
	margin-top: 16px;
}
.foot_y .item {
	float: left;
	margin-top: 10px;
}
.foot_y .item.item4 {
	margin-left: 20px;
}
.foot_y .item.item1 {
	clear: left;
}
.foot_y .item .txt {
	width: 232px;
	height: 44px;
	font-size: 14px;
	line-height: 43px;
	text-indent: 8px;
	color: #aeb0b2;
	padding-left: 6px;
*text-indent: 0px;
	border: #71787c solid 1px;
}
.foot_y .item .area {
	width: 496px;
	height: 74px;
	font-size: 14px;
	text-indent: 8px;
	resize: none;
	-webkit-appearance: none;
	color: #aeb0b2;
	line-height: 28px;
	padding-left: 6px;
	border: #71787c solid 1px;
	background-color: transparent;
	font-family: "microsoft yahei";
}
.foot_y .submit {
	display: block;
	clear: left;
}
.foot_y .submit .tijiao {
	width: 150px;
	height: 46px;
	margin-top: 20px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	border: none;
	border: 0;
	background-color: #3fb150;
	display: inline-block;
	float: right;
	margin-right: 44px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.foot_y .submit .tijiao:hover {
	background-color: #fff;
	color: #333;
}
.foot_j {
	float: right;
	width: 200px;
	text-align: center;
	margin-top: 50px;
}
.foot_j b {
	display: block;
	width: 198px;
	height: 198px;
	border: #71787c solid 1px;
	text-align: center;
}
.foot_j b img {
	width: 180px;
	height: 180px;
	display: inline-block;
	background-size: 100%;
	margin-top: 10px;
}
.foot_j p {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding-top: 20px;
}
.foot_j span {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding-top: 5px;
}
.foot_y .item .txt.tel {
	margin-left: 5px;
}
.copyright {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #015096;
}
.copyright p {
	font-size: 12px;
	color: #fff;
	float: left;
}
.copyright a {
	font-size: 12px;
	color: #fff;
}
.copyright span {
	margin: 0 6px;
}
.copyright a:hover {
	color: #e2e2e2;
}
.copyright i {
	display: block;
	color: #fff;
	font-size: 12px;
	float: right;
}
/********.toolbar1*********/
.toolbar1 {
	width: 77px;
	position: fixed;
	right: 10px;
	bottom: 200px;
	z-index: 999;
	border: 1px solid #e8e8e8;
}
.toolbar1 .icon2 {
	width: 40px;
	height: 40px;
	display: block;
	margin: 11px auto 0;
	background: url(../images/fix-ico.png) no-repeat -2px 5px;
}
.toolbar1 dd {
	width: 77px;
	height: 90px;
	border-top: 1px solid #f6f6f6;
	position: relative;
}
.toolbar1 dd i {
	width: 77px;
	height: 90px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #f6f6f6;
}
.toolbar1 dd:first-child i {
	border-top: 0;
}
.toolbar1 dd.item1 i .icon2 {
	background-position: center 2px;
}
.toolbar1 dd.item2 i .icon2 {
	background-position: center -65px;
}
.toolbar1 dd.item3 i .icon2 {
	background-position: center -128px;
}
.toolbar1 dd.return-top {
	display: none;
}
.toolbar1 dd.return-top i .icon2 {
	background-position: center -187px;
}
.toolbar1 dd .pop {
	position: absolute;
	right: 145px;
	top: -45px;
	background: #fff;
	display: none;
}
.toolbar1 dd .pop-code {
	width: 120px;
	padding: 10px 10px 0;
}
.toolbar1 dd .pop-code img {
	width: 120px;
	height: 120px;
	display: block;
}
.toolbar1 dd .pop-code h3 {
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #f34636;
	font-size: 12px;
	font-weight: 400;
	white-space: nowrap;
}
.toolbar1 dd.item1 {
	position: static;
}
.toolbar1 dd .zx {
	width: 172px;
	position: absolute;
	right: 145px;
	bottom: 0;
	padding: 10px 30px 10px;
	line-height: 24px;
	background: #fff;
	border: 1px solid #e8e8e8;
	z-index: 1000;
	display: none;
}
.toolbar1 dd .zx .icon2 {
	width: 40px;
	height: 42px;
	display: block;
	float: left;
	margin-right: 12px;
	margin-top: 0;
}
.toolbar1 dd .zx .t {
	border-bottom: 1px solid #dedede;
	padding: 10px 0;
}
.toolbar1 dd .zx .t span {
	display: block;
}
.toolbar1 dd .zx .t s {
	background-position: 0 -246px;
}
.toolbar1 dd .zx .t.t2 s {
	background-position: 0 -314px;
}
.toolbar1 dd .zx .t.t3 s {
	background-position: 0 -383px;
}
.toolbar1 dd .zx .t.t4 {
	border-bottom: 0;
}
.toolbar1 dd:hover i {
	background: #f3f3f3;
}
/*******index css*******/
.index .indexTit {
	text-align: center;
	padding-top: 50px;
}
.index .indexTit .tit {
	font-size: 26px;
	color: #333;
	font-weight: bold;
	line-height: 36px;
}
.index .indexTit .tit span {
	color: #3fb150;
	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;position: relative;
}

.index .indexTit .subtit:before{content: "";position: absolute;width: 60px;height: 1px;background: #fff;left:456px;top:11px;}
.index .indexTit .subtit:after{content: "";position: absolute;width: 60px;height: 1px;background: #fff;right:456px;top:11px;}




.floor_0_main {
	height: 51px;
	width: 100%;
	overflow: hidden;
	border-bottom: #eee solid 1px;
}
.floor_0_main .floor_0_1 {
	float: left;
	line-height: 50px;
}
.floor_0_main .floor_0_1 p {
	font-size: 12px;
	color: #333;
	line-height: 50px;
}
.floor_0_main .floor_0_1 p a {
	display: inline-block;
	font-size: 12px;
	color: #333;
	border-right: #e8e8e8 solid 1px;
	line-height: 12px;
	padding: 0 12px;
}
.floor_0_main .floor_0_1 p a:last-of-type {
	border-right: none;
}
.floor_0_main .floor_0_1 p a:hover {
	color: #3fb150;
}
.floor_0_main .floor_0_2 {
	float: right;
	width: 276px;
	height: 30px;
	overflow: hidden;
	border: #efefef solid 1px;
	background-color: #fff;
	position: relative;
	margin-top: 9px;
	border-radius: 4px;
	position: relative;
}
.floor_0_main .floor_0_2 input {
	background-color: none;
	border: none;
}
.floor_0_main .floor_0_2 .stxt {
	width: 245px;
	height: 30px;
	line-height: 30px;
	display: block;
	text-indent: 10px;
	color: #999;
}
.floor_0_main .floor_0_2 .sbtn {
	width: 30px;
	height: 28px;
	display: block;
	cursor: pointer;
	background-position: -0px -164px;
	position: absolute;
	top: 1px;
	right: 1px;
	font-size: 0;
}
.index .menu {
	overflow: hidden;
	padding-bottom: 20px;
}
.index .menu ul {
	text-align: center;
}
.index .menu li {
	width: 180px;
	height: 40px;
	line-height: 40px;
	margin: 0 5px 10px;
	display: inline-block;
}
.index .menu li:first-child {
	margin-left: 0;
}
.index .menu li:last-child {
	margin-right: 0;
}
.index .menu li a {
	display: block;
	border: 1px solid #dcdcdc;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
}
.index .menu li.current a, .index .menu li a:hover {
	border: 1px solid #3fb150;
	color: #fff;
	background: #3fb150;
}
/*产品中心*/
.index .floor_1_main {
	width: 100%;
}
.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: 280px;
	height: 210px;
	overflow: hidden;
	margin-left: 20px;
	margin-bottom: 20px;
	position: relative;
}
.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/ixbannerbg1.jpg) center center no-repeat;
	width: 100%;
	height: 200px;
	margin-top: 0px;
}
.xbanner1 {
	background: url(../images/ixbannerbg2.jpg) center center no-repeat;
	width: 100%;
	height: 200px;
	margin-top:0px;
}
.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 {

	text-align: center;
	margin-right: 0px;
	margin-top: 0px;
}
.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: #090;
	-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;
}
.index_mole {
	display: block;
	background: url(../images/a6_02.png) center center no-repeat;
	height: 24px;
	width: 100%;
	text-align: center;
}
.index_mole a {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background-color: #eff2f6;
	width: 160px;
}
.index_mole a p {
	font-size: 18px;
	color: #333;
	line-height: 24px;
	float: left;
	padding-left: 22px;
	transition: all ease 600ms;
}
.index_mole a i {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	background-position: 0px -430px;
	margin-left: 18px;
	transition: all ease 600ms;
}
.index_mole a:hover p {
	color: #3fb150;
	padding-left: 20px;
	transition: all ease 600ms;
}
.index_mole a:hover i {
	color: #3fb150;
	margin-left: 22px;
	transition: all ease 600ms;
}
.floor_3_main {
	padding-top: 50px;
}
.floor_3_1 {
	margin-top: 46px;
}
.floor_3_main dl {
	background: url(../images/h4_02.jpg) center center no-repeat;
	width: 100%;
	height: 378px;
	overflow: hidden;
	display: block;
}
.floor_3_main dl.dl2 {
	background: url(../images/h5_02.jpg) center center no-repeat;
	width: 100%;
	height: 378px;
}
.floor_3_main dl .jz {
	margin: 0 auto;
	width: 1200px;
	display: block;
	height: 378px;
	position: relative;
	z-index: 1;
}
.floor_3_main dl dt {
	float: left;
	width: 600px;
}
.floor_3_main dl dt img {
	display: block;
	width: 100%;
	height: 378px;
}
.floor_3_main dl dd {
	float: right;
	width: 520px;
}
.floor_3_main dl dd h3 {
	display: block;
	height: 77px;
	padding-top: 100px;
}
.floor_3_main dl dd h3 i {
	display: block;
	float: left;
	width: 77px;
	height: 77px;
	background: url(../images/t8_03.png) center center no-repeat;
}
.floor_3_main dl dd h3 span {
	display: block;
	float: left;
	margin-left: 18px;
	width: 420px;
	font-size: 30px;
	color: #333;
	line-height: 77px;
}
.floor_3_main dl dd p {
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-top: 22px;
	height: 82px;
}
.floor_3_main dl dd a {
	display: block;
	position: relative;
	width: 198px;
	height: 44px;
	border: #e5e5e5 solid 1px;
	border-radius: 6px;
	text-align: center;
	line-height: 44px;
	font-size: 16px;
	color: #434343;
	z-index: 10
}
.floor_3_main dl.dl2 dd h3 {
	padding-top: 90px;
}
.floor_3_main dl dd a:hover {
	background-color: #3fb150;
	border: #3fb150 solid 1px;
	color: #fff;
	position: relative;
}
.floor_3_main dl dd a img {
	width: 120px;
	height: 0;
	position: absolute;
	left: 198px;
	top: -1px;
	transition: all ease 600ms;
	z-index: 10;
}
.floor_3_main dl dd a:hover img {
	height: 120px;
	z-index: 10
}
.floor_3_main dl.dl2 dd, .floor_3_main dl.dl4 dd {
	float: left;
}
.floor_3_main dl.dl2 dt, .floor_3_main dl.dl4 dt {
	float: right;
}
.floor_3_main dl.dl2 dd h3 i {
	display: block;
	float: left;
	width: 77px;
	height: 77px;
	background: url(../images/t8_07.png) center center no-repeat;
}
.floor_3_main dl.dl3 dd h3 i {
	display: block;
	float: left;
	width: 77px;
	height: 77px;
	background: url(../images/t8_10.png) center center no-repeat;
}
.floor_4_main {
	background: url(../images/t9_02.jpg) center center no-repeat;
	width: 100%;
	height: 791px;
	margin-top: 0px;
}
.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: #3fb150;
}
.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: 40px;
	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: #3fb150;
	border: #3fb150 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: #3fb150;
	border: #3fb150 solid 1px;
	color: #fff;
}
.index .floor_6_main {
	background: url(../images/h9_02.jpg) center center no-repeat;
	width: 100%;
	height:510px;
}
.index .floor_6_main .floor_6_1 {
	width: 1200px;
	position: relative;
	padding-top: 26px;
}
.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: 440px;
	margin-left: 90px;
	padding-top: 28px;
}
.index .floor_6_main .floor_6_1 dl dt h3 {
	font-size: 28px;
	color: #3fb150;
	line-height: 48px;
	 font-weight:bold
}
.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: 2px;
	margin-top: 8px;
}
.index .floor_6_main .floor_6_1 dl dt p {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 27px;
	margin-top: 5px;
	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; margin-top:20px;
}
.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: 600px;
	margin-right: 4px; margin-top:20px;
}
.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: 600px;
	height: 366px;
	display: block;
	margin-top: 18px; border-radius:8px;
}
.floor_6_3 {
	display: block;
	clear: left;
	width: 1200px;
	margin-top: 40px;
	margin-bottom: 40px; height:360px;
}
.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: #3fb150;
	border: #3fb150 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: #0162b0;
}
.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: #3fb150;
	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 #3fb150;
*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: #3fb150;
}
@-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 */

.fs {  background: url("../images/bg1.jpg") no-repeat center 0; overflow: hidden; padding-top:40px; padding-bottom:0px;}
.fs h3 { }
.fs h3 img { padding-top: 14px;}
.fs h4 { height: 39px; border-bottom: 1px solid #ff9d1e; font-weight: normal; margin-bottom: 10px;}
.fs h4 img { float: left; margin-top: 7px;}
.fs h4 p { float: left; font-size: 20px; color: #000000; margin: 8px 0 0 12px;}
.fs h4 span { display: block; float: right; font-size: 18px; color: #666666; line-height: 39px; text-transform: uppercase;}
.fs .fsz { float: left; width: 582px; margin-top:35px;}
.fs .fsz dl {}
.fs .fsz dt { width: 582px; overflow: hidden;}
.fs .fsz dt img { width: 582px; height: 327px;-webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
          transition: transform 0.3s ease 0s;}
.fs .fsz dt:hover img{ -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: -webkit-transform 0.6s ease 0s;
          transition: transform 0.6s ease 0s;}

.fs .fsz dd  { border-bottom:1px #CCCCCC dotted;}
.fs .fsz dd a {  font-size: 16px; color: #333333; ; line-height: 26px;}

.fs .fsz dd b {line-height: 33px; font-weight: 400;color: #333333;  padding-left: 10px; background: url("../images/fs_27.jpg") no-repeat left center;}
.fs .fsz dd span { display: block; float: right;}
.fs .fsz li { line-height: 33px; border-bottom:1px #CCCCCC dotted}
.fs .fsz li a { font-size: 16px; color: #333333; padding-left: 10px; font-weight: 400;  background: url("../images/fs_27.jpg") no-repeat left center;}
.fs .fsz li a span { display: block; float: right;}
.fs .fsy { float: right; width: 571px; margin-top:35px;}
.fs .fsy li { height: auto;border-bottom:1px #CCCCCC dotted}

.fs .fsy li div { width: 200px; height: 112px;  overflow: hidden; float: left;}
.fs .fsy li div img { width: 200px; height: 112px; float: left;overflow: hidden;-webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
          transition: transform 0.3s ease 0s;}
.fs .fsy li div:hover img{ -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: -webkit-transform 0.6s ease 0s;
          transition: transform 0.6s ease 0s;}


.fs .fsy li p { float: right; width: 330px;}
.fs .fsy li a { font-size: 14px; color: #666666; line-height: 26px;}
.fs .fsy li p b { display: block; color: #333333; margin-top: 12px;}
.fs .fsy li p span { color: #ff9d1e;}


.scrollbox{ width: 570px; margin: 0 auto; overflow: hidden; border: 0px solid #CFCFCF; padding: 10px; }
#scrollDiv{width:570px;height:494px; overflow:hidden;}/*这里的高度和超出隐藏是必须的*/
#scrollDiv li{height: auto; width:570px; padding:6px 6px; background: none; margin:5px 0}
#scrollDiv li:nth-child(2n){height: auto; width:570px; padding:6px 6px; background:#fff; font-weight:bold}
#scrollDiv li h3{  font-size:16px; color:#353535; line-height:34px; width:570px;}

#scrollDiv li h3:nth-child(2n){  font-size:16px; color:#353535; line-height:34px; width:570px;font-weight:bold}

#scrollDiv li h3 a{color:#353535; text-decoration:none; font-size:16px;}
#scrollDiv li h3:nth-child(2n) a{color:#353535; text-decoration:none; font-size:16px;font-weight:bold }

#scrollDiv li h3 a:hover{ color:#F00}
#scrollDiv li div{ height:36px; width:570px; color:#416A7F; line-height:18px; overflow:hidden}
#scrollDiv li div a{ color:#416A7F; text-decoration:none}

.scroltit{ height:26px; line-height:26px; padding-bottom:4px; margin-bottom:4px;}
.scroltit h3{ width:100px; float:left;}
.scroltit .updown{float:right; width:32px; height:22px; margin-left:4px}
#but_up{ background:url(../images/up.gif) no-repeat 0 0; text-indent:-9999px}
#but_down{ background:url(../images/down.gif) no-repeat 0 0; text-indent:-9999px}


#n{margin:10px auto; width:920px; border:1px solid #CCC;font-size:12px; line-height:30px;}
#n a{ padding:0 4px; color:#333}

/*footer*/
.bottom_main {
	width: 100%;
	height:320px;
	padding-bottom: 30px;
	background: url(../images/footer_bj.jpg) center top no-repeat #005bac;
	border-bottom: 1px solid #0f74c6;
}
.bottom_main .bottom_nav {
	margin-top: 58px;
	margin-right: 50px;
}
.bottom_main .bottom_nav .left {
	float: left;
	width: 130px;
	height: 185px;
	display: inline-block;
	border-right: 1px solid #0f74c6;
}

.bottom_main .bottom_nav .left:nth-child(3) {
	float: left;
	width: 230px;
	height: 185px;
	display: inline-block;
	border-right: 1px solid #0f74c6;
}
.bottom_main .bottom_nav .left:nth-child(4) {
	float: left;
	width: 230px;
	height: 185px;
	display: inline-block;
	border-right: 1px solid #0f74c6;
}
.bottom_main .bottom_nav .left h3 {
	font-size: 18px;
	line-height: 16px;
	color: #fff;
	height: 34px;
	text-align: left;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s; padding-left:20px
}
.bottom_main .bottom_nav .left dd {
	text-align:left; padding-left:20px;;
}
.bottom_main .bottom_nav .left dd a {
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}
.bottom_main .bottom_nav .left a:hover {
	color: #30b7ef;
}
.bottom_main .bottom_nav .left dt:hover h3 {
	color: #30b7ef;
}
.bottom_main .txt .tit {
	padding-left: 40px;
	margin-top: 47px;
	height: 33px;
	font-size: 22px;
	line-height: 33px;
	color: #fff;
	background: url("../images/tel.png") no-repeat;
	background-size: 33px 33px;
}
.bottom_main .txt .hotLine {
	margin-top: 12px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	width: 230px;
}
.bottom_copy {
	width: 100%;
	background: #fff;
	line-height: 35px;
	color: #666;
	font-size: 14px;
	padding: 30px 0;
}
.bottom_copy .w1200 {
	text-align: center;
}
.bottom_copy a {
	display: inline-block;
	color: #666;
	padding-left: 6px;
}
.bottom_copy a:hover {
	color: #30b7ef;
}


.topadcs{width:100%; margin-bottom:0px;overflow:hidden; text-align:center;}
.topadcs a{display:block;margin:0 auto;height:470px;}
.topadcs_xc{width:100%; margin-bottom:0px;overflow:hidden; text-align:center;}
.topadcs_xc a{display:block;margin:0 auto;height:720px;}
.nrcs{ border:1px solid #d7d7d7; border-top:0; margin-bottom:10px; background:#fff; width:752px; padding-top:10px}

.NewsCenMainCon{width: 100%;position: relative;background: #f3f3f3; }

.InpAddress{width: 100%;height: 70px;background:rgba(255,255,255,0.9);position: absolute;top: -70px;left: 0;}
.InpAddress .container{position: relative;}
.InpAddress h3{width: 200px;height: 60px;text-align: center;background: #37a161;padding-top: 10px;position: absolute;top: 0px;left: 0;}
.InpAddress h3 span{display: block;font-size: 24px;color: #fff;}
.InpAddress h3 em{display: block;font-size: 12px;color: #fff;text-transform: uppercase;margin-top:0px;}
.InpAddress p{float: left;margin-left: 165px;height: 70px;line-height: 70px;background: url(../images/InpAddress_icon01.png) no-repeat left center;padding-left: 22px;font-size: 14px;color: #999999;}
.InpAddress p a{font-size: 14px;color: #999999;}
.InpAddress p span{background: url(Img/Inpage2/InpAddress_icon02.png) no-repeat left center;padding-left: 10px;margin-left: 10px;color: #666666;}
.InpAddress ul{float: right;}
.InpAddress ul li{float: left;height: 70px;}
.InpAddress ul li a{color: #333;font-size: 14px;display: block;height: 68px;line-height: 68px;margin-left: 30px;text-decoration: none;}
.InpAddress ul li.cur a{color: #37a161;border-bottom: 2px solid #37a161;font-weight: bold;}
.InpAddress ul li:hover a{color: #37a161;border-bottom: 2px solid #37a161;font-weight: bold;}


/*当前位置*/
.pageMenu { overflow:hidden; width:100%; height:50px; line-height:47px; border-bottom:1px solid #e3e3e3; background:#fff}
.pageMenu .mbxNav{ overflow:hidden; float:left}
.pageMenu .mbxNav li{ float:left; font-size:14px; color:#666; margin:0 5px;}
.pageMenu .mbxNav li em{ margin-left:5px;}
.pageMenu .mbxNav li a{ color:#666;}
.pageMenu .mbxNav li.home{ width:50px; height:50px; border-left:1px solid #e3e3e3; border-right:1px solid #e3e3e3; background:url("../images/dts.png") no-repeat scroll 14px; margin-right:10px; margin-left:0}
.pageMenu .mbxNav li.home a{ display:block; width:100%; height:100%;}
.pageMenu .mbxNav li.last{ color:#00adef;}
.pageMenu .pageErjiNav{ overflow:hidden; float:right;}
.pageMenu .pageErjiNav li{ float:left; font-size:14px; color:#666; font-weight:bold; margin-left:40px;}
.pageMenu .pageErjiNav li a{ color:#666; text-decoration:none}
.pageMenu .pageErjiNav li.cur,.pageMenu .pageErjiNav li:hover{ border-bottom:3px solid #00adef;}
.pageMenu .pageErjiNav li.cur a, .pageMenu .pageErjiNav li:hover a{ color:#333} 
/* NewsDetails */
.NewsDetMainCon{width: 100%;background: #fff;padding:30px 0 60px 0;}
.NewsDetMainCon .container{background: #fff;padding-bottom:5px;}
.NewsDetMainCon .conTop{width: 100%;text-align: center;padding: 62px 0 42px 0;border-bottom: 1px solid #dedede;position: relative;}
.NewsDetMainCon .conTop h2{font-size: 32px;color: #a41018;font-weight: normal;}
.NewsDetMainCon .conTop .jieS{width: 100%;height: 17px;line-height: 17px;margin-top: 44px;}
.NewsDetMainCon .conTop .jieS span{font-size: 13px;color: #666666;position: relative;top: -3px;padding: 0 12px;border-left: 1px dotted #acacac;}
.NewsDetMainCon .conTop .jieS span.first{border-left: none;}
.NewsDetMainCon .conTop .jieS .sshe span{padding: 0px;border-left: 0px;top: 0px;}
.NewsDetMainCon .conTop .jieS em{font-family: arial;font-size: 13px;color: #666666;}
.NewsDetMainCon .conTop .jieS p{display: inline-block;*display: inline;padding: 0 12px;border-left: 1px dotted #acacac;}
.NewsDetMainCon .conTop .jieS p a{margin: 0 3px;/* display: inline-block;*display: inline; */}
.NewsDetMainCon .conTop .NewsDeBack{position: absolute;top: 132px;right: 30px;}
.NewsDetMainCon .conTop .NewsDeBack a{width: 128px;height: 42px;background: url(Img/Inpage2/NewsDetailsBg01.png) no-repeat center;font-size: 13px;color: #666666;text-indent: 26px;line-height: 42px;display: block;text-decoration: none;}
.NewsDetMainCon .conCenter{padding-top: 62px;padding: 0px; }
.NewsDetMainCon .conCenter p{font-size: 16px;color: #333;line-height: 35px;/*padding: 0 62px;*/}
.NewsDetMainCon .conCenter img{display: block;margin: 20px auto 20px;}
.NewsDetMainCon .fanye{padding: 0 40px 40px;margin-top: 100px;}
.NewsDetMainCon .fanye .NewsDetPage{float: left;width: 528px;height: 42px;background: url(Img/Inpage2/NewsDetailsBg02.png) no-repeat center;}
.NewsDetMainCon .fanye .previousPage span{height: 42px;line-height: 42px;font-size: 13px;color: #666666;display: block;float: left;margin-left: 23px;}
.NewsDetMainCon .fanye .previousPage .preva{display: block;width: 9px;height: 16px;float: left;margin-left: 20px;margin-top: 14px;}
.NewsDetMainCon .fanye .nextPage span{height: 42px;line-height: 42px;font-size: 13px;color: #666666;display: block;float: right;margin-right: 23px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;width: 450px;}
.NewsDetMainCon .fanye .nextPage .nexta{display: block;width: 9px;height: 16px;float: right;margin-right: 20px;margin-top: 14px;}
.NewsDetMainCon .fanye .list{width: 42px;height: 42px;background: url(Img/Inpage2/NewsDetailsBg03.png) no-repeat center;float: left;font-size: 13px;color: #fff;text-align: center;line-height: 42px;margin: 0 10px 0 12px;}
.sshe{display: inline-block;*display: inline;}
/* partner */
.partnerMainCon{width: 100%;background: #f3f3f3;padding-bottom: 75px;position: relative;}
.partnerMainCon .conBox{width: 100%;}
.partnerMainCon .conBox .subMenu{width: 100%;padding-top: 60px;}
.partnerMainCon .conBox .subMenu dl{margin-bottom: 10px;}
.partnerMainCon .conBox .subMenu dt{background: url(Img/Inpage2/PartnerBg01.png) no-repeat center;width: 144px;height: 40px;line-height: 40px;text-align: center;float: left;}
.partnerMainCon .subMenu dd{float: left;margin-left: 18px;/* height: 31px; */padding-top: 9px;width: 960px;}
.partnerMainCon .subMenu dd .STitle{display:block;float:left;width: 150px;height: 30px;border:1px solid #dfdfdf;margin-right:20px;line-height: 30px;padding-left: 15px;font-size: 14px;color:#666;margin-left: 10px;}
.partnerMainCon .subMenu dd span{display:block;border:1px solid #a41018;padding:5px 10px;margin-left: 12px;color:#a41018;float:left;text-decoration:none;cursor: pointer;    margin-bottom: 5px;}
.partnerMainCon .subMenu dd em{display:block;width: 110px;height: 30px;text-align:center;line-height: 30px;font-size: 15px;color:#fff;cursor:pointer;background-color: #a41018;float:left;border-radius: 5px;cursor:pointer;}
.partnerMainCon .subMenu .dl1 dd a{display: block;width: 24px;height: 24px;float: left;font-size: 15px;color: #666666;font-family: arial;border-radius: 50%;line-height: 24px;text-align: center;text-decoration: none;margin-left: 10px;}
.partnerMainCon .subMenu .dl1 dd a:first-child{/*margin-left: 0;*/}
.partnerMainCon .subMenu .dl2 dd a,.partnerMainCon .subMenu .dl3 dd a{display: block;height: 24px;float: left;font-size: 15px;color: #666666;font-family: arial;border-radius: 10px;line-height: 24px;text-align: center;text-decoration: none;margin-left: 10px;padding: 2px 16px;}
.partnerMainCon .subMenu .dl2 dd a{margin-top:5px;}




.d_list{width:100%;border-bottom:#e5e5e5 1px solid;}
.d_list li{width:100%;height:50px;position:relative;overflow:hidden;transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-webkit-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s; background:#f9f9f9}
.d_list li:nth-child(2n){width:100%;height:50px;position:relative;overflow:hidden;transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-webkit-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s; background:#fff}
.d_list li:hover{background-color:#d2e8f7;}
.lidate{width:90px;height:50px;line-height:50px;position:absolute;left:35px;transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-webkit-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;}
.lidate span{font-size:12px; margin-left:10px;}
.liTitle{width:780px;height:50px;line-height:50px;position:absolute;left:150px;transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-webkit-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s; font-size:18px}
.flIco{width:30px;height:40px;position:absolute;right:30px;background:url(../images/liIco.png) no-repeat left 14px;transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-webkit-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;}
.d_list li:hover .flIco{background:url(../images/liIcoh.png) no-repeat left 14px;}

.d_list li:hover .lidate{left:45px;}
.d_list li:hover .liTitle{left:160px;}