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", "Arial";
	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%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.red {
	color: #ba292e;
}
.fl {
	float: left;
}
.fr {
	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;
}
.w1300 {
	width: 1300px;
	margin: 0 auto;
}
.ico {
	background: url(../images/ico.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.itit-ico {
	background: url(../images/itit-ico.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.ilink {
	background: url(../images/ilink.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.bicon {
	background: url(../images/bicon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.icon {
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.right {
	float: right;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #67b306;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.ease, .ease * {
	transition: all ease 300ms;
}
.noease, .noease * {
	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;
}



.return {
    position: relative;
    height: 36px;
    padding: 6px;
    text-align: left;
    font: bold 22px/42px "\5FAE\8F6F\96C5\9ED1";
    color: #737372;
}



.return a {
    position: absolute;
    right: 10px;
    top: 12px;
    height: 36px;
    width: 100px;
    text-align: center;
    display: block;
    background: #eb2830;
    color: #fff;
    line-height: 36px;
    font-size: 12px;
    font-weight: bold;
}


#citywarp {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
    border: 1px solid #f4f4f4;
    padding: 10px;
}

#citywarp .city_list {
    padding-top: 10px;
}

#citywarp .city_list .item {
    padding: 10px 0;
    line-height: 24px;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
}

#citywarp .city_list .item dt {
    float: left;
    font-family: arial;
    font-weight: bold;
    font-size: 18px;
    width: 35px;
    padding-left: 25px;
    color: #444;
    display: table-cell;
}

#citywarp .city_list .item dd {
    margin: 0 0 0 55px;
    padding-left: 15px;
    border-left: 1px dashed #b2b2b2;
}

#citywarp .city_list .item dd a {
    padding: 1px 12px 1px 12px;
    white-space: nowrap;
    float: left;
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

#citywarp .city_list .item dd a:hover {
    text-decoration: none;
    background: #eb2830;
    color: #fff;
}



/*搜索栏*/
.announ_main {
	width: 100%;
	height: 76px;
	line-height: 76px;
	border-bottom: 1px solid #eee;
}
.announ_main .announ_right {
	width: 282px;
	padding-top: 20px;
}
.announ_main .announ_right .search {
	width: 282px;
	height: 35px;
	line-height: 35px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #f6f6f6;
	position: relative;
}
.announ_main .announ_right .search input {
	outline: none;
	border: 0 none;
	height: 35px;
	line-height: 35px;
}
.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 #67b306;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.announ_main .announ_right .search .btn:hover {
	background-color: #01bc66;
}
.announ_main .announ_left span {
	display: inline-block;
}
.announ_main .announ_left a {
	display: inline-block;
	padding: 0 20px 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;
}



.re_key{width:700px}




/*******index css*******/
.index {
	width: 100%;
}

.index .scrollBox {
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	position: relative;
	padding-bottom: 58px;
}
.index .scrollBox .btn {
	width: 202px;
	background: url(../images/ibtnbg.png) no-repeat center center;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
}
.index .scrollBox .btn s {
	width: 19px;
	height: 19px;
	margin-right: 6px;
	background-position: -130px 0;
}
.index .iscroll {
	width: 966px;
	height: 48px;
	position: relative;
	overflow: hidden;
	background-color: #f1f1f1;
	border: 1px solid #e5e5e5;
}
.index .iscroll .t {
	width: 22px;
	height: 20px;
	display: block;
	position: absolute;
	left: 128px;
	top: 16px;
	background-position: -34px 0;
}
.index .iscroll .prev, .index .iscroll .next {
	width: 38px;
	height: 15px;
	position: absolute;
	z-index: 10;
	cursor: pointer;
	left: 31px;
	top: 8px;
	background-position: 15px -30px;
}
.index .iscroll .prev {
	border-bottom: 1px solid #e5e5e5;
}
.index .iscroll .next {
	top: 24px;
	background-position: 15px -46px;
}
.index .iscroll .list {
	padding-left: 166px !important;
	position: relative;
}
.index .iscroll .list a {
	width: 100%;
	display: block;
	color: #848484;
	font-size: 16px;
}
.index .iscroll .list a:hover {
	color: #d9261d;
}
.index .iscroll .list .time {
	float: right;
	padding-left: 16px;
	height: 16px;
	line-height: 16px;
	margin-top: 15px;
	margin-right: 20px;
	font-size: 16px;
	color: #848484;
	border-left: 2px solid #a4a4a4;
}
.index .ilinks {
	height: 191px;
	margin-bottom: 40px;
}
.index .ilinks .list .item {
	width: 288px;
	float: left;
	margin-left: 16px;
}
.index .ilinks .list .item a {
	width: 100%;
	display: block;
}
.index .ilinks .list .item img {
	width: 286px;
	height: 63px;
	border: 1px solid #dddddd;
	display: block;
}
.index .ilinks .list .item:first-child {
	margin-left: 0;
}
.index .ilinks .list .item h3 {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.indexTit {
	padding-top: 76px;
}
.indexTit .tit {
	font-size: 40px;
	color: #646464;
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin-bottom: 18px;
}
.indexTit i {
	display: block;
	width: 29px;
	height: 1px;
	margin: 0 auto;
	background: url(../images/wrap.png) center center no-repeat;
	margin-bottom: 30px;
}
.index_title {
	text-align: center;
	padding-top: 35px;
	padding-bottom: 40px;
}
.index_title h3 {
	font-size: 38px;
	font-weight: 100;
	padding-bottom: 12px;
	color: #333;
	font-weight: bold;
}
.index_title p {
	background: url(../images/line.png) center center no-repeat;
	width: 320px;
	height: 22px;
	margin: 0 auto;
}
/*f1*/
.floor_1 {
}
.floor_1 .floor_1_main {
}
.floor_1 .floor_1_main .content {
}
.floor_1 .floor_1_main .content .menu {
	margin-bottom: 42px;
}
.floor_1 .floor_1_main .content .menu .list {
	padding: 0;
	text-align: center;
}
.floor_1 .floor_1_main .content .menu .list .item {
	display: inline-block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	background-color: #f4f4f4;
	border: 1px solid #f1efef;
	margin: 0 8px;
	border-radius: 6px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_1 .floor_1_main .content .menu .list .item:last-child {
	margin-right: 0px;
}
.floor_1 .floor_1_main .content .menu .list .item a {
	font-size: 14px;
	color: #666;
	text-align: center;
	display: block;
}
.floor_1 .floor_1_main .content .menu .list .item:hover {
	background-color: #67b306;
	color: #FFFFFF;
}
.floor_1 .floor_1_main .content .menu .list .item:hover a {
	color: #FFFFFF;
}
.floor_1 .floor_1_main .content .menu .list .item.hover {
	background-color: #67b306;
	color: #FFFFFF;
}
.floor_1 .floor_1_main .content .menu .list .item.hover a {
	color: #FFFFFF;
}
.floor_1 .floor_1_main .content .product {
}
.floor_1 .floor_1_main .content .product .bd {
	position: relative;
	overflow: hidden;
	height: 290px;
}
.floor_1 .floor_1_main .content .product .bd .list {
	width: 104%;
	overflow: hidden;
}
.floor_1 .floor_1_main .content .product .bd .list li {
	position: relative;
	float: left;
	display: block;
	width: 290px;
	height: 290px;
	margin-right: 13px;
	cursor: pointer;
}
.floor_1 .floor_1_main .content .product .bd .list li:hover {
	background: url(../images/f2_1.jpg) center center no-repeat;
}
.floor_1 .floor_1_main .content .product .bd .list li a {
	display: block;
	width: 288px;
	height: 290px;
}
.floor_1 .floor_1_main .content .product .bd .list li img {
	margin: 0 auto;
	display: block;
	height: 218px;
	width: 290px;
}
.floor_1 .floor_1_main .content .product .bd .list li p {
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_1 .floor_1_main .content .product .bd .list li:hover p {
	color: #67b306;
}
.floor_1 .floor_1_main .content .product .hd {
	width: 100%;
	top: 0px;
	position: relative;
	padding-bottom: 80px;
}
.floor_1 .floor_1_main .content .product .hd .prev {
	position: absolute;
	left: 490px;
	top: -0px;
	display: block;
	width: 72px;
	height: 32px;
	background-position: -0px -0px;
	cursor: pointer;
}
.floor_1 .floor_1_main .content .product .hd .next {
	position: absolute;
	right: 490px;
	top: -0px;
	display: block;
	width: 72px;
	height: 32px;
	background-position: -80px -0px;
	cursor: pointer;
}
.floor_1 .floor_1_main .content .product .hd .prev:hover {
	opacity: 0.8;
	background-position: -160px -0px;
}
.floor_1 .floor_1_main .content .product .hd .next:hover {
	opacity: 0.8;
	background-position: -240px -0px;
}
.floor_1 .floor_1_main .content .product .hd .amore {
	position: absolute;
	left: 570px;
	top: -0px;
	display: block;
	width: 61px;
	height: 32px;
	background-position: -0px -76px;
	cursor: pointer;
}
.floor_1 .floor_1_main .content .product .hd .amore:hover {
	opacity: 0.8;
	background-position: -80px -76px;
}
.floor_1 .floor_1_main .content .product .bd .list li a .More {
	margin-top: 32px;
	margin-left: 60px;
	overflow: hidden;
	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_1 .floor_1_main .content .product .bd .list li:hover a .More {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.floor_1 .floor_1_main .content .product .bd .list li a .More i {
	background-position: -30px -300px;
	width: 12px;
	height: 7px;
	margin-top: -17px;
	margin-left: 100px;
	float: left;
}
.floor_1 .floor_1_main .content .product .bd ul li a .bg {
	width: 290px;
	height: 218px;
	background: url(../images/framebg1.png) no-repeat center center;
	background-size: 290px 218px;
	opacity: 0;
	margin-top: -288px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_1 .floor_1_main .content .product .bd ul li:hover a .bg {
	display: block;
	z-index: 999;
	position: relative;
	opacity: 1;
}
.floor_1 .floor_1_main .content .product .bd ul li a .txtIco {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 290px;
	height: 290px;
	z-index: 1000;
}
.floor_1 .floor_1_main .content .product .bd ul li a .txtIco s {
	width: 54px;
	height: 54px;
	background-position: 0px -270px;
	position: absolute;
	left: 145px;
	top: 80px;
	margin-left: -20px;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_1 .floor_1_main .content .product .bd ul li:hover a .txtIco s {
	opacity: 1;
}
.floor_1 .floor_1_main .content .product .bd ul li a .txtIco .stit {
	padding-top: 220px;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	transition: all ease-in-out .2s;
	opacity: 0;
	filter: alpha(opacity=0);
	color: #fff;
}
.floor_1 .floor_1_main .content .product .bd ul li:hover a .txtIco .stit {
	padding-top: 160px;
	transition: all ease-in-out .2s;
	opacity: 1;
	filter: alpha(opacity=100);
	color: #fff;
}
/******floor_2******/
.floor_2 {
	background-color: #f4f5f6;
	position: relative;
	height: 876px;
}
.floor_2 .floor_2_main {
}
.floor_2 .floor_2_main .content {
}
.floor_2 .floor_2_main .content .advantage {
	position: relative;
	height: 600px;
	margin-top: 50px;
}
.floor_2 .floor_2_main .content .advantage .list {
	position: relative;
	z-index: 99;
}
.floor_2 .floor_2_main .content .advantage .list .item {
	width: 350px;
	height: 100px;
	float: left;
}
.floor_2 .floor_2_main .content .advantage .list .item.it1, .floor_2 .floor_2_main .content .advantage .list .item.it3, .floor_2 .floor_2_main .content .advantage .list .item.it5, .floor_2 .floor_2_main .content .advantage .list .item.it7 {
	padding-right: 400px;
}
.floor_2 .floor_2_main .content .advantage .list .item a {
	display: block;
}
.floor_2 .floor_2_main .content .advantage .list .item a h2 {
	font-size: 20px;
	color: #000000;
	height: 24px;
	line-height: 24px;
	padding-bottom: 16px;
	font-weight: bold;
	text-indent: 230px;
	-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 .floor_2_main .content .advantage .list .item:hover a h2 {
	color: #01bc66;
}
.floor_2 .floor_2_main .content .advantage .list .item a h2 i {
	display: block;
	width: 23px;
	height: 23px;
	background: url(../images/f2_1.png)center center no-repeat;
	float: right;
}
.floor_2 .floor_2_main .content .advantage .list .item.it2:hover a h2 i, .floor_2 .floor_2_main .content .advantage .list .item.it4:hover a h2 i, .floor_2 .floor_2_main .content .advantage .list .item.it6:hover a h2 i, .floor_2 .floor_2_main .content .advantage .list .item.it8:hover a h2 i {
	display: block;
	width: 23px;
	height: 23px;
	background: url(../images/f2_3.png)center center no-repeat;
	float: left;
}
.floor_2 .floor_2_main .content .advantage .list .item.it1:hover a h2 i, .floor_2 .floor_2_main .content .advantage .list .item.it3:hover a h2 i, .floor_2 .floor_2_main .content .advantage .list .item.it5:hover a h2 i, .floor_2 .floor_2_main .content .advantage .list .item.it7:hover a h2 i {
	display: block;
	width: 23px;
	height: 23px;
	background: url(../images/f2_3.png)center center no-repeat;
	float: right;
}
.floor_2 .floor_2_main .content .advantage .list .item a p {
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	transition: all ease 600ms;
}
.floor_2 .floor_2_main .content .advantage .list .item:hover a p {
	margin-top: -12px;
	transition: all ease 600ms;
}
.floor_2 .floor_2_main .content .advantage .f2_bg {
	width: 597px;
	height: 559px;
	position: absolute;
	top: 0px;
	left: 354px;
}
.floor_2 .floor_2_main .content .advantage .list .item.it1 {
	width: 354px;
	padding-left: 78px;
	padding-top: 26px;
}
.floor_2 .floor_2_main .content .advantage .list .item.it1 p {
	width: 310px;
	text-align: right;
}
.floor_2 .floor_2_main .content .advantage .list .item.it1 p em {
	text-indent: 250px;
	display: block;
}
.floor_2 .floor_2_main .content .advantage .list .item.it2 {
	width: 354px;
	padding-top: 26px;
}
.floor_2 .floor_2_main .content .advantage .list .item.it2 h2 {
	text-indent: 20px;
}
.floor_2 .floor_2_main .content .advantage .list .item.it2 h2 i {
	float: left;
}
.floor_2 .floor_2_main .content .advantage .list .item.it2 p {
	width: 310px;
	padding-left: 44px;
}
.floor_2 .floor_2_main .content .advantage .list .item.it2 p em {
	text-indent: 250px;
	display: block;
}
.floor_2 .floor_2_main .content .advantage .list .item.it3 {
	width: 354px;
	padding-top: 50px;
}
.floor_2 .floor_2_main .content .advantage .list .item.it3 p {
	width: 310px;
	text-indent: 18px;
	text-align: right;
}
.floor_2 .floor_2_main .content .advantage .list .item.it3 p em {
	text-indent: 210px;
	display: block;
}
.floor_2 .floor_2_main .content .advantage .list .item.it3 h2 {
	text-indent: 230px;
}
.floor_2 .floor_2_main .content .advantage .list .item.it4 {
	width: 354px;
	padding-left: 90px;
	padding-top: 50px;
}
.floor_2 .floor_2_main .content .advantage .list .item.it4 p {
	width: 310px;
	text-indent: 0;
	padding-left: 42px;
}
.floor_2 .floor_2_main .content .advantage .list .item.it4 p em {
	text-indent: 210px;
	display: block;
}
.floor_2 .floor_2_main .content .advantage .list .item.it4 h2 {
	text-indent: 20px;
}
.floor_2 .floor_2_main .content .advantage .list .item.it4 h2 i {
	float: left;
}
.floor_2 .floor_2_main .content .advantage .list .item.it5 {
	width: 354px;
	padding-top: 80px;
}
.floor_2 .floor_2_main .content .advantage .list .item.it5 p {
	width: 310px;
	text-indent: 0px;
	text-align: right;
}
.floor_2 .floor_2_main .content .advantage .list .item.it5 p em {
	text-indent: 194px;
	display: block;
}
.floor_2 .floor_2_main .content .advantage .list .item.it5 h2 {
	text-indent: 230px;
}
.floor_2 .floor_2_main .content .advantage .list .item.it6 {
	width: 354px;
	padding-left: 92px;
	padding-top: 78px;
}
.floor_2 .floor_2_main .content .advantage .list .item.it6 p {
	width: 310px;
	text-indent: 0;
	padding-left: 42px;
}
.floor_2 .floor_2_main .content .advantage .list .item.it6 p em {
	text-indent: 210px;
	display: block;
}
.floor_2 .floor_2_main .content .advantage .list .item.it6 h2 {
	text-indent: 20px;
}
.floor_2 .floor_2_main .content .advantage .list .item.it6 h2 i {
	float: left;
}
.floor_2 .floor_2_main .content .advantage .list .item.it7 {
	width: 335px;
	padding-top: 44px;
	padding-left: 100px;
}
.floor_2 .floor_2_main .content .advantage .list .item.it7 p {
	width: 310px;
	text-indent: -12px;
	text-align: right;
}
.floor_2 .floor_2_main .content .advantage .list .item.it7 p em {
	text-indent: 58px;
	display: block;
}
.floor_2 .floor_2_main .content .advantage .list .item.it7 h2 {
	text-indent: 230px;
}
.floor_2 .floor_2_main .content .advantage .list .item.it8 {
	width: 354px;
	padding-left: 2px;
	padding-top: 48px;
}
.floor_2 .floor_2_main .content .advantage .list .item.it8 p {
	width: 310px;
	text-indent: 0;
	padding-left: 42px;
}
.floor_2 .floor_2_main .content .advantage .list .item.it8 p em {
	text-indent: 210px;
	display: block;
}
.floor_2 .floor_2_main .content .advantage .list .item.it8 h2 {
	text-indent: 20px;
}
.floor_2 .floor_2_main .content .advantage .list .item.it8 h2 i {
	float: left;
}
/******floor_3******/
.floor_3 {
	position: relative;
}
.floor_3 .floor_3_main .content .case {
}
.floor_3 .floor_3_main .content .case .bd {
	position: relative;
	height: 380px;
}
.floor_3 .floor_3_main .content .case .bd .list {
	width: 104%;
}
.floor_3 .floor_3_main .content .case .bd .list li {
	position: relative;
	float: left;
	display: block;
	width: 380px;
	height: 360px;
	margin-right: 30px;
	cursor: pointer;
}
/*.floor_3 .floor_3_main .content .case .bd .list li:hover{background: url(../images/f2_1.jpg) center center no-repeat; box-shadow: 3px 7px 12px #d0dbe0;}*/
.floor_3 .floor_3_main .content .case .list li a {
	display: block;
	width: 380px;
	height: 360px;
}
.floor_3 .floor_3_main .content .case .bd .list li img {
	margin: 0 auto;
	display: block;
	height: 285px;
	width: 380px;
}
.floor_3 .floor_3_main .content .case .bd .list li p {
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_3 .floor_3_main .content .case .bd .list li:hover p {
	color: #67b306;
}
.floor_3 .floor_3_main .content .case .hd {
	width: 100%;
	top: 0px;
	position: relative;
	padding-bottom: 80px;
}
.floor_3 .floor_3_main .content .case .hd .prev {
	position: absolute;
	left: 490px;
	top: -0px;
	display: block;
	width: 72px;
	height: 32px;
	background-position: -0px -0px;
	cursor: pointer;
}
.floor_3 .floor_3_main .content .case .hd .next {
	position: absolute;
	right: 490px;
	top: -0px;
	display: block;
	width: 72px;
	height: 32px;
	background-position: -80px -0px;
	cursor: pointer;
}
.floor_3 .floor_3_main .content .case .hd .prev:hover {
	opacity: 0.8;
	background-position: -160px -0px;
}
.floor_3 .floor_3_main .content .case .hd .next:hover {
	opacity: 0.8;
	background-position: -240px -0px;
}
.floor_3 .floor_3_main .content .case .hd .amore {
	position: absolute;
	left: 570px;
	top: -0px;
	display: block;
	width: 61px;
	height: 32px;
	background-position: -0px -76px;
	cursor: pointer;
}
.floor_3 .floor_3_main .content .case .hd .amore:hover {
	opacity: 0.8;
	background-position: -80px -76px;
}
.floor_3 .floor_3_main .content .case .bd .list li a .More {
	margin-top: 32px;
	margin-left: 60px;
	overflow: hidden;
	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_3 .floor_3_main .content .case .bd .list li:hover a .More {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.floor_3 .floor_3_main .content .case .bd .list li a .More i {
	background-position: -30px -300px;
	width: 12px;
	height: 7px;
	margin-top: -17px;
	margin-left: 100px;
	float: left;
}
.floor_3 .floor_3_main .content .case .bd ul li a .bg {
	margin-top: -355px;
	width: 380px;
	height: 285px;
	background: url(../images/framebg2.png) no-repeat center center;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_3 .floor_3_main .content .case .bd ul li:hover a .bg {
	display: block;
	z-index: 999;
	position: relative;
	opacity: 1;
}
.floor_3 .floor_3_main .content .case .bd ul li a .txtIco {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 380px;
	height: 360px;
	z-index: 1000;
}
.floor_3 .floor_3_main .content .case .bd ul li a .txtIco s {
	width: 54px;
	height: 54px;
	background-position: 0px -270px;
	position: absolute;
	left: 184px;
	top: 106px;
	margin-left: -20px;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_3 .floor_3_main .content .case .bd ul li:hover a .txtIco s {
	opacity: 1;
}
.floor_3 .floor_3_main .content .case .bd ul li a .txtIco .stit {
	padding-top: 220px;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	transition: all ease-in-out .2s;
	opacity: 0;
	filter: alpha(opacity=0);
	color: #fff;
}
.floor_3 .floor_3_main .content .case .bd ul li:hover a .txtIco .stit {
	padding-top: 160px;
	transition: all ease-in-out .2s;
	opacity: 1;
	filter: alpha(opacity=100);
	color: #fff;
}
.floor_3 .floor_3_main .content .case .bd .list li p i {
	display: block;
	width: 19px;
	height: 19px;
	float: right;
	background-position: 0px -140px;
	position: absolute;
	top: 26px;
	right: 26px;
}
.floor_3 .floor_3_main .content .case .bd .list li:hover p i {
	background-position: -40px -140px;
}
/******floor_4******/
.floor_4 {
	position: relative;
}
.floor_4 {
	background: url(../images/f4_3.jpg) center center no-repeat;
	height: 647px;
}
.floor_4 .floor_4_main {
}
.floor_4 .floor_4_main .txt {
	float: left;
	padding-top: 120px;
}
.floor_4 .floor_4_main .txt .tit {
	font-size: 40px;
	color: #333333;
	height: 44px;
	line-height: 44px;
	padding-bottom: 36px;
}
.floor_4 .floor_4_main .txt i {
	display: block;
	background-position: 0 -380px;
	width: 32px;
	height: 1px;
}
.floor_4 .floor_4_main .txt .p1 {
	font-size: 14px;
	color: #333333;
	width: 500px;
	line-height: 28px;
	padding-top: 60px;
}
.floor_4 .floor_4_main .txt a {
	font-size: 14px;
	color: #fff;
	width: 130px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	background-color: #67b306;
	display: block;
	border-radius: 6px;
	margin-top: 56px;
	transition: all ease 600ms;
}
.floor_4 .floor_4_main .txt a:hover {
	width: 150px;
	transition: all ease 600ms;
}
/******floor_5******/
.floor_5 .floor_5_main {
	position: relative;
}
.floor_5 .floor_5_main .indexTit {/* float: left; */
	position: relative;
}
.floor_5 .floor_5_main .indexTit .tit {
	font-size: 40px;
	color: #646464;
	text-align: left;
	margin-bottom: 18px;
}
.floor_5 .floor_5_main .indexTit i {
	display: block;
	width: 29px;
	height: 1px;
	margin: 0;
	background: url(../images/wrap.png) center center no-repeat;
	margin-bottom: 30px;
}
.floor_5 .floor_5_main .menu {
	float: right;
	position: absolute;
	top: 34px;
	right: 0px;
}
.floor_5 .floor_5_main .menu .list .item.it1 {
	font-size: 14px;
	color: #fff;
	width: 130px;
}
.floor_5 .floor_5_main .menu .list .item.hover {
	background-color: #67b306;
}
.floor_5 .floor_5_main .menu .list .item.it2 {
	font-size: 14px;
	color: #fff;
	width: 130px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	background-color: #01bc66;
	display: block;
	border-radius: 6px;
	margin-top: 56px;
	float: left;
}
.floor_5 .floor_5_main .menu .list .item a {
	color: #FFFFFF;
	display: block;
}
.floor_5 .floor_5_main .menu .list .item:hover a {
}
.floor_5 .floor_5_main .menu .list .item {
	font-size: 14px;
	color: #fff;
	width: 130px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	background-color: #01bc66;
	display: block;
	border-radius: 6px;
	margin-top: 56px;
	float: left;
	margin-right: 18px;
	transition: all ease 600ms;
}
.floor_5 .floor_5_main .menu .list .item:hover {
	opacity: 0.8;
	transition: all ease 600ms;
}
.floor_5 .floor_5_main .menu .list .item:last-child {
	margin-right: 0px;
}
.floor_5 .floor_5_main .content .news {
	margin-bottom: 30px;
	padding-top: 0px;
}
.floor_5 .floor_5_main .content .news .bd {
	position: relative;
	height: 420px;
}
.floor_5 .floor_5_main .content .news .bd .list {
	width: 104%;
}
.floor_5 .floor_5_main .content .news .bd .list li {
	position: relative;
	float: left;
	display: block;
	width: 380px;
	height: 380px;
	border-bottom: 0px!important;
	padding-bottom: 0px;
	margin: 15px 0;
	margin-right: 30px;
	cursor: pointer;
	transition: all ease 600ms;
}
.floor_5 .floor_5_main .content .news .bd .list li:hover {
	box-shadow: 1px 6px 10px #d0dbe0;
	transition: all ease 600ms;
}
/*.floor_3 .floor_3_main .content .case .bd .list li:hover{background: url(../images/f2_1.jpg) center center no-repeat; box-shadow: 3px 7px 12px #d0dbe0;}*/
.floor_5 .floor_5_main .content .news .list li a {
	display: block;
	width: 380px;
	height: 380px;
}
.floor_5 .floor_5_main .content .news .bd .list li img {
	margin: 0 auto;
	display: block;
	height: 285px;
	width: 380px;
}
.floor_5 .floor_5_main .content .news .bd .list li .tit {
}
.floor_5 .floor_5_main .content .news .bd .list li .p1 {
	height: 90px;
	line-height: 90px;
	float: left;
	text-align: center;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	width: 310px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-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 .floor_5_main .content .news .bd .list li .p2 {
	position: relative;
	color: #cccccc;
	font-size: 43px;
	padding-top: 20px;
	width: 70px;
	float: right;
}
.floor_5 .floor_5_main .content .news .bd .list li .p2 .s1 {
	margin-right: 14px;
	color: #666666;
	font-size: 14px;
	float: right;
	position: absolute;
	top: 44px;
	left: 4px;
	width: 76px;
	-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 .floor_5_main .content .news .bd .list li .p2 .s2 {
	position: absolute;
	top: 16px;
	left: 6px;
	-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 .floor_5_main .content .news .bd .list li:hover .p2 {
	color: #67b306;
}
.floor_5 .floor_5_main .content .news .bd .list li:hover .p2 .s1 {
	color: #67b306;
}
.floor_5 .floor_5_main .content .news .bd .list li:hover .p1 {
	color: #67b306;
}
.floor_5 .floor_5_main .content .news .hd {
	width: 100%;
	top: 0px;
	position: relative;
	padding-bottom: 80px;
}
.floor_5 .floor_5_main .content .news .hd .prev {
	position: absolute;
	left: 490px;
	top: -0px;
	display: block;
	width: 72px;
	height: 32px;
	background-position: -0px -0px;
	cursor: pointer;
}
.floor_5 .floor_5_main .content .news .hd .next {
	position: absolute;
	right: 490px;
	top: -0px;
*right: 0px;
*left: 1180px;
	display: block;
	width: 72px;
	height: 32px;
	background-position: -80px -0px;
	cursor: pointer;
}
.floor_5 .floor_5_main .content .news .hd .prev:hover {
	opacity: 0.8;
	background-position: -160px -0px;
}
.floor_5 .floor_5_main .content .news .hd .next:hover {
	opacity: 0.8;
	background-position: -240px -0px;
}
.floor_5 .floor_5_main .content .news .hd .amore {
	position: absolute;
	left: 570px;
	top: -0px;
	display: block;
	width: 61px;
	height: 32px;
	background-position: -0px -76px;
	cursor: pointer;
}
.floor_5 .floor_5_main .content .news .hd .amore:hover {
	opacity: 0.8;
	background-position: -80px -76px;
}
.floor_5 .floor_5_main .content .news .bd .list li a .More {
	margin-top: 32px;
	margin-left: 60px;
	overflow: hidden;
	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_5 .floor_5_main .content .news .bd .list li:hover a .More {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.floor_5 .floor_5_main .content .news .bd .list li a .More i {
	background-position: -30px -300px;
	width: 12px;
	height: 7px;
	margin-top: -17px;
	margin-left: 100px;
	float: left;
}
.floor_5 .floor_5_main .content .news .bd ul li a .bg {
	width: 380px;
	height: 285px;
	background: url(../images/framebg2.png) no-repeat center center;
	opacity: 0;
}
.floor_5 .floor_5_main .content .news .bd ul li:hover a .bg {
	display: block;
	margin-top: -355px;
	z-index: 999;
	position: relative;
	opacity: 1;
}
.floor_5 .floor_5_main .content .news .bd ul li a .txtIco {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 380px;
	height: 360px;
	z-index: 1000;
}
.floor_5 .floor_5_main .content .news .bd ul li a .txtIco s {
	width: 54px;
	height: 54px;
	background-position: 0px -270px;
	position: absolute;
	left: 184px;
	top: 106px;
	transition: all ease-in-out .2s;
	margin-left: -20px;
	opacity: 0;
}
.floor_5 .floor_5_main .content .news .bd ul li:hover a .txtIco s {
	opacity: 1;
}
.floor_5 .floor_5_main .content .news .bd ul li a .txtIco .stit {
	padding-top: 220px;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	transition: all ease-in-out .2s;
	opacity: 0;
	filter: alpha(opacity=0);
	color: #fff;
}
.floor_5 .floor_5_main .content .news .bd ul li:hover a .txtIco .stit {
	padding-top: 160px;
	transition: all ease-in-out .2s;
	opacity: 1;
	filter: alpha(opacity=100);
	color: #fff;
}
.floor_5 .floor_5_main .content .news .bd .list li p i {
	display: block;
	width: 19px;
	height: 19px;
	float: right;
	background-position: 0px -140px;
	position: absolute;
	top: 26px;
	right: 26px;
}
.floor_5 .floor_5_main .content .news .bd .list li:hover p i {
	background-position: -40px -140px;
}


.city_list{margin-top:15px}
.city_list h4{display:inline-block;color:#fff}
.city_list ul{display:inline-block;margin-left:5px}
.city_list ul li{display:inline-block;text-align:center;margin:0px 10px}
.city_list ul li a{color:#fff}