/* 默认 */
body {
	font-family: "Microsoft YaHei", "SimSun", Arial, Helvetica, sans-serif;
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
}
ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
a:hover, a:active, a:focus {
	color: #3d94d6;
	outline: none;
	text-decoration: none;
}
p {
	margin: 0;
}
@-o-keyframes Wave{
	0%{
		-o-transform: translateX(0px);
		transform: translateX(0px);
	}
	100%{
		-o-transform: translateX(50%);
		transform: translateX(50%);
	}
}
@-moz-keyframes Wave{
	0%{
		-moz-transform: translateX(0px);
		transform: translateX(0px);
	}
	100%{
		-moz-transform: translateX(50%);
		transform: translateX(50%);
	}
}
@-webkit-keyframes Wave{
	0%{
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	100%{
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}
}
@keyframes Wave{
	0%{
		-o-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	100%{
		-o-transform: translateX(50%);
		-ms-transform: translateX(50%);
		-moz-transform: translateX(50%);
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}
}

/* 全局 */
header {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	background: #fff;
	padding-top: 17px;
	padding-bottom: 16px;
}
.header-fixed {
	position: fixed;
}
.nav-list {
	float: right;
	margin-top: 26px;
}
.nav-list li {
	float: left;
	margin: 0 35px;
}
.nav-list li a {
	font-size: 1.6rem;
	color: #333;
}
.nav-list li a:hover {
	color: #3d94d6;
}
.logo {
	display: block;
	float: left;
}
.header-text {
	float: left;
	margin-top: 5px;
	margin-left: 35px;
}
.header-text p {
	font-size: 1.6rem;
	color: #333;
	line-height: 1.65;
}
.header-text p img {
	margin-right: 7px;
}
.hamburger-icon span:nth-of-type(2) {
    transition: 0.2s ease;
    transform: translateY(4px) rotate(42deg);
}
.hamburger-icon span:nth-of-type(3) {
    display: none;
    transition: 0.2s ease;
}
.hamburger-icon span:nth-of-type(4) {
    transition: 0.2s ease;
    transform: translateY(-2px) rotate(-42deg);
}
.header-business {
	position: fixed;
	top: 96px;
	right: 0;
	left: 0;
	z-index: 999;
	display: none;
	background: #fff;
	text-align: right;
}
.header-business.active {
	display: block;
}
.header-business li {
	display: inline-block;
	margin: 15px;
}
.header-business li a {
	font-size: 1.4rem;
	color: #333;
}
.header-business li a:hover {
	color: #3d94d6;
}
footer {
	background-color: #111111;
	padding-top: 57px;
}
footer .title h2 {
	color: #fff;
}
footer .title span {
	color: #c1c1c1;
}
footer .ft-wrap {
	width: 88.24%;
	margin-right: auto;
	margin-left: auto;
}
footer .ft-form {
	position: relative;
	height: 253px;
	margin-top: 31px;
	overflow: hidden;
}
footer .ft-form li {
	float: left;
	width: 30.333333%;
	margin-right: 4.5%;
}
footer .ft-form li:last-of-type {
	margin-right: 0;
}
footer .ft-form li h4 {
	position: relative;
	font-size: 1.6rem;
	color: #fff;
	line-height: 3;
}
footer .ft-form li h4 a {
	position: absolute;
	right: 0;
	bottom: 0;
	display: none;
	font-size: 1.3rem;
	color: #888;
}
footer .ft-form li h4 a:hover {
	color: #fff;
}
footer .ft-form li select {
	display: block;
	width: 100%;
	height: 50px;
	color: #888;
	border: 1px solid #888;
	padding: 10px;
	background: none;
	outline: none;
	transition: all 0.3s;
}
footer .ft-form li textarea {
	display: none;
	width: 100%;
	height: 100px;
	color: #888;
	border: 1px solid #888;
	padding: 10px;
	background: none;
	outline: none;
	resize: none;
}
footer .ft-form li input[type="text"],
footer .ft-form li input[type="tel"] {
	display: block;
	width: 100%;
	height: 50px;
	color: #888;
	border: 1px solid #888;
	padding: 10px 20px;
	background: none;
	outline: none;
	transition: all 0.3s;
}
footer .ft-form li>div {
	position: relative;
}
footer .ft-form li .radio_box{
	position:absolute;
	top: 0;
	right: 0;
	height:50px;
	line-height:50px;
	font-size:1.4rem;
	text-align: center;
}
footer .ft-form li .radio_box input{
	display:none;
}
footer .ft-form li .radio_box .radio_item{
	display:block;
	height:50px;
	line-height:50px;
	padding:0px 20px;
	color:#fff;
	cursor:pointer;
}
footer .ft-form li .radio_box .current{
	display:none;
}
footer .ft-form li select:focus,
footer .ft-form li textarea:focus,
footer .ft-form li input:focus {
	border-color: #fff;
}
footer .ft-form li .radio_box:hover{
	background: rgba(255,255,255,0.3);
}
footer .ft-form button {
	position: absolute;
	bottom: 0;
	left: 47.5%;
	width: 62px;
	height: 62px;
	background: none;
	border: 2px solid #fff;
	border-radius: 50%;
	padding: 0;
	outline: none;
	transition: all 0.5s;
}
footer .ft-form button span {
	line-height: 58px;
	font-size: 2.5rem;
	color: #fff;
	transition: all 0.4s;
}
footer .ft-form button h6 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 58px;
	font-size: 1.6rem;
	color: #fff;
	transition: all 0.5s;
	transform: scale(0);
}
footer .ft-form button:hover span {
	opacity: 0;
}
footer .ft-form button:hover h6 {
	transform: scale(1);
}
footer .ft-other {
	padding-top: 52px;
	padding-bottom: 38px;
}
footer .ft-other .ft-other-contact {
	float: left;
	width: 30%;
}
footer .ft-other .ft-other-contact h6 {
	font-size: 1.6rem;
	color: #fff;
}
footer .ft-other .ft-other-contact h6 span {
	margin-right: 7px;
}
footer .ft-other .ft-other-contact h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3.2rem;
	font-weight: bold;
	color: #fff;
	margin-top: 4px;
	margin-bottom: 10px;
}
footer .ft-other .ft-other-contact p {
	font-size: 1.4rem;
	color: #d3d3d3;
	line-height: 1.75;
}
footer .ft-other .ft-other-cert {
	float: right;
	width: 60%;
}
footer .ft-other .ft-other-cert ul {
	margin-top: 3px;
	overflow: hidden;
}
footer .ft-other .ft-other-cert li {
	float: left;
	width: 33.333333%;
	margin-top: 31px;
	overflow: hidden;
}
footer .ft-other .ft-other-cert li p {
	display: inline-block;
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.2;
	margin-left: 7px;
	vertical-align: middle;
}
footer .copyright {
	line-height: 65px;
	font-size: 1.4rem;
	color: #d3d3d3;
	border-top: 1px solid rgba(255,255,255,0.2);
	text-align: center;
}

.slide-fixed{
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 1010;
	width: 74px;
	height: 300px;
	margin-top: -150px;
}
.slide-fixed li{
	position: relative;
	width: 84px;
	height: 74px;
	margin-bottom: 1px;
	color: #fff;
	text-align: center;
	background: #127ac9;
}
.slide-fixed li a{
	position: relative;
	display: block;
	width: 74px;
	height: 74px;
	color: #fff;
}
.slide-fixed li span {
	display: block;
	font-size: 2.5rem;
	line-height: 1.9;
	color: #fff;
}
.slide-fixed li:last-of-type span {
	line-height: 74px;
}
.slide-fixed li .tel{
	position: absolute;
	left: 74px;
	top: 0;
	z-index: 1;
	width: 184px;
	height: 74px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.4rem;
	line-height: 74px;
	color: #fff;
	background: #127ac9;
}

.d{
  display: none;
  width:223px;
  background:#fff;
  position:absolute;
  right:82px;
  min-height:90px;
  border:1px solid #E0E1E5;
  border-radius:3px;
  box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}
.d1{top:0;}
.d2{top:78px;}
.d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.d-qrcode{text-align:center;}
.d-qrcode .inner-box{padding:20px 0;}
.d-qrcode p{font-size:14px;color:#93959c; line-height: 30px;}



#sideMenu {
	position: absolute;
	top: 43px;
	right:15px;
	z-index:1050;
	display: none;
	font-size:2rem;
	color:#999;
}
#sideMenu.active {
	position: fixed;
}
#sideMenu .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
	background-color: #888;
    border-radius: 1px;
	transition: 0.2s ease;
}
#sideMenu .icon-bar+.icon-bar {
	margin-top:4px;
}
#sideMenu.hamburger-icon span:nth-of-type(1) {
    transition: 0.2s ease;
    transform: translateY(4px) rotate(42deg);
}
#sideMenu.hamburger-icon span:nth-of-type(2) {
    display: none;
    transition: 0.2s ease;
}
#sideMenu.hamburger-icon span:nth-of-type(3) {
    transition: 0.2s ease;
    transform: translateY(-2px) rotate(-42deg);
}
#sideMenuContainer {
	position: fixed;
	top: 96px;
	right: -100%;
	z-index: 1060;
	width: 100%;
	height: 100%;
	background: #fff;
	border-top: 1px solid #eee;
}
.accordion>li {
	margin:0 15px;
}
.accordion .link {
	position: relative;
	font-size: 1.5rem;
	color: #333;
	border-bottom: 1px solid #eee;
	padding: 15px 15px 15px 20px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion .link a {
	color: #333;
}
.accordion>li>a {
	display:block;
	font-size: 1.5rem;
	color: #333;
	border-bottom: 1px solid #eee;
	padding: 15px 15px 15px 20px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li span {
	position: absolute;
	top: 16px;
	right: 20px;
	font-size: 1.6rem;
	color: #ddd;
}
.accordion li.open span .fa-chevron-down {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.accordion li.open .link a {
	color: #3d94d6;
}
.accordion li.open span {
	color: #3d94d6;
}
.accordion li.open span .fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
/**
 * Submenu
 -----------------------------*/
.submenu {
	display: none;
 	font-size: 1.4rem;
	padding-left:20px;
}
.submenu li {
 	border-bottom: 1px solid #f0f0f0;
}
.submenu a {
 	display: block;
 	text-decoration: none;
 	color: #555;
 	padding: 12px;
 	padding-left: 30px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
}
.submenu a:hover {
 	color: #1fb6c4;
}

/* 首页我们是谁 */
.index-waw {
	background-color: #f3f3f3;
	padding-top: 68px;
	padding-bottom: 50px;
}
.index-waw-title h1 {
	text-align: center;
}
.index-waw-title h1 span {
	font-size: 3rem;
	color: #c6c6c6;
	vertical-align: top;
	margin: 0 25px;
}
.index-waw-title h1 font {
	font-size: 4rem;
	color: #0170c5;
	vertical-align: top;
}
.index-waw-title h4 {
	line-height: 1.6;
	font-size: 2.2rem;
	color: #0170c5;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
}
.index-waw .index-waw-text {
	width: 80%;
	font-size: 1.6rem;
	line-height: 1.65;
	color: #333;
	text-align: center;
	margin-top: 28px;
	margin-right: auto;
	margin-left: auto;
}
.index-waw .index-waw-wrap {
	margin-top: 53px;
}
.index-waw .index-waw-wrap .index-waw-wrapContent {
	float: left;
	width: 50%;
}
.index-waw .index-waw-wrap .index-waw-wrapContent:first-of-type {
	padding-right: 86px;
}
#circle {
	position: relative;
	float: right;
	width: 434px;
	height: 434px;
	font-size: 6rem;
	margin-top: 30px;
}
.progressbar-text {
	top: 40% !important;
}
#circle h3 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	font-size: 2.2rem;
	color: #555;
	text-align: center;
}
#circle h3 span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8rem;
	line-height: 1.6;
	text-transform: uppercase;
}
.circle-text {
	float: right;
	width: 434px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8rem;
	color: #555;
	text-align: center;
	margin-top: 12px;
}
.circle-text span {
	display: block;
	line-height: 1.6;
	text-transform: uppercase;
}
.circle-text font {
	color: #127ac9;
}
.index-waw .index-waw-wrap ul {
	border-left: 2px dotted #878585;
	padding-left: 117px;
}
.index-waw .index-waw-wrap ul li {
	padding-top: 25px;
	padding-bottom: 35px;
}
.index-waw .index-waw-wrap ul li h4 {
	font-size: 1.6rem;
	color: #333;
	line-height: 0.9;
}
.index-waw .index-waw-wrap ul li h4 font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6rem;
	font-weight: 600;
	color: #127ac9;
	margin-right: 9px;
}
.index-waw .index-waw-wrap ul li span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
	color: #777;
}
.index-waw .index-waw-wrap ul li:last-of-type h4 {
	line-height: 1.45;
}
.index-waw .index-waw-wrap ul li:last-of-type h4 font {
	font-family: "Microsoft YaHei", "SimSun", Arial, Helvetica, sans-serif;
	font-size: 3.6rem;
}
.index-waw .index-waw-wrap ul li:last-of-type span {
	font-family: "Microsoft YaHei", "SimSun", Arial, Helvetica, sans-serif;
}

/* 首页业务 */
.title h2 {
	font-size: 4rem;
	color: #333;
	text-align: center;
}
.title span {
	display: block;
	font-size: 1.8rem;
	color: #333;
	text-align: center;
	padding-top: 16px;
}
.index-business {
	background: -webkit-linear-gradient(left, #3d94d6 , #127ac9);
	background: -o-linear-gradient(right, #3d94d6, #127ac9);
	background: -moz-linear-gradient(right, #3d94d6, #127ac9);
	background: linear-gradient(to right, #3d94d6 , #127ac9);
	padding-top: 81px;
	padding-bottom: 90px;
}
.index-business .title h2,
.index-business .title span {
	color: #fff;
}
.index-business .index-business-list {
	margin-top: 55px;
}
.index-business .index-business-list ul li {
	float: left;
	width: 31.3%;
	height: 271px;
	text-align: center;
	border: 1px solid rgba(243,243,243,0.5);
	margin-right: 1%;
	margin-bottom: 37px;
	margin-left: 1%;
	transition: all 0.5s;
}
.index-business .index-business-list ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 44px;
}
.index-business .index-business-list ul li span {
	font-size: 6rem;
	color: #fff;
}
.index-business .index-business-list ul li h3 {
	font-size: 2rem;
	color: #fff;
	margin-top: 13px;
	transition: all 0.5s;
}
.index-business .index-business-list ul li p {
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.45;
	padding-right: 7%;
	padding-left: 7%;
	margin-top: 29px;
	transition: all 0.5s;
}
.index-business .index-business-list ul li:hover {
	background-color: #fff;
	box-shadow: 0 3px 10px rgba(0,0,0,0.5);
	transform: translateY(-8px);
}
.index-business .index-business-list ul li:hover span,
.index-business .index-business-list ul li:hover h3,
.index-business .index-business-list ul li:hover p {
	color: #3d94d6;
}

/* 首页案例 */
.index-case {
	padding-top: 53px;
}
.index-case .slideTxtBox{
	margin-top: 73px;
}
.index-case .slideTxtBox .hd{
	width: 1140px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.index-case .slideTxtBox .hd ul li {
	/*float: left;*/
	margin: 0 10px;
	display: inline-block;
}
.index-case .slideTxtBox .hd ul li a {
	display: block;
	font-size: 1.6rem;
	color: #333;
	border: 1px solid #dadada;
	border-radius: 50px;
	padding: 9px 28px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.index-case .slideTxtBox .hd ul li.on a,
.index-case .slideTxtBox .hd ul li a:hover {
	color: #fff;
	border-color: #0074e1;
	background-color: #0074e1;
}
.index-case .slideTxtBox .bd{
	margin-top: 30px;
}

.swiper1 {
	padding-bottom: 94px;
}
.swiper1 .swiper-menu {
	position: absolute;
	bottom: 0;
	left: 50%;
	font-size: 2rem;
	transform: translateX(-50%);
}
.swiper1 .swiper-menu a {
	color: #727272;
}
.swiper1 .swiper-prev,
.swiper1 .swiper-next {
	position: absolute;
	bottom: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 1.7rem;
	color: #0074e1;
	text-align: center;
	border: 1px solid #0074e1;
	border-radius: 5px;
	cursor: pointer;
}
.swiper1 .swiper-prev {
	left: 47%;
}
.swiper1 .swiper-next {
	right: 47%;
}
.swiper1 .swiper-button-disabled {
	color: #ccc;
	border-color: #c7c7c7;
	cursor: default;
}
.swiper1 .swiper-slide {
	position: relative;
	height: 297px;
	overflow: hidden;
}
.swiper1 .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}
.swiper1 .swiper-slide a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	transition: all 0.5s;
	opacity: 0;
}
.swiper1 .swiper-slide img {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.swiper1 .swiper-slide figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 43px;
	background-color: rgba(216,216,216,0.9);
	transition: all 0.5s;
}
.swiper1 .swiper-slide figcaption h4 {
	float: left;
	width: 70%;
	height: 42px;
	font-size: 1.8rem;
	line-height: 42px;
	color: #333;
	padding-left: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.swiper1 .swiper-slide figcaption span {
	display: block;
	float: right;
	width: 25px;
	height: 25px;
	line-height: 23px;
	font-size: 1.2rem;
	color: #9f9f9f;
	border: 1px solid #9f9f9f;
	border-radius: 50%;
	text-align: center;
	margin-top: 9px;
	margin-right: 30px;
}
.swiper1 .swiper-slide a:hover:before {
	opacity: 1;
}
.swiper1 .swiper-slide a:hover img {
	transform: scale(1.05);
}
.swiper1 .swiper-slide a:hover figcaption {
	background-color: #3d94d6;
}
.swiper1 .swiper-slide a:hover figcaption h4 {
	color: #fff;
}
.swiper1 .swiper-slide a:hover figcaption span {
	color: #fff;
	border-color: #fff;
}

/* 首页客户 */
.index-client {
	background-color: #f3f3f3;
	padding-top: 67px;
	padding-bottom: 60px;
	margin-top: 42px;
}
.index-client .index-client-wrap {
	width: 88.24%;
	margin-top: 67px;
	margin-right: auto;
	margin-left: auto;
}
.index-client .index-client-wrap ul {
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
.index-client .index-client-wrap ul li {
	position: relative;
	float: left;
	width: 20%;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
.index-client .index-client-wrap ul li img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.index-client .index-client-wrap ul li:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	transform: scale(0.9);
}

/* 首页新闻 */
.index-news {
	padding-top: 56px;
	padding-bottom: 66px;
}
.index-news .index-news-wrap {
	width: 88.24%;
	margin-top: 61px;
	margin-right: auto;
	margin-left: auto;
}
.index-news-dynamic {
	float: left;
	width: 58%;
}
.index-news-signed {
	float: right;
	width: 38%;
}
.index-news-dynamic h4,
.index-news-signed h4 {
	font-size: 1.8rem;
	color: #333;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 13px;
	padding-left: 7px;
}
.index-news-dynamic h4 span,
.index-news-signed h4 span {
	font-family: Arial, Helvetica, sans-serif;
	color: #b5b5b5;
	margin-left: 8px;
}
.index-news-dynamic .news-top {
	border-bottom: 1px dashed #cecece;
	padding-bottom: 25px;
	margin-top: 20px;
}
.index-news-dynamic .news-top figure {
	float: left;
	width: 23.5%;
}
.index-news-dynamic .news-top article {
	float: left;
	width: 55.5%;
	margin-left: 2%;
}
.index-news-dynamic .news-top article h5 {
	margin-top: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-news-dynamic .news-top article h5 a {
	font-size: 1.6rem;
	color: #333;
	padding-left: 1.5%;
}
.index-news-dynamic .news-top article p {
	padding-left: 1.5%;
	margin-top: 10px;
}
.index-news-dynamic .news-top article p a {
	font-size: 1.4rem;
	color: #555;
}
.index-news-dynamic .news-top article .more {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 22px;
	font-size: 1.2rem;
	color: #9b9b9b;
	border: 1px solid #9b9b9b;
	border-radius: 50%;
	text-align: center;
	margin-top: 15px;
}
.index-news-dynamic .news-top article h5 a:hover,
.index-news-dynamic .news-top article p a:hover {
	color: #3d94d6;
}
.index-news-dynamic .news-top article .more:hover {
	color: #3d94d6;
	border-color: #3d94d6;
}
#swiper2 {
	padding-bottom: 28px;
}
#swiper2 .swiper-slide article {
	border-bottom: 1px solid #e5e5e5;
	padding: 18px 0;
	overflow: hidden;
}
#swiper2 .swiper-slide article time{
	float: left;
	width: 10%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5rem;
	color: #b3b3b3;
	line-height: 0.9;
	border-right: 1px solid #ccc;
	text-align: center;
}
#swiper2 .swiper-slide article time span {
	display: block;
	font-size: 3.5rem;
	color: #656565;
	line-height: 30px;
}
#swiper2 .swiper-slide article h5 {
	float: left;
	width: 90%;
	line-height: 43px;
	padding-left: 3.5%;
}
#swiper2 .swiper-slide article h5 a {
	font-size: 1.4rem;
	color: #555;
}
#swiper2 .swiper-slide article h5 a:hover {
	color: #3d94d6;
}
#swiper2 .swiper-pagination{
	bottom: 0;
	text-align: left;
	padding-left: 2.5%;
}
#swiper2 .swiper-pagination-bullet{
	background: #b4b4b4;
	opacity: 1;
}
#swiper2 .swiper-pagination-bullet-active{
	background: #3b8cc4;
}
#swiper3 {
	margin-top: 20px;
}
#swiper3 .swiper-slide section {
	border-bottom: 1px dashed #cecece;
	padding-bottom: 17px;
	margin-bottom: 40px;
}
#swiper3 .swiper-slide section .news-signed-title {
	position: relative;
	border: 1px solid #eaeaea;
}
#swiper3 .swiper-slide section .news-signed-title:before {
	content: '';
	position: absolute;
	bottom: -11px;
	left: 31px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	transform: rotate(135deg);
}
#swiper3 .swiper-slide section .news-signed-title figure {
	float: left;
	width: 28%;
}
#swiper3 .swiper-slide section .news-signed-title article {
	float: left;
	width: 72%;
}
#swiper3 .swiper-slide section .news-signed-title article h5 {
	margin-top: 15px;
}
#swiper3 .swiper-slide section .news-signed-title article h5 a {
	font-size: 1.4rem;
	color: #555;
}
#swiper3 .swiper-slide section .news-signed-title article h5 a:hover {
	color: #3d94d6;
}
#swiper3 .swiper-slide section .news-signed-title article time {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
	color: #555;
	margin-top: 6px;
}
#swiper3 .swiper-slide section p {
	margin-top: 20px;
}
#swiper3 .swiper-slide section p a {
	font-size: 1.4rem;
	color: #555;
}
#swiper3 .swiper-slide section p a:hover {
	color: #3d94d6;
}
#swiper3 .swiper-prev,
#swiper3 .swiper-next {
	position: absolute;
	bottom: 0;
	z-index: 2;
	width: 18px;
	height: 18px;
	font-size: 1.2rem;
	color: #0074e1;
	text-align: center;
	border: 1px solid #0074e1;
	border-radius: 3px;
	cursor: pointer;
}
#swiper3 .swiper-prev {
	left: 1%;
}
#swiper3 .swiper-next {
	left: 8%;
}
#swiper3 .swiper-button-disabled {
	color: #c8c8c8;
	border-color: #c8c8c8;
	cursor: default;
}

/*内页banner*/
.banner,
.wb-banner,
.sa-banner,
.pg-banner,
.ss-banner {
	position:relative;
}
.banner section {
	position:absolute;
	top:50%;
	left:50%;
	text-align:center;
	transform:translate(-50%, -50%);
}
.banner section h4 {
	font-size:2rem;
	color:#fff;
}
.banner section h1 {
	font-size:3.5rem;
	font-weight:bold;
	color:#fff;
	border:1px solid #fff;
	white-space: nowrap;
	padding:19px 66px 23px;
	margin-top:32px;
}

.wb-banner section {
	position:absolute;
	top:50%;
	left:50%;
	text-align:center;
	transform:translate(-50%, -50%);
}
.wb-banner section h1 {
	font-size:5rem;
	font-weight:bold;
	color:#fff;
	white-space: nowrap;
}
.wb-banner section h2 {
	font-size:3.5rem;
	line-height: 1.46;
	color:#fff;
	margin-top: 31px;
}

.sa-banner section {
	position:absolute;
	top:50%;
	left:50%;
	text-align:center;
	transform:translate(-50%, -50%);
}
.sa-banner section h1 {
	font-size: 4.8rem;
	font-weight: bold;
	color: #3b4b60;
	white-space: nowrap;
}
.sa-banner section h3 {
	font-size: 2.2rem;
	color: #384351;
	margin-top: 12px;
	white-space: nowrap;
}

.pg-banner section {
	position:absolute;
	top:50%;
	left:56.5%;
	transform:translateY(-50%);
}
.pg-banner section h1 {
	font-size: 5.5rem;
	line-height: 1.37;
	color: #fff;
}

.ss-banner section {
	position:absolute;
	top:40%;
	right: 0;
	left: 0;
	text-align: center;
}
.ss-banner section h1 {
	font-size: 6.7rem;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 3px 5px #000;
}
.ss-banner section h3 {
	font-size: 3.5rem;
	color: #fff;
	margin-top: 16px;
	text-shadow: 0 3px 5px #000;
}
.ss-banner section h3:before,
.ss-banner section h3:after {
	content: '';
	display: inline-block;
	width: 67px;
	height: 0;
	border-bottom: 2px solid #fff;
	vertical-align: middle;
	box-shadow: 0 2px 3px #000;
	margin: 0 5px;
}

/* 案例 */
.case {
	padding-top: 54px;
	padding-bottom: 100px;
}
.casetabs {
	margin-top: 63px;
	text-align: center;
}
.casetabs .navlist {
	width: 85%;
	border-bottom: none;
	margin-right: auto;
	margin-left: auto;
}
.casetabs .navlist>li {
	/*float: left;*/
	line-height: 40px;
	display: inline-block;
}
.casetabs .navlist>li>a {
	font-size: 1.6rem;
	color: #333;
	border: 1px solid #dadada;
	border-radius: 50px;
	padding: 9px 28px;
	margin: 0 10px;
}
.casetabs .navlist>li>a:hover,
.casetabs .navlist>li.active>a,
.casetabs .navlist>li.active>a:focus {
	color: #fff;
	border-color: #0074e1;
	background-color: #0074e1;
}
.casetabs .tab-content {
	margin-top: 44px;
}
.casetabs .case-list li {
	float: left;
	width: 31.986%;
	margin-right: 2.021%;
	margin-bottom: 30px;
}
.casetabs .case-list li:nth-of-type(3n+3) {
	margin-right: 0;
}
.casetabs .case-list li a {
	display: block;
	width: 100%;
	height: 100%;
}
.casetabs .case-list li figure {
	position: relative;
	overflow: hidden;
}
.casetabs .case-list li figure img{
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}
.itemHover {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background:rgba(18,122,201,0.6);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}
.work-table{
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.hover-content span {
	color:#fff;
	padding-bottom:15px;
	font-size: 50px;
	font-weight: 300;
	letter-spacing: 1px;
	text-align:center;
}
.casetabs .case-list li article {
	border: 1px solid #f2f2f2;
	padding: 17px 30px 0;
}
.casetabs .case-list li article h4 {
	font-size: 1.8rem;
	color: #333;
	line-height: 1.7;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.casetabs .case-list li article span {
	display: block;
	font-size: 1.4rem;
	color: #555;
}
.casetabs .case-list li article .more {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 43px;
	font-size: 1.4rem;
	color: #333;
	border-top: 1px solid #e5e5e5;
	margin-top: 35px;
	overflow: hidden;
}
.casetabs .case-list li article .more span {
	float: right;
	color: #656565;
}
.casetabs .case-list li a:hover .itemHover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
}
.casetabs .case-list li a:hover img {
	-webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
}
.casetabs .case-list li a:hover article .more span {
	color: #ff0000;
}
.loadmore {
	display: block;
	width: 178px;
	line-height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
	color: #999;
	background-color: #eee;
	text-align: center;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
.loadmore:hover {
	color: #fff;
	background-color: #3d94d6;
}

.casetabs .casetop {
	float: left;
	width: 30%;
}
.casetabs .casetop li {
	margin-bottom: 30px;
}
.casetabs .casetop li a {
	display: block;
	width: 100%;
	height: 100%;
}
.casetabs .casetop li figure {
	position: relative;
	overflow: hidden;
}
.casetabs .casetop li figure img{
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}
.casetabs .casetop li article {
	border: 1px solid #f2f2f2;
	padding: 17px 30px 0;
}
.casetabs .casetop li article h4 {
	font-size: 1.8rem;
	color: #333;
	line-height: 1.7;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.casetabs .casetop li article span {
	display: block;
	font-size: 1.4rem;
	color: #555;
}
.casetabs .casetop li article .more {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 43px;
	font-size: 1.4rem;
	color: #333;
	border-top: 1px solid #e5e5e5;
	margin-top: 35px;
	overflow: hidden;
}
.casetabs .casetop li article .more span {
	float: right;
	color: #656565;
}
.casetabs .casetop li a:hover .itemHover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
}
.casetabs .casetop li a:hover img {
	-webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
}
.casetabs .casetop li a:hover article .more span {
	color: #ff0000;
}

.caseshop li {
	margin-bottom: 51px;
}
.caseshop li img {
	border: 1px solid #f5f5f5;
	margin-right: auto;
	margin-left: auto;
}
.caseshop li article {
	width: 88%;
	font-size: 1.6rem;
	line-height: 1.8;
	color: #333;
	padding-left: 6%;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
.caseshop li article font {
	font-size: 2rem;
	margin-right: 1.4rem;
}

.casewechat li {
	float: left;
	width: 31.333333%;
	border: 1px solid #eee;
	padding: 15px 13px;
	margin: 0 1% 30px;
}

.caseseller li {
	float: left;
	width: 18%;
	border: 1px solid #e5e5e5;
	padding: 14px 0;
	margin: 0 1% 30px;
}
.caseseller li img {
	margin-right: auto;
	margin-left: auto;
}

/* 业务 */
.business {
	background-color: #eee;
}
.business li {
	height: 100%;
	overflow: hidden;
}
.business li figure,
.business li article {
	position: relative;
	width: 50%;
	overflow: hidden;
}
.business li:nth-of-type(odd) figure,
.business li:nth-of-type(even) article {
	float: right;
}
.business li:nth-of-type(odd) article,
.business li:nth-of-type(even) figure {
	float: left;
}
.business li figure:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	transition: all 0.5s;
	opacity: 0;
}
.business li figure img {
	transition: all 0.5s;
}
.business li figure a {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
}
.business li figure h2 {
	position: absolute;
	bottom: 10%;
	left: 6%;
	z-index: 3;
	font-size: 3.5rem;
	color: #fff;
	transition: all 0.5s;
	opacity: 0;
}
.business li figure h2 span {
	display: block;
	font-size: 4rem;
	text-transform: uppercase;
}
.business li figure i.line-tr:before,
.business li figure i.line-tr:after {
	content: '';
	position: absolute;
	top: 7%;
	z-index: 3;
}
.business li figure i.line-tr:before {
	left: 4%;
	width: 92%;
	height: 0;
	border-top: 1px solid #fff;
}
.business li figure i.line-tr:after {
	right: 4%;
	width: 0;
	height: 86%;
	border-right: 1px solid #fff;
}
.business li figure i.line-bl:before,
.business li figure i.line-bl:after {
	content: '';
	position: absolute;
	bottom: 7%;
	z-index: 3;
}
.business li figure i.line-bl:before {
	left: 4%;
	width: 92%;
	height: 0;
	border-bottom: 1px solid #fff;
}
.business li figure i.line-bl:after {
	left: 4%;
	width: 0;
	height: 86%;
	border-left: 1px solid #fff;
}
.business li figure i.line-tr:before,
.business li figure i.line-bl:before {
	transition: all 0.5s;
	transform: scale(0.3,1);
	opacity: 0;
}
.business li figure i.line-tr:after,
.business li figure i.line-bl:after {
	transition: all 0.5s;
	transform: scale(1,0.3);
	opacity: 0;
}
.business li article a:hover span {
	right: 6%;
	opacity: 1;
}
.business li figure:hover:before {
	opacity: 1;
}
.business li figure:hover img {
	transform: scale(1.1);
}
.business li figure:hover h2 {
	opacity: 1;
}
.business li figure:hover i.line-tr:before,
.business li figure:hover i.line-bl:before,
.business li figure:hover i.line-tr:after,
.business li figure:hover i.line-bl:after {
	transform: scale(1,1);
	opacity: 1;
}
.business li article {
	padding-top: 18rem;
	padding-left: 13rem;
}
.business li:first-of-type article {
	padding-top: 11.5rem;
}
.business li article a {
	position: relative;
	display: block;
}
.business li article h1,
.business li article h4 {
	color: #222;
	text-transform: uppercase;
}
.business li article h1 {
	margin-bottom: 1.5rem;
}
.business li article h4 {
	line-height: 1.9;
}
.business li article span {
	position: absolute;
	top: 50%;
	right: 10%;
	font-size: 4rem;
	color: #000;
	transition: all 0.5s;
	transform: translateY(-50%);
	opacity: 0;
}

/* 关于 */
.about-title {
	font-size: 2.6rem;
	color: #333;
	text-align: center;
}
.about-title:after {
	content: '';
	display: block;
	width: 79px;
	border-top: 2px solid #e60012;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}
.about-profile {
	padding-top: 68px;
}
.about-profile .about-profile-text {
	width: 67%;
	padding-top: 51px;
	margin-right: auto;
	margin-left: auto;
}
.about-profile .about-profile-text h2 {
	font-size: 4rem;
	color: #333;
	text-align: center;
	margin-bottom: 24px;
}
.about-profile .about-profile-text h2 font {
	color: #e60012;
	font-weight: 600;
}
.about-profile .about-profile-text p {
	font-size: 1.4rem;
	color: #333;
	line-height: 1.6;
	text-align: center;
}
.about-profile ul {
	width: 80%;
	margin-top: 72px;
	margin-right: auto;
	margin-left: auto;
}
.about-profile ul li {
	float: left;
	width: 33.333333%;
}
.about-profile ul li i {
	position: relative;
	display: block;
	width: 193px;
	height: 193px;
	font-style: normal;
	margin-right: auto;
	margin-left: auto;
}
.about-profile ul li i h6 {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.about-profile ul li i h6 span {
	font-size: 4.5rem;
	color: #fff;
	font-weight: 700;
	vertical-align: middle;
}
.about-profile ul li i h6 sup {
	font-size: 2rem;
	color: #fff;
	text-transform: uppercase;
	vertical-align: middle;
}
.about-profile ul li p {
	font-size: 1.8rem;
	color: #222;
	line-height: 3.9;
	text-align: center;
}
.about-profile ul li:nth-of-type(1) i {
	width: 223px;
	background: url(../images/icon-profile1.png) center center no-repeat;
	background-size: contain;
}
.about-profile ul li:nth-of-type(2) i {
	background: url(../images/icon-profile2.png) center center no-repeat;
	background-size: contain;
}
.about-profile ul li:nth-of-type(3) i {
	background: url(../images/icon-profile3.png) center center no-repeat;
	background-size: contain;
}
.about-profile ul li:nth-of-type(1):hover i {
	background: url(../images/icon-profile1_hover.png) center center no-repeat;
	background-size: contain;
}
.about-profile ul li:nth-of-type(2):hover i {
	background: url(../images/icon-profile2_hover.png) center center no-repeat;
	background-size: contain;
}
.about-profile ul li:nth-of-type(3):hover i {
	background: url(../images/icon-profile3_hover.png) center center no-repeat;
	background-size: contain;
}

.about-eh {
	padding-top: 136px;
	overflow: hidden;
}
.about-eh span {
	display: block;
	font-size: 1.8rem;
	color: #555;
	text-align: center;
	padding-top: 48px;
	padding-bottom: 47px;
}
.about-eh .about-eh-4 {
	float: left;
	width: 33.333333%;
}
.about-eh .about-eh-8 {
	float: left;
	width: 66.666666%;
}
.about-eh li {
	float: left;
	width: 50%;
	overflow: hidden;
}
.about-eh li img {
	transition: all 0.5s;
	transform: scale(1.01);
}
.about-eh li:hover img {
	transform: scale(1.1);
}

.about-team {
	padding-top: 66px;
}
.about-team .about-team-text {
	width: 38.5%;
	padding-top: 51px;
	margin-right: auto;
	margin-left: auto;
}
.about-team .about-team-text h2 {
	font-size: 4rem;
	color: #333;
	text-align: center;
	margin-bottom: 24px;
}
.about-team .about-team-text h2 font {
	color: #e60012;
	font-weight: 600;
}
.about-team .about-team-text p {
	font-size: 1.4rem;
	color: #333;
	line-height: 1.6;
	text-align: center;
}
.about-team .about-teambg1 {
	background: url(../images/about-teambg1.jpg) center center no-repeat;
	background-size: cover;
	margin-top: 33px;
}
.about-team .about-teambg2 {
	background: url(../images/about-teambg2.jpg) center center no-repeat;
	background-size: cover;
}
.about-team .about-team-box {
	padding-top: 15rem;
	padding-bottom: 14rem;
}
.about-team .about-team-box li {
	float: left;
	width: 50%;
	padding-left: 17rem;
	overflow: hidden;
}
.about-team .about-team-box li span {
	float: left;
	font-size: 5rem;
	color: #fff;
	margin-right: 20px;
}
.about-team .about-team-box li article {
	float: left;
	margin-top: 14px;
}
.about-team .about-team-box li article h3 {
	font-size: 2rem;
	color: #fff;
}
.about-team .about-team-box li article p {
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.5;
	padding-top: 15px;
}

.about-idea {
	padding-top: 71px;
	padding-bottom: 183px;
}
.about-idea .about-idea-text {
	padding-top: 51px;
}
.about-idea .about-idea-text h2 {
	font-size: 4rem;
	color: #333;
	text-align: center;
	margin-bottom: 24px;
}
.about-idea .about-idea-text p {
	font-size: 1.4rem;
	color: #333;
	line-height: 1.6;
	text-align: center;
}
.about-idea .about-idea-text img {
	margin-top: 63px;
	margin-right: auto;
	margin-left: auto;
}

/* 新闻 */
.news {
	padding-top: 80px;
	padding-bottom: 100px;
	background-color: #eaeaea;
}
.news-title {
	margin-bottom: 43px;
	overflow: hidden;
}
.news-title .news-list {
	float: left;
}
.news-title .news-list ul {
	font-size: 0;
}
.news-title .news-list li {
	display: inline-block;
	margin-right: 34px;
}
.news-title .news-list li a {
	font-size: 2rem;
	color: #555;
}
.news-title .news-list li a.active {
	font-size: 2.6rem;
	color: #333;
}
.news-title .news-search {
	float: right;
}
.news-title .news-search form {
	font-size: 0;
}
.news-title .news-search form input {
	width: 242px;
	height: 30px;
	font-size: 1.4rem;
	color: #999;
	background-color: #e2e2e2;
	border: none;
	padding: 6px;
	outline: none;
}
.news-title .news-search form button {
	width: 43px;
	height: 30px;
	font-size: 1.4rem;
	color: #fff;
	background-color: #8f8f8f;
	border: none;
	padding: 0;
}
.news-title .news-search form button:focus {
	outline: none;
}
.gutter-sizer {
	width: 65px;
}
.grid-item {
	width: 410px;
	margin-bottom: 34px;
}
.grid-item a {
	display: block;
	width: 100%;
	height: 100%;
}
.grid-item figure {
	background: #fff;
	overflow: hidden;
}
.grid-item figure img {
	margin-right: auto;
	margin-left: auto;
	-webkit-filter: blur(0);
	filter: blur(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.grid-item article {
	background-color: #fff;
	padding: 1rem;
}
.grid-item article .datetitle time {
	display: block;
	float: left;
	width: 25%;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	border-right: 1px solid #ececec;
	text-align: center;
}
.grid-item article .datetitle time font {
	display: block;
	font-size: 5rem;
	font-weight: bold;
	line-height: 3rem;
}
.grid-item article .datetitle time span {
	display: block;
	font-size: 1.2rem;
	line-height: 2rem;
}
.grid-item article .datetitle h5 {
	float: left;
	width: 75%;
	color: #333;
	line-height: 1.6;
	padding-left: 1rem;
}
.grid-item article p {
	font-size: 1.2rem;
	color: #777;
	line-height: 1.6rem;
	border-bottom: 1px solid #ececec;
	padding: 1rem 0;
}
.grid-item article .more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
	line-height: 3rem;
	color: #777;
	overflow: hidden;
}
.grid-item article .more span {
	float: right;
	color: #777;
}
.grid-item a:hover figure img {
	-webkit-filter: blur(2px);
	filter: blur(2px);
}
.grid-item a:hover article .more span {
	color: #ff0000;
}

.newsshow {
	background-color: #fff;
	padding: 4% 3%;
}
.newsshow-title {
	font-size: 2.4rem;
	color: #333;
	text-align: center;
}
.newsshow-time {
	font-size: 1.5rem;
	line-height: 30px;
	color: #555;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
	text-align: center;
}
.newsshow-time span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5rem;
	color: #555;
	margin-right: 0.5rem;
}
.newsshow-content {
	font-size: 1.4rem;
	color: #555;
	line-height: 1.8;
	padding-top: 2.5%;
	padding-bottom: 2%;
}
.newsshow-content p {
	text-indent: 2em;
	margin-bottom: 10px;
}
.newsshow-content img {
	display: block;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

/* 联系 */
.my-map {
	width: 100%;
	height: 500px;
}
.my-map .icon {
	position: relative;
	width: 265px;
	height: 265px;
	background-color: rgba(18,122,201,0.7);
	border-radius: 50%;
	text-align: center;
}
.my-map .icon:after {
	content: '';
	position: absolute;
	bottom: -7px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-top: 8px solid rgba(18,122,201,0.7);
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
.my-map .icon img {
	margin-top: 50px;
}
.my-map .icon h3 {
	font-size: 25px;
	color: #fefefe;
	padding-top: 9px;
}
.my-map .icon h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #fefefe;
	line-height: 1.65;
}
.amap-container{height: 100%;}

.contact {
	background-color: #efefef;
	padding-bottom: 56px;
}
.contact .contact-info {
	position: relative;
	z-index: 1000;
	float: left;
	width: 53%;
	background-color: rgba(255,255,255,0.8);
	padding: 30px 30px 30px 37px;
	margin-top: -94px;
	margin-left: 7%;
}
.contact .contact-info ul li {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.contact .contact-info ul li:nth-of-type(2),
.contact .contact-info ul li:nth-of-type(3) {
	width: 50%;
}
.contact .contact-info ul li:nth-of-type(5) {
	width: 63%;
}
.contact .contact-info ul li:nth-of-type(6) {
	width: 37%;
}
.contact .contact-info ul li h3 {
	line-height: 1.5;
}
.contact .contact-info ul li h4 {
	color: #333;
}
.contact .contact-info ul li p {
	font-size: 1.4rem;
	color: #333;
	line-height: 1.75;
	padding-top: 12px;
}
.contact .contact-form {
	float: left;
	width: 35.3%;
	background-color: #127ac9;
	padding: 28px;
}
.contact .contact-form ::-webkit-input-placeholder {
	color: #fff;
}
.contact .contact-form :-moz-placeholder {
	color: #fff;
}
.contact .contact-form ::-moz-placeholder {
	color: #fff;
}
.contact .contact-form :-ms-input-placeholder {
	color: #fff;
}
.contact .contact-form h1 {
	font-size: 3.6rem;
	color: #fff;
	text-align: right;
}
.contact .contact-form span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
	color: rgba(255,255,255,0.5);
	text-align: right;
}
.contact .contact-form form input {
	display: block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 1.4rem;
	color: #fff;
	background-color: rgba(29,69,129,0.63);
	border: none;
	padding: 10px 14px;
	margin-top: 10px;
	outline: none;
}
.contact .contact-form form textarea {
	display: block;
	width: 100%;
	height: 134px;
	font-size: 1.4rem;
	color: #fff;
	background-color: rgba(29,69,129,0.63);
	border: none;
	padding: 10px 14px;
	margin-top: 10px;
	outline: none;
	resize: none;
}
.contact .contact-form form button {
	display: block;
	font-size: 1.6rem;
	color: #fff;
	border: 1px solid #fff;
	background: none;
	padding: 8px 52px;
	margin-top: 21px;
	margin-right: auto;
	margin-left: auto;
	outline: none;
	transition: all 0.5s;
}
.contact .contact-form form button:focus {
	color: #fff;
	border-color: #fff;
}
.contact .contact-form form button:hover {
	color: #127ac9;
	background-color: #fff;
}

.contact-scene {
	display: none;
	background: -webkit-linear-gradient(left, #3e95d6 , #177dcb);
	background: -o-linear-gradient(right, #3e95d6, #177dcb);
	background: -moz-linear-gradient(right, #3e95d6, #177dcb);
	background: linear-gradient(to right, #3e95d6 , #177dcb);
}
.scene li:nth-of-type(2) {
	top: 45%!important;
	left: 10%!important;
}
.scene li:nth-of-type(3) {
	top: 5%!important;
	left: 65%!important;
}
.scene li:nth-of-type(4) {
	top: 55%!important;
	left: 55%!important;
}
.scene li:nth-of-type(5) {
	top: 5%!important;
	left: 15%!important;
}
.scene li:nth-of-type(6) {
	top:30%!important;
	left: 30%!important;
}

.contact-signed {
	background-color: #efefef;
	padding-top: 48px;
	padding-bottom: 37px;
}
#swiper4 {
	padding-bottom: 51px;
}
#swiper4 .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: all 0.5s ease 0s;
}
#swiper4 .swiper-slide figure {
	position: relative;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
#swiper4 .swiper-slide figure img {
	width: 50%;
	transition: all 0.5s ease 0s;
	-webkit-filter: brightness(0.4);
	filter: brightness(0.4);
}
#swiper4 .swiper-slide article {
	padding-bottom: 10px;
	margin-top: 11px;
	overflow: hidden;
}
#swiper4 .swiper-slide article time {
	float: left;
	width: 27%;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2rem;
	color: #c0c0c0;
	border-right: 1px solid #c0c0c0;
	text-align: center;
	margin-top: 5px;
	transition: all 0.5s ease 0s;
}
#swiper4 .swiper-slide article h4 {
	float: left;
	width: 70%;
	font-size: 1.5rem;
	color: #565656;
	line-height: 1.5;
	padding-left: 16px;
	transition: all 0.5s ease 0s;
}
#swiper4 .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0;
}
#swiper4 .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background-color: #585858;
	opacity: 1;
}
#swiper4 .swiper-pagination-bullet-active {
	background-color: #0062ad;
}
#swiper4 .swiper-slide a:hover {
	background-color: #3e95d6;
}
#swiper4 .swiper-slide a:hover figure img {
	-webkit-filter: brightness(1);
	filter: brightness(1);
}
#swiper4 .swiper-slide a:hover article time,
#swiper4 .swiper-slide a:hover article h4 {
	color: #fff;
}

/*网站建设*/
.wb-title {
	text-align: center;
}
.wb-title h3 {
	font-size: 3rem;
	color: #333;
}
.wb-title h3 font {
	color: #137bc9;
}
.wb-title h5 {
	font-size: 2rem;
	color: #555;
	margin-top: 36px;
}
.wb-title h6 {
	font-size: 1.4rem;
	color: #555;
	line-height: 1.3;
	margin-top: 17px;
}
.wbBox1 {
	padding-top: 74px;
	padding-bottom: 112px;
}
.wbBox1 img {
	margin-right: auto;
	margin-left: auto;
}
.wbBox2 {
	background-color: #eee;
	padding-top: 83px;
	padding-bottom: 116px;
}
.wbBox2 .cm {
	position:relative;
	width:65%;
	margin-top: 69px;
	margin-right: auto;
	margin-left: auto;
}
.wbBox2 .pic{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin: auto;
	overflow: hidden;
}
.wbBox2 .pc{
	position:relative;
	max-width:75%;
	width:100%;
}
.wbBox2 .pc .pic{
	width: 94%;
	height: 92%;
}
.wbBox2 .pad{
	position:absolute;
	right:0;
	bottom: -1.5%;
	max-width:31%;
	width:100%;
}
.wbBox2 .pad .pic{
	width: 88%;
	height: 84%;
}
.wbBox2 .phone{
	position:absolute;
	right:23%;
	bottom: -3%;
	max-width:15%;
	width:100%;
}
.wbBox2 .phone .pic{
	width: 88%;
	height: 78%;
}
.wbBox2 .item{
	width:100%;
	height:100%;
	position:relative;
	float:left;
	-webkit-transition:all 0.8s ease-out;
	-moz-transition:all 0.8s ease-out;
	-ms-transition:all 0.8s ease-out;
	-o-transition:all 0.8s ease-out;
	transition:all 0.8s ease-out;
}
.wbBox2 .thumb{
	width:90px;
	position:absolute;
	right:0;
	bottom:-10%;
}
.wbBox2 .thumb span{
	width:20px;
	height:20px;
	float:left;
	cursor:pointer;
	margin-left: 10px;
}
.wbBox2 .thumb span:before{
	content:'';
	display: block;
	width:5px;
	height:5px;
	border-radius:50px;
	background-color:#646464;
}
.wbBox2 .thumb span:hover::before,
.wbBox2 .thumb span.active:before{
	background-color:#ff354d;
}
.wbBox3 {
	background-color: #2a333f;
	padding-top: 85px;
	padding-bottom: 83px;
}
.wbBox3 .wb-title h3,
.wbBox3 .wb-title h5,
.wbBox3 .wb-title h6 {
	color: #fff;
}
.wbBox3 .wb-title h6 {
	width: 53%;
	margin-right: auto;
	margin-left: auto;
}
.wbBox3 .wbBox3-wrap {
	width: 74%;
	margin-right: auto;
	margin-left: auto;
}
.wbBox3 .wbBox3-wrap .wbBox3-text {
	float: left;
	width: 52%;
	padding-top: 18px;
}
.wbBox3 .wbBox3-wrap .wbBox3-text li {
	margin-top: 52px;
	overflow: hidden;
}
.wbBox3 .wbBox3-wrap .wbBox3-text li i {
	display: inline-block;
	width: 92px;
	height: 92px;
	line-height: 90px;
	font-size: 4.8rem;
	font-style: normal;
	text-transform: uppercase;
	color: #e2e2e2;
	border: 1px solid #fdfdfd;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
}
.wbBox3 .wbBox3-wrap .wbBox3-text li article {
	display: inline-block;
	width: 76%;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	vertical-align: middle;
	padding-bottom: 10px;
	margin-left: 5%;
}
.wbBox3 .wbBox3-wrap .wbBox3-text li article h4 {
	font-size: 2rem;
	color: #e2e2e2;
}
.wbBox3 .wbBox3-wrap .wbBox3-text li article p {
	font-size: 1.4rem;
	color: #e2e2e2;
	line-height: 2.5;
}
.wbBox3 .wbBox3-wrap .wbBox3-img {
	float: right;
	width: 37%;
	margin-top: 83px;
}
.wbBox4 {
	background-color: #ebeef3;
	padding-top: 70px;
	padding-bottom: 101px;
}
.wbBox4 img {
	margin-top: 104px;
	margin-right: auto;
	margin-left: auto;
}
.wbBox5 {
	position: relative;
	background: url(../images/img/wbBox5bg.jpg) left top repeat;
	padding-top: 71px;
	padding-bottom: 139px;
	overflow: hidden;
}
.wbBox5 .wb-title h3,
.wbBox5 .wb-title h5 {
	color: #fff;
}
.wbBox5 .wbBox5-text li {
	position: relative;
	float: left;
	width: 25%;
	padding-left: 4%;
	margin-top: 53px;
}
.wbBox5 .wbBox5-text li i {
	position: absolute;
	top: 7px;
	right: 0;
}
.wbBox5 .wbBox5-text li i:before {
	content: '';
	display: block;
	width: 0;
	height: 30px;
	border-right: 1px solid #666;
	transform: rotate(-40deg);
}
.wbBox5 .wbBox5-text li i:after {
	content: '';
	display: block;
	width: 0;
	height: 30px;
	border-right: 1px solid #666;
	transform: rotate(40deg);
	margin-top: -8px;
}
.wbBox5 .wbBox5-text li:nth-of-type(4) i,
.wbBox5 .wbBox5-text li:nth-of-type(8) i {
	display: none;
}
.wbBox5 .wbBox5-text li:last-of-type i {
	display: none;
}
.wbBox5 .wbBox5-text li span {
	display: inline-block;
	width: 44px;
	height: 44px;
	font-size: 1.7rem;
	color: #fff;
	line-height: 42px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 50%;
	vertical-align: top;
}
.wbBox5 .wbBox5-text li article {
	display: inline-block;
	width: 65%;
	vertical-align: top;
	margin-left: 7%;
}
.wbBox5 .wbBox5-text li article h4 {
	font-size: 1.8rem;
	color: #fff;
	line-height: 1.4;
}
.wbBox5 .wbBox5-text li article p {
	font-size: 1.4rem;
	color: #6c6c6c;
	margin-top: 15px;
}
.wbBox5 .wave{
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 106px;
}
.wbBox5 .wave-0{
	width: 260%;
	background: url(../images/wb-wave-0.png) repeat-x left bottom;
	opacity: .61;
	z-index: 3;
	-webkit-animation: Wave 20s linear 0s infinite normal;
	animation: Wave 20s linear 0s infinite normal;
	right: 0;
}
.wbBox5 .wave-1{
	width: 220%;
	background: url(../images/wb-wave-1.png) repeat-x right bottom;
	opacity: .73;
	z-index: 2;
	-webkit-animation: Wave 10s linear 0s infinite normal;
	animation: Wave 10s linear 0s infinite normal;
	right: 0;
}
.wbBox5 .wave-2{
	width: 435%;
	background: url(../images/wb-wave-2.png) repeat-x right bottom;
	opacity: .70;
	z-index: 1;
	-webkit-animation: Wave 15s linear 0s infinite normal;
	animation: Wave 15s linear 0s infinite normal;
	right: 0;
}
.wbBox6 {
	padding-top: 68px;
	padding-bottom: 119px;
}
.wbBox6 .wbBox6-client {
	width: 71.5%;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
}
.hexagon {
	position:relative;
    width:144px;
    height:84px;
    background:#e5e5e5;
}
.hexagon:before,
.hexagon:after {
    content:"";
    position:absolute;
    left:0;
    width:0;
    height:0;
    border-left:72px solid transparent;
    border-right:72px solid transparent;
}
.hexagon:before {
    top:-42px;
    border-bottom:42px solid #e5e5e5;
}
.hexagon:after {
    bottom:-42px;
    border-top:42px solid #e5e5e5;
}
.hexagon figure {
	position: relative;
	width: 144px;
	height: 84px;
	padding: 2px;
}
.hexagon figure:before,
.hexagon figure:after {
    content:"";
    position:absolute;
    left:1px;
    z-index: 2;
    width:0;
    height:0;
    border-left:71px solid transparent;
    border-right:71px solid transparent;
}
.hexagon figure:before {
    top:-40px;
    border-bottom:42px solid #ffffff;
}
.hexagon figure:after {
    bottom:-40px;
    border-top:42px solid #ffffff;
}
.hexagon figure img {
	width: 140px;
	height: 80px;
}
.wbBox6 .wbBox6-client li {
	float: left;
	margin: 0 9px;
	margin-top: 54px;
}
.wbBox6 .wbBox6-client li:first-of-type,
.wbBox6 .wbBox6-client li:nth-of-type(12) {
	margin-left: 90px;
}

.business-contact {
	padding-top: 42px;
	padding-bottom: 90px;
}
.business-contact .business-contact-icon {
	width: 58.8%;
	margin-top: 96px;
	margin-right: auto;
	margin-left: auto;
}
.business-contact .business-contact-icon li {
	float: left;
	margin: 0 6.4%;
}
.business-contact .business-contact-icon li figure {
	position: relative;
	width: 164px;
	height: 164px;
	border: 1px solid #d2d2d2;
	border-radius: 50%;
}
.business-contact .business-contact-icon li figure span {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 162px;
	font-size: 4.5rem;
	color: #d2d2d2;
	border-radius: 50%;
	text-align: center;
	transition: all 1s;
}
.business-contact .business-contact-icon li figure img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	margin: auto;
	transition: all 3s;
	opacity: 0;
}
.business-contact .business-contact-icon li h6 {
	font-size: 1.4rem;
	color: #666;
	text-align: center;
	padding-top: 23px;
}
.business-contact .business-contact-icon li:nth-of-type(1):hover figure span {
	opacity: 0;
}
.business-contact .business-contact-icon li:nth-of-type(1):hover figure img {
	opacity: 1;
}
.business-contact .business-contact-icon li:nth-of-type(2):hover figure span,
.business-contact .business-contact-icon li:nth-of-type(3):hover figure span {
	color: #fff;
	background-color: #e10413;
	border-color: #e10413;
	transform: rotate(360deg);
}

/*网站优化*/
.wo-title {
	text-align: center;
}
.wo-title h3 {
	font-size: 3rem;
	color: #0979d2;
}
.wo-title h5 {
	font-size: 1.8rem;
	color: #555;
	padding-top: 17px;
}
.wo-search {
	position: relative;
	height: 815px;
	background: url(../images/banner/websiteoptimization.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 175px;
}
.wo-search h1 {
	font-size: 6rem;
	font-weight: bold;
	color: #fefefe;
	text-align: center;
}
.wo-search h2 {
	font-size: 4.5rem;
	color: #fff;
	text-align: center;
	margin-top: 12px;
}
.wo-search section {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 618px;
	height: 147px;
	padding: 14px 44px 0 50px;
	background-color: rgba(0,0,0,1);
	transform: translateX(-50%);
}
.wo-search section h3 {
	font-size: 2.2rem;
	color: #fff;
	text-align: center;
}
.wo-search section article {
	line-height: 2.4;
	padding-top: 5px;
}
.wo-search section article span {
	display: block;
	float: left;
	width: 23%;
	font-size: 1.4rem;
	color: #fff;
	padding-left: 6%;
}
.dowebok {
	float: left;
	width: 77%;
}
.dowebok a {
	font-size: 1.4rem;
	color: #fff;
	text-decoration: none;
	margin-right: 13px;
}
.str_wrap {
  overflow:hidden;
  position:relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;  
  white-space:nowrap;
}
/*.str_wrap.str_active {
  background:#f1f1f1;
}*/
.str_move { 
  white-space:nowrap;
  position:absolute; 
  top:0; 
  left:0;
  cursor:move;
}
.str_move_clone {
  display:inline-block;
  vertical-align:top;
  position:absolute; 
  left:100%;
  top:0;
}
.str_vertical .str_move_clone {
  left:0;
  top:100%;
}
.str_down .str_move_clone {
  left:0;
  bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
  white-space:normal;
  width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
  cursor:inherit;
}
.wo-search section form input,
.wo-search section form button {
	float: left;
}
.wo-search section form input {
	width: 70%;
	height: 42px;
	color: #999;
	border: none;
	padding: 15px;
	background-color: #fff;
	outline: none;
}
.wo-search section form button {
	width: 30%;
	height: 42px;
	font-size: 1.8rem;
	color: #fff;
	border: none;
	padding: 0;
	background-color: #fc8624;
	outline: none;
}
.wo-search section form button span {
	font-size: 2rem;
	margin-right: 8px;
	vertical-align: middle;
}
.woBox1 {
	background-color: #f1f3f6;
	padding-top: 92px;
	padding-bottom: 86px;
}
.woBox1 .woBox1-wrap {
	width: 88%;
	background-color: #fff;
	border-radius: 4px;
	padding: 42px 136px 26px 150px;
	margin-top: 55px;
	margin-right: auto;
	margin-left: auto;
}
.woBox1 .woBox1-text li {
	float: left;
	width: 50%;
	margin-bottom: 35px;
}
.woBox1 .woBox1-text li img {
	float: left;
	margin-right: 19px;
}
.woBox1 .woBox1-text li p {
	float: left;
	font-size: 1.6rem;
	line-height: 72px;
}
.woBox1 .woBox1-more {
	display: block;
	width: 240px;
	line-height: 60px;
	font-size: 1.6rem;
	color: #fff;
	border-radius: 4px;
	background-color: #2f9cf2;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.woBox2 {
	padding-top: 60px;
	padding-bottom: 78px;
}
.woBox2 .woBox2-wrap {
	width: 88%;
	margin-top: 44px;
	margin-right: auto;
	margin-left: auto;
}
.woBox2 .woBox2-textl,
.woBox2 .woBox2-textm,
.woBox2 .woBox2-textr {
	float: left;
}
.woBox2 .woBox2-textl {
	width: 11.5%;
	background-color: #eef7fe;
	padding: 0 1%;
	margin-top: 12px;
}
.woBox2 .woBox2-textl li {
	font-size: 1.4rem;
	line-height: 60px;
	border-bottom: 1px dotted #ddd;
	text-align: center;
}
.woBox2 .woBox2-textl li:last-of-type {
	border-bottom: none;
}
.woBox2 .woBox2-textm {
	width: 45.5%;
	border-bottom: 1px solid #ddd;
}
.woBox2 .woBox2-textm li {
	font-size: 1.4rem;
	line-height: 56px;
	border-right: 1px solid #ddd;
	text-align: center;
}
.woBox2 .woBox2-textm li span {
	display: block;
	border-bottom: 1px dotted #ddd;
	margin: 0 9%;
}
.woBox2 .woBox2-textm li:first-of-type {
	font-size: 3rem;
	color: #fff;
	line-height: 100px;
	border-right: none;
	border-bottom: none;
	background: url(../images/img/woBox2-textmh.jpg) center center no-repeat;
}
.woBox2 .woBox2-textm li:last-of-type span {
	border-bottom: none;
}
.woBox2 .woBox2-textr {
	width: 43%;
	border-bottom: 1px solid #ddd;
	margin-top: 20px;
}
.woBox2 .woBox2-textr li {
	font-size: 1.4rem;
	line-height: 56px;
	border-right: 1px solid #ddd;
	text-align: center;
}
.woBox2 .woBox2-textr li:first-of-type {
	font-size: 3rem;
	color: #fff;
	line-height: 80px;
	border-right: none;
	border-bottom: none;
	background: url(../images/img/woBox2-textrh.jpg) center center no-repeat;
}
.woBox2 .woBox2-textr li span {
	display: block;
	border-bottom: 1px dotted #ddd;
	margin: 0 9%;
}
.woBox2 .woBox2-textr li:last-of-type span {
	border-bottom: none;
}
.woBox3 {
	background-color: #f1f3f6;
	padding-top: 50px;
	padding-bottom: 78px;
}
.woBox3 .woBox3-list {
	width: 92%;
	margin-top: 59px;
	margin-right: auto;
	margin-left: auto;
}
.woBox3 .woBox3-list li {
	float: left;
	width: 21%;
	margin: 0 2% 3%;
}
.woBox3 .woBox3-list li img {
	border: 1px solid #e1e1e1;
	border-radius: 9px;
	margin-right: auto;
	margin-left: auto;
}
.woBox4 {
	background-color: #2a333f;
	padding-top: 53px;
	padding-bottom: 69px;
}
.woBox4 .wo-title h3 {
	color: #fff;
}
.woBox4 .wo-title h5 {
	color: #a8a8a8;
}
.woBox4 .woBox4-list {
	width: 94%;
	margin-top: 19px;
	margin-right: auto;
	margin-left: auto;
}
.woBox4 .woBox4-list .woBox4-list_box {
	float: left;
	width: 27.692%;
	background-color: #fff;
	border-radius: 9px;
	margin: 35px 2.8205% 0;
}
.woBox4 .woBox4-list .woBox4-list_box .woBox4-list_img {
	position: relative;
}
.woBox4 .woBox4-list .woBox4-list_box .woBox4-list_img img {
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}
.woBox4 .woBox4-list .woBox4-list_box .woBox4-list_img article {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 64px;
	background-color: rgba(0,0,0,0.73);
	text-align: center;
}
.woBox4 .woBox4-list .woBox4-list_box .woBox4-list_img article h4 {
	font-size: 2rem;
	color: #fff;
	line-height: 1.2;
	padding-top: 10px;
}
.woBox4 .woBox4-list .woBox4-list_box .woBox4-list_img article span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
	color: #fff;
}
.woBox4 .woBox4-list .woBox4-list_box .woBox4-list_tab li {
	float: left;
	width: 33.333333%;
	line-height: 50px;
	font-size: 1.6rem;
	color: #2a2b2b;
	text-align: center;
}
.woBox4 .woBox4-list .woBox4-list_box .woBox4-list_tab li:nth-of-type(1),
.woBox4 .woBox4-list .woBox4-list_box .woBox4-list_tab li:nth-of-type(2),
.woBox4 .woBox4-list .woBox4-list_box .woBox4-list_tab li:nth-of-type(4),
.woBox4 .woBox4-list .woBox4-list_box .woBox4-list_tab li:nth-of-type(5) {
	border-right: 1px solid #cacaca;
}
.woBox4 .woBox4-list .woBox4-list_box .woBox4-list_tab li:nth-of-type(1),
.woBox4 .woBox4-list .woBox4-list_box .woBox4-list_tab li:nth-of-type(2),
.woBox4 .woBox4-list .woBox4-list_box .woBox4-list_tab li:nth-of-type(3) {
	border-bottom: 1px solid #cacaca;
}
.woBox5 {
	background-color: #f1f3f6;
	padding-top: 66px;
	padding-bottom: 74px;
}
.woBox5 .woBox5-list {
	width: 94%;
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;
}
.woBox5 .woBox5-list li {
	float: left;
	width: 45%;
	background-color: #fff;
	padding: 25px;
	margin: 50px 2.5% 0;
	overflow: hidden;
}
.woBox5 .woBox5-list li img {
	float: left;
	margin-right: 20px;
}
.woBox5 .woBox5-list li article h3 {
	font-size: 2rem;
	color: #333;
	line-height: 1.9;
}
.woBox5 .woBox5-list li article p {
	font-size: 1.4rem;
	color: #555;
	padding-top: 4px;
}

/*样本画册*/
.sa-title {
	text-align: center;
}
.sa-title h3 {
	font-size: 3rem;
	color: #fff;
}
.sa-title h5 {
	font-size: 2rem;
	color: #fff;
	padding-top: 37px;
}
.sa-title h6 {
	font-size: 1.4rem;
	color: #fff;
	padding-top: 25px;
}
.saBox1 {
	padding-top: 73px;
	padding-bottom: 137px;
}
.saBox1 .sa-title h3 {
	color: #137bc9;
}
.saBox1 .sa-title h5,
.saBox1 .sa-title h6 {
	color: #555;
}
.saBox1 .sa-title h6 {
	padding-top: 19px;
}
.saBox1 .saBox1-list {
	width: 84%;
	margin-top: 68px;
	margin-right: auto;
	margin-left: auto;
}
.saBox1 .saBox1-list li {
	position: relative;
	float: left;
	width: 21.333333%;
	margin: 0 6%;
}
.saBox1 .saBox1-list li:before,
.saBox1 .saBox1-list li:after {
	content: '';
	position: absolute;
	top: 36%;
	right: -85px;
	width: 30px;
	height: 3px;
	background-color: #e1e1e1;
}
.saBox1 .saBox1-list li:after {
	transform: rotate(90deg);
}
.saBox1 .saBox1-list li:last-of-type:before,
.saBox1 .saBox1-list li:last-of-type:after {
	display: none;
}
.saBox1 .saBox1-list li figure {
	width: 216px;
	height: 216px;
	border-radius: 50%;
	text-align: center;
	padding-top: 42px;
	margin-right: auto;
	margin-left: auto;
}
.saBox1 .saBox1-list li:nth-of-type(1) figure {
	background-color: #3585c2;
}
.saBox1 .saBox1-list li:nth-of-type(2) figure {
	background-color: #006474;
}
.saBox1 .saBox1-list li:nth-of-type(3) figure {
	background-color: #8fc320;
}
.saBox1 .saBox1-list li figure span {
	font-size: 6rem;
	color: #fff;
}
.saBox1 .saBox1-list li figure figcaption {
	font-size: 2.4rem;
	color: #fff;
}
.saBox1 .saBox1-list li p {
	font-size: 1.4rem;
	color: #555;
	line-height: 1.7;
	text-align: center;
	padding-top: 24px;
}
.saBox2 {
	background: -webkit-radial-gradient(#2a71a7, #226a9e);
	background: -o-radial-gradient(#2a71a7, #226a9e);
	background: -moz-radial-gradient(#2a71a7, #226a9e);
	background: radial-gradient(#2a71a7, #226a9e);
	padding-top: 57px;
	padding-bottom: 82px;
}
.saBox2 img {
	margin-top: 67px;
	margin-right: auto;
	margin-left: auto;
}
.saBox3 {
	background-color: #006474;
	border-top: 1px solid #fff;
	padding-top: 94px;
	padding-bottom: 121px;
}
.saBox3 img {
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
}
.saBox4 {
	background-color: #82aa2c;
	border-top: 1px solid #fff;
	padding-top: 67px;
	padding-bottom: 100px;
}
.saBox4 img {
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}

/*电商托管*/
@keyframes ripple1 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 102, 0, 0.3)
  }
  100% {
    box-shadow: 0 0 0 .5em rgba(255, 102, 0, 0)
  }
}
@keyframes ripple2 {
  0% {
    box-shadow: 0 0 0 0 rgba(50, 142, 168, 0.3)
  }
  100% {
    box-shadow: 0 0 0 .5em rgba(50, 142, 168, 0)
  }
}
@keyframes ripple3 {
  0% {
    box-shadow: 0 0 0 0 rgba(56, 117, 255, 0.3)
  }
  100% {
    box-shadow: 0 0 0 .5em rgba(56, 117, 255, 0)
  }
}
@keyframes ripple4 {
  0% {
    box-shadow: 0 0 0 0 rgba(30, 205, 121, 0.3)
  }
  100% {
    box-shadow: 0 0 0 .5em rgba(30, 205, 121, 0)
  }
}
@keyframes ripple5 {
  0% {
    box-shadow: 0 0 0 0 rgba(233, 73, 25, 0.3)
  }
  100% {
    box-shadow: 0 0 0 .5em rgba(233, 73, 25, 0)
  }
}
@keyframes ripple6 {
  0% {
    box-shadow: 0 0 0 0 rgba(235, 180, 74, 0.3)
  }
  100% {
    box-shadow: 0 0 0 .5em rgba(235, 180, 74, 0)
  }
}
.echBox1 {
	padding-top: 109px;
	padding-bottom: 101px;
}
.echBox1 h3 {
	font-size: 4.2rem;
	color: #1979bb;
	font-weight: bold;
	text-align: center;
}
.echBox1 h5 {
	font-size: 1.8rem;
	color: #555;
	text-align: center;
	margin-top: 21px;
}
.echBox1 .echBox1-circle {
	position: relative;
	width: 689px;
	height: 689px;
	border: 1px dashed #e4e4e4;
	border-radius: 50%;
	margin-top: 38px;
	margin-right: auto;
	margin-left: auto;
}
.echBox1 .echBox1-circle>img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 65.65%;
	transform: translate(-50%,-50%);
}
.echBox1 .echBox1-circle:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	width: 512px;
	height: 512px;
	border: 1px dashed #e4e4e4;
	border-radius: 50%;
}
.echBox1 .echBox1-circle .circle-ripple {
	display: flex;
}
.echBox1 .echBox1-circle .circle-ripple span {
	display: block;
	width: 63px;
	height: 63px;
	line-height: 63px;
	font-size: 3rem;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	margin-right: 15px;
}
.echBox1 .echBox1-circle .circle-ripple article h4 {
	font-size: 2.6rem;
	color: #555;
	line-height: 1.2;
}
.echBox1 .echBox1-circle .circle-ripple article p {
	font-size: 1.8rem;
	color: #555;
	padding-top: 7px;
}
.echBox1 .echBox1-circle .circle-ripple:nth-of-type(1) article,
.echBox1 .echBox1-circle .circle-ripple:nth-of-type(2) article,
.echBox1 .echBox1-circle .circle-ripple:nth-of-type(3) article {
	order: -1;
	text-align: right;
	margin-right: 15px;
}
#color1 {
	background-color: #ff6600;
	animation: ripple1 1.5s linear infinite;
}
#color2 {
	background-color: #328ea8;
	animation: ripple2 1.5s linear infinite;
}
#color3 {
	background-color: #3875ff;
	animation: ripple3 1.5s linear infinite;
}
#color4 {
	background-color: #1ecd79;
	animation: ripple4 1.5s linear infinite;
}
#color5 {
	background-color: #e94919;
	animation: ripple5 1.5s linear infinite;
}
#color6 {
	background-color: #ebb44a;
	animation: ripple6 1.5s linear infinite;
}
#circle-ripple1,
#circle-ripple2,
#circle-ripple3,
#circle-ripple4,
#circle-ripple5,
#circle-ripple6 {
	position: absolute;
}
#circle-ripple1 {
	top: 148px;
	left: -147px;
}
#circle-ripple2 {
	top: 357px;
	left: -388px;
}
#circle-ripple3 {
	top: 503px;
	left: -140px;
}
#circle-ripple4 {
	top: 578px;
	right: -227px;
}
#circle-ripple5 {
	top: 354px;
	right: -188px;
}
#circle-ripple6 {
	top: 169px;
	right: -300px;
}
.echBox2 {
	background: -webkit-radial-gradient(#4b5264, #303645);
	background: -o-radial-gradient(#4b5264, #303645);
	background: -moz-radial-gradient(#4b5264, #303645);
	background: radial-gradient(#4b5264, #303645);
	padding-top: 76px;
	padding-bottom: 59px;
}
.echBox2 img {
	margin-right: auto;
	margin-left: auto;
}

/*网店装修*/
.sd-title {
	text-align: center;
}
.sd-title h3 {
	font-size: 3rem;
	color: #4d4d4d;
}
.sd-title h5 {
	width: 46%;
	font-size: 2rem;
	color: #fff;
	line-height: 1.4;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
.sdBox1 {
	padding-top: 84px;
	padding-bottom: 112px;
}
.sdBox1 .sdBox1-text {
	text-align: center;
	margin-top: 65px;
}
.sdBox1 .sdBox1-text img {
	width: 160px;
	height: 160px;
	border-radius: 50%;
}
.sdBox1 .sdBox1-text h4 {
	font-size: 2rem;
	color: #333;
	margin-top: 25px;
}
.sdBox1 .sdBox1-text p {
	font-size: 1.4rem;
	color: #333;
	line-height: 3.2;
}
.sdBox1 .sdBox1-text-color1 {
	background-color: #287de5;
}
.sdBox1 .sdBox1-text-color2 {
	background-color: #ea4b4b;
}
.sdBox1 .sdBox1-text-color3 {
	background-color: #22c37c;
}
.sdBox2 {
	background-color: #2a333f;
	padding-top: 61px;
	padding-bottom: 127px;
}
.sdBox2 .sd-title h3 {
	color: #fff;
}
.sdBox2 img {
	margin-top: 90px;
	margin-right: auto;
	margin-left: auto;
}
.sdBox3 {
	background-color: #19212d;
	padding-top: 89px;
	padding-bottom: 147px;
}
.sdBox3 .sd-title h3 {
	color: #fff;
}
.sdBox3 img {
	margin-top: 11px;
	margin-right: auto;
	margin-left: auto;
}
.sdBox4 {
	background-color: #3d4d65;
	padding-top: 71px;
	padding-bottom: 91px;
}
.sdBox4 .sd-title h3 {
	color: #fff;
}
.sdBox4 .sdBox4-text {
	width: 275px;
	background-color: rgba(255,255,255,0.35);
	text-align: center;
	padding-top: 5px;
	padding-bottom: 8px;
	margin-top: 61px;
	margin-right: auto;
	margin-left: auto;
}
.sdBox4 .sdBox4-text img {
	margin-right: auto;
	margin-left: auto;
}
.sdBox4 .sdBox4-text figcaption {
	font-size: 3rem;
	color: #fff;
	line-height: 1.7;
}
.sd-client-color li:first-of-type .hexagon figure:before,
.sd-client-color li:nth-of-type(8) .hexagon figure:before {
	border-bottom-color: #577192;
}
.sd-client-color li:first-of-type .hexagon figure:after,
.sd-client-color li:nth-of-type(8) .hexagon figure:after {
	border-top-color: #577192;
}
.sd-client-color li:nth-of-type(3) .hexagon figure:before {
	border-bottom-color: #f1f441;
}
.sd-client-color li:nth-of-type(3) .hexagon figure:after {
	border-top-color: #f1f441;
}
.sd-client-color li:nth-of-type(5) .hexagon figure:before {
	border-bottom-color: #b70004;
}
.sd-client-color li:nth-of-type(5) .hexagon figure:after {
	border-top-color: #b70004;
}
.sd-client-color li:nth-of-type(6) .hexagon figure:before,
.sd-client-color li:nth-of-type(11) .hexagon figure:before {
	border-bottom-color: #000000;
}
.sd-client-color li:nth-of-type(6) .hexagon figure:after,
.sd-client-color li:nth-of-type(11) .hexagon figure:after {
	border-top-color: #000000;
}
.sd-client-color li:nth-of-type(15) .hexagon figure:before {
	border-bottom-color: #fafff6;
}
.sd-client-color li:nth-of-type(15) .hexagon figure:after {
	border-top-color: #fafff6;
}

/*电商摄影*/
.pgBox1 {
	position: relative;
	height: 960px;
	background: url(../images/img/pgBox1-imgbg.jpg) center center no-repeat;
	background-size: cover;
}
.pgBox1 article {
	position: absolute;
	top: 28.2%;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
	width: 100%;
}
.pgBox1 article h1 {
	font-size: 6rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.pgBox1 article span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.4rem;
	color: #fff;
	text-align: center;
	line-height: 2.3;
}
.pgBox1 article h4 {
	font-size: 3rem;
	color: #fff;
	padding-top: 8.8%;
	text-align: center;
}
.pgBox2 {
	padding-top: 74px;
	padding-bottom: 50px;
}
.pgBox2 li {
	margin-top: 90px;
}
.pgBox2 li:after {
	content: '';
	display: table;
	clear: both;
}
.pgBox2 li figure {
	position: relative;
	float: left;
	width: 42.648%;
	margin-left: 6.052%;
}
.pgBox2 li figure:before {
	content: '';
	position: absolute;
	z-index: -1;
	display: block;
	width: 575px;
	height: 360px;
	background: none;
	border: 2px solid #ffdb60;
}
.pgBox2 li:nth-of-type(2) figure {
	float: right;
	margin-right: 6.052%;
	margin-left: 0;
}
.pgBox2 li:nth-of-type(1) figure:before {
	top: -39px;
	right: -34px;
}
.pgBox2 li:nth-of-type(2) figure:before {
	right: -34px;
	bottom: -39px;
}
.pgBox2 li:nth-of-type(3) figure:before {
	top: -39px;
	left: -34px;
}
.pgBox2 li article {
	float: right;
	width: 48.7%;
	padding-left: 85px;
}
.pgBox2 li article img {
	display: inline;
	margin-top: 5px;
}
.pgBox2 li article h2 {
	font-size: 3rem;
	color: #333;
	line-height: 2;
}
.pgBox2 li article p {
	font-size: 1.6rem;
	color: #333;
	line-height: 1.8;
	padding-top: 16px;
}
.pgBox2 li:nth-of-type(2) article {
	float: left;
	text-align: right;
	padding-right: 85px;
	padding-left: 0;
}

/*微信名片*/
.wbc-title {
	text-align: center;
}
.wbc-title h3 {
	font-size: 3rem;
	color: #0979d2;
}
.wbc-title h5 {
	font-size: 1.8rem;
	color: #555;
	padding-top: 24px;
}
.wbcBox1 {
	background: -webkit-radial-gradient(#1b4e8e, #1d377a);
	background: -o-radial-gradient(#1b4e8e, #1d377a);
	background: -moz-radial-gradient(#1b4e8e, #1d377a);
	background: radial-gradient(#1b4e8e, #1d377a);
	padding-top: 68px;
	padding-bottom: 90px;
}
.wbcBox1 img {
	margin-right: auto;
	margin-left: auto;
}
.wbcBox2 {
	background-color: #f2f6fc;
	padding-top: 79px;
	padding-bottom: 97px;
}
.wbcBox2 .wbcBox2-list {
	width: 75.6%;
	margin-top: 34px;
	margin-right: auto;
	margin-left: auto;
}
.wbcBox2 .wbcBox2-list li {
	float: left;
	width: 29.74%;
	background-color: #fff;
	border: 1px solid #ced2d7;
	border-radius: 6px;
	padding: 23px 14px;
	margin: 50px 1.7966665% 0;
}
.wbcBox2 .wbcBox2-list li img {
	margin-right: auto;
	margin-left: auto;
}

/*卖家软件*/
.ss-title {
	text-align: center;
}
.ss-title h3 {
	font-size: 3.6rem;
	color: #fff;
}
.ss-title h5 {
	font-size: 1.8rem;
	color: #fff;
	padding-top: 20px;
}
.ssBox1 {
	background: -webkit-radial-gradient(#384050, #2e3443);
	background: -o-radial-gradient(#384050, #2e3443);
	background: -moz-radial-gradient(#384050, #2e3443);
	background: radial-gradient(#384050, #2e3443);
	padding-top: 63px;
	padding-bottom: 157px;
}
.ssBox1 .ssBox1-list {
	width: 94%;
	margin-top: 67px;
	margin-right: auto;
	margin-left: auto;
}
.ssBox1 .ssBox1-list li {
	float: left;
	width: 18.118%;
	margin: 0 3.441%;
}
.ssBox1 .ssBox1-list li img {
	border: 2px solid #fff;
	border-radius: 10px;
}
.ssBox1 .ssBox1-list li p {
	font-size: 1.6rem;
	color: #fff;
	line-height: 1.7;
	padding-left: 7%;
	padding-top: 25px;
}
.ssBox1 .ssBox1-list li a {
	display: block;
	width: 153px;
	height: 44px;
	line-height: 40px;
	font-size: 1.6rem;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50px;
	text-align: center;
	margin-top: 58px;
	margin-right: auto;
	margin-left: auto;
}
.ssBox1 .ssBox1-list li a:hover {
	background-color: #3d94d6;
	border-color: #3d94d6;
}
.ssBox2 {
	background-color: #108ad5;
	padding-top: 73px;
	padding-bottom: 89px;
}
.ssBox2 img {
	margin-top: 71px;
	margin-right: auto;
	margin-left: auto;
}

div.fy { margin-top:40px; padding:0 10px; text-align:center;}
div.fy a { margin:2px 5px; padding:5px 10px; border:1px solid #666; color:#666; text-decoration:none;}
div.fy a:hover { border:1px solid #006ec3; color:#006ec3;}
div.fy a:active { border:1px solid #006ec3; color:#006ec3; }
div.fy span.current { margin:2px 5px; padding:5px 10px; border:1px solid #006ec3; background-color:#006ec3; color:#FFF; font-weight:bold;}
div.fy span.disabled { margin:2px 5px; padding:5px 10px; border:1px solid #DDD; color:#CCC;}

#sucess_tj { width: 40%; position: fixed; height: 80px; border: 1px solid #ccc; box-shadow: 0 0 7px #bbb; top: 50%; margin-top: -40px; left: 50%; margin-left: -20%; background: #fff; z-index: 1111; border-radius: 4px; text-align: center; line-height: 40px; font-size: 16px; display: none }
#sucess_tj p { padding: 20px 0 }

.newcontent{ width:100%}
.new-top{ float:left; width:30%}
.new-top h5{ text-align:center;}
.newsshow{ float:right; width:65%}



.tab-content .case-top{ float:left; width:30%}

.tab-content .caseshow{float:right; width:65%}
.tab-content .caseshow img {
	max-width: 100%;
}
.tab-content h2{ text-align:center; padding-bottom:1em}
.tab-content h5{ text-align:center}
.case-top .case-list li {
	float: left;
	width: 31.986%;
	margin-right: 2.021%;
	margin-bottom: 30px;
}
.case-top .case-list li:nth-of-type(3n+3) {
	margin-right: 0;
}
.case-top .case-list li a {
	display: block;
	width: 100%;
	height: 100%;
}
.case-top .case-list li figure {
	position: relative;
	overflow: hidden;
}
.case-top .case-list li figure img{
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}
.case-top .case-list li article {
	border: 1px solid #f2f2f2;
	padding: 17px 30px 0;
}
.case-top .case-list li article h4 {
	font-size: 1.8rem;
	color: #333;
	line-height: 1.7;
}
.case-top .case-list li article span {
	display: block;
	font-size: 1.4rem;
	color: #555;
}
.case-top .case-list li article .more {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 43px;
	font-size: 1.4rem;
	color: #333;
	border-top: 1px solid #e5e5e5;
	margin-top: 35px;
	overflow: hidden;
}
.case-top .case-list li article .more span {
	float: right;
	color: #656565;
}
.case-top .case-list li a:hover .itemHover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
}
.case-top .case-list li a:hover img {
	-webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
}
.case-top .case-list li a:hover article .more span {
	color: #ff0000;
}
