@charset "utf-8";
/* 
    @名称: default.css
    @功能: 闪建样式
    
*/
* {
	margin: 0;
	padding: 0;
}

body {font-family:"\5FAE\8F6F\96C5\9ED1",'SimSun','tahoma','MS Gothic',Arial,Helvetica,sans-serif; line-height:20px; color:#666666; font-size: 12px;}

ul,ol {
	list-style: none;
}

img {
	border: none;
	vertical-align: top;
}

a {
	text-decoration: none;
	color: #676767;
}

a:hover {
	text-decoration: none;
}

input,select,textarea {
	color: #676767;
	font-size: 12px;
}

input {
	outline: none;
	border: none;
	font-family: "microsoft yahei", 'SimSun', 'tahoma', 'MS Gothic', Arial,
		Helvetica, sans-serif;
}

i,em {
	font-style: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.w {
	width: 1100px;
	margin: 0 auto;
}
/*清除浮动*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.clearfix {
	zoom: 1;
}

.btnHove {
	opacity: 0.8;
	filter: alpha(opacity = 80);
	cursor: pointer;
}

.btnHove:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
}

/*top*/
.top {
	width: 100%;
	height: 69px;
	background: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
	_position: absolute;
	_top: expression(documentElement.scrollTop +   0 +   "px");
	z-index: 999;
	border-bottom: solid 1px #e8e8e8;
}

.top .logo {
	float: left;
}

.top .topNav {
	float: right;
}

.top .topNav li {
	float: left;
	padding: 0 20px;
}

.top .topNav li a {
	display: block;
	line-height: 69px;
	padding: 0 5px;
	font-size: 14px;
	color: #121212;
}

.top .topNav li a:hover {
	color: #e60012;
}

.top .topNav li a.on {
	color: #e60012;
}

.top .topTel {
	float: right;
	margin-right: 0px;
	line-height: 20px;
	margin-top: 24px;
	font-size: 15px;
	color: #e60012;
}

.top .topTel span {
	font-size: 14px;
	color: #333;
	padding-right: 10px;
}

.top .topTel .telIco {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/tel.png) no-repeat;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
}

/*foot*/
.footList {
	width: 100%;
	min-width: 1100px;
	background: #545454;
	padding: 25px 0;
}

.footList .footItem {
	float: left;
	line-height: 30px;
	color: #c0c0c0;
}

.footList .footItem dt {
	width: 30px;
	height: 30px;
	float: left;
}

.footList .footItem dd {
	float: left;
	margin-left: 10px;
	line-height: 30px;
}

.footList .footItem.footItem1 {
	width: 400px;
}

.footList .footItem.footItem2 {
	width: 250px;
}

.footList .footItem.footItem3 {
	width: 250px;
}

.footList .footItem.footItem4 {
	width: 200px;
}

.footList .footItem.footItem1 dt {
	background: url(../images/foot1.png) no-repeat;
}

.footList .footItem.footItem2 dt {
	background: url(../images/foot2.png) no-repeat;
}

.footList .footItem.footItem3 dt {
	background: url(../images/foot3.png) no-repeat;
}

.footList .footItem.footItem4 dt {
	background: url(../images/foot4.png) no-repeat;
}

.foot {
	width: 100%;
	min-width: 1100px;
	line-height: 18px;
	background: #393939;
	padding: 15px 0;
	color: #666;
}

.foot .qr {
	font-size: 14px;
}

/* 公共右侧 */
.toolbar-item,.toolbar-layer {
	background: url(../images/toolbar.png) no-repeat;
}

.toolbar {
	position: fixed;
	right: 0px;
	top: 50%;
	margin-top: -205px;
	z-index: 9999;
}

.toolbar-item {
	display: block;
	width: 52px;
	height: 52px;
	margin-top: 1px;
	position: relative;
	-moz-transition: background-position 1s;
	-ms-transition: background-position 1s;
	-o-moz-transition: background-position 1s;
	-webkit-moz-transition: background-position 1s;
	transition: background-position 1s;
}

.toolbar-item:hover .toolbar-layer {
	opacity: 1;
	filter: alpha(opacity = 100);
	progid: DXImageTransform.Microsoft.Alpha(opacity=100 );
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

.toolbar-layer-text {
	position: absolute;
	right: -176px;
	bottom: 0px;
	width: 172px;
	height: 50px;
	background: #fff;
	border: solid 1px #3c3c3c;
	line-height: 52px;
	font-size: 14px;
	color: #333;
	text-align: center;
}

.toolbar-item:hover .toolbar-layer-text {
	
}

.toolbar-item-xinlang {
	background-position: 0 -1046px;
}

.toolbar-item-xinlang:hover {
	background-position: -52px -1046px;
}

.toolbar-item-phone {
	background-position: 0 -426px;
}
/*.toolbar-item-phone:hover{background-position:0 -488px;}*/
.toolbar-item-phone:hover {
	background-position: -52px -426px;
}

.toolbar-item-email {
	background-position: 0 -550px;
}

.toolbar-item-email:hover {
	background-position: 0 -612px;
}

.toolbar-item-email .toolbar-layer-text {
	width: 250px;
}

.toolbar-item-email .toolbar-layer {
	height: 194px;
}

.toolbar-item-qq {
	background-position: 0 -674px;
}
/*.toolbar-item-qq:hover{background-position:0 -736px;}*/
.toolbar-item-qq:hover {
	background-position: -52px -674px;
}

.toolbar-item-weixin {
	background-position: 0 -798px;
}

.toolbar-item-weixin:hover {
	background-position: 0 -860px;
}

.toolbar-item-weixin .toolbar-layer {
	height: 212px;
	background-position: 0 0;
}

.toolbar-item-top {
	background-position: 0 -922px;
}
/*.toolbar-item-top:hover{background-position:0 -984px;}*/
.toolbar-item-top:hover {
	background-position: -52px -922px;
}

.toolbar-layer {
	position: absolute;
	right: 46px;
	bottom: -10px;
	width: 172px;
	opacity: 0;
	filter: alpha(opacity = 0);
	progid: DXImageTransform.Microsoft.Alpha(opacity=0 );
	transform-origin: 95% 95%;
	-moz-transform-origin: 95% 95%;
	-ms-transform-origin: 95% 95%;
	-o-transform-origin: 95% 95%;
	-webkit-transform-origin: 95% 95%;
	transform: scale(0.01);
	-moz-transform: scale(0.01);
	-ms-transform: scale(0.01);
	-o-transform: scale(0.01);
	-webkit-transform: scale(0.01);
	transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}

.toolbar .layer {
	background: #0086ed;
	width: 25px;
	overflow: hidden;
	display: inline-block;
	padding: 20px 14px;
	text-align: center;
	border-radius: 5px 0 0 5px;
	cursor: pointer;
	color: #fff;
}

.toolbar a {
	margin: 8px 0;
}

.diyi {
	display: none;
}

.diyi .title {
	width: 450px;
	height: 30px;
	line-height: 30px;
	margin: 10px auto 0;
	display: inline-block;
	text-align: left;
}

.diyi .title span {
	padding-left: 118px;
	color: #3aa2e4;
	font-size: 14px;
}

.diyi form {
	width: 440px;
	height: 210px;
	margin: 10px auto;
	text-align: center;
}

.diyi form i {
	color: red;
}

.diyi form div {
	width: 350px;
	height: 40px;
	margin: 12px;
	line-height: 40px;
	text-align: right;
}

.diyi form div label {
	color: #333;
	font-size: 14px;
}

.diyi form input {
	width: 260px;
	height: 36px;
	padding-left: 10px;
	border: solid 1px #cccccc;
	margin-left: 10px;
}

.diyi form span {
	font-size: 12px;
	color: #666666;
	display: inline-block;
	width: 210px;
	height: 30px;
	line-height: 10px;
	text-align: left;
	margin-left: -20px;
	color: #666;
}

.diyi form .submit {
	width: 270px;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	text-align: center;
	border-radius: 5px;
	background: #fff;
	outline: none;
	cursor: pointer;
	font-size: 16px;
	margin-left: 10px;
	background: #e4393c;
	color: #fff;
	display: block;
	text-align: center;
	margin-left: 90px;
}

.diyi form .submit:hover {
	background: #ce1215;
	border: none;
}

.layui-layer-title {
	padding: none !important;
	font-size: 21px !important;
	text-align: center;
	line-height: 6px !important;
}

.layui-layer-title p {
	margin-left: 50px;
	line-height: 42px;
	color: #333;
}

/*  首页   */
/* banner */
.slide-banner {
	position: relative;
	height: 520px;
	overflow: hidden;
	min-width: 1100px;
	margin-top: 69px;
}

.slide-banner .slides {
	position: relative;
	z-index: 1;
}

.slide-banner .slides li {
	width: 100%;
	min-width: 1100px;
	height: 500px;
	text-align: center;
}

.slide-banner .slides li.banner1 {
	background: #f2f2f2 url(../images/index/banner1.jpg) 50% 0 no-repeat;
}

.slide-banner .slides li.banner2 {
	background: #eee url(../images/index/banner2.jpg) 51% 0 no-repeat;
}

.slide-banner .slides li a {
	width: 100%;
	height: 100%;
	display: block;
}

.slide-banner .slides li a img {
	width: 100%;
	height: 100%;
	display: block;
}

.slide-banner .flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: 0;
	text-align: center;
	z-index: 2;
}

.slide-banner .flex-control-nav li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 40px;
	height: 4px;
	margin: 0 8px;
}

.slide-banner .flex-control-nav li a {
	display: inline-block;
	width: 40px;
	height: 4px;
	line-height: 400px;
	background: #fff;
	overflow: hidden;
	cursor: pointer;
}

.slide-banner .flex-control-nav .flex-active {
	background: #0086ed;
}

/* wrap */
.wrap {
	margin: 0 auto;
	width: 100%;
	min-width: 1100px;
}

.wrap .p-title {
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	border-bottom: solid 1px #ccc;
	color: #121212;
}

.wrap .p-title span {
	color: #999;
}

.wrap .p-title .more {
	font-size: 14px;
}

.wrap .p-title .more:hover {
	color: #ec0000;
}

.wrap .view-div1 {
	width: 1100px;
	margin: 50px auto 0px auto;
	overflow: hidden;
}

.wrap .view-div1 ul {
	overflow: hidden;
}

.wrap .view-div1 ul.ui-icon {
	margin: 20px auto 0px auto
}

.wrap .view-div1 ul.ui-icon li {
	width: 366.5px;
	float: left;
	position: relative;
	overflow: hidden;
	height: 234px;
}

.wrap .view-div1 ul.ui-icon li .ico {
	width: 100%;
	height: 80px;
	margin-top: 50px;
}

.wrap .view-div1 ul.ui-icon li .ico .yuan {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	overflow: hidden;
}

.wrap .view-div1 ul.ui-icon li .ico_1 {
	background: url(../images/index/icon-h1.png) no-repeat center;
}

.wrap .view-div1 ul.ui-icon li .ico_2 {
	background: url(../images/index/icon-h2.png) no-repeat center;
}

.wrap .view-div1 ul.ui-icon li .ico_3 {
	background: url(../images/index/icon-h3.png) no-repeat center;
}

.wrap .view-div1 ul.ui-icon li:hover .yuan {
	background: url(../images/index/yuan.png) no-repeat left top;
}

.wrap .view-div1 ul.ui-icon li:hover .ico_1 {
	background: url(../images/index/h1-hover.png) no-repeat center 20px;
}

.wrap .view-div1 ul.ui-icon li:hover .ico_2 {
	background: url(../images/index/h2-hover.png) no-repeat center 19px;
}

.wrap .view-div1 ul.ui-icon li:hover .ico_3 {
	background: url(../images/index/h3-hover.png) no-repeat center 16px;
}

.wrap .view-div1 ul.ui-icon li .txt {
	height: 20px;
	line-height: 20px;
	margin-top: 22px;
	font-size: 15px;
	color: #000;
	text-align: center;
	overflow: hidden;
	font-size: 16px;
	/* transition:All 0.2s ease-in-out;
    -webkit-transition:All 0.2s ease-in-out;
    -moz-transition:All 0.2s ease-in-out;
    -o-transition:All 0.2s ease-in-out;*/
}

.wrap .view-div1 ul.ui-icon li:hover .txt {
	color: #0086ed;
	/* transform:translate(0,-10px);
    -webkit-transform:translate(0,-10px);
    -moz-transform:translate(0,-10px);
    -o-transform:translate(0,-10px);
    -ms-transform:translate(0,-10px);*/
}

.wrap .view-div1 ul.ui-icon li .shade-div {
	position: absolute;
	width: 100%;
	height: 0px;
	background: #0086ed;
	color: #fff;
	padding: 0px 0px 0px 100px;
	left: 0px;
	bottom: 0px;
	font-size: 14px;
}

.wrap .view-div1 ul.ui-icon li .shade-div p {
	padding-top: 60px;
	line-height: 30px;
}

.wrap .view-div2 {
	height: 485px;
	background: #f8f8f8;
	min-width: 1100px;
}

.wrap .view-div2 .strength-div {
	height: 100%;
	width: 1100px;
	margin: 0px auto 0px auto;
	padding-top: 55px;
}

.wrap .view-div2 .strength-div ul {
	overflow: hidden;
	padding-top: 50px;
}

.wrap .view-div2 .strength-div ul li {
	float: left;
	width: 550px;
	min-height: 100px;
	padding: 30px 0px 10px 0px;
}

.wrap .view-div2 .strength-div ul li p {
	float: left;
	min-height: 100px;
}

.wrap .view-div2 .strength-div ul li.li-0 .l-p {
	background: url(../images/index/icon-y1.png) center 0px no-repeat;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.wrap .view-div2 .strength-div ul li.li-1 .l-p {
	background: url(../images/index/icon-y2.png) center 0px no-repeat;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.wrap .view-div2 .strength-div ul li.li-2 .l-p {
	background: url(../images/index/icon-y3.png) center 0px no-repeat;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.wrap .view-div2 .strength-div ul li.li-3 .l-p {
	background: url(../images/index/icon-y4.png) center 0px no-repeat;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.wrap .view-div2 .strength-div ul li.li-0:hover .l-p {
	background: url(../images/index/icon-y1-hover.png) center 0px no-repeat;
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
}

.wrap .view-div2 .strength-div ul li.li-1:hover .l-p {
	background: url(../images/index/icon-y2-hover.png) center 0px no-repeat;
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
}

.wrap .view-div2 .strength-div ul li.li-2:hover .l-p {
	background: url(../images/index/icon-y3-hover.png) center 0px no-repeat;
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
}

.wrap .view-div2 .strength-div ul li.li-3:hover .l-p {
	background: url(../images/index/icon-y4-hover.png) center 0px no-repeat;
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
}

.wrap .view-div2 .strength-div ul li:hover .r-p span {
	color: #333;
}

.wrap .view-div2 .strength-div ul li:hover .r-p i {
	color: #333;
}

.wrap .view-div2 .strength-div ul li p span,.strength-div ul li p i {
	display: block;
}

.wrap .view-div2 .strength-div ul li p i {
	color: #121212;
	font-size: 16px;
}

.wrap .view-div2 .strength-div ul li p span {
	color: #666;
	padding-top: 5px;
}

.wrap .view-div2 .strength-div ul li p.l-p {
	width: 135px;
}

.wrap .view-div2 .strength-div ul li p.r-p {
	width: 315px;
}

.wrap .view-div3 {
	margin: 0px auto 0px auto;
	padding: 0px 0px 20px 0px;
}

.wrap .view-div3 ul {
	overflow: hidden;
	padding-top: 25px;
	margin: 0px 40px;
}

.wrap .view-div3 ul li {
	position: relative;
	float: left;
	margin: 10px;
	width: 23%;
	/* height: 270px;*/
	border: solid 1px #fff;
	overflow: hidden;
	/*width: 340px;*/
	cursor: pointer;
	text-align: center;
}

.wrap .view-div3 ul li:hover {
	background-color: #FFF;
	box-shadow: 2px 2px 10px hsla(0, 0%, 0%, .3);
	border: 1px solid #ddd;
	z-index: 2;
}

.wrap .view-div3 ul li.fl0 {
	margin-left: 0px;
}

.wrap .view-div3 ul li .div-text {
	padding: 18px 0px 22px 18px;
	background: #e9e9e9;
}

.wrap .view-div3 ul li .div-text .pt1 {
	font-size: 12px;
	color: #999;
}

.wrap .view-div3 ul li .div-text .pt2 {
	font-size: 14px;
	color: #333;
}

.wrap .view-div3 ul li:hover .div-text .pt1 {
	color: #fff;
}

.wrap .view-div3 ul li:hover .div-text .pt2 {
	color: #fff;
}

.view-div3 ul li img {
	height: 230px;
	width: 230px;
}
.view-div3 ul li span.fl{padding-right: 20px;}
.view-div3 ul li .fr-text .fr-text-title{padding:5px 0px;}
.view-div3 ul li .fr-text .fr-text-shortTitle{max-height:55px; overflow: hidden;}

.view-div3 ul li span img {
	height: 100px;
	width: 100px;
}

.prod-wrap .view-div3 ul {
	overflow: hidden;
	width: 880px;
}

.prod-wrap .view-div3 ul li {
	position: relative;
	float: left;
	margin: 10px 15px;
	height: 330px;
	width: 29.4%;
	border: solid 1px #fff;
	overflow: hidden;
	text-align: center;
}

.newprod {
	text-align: left;
	font: 12px Arial, "microsoft yahei";
	font-style: normal;
	font-variant-ligatures: normal;
	font-variant-caps: normal;
	font-variant-numeric: normal;
	font-weight: 700;
	font-stretch: normal;
	line-height: 18px;
	color: #575757;
	padding-top: 5px;
	line-height: 18px;
	margin-bottom: 18px;
}

.solution-content .strength2 h3 {
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}

.prod-wrap .strength2 h3 {
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	font-size: 14px;
}

.prod-wrap .strength2 .nav .pad-r {
	color: #1686CC
}

.prod-wrap .strength2 .nav .pad-r:hover {
	text-decoration: underline;
}

.prod-wrap .view-div3 ul li:hover {
	background-color: #FFF;
	box-shadow: 2px 2px 10px hsla(0, 0%, 0%, .3);
	border: 1px solid #ddd;
	z-index: 2;
}

.prod-wrap .view-div3 ul li .product-title {
	text-align: left;
	padding-left: 14px;
	font: 700 14px Arial, "microsoft yahei";
	font-style: normal;
	font-variant-ligatures: normal;
	font-variant-caps: normal;
	font-variant-numeric: normal;
	font-weight: 700;
	font-stretch: normal;
	line-height: 10px;
	font-family: Arial, "microsoft yahei";
	color: #ccc;
	padding-top: 8px;
	line-height: 10px;
	margin-bottom: 5px;
}

.fr-text-title {
	text-align: left;
	padding-left: 0px;
	font: 700 17px Arial, "microsoft yahei";
	font-style: normal;
	font-variant-ligatures: normal;
	font-variant-caps: normal;
	font-variant-numeric: normal;
	font-weight: 700;
	font-stretch: normal;
	color: #000000;
	padding-top: 2px;
	line-height: 10px;
	margin-bottom: 5px;
}

.fr-text-shortTitle {
	text-align: left;
	padding-left: 0px;
	font-style: normal;
	font-variant-ligatures: normal;
	font-variant-caps: normal;
	font-variant-numeric: normal;
	font-weight: 700;
	font-stretch: normal;
	color: #aaa;
	padding-top: 8px;
	line-height: 25px;
	margin-bottom: 5px;
}

.fr-text-toDetails {
	text-align: right;
}

.fr-text-toDetails a:hover {
	color: #ec1e1e
}

.prod-wrap .view-div3 ul li .product-title a:hover {
	text-decoration: underline;
	color: #ff7519
}

.prod-wrap .view-div3 ul li.fl0 {
	margin-left: 0px;
}

.prod-wrap .view-div3 ul li img { /* border:1px solid #ddd; */
	margin: 2px;
}

.prod-wrap .view-div3 ul li .ellipsis {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	text-align: left;
}

.prod-wrap .view-div3 ul li .product-order {
	text-align: left;
	padding-left: 14px;
	font: 700 13px Arial, "microsoft yahei";
	font-style: normal;
	font-variant-ligatures: normal;
	font-variant-caps: normal;
	font-variant-numeric: normal;
	font-weight: 700;
	font-stretch: normal;
	line-height: 10px;
	font-family: Arial, "microsoft yahei";
	color: #aaa;
	padding-top: 8px;
	line-height: 10px;
	margin-bottom: 5px;
}

.prod-wrap .view-div3 ul li .product-price {
	text-align: left;
	padding-left: 14px;
	font: 700 26px Arial, "microsoft yahei";
	font-style: normal;
	font-variant-ligatures: normal;
	font-variant-caps: normal;
	font-variant-numeric: normal;
	font-weight: 700;
	font-stretch: normal;
	font-size: 26px;
	line-height: 25px;
	font-family: Arial, "microsoft yahei";
	color: #e4393c;
	padding-top: 10px;
	line-height: 25px;
	margin-bottom: 5px;
}

.prod-wrap .view-div3 ul li .product-price em {
	font-size: 16px;
}

.prod-wrap .view-div3 ul li .product-order-info span {
	color: #999;
}

.prod-wrap .view-div3 ul li div {
	padding: 2px;
}

/*产品服务 */
.list {
	width: 1100px;
	height: 200px;
	margin: 0 auto;
}

.list .leftdiv,.list .centerdiv,.list .rightdiv {
	width: 365px;
	height: 200px;
	display: inline-block;
	float: left;
	overflow: hidden;
	cursor: pointer;
}

.list .leftdiv:hover,.list .centerdiv:hover,.list .rightdiv:hover {
	background: #ebebeb;
}

.list .leftdiv div,.list .centerdiv div,.list .rightdiv div {
	width: 280px;
	height: 140px;
	margin: 25px auto;
}

.list ul {
	display: inline-block;
	margin-top: 20px;
	text-align: left;
	color: #666666;
}

.list ul li:first-child {
	color: #121212;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
}

.list i {
	width: 83px;
	height: 91px;
	overflow: hidden;
	display: inline-block;
	float: left;
	margin: 20px;
}

.list i img {
	margin-top: -85px;
}

/*成功案例*/
.casebg {
	background: #f3f3f3;
}

.case {
	width: 1050px;
	margin: 0 auto;
	padding: 50px 0 210px 0;
}

.case .caseList {
	width: 450px;
	padding: 9px 12px 20px 12px;
	background: #fff;
	float: left;
	margin: 25px;
	box-shadow: 0px 0px 2px 2px #e9e9e9;
}

.case .caseList:hover {
	box-shadow: 0px 0px 2px 2px #ccc;
}

.case .caseList .caseImg {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.case .caseList .caseImg img {
	width: 100%;
	height: 100%;
}

.case .caseList .caseImg img:hover {
	transform: scale(1.3);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 1s ease 0s;
}

.case .caseList .caseTil {
	height: 30px;
	line-height: 30px;
	margin-top: 15px;
	font-size: 18px;
	color: #121212;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.case .caseList .caseTxt {
	height: 36px;
	line-height: 18px;
	color: #666;
	font-size: 12px;
	margin-top: 10px;
	overflow: hidden;
}

/*关于我们*/
.aboutBan {
	width: 100%;
	min-width: 1100px;
	height: 650px;
	background: url(../images/about1.jpg) no-repeat center;
}

.aboutList {
	width: 1100px;
	margin: 0 auto;
	padding: 65px 0;
}

.aboutList li {
	width: 524px;
	background: #f1f1f1;
}

.aboutList li .aboutListImg {
	width: 100%;
	height: 330px;
	overflow: hidden;
}

.aboutList li .aboutListImg img {
	width: 100%;
	height: 100%;
}

.aboutList li .aboutListTxt {
	padding: 30px 35px 40px 35px;
}

.aboutList li .aboutListTxt dt {
	height: 60px;
	line-height: 60px;
	font-size: 40px;
	font-weight: bold;
	color: #ec0000;
	overflow: hidden;
}

.aboutList li .aboutListTxt dd {
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	overflow: hidden;
}

.aboutCan {
	width: 100%;
	min-width: 1100px;
	height: 1000px;
	background: url(../images/about4.jpg) no-repeat center;
}

.aboutCan .aboutIco {
	width: 1000px;
	margin: 0 auto;
	padding-top: 400px;
}

.aboutCan .aboutIco li {
	position: relative;
	width: 130px;
	float: left;
	margin: 0 35px;
}

.aboutCan .aboutIco li .info {
	position: absolute;
	left: -35px;
	top: 0px;
	width: 170px;
	height: 0px;
	font-size: 14px;
	line-height: 25px;
	background: #ec0000;
	color: #fff;
	padding: 30px 20px;
	display: none;
}

.aboutCan .aboutIco li .ico {
	width: 100%;
	height: 130px;
}
/*.aboutCan .aboutIco li .ico .yuan {width:100%; height:130px; background:url(../images/aboutIco.png) no-repeat left top; overflow:hidden;}*/
.aboutCan .aboutIco li .ico_1 {
	background: url(../images/aboutIco1.png) no-repeat center;
}

.aboutCan .aboutIco li .ico_2 {
	background: url(../images/aboutIco2.png) no-repeat center;
}

.aboutCan .aboutIco li .ico_3 {
	background: url(../images/aboutIco3.png) no-repeat center;
}

.aboutCan .aboutIco li .ico_4 {
	background: url(../images/aboutIco4.png) no-repeat center;
}

.aboutCan .aboutIco li .ico_5 {
	background: url(../images/aboutIco5.png) no-repeat center;
}

.aboutCan .aboutIco li .txt {
	height: 20px;
	line-height: 20px;
	margin-top: 22px;
	font-size: 14px;
	color: #121212;
	text-align: center;
	overflow: hidden;
}

.large-header {
	position: relative;
	width: 100%;
	background: #333;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 1;
	height: 650px;
}

.padding-top-20 {
	padding-top: 20px
}

.large-header {
	background-image: url('../images/about1.jpg') no-repeat center bottom;
}

/*
*2016/3/8日上午
*首页页面样式
*/
.wrap .p-title2 {
	text-align: center;
	font-size: 20px;
	padding-bottom: 10px;
	color: #000
}

.wrap .p-line {
	height: 2px;
	background: #ccc;
	margin: 0 auto;
	width: 50px;
	text-align: center;
	display: block;
	margin-top: 10px
}

.wrap .p-title2-en {
	color: #666;
	font-weight: normal;
	font-size: 17px
}

.wrap .view-div2-1 {
	clear: both;
	margin: 50px auto;
}

.wrap .p-Servic {
	height: 450px;
	background: url("../images/index/Sicon.png") no-repeat center;
	position: relative
}

.wrap .p-Servic .p-Servic-con {
	width: 1100px;
	margin: 0px auto;
	height: 450px;
	position: relative;
	top: 110px;
}

.wrap .p-Servic .p-Servic-con .p-Servic-list {
	position: relative;
	left: -50px;
	display: block;
	width: 24%;
	text-align: center;
	height: 165px;
	float: left;
}

.wrap .p-Servic .p-Servic-con .p-Servic-list span img {
	
}

.wrap .p-Servic .p-Servic-con .p-Servic-list span img:hover {
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	-ms-transition: .4s all;
	transition: .4s all;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.wrap .p-Servic .p-Servic-con .p-Servic-list h1 {
	font-size: 18px;
	line-height: 50px;
	font-weight: normal
}

.wrap .p-Servic .p-Servic-con .p-Servic-list span {
	display: block
}

.wrap .p-Servic .p-Servic-con .p-Servic-list p {
	margin: 0px 10px;
	padding: 0px 50px;
}
/*.wrap .strength2{background:#f8f8f8;height:450px;}*/
.wrap .strength3 {
	background: #fff;
	height: 400px;
}

.wrap .strength3 .strength3-ol {
	width: 1100px;
	overflow: hidden;
	padding: 40px 0px;
}

.wrap .strength3 .strength3-ol li {
	display: block;
	width: 215px;
	text-align: center;
	padding-bottom: 10px;
	float: left;
}

.strength4 {
	background: #fff;
}

.strength4 .view-left {
	height: 200px;
	width: 500px;
	float: left;
	padding-bottom: 20px
}

.strength4 .view-right {
	float: right;
	width: 500px;
	padding-bottom: 20px
}

.strength4 .view-divhidden {
	overflow: hidden;
	width: 1100px;
	margin: 0 auto;
}

.strength4 .view-left p,.view-right p {
	line-height: 35px;
	border-bottom: 1px dotted #cccccc;
	font-size: 15px;
	font-family: "microsoft yahei", 'SimSun', 'tahoma', 'MS Gothic', Arial,
		Helvetica, sans-serif;
	color: #000
}

.strength4 .view-left p span,.view-right p span {
	float: right;
}

.strength4 .view-left p a,.view-right p a {
	color: #000
}

.strength4 .view-left p a:hover,.view-right p a:hover {
	color: #0086ed;
}

.view-itm-con {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	padding-bottom: 50px;
	display: flex !important; /**在*父元素上激活弹性布局
     padding-top: 50px;*/
	overflow: hidden;
	width: 100%;
}

.view-itm-con .view-itm {
	flex: 1 1 100% !important;
	-webkit-box-flex: 1 !important;
	-webkit-flex: 1 1 100% !important;
	-moz-box-flex: 1 !important;
	-ms-flex: 1 1 100% !important;
	display: block;
	width: 33%;
	float: left;
	text-align: center;
}

.view-it-product .view-itm {
	flex: 1 1 100% !important;
	-webkit-box-flex: 1 !important;
	-webkit-flex: 1 1 100% !important;
	-moz-box-flex: 1 !important;
	-ms-flex: 1 1 100% !important;
	display: block;
	width: 18%;
	text-align: center;
}

.aboutBan2 {
	width: 100%;
	height: 607px;
	background: #fafafa url("../images/gy.jpg") no-repeat center;
	min-width: 1100px;
}

.product-banner {
	min-height: 1px; /* min-height:260px; */
	width: 100%;
	/* background:url("../images/about_banner.jpg") no-repeat center; */
	min-width: 1100px;
	margin-top: 69px;
}
/*.news-banner img{text-align: center;width: 100%;height:100%}*/
.about-banner {
	min-height: 260px;
	width: 100%;
	background: url("../images/about_banner.jpg") no-repeat center;
	min-width: 1100px;
	margin-top: 69px;
}

.product-banner-news {
	min-height: 1px;
	min-height: 320px;
	width: 100%;
	background: url("../images/about_banner.jpg") no-repeat center;
	min-width: 1100px; 
	margin-top: 50px; 
}

.view-itm-con .view-itm .view-icon {
	width: 100%;
	display: block;
	height: 120px;
	background: url("../images/icon-h1.png") no-repeat center center;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.view-itm-con .view-itm .view-icon2 {
	height: 120px;
	background: url("../images/icon-h3.png") no-repeat;
	background-position: center center;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.view-itm-con .view-itm .view-icon3 {
	height: 120px;
	background: url("../images/icon-h2.png") no-repeat;
	background-position: center center;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.view-itm-con .view-itm .view-icon4 {
	height: 120px;
	background: url("../images/icon-h4.png") no-repeat;
	background-position: center center;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.view-itm-con .view-itm .view-icon5 {
	height: 120px;
	background: url("../images/icon-h5.png") no-repeat;
	background-position: center center;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.view-itm-con .view-itm:hover .view-icon {
	background: url("../images/icon-h1-hover.png") no-repeat center center;
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
}

.view-itm-con .view-itm:hover .view-icon2 {
	background: url("../images/icon-h3-hover.png") no-repeat center center;
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
}

.view-itm-con .view-itm:hover .view-icon3 {
	background: url("../images/icon-h2-hover.png") no-repeat center center;
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
}

.view-itm-con .view-itm:hover .view-icon4 {
	background: url("../images/icon-h4-hover.png") no-repeat center center;
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
}

.view-itm-con .view-itm:hover .view-icon5 {
	background: url("../images/icon-h5-hover.png") no-repeat center center;
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
}

.slides-bg {
	background: url("../images/productService/dybg.jpg") no-repeat center
		center;
	height: 100%
}

.slides-bg2 {
	background: url("../images/productService/dybg2.jpg") no-repeat center
		center;
	height: 100%
}

.slides-mian {
	width: 1100px;
	margin: 0 auto;
	height: 100%;
}

.slides-lt,.slides-rt,.slides-lt2 {
	float: left;
	width: 48%;
	height: 100%;
}

.slides-rl h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 200;
	line-height: 100px;
	padding-top: 35%
}

.slides-rl p {
	line-height: 40px;
	font-size: 18px;
	color: #fff;
}

.slides-bg .slides-mian .slides-lt {
	background: url("../images/productService/ip6.png") no-repeat center
		center;
	left: 0px;
	position: relative;
	animation: mymove 2s;
	-webkit-animation: mymove 2s;
	-moz-animation: mymove 2s;
	-o-animation: mymove 2s;
	animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
}

.slides-bg2 .slides-mian .slides-lt2 {
	background: url("../images/productService/weixin.png") no-repeat bottom
		center;
	background-size: 90%;
	left: 0px;
	position: relative;
	animation: mymove 2s;
	-webkit-animation: mymove 2s;
	-moz-animation: mymove 2s;
	-o-animation: mymove 2s;
	animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
}

.slides-bg .slides-mian .slides-rl h1,.slides-bg .slides-mian .slides-rl p,.slides-bg2 .slides-mian .slides-rl h1,.slides-bg2 .slides-mian .slides-rl p
	{
	right: 0px;
	position: relative;
	animation: titlepaly 2s;
	-webkit-animation: titlepaly 2s;
	-moz-animation: titlepaly 2s;
	-o-animation: titlepaly 2s;
	animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
}

@
keyframes mymove {from { left:-200px;
	opacity: 0;
}

50%{
opacity
:
0
.5
}
to {
	left: 0px;
	opacity: 1;
}

}
@
-webkit-keyframes mymove {
	from {left: -200px;
	opacity: 0;
}

50%{
opacity
:
0
.5
}
to {
	left: 0px;
	opacity: 1;
}

}
@
-moz-keyframes mymove {
	from {left: -200px;
	opacity: 0;
}

50%{
opacity
:
0
.5
}
to {
	left: 0px;
	opacity: 1;
}

}
@
-ms-keyframes mymove {
	from {left: -200px;
	opacity: 0;
}

50%{
opacity
:
0
.5
}
to {
	left: 0px;
	opacity: 1;
}

}
@
-o-keyframes  mymove {
	from {left: -200px;
	opacity: 0;
}

50%{
opacity
:
0
.5
}
to {
	left: 0px;
	opacity: 1;
}

}
@
keyframes titlepaly {from { right:-200px;
	opacity: 0;
}

50%{
opacity
:
0
.5
}
to {
	right: 0px;
	opacity: 1;
}

}
@
-webkit-keyframes titlepaly {
	from {right: -200px;
	opacity: 0;
}

50%{
opacity
:
0
.5
}
to {
	right: 0px;
	opacity: 1;
}

}
@
-moz-keyframes titlepaly {
	from {right: -200px;
	opacity: 0;
}

50%{
opacity
:
0
.5
}
to {
	right: 0px;
	opacity: 1;
}

}
@
-ms-keyframes titlepaly {
	from {right: -200px;
	opacity: 0;
}

50%{
opacity
:
0
.5
}
to {
	right: 0px;
	opacity: 1;
}

}
@
-o-keyframes  titlepaly {
	from {right: -200px;
	opacity: 0;
}

50%{
opacity
:
0
.5
}
to {
	right: 0px;
	opacity: 1;
}

}
.view-itm-con .view-itm h1 {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 15px;
}

.view-itm-con .view-itm p {
	line-height: 25px;
	font-size: 15px;
}

.news-con {
	width: 1100px;
	margin: 0 auto;
}

.news-con-img {
	height: 360px
}
/*.news-banner .news-con h1{padding-top:100px;font-size: 2rem;line-height: 2.3rem;color:#fff;}
.news-banner .news-con p{padding: 20px 0px;color:#fff;font-size: 20px;line-height: 30px;}*/

.news-title {
	text-align: center;
	padding-left: 0px;
	font: 700 16px Arial, "microsoft yahei";
	font-style: normal;
	font-variant-ligatures: normal;
	font-variant-caps: normal;
	font-variant-numeric: normal;
	font-weight: 700;
	font-stretch: normal;
	color: #000000;
	padding-top: 30px;
	line-height: 40px;
	margin-bottom: 10px;
}

.news-content {
	text-align: left;
	padding: 20px;
	margin-bottom: 100px;
	line-height: 40px;
	font-size: 15px;
	color: #575757;
}





.news-title p img,.news-title img {
	width: 100%;
}



.news-content>img {
	display: block;
	padding: 20px 0px;
	margin: 0 auto
}

.porduct-con {
	width: 1100px;
	margin: 20px auto auto auto;
}

/***新闻更改******/
.viewNews,.viewLinks,.footlist-con,.solution {
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
	margin-bottom: 40px
}

.viewNews-bg {
	background: #f8f8f8;
	padding-top: 20px;
	overflow: hidden;
}

.viewNews .view-News-con {
	margin-top: 10px
}

.viewNews .view-News-con .view-News-list {
	width: 500px;
}

.viewNews .view-News-con .view-News-list h2 {
	color: #0086ed;
	position: relative;
	font-weight: normal;
	display: inline-block;
	line-height: 35px;
	padding: 3px 10px;
}

.viewNews .view-News-con .view-News-list .view-News-item {
	height: 180px;
}

.viewNews .view-News-con .view-News-list .view-News-item ul {
	padding: 15px
}

.viewNews .view-News-con .view-News-list .view-News-item ul li {
	line-height: 30px;
}

.viewNews .view-News-con .view-News-list .view-News-item ul li span {
	float: right;
	font-size: 14px;
	color: #999
}

.viewNews .view-News-con .view-News-list .view-News-item ul li a {
	font-size: 14px
}

.viewNews .view-News-con .view-News-list .view-line {
	position: relative;
	border-top: 1px solid red;
	top: -3px;
	width: 100%
}

.viewNews .view-News-con .view-News-list .more-pos {
	position: relative;
	top: 10px;
	padding-right: 10px
}

.viewLinks-bg {
	background: #fff;
	padding-top: 20px;
	overflow: hidden;
}

.viewLinks .viewLinks-con {
	overflow: hidden;
	margin-top: 10px;
}

.viewLinks .viewLinks-con a {
	display: inline-block;
	padding: 3px 5px;
	margin-top: 5px
}

/*.footList{position: fixed;bottom:47px;}*/
/*.foot{position:fixed;bottom:0px}*/
.footlist-con {
	margin-bottom: 0px;
	border-bottom: 1px dashed #666;
	padding-bottom: 15px;
	margin-bottom: 15px
}

.footlist-con p {
	text-align: center
}

.footlist-con p a {
	color: #999;
}

/****解决方案****/
.solution {
	overflow: hidden;
	margin-top: 20px;
}

.solution .solution-left-nav h3 {
	font-size: 14px;
	line-height: 40px;
	padding-left: 10px;
	border-bottom: 3px solid #0080CC;
	color: #0080CC
}

.solution .solution-left-nav ul li {
	line-height: 40px;
	border-bottom: 1px solid #ddd
}

.solution .solution-left-nav ul li a {
	font-size: 14px;
	padding-left: 10px;
}

.solution .solution-left-nav {
	width: 18%; /*background: #eee;border: 1px solid #ddd;*/
	min-height: 250px;
}

.solution .solution-left-nav .active a,.solution .solution-left-nav ul li a:hover
	{
	color: #e60012;
}

.solution .solution-right-con {
	width: 80%;
	float: right;
}
/*.solution .solution-right-con h3{display: block;font-size: 18px;text-align: center;line-height: 40px;border-bottom: 1px dashed #ccc;}
.solution .solution-right-con .solution-content{padding: 10px;font-size: 13px;line-height: 26px;}
.solution .solution-right-con .solution-content ul li{line-height: 40px;border-bottom: 1px dashed #ccc;}
.solution .solution-right-con .solution-content ul li span{float: right;}
.solution .solution-right-con .solution-content a:hover{color:#0086ed;}*/

/***关于我们***/
.about {
	padding: 10px 60px;
}

.about .about-con {
	width: 100%;
}

.about .about-con h3 {
	display: block;
	font-size: 24px;
	text-align: left;
	line-height: 60px;
	border-bottom: 1px dashed #ccc;
}

.about .about-con .about-content {
	padding: 10px;
	font-size: 13px;
	line-height: 26px;
}

/***分页***/
.Page {
	width: 100%;
	text-align: center;
	padding: 50px 0px;
	clear: both
}

.Page a {
	display: inline-block;
	width: 65px;
	background: #ffffff;
	height: 48px;
	vertical-align: middle;
	line-height: 48px;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	margin-left: -5px
}

.Page a:hover {
	background: #0086ed;
	color: #FFF
}

.Page a.cur {
	background: #0086ed;
	color: #FFF
}

.Page a.Prev {
	border-radius: 6px 0px 0px 6px;
	width: 90px;
}

.Page a.Prev span {
	background: url(../images/news/Icon25.gif) no-repeat 10px center;
	display: block;
}

.Page a.Prev:hover span {
	background: url(../images/news/Icon025.gif) no-repeat 10px center;
}

.Page a.next {
	border-radius: 0px 6px 6px 0px;
	width: 90px;
}

.Page a.next span {
	background: url(../images/news/Icon26.gif) no-repeat 88% center;
	display: block;
}

.Page a.next:hover span {
	background: url(../images/news/Icon026.gif) no-repeat 88% center;
}

/**导航二级菜单**/
.Tree-Nav .nav-hidden .triangle {
	width: 15px;
	height: 15px;
	border-top: solid 2px #e8e8e8;
	border-right: solid 2px #e8e8e8;
	transform: rotate(-45deg);
	position: relative;
	z-index: 9999999999;
	top: -10px;
	left: 15px;
	background: #fff;
}

.Tree-Nav {
	position: relative;
}

.Tree-Nav .nav-hidden {
	display: none;
	position: absolute;
	z-index: 9999999;
	width: 300px !important;
	border: solid 1px #e8e8e8;
	background: #fff;
	box-shadow: 0px 0px 1px 1px #e8e8e8;
	border-radius: 5px;
}

.Tree-Nav .nav-hidden li {
	display: block;
	line-height: 30px;
	width: 150px;
	margin: 0px;
	padding: 0px;
}

.Tree-Nav .nav-hidden li a {
	line-height: 30px;
	display: block;
	text-align: center;
	line-height: 35px;
	text-align: left;
}

.Tree-Nav .nav-hidden li a:hover {
	background: #f5f5f5;
	color: #121212;
	position: relative;
	z-index: 9999999999999999;
	top: -1;
}

.Tree-Nav .nav-hidden li:last-child {
	padding-bottom: 10px;
}

/**/
/*联系我们*/
/*标题*/
.floor-title {
	font-size: 20px;
}

.floor-title i {
	width: 56px;
	height: 44px;
	float: left;
	margin-right: 20px;
}

.floor-title p {
	float: left;
	padding-top: 10px;
}

.floor-title h2 {
	float: left;
	margin-left: 13px;
	color: #355CA9;
	font-size: 20px;
	padding-top: 10px;
}

.floor-title .icon {
	display: block;
	background: url(../images/icon-air.png);
}

.BMap_bubble_content {
	line-height: 25px;
}

.icon-f {
	display: block;
	background: url(../images/icon-foot.png);
	width: 20px;
	height: 21px;
	float: left;
	margin-right: 12px;
}

.icon-f-2 {
	background-position: -20px 0;
}

.icon-f-3 {
	background-position: -40px 0;
}

.icon-f-4 {
	background-position: -60px 0;
}

.footer-ablount {
	width: 100%;
	background: #F8F8F8;
	border-top: 1px solid #ECECEC;
	height: 565px;
	padding: 50px 0;
}

.footer-ablount .w {
	height: 610px;
	position: relative;
}

.footer-ablount ul {
	margin: 40px 0 0 10px;
}

.footer-ablount ul li {
	margin-bottom: 20px;
}

.ie7 .footer-ablount ul li p {
	display: inline;
	zoom: 1;
	float: left;
}

.footer-ablount .QRcode {
	width: 180px;
	margin: 10px 0 0 15px;
	text-align: center;
	color: #666;
}

.footer-ablount .QRcode img {
	width: 180px;
	height: 180px;
}

.footer-ablount .copyright {
	color: #666;
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #2E3138;
}

.footer-ablount .copyright span {
	margin-left: 30px;
}

.footer-ablount .copyright a {
	color: #666;
}

#allmap {
	width: 715px;
	height: 560px;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	line-height: 560px;
	font-size: 16px;
	background: #f5f3f0;
	color: #666;
}

#allmap iframe {
	position: absolute;
	left: 0;
	top: 0;
}