﻿
@charset "UTF-8";
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;
}
body {
	overflow-x: hidden;
	overflow-y: auto;
}
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;
}
.left {
	float: left;
}
.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;
}
.w1300 {
	width: 1300px;
	margin: 0 auto;
}
.ico {
	background: url(../images/icon.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;
}
a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #363636;
	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;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.dialog-layout {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
/***************top and bottom css*********************/
/*top*/
.top_main {
	position: relative;
	z-index: 99;
	height: 30px;
	line-height: 30px;
	border-top: 2px solid #363636;
	background: #f5f5f5;
}
.top_main .top_l {
	font-size: 12px;
	color: #666;
}
.top_main .top_r {
	text-align: center;
	display: block;
	width: 258px;
	height: 32px;
	background: url("../images/trbg.png") no-repeat center center;
	background-size: 258px 32px;
}
.top_main .top_r .list {
	display: inline-block;
	width: 258px;
	margin-left: 68px;
}
.top_main .top_r a {
	float: left;
	font-size: 12px;
	color: #fff;
}
.top_main .top_r .line {
	margin: 9px 12px 0;
	float: left;
	display: block;
	width: 1px;
	height: 14px;
	background: #fff;
}
/*header_main*/
.header_main {
	position: relative;
	width: 100%;
	height: 156px;
	z-index: 98;
	background: #fff;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
.header_main .header {
	padding-top: 29px;
}
.header_main .webLogo {
	float: left;
	display: block;
	height: 60px;
}
.header_main .webLogo img {
	display: block;
	height: 60px;
	vertical-align: middle;
}
.header_main .tel_main {
	float: right;
	padding-left: 60px;
	background: url("../images/tel1.png") no-repeat left center;
	background-size: 48px 48px;
}
.header_main .tel_main .zx {
	font-size: 14px;
	line-height: 14px;
	color: #333;
}
.header_main .tel_main .webTel {
	margin-top: 12px;
	font-weight: bold;
	font-family: arial;
	font-size: 30px;
	line-height: 24px;
	color: #363636;
}
/*nav*/
.navbg{border-top:1px solid #ccc; margin-top: 20px;}
#nav {
	position: relative;
	height: 46px;
	z-index: 12;
}
#nav .navlist {
	position: relative;
	display: block;
	z-index: 4;
}
#nav li {
	padding: 0 50px;
	position: relative;
	float: left;
	display: block;
	list-style: none;
	font-size: 16px;
	text-align: center;
	background: url("../images/navline.png") no-repeat left center;
	background-size: 1px 14px;
}
#nav li:first-child {
	padding-left: 0;
	padding-right: 44px;
	background: none;
}
#nav li:last-child {
	padding-right: 0;
	padding-left: 40px;
}
#nav li a {
	display: block;
	height: 46px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	color: #333;
	transition: all ease 300ms;
}
#nav li.hover a, #nav li:hover a {
	color: #363636;
}
#nav li a.hover {
	color: #363636;
}
/*导航栏下拉*/
#nav ul .suNav {
	width: 100%;
	position: absolute;
	left: 0;
	top: 47px;
	z-index: 100;
	background: #fff;
	border: 1px solid #ddd;
}
#nav ul .suNav {
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
#nav ul li:hover .suNav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
#nav ul .suNav a {
	font-weight: normal;
	color: #333!important;
	line-height: 35px;
	height: 35px;
	padding: 0;
	text-align: center;
	overflow: hidden;
	display: block;
	margin: 0;
	font-size: 14px;
	border-top: 1px solid #eaeaea;
	background: #fff;
}
#nav ul .suNav a:first-child {
	border-top: none;
}
#nav ul .suNav a:first-child:hover {
	border-top: none;
}
#nav ul .suNav a:hover {
	border-top: 1px solid #363636;
	background: #363636;
	color: #fff !important;
}
/* banner*/
#banner_main {
	overflow: hidden;
	z-index: 2;
	max-width: 1920px;
	margin: 0 auto;
}
#banner_main .banner1 {
	position: relative;
	width: 100%;
	height: 800px;
	margin: 0 auto;
	min-width: 1200px;
}
#banner {
	width: 100%;
	min-width: 1000px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
#banner, .banner1 ul {
	max-height: 800px;
	overflow: hidden;
}
.banner1 li {
	width: 100%;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	display: none;
}
.banner1 li:first-child {
	display: block;
}
.banner1 li img {
	width: 1920px;
	height: 800px;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -960px;
	top: 0;
	min-width: 1200px;
}
#banner .tip {
	width: 1000px;
	height: 4px;
	line-height: 0;
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	bottom: 30px;
	z-index: 13;
}
#banner .tip span {
	width: 50px;
	height: 4px;
	margin: 0 5px;
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	background: #fff;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
#banner .tip span.cur {
	background: #363636;
}
#banner #btn_prev, #banner #btn_next {
	width: 24px;
	height: 73px;
	position: absolute;
	top: 300px;
	z-index: 5;
	display: none;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}
#banner #btn_prev {
	background-position: -26px 0;
	left: 6.6%;
}
#banner #btn_next {
	background-position: -56px 0;
	right: 6.6%;
}
#banner #btn_prev:hover {
	background-position: 0 0;
}
#banner #btn_next:hover {
	background-position: -82px 0;
}
/*banner end*/
/*搜索栏*/
.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 #363636;
	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: #10c09f;
}
.announ_main .announ_left span {
	display: inline-block;
}
.announ_main .announ_left a {
	display: inline-block;
	padding: 0 10px 0 0;
	color: #666;
}
.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;
}
/*footer*/
.bottom_main {
	width: 100%;
	background: #222;
	padding-bottom: 80px;
}
.bottom_main .footer {
	padding-top: 0;
}
.bottom_main .bott_nav {
	border-bottom: 1px solid #5d5f61;
	line-height: 60px;
	margin-bottom: 80px;
}
.bottom_main .bott_nav span {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.bottom_main .bott_nav a {
	display: inline-block;
	color: #fff;
	padding-right: 10px;
}
.bottom_main .left {
	float: left;
	width: 400px;
}
.bottom_main .left .bLogo {
	display: block;
	height: 60px;
	cursor: pointer;
}
.bottom_main .left .bLogo img {
	display: block;
	height: 60px;
	overflow: hidden;
}
.bottom_main .left .bLogo img:hover {
	filter: brightness(105%);
	-webkit-filter: brightness(105%);
}
.bottom_main .left .bNav {
	margin-top: 26px;
}
.bottom_main .left .bNav a {
	margin-right: 50px;
	margin-bottom: 12px;
	float: left;
	font-size: 14px;
	line-height: 14px;
	color: #ccc;
}
.bottom_main .left .bNav a:nth-child(4n) {
	margin-right: 0;
}
.bottom_main .left .bNav a:hover {
	color: #fff;
}
.bottom_main .right {
	float: right;
}
.bottom_main .ewm {
	float: left;
	display: block;
	width: 114px;
	height: 114px;
	border: 3px solid #999;
	background: pink;
}
.bottom_main .ewm img {
	display: block;
	width: 114px;
	height: 114px;
}
.bottom_main .bInfo {
	float: right;
	margin-left: 80px;
}
.bottom_main .bInfo .telM {
	padding-left: 55px;
	background: url("../images/tel3.png") no-repeat left center;
	background-size: 45px 45px;
}
.bottom_main .bInfo .telM .tx {
	padding-top: 6px;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
}
.bottom_main .bInfo .telM .webTel {
	margin-top: 12px;
	font-size: 26px;
	line-height: 24px;
	color: #e60703;
}
.bottom_main .bInfo .contact {
	padding-left: 55px;
	margin-top: 30px;
	background: url("../images/address.png") no-repeat left center;
	background-size: 45px 45px;
}
.bottom_main .bInfo .contact .tx {
	padding-top: 6px;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
}
.bottom_main .bInfo .contact .address {
	margin-top: 11px;
	font-size: 14px;
	line-height: 16px;
	color: #ccc;
}
.bottom_copy .w1200 div {
	text-align: left;
}
.bottom_copy {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #ccc;
	font-size: 12px;
	text-align: center;
	background: #222;
	border-top: 1px solid #5d5f61;
}
.bottom_copy span {
	display: inline-block;
	padding-left: 8px;
}
.bottom_copy a {
	display: inline-block;
	color: #ccc;
}
.bottom_copy a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	color: #fff;
}
.bottom_copy .copy {
	float: right;
}
.bottom_copy .copy1 {
	float: left;
}
.ewmbox {
	width: 300px;
	height: 320px;
	padding-top: 20px;
	background: #fff;
	z-index: 9999;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -170px 0 0 -150px;
	text-align: center;
	font-size: 16px;
	display: none;
}
.ewmbox .close {
	width: 32px;
	height: 32px;
	position: absolute;
	top: -25px;
	right: -40px;
	cursor: pointer;
	border-radius: 100%;
	background: #f3f3f3 url(../images/dialogclose.png) no-repeat center center;
	transition: all ease 300ms;
}
.ewmbox .close:hover {
	transform: rotate(180deg);
}
.ewmbox img {
	width: 260px;
	height: 260px;
	display: block;
	margin: 0 auto 10px;
}
/***********top and bottom css end***********/
/*******index css*******/
.index {
	background: #fff;
}
.index .indexTit {
	padding-top: 56px;
}
.index .indexTit .tit {
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	color: #333;
}
.index .indexTit .tit em {
	display: block;
	font-weight: bold;
	color: #e60703;
	text-align: center;
}
.index .indexTit .subtit {
	width: 599px;
	height: 32px;
	margin: 0 auto;
	margin-top: 16px;
	background: url("../images/titline1.png") no-repeat center center;
	background-size: 599px 32px;
}
.index .indexTit .kMore {
	padding-right: 24px;
	margin-top: 30px;
	float: right;
	font-size: 16px;
	line-height: 16px;
	color: #666;
	background: url("../images/more.png") no-repeat right center;
}
.index .indexTit .kMore:hover {
	color: #363636;
}
/*询盘*/
.enquiryM {
	width: 100%;
	height: 200px;
	background: url("../images/enquirybg.png") no-repeat center center;
	background-size: 1920px 200px;
}
.enquiryM .left {
	float: left;
}
.enquiryM .txt {
	padding-top: 56px;
}
.enquiryM .txt .tit {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 32px;
	line-height: 36px;
	text-align: left;
	color: #fff;
}
.enquiryM .txt .tit em {
	color: #e60703;
}
.enquiryM .txt .subtit {
	padding-left: 20px;
	margin-top: 10px;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	background: url("../images/point.png") no-repeat left center;
	background-size: 8px 8px;
}
.enquiryM .right {
	float: right;
}
.enquiryM .webTel {
	padding-left: 34px;
	margin-top: 60px;
	height: 30px;
	font-family: arial;
	font-weight: bold;
	font-size: 34px;
	color: #fff;
	background: url("../images/tel2.png") no-repeat left center;
	background-size: 26px 26px;
}
.enquiryM .online {
	float: right;
	display: block;
	width: 200px;
	height: 45px;
	margin-top: 24px;
	font-weight: bold;
	font-size: 18px;
	line-height: 45px;
	text-align: center;
	color: #e60703;
	background: url("../images/onlineico.png") no-repeat center center;
	background-size: 200px 45px;
	transition: all ease 300ms;
}
.enquiryM .online:hover {
	text-indent: 10px;
	transition: all ease 300ms;
}
/*产品中心*/
.index .floor_1_main {
	position: relative;
	padding-bottom: 100px;
	background: #fff;
}
.index .floor_1 .menu1 {
	position: relative;
	margin-top: 60px;
	text-align: center;
}
.index .floor_1 .menu1 .item {
	float: left;
	display: block;
	width: 140px;
	height: 40px;
	margin: 0 5px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	color: #333;
	background: #eee;
	border-radius: 5px;
}
.index .floor_1 .menu1 .item:hover {
	background: #363636;
	color: #fff;
}
.index .floor_1 .product {
	margin-top: 40px;
}
.index .floor_1 .left {
	float: left;
	width: 601px;
}
.index .floor_1 .left dd .box1 {
	border: 1px solid #d2dee7;
	width: 299px;
	height: 223px;
	float: left;
	position: relative;
	background: #fff;
	border-right: none;
}
.index .floor_1 .left dd .box1 i {
	position: absolute;
	bottom: 20px;
	left: 30px;
	display: block;
	width: 30px;
	height: 5px;
	background-position: -180px 0;
}
.index .floor_1 .left dd .box1 h3 {
	padding-left: 30px;
	font-size: 20px;
	padding-top: 30px;
	font-weight: 100;
}
.index .floor_1 .left dd .box1 p {
	padding-left: 30px;
	padding-right: 30px;
	color: #999;
	padding-top: 10px;
	line-height: 26px;
	text-align: justify;
}
.index .floor_1 .left dd .box1 span {
	width: 16px;
	height: 32px;
	position: absolute;
	right: -16px;
	top: 50%;
	margin-top: -16px;
	z-index: 10;
	background-position: -321px 0;
}
.index .floor_1 .left dd .box2 {
	float: left;
	border-left: 1px solid #d2dee7;
	width: 300px;
	height: 225px;
}
.index .floor_1 .left dd .box2 img {
	display: block;
	width: 300px;
	height: 225px;
}
.index .floor_1 .left .d2 .box1 {
	border-right: 1px solid #d2dee7;
	float: right;
}
.index .floor_1 .left .d2 .box1 span {
	right: auto;
	left: -16px;
	background-position: -289px 0;
}
.index .floor_1 .left .d2 .box2 {
	float: left;
	border-left: none;
}
.index .floor_1 .right {
	float: left;
	width: 599px;
}
.index .floor_1 .iproduct {
	position: relative;
}
.index .floor_1 .iproduct .bd {
	position: relative;
	width: 599px;
	height: 450px;
	overflow: hidden;
}
.index .floor_1 .iproduct .bd .item {
	position: relative;
	float: left;
	display: block;
	width: 599px;
	height: 450px;
}
.index .floor_1 .iproduct .bd .item a {
	display: block;
}
.index .floor_1 .iproduct .bd .item .img {
	display: block;
	width: 599px;
	height: 450px;
	overflow: hidden;
}
.index .floor_1 .iproduct .bd .item .img img {
	display: block;
	width: 100%;
	height: 100%;
}
.index .floor_1 .iproduct .bd .item .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 599px;
	height: 80px;
	line-height: 80px;
	background: url("../images/txtbg.png") no-repeat center center;
	background-size: 600px 80px;
}
.index .floor_1 .iproduct .bd .item .txt .tit {
	font-size: 20px;
	line-height: 80px;
	text-indent: 30px;
	color: #fff;
}
.index .floor_1 .iproduct .hd {
	position: absolute;
	bottom: 34px;
	right: 40px;
}
.index .floor_1 .iproduct .hd li {
	margin-left: 10px;
	width: 12px;
	height: 12px;
	font-size: 0;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	display: block;
	float: left;
}
.index .floor_1 .iproduct .hd li.on {
	background: #e60703;
	color: #fff;
}
/*经典案例*/
.index .floor_2_main {
	width: 100%;
	height: 657px;
	background: url("../images/casebg.jpg") no-repeat center center;
	background-size: 1920px 657px;
}
.index .floor_2 .indexTit {
	padding-top: 80px;
}
.index .floor_2 .indexTit .tit {
	color: #e60703;
}
.index .floor_2 .indexTit .tit em {
	color: #e60703;
}
.index .floor_2 .indexTit .subtit {
	background: url("../images/titline1.png") no-repeat center center;
	background-size: 599px 32px;
}
.index .floor_2 .caseList {
	margin-top: 60px;
	position: relative;
}
.index .floor_2 .caseList .item {
	float: left;
	display: block;
	width: 280px;
	height: 270px;
	margin-right: 30px;
}
.index .floor_2 .caseList .item a {
	display: block;
}
.index .floor_2 .caseList .item .img {
	display: block;
	width: 280px;
	height: 210px;
	overflow: hidden;
}
.index .floor_2 .caseList .item .img img {
	display: block;
	width: 100%;
	height: 100%;
}
.index .floor_2 .caseList .item .txt {
	height: 60px;
	line-height: 60px;
	background: #fff;
	transition: background ease 0.36s;
}
.index .floor_2 .caseList .item .txt .tit {
	height: 60px;
	font-size: 16px;
	line-height: 60px;
	text-indent: 30px;
	color: #666;
	background: url("../images/arra.png") no-repeat 92% center;
	background-size: 21px 4px;
}
.index .floor_2 .caseList .item:hover .txt {
	background: #e60703;
	transition: background ease 0.36s;
}
.index .floor_2 .caseList .item:hover .txt .tit {
	color: #fff;
	background: url("../images/arrh.png") no-repeat 92% center;
	background-size: 21px 4px;
	transition: background ease 0.36s;
}
.index .floor_2 .caseList .hd {
	position: absolute;
	width: 100%;
	top: 90px;
}
.index .floor_2 .caseList .hd span {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.index .floor_2 .caseList .hd .prev {
	left: -80px;
	background-position: -152px -20px;
}
.index .floor_2 .caseList .hd .next {
	right: -90px;
	background-position: -194px -20px;
}
.index .floor_2 .caseList .hd .prev:hover {
	background-position: -110px -20px;
}
.index .floor_2 .caseList .hd .next:hover {
	background-position: -236px -20px;
}
.index .floor_2 .cMore {
	display: block;
	width: 198px;
	height: 43px;
	margin: 0 auto;
	margin-top: 40px;
	font-size: 16px;
	line-height: 43px;
	text-align: center;
	color: #444;
	border: 1px solid #444;
	transition: all ease 600ms;
}
.index .floor_2 .cMore:hover {
	width: 240px;
	background: #cfdce5;
	color: #444;
	transition: all ease 600ms;
}
/*六大优势*/
.index .floor_3_main {
	padding-bottom: 80px;
	background: #fff;
}
.index .floor_3 .indexTit {
	padding-top: 80px;
}
.index .floor_3 .advantList {
	margin-top: 60px;
}
.index .floor_3 .advantList .list {
	width: 112%;
}
.index .floor_3 .advantList .item {
	float: left;
	position: relative;
	display: block;
	width: 400px;
	height: 288px;
	margin: 0 auto;
	margin-bottom: 2px;
	background: url("../images/adlibg1.png") no-repeat center center;
	background-size: 410px 288px;
	cursor: pointer;
	transition: all ease 600ms;
}
.index .floor_3 .advantList .item .txt {
	padding-top: 50px;
	margin-left: 32px;
}
.index .floor_3 .advantList .item .txt .tit {
	font-weight: bold;
	font-size: 24px;
	line-height: 46px;
	color: #333;
}
.index .floor_3 .advantList .item .txt .tit em {
	display: block;
	color: #363636;
}
.index .floor_3 .advantList .item .txt .cont {
	margin-top: 36px;
	font-size: 15px;
	line-height: 30px;
	color: #666;
}
.index .floor_3 .advantList .item .sIco {
	position: absolute;
	top: 40px;
	right: 50px;
	display: block;
	width: 100px;
	height: 100px;
	transition: all ease 600ms;
}
.index .floor_3 .advantList .item:hover {
	transform: translateY(-6px);
	transition: all ease 600ms;
}
.index .floor_3 .advantList .item:hover .sIco {
	transform: rotate(180deg);
	transition: all ease 600ms;
}
.index .floor_3 .advantList .item.ad2, 
.index .floor_3 .advantList .item.ad4, 
.index .floor_3 .advantList .item.ad6 {
	background: url("../images/adlibg2.png") no-repeat center center;
}
/*公司介绍*/
.index .floor_4_main {
	padding-top: 90px;
	padding-bottom: 100px;
	background: #f5f5f5;
}
.index .floor_4 .about {
	height: 420px;
	background: url("../images/aboutc.png") no-repeat bottom right;
}
.index .floor_4 .about .aImg {
	float: left;
	display: block;
	width: 600px;
	height: 340px;
	overflow: hidden;
	transition: all ease 600ms;
}
.index .floor_4 .about .aImg img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.index .floor_4 .about .aImg:hover {
	transform: translateY(-3px);
	transition: all ease 600ms;
}
.index .floor_4 .about .aImg:hover img {
	filter: brightness(105%);
	-webkit-filter: brightness(105%);
}
.index .floor_4 .aCont {
	float: left;
	width: 600px;
}
.index .floor_4 .aCont .txt {
	padding-left: 50px;
	padding-top: 100px;
	width: 480px;
}
.index .floor_4 .aCont .txt .aTit {
	width: 480px;
	font-weight: bold;
	font-size: 30px;
	color: #333;
	background: url("../images/aline.png") no-repeat right center;
}
.index .floor_4 .aCont .txt .aTxt {
	margin-top: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
	color: #666;
}
.index .floor_4 .aCont .txt .kMore {
	width: 180px;
	height: 36px;
	line-height: 36px;
	margin-top: 24px;
	display: block;
	text-align: center;
	background: #444;
	color: #fff;
}
.index .floor_4 .aCont .txt .kMore:hover {
	background: #363636;
	color: #fff;
	text-indent: 10px;
}
/*新闻资讯*/
.index .floor_5_main {
	padding-bottom: 100px;
	background: #fff;
}
.index .floor_5 .indexTit {
	padding-top: 76px;
}
.index .floor_5 .textlist {
	width: 800px;
	margin-top: 50px;
}
.index .floor_5 .newsBox {
	margin-top: 50px;
	width: 380px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}
.index .floor_5 .newsBox .hd {
	height: 28px;
	overflow: hidden;
	position: absolute;
	bottom: 1px;
	z-index: 10;
	padding-left: 20px;
	text-align: center;
}
.index .floor_5 .newsBox .hd ul {
	overflow: hidden;
	zoom: 1;
}
.index .floor_5 .newsBox .hd li {
	margin-right: 6px;
	width: 10px;
	height: 10px;
	font-size: 0px;
	line-height: 14px;
	text-align: center;
	background: #999;
	cursor: pointer;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	display: inline-block;
}
.index .floor_5 .newsBox .hd li.on {
	background: #363636;
	color: #fff;
}
.index .floor_5 .newsBox .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
	height: 408px;
	overflow: hidden;
}
.index .floor_5 .newsBox .bd li img {
	width: 380px;
	height: 285px;
	display: block;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.index .floor_5 .newsBox .bd li h3 {
	display: block;
	font-size: 18px;
	color: #000;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.index .floor_5 .newsBox .bd li .txt {
	z-index: 5;
	padding: 15px 20px;
	border-top: 0 none;
	height: 93px;
}
.index .floor_5 .newsBox .bd li p {
	padding: 0;
	color: #666;
	line-height: 24px;
	height: 45px;
	overflow: hidden;
}
.index .floor_5 .newsBox .bd li .time {
	font-size: 16px;
	padding-right: 30px;
	padding-top: 28px;
}
.index .floor_5 .newsBox .bd li:hover h3 {
	color: #363636;
}
.index .floor_5 .newsBox .bd li:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.index .floor_5 .textlist .item {
	border: 1px solid #ddd;
	margin-bottom: 16px;
	transition: all 0.2s linear 0s;
}
.index .floor_5 .textlist .item a {
	display: block;
	padding: 28px;
}
.index .floor_5 .textlist .item h3 {
	font-size: 18px;
	vertical-align: top;
	color: #333;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.index .floor_5 .textlist .item p {
	font-size: 14px;
	line-height: 20px;
	color: #999;
	text-align: justify;
}
.index .floor_5 .textlist .item .time {
	display: block;
	width: 90px;
	height: 66px;
	border-right: 1px solid #ddd;
	line-height: 20px;
	margin-right: 30px;
	color: #666;
}
.index .floor_5 .textlist .item .time b {
	font-family: arial;
	color: #666;
	display: block;
	font-size: 48px;
	line-height: 48px;
}
.index .floor_5 .textlist .item:hover {
	border: 1px solid #363636;
	-webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.index .floor_5 .textlist .item:hover h3 {
	color: #363636;
}
.index .floor_5 .more {
	width: 180px;
	height: 36px;
	line-height: 36px;
	margin: 0 auto;
	margin-top: 40px;
	display: block;
	text-align: center;
	background: #444;
	color: #fff;
}
.index .floor_5 .more:hover {
	background: #363636;
	color: #fff;
	text-indent: 10px;
}
/*index css end*/

/********toolbar*********/
.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: #363636;
	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: #363636;
	border-radius: 100%;
}
.toolbar .qq:hover span {
	background-position: 0 -47px;
}
.toolbar .tel span {
	background-position: -35px 0;
}
.toolbar .tel:hover {
	background: #363636;
}
.toolbar .tel:hover span {
	background-position: 0 0;
}
.toolbar .code span {
	background-position: -35px -95px;
}
.toolbar .code:hover {
	background-color: #363636;
	border-radius: 100%;
}
.toolbar .code:hover span {
	background-position: 0 -95px;
}
.toolbar .top span {
	background-position: -35px -142px;
}
.toolbar .top:hover {
	background-color: #363636;
	border-radius: 100%;
}
.toolbar .top:hover span {
	background-position: 0 -142px;
}
.toolbar dd:hover {
}
span.bds_more, .bds_tools a {
	line-height: 14px !important;
}
/************** * Animations for content elements * **********/
/* 滞后*/
.delay100 {
	-webkit-animation-delay: 100ms;
	animation-delay: 100ms;
}
.delay200 {
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms;
}
.delay300 {
	-webkit-animation-delay: 300ms;
	animation-delay: 300ms;
}
.delay400 {
	-webkit-animation-delay: 400ms;
	animation-delay: 400ms;
}
.delay500 {
	-webkit-animation-delay: 500ms;
	animation-delay: 500ms;
}
.delay600 {
	-webkit-animation-delay: 600ms;
	animation-delay: 600ms;
}
.delay700 {
	-webkit-animation-delay: 700ms;
	animation-delay: 700ms;
}
.delay800 {
	-webkit-animation-delay: 800ms;
	animation-delay: 800ms;
}
.delay900 {
	-webkit-animation-delay: 900ms;
	animation-delay: 900ms;
}
.delay1000 {
	-webkit-animation-delay: 1000ms;
	animation-delay: 1000ms;
}
.delay1100 {
	-webkit-animation-delay: 1100ms;
	animation-delay: 1100ms;
}
.delay1200 {
	-webkit-animation-delay: 1200ms;
	animation-delay: 1200ms;
}
.delay1300 {
	-webkit-animation-delay: 1300ms;
	animation-delay: 1300ms;
}
.delay1400 {
	-webkit-animation-delay: 1400ms;
	animation-delay: 1400ms;
}
.delay1500 {
	-webkit-animation-delay: 1500ms;
	animation-delay: 1500ms;
}
.delay1600 {
	-webkit-animation-delay: 1600ms;
	animation-delay: 1600ms;
}
.delay1700 {
	-webkit-animation-delay: 1700ms;
	animation-delay: 1700ms;
}
.delay1800 {
	-webkit-animation-delay: 1800ms;
	animation-delay: 1800ms;
}
.delay1900 {
	-webkit-animation-delay: 1900ms;
	animation-delay: 1900ms;
}
.delay2000 {
	-webkit-animation-delay: 2000ms;
	animation-delay: 2000ms;
}
.delay2100 {
	-webkit-animation-delay: 2100ms;
	animation-delay: 2100ms;
}
.delay2200 {
	-webkit-animation-delay: 2200ms;
	animation-delay: 2200ms;
}
.delay2300 {
	-webkit-animation-delay: 2300ms;
	animation-delay: 2300ms;
}
.delay2500 {
	-webkit-animation-delay: 2500ms;
	animation-delay: 2500ms;
}
.delay2700 {
	-webkit-animation-delay: 2700ms;
	animation-delay: 2700ms;
}
.delay2900 {
	-webkit-animation-delay: 2900ms;
	animation-delay: 2900ms;
}
.delay3000 {
	-webkit-animation-delay: 3000ms;
	animation-delay: 3000ms;
}
.delay4000 {
	-webkit-animation-delay: 4000ms;
	animation-delay: 4000ms;
}
.delay4500 {
	-webkit-animation-delay: 4500ms;
	animation-delay: 4500ms;
}
.delay5000 {
	-webkit-animation-delay: 5000ms;
	animation-delay: 5000ms;
}
.onactive .animated {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.active .animated.fast {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}
.onactive .flyInDown {
	-webkit-animation-name: flyInDown;
	animation-name: flyInDown;
}
@-webkit-keyframes flyInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes flyInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-moz-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.onactive .flyInRight {
	-webkit-animation-name: flyInRight;
	animation-name: flyInRight;
}
@keyframes flyInRight {
0% {
opacity: 0;
-webkit-transform: translateX(100px);
-moz-transform: translateX(100px);
-ms-transform: translateX(100px);
transform: translateX(100px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.onactive .flyInUp {
	-webkit-animation-name: flyInUp;
	animation-name: flyInUp;
}
@keyframes flyInUp {
0% {
opacity: 0;
-webkit-transform: translateY(50px);
-moz-transform: translateY(50px);
-ms-transform: translateY(50px);
transform: translateY(50px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.onactive .flyInLeft {
	-webkit-animation-name: flyInLeft;
	animation-name: flyInLeft;
}
@-webkit-keyframes flyInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-200px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@keyframes flyInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-200px);
-moz-transform: translateX(-200px);
-ms-transform: translateX(-200px);
transform: translateX(-200px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.onactive .opacityI {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}
@-webkit-keyframes opacityI {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
}
@keyframes opacityI {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
}
.onactive .shake {
	-webkit-animation-name: shake;
	animation-name: shake;
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@keyframes shake {
0% {
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
transform: translateY(-10px);
}
20%, 40%, 60%, 80% {
-transform: translateY(6px);
}
100% {
transform: translateY(0);
}
}
@-webkit-keyframes shake {
0% {
-webkit-transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateY(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateY(6px);
}
100% {
-webkit-transform: translateY(0);
}
}
@-moz-keyframes shake {
0% {
-moz-transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-moz-transform: translateY(-10px);
}
20%, 40%, 60%, 80% {
-moz-transform: translateY(6px);
}
100% {
-moz-transform: translateY(0);
}
}
@-o-keyframes shake {
0% {
-o-transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-o-transform: translateY(-10px);
}
20%, 40%, 60%, 80% {
-o-transform: translateY(6px);
}
100% {
-o-transform: translateY(0);
}
}
@-ms-keyframes shake {
0% {
-ms-transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-ms-transform: translateY(-10px);
}
20%, 40%, 60%, 80% {
-ms-transform: translateY(6px);
}
100% {
-ms-transform: translateY(0);
}
}
.onactive .zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}
@-webkit-keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
-ms-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@-webkit-keyframes scaleIn {
0% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
opacity: 1;
-webkit-transform: scale(1.02);
transform: scale(1.02);
}
}
@keyframes scaleIn {
0% {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
50% {
opacity: 1;
-webkit-transform: scale(1.02);
-ms-transform: scale(1.02);
transform: scale(1.02);
}
}
.online-zx {
	width: 0;
	background: #202020;
	height: 50px;
	line-height: 50px;
	padding-left: 50px;
	position: fixed;
	left: 0;
	bottom: 200px;
	color: #fff;
}
.online-zx s {
	width: 50px;
	height: 50px;
	cursor: pointer;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/zx-ico.png) no-repeat 8px center;
}
.online-zx a {
	width: 100%;
	height: 50px;
	display: block;
	color: #fff;
}
.online-zx.show {
	width: 0;
	background: #d3ad89;
	width: 98px;
}
.online-zx.show s {
	background-position: -35px center;
}
.BMap_bubble_content {
	line-height: 20px;
}
/* Underline From Center2*/
.hvr-underline-from-center1 {
	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-center1:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: -1px;
	background: #363636;
	height: 3px;
	-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-center1:hover:before, .hvr-underline-from-center1.hover:before, .hvr-underline-from-center1:focus:before, .hvr-underline-from-center1:active:before {
	left: 0;
	right: 0;
}
.hvr-underline-from-center1:hover, .hvr-underline-from-center1.hover {
*height: 43px;
*border-bottom: 3px solid #363636;
*line-height: 43px;
}
@-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);
}
}
