/*reset*/

@charset "utf-8";

/*卧槽了个DJ*/
.inCases{
    overflow: hidden;
    padding-bottom: 0!important;
}

.inCases div{
    overflow-x: hidden!important;
}
.inCases .swiper-wrapper{
    overflow-x: initial!important;
    background-color: #F00;
}
.inCases .swiper-container{
    overflow-x: initial!important;
    height: 167px;
}
.inCases .caseSwi .swiper-pagination{
    bottom: 0!important;
}
html,
body {
	padding: 0px;
	margin: 0px;
	font: 12px/1.8 "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", "Arial", "Helvetica", "SimHei", "黑体", "STXihei", "华文细黑", sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size-adjust: none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
images,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

abbr,
acronym,
fieldset,
img,
input {
	border: none;
}

img {
	vertical-align: top
}

q:before,
q:after {
	content: "";
}

:focus {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
	padding: 0;
	margin: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

ol,
ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

a:hover {
	text-decoration: none;
	outline: none;
	color: inherit;
}

a:link {
	color: inherit;
	text-decoration: none;
}

a:visited {
	color: inherit;
	text-decoration: none;
}

a:active {
	color: inherit;
	text-decoration: none;
}

input[type=button] {
	cursor: pointer;
}

button {
	cursor: pointer;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul,
li {
	padding: 0;
	list-style: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
}


/* always display scrollbars */

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

strong {
	font-weight: bold;
}

input {
	outline: none;
}

img {
	border: 0;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}

textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999;
}


/*公共样式*/

a {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.left {
	float: left;
}

.right {
	float: right;
}

.textOverflow {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.textOverflow2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.transiton3s {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.trans {
	-webkit-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
	-moz-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
	-o-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
	-ms-transition: all .6s cubic-bezier(0.445, 1.045, 0.355, 1);
	transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.mtHeader {
	margin-top: 95px;
}

body .blockA {
	display: block;
	width: 100%;
	height: 100%;
}

.bodyGray {
	background-color: #f7f7f7;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

body .whiteColor {
	color: #fff;
}

.objectCover {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.animate {
	transition: all .2s;
	-webkit-transform: translateY(-60px);
	transform: translateY(-60px);
	opacity: 0
}

.animated {
	transition: all 1s ease-in-out;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.animate-up {
	transition: all .2s;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	opacity: 0
}


/*animate*/

.animateUp {
	-webkit-animation: commonA 1s forwards;
	-o-animation: commonA 1s forwards;
	animation: commonA 1s forwards;
}

.animateUp1 {
	opacity: 0;
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s;
}

.animateUp2 {
	opacity: 0;
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s;
}

.animateUp3 {
	opacity: 0;
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
}

.animateUp4 {
	opacity: 0;
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s;
}

.animateUp5 {
	opacity: 0;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}

.animateUp6 {
	opacity: 0;
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

@-webkit-keyframes commonA {
	0% {
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		transform: translateY(-30px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 1;
	}
}

@keyframes commonA {
	0% {
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		transform: translateY(-30px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 1;
	}
}

@keyframes icons2 {
	0% {
		top: 0;
	}
	10% {
		top: -10px;
	}
	20% {
		top: 0;
	}
	30% {
		top: -10px;
	}
	40% {
		top: 0;
	}
	50% {
		top: -10px;
	}
	60% {
		top: 0;
	}
	70% {
		top: -10px;
	}
	80% {
		top: 0;
	}
	90% {
		top: -10px;
	}
	100% {
		top: 0;
	}
}

@-webkit-keyframes icons2 {
	0% {
		top: 0;
	}
	10% {
		top: -10px;
	}
	20% {
		top: 0;
	}
	30% {
		top: -10px;
	}
	40% {
		top: 0;
	}
	50% {
		top: -10px;
	}
	60% {
		top: 0;
	}
	70% {
		top: -10px;
	}
	80% {
		top: 0;
	}
	90% {
		top: -10px;
	}
	100% {
		top: 0;
	}
}

.content {
	margin: 0 20px;
}

.ljHeader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	height: 95px;
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.08);
}

.ljHeader .top {
	width: 100%;
	height: 50px;
      background: linear-gradient(to left,#45abfb,#3179fc);
}

.ljHeader .top .logoBox {
	float: left;
	height: 100%;
	margin-left: 20px;
}

.ljHeader .top .logoBox .logo {
	display: block;
	height: 80%;
  	margin-top:4%;
}

.ljHeader .top .topphone {
	float: right;
	margin-right: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
	padding-left: 24px;
	background-image: url(../img/telicon.png);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: left center;
}

.ljHeader .ljnav {
	background-color: #3CA7FC;
	font-size: 12px;
	color: #fff;
	padding-left: 20px;
	height: 45px;
	position: relative;
	padding-right: 40px;
}

.ljHeader .ljnav .openNav {
	width: 40px;
	height: 45px;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(../img/nav.jpg);
	background-size: 100%;
}

.ljHeader .ljnav .navitem {
	display: block;
	line-height: 45px;
	text-align: center;
	width: 25%;
	float: left;
}

.ljHeader .ljnav .navlist {
	display: none;
	position: absolute;
	left: 0;
	top: 45px;
	background: #fff;
	width: 100%;
}

.ljHeader .ljnav .navlist .item {
	display: block;
	width: 100%;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 20px;
	position: relative;
}

.ljHeader .ljnav .navlist .item:after {
	content: '';
	position: absolute;
	background-image: url(../img/arrr.png);
	height: 42px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 100%;
	width: 10px;
	right: 10px;
	top: 0;
}

.index-banner {
	width: 100%;
}

.index-banner .scroll-btn {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -10px;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	width: 20px;
	height: 28px;
	background: url(../img/arrow-down.png) no-repeat center bottom;
	z-index: 999;
	opacity: .8;
	-webkit-animation: arrows 3.8s infinite;
	-webkit-animation-delay: 1s;
	animation: arrows 3.8s infinite;
	animation-delay: 1s;
	background-size: 100%;
}

@keyframes arrows {
	0% {
		bottom: 20px;
	}
	10% {
		bottom: 30px;
	}
	20% {
		bottom: 20px;
	}
	30% {
		bottom: 30px;
	}
	40% {
		bottom: 10px;
	}
	50% {
		bottom: 30px;
	}
	60% {
		bottom: 20px;
	}
	70% {
		bottom: 30px;
	}
	80% {
		bottom: 10px;
	}
	90% {
		bottom: 30px;
	}
	100% {
		bottom: 20px;
	}
}

@-webkit-keyframes arrows {
	0% {
		bottom: 20px;
	}
	10% {
		bottom: 30px;
	}
	20% {
		bottom: 20px;
	}
	30% {
		bottom: 30px;
	}
	40% {
		bottom: 10px;
	}
	50% {
		bottom: 30px;
	}
	60% {
		bottom: 20px;
	}
	70% {
		bottom: 30px;
	}
	80% {
		bottom: 10px;
	}
	90% {
		bottom: 30px;
	}
	100% {
		bottom: 20px;
	}
}

.index-banner-swi,
.index-banner-swi .swiper-container {
	width: 100%;
	height: 100%;
}

.index-banner-swi .BannerBtn {
	position: absolute;
	width: 90px;
	height: 40px;
	background: #fff;
	z-index: 10;
	left: 50%;
	margin-left: -45px;
	top: 36%;
	color: #fd6a3e;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	border-radius: 3px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.abModuleTit .moName {
	text-align: center;
	font-size: 24px;
	line-height: 1.5;
	color: #666;
	margin-bottom: 10px;
}

.abModuleTit .moCh {
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	color: #999;
	text-transform: uppercase;
}

.homeModule1 {
	padding-top: 74px;
}

.homeModule1 .list {
	margin-top: 40px;
}

.homeModule1 .list li {
	width: 33.3%;
	height: 170px;
	float: left;
	background-color: #fff;
	padding-top: 20px;
}

.homeModule1 .list li:first-of-type {
	border-right: 1px dashed #ededed;
	border-bottom: 1px dashed #ededed;
}

.homeModule1 .list li:nth-of-type(2) {
	border-right: 1px dashed #ededed;
	border-bottom: 1px dashed #ededed;
}

.homeModule1 .list li:nth-of-type(3) {
	border-bottom: 1px dashed #ededed;
}

.homeModule1 .list li:nth-of-type(4) {
	border-right: 1px dashed #ededed;
}

.homeModule1 .list li:nth-of-type(5) {
	border-right: 1px dashed #ededed;
}

.homeModule1 .list li .pic {
	width: 50%;
	margin: 0 auto 10px;
}


/*.homeModule1 .list li .pic1{
	background-position: 0 0;
}
.homeModule1 .list li .pic2{
	background-position: -284px 0;
}
.homeModule1 .list li .pic3{
	background-position: -570px 0;
}
.homeModule1 .list li .pic4{
	background-position: -855px 0;
}*/

.homeModule1 .list li .pic img {
	display: block;
	width: 100%;
}

.homeModule1 .list li .text {
	width: 90%;
	margin: 0 auto;
}

.homeModule1 .list li .text .name {
	font-size: 15px;
	color: #333;
	line-height: 1.5;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

.homeModule1 .list li .text .pro {
	font-size: 12px;
	color: #999;
	line-height: 1.5;
	text-align: center;
}

.homeModule2 {
	/*padding-top: 62px;*/
}

.homeModule2 .index-case-swi {
	margin-top: 50px;
}

.homeModule2 .index-case-swi .text {
	display: block;
	font-size: 15px;
	color: #333;
	line-height: 1.5;
	margin: 0 10px;
	padding-top: 8px;
}

.homeModule2 .index-case-swi .tag {
	font-size: 12px;
	color: #999;
	line-height: 1.5;
	margin: 0px 10px;
	padding-top: 2px;
}

.homeModule2 .index-case-swi .swiper-container .swiper-wrapper {
	padding: 10px 0;
}

.homeModule2 .index-case-swi .swiper-container .swiper-slide {
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	height: 150px;
}

.homeModule2 .index-case-swi .swiper-container .objectCover {
	border-radius: 10px 10px 0 0;
	height: 91px;
}

.homeModule2 .casearrow {
	margin-top: 25px;
	text-align: center;
	position: relative;
}

.homeModule2 .casearrow .dansh1,
.homeModule2 .casearrow .dansh2 {
	width: 20%;
	height: 1px;
	background-color: #e5e5e5;
	position: absolute;
	left: 0;
	top: 20px;
}

.homeModule2 .casearrow .dansh2 {
	left: auto;
	right: 0;
}

.homeModule2 .casearrow .dansh2:before,
.homeModule2 .casearrow .dansh2:after,
.homeModule2 .casearrow .dansh1:before,
.homeModule2 .casearrow .dansh1:after {
	content: '';
	position: absolute;
	background-color: #e5e5e5;
	border-radius: 50%;
}

.homeModule2 .casearrow .dansh2:before {
	top: -4px;
	left: 0;
	width: 9px;
	height: 9px;
}

.homeModule2 .casearrow .dansh2:after {
	right: 0;
	top: -2px;
	width: 5px;
	height: 5px;
}

.homeModule2 .casearrow .dansh1:before {
	left: 0;
	top: -2px;
	width: 5px;
	height: 5px;
}

.homeModule2 .casearrow .dansh1:after {
	right: 0;
	top: -4px;
	width: 9px;
	height: 9px;
}

.homeModule2 .button-prev {
	display: inline-block;
	background-image: url(../img/arrowleft.png);
	width: 44px;
	height: 44px;
	background-size: 100% 100%;
}

.homeModule2 .button-next {
	display: inline-block;
	background-image: url(../img/arrowright.png);
	width: 44px;
	height: 44px;
	background-size: 100% 100%;
}

.homeModule2 .more {
	display: inline-block;
	background-image: url(../img/more.png);
	width: 76px;
	height: 44px;
	background-size: 100% 100%;
	margin: 0 2px;
}

.homeModule3 {
	/*display: none;*/
	padding-top: 60px;
}

.homeModule3 .list {
	margin-top: 20px;
}

.homeModule3 .list li {
	width: 100%;
	padding: 25px 0;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 76px;
}

.homeModule3 .list li .icon {
	display: block;
	width: 76px;
	position: absolute;
	left: 0;
	top: 25px;
}

.homeModule3 .list li .icon img {
	display: block;
	width: 100%;
}

.homeModule3 .list li .text {
	width: 100%;
	min-height: 76px;
	padding-left: 15px;
}

.homeModule3 .list li .text .name {
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 8px;
}

.homeModule3 .list li .text .pro {
	font-size: 12px;
	color: #999;
	line-height: 1.5;
}

.homeModule4 {
	padding-top: 30px;
}

.homeModule4 .abModuleTit {
	background-image: url(../img/newsicon.png);
	background-size: 17px 17px;
	background-repeat: no-repeat;
	background-position: left center;
}

.homeModule4 .abModuleTit .moName {
	float: left;
	padding-left: 25px;
	text-align: left;
	line-height: 30px;
	margin-bottom: 0;
}

.homeModule4 .abModuleTit .moCh {
	float: right;
	text-align: right;
	line-height: 30px;
}

.homeModule4 .list {
	margin-top: 16px;
	border-top: 1px solid #eee;
	padding: 10px 0;
}

.homeModule4 .list li {
	float: left;
	width: 50%;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.homeModule4 .list li .name {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #999;
	line-height: 1.5;
	padding-left: 10px;
}

.homeModule4 .list li:nth-of-type(2n-1) .name {
	border-right: 1px solid #eee;
	padding-left: 0;
	padding-right: 5px;
}

.homeAds {
	margin-top: 20px;
}

.homeAds .pic {
	display: block;
	width: 100%;
}

.homeModule5 {
	padding: 20px 0;
	background: #f5f5f5;
}

.homeModule5 .index-partner-swi .item {
	width: 100%;
	background: #fff;
}

.homeModule5 .index-partner-swi .item img {
	display: block;
	width: 100%;
}

.footer {
	width: 100%;
	background-color: #333;
	text-align: center;
	padding: 20px 0 10px;
	margin-bottom: 50px;
}

.footer .text {
	font-size: 12px;
	color: #bfbfc0;
	line-height: 1.5;
	margin-bottom: 10px;
	text-align: center;
}

.footerFuchuang {
	width: 100%;
	height: 50px;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
}

.footerFuchuang .item {
	width: 33.3%;
	float: left;
	height: 100%;
	text-align: center;
	font-size: 14px;
	color: #fff;
	position: relative;
	padding-left: 15px;
	line-height: 50px;
}

.footerFuchuang .item .icon {
	display: inline-block;
	height: 15px;
	position: absolute;
	left: 15%;
	top: 17px;
}

.footerFuchuang .item .icon img {
	display: block;
	height: 100%;
}

.footerFuchuang .item.item1 {
	background-color: #fff;
	color: #3CA7FC;
}

.footerFuchuang .item.item1 .icon {
	left: 27%;
}

.footerFuchuang .item.item2 {
	background-color: #3179fc;
}

.footerFuchuang .item.item3 {
	background-color: #45abfb;
}

.inBanner {
	display: block;
	width: 100%;
}

.mallModule1 {
	padding-top: 30px;
}

.mallModule1 .list {
	margin-top: 30px;
}

.mallModule1 .list li {
	margin-bottom: 30px;
	border-radius: 10px;
	box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.08);
	background-color: #fff;
}

.mallModule1 .list li .name {
	font-size: 16px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	width: 100%;
	background-size: 100% 100%;
	text-align: center;
	border-radius: 10px 10px 0 0;
}

.mallModule1 .list li .name1 {
	background-image: url(../img/mallt1.png);
}

.mallModule1 .list li .name2 {
	background-image: url(../img/mallt2.png);
}

.mallModule1 .list li .name3 {
	background-image: url(../img/mallt3.png);
}

.mallModule1 .list li .box {
	padding-left: 145px;
	position: relative;
	margin-top: 30px;
}

.mallModule1 .list li .box .icon {
	display: block;
	width: 135px;
	position: absolute;
	left: 10px;
	top: 0;
}

.mallModule1 .list li .box .pro {
	font-size: 12px;
	color: #999;
	line-height: 1.6;
	padding: 0 10px;
	min-height: 120px;
}

.mallModule3 {
	padding-top: 40px;
}

.mallModule3 .box {
	margin-top: 30px;
}

.mallModule3 .topBox {
	text-align: center;
}

.mallModule3 .topBox .tabBar {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	cursor: pointer;
	padding: 0 20px;
	border-radius: 16px;
	background: #f5f5f5;
	margin: 0 5px;
}

.mallModule3 .topBox .tabBar .boxs {
	display: inline-block;
}

.mallModule3 .topBox .tabBar .name {
	font-size: 14px;
	color: #666;
	line-height: 32px;
	float: left;
}

.mallModule3 .topBox .tabBar:hover .name {
	color: #fff;
}

.mallModule3 .topBox .tabBar:hover {
	background-color: #3CA7FC;
}

.mallModule3 .topBox .tabBar.active {
	background-color: #3CA7FC;
}

.mallModule3 .topBox .tabBar.active .name {
	color: #fff;
}

.mallModule3 .bottomBox {
	margin-top: 25px;
	background-color: #fff;
	box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.08);
	padding: 20px;
}

.mallModule3 .bottomBox .pic {
	display: block;
	max-width: 100%;
	margin: 0 auto 20px;
}

.mallModule3 .bottomBox .text {
	font-size: 14px;
	color: #999;
	line-height: 1.5;
	text-align: center;
}

.mallModule3 .bottomBox .tabCon {
	display: none;
}

.mallModule3 .bottomBox .tabCon.active {
	display: block;
}

.mallModule2 {
	padding-top: 40px;
}

.mallModule2 .list {
	margin-top: 30px;
}

.mallModule2 .list li {
	background-color: #f7f7f7;
	margin-bottom: 20px;
	position: relative;
	padding: 10px;
	padding-left: 160px;
}

.mallModule2 .list li .icon {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 150px;
}

.mallModule2 .list li .icon img {
	display: block;
	width: 100%;
}

.mallModule2 .list li .text {
	width: 100%;
	padding-left: 10px;
	min-height: 120px;
}

.mallModule2 .list li .text .name {
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	margin-bottom: 5px;
	padding-top: 5px;
}

.mallModule2 .list li .text .pro {
	font-size: 12px;
	color: #999;
	line-height: 1.5;
}

.inCases {
	padding-top: 50px;
	padding-bottom: 50px;
}

.inCases .caseSwi {
	position: relative;
	margin-top: 40px;
	padding-bottom: 30px;
}

.inCases .caseSwi .swiper-pagination {
	width: 100%;
	bottom: 0;
}

.inCases .caseSwi .swiper-pagination-bullet {
	margin: 0 2px;
}

.inCases .caseSwi .swiper-slide {
	width: 40%;
	opacity: 0;
}

.inCases .caseSwi .swiper-slide.swiper-slide-next,
.inCases .caseSwi .swiper-slide.swiper-slide-prev {
	opacity: 0.3;
}

.inCases .caseSwi .swiper-slide.swiper-slide-active .text {
	opacity: 1;
}

.inCases .caseSwi .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.inCases .caseSwi .caseItem .picBox {
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.16);
	-webkit-box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.16);
}

.inCases .caseSwi .caseItem {
	padding-bottom: 10px;
}

.inCases .caseSwi .caseItem .picBox .pic {
	display: block;
	width: 100%;
}

.inCases .caseSwi .caseItem .picBox .pic .objectCover {
	border-radius: 5px;
	/*height: 270px;
	width: 152px;*/
}

.inCases.webModule .caseSwi .caseItem .picBox {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 10px;
}

.inCases.webModule .caseSwi .caseItem .text {
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	margin-top: 10px;
	text-align: center;
	opacity: 0;
}

.inCases.webModule .caseSwi .caseItem .objectCover {
	border-radius: 10px;
}

.inCases.webModule .caseSwi .swiper-container .swiper-slide.swiper-slide-active .text {
	opacity: 1;
}

.webModule1 {
	padding-top: 40px;
}

.webModule1 .list {
	margin-top: 30px;
}

.webModule1 .list li {
	float: left;
	width: 45%;
	margin-right: 10%;
	margin-bottom: 20px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
}

.webModule1 .list li:nth-of-type(2n) {
	margin-right: 0;
}

.webModule1 .list li .box {
	width: 100%;
	height: 240px;
}

.webModule1 .list li .box .name {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	line-height: 1.5;
	text-align: center;
	margin: 10px 0;
	padding: 0 10px;
}

.webModule1 .list li .box .pro {
	font-size: 12px;
	color: #999;
	line-height: 1.5;
	text-align: center;
	padding: 0 10px;
}

.webModule1 .list li .box .icon {
	width: 100%;
	border-radius: 5px 5px 0 0;
}

.webModule1 .list li .box .icon img {
	display: block;
	width: 100%;
	border-radius: 5px 5px 0 0;
}

.webModule2 {
	padding-top: 40px;
}

.webModule2 .list {
	margin-top: 30px;
}

.webModule2 .list li {
	float: left;
	width: 33.3%;
	padding: 10px;
}

.webModule2 .list li:hover {
	box-shadow: 0px 11px 13px 0px rgba(212, 212, 212, 0.48);
	-webkit-box-shadow: 0px 11px 13px 0px rgba(212, 212, 212, 0.48);
}

.webModule2 .list li .box .icon {
	display: block;
	margin-bottom: 15px;
}

.webModule2 .list li .box .icon img {
	display: block;
	width: 50px;
	margin: 0 auto;
}

.webModule2 .list li .box .name {
	font-size: 15px;
	color: #333;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 12px;
}

.webModule2 .list li .box .pro {
	font-size: 12px;
	color: #999;
	text-align: center;
	line-height: 1.6;
}

.process {
	padding-top: 40px;
}

.process .pic {
	display: block;
	width: 100%;
	margin-top: 30px;
}

.wxModule1 {
	padding-top: 40px;
}

.wxModule1 .tit {
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 1.6;
}

.wxModule1 .list {
	margin-top: 30px;
}

.wxModule1 .list li {
	float: left;
	width: 47%;
	margin-right: 6%;
	margin-bottom: 20px;
}

.wxModule1 .list li:nth-of-type(2n) {
	margin-right: 0;
}

.wxModule1 .list li .box {
	height: 160px;
	padding-top: 32px;
	border-radius: 10px;
}

.wxModule1 .list .icon {
	/*background-image: url(../img/wxSprite.png);
	width: 198px;
	height: 198px;*/
	display: block;
	margin: 0 auto;
}

.wxModule1 .list .icon img {
	display: block;
	height: 45px;
	margin: 0 auto;
}

.wxModule1 .list li:nth-of-type(1) .box {
	background-color: #17b6d9;
}

.wxModule1 .list li:nth-of-type(2) .box {
	background-color: #1676f2;
}

.wxModule1 .list li:nth-of-type(3) .box {
	background-color: #6f55eb;
}

.wxModule1 .list li:nth-of-type(4) .box {
	background-color: #edb631;
}


/*.wxModule1 .list .icon1{
	background-position: -3px -11px;
}
.wxModule1 .list .icon2{
	background-position: -204px -11px;
}
.wxModule1 .list .icon3{
	background-position: -404px -11px;
}
.wxModule1 .list .icon4{
	background-position: -605px -11px;
}*/

.wxModule1 .list .name {
	font-size: 12px;
	color: #fff;
	line-height: 1.8;
	text-align: center;
	margin-top: 20px;
}

.wxModule2 {
	padding-top: 40px;
}

.wxModule2 .box {
	margin-top: 30px;
}

.wxModule2 .box .topBox {
	width: 100%;
	position: relative;
}

.wxModule2 .box .topBox .item {
	width: 22%;
	margin-right: 3.25%;
	float: left;
	font-size: 16px;
	text-align: center;
	line-height: 1.6;
	cursor: pointer;
}

.wxModule2 .box .topBox .item:nth-of-type(4) {
	margin-right: 0;
}

.wxModule2 .box .topBox .item .icon {
	display: block;
	width: 44px;
	margin: 0 auto 10px;
}

.wxModule2 .box .topBox .item .icon img {
	display: block;
	width: 100%;
}

.wxModule2 .box .topBox .item:nth-of-type(1) .name {
	color: #edb631;
}

.wxModule2 .box .topBox .item:nth-of-type(2) .name {
	color: #6f55eb;
}

.wxModule2 .box .topBox .item:nth-of-type(3) .name {
	color: #17b6d9;
}

.wxModule2 .box .topBox .item:nth-of-type(4) .name {
	color: #45abfb;
}

.wxModule2 .box .topBox .item .activeDansh {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -12px;
	height: 2px;
}

.wxModule2 .box .topBox .item .activeDansh:after {
	content: '';
	position: absolute;
	bottom: 2px;
	border: 5px solid transparent;
}

.wxModule2 .box .topBox .item:nth-of-type(1) .activeDansh {
	background: #edb631;
}

.wxModule2 .box .topBox .item:nth-of-type(1) .activeDansh:after {
	border-bottom-color: #edb631;
	left: 9.2%;
}

.wxModule2 .box .topBox .item:nth-of-type(2) .activeDansh {
	background: #6f55eb;
}

.wxModule2 .box .topBox .item:nth-of-type(2) .activeDansh:after {
	border-bottom-color: #6f55eb;
	left: 34.2%;
}

.wxModule2 .box .topBox .item:nth-of-type(3) .activeDansh {
	background: #17b6d9;
}

.wxModule2 .box .topBox .item:nth-of-type(3) .activeDansh:after {
	border-bottom-color: #17b6d9;
	left: 60%;
}

.wxModule2 .box .topBox .item:nth-of-type(4) .activeDansh {
	background: #45abfb;
}

.wxModule2 .box .topBox .item:nth-of-type(4) .activeDansh:after {
	border-bottom-color: #45abfb;
	left: 85.5%;
}

.wxModule2 .box .topBox .item.active .activeDansh {
	display: block;
}

.wxModule2 .box .bottomBox {
	width: 100%;
	margin-top: 20px;
	background-color: #fff;
}

.wxModule2 .box .bottomBox .item {
	width: 100%;
	padding: 10px 0;
	padding-left: 48px;
	position: relative;
}

.wxModule2 .box .bottomBox .item .icon {
	width: 48px;
	position: absolute;
	left: 0;
	top: 10px;
}

.wxModule2 .box .bottomBox .item .icon img {
	display: block;
	width: 100%;
}

.wxModule2 .box .bottomBox .text {
	width: 100%;
	padding-left: 10px;
}

.wxModule2 .box .bottomBox .text .name {
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	margin-bottom: 4px;
}

.wxModule2 .box .bottomBox .text .pro {
	font-size: 12px;
	color: #666;
	line-height: 1.5;
}

.wxModule2 .box .bottomBox .tabCon {
	display: none;
}

.wxModule2 .box .bottomBox .tabCon.active {
	display: block;
}

.xcxModule1 {
	padding-top: 40px;
}

.xcxModule1 .list {
	margin-top: 30px;
}

.xcxModule1 .list li {
	margin-bottom: 35px;
}

.xcxModule1 .list li .icon {
	display: block;
	width: 50%;
	float: right;
	padding-left: 10%;
}

.xcxModule1 .list li .icon img {
	display: block;
	width: 100%;
}

.xcxModule1 .list li:nth-of-type(2n) .icon {
	float: left;
	padding-left: 0;
	padding-right: 10%;
}

.xcxModule1 .list li .box .icon1 {
	background-position: -6px -6px;
}

.xcxModule1 .list li .box .icon2 {
	background-position: -88px -8px;
}

.xcxModule1 .list li .box .icon3 {
	background-position: -168px -6px;
}

.xcxModule1 .list li .box .icon4 {
	background-position: -250px -5px;
}

.xcxModule1 .list li .box .icon5 {
	background-position: -333px -5px;
}

.xcxModule1 .list li .text {
	float: left;
	width: 50%;
}

.xcxModule1 .list li .box .name {
	font-size: 16px;
	text-align: right;
	color: #333;
	line-height: 1.5;
	margin-bottom: 10px;
}

.xcxModule1 .list li .box .pro {
	font-size: 12px;
	text-align: right;
	color: #999;
	line-height: 1.5;
}

.xcxModule2 {
	padding-top: 40px;
}

.xcxModule2 .list {
	margin-top: 30px;
}

.xcxModule2 .list li {
	float: left;
	width: 33.3%;
	margin-bottom: 30px;
	height: 104px;
}

.xcxModule2 .list li .icon {
	display: block;
	/*background-image: url(../img/xcx-sprite.png);
	width: 94px;
	height: 94px;*/
	/*margin: 0 auto;*/
}

.xcxModule2 .list li .icon img {
	display: block;
	height: 42px;
	margin: 0 auto;
}

.xcxModule2 .list li .icon1 {
	background-position: -6px -114px;
}

.xcxModule2 .list li .icon2 {
	background-position: -118px -114px;
}

.xcxModule2 .list li .icon3 {
	background-position: -230px -114px;
}

.xcxModule2 .list li .icon4 {
	background-position: -342px -114px;
}

.xcxModule2 .list li .icon5 {
	background-position: -454px -114px;
}

.xcxModule2 .list li .icon6 {
	background-position: -6px -222px;
}

.xcxModule2 .list li .icon7 {
	background-position: -118px -222px;
}

.xcxModule2 .list li .icon8 {
	background-position: -230px -222px;
}

.xcxModule2 .list li .icon9 {
	background-position: -342px -222px;
}

.xcxModule2 .list li .icon10 {
	background-position: -454px -222px;
}

.xcxModule2 .list li .name {
	font-size: 14px;
	text-align: center;
	color: #333;
	line-height: 1.5;
	margin-top: 20px;
}

.xcxModule3 {
	padding-top: 40px;
}

.xcxModule3 .list {
	margin-top: 30px;
}

.xcxModule3 .list li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 63px;
}

.xcxModule3 .list li .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 63px;
}

.xcxModule3 .list li .icon img {
	display: block;
	width: 100%;
}

.xcxModule3 .list li .icon1 {
	background-position: -6px -327px;
}

.xcxModule3 .list li .icon2 {
	background-position: -148px -327px;
}

.xcxModule3 .list li .icon3 {
	background-position: -291px -327px;
}

.xcxModule3 .list li .icon4 {
	background-position: -434px -327px;
}

.xcxModule3 .list li .text {
	width: 100%;
	padding-left: 20px;
}

.xcxModule3 .list li .name {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 5px;
}

.col1 {
	color: #f2b97b;
}

.col2 {
	color: #f19881;
}

.col3 {
	color: #69b6f7;
}

.col4 {
	color: #39ceae;
}

.xcxModule3 .list li .pro {
	font-size: 12px;
	line-height: 1.5;
	color: #999;
}

.xcxModule3 .list li:hover {
	margin-top: -15px;
}

.xcxModule3 .list li:hover .icon {
	-webkit-animation: animateBeat 1s linear infinite;
	animation: animateBeat 1s linear infinite;
}

.caseTabBox {
	background: #fff;
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.caseTabBox .icon {
	float: left;
	height: 40px;
	width: 15px;
	background-image: url(../img/allicon.png);
	background-repeat: no-repeat;
	background-size: 100%;
	margin-right: 10px;
	background-position: left center;
}

.caseTabBox .tit {
	float: left;
	font-size: 16px;
	line-height: 40px;
	color: #3CA7FC;
}

.caseTabBox .ricon {
	float: right;
	height: 40px;
	width: 16px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/ricon.png);
	background-position: left center;
}

#caseFenlei {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1002;
	background: #fff;
	height: 100vh;
	overflow-y: scroll;
	padding-top: 50px;
}

#caseFenlei .tit {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #3CA7FC;
	position: fixed;
	left: 0;
	top: 0;
}

#close {
	display: block;
	background-image: url(../img/close.png);
	width: 17px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 50px;
	position: absolute;
	background-size: 100%;
	right: 20px;
	top: 0;
	color: #fff;
}

#caseFenlei .all {
	display: block;
	font-size: 14px;
	color: #333;
	background: #f1f1f1;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 45px;
}

#caseFenlei .fenleilist {
	width: 100%;
}

#caseFenlei .fenleilist .item {
	display: block;
	width: 100%;
	border-bottom: 1px solid #eee;
	color: #999;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	padding-left: 45px;
}

#caseFenlei .fenleilist .item.active {
	color: #3CA7FC;
}

.caseListBox {
	padding-bottom: 40px;
}

.caseListBox .caseList {
	margin-top: 20px;
}

.caseListBox .caseList li {
	float: left;
	width: 48%;
	height: 190px;
	margin-right: 4%;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
}

.caseListBox .caseList li:nth-of-type(2n) {
	margin-right: 0;
}

.caseListBox .caseList li .picBox {
	width: 100%;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.caseListBox .caseList li .picBox img {
	display: block;
	width: 100%;
	height: 124px;
}

.caseListBox .caseList li .textBox {
	padding: 10px;
}

.caseListBox .caseList li .textBox .tit {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 4px;
}

.caseListBox .caseList li .textBox .tit:hover {
	color: #3ca7fc;
}

.caseListBox .caseList li .textBox .tagList {
	display: block;
	color: #999;
	font-size: 12px;
	line-height: 1.5;
}

.caseListBox .caseList li .textBox .tagList a {
	position: relative;
	padding: 0 5px;
}

.caseListBox .caseList li .textBox .tagList a:hover {
	color: #3ca7fc;
}

.caseListBox .caseList li .textBox .tagList a:after {
	position: absolute;
	content: '|';
	color: #3ca7fc;
	font-size: 12px;
	line-height: 1.5;
	right: -4px;
	top: -2px;
}

.caseListBox .caseList li .textBox .tagList a:last-of-type:after {
	display: none;
}

.caseListBox .caseList li .ewmTc {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
}

.caseListBox .caseList li .ewmTc .blackBg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	/*background: rgba(0,0,0,0.5);*/
	background: #fff;
}

.caseListBox .caseList li .ewmTc .picB {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -76px;
	margin-top: -136px;
	z-index: 100;
}

.caseListBox .caseList li .ewmTc img {
	display: block;
	width: 100%;
}

.caseListBox .caseList li .ewmTc .picB span {
	display: block;
	width: 100%;
	position: absolute;
	font-size: 14px;
	color: #666;
	left: 0;
	bottom: 36px;
	z-index: 10;
	text-align: center;
	line-height: 1.5;
}

.caseListBox .caseList li .ewmTc .picB span p:nth-of-type(2) {
	font-size: 16px;
	margin-top: 6px;
}

.loadMore {
	display: block;
	width: 100%;
	font-size: 16px;
	color: #fff;
	height: 44px;
	border-radius: 22px;
	background-image: -moz-linear-gradient(90deg, rgb(64, 129, 247) 0%, rgb(69, 171, 251) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(64, 129, 247) 0%, rgb(69, 171, 251) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(64, 129, 247) 0%, rgb(69, 171, 251) 100%);
	text-align: center;
	line-height: 44px;
	cursor: pointer;
	margin-top: 30px;
}

.loadMore:hover {
	opacity: 0.8;
}

.casedetailTop {
	width: 100%;
	background-image: url(../img/casebg.jpg);
	background-size: cover;
	-webkit-background-size: cover;
	padding: 50px 0;
}

.casedetailTop .caseDeTit {
	font-size: 20px;
	color: #fff;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 10px;
	padding: 0 10px;
}

.casedetailTop .tagList {
	display: block;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}

.casedetailTop .tagList a {
	position: relative;
	padding: 0 10px;
}

.casedetailTop .tagList a:hover {
	color: #3ca7fc;
}

.casedetailTop .tagList a:after {
	position: absolute;
	content: '/';
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	right: -5px;
	top: -4px;
	font-weight: 200;
}

.casedetailTop .tagList a:last-of-type:after {
	display: none;
}

.casedetailTop .seeSite {
	display: none;
	width: 120px;
	height: 30px;
	margin: 15px auto 0;
	line-height: 30px;
	border-radius: 18px;
	font-size: 14px;
	color: #1b1b1f;
	text-align: center;
	background-color: #d1d1d2;
}

.casedetailTop .seeSite:hover {
	color: #fff;
	background-color: #3ca7fc;
}

.casedetail {
	font-size: 14px;
	color: #666;
	line-height: 1.5;
}

.casedetail img {
	width: 100%;
	display: block;
}

.nextPrev {
	width: 100%;
	margin-bottom: 90px;
}

/*.nextPrev a {
	display: block;
	width: 35%;
	float: left;
	background-color: #f5f5f5;
	font-size: 20px;
	color: #999;
	line-height: 66px;
	padding: 0 20px;
}

.nextPrev a:last-of-type {
	float: right;
}*/

.nextPrev a:hover {
	color: #fff;
	background-color: #3CA7FC;
}

.contact {
	padding-top: 40px;
}

.contact .item {
	margin-bottom: 30px;
}

.contact .item .tit {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.contact .item .tit .icon {
	float: left;
	height: 17px;
	margin-right: 10px;
}

.contact .item .tit .name {
	float: left;
	font-size: 16px;
	color: #333;
	line-height: 16px;
}

.contact .item .text {
	padding: 10px 0;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
}

.contact .item .text .txt span {
	display: inline-block;
	width: 60px;
}

.contact .item .ewmpic {
	display: block;
	float: left;
	width: 120px;
}

.pageList {
	width: 100%;
	text-align: center;
	margin-top: 60px;
}

.pageList a,
.pageList strong {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	border-radius: 3px;
	color: #999;
	padding: 0 14px;
	font-size: 16px;
	font-weight: normal;
	/*margin: 0 5px;*/
	background-color: #f5f5f5;
}

.pageList strong {
	color: #3CA7FC;
}

.pageList a:hover {
	color: #3CA7FC;
}
/*111*/
#pages li{
	float: left;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
}
/*111*/
@keyframes animateBeat {
	0% {
		transform: translateY(0);
	}
	25% {
		transform: translateY(-10px);
	}
	50% {
		transform: translateY(0px);
	}
	75% {
		transform: translateY(10px) scale(1.1, 0.9);
	}
	to {
		transform: translateY(0);
	}
}

@-moz-keyframes animateBeat {
	0% {
		transform: translateY(0);
	}
	25% {
		transform: translateY(-10px);
	}
	50% {
		transform: translateY(0px);
	}
	75% {
		transform: translateY(10px) scale(1.1, 0.9);
	}
	to {
		transform: translateY(0);
	}
}

@-webkit-keyframes animateBeat {
	0% {
		transform: translateY(0);
	}
	25% {
		transform: translateY(-10px);
	}
	50% {
		transform: translateY(0px);
	}
	75% {
		transform: translateY(10px) scale(1.1, 0.9);
	}
	to {
		transform: translateY(0);
	}
}

@-o-keyframes animateBeat {
	0% {
		transform: translateY(0);
	}
	25% {
		transform: translateY(-10px);
	}
	50% {
		transform: translateY(0px);
	}
	75% {
		transform: translateY(10px) scale(1.1, 0.9);
	}
	to {
		transform: translateY(0);
	}
}

@keyframes icons {
	0% {
		bottom: 50px;
	}
	10% {
		bottom: 60px;
	}
	20% {
		bottom: 50px;
	}
	30% {
		bottom: 60px;
	}
	40% {
		bottom: 50px;
	}
	50% {
		bottom: 60px;
	}
	60% {
		bottom: 50px;
	}
	70% {
		bottom: 60px;
	}
	80% {
		bottom: 50px;
	}
	90% {
		bottom: 60px;
	}
	100% {
		bottom: 50px;
	}
}

@-webkit-keyframes icons {
	0% {
		bottom: 50px;
	}
	10% {
		bottom: 60px;
	}
	20% {
		bottom: 50px;
	}
	30% {
		bottom: 60px;
	}
	40% {
		bottom: 50px;
	}
	50% {
		bottom: 60px;
	}
	60% {
		bottom: 50px;
	}
	70% {
		bottom: 60px;
	}
	80% {
		bottom: 50px;
	}
	90% {
		bottom: 60px;
	}
	100% {
		bottom: 50px;
	}
}

@-webkit-keyframes ani-circle {
	0% {
		-webkit-transform: scale(0.1);
		transform: scale(0.1);
		opacity: 0;
		filter: alpha(opacity=0) \9;
	}
	10% {
		opacity: 1;
		filter: alpha(opacity=100) \9;
	}
	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
		filter: alpha(opacity=0) \9;
	}
}

@keyframes ani-circle {
	0% {
		-webkit-transform: scale(0.1);
		transform: scale(0.1);
		opacity: 0;
		filter: alpha(opacity=0) \9;
	}
	10% {
		opacity: 1;
		filter: alpha(opacity=100) \9;
	}
	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
		filter: alpha(opacity=0) \9;
	}
}

.FormAdd {
	margin: 50px 0;
}

.FormAdd .content {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 13px 0px rgba(69, 171, 251, 0.3);
	-webkit-box-shadow: 0px 0px 13px 0px rgba(69, 171, 251, 0.3);
	padding: 20px 25px;
}

.FormAdd .content .indexForm {
	display: block;
	width: 100%;
}

::-webkit-input-placeholder {
	color: #666;
}

:-moz-placeholder {
	color: #666;
}

::-moz-placeholder {
	color: #666;
}

:-ms-input-placeholder {
	color: #666;
}

.FormAdd .content .indexForm .inputLine {
	display: block;
	font-weight: normal;
	height: 55px;
	border-bottom: 1px solid #eee;
	line-height: 55px;
	font-size: 13px;
	color: #666;
}

.FormAdd .content .indexForm .formSub {
	display: block;
	width: 150px;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	border-radius: 17px;
	background-image: -moz-linear-gradient(90deg, rgb(49, 121, 252) 0%, rgb(69, 171, 251) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(49, 121, 252) 0%, rgb(69, 171, 251) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(49, 121, 252) 0%, rgb(69, 171, 251) 100%);
	margin: 20px auto 0;
	color: #fff;
}

.FormAdd .content .indexForm .icon {
	display: block;
	width: 23px;
	height: 23px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	float: left;
	margin-top: 16px;
}

.FormAdd .content .indexForm .formInput,
.FormAdd .content .indexForm .formSelect {
	display: block;
	width: calc(100% - 25px);
	float: left;
	padding-left: 10px;
	height: 55px;
	line-height: 55px;
	font-size: 13px;
	background: transparent;
	border: none;
	color: #666;
}

.FormAdd .content .indexForm .formSelect {
	padding-left: 7px;
}

.FormAdd .content .indexForm .icon1 {
	background-image: url(../img/formicon1.png);
	;
}

.FormAdd .content .indexForm .icon2 {
	background-image: url(../img/formicon2.png);
	;
}

.FormAdd .content .indexForm .icon3 {
	background-image: url(../img/formicon3.png);
	;
}


/* liyalin */

.width100 {
	width: 100%;
}

.sContent {
	width: 100%;
	overflow: hidden;
}

.sTitle {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	padding: 30px 0;
	text-align: center;
}

.sTitle span {
	color: #3ca7fc;
}

.sList {
	width: 100%;
	overflow: hidden;
}

.sList li {
	width: 50%;
	float: left;
	padding-bottom: 20px;
	text-align: center;
}

.sList li img {
	width: 75px;
}

.sList li h6 {
	font-size: 0.875rem;
	color: #333333;
}

.sList li p {
	font-size: 0.75rem;
	color: #999999;
	width: 85%;
	margin: 0 auto;
}

.sFooter {
	width: 100%;
	overflow: hidden;
	padding: 0 10px;
	background: #333333;
	margin-bottom: 50px;
}

ul.sInfo {
	padding: 25px 0;
	border-bottom: 1px #999999 solid;
	width: 100%;
	overflow: hidden;
}

ul.sInfo li {
	width: 49.999%;
	float: left;
	text-align: center;
}

ul.sInfo li:first-child {
	border-right: 1px #999999 solid;
}

ul.sInfo li img {
	width: 25px;
	margin-bottom: 10px;
}

ul.sInfo li p {
	color: #ffffff;
	font-size: 14px;
}

.sMap {
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
}

.sMap .mapBox .map {
	position: relative;
	top: -46px;
	height: 230px;
	border-radius: 10px;
}

.sCopyright {
	text-align: center;
	color: #FFFFFF;
	padding: 20px 0;
	border-top: 1px #999999 solid;
	font-size: 12px;
	margin-top: -15px;
}

.mallHead {
	height: 48px;
	background: #fff;
	padding: 0 15px;
}

.mallHead .mallLogo {
	display: block;
	float: left;
	height: 100%;
}

.mallHead .logBtn,
.mallHead .regBtn {
	display: block;
	float: right;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	width: 54px;
	margin-left: 10px;
	text-align: center;
	border-radius: 3px;
	margin-top: 9px;
}

.mallHead .regBtn {
	color: #3ca7fc;
	border: 1px solid #3ca7fc;
}

.mallHead .logBtn {
	background: #3ca7fc;
	color: #fff;
}
.scContent{
	margin: 0 15px;
}
.scTit h2{
	font-size: 20px;
	color: #666;
	text-align: center;
}
.scTit p{
	font-size: 12px;
	color: #999;
	text-align: center;
	text-transform: uppercase;
}
.scTit{
	margin-bottom: 20px;
}
.scModule1 {
	padding: 30px 0;
}
.scModule1 .chName{
	font-size: 15px;
	color: #fff;
}
.scModule1 .enName{
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 200;
}
.scModule1 .list li{
	border-radius: 12px;
	margin-bottom: 10px;
	padding-top: 12px;
	padding-left: 10px;	
}
.scModule1 .list .left{
	width: calc((100% - 10px)/2);
	float: left;
	margin-right: 10px;
}
.scModule1 .list .right{
	width: calc((100% - 10px)/2);
	float: right;
}
.scModule1 .item1{
	background: url(../img/sc1.jpg) no-repeat;
	background-size: cover;
	height: 75px;
}
.scModule1 .item2{
	background: url(../img/sc2.jpg) no-repeat;
	background-size: cover;
	height: 75px;
}
.scModule1 .item3{
	background: url(../img/sc3.jpg) no-repeat;
	background-size: cover;
	height: 75px;
}
.scModule1 .item4{
	background: url(../img/sc4.jpg) no-repeat;
	background-size: cover;
	height: 100px;
}
.scModule1 .item5{
	background: url(../img/sc5.jpg) no-repeat;
	background-size: cover;
	height: 135px;
}
.scModule2{
	padding: 50px 0;
	background: url(../img/sc6.jpg) no-repeat #fbfbfb;
	background-size: 100%;
}
.scModule2 .tabBarBox{
	overflow: hidden;	
}
.scModule2 .tabBarBox .tabBar{
	width: 33.3%;
	float: left;
	padding: 0 5px;	
	height: 180px;
	border-bottom: 1px solid #3ca7fc;
	position: relative;
}
.scModule2 .tabBarBox .icon{
	display: block;
	margin: 0 auto 5px;
	width: 54px;
	height: 54px;
	background-size: 100% 100%;
}
.scModule2 .tabBarBox .icon1{
	background-image: url(../img/scicon1.png);
}
.scModule2 .tabBarBox .icon2{
	background-image: url(../img/scicon2.png);
}
.scModule2 .tabBarBox .icon3{
	background-image: url(../img/scicon3.png);
}
.scModule2 .tabBarBox .tabBar.active .icon1{
	background-image: url(../img/scicon11.png);
}
.scModule2 .tabBarBox .tabBar.active .icon2{
	background-image: url(../img/scicon22.png);
}
.scModule2 .tabBarBox .tabBar.active .icon3{
	background-image: url(../img/scicon33.png);
}
.scModule2 .tabBarBox .name{
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.5;
	color: #666;
}
.scModule2 .tabBarBox .pro{	
	font-size: 12px;
	text-align: center;
	color: #999;
}
.scModule2 .tabBarBox .tabBar.active:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: -7px;
	width: 10px;
	height: 10px;
	background: #fff;
	border: 1px solid #3ca7fc;
	transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    z-index: 100;
}
.scModule2 .tabCon{
	display: none;
}
.scModule2 .tabCon.active{
	display: block;
}
.scModule2 .conTit{
	padding-top: 20px;
	font-size: 17px;
	color: #666;
	line-height: 1.5;
	margin-bottom: 10px;
}
.scModule2 .conPro{
	font-size: 12px;
	color: #999;
	line-height: 1.5;
	margin-bottom: 10px;
}
.scModule2 .tabCon .conBox{
	background: #fff;
  	box-shadow: -0.545px 0.839px 7px 0px rgba(20, 20, 20, 0.04);
	-webkit-box-shadow: -0.545px 0.839px 7px 0px rgba(20, 20, 20, 0.04);
	padding:10px 20px;
	margin-top: 20px;
}
.scModule2 .tabCon .conBox .leftName{
	width: 180px;
	font-size: 15px;
	color: #2a5fa2;
	line-height: 1.5;
}
.scModule2 .tabCon .conBox .leftPro{
	width: 180px;
	font-size: 12px;
	color: #999;
	line-height: 1.5;
}
.scModule2 .tabCon .conBox .right img{
	width: 96px;
}
.scModule2 .tabCon .conBox .left img{
	width: 92px;
}
.scModule2 .tabCon .conBox .right .pic3{
	width: 135px;
}
.scModule2 .tabCon .conBox .left .pic4{
	width: 130px;
}
.scModule2 .tabCon .conBox .leftName2,.scModule2 .tabCon .conBox .leftPro2{
	width: 150px;
}
.scModule2 .tabCon .jiange{
	padding: 10px 0;
}
.scModule3{
	padding-top: 30px;
	padding-bottom: 10px;
}
.scModule3 .listItem{
	float: left;
	width: 33.3%;
	padding: 0 10px;
	height: 150px;
}
.scModule3 .listItem .icon{
	display: block;
	margin: 0 auto 10px;
	width: 53px;
}
.scModule3 .listItem .tit{
	font-size: 15px;
	text-align: center;
	color: #333;
	line-height: 1.5;
	padding-bottom: 4px;
}
.scModule3 .listItem .pro{
	font-size: 12px;
	text-align: center;
	color: #999;
	line-height: 1.5;
}
.scModule4{
	padding: 30px 0;
	background: #fbfbfb;
}
.scModule4 .box{
	position: relative;
	width:264px;
	margin: 0 auto;
}
.scModule4 .box .pic{
	display: block;
	width:100%;
}
.scModule4 .box .gif{
	width: 236px;
    position: absolute;
    z-index: 10;
    top: 66px;
    left: 15px;
    border: 1px solid #ddd;
}
.rpng_m{
    width: 3rem;
    position: fixed;
    right: 0.4rem;
    bottom: 16rem;
    opacity: 0.9;
    z-index: 999999;
}
.rpng_m img{
width: 2rem;
    float: right;
    margin-bottom: 10px;
}
#nb_icon_wrap{
	height: 50px !important;
    width: 30% !important;
}
#newBridge .nb-icon-right-center {
  	right:35% !important;
  top:96.6% !important
   
	
}
.qiao-msgbubble-container{
bottom:10% !important
}