
body {
	font-family: "Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",Roboto,Arial,sans-serif;
	min-width: 320px;
	overflow-x: hidden;
}
@media(min-width: 1440px) {
	.container {
		width: 1360px;
	}
}
@media(min-width: 992px) {
	::-webkit-scrollbar-track-piece {
		width: 8px;
		background-color: #2a354a;
		border-radius: 5px;
	}

	::-webkit-scrollbar {
		width: 8px;
		background-color: #2a354a;
		border-radius: 5px;
	}

	::-webkit-scrollbar-thumb {
		width: 8px;
		background-color: #1969fa;
		border-radius: 5px;
	}

	::-webkit-scrollbar-thumb:hover {
		width: 8px;
		background-color: #1969fa;
		border-radius: 5px;
	}
}
.navbar-collapse.in {
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.cover-image {
	width: 100%;
}
.vertical-align {
	font-size:0
}
.vertical-align:before {
	display:inline-block;
	height:100%;
	content:'';
	vertical-align:middle
}
.vertical-align-bottom,.vertical-align-middle {
	font-size:1rem;
	display:inline-block;
	max-width:100%
}
.vertical-align-middle {
	vertical-align:middle
}
.vertical-align-bottom {
	vertical-align:bottom
}
.hamburger {
	font-size: 20px;
	vertical-align: middle;
}
.hamburger,
.hamburger:before,
.hamburger .hamburger-bar,
.hamburger:after {
	-webkit-transition: -webkit-transform .2s ease-in-out;
			 -o-transition:			-o-transform .2s ease-in-out;
					transition:				 transform .2s ease-in-out;
}
.hamburger:before,
.hamburger:after {
	content: "";
}
.hamburger:before,
.hamburger .hamburger-bar,
.hamburger:after {
	display: block;
	width: 1em;
	height: .1em;
	margin: 0;
	background: #76838f;
	border-radius: 1px;
}
.navbar-default .hamburger:before,
.navbar-default .hamburger .hamburger-bar,
.navbar-default .hamburger:after {
	background: #76838f;
}
.navbar-inverse .hamburger:before,
.navbar-inverse .hamburger .hamburger-bar,
.navbar-inverse .hamburger:after {
	background: #fff;
}
.hamburger .hamburger-bar {
	margin: .2em 0;
}
.hamburger-close:before {
	-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			 -o-transform: rotate(45deg);
					transform: rotate(45deg);
	-webkit-transform-origin: 8%;
			-ms-transform-origin: 8%;
			 -o-transform-origin: 8%;
					transform-origin: 8%;
}
.hamburger-close .hamburger-bar {
	opacity: 0;
}
.hamburger-close:after {
	-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			 -o-transform: rotate(-45deg);
					transform: rotate(-45deg);
	-webkit-transform-origin: 8%;
			-ms-transform-origin: 8%;
			 -o-transform-origin: 8%;
					transform-origin: 8%;
}
.hamburger-close.hided:before,
.hamburger-close.collapsed:before {
	-webkit-transform: rotate(0);
			-ms-transform: rotate(0);
			 -o-transform: rotate(0);
					transform: rotate(0);
}
.hamburger-close.hided .hamburger-bar,
.hamburger-close.collapsed .hamburger-bar {
	opacity: 1;
}
.hamburger-close.hided:after,
.hamburger-close.collapsed:after {
	-webkit-transform: rotate(0);
			-ms-transform: rotate(0);
			 -o-transform: rotate(0);
					transform: rotate(0);
}
.hamburger-arrow-left.collapsed {
	-webkit-transform: rotate(180deg);
			-ms-transform: rotate(180deg);
			 -o-transform: rotate(180deg);
					transform: rotate(180deg);
}
.hamburger-arrow-left.collapsed:before {
	width: .6em;
	-webkit-transform: translate3d(.45em, .1em, 0) rotate(45deg);
					transform: translate3d(.45em, .1em, 0) rotate(45deg);
}
.hamburger-arrow-left.collapsed .hamburger-bar {
	border-radius: .2em;
}
.hamburger-arrow-left.collapsed:after {
	width: .6em;
	-webkit-transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
					transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
}
.alert.tips-up {
	width: 100%;
	text-align: center;
	margin-bottom: 0;
	border-radius: 0;
	position: fixed;
	top: 0;
	z-index: 1050;
}
.alert.tips-up + .navbar-fixed-top {
	top: 143px;
}
.navbar-fixed-top + .wraper {
	padding-top: 50px;
}
@media(min-width: 768px) {
	.navbar-fixed-top + .wraper {
		padding: 0;
	}
}
.more {
	display: inline-block;
	padding: 10px 30px;
	margin-top: 20px;
	color: #fff;
	border-radius: 25px;
	background-color: #1969fa;
	background: -webkit-linear-gradient(left, #1969fa, #5653cf);
	background: -moz-linear-gradient(to right, #1969fa, #5653cf);
	background: -o-linear-gradient(to right, #1969fa, #5653cf);
	background: -ms-linear-gradient(to right, #1969fa, #5653cf);
	background: linear-gradient(to right, #1969fa, #5653cf);
	text-decoration: none;
	-moz-transition:all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	-ms-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
}
.more i {
	margin-left: 10px;
}
.more:hover {
	color: #fff;
	border-color: #0448c2;
	background-color: #0448c2;
	text-decoration: none;
}
.m_more {
	margin-top: 20px;
	padding: 5px 15px;
}
.m_more .btn {
	border-radius: 0;
	color: #fff;
	background-color: #333333;
}
.m_more i {
	margin-left: 10px;
}
.swiper-pager .swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	display: inline-block;
	border: 2px solid transparent;
	border-radius: 100%;
	background-color: transparent;
	opacity: 1;
	position: relative;
}
.swiper-pager .swiper-pagination-bullet:before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #6f6f6f;
	position: absolute;
	top: 5px;
	left: 5px;
}
.swiper-pager .swiper-pagination-bullet-active {
	border-color: #6f6f6f;
}
/*头部*/
.nav-head {
	border: 0;
	margin-bottom: 0;
	background-color: #1969fa;
	-moz-transition:all .3s ease;
	-ms-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.nav-head .navbar-brand {
	height: 50px;
	padding: 5px 15px;
}
.nav-head .logo {
	height: 30px;
	-moz-transition:all .3s ease;
	-ms-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.nav-head .navbar-toggle {
	margin-right: 5px;
}
.nav-head .navbar-nav {
	padding: 0 15px;
}
.nav-head .navbar-nav>li>a {
	line-height: 30px;
	padding: 8px 5px;
	color: #fff;
	overflow: hidden;
}
.nav-head .navbar-nav>li>a:before {
	content: "";
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	margin: 0 auto;
	content: "";
	width: 0;
	height: 2px;
	left: 50%;
	background-color: #46e5f5;
	background: -webkit-linear-gradient(left, #46e5f5, #d9ff05);
	background: -moz-linear-gradient(to right, #46e5f5, #d9ff05);
	background: -o-linear-gradient(to right, #46e5f5, #d9ff05);
	background: -ms-linear-gradient(to right, #46e5f5, #d9ff05);
	background: linear-gradient(to right, #46e5f5, #d9ff05);
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.nav-head .navbar-nav>li>a:hover,
.nav-head .nav>li>a:hover,
.nav-head .nav>li>a:focus {
	color: #fff;
	background-color: transparent;
}
.nav-head .navbar-nav>li>a.active:before {
	opacity: 1;
	filter: alpha(opacity=100);
	width: 100%;
	left: 0;
}
.nav-head .navbar-nav>li>a i {
	margin-top: 8px;
	margin-left: 10px;
	float: right;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s;
}
.nav-head .navbar-nav>.open>a i {
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.nav-head .navbar-nav>li.tel:before {
	content: "|";
	color: #fff;
	position: absolute;
	left: -20px;
	top: 50%;
	margin-top: -10px;
}
.nav-head .navbar-nav>li.tel>a {
	font-size: 20px;
}
.nav-head .navbar-nav>li.tel>a:hover:before {
	content: none;
}
.nav-head .navbar-nav>.open>a, .nav-head .navbar-nav>.open>a:focus, .nav-head .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: transparent;
}
.navbar-toggle.hamburger {
	border-color: transparent;
}
.navbar-toggle.hamburger:focus, .navbar-toggle.hamburger:hover {
	background-color: transparent;
}
.nav-head .dropdown-menu>li>a {
	color: #666;
	padding: 12px 20px;
	display: block;
	-moz-transition: all ease-out .15s;
	-ms-transition: all ease-out .15s;
	-webkit-transition: all ease-out .15s;
	transition: all ease-out .15s;
}
.nav-head .dropdown-menu>li>a:hover {
	padding-left: 25px;
}
@media (max-width: 767px) {
	.nav-head .navbar-nav .open .dropdown-menu>li>a {
		line-height: 35px;
	}
	.nav-head .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
	}
}
@media(min-width: 768px) {
	.nav-head {
		background-color: transparent;
	}
	.nav-head .navbar-nav>li {
		margin: 0px 6px;
	}
	.nav-head .navbar-nav>li>a:hover:before, .nav-head .navbar-nav>.open>a:before {
		opacity: 1;
		filter: alpha(opacity=100);
		width: 100%;
		left: 0;
	}
	.nav-head .dropdown-menu>li>a:hover {
		color: #1969FA;
	}
	.navbar-shadow {
		background-color: #1969FA;
		-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	}
}
@media(min-width: 992px) {
	.nav-head .navbar-brand {
		height: 80px;
		padding: 10px 5px 10px 40px;
	}
	.nav-head .logo {
		height: 50px;
	}
	.nav-head .navbar-nav>li {
		margin: 20px 25px;
		-moz-transition:all .3s ease;
		-ms-transition: all .3s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	.nav-head .navbar-nav>li>.dropdown-menu {
		top: 46px;
	}
	.navbar-shadow .navbar-brand {
		height: 60px;
	}
	.navbar-shadow .logo {
		height: 40px;
	}
	.navbar-shadow .navbar-nav>li {
		margin: 10px 25px;
	}
	.navbar-shadow .navbar-nav>li>.dropdown-menu {
		top: 56px;
	}
}
/*底部*/
.footer {
	padding: 10px 0 20px 0;
	color: #fff;
	background-color: #1969fa;
}
.footer a {
	color: #ececec;
}
.footer a:hover,
.footer .footer-nav .navft-sub a:hover {
	color: #fff;
}
.footer .footer-nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.footer .footer-nav .navft-title {
	padding: 10px 0;
	font-size: 16px;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.footer .footer-nav .navft-title a {
	color: #fff;
}
.footer .footer-nav .navft-icon {
	position: absolute;
	right: 15px;
	top: 50%;
	color: #fff;
	position: absolute;
	transform: translateY(-50%);
}
.footer .footer-nav .navft-icon:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 1px;
	background-color: #fff;
}
.footer .footer-nav .navft-icon:after {
	content: '';
	position: absolute;
	width: 15px;
	height: 1px;
	background-color: #fff;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.footer .footer-nav .navft-title.active .navft-icon:after {
	opacity: 0;
}
.footer .footer-nav .navft-sub {
	padding: 5px 0;
	display: none;
}
.footer .footer-nav .navft-sub a {
	padding: 8px 0;
	display: block;
}
.footer .footer-code {
	margin-top: 30px;
	text-align: center;
}
.footer .footer-code .code {
	border: 1px solid #ebebeb;
	display: inline-block;
	margin-bottom: 10px;
}
.footer .footer-code .code img {
	width: 130px;
	height: 130px;
	display: block;
}
.footer .footer-code .info {
	line-height: 24px;
	font-size: 12px;
}
.footer .footer-code .info p {
	margin: 0;
}
.footer .flink {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #e0e0e0;
}
.footer .flink h6 {
	display: inline-block;
	margin: 0 5px 0 0;
	font-size: 13px;
}
.footer .flink a {
	margin: 0 10px 0 0px;
	line-height: 20px;
	display: inline-block;
	font-size: 13px;
}
@media(min-width: 992px) {
	.footer {
		padding: 50px 0;
	}
	.footer .footer-nav .navft {
		float: left;
		padding-right: 2.5%;
	}
	.footer .footer-nav .navft-title {
		border: none;
	}
	.footer .footer-nav .navft-icon {
		display: none;
	}
	.footer .footer-nav .navft-sub {
		padding: 0;
		display: block !important;
	}
	.footer .footer-nav .navft-sub a {
		padding: 5px 0;
	}
	.footer .footer-code {
		float: right;
		text-align: right;
		margin-top: 10px;
	}
}
/*banner图*/
#html5zoo {
	height: 780px;
	overflow: hidden;
	background-color: #1969fa;
}
#html5zoo .html5zoo-slides {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#html5zoo .html5zoo-slides img {
	width: 100%;
	display: block;
}
#html5zoo .dotsnew div {
	text-align: center;
	zoom: 1;
	background: #FFFFFF;
	border-radius: 8px;
	opacity: 0.4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}
#html5zoo .dotsnew div.active {
	text-align: center;
	background: #1969fa;
	opacity: 1;
}
.banner,
.wapBanner {
	overflow-x: hidden;
}
.banner .swiper-slider,
.wapBanner .swiper-slider {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner .swiper-slider a,
.wapBanner .swiper-slider a {
	display: block;
}
.banner .swiper-pager .swiper-pagination-bullet:before,
.wapBanner .swiper-pager .swiper-pagination-bullet:before {
	background-color: #fff;
}
.banner .swiper-pager .swiper-pagination-bullet-active,
.wapBanner .swiper-pager .swiper-pagination-bullet-active {
	border-color: #fff;
}
.banner .swiper-button-next,
.banner .swiper-button-prev,
.wapBanner .swiper-button-next,
.wapBanner .swiper-button-prev {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	margin-top: -25px;
	background-color: rgba(0,0,0,.35);
	-moz-background-size: 25%;
	-webkit-background-size: 25%;
	background-size: 25%;
}
.title-box {
	text-align: center;
}
.title-box .head {
	padding-bottom: 10px;
}
.title-box .head .title {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}
.title-box .head .subtitle {
	position: relative;
	text-transform: uppercase;
}
.title-box .head .subtitle .des {
	font-size: 40px;
	font-weight: 700;
	color: #f2f2f6;
	letter-spacing: 10px;
	margin-bottom: 0;
}
.title-box .head .subtitle .name {
	font-size: 12px;
	color: #1969fa;
	margin-top: -36px;
	margin-bottom: 0;
	opacity: .5;
	filter: opacity(50);
}
@media(min-width: 768px) {
	.title-box .head .title {
		font-size: 28px;
	}
	.title-box .head {
		padding-bottom: 20px;
	}
	.title-box .head .subtitle .des {
		font-size: 64px;
		letter-spacing: 10px;
	}
	.title-box .head .subtitle .name {
		margin-top: -50px;
		opacity: 1;
		filter: opacity(100);
	}
}
.controls-label {
	min-height: 36px;
}
.controls-label .controls-prev, .controls-label .controls-next {
	display: inline-block;
	cursor: pointer;
	padding: 2px 20px;
	border: 1px solid #848484;
	font-size: 19px;
	position: relative;
	top:2px;
	color:#848484;
	-moz-transition:all .6s cubic-bezier(.215,.61,.355,1) 0s;
	-ms-transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
	-webkit-transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
	transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
}
.controls-label .controls-prev:hover, .controls-label .controls-next:hover {
	color:#fff;
	border-color: #464646;
	background-color:#464646;
}
.controls-label .mores {
	border: 1px solid #848484;
	margin: 0 15px;
	display: inline-block;
	padding: 6px 50px;
	color: #848484;
	text-decoration: none;
	-moz-transition:all .6s cubic-bezier(.215,.61,.355,1) 0s;
	-ms-transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
	-webkit-transition:all .6s cubic-bezier(.215,.61,.355,1) 0s;
	transition:all .6s cubic-bezier(.215,.61,.355,1) 0s;
}
.controls-label .mores:hover {
	color: #fff;
	border-color: #464646;
	background-color: #464646;
}
/*我们的优势*/
.advantage {
	padding: 30px 0;
}
.advantage .advantageList {
	margin-top: 10px;
	position: relative;
}
.advantage .swiper-button-next,
.advantage .swiper-button-prev {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background-color: #1969fa;
	-moz-background-size: 30%;
	-webkit-background-size: 30%;
	background-size: 30%;
}
.advantage .swiper-button-next {
	right: 5px;
}
.advantage .swiper-button-prev {
	left: 5px;
}
.advantage .swiper-slide {
	padding: 15px;
}
.advantage .advantage-item {
	padding: 15px;
	border-radius: 15px;
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(25, 105, 250, .15);
	box-shadow: 0 0 15px rgba(25, 105, 250, .15);
}
.advantage .advantage-img {
	padding: 20px 0;
}
.advantage .advantage-img img {
	width: 60px;
	height: 60px;
	display: block;
	margin: 0px auto;
}
.advantage .advantage-info {
	text-align: center;
}
.advantage .advantage-title {
	font-size: 16px;
	font-weight: 600;
	color: #1969fa;
	margin-bottom: 25px;
	white-space: nowrap;
}
.advantage .advantage-subtitle {
	color: #666;
	font-size: 14px;
	height: 80px;
	margin-bottom: 0px;
	overflow: hidden;
}
@media(min-width: 992px) {
	.advantage {
		padding: 80px 0;
	}
	.advantage .advantageList {
		margin-top: 60px;
	}
	.advantage .advantage-item:before {
		content: "";
		width: 4px;
		height: 100px;
		background-color: #1969fa;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.advantage .swiper-wrapper {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap:wrap;
	}
	.advantage .swiper-slide {
		width: 33.333%;
	}
	.advantage .swiper-slide .advantage-item {
		padding: 40px;
	}
	.advantage .advantage-img {
		display: table-cell;
		vertical-align: top;
		padding-right: 40px;
	}
	.advantage .advantage-info {
		display: table-cell;
		vertical-align: top;
		text-align: left;
	}
	.advantage .advantage-title {
		font-size: 18px;
		margin-top: 0px;
	}
	.advantage .advantage-subtitle {
		color: #666;
		font-size: 14px;
		height: 100px;
	}
}
.service {
	padding: 30px 0;
	overflow: hidden;
	background-color: #f7f8f9;
	position: relative;
}
.service .container {
	position: relative;
	z-index: 2;
}
.service .serviceList {
	padding: 0 15px;
}
.service .swiper-container {
	overflow: inherit;
}
.service .swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.service .swiper-slide {
	margin-top: 15px;
	padding: 15px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(25, 105, 250, .15);
	box-shadow: 0 0 5px rgba(25, 105, 250, .15);
}
.service .swiper-slide a {
	display: block;
	overflow: hidden;
	zoom: 1;
	text-decoration: none;
}
.service .swiper-slide .thum {
	width: 120px;
	display: table-cell;
	vertical-align: top;
}
.service .swiper-slide .thum img {
	width: 100%;
	display: block;
}
.service .swiper-slide .info {
	padding-left: 15px;
	display: table-cell;
	vertical-align: top;
	overflow: hidden;
	zoom: 1;
}
.service .swiper-slide .info .title {
	font-size: 15px;
	font-weight: 600;
	color: #1969fa;
	margin: 0 0 10px;
}
.service .swiper-slide .info .des {
	font-size: 13px;
	height: 54px;
	color: #666;
	margin-bottom: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
@media(min-width: 768px) and (max-width: 992px) {
	.service .swiper-slide {
		width: calc(50% - 7.5px);
	}
	.service .swiper-slide:nth-child(2n) {
		margin-left: 15px;
	}
}
@media(min-width: 992px) {
	.service {
		padding: 80px 0;
	}
	.service:after {
		content: "";
		display: block;
		width: 100%;
		height: 50%;
		background-color: #1969fa;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
	}
	.service .serviceList {
		margin-top: 60px;
		padding: 60px;
		border-radius: 15px;
		background-color: #ffffff;
		-webkit-box-shadow: 0 0 15px rgba(25, 105, 250, .15);
		box-shadow: 0 0 15px rgba(25, 105, 250, .15);
	}
	.service .swiper-container {
		overflow: hidden;
	}
	.service .swiper-wrapper {
		-webkit-flex-wrap: inherit;
		-moz-flex-wrap: inherit;
		-ms-flex-wrap: inherit;
		-o-flex-wrap: inherit;
		flex-wrap: inherit;
	}

	.service .serviceList-tabs {
		position: relative;
		padding-right: 80px;
	}
	.service .serviceList-tabs .tabs {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	.service .serviceList-tabs .tabs li {
		float: left;
		margin-right: 30px;
		margin-bottom: 10px;
	}
	.service .serviceList-tabs .tabs li a {
		color: #333;
		padding-bottom: 3px;
		display: inline-block;
		text-decoration: none;
		border-bottom: 1px solid transparent;
	}
	.service .serviceList-tabs .tabs li.active a {
		color: #1969fa;
		border-bottom: 1px solid #1969fa;
	}
	.service .serviceList .controls {
		position: absolute;
		top: -4px;
		right: 0;
	}
	.service .serviceList .controls .controls-prev,
	.service .serviceList .controls .controls-next {
		display: inline-block;
		cursor: pointer;
		padding: 2px 15px;
		font-size: 18px;
		line-height: 1.15;
		color: #000;
	}
	.service .swiper-slide {
		margin-top: 0;
		padding: 50px 0 0 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.service .swiper-slide .thum {
		width: 58.33333333%;
		float: right;
		padding-left: 15px;
		display: block;
		vertical-align: inherit;
	}
	.service .swiper-slide .info {
		width: 41.66666667%;
		float: left;
		padding-right: 140px;
		display: block;
		vertical-align: inherit;
	}
	.service .swiper-slide .info .title {
		font-size: 34px;
		margin: 0;
	}
	.service .swiper-slide .info .img {
		margin: 70px 0 60px 0;
	}
	.service .swiper-slide .info .des {
		font-size: 15px;
		color: #666;
		margin-bottom: 0px;
		height: auto;
		display: block;
		-webkit-box-orient: inherit;
		-webkit-line-clamp: inherit;
	}
	.service .swiper-slide .info .more {
		margin-top: 60px;
	}
}
/*tabs切换*/
.nav-tabs-btn {
	list-style-type: none;
	text-align: center;
	border-bottom: none;
	margin: 0;
	padding: 0;
}
.nav-tabs-btn>li {
	float: left;
	margin-bottom: 8px;
	width: 33.333%;
}
.nav-tabs-btn>li>a {
	color: #333;
	font-size: 12px;
	padding: 8px 10px;
	margin-right: 5px;
	display: block;
	border-radius: 0;
	text-decoration: none;
	border-radius: 25px;
	background-color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-box-shadow: 0 0 15px rgba(25, 105, 250, .15);
	box-shadow: 0 0 15px rgba(25, 105, 250, .15);
}
.nav-tabs-btn>li.active>a,
.nav-tabs-btn>li.active>a:hover,
.nav-tabs-btn>li.active>a:focus,
.nav-tabs-btn>li>a:hover {
	color: #fff;
	border-color: #1969fa;
	background-color: #1969fa;
	cursor: pointer;
	background: -webkit-linear-gradient(left, #1969fa, #5653cf);
	background: -moz-linear-gradient(to right, #1969fa, #5653cf);
	background: -o-linear-gradient(to right, #1969fa, #5653cf);
	background: -ms-linear-gradient(to right, #1969fa, #5653cf);
	background: linear-gradient(to right, #1969fa, #5653cf);
}
@media(min-width: 768px) {
	.nav-tabs-btn>li {
		float: none;
		display: inline-block;
		margin-bottom: 10px;
		width: auto;
	}
	.nav-tabs-btn>li>a {
		padding: 10px 30px;
		margin-right: 5px;
		font-size: 14px;
		background-color: transparent;
		box-shadow: none;
	}
}
/*案例*/
.case {
	padding: 30px 0px;
	overflow: hidden;
}
.case .caseList {
	margin: 30px 0;
}
.case .caseList .item {
	display: block;
	position: relative;
	text-decoration: none;
	margin-top: 15px;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.15);
	box-shadow: 0px 0px 5px rgba(0,0,0,.15);
}
.case .caseList .item img {
	width: 100%;
}
.case .caseList .item .info {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 10px;
}
.case .caseList .item .info .title {
	font-size: 14px;
	color: #545454;
	margin-top: 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.case .caseList .item .info .dec {
	font-size: 12px;
	color: #999999;
	margin-bottom: 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.case .caseList .item .info .look {
	display: none;
}
@media(min-width: 992px) {
	.case {
		padding: 80px 30px;
	}
	.case .caseList .item {
		margin-top: 30px;
	}
	.case .caseList .item:before {
		content: "";
		width: 50px;
		height: 50px;
		background-color: #1969fa;
		position: absolute;
		top: 100px;
		left: 50%;
		margin-left: -25px;
		opacity: 0;
		filter: (opacity=0);
		border-radius: 100px;
		-moz-transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
		-ms-transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
		-webkit-transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
		transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
	}
	.case .caseList .item .info {
		width: 100%;
		height: 100%;
		padding: 30px 15px;
		color: #fff;
		text-align: center;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		filter: (opacity=0);
		-moz-transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
		-ms-transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
		-webkit-transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
		transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
	}
	.case .caseList .item .info .title {
		color: #fff;
		margin-bottom: 20px;
	}
	.case .caseList .item .info .dec {
		color: #fff;
		height: 40px;
		margin-bottom: 20px;
		white-space: inherit;
	}
	.case .caseList .item .info .look {
		font-size: 24px;
		width: 100px;
		height: 30px;
	  line-height: 24px;
		display: inline-block;
		border: 1px solid #fff;
	}
	.case .caseList .item:hover:before {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		margin-left: 0px;
		opacity: 1;
		filter: (opacity=100);
		border-radius: 0px;
	}
	.case .caseList .item:hover .info {
		opacity: 1;
		filter: (opacity=100);
	}
}
@media(min-width: 1300px) {
	.case .caseList .item .info {
		padding: 50px 30px;
	}
	.case .caseList .item .info .dec {
		margin-bottom: 40px;
	}
}
/*关于我们*/
.about {
	overflow: hidden;
	/*background-image: url(../images/about-bg.jpg);*/
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
.about .aboutWarp {
	margin: 15px;
	background: #1969fa;
}
.about .about-img {
	padding-top: 15px;
}
.about .about-img a {
	display: block;
	overflow: hidden;
}
.about .about-img img {
	width: 100%;
	height: auto;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s;
}
.about .about-img a:hover img {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.about .about-text {
	padding: 30px 0px;
	color: #fff;
}
.about .about-text h4 {
	font-size: 18px;
	margin-bottom: 10px;
}
.about .about-text span {
	display: block;
	font-size: 12px;
	color: #ddd;
	margin-bottom: 30px;
}
.about .about-text p {
	height: 132px;
	font-size: 13px;
	color: #eee;
	line-height: 22px;
	overflow: hidden;
	margin-bottom: 35px;
}
.about .about-text a {
	padding: 6px 30px;
	text-align: center;
	color: #fff;
	overflow: hidden;
	border: 1px solid #fff;
	border-radius: 25px;
	opacity: .75;
	filter: opacity(75);
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s;
}
.about .about-text a i {
	font-size: 24px;
	line-height: 1;
}
.about .about-text a:hover {
	opacity: 1;
	filter: opacity(100);
}
@media(min-width: 992px) {
	.about {
		padding-top: 150px;
	}
	.about .aboutWarp {
		margin: 0px;
		padding: 0 15px;
	}
	.about .about-img {
		position: relative;
		top: -30px;
	}
	.about .about-text {
		padding: 40px;
	}
	.about .about-text h4 {
		font-size: 28px;
	}
	.about .about-text span {
		font-size: 14px;
	}
	.about .about-text a {
		float: right;
	}
}
.news {
	padding: 30px 0;
	position: relative;
	overflow: hidden;
	background-color: #f7f8f9;
}
.news .newsWrap {
	margin-top: 15px;
}
.news .newsList ul li {
	padding: 18px 0;
	display: table;
	border-bottom: 1px solid #eee;
}
.news .newsList ul li a {
	text-decoration: none;
	display: block;
}
.news .newsList ul li .img {
	overflow: hidden;
}
.news .newsList ul li .img img {
	display: none;
}
.news .newsList ul li .title {
	font-size: 16px;
	color: #5A5A5A;
	margin: 0 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news .newsList ul li .date {
	font-size: 12px;
	color: #929292;
}
.news .newsList ul li .des {
	font-size: 14px;
	color: #999;
	height: 40px;
	margin-bottom: 0px;
	overflow: hidden;
}
.news .newsList ul li:first-child .img {
	float: none;
}
.news .newsList ul li:first-child .img img {
	width: 100%;
	height: auto;
	display: block;
}
.news .newsList ul li:first-child .title {
	margin: 10px 0 5px;
}
.news .newsList ul li a:hover .title {
	color: #1969fa;
}
.news .newsList ul li a:hover img {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
@media(min-width: 992px) {
	.news {
		padding: 80px 0;
	}
	.news .newsWrap {
		margin-top: 30px;
	}
	.news .newsList {
		padding: 20px 15px 0 15px;
	}
	.news .newsList ul li {
		width: 58.3333333%;
		float: left;
		display: block;
	}
	.news .newsList ul li .img {
		float: left;
		margin-right: 15px;
	}
	.news .newsList ul li .img img {
		width: 160px;
		height: 90px;
		display: block;
		-moz-transition: all ease-out .3s;
		-ms-transition: all ease-out .3s;
		-webkit-transition: all ease-out .3s;
		transition: all ease-out .3s;
	}
	.news .newsList ul li:first-child {
		width: 41.66666667%;
		float: left;
		padding-right: 30px;
		border-bottom: 0px;
	}
}
@media(min-width: 1440px) {
	.news .newsList ul li {
		padding: 25px 0;
	}
}
/*合作伙伴*/
.partner {
	padding: 30px 0;
	position: relative;
	overflow: hidden;
}
.partner .partnerList {
	margin-top: 10px;
	padding: 0 15px;
	position: relative;
}
.partner .partnerList a {
	display: block;
	border: 1px solid #eee;
}
.partner .partnerList img {
	display: block;
}
.partner .swiper-button-next,
.partner .swiper-button-prev {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background-color: rgba(0, 0, 0, .25);
	-moz-background-size: 30%;
	-webkit-background-size: 30%;
	background-size: 30%;
}
.partner .swiper-button-next:hover,
.partner .swiper-button-prev:hover {
	background-color: #1969fa;
}
@media(min-width: 992px) {
	.partner {
		padding: 80px 0;
	}
	.partner .partnerList {
		margin: 30px -50px 0;
		padding: 0 50px;
	}
}
/*联系*/
.contact {
	padding: 30px 0;
	/*background-image: url(../images/contact-bg.jpg);*/
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
}
.contact .text {
	color: #fff;
	text-align: center;
}
.contact .text h6 {
	font-size: 18px;
	margin-bottom: 15px;
}
.contact .text p {
	font-size: 14px;
}
.contact .link {
	text-align: center;
}
.contact .link a {
	margin-bottom: 0px;
}
@media(min-width: 768px) {
	.contact .text {
		text-align: left;
	}
	.contact .link {
		text-align: right;
	}
}
@media(min-width: 992px) {
	.contact {
		padding: 50px 0;
	}
	.contact .text h6 {
		font-size: 30px;
		margin-bottom: 15px;
	}
	.contact .text p {
		font-size: 17px;
	}
	.contact .link {
		margin-top: 10px;
	}
}
/*合作流程*/
.flow {
	padding: 30px 0;
	position: relative;
	overflow: hidden;
}
.flowList {
	padding: 30px 0;
}
.flowList .item {
	width: 50%;
	float: left;
	padding: 20px 0;
	text-align: center;
	position: relative;
}
.flowList .item:before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	bottom: 0;
	right: 0;
	z-index: 2;
	border: 1px solid #D4D4D4;
}
.flowList .item:after {
	content: attr(data-num);
	position: absolute;
	right: 5px;
	bottom: 0px;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	opacity: .05;
	filter: opacity(5);
}
.flowList .item .img {
	width: 40px;
	height: 40px;
	margin: 0px auto;
}
.flowList .item .img img {
	width: 100%;
	height: 100%;
	display: block;
}
.flowList .item p {
	font-size: 14px;
	margin-top: 10px;
	color: #1969fa;
}
.flow .tips {
	color: #999;
	padding: 0 15px;
	text-align: center;
}
@media(min-width: 768px) {
	.flowList .item {
		width: 25%;
	}
}
@media(min-width: 992px) {
	.flow {
		padding: 80px 0;
	}
	.flowList .item {
		width: 12.5%;
		padding: 0;
	}
	.flowList .item:before,
	.flowList .item:after {
		content: none;
	}
	.flowList .item .img {
		width: 50px;
		height: 50px;
	}
	.flowList .item p {
		font-size: 18px;
		margin-top: 20px;
	}
}
/*二级栏目*/
.tabs-box {
	margin: 0 -15px;
}
.tabs-box .tabs-dropdown .tabsLabel {
	color: #fff;
	text-align: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	outline: 0;
	padding: 0 15px;
	border: none;
	background-image: none;
	background-color: #1969fa;
}
.tabs-box .tabs-dropdown .tabsLabel i {
	float: right;
	margin-top: 15px;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s;
}
.tabs-box .tabs-dropdown .tabsLabel.open i {
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.tabs-box .tabs {
	width: 100%;
	padding: 0;
	margin: 0;
	display: none;
	list-style-type: none;
	position: absolute;
	z-index: 10000;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .18);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .18);
	-webkit-background-clip: padding-box;
}
.tabs-box .tabs > li {
	padding: 0px 10px;
	display: block;
}
.tabs-box .tabs > li > a {
	display: block;
	font-size: 13px;
	padding: 11px 0px;
	color: #999;
	text-decoration: none;
	position: relative;
	border-bottom: 1px solid #f0f0f0;
}
.tabs-box .tabs > li > a:after {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #1969fa;
	-moz-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	-ms-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
}
.tabs-box .tabs > li > a .caret {
	margin-left: 5px;
}
.tabs-box .tabs > li.active > a, .tabs-box .tabs > li > a:hover {
	color: #1969fa;
}
.tabs-box .tabs > li.active > a:after, .tabs > li > a:hover:after {
	width: 100%;
}
.tabs-box .dropdown-menu {
	width: 100%;
	padding: 0;
	margin: -2px 0 0;
	border: 0;
	border-radius: 0;
	border-top: 2px solid #1969FA;
}
.tabs-box .dropdown-menu > li > a {
	color: #969595;
	padding: 12px 24px;
	display: block;
	border-bottom: 1px solid #f0f0f0;
	-moz-transition: all ease-out .15s;
	-ms-transition: all ease-out .15s;
	-webkit-transition: all ease-out .15s;
	transition: all ease-out .15s;
}
.tabs-box .dropdown-menu > li > a:hover {
	padding-left: 30px;
}
.tabs-box .tabs-dropdown .dropdown-menu>.active>a,
.tabs-box .tabs-dropdown .dropdown-menu>.active>a:focus,
.tabs-box .tabs-dropdown .dropdown-menu>.active>a:hover {
	color: #1969FA;
	background: #fff;
}
@media(min-width: 768px) {
	.tabs-box {
		padding: 30px 0;
	}
	.tabs-box .tabs {
		display: block !important;
		position: initial;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.tabs-box .tabs > li {
		padding: 0px;
		margin: 0 15px 15px 15px;
		display: inline-block;
	}
	.tabs-box .tabs > li > a {
		padding: 6px 0px;
		text-align: center;
		display: inline-block;
		border-bottom: none;
	}
	.tabs-box .dropdown-menu {
		width: auto;
		min-width: 180px;
	}
}
/*当前位置*/
.position {
	width: 100%;
	padding: 15px 0;
	color: #666;
	border-bottom: 1px solid #eaeaea;
}
.position a {
	color: #666;
	text-decoration: none;
}
@media(min-width: 768px) {
	.position {
		text-align: right;
	}
}
/*二级栏目图片*/
.mslide {
	width: 100%;
	height: 150px;
	position: relative;
	background-color: #1969fa;
	background-image: -webkit-linear-gradient(top, #1969fa, #5653cf);
	background-image: -moz-linear-gradient(to bottom, #1969fa, #5653cf);
	background-image: -o-linear-gradient(to bottom, #1969fa, #5653cf);
	background-image: -ms-linear-gradient(to bottom, #1969fa, #5653cf);
	background-image: linear-gradient(to bottom, #1969fa, #5653cf);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mslide .mslide_text {
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	right: 15px;
	left: 15px;
	margin-top: -55px;
}
.mslide .mslide_text h3 {
	font-size: 24px;
}
.mslide .mslide_text p {
	font-size: 14px;
}
@media(min-width: 768px) {
	.mslide {
		height: 400px;
	}
	.mslide .mslide_text h3 {
		font-size: 34px;
	}
	.mslide .mslide_text p {
		font-size: 16px;
	}
	.mslide .mslide_text {
		margin-top: -50px;
	}
}
/*新闻列表*/
.news-list .media {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	-webkit-transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
	transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
}
.news-list .media a {
	display: block;
	text-decoration: none;
}
.news-list .media-body {
	position: relative;
}
.news-list .media-heading {
	font-size: 16px;
	color: #333;
}
.news-list .media-date {
	font-size: 11px;
	padding: 8px 0;
	color: #999;
	margin: 0;
}
.news-list .media-des {
	font-size: 13px;
	color: #666;
}
@media(min-width: 768px) {
	.news-list .media {
		padding: 30px 0;
	}
	.news-list .media-left .imgBox  {
		overflow: hidden;
	}
	.news-list .media-object {
		width: 310px;
		height: 175px;
		-webkit-transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
		transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
	}
	.news-list .media-body {
		padding-left: 50px;
	}
	.news-list .media-des {
		margin: 20px 0 0 0;
		height: 40px;
		overflow: hidden;
	}
	.news-list .media-heading {
		font-size: 18px;
	}
	.news-list .media-des {
		font-size: 14px;
	}
	.news-list .media-body:before {
		content: '';
		width: 0px;
		height: 30px;
		line-height: 30px;
		display: block;
		position: absolute;
		bottom: 0;
		left: 50px;
		z-index: 1;
		background-color: #1969fa;
		-webkit-transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
		transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
	}
	.news-list .media-body:after {
		content: 'MORE';
		display: block;
		width: 120px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		text-align: center;
		margin-top: 30px;
		color: #333;
		border: 1px solid #eee;
		position: relative;
		z-index: 2;
		-webkit-transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
		transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
	}
	.news-list a:hover .media-object {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.news-list a:hover .media-body:before {
		width: 120px;
	}
	.news-list a:hover .media-body:after {
		color: #fff;
	}
}
/*翻页*/
.myPages {
	clear: both;
	text-align: center;
	font-size: 0;
	color: #333;
	margin: 30px 0;
}
.myPages-btn, .myPages-num, .myPages-num-on, .myPages-go {
	font-size: 12px;
	border: 1px solid #e4eaec;
	margin: 0;
	margin-left: -1px;
	padding: 4px 6px;
	min-width: 30px;
	color: #76838f;
	background: none;
	overflow: hidden;
	vertical-align: middle;
	font-style: normal;
	display: inline-block;
}
.myPages a {
	text-decoration: none;
}
.myPages-num-on,
.myPages-go {
	color: #ffffff;
	border-color: #0167cc;
	background-color: #0167cc;
}
.myPages-jump {
	font-size: 14px;
	margin: 0 15px;
	vertical-align: middle;
	font-style: normal;
	display: inline-block;
}
.myPages-jump input {
	width: 50px;
	height: 30px;
	line-height: 30px;
	padding: 0 3px;
	margin-right: 8px;
	text-align: center;
	border: 1px solid #c1c1c1;
}
.myPages-go:focus {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
@media(min-width: 768px) {
	.myPages-btn, .myPages-num, .myPages-num-on, .myPages-go {
		font-size: 14px;
		margin: 2px;
		padding: 5px 12px;
	}
}
/*文章详情*/
.details-header {
	padding: 20px 0;
	border-bottom: 1px dotted #dddddd;
}
.details-header .title {
	font-size: 18px;
	margin: 0;
}
.details-header .info {
	color: #999;
	margin-top: 10px;
}
.details-header .info span {
	margin-right: 20px;
}
.details-header .des{
	color: #6a6a6a
}
.editor-body {
	padding: 15px 0;
	width: 100%;
	max-width: 100%;
	font-size: 14px;
	line-height: 1.8;
	color: #222;
	word-wrap: break-word;
}
.editor-body * {
	max-width: 100%;
}
.editor-body p {
	margin: 0;
	word-wrap: break-word;
	word-break: normal;
}
.tags {
	padding: 20px 0;
}
.tag-link {
	color: #666;
	padding: 5px 15px;
	margin: 3px;
	background-color: #f3f3f3;
	text-decoration: none !important;
	display: inline-block;
	border: 1px solid #ddd;
}
.tag-link:active, .tag-link:hover, .tag-link:focus {
	outline: 0;
	color: #fff;
	border-color: #1969fa;
	background-color: #1969fa;
}
.page {
	border-top: 1px dotted #dddddd;
}
.page .pages {
	padding: 10px 0;
	margin: 0;
	list-style-type: none;
}
.page .pages li>a, .page .pages li>span {
	border: 0;
	border-radius: 0;
	padding: 10px 0px;
	color: #000000;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none;
}
.page .pages li>span {
	color: #999;
}
.page .pages li>a:focus,
.page .pages li>a:hover {
	background-color: transparent;
}
@media(min-width: 768px) {
	.details-header {
		padding: 50px 0 30px 0;
		text-align: center;
	}
	.details-header .title {
		font-size: 24px;
	}
	.details-header .info {
		margin-top: 20px;
	}
	.editor-body {
		padding: 30px 15px;
	}
	.page .pages {
		padding: 20px 0;
	}
	.page .pages li {
		width: 50%;
		float: left;
	}
	.page .pages li + li {
		text-align: right;
	}
}
/*服务列表*/
.service-list .media {
	padding: 15px;
	margin: 15px 0;
	border: 1px solid #eeeeee;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.service-list .media a {
	text-decoration: none;
}
.service-list .media .media-left {
	padding-right: 15px;
}
.service-list .media-left .imgBox {
	width: 100px;
	height: 80px;
	position: relative;
	overflow: hidden;
}
.service-list .media-left .imgBox img {
	width: 100%;
	display: block;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.service-list .media-heading {
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 10px 0;
	color: #333;
}
.service-list .media-body {
	position: relative;
}
.service-list .media-des {
	color: #999;
	font-size: 13px;
	height: 54px;
	margin-bottom: 0px;
	overflow: hidden;
}
.service-list .media-more {
	width: 120px;
	height: 38px;
	line-height: 38px;
	display: none;
	text-indent: -40px;
	color: transparent;
	text-align: center;
	position: absolute;
	right: 0px;
	bottom: 50px;
	overflow: hidden;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.service-list .media-more i {
	width: 120px;
	height: 38px;
	line-height: 38px;
	color: #b7b7b7;
	position: absolute;
	right: 0;
	-moz-transition: all ease .1s;
	-ms-transition: all ease .1s;
	-webkit-transition: all ease .1s;
	transition: all ease .1s;
}
.service-list .media:hover {
	border-color: #f9f9f9;
	box-shadow: 0 14px 50px -8px rgba(0, 0, 0, .1);
}
.service-list .media a:hover .imgBox img {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.service-list .media a:hover .media-heading {
	color: #1969fa;
}
.service-list .media a:hover .media-more {
	color: #fff;
	text-indent: 0px;
	background-color: #1969fa;
}
.service-list .media a:hover .media-more i {
	right: -60px;
	color: #fff;
}
@media(min-width: 768px) {
	.service-list .media {
		padding: 20px;
		margin: 30px 0;
	}
	.service-list .media .media-left {
		padding-right: 50px;
	}
	.service-list .media-left .imgBox {
		width: 200px;
		height: 160px;
	}
	.service-list .media-body {
		padding-right: 130px;
	}
	.service-list .media-heading {
		font-size: 18px;
		font-weight: 500;
		margin: 20px 0;
	}
	.service-list .media-des {
		font-size: 14px;
		height: 60px;
	}
	.service-list .media-more {
		display: block;
	}
}
/*案例列表*/
.product-list .item {
	margin: 15px 0;
	padding: 0 15px;
	-moz-transition: all ease .6s;
	-ms-transition: all ease .6s;
	-webkit-transition: all ease .6s;
	transition: all ease .6s;
}
.product-list .item a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.15);
	box-shadow: 0px 0px 10px rgba(0,0,0,.15);
}
.product-list .item .item-img {
	overflow: hidden;
}
.product-list .item .item-img img {
	width: 100%;
	height: auto;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
	transition: all .6s;
}
.product-list .item .item-text {
	padding: 10px;
}
.product-list .item .title {
	color: #545454;
	font-size: 14px;
	margin: 0 0 5px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.product-list .item .subtitle {
	color: #999999;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
	transition: all .6s;
}
.product-list .item .des {
	color: #999999;
	font-size: 12px;
	height: 34px;
	margin-bottom: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box; 
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 
}
.product-list .item a:hover .item-img img {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.product-list .item a:hover .subtitle {
	margin-top: 0;
	opacity: .6;
}
@media(min-width: 992px) {
	.productListBox {
		padding: 0 40px;
	}
	.product-list {
		overflow: hidden;
	}
	.product-list .item a {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.product-list .item .item-text {
		padding: 0 10px;
	}
	.product-list .item .title {
		font-size: 16px;
		margin: 20px 0 5px 0;
	}
	.product-list .item .des {
		font-size: 14px;
		height: 40px;
	}
}
/*案例详情*/
.product-details {
	padding: 15px 0;
}
.product-details .details-header {
	text-align: left;
	padding: 10px 0;
}
.product-details .details-header .info {
	margin: 10px 0 20px 0;
}
.projectib .project_item {
	padding: 5px;
	float: left;
	width: 50%;
}
.projectib a {
	text-decoration: none;
}
.projectib .project_img {
	overflow: hidden;
	margin-bottom: 10px;
}
.projectib .project_info .title {
	color: #333;
	margin-bottom: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.projectib .project_info .subtitle {
	color: #b7b7b7;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.projectib .project_item img {
	display: block;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s;
}
.projectib .project_item a:hover img {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
@media(min-width: 992px) {
	.product-details {
		padding: 60px;
	}
	.product-details .details-header {
		padding-top: 0px;
	}
	.product-details .product-left {
		padding: 0 60px 0 0;
	}
	.product-details .product-right {
		padding: 30px 60px;
		background-color: #f9f9f9;
	}
}
/*关于我们*/
.aboutBox .atitle {
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
}
.aboutBox .atitle:after {
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #1969fa;
	background: -webkit-linear-gradient(left, #1969fa, #5653cf);
	background: -moz-linear-gradient(to right, #1969fa, #5653cf);
	background: -o-linear-gradient(to right, #1969fa, #5653cf);
	background: -ms-linear-gradient(to right, #1969fa, #5653cf);
	background: linear-gradient(to right, #1969fa, #5653cf);
}
.about-wrap1 .introduce {
	padding: 30px 0;
	background-color: #fff;
	position: relative;
	z-index: 2;
}
.about-wrap1 .introduce .tt h2 {
	font-size: 34px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 34px;
	color: #333;
	margin-top: 0px;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}
.about-wrap1 .introduce .tt p {
	font-size: 13px;
	color: #666;
	padding-bottom: 20px;
	position: relative;
}
.about-wrap1 .introduce .tt p:after {
	content: "";
	display: block;
	width: 40px;
	height: 5px;
	background-color: #1969fa;
	background: -webkit-linear-gradient(left, #1969fa, #5653cf);
	background: -moz-linear-gradient(to right, #1969fa, #5653cf);
	background: -o-linear-gradient(to right, #1969fa, #5653cf);
	background: -ms-linear-gradient(to right, #1969fa, #5653cf);
	background: linear-gradient(to right, #1969fa, #5653cf);
	position: absolute;
	bottom: 0;
	left: 0;
}
.about-wrap1 .introduce .info {
	padding-top: 50px;
}
.about-wrap1 .introduce .info .text {
	line-height: 1.5;
	color: #4f505a;
}
.about-wrap1 .pitch {
	padding: 30px 0;
	border-top: 1px dashed #e8e8e8;
}
.about-wrap1 .pitch .item {
	width: 120px;
	height: 120px;
	margin: 25px auto;
	border-radius: 100%;
	position: relative;
	background-color: #1969fa;
	background: -webkit-linear-gradient(left, #1969fa, #5653cf);
	background: -moz-linear-gradient(to right, #1969fa, #5653cf);
	background: -o-linear-gradient(to right, #1969fa, #5653cf);
	background: -ms-linear-gradient(to right, #1969fa, #5653cf);
	background: linear-gradient(to right, #1969fa, #5653cf);
	-webkit-box-shadow: 0 0 15px rgba(25, 105, 250, .35);
	box-shadow: 0 0 15px rgba(25, 105, 250, .35);
}
.about-wrap1 .pitch .item:before {
	content: "";
	display: block;
	width: 105%;
	height: 105%;
	border-radius: 50%;
	position: absolute;
	top: -2.5%;
	left: -2.5%;
	z-index: 2;
	background-color: rgba(25, 105, 250, 0.75);
	-webkit-animation: twinkling 1.5s infinite ease-in-out;
	animation: twinkling 1.5s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.about-wrap1 .pitch .item:after {
	content: "";
	display: block;
	width: 120%;
	height: 120%;
	border-radius: 50%;
	position: absolute;
	top: -10%;
	left: -10%;
	z-index: 1;
	background-color: rgba(25, 105, 250, 0.55);
	-webkit-animation: twinkling 1.5s infinite ease-in-out;
	animation: twinkling 1.5s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.about-wrap1 .pitch .item p {
	font-size: 13px;
	text-align: center;
	color: #fff;
	margin-bottom: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@-webkit-keyframes twinkling {
	0% {
		opacity:0.2;
		filter:alpha(opacity=20);
		-webkit-transform:scale(1);
	}
	50% {
		opacity:0.5;
		filter:alpha(opacity=50);
		-webkit-transform:scale(1.12);
	}
	100% {
		opacity:0.2;
		filter:alpha(opacity=20);
		-webkit-transform:scale(1);
	}
}
@keyframes twinkling {
	0% {
		opacity:0.2;
		filter:alpha(opacity=20);
		-webkit-transform:scale(1);
	}
	50% {
		opacity:0.5;
		filter:alpha(opacity=50);
		-webkit-transform:scale(1.12);
	}
	100% {
		opacity:0.2;
		filter:alpha(opacity=20);
		-webkit-transform:scale(1);
	}
}
.aboutBox .about-wrap2 {
	padding: 30px 0;
	color: #fff;
	background-color: #255dc4;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.aboutBox .about-wrap2 .atitle {
	color: #fff;
}
.aboutBox .about-wrap2 .item {
	padding: 0px 15px;
	margin: 30px 0;
	position: relative;
}
.aboutBox .about-wrap2 .item:after {
	content: "";
	display: block;
	width: 56px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
}
.aboutBox .about-wrap2 .item .num {
	font-size: 54px;
	font-weight: 600;
	padding-right: 15px;
	line-height: 1;
	display: table-cell;
	vertical-align: top;
	zoom: 1;
	overflow: hidden;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}
.aboutBox .about-wrap2 .item .title {
	display: table-cell;
	vertical-align: top;
	zoom: 1;
	overflow: hidden;
}
.aboutBox .about-wrap2 .item .title h4 {
	font-size: 15px;
	margin-top: 0px;
	white-space: nowrap;
}
.aboutBox .about-wrap2 .item .title p {
	font-size: 12px;
}
.aboutBox .about-wrap3 {
	padding: 30px 0;
}
.aboutBox .about-wrap3 .row {
	padding: 0 7.5px;
}
.aboutBox .about-wrap3 [class*=col-] {
	padding: 0;
}
.aboutBox .about-wrap3 .item {
	padding: 15px 0;
	margin: 15px 7.5px 0 7.5px;
	-webkit-box-shadow: 0 0 15px rgba(25, 105, 250, .15);
	box-shadow: 0 0 15px rgba(25, 105, 250, .15);
}
.aboutBox .about-wrap3 .item .img {
	display: table-cell;
	vertical-align: top;
	zoom: 1;
	overflow: hidden;
	padding: 0 10px;
}
.aboutBox .about-wrap3 .item .img img {
	width: 50px;
	height: 50px;
	display: block;
}
.aboutBox .about-wrap3 .item .text {
	display: table-cell;
	vertical-align: top;
	zoom: 1;
	overflow: hidden;
	padding-left: 15px;
	border-left: 1px solid #ededed;
}
.aboutBox .about-wrap3 .item .text h4 {
	font-size: 15px;
	margin-top: 5px;
}
.aboutBox .about-wrap3 .item .text p {
	font-size: 12px;
	margin-bottom: 0px;
	white-space: nowrap;
}
@media(min-width: 768px) {
	.aboutBox .about-wrap1 {
		background-color: #f1f1f1;
	}
	.about-wrap1 .introduce {
		margin-top: -50px;
		padding: 80px;
	}
}
@media(min-width: 992px) {
	.aboutBox .atitle {
		font-size: 26px;
		padding-bottom: 15px;
	}
	.aboutBox .atitle:after {
		height: 3px;
	}
	.about-wrap1 .introduce .tt h2 {
		font-size: 70px;
		line-height: 70px;
	}
	.about-wrap1 .introduce .tt p {
		margin-top: 20px;
		font-size: 16px;
		padding-bottom: 140px;
	}
	.about-wrap1 .pitch {
		padding: 60px 0;
	}
	.about-wrap1 .pitch .item {
		width: 240px;
		height: 240px;
		margin: 50px auto;
	}
	.about-wrap1 .pitch .item p {
		font-size: 20px;
	}
	.aboutBox .about-wrap2 {
		padding: 80px 0;
	}
	.aboutBox .about-wrap2 .item {
		padding: 50px;
	}
	.aboutBox .about-wrap2 .item .num {
		font-size: 56px;
	}
	.aboutBox .about-wrap2 .item .title {
		font-size: 18px;
	}
	.aboutBox .about-wrap3 {
		padding: 80px 0;
	}
	.aboutBox .about-wrap3 .item {
		padding: 30px 0;
		margin-top: 0px;
	}
	.aboutBox .about-wrap3 .item .img {
		padding: 0 30px;
	}
	.aboutBox .about-wrap3 .item .img img {
		width: 80px;
		height: 80px;
	}
	.aboutBox .about-wrap3 .item .text {
		padding-left: 50px;
	}
	.aboutBox .about-wrap3 .item .text h4 {
		font-size: 18px;
		margin-top: 15px;
	}
	.aboutBox .about-wrap3 .item .text p {
		font-size: 14px;
	}
}
/*联系我们*/
.contactBox .mapInfo {
	margin: 15px auto;
	border: 1px solid #eee;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
	box-shadow: 0 0 15px rgba(0, 0, 0, .05);
}
.contactBox #dituContent {
	width: 100%;
	height: 400px;
}
.contactBox .contactInfo {
	margin: 15px auto;
	border: 1px solid #eee;
	background-color: #1969fa;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
	box-shadow: 0 0 15px rgba(0, 0, 0, .05);
}
.contactBox .contactInfo .text {
	padding: 20px;
	background-color: #fff;
}
.contactBox .contactInfo .text h4 {
	font-size: 20px;
	margin: 0;
}
.contactBox .contactInfo .text .line {
	margin: 30px 0;
}
.contactBox .contactInfo .text p {
	font-size: 14px;
	margin-bottom: 10px;
	color: #666;
}
.contactBox .contactInfo .code {
	color: #fff;
	padding: 50px;
	width: 100%;
	text-align: center;
}
.contactBox .contactInfo .code h4 {
	font-size: 20px;
	margin: 0;
}
.contactBox .contactInfo .code .codeImg {
	margin: 30px 0 20px 0;
}
.contactBox .contactInfo .code .codeImg img {
	width: 150px;
	height: 150px;
	display: block;
	margin: 0 auto;
}
@media(min-width: 992px) {
	.contactBox .mapInfo {
		margin: 30px auto;
	}
	.contactBox #dituContent {
		height: 500px;
	}
	.contactBox .contactInfo {
		margin: 30px auto;
	}
	.contactBox .contactInfo .text {
		padding: 50px;
	}
}
/*在线客服*/
.online {
	min-width: 50px;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -115px;
	z-index: 1000;
}
.online .item {
	height: 50px;
	margin: 5px 0;
	position: relative;
	background-color: #093fa0;
	background-repeat: no-repeat;
	background-position: center center;
}
.online .item01 {
	background-image: url(../image/icon-customer-01.png);
}
.online .item02 {
	background-image: url(../image/icon-hotline-01.png);
}
.online .item03 {
	background-image: url(../image/icon-qrcode.png);
}
.online .item04 {
	background-image: url(../image/icon-goTop.png);
}
.online .item .text {
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 11px 10px;
	line-height: 1.2;
	cursor: pointer;
	background-color: #093fa0;
	display: none;
}
.online .item .box {
	position: absolute;
	top: -20px;
	right: 49px;
	display: none;
	width: 240px;
	padding-right: 11px;
}
.online .item .box .content {
	background-color: #fff;
	border: 1px solid #ececec;
	border-top: 4px solid #093fa0;
	-webkit-box-shadow: 0 0 15px rgba(25, 105, 250, .15);
	box-shadow: 0 0 15px rgba(25, 105, 250, .15);
}
.online .item .customer .top {
	padding: 15px;
	border-bottom: solid 1px #ececec;
}
.online .item .customer .top img {
	float: left;
	margin-right: 15px;
}
.online .item .customer .top h4 {
	margin: 0 0 5px 0;
	font-size: 16px;
}
.online .item .customer .top p {
	font-size: 12px;
	margin-bottom: 0;
	color: #999;
}
.online .item .customer .list {
	list-style-type: none;
	margin: 0;
	padding: 20px;
	color: #999;
}
.online .item .customer .list a {
	color: #999;
	text-decoration: none;
}
.online .item .customer .list dt {
	margin-bottom: 10px;
}
.online .item .customer .list dd {
	padding: 5px 0;
	font-size: 12px;
}
.online .item .customer .list dd img {
	margin-left: 5px;
	position: relative;
	top: -2px;
}
.online .item .hotline {
	padding: 20px;
}
.online .item .hotline img {
	float: left;
	margin-right: 15px;
}
.online .item .hotline h4 {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: 600;
	color: #999;
}
.online .item .hotline p {
	font-size: 14px;
	margin-bottom: 0;
	color: #999;
}
.online .item .hotline a {
	color: #999;
	text-decoration: none;
}
.online .item .qrcode {
	padding: 30px;
}
.online .item .qrcode img {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.online .item .qrcode p {
	margin: 10px 0 0;
	text-align: center;
}

/*服务项目通用*/
.introBox1 {
	padding: 30px 0;
}
.introBox1 .img img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.introBox1 .info {
	margin-top: 30px;
}
.introBox1 .info h1 {
	margin: 0;
	text-align: center;
	font-size: 20px;
}
.introBox1 .info h1 b {
	color: #1969FA;
}
.introBox1 .info .list {
	margin-top: 30px;
}
.introBox1 .info .list .item {
	text-align: center;
	margin-bottom: 15px;
}
.introBox1 .info .list .item .icon {
	width: 50px;
	height: 50px;
	margin: 0 auto;
}
.introBox1 .info .list .item .icon img {
	width: 100%;
	height: 100%;
	display: block;
}
.introBox1 .info .list .item p {
	margin: 10px 0 0 0;
	font-size: 12px;
	height: 36px;
	overflow: hidden;
}
.introBox2 {
	padding: 30px 0;
	background: url("../image/introBox2-bg.jpg") no-repeat center center;
	background-size: cover;
}
.introBox2 .info {
	color: #fff;
}
.introBox2 .info .t1,
.introBox2 .info .t2 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 15px 0;
}
.introBox2 .info .t2 {
	opacity: .4;
	filter: Alpha(opacity=40);
}
.introBox2 .info .des {
	padding-top: 10px;
	font-size: 14px;
}
.introBox2 .info .des p {
	margin: 0 0 20px 0;
}
.introBox2 .img img {
	width: 60%;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
@media(min-width: 992px) {
	.introBox1 {
		padding: 80px 0;
	}
	.introBox1 .info h1 {
		font-size: 36px;
	}
	.introBox1 .info .list {
		margin-top: 60px;
	}
	.introBox1 .info .list .item {
		margin-bottom: 30px;
	}
	.introBox1 .info .list .item .icon {
		width: 58px;
		height: 58px;
	}
	.introBox1 .info .list .item p {
		margin: 20px 0 0 0;
		font-size: 20px;
	}
	.introBox2 {
		padding: 80px 0;
	}
	.introBox2 .info .t1,
	.introBox2 .info .t2 {
		font-size: 36px;
		margin: 0 0 25px 0;
	}
	.introBox2 .info {
		padding: 0 50px;
	}
	.introBox2 .info .des {
		padding-top: 20px;
		font-size: 18px;
	}
	.introBox2 .img img {
		width: auto;
	}
}
.serve-head {
	text-align: center;
}
.serve-head .title {
	font-size: 18px;
	margin: 0 0 5px 0;
}
.serve-head .des {
	color: #999999;
	font-size: 12px;
	margin: 0;
}
@media(min-width: 992px) {
	.serve-head .title {
		font-size: 36px;
		margin: 0 0 10px 0;
	}
	.serve-head .des {
		font-size: 14px;
	}
}
/*网站建设*/
.webBox1 {
	padding: 30px 0;
}
.webBox1 .list {
	margin-top: 15px;
	padding: 0 15px;
}
.webBox1 .list [class*=col-]:nth-child(1),
.webBox1 .list [class*=col-]:nth-child(4),
.webBox1 .list [class*=col-]:nth-child(5),
.webBox1 .list [class*=col-]:nth-child(8) {
	background:#f5f5f5;
}
.webBox1 .list .item {
	padding: 30px 0px;
	text-align: center;
}
.webBox1 .list .item .title {
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 20px 0;
}
.webBox1 .list .item .icon {
	width: 56px;
	height: 56px;
	margin: 0 auto;
}
.webBox1 .list .item .icon img {
	width: 100%;
	height: 100%;
	display: block;
}
.webBox1 .list .item .des {
	margin-top: 20px;
	font-size: 14px;
	color: #888888;
	height: 60px;
	overflow: hidden;
}
@media(min-width: 992px) {
	.webBox1 {
		padding: 80px 0;
	}
	.webBox1 .list {
		margin-top: 30px;
		padding: 0px;
	}
	.webBox1 .list [class*=col-]:nth-child(1),
	.webBox1 .list [class*=col-]:nth-child(3),
	.webBox1 .list [class*=col-]:nth-child(6),
	.webBox1 .list [class*=col-]:nth-child(8) {
		background:#f5f5f5;
	}
	.webBox1 .list [class*=col-]:nth-child(4),
	.webBox1 .list [class*=col-]:nth-child(5) {
		background: inherit;
	}
	.webBox1 .list .item {
		padding: 30px 15px;
	}
	.webBox1 .list .item .title {
		font-size: 18px;
	}
}
.webBox2 {
	padding: 30px 0;
	overflow: hidden;
}
.webBox2 .list {
	margin-top: 15px;
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.webBox2 .list [class*=col-] {
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.webBox2 .list .item {
	margin-bottom: 15px;
	display: block;
	text-decoration: none;
}
.webBox2 .list .item .img {
	position: relative;
	overflow: hidden;
}
.webBox2 .list .item .cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	filter: Alpha(opacity=0);
}
.webBox2 .list .item .cover .text {
	width: 100%;
	height: 100%;
	position: relative;
}
.webBox2 .list .item .cover .details {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
}
.webBox2 .list .item .cover .details span {
	position: relative;
}
.webBox2 .list .item .cover .details span:before,
.webBox2 .list .item .cover .details span:after {
	content: "";
	display: block;
	width: 0px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s;
}
.webBox2 .list .item .cover .details span:before {
	top: -8px;
}
.webBox2 .list .item .cover .details span:after {
	bottom: -8px;
}
.webBox2 .list .item:hover .cover {
	opacity: 1;
	filter: Alpha(opacity=100);
}
.webBox2 .list .item:hover .cover .details span:before,
.webBox2 .list .item:hover .cover .details span:after {
	width: 16px;
	margin-left: -8px;
}
.webBox2 .list .item .img img {
	width: 100%;
	display: block;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s;
}
.webBox2 .list .item:hover .img img {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.webBox2 .list .item .info {
	padding: 10px 10px;
	border: 1px solid #ebebeb;
	border-top: none;
}
.webBox2 .list .item .info .title {
	color: #333;
	font-size: 15px;
	margin: 0 0 5px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.webBox2 .list .item .info .cate {
	color: #777;
	font-size: 12px;
	margin: 0;
	padding-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px solid #ebebeb;
}
.webBox2 .list .item .info .des {
	padding-top: 10px;
	margin: 0;
	color: #666;
	font-size: 14px;
}
.webBox2 .list .item .info .des i {
	font-size: 20px;
	height: 16px;
	line-height: 16px;
	margin-right: 15px;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s;
}
.webBox2 .list .item:hover .info .des i {
	margin-right: 0px;
	color: #1969FA;
}
@media(min-width: 992px) {
	.webBox2 {
		padding: 80px 0;
	}
	.webBox2 .list {
		margin-top: 30px;
		padding: 0;
	}
	.webBox2 .list [class*=col-] {
		padding-left: 15px;
		padding-right: 15px;
	}
	.webBox2 .list .item {
		margin-bottom: 30px;
	}
	.webBox2 .list .item .info {
		padding: 20px 15px;
	}
	.webBox2 .list .item .info .title {
		font-size: 18px;
		margin: 0 0 15px 0;
	}
	.webBox2 .list .item .info .cate {
		font-size: 14px;
	}
	.webBox2 .list .item .info .des {
		padding-top: 20px;
		font-size: 16px;
	}
	.webBox2 .list .item .info .des i {
		font-size: 30px;
		margin-right: 30px;
	}
}
/*微信小程序*/
.wechatBox1 {
	padding: 20px 0 5px 0;
}
.wechatBox1 .list {
	margin-top: 15px;
}
.wechatBox1 .list .item {
	margin-bottom: 15px;
}
.wechatBox1 .list .item h4 {
	font-size: 16px;
	margin: 0 0 10px 0;
}
.wechatBox1 .list .item p {
	font-size: 14px;
	color: #999;
	overflow: hidden;
	margin: 0;
}
.wechatBox1 .list .item img {
	width: 45px;
	height: 45px;
	display: block;
	margin: 0 auto;
}
.wechatBox1 .list .item .img {
	float: left;
}
.wechatBox1 .list .item .info {
	float: right;
  width: calc(100% - 60px);
}
@media(min-width: 992px) {
	.wechatBox1 {
		padding: 80px 0 0 0;
	}
	.wechatBox1 .list .item {
		position: absolute;
		width: 310px;
		z-index: 2;
		overflow: hidden;
	}
	.wechatBox1 .list .item img {
		width: 60px;
		height: 60px;
	}
	.wechatBox1 .list .item .info {
		width: 100%;
	}
	.wechatBox1 .list .item h4 {
		font-size: 18px;
	}
	.wechatBox1 .list {
		margin-top: 30px;
		height: 660px;
		position: relative;
		overflow: hidden;
		background: url("../image/wechatBox1-bg.png") no-repeat center bottom;
	}
	.wechatBox1 .list .item-01 .img,
	.wechatBox1 .list .item-02 .img,
	.wechatBox1 .list .item-03 .img {
		float: right;
	}
	.wechatBox1 .list .item-01 .info,
	.wechatBox1 .list .item-02 .info,
	.wechatBox1 .list .item-03 .info {
		width: 230px;
		float: left;
		text-align: right;
	}
	.wechatBox1 .list .item-04 {
		width: 230px;
		text-align: center;
	}
	.wechatBox1 .list .item-04 .img {
		margin-top: 15px;
		float: none;
	}
	.wechatBox1 .list .item-04 .info {
		float: none;
	}
	.wechatBox1 .list .item-05 .img,
	.wechatBox1 .list .item-06 .img,
	.wechatBox1 .list .item-07 .img {
		float: left;
	}
	.wechatBox1 .list .item-05 .info,
	.wechatBox1 .list .item-06 .info,
	.wechatBox1 .list .item-07 .info {
		width: 230px;
		float: right;
		text-align: left;
	}
	.wechatBox1 .list .item-01 {
		left: -10px;
		top: 460px;
	}
	.wechatBox1 .list .item-02 {
		left: 0px;
		top: 305px;
	}
	.wechatBox1 .list .item-03 {
		left: 100px;
		top: 155px;
	}
	.wechatBox1 .list .item-04 {
		left: 450px;
		top: 0px;
	}
	.wechatBox1 .list .item-05 {
		right: 100px;
		top: 155px;
	}
	.wechatBox1 .list .item-06 {
		right: 0px;
		top: 305px;
	}
	.wechatBox1 .list .item-07 {
		right: -10px;
		top: 460px;
	}
}
@media(min-width: 1440px) {
	.wechatBox1 .list .item-01 {
		left: 80px;
		top: 460px;
	}
	.wechatBox1 .list .item-02 {
		left: 90px;
		top: 305px;
	}
	.wechatBox1 .list .item-03 {
		left: 190px;
		top: 155px;
	}
	.wechatBox1 .list .item-04 {
		left: 540px;
		top: 0px;
	}
	.wechatBox1 .list .item-05 {
		right: 190px;
		top: 155px;
	}
	.wechatBox1 .list .item-06 {
		right: 90px;
		top: 305px;
	}
	.wechatBox1 .list .item-07 {
		right: 80px;
		top: 460px;
	}
}
.wechatBox2 {
	padding: 20px 0;
	background: url("../image/wechatBox2-bg.jpg") no-repeat center center;
	background-size: cover;
}
.wechatBox2 .serve-head .title,
.wechatBox2 .serve-head .des {
	color: #fff;
}
.wechatBox2 .list {
	margin-top: 15px;
	padding: 0 15px;
}
.wechatBox2 .list [class*=col] {
	background-color: #fff;
}
.wechatBox2 .list .item {
	padding: 20px 0;
	text-align: center;
}
.wechatBox2 .list .item .icon {
	width: 40px;
	height: 40px;
	margin: 0 auto;
}
.wechatBox2 .list .item .icon img {
	width: 100%;
	height: 100%;
	display: block;
}
.wechatBox2 .list .item h4 {
	font-size: 16px;
	margin: 15px 0;
}
.wechatBox2 .list .item p {
	color: #888;
	font-size: 14px;
	margin: 0;
	height: 60px;
	overflow: hidden;
}
@media(min-width: 992px) {
	.wechatBox2 {
		padding: 80px 0;
	}
	.wechatBox2 .list .item .icon {
		width: 66px;
		height: 66px;
	}
	.wechatBox2 .list .item {
		padding: 40px 0;
	}
	.wechatBox2 .list .item h4 {
		font-size: 18px;
	}
}
/*系统开发*/
.systemBox1 {
	padding: 30px 0;
	background: #f8f8f8;
}
.systemBox1 .content {
	position: relative;
}
.systemBox1 .list {
	margin: 30px 0 0 0;
}
.systemBox1 .list li {
	width: 48%;
	height: 90px;
	float: left;
	background: #eaeaea;
	margin-bottom: 15px;
	cursor: pointer;
	overflow: hidden;
	zoom: 1;
}
.systemBox1 .list li:nth-child(2n) {
	float: right;
}
.systemBox1 .list li .title {
	width: calc(100% - 60px);
	padding-left: 10px;
	font-size: 14px;
	display: table-cell;
	vertical-align: middle;
}
.systemBox1 .list li .img {
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	zoom: 1;
}
.systemBox1 .list li .img img {
	width: 40px;
	height: 40px;
	display: block;
	margin: 25px 10px;
}
.systemBox1 .list li .img .img2 {
	display: none;
}
.systemBox1 .list li.active {
	color: #fff;
	background: #1969FA;
}
.systemBox1 .list li.active .img .img1 {
	display: none;
}
.systemBox1 .list li.active .img .img2 {
	display: block;
}
.systemBox1 .system_show {
	padding: 15px;
	color: #fff;
	background: #3375ed;
}
@media(min-width: 992px) {
	.systemBox1 {
		padding: 80px 0;
	}
	.systemBox1 .list {
		margin: 50px 0 0 0;
		width: 1856px;
	}
	.systemBox1 .list li {
		width: 272px;
		height: 106px;
		float: left;
		background: #eaeaea;
		margin-bottom: 10px;
		margin-right: 656px;
		cursor: pointer;
		overflow: hidden;
		zoom: 1;
	}
	.systemBox1 .list li .title {
		width: 166px;
		padding-left: 25px;
		font-size: 16px;
	}
	.systemBox1 .list li .img img {
		width: 56px;
		height: 56px;
		margin: 25px;
	}
	.systemBox1 .system_show {
		position: absolute;
		width: 640px;
		height: 340px;
		padding: 127px 150px 128px 154px;
		background: url(../image/system_show.jpg) no-repeat;
		background-size: 100% 100%;
		top: 0;
		left: 280px;
		color: #feffff;
		font-size: 16px;
		line-height: 28px;
		overflow-y: auto;
		text-align: justify;
	}
}
.systemBox2 {
	padding: 30px 0;
	background: url("../image/systemBox2-bg.jpg") no-repeat bottom center fixed;
	background-size: cover;
}
.systemBox2 .serve-head .title,
.systemBox2 .serve-head .des {
	color: #fff;
}
.systemBox2 .list {
	margin: 30px 0 0 0;
}
.systemBox2 .list li + li {
	margin-top: 15px;
}
.systemBox2 .list li .index {
	font-size: 24px;
	font-weight: 700;
	color: #eaeaea;
	text-align: center;
	width: 30px;
	float: left;
}
.systemBox2 .list li .title {
	font-size: 16px;
	font-weight: 700;
	padding-left: 40px;
	margin: 0 0 5px 0;
	text-align: left;
	color: #1969fa;
}
.systemBox2 .list li .des {
	color: #FFFFFF;
	padding-left: 40px;
	text-align: left;
	font-size: 12px;
}
@media(min-width: 992px) {
	.systemBox2 {
		padding: 80px 0;
	}
	.systemBox2 .list li {
		width: 176px;
		min-height: 255px;
		float: left;
		background: url("../image/systemBox2-li.png") no-repeat left 10px;
	}
	.systemBox2 .list li + li {
		margin-left: 16px;
	}
	.systemBox2 .list li .index {
		font-size: 30px;
		color: #1969fa;
		width: 100%;
		float: none;
	}
	.systemBox2 .list li .title {
		font-size: 16px;
		color: #FFFFFF;
		padding-left: 24px;
		line-height: 24px;
		margin: 32px auto 16px auto;
	}
	.systemBox2 .list li .des {
		color: #FFFFFF;
		padding-left: 24px;
		line-height: 24px;
		font-size: 14px;
	}
	.systemBox2 .list li.item01 {
		margin-top: 200px;
	}
	.systemBox2 .list li.item02 {
		margin-top: 160px;
	}
	.systemBox2 .list li.item03 {
		margin-top: 120px;
	}
	.systemBox2 .list li.item04 {
		margin-top: 80px;
	}
	.systemBox2 .list li.item05 {
		margin-top: 40px;
	}
	.systemBox2 .list li.item06 {
		margin-top: 0px;
	}
}
@media(min-width: 1440px) {
	.systemBox2 .list li + li {
		margin-left: 54px;
	}
}
.systemBox3 {
	padding: 30px 0;
	background: url("../image/systemBox3-bg.jpg") no-repeat center center;
	background-size: cover;
}
.systemBox3 .info .title {
	font-size: 20px;
	color: #282828;
	margin: 0 0 5px 0;
}
.systemBox3 .info .des {
	font-size: 12px;
	color: #999999;
	margin-bottom: 15px;
}
.systemBox3 .info .text {
	font-size: 14px;
}
.systemBox3 .img {
	padding: 40px 0 0 0;
}
.systemBox3 .img img {
	max-width: 100%;
	display: block;
}
@media(min-width: 992px) {
	.systemBox3 {
		padding: 150px 0;
	}
	.systemBox3 .info .title {
		font-size: 36px;
		margin: 0 0 15px 0;
	}
	.systemBox3 .info .des {
		font-size: 14px;
		margin-bottom: 50px;
	}
	.systemBox3 .info .text {
		font-size: 16px;
		line-height: 30px;
	}
}
/*智能软硬件研发*/
.softhardwareBox1 {
	padding: 15px 0;
}
.softhardwareBox1 .content {
	background: #fff url("../image/softHardwareBanner1.png") no-repeat left top;
	background-size: 100%;
	-webkit-box-shadow: 0px 0px 10px rgb(53, 55, 61, .1);
	box-shadow: 0px 0px 10px rgb(53, 55, 61, .1);
	position: relative;
	z-index: 1;
}
.softhardwareBox1 .img img {
	max-width: 100%;
	display: block;
}
.softhardwareBox1 .info {
	padding: 0 15px;
}
.softhardwareBox1 .info .title {
	font-size: 18px;
	font-weight: 700;
	line-height: 31px;
	margin: 10px 0;
}
.softhardwareBox1 .info .line p {
	width: 123px;
	height: 1px;
	background: #1969FA;
	margin-bottom: 0px;
}
.softhardwareBox1 .info .line label {
	width: 40px;
	margin-top: -2px;
	display: block;
	height: 5px;
	background: #1969FA;
}
.softhardwareBox1 .info .des {
	margin-top: 20px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
@media(min-width: 992px) {
	.softhardwareBox1 .content {
		margin-top: -80px;
		padding: 60px 100px;
	}
	.softhardwareBox1 .info .title {
		font-size: 24px;
		margin: 20px 0;
	}
	.softhardwareBox1 .info .des {
		margin-top: 35px;
		font-size: 16px;
		line-height: 34px;
	}
}
.softhead {
	text-align: center;
}
.softhead .title {
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 5px;
	background: url("../image/softhead-bg.png") no-repeat left bottom;
	background-size: 100px;
}
.softhead .des {
	font-size: 12px;
	color: #9b9b9a;
	text-transform: uppercase;
}
@media(min-width: 992px) {
	.softhead .title {
		font-size: 28px;
		margin-bottom: 10px;
		background-size: 140px;
	}
	.softhead .des {
		font-size: 14px;
	}
}
.softhardwareBox2 {
	padding: 15px 0;
}
.softhardwareBox2 .list {
	margin-top: 20px;
	padding: 0 7.5px;
}
.softhardwareBox2 .list [class*=col-] {
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.softhardwareBox2 .list .item {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.softhardwareBox2 .list .item img {
	width: 100%;
	display: block;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.softhardwareBox2 .list .item:hover img {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.softhardwareBox2 .list .item .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
@media(min-width: 992px) {
	.softhardwareBox2 {
		padding: 80px 0;
	}
	.softhardwareBox2 .list {
		margin-top: 50px;
		padding: 0 15px;
	}
	.softhardwareBox2 .list [class*=col-] {
		padding-left: 0;
		padding-right: 0;
	}
	.softhardwareBox2 .list .item .title {
		height: 60px;
		line-height: 60px;
		font-size: 20px;
	}
}
.softhardwareBox3 {
	padding: 30px 0;
	background: #f8fafb;
}
.softhardwareBox3 .list {
	margin-top: 20px;
}
.softhardwareBox3 .list .media {
	margin-top: 15px;
	padding: 10px;
	background: #fff;
}
.softhardwareBox3 .list .media-left {
	padding-right: 0;
}
.softhardwareBox3 .list .media-img {
	overflow: hidden;
}
.softhardwareBox3 .list .media-object {
	width: 135px;
	height: 76px;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.softhardwareBox3 .list .media-body {
	padding: 0px 0px 0px 10px;
}
.softhardwareBox3 .list .media-body .title {
	font-size: 15px;
	font-weight: 600;
	margin: 0;
}
.softhardwareBox3 .list .media-body .line {
	margin: 5px 0;
	width: 20px;
	height: 2px;
	background: #1969FA;
}
.softhardwareBox3 .list .media-body .des {
	font-size: 12px;
	color: #4C4C4C;
	margin: 0;
	line-height: 1.3;
}
.softhardwareBox3 .list .media:hover {
	background: #1969FA;
}
.softhardwareBox3 .list .media:hover .media-object {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.softhardwareBox3 .list .media:hover .media-body .title,
.softhardwareBox3 .list .media:hover .media-body .des {
	color: #fff;
}
.softhardwareBox3 .list .media:hover .line {
	background: #fff !important;
}
@media(min-width: 992px) {
	.softhardwareBox3 {
		padding: 80px 0;
	}
	.softhardwareBox3 .list {
		margin-top: 40px;
	}
	.softhardwareBox3 .list .media {
		margin-top: 30px;
		padding: 0px;
	}
	.softhardwareBox3 .list .media:nth-child(2n) {
		margin-left: 180px;
	}
	.softhardwareBox3 .list .media:nth-child(2n + 1) {
		margin-right: 180px;
	}
	.softhardwareBox3 .list .media:nth-child(2n) .media-left {
		float: right;
	}
	.softhardwareBox3 .list .media-object {
		width: 320px;
		height: 180px;
	}
	.softhardwareBox3 .list .media-body {
		padding: 25px 30px;
	}
	.softhardwareBox3 .list .media-body .title {
		font-size: 20px;
	}
	.softhardwareBox3 .list .media-body .line {
		margin: 25px 0 20px 0;
		width: 20px;
		height: 5px;
		background: #1969FA;
	}
	.softhardwareBox3 .list .media-body .des {
		font-size: 16px;
		line-height: inherit;
	}
}
.softhardwareBox4 {
	padding: 30px 0;
	background: url("../image/softHardware14.png") no-repeat center bottom;
	background-size: 100%;
}
.softhardwareBox4 .list .item {
	padding: 15px 0;
	border-bottom: 1px solid #ebebeb;
}
.softhardwareBox4 .list .item .index {
	font-size: 12px;
	color: #fff;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border-radius: 50%;
	background-color: #1969fa;
	float: left;
	margin-right: 10px;
}
.softhardwareBox4 .list .item .title {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 10px;
}
@media(min-width: 992px) {
	.softhardwareBox4 {
		padding: 80px 0;
	}
	.softhardwareBox4 .list {
		height: 850px;
		position: relative;
		background: url("../image/softHardware13.png") no-repeat center top;
		background-size: 100%;
	}
	.softhardwareBox4 .list .item {
		width: 260px;
		position: absolute;
		z-index: 1;
		text-align: center;
		padding: 0;
		border-bottom: none;
	}
	.softhardwareBox4 .list .item .index {
		font-size: 24px;
		font-weight: 700;
		line-height: 60px;
		margin-bottom: 35px;
		color: #fff;
		width: auto;
		height: auto;
		border-radius: inherit;
		float: none;
		margin-right: 0px;
		background-color: inherit;
	}
	.softhardwareBox4 .list .item .title {
		font-size: 20px;
		font-weight: 700;
		line-height: 26px;
		margin-bottom: 30px;
	}
	.softhardwareBox4 .list .item .des {
		font-size: 16px;
		line-height: 30px;
		color: #4c4c4c;
	}
	.softhardwareBox4 .list .item01 {
		top: 7px;
		left: 100px;
	}
	.softhardwareBox4 .list .item02 {
		top: 7px;
		left: 438px;
	}
	.softhardwareBox4 .list .item03 {
		top: 7px;
		left: 792px;
	}
	.softhardwareBox4 .list .item04 {
		top: 330px;
		left: 792px;
	}
	.softhardwareBox4 .list .item05 {
		top: 330px;
		left: 438px;
	}
	.softhardwareBox4 .list .item06 {
		top: 330px;
		left: 100px;
	}
	.softhardwareBox4 .list .item07 {
		top: 613px;
		left: 100px;
	}
	.softhardwareBox4 .list .item08 {
		top: 613px;
		left: 438px;
	}
	.softhardwareBox4 .list .item09 {
		top: 613px;
		left: 792px;
	}
	.softhardwareBox4 .list .item03 .index {
		margin-bottom: 20px;
	}
	.softhardwareBox4 .list .item03 .title {
		width: 199px;
		margin: 0 auto 20px auto;
	}
}
@media(min-width: 1440px) {
	.softhardwareBox4 .list {
		height: 1000px;
	}
	.softhardwareBox4 .list .item {
		width: 300px;
	}
	.softhardwareBox4 .list .item .des {
		line-height: 34px;
	}
	.softhardwareBox4 .list .item01 {
		top: 9px;
		left: 118px;
	}
	.softhardwareBox4 .list .item02 {
		top: 9px;
		left: 514px;
	}
	.softhardwareBox4 .list .item03 {
		top: 9px;
		left: 927px;
	}
	.softhardwareBox4 .list .item04 {
		top: 384px;
		left: 927px;
	}
	.softhardwareBox4 .list .item05 {
		top: 384px;
		left: 514px;
	}
	.softhardwareBox4 .list .item06 {
		top: 384px;
		left: 118px;
	}
	.softhardwareBox4 .list .item07 {
		top: 715px;
		left: 118px;
	}
	.softhardwareBox4 .list .item08 {
		top: 715px;
		left: 514px;
	}
	.softhardwareBox4 .list .item09 {
		top: 715px;
		left: 927px;
	}
}
.softhardwareBox5 {
	padding: 30px 0;
	background: url("../image/z-softhardware-advantage-bgimg.png") no-repeat center center;
	background-size: cover;
	overflow: hidden;
}
.softhardwareBox5 .softhead .title,
.softhardwareBox5 .softhead .des {
	color: #fff;
}
.softhardwareBox5 .list .media {
	padding: 20px;
	background-color: #fff;
	margin-top: 15px;
}
.softhardwareBox5 .list .media-left {
	padding-right: 20px;
	vertical-align: middle;
}
.softhardwareBox5 .list .media-object {
	width: 30px;
	height: 30px;
}
.softhardwareBox5 .list .media-heading {
	font-size: 16px;
	font-weight: 700;
}
.softhardwareBox5 .list .media-body p {
	font-size: 14px;
	margin: 0;
	color: #4C4C4C;
}
@media(min-width: 992px) {
	.softhardwareBox5 .list .media {
		padding: 40px;
		background-color: #fff;
		margin-top: 30px;
	}
	.softhardwareBox5 .list .media-left {
		padding-right: 45px;
	}
	.softhardwareBox5 .list .media-object {
		width: 60px;
		height: 60px;
	}
	.softhardwareBox5 .list .media-heading {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.softhardwareBox5 .list .media-body p {
		font-size: 16px;
	}
}

.softhardwareBox6 {
	padding: 30px 0;
	overflow: hidden;
}
.softhardwareBox6 .list {
	margin-top: 15px;
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.softhardwareBox6 .list [class*=col-] {
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.softhardwareBox6 .list .item {
	margin-bottom: 15px;
	display: block;
	text-decoration: none;
}
.softhardwareBox6 .list .item .img {
	position: relative;
	overflow: hidden;
}
.softhardwareBox6 .list .item .cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	filter: Alpha(opacity=0);
}
.softhardwareBox6 .list .item .cover .text {
	width: 100%;
	height: 100%;
	position: relative;
}
.softhardwareBox6 .list .item .cover .details {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
}
.softhardwareBox6 .list .item .cover .details span {
	position: relative;
}
.softhardwareBox6 .list .item .cover .details span:before,
.softhardwareBox6 .list .item .cover .details span:after {
	content: "";
	display: block;
	width: 0px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s;
}
.softhardwareBox6 .list .item .cover .details span:before {
	top: -8px;
}
.softhardwareBox6 .list .item .cover .details span:after {
	bottom: -8px;
}
.softhardwareBox6 .list .item:hover .cover {
	opacity: 1;
	filter: Alpha(opacity=100);
}
.softhardwareBox6 .list .item:hover .cover .details span:before,
.softhardwareBox6 .list .item:hover .cover .details span:after {
	width: 16px;
	margin-left: -8px;
}
.softhardwareBox6 .list .item .img img {
	width: 100%;
	display: block;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s;
}
.softhardwareBox6 .list .item:hover .img img {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.softhardwareBox6 .list .item .info {
	padding: 10px 10px;
	border: 1px solid #ebebeb;
	border-top: none;
}
.softhardwareBox6 .list .item .info .title {
	color: #333;
	font-size: 15px;
	margin: 0 0 5px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.softhardwareBox6 .list .item .info .cate {
	color: #777;
	font-size: 12px;
	margin: 0;
	padding-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px solid #ebebeb;
}
.softhardwareBox6 .list .item .info .des {
	padding-top: 10px;
	margin: 0;
	color: #666;
	font-size: 14px;
}
.softhardwareBox6 .list .item .info .des i {
	font-size: 20px;
	height: 16px;
	line-height: 16px;
	margin-right: 15px;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s;
}
.softhardwareBox6 .list .item:hover .info .des i {
	margin-right: 0px;
	color: #1969FA;
}
@media(min-width: 992px) {
	.softhardwareBox6 {
		padding: 80px 0;
	}
	.softhardwareBox6 .list {
		margin-top: 30px;
		padding: 0;
	}
	.softhardwareBox6 .list [class*=col-] {
		padding-left: 15px;
		padding-right: 15px;
	}
	.softhardwareBox6 .list .item {
		margin-bottom: 30px;
	}
	.softhardwareBox6 .list .item .info {
		padding: 20px 15px;
	}
	.softhardwareBox6 .list .item .info .title {
		font-size: 18px;
		margin: 0 0 15px 0;
	}
	.softhardwareBox6 .list .item .info .cate {
		font-size: 14px;
	}
	.softhardwareBox6 .list .item .info .des {
		padding-top: 20px;
		font-size: 16px;
	}
	.softhardwareBox6 .list .item .info .des i {
		font-size: 30px;
		margin-right: 30px;
	}
}
/*app开发*/
.appBox1 {
	padding: 30px 0;
	overflow: hidden;
}
.appBox1 .list {
	margin: 30px -15px 0;
	padding: 0 15px;
	position: relative;
}
.appBox1 .swiper-slide {
	padding: 30px 15px;
	border: 1px solid #ebebeb;
}
.appBox1 .swiper-slide .icon {
	width: 70px;
	height: 70px;
	margin: 0 auto;
}
.appBox1 .swiper-slide .icon img {
	width: 100%;
	height: 100%;
	display: block;
}
.appBox1 .swiper-slide .title {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin: 15px 0 10px 0;
}
.appBox1 .swiper-slide .des {
	font-size: 13px;
	color: #666666;
	margin: 0;
	height: 56px;
	overflow: hidden;
}
.appBox1 .list .swiper-button-next,
.appBox1 .list .swiper-button-prev {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background-color: rgba(0, 0, 0, .25);
	-moz-background-size: 30%;
	-webkit-background-size: 30%;
	background-size: 30%;
}
.appBox1 .list .swiper-button-next:hover,
.appBox1 .list .swiper-button-prev:hover {
	background-color: #1969fa;
}
@media(min-width: 992px) {
	.appBox1 {
		padding: 80px 0;
	}
	.appBox1 .list {
		margin: 50px -50px 0;
		padding: 0 50px;
	}
	.appBox1 .swiper-slide {
		padding: 60px 30px;
	}
	.appBox1 .swiper-slide .icon {
		width: 100px;
		height: 100px;
	}
	.appBox1 .swiper-slide .title {
		font-size: 20px;
		margin: 25px 0 15px 0;
	}
	.appBox1 .swiper-slide .des {
		font-size: 15px;
		height: 66px;
	}
}
.appBox2 {
	padding: 30px 0;
	background: url("../image/aa_app_22.jpg") no-repeat center center;
	background-size: cover;
	overflow: hidden;
}
.appBox2 .list {
	margin-top: 15px;
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.appBox2 .list [class*=col-] {
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.appBox2 .list .item {
	margin-top: 15px;
}
.appBox2 .list .item img {
	width: 100%;
	display: block;
	margin: 0 auto;
}
@media(min-width: 992px) {
	.appBox2 {
		padding: 80px 0;
	}
}
.appBox3 {
	padding: 30px 0;
	overflow: hidden;
}
.appBox3 .list {
	margin-top: 15px;
}
.appBox3 .list .item {
	margin-top: 15px;
	text-align: center;
}
.appBox3 .list .item img {
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto;
}
.appBox3 .list .item p {
	font-size: 14px;
	font-weight: 700;
	margin: 10px 0 0 0;
}
@media(min-width: 992px) {
	.appBox3 {
		padding: 80px 0;
	}
	.appBox3 .list {
		margin-top: 20px;
	}
	.appBox3 .list .item {
		margin-top: 30px;
	}
	.appBox3 .list .item img {
		width: 130px;
		height: 130px;
	}
	.appBox3 .list .item p {
		font-size: 16px;
		margin: 20px 0 0 0;
	}
}
.appBox4 {
	padding: 30px 0;
	background: url("../image/aa_app_52.jpg") no-repeat center center;
	background-size: cover;
	overflow: hidden;
}
.appBox4 .list {
	margin-top: 15px;
}
.appBox4 .list .item {
	margin-top: 15px;
	position: relative;
}
.appBox4 .list .item img {
	width: 100%;
	display: block;
}
.appBox4 .list .item .info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding: 15px;
	color: #fff;
	background-color: #1969fa;
}
.appBox4 .list .item .info .title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
@media(min-width: 992px) {
	.appBox4 {
		padding: 80px 0;
	}
	.appBox4 .list {
		margin-top: 50px;
	}
}
.appBox5 {
	padding: 30px 0;
	overflow: hidden;
}
.appBox5 .list {
	margin-top: 15px;
}
.appBox5 .list .item {
	margin-top: 15px;
	padding: 20px 15px;
	border: 1px solid #ebebeb;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}
.appBox5 .list .item .num {
	font-size: 46px;
	font-weight: 700;
	color: #1969fa;
	padding-right: 15px;
	line-height: 1;
	display: table-cell;
	vertical-align: top;
	zoom: 1;
	overflow: hidden;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}
.appBox5 .list .item .info {
	display: table-cell;
	vertical-align: top;
	zoom: 1;
	overflow: hidden;
}
.appBox5 .list .item .info .title {
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 5px 0;
}
.appBox5 .list .item .info .des {
	font-size: 13px;
	color: #666;
	height: 40px;
	overflow: hidden;
}
@media(min-width: 992px) {
	.appBox5 {
		padding: 80px 0;
	}
	.appBox5 .list {
		margin-top: 20px;
	}
	.appBox5 .list .item {
		margin-top: 30px;
		padding: 50px 30px;
	}
	.appBox5 .list .item .num {
		font-size: 56px;
	}
	.appBox5 .list .item .info .title {
		font-size: 18px;
		font-weight: 700;
		margin: 0 0 10px 0;
	}
	.appBox5 .list .item .info .des {
		font-size: 14px;
	}
}
.appBox6 {
	padding: 30px 0;
	overflow: hidden;
	background: url("../image/app_img_a_02.jpg") no-repeat center center;
	background-size: cover;
}
.appBox6 .list {
	margin-top: 15px;
}
.appBox6 .list .media {
	padding: 15px;
	margin-top: 15px;
	background: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}
.appBox6 .list .media-object {
	width: 120px;
	height: 113px;
}
.appBox6 .list .media-heading {
	font-size: 18px;
	font-weight: 700;
	color: #1969fa;
}
.appBox6 .list .media-body p {
	font-size: 13px;
	color: #666;
	margin: 0;
}
@media(min-width: 992px) {
	.appBox6 {
		padding: 80px 0;
	}
	.appBox6 .list {
		margin-top: 20px;
	}
	.appBox6 .list .media {
		padding: 30px;
		margin-top: 30px;
	}
	.appBox6 .list .media-left {
		padding-right: 20px;
	}
	.appBox6 .list .media-object {
		width: 160px;
		height: 150px;
	}
	.appBox6 .list .media-heading {
		font-size: 20px;
		margin: 15px 0;
	}
	.appBox6 .list .media-body p {
		font-size: 15px;
	}
}
.appBox7 {
	padding: 30px 0;
	overflow: hidden;
}
.appBox7 .list {
	margin-top: 15px;
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.appBox7 .list [class*=col-] {
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.appBox7 .list .item {
	margin-bottom: 15px;
	display: block;
	text-decoration: none;
}
.appBox7 .list .item .img {
	position: relative;
	overflow: hidden;
}
.appBox7 .list .item .cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	filter: Alpha(opacity=0);
}
.appBox7 .list .item .cover .text {
	width: 100%;
	height: 100%;
	position: relative;
}
.appBox7 .list .item .cover .details {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
}
.appBox7 .list .item .cover .details span {
	position: relative;
}
.appBox7 .list .item .cover .details span:before,
.appBox7 .list .item .cover .details span:after {
	content: "";
	display: block;
	width: 0px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s;
}
.appBox7 .list .item .cover .details span:before {
	top: -8px;
}
.appBox7 .list .item .cover .details span:after {
	bottom: -8px;
}
.appBox7 .list .item:hover .cover {
	opacity: 1;
	filter: Alpha(opacity=100);
}
.appBox7 .list .item:hover .cover .details span:before,
.appBox7 .list .item:hover .cover .details span:after {
	width: 16px;
	margin-left: -8px;
}
.appBox7 .list .item .img img {
	width: 100%;
	display: block;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s;
}
.appBox7 .list .item:hover .img img {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.appBox7 .list .item .info {
	padding: 10px 10px;
	border: 1px solid #ebebeb;
	border-top: none;
}
.appBox7 .list .item .info .title {
	color: #333;
	font-size: 15px;
	margin: 0 0 5px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.appBox7 .list .item .info .cate {
	color: #777;
	font-size: 12px;
	margin: 0;
	padding-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px solid #ebebeb;
}
.appBox7 .list .item .info .des {
	padding-top: 10px;
	margin: 0;
	color: #666;
	font-size: 14px;
}
.appBox7 .list .item .info .des i {
	font-size: 20px;
	height: 16px;
	line-height: 16px;
	margin-right: 15px;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s;
}
.appBox7 .list .item:hover .info .des i {
	margin-right: 0px;
	color: #1969FA;
}
@media(min-width: 992px) {
	.appBox7 {
		padding: 80px 0;
	}
	.appBox7 .list {
		margin-top: 30px;
		padding: 0;
	}
	.appBox7 .list [class*=col-] {
		padding-left: 15px;
		padding-right: 15px;
	}
	.appBox7 .list .item {
		margin-bottom: 30px;
	}
	.appBox7 .list .item .info {
		padding: 20px 15px;
	}
	.appBox7 .list .item .info .title {
		font-size: 18px;
		margin: 0 0 15px 0;
	}
	.appBox7 .list .item .info .cate {
		font-size: 14px;
	}
	.appBox7 .list .item .info .des {
		padding-top: 20px;
		font-size: 16px;
	}
	.appBox7 .list .item .info .des i {
		font-size: 30px;
		margin-right: 30px;
	}
}