@charset 'utf-8';


/* 样式重置 */
* {
	box-sizing: border-box;
}
body, h1, h2, h3, h4, h5, h6, dl, dd, ul, ol, p, thead, tbody, tfoot, form, textarea, select {
	margin: 0;
}
ul, ol, option, th, td {
	padding: 0;
}
html, body {
	margin: 0;
	font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
ul, ol, li {
	list-style: none;
}
a {
	text-decoration: none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
b {
	font-weight: normal;
}


/* 公用样式 */
.wrapper {
	width: 1170px;
	margin: auto;
}
.clearfix {
	zoom: 1;
}
.wrapper:before, .wrapper:after,
.clearfix:before, .clearfix:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	clear: both;
}
.transition {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.no-transition {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.animate {
	opacity: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
}

.thumb img {
	cursor: pointer;
}
.thumb-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	padding: 100px 100px 0;
	background-color: rgba(0,0,0,.3);
}
.thumb-wrapper .thumb-image {
	position: relative;
	width: 100%;
	height: 640px;
	overflow: hidden;
}
.thumb-wrapper .thumb-image .thumb-arrow {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10010;
	width: 42px;
	height: 640px;
	line-height: 640px;
	color: #fff;
	cursor: pointer;
}
.thumb-wrapper .thumb-image .thumb-arrow i {
	font-size: 42px;
}
.thumb-wrapper .thumb-image #thumb-arrow-right {
	left: 96%;
}
.thumb-wrapper .thumb-item {
	float: left;
	font-size: 0;
	text-align: center;
}
.thumb-wrapper .thumb-item img {
	height: 100%;
}
.thumb-wrapper .thumb-close {
	margin-top: 12px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.thumb-wrapper .thumb-close i {
	font-size: 32px;
}





/* 头部样式 */
#header {
	position: relative;
	width: 100%;
	height: 80px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}
#header .slogan {
	float: left;
	padding: 20px 0;
	margin-right: 60px;
}
#header .slogan .logo {
	float: left;
	height: 40px;
}
#header .slogan .text {
	float: left;
	margin: 6px 8px;
	padding: 4px 8px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	color: #333;
	border-left: 1px solid #ddd;
}
#header .navigation {
	position: relative;
	float: left;
}
#header .navigation .navigation-item {
	float: left;
	padding: 10px 6px;
}
#header .navigation .navigation-item a {
	display: block;
	padding: 0 6px;
	height: 60px;
	font-size: 14px;
	color: #333;
	line-height: 60px;
}
#header .navigation .navigation-item a:hover {
	color: #3a99f2;
}
#header .navigation .navigation-item.active a {
	color: #3a99f2;
	border-bottom: 3px solid #3a99f2;
}
#header .navigation-position {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	z-index: 100;
	width: 90px;
	margin-top: -1px;
	margin-left: -46px;
	padding: 8px;
	background-color: #fff;
	border: 1px solid #eee;
}
#header .navigation-position-item {
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	text-align: center;
}
#header .navigation-position-item a {
	color: #333;
}
#header .navigation-position-item a:hover {
	color: #3a99f2;
}
#header .navigation-expand-wrapper {
	position: absolute;
	top: 80px;
	left: 0;
	z-index: 1001;
	display: none;
	width: 100%;
	padding: 28px 0;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}
#header .navigation-expand-wrapper a {
	position: relative;
	font-size: 16px;
	line-height: 32px;
	color: #333;
}
#header .navigation-expand-wrapper a:hover {
	color: #3a99f2;
}
#header .navigation-expand-wrapper .navigation-expand-item {
	float: left;
	width: 292.5px;
}
#header .navigation-expand-wrapper .navigation-expand-title {
	width: 170px;
	margin-bottom: 16px;
	padding-bottom: 20px;
	font-size: 18px;
	line-height: 18px;
	border-bottom: 1px solid #eee;
}
#header .navigation-expand-wrapper .navigation-expand-title a {
	font-size: inherit;
	line-height: inherit;
}
#header .navigation-expand-wrapper .new a:after {
	position: absolute;
	top: 0;
	left: 100%;
	content: '';
	width: 36px;
	height: 18px;
	margin-top: -1px;
	margin-left: 10px;
	background: url('../images/lbz-news-hot.png') no-repeat top center;
	background-size: 100%;
}
#header .platform {
	position: relative;
	float: right;
	width: 160px;
	height: 80px;
	padding: 0;
	border-left: 1px solid #eee;
}
#header .platform .platform-item {
	float: left;
	width: 79px;
	height: 80px;
	font-size: 14px;
	text-align: center;
	line-height: 80px;
	border-right: 1px solid #3a99f2;
	cursor: pointer;
}
#header .platform .platform-item-primary {
	background-color: #3a99f2;
	color: #fff;
}
#header .platform .platform-item-link {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	width: 79px;
	margin-left: -32px;
	padding: 8px;
	text-align: center;
	border: 1px solid #eee;
	border-top: none;
	background-color: #fff;
}
#header .platform .platform-item-link li {
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	text-align: center;
}
#header .platform .platform-item-link a {
	color: #333;
}
#header .platform .platform-item-link a:hover {
	color: #3a99f2;
}





/* 尾部样式 */
#bottom {
	width: 100%;
	max-width: 1920px;
	margin: auto;
	padding: 50px 0;
	height: 302px;
	background: url('../images/lbz-bottom-background.png') no-repeat top center;
}
#bottom .bottom-item-left {
	float: left;
	width: 600px;
	margin-right: 120px;
}
#bottom .bottom-item-left p {
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
}
#bottom .bottom-item-center {
	float: left;
	width: 140px;
	margin-right: 120px;
}
#bottom .bottom-item-right {
	float: left;
	width: 190px;
}
#bottom .bottom-item-text {
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #fff;
}
#bottom p.bottom-item-text {
	margin-top: 20px;
}
#bottom .bottom-item-telephone {
	font-size: 24px;
	line-height: 24px;
	color: #fff;
}
#bottom .bottom-item-link li {
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
	padding-right: 14px;
	line-height: 12px;
	border-right: 1px solid #a5afbe;
}
#bottom .bottom-item-link li:last-child {
	border-right: none;
}
#bottom .bottom-item-left a,
#bottom .bottom-item-link a {
	font-size: 12px;
	color: #a5afbe;
}
#bottom .bottom-item-left a:hover,
#bottom .bottom-item-link a:hover {
	color: #fff;
}



/* 返回顶部 */
#back-top {
	position: fixed;
	display: none;
	right: 80px;
	bottom: 80px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
	color: #999;
	border-radius: 4px;
	border: 1px solid #ddd;
	cursor: pointer;
}
#back-top:hover {
	border-color: #3a99f2;
	color: #3a99f2;
}
#back-top .iconfont {
	display: block;
	margin-top: 6px;
	font-size: 23px;
	color: inherit;
	line-height: 40px;
}







/* 广告位 */
.join-us {
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 112px;
	margin: 0 auto;
	font-size: 0;
	overflow: hidden;
}
.join-us a {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1920px;
	margin-left: -960px;
}
.join-us-news {
	font-size: 0;
	text-align: center;
}



/* 面包屑 */
.breadcrumb {
	margin-top: 20px;
	margin-bottom: 60px;
	font-size: 14px;
}
.breadcrumb a {
	color: #3a99f2;
}
.breadcrumb a:hover {
	color: #398bfc;
}




/* 分页 */
.page-turn {
	padding: 30px 0;
	text-align: center;
	font-size: 0;
}
.page-turn li {
	display: inline-block;
	margin: 0 4px 8px;
	height: 40px;
	border: 1px solid #eee;
}
.page-turn .thisclass {
	display: inline-block;
	height: 40px;
	margin: 0 4px;
	padding: 0 16px;
	font-size: 14px;
	line-height: 40px;
	color: #3a99f2;
	border: 1px solid #3a99f2;
}
.page-turn a {
	display: block;
	padding: 0 16px;
	color: #333;
	font-size: 14px;
	line-height: 40px;
}
.page-turn a:hover {
	color: #3a99f2;
}









/*  首页样式 */
.index-title {
	width: 100%;
	height: 94px;
	margin-bottom: 40px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
}
.index-title h4 {
	padding-top: 40px;
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
}
.index-title .index-title-line {
	width: 40px;
	height: 2px;
	margin: 10px auto;
	background-color: #3a99f2;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0,89,255,0.3);
	-moz-box-shadow: 0px 1px 4px 0px rgba(0,89,255,0.3);
	-o-box-shadow: 0px 1px 4px 0px rgba(0,89,255,0.3);
	box-shadow: 0px 1px 4px 0px rgba(0,89,255,0.3);
}

/* banner */
.index-banner {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	height: 530px;
	font-size: 0;
	overflow: hidden;
}
.index-banner .banner-wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1920px;
	margin-left: -960px;
}
.index-banner .banner-item {
	float: left;
	width: 1920px;
	height: 530px;
	background-position: center center;
	background-repeat: no-repeat;
}
.index-banner .banner-control {
	position: absolute;
	bottom: 25px;
	width: 100%;
	height: 0;
	text-align: center;
}
.index-banner .banner-control li {
	display: inline-block;
	//width: 30px;
	//height: 4px;
	//margin: 0 4px;
	//background-color: #fff;
	cursor: pointer;
  padding: 12px 4px;
}
.index-banner .banner-control .banner-btn {
  display: block;
   width: 30px;
   height: 3px;
   background-color: #fff;
   border: none;
   outline: 0;
   padding: 0;
   margin: 0;
   cursor: pointer;
   transition: .3s;
}
.index-banner .banner-control .active .banner-btn {
	background-color: #3a99f2;
}
.index-banner .banner-btn-left {
	border: none;
   outline: 0;
   padding: 0;
   margin: 0;
   height: 60px;
   width: 60px;
   cursor: pointer;
   transition: .3s;
   border-radius: 50%;
   background-color: rgba(31,45,61,.11);
   color: #fff;
   position: absolute;
   top: 50%;
 	left:61px;
  	z-index: 10;
  	transform: translateY(-50%);
  	text-align: center;
   font-size: 12px;
  	opacity: 0;
}
.index-banner .banner-btn-right {
	border: none;
   outline: 0;
   padding: 0;
   margin: 0;
   height: 60px;
   width: 60px;
   cursor: pointer;
   transition: .3s;
   border-radius: 50%;
   background-color: rgba(31,45,61,.11);
   color: #fff;
   position: absolute;
   top: 50%;
 	right:61px;
  	z-index: 10;
  	transform: translateY(-50%);
  	text-align: center;
   font-size: 12px;
  	opacity: 0;
}
.index-banner .banner-wrapper:hover .banner-btn-left{
	opacity: 1;
}
.index-banner .banner-wrapper:hover .banner-btn-right{
	opacity: 1;
}



.index-new-roll {
	height: 60px;
	margin-bottom: 50px;
}
.index-new-roll .wrapper {
	position: relative;
	border-bottom: 1px solid #eee;
}
.index-new-roll .new-roll-icon {
	float: left;
	width: 62px;
	height: 60px;
	padding: 16px 0 14px;
	font-size: 0;
}
.index-new-roll .new-roll-wrapper {
	float: left;
	width: 1100px;
	height: 60px;
	padding-top: 1px;
	overflow: hidden;
}
.index-new-roll .new-roll-item {
	height: 60px;
	line-height: 60px;
}
.index-new-roll .new-roll-item a {
	color: #333;
}
.index-new-roll .new-roll-item a:hover {
	color: #3a99f2;
}
.index-new-roll .new-roll-item span {
	float: right;
	font-size: 14px;
	color: #999;
}
.index-new-roll .new-roll-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	text-align: center;
}
.index-new-roll .new-roll-arrow {
	color: #cdcdcd;
}
.index-new-roll .new-roll-wrapper:hover + .new-roll-arrow {
	color: #3a99f2;
}
.index-new-roll .new-roll-arrow .iconfont {
	font-size: 20px;
	line-height: 60px;
	color: inherit;
}





.index-slogan {
	margin-bottom: 50px;
}
.index-slogan .index-slogan-item {
	float: left;
	width: 390px;
	height: 130px;
}
.index-slogan .index-slogan-images {
	float: left;
	width: 140px;
	height: 130px;
	font-size: 0;
	text-align: center;
}
.index-slogan .index-slogan-text {
	float: left;
	width: 250px;
}
.index-slogan .index-slogan-text h4 {
	padding: 20px 0 10px;
	font-size: 58px;
	line-height: 60px;
}
.index-slogan .index-slogan-text p {
	font-size: 18px;
}


.index-device {
	margin-bottom: 60px;
	padding-top: 60px;
	background-color: #ecf1f6;
}
.index-device .index-device-list {
	padding-bottom: 60px;
}
.index-device .index-device-item {
	float: left;
	width: 281px;
	height: 370px;
	margin-left: -1px;
	background-color: #fff;
	border: 1px solid #e0e5eb;
}
.index-device .index-device-item:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: 0 0 6px #ddd;
	-moz-box-shadow: 0 0 6px #ddd;
	-o-box-shadow: 0 0 6px #ddd;
	box-shadow: 0 0 6px #ddd;
}
.index-device .index-device-images {
	font-size: 0;
}
.index-device .index-device-text h4 {
	color: #333;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
}
.index-device .index-device-item:hover .index-device-text h4 {
	color: #3a99f2;
}
.index-device .index-device-text p {
	padding: 20px;
	font-size: 14px;
	text-align: justify;
	line-height: 20px;
	color: #999;
}
.index-device .index-device-item:hover .index-device-text p {
	color: #333;
}
.index-device .index-device-loading {
	position: relative;
}
.index-device .index-device-loading:hover {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.index-device .index-device-loading:hover .index-device-text h4 {
	color: #333;
}
.index-device .index-device-loading:hover .index-device-text p {
	color: #999;
}
.index-device .index-device-loading .index-loading-text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 281px;
	height: 368px;
	text-align: center;
	background-color: rgba(100,100,100,.6);
	line-height: 370px;
	color: #fff;
}




.index-solution {
	padding-bottom: 60px;
}
.index-solution .index-solution-tabs {
	width: 540px;
	margin: 0 auto 40px;
	border: 1px solid #3a99f2;
	border-radius: 4px;
}
.index-solution .index-solution-tabs-item {
	float: left;
	width: 180px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #3a99f2;
	overflow: hidden;
	border-left: 1px solid #3a99f2;
	cursor: pointer;
}
.index-solution .index-solution-tabs-item.active,
.index-solution .index-solution-tabs-item:hover {
	background-color: #3a99f2;
	color: #fff;
}
.index-solution .first-solution-tabs-item {
	width: 178px;
	border-left: none;
}
.index-solution .index-solution-tabs-content {
	display: none;
}
.index-solution .index-solution-item {
	float: left;
	width: 370px;
	margin-right: 30px;
	margin-bottom: 30px;
	border: 1px solid #e0e5eb;
}
.index-solution .index-solution-item a {
	color: #333;
}
.index-solution .index-solution-item:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: 0 0 6px #ddd;
	-moz-box-shadow: 0 0 6px #ddd;
	-o-box-shadow: 0 0 6px #ddd;
	box-shadow: 0 0 6px #ddd;
}
.index-solution .index-solution-item.last-solution-item {
	margin-right: 0;
}
.index-solution .index-solution-images {
	margin-bottom: 10px;
	font-size: 0;
}
.index-solution .index-solution-text {
	height: 120px;
}
.index-solution .index-solution-item:hover .index-solution-text h4 {
	color: #3a99f2;
}
.index-solution .index-solution-text h4 {
	padding: 10px 0;
	font-size: 18px;
	text-align: center;
	line-height: 20px;
}
.index-solution .index-solution-text p {
	padding: 0 20px 20px;
	font-size: 14px;
	text-align: justify;
	color: #999;
}
.index-solution .index-solution-item:hover .index-solution-text p {
	color: #333;
}



.index-case .index-case-item {
	position: relative;
	float: left;
	width: 260px;
	height: 174px;
	overflow: hidden;
	margin-right: 40px;
	margin-bottom: 32px;
	font-size: 0;
	border: 1px solid #eee;
}
.index-case .index-case-item:nth-child(4n) {
	margin-right: 0;
}
.index-case .case-more-item:hover,
.index-case .index-case-item:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: 0 0 6px #ddd;
	-moz-box-shadow: 0 0 6px #ddd;
	-o-box-shadow: 0 0 6px #ddd;
	box-shadow: 0 0 6px #ddd;
}
.index-case .index-case-item a {
	display: block;
}
.index-case .index-case-item img {
	width: 100%;
}
.index-case .index-case-text {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 56px;
	padding: 12px;
	padding-right: 30px;
	font-size: 12px;
	font-weight: normal;
	background-color: rgba(57,139,252,.8);
	color: #fff;
}
.index-case .index-case-arrow {
	position: absolute;
	right: 6px;
	bottom: 18px;
	z-index: 10;
	width: 16px;
	height: 18px;
	color: #fff;
}
.index-case .case-more-item {
	position: relative;
	float: left;
	width: 260px;
	height: 174px;
	background: url('../images/lbz-index-case-more.png') no-repeat top center;
	background-size: cover;
}
.index-case .case-more-item h4 {
	text-align: center;
	height: 174px;
	line-height: 174px;
	font-size: 18px;
	font-weight: normal;
	background-color: rgba(57,139,252,.8);
	color: #fff;
}




.index-about {
	margin-top: 28px;
	margin-bottom: 60px;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #ecf1f6;
}
.index-about .index-about-item {
	position: relative;
	float: left;
	width: 260px;
	height: 165px;
	margin-right: 40px;
}
.index-about .index-about-item:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: 0 0 6px #ddd;
	-moz-box-shadow: 0 0 6px #ddd;
	-o-box-shadow: 0 0 6px #ddd;
	box-shadow: 0 0 6px #ddd;
}
.index-about .last-about-item {
	margin-right: 0;
}
.index-about .index-about-text {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 65px;
	font-size: 16px;
	font-weight: 500;
	line-height: 65px;
	text-align: center;
	background-color: rgba(57,139,252,.8);
	color: #fff;
}


.index-news-wrapper {
	padding-bottom: 44px;
}
.index-news-wrapper .index-news {
	float: left;
	width: 550px;
	margin-right: 70px;
}
.index-news-wrapper .index-news-right {
	margin-right: 0;
}
.index-news-wrapper .index-news-title {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 18px;
}
.index-news-wrapper .index-news-title a {
	float: right;
	font-size: 14px;
	font-weight: normal;
	color: #3a99f2;
}
.index-news-wrapper .index-news-title a:hover {
	color: #398bfc;
}
.index-news-wrapper .index-new-hot {
	margin-bottom: 20px;
}
.index-news-wrapper .index-new-hot .index-new-images {
	float: left;
	width: 192px;
	height: 122px;
	margin-right: 20px;
	font-size: 0;
	overflow: hidden;
}
.index-news-wrapper .index-new-hot .index-new-text a {
	display: block;
	padding: 10px 0 16px;
	font-size: 14px;
	line-height: 14px;
	color: #333;
}
.index-news-wrapper .index-new-item a:hover,
.index-news-wrapper .index-new-hot .index-new-text a:hover {
	color: #398bfc;
}
.index-news-wrapper .index-new-hot .index-new-text p {
	font-size: 12px;
	line-height: 20px;
	color: #666;
}
.index-news-wrapper .index-new-hot .index-new-text a:hover + p {
	color: #333;
}
.index-news-wrapper .index-new-item {
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 14px;
}
.index-news-wrapper .index-new-item a {
	color: #333;
}
.index-news-wrapper .index-new-item span {
	float: right;
	font-size: 12px;
	color: #999;
}


.index-friendlink {
	padding: 20px 0 60px;
	line-height: 24px;
}
.index-friendlink dt {
	float: left;
	margin-bottom: 10px;
}
.index-friendlink .friendlink-list {
	float: left;
	text-align: justify;
}
.index-friendlink .friendlink-list a {
	padding-left: 12px;
	font-size: 14px;
	color: #333;
}
.index-friendlink .friendlink-list a:hover {
	color: #3a99f2;
}







/* 产品中心 */
.product-solution .product-solution-title {
	margin-bottom: 30px;
	font-size: 22px;
}
.product-solution .product-solution-item {
	float: left;
	width: 370px;
	margin-right: 30px;
	margin-bottom: 60px;
	border: 1px solid #e0e5eb;
}
.product-solution .product-solution-item:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	box-shadow: 0 0 4px #ddd;
}
.product-solution .product-solution-item:nth-child(3n) {
	margin-right: 0;
}
.product-solution .product-solution-item-images {
	font-size: 0;
}
.product-solution .product-solution-item-text {
	padding: 32px;
	text-align: justify;
}
.product-solution .product-solution-item-text h4 {
	margin-bottom: 28px;
	font-size: 18px;
	text-align: center;
	color: #333;
}
.product-solution .product-solution-item:hover h4 {
	color: #3a99f2;
}
.product-solution .product-solution-item-text p {
	font-size: 16px;
	line-height: 24px;
	color: #666;
}
.product-solution .product-solution-item:hover p {
	color: #333;
}





/* 解决方案 */
.solution .solution-banner {
	width: 100%;
	max-width: 1920px;
	height: 340px;
	margin: 0 auto;
	padding: 90px 0;
	color: #fff;
	background: url('../images/lbz-solution-banner.png') no-repeat top center;
}
.solution .solution-banner h1 {
	margin-bottom: 32px;
	font-size: 46px;
	line-height: 46px;
}
.solution .solution-banner p {
	width: 640px;
	font-size: 18px;
	text-align: justify;
	line-height: 32px;
}
.solution .solution-title {
	margin: 50px 0 40px;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
}
.solution .solution-background-tip {
	padding: 24px 40px;
	font-size: 18px;
	background-color: #ebf0f6;
}
.solution .solution-background-tip p {
	text-align: justify;
	line-height: 28px;
	color: #666;
}
.solution .solution-make-wrapper {
	font-size: 0;
}
.solution .solution-advantage-list .solution-advantage-item {
	float: left;
	width: 270px;
	height: 308px;
	margin-right: 30px;
	padding: 40px 20px;
	border: 1px solid #eee;
}
.solution .solution-advantage-list .three .solution-advantage-item {
	width: 370px;
	height: 270px;
}
.solution .solution-advantage-list .five .solution-advantage-item {
	width: 210px;
	height: 350px;
}
.solution .solution-advantage-list .solution-advantage-item p {
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	color: #666;
}
.solution .solution-advantage-list .solution-advantage-last-item {
	margin-right: 0;
}
.solution .solution-advantage-list .solution-advantage-image {
	margin-bottom: 20px;
	text-align: center;
	font-size: 0;
}
.solution .solution-advantage-list .solution-advantage-title {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}
.solution .solution-advantage-list .five .solution-advantage-title {
	font-size: 16px;
}
.solution .solution-advantage-list .solution-advantage-line {
	width: 30px;
	height: 0;
	margin: 20px auto;
	border-top: 2px solid #3a99f2;
}
.solution .solution-detail-wrapper {
	margin-bottom: 50px;
}
.solution .solution-detail-wrapper .wrapper {
	border: 1px solid #e0e5eb;
}
.solution .solution-detail-wrapper .solution-detail-tip {
	padding: 24px 32px;
	font-size: 18px;
	line-height: 30px;
	text-align: justify;
	background-color: #ebf0f6;
}
.solution .solution-detail-wrapper .solution-detail-container {
	padding: 40px 90px;
}
.solution .solution-detail-wrapper .solution-detail-image {
	float: left;
	width: 538px;
	font-size: 0;
	text-align: center;
}
.solution .solution-detail-wrapper .solution-detail-item {
	margin-bottom: 40px;
	padding-bottom: 28px;
	border-bottom: 1px solid #e0e5eb;
}
.solution .solution-detail-wrapper .solution-detail-text {
	float: left;
	width: 450px;
}
.solution .solution-detail-wrapper .solution-detail-text h4 {
	margin: 30px 0;
	font-size: 24px;
	line-height: 24px;
}
.solution .solution-detail-wrapper .solution-detail-text p {
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 28px;
	color: #666;
}
.solution .solution-detail-wrapper .solution-circle::before {
	display: block;
	content: '';
	float: left;
	width: 8px;
	height: 8px;
	margin-top: 10px;
	margin-right: 8px;
	background-color: #3a99f2;
	border-radius: 50%;
}
.solution .solution-detail-wrapper .solution-detail-title {
	margin-bottom: 50px;
	text-align: center;
	font-size: 24px;
}
.solution .solution-detail-wrapper .solution-system-list {
	margin-bottom: 50px;
}
.solution .solution-detail-wrapper .solution-system-item {
	float: left;
	width: 300px;
	margin-right: 44px;
	text-align: center;
}
.solution .solution-detail-wrapper .solution-system-item.solution-system-last-item {
	margin-right: 0;
}
.solution .solution-detail-wrapper .solution-system-image {
	height: 216px;
	margin-bottom: 12px;
	text-align: center;
	font-size: 0;
}
.solution .solution-detail-wrapper .solution-system-image img {
	height: 100%;
}
.solution .solution-detail-wrapper .solution-system-title {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: normal;
}
.solution .solution-detail-button {
	width: 100px;
	margin: -60px auto 50px;
}
.solution .solution-button {
	display: block;
	width: 100px;
	height: 36px;
	padding: 0 12px;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
	background-color: #3a99f2;
	color: #fff;
	border-radius: 4px;
}
.solution .solution-button:hover {
	background-color: #71b4f3;
}
.solution .solution-system-item .solution-button {
	margin: auto;
}
.solution .solution-case-wrapper {
	width: 1174px;
	height: 234px;
	overflow: hidden;
	margin: 0 auto 50px;
}
.solution .solution-case-wrapper .solution-case-arrow {
	float: left;
	width: 27px;
	height: 234px;
	font-size: 24px;
	line-height: 234px;
	text-align: center;
	cursor: pointer;
}
.solution .solution-case-wrapper .solution-case-arrow:hover .iconfont {
	color: #3a99f2;
}
.solution .solution-case-slide {
	float: left;
	width: 1120px;
	overflow: hidden;
}
.solution .solution-case-list .solution-case-item {
	float: left;
	width: 264px;
	height: 234px;
	margin-right: 20px;
}
.solution .solution-case-list .solution-case-image {
	font-size: 0;
}
.solution .solution-case-list .solution-case-item p {
	font-size: 18px;
	text-align: center;
	line-height: 47px;
	background-color: #edf0f4;
}



.solution-function .wrapper {
	width: 1174px;
}
.solution-function .banner {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 28px;
	padding-bottom: 28px;
}
.solution-function .banner .banner-images {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	width: 1920px;
	max-width: none;
	margin-left: -960px;
}
.solution-function .banner .banner-wrapper {
	width: 1142px;
	height: 412px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 6px;
}
.solution-function .banner .banner-wrapper-images {
	float: left;
	width: 504px;
	height: 412px;
	padding: 43px 54px;
	font-size: 0;
}
.solution-function .banner .banner-wrapper-text {
	float: left;
	width: 630px;
	padding: 56px 54px 30px;
}
.solution-function .banner .banner-wrapper-text .banner-title {
	margin-top: -16px;
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 60px;
}
.solution-function .banner .banner-wrapper-text .banner-subheading-text {
	line-height: 28px;
}
.solution-function .solution-function-button,
.solution-function .banner .banner-wrapper-text .banner-button {
  display: inline-block;
  width: 120px;
  height: 46px;
  margin-top: 30px;
  font-size: 14px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  background-color: #3a99f2;
  border-radius: 4px;
}
.solution-function .solution-function-content-item.gray {
	background-color: #f5f8fb;
}
.solution-function .solution-function-content-item .solution-function-item {
	float: left;
	width: 587px;
	min-height: 540px;
	padding: 140px 0 0 100px;
}
.solution-function .solution-function-content-item .solution-function-item.center {
	padding: 30px 0;
	text-align: center;
}
.solution-function .solution-function-content-item .center img {
	margin-top: 60px;
}
.solution-function .solution-function-content-item h5.solution-function-title {
	margin-bottom: 40px;
	font-size: 24px;
	color: #3a99f2;
}
.solution-function .solution-function-content-item p {
	width: 420px;
	margin-bottom: 4px;
	line-height: 26px;
	text-align: justify;
}
.solution-function .solution-function-content-item p.solution-function-title {
	margin: 12px 0;
	font-size: 20px;
}
.solution-function .solution-function-item .solution-function-circle {
	margin-bottom: 10px;
}
.solution-function .solution-function-item .solution-function-margin {
	margin-bottom: 20px!important;
}
.solution-function .solution-function-item .solution-function-circle::before {
	display: inline-block;
	content: '';
	vertical-align: top;
	width: 8px;
	height: 8px;
	margin: 9px 0;
	margin-right: 6px;
	background-color: #3a99f2;
	border-radius: 50%;
}
.solution-function .solution-function-content-item .solution-function-mobile {
	padding: 100px 0 0 80px;
}
.solution-function .solution-function-content-item .solution-function-mobile p {
	width: auto;
}
.solution-function .solution-function-content-item .solution-function-mobile > img {
	height: 459px;
	margin-top: 50px;
}


.zhuxinyi {
	padding-bottom: 100px;
}
.zhuxinyi .zhuxinyi-banner {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	font-size: 0;
}
.zhuxinyi .zhuxinyi-banner-apply {
	position: absolute;
	left: 390px;
	bottom: 30px;
	z-index: 5;
	display: block;
	width: 227px;
	height: 55px;
	font-size: 14px;
	opacity: 0;
}
.zhuxinyi .zhuxinyi-title {
  margin-bottom: 70px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.zhuxinyi .zhuxinyi-advantage-list .zhuxinyi-advantage-item {
	float: left;
	width: 202px;
	margin-right: 32px;
	margin-bottom: 130px;
	box-shadow: 0 0 12px #e7edfb;
	overflow: hidden;
	border-radius: 4px;
}
.zhuxinyi .zhuxinyi-advantage-list .zhuxinyi-advantage-last-item {
	margin-right: 0;
}
.zhuxinyi .zhuxinyi-advantage-list .zhuxinyi-advantage-title {
	height: 110px;
	font-size: 30px;
	line-height: 110px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	background-size: 208px 110px;
	background-repeat: no-repeat;
}
.zhuxinyi .zhuxinyi-advantage-list .zhuxinyi-advantage-text {
	height: 112px;
	padding: 28px 20px;
	font-size: 18px;
	line-height: 28px;
	text-align: justify;
}
.zhuxinyi .zhuxinyi-advantage-list .zhuxinyi-advantage-text .orange {
	padding: 0 4px;
	font-size: 20px;
	font-weight: bold;
	color: #ff7f01;
}
.zhuxinyi .zhuxinyi-apply-limit {
	max-width: 1920px;
	height: 584px;
	margin: auto;
	background: url('../images/lbz-solution-zhuxinyi-06.png') top center;
}
.zhuxinyi .zhuxinyi-apply-limit .zhuxinyi-title {
	padding-top: 54px;
	margin-bottom: 50px;
	color: #fff;
}
.zhuxinyi .zhuxinyi-apply-limit .zhuxinyi-limit-item {
	float: left;
	width: 494px;
	height: 388px;
	padding: 50px;
	margin-right: 180px;
	background-color: #fff;
	border-radius: 6px;
}
.zhuxinyi .zhuxinyi-apply-limit .zhuxinyi-limit-item.last-limit-item {
	margin-right: 0;
}
.zhuxinyi .zhuxinyi-apply-limit .zhuxinyi-limit-item h4 {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
}
.zhuxinyi .zhuxinyi-apply-limit .zhuxinyi-limit-item p {
	font-size: 18px;
	line-height: 36px;
}
.zhuxinyi .zhuxinyi-apply-wrapper {
	margin-top: 60px;
	text-align: center;
}
.zhuxinyi .zhuxinyi-apply-wrapper .zhuxinyi-apply-button {
  display: block;
  width: 126px;
  height: 46px;
  margin: auto;
  text-align: center;
  line-height: 46px;
  background-color: #3a99f2;
  color: #fff;
  border-radius: 4px;
  transition: background-color .4s ease;
}
.zhuxinyi .zhuxinyi-apply-wrapper .zhuxinyi-apply-telephone {
  margin-top: 20px;
  font-size: 26px;
}







/* 产品中心 */
.device .wrapper {
	width: 1174px;
}
.device .banner {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 28px;
	padding-bottom: 28px;
}
.device .banner .banner-images {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	width: 1920px;
	max-width: none;
	margin-left: -960px;
}
.device .banner .banner-wrapper {
	width: 1142px;
	height: 412px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 6px;
}
.device .banner .banner-wrapper-images {
	float: left;
	padding: 37px;
	font-size: 0;
}
.device .banner .banner-wrapper-images img {
	width: 432px;
	height: 338px;
}
.device .banner .banner-wrapper-text {
	float: left;
	width: 582px;
	padding: 54px;
	padding-left: 0;
}
.device .banner .banner-wrapper-text .banner-title {
	margin-bottom: 18px;
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
}
.device .banner .banner-wrapper-text .banner-subheading-text {
	margin-bottom: 70px;
	font-size: 12px;
	line-height: 12px;
}
.device .banner .banner-wrapper-text .banner-description {
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 3px;
}
.device .banner .banner-wrapper-text .banner-description:after {
	display: block;
	content: '';
	width: 356px;
	margin-top: 8px;
	margin-bottom: 64px;
	border-bottom: 1px solid #333;
}
.device .banner .banner-wrapper-text .banner-advantage-list {
	font-size: 0;
}
.device .banner .banner-wrapper-text .banner-advantage-list span {
	margin-right: 16px;
	padding-right: 16px;
	font-size: 16px;
	line-height: 24px;
	border-right: 1px solid #333;
}
.device .device-title {
	margin-top: 80px;
	margin-bottom: 28px;
	font-size: 28px;
	line-height: 28px;
	text-align: center;
}
.device .device-subheading-text {
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 18px;
	color: #666;
	text-align: center;
}
.device .device-connect .device-connect-item {
	float: left;
	width: 587px;
	font-size: 0;
	text-align: center;
}
.device .device-connect .device-connect-item h5 {
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
}
.device .device-advantage-list .wrapper {
	border: 1px solid #e9eef3;
	border-radius: 6px;
}
.device .device-advantage-item .device-advantage-half {
	float: left;
	width: 586px;
	height: 340px;
	font-size: 0;
}
.device .device-advantage-item .device-advantage-half.gray {
	background-color: #e9eef3;
}
.device .device-advantage-item .device-advantage-text {
	padding: 68px 38px;
	font-size: 16px;
}
.device .device-advantage-item .device-advantage-text h4 {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
}
.device .device-advantage-item .device-advantage-text h4:after {
	display: block;
	content: '';
	width: 66px;
	margin-top: 42px;
	border-bottom: 2px solid #398bfc;
}
.device .device-advantage-item .device-advantage-text li {
	margin-top: 50px;
	font-size: 18px;
	line-height: 18px;
	color: #666;
}
.device .device-advantage-item .device-advantage-text li:before {
	display: block;
	content: '';
	float: left;
	width: 12px;
	height: 12px;
	margin-top: 3px;
	margin-right: 12px;
	background-color: #398bfc;
	border-radius: 6px;
}
.device .device-system {
	font-size: 0;
}
.device .device-system .device-system-button {
	display: block;
	width: 140px;
	padding: 14px 0;
	margin: 40px auto 10px;
	background-color: #398bfc;
	color: #fff;
	text-align: center;
	font-size: 16px;
	border-radius: 4px;
	-webkit-transition: background-color .4s ease-in-out;
	-moz-transition: background-color .4s ease-in-out;
	-o-transition: background-color .4s ease-in-out;
	transition: background-color .4s ease-in-out;
}
.device .device-system .device-system-button:hover {
	background-color: #64acf1;
}
.device .device-system p {
	font-size: 16px;
	text-align: center;
	color: #398bfc;
}
.device .device-update-item {
	float: left;
	width: 391.3333px;
	height: 463px;
	font-size: 0;
	text-align: center;
}
.device .device-update-item .device-update-block {
	margin-top: 154px;
	margin-bottom: 24px;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	color: #398bfc;
}
.device .device-update-item .device-update-arrow {
	margin-bottom: 10px;
	padding: 0 20px;
}
.device .device-update-item .device-update-text {
	font-size: 18px;
	color: #398bfc;
}
.device .device-case-list {
	margin-bottom: 30px;
}
.device .device-case-item {
	float: left;
	width: 261.5px;
	margin-right: 40px;
	margin-bottom: 40px;
	font-size: 0;
	text-align: center;
	background-color: #edf0f4;
	border: 1px solid #eee;
}
.device .device-case-item.last-case-item {
	margin-right: 0;
}
.device .device-case-item img {
	display: block;
}
.device .device-case-item span {
	font-size: 16px;
	line-height: 40px;
}
.device .device-machine-list li {
	margin-top: 36px!important;
}
.device .device-version-table {
	width: 100%;
	border: 1px solid #eee;
	border-collapse: collapse;
}
.device .device-version-table tr td {
	height: 60px;
	text-align: center;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.device .device-icon {
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 auto;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.device .device-icon.true {
	width: 22px;
	background-image: url('../images/lbz-device-true.png');
}
.device .device-icon.false {
	background-image: url('../images/lbz-device-false.png');
}
.device .device-params-list {
	margin-bottom: 60px;
}
.device .device-params-item {
	float: left;
	width: 232.8px;
	padding-top: 20px;
	margin-left: 2px;
	margin-bottom: 40px;
	text-indent: 2em;
}
.device .device-params-item h5 {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
}
.device .device-params-item span {
	display: block;
	color: #999;
}
.device-sale {
	width: 100%;
	padding-bottom: 90px;
	text-align: center;
}
.device-sale .wrapper {
	position: relative;
}
.device-sale .device-sale-title {
	display: none;
}
.device-sale .device-sale-button {
	display: inline-block;
}
.device-sale.device-sale-fixed {
	padding: 10px 0;
	padding-bottom: 10px;
	text-align: left;
	background-color: #f1f1f1;
  border-top: 1px solid #e0e0e0
}
.device-sale.device-sale-fixed .device-sale-title {
	display: block;
	height: 40px;
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
}
.device-sale.device-sale-fixed .device-sale-button {
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
}
.device-sale .device-sale-button a {
	font-size: 0;
}
.device-sale .device-sale-button a + a {
	margin-left: 16px;
}
.device-sale .device-sale-button img {
	width: auto;
	height: 40px;
}
.device-sale .device-sale-button .button {
	display: block;
	float: left;
	height: 40px;
	padding: 0 24px;
	font-size: 14px;
	line-height: 40px;
	background-color: #398bfc;
	color: #fff;
	border-radius: 4px;
}
.device-sale .device-sale-button .button:hover {
	background-color: #64acf1;
}





/* 开放平台 */
.platform {
	padding-bottom: 100px;
}
.platform .wrapper {
	width: 1200px;
}
.platform .banner {
	position: relative;
	max-width: 1920px;
	width: 100%;
	height: 448px;
	margin: 0 auto;
	background: url('../images/lbz-platform-banner.png') top center no-repeat;
}
.platform .platform-first-content {
	padding: 100px 0;
}
.platform .platform-first-content .platform-content-half {
	float: left;
	width: 50%;
}
.platform .platform-first-content .platform-first-title {
	margin-top: 54px;
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: normal;
}
.platform .platform-first-content .platform-first-text {
	margin-bottom: 16px;
	line-height: 32px;
	color: #5d626e;
}
.platform .platform-second-content {
	position: relative;
	height: 756px;
	background: url('../images/lbz-platform-content-item02.png') top center no-repeat;
}
.platform .platform-second-content .wrap {
	height: 756px;
	color: #fff;
}
.platform .platform-title {
	padding-top: 64px;
	margin-bottom: 80px;
	font-size: 28px;
	font-weight: normal;
	text-align: center;
}
.platform .platform-title .platform-subheading {
	display: block;
	margin-top: 24px;
	font-size: 16px;
}
.platform .platform-second-content .platform-second-wrapper {
	float: left;
	width: 380px;
	height: 462px;
	margin-right: 20px;
	overflow: hidden;
}
.platform .platform-second-content .platform-second-image {
	width: 380px;
	height: 462px;
	font-size: 0;
	overflow: hidden;
	transition: all .4s ease-in-out;
}
.platform .platform-second-content .platform-second-image img {
	width: 100%;
}
.platform .platform-second-content .platform-second-text {
	width: 380px;
	height: 462px;
	padding: 84px 50px;
	background-color: #fff;
	color: #333;
	box-sizing: border-box;
	transition: all .4s ease-in-out;
}
.platform .platform-second-content .platform-second-text h4 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 40px;
	text-align: center;
}
.platform .platform-second-content .platform-second-text p {
	line-height: 32px;
}
.platform .platform-second-content .platform-second-text .mb26 {
	margin-bottom: 26px;
}
.platform .platform-second-wrapper:hover .platform-second-image, .platform .platform-second-wrapper:hover .platform-second-text {
	transform: translate(0, -462px);
}
.platform .platform-second-content .platform-title {
	margin-bottom: 60px;
}
.platform .platform-second-content .platform-second-tip {
	margin-top: 30px;
	color: #fff;
	text-align: center;
}
.platform .platform-third-content {
	padding-bottom: 100px;
	background-color: #fafcff;
}
.platform .platform-third-content .platform-third-list {
	padding: 0 125px;
}
.platform .platform-third-content .platform-third-item {
	position: relative;
	float: left;
	width: 250px;
	margin-right: 100px;
	background-color: #fff;
	box-shadow: 0 0 24px rgba(27, 136, 237, .09);
}
.platform .platform-third-content .platform-third-last-item {
	margin-right: 0;
}
.platform .platform-third-content .platform-third-title {
	width: 250px;
	height: 100px;
	color: #fff;
	font-size: 26px;
	line-height: 100px;
	background-size: 250px 100px;
	text-align: center;
}
.platform .platform-third-content .platform-third-text {
	height: 126px;
	padding: 24px 28px;
	font-size: 14px;
	text-align: justify;
	line-height: 26px;
}
.platform .platform-fourth-content {
	height: 440px;
	padding: 20px 0 60px;
	background: url('../images/lbz-platform-content-item09.png') no-repeat top center;
	color: #fff;
}
.platform .platform-fourth-content .platform-fourth-item {
	position: relative;
	float: left;
	width: 190px;
	height: 160px;
	margin-top: -20px;
	margin-right: 120px;
	padding: 10px;
}
.platform .platform-fourth-content .platform-fourth-last-item {
	margin-right: 0;
}
.platform .platform-fourth-content .platform-fourth-item:after {
	position: absolute;
	left: 250px;
	top: 74px;
	content: '';
	width: 26px;
	height: 30px;
	background: url('../images/lbz-platform-arrow.png') no-repeat top center;
}
.platform .platform-fourth-content .platform-fourth-last-item:after {
	display: none;
}
.platform .platform-fourth-content .platform-fourth-title {
	font-size: 26px;
	font-weight: normal;
	text-align: center;
	line-height: 82px;
}
.platform .platform-fourth-content .platform-fourth-text {
	padding: 0 4px;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
}
.platform .platform-fifth-content {
	padding: 70px 0 20px;
	text-align: center;
}
.platform .platform-fifth-content .platform-fifth-button {
	display: block;
	width: 126px;
	height: 46px;
	margin: auto;
	text-align: center;
	line-height: 46px;
	background-color: #3a99f2;
	color: #fff;
	border-radius: 4px;
	transition: background-color .4s ease;
}
.platform .platform-fifth-content .platform-fifth-button:hover {
	background-color: #71b4f3;
}
.platform .platform-fifth-content .platform-fifth-telephone {
	margin-top: 20px;
	font-size: 26px;
}
.platform .platform-sixth-content {
	margin-bottom: 130px;
}
.platform .platform-sixth-content .platform-sixth-item {
	float: left;
	width: 570px;
	height: 272px;
	padding: 30px 36px;
	box-shadow: 0 0 72px rgba(27, 136, 237, .09);
}
.platform .platform-sixth-content .platform-sixth-image {
	float: left;
	width: 246px;
	margin-top: 10px;
}
.platform .platform-sixth-content .platform-sixth-text {
	float: left;
	width: 214px;
	margin-left: 34px;
}
.platform .platform-sixth-content .platform-sixth-text h4 {
	padding: 18px 0 22px;
	font-size: 24px;
	color: #333;
	font-weight: normal;
}
.platform .platform-sixth-content .platform-sixth-text h4:hover {
	color: #3a99f2;
}
.platform .platform-sixth-content .platform-sixth-text p {
	font-size: 16px;
	text-align: justify;
	line-height: 24px;
	color: #666;
}







/* 资讯中心 */
.news {
	margin-top: -30px;
}
.news .news-left {
	float: left;
	width: 840px;
	margin-right: 30px;
}
.news .news-left-title {
	font-size: 24px;
	font-weight: normal;
}
.news .news-left .news-left-tabs-item {
	float: left;
	margin-right: -1px;
}
.news .news-left .news-left-tabs-item a {
	display: block;
	width: 168px;
	height: 46px;
	color: #333;
	border: 1px solid #eee;
	text-align: center;
	line-height: 46px;
}
.news .news-left .news-left-tabs-item.active a {
	background-color: #3a99f2;
	color: #fff;
	border-color: #3a99f2;
}
.news .news-left .news-left-tabs-content {
	display: none;
	margin-bottom: 30px;
}
.news .news-left .news-list {
	padding-bottom: 40px;
}
.news .news-left .news-item {
	margin-right: -1px;
	padding: 30px 0;
	border-bottom: 1px solid #eee;
}
.news .news-left .news-item:hover {
	background-color: #ebf0f6;
}
.news .news-left .news-item-image {
	float: left;
	width: 230px;
	height: 140px;
	margin-right: 30px;
	font-size: 0;
	overflow: hidden;
}
.news .news-left .news-item-text {
	position: relative;
	float: left;
	width: 532px;
	height: 140px;
}
.news .news-left .news-item-text h4 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
}
.news .news-left .news-item-text p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.news .news-left .news-item-text a {
	color: #333;
}
.news .news-left .news-item-text a:hover {
	color: #3a99f2;
}
.news .news-left .news-item-text .news-item-description {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 0;
	color: #999;
}
.news .news-left .news-item-text .news-item-description span {
	margin-right: 8px;
	font-size: 12px;
}
.news .news-left .news-item-text .news-item-description .tag a {
	display: block;
	float: left;
	height: 20px;
	margin-right: 6px;
	padding: 0 6px;
	line-height: 20px;
	background-color: #f7f8f9;
	color: #999;
	border-radius: 6px;
}
.news .news-left .news-item-text .news-item-description .tag a:hover {
	background-color: #c6e0ff;
	color: #3a99f2;
}
.news .news-left .news-item-text .news-item-description .timer {
	float: right;
	line-height: 20px;
}
.news .news-left .news-info-item {
	float: left;
	width: 202px;
	height: 190px;
	margin-top: 30px;
	margin-right: 10px;
}
.news .news-left .news-info-item:nth-child(4n) {
	margin-right: 0;
}
.news .news-left .news-info-item a {
	color: #333;
	-webkit-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
}
.news .news-left .news-info-item a:hover {
	color: #3a99f2;
}
.news .news-left .news-info-item span {
	font-size: 14px;
}
.news .news-left .news-info-images {
	width: 100%;
	height: 150px;
	margin-bottom: 6px;
	overflow: hidden;
	border: 1px solid #ddd;
}
.news .news-left .news-info-images img {
	width: 205px;
	height: 150px;
}
.news .news-left .article-download {
	position: relative;
	height: 80px;
	margin-bottom: 30px;
	line-height: 80px;
	padding: 0 20px;
	background-color: #ebebeb;
}
.news .news-left .article-download .excel {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background: url('../images/lbz-news-excel-01.png')no-repeat center center;
}
.news .news-left .article-download h5 {
	display: inline-block;
	margin-left: 20px;
	font-weight: normal;
}
.news .news-left .article-download .download {
	position: absolute;
	top: 24px;
	right: 20px;
	width: 100px;
	height: 30px;
	padding: 0;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #333;
	background-color: #fff;
	border: 1px solid #c4c4c4;
	border-radius: 40px;
}
.news .news-left .article-download .download:hover {
	color: #3a99f2;
	border-color: #3a99f2;
}
.news .news-right {
	float: left;
	width: 300px;
	margin-bottom: 60px;
}
.news .news-right-title {
	padding: 30px 0 20px;
	color: #398bfc;
}
.news .news-right-tags a {
	display: block;
	float: left;
	height: 20px;
	margin-bottom: 12px;
	margin-right: 10px;
	padding: 0 6px;
	font-size: 12px;
	line-height: 20px;
	background-color: #f7f8f9;
	color: #999;
	border-radius: 6px;
}
.news .news-right-tags a:hover {
	background-color: #c6e0ff;
	color: #3a99f2;
}
.news .news-right-hot-list {
	padding: 20px 20px 4px 28px;
	background-color: #f7f8f9;
}
.news .news-right-hot-list .news-hot-item {
	position: relative;
	margin-bottom: 12px;
	text-align: justify;
  counter-increment: section 1;
}
.news .news-right-hot-list .iconfont {
	display: none;
}
.news .news-hot-item:nth-child(1) .iconfont,
.news .news-hot-item:nth-child(2) .iconfont,
.news .news-hot-item:nth-child(3) .iconfont {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	margin-top: 2px;
	margin-left: -19px;
	color: #ebb103;
}
.news .news-hot-item:nth-child(1) .iconfont {
	color: #e00;
}
.news .news-hot-item:nth-child(2) .iconfont {
	color: #eb7404;
}
.news .news-right-hot-list a {
	font-size: 14px;
	line-height: 20px;
	color: #333;
}
.news .news-right-hot-list a:hover {
	color: #3a99f2;
}
.news .news-right-hot-list a::before {
	margin-right: 4px;
  content: counter(section) '. ';
  font-size: 14px;
  line-height: 20px;
  color: #333;
}







/* 经典案例 */
.case-list {
	margin-top: -40px;
}
.case-list .case-item {
	padding: 30px 0;
	border-bottom: 1px solid #eee;
}
.case-list .case-item:hover {
	background-color: #ebf0f6;
}
.case-list .case-item-image {
	float: left;
	width: 230px;
	height: 140px;
	margin-right: 40px;
	font-size: 0;
	overflow: hidden;
}
.case-list .case-item-text {
	position: relative;
	float: left;
	width: 900px;
	height: 140px;
}
.case-list .case-item-text h4 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
}
.case-list .case-item-text p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.case-list .case-item-text a {
	color: #333;
}
.case-list .case-item-text a:hover {
	color: #3a99f2;
}
.case-list .case-item-text .case-item-description {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 0;
	color: #999;
}
.case-list .case-item-text .case-item-description span {
	margin-right: 8px;
	font-size: 12px;
}





/* 关于我们 */
.about {
	margin-bottom: 72px;
}
.about .breadcrumb {
	margin-bottom: 24px;
}
.about .about-title {
	width: 100%;
	height: 60px;
	margin-top: 60px;
	margin-bottom: 28px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.about .about-title h4 {
	padding-top: 26px;
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
}
.about .about-title .about-title-line {
	width: 40px;
	height: 2px;
	margin: 6px auto;
	background-color: #3a99f2;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0,89,255,0.3);
	-moz-box-shadow: 0px 1px 4px 0px rgba(0,89,255,0.3);
	-o-box-shadow: 0px 1px 4px 0px rgba(0,89,255,0.3);
	box-shadow: 0px 1px 4px 0px rgba(0,89,255,0.3);
}

.about .about-navigation {
	float: left;
	width: 200px;
	margin-right: 30px;
	background-color: #fff;
}
.about .about-navigation-item a {
	display: block;
	width: 100%;
	height: 60px;
	margin-bottom: -1px;
	text-align: center;
	line-height: 60px;
	color: #333;
	border: 1px solid #eee;
}
.about .about-navigation-item a:hover {
	color: #3a99f2;
}
.about .about-navigation-item.active a {
	background-color: #3a99f2;
	border-color: #3a99f2;
	color: #fff;
}
.about .about-navigation.fixed + .about-content {
	margin-left: 230px;
}
.about .about-content {  /* <!-- 2020/04/26 文案改动 --> */
	float: left;
	width: 940px;
	padding: 30px 60px;
	border: 1px solid #eee;
}
.about .about-content p {  /* <!-- 2020/04/26 文案改动 --> */
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	text-indent: 2em;
	color: #333;
}
.about .about-content .about-us-images {
	margin-top: 20px;
	text-align: center;
}
.about .about-content .about-honor-iso {
	width: 790px;
	margin: 0 auto;
	font-size: 0;
}
.about .about-content .about-honor-iso li {
	display: inline-block;
	width: 385px;
	margin-right: 16px;
}
.about .about-content .about-honor-patent {
	width: 780px;
	margin: 0 auto;
	font-size: 0;
}
.about .about-content .about-honor-patent li {
	display: inline-block;
	margin-right: 10px;
}
.about .about-content .about-honor-patent img {
	height: 260px;
}
.about .about-content .about-honor-software {
	width: 780px;
	margin: 0 auto;
	font-size: 0;
}
.about .about-content .about-honor-software li {
	display: inline-block;
	width: 180px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.about .about-content .about-honor-software img {
	height: 228px;
}
.about .about-content .about-honor-iso li:last-child,
.about .about-content .about-honor-patent li:last-child,
.about .about-content .about-honor-software li:nth-child(4n) {
	margin-right: 0;
}
.about .about-content .about-partner-list li {
	float: left;
	width: 159.6px;
	height: 58px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 58px;
	border: 1px solid #eee;
}
.about .about-content .about-partner-list li a {
	display: block;
	color: #333;
}
.about .about-content .about-partner-list li a:hover {
	color: #3a99f2;
}
.about .about-content .about-partner-list li:nth-child(5n) {
	margin-right: 0;
}
.about .about-content .about-company-list li {
	font-size: 0;
	border: none;
}
.about .about-history-header {
	position: relative;
	height: 124px;
}
.about .about-history-header .about-history-year {  /* <!-- 2020/04/26 文案改动 --> */
	position: relative;
	float: left;
	width: 120px;
	height: 124px;
	margin-right: 20px;
	color: #fff;
	font-size: 20px;
	line-height: 124px;
	text-align: center;
	background: url('../images/lbz-about-history-01.png') no-repeat center;
}
.about .about-history-header .about-history-year::before { /* <!-- 2020/04/26 文案改动 --> */
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	content: '';
	width: 1px;
	height: 39px;
	border-left: 2px dashed #3a99f2;
}
.about .about-history-item:first-child .about-history-year::before {
	display: none;
}
.about .about-history-header .about-history-year::after { /* <!-- 2020/04/26 文案改动 --> */
	position: absolute;
	top: 85px;
	left: 50%;
	display: block;
	content: '';
	width: 1px;
	height: 35px;
	border-left: 2px dashed #3a99f2;
}
.about .about-history-header .about-history-title { /* <!-- 2020/04/26 文案改动 --> */
	position: absolute;  
	left: -25px;
	/* float: left; */
	height: 124px;
	font-size: 22px;
	color: #333333;
	line-height: 124px;
}
.about .about-history-text {
	position: relative;
	margin-left: 60px;
	margin-bottom: 4px!important;
	padding: 6px;
	border-left: 2px dashed #3a99f2;
}
.about .about-history-text::before {
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	width: 12px;
	height: 12px;
	margin-left: -7px;
	margin-top: -6px;
	background-color: #fff;
	background: url('../images/lbz-about-history-02.png') no-repeat top center;
}
.about .about-history-text::after { /* <!-- 2020/04/26 文案改动 --> */
	display: none;
	/* position: absolute;
	top: 50%;
	left: 4px;
	content: "";
	width: 20px;
	height: 0;
	margin-top: -1px;
	border-top: 2px solid #3a99f2; */
}
.about .about-history-text strong { /* <!-- 2020/04/26 文案改动 --> */
	/* padding-right: 4px; */
	position: absolute;
	left: -95px;
}
.about .about-history-text span { /* <!-- 2020/04/26 文案改动 --> */
	font-size: 14px;
	color: #333;
	margin-right: 20px;
}
.about .about-history-text span::before { /* <!-- 2020/04/26 文案改动 --> */
	display: inline-block;
	content: '';
	vertical-align: middle;
	width: 6px;
	height: 6px;
	margin-left: 6px;
	margin-right: 6px;
	background-color: #3a99f2;
	border-radius: 50%;
}




/* 加入我们 */
.join .breadcrumb {
	margin-bottom: 20px;
}
.join .join-title {
	width: 100%;
	height: 94px;
	margin-bottom: 40px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
}
.join .join-title h4 {
	padding-top: 32px;
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
}
.join .join-title .join-title-line {
	width: 40px;
	height: 2px;
	margin: 10px auto;
	background-color: #3a99f2;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0,89,255,0.3);
	-moz-box-shadow: 0px 1px 4px 0px rgba(0,89,255,0.3);
	-o-box-shadow: 0px 1px 4px 0px rgba(0,89,255,0.3);
	box-shadow: 0px 1px 4px 0px rgba(0,89,255,0.3);
}
.join .join-subheading-text {
	margin-top: -16px;
	text-align: center;
	font-size: 14px;
	color: #333;
}
.join .join-banner {
	width: 100%;
	max-width: 1920px;
	height: 400px;
	margin: 0 auto;
	background: url('../images/lbz-join-banner.png') no-repeat top center;
}
.join .join-tabs-list {
	height: 78px;
	text-align: center;
	font-size: 0;
}
.join .join-tabs-list .join-tabs-item {
	display: inline-block;
	margin: 0 30px;
}
.join .join-tabs-list .join-tabs-item a {
	display: block;
	padding: 30px 10px 20px;
	color: #333;
	font-size: 18px;
	line-height: 18px;
}
.join .join-tabs-list .join-tabs-item.active a {
	color: #3a99f2;
	border-bottom: 3px solid #3a99f2;
}
.join .join-tabs-list .join-tabs-item a:hover {
	color: #3a99f2;
}
.join .join-tabs-content-item {
	padding: 48px 0 52px;
}
.join .join-tabs-content-item.gray {
	background-color: #ebf0f6;
}
.join .join-tabs-content-item .join-tabs-item-half {
	float: left;
	width: 585px;
	font-size: 0;
	text-align: center;
}
.join .join-tabs-content-item .join-platform-advantage-list {
	text-align: left;
	font-size: 12px;
}
.join .join-tabs-content-item .join-platform-advantage-item {
	position: relative;
	margin-bottom: 38px;
}
.join .join-tabs-content-item .join-platform-advantage-number {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	padding: 16px 0;
	text-align: center;
}
.join .join-tabs-content-item .join-platform-advantage-wrapper {
	height: 64px;
	padding-left: 100px;
	padding-right: 40px;
}
.join .join-tabs-content-item .join-platform-advantage-wrapper h4 {
	margin-bottom: 8px;
	font-size: 18px;
	line-height: 18px;
}
.join .join-tabs-content-item .join-platform-advantage-wrapper p {
	font-size: 14px;
	color: #666;
	text-align: justify;
}
.join .join-together-advantage-list .join-together-advantage-item {
	float: left;
	width: 210px;
	height: 300px;
	margin-right: 30px;
	padding: 40px 20px;
	border: 1px solid #eee;
}
.join .join-together-advantage-list .join-together-advantage-item p {
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	color: #666;
}
.join .join-together-advantage-list .join-together-advantage-last-item {
	margin-right: 0;
}
.join .join-together-advantage-list .join-together-advantage-image {
	margin-bottom: 20px;
	text-align: center;
	font-size: 0;
}
.join .join-together-advantage-list .join-together-advantage-title {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}
.join .join-together-advantage-list .five .join-together-advantage-title {
	font-size: 16px;
}
.join .join-together-advantage-list .join-together-advantage-line {
	width: 30px;
	height: 0;
	margin: 20px auto;
	border-top: 2px solid #3a99f2;
}
.join .join-conditions-item {
	position: relative;
	float: left;
	width: 340px;
	margin-bottom: 52px;
	margin-right: 72px;
	font-size: 0;
}
.join .join-conditions-item .join-conditions-image {
	text-align: center;
}
.join .join-conditions-item .join-conditions-wrapper {
	position: absolute;
	top: 120px;
	left: 23px;
	width: 294px;
	height: 148px;
	padding: 24px 32px;
	background-color: #fff;
}
.join .join-conditions-item .join-conditions-wrapper h4 {
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	color: #3a99f2;
}
.join .join-conditions-item .join-conditions-wrapper p {
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
}
.join .join-partner-wrapper {
	width: 1106px;
	height: 310px;
	overflow: hidden;
	margin: 36px auto 0;
	padding: 26px 26px 116px;
	background: url('../images/lbz-join-item-13.png') no-repeat top center;
}
.join .join-partner-wrapper .join-partner-button {
	display: block;
	width: 104px;
	height: 40px;
	margin: 30px auto 0;
  padding: 0 24px;
  font-size: 14px;
  line-height: 40px;
  background-color: #398bfc;
  color: #fff;
  border-radius: 4px;
}
.join .join-partner-wrapper .join-partner-button:hover {
	background-color: #71b4f3;
}
.join .join-partner-wrapper p {
	line-height: 28px;
}
.join .join-partner-wrapper strong {
	color: #3a99f2;
	font-weight: bold;
}
.join .join-partner-list {
	margin-bottom: 18px;
}
.join .join-partner-list .join-partner-item {
	float: left;
	width: 390px;
}
.join .join-partner-item .join-partner-number {
	float: left;
	width: 34px;
	height: 30px;
	padding-right: 4px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: url('../images/lbz-join-item-14.png') no-repeat top center;
}
.join .join-partner-item p {
	padding-left: 44px;
	line-height: 30px;
	color: #3a99f2;
	font-weight: bold;
}
.join .join-careers-list {
	border-top: 1px solid #ccc;
}
.join .join-careers-list .join-careers-item {
	position: relative;
	height: 64px;
	line-height: 64px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.join .join-careers-list .join-careers-item .iconfont {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 12px;
}
.join .join-careers-list .join-careers-item h4:hover + .iconfont,
.join .join-careers-list .join-careers-item h4:hover {
	color: #3a99f2;
	cursor: pointer;
}
.join .join-careers-list .join-careers-item.active .iconfont {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.join .join-careers-list .join-careers-wrapper {
	display: none;
	height: 0;
	padding: 14px;
	font-size: 16px;
	line-height: 32px;
	color: #333;
	border-top: 1px solid #dedede;
}






/* 文章样式 */
#article .article-title {
	padding-bottom: 4px;
  font-size: 24px;
  line-height: 48px;
  font-weight: normal;
}
#article .article-information {
	font-size: 14px;
	padding-bottom: 12px;
  margin-bottom: 20px;
  color: #999;
  border-bottom: 1px solid #ddd;
}
#article .article-information span {
	padding-right: 18px;
}
#article .article-content {
	padding-bottom: 60px;
	font-size: 16px;
	line-height: 32px;
}
#article .article-content * {
	text-align: justify;
	text-decoration: none;
}
#article .article-content a {
	color: #3a99f2;
	text-decoration: none;
}
#article .article-content img {
	display: block;
	margin: 20px auto;
}
#article .article-continue {
	padding-bottom: 60px;
}
#article .article-continue p {
	font-size: 14px;
	line-height: 32px;
}
#article .article-continue a {
	color: #3a99f2;
}
#article .article-continue a:hover {
	text-decoration: underline;
}




/* 立即下载 */
.download .download-title {
	width: 100%;
	height: 94px;
	margin-bottom: 40px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
}
.download .download-title h4 {
	padding-top: 40px;
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
}
.download .download-title .download-title-line {
	width: 40px;
	height: 2px;
	margin: 10px auto;
	background-color: #3a99f2;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0,89,255,0.3);
	-moz-box-shadow: 0px 1px 4px 0px rgba(0,89,255,0.3);
	-o-box-shadow: 0px 1px 4px 0px rgba(0,89,255,0.3);
	box-shadow: 0px 1px 4px 0px rgba(0,89,255,0.3);
}
.download .download-list .download-item {
	margin-bottom: 36px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e0e5eb;
}
.download .download-item .download-item-image {
	float: left;
	width: 640px;
	font-size: 0;
	text-align: center;
}
.download .download-item .download-item-content {
	float: left;
	width: 530px;
}
.download .download-item .download-item-content h4 {
	margin: 16px 0 20px;
	font-size: 24px;
	line-height: 24px;
}
.download .download-item .download-item-content p {
	font-size: 18px;
	line-height: 26px;
	color: #666;
}
.download .download-item .download-item-qrcode {
	margin-top: 16px;
}
.download .download-item .download-item-qrcode p {
	font-size: 14px;
}




.site-map {
	padding-bottom: 60px;
}
.site-map .site-map-title {
	width: 100%;
	height: 94px;
	margin-bottom: 40px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
}
.site-map .site-map-title h4 {
	padding-top: 40px;
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
}
.site-map .site-map-title .site-map-title-line {
	width: 40px;
	height: 2px;
	margin: 10px auto;
	background-color: #3a99f2;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0,89,255,0.3);
	-moz-box-shadow: 0px 1px 4px 0px rgba(0,89,255,0.3);
	-o-box-shadow: 0px 1px 4px 0px rgba(0,89,255,0.3);
	box-shadow: 0px 1px 4px 0px rgba(0,89,255,0.3);
}
.site-map .site-map-list {
	position: relative;
	margin-bottom: 36px;
}
.site-map .site-map-list dt {
	padding-left: 16px;
	font-size: 18px;
	line-height: 48px;
	border-bottom: 1px solid #eee;
}
.site-map .site-map-list a {
	color: #333;
}
.site-map .site-map-list a:hover {
	color: #3a99f2;
}
.site-map .site-map-item {
	float: left;
	width: 292.5px;
	margin-top: 16px;
	padding-left: 16px;
}
.site-map .site-map-item .site-map-column {
	height: 32px;
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 32px;
}
.site-map .site-map-item li {
	height: 28px;
	line-height: 28px;
}
.site-map .site-map-item a {
	font-size: 14px;
}
.site-map .site-map-more {
	position: absolute;
	top: 0;
	right: 0;
	width: 82px;
}

