html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased
}

body {
	min-width: 1260px;
	position: relative;
	background-color: #fff
}

body,form,img,ul,ol,li,dl,dt,dd,p,tr,td,strong,span,pre {
	margin: 0;
	padding: 0;
	border: 0;
	background-repeat: no-repeat
}

h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
	font-weight: 400
}

h1 {
	font-size: 2em
}

body,button,input,select,textarea {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	font-family: Arial,microsoft yahei,hiragino sans gb,sans-serif;
	width: 100%;
}

img {
	border-style: none;
	vertical-align: middle
}

ul,li {
	list-style: none
}

a {
	text-decoration: none;
	color: #333;
	outline: 0
}

a:hover {
	background-repeat: no-repeat
}

a,area {
	blr: expression(this.onFocus=this.blur())
}

input,button,select,textarea {
	outline: 0;
	border: 0;
	margin: 0;
	padding: 0;
	resize: none;
	background: 0 0
}

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

label {
	cursor: pointer
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

placeholder {
	color: #999
}

::-moz-placeholder {
	color: #999
}

::-webkit-input-placeholder {
	color: #999
}

button,input {
	overflow: visible
}

button,select {
	text-transform: none
}

input[type=submit],input[type=reset],input[type=button],button {
	-webkit-appearance: button
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText
}

.web {
	width: 1180px;
	margin: 0 auto;
	position: relative;
	z-index: 1
}

.weblg {
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
	z-index: 1
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	*display: none
}

.clearfix {
	*zoom: 1
}

.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0
}

.show {
	display: block!important
}

.hide {
	display: none!important
}

@media(max-width:1720px) {
	.weblg {
		max-width: 1400px
	}
}

@media(max-width:1600px) {
	.weblg {
		max-width: 1320px
	}
	.nav li {
		padding: 0 12px !important;
	}
}

@media(max-width:1400px) {
	.weblg {
		max-width: 1200px
	}
	.nav li {
		padding: 0 10px !important;
	}
}

.w-lg .weblg {
	max-width: 1400px
}

.w-md .weblg {
	max-width: 1320px
}

.w-sm .weblg {
	max-width: 1200px
}

.placeholder {
	color: #999
}

.animated {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s
}

.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY {
	-webkit-animation-duration: .75s;
	-moz-animation-duration: .75s;
	-o-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		-moz-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		-o-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		-moz-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	50% {
		opacity: 1
	}
}

@-moz-keyframes zoomInUp {
	0% {
		opacity: 0;
		-moz-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	50% {
		opacity: 1
	}
}

@-o-keyframes zoomInUp {
	0% {
		opacity: 0;
		transform: scale3d(.3,.3,.3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		-moz-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	50% {
		opacity: 1
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	-moz-animation-name: zoomInUp;
	-o-animation-name: zoomInUp;
	animation-name: zoomInUp
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	-moz-animation-name: zoomInUp;
	-o-animation-name: zoomInUp;
	animation-name: zoomInUp
}

.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.bx-wrapper img {
	max-width: 100%;
	display: block
}

.bxslider {
	margin: 0;
	padding: 0;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	perspective: 1000
}

ul.bxslider {
	list-style: none
}

.bx-viewport {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0)
}

.bx-wrapper .bx-controls-auto,.bx-wrapper .bx-pager {
	position: absolute;
	bottom: -30px;
	width: 100%
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: 700;
	color: #666;
	padding-top: 20px
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,.bx-wrapper .bx-pager-item {
	display: inline-block;
	vertical-align: bottom;
	*zoom: 1;
	*display: inline
}

.bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0
}

.bx-wrapper .bx-prev {
	left: 10px
}

.bx-wrapper .bx-prev:focus,.bx-wrapper .bx-prev:hover {
	background-position: 0 0
}

.bx-wrapper .bx-next {
	right: 10px
}

.bx-wrapper .bx-next:focus,.bx-wrapper .bx-next:hover {
	background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none
}

.bx-wrapper .bx-controls-auto {
	text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start.active,.bx-wrapper .bx-controls-auto .bx-start:focus,.bx-wrapper .bx-controls-auto .bx-start:hover {
	background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop.active,.bx-wrapper .bx-controls-auto .bx-stop:focus,.bx-wrapper .bx-controls-auto .bx-stop:hover {
	background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px
}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(80,80,80,.75);
	width: 100%
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px
}

.header {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 66px;
	padding-top: 24px;
	-webkit-transition: background ease .3s;
	-o-transition: background ease .3s;
	-moz-transition: background ease .3s;
	transition: background ease .3s
}

.header .weblg {
	position: static
}

.header .logo {
	display: block;
	float: left;
	margin-top: -2px
}

.header .edit-handle {
	margin: 0 0 0 34px;
	float: right;
	width: 22px;
	height: 44px;
	background: url(../image/hdedit.png) no-repeat center
}

.header .head-search {
	position: relative;
	float: right
}

.header .search-handle {
	margin: 0 0 0 19px;
	display: block;
	width: 21px;
	height: 44px;
	background: url(../image/search-handle.png) no-repeat center
}

.header .search-form {
	display: none;
	position: absolute;
	right: -75px;
	width: 247px;
	height: 65px;
	padding-top: 20px;
	z-index: 50;
	background: url(../image/index_348.png) no-repeat 0 0
}

.header .search-form input {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 16px;
	height: 16px;
	color: #333
}

.header .search-form .key {
	float: left;
	width: 201px;
	padding: 12px 0
}

.header .search-form .key input {
	padding-left: 15px
}

.header .search-form .search {
	float: left;
	width: 40px;
	padding: 12px 0;
	background: url(../image/index_349.png) no-repeat center
}

.header .search-form .search input {
	font-size: 0;
	cursor: pointer
}

.unflodheader {
	background: url(../image/hdbg.png) repeat 0 0
}

.fixheader {
	position: fixed;
	top: -60px;
	height: 51px;
	padding-top: 8px;
	padding-bottom: 1px;
	background: url(../image/hdbg.png) repeat 0 0
}

.fixheader .logo img {
	height: 46px
}

.fixheader .nav .title {
	padding-bottom: 0
}

.fixheader .nav .title a {
	padding-bottom: 5px
}

.fixheader #case .downmenu {
	top: 60px
}

.fixheader .nav .title a {
	padding-bottom: 0
}

.fixheader .nav .title.ac a,.fixheader .nav .title.cur a {
	padding-bottom: 6px
}

.fixheader .full-dropdown {
	top: 60px
}

.nav {
	float: right
}

.nav li {
	float: left;
	padding: 0 15px
}

.nav .title a {
	display: block;
	font-size: 16px;
	line-height: 44px;
	padding: 0 4px 22px;
	color: #fff
}

.nav .title a:hover {
	color: #d90000;
	border-bottom: 2px solid #d90000
}

.nav .title.ac a,.nav .title.cur a {
	color: #d90000;
	padding-bottom: 20px;
	border-bottom: 2px solid #d90000
}

.nav .downmenu {
	display: none;
	position: absolute;
	top: 52px;
	left: 50%;
	z-index: 50;
	width: 150px;
	margin-left: -75px;
	padding: 10px 0;
	border: 1px solid #eee;
	background-color: #fff
}

.nav .downmenu a {
	display: block;
	padding: 5px 0;
	text-align: center;
	color: #333
}

.nav .downmenu a:hover {
	color: #d90000
}

.nav .activehook {
	position: absolute;
	bottom: 0;
	height: 2px
}

.nav .activehook i {
	display: block;
	height: 2px;
	background-color: #d90000
}

.m-nav-cate {
	overflow: hidden;
	zoom: 1;
	font-size: 16px;
	line-height: 45px
}

.m-nav-cate img {
	float: left;
	margin-right: 20px
}

.m-navlist {
	float: left
}

.m-navlist li {
	float: none;
	padding: 0
}

.m-navlist a {
	display: block;
	font-size: 14px;
	line-height: 36px;
	color: #888
}

.m-navlist a:hover {
	color: #d90000
}

.full-dropdown {
	display: none;
	position: absolute;
	left: 0;
	top: 90px;
	width: 100%;
	z-index: 50;
	background-color: #fff;
	-webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
	box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
	border-bottom: 1px solid #d9d9d9 \9
}

.full-dropdown .nav-web {
	width: 1200px;
	margin: 0 auto;
	height: 275px
}

.full-dropdown .column {
	position: relative;
	float: left;
	width: 30%;
	height: 251px;
	padding-top: 24px;
	background: url(../image/columnbg.png) no-repeat right 0
}

.full-dropdown .column .navbg {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	width: 500%;
	height: 100%;
	background-color: #f2f2f2
}

.full-dropdown .column .ico,.full-dropdown .news-nav-wrapper .ico1 {
	height: 132px;
	line-height: 132px
}

.full-dropdown .column .ico img {
	vertical-align: middle
}

.full-dropdown .column .cn {
	font-size: 18px;
	line-height: 36px;
	font-weight: 700;
	color: #333
}

.full-dropdown .column .en {
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	color: #ccc
}

.full-dropdown .subnav {
	float: left;
	width: 70%
}

.case-nav-wraper .item {
	float: left;
	width: 43%;
	padding: 25px 0 0 7%
}

.case-nav-wraper .item .m-nav-cate {
	margin-bottom: 9px
}

.case-nav-wraper .cate-navlist .m-navlist {
	width: 50%
}

.solution-nav-wrapper .solution-nav {
	padding-top: 34px
}

.solution-nav-wrapper ul {
	padding-left: 60px
}

.solution-nav-wrapper li {
	float: left;
	width: 25%;
	padding: 0
}

.solution-nav-wrapper li a {
	display: block;
	font-size: 16px;
	line-height: 50px;
	color: #333;
	padding-left: 12px;
	background: url(../image/colsolline.png) no-repeat 0 center
}

.solution-nav-wrapper li a:hover {
	font-weight: 700;
	color: #d90000;
	background-image: url(../image/colsollineac.png)
}

.m-ico-links {
	float: left;
	width: 45.4%;
	padding-top: 25px;
	padding-left: 4.6%
}

.m-ico-links a {
	display: block;
	font-size: 0;
	line-height: 45px;
	margin-bottom: 16px
}

.m-ico-links a:hover {
	color: #d90000
}

.m-ico-links img {
	margin-right: 20px
}

.m-ico-links span {
	font-size: 16px;
	vertical-align: middle
}

.app-nav-wrapper .app-solution {
	float: left;
	height: 250px;
	padding-left: 72px;
	padding-top: 25px;
	border-left: 1px dashed #d2d2d2
}

.app-nav-wrapper .app-solution .m-nav-cate {
	margin-bottom: 9px
}

.app-nav-wrapper .m-navlist {
	float: left;
	width: 160px
}

.news-nav-wrapper,.wechat-nav-wrapper {
	/*overflow: hidden*/
}

.news-nav-wrapper ul,.wechat-nav-wrapper ul {
	padding-top: 65px;
	margin-left: -46px;
	margin-right: -46px
}

.news-nav-wrapper li,.wechat-nav-wrapper li {
	float: left;
	width: 25%;
	padding: 0;
	text-align: center;
	font-size: 16px;
	line-height: 60px;
	font-weight: 700
}

.news-nav-wrapper li:hover a,.wechat-nav-wrapper li:hover a {
	color: #d90000
}

.news-nav-wrapper .ico,.wechat-nav-wrapper .ico {
	margin-bottom: 6px
}

.news-nav-wrapper .ico img,.wechat-nav-wrapper .ico img {
	width: 100px;
	height: 100px
}

.news-nav-wrapper h3,.wechat-nav-wrapper h3 {
	font-weight: 700;
	font-size: 16px
}

.news-nav-wrapper h3 a,.wechat-nav-wrapper h3 a {
	color: #333
}
.news-nav-wrapper li {
	width: 16.66667%;
}
.news-nav-wrapper li:first-child{
	margin-left: 6%;
}

.site-nav-wrapper .m-ico-links,.shop-nav-wrapper .m-ico-links {
	width: 45.5%;
	padding-left: 4.5%
}

.site-nav-wrapper .m-dash,.shop-nav-wrapper .m-dash {
	width: 44.5%;
	border-left: 1px dashed #d2d2d2;
	height: 250px
}

.about-nav-wrapper dl {
	float: left;
	width: 318px;
	padding: 24px 40px 0;
	height: 251px
}

.about-nav-wrapper dl dt {
	margin-bottom: 15px;
	padding-bottom: 16px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	border-bottom: 1px solid #d9d9d9
}

.about-nav-wrapper dl a {
	display: block;
	font-size: 16px;
	line-height: 36px;
	color: #666;
	padding-left: 12px;
	background: url(../image/colsolline.png) no-repeat 0 center
}

.about-nav-wrapper dl a:hover {
	font-weight: 700;
	color: #d90000;
	background-image: url(../image/colsollineac.png)
}

.about-nav-wrapper .know {
	background: url(../image/navknow.png) no-repeat 246px 173px
}

.about-nav-wrapper .customer {
	border-left: 1px solid #d9d9d9;
	background: url(../image/navcus.png) no-repeat 243px 168px
}

.contact-nav-wrapper dl {
	float: left;
	position: relative;
	width: 305px;
	height: 242px;
	padding: 10px 30px 0 40px;
	overflow: hidden;
	zoom: 1
}

.contact-nav-wrapper dl .ico {
	float: right;
	width: 100px;
	margin-top: 66px;
}

.contact-nav-wrapper dl dt {
	font-size: 16px;
	line-height: 60px;
	color: #333;
	font-weight: 700
}
.contact-nav-wrapper dl dt a:hover {
	color: #d90000
}

.contact-nav-wrapper dl dd {
	font-size: 14px;
	line-height: 22px;
	color: #888;
}

.contact-nav-wrapper dl dd a {
	color: #333333;
}

.contact-nav-wrapper dl .ico a {
	display: block
}

.contact-nav-wrapper .hr {
	border-left: 1px dashed #d9d9d9
}
.downSite ul{
	margin: 0;
}
.downSite li{
	width: 20%;
	margin-bottom: 20px;
	padding: 0 !important;
}
.downSite li>a{
	display: block;
	width: 84%;
	margin: 0 auto;
	font-size: 15px;
	line-height: 40px;
	border: 1px solid #e1e1e1;
}
.downSite li>a:hover{
	border: 1px solid #D90000;
}

#case {
	position: static
}

#case .downmenu {
	top: 76px;
	left: 0;
	margin-left: 0;
	width: 100%
}

#case dl {
	width: 1180px;
	padding: 15px 0 8px
}

#case dt {
	float: left;
	width: 680px
}

#case dt a {
	display: block;
	float: left;
	margin-right: 45px
}

#case dt img {
	display: block
}

#case dd {
	float: right;
	width: 445px;
	margin-right: 50px
}

#case dd p {
	padding: 10px 0;
	border-bottom: solid 1px #d9d9d9
}

#case dd a {
	width: 200px;
	float: left;
	text-align: left
}

#solution .downmenu {
	width: 576px;
	margin-left: -288px;
	padding: 0 0 20px
}

#solution .downmenu div {
	float: left;
	width: 180px;
	height: 295px;
	padding: 30px 0 20px;
	text-align: left;
	overflow: hidden
}

#solution .downmenu p {
	border-left: solid 1px #e7e7e7;
	margin-left: 15px
}

#solution .downmenu a {
	text-align: left;
	padding-left: 20px
}

#solution .col-one p {
	margin-left: 0
}

#solution .col-thr {
	padding-right: 16px
}

.cooperation-box {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 101;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0 2px 3px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 3px 1px rgba(0,0,0,.2);
	box-shadow: 0 2px 3px 1px rgba(0,0,0,.2)
}

.cooperation-box .cooperation {
	position: relative;
	width: 1110px;
	margin: auto;
	padding: 35px 0
}

.cooperation-box .cooperation-close {
	position: absolute;
	right: -70px;
	top: 20px;
	z-index: 3;
	width: 40px;
	height: 40px;
	background: url(../image/index_09.png) no-repeat center
}

.cooperation-iframe {
	width: 1100px
}

.cooperation-left {
	float: left;
	width: 500px;
	color: #212121
}

.cooperation-left a {
	color: #212121
}

.cooperation-left h3 {
	font-size: 40px;
	line-height: 42px;
	color: #e60012;
	padding-bottom: 25px
}

.cooperation-left h4 {
	font-size: 45px;
	line-height: 48px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 35px
}

.cooperation-left h5 {
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 20px
}

.cooperation-left p {
	font-size: 13px
}

.cooperation-left .coopb {
	font-size: 13px;
	padding: 35px 0
}

.cooperation-right {
	float: right;
	width: 498px
}

.cooperation-right h3 {
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 10px
}

.cooperation-right .baseinfo li {
	margin-bottom: 8px
}

.cooperation-right .baseinfo label {
	display: block;
	padding: 6px 10px;
	height: 24px;
	overflow: hidden;
	background: #f6f6f6;
	border: 1px solid #d9d9d9
}

.cooperation-right .baseinfo input {
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 24px;
	height: 24px;
	color: #999
}

.cooperation-right .baseinfo .name {
	float: left;
	width: 220px
}

.cooperation-right .baseinfo .tel {
	float: right;
	width: 220px
}

.cooperation-right .type-label {
	padding-top: 6px;
	font-size: 24px;
	line-height: 30px
}

.cooperation-right .type-label span {
	display: block;
	font-size: 30px;
	line-height: 40px
}

.cooperation-right .project-type dd {
	float: left;
	position: relative;
	width: 119px;
	height: 63px;
	padding: 5px 5px 5px 0;
	cursor: pointer
}

.cooperation-right .project-type input {
	display: none
}

.cooperation-right .project-type .checked {
	position: absolute;
	right: -1px;
	bottom: -1px;
	z-index: 3;
	width: 17px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: center
}

.cooperation-right .project-type label {
	position: relative;
	display: block;
	width: 118px;
	height: 67px;
	cursor: pointer;
	border: 1px solid #d9d9d9;
	background-color: #f6f6f6;
	text-align: center;
	border: 1px solid #f6f6f6
}

.cooperation-right .project-type label.cur {
	border-color: #e81727
}

.cooperation-right .project-type label.cur .checked {
	background-image: url(../image/zdshzimg01.jpg)
}

.cooperation-right .project-type span {
	display: block;
	padding-top: 15px;
	font-size: 14px;
	line-height: 18px
}

.cooperation-right .budget-title {
	font-size: 16px;
	font-weight: 700;
	padding: 8px 0 5px
}

.cooperation-right .budget label {
	float: left;
	font-size: 14px;
	line-height: 26px;
	margin-right: 12px
}

.cooperation-right .budget input {
	margin: 6px 3px 0 0;
	padding: 0;
	width: 14px;
	height: 14px;
	vertical-align: top
}

.cooperation-right .verification {
	padding-top: 20px
}

.cooperation-right .verification label {
	float: left;
	display: block;
	width: 220px;
	padding: 6px 10px;
	margin-right: 20px;
	height: 24px;
	overflow: hidden;
	background: #f6f6f6;
	border: 1px solid #d9d9d9
}

.cooperation-right .verification input {
	display: block;
	line-height: 24px;
	height: 24px;
	width: 100%;
	background: 0 0;
	outline: 0;
	font-size: 15px;
	color: #999
}

.cooperation-right .verification img {
	float: left
}

.cooperation-right .sub {
	padding-top: 15px
}

.cooperation-right .sub input {
	width: 100%;
	padding: 10px 0;
	border: 2px solid #e81727;
	font-size: 20px;
	font-weight: 700;
	color: #e81727;
	cursor: pointer;
	background: 0 0;
	outline: 0
}

.inside-banner {
	position: relative;
	overflow: hidden
}

.inside-banner img {
	display: block;
	width: 100%
}

.inside-banner .ban-info {
	position: absolute;
	left: 0;
	top: 42%;
	z-index: 10;
	width: 100%;
	text-align: center;
	color: #fff
}

.inside-banner .ban-info h2 {
	margin-bottom: 1%;
	font-size: 50px;
	line-height: 66px
}

.inside-banner .ban-info p {
	font-size: 20px;
	line-height: 35px
}

.inside-banner .case-ban-info {
	position: absolute;
	left: 0;
	top: 28.5%;
	z-index: 10;
	width: 100%;
	text-align: center;
	color: #fff
}

.inside-banner .case-ban-info h2 {
	font-size: 54px;
	line-height: 64px
}

.inside-banner .case-ban-info .case-desc {
	margin-bottom: 25px;
	font-size: 24px;
	line-height: 42px
}

.inside-banner .feature .item {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	padding: 0 57px
}
.inside-banner .feature .item span{ float:left; margin:0 13px}
.inside-banner .feature .item img{ width:auto}
.inside-banner .feature .item span strong{ font-weight:normal; font-size:14px; line-height:28px;}

.inside-banner .feature .center {
	position: relative
}

.inside-banner .feature .center span {
	position: absolute;
	top: 10px;
	bottom: 16px;
	width: 1px;
	background: url(../image/bk2p.png) repeat-y 0 0
}

.inside-banner .feature .center .before {
	left: 0
}

.inside-banner .feature .center .after {
	right: 0
}

.inside-banner .feature h3 {
	font-size: 18px;
	line-height: 38px;
	text-align: left
}

.inside-banner .feature h4 {
	font-size: 90px;
	line-height: 104px
}

.web_banner .ban-info{ text-align:left; top:40%}
.web_banner .ban-info h1{ font-weight:bold; font-size:3em; line-height:2.3em;}


.inside-nav {
	padding: 37px 0 42px;
	overflow: hidden
}

.inside-nav ul {
	position: relative;
	margin-left: -30px
}

.inside-nav li {
	float: left;
	padding: 0 20px 0 30px;
	background: url(../image/navline.png) no-repeat 0 center
}

.inside-nav .cur a {
	color: #d90000;
	border-bottom-color: #d90000
}

.inside-nav a {
	display: block;
	font-size: 16px;
	line-height: 42px;
	color: #1a1a1a;
	border-bottom: 2px solid #fff
}

.inside-nav a:hover {
	color: #d90000;
	border-bottom-color: #d90000
}

.inside-nav .activehook {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: 0 0
}

.inside-nav .activehook i {
	display: block;
	width: 100%;
	height: 2px;
	background: #d90000
}

.m-line-more {
	position: relative;
	display: block;
	width:200px;
	height:45px;
	font-size:18px;
	line-height: 45px;
	text-align: center;
	color: #999;
	text-transform: uppercase;
	 border:solid 1px #999;
	 border-radius: 30px; margin:2% 0 0;
}
.m-line-more:hover{ color:#fff; background:#d90000; border:solid 1px #d90000;
-webkit-transition: all 0.18s ease-out;
    -moz-transition: all 0.18s ease-out;
    -ms-transition: all 0.18s ease-out;
    -o-transition: all 0.18s ease-out;
    transition: all 0.18s ease-out;}
/*
.m-line-more::after {
	content: '';
	position: absolute;
	top: 50%;
	left: -41px;
	z-index: 3;
	width: 80px;
	height: 1px;
	background-color: #999
}

.m-line-more.two-line {
	margin: 18px auto 0
}

.m-line-more.two-line::before {
	content: '';
	position: absolute;
	top: 50%;
	right: -41px;
	z-index: 3;
	width: 80px;
	height: 1px;
	background-color: #999
}

.m-line-more:hover {
	color: #d80000;
	border-color: #d80000
}

.m-line-more:hover::before,.m-line-more:hover::after {
	background-color: #d80000
}
*/

.wulianwang_home{ width:100%; overflow:hidden; margin:0 auto}
.wulianwang_home li{ float:left; width:24.33%; margin:0 9% 5% 0}
.wulianwang_home li:nth-child(3),.wulianwang_home li:nth-child(6){margin:0 0 5% 0}
.wulianwang_home li h4{ color:#1d1d1d; font-weight:bold; font-size:1.4em; margin:3% auto}
.fuwu_div{ width:100%; overflow:hidden; padding:2% 0; background-color:#edf0f6 !important}

.serviceBox02 {
    padding:1.5% 5px;
    display: flex;
    margin-bottom: 30px;
}.serviceBox02 .item {
    flex: 1;
    padding: 10px 12px;
}.serviceBox02 .item a {
    display: block;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(133,133,133,0.1);
    text-align: center;
    padding: 15px 0 50px;
    transition: all 0.3s;
}.serviceBox02 .item h2 {
    font-size: 24px;
    line-height: 1.5em;
    margin-top: 10px;
}.serviceBox02 .item i {
    width: 30px;
    height: 1px;
    background-color: #e92937;
    display: inline-block;
    margin: 15px 0;
}.serviceBox02 .item p {
    line-height: 2em;
    font-size: 15px;
}.serviceBox02 .item span {
    margin-top: 30px;
    background-color: #eb5e5e;
    color: #fff;
    border-radius: 10px;
    padding: 0 30px;
    line-height: 40px;
    font-size: 16px;
    display: inline-block;
    transition: all 0.3s;
}.serviceBox02 .item a:hover{
	margin-top: -5px;
	margin-bottom: 5px;
	box-shadow: 0 0 15px rgba(133,133,133,0.4);
}
.serviceBox02 .item span:hover{
	background-color: #e92937;
}



.serviceBox03 {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 1920px;
    overflow: hidden;
}.serviceBox03con01 {
    display: flex;
    overflow: hidden;
    width: 100%;
    padding: 15px 0;
}.serviceBox03con01 .itm {
    flex: 1;
    text-align: center;
}.serviceBox03con01 .itm h2 {
    font-size: 100px; line-height:1.2;
    color: #fff;
    font-family: arial;
}.serviceBox03con01 .itm p {
    color: #fff;
    font-size: 16px;
}.serviceBox03con02 {
    border-radius: 15px;
    padding: 40px 20px 20px;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    background: #fff;
    margin-top: 50px;
    overflow: hidden;
}.serviceBox03con02 .itm {
    float: left;
    width: calc(100% / 3);
    text-align: center;
    margin-bottom: 35px;
}.serviceBox03con02 .itm h2 {
    font-size: 22px;
    color: #000;
    margin-bottom: 15px;
    margin-top: 10px;
}.serviceBox03con02 .itm p {
    color: #475669;
    font-size: 15px;
}

.page_lianxi{padding:0.5% 0 5% !important;}















.customer-article {
	padding-top: 60px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #333
}

.customer-article .title {
	margin-bottom: 23px;
	font-size: 36px;
	line-height: 50px;
	font-weight: 700
}

.customer-article .text {
	padding: 0 8.3125% 60px
}

.customer-container {
	margin-bottom: 83px
}

.customer-container li img {
	display: block;
	width: 100%
}

.customer-container .bx-pager,.customer-container .flex-control-nav {
	display: none
}

.customer-container .bx-wrapper .bx-controls-direction a {
	display: block;
	width: 40px;
	height: 78px;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: -39px
}

.customer-container .bx-wrapper .bx-controls-direction .bx-prev {
	left: 25px;
	background-image: url(../image/cusprev.png)
}

.customer-container .bx-wrapper .bx-controls-direction .bx-next {
	right: 25px;
	background-image: url(../image/cusnext.png)
}

.customer-container .flex-direction-nav {
	position: absolute;
	top: 0;
	width: 100%;
	top: 50%;
	z-index: 20
}

.customer-container .flex-direction-nav a {
	font-size: 0;
	display: block;
	width: 40px;
	height: 78px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1
}

.customer-container .flex-direction-nav .flex-prev {
	left: 25px;
	background-image: url(../image/cusprev.png)
}

.customer-container .flex-direction-nav .flex-next {
	right: 25px;
	background-image: url(../image/cusnext.png)
}

.evaluate-wrapper {
	padding-top: 60px
}

.evaluate-wrapper ul {
	margin: 0 -40px;
	font-size: 0
}

.evaluate-wrapper li {
	width: 33.3333%;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1
}

.evaluate-wrapper .item {
	padding: 0 40px;
	min-height: 410px;
	background: url(../image/quot.png) no-repeat 42px 46px
}

.evaluate-wrapper .brand {
	margin-bottom: 22px;
	border-top: 1px solid #d9d9d9;
	height: 86px;
	padding: 42px 0 0 92px;
	line-height: 86px
}

.evaluate-wrapper .brand img {
	vertical-align: middle;
	width: auto;
	max-height: 86px
}

.evaluate-wrapper .name {
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #1a1a1a;
	padding-left: 92px
}

.evaluate-wrapper .desc {
	padding: 0 0 30px 92px;
	font-size: 14px;
	line-height: 24px;
	color: #666
}

.loadmore {
	display: block;
	width: 476px;
	height: 46px;
	margin: 55px auto 90px;
	font-size: 16px;
	line-height: 46px;
	font-weight: 700;
	color: #d93f3d;
	text-align: center;
	border: 2px solid #d93f3d;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s
}

.loadmore:hover {
	background-color: #d93f3d;
	color: #fff
}

.full-case-cate {
	background-color: #f2f2f2
}

.full-case-cate .website,.full-case-cate .shop {
	background-color: #ededed
}

.full-case-cate .item {
	float: left;
	width: 25%;
	height: 201px;
	padding: 28px 0 31px;
	background-position: 90% 77.77778%;
	background-repeat: no-repeat
}

.full-case-cate .app {
	background-image: url(../image/caseico01.png)
}

.full-case-cate .website {
	background-image: url(../image/caseico02.png)
}

.full-case-cate .wxsm {
	background-image: url(../image/caseico03.png)
}

.full-case-cate .shop {
	background-image: url(../image/caseico04.png)
}

.full-case-cate .title {
	padding-left: 74px;
	margin-bottom: 12px;
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
	color: #1a1a1a
}

.full-case-cate .title:hover {
	color: #d93f3d
}

.full-case-cate .sublist {
	padding-left: 74px
}

.full-case-cate .sublist a {
	display: block;
	font-size: 16px;
	line-height: 32px;
	color: #666
}

.full-case-cate .sublist a:hover {
	color: #d93f3d
}

.case-filter {
	position: relative;
	z-index: 3;
	margin-bottom: 69px;
	background-color: #f2f2f2
}

.case-filter .options {
	float: left
}

.case-filter .options select {
	display: block;
	width: 100%;
	height: 44px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-left: 17px;
	line-height: 40px;
	background: 0 0
}

.case-filter .options select option {
	color: #666
}

.case-filter .options {
	width: 75%
}

.case-filter .selector {
	position: relative;
	float: left;
	width: 33%;
	border-right: 1px solid #e6e6e6
}

.case-filter .selector a {
	font-size: 16px;
	color: #333
}

.case-filter .selector.ac .sec-title,.case-filter .selector.cur .sec-title {
	background-color: #d90000;
	color: #fff
}

.case-filter .selector.ac .sec,.case-filter .selector.cur .sec {
	background-image: url(../image/secless.png)
}

.case-filter .sec-title {
	display: block;
	padding-left: 68px;
	line-height: 80px
}

.case-filter .sec {
	background: url(../image/secadd.png) no-repeat 95.16% center
}

.case-filter .all {
	background: 0 0
}

.case-filter .sec-option {
	display: none;
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
	background-color: #f2f2f2;
	max-height: 240px;
	overflow-y: auto
}

.case-filter .sec-option a {
	display: block;
	padding-left: 68px;
	line-height: 60px
}

.case-filter .sec-option a:hover {
	color: #fff;
	background-color: #d90000
}

.case-filter .edit {
	float: right;
	width: 25%;
	height: 80px;
	text-align: center
}

.case-filter .edit span {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	font-size: 16px;
	line-height: 80px;
	color: #d90000;
	padding-left: 44px;
	background: url(../image/editbkac.png) no-repeat 0 44.9%
}

.m-case-select {
	position: relative;
	z-index: 10
}

.m-case-select .selected {
	display: block;
	height: 44px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-left: 17px;
	line-height: 40px;
	background: 0 0;
	background-repeat: no-repeat;
	background-position: 228px center;
	background-image: url(../image/secico.png);
	cursor: pointer
}

.m-case-select .selected.cur,.m-case-select .selected:hover {
	background-color: #d90000;
	background-image: url(../image/secicoac.png);
	color: #fff
}

.m-case-select .selected.cur select,.m-case-select .selected:hover select {
	color: #fff
}

.m-case-select .m-options {
	display: none;
	position: absolute;
	left: 0;
	top: 44px;
	z-index: 10;
	width: 100%;
	color: #666;
	padding: 15px 0;
	background-color: #ededed;
	max-height: 318px;
	overflow: auto
}

.m-case-select .m-options a {
	display: block;
	font-size: 16px;
	line-height: 36px;
	padding-left: 17px
}

.m-case-select .m-options a:hover {
	color: #d90000
}

.cate-wrapper {
	overflow: hidden
}

.cate-wrapper ul {
	margin: 0 -17px;
	font-size: 0
}

.cate-wrapper li {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 33.3333%;
	margin-bottom: 45px
}

.cate-wrapper .item {
	padding: 0 17px
}

.cate-wrapper .item img {
	display: block;
	width: 100%;
	-webkit-transition: all ease .7s;
	-o-transition: all ease .7s;
	-moz-transition: all ease .7s;
	transition: all ease .7s
}

.cate-wrapper .item .well-case,.cate-wrapper .item a {
	display: block
}

.cate-wrapper .item .well-case:hover img,.cate-wrapper .item a:hover img {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03)
}

.cate-wrapper .item .well-case:hover .name,.cate-wrapper .item a:hover .name {
	color: #d93f3d
}

.cate-wrapper .thumb {
	position: relative;
	overflow: hidden;
	margin-bottom: 23px
}

.cate-wrapper .thumb .ratio {
	display: block;
	width: 100%;
	padding-bottom: 62.96296%
}

.cate-wrapper .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%
}

.cate-wrapper .name {
	font-size: 16px;
	line-height: 32px;
	font-weight: 700;
	color: #1a1a1a
}

.cate-wrapper .desc {
	margin-bottom: 10px;
	font-size: 14px;
	color: #999;
	display: -webkit-box;
	height: 72px;
	line-height: 24px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3
}

.cate-wrapper .cate {
	font-size: 14px;
	line-height: 14px;
	color: #999;
	border-left: 4px solid #d90000
}

.cate-wrapper .cate a {
	display: inline;
	color: #999;
	padding: 0 .5em
}

.cate-wrapper .cate a:hover {
	color: #d90000
}

.cate-wrapper .cate .dot {
	font-size: 18px;
	line-height: 14px
}

.cate-wrapper .loadmore {
	margin-top: 38px
}

.cate-wrapper .well-case .thumb {
	position: relative
}

.cate-wrapper .well-case .well-site {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #d90000
}

.cate-wrapper .well-case ul {
	margin: 0;
	padding: 55px 40px;
	display: block
}

.cate-wrapper .well-case ul a {
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 28px
}

.cate-wrapper .well-case li {
	display: block;
	width: 100%;
	margin-bottom: 0
}

.cate-wrapper .well-case .site-list {
	padding: 55px 40px
}

.cate-wrapper .well-case .site-list a {
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 28px
}

.cate-wrapper .well-case .name {
	padding: 0 20px
}

.cate-wrapper .well-case .name a:hover {
	color: #d90000
}

.cate-wrapper .well-case .text {
	padding: 10px 20px 0;
	font-size: 14px;
	line-height: 24px;
	color: #666
}

.case-news-wrapper {
	width: 1248px;
	margin: -26px auto 0;
	zoom: 1
}

.case-news-wrapper .loadmore {
	margin: 72px auto 69px
}

.case-news-wrapper a {
	display: block
}

.case-news-wrapper li {
	position: relative;
	padding-left: 148px
}

.case-news-wrapper li:hover .title a {
	color: #d80000
}

.case-news-wrapper li:hover img {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03)
}

.case-news-wrapper .date {
	position: absolute;
	left: 0;
	top: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #1a1a1a;
	text-align: center
}

.case-news-wrapper .date .dd {
	padding-bottom: 16px;
	font-size: 48px;
	line-height: 40px;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
	font-family: Arial,Helvetica,sans-serif
}

.case-news-wrapper .content {
	padding: 46px 0 45px;
	border-bottom: 1px solid #ccc
}

.case-news-wrapper .content img {
	display: block;
	width: 100%;
	-webkit-transition: all ease .7s;
	-o-transition: all ease .7s;
	-moz-transition: all ease .7s;
	transition: all ease .7s
}

.case-news-wrapper .content .title {
	font-size: 28px;
	line-height: 38px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}

.case-news-wrapper .content .title a {
	color: #333
}

.case-news-wrapper .content .type {
	padding: 8px 0;
	font-size: 14px;
	line-height: 36px;
	color: #999
}

.case-news-wrapper .content .thumb {
	overflow: hidden;
	margin-bottom: 23px
}

.case-news-wrapper .content .desc {
	font-size: 16px;
	color: #333;
	display: -webkit-box;
	height: 60px;
	line-height: 30px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.case-news-wrapper .content .more {
	font-size: 14px;
	line-height: 30px;
	color: #d80000
}

.online-news-wrapper {
	padding-top: 4.375%;
	overflow: hidden
}

.online-news-wrapper ul {
	margin: 0 -30px
}

.online-news-wrapper li {
	float: left;
	width: 33.3333%
}

.online-news-wrapper li a {
	display: block;
	margin: 0 30px;
	padding: 13.74322% 20px 16.27486%;
	overflow: hidden;
	border-top: 1px solid #d9d9d9;
	-webkit-transition: all ease .2s;
	-o-transition: all ease .2s;
	-moz-transition: all ease .2s;
	transition: all ease .2s
}

.online-news-wrapper li a:hover {
	background-color: #f2f2f2
}

.online-news-wrapper li a:hover .title {
	color: #d90000
}

.online-news-wrapper .date {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 24px;
	color: #666
}

.online-news-wrapper .date .line {
	display: block;
	width: 20px;
	height: 0;
	padding-top: 15px;
	border-bottom: 3px solid #d9d9d9
}

.online-news-wrapper .title {
	margin-bottom: 32px;
	font-size: 18px;
	font-weight: 700;
	color: #1a1a1a;
	display: -webkit-box;
	height: 48px;
	line-height: 24px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.online-news-wrapper .desc {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	display: -webkit-box;
	height: 96px;
	line-height: 24px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4
}

.project-cover {
	padding: 61px 0 90px
}

.project-cover .article {
	padding: 0 6.75% 67px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #333
}

.project-cover .article .title {
	margin: 0 0 12px;
	font-size: 36px;
	line-height: 72px;
	font-weight: 700;
	color: #1a1a1a
}

.m-case-list {
	font-size: 0;
	margin: 0 -6px
}

.m-case-list a {
	display: block
}

.m-case-list a:hover img {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03)
}

.m-case-list a:hover .title {
	color: #d80000
}

.m-case-list img {
	display: block;
	width: 100%;
	-webkit-transition: all ease .7s;
	-o-transition: all ease .7s;
	-moz-transition: all ease .7s;
	transition: all ease .7s
}

.m-case-list li {
	width: 25%;
	padding-bottom: 1.5%;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1
}

.m-case-list .item {
	padding: 0 21px;
	text-align: center
}

.m-case-list .thumb {
	margin-bottom: 26px;
	overflow: hidden
}

.m-case-list .title {
	font-size: 20px;
	line-height: 34px;
	font-weight: 700;
	color: #333
}

.m-case-list .desc {
	font-size: 16px;
	line-height:28px;
	color: #999
}

.project-cover-list {
	overflow: visible
}

.m-case-division {
	border-left: 1px solid #dcdcdc
}

.m-case-division li {
	float: left;
	width: 33.3333%
}

.m-case-division li a {
	display: block
}

.m-case-division li img {
	display: block;
	width: 100%
}

.m-case-division li:hover .shadow {
	opacity: 1
}

.m-case-division li:hover .shadow img {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.m-case-division li:hover .content {
	background-position: 45px 190px;
	background-color: #f8f8f8
}

.m-case-division li:hover .title {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
	color: #d90000
}

.m-case-division li:hover .desc {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px)
}

.m-case-division .thumb a {
	position: relative
}

.m-case-division .thumb .shadow {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: url(../image/caseshadow.png) repeat 0 0;
	opacity: 0;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s
}

.m-case-division .thumb .shadow img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -50px 0 0 -50px;
	width: 100px;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s
}

.m-case-division .content {
	padding: 21px 48px 102px 35px;
	border-bottom: 1px solid #dcdcdc;
	background: url(../image/casearr.png) no-repeat 35px 190px;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s;
	border-right: 1px solid #dcdcdc
}

.m-case-division .content .title {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 48px;
	color: #333;
	font-weight: 700;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s
}

.m-case-division .content .desc {
	font-size: 16px;
	line-height: 22px;
	color: #999;
	display: -webkit-box;
	height: 66px;
	line-height: 22px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s
}

.full-case-container {
	position: relative;
	background-color: #f5f5f5
}

.case-inside-nav ul {
	position: relative;
	height: 44px;
	overflow: hidden;
	padding-right: 78px
}

.case-inside-nav a {
	border-bottom-color: #f5f5f5
}

.case-inside-nav .more {
	position: absolute;
	right: 0;
	top: 0;
	padding-right: 0
}

.case-inside-nav .more a {
	padding-right: 16px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../image/morearr.png);
	border-bottom: 0
}

.case-inside-nav .more a:hover {
	background-image: url(../image/morearrac.png)
}

.full-case-subnav {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	top: 102px;
	z-index: 10;
	padding: 15px 0;
	background-color: #fff
}

.full-case-subnav li {
	float: left;
	width: 16.66667%
}

.full-case-subnav a {
	font-size: 16px;
	line-height: 45px;
	color: #666;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}

.full-case-subnav a:hover {
	color: #d93f3d
}

.case-wrapper {
	padding-bottom: 73px
}

.case-wrapper .cdetail-title {
	text-align: center;
	padding: 50px 0 43px;
	font-size: 30px;
	line-height: 48px;
	font-weight: 700
}

.case-wrapper .caseban {
	position: relative;
	overflow: hidden;
	font-size: 0
}

.case-wrapper .caseban:hover img {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02)
}

.case-wrapper .caseban img {
	display: block;
	width: 100%;
	-webkit-transition: all ease .7s;
	-o-transition: all ease .7s;
	-moz-transition: all ease .7s;
	transition: all ease .7s
}

.case-wrapper .caseban .title {
	position: absolute;
	width: 280px;
	height: 280px;
	left: 80px;
	top: 50%;
	z-index: 3;
	margin-top: -140px;
	background-color: #ce3f39;
	text-align: center;
	color: #fff
}

.case-wrapper .caseban .ico {
	display: none;
	height: 152px;
	line-height: 152px
}

.case-wrapper .caseban .ico img {
	width: auto;
	display: inline;
	vertical-align: middle
}

.case-wrapper .caseban .middle {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 0;
	height: 100%
}

.case-wrapper .caseban h2 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	padding: 0 10px;
	font-size: 30px;
	line-height: 48px;
	font-weight: 700
}

.case-intro-wrapper {
	background-color: #fff;
	padding: 45px 75px 75px
}

.case-intro-wrapper .jiejuelist .id {
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 3;
	font-size: 110px;
	font-style: italic;
	color: #e5e5e5;
	line-height: 110px;
	font-weight: lighter
}

.case-intro-wrapper .jiejuelist dl {
	position: relative;
	padding: 53px 20px 66px 19.72414%;
	border-bottom: 1px solid #d9d9d9;
	font-size: 16px;
	line-height: 30px;
	color: #666
}

.case-intro-wrapper .jiejuelist dl li {
	list-style-type: disc
}

.case-intro-wrapper .jiejuelist dt {
	position: relative;
	margin-bottom: 45px;
	font-size: 28px;
	line-height: 48px;
	font-weight: 700;
	color: #333
}

.case-intro-wrapper .jiejuelist dt::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -20px;
	z-index: 3;
	width: 30px;
	height: 3px;
	background-color: #d93f3d
}

.case-intro-wrapper table {
	border-collapse: collapse
}

.case-intro-wrapper table td {
	border: 1px solid #666;
	padding: 3px 8px;
	min-width: 5em
}

.case-intro-list li {
	position: relative;
	padding: 53px 20px 66px 19.72414%;
	border-bottom: 1px solid #d9d9d9;
	font-size: 16px;
	line-height: 30px;
	color: #666
}

.case-intro-list li .bold {
	font-weight: 700
}

.case-intro-list .id {
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 3;
	font-size: 110px;
	font-style: italic;
	color: #e5e5e5;
	line-height: 110px;
	font-weight: lighter
}

.case-intro-list .title {
	position: relative;
	margin-bottom: 45px;
	font-size: 28px;
	line-height: 48px;
	font-weight: 700;
	color: #333
}

.case-intro-list .title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -20px;
	z-index: 3;
	width: 30px;
	height: 3px;
	background-color: #d93f3d
}

.case-intro-list .text {
	overflow: hidden
}

.case-intro-list .m-letter-item {
	padding-top: 63px;
	font-size: 14px;
	line-height: 24px;
	color: #666
}

.case-intro-list .m-letter-item .letter {
	margin-bottom: 18px;
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
	color: #d90000
}

.case-intro-list .m-letter-item .sub-title {
	margin-bottom: 26px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #1a1a1a
}

.case-intro-list .rhalfimg img {
	float: right;
	max-width: 48.6%;
	margin-left: 30px
}

.case-intro-list .rimg {
	position: relative;
	overflow: hidden;
	padding-right: 39.73799%
}

.case-intro-list .rimg .letimg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 39.73799%;
	text-align: center;
	float: right
}

.case-intro-list .rimg .letimg::before {
	content: '';
	width: 0;
	height: 100%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle
}

.case-intro-list .rimg .letimg img {
	float: none;
	max-width: 80%;
	margin: 0;
	vertical-align: middle
}

.case-intro-list .prico-title {
	padding: 24px 0 28px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #1a1a1a
}

.trade-imglist {
	overflow: hidden
}

.trade-imglist .imglist-wrap {
	margin: 0 -30px
}

.trade-imglist .imglist-wrap .trade-item {
	float: left;
	width: 33.333%;
	font-size: 14px;
	line-height: 24px;
	color: #666
}

.trade-imglist .imglist-wrap .trade-item img {
	display: block;
	max-width: 100%
}

.trade-imglist .imglist-wrap .inner {
	padding: 0 30px
}

.trade-imglist .imglist-wrap .trade-title {
	padding: 21px 0 18px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #1a1a1a
}

.trade-icolist {
	width: 86%;
	padding-top: 25px
}

.trade-left {
	float: left;
	width: 44.54148%
}

.trade-right {
	float: right;
	width: 44.54148%
}

.price-top {
	font-size: 0
}

.price-top .top-item {
	float: left;
	margin-right: 22.70742%
}

.price-icolist {
	overflow: hidden
}

.price-icolist .icolist {
	width: 110%;
	width: 112.31441%;
	font-size: 0
}

.price-icolist .ico-item {
	width: 38.56921%;
	padding-top: 80px;
	padding: 30px 11.35303% 50px 0;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	line-height: 24px;
	color: #666
}

.price-icolist .ico-item img {
	display: block
}

.seo-top-list {
	overflow: hidden
}

.seo-top-list .top-seoabc {
	width: 110.04367%
}

.seo-top-list .m-letter-item {
	width: 25.79365%;
	float: left;
	padding-right: 6.7%
}

.seo-thr-list {
	position: relative;
	padding-left: 385px;
	padding-top: 40px
}

.seo-thr-list .thr-left {
	position: absolute;
	left: 0;
	top: 40px;
	width: 350px
}

.seo-thr-list .m-letter-item {
	padding: 0
}

.seo-thr-list .dash-border {
	margin-bottom: 24px;
	padding: 0 0 67px;
	border-bottom: 1px dashed #d9d9d9
}

.seo-thr-list .thr-right {
	padding: 0 0 35px 33px;
	overflow: hidden;
	border-left: 1px dashed #d9d9d9
}

.seo-thr-list .red-dot-list {
	font-size: 0
}

.seo-thr-list .red-dot-list .red-item {
	width: 50%;
	margin-bottom: 42px;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	line-height: 24px;
	color: #666
}

.seo-thr-list .red-dot-list h4 {
	font-size: 16px;
	line-height: 30px;
	font-weight: 700;
	color: #d90000
}

.seo-thr-list .red-dot-list p {
	padding-right: 15px
}

.m-relat-title {
	padding: 27px 0
}

.m-relat-title h3 {
	float: left;
	font-size: 24px;
	line-height: 35px;
	color: #333
}

.m-relat-title a {
	position: relative;
	float: right;
	width: 138px;
	font-size: 14px;
	line-height: 33px;
	color: #999;
	text-align: center;
	border: 1px solid #ccc;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s
}

.m-relat-title a i {
	position: absolute;
	left: -40px;
	top: 18px;
	z-index: 3;
	width: 80px;
	height: 1px;
	background-color: #ccc;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s
}

.m-relat-title a:hover {
	color: #d80000;
	border-color: #d80000
}

.m-relat-title a:hover i {
	background-color: #d80000
}

.relative-cases {
	padding: 22px 0 62px;
	overflow: hidden
}

.relative-cases ul {
	margin: 0 -28px
}

.relative-cases li {
	float: left;
	width: 33.3333%
}

.relative-cases .thumb {
	margin-bottom: 22px;
	overflow: hidden
}

.relative-cases a {
	padding: 0 28px;
	display: block;
	line-height: 36px
}

.relative-cases a img {
	display: block;
	width: 100%;
	-webkit-transition: all ease .7s;
	-o-transition: all ease .7s;
	-moz-transition: all ease .7s;
	transition: all ease .7s
}

.relative-cases a .title {
	font-size: 16px;
	font-weight: 700;
	color: #1a1a1a
}

.relative-cases a .desc {
	font-size: 14px;
	color: #999
}

.relative-cases a:hover img {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03)
}

.relative-cases a:hover .title {
	color: #d80000
}

.m-diff-title,.m-chl-title {
	font-size: 36px;
	line-height: 46px;
	text-align: center;
	color: #1a1a1a
}

.m-diff-title {
	color: #333
}

.contact-ways {
	padding-top: 70px
}

.contact-ways .info {
	padding: 87px 9.0625% 73px
}

.contact-ways .info .item {
	float: left;
	width: 33.33%;
	font-size: 16px;
	line-height: 28px;
	color: #1a1a1a
}

.contact-ways .info .item a {
	color: #1a1a1a
}

.contact-ways .info .item a:hover {
	color: #d80000
}

.contact-ways .info img {
	vertical-align: middle
}

.contact-ways .info .ico {
	margin-bottom: 30px;
	text-align: center
}

.contact-ways .info h4 {
	font-weight: 700;
	text-align: center
}

.contact-ways .info span {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	text-align: right
}

.contact-ways .info .label1 {
	width: 46%
}

.contact-ways .info .label2 {
	width: 46%
}

.contact-ways .info .label3 {
	width: 43%
}

.contact-ways .info .label4 {
	width: 45%
}
.contact-tel{
	display: inline-block !important;
	width: 54% !important;
}
.full-arrive {
	padding: 72px 0 0;
	background-color: #f5f5f5
}

.arrive-info {
	padding-bottom: 68px
}

.arrive-lf {
	float: left;
	padding: 5px 38px 0 95px;
	background: url(../image/arrico.png) no-repeat 0 0
}

.arrive-lf .arr-title {
	margin-bottom: 31-px;
	color: #db2035
}

.arrive-lf .arr-title h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700
}

.arrive-lf .arr-title h4 {
	font-size: 48px;
	line-height: 60px;
	text-transform: uppercase
}

.arrive-lf .addr {
	font-size: 16px;
	line-height: 28px;
	color: #1a1a1a
}

.arrive-lf .addr span {
	font-weight: 700
}

.arrive-rg {
	overflow: hidden;
	padding-left: 64px;
	border-left: 1px solid #d9d9d9;
	font-size: 16px;
	line-height: 30px
}

.arrive-rg .tag {
	font-weight: 700
}

.full-bdmap {
	width: 100%;
	height: 640px
}

.contact-feedback {
	padding: 80px 0 86px
}

.contact-feedback .m-chl-title {
	margin-bottom: 41px
}

.contact-feedback .contact-form {
	max-width: 1200px;
	margin: 0 auto
}

.contact-feedback .text {
	float: left;
	width: 580px;
	margin-top: 50px;
}

.contact-feedback .text label {
	display: block;
	padding: 17px 0;
	margin-bottom: 50px;
	border-bottom: 1px solid #ccc
}

.contact-feedback .text label input {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 16px;
	height: 16px
}

.contact-feedback .text label input::-webkit-input-placeholder {
	color: #999
}

.contact-feedback .text label input:-moz-placeholder {
	color: #999
}

.contact-feedback .text label input::-moz-placeholder {
	color: #999
}

.contact-feedback .text label input:-ms-input-placeholder {
	color: #999
}

.contact-feedback .text .imgval {
	position: relative
}

.contact-feedback .text .imgval img {
	position: absolute;
	right: 0;
	top: 5px;
	height: 40px
}

.contact-feedback .msg {
	float: right;
	width: 580px
}

.contact-feedback .msg p {
	font-size: 16px;
	line-height: 50px
}

.contact-feedback .msg textarea {
	display: block;
	border: 1px solid #ccc;
	width: 560px;
	height: 150px;
	padding: 10px
}

.contact-feedback .form-ctrl {
	padding-top: 12px;
	width: 431px;
	margin: 0 auto
}

.contact-feedback .form-ctrl label {
	display: block;
	width: 197px;
	height: 20px;
	padding: 20px 0
}

.contact-feedback .form-ctrl label input {
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	color: #fff;
	text-align: center
}

.contact-feedback .form-ctrl .sub {
	float: left;
	background-color: #db2035
}

.contact-feedback .form-ctrl .reset {
	float: right;
	background-color: #ccc
}

.recruit-content {
	padding: 60px 0 80px
}

.recruit-content .thumb {
	float: right;
	margin-left: 150px
}

.recruit-content .thumb img {
	display: block
}

.recruit-content .content {
	color: #333;
	font-size: 16px;
	line-height: 30px;
	color: #333
}

.recruit-content .content .title {
	font-size: 36px;
	line-height: 52px;
	font-weight: 700;
	font-style: italic
}

.recruit-content .content .text {
	padding: 12px 0 48px
}

.recruit-content .content .mail {
	font-size: 18px;
	line-height: 30px;
	color: #d93f3d;
	font-weight: 700
}

.recruit-content .content .mail a {
	color: #d93f3d;
	text-decoration: underline
}

.recruit-list-wrapper {
	padding-bottom: 118px
}

.recruit-list-wrapper ul {
	border-top: 1px solid #d9d9d9
}

.recruit-list-wrapper li {
	border-bottom: 1px solid #d9d9d9
}

.recruit-list-wrapper .brief {
	position: relative;
	padding: 30px 0;
	font-size: 18px;
	line-height: 38px;
	color: #999;
	cursor: pointer
}

.recruit-list-wrapper .brief h3,.recruit-list-wrapper .brief p {
	float: left;
	width: 20.625%;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}

.recruit-list-wrapper .brief h3 {
	width: 27.1875%;
	font-weight: 700;
	color: #333
}

.recruit-list-wrapper .brief .ico {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
	width: 98px;
	height: 98px;
	background: url(../image/recruitico.png) no-repeat center
}

.recruit-list-wrapper .brief.cur .ico {
	background: url(../image/recruiticoac.png) no-repeat center
}

.recruit-list-wrapper .info {
	display: none;
	padding: 35px 0 64px;
	font-size: 14px;
	line-height: 30px;
	color: #333;
	border-top: 1px solid #d9d9d9
}

.recruit-list-wrapper .info dl,.recruit-list-wrapper .info .item {
	padding-bottom: 41px
}

.recruit-list-wrapper .info dt,.recruit-list-wrapper .info .label {
	float: left;
	width: 230px
}

.recruit-list-wrapper .info dd,.recruit-list-wrapper .info .text {
	overflow: hidden;
	zoom: 1
}

.recruit-list-wrapper .delivery {
	margin-left: 230px;
	display: block;
	width: 113px;
	height: 60px;
	padding-left: 84px;
	font-size: 18px;
	line-height: 60px;
	color: #fff;
	background: #333 url(../image/delivery.png) no-repeat 38px 13px
}

.m-ichl-title .en {
	font-size: 16px;
	line-height: 24px;
	color: #999;
	text-transform: uppercase
}

.m-ichl-title .cn {
	font-size: 36px;
	line-height: 62px;
	font-weight: 700;
	color: #1a1a1a
}

.m-ichl-title .cn a {
	color: #1a1a1a
}

.m-ichl-title .cn span {
	color: #d90000
}

.m-ichl-subnav {
	position: relative;
	overflow: hidden;
	padding-top: 11px
}

.m-ichl-subnav ul {
	margin-left: -30px;
	position: relative
}

.m-ichl-subnav li {
	float: left;
	padding: 0 20px 0 30px;
	background: url(../image/navline.png) no-repeat 0 center
}

.m-ichl-subnav li.cur a {
	color: #d90000;
	border-bottom-color: #fff
}

.m-ichl-subnav li a {
	display: block;
	font-size: 16px;
	line-height: 42px;
	color: #1a1a1a;
	border-bottom: 2px solid #fff
}

.m-ichl-subnav li a:hover {
	color: #d90000;
	border-bottom-color: #fff
}

.m-ichl-subnav .activehook {
	position: absolute;
	bottom: 0;
	background: 0 0
}

.m-ichl-subnav .activehook i {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #d90000
}

.m-ichl-subnav .nav-more .item {
	display: none
}

.m-ichl-subnav .m-line-more {
	position: absolute;
	right: 0;
	top: 11px;
	z-index: 3
}

.index-banwrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 41.66667%;
	overflow: hidden
}

.index-banwrap .index-banner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%
}

.index-banner .slides {
	width: 300%
}

.index-banner .slides li {
	float: left;
	width: 33.3333%;
	overflow: hidden
}

.index-banner .slides .bx-clone {
	visibility: hidden
}

.index-banner .slides .bx-clone-show {
	visibility: visible
}

.index-banner .linerbg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 30;
	height: 140px;
	background: url(../image/hdbanbg01.png) repeat-x 0 0
}

.index-banner a {
	display: block
}

.index-banner img {
	display: block;
	max-width: none;
	width: 100%
}

.index-banner li {
	position: relative
}

.index-banner li .m-line-more {
	display: none;
	visibility: hidden
}

.index-banner .flex-direction-nav {
	display: none
}

.index-banner .bx-pager {
	bottom: 18px
}

.index-banner .bx-pager .bx-pager-item a {
	margin: 0 3px;
	line-height: 0;
	height: 2px;
	padding: 20px 0;
	width: 94px
}

.index-banner .bx-pager .bx-pager-item i {
	display: block;
	width: 100%;
	height: 2px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	background-color: #fff
}

.index-banner .bx-pager .bx-pager-item .active i {
	background-color: #d90000
}

.index-banner .flex-control-nav {
	z-index: 20;
	bottom: 38px
}

.index-banner .flex-control-nav li {
	margin: 0 3px;
	line-height: 0;
	height: 2px;
	width: 94px;
	background-color: #fff
}

.index-banner .flex-control-nav .cur {
	background-color: #d90000
}

.index-banner .flex-control-nav a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 94px;
	height: 2px;
	background: 0 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	opacity: 1;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s;
	padding: 15px 0;
	margin-top: -16px
}

.index-banner .flex-control-nav .flex-active {
	opacity: 1;
	background: 0 0
}

.index-banner .slide01 .imgpopup {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 3;
	width: 72.39583%
}

.index-banner .slide01 .imgpopup img {
	vertical-align: top;
	width: 100%
}

.index-banner .slide01 .textpopup {
	position: absolute;
	top: 27.5%;
	left: 50%;
	z-index: 10;
	margin-left: -800px;
	color: #FFFFFF !important;
}

.index-banner .slide01 .tit {
	margin-bottom: 15px;
	font-size: 48px;
	line-height: 58px;
	width: 72.39583%;
	white-space: nowrap;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s
}

.index-banner .slide01 .txt {
	margin-bottom: 52px;
	font-size: 20px;
	line-height: 32px;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
	white-space: nowrap
}

.index-banner .slide01 .m-line-more {
	-webkit-transition-delay: .6s;
	-moz-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s;
	width: 72.39583%;
	width: 138px;
	border-color: #a19583;
	color: #fff
}

.index-banner .slide01 .m-line-more:hover {
	color: #fff
}

.index-banner .slide01 .m-line-more:hover::after {
	background-color: #a19583
}

.index-banner .slide01 .before {
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition-duration: .6s;
	-moz-transition-duration: .6s;
	-o-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 0
}

.index-banner .slide01 .after {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.index-banner .slide03 {
	position: relative
}

.index-banner .slide03 .textpopup03 {
	position: absolute;
	top: 27.5%;
	left: 50%;
	z-index: 10;
	margin-left: -800px;
	color: #fff
}

.index-banner .slide03 .textpopup03 .ico {
	margin-bottom: 26px
}

.index-banner .slide03 .textpopup03 .ico img {
	width: auto
}

.index-banner .slide03 .textpopup03 .tit {
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
	margin-bottom: 50px;
	font-size: 48px;
	line-height: 60px;
	color: #fff
}

.index-banner .slide03 .textpopup03 .m-line-more {
	border-color: #fff;
	color: #fff;
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s
}

.index-banner .slide03 .textpopup03 .m-line-more::after {
	background-color: #fff
}

.index-banner .slide03 .textpopup03 .before {
	-webkit-transform: translateY(60px);
	-moz-transform: translateY(60px);
	-ms-transform: translateY(60px);
	-o-transform: translateY(60px);
	transform: translateY(60px);
	-webkit-transition-duration: .6s;
	-moz-transition-duration: .6s;
	-o-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 0
}

.index-banner .slide03 .textpopup03 .after {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.index-banner .slide03 .imgpopup03 .before {
	-webkit-transform: translate(80px,60px);
	-moz-transform: translate(80px,60px);
	-ms-transform: translate(80px,60px);
	-o-transform: translate(80px,60px);
	transform: translate(80px,60px);
	-webkit-transition-duration: .6s;
	-moz-transition-duration: .6s;
	-o-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 0
}

.index-banner .slide03 .imgpopup03 .after {
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	opacity: 1
}

.index-banner .slide03 .imgpopup03 img {
	position: absolute;
	z-index: 10;
	width: auto
}

.index-banner .slide03 .imgpopup03 .pop01 {
	width: 5.72917%;
	top: 66.5%;
	left: 32.34375%;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s
}

.index-banner .slide03 .imgpopup03 .pop02 {
	width: 11.61458%;
	top: 69.875%;
	left: 37.29167%;
	-webkit-transition-delay: .6s;
	-moz-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s
}

.index-banner .slide03 .imgpopup03 .pop03 {
	width: 6.61458%;
	top: 50.375%;
	left: 41.04167%;
	-webkit-transition-delay: .9s;
	-moz-transition-delay: .9s;
	-o-transition-delay: .9s;
	transition-delay: .9s
}

.index-banner .slide03 .imgpopup03 .pop04 {
	width: 19.21875%;
	top: 0%;
	left: 68.22917%;
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s
}

.index-banner .slide03 .imgpopup03 .pop05 {
	width: 9.32292%;
	top: 28.375%;
	left: 76.82292%;
	-webkit-transition-delay: .7s;
	-moz-transition-delay: .7s;
	-o-transition-delay: .7s;
	transition-delay: .7s
}

.index-banner .slide04 {
	position: relative
}

.index-banner .slide04 .textpopup {
	position: absolute;
	top: 31%;
	left: 50%;
	z-index: 10;
	margin-left: -800px;
	color: #fff
}

.index-banner .slide04 .textpopup .tit {
	margin-bottom: 15px;
	font-size: 48px;
	line-height: 58px;
	width: 72.39583%;
	white-space: nowrap;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s
}

.index-banner .slide04 .textpopup .txt {
	margin-bottom: 52px;
	font-size: 20px;
	line-height: 32px;
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
	white-space: nowrap
}

.index-banner .slide04 .textpopup .m-line-more {
	-webkit-transition-delay: .7s;
	-moz-transition-delay: .7s;
	-o-transition-delay: .7s;
	transition-delay: .7s;
	width: 72.39583%;
	width: 138px;
	border-color: #fff;
	color: #fff
}

.index-banner .slide04 .textpopup .m-line-more::after {
	background-color: #fff
}

.index-banner .slide04 .textpopup .m-line-more:hover {
	color: #fff
}

.index-banner .slide04 .textpopup .m-line-more:hover::after {
	background-color: #fff
}

.index-banner .slide04 .textpopup .before {
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition-duration: .6s;
	-moz-transition-duration: .6s;
	-o-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 0
}

.index-banner .slide04 .textpopup .after {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.index-banner .slide04 .imgpopup img {
	position: absolute;
	z-index: 10;
	width: auto
}

.index-banner .slide04 .imgpopup .pop01 {
	top: 9.875%;
	left: 33.90625%;
	width: 35.46875%
}

.index-banner .slide04 .imgpopup .pop01.before {
	-webkit-transform: translate(-120px,120px);
	-moz-transform: translate(-120px,120px);
	-ms-transform: translate(-120px,120px);
	-o-transform: translate(-120px,120px);
	transform: translate(-120px,120px)
}

.index-banner .slide04 .imgpopup .pop02 {
	top: 0;
	left: 58.54167%;
	width: 26.35417%
}

.index-banner .slide04 .imgpopup .pop02.before {
	-webkit-transform: translate(-120px,120px);
	-moz-transform: translate(-120px,120px);
	-ms-transform: translate(-120px,120px);
	-o-transform: translate(-120px,120px);
	transform: translate(-120px,120px)
}

.index-banner .slide04 .imgpopup .pop03 {
	top: 79.375%;
	left: 33.3125%;
	width: 33.33333%;
	-webkit-transition-delay: .6s;
	-moz-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s
}

.index-banner .slide04 .imgpopup .pop03.before {
	-webkit-transform: translate(120px,-120px);
	-moz-transform: translate(120px,-120px);
	-ms-transform: translate(120px,-120px);
	-o-transform: translate(120px,-120px);
	transform: translate(120px,-120px)
}

.index-banner .slide04 .imgpopup .pop04 {
	top: 19.5%;
	left: 55.57292%;
	width: 35.46875%;
	-webkit-transition-delay: .6s;
	-moz-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s
}

.index-banner .slide04 .imgpopup .pop04.before {
	-webkit-transform: translate(120px,-120px);
	-moz-transform: translate(120px,-120px);
	-ms-transform: translate(120px,-120px);
	-o-transform: translate(120px,-120px);
	transform: translate(120px,-120px)
}

.index-banner .slide04 .imgpopup .pop05 {
	top: 0;
	left: 80.625%;
	width: 19.47917%;
	-webkit-transition-delay: .6s;
	-moz-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s
}

.index-banner .slide04 .imgpopup .pop05.before {
	-webkit-transform: translate(120px,-120px);
	-moz-transform: translate(120px,-120px);
	-ms-transform: translate(120px,-120px);
	-o-transform: translate(120px,-120px);
	transform: translate(120px,-120px)
}

.index-banner .slide04 .imgpopup .pop06 {
	top: 73.5%;
	left: 57.29167%;
	width: 36.97917%
}

.index-banner .slide04 .imgpopup .pop06.before {
	-webkit-transform: translate(-120px,120px);
	-moz-transform: translate(-120px,120px);
	-ms-transform: translate(-120px,120px);
	-o-transform: translate(-120px,120px);
	transform: translate(-120px,120px)
}

.index-banner .slide04 .imgpopup .pop07 {
	top: 29.125%;
	left: 84.32292%;
	width: 15.88542%
}

.index-banner .slide04 .imgpopup .pop07.before {
	-webkit-transform: translate(-120px,120px);
	-moz-transform: translate(-120px,120px);
	-ms-transform: translate(-120px,120px);
	-o-transform: translate(-120px,120px);
	transform: translate(-120px,120px)
}

.index-banner .slide04 .imgpopup .before {
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 0;
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s
}

.index-banner .slide04 .imgpopup .before.after {
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	opacity: 1
}
.index-banner .consult-btn{
	display: inline-block;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 46px;
	padding: 0 40px;
	border: 2px solid #FFFFFF;
	border-radius: 36px;
	-moz-border-radius: 36px;
	-webkit-border-radius: 36px;
	-ms-border-radius: 36px;
	-o-border-radius: 36px;
	transition:All 0.7s ease-in-out;    
	-webkit-transition:All 0.7s ease-in-out;    
	-moz-transition:All 0.7s ease-in-out;    
	-o-transition:All 0.7s ease-in-out;
}
.index-banner .consult-btn:hover{
	transform:translate(0,-10px);    
	-webkit-transform:translate(0,-10px);    
	-moz-transform:translate(0,-10px);    
	-o-transform:translate(0,-10px);    
	-ms-transform:translate(0,-10px);
}


.iabout-us {
	padding: 45px 0 15px
}

.iabout-us .intro {
	position: relative;
	padding: 20px 27% 86px 0;
	font-size: 18px;
	line-height: 35px
}

.iabout-us .intro strong {
	font-weight: 400;
	color: #e20000
}

.iabout-us .year {
	position: absolute;
	right: 27px;
	top:-30px;
	z-index: 3
}

.iabout-us .main-business .business-item .inner {
	position: relative
}

.iabout-us .main-business .business-item .inner .line {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: #d90000;
	-webkit-transition: width ease-in-out .5s;
	-o-transition: width ease-in-out .5s;
	-moz-transition: width ease-in-out .5s;
	transition: width ease-in-out .5s
}

.service{
	width: 100%;
	margin-bottom: 40px;
}
.service .inner{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.service .inner h1{
	font-size: 32px;
	line-height: 56px;
	font-weight: bold;
}
.service .inner p{
	font-size: 18px;
	line-height: 38px;
	color: #787878;                      
	margin-bottom: 40px;
}

.con-loop .hd ul {
    display: table;
    width: 100%;
}
.con-loop .hd ul>li {
    -o-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
    vertical-align: middle;
    display: table-cell;
    height: 427px;
    width: 269px;
    background-color: #fff;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #e9e9e9;
    border-bottom-color: #e9e9e9;
    border-left-color: #e9e9e9;
    position: relative;
}
.con-loop .hd ul li:last-child {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #e9e9e9;
}

.con-loop .hd ul>li .container {
    height: 425px;
    width: 100%;
    background-color: #FFF;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.con-loop .hd ul li .container .head {
    background-color: #f4f4f4;
    height: 80px;
    text-align: center;
    position: relative;
    padding-top: 98px;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
}

.con-loop .hd ul li .container .head .ico {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 10px;
    position: absolute;
    top: 5px;
    width: 100%;
    height: 60px;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
}
.con-loop .hd ul li .container .head .ico-big {
    height: 202px;
    width: 275px;
    position: absolute;
    left: 50%;
    right: 50%;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    text-align: center;
    margin-left: -1000px;
    top: 90px;
}
.con-loop .hd ul li .container .head strong {
    font-size: 20px;
    color: #444;
}
.con-loop .hd ul li .container .head p {
    color: #888;
    padding-top: 8px;
    margin: 0 0 75px 0;
    width: 100%;
    text-align: center;
    float: left;
    font-size: 14px;
    line-height: 22px;
}
.con-loop .hd ul li .container .text {
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
    height: 90px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    font-size: 14px;
}
.con-loop .hd ul li .container .text p {
    font-size: 12px;
    line-height: 20px;
    color: #888;
    padding-top: 8px;
    margin: 0 0 75px 0;
    width: 100%;
    text-align: center;
}
.con-loop .hd ul li .container .contact {
    text-align: center;
    padding-top: 10px;
}
.con-loop .hd ul li .container .contact a {
    font-size: 14px;
    line-height: 38px;
    color: #ff621b;
    text-align: center;
    display: inline-block;
    height: 38px;
    width: 180px;
    border-radius: 10px;
    margin-right: 15px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    border: 1px solid #ff621b;
}
.con-loop .hd ul li .container .contact a:last-child {
    margin-right: auto;
    margin-left: 15px;
    color: #666666;
    border-top-color: #C6C6C6;
    border-right-color: #C6C6C6;
    border-bottom-color: #C6C6C6;
    border-left-color: #C6C6C6;
}



.con-loop .hd ul>li.on {
    width: 390px;
    height: 410px;
}
.con-loop .hd ul>li.on .container {
    height: 480px;
    position: absolute;
    left: -1px;
    top: -16px;
    -moz-box-shadow: 0 0 15px #bbb;
    -webkit-box-shadow: 0 0 15px #bbb;
    box-shadow: 0 0 15px #bbb;
    right: -1px;
    z-index: 100;
    width: 100%;
}
.con-loop .hd ul li.on .container .head {
    height: 166px;
    background-color: #D90000;
    padding-top: 28px;
}
.con-loop .hd ul li.on .container .head strong{
	color:#FFF;
}
.con-loop .hd ul li.on .container .head p{
	color:#FFFFFF;
}

.con-loop .hd ul li.on .container .head .ico-big {
    margin-left: -137px;
}
.con-loop .hd ul li.on .container .head .ico{
	top:-200px;
}
.con-loop .hd ul li.on .container .text{
	padding-top:100px;
	height:70px;
	text-align: center;
	font-size:16px;
}
.con-loop .hd ul li.on .container .op .price p{
	display:block;
}
.con-loop .hd ul li.on .container .contact a {
    margin-right: 22px;
    width: 180px;
    color: #FFFFFF;
    background-color: #ff621b;
}
.con-loop .hd ul li.on .container .contact a:last-child {
    margin-left: 22px;
    color: #fff;
    background-color: #d90000;
    margin-top: -15px;
    border: 1px solid #D90000;
}


.main-business {
	margin: 0 -27px
}

.main-business .business-item {
	float: left;
	width:23.875%; margin:0 1.5% 0 0
}
.main-business .business-item:nth-child(4){margin:0}



.main-business .business-item .inner {
	position: relative;
	margin: 0 27px
}

.main-business .business-item .inner:hover .id {
	color: #ccc
}

.main-business .business-item .inner:hover h2 a {
	color: #d80000
}

.main-business .business-item .inner:hover .sub {
	border-bottom-color: #d80000;
}

.main-business .business-item .inner:hover .line {
	width: 100%
}

.main-business .ico {
}

.main-business .ico img {
	vertical-align: middle
}

.main-business .ico .ac {
	display: none
}

.main-business .id {
	position: absolute;
	right: 27px;
	top: 0;
	font-size: 100px;
	line-height: 100px;
	color: #f2f2f2;
	font-weight: 700;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s
}

.main-business h2 {
	padding: 10px 0 21px
}

.main-business h2 a {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #1a1a1a;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s
}

.main-business .sub {
	padding-bottom: 55px;
	height: 180px;
	border-bottom: 2px solid #ccc
}

.main-business .sub a {
	display: block;
	padding-left: 30px;
	font-size: 14px;
	line-height: 36px;
	color: #666;
	background: url(../image/ibusline.png) no-repeat 1px center
}

.main-business .sub a:hover {
	color: #d80000;
	background-image: url(../image/ibuslineac.png)
}

.iclassic-case {
	padding:2% 0;
	overflow: hidden
}

.m-ichl-title {
	position: relative; text-align:center
}

.m-ichl-title .m-line-more {
	position: absolute;
	right: 0;
	bottom: 13px
}

.iclassic-case .m-move-handle {
	display: block!important
}

.iclassic-case .slide-pages {
	display: none
}

.iclassic-case .slide-ctrl {
	display: none
}

.iclassic-case .m-line-more {
	margin: 6px auto 0
}

.animated {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}

.iclassic-wrapper {
	width: 102.125%
}

.icase-list {
	padding-top: 43px;
	margin: 0
}

.icase-list li {
	width: 33.33333%;
	padding-bottom: 10px
}

.icase-list .item {
	padding: 0 6.42202% 0 0;
	text-align: left
}

.icase-list .thumb {
	position: relative;
	overflow: hidden
}

.icase-list .thumb .after {
	display: block;
	width: 100%;
	padding-bottom: 62.7451%
}

.icase-list .thumb img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3
}

.icase-list .desc {
	display: -webkit-box;
	height: 60px;
	line-height: 30px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.icase-list a {
	position: relative
}

.icase-list .content {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 120px;
	z-index: 3;
	width: 100%;
	overflow: hidden;
	background: url(../image/icasebg.png) repeat 0 0
}

.icase-list .content .brand {
	padding: 32px 0 0 25px;
	height: 90px;
	line-height: 90px;
	font-size: 0
}

.icase-list .content .brand img {
	display: none;
	width: auto;
	max-height: 100%;
	vertical-align: middle
}

.icase-list .content .desc {
	color: #fff;
	padding: 0 25px;
	display: -webkit-box;
	height: 72px;
	line-height: 24px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3
}

.icase-list .content .ico-line {
	display: block;
	width: 100%;
	height: 37px;
	background: url(../image/icaseline.png) no-repeat 25px bottom
}

.full-isoutions .soutions-wrapper,.iclients-wrapper,.inews-center {
	width: 100%;
	overflow: hidden
}

.banner-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}.data-background {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
}
.index-data {position:relative;overflow:hidden;}
.index-data .wrap {
    z-index:1;
    position:relative;
    padding:0 100px;
    background: -moz-linear-gradient(left, rgba(6,71,143,.6) 0%, rgba(217,0,0,.6) 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(rgba(217,0,0,.6)), to(rgba(30,95,116,.6))));
    background: -webkit-linear-gradient(left, rgba(6,71,143,.6) 0%,rgba(217,0,0,.6) 100%);
    background: -o-linear-gradient(left, rgba(6,71,143,.6) 0%,rgba(217,0,0,.6) 100%);
    background: -ms-linear-gradient(left, rgba(6,71,143,.6) 0%,rgba(217,0,0,.6) 100%);
    background: linear-gradient(to right, rgba(6,71,143,.6) 0%,rgba(217,0,0,.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(6,71,143,.6)', endColorstr='rgba(217,0,0,.6)',GradientType=1 );
}
.index-data .index-data-list {
    width:1140px;
    margin:0 auto;
    padding:180px 0;
}

.data-background {
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:100%;
}
.index-data .item {
    float:left;
    width:33.33%;
    height:240px;
}
.index-data .item-inner {
    position:relative;
    height:240px;
    text-align:center;
    border-right:1px solid rgba(255,255,255,.2);
}
.index-data .item:nth-child(3n) .item-inner {
    border-right:0;
}
.index-data .item:first-child .item-inner,
.index-data .item:nth-child(2) .item-inner,
.index-data .item:nth-child(3) .item-inner {
    border-bottom:1px solid rgba(255,255,255,.2);
}
.index-data .text-wrap {
    position:absolute;
    top:50%;
    width:100%;
    font-size:16px;
    color:#fff;
    transform:translateY(-50%);
}
@font-face { font-family:'AkzidenzGrotesk-BoldCondAlt'; src:url('../font/AkzidenzGrotesk-BoldCondAlt.woff') format('woff'); font-weight: normal; font-style: normal;}
.index-data .text-wrap .number-wrap {
    display:block;
    font:normal 108px/1 'AkzidenzGrotesk-BoldCondAlt';
    color:#fff; 
}
.index-data .text-wrap .number-wrap .icon {
    display:inline-block;
    font-size:60px;
    vertical-align:13px;
}.lg-hidden {
    display: none;
}

.index-data .text-wrap .number-wrap strong {   font: bold 108px/1 'AkzidenzGrotesk-BoldCondAlt';
    color: #fff; }

@media (max-width:1340px){
    .index-data .wrap {width:100%;padding:0;}
    .index-data .index-data-list {
        width:91%;
        padding:80px 0;
    }
    .index-data .item,
    .index-data .item-inner {height:150px;}
    .index-data .text-wrap .number-wrap {font: normal 78px/1 'AkzidenzGrotesk-BoldCondAlt';}
    .index-data .text-wrap .number-wrap .icon {margin-left:-15px;font-size:48px;}

}
.index-tips {
    width:770px;
    margin:0 auto 60px;
    font-size:14px;
    color:#666;
    line-height:1.8;
    text-align:center;
}
.index-customer .wrap {
    padding:90px 10%;
}

.index-customer-list {
    transform:translateY(50px);
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;overflow:hidden;}
.index-customer.active .index-customer-list {
    transform:none;
}
.index-customer-list li {
    position:relative;
    float:left;
    width:20%;
    height:200px;
    padding:27px 0;
    text-align:center;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
    transition-delay:.5s;
}
/*.index-customer-list .item600 {top:600px;}*/
/*.index-customer-list .item450 {top:450px;}*/
/*.index-customer-list .item550 {top:550px;}*/
/*.index-customer-list .item400 {top:400px;}*/
/*.index-customer-list .item300 {top:300px;}*/
/*.index-customer-list .item700 {top:700px;}*/
.index-customer.active .index-customer-list li.item {top:0;}
.index-customer-list .item-inner {
    display:block;
    width:100%;
    height:145px;
    border-left:1px solid #e6e6e6;
}
.index-customer-list li:nth-child(5n +1) .item-inner {border-left:0;}
.index-customer-list li:nth-child(5n +1) .lt-dot,
.index-customer-list li:nth-child(5n +1) .lb-dot,
.index-customer-list li:nth-child(5n) .rt-dot,
.index-customer-list li:nth-child(5n) .rb-dot{display:none;}
.index-customer-list li:nth-child(5n) .item-inner {}
.index-customer-list li a {
    position:absolute;
    top:0;
    left:50%;
    display:block;
    width:80%;
    height:200px;
    margin-left:-40%;
}
.index-customer-list li.double-item a {
    border-top:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
}
.index-customer-list li img {
    position:absolute;
    top:50%;
    left:50%;
    display:block;
    margin-left:-75px;
    transition: all .5s linear 10ms;
}
.index-customer-list li img:first-child {}
.index-customer-list li img:last-child {opacity:.6;}
.index-customer-list li:hover img:last-child,
.index-customer-list li img:first-child {
    opacity:0;
    transform:translateY(-50%) rotateY(180deg);
}
.index-customer-list li img,
.index-customer-list li:hover img:first-child {opacity:1;transform:translateY(-50%) rotateY(0deg);}
.index-customer-list .dot {
    position:absolute;
    display:block;
    width:2px;
    height:2px;
    background:#e6e6e6;
}
.index-customer-list .lt-dot {
    left:0;
    top:0;
}
.index-customer-list .lb-dot {
    left:0;
    bottom:0;
}
.index-customer-list .rt-dot {
    right:0;
    top:0;
}
.index-customer-list .rb-dot {
    right:0;
    bottom:0;
}




.full-isoutions {
	width: 100%;
	background-color: #f5f5f5;
	overflow: hidden
}

.full-isoutions .m-ichl-subnav li a {
	border-color: #f5f5f5
}

.full-isoutions .m-ichl-subnav li a:hover {
	color: #d90000;
	border-bottom-color: #f5f5f5
}

.full-isoutions .m-ichl-subnav li.cur a {
	color: #d90000;
	border-bottom-color: #f5f5f5
}

.full-isoutions .ichannel-tabcontent {
	width: 100%;
	overflow: hidden
}

.full-isoutions .tabcontent-slider {
	position: relative;
	width: 500%
}

.full-isoutions .isoutions-list .slides {
	font-size: 0;
	white-space: nowrap
}

.full-isoutions .isoutions-list .slides li {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	float: none
}

.full-isoutions .isoutions-list .slides img {
	width: auto
}

.isoutions-item {
	position: relative;
	float: left;
	width: 20%;
	overflow: hidden
}

.isoutions-item .slide-ctrl {
	display: none;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f60
}

.isoutions-item .slide-prev {
	left: -60px
}

.isoutions-item .slide-next {
	right: -60px
}

.isoutions-list {
	padding: 28px 0 61px;
	overflow: hidden
}

.isoutions-list .slide-pages {
	display: none;
	position: absolute;
	width: 100%;
	bottom: 40px;
	text-align: center;
	line-height: 0
}

.isoutions-list .slide-pages a {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 8px;
	height: 8px;
	font-size: 0;
	border: 1px solid #b5b5b5;
	margin: 0 6px
}

.isoutions-list .slide-pages .cur {
	border: 1px solid #d90000;
	background-color: #d90000
}

.isoutions-list .flex-direction-nav {
	display: none
}

.isoutions-list ul {
	margin: 0 -1.6875%
}

.isoutions-list ul li {
	float: left;
	width: 25%
}

.isoutions-list .item {
	padding: 0 6.52963%
}

.isoutions-list .item a {
	position: relative;
	padding-bottom: 61px;
	display: block;
	border-bottom: 2px solid #ccc
}

.isoutions-list .item a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0;
	height: 2px;
	background-color: #d90000;
	-webkit-transition: width ease-in-out .5s;
	-o-transition: width ease-in-out .5s;
	-moz-transition: width ease-in-out .5s;
	transition: width ease-in-out .5s
}

.isoutions-list .item a:hover {
	*border-bottom-color: #d90000
}

.isoutions-list .item a:hover .title {
	color: #d90000
}

.isoutions-list .item a:hover .detail {
	color: #d90000
}

.isoutions-list .item a:hover::after {
	width: 100%
}

.isoutions-list .thumb {
	position: relative
}

.isoutions-list .thumb .after {
	display: block;
	width: 100%;
	padding-bottom: 62.5%
}

.isoutions-list .thumb img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3
}

.isoutions-list .ico {
	margin-bottom: 48px;
	height: 120px;
	line-height: 120px;
	font-size: 0
}

.isoutions-list .ico img {
	vertical-align: middle;
	width: auto
}

.isoutions-list .ico .ac {
	display: none
}

.isoutions-list .title {
	margin-bottom: 23px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #1a1a1a
}

.isoutions-list .desc {
	height: 144px;
	font-size: 14px;
	color: #666;
	display: -webkit-box;
	height: 144px;
	line-height: 24px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	white-space: normal
}

.isoutions-list .detail {
	font-size: 14px;
	line-height: 24px;
	text-decoration: underline;
	color: #666
}

.isoutions-list .item .card {
	padding-bottom: 32px
}

.isoutions-list .item .card:hover img {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03)
}

.isoutions-list .item .card:hover .c-title {
	color: #d90000
}

.isoutions-list .item .card .thumb {
	margin-bottom: 21px;
	overflow: hidden
}

.isoutions-list .item .card .thumb img {
	display: block;
	width: 100%;
	max-width: 360px;
	-webkit-transition: -webkit-transform ease .7s;
	transition: -webkit-transform ease .7s;
	-o-transition: -o-transform ease .7s;
	-moz-transition: transform ease .7s,-moz-transform ease .7s;
	transition: transform ease .7s;
	transition: transform ease .7s,-webkit-transform ease .7s,-moz-transform ease .7s,-o-transform ease .7s
}

.isoutions-list .item .card .c-title {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	color: #1a1a1a;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}

.isoutions-list .item .card .c-desc {
	font-size: 14px;
	color: #666;
	display: -webkit-box;
	height: 72px;
	line-height: 24px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	white-space: normal
}

.iclients-wrapper {
	padding: 48px 0 0
}

.iclients-wrapper .m-ichl-subnav {
	margin-bottom: 51px
}

.iclients-wrapper .ichannel-tabcontent {
	overflow: hidden
}

.iclients-wrapper .tabcontent-slider {
	position: relative;
	width: 200%
}

.iclients-list {
	width: 50%;
	float: left;
	overflow: hidden
}

.iclients-list ul { margin:2% auto
}

.iclients-list li {
	float: left;
	width:12%; margin:0 0.5% 1.5% 0
}

.iclients-list li a {
	display: block;
	text-align: center
}

.iclients-list li img {
	max-width: 100%
}

.icustomer {
	float: left;
	width: 50%;
	overflow: hidden;
	padding-bottom: 65px
}

.icustomer ul {
	padding-left: 1px
}

.icustomer li {
	width: 25%;
	float: left;
	margin-left: -1px
}

.icustomer .inner {
	border: 1px solid #d9d9d9;
	padding: 5.5% 12.5% 16%
}

.icustomer .ico {
	margin-bottom: 16px;
	height: 124px;
	line-height: 124px
}

.icustomer .ico img {
	vertical-align: middle
}

.icustomer .name {
	margin-bottom: 21px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	color: #1a1a1a
}

.icustomer .text {
	font-size: 14px;
	color: #666;
	display: -webkit-box;
	height: 216px;
	line-height: 24px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9
}

.full-inum-brief {
	position: relative
}

.full-inum-brief .briefbg {
	position: relative;
	overflow: hidden;
	height: 610px;
	height: 520px
}

.full-inum-brief .briefbg img {
	position: absolute;
	top: -45px;
	left: 50%;
	display: block;
	margin-left: -960px;
	height: 520px
}

.full-inum-brief .inum-list {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	margin: -190px 0 0 -609px;
	width: 1218px;
	text-align: center
}

.full-inum-brief .inum-list li {
	width: 406px;
	margin-bottom: 99px;
	float: left;
	color: #fff
}

.full-inum-brief .num {
	margin-bottom: 10px;
	font-size: 90px;
	line-height: 92px;
	font-family: Impact,Haettenschweiler,arial narrow bold,sans-serif
}

.full-inum-brief .text {
	font-size: 16px;
	line-height: 24px
}

.full-inum-brief .videobg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 520px;
	overflow: hidden
}

.full-inum-brief .video {
	position: absolute;
	left: 0;
	top: -345px;
	width: 100%
}

.full-inum-brief .video video {
	min-width: 100%;
	height: 1080px
}

.inews-center {
	padding:2% 0 
}

.inews-center .ichannel-tabcontent {
	overflow: hidden
}

.inews-center .tabcontent-slider {
	position: relative;
	width: 600%
}

.inews-list {
	float: left;
	width: 16.66667%;
	padding-top: 32px;
	overflow: hidden
}

.inews-list ul {
	margin: 0 -40px
}

.inews-list li {
	float: left;
	width: 33.3333%;
	border-bottom: 1px solid #d9d9d9
}

.inews-list .date {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 24px
}

.inews-list .title {
	font-size: 18px;
	line-height: 24px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #1a1a1a
}

.inews-list .desc {
	font-size: 14px;
	display: -webkit-box;
	height: 48px;
	line-height: 24px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.inews-list .item {
	padding: 0 40px
}

.inews-list a {
	display: block;
	padding: 21px 0 22px
}

.inews-list a:hover .title {
	color: #d80000
}

.inews-wraper {
	float: left;
	width: 16.66667%;
	padding-top: 26px
}

.inews-wraper .inews-wraper {
	overflow: hidden
}

.inews-wraper a:hover h2 {
	color: #d90000
}

.inews-wraper a:hover .date {
	color: #d90000
}

.inews-wraper a:hover img {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03)
}


.news_full{background:#f5f5f5 url(../image/news_bg.png) no-repeat bottom center;}


.news-set-top {
	float: left;
	width: 395px;
	padding: 30px 28px 28px 27px;
	background-color: #f7f7f7;
	margin-bottom: 22px;
}

.news-set-top .thumb {
	overflow: hidden
}

.news-set-top img {
	width: 100%;
	-webkit-transition: all ease .7s;
	-o-transition: all ease .7s;
	-moz-transition: all ease .7s;
	transition: all ease .7s
}

.news-set-top .title {
	margin-bottom: 11px;
	font-size: 20px;
	color: #333;
	display: -webkit-box;
	height: 60px;
	line-height: 30px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.news-set-top .date {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
	color: #999;
	font-weight: 700
}

.news-two .date,.news-four .date {
	font-size: 16px;
	line-height:28px;
	color: #999
}

.news-two .date b,.news-four .date b {
	display: block;
	font-size: 45px;
	line-height: 48px;
	font-weight:normal
}

.news-two {
	float: left;
	width:32.66%;
	margin: 0 1% 0 0
}
.news-two ul{
	display: flex;
	flex-wrap: wrap;
}
.news-two li {
	width:100%;
	margin-bottom:3%;
	padding:50px 45px 14px;
	background-color: #fff;
	box-sizing: border-box;
}
.news-two li img{ width:100%}
.news-two .two-title {
	margin-bottom: 16px;
	font-size:22px;
	line-height: 30px;
	color: #000;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}

.news-two .desc {
	margin-bottom:25px;
	font-size:15px;
	color: #6c6c6c;
	display: -webkit-box;
	line-height:26px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.news-two .date {
	border-top: 1px solid #e9e9e9;
	padding:30px 0 15px;
	background: url(../image/inewarr.png) no-repeat right center
}


.news_one li{ padding:0; position:relative}
.news_one li h2.title{     background: #000 \0;
    filter: alpha(opacity=50);
    zoom: 1;
	position:absolute; left:0; bottom:0; width:90%; height:50px; line-height:50px; color:#fff; padding:1.5% 7% 1.5% 3%; font-size:18px; overflow:hidden;
	background: rgba(0,0,0,0.6) url(../image/inewarr2.png) no-repeat right center;
	}


.news-four {
	overflow: hidden; margin:0;
	zoom: 1;
}

.news-four li {
	background-color: #fff;
	padding:50px 40px 20px;
}

.news-four li:last-child {
	border: 0
}

.news-four a {
	display: block; overflow:hidden; width:100%;
	border-bottom: 1px solid #f6f6f6
}

.news-four .date { width:100%; float:left
}

.news-four .four-title { width:95%;
	margin-bottom: 4px;
	font-size: 20px;
	line-height: 36px;
	color: #000;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.title_news{width:70%; float:right; overflow:hidden;}
.date_news{ width:15%;float:left; overflow:hidden; border-right:solid 1px #e9e9e9; padding:0 10% 0 0; margin-bottom:6%}
.date_news .date{ padding:0;}
.news-four .date_news b{ text-align:left}

.news-four .title_news span img{ width:auto}
	
	
	
.news-four .desc {
	display: none;
	font-size: 0;
	line-height: 36px;
	color: #888;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}
.news-four .date{ background:none; border-top:none;}
.news-four .date span{ display:block; width:25px; height:2px; background:#e3e3e3; margin:16% 0}


.lianxi_div{ width:49.5%; float:left; text-align:center; font-size:18px}
.lianxi_div h2{ font-size:2.3em; line-height:2em; color:#000}
.lianxi_div p{ margin:1% 0}
.lianxi_div p img{ margin:3% 0}
.lianxi_div p strong{ font-size:2.2em; font-weight:normal; color:#000; margin:0 0 2%}
.lianxi_div p span{ color:#7a7a7a}
.lianxi_l{ border-right:solid 1px #eeeeee}

.lianxi_r{ float:right}
.row_form{ width:70%; margin:5% auto 0; overflow:hidden}
.row_form input{ width:100%; overflow:hidden; padding:10px; height:40px; line-height:40px; background:#eee; margin:2% auto;
     -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px; font-size:16px !important;
	}
.row_form input::placeholder {
            font-size: 16px !important;
        }
.row_form .theme-btn{ background:#d90000; color:#fff; text-align:center; width:100%;padding:3% 0; font-size:18px; cursor:pointer; margin:7% auto 0;
   -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;}

.home_lianxi{ padding:5% 0}
.full-isoutions .row_form input{ background:#fff}






















/*底部开始*/
.footer {
    background-color: #313243;
    position: relative;
    z-index: 2;
}

.footer_top {
    height: 108px;
    background-color: #2c2d3f;
}

.inner {
    margin: 0 auto;
    overflow: hidden;
}

.footer_top li {
    float: left;
    width: 33.33%;
    height: 108px;
    line-height: 108px;
}

.txt_l {
    text-align: left;
}

.txt_c {
    text-align: center;
}

.txt_r {
    text-align: right;
}

.footer_top li .footer_icon {
    margin: 20px 22px 0 0;
}

.footer_icon {
    display: inline-block;
    width: 60px;
    height: 66px;
    background: url(../image/footer_top.png) no-repeat;
    vertical-align: top;
}

.footer_icon.fir {
    background-position: 0 -3px;
}

.footer_top li span {
    color: #ffffff;
    font-size: 20px;
}

.footer_icon.sec {
    background-position: 0 -103px;
}

.footer_icon.thir {
    background-position: 0 -203px;
}

.footer_mid {
    padding: 38px 0;
    border-bottom: 1px solid #3b3d4c;
    border-top: 1px solid #3b3d4c;
}


.footer_nav ul.f_logo{ width:22%; margin-right:6%;border-left:none; padding-left:0}
.footer_nav ul.f_logo p{ color:#999; font-size:15px; line-height:28px;}


.footer_nav ul {
    float: left;
    padding-left:4%;
    width:10%;
    border-left: 1px solid #3b3d4c;
}



.footer_nav li h4 {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    padding-bottom: 5px;
}

.footer_nav li a, .footer_nav li span {
    line-height: 32px;
    font-size:15px;
    color: #89898b;
}

.footer_nav li a:hover {
    color: #fff;
}

.footer_nav li span {
    display: inline-block;
    width: 100%;
}

.footer_nav li img {
    margin:0 0 15px;
}
.footer_nav_special li img{ margin:10px 0 5px;}

.footer_bot {
    padding: 12px 0;
    overflow: hidden;
    text-align: center;
    background-color: #313243;
}

.footer_bot p, .footer_bot a {
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    color: #89898b!important;
}

.footer_bot p>em {
    margin: 0 10px;
}












.site-article-wrapper {
	width: 1400px;
	margin: 0 auto
}

.site-article-wrapper ul {
	border-top: 1px solid #ccc
}

.site-article-wrapper li {
	border-bottom: 1px solid #ccc
}

.site-article-wrapper li a {
	position: relative;
	display: block;
	padding: 54px 0 0 230px
}

.site-article-wrapper li a:hover .title {
	color: #d90000
}

.site-article-wrapper li a:hover .desc {
	color: #d90000
}

.site-article-wrapper .date {
	position: absolute;
	top: 56px;
	left: 0;
	z-index: 3
}

.site-article-wrapper .date .mm-dd {
	font-size: 42px;
	line-height: 54px;
	font-weight: 700;
	color: #999;
	border-bottom: 1px solid #666;
	font-family: Arial,Helvetica,sans-serif
}

.site-article-wrapper .date .yy {
	font-size: 16px;
	line-height: 36px;
	color: #999
}

.site-article-wrapper .title {
	margin-bottom: 7px;
	font-size: 20px;
	line-height: 48px;
	font-weight: 700;
	color: #1a1a1a
}

.site-article-wrapper .desc {
	margin-bottom: 24px;
	font-size: 16px;
	color: #999;
	display: -webkit-box;
	height: 60px;
	line-height: 30px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.site-article-wrapper .tag {
	padding: 0 0 77px 230px
}

.site-article-wrapper .tag a {
	float: left;
	display: block;
	margin-right: 9px;
	padding: 0 10px;
	font-size: 16px;
	line-height: 28px;
	color: #b2b2b2;
	border: 1px solid #ccc
}

.site-article-wrapper .tag a:hover {
	color: #d90000;
	border-color: #d90000
}

.singlepage {
	font-size: 16px;
	line-height: 30px;
	color: #333
}

.singlepage img {
	display: block;
	max-width: 100%;
	margin: 10px auto 20px;
}
.singlepage p{
	text-indent: 2em;
	margin-bottom: 10px;
}

.case-news-article {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 0 72px;
	overflow: hidden
}

.case-news-article .share {
	position: absolute;
	right: 60px
}

.case-news-article .title {
	margin: 0 0 14px;
	font-size: 32px;
	line-height: 48px;
	font-weight: 700;
	color: #333
}

.case-news-article .share a {
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 0 0 10px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center
}

.case-news-article .share .bds_weixin {
	background-image: url(../image/bdwx.png)
}

.case-news-article .share .bds_tsina {
	background-image: url(../image/bdsa.png)
}

.case-news-article .share .bds_qzone {
	background-image: url(../image/bdqz.png)
}

.case-news-article .share .bds_more {
	background-image: url(../image/bdmr.png)
}

.case-news-article .info {
	padding-top: 5px;
	padding-bottom: 33px;
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px solid #ccc;
	color: #999
}

.case-news-article .info .tag {
	float: left;
	color: #999
}

.case-news-article .info .tag:hover {
	color: #d90000
}

.case-news-article .info i {
	float: left;
	padding: 0 17px
}

.case-news-article .info .date {
	float: left
}

.case-news-article .singlepage {
	padding: 36px 0 77px
}

.case-news-article .singlepage p,.case-news-article .singlepage span {
	white-space: normal!important
}

.case-news-article .page-ctrl {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 17px 0
}

.case-news-article .page-ctrl a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #999;
	max-width: 45%;
	background-repeat: no-repeat
}

.case-news-article .page-ctrl .prev {
	float: left;
	padding-left: 55px;
	background-position: 0 center;
	background-image: url(../image/pageprev.png)
}

.case-news-article .page-ctrl .prev:hover {
	color: #d90000;
	background-image: url(../image/pageprevac.png)
}

.case-news-article .page-ctrl .next {
	float: right;
	padding-right: 55px;
	background-position: right center;
	background-image: url(../image/pagenext.png)
}

.case-news-article .page-ctrl .next:hover {
	color: #d90000;
	background-image: url(../image/pagenextac.png)
}

.full-faith-article {
	background-color: #f2f2f2
}

.full-faith-article .faith-item {
	position: relative
}

.full-faith-article .image img {
	display: block;
	width: 100%
}

.full-faith-article .content {
	padding-top: 6.25%;
	padding-bottom: 6.25%;
	font-size: 16px;
	line-height: 30px;
	color: #333
}

.full-faith-article .content .title {
	float: left;
	width: 50%
}

.full-faith-article .content .title h2 {
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	color: #d93f3d
}

.full-faith-article .content .title h3 {
	margin-bottom: 18px;
	font-size: 36px;
	line-height: 50px;
	color: #333
}

.full-faith-article .content .title h3 b,.full-faith-article .content .title h3 strong {
	font-weight: 700
}

.full-faith-article .content .desc {
	overflow: hidden
}

.full-faith-key {
	position: relative
}

.full-faith-key .bg img {
	display: block;
	width: 100%
}

.full-faith-key .m-key-list {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 3;
	margin-top: -70px
}

.m-key-list {
	width: 100%;
	overflow: hidden
}

.m-key-list ul {
	padding: 0 4.10526%
}

.m-key-list li {
	float: left;
	width: 16.66667%;
	text-align: center
}

.m-key-list .top {
	color: #fff;
	height:90px;
	line-height:90px;
	font-family:'AkzidenzGrotesk-BoldCondAlt';
}
.m-key-list .top strong{
	font-size:60px; margin-left:10px;
	font-family:'AkzidenzGrotesk-BoldCondAlt';}

.m-key-list .top img {
	vertical-align: middle
}

.m-key-list .top span {
	font-size:90px;
	font-family:'AkzidenzGrotesk-BoldCondAlt';
}

.m-key-list .text {
	font-size:16px;
	line-height:30px;
	color: #fff
}

.m-about-title {
	font-size:32px;
	line-height: 48px;
	font-weight: 700;
	color: #1a1a1a
}

.m-about-title span {
	color: #d93f3d
}

.m-about-text {
	padding: 41px 0 66px;
	font-size: 16px;
	line-height: 30px;
	color: #333
}

.about-us-intro {
	padding-top: 70px;
	position: relative;
	overflow: hidden
}

.about-us-intro .year {
	position: absolute;
	right: 0;
	top: 70px
}

.about-us-intro .article {
	padding: 54px 38.875% 82px 0;
	font-size: 16px;
	line-height: 30px;
	color: #333
}

.about-us-intro .intro-card {
	margin: 0 -25px
}

.about-us-intro .intro-card .card {
	float: left;
	width: 33.3333%
}

.about-us-intro .intro-card .inner {
	position: relative;
	padding: 0 25px
}

.about-us-intro .intro-card .inner img {
	display: block;
	width: 100%
}

.about-us-intro .intro-card .info {
	position: absolute;
	left: 67px;
	top: 28.18627%;
	color: #fff;
	font-size: 18px;
	line-height: 28px
}

.about-us-intro .intro-card .en {
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase
}

.about-us-intro .intro-card .cn {
	margin-bottom: 37px;
	font-size: 30px;
	line-height: 50px;
	font-weight: 700
}

.certificate-desc {
	padding-top: 92px
}

.full-certificate {
	background-color: #f2f2f2;
	padding: 86px 0 196px;
	position: relative
}

.full-certificate .slides li {
	position: relative;
	width: 100%
}

.full-certificate .slides li img {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	max-width: 100%;
	width: auto
}

.full-certificate .slides .after {
	display: block;
	width: 100%;
	padding-bottom: 136.12167%
}

.full-certificate .slides .center {
	font-size: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	text-align: center
}

.full-certificate .slides .hack {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 0;
	height: 100%
}

.full-certificate .flex-control-nav {
	z-index: 10;
	bottom: -93px;
	line-height: 0
}

.full-certificate .flex-control-nav a {
	background-color: #bfbfbf
}

.full-certificate .flex-control-nav .flex-active {
	background-color: #d93f3d
}

.full-certificate .flex-direction-nav {
	position: absolute;
	width: 100%;
	bottom: -93px
}

.full-certificate .flex-direction-nav a {
	position: absolute;
	bottom: 0;
	z-index: 20;
	width: 58px;
	height: 27px;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	font-size: 0
}

.full-certificate .flex-direction-nav .flex-prev {
	left: 0;
	background-image: url(../image/certprev.png)
}

.full-certificate .flex-direction-nav .flex-prev:hover {
	background-image: url(../image/certprevac.png)
}

.full-certificate .flex-direction-nav .flex-next {
	right: 0;
	background-image: url(../image/certnext.png)
}

.full-certificate .flex-direction-nav .flex-next:hover {
	background-image: url(../image/certnextac.png)
}

.full-certificate .slide-ctrl {
	position: absolute;
	bottom: -93px;
	z-index: 20;
	width: 58px;
	height: 27px;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	font-size: 0
}

.full-certificate .slide-prev {
	left: 0;
	background-image: url(../image/certprev.png)
}

.full-certificate .slide-prev:hover {
	background-image: url(../image/certprevac.png)
}

.full-certificate .slide-next {
	right: 0;
	background-image: url(../image/certnext.png)
}

.full-certificate .slide-next:hover {
	background-image: url(../image/certnextac.png)
}

.full-certificate .certificate-reslider {
	overflow: hidden
}

.full-certificate .certificate-reslider ul {
	width: 100%;
	white-space: nowrap;
	font-size: 0
}

.full-certificate .certificate-reslider .center {
	overflow: hidden
}

.full-certificate .certificate-reslider .center img {
	-webkit-transition: all ease .7s;
	-o-transition: all ease .7s;
	-moz-transition: all ease .7s;
	transition: all ease .7s;
	max-width: 90%
}

.full-certificate .certificate-reslider .center:hover img {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02)
}

.full-certificate .certificate-reslider li {
	width: 20%;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1
}

.full-certificate-article {
	padding: 75px 0;
	background-color: #f2f2f2
}

.full-certificate-article .info {
	float: left;
	padding-top: 2.875%
}

.full-certificate-article .cert-ico {
	margin-bottom: 23px;
	height: 78px
}

.full-certificate-article .cert-ico img {
	vertical-align: top;
	width: 78px
}

.full-certificate-article .certificate {
	float: right;
	width: 46.875%;
	padding-right: 6.25%
}

.full-certificate-article .certificate img {
	display: block;
	width: 100%
}
.about-us-intro .iabout-us .intro{padding:1% 27% 2% 0;}


.about-field .main-business {
	margin:0 auto 5%
}

.about-field .main-business .business-item {
	margin-left: -1px
}

.about-field .main-business h2 {
	padding:4% 0 3%; 
}

.about-field .main-business h2 a {
	font-size:30px;
	line-height: 36px; font-weight:normal
}

.about-field .main-business .inner {
	margin: 0;
	padding:5% 5% 6%;
	border: 1px solid #e5e5e5; text-align:center
}

.about-field .main-business .sub {
	border: 0;
	padding-bottom: 0
}

.about-field .main-business .sub a {
	background: 0 0;
	padding-left: 0;
	line-height: 32px
}

.about-field .field-text {
	font-size: 16px;
	line-height: 30px;
	padding: 51px 0 64px
}

.about-field .field-text .bred {
	font-weight: 700;
	color: #d93f3d
}

.our-server {
	position: relative
}

.our-server .bg {
	overflow: hidden
}

.our-server .bg img {
	position: relative;
	left: 50%;
	margin-left: -960px;
	display: block;
	height: 640px
}

.our-server .server-inner {
	position: absolute;
	left: 50%;
	top: 76px;
	margin-left: -800px
}

.our-server .server-inner .server-desc {
	padding-top: 30px;
	font-size:17px;
	line-height: 40px;
	color: #fff
}

.our-server .server-inner .server-desc .text {
	font-size:20px
}

.our-server .m-key-list {
	position: absolute;
	left: 0;
	bottom: 89px;
	z-index: 3
}

.our-partner {
	padding: 62px 0 84px
}

.our-partner .partner-title .m-about-title {
	float: left
}

.our-partner .partner-title .m-line-more {
	float: right
}

.our-partner .partner-wrapper {
	padding-top: 35px
}

.our-partner .partner-wrapper img {
	display: block;
	width: 100%
}

.m-diff-text {
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #333
}

.m-center-img {
	text-align: center
}

.m-center-img img {
	max-width: 100%;
	vertical-align: top
}

.diff-head {
	position: relative;
	padding: 34px 0 66px;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	border-bottom: 1px solid #d9d9d9
}

.diff-head h1 {
	margin-bottom: 12px;
	font-size: 36px;
	line-height: 48px;
	color: #333;
	font-weight: 700
}

.diff-head .line {
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 3;
	width: 206px;
	height: 2px;
	background-color: #d93f3d;
	margin-left: -103px
}

.full-diff-text {
	padding: 65px 0 0
}

.full-diff-text .m-diff-text {
	padding: 24px 0 72px
}

.full-ablum .item {
	float: left;
	width: 33.3333%
}

.full-ablum img {
	display: block;
	width: 100%
}

.adv-supplier {
	padding: 77px 0 66px
}

.adv-supplier .m-diff-text {
	padding: 26px 0 39px
}

.adv-supplier .supplier-image img {
	display: block;
	width: 100%
}

.full-adv-case {
	position: relative
}

.full-adv-case .case-ditt-content {
	position: absolute;
	top: 76px;
	left: 0;
	width: 100%;
	color: #fff
}

.full-adv-case img {
	display: block;
	width: 100%
}

.full-adv-case .m-diff-title {
	color: #fff
}

.full-adv-case .m-diff-text {
	color: #fff;
	padding: 25px 0 0
}

.diff-server {
	padding: 73px 0 80px
}

.diff-server .m-diff-text {
	padding: 25px 0 45px
}

.full-seo-article {
	padding: 59px 0 119px;
	background-color: #f2f2f2
}

.full-seo-article .m-diff-text {
	padding: 25px 0 60px
}

.full-worthy-intro {
	padding: 59px 0 0
}

.full-worthy-intro .m-diff-text {
	padding: 25px 0 57px
}

.history-more {
	margin-top: 0
}

.history-wapper {
	position: relative;
	width: 1400px;
	margin: 0 auto 55px;
	overflow: hidden
}

.history-wapper .history {
	padding-bottom: 60px
}

.history-wapper .botline {
	position: absolute;
	bottom: 0;
	right: 698px;
	width: 2px;
	height: 60px;
	background-color: #d9d9d9
}

.history-wapper .chl-title {
	padding: 13px 0 64px;
	text-align: center;
	font-size: 72px;
	line-height: 76px;
	color: #333;
	text-transform: uppercase
}

.history-wapper .item {
	display: none;
	position: relative;
	border-bottom: 1px solid #e6e6e6
}

.history-wapper .item .year {
	position: absolute;
	left: 25%;
	top: 46px;
	font-size: 55px;
	line-height: 88px;
	color: #d93f3d;
	margin-left: -2em
}

.history-wapper .item .year .line {
	display: block;
	width: 56px;
	height: 3px;
	background-color: #d93f3d
}

.history-wapper .dot {
	position: absolute;
	right: 692px;
	top: 68px;
	width: 15px;
	height: 15px;
	background: url(../image/historydot.png) no-repeat center
}

.history-wapper .list {
	float: right;
	width: 642px;
	font-size: 16px;
	line-height: 30px;
	padding: 60px 0 28px 56px;
	border-left: 2px solid #d9d9d9
}

.history-wapper .list li {
	padding-bottom: 30px
}

.history-wapper .list h4 {
	font-size: 18px;
	font-weight: 700
}

.response-wrapper {
	position: relative
}

.range .handle {
	display: block;
	top: 0;
	width: 90px;
	height: 44px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	outline: 0;
	background-repeat: no-repeat;
	background-image: url(../image/movehandler2.png);
	background-position: center
}

.m-move-handle {
	display: none;
	padding-bottom: 38px;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 280px;
	margin-left: -140px;
	z-index: 3
}

.m-move-handle .site-range {
	width: 280px;
	height: 6px;
	-webkit-box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.2);
	box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.2);
	*background-color: #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.move2 .handle {
	width: 140px
}

.move3 .handle {
	width: 93.33333px
}

.move4 .handle {
	width: 70px
}

.move5 .handle {
	width: 56px
}

.move6 .handle {
	width: 46.66667px
}

.move7 .handle {
	width: 40px
}

.move6 .handle {
	width: 46.66667px
}

.move8 .handle {
	width: 35px
}

.move9 .handle {
	width: 31.11111px
}

.move10 .handle {
	width: 28px
}

.full-case-detail {
	padding: 24px 0 80px;
	background-color: #eaeaea
}

.full-case-detail .case-head {
	margin-bottom: 10px;
	background-color: #fff;
	display: table;
	width: 100%
}

.full-case-detail .info {
	display: table-cell;
	vertical-align: top;
	width: 53.75%;
	padding: 3.125%
}

.full-case-detail .info .img {
	float: left;
	margin-right: 50px;
	max-width: 230px
}

.full-case-detail .info .img img {
	display: block;
	max-width: 100%
}

.full-case-detail .info .content {
	overflow: hidden
}

.full-case-detail .info .content .desc {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
	color: #666
}

.full-case-detail .info .content .view {
	display: block;
	width: 120px;
	height: 36px;
	text-align: center;
	border: solid 1px #ccc;
	font-size: 15px;
	line-height: 36px;
	color: #666;
	-webkit-transition: all ease .2s;
	-o-transition: all ease .2s;
	-moz-transition: all ease .2s;
	transition: all ease .2s
}

.full-case-detail .info .content .view:hover {
	border-color: #d90000;
	color: #d90000
}

.full-case-detail .u-cshd-title {
	padding: 10px 0 23px
}

.full-case-detail .u-cshd-title .en {
	font-size: 24px;
	line-height: 28px;
	color: #aaa;
	font-weight: 700;
	font-family: DINCond-Bold
}

.full-case-detail .u-cshd-title .cn {
	margin-bottom: 12px;
	font-size: 24px;
	line-height: 34px;
	color: #333
}

.full-case-detail .u-cshd-title .line {
	display: block;
	width: 20px;
	height: 2px;
	background-color: #ccc
}

.full-case-detail .server {
	display: table-cell;
	vertical-align: top;
	width: 46.25%;
	padding: 3.125% 5.625%;
	background-color: #f5f5f5;
	font-size: 15px;
	line-height: 40px;
	color: #666
}

.full-case-detail .server .dot {
	padding-left: 16px;
	background: url(../image/dot.png) no-repeat 0 center
}

.full-case-detail .app-features {
	line-height: 24px
}

.full-case-detail .case-body {
	padding: 50px;
	background-color: #fff;
	font-size: 16px;
	line-height: 30px
}

.full-case-detail .case-body .view {
	text-align: center;
	max-width: 1180px;
	margin: 0 auto
}

.full-case-detail .case-body img {
	margin-top: 1em;
	vertical-align: top;
	max-width: 100%
}

.full-case-detail .case-body .casebtn {
	padding: 47px 0 66px;
	text-align: center
}

.full-case-detail .case-body .casebtn a {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 140px;
	margin: 0 3px;
	font-size: 16px;
	line-height: 35px;
	border: solid 1px #ccc;
	-webkit-transition: all ease .2s;
	-o-transition: all ease .2s;
	-moz-transition: all ease .2s;
	transition: all ease .2s;
	color: #666
}

.full-case-detail .case-body .casebtn a:hover {
	border-color: #d90000;
	color: #d90000
}

.full-case-detail .case-body .col-3 {
	float: left;
	width: 25%;
	line-height: 36px
}

.full-case-detail .case-body .lh {
	line-height: 36px
}

.moblie-case-slider {
	position: relative;
	margin-top: -27.53333%;
	padding: 0 293px 176px
}

.moblie-case-slider .case-bxslider-wrapper {
	width: 300px;
	height: 477px;
	padding-top: 49px;
	background-color: #fff
}

.moblie-case-slider .case-bxslider-wrapper li {
	width: 20000%;
	float: left;
	height: 100%;
	overflow: hidden
}

.moblie-case-slider .case-bxslider-wrapper img {
	width: 100%
}

.moblie-case-slider .case-bxslider-wrapper .wxcase-bxslider {
	height: 477px;
	overflow: hidden
}

.moblie-case-slider .bx-pager {
	display: none
}

.moblie-case-slider .bx-wrapper .bx-controls-direction a {
	width: 68px;
	height: 68px;
	top: auto;
	bottom: 0;
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	background-position: center
}

.moblie-case-slider .bx-wrapper .bx-controls-direction .bx-prev {
	left: -115px;
	background-image: url(../image/imcaseprev.png)
}

.moblie-case-slider .bx-wrapper .bx-controls-direction .bx-prev:hover {
	border-color: #d90000;
	background-image: url(../image/imcaseprevac.png)
}

.moblie-case-slider .bx-wrapper .bx-controls-direction .bx-next {
	right: -115px;
	background-image: url(../image/imcasenext.png)
}

.moblie-case-slider .bx-wrapper .bx-controls-direction .bx-next:hover {
	border-color: #d90000;
	background-image: url(../image/imcasenextac.png)
}

.moblie-case-slider .casebg {
	position: absolute;
	left: 280px;
	top: -16px;
	z-index: 20;
	width: 349px;
	height: 683px;
	background: url(../image/mcasebg.png) no-repeat 0 0
}

.mcase-right-info {
	position: relative
}

.mcase-right-info .mcase {
	position: absolute;
	right: 0;
	bottom: 123px
}

.mcase-right-info .qrcode {
	float: left
}

.mcase-right-info .qrcode img {
	display: block;
	width: 127px;
	height: 127px
}

.mcase-right-info .mcase-more {
	float: left;
	display: block;
	width: 125px;
	height: 61px;
	margin-left: 38px;
	padding-top: 64px;
	border: 1px solid #dcdcdc;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	color: #666;
	background: url(../image/mcasedots.png) no-repeat center 37px;
	-webkit-transition: all ease .2s;
	-o-transition: all ease .2s;
	-moz-transition: all ease .2s;
	transition: all ease .2s
}

.mcase-right-info .mcase-more:hover {
	color: #d90000;
	border-color: #d90000;
	background-image: url(../image/mcasedotsac.png)
}

.app-inside-soutions {
	padding: 0 0 8.125%;
	margin-top: -32px
}

.app-inside-soutions .item a {
	padding-top: 60px
}

.u-ue-title {
	font-size: 36px;
	line-height: 72px;
	color: #333;
	text-align: center
}

.app-singlepage {
	padding-top: 60px;
	padding-bottom: 88px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #333;
	border-bottom: 1px solid #d9d9d9
}

.app-singlepage img {
	vertical-align: top;
	max-width: 100%
}

.app-singlepage .lh48 {
	line-height: 48px
}

.app-singlepage .span {
	font-size: 20px;
	line-height: 50px
}

.app-singlepage .sub-title {
	font-size: 24px;
	line-height: 48px
}

.ue-list {
	padding-top: 90px
}

.ue-list li {
	position: relative;
	margin-bottom: 6.78571%
}

.ue-list .ue-rimg {
	padding-left: 50%
}

.ue-list .ue-rimg .info {
	left: 0
}

.ue-list .ue-rimg .middle {
	padding-right: 6.78571%
}

.ue-list .ue-limg {
	padding-right: 50%
}

.ue-list .ue-limg .info {
	right: 0
}

.ue-list .ue-limg .middle {
	padding-left: 6.78571%
}

.ue-list .info {
	position: absolute;
	top: 0;
	z-index: 3;
	height: 100%;
	width: 50%;
	font-size: 0
}

.ue-list .info .hack {
	display: inline-block;
	*display: inline-block;
	*zoom: 1;
	vertical-align: middle;
	width: 0;
	height: 100%
}

.ue-list .info .middle {
	display: inline-block;
	*display: inline-block;
	*zoom: 1;
	vertical-align: middle;
	font-size: 16px;
	line-height: 30px;
	text-align: left
}

.ue-list .info h3 {
	font-size: 36px;
	line-height: 72px
}

.m-page-partner {
	padding: 48px 0 92px;
	overflow: hidden
}

.m-page-partner .u-ue-title {
	margin-bottom: 53px
}

.m-page-partner ul {
	margin: 0 -5px
}

.m-page-partner li {
	float: left;
	width: 12.5%;
	text-align: center;
	margin-bottom: 10px
}

.m-page-partner li div {
	padding: 0 5px
}

.m-page-partner img {
	vertical-align: top;
	max-width: 100%
}

.noborder {
	border: 0;
	padding-bottom: 82px
}

.m-idico-wrapper {
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	color: #666;
	padding-bottom: 42px
}

.m-idico-wrapper .idico-list {
	margin: 0 -95px
}

.m-idico-wrapper .idico-item {
	float: left;
	width: 33.3333%
}

.m-idico-wrapper .inner {
	position: relative;
	padding: 0 95px
}

.m-idico-wrapper .id {
	position: absolute;
	right: 95px;
	top: 0;
	font-size: 100px;
	line-height: 1;
	color: #f2f2f2;
	font-weight: 700
}

.m-idico-wrapper .ico {
	margin-bottom: 20px;
	width: 80px;
	height: 80px;
	line-height: 80px
}

.m-idico-wrapper .ico img {
	vertical-align: middle
}

.m-idico-wrapper h3 {
	margin-bottom: 21px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #333
}

.m-idico-wrapper .sub {
	height: 227px;
	border-bottom: 1px solid #ccc
}

.text-center {
	text-align: center
}

.native-app-desc {
	padding: 49px 0 0;
	border-bottom: 1px solid #ccc
}

.m-diff-content {
	display: table;
	width: 90%;
	margin: 0 auto;
	padding: 38px 0 70px;
	table-layout: fixed
}

.m-diff-content .ico-txt {
	color: #d93f3d
}

.m-diff-content .ico-txt img {
	vertical-align: baseline
}

.m-diff-content .ico-txt span {
	padding: 0 7px;
	font-size: 24px;
	line-height: 30px
}

.m-diff-content .item {
	width: 50%;
	display: table-cell;
	vertical-align: top;
	padding: 0 55px
}

.m-diff-content .item img {
	max-width: 100%
}

.m-diff-content .text-left {
	text-align: left
}

.m-diff-content .text-right {
	text-align: right;
	border-right: 1px solid #ccc
}

.rn-web-topdesc {
	padding-bottom: 25px;
	border: 0
}

.rn-web-bottom {
	border: 0;
	padding: 47px 0 19px
}

.app-icodesc {
	-webkit-text-emphasis: center;
	text-emphasis: center
}

.app-icodesc ul {
	padding: 26px 30px 100px
}

.app-icodesc .ico {
	margin-bottom: 10px;
	height: 60px;
	line-height: 60px
}

.app-icodesc .ico img {
	vertical-align: middle
}

.app-icodesc li {
	float: left;
	width: 20%
}

.full-foot-needs {
	width: 100%;
	padding: 45px 0 50px;
	background-color: #ededed
}

.full-foot-needs .notes {
	font-size: 16px;
	line-height: 24px;
	color: #999
}

.needs-form-wrapper {
	padding-bottom: 35px;
	border-bottom: 1px solid #d9d9d9
}

.needs-form-wrapper .title {
	margin-bottom: 23px;
	font-size: 36px;
	line-height: 46px
}

.needs-form {
	padding-bottom: 12px
}

.needs-form label {
	display: block;
	background-color: #fff;
	width: 400px;
	float: left;
	padding: 22px 0 22px 20px;
	margin-right: 11px
}

.needs-form input {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 16px;
	height: 16px;
	background: 0 0;
	color: #999
}

.needs-form .msg {
	width: 510px
}

.needs-form .sub {
	width: 197px;
	margin-right: 0;
	background-color: #333;
	background-repeat: no-repeat;
	text-align: center;
	padding-left: 0
}

.needs-form .sub input {
	color: #fff;
	cursor: pointer;
	padding: 0
}

.foot-contact {
	padding-top: 34px
}

.foot-contact .title {
	float: left;
	font-size: 36px;
	line-height: 58px;
	font-weight: 700;
	color: #1a1a1a;
	padding: 0 28px 0 78px;
	background-repeat: no-repeat;
	background-position: 0 center
}

.foot-contact .lines {
	float: left
}

.foot-contact .lines .title {
	background-image: url(../image/fttel.png)
}

.foot-contact .lines .info {
	overflow: hidden;
	padding-top: 4px;
	font-size: 16px;
	line-height: 26px;
	color: #1a1a1a
}

.foot-contact .lines .info a {
	font-weight: 700;
	color: #d90000
}

.foot-contact .needs {
	float: right
}

.foot-contact .needs .title {
	background-image: url(../image/ftneeds.png)
}

.foot-contact .needs .info {
	float: left;
	padding-top: 4px;
	font-size: 16px;
	line-height: 26px;
	color: #1a1a1a
}

.foot-contact .needs .editbtn {
	float: left;
	width: 140px;
	height: 45px;
	margin: 6px 0 0 40px;
	font-size: 18px;
	line-height: 45px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	background-color: #d90000
}

.footer-content {
	padding: 36px 0 0;
	background-color: #333;
	color: #777;
	font-size: 16px;
	line-height: 24px
}

.footer-content a {
	color: #777
}

.footer-content a:hover {
	color: #fff
}

.footer-content .szweb-info {
	float: left;
	width: 266px;
	padding: 0 111px 24px 0;
	color: #cccc
}

.footer-content .szweb-info a {
	color: #cccc
}

.footer-content .szweb-info .motto {
	padding: 24px 0 18px;
	font-size: 17px;
	line-height: 28px
}

.footer-content .szweb-info .ft-qrcode {
	padding-bottom: 17px
}

.foot-about {
	padding-bottom: 43px;
	font-size: 14px;
	line-height: 26px;
	color: #666
}

.foot-about .about-left {
	float: left;
	width: 28.125%
}

.foot-about .adv-mid {
	float: left;
	width: 28.125%;
	margin-left: 7.8125%
}

.foot-about .adv-mid .left {
	float: left
}

.foot-about .adv-mid .right {
	float: right
}

.foot-about .diff-right {
	float: right;
	width: 28.125%
}

.ftcontent-right {
	float: right;
	width: 1222px
}

.u-qk-title {
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 19px;
	color: #666;
	line-height: 46px;
	border-bottom: 1px solid #666
}

.u-qk-title h4 {
	font-size: 22px;
	color: #ccc
}

.u-qk-title .more {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 24px;
	width: 46px;
	height: 46px;
	text-align: right
}

.quick-links {
	padding-bottom: 35px
}

.quick-links .item {
	float: left;
	width: 257px;
	padding-right: 117px;
	overflow: hidden;
	font-size: 14px
}

.quick-links .item a {
	display: block
}

.quick-links .business {
	width: 309px
}

.quick-links .business-links .left {
	float: left
}

.quick-links .business-links .right {
	float: right
}

.quick-links .aboutus {
	width: 417px;
	padding-right: 0
}

.quick-links .aboutus a {
	display: inline
}

.quick-links .aboutus .cognition {
	display: none
}

.quick-links .aboutus .u-qk-title span {
	cursor: pointer
}

.quick-links .aboutus .u-qk-title .noac {
	color: #666
}

.friend-links {
	padding-bottom: 25px
}

.friend-links h6 {
	padding-bottom: 9px;
	font-size: 16px;
	line-height: 26px;
	color: #ccc
}

.friend-links .link-list a {
	font-size: 14px;
	margin-right: 15px
}

.full-foot-bottom {
	padding: 11px 0;
	background-color: #333;
	color: #666;
	font-size: 16px;
	line-height: 32px;
	border-top: 1px solid #4d4d4d
}

.full-foot-bottom a {
	color: #666
}

.full-foot-bottom .copright {
	float: left;
	font-size: 14px
}

.full-foot-bottom .follow-us {
	float: right
}

.full-foot-bottom .follow-us a {
	display: block;
	float: left;
	width: 31px;
	height: 31px;
	padding: 0;
	margin: 0 0 0 15px;
	background-position: center;
	background-repeat: no-repeat
}

.full-foot-bottom .follow-us .sina {
	background-image: url(../image/ftshare_01.png)
}

.full-foot-bottom .follow-us .qq {
	background-image: url(../image/ftshare_03.png)
}

.full-foot-bottom .follow-us .wx {
	background-image: url(../image/ftshare_05.png)
}

.show {
	display: block!important
}

.sidebar {
	/*display: none;*/
	display: block !important;
	opacity: 1;
	position: fixed;
	bottom: 20%;
	right: 0;
	z-index: 999;
	width: 55px;
	background: url(../image/sidebarbg.png) no-repeat 0 0
}

.sidebar a {
	position: relative;
	display: block;
	width: 55px;
	height: 22px;
	margin: 0;
	padding-top: 48px;
	text-align: center
}

.sidebar a i {
	display: block;
	font-style: normal;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	text-align: center
}

.sidebar a span {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	height: 45px;
	padding-left: 50px;
	color: #fff;
	line-height: 45px;
	font-size: 14px;
	background-color: #262626;
	background-repeat: no-repeat;
	background-image: url(../image/icon2.png)
}

.sidebar .qq {
	background: url(../image/sideqq.png) no-repeat center 16px
}

.sidebar .qq span {
	background-position: -360px -186px;
	width: 90px
}

.sidebar .tel {
	background: url(../image/sidetel.png) no-repeat center 18px
}

.sidebar .tel span {
	top: 12px;
	width: 120px;
	height: 56px;
	line-height: 56px;
	background-position: -362px -226px
}

.sidebar .edit {
	background: url(../image/sideedit.png) no-repeat center 21px
}

.sidebar .edit span {
	width: 120px;
	background-position: -362px -275px
}

.sidebar .price {
	background: url(../image/sideprice.png) no-repeat center 14px
}

.sidebar .wechat {
	background: url(../image/sidewechat.png) no-repeat center 19px;
	margin-bottom: 6px
}

.sidebar .wechat span {
	top: 15px;
	background: #fff;
	right: 65px;
	padding: 0;
	width: 160px;
	height: 160px;
	padding: 8px;
	border: 1px solid #ccc
}

.sidebar .wechat span img {
	display: block;
	width: 100%;
	height: auto
}

.sidebar .hometop {
	padding-top: 0;
	height: 54px;
	background: url(../image/sidetop.png) no-repeat center
}

.full-case-crumbs {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 42px;
	padding: 14px 0;
	background-color: #fff
}

.full-case-crumbs.crumbs-fff {
	background-color: #fff
}

.full-case-crumbs .crumbs {
	float: left;
	background: url(../image/dingwei1.png) no-repeat left center; padding-left:30px;
}

.full-case-crumbs .crumbs a,.full-case-crumbs .crumbs i,.full-case-crumbs .crumbs span {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	font-size: 16px;
	line-height: 42px
}

.full-case-crumbs .crumbs a:hover {
	color: #d90000
}

.full-case-crumbs .crumbs i {
	font-family: consolas;
	font-style: normal
}

.full-case-crumbs .crumbs span {
	color: #555
}

.web_bghui{ background:#f2f2f2}

.full-case-crumbs .other-channel {
	position: relative;
	float: right;
	z-index: 10;
	width:auto;
	font-size: 16px;
	line-height: 42px;
	color: #666
}
.web_bghui .other-channel{ width:310px;}
.full-case-crumbs .other-channel li{
 margin-right:30px;
}
.full-case-crumbs .other-channel li.cur a,.full-case-crumbs .other-channel li a:hover{ color:#d90000}
.full-case-crumbs .other-channel .active a{
  color: #e50012;
}
.full-case-crumbs .other-channel .channel-title {
	background-color: #fff;
	padding-left: 28px;
	background: #fff url(../image/otherarr.png) no-repeat 270px center;
	cursor: pointer
}

.full-case-crumbs .other-channel .channel-dropdown {
	display: none;
	position: absolute;
	left: 0;
	top: 42px;
	width: 100%;
	padding-bottom: 18px;
	border: 1px solid #d2d2d2;
	background-color: #fff;
	max-height: 462px;
	overflow-y: auto
}

.full-case-crumbs .other-channel .channel-dropdown a {
	display: block;
	padding-left: 28px
}

.full-case-crumbs .other-channel .channel-dropdown a:hover {
	background-color: #d80000;
	color: #fff
}

.full-case-crumbs .edit {
	float: right;
	width: 15%;
	height: 42px;
	text-align: center;
	background-color: #fff
}

.full-case-crumbs .edit span {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	font-size: 16px;
	line-height: 42px;
	color: #d90000;
	padding-left: 44px;
	background: url(../image/editbkac.png) no-repeat 0 44.9%
}

.g-news-detail {
	padding-bottom: 88px;
	background-color: #f2f2f2
}

.g-news-detail .inside-nav a {
	border-bottom-color: #f2f2f2
}

.g-news-detail .inside-nav a:hover {
	border-bottom-color: #d90000
}

.g-news-detail .detail-container {
	padding-top: 60px;
	max-width: 1200px;
	margin: 0 auto
}

.g-news-detail .case-news-article {
	float: left;
	width: 800px;
	padding: 40px 60px 0;
	margin: 0;
	background-color: #fff;
	min-height: 800px
}

.g-news-detail .case-news-article .share {
	position: static;
	float: right
}

.g-news-detail .detail-sidebar {
	float: right;
	width: 270px
}

.g-news-detail .qrcode-wrapper {
	margin-bottom: 10px;
	padding: 32px 0 38px;
	background-color: #fff;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #666
}

.g-news-detail .qrcode-wrapper .label {
	padding: 10px 0 7px
}

.g-news-detail .qrcode-wrapper img {
	vertical-align: middle
}

.g-news-detail .hot-tags {
	margin-bottom: 10px;
	background-color: #fff
}

.g-news-detail .hot-tags .title {
	padding-left: 20px;
	font-size: 18px;
	line-height: 52px;
	color: #333;
	border-bottom: 1px solid #d9d9d9
}

.g-news-detail .hot-tags ul {
	min-height: 68px;
	padding: 16px 12px 28px 20px
}

.g-news-detail .hot-tags ul li {
	float: left;
	width: 70px;
	margin: 0 8px 8px 0;
	height: 26px
}

.g-news-detail .hot-tags ul a {
	display: block;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	background-color: #f2f2f2;
	text-align: center;
	font-size: 14px;
	line-height: 26px;
	color: #333
}

.g-news-detail .page-ctrl {
	padding: 22px 26px 19px 18px;
	background-color: #fff
}

.g-news-detail .page-ctrl .label {
	position: relative;
	margin-bottom: 12px;
	padding-left: 29px;
	background-position: 0 center;
	background-repeat: no-repeat;
	font-size: 18px;
	line-height: 30px;
	color: #333
}

.g-news-detail .page-ctrl .label span {
	position: absolute;
	right: 0;
	top: 50%;
	padding-left: 5px;
	color: #ddd;
	font-size: 0;
	width: 130px;
	height: 1px;
	background-color: #ccc
}

.g-news-detail .page-ctrl .prev {
	background-image: url(../image/newsprev.png)
}

.g-news-detail .page-ctrl .next {
	background-image: url(../image/newsnext.png)
}

.g-news-detail .page-ctrl .item {
	margin-bottom: 25px
}

.g-news-detail .page-ctrl a {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #666;
	max-height: 72px;
	line-height: 24px;
	display: -webkit-box;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3
}

.g-news-detail .page-ctrl a:hover {
	color: #d9000d
}

.g-news-detail .page-ctrl .date {
	display: block
}

#page {
	text-align: center;
	padding: 50px 0 80px
}

#page span {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 37px;
	height: 37px;
	text-align: center;
	line-height: 37px;
	margin: 0 5px;
	padding: 0;
	color: #636363;
	font-size: 14px;
	font-weight: 400
}

#page .laypage_curr {
	color: #fff;
	background-color: #d90000!important;
	border-color: #d90000
}

#page a {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 37px;
	height: 37px;
	text-align: center;
	line-height: 37px;
	margin: 0 5px;
	padding: 0;
	color: #636363;
	font-size: 14px;
	font-weight: 400;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff
}

#page a:hover {
	color: #fff;
	background-color: #d90000;
	border-color: #d90000
}

#page .laypage_next,#page .laypage_prev {
	width: 65px
}

.iwelconme-popup {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 90;
	width: 550px;
	height: 300px;
	margin: -150px 0 0 -225px;
	background: url(../image/iwelbg.png) no-repeat 0 0;
	-webkit-transition: all ease 1s;
	-o-transition: all ease 1s;
	-moz-transition: all ease 1s;
	transition: all ease 1s;
	-webkit-transform: translate(0,60%);
	-moz-transform: translate(0,60%);
	-ms-transform: translate(0,60%);
	-o-transform: translate(0,60%);
	transform: translate(0,60%);
	opacity: 0
}

.iwelconme-popup.animatepop {
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	opacity: 1
}

.iwelconme-popup.animatepop .content h4,.iwelconme-popup.animatepop .content h3 {
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0)
}

.iwelconme-popup.animatepop .iwel-buttons {
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0)
}

.iwelconme-popup .close {
	position: absolute;
	top: 0;
	right: -48px;
	width: 48px;
	height: 48px;
	background: url(../image/iwelcancel.png) no-repeat 0 0
}

.iwelconme-popup .content {
	width: 450px;
	margin: 0 auto;
	padding: 47px 0 0
}

.iwelconme-popup .content h4 {
	margin-bottom: 8px;
	font-size: 18px;
	line-height: 30px;
	color: #ffd7d7;
	-webkit-transition: all ease 1s .2s;
	-o-transition: all ease 1s .2s;
	-moz-transition: all ease 1s .2s;
	transition: all ease 1s .2s;
	-webkit-transform: translate(0,100%);
	-moz-transform: translate(0,100%);
	-ms-transform: translate(0,100%);
	-o-transform: translate(0,100%);
	transform: translate(0,100%)
}

.iwelconme-popup .content h3 {
	margin-bottom: 15px;
	font-size: 40px;
	line-height: 60px;
	font-weight: 700;
	color: #fff;
	-webkit-transition: all ease 1s .4s;
	-o-transition: all ease 1s .4s;
	-moz-transition: all ease 1s .4s;
	transition: all ease 1s .4s;
	-webkit-transform: translate(0,100%);
	-moz-transform: translate(0,100%);
	-ms-transform: translate(0,100%);
	-o-transform: translate(0,100%);
	transform: translate(0,100%)
}

.iwelconme-popup .iwel-buttons {
	width: 400px;
	margin: 0 auto;
	-webkit-transition: all ease 1s .6s;
	-o-transition: all ease 1s .6s;
	-moz-transition: all ease 1s .6s;
	transition: all ease 1s .6s;
	-webkit-transform: translate(0,100%);
	-moz-transform: translate(0,100%);
	-ms-transform: translate(0,100%);
	-o-transform: translate(0,100%);
	transform: translate(0,100%)
}

.iwelconme-popup .iwel-buttons a {
	display: block;
	width: 171px;
	height: 51px;
	border: 2px solid #d54d58;
	font-size: 18px;
	line-height: 51px;
	color: #fff;
	background-repeat: no-repeat
}

.iwelconme-popup .iwel-buttons a:hover {
	border-color: #de4952;
	background-color: #de4952
}

.iwelconme-popup .iwel-buttons .server {
	float: left;
	padding-left: 66px;
	width: 105px;
	background-image: url(../image/iweltel.png);
	background-position: 25px 10px
}

.iwelconme-popup .iwel-buttons .edit {
	float: right;
	padding-left: 81px;
	width: 90px;
	background-image: url(../image/iweledit.png);
	background-position: 38px 11px
}

.m-web-title {
	font-size: 36px;
	line-height: 50px;
	color: #333;
	text-align: center;
	font-weight: 700
}

.m-web-desc {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	text-align: center
}

.m-full-ban {
	position: relative
}

.m-full-ban img {
	width: 100%
}

.m-halfblock-list {
	padding: 63px 0 78px;
	font-size: 0
}

.m-halfblock-list li {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 50%;
	font-size: 16px;
	line-height: 36px
}

.m-halfblock-list p {
	padding-right: 20%
}

.full-site-article {
	padding-top: 49px
}

.full-site-article .m-web-desc {
	padding: 36px 0 77px
}

.site-server-wrapper {
	padding: 104px 0 24px
}

.site-server-wrapper .m-web-title {
	margin-bottom: 7.5%
}

.server-ico-list ul {
	font-size: 0;
	text-align: center
}

.server-ico-list li {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 20%;
	margin-bottom: 77px;
	font-size: 14px;
	line-height: 20px;
	color: #666
}
.game-list li{
	width: 16.66667%;
}
.game-list li p{
	padding: 0 10px;
}

.server-ico-list .ico {
	margin-bottom: 16px
}

.server-ico-list .ico img {
	width: 50%
}

.server-ico-list h3 {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 30px;
	color: #333
}

.server-ico-list p {
	max-width: 15em;
	margin: 0 auto
}

.b2c-solution {
	padding: 88px 0 91px;
	font-size: 16px;
	line-height: 24px;
	color: #666
}

.b2c-solution .m-web-title {
	margin-bottom: 4.375%
}

.b2c-solution h4 {
	margin-bottom: 14px;
	font-size: 60px;
	line-height: 60px;
	color: #999
}

.b2c-solution h3 {
	margin-bottom: 22px;
	font-size: 24px;
	line-height: 36px;
	color: #1a1a1a
}

.b2c-solution .top-four-list {
	border-left: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9
}

.b2c-solution .top-four-list li {
	float: left;
	width: 25%
}

.b2c-solution .top-four-list .inner {
	padding: 43px 45px 8px;
	border-right: 1px solid #d9d9d9
}

.b2c-solution .top-four-list .inner p {
	display: -webkit-box;
	height: 240px;
	line-height: 24px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10
}
.b2c-solution .trade-three-list li {
    width: 33.33333%;
}


.b2c-solution .last {
	overflow: hidden;
	zoom: 1;
	padding: 41px 65px 42px 45px;
	border: 1px solid #d9d9d9
}

.b2c-solution .last .left {
	float: left;
	margin-right: 163px
}

.b2c-solution .last .text {
	overflow: hidden;
	zoom: 1
}

.b2c-solution .bot-two-list {
	display: table;
	border-collapse: collapse;
	table-layout: fixed
}

.b2c-solution .bot-two-list .quarter {
	width: 25%;
	display: table-cell;
	vertical-align: top;
	border: 1px solid #d9d9d9;
	padding: 43px 45px 8px
}

.b2c-solution .bot-two-list .last {
	width: 75%;
	display: table-cell;
	vertical-align: top
}

.b2c-solution .bot-two-list .last .left {
	margin-right: 112px
}

.full-b2c-server {
	width: 100%;
	background-color: #f2f2f2
}

.white-bg{
	background-color: #FFFFFF;
}

.full-b2c-server .table-middle {
	height: 100%
}

.full-b2c-server .content {
	width: 50%;
	padding: 131px 0 60px;
	font-size: 16px;
	line-height: 30px;
	color: #333
}

.full-b2c-server .content h3 {
	margin-bottom: 45px;
	font-size: 36px;
	line-height: 50px;
	color: #333;
	font-weight: 700
}

.full-b2c-server .thumb {
	float: right;
	width: 50%;
	margin-left: 82px
}
.full-b2c-server .thumb1 {
	float: left;
	width: 50%;
	margin-right: 82px;
	margin-left: 0;
}

.full-b2c-server .thumb img {
	width: 100%
}

.proxy-wrapper {
	padding: 80px 0 92px
}

.proxy-wrapper ul {
	border-top: solid 1px #d9d9d9;
	border-left: solid 1px #d9d9d9
}

.proxy-wrapper li {
	float: left;
	width: 25%;
	font-size: 16px;
	line-height: 24px;
	color: #666
}

.proxy-wrapper h4 {
	margin-bottom: 14px;
	font-size: 60px;
	line-height: 60px;
	color: #999
}

.proxy-wrapper h3 {
	margin-bottom: 17px;
	font-size: 24px;
	line-height: 36px;
	color: #1a1a1a
}

.proxy-wrapper p {
	display: -webkit-box;
	height: 168px;
	line-height: 24px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7
}

.proxy-wrapper .inner {
	padding: 43px 50px 5px;
	border-right: solid 1px #d9d9d9;
	border-bottom: solid 1px #d9d9d9
}

.ipo-proxy-wrapper {
	padding-top: 48px;
	padding-bottom: 113px
}

.ipo-proxy-wrapper .m-web-title {
	margin-bottom: 57px
}

.ipo-proxy-wrapper h3 {
	margin-bottom: 0;
	height: 144px
}

.ipo-proxy-wrapper .inner {
	padding: 43px 50px 11px
}

.ipo-server-wrapper {
	padding: 111px 0 6px
}

.ipo-server-wrapper .m-web-title {
	margin-bottom: 67px
}

.ipo-server-wrapper .server-ico-list li {
	width: 25%;
	margin-bottom: 96px;
	font-size: 16px;
	line-height: 24px;
	color: #333
}

.ipo-server-wrapper .server-ico-list .ico {
	margin-bottom: 29px
}

.ipo-server-wrapper .server-ico-list .ico img {
	width: 36%
}

.ipo-server-wrapper .server-ico-list p {
	max-width: 80%
}

.topic-solution {
	padding:3% 0
}

.topic-solution .m-web-title {
	margin-bottom: 17px
}

.topic-solution .sub-title {
	text-align: center;
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 30px;
	color: #333
}

.topic-solution .topic-list { margin:3% auto 0; background: url(../picture/hz_bg.png) no-repeat center 135px ; }

.topic-solution .topic-list li {
	float: left;
	width: 16.66667%
}

.topic-solution .topic-list8 li {
	float: left;
	width:16.66%; text-align:center
}

.topic-solution .topic-list .inner {

}

.topic-solution .topic-list8 .inner {

}

.topic-solution .topic-list h4 {
	margin-bottom: 20px;
	font-size: 60px;
	line-height: 60px;
	color: #999
}
.topic-solution .topic-list8 h4 {
	font-size:14px; margin:4% auto;
	line-height: 35px; text-align:center; display:block; background:#e92937;
	color: #fff; width:35px; height:35px;-webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

{ background:#f0f3f8; height:1px; width:110px;}

.topic-solution .topic-list h3 {
	font-size: 16px;
	line-height: 24px;
	color: #666;
	display: -webkit-box;
	height: 120px;
	line-height: 24px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5
}
.topic-solution .topic-list h3 {
	font-size:20px;
	color: #000; margin:3% auto 1%; height:auto
}
.topic-solution .topic-list p{ color:#8f8e8e; font-size:14px}
.full-sys-desc .gray-sys-desc {
	background-color: #f2f2f2
}

.full-sys-desc .gray-sys-desc .sys-lists h3 {
	white-space: nowrap;
	font-weight: 400
}

.full-sys-desc .quarter .sys-lists li {
	width: 17%
}

.m-sys-desc {
	padding: 100px 0 105px
}

.m-sys-desc .weblg {
	overflow: hidden;
	zoom: 1
}

.m-sys-desc .sys-info {
	float: left;
	width: 370px;
	margin-right: 20px;
	overflow: hidden;
	zoom: 1;
	font-size: 16px;
	line-height: 24px;
	color: #666
}

.m-sys-desc .sys-info .ico {
	float: left;
	width: 100px;
	margin-right: 25px
}

.m-sys-desc .sys-info .info {
	overflow: hidden;
	zoom: 1
}

.m-sys-desc .sys-info h4 {
	font-size: 60px;
	line-height: 60px;
	color: #ccc
}

.m-sys-desc .sys-info h3 {
	margin-bottom: 19px;
	font-size: 30px;
	line-height: 40px;
	color: #333
}

.m-sys-desc .sys-lists {
	overflow: hidden;
	zoom: 1;
	font-size: 14px;
	line-height: 24px;
	color: #666
}

.m-sys-desc .sys-lists li {
	width: 25%;
	float: left;
	padding-left: 8%
}

.m-sys-desc .sys-lists .pull-left {
	margin-top: 66px;
	width: 12%;
	padding-left: 21%
}

.m-sys-desc .sys-lists .id {
	margin-bottom: 9px;
	font-size: 48px;
	line-height: 48px;
	color: #d90000
}

.m-sys-desc .sys-lists h3 {
	margin-bottom: 12px;
	font-size: 18px;
	line-height: 40px;
	color: #666;
	font-weight: 700
}

.m-feature-list {
	border-top: solid 1px #d9d9d9;
	border-left: solid 1px #d9d9d9
}

.m-feature-list li {
	float: left;
	width: 33.3333%
}

.m-feature-list .inner {
	padding: 73px 55px 62px;
	border-right: solid 1px #d9d9d9;
	border-bottom: solid 1px #d9d9d9
}

.m-feature-list h4 {
	margin-bottom: 14px;
	font-size: 60px;
	line-height: 60px;
	color: #999
}

.m-feature-list h3 {
	margin-bottom: 29px;
	font-size: 24px;
	line-height: 36px;
	color: #1a1a1a
}

.m-feature-list p {
	font-size: 16px;
	color: #666;
	display: -webkit-box;
	height: 120px;
	line-height: 24px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5
}

.shop-feature-top {
	padding: 99px 0 124px
}

.shop-feature-top .m-web-title {
	margin-bottom: 63px
}

.shop-feature-mid {
	position: relative;
	height: 258px;
	padding: 142px 0 100px
}

.shop-feature-mid .feature-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 500px;
	overflow: hidden
}

.shop-feature-mid .feature-img img {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px
}

.shop-feature-mid .weblg {
	position: relative;
	z-index: 5
}

.shop-feature-mid .sys-info {
	width: 466px
}

.shop-feature-mid .sys-info h4 {
	color: #ccc
}

.shop-feature-mid .sys-info h3 {
	color: #dcdcdc
}

.shop-feature-mid .sys-lists {
	font-size: 14px;
	line-height: 24px;
	color: #d5d5d5
}

.shop-feature-mid .sys-lists h3 {
	color: #fff
}

.shop-feature-bot {
	padding: 75px 0 100px
}

.crowd-article-top .sys-info {
	float: none;
	width: 100%;
	font-size: 16px;
	line-height: 28px;
	color: #666
}

.crowd-article-top .left {
	float: left;
	width: 46%
}

.crowd-article-top .right {
	float: right;
	width: 46%
}

.crowd-article-top .m-sys-desc {
	padding: 8.625% 0 6.25%
}

.full-crowd-bot {
	background-color: #f2f2f2
}

.full-crowd-bot {
	padding: 80px 0 56px
}

.full-crowd-bot .sys-lists li {
	float: left;
	width: 42%;
	padding-left: 8%
}

.elec-solution-wrapper {
	padding: 70px 0 104px
}

.elec-solution-wrapper .elec-title {
	text-align: center;
	font-size: 36px;
	line-height: 60px;
	color: #333
}

.elec-solution-wrapper .sub {
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	color: #333
}

.elec-solution-wrapper .line {
	display: block;
	width: 64px;
	height: 1px;
	margin: 36px auto 38px;
	overflow: hidden;
	background-color: #bfbfbf
}

.elec-solution-wrapper .elec {
	margin-bottom: 47px;
	text-align: center;
	font-size: 36px;
	line-height: 48px;
	color: #666
}

.elec-solution-wrapper .elec-featrue li {
	float: left;
	width: 33.3333%;
	background-color: #f2f2f2
}

.elec-solution-wrapper .elec-featrue .ed {
	background-color: #ededed
}

.elec-solution-wrapper .elec-featrue .inner {
	padding: 40px 61px 23px 56px;
	font-size: 16px;
	line-height: 24px;
	color: #666
}

.elec-solution-wrapper .elec-featrue .ico {
	margin-bottom: 17px;
	font-size: 0;
	line-height: 54px
}

.elec-solution-wrapper .elec-featrue .ico img {
	vertical-align: middle
}

.elec-solution-wrapper .elec-featrue h3 {
	margin-bottom: 24px;
	font-size: 24px;
	line-height: 30px;
	color: #333
}

.elec-solution-wrapper .elec-featrue p {
	font-size: 16px;
	line-height: 24px;
	color: #666;
	display: -webkit-box;
	height: 120px;
	line-height: 24px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5
}

.elec-tab {
	padding-bottom: 90px
}

.elec-tab .tabs-title {
	background-color: #e6e6e6
}

.elec-tab .tabs-title li {
	float: left;
	width: 25%
}

.elec-tab .tabs-title li.cur a {
	color: #fff;
	background-color: #d90000
}

.elec-tab .tabs-title a {
	display: block;
	font-size: 16px;
	line-height: 66px;
	color: #000016;
	text-align: center
}

.elec-tab .tabs-title a:hover {
	color: #fff;
	background-color: #d90000
}

.elec-tab .item {
	display: none
}

.elec-tab .item:first-child {
	display: block
}

.elec-tab .func .name {
	font-size: 16px;
	line-height: 50px;
	color: #333;
	font-weight: 700;
	text-align: center;
	background-color: #d9d9d9
}

.elec-tab .func .table {
	font-size: 14px;
	line-height: 24px
}

.elec-tab .func .table .tr {
	margin-bottom: 1px;
	background-color: #f2f2f2;
	padding: 13px 0;
	overflow: hidden;
	zoom: 1
}

.elec-tab .func .table .tr p {
	float: left;
	width: 44%;
	padding: 0 3%
}

.elec-tab .func .table .tr .line {
	position: relative
}

.elec-tab .func .table .tr .line:after {
	content: '';
	position: absolute;
	right: 0;
	top: -13px;
	bottom: -13px;
	width: 1px;
	background-color: #fff
}

.elec-tab .func .table .gray {
	background-color: #ededed
}






.Contact_l{ border-right: solid 1px #dcdcdc; width:40%; float:left; background: url(../picture/Contact1.png) no-repeat; padding:2% 2% 2% 5%
}
.Contact_l h2{ color:#000;}
.Contact_l p{ margin:2% auto}
.Contact_l p .span_add{background: url(../picture/Contact3.png) no-repeat left center; padding-left:3%}
.Contact_l p .span_phone{background: url(../picture/Contact4.png) no-repeat left center; padding-left:3%; padding-right:6%}
.Contact_l p .span_email{background: url(../picture/Contact5.png) no-repeat left center; padding-left:3%}

.Contact_r{ width:47%; float:right; background: url(../picture/Contact2.jpg) no-repeat right center; padding:1.5% 0 1.5% 5%}
.Contact_r p{ font-size:16px; line-height:30px; color:#888}
.Contact_r strong{ font-size:2.8em; line-height:1.6em; color:#d90000; width:100%; overflow:hidden; display:block;}
.Contact_r p.p_lianjie{ margin:1% auto;}
.Contact_r p.p_lianjie a{background: url(../picture/Contact2.png) no-repeat left center; padding-left:4%; font-size:15px; padding-right:5%}
.Contact_map{ width:100%; overflow:hidden; padding:2% 0 3.5%}


.qa-list {
	padding-top: 50px;
	font-size: 16px;
	line-height: 28px
}

.qa-list li {
	margin-bottom: 10px
}

.qa-list h3 {
	position: relative;
	padding: 21px 94px 21px 112px;
	color: #333;
	background-color: #e6e6e6;
	background-image: url(../image/quesico.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer
}

.qa-list h3 .ico {
	position: absolute;
	top: 50%;
	right: 26px;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../image/qadd.png)
}

.qa-list h3.cur .ico {
	background-image: url(../image/qaless.png)
}

.qa-list .answer {
	display: none;
	background-color: #f2f2f2;
	background-image: url(../image/answico.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 28px 94px 45px 112px;
	color: #666
}

.product-crowd-top {
	padding: 129px 0 118px
}

.product-crowd-top .left {
	float: left;
	width: 46%;
	padding: 0
}

.product-crowd-top .left .sys-info {
	width: 100%
}

.product-crowd-top .right {
	float: right;
	width: 49%
}

.product-crowd-top .right img {
	width: 100%
}

.product-crowd-mid {
	background-color: #f2f2f2
}

.product-crowd-mid.quarter .sys-lists li {
	width: 17%
}

.product-crowd-bot .sys-lists li {
	width: 17%;
	padding-left: 22%
}

.wechat-shopcase {
	padding: 85px 0 108px
}

.wechat-shopcase .m-web-title {
	margin-bottom: 53px
}

.wechat-shopcase .shop-case-list {
	border-top: solid 1px #d9d9d9;
	border-left: solid 1px #d9d9d9
}

.wechat-shopcase .shop-case-list li {
	float: left;
	width: 25%;
	font-size: 16px;
	line-height: 24px;
	color: #666
}

.wechat-shopcase .shop-case-list .inner {
	border-right: solid 1px #d9d9d9;
	border-bottom: solid 1px #d9d9d9;
	padding: 50px 45px 46px
}

.wechat-shopcase .shop-case-list .ico {
	margin-bottom: 24px;
	height: 72px;
	line-height: 72px
}

.wechat-shopcase .shop-case-list .ico img {
	vertical-align: middle
}

.wechat-shopcase .shop-case-list h3 {
	margin-bottom: 19px;
	font-size: 24px;
	line-height: 30px;
	color: #1a1a1a;
	display: -webkit-box;
	height: 60px;
	line-height: 30px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.wechat-shopcase .shop-case-list p {
	display: -webkit-box;
	height: 120px;
	line-height: 24px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5
}

.m-ml2-title {
	font-size: 36px;
	line-height: 48px;
	color: #333;
	text-align: center
}

.ban-sys-dev {
	position: absolute;
	left: 0;
	top: 30.14706%;
	width: 100%;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	color: #fff;
	font-weight: 700
}

.platform-five-desc {
	margin-top: 70px;
	margin-bottom: 90px;
	border-left: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	overflow: hidden;
	zoom: 1
}

.platform-five-desc li {
	float: left;
	width: 20%;
	font-size: 16px;
	line-height: 24px;
	color: #666
}

.platform-five-desc .inner {
	padding: 14.375% 11.875% 26px;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9
}

.platform-five-desc .ico {
	margin-bottom: 32px;
	height: 70px;
	line-height: 70px
}

.platform-five-desc .ico img {
	vertical-align: middle
}

.platform-five-desc h3 {
	margin-bottom: 18px;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	color: #1a1a1a
}

.platform-five-desc p {
	display: -webkit-box;
	height: 192px;
	line-height: 24px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8
}

.full-platform-apply {
	padding: 75px 0 77px;
	background-color: #f2f2f2
}

.full-platform-apply .m-web-title {
	margin-bottom: 52px
}

.full-platform-apply ul {
	border-left: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9
}

.full-platform-apply li {
	float: left;
	width: 25%;
	font-size: 16px;
	line-height: 24px;
	color: #666
}

.full-platform-apply .inner {
	padding: 70px 45px 62px;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9
}

.full-platform-apply h4 {
	margin-bottom: 17px;
	font-size: 60px;
	line-height: 60px;
	color: #999
}

.full-platform-apply h3 {
	margin-bottom: 24px;
	font-size: 24px;
	line-height: 30px;
	color: #1a1a1a
}

.full-platform-apply p {
	display: -webkit-box;
	height: 144px;
	line-height: 24px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6
}

.wechat-platform {
	position: relative;
	height: 621px
}

.wechat-platform .full-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 621px;
	overflow: hidden
}

.wechat-platform .full-bg img {
	position: relative;
	left: 50%;
	margin-left: -960px;
	height: 621px;
	max-width: none
}

.wechat-platform .wechat-shop-content {
	overflow: hidden;
	zoom: 1;
	padding-top: 10.625%
}

.wechat-platform .left-msg {
	float: left;
	width: 423px
}

.wechat-platform .left-msg .en {
	margin-bottom: 13px;
	font-size: 72px;
	line-height: 72px;
	color: #46464a;
	font-weight: 700
}

.wechat-platform .left-msg h3 {
	font-size: 30px;
	line-height: 40px;
	color: #dcdcdc
}

.wechat-platform .wcpalt-list {
	padding-top: 9px;
	overflow: hidden;
	zoom: 1
}

.wechat-platform .wcpalt-list li {
	float: left;
	width: 33%;
	padding-left: 15%
}

.wechat-platform .wcpalt-list .id {
	margin-bottom: 9px;
	font-size: 48px;
	line-height: 48px;
	color: #d90000
}

.wechat-platform .wcpalt-list h3 {
	margin-bottom: 13px;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	font-weight: 700
}

.wechat-platform .wcpalt-list p {
	font-size: 14px;
	line-height: 24px;
	color: #d5d5d5
}

.platform-server {
	padding: 93px 0 90px
}

.platform-server .m-ml2-title {
	margin-bottom: 30px
}

.platform-server .cms-desc {
	background-color: #f2f2f2
}

.platform-server .cms-desc .item {
	width: 40%;
	padding: 56px 5% 54px;
	font-size: 16px;
	line-height: 30px
}

.platform-server .cms-desc .left {
	float: left;
	margin-left: -1px;
	border: 1px solid #fff;
	border-bottom: 0
}

.platform-server .cms-desc .right {
	float: right;
	margin-right: -1px
}

.platform-server .cms-desc .ico {
	margin-bottom: 39px;
	height: 87px;
	line-height: 87px
}

.platform-server .cms-desc .ico img {
	vertical-align: middle
}

.platform-server .cms-desc h3 {
	margin-bottom: 35px;
	font-size: 24px;
	line-height: 36px;
	color: #333;
	font-weight: 700
}

.platform-feature {
	padding: 82px 0 46px
}

.platform-feature .m-ml2-title {
	margin-bottom: 96px
}

.m-quarter-icolist,.m-three-icolist {
	overflow: hidden;
	zoom: 1;
	font-size: 0;
	text-align: center
}

.m-quarter-icolist li,.m-three-icolist li {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 25%;
	margin-bottom: 60px;
	font-size: 14px;
	line-height: 20px;
	color: #666
}

.m-quarter-icolist .ico,.m-three-icolist .ico {
	margin-bottom: 16px
}

.m-quarter-icolist .ico img,.m-three-icolist .ico img {
	vertical-align: middle;
	width: 40%
}

.m-quarter-icolist h3,.m-three-icolist h3 {
	margin-bottom: 14px;
	font-size: 18px;
	line-height: 30px;
	color: #333
}

.m-quarter-icolist p,.m-three-icolist p {
	max-width: 16em;
	margin: 0 auto
}

.m-three-icolist li {
	width: 33.3333%
}

.m-three-icolist .ico img {
	width: 30%
}

.mobile-solution-wrapper {
	padding: 82px 0 115px
}

.mobile-solution-wrapper .m-web-title {
	margin-bottom: 53px
}

.mobile-solution-wrapper .msolution-list {
	border-left: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9
}

.mobile-solution-wrapper .item {
	float: left;
	width: 25%;
	font-size: 16px;
	line-height: 24px;
	color: #666
}

.mobile-solution-wrapper .inner {
	padding: 58px 45px 38px;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9
}

.mobile-solution-wrapper .ico {
	line-height: 92px;
	height: 92px
}

.mobile-solution-wrapper .ico img {
	vertical-align: middle
}

.mobile-solution-wrapper h3 {
	margin-bottom: 21px;
	font-size: 24px;
	line-height: 36px;
	color: #1a1a1a
}

.mobile-solution-wrapper .dot-list {
	height: 168px;
	overflow: hidden
}

.mobile-solution-wrapper .dot-list p {
	position: relative;
	padding-left: 14px
}

.mobile-solution-wrapper .dot-list p:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 24px;
	content: '•';
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1
}

.msite-positon {
	padding: 7.125% 0 7%
}

.msite-positon .m-web-title {
	margin-bottom: 90px
}

.m-wxico-list li {
	float: left;
	width: 20%;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #333
}

.m-wxico-list li .ico {
	margin-bottom: 16px
}

.m-wxico-list li img {
	vertical-align: middle;
	width: 50%
}

.h5site-marb {
	margin-bottom: 16px
}

.wxshop-func {
	padding: 110px 0 112px
}

.wxshop-func .m-web-title {
	margin-bottom: 90px
}

.wxshop-func .m-quarter-icolist li {
	margin-bottom: 50px
}

.full-wxshop-attention {
	padding: 72px 0 116px;
	background-color: #f2f2f2
}

.full-wxshop-attention .m-web-title {
	margin-bottom: 54px
}

.full-wxshop-attention ul {
	border-left: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9
}

.full-wxshop-attention li {
	float: left;
	width: 25%;
	font-size: 16px;
	font-stretch: normal;
	color: #666
}

.full-wxshop-attention .inner {
	padding: 60px 45px 26px;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9
}

.full-wxshop-attention .id {
	margin-bottom: 21px;
	font-size: 60px;
	line-height: 60px;
	color: #d90000
}

.full-wxshop-attention p {
	display: -webkit-box;
	height: 240px;
	line-height: 24px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10
}

.applet-desc-list {
	margin-bottom: 90px;
	border-left: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9
}

.applet-desc-list li {
	float: left;
	width: 25%;
	font-size: 16px;
	line-height: 24px;
	color: #666
}

.applet-desc-list .inner {
	padding: 43px 40px 67px;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9
}

.applet-desc-list .id {
	font-size: 48px;
	line-height: 48px;
	color: #d90000;
	font-weight: 700;
	margin-bottom: 16px
}

.applet-desc-list h3 {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 24px;
	color: #333;
	font-weight: 700
}

.full-applet-wrapper {
	position: relative;
}

.full-applet-wrapper .m-web-title {
	position: relative;
	z-index: 10;
	margin-bottom: 75px;
	color: #fff
}

.full-applet-wrapper .m-full-bg {
	position: absolute;
	left: 0;
	top: 0;
	height:718px;
	overflow: hidden;
	width: 100%
}

.full-applet-wrapper .m-full-bg img {
	position: relative;
}

.full-applet-wrapper .applet-feature {
	position: relative;
	z-index: 10;
	overflow: hidden
}

.full-applet-wrapper .applet-feature ul {
	text-align: center;
}

.full-applet-wrapper .applet-feature li {
	float: left;
	width:11.666%;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	padding:11% 0 0 0
}
.full-applet-wrapper .applet-feature li.li_phone{ width:30%; padding:0}




.full-applet-wrapper .applet-feature .ico {
	margin-bottom: 14px
}

.full-applet-wrapper .applet-feature .ico img {
	vertical-align: middle;
	width: 70%
}

.full-applet-wrapper .applet-feature h3 {
	margin-bottom: 19px;
	font-size: 18px;
	line-height: 24px;
	color: #fff
}

.applet-func {
	padding:2.5% 0 0
}

.applet-func .m-web-title {
	margin-bottom: 58px
}

.applet-func-list { margin:3% auto 0; 
	/*overflow: hidden*/
}

.applet-func-list ul {
	margin-left: -2.375%;
	margin-right: -2.375%
}

.applet-func-list li {
	float: left;
	margin-bottom: 62px;
	width: 28.5714%;
	padding: 0 2.38095%;
	text-align: center;	
}
.applet-func-list li>a{
	display: block;
}
.applet-func-list .inner {
	padding: 48px 40px 25px;
	font-size: 15px;
	line-height: 22px;
	color: #666;
	border: solid 1px #d9d9d9;
	transition:All 0.4s ease-in-out;    
	-webkit-transition:All 0.4s ease-in-out;    
	-moz-transition:All 0.4s ease-in-out;    
	-o-transition:All 0.4s ease-in-out;
}
.applet-func-list .inner:hover{
	transform:translate(0,-6px);    
	-webkit-transform:translate(0,-6px);    
	-moz-transform:translate(0,-6px);    
	-o-transform:translate(0,-6px);    
	-ms-transform:translate(0,-6px);
	box-shadow:1px 1px 12px 3px rgba(153,153,153,0.4);
}

.applet-func-list .ico{
	margin-bottom: 20px;
	height: 75px;
	line-height: 75px;
	transition:All 0.8s ease-in-out;    
	-webkit-transition:All 0.8s ease-in-out;    
	-moz-transition:All 0.8s ease-in-out;    
	-o-transition:All 0.8s ease-in-out;
}

.applet-func-list .ico img {
	vertical-align: middle
}

.applet-func-list .inner:hover .ico{
	transform:rotate(360deg);    
	-webkit-transform:rotate(360deg);    
	-moz-transform:rotate(360deg);    
	-o-transform:rotate(360deg);    
	-ms-transform:rotate(360deg);
} 

.applet-func-list h3 {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 32px;
	color: #1a1a1a
}
.applet-func-list .inner:hover h3{
	color: #D90000;
}

.full-applet-do {
	padding:2.5% 0 ;
	background: #f2f2f2 url(../image/wsm_bg.jpg) no-repeat top center;
	text-align: center
}

.full-applet-do .do-desc {
	margin-bottom: 64px
}

.full-applet-do .inner {
	padding: 43px 40px 69px
}

.full-applet-do .m-three-icolist p {
	font-size: 16px;
	line-height: 24px
}

.support-nav-filter .options {
	width: 100%
}

.support-nav-filter .selector {
	width: 33.3333%;
	border: 0
}

.support-nav-filter .sec-title {
	border-right: 1px solid #e6e6e6
}

.doc-download {
	padding: 43px 0 61px;
	overflow: hidden
}

.doc-download ul {
	margin: 0 -15px
}

.doc-download li {
	float: left;
	width: 50%
}

.doc-download .inner {
	padding: 0 15px
}

.doc-download .info {
	padding: 22px 150px 26px 38px;
	position: relative;
	background-color: #f2f2f2
}

.doc-download .pdf {
	padding: 9px 0 3px;
	font-size: 18px;
	padding-left: 87px;
	background: url(../image/pdf.png) no-repeat 0 center;
	display: -webkit-box;
	height: 60px;
	line-height: 30px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.doc-download .pdf span {
	font-weight: 700;
	color: #d90000
}

.doc-download .dw {
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
	height: 120px;
	background-color: #e5e5e5;
	background-image: url(../image/dw.png);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0
}

.common-problem {
	padding-top: 0;
	padding-bottom: 134px
}

.common-problem .qa-title {
	margin-bottom: 29px;
	font-size: 30px;
	line-height: 50px;
	color: #333
}

.m-ft-contact .content {
	position: relative;
	padding: 0 285px;
	text-align: center;
	max-width: 842px;
	margin: 0 auto
}

.m-ft-contact .motto {
	position: absolute;
	left: 0;
	top: 3px;
	width: 236px;
	height: 160px;
	padding: 30px 0 0;
	background-color: #303030;
	font-size: 48px;
	line-height: 54px;
	color: #fff;
	font-family: simsun
}

.m-ft-contact .motto span {
	font-size: 65px;
	line-height: 70px
}

.m-ft-contact .info {
	overflow: hidden;
	zoom: 1;
	font-size: 16px;
	line-height: 36px;
	color: #fff
}

.m-ft-contact .info a {
	color: #fff
}

.m-ft-contact h3 {
	margin-bottom: 14px;
	font-size: 60px;
	line-height: 80px;
	font-weight: 700
}

.m-ft-contact h2 {
	margin-bottom: 4px;
	font-size: 40px;
	line-height: 52px;
	font-family: simsun
}

.m-ft-contact .msg {
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 36px;
	color: #333
}

.m-ft-contact .msg a {
	font-weight: 700
}

.m-ft-contact .msg h4 {
	padding-top: 2px;
	font-size: 20px;
	line-height: 36px
}

.m-ft-contact .btns {
	width: 316px;
	margin: 0 auto
}

.m-ft-contact .btns a {
	display: block;
	width: 88px;
	height: 46px;
	padding: 0 0 0 58px;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	font-size: 16px;
	line-height: 46px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: 23px center
}

.m-ft-contact .btns .oline {
	float: left;
	background-color: #303030;
	background-image: url(../image/icoline.png)
}

.m-ft-contact .btns .edit1 {
	float: right;
	background-color: #d90000;
	background-image: url(../image/icedit.png)
}

.icontact-cover {
	margin-bottom: 6.25%;
	padding: 105px 0 78px;
	background-color: #af1212
}

.full-icontact-cover {
	padding: 57px 0 50px;
	background-color: #e6e6e6
}

.full-icontact-cover h3 {
	color: #d90000
}

.full-icontact-cover .info {
	color: #333
}

.full-icontact-cover .info a {
	color: #333
}

.news-subnav {
	padding-top: 3.375%;
	text-align: center
}

.news-subnav .news-cate {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	padding-left: 2px
}

.news-subnav .news-cate li {
	float: left;
	margin-right: 2px;
	background-color: #f2f2f2
}

.news-subnav .news-cate a {
	display: block;
	width: 140px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	color: #333;
	text-align: center;
	background-color: #f2f2f2
}

.news-subnav .news-cate a:hover {
	color: #fff;
	background-color: #d90000
}

.news-subnav .news-cate .cur a {
	color: #fff;
	background-color: #d90000
}

.news-subnav .news-search {
	display: none;
	float: right
}

.news-subnav .news-search label {
	display: block;
	height: 24px;
	float: left;
	padding: 13px 0
}

.news-subnav .news-search label input {
	width: 100%;
	display: block;
	font-size: 14px;
	line-height: 24px
}

.news-subnav .news-search .key {
	width: 267px;
	padding-left: 28px;
	background-color: #f2f2f2
}

.news-subnav .news-search .search {
	width: 54px;
	background: #d90000 url(../image/newsub.png) no-repeat center;
	cursor: pointer
}

.news-subnav .news-search .search input {
	font-size: 0;
	cursor: pointer
}

.site-article-wrapper {
	padding-top: 4.375%
}

.tags-nav-wrapper ul li {
	float: left;
	width: 10%;
	margin-bottom: 1px
}

.tags-nav-wrapper ul .cur a {
	color: #fff;
	background-color: #d90000
}

.tags-nav-wrapper ul a {
	display: block;
	font-size: 16px;
	line-height: 60px;
	color: #333;
	background-color: #f2f2f2;
	text-align: center
}

.tags-nav-wrapper ul a:hover {
	color: #fff;
	background-color: #d90000
}

.g-search-form {
	margin: 42px auto 35px;
	background-color: #f2f2f2
}

.g-search-form .search-for-result {
	float: left;
	width: 300px;
	height: 100px;
	padding: 70px 0;
	background-color: #d90000;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 30px
}

.g-search-form .search-for-result .nums {
	font-size: 60px;
	line-height: 70px
}

.g-search-form .search-form-wrap {
	overflow: hidden;
	padding: 78px 0
}

.g-search-form .search-form {
	width: 80%;
	margin: 0 auto
}

.g-search-form .search-form form {
	position: relative;
	padding-right: 64px
}

.g-search-form .search-form input {
	width: 100%;
	height: 24px;
	font-size: 16px;
	line-height: 24px
}

.g-search-form .search-form label {
	display: block;
	padding: 20px 0;
	height: 24px;
	background-color: #fff
}

.g-search-form .search-form .key {
	padding-left: 40px
}

.g-search-form .search-form .sub {
	position: absolute;
	right: 0;
	top: 0;
	width: 64px;
	background: #fff url(../image/gsearch.png) no-repeat center
}

.g-search-form .search-form .sub input {
	font-size: 0
}

.g-search-cate {
	margin-bottom: 40px;
	text-align: center
}

.g-search-cate ul {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	border: 1px solid #d2d2d2
}

.g-search-cate li {
	float: left;
	width: 200px;
	font-size: 16px;
	line-height: 52px
}

.g-search-cate li a {
	display: block;
	color: #666
}

.g-search-cate li a.cur,.g-search-cate li a:hover {
	color: #fff;
	background-color: #d90000
}

.g-search-result .cate-item {
	display: none;
	padding: 0;
	margin: 0
}

.m-retrun {
	display: block;
	width: 140px;
	margin: 30px auto 50px;
	font-size: 16px;
	line-height: 35px;
	border: solid 1px #ccc;
	-webkit-transition: all ease .2s;
	-o-transition: all ease .2s;
	-moz-transition: all ease .2s;
	transition: all ease .2s;
	color: #666;
	overflow: hidden;
	text-align: center
}

.m-retrun:hover {
	border-color: #d90000;
	color: #d90000
}

.full-error-page {
	position: relative
}

.full-error-page img {
	display: block;
	width: 100%
}

.full-error-page .error-back {
	position: absolute;
	left: 50%;
	top: 67.98337%;
	margin-left: -261px;
	font-size: 16px;
	line-height: 56px
}

.full-error-page .error-back ul {
	border-left: 1px solid #e86666;
	border-right: 1px solid #ccc
}

.full-error-page .error-back li {
	float: left
}

.full-error-page .error-back a {
	display: block;
	padding: 0 22px;
	border-top: 1px solid #e86666;
	border-bottom: 1px solid #e86666;
	color: #fff;
	-webkit-transform: perspective(1px) translateZ(0);
	-moz-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-box-shadow: 0 0 1px transparent;
	-moz-box-shadow: 0 0 1px transparent;
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
	background: #fff;
	-webkit-transition-property: color;
	-o-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s
}

.full-error-page .error-back a::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #d90000;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: -o-transform;
	-moz-transition-property: transform,-moz-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform,-moz-transform,-o-transform;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.full-error-page .error-back a:hover {
	color: #d90000
}

.full-error-page .error-back a:hover:before {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0)
}

.full-error-page .error-back .rg {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #d90000;
	background: #d90000
}

.full-error-page .error-back .rg::before {
	background: #fff
}

.full-error-page .error-back .rg:hover {
	background-color: #d90000;
	color: #fff
}

.errpage-header a {
	color: #333
}

.errpage-header .nav .title a {
	color: #333
}

.errpage-header .search-handle {
	background: url(../image/search-handle404.png) no-repeat center
}

.errpage-header .edit-handle {
	background: url(../image/hdedit404.png) no-repeat center
}

.ie7 .cooperation-box,.ie8 .cooperation-box {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #e6e6e6
}

.w-lg .needs-form label {
	width: 364px
}

.w-lg .needs-form .sub {
	width: 113px
}

.w-lg .ftcontent-right {
	width: 1089px
}

.w-lg .footer-content .szweb-info {
	padding-right: 45px
}

.w-lg .quick-links .item {
	padding-right: 53px
}

.w-lg .quick-links .aboutus {
	padding-right: 0
}

.w-lg .icase-list .content .brand {
	padding-top: 0
}

.w-lg .history-wapper,.w-lg .site-article-wrapper {
	width: 1320px
}

.w-lg .index-banner .slide01 .textpopup,.w-lg .index-banner .slide02 .textpopup,.w-lg .index-banner .slide03 .textpopup,.w-lg .index-banner .slide04 .textpopup {
	margin-left: -700px
}

.w-lg .index-banner .slide01 .textpopup .tit,.w-lg .index-banner .slide02 .textpopup .tit,.w-lg .index-banner .slide03 .textpopup .tit,.w-lg .index-banner .slide04 .textpopup .tit {
	margin-bottom: 15px;
	font-size: 40px;
	line-height: 48px
}

.w-lg .index-banner .slide01 .textpopup .txt,.w-lg .index-banner .slide02 .textpopup .txt,.w-lg .index-banner .slide03 .textpopup .txt,.w-lg .index-banner .slide04 .textpopup .txt {
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 28px
}

.w-lg .index-banner .slide01 .textpopup .m-line-more,.w-lg .index-banner .slide02 .textpopup .m-line-more,.w-lg .index-banner .slide03 .textpopup .m-line-more,.w-lg .index-banner .slide04 .textpopup .m-line-more {
	width: 120px;
	height: 28px;
	line-height: 28px
}

.w-lg .foot-contact .title {
	font-size: 30px;
	padding: 0 10px 0 68px
}

.w-lg .foot-contact .needs .editbtn {
	height: 45px;
	margin: 6px 0 0 20px
}

.w-lg .index-banner .slide03 .textpopup03 {
	margin-left: -700px
}

.w-lg .index-banner .slide03 .textpopup03 .ico {
	margin-bottom: 22px
}

.w-lg .index-banner .slide03 .textpopup03 .ico img {
	width: 84px
}

.w-lg .index-banner .slide03 .textpopup03 .tit {
	margin-bottom: 42px;
	font-size: 42px;
	line-height: 52px
}

.w-lg .iclients-list a .ac {
	margin-left: -88.795px
}

.w-md .needs-form label {
	width: 337px
}

.w-md .needs-form .sub {
	width: 115px
}

.w-md .ftcontent-right {
	width: 1009px
}

.w-md .footer-content .szweb-info {
	padding-right: 45px
}

.w-md .quick-links .item {
	padding-right: 25px
}

.w-md .quick-links .business {
	width: 301px
}

.w-md .quick-links .advantage {
	width: 249px
}

.w-md .quick-links .aboutus {
	width: 409px;
	padding-right: 0
}

.w-md .case-news-wrapper {
	width: 1200px
}

.w-md .case-wrapper .caseban .title {
	width: 250px;
	height: 240px;
	padding-top: 10px;
	margin-top: -125px
}

.w-md .history-wapper,.w-md .site-article-wrapper {
	width: 1180px
}

.w-md .index-banner .slide01 .textpopup,.w-md .index-banner .slide02 .textpopup,.w-md .index-banner .slide03 .textpopup,.w-md .index-banner .slide04 .textpopup {
	margin-left: -660px
}

.w-md .index-banner .slide01 .textpopup .tit,.w-md .index-banner .slide02 .textpopup .tit,.w-md .index-banner .slide03 .textpopup .tit,.w-md .index-banner .slide04 .textpopup .tit {
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 40px
}

.w-md .index-banner .slide01 .textpopup .txt,.w-md .index-banner .slide02 .textpopup .txt,.w-md .index-banner .slide03 .textpopup .txt,.w-md .index-banner .slide04 .textpopup .txt {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 24px
}

.w-md .index-banner .slide01 .textpopup .m-line-more,.w-md .index-banner .slide02 .textpopup .m-line-more,.w-md .index-banner .slide03 .textpopup .m-line-more,.w-md .index-banner .slide04 .textpopup .m-line-more {
	width: 100px;
	height: 28px;
	line-height: 28px
}

.w-md .foot-contact .title {
	font-size: 26px;
	padding: 0 10px 0 68px
}

.w-md .foot-contact .needs .editbtn {
	font-size: 16px;
	width: 130px;
	margin: 6px 0 0 20px
}

.w-md .index-banner .slide03 .textpopup03 {
	margin-left: -660px
}

.w-md .index-banner .slide03 .textpopup03 .ico {
	margin-bottom: 21.32px
}

.w-md .index-banner .slide03 .textpopup03 .ico img {
	width: 79.54px
}

.w-md .index-banner .slide03 .textpopup03 .tit {
	margin-bottom: 41px;
	font-size: 39.36px;
	line-height: 49.2px
}

.w-md .iclients-list a .ac {
	margin-left: -80.795px
}

.w-sm .needs-form label {
	width: 307px
}

.w-sm .needs-form .sub {
	width: 85px
}

.w-sm .ftcontent-right {
	width: 899px
}

.w-sm .footer-content .szweb-info {
	padding-right: 35px
}

.w-sm .quick-links .item {
	padding-right: 20px
}

.w-sm .quick-links .business {
	width: 281px
}

.w-sm .quick-links .advantage {
	width: 229px
}

.w-sm .quick-links .aboutus {
	width: 349px;
	padding-right: 0
}

.w-sm .case-news-wrapper {
	width: 1180px
}

.w-sm .case-wrapper .caseban .title {
	width: 250px;
	height: 240px;
	left: 60px;
	padding-top: 10px;
	margin-top: -125px
}

.w-sm .icustomer .inner {
	padding: 4px 20px 20px
}

.w-sm .index-banner .slide01 .textpopup,.w-sm .index-banner .slide02 .textpopup,.w-sm .index-banner .slide03 .textpopup,.w-sm .index-banner .slide03 .textpopup {
	margin-left: -600px
}

.w-sm .index-banner .slide01 .textpopup .tit,.w-sm .index-banner .slide02 .textpopup .tit,.w-sm .index-banner .slide03 .textpopup .tit,.w-sm .index-banner .slide03 .textpopup .tit {
	margin-bottom: 10px;
	font-size: 28px
}

.w-sm .index-banner .slide01 .textpopup .txt,.w-sm .index-banner .slide02 .textpopup .txt,.w-sm .index-banner .slide03 .textpopup .txt,.w-sm .index-banner .slide03 .textpopup .txt {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 24px
}

.w-sm .index-banner .slide01 .textpopup .m-line-more,.w-sm .index-banner .slide02 .textpopup .m-line-more,.w-sm .index-banner .slide03 .textpopup .m-line-more,.w-sm .index-banner .slide03 .textpopup .m-line-more {
	width: 100px;
	height: 28px;
	line-height: 28px
}

.w-sm .foot-contact .title {
	font-size: 24px;
	padding: 0 10px 0 63px
}

.w-sm .foot-contact .lines .info {
	font-size: 15px
}

.w-sm .foot-contact .needs .info {
	font-size: 15px
}

.w-sm .foot-contact .needs .editbtn {
	font-size: 16px;
	width: 110px;
	line-height: 38px;
	height: 38px;
	margin: 10px 0 0 10px
}

.w-sm .index-banner .slide03 .textpopup03 {
	margin-left: -600px
}

.w-sm .index-banner .slide03 .textpopup03 .ico {
	margin-bottom: 19.5px
}

.w-sm .index-banner .slide03 .textpopup03 .ico img {
	width: 72.75px
}

.w-sm .index-banner .slide03 .textpopup03 .tit {
	margin-bottom: 37.5px;
	font-size: 36px;
	line-height: 45px
}

.w-sm .index-banner .slide04 .textpopup {
	margin-left: -600px
}

.w-sm .iclients-list a .ac {
	margin-left: -68.795px
}

.fixheader-404 {
	background: url(../image/hdbg.png) repeat 0 0
}

.g-return-wrapper {
	text-align: center;
	font-size: 0;
	padding: 30px 0 50px
}

.g-return-wrapper a {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	min-width: 80px;
	margin: 0 10px;
	padding: 0 30px;
	font-size: 16px;
	line-height: 35px;
	border: solid 1px #ccc;
	-webkit-transition: all ease .2s;
	-o-transition: all ease .2s;
	-moz-transition: all ease .2s;
	transition: all ease .2s;
	color: #666;
	overflow: hidden;
	text-align: center
}

.g-return-wrapper a:hover {
	border-color: #d90000;
	color: #d90000
}

.iabout-us .content h1 {
	display: inline;
	font-size: 18px;
	line-height: 35px;
	color: #e20000
}

.bx-wrapper .bx-controls-auto,.bx-wrapper .bx-pager {
	z-index: 20
}

.ie7 .cooperation-box,.ie8 .cooperation-box {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #e6e6e6
}

.w-lg .needs-form label {
	width: 350px
}

.w-lg .needs-form .msg {
	width: 460px
}

.w-lg .needs-form .sub {
	width: 147px
}

.w-lg .ftcontent-right {
	width: 1089px
}

.w-lg .footer-content .szweb-info {
	padding-right: 45px
}

.w-lg .quick-links .item {
	padding-right: 53px
}

.w-lg .quick-links .aboutus {
	padding-right: 0
}

.w-lg .icase-list .content .brand {
	padding-top: 0
}

.w-lg .history-wapper,.w-lg .site-article-wrapper {
	width: 1320px
}

.w-lg .our-server .server-inner {
	margin-left: -700px
}

.w-lg .index-banner .slide01 .textpopup,.w-lg .index-banner .slide02 .textpopup,.w-lg .index-banner .slide03 .textpopup,.w-lg .index-banner .slide04 .textpopup {
	margin-left: -700px
}

.w-lg .index-banner .slide01 .textpopup .tit,.w-lg .index-banner .slide02 .textpopup .tit,.w-lg .index-banner .slide03 .textpopup .tit,.w-lg .index-banner .slide04 .textpopup .tit {
	margin-bottom: 15px;
	font-size: 40px;
	line-height: 48px
}

.w-lg .index-banner .slide01 .textpopup .txt,.w-lg .index-banner .slide02 .textpopup .txt,.w-lg .index-banner .slide03 .textpopup .txt,.w-lg .index-banner .slide04 .textpopup .txt {
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 28px
}

.w-lg .index-banner .slide01 .textpopup .m-line-more,.w-lg .index-banner .slide02 .textpopup .m-line-more,.w-lg .index-banner .slide03 .textpopup .m-line-more,.w-lg .index-banner .slide04 .textpopup .m-line-more {
	width: 120px;
	height: 28px;
	line-height: 28px
}

.w-lg .foot-contact .title {
	font-size: 30px;
	padding: 0 10px 0 68px
}

.w-lg .foot-contact .needs .editbtn {
	height: 45px;
	margin: 6px 0 0 20px
}

.w-lg .index-banner .slide03 .textpopup03 {
	margin-left: -700px
}

.w-lg .index-banner .slide03 .textpopup03 .ico {
	margin-bottom: 22px
}

.w-lg .index-banner .slide03 .textpopup03 .ico img {
	width: 84px
}

.w-lg .index-banner .slide03 .textpopup03 .tit {
	margin-bottom: 42px;
	font-size: 42px;
	line-height: 52px
}

.w-lg .iclients-list a .ac {
	margin-left: -88.795px
}

.w-lg .m-idico-wrapper .idico-list {
	margin: 0 -70px
}

.w-lg .m-idico-wrapper .inner {
	padding: 0 70px
}

.w-lg .full-b2c-server .content {
	padding-top: 50px
}

.w-lg .full-b2c-server .content h3 {
	font-size: 30px;
	line-height: 44px;
	margin-bottom: 25px
}

.w-lg .proxy-wrapper .inner {
	padding: 33px 40px 5px
}

.w-lg .proxy-wrapper p {
	height: 192px;
	line-height: 24px;
	-webkit-line-clamp: 8
}

.w-lg .full-sys-desc .sys-lists .pull-left {
	width: 15%;
	padding-left: 18%
}

.w-lg .full-wxshop-attention .inner {
	padding: 55px 40px 21px
}

.w-lg .full-wxshop-attention p {
	height: 264px;
	line-height: 24px;
	-webkit-line-clamp: 11
}

.w-lg .applet-desc-list .inner br {
	display: none
}

.w-lg .full-applet-wrapper .applet-feature li br {
	display: none
}

.w-lg .applet-func-list .inner {
	display: block;
	padding: 48px 20px 68px
}

.w-lg .news-four a {
	padding-right: 50px
}

.w-lg .iclients-list li {
	background-image: url(../image/iclibglg.png)
}

.w-lg .about-us-intro .intro-card .info {
	width: 72%
}

.w-lg .inside-banner .case-ban-info h2 {
	font-size: 50px;
	line-height: 60px
}

.w-lg .inside-banner .feature h3 {
	font-size: 20px;
	line-height: 40px;
	text-align: left
}

.w-lg .inside-banner .feature h4 {
	font-size: 90px;
	line-height: 94px
}

.w-md .needs-form label {
	width: 330px
}

.w-md .needs-form .msg {
	width: 430px
}

.w-md .needs-form .sub {
	width: 137px
}

.w-md .ftcontent-right {
	width: 1009px
}

.w-md .footer-content .szweb-info {
	padding-right: 45px
}

.w-md .quick-links .item {
	padding-right: 25px
}

.w-md .quick-links .business {
	width: 301px
}

.w-md .quick-links .advantage {
	width: 249px
}

.w-md .quick-links .aboutus {
	width: 409px;
	padding-right: 0
}

.w-md .case-news-wrapper {
	width: 1200px
}

.w-md .case-wrapper .caseban .title {
	width: 250px;
	height: 240px;
	padding-top: 10px;
	margin-top: -125px
}

.w-md .history-wapper,.w-md .site-article-wrapper {
	width: 1180px
}

.w-md .our-server .server-inner {
	margin-left: -660px
}

.w-md .index-banner .slide01 .textpopup,.w-md .index-banner .slide02 .textpopup,.w-md .index-banner .slide03 .textpopup,.w-md .index-banner .slide04 .textpopup {
	margin-left: -660px
}

.w-md .index-banner .slide01 .textpopup .tit,.w-md .index-banner .slide02 .textpopup .tit,.w-md .index-banner .slide03 .textpopup .tit,.w-md .index-banner .slide04 .textpopup .tit {
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 40px
}

.w-md .index-banner .slide01 .textpopup .txt,.w-md .index-banner .slide02 .textpopup .txt,.w-md .index-banner .slide03 .textpopup .txt,.w-md .index-banner .slide04 .textpopup .txt {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 24px
}

.w-md .index-banner .slide01 .textpopup .m-line-more,.w-md .index-banner .slide02 .textpopup .m-line-more,.w-md .index-banner .slide03 .textpopup .m-line-more,.w-md .index-banner .slide04 .textpopup .m-line-more {
	width: 100px;
	height: 28px;
	line-height: 28px
}

.w-md .foot-contact .title {
	font-size: 26px;
	padding: 0 10px 0 68px
}

.w-md .foot-contact .needs .editbtn {
	font-size: 16px;
	width: 130px;
	margin: 6px 0 0 20px
}

.w-md .index-banner .slide03 .textpopup03 {
	margin-left: -660px
}

.w-md .index-banner .slide03 .textpopup03 .ico {
	margin-bottom: 21.32px
}

.w-md .index-banner .slide03 .textpopup03 .ico img {
	width: 79.54px
}

.w-md .index-banner .slide03 .textpopup03 .tit {
	margin-bottom: 41px;
	font-size: 39.36px;
	line-height: 49.2px
}

.w-md .iclients-list a .ac {
	margin-left: -80.795px
}

.w-md .m-idico-wrapper .idico-list {
	margin: 0 -60px
}

.w-md .m-idico-wrapper .inner {
	padding: 0 60px
}

.w-md .proxy-wrapper .inner {
	padding: 33px 35px 5px
}

.w-md .proxy-wrapper p {
	height: 192px;
	line-height: 24px;
	-webkit-line-clamp: 8
}

.w-md .topic-solution .topic-list .inner {
	padding: 33px 25px 19px
}

.w-md .topic-solution .topic-list .inner h3 {
	font-size: 14px
}

.w-md .mobile-solution-wrapper .inner {
	padding: 48px 35px 28px
}

.w-md .full-wxshop-attention .inner {
	padding: 50px 30px 16px
}

.w-md .proxy-wrapper h3 {
	font-size: 20px
}

.w-md .m-ft-contact h3 {
	font-size: 52px;
	line-height: 72px
}

.w-md .m-ft-contact .content {
	padding: 0 270px
}

.w-md .m-ft-contact h2 {
	font-size: 34px;
	line-height: 46px
}

.w-md .news-set-top {
	width: 375px
}

.w-md .news-two li {
	padding-top: 40px
}

.w-md .news-four {
	padding: 18px 40px 17px
}

.w-md .news-four a {
	padding: 46px 40px 48px 70px
}

.w-md .iclients-list li {
	background-image: url(../image/iclibgmd.png)
}

.w-md .tags-nav-wrapper ul li {
	width: 12.5%
}

.w-md .full-certificate-article .info {
	padding-top: 1%
}

.w-md .inside-banner .ban-info {
	top: 43.33333%
}

.w-md .inside-banner .ban-info h2 {
	font-size: 40px;
	line-height: 66px
}

.w-md .inside-banner .case-ban-info {
	top: 26.19048%
}

.w-md .inside-banner .case-ban-info h2 {
	font-size: 45px;
	line-height: 55px
}

.w-md .inside-banner .case-ban-info .case-desc {
	margin-bottom: 25px;
	font-size: 20px;
	line-height: 38px
}

.w-md .inside-banner .feature h4 {
	font-size: 86px;
	line-height: 90px
}

.w-md .icustomer .text {
	height: 240px;
	line-height: 24px;
	-webkit-line-clamp: 10
}

.w-md .icustomer .inner {
	padding: 15px 25px 30px
}

.w-sm .needs-form label {
	width: 290px
}

.w-sm .needs-form .msg {
	width: 390px
}

.w-sm .needs-form .sub {
	width: 137px
}

.w-sm .ftcontent-right {
	width: 899px
}

.w-sm .footer-content .szweb-info {
	padding-right: 35px
}

.w-sm .quick-links .item {
	padding-right: 20px
}

.w-sm .quick-links .business {
	width: 281px
}

.w-sm .quick-links .advantage {
	width: 229px
}

.w-sm .quick-links .aboutus {
	width: 349px;
	padding-right: 0
}

.w-sm .case-news-wrapper {
	width: 1180px
}

.w-sm .case-wrapper .caseban .title {
	width: 250px;
	height: 240px;
	left: 60px;
	padding-top: 10px;
	margin-top: -125px
}

.w-sm .our-server .server-inner {
	margin-left: -600px
}

.w-sm .full-faith-article .content .title h3 {
	font-size: 34px
}

.w-sm .icustomer .inner {
	padding: 4px 20px 20px
}

.w-sm .index-banner .slide01 .textpopup,.w-sm .index-banner .slide02 .textpopup,.w-sm .index-banner .slide03 .textpopup,.w-sm .index-banner .slide03 .textpopup {
	margin-left: -600px
}

.w-sm .index-banner .slide01 .textpopup .tit,.w-sm .index-banner .slide02 .textpopup .tit,.w-sm .index-banner .slide03 .textpopup .tit,.w-sm .index-banner .slide03 .textpopup .tit {
	margin-bottom: 10px;
	font-size: 28px
}

.w-sm .index-banner .slide01 .textpopup .txt,.w-sm .index-banner .slide02 .textpopup .txt,.w-sm .index-banner .slide03 .textpopup .txt,.w-sm .index-banner .slide03 .textpopup .txt {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 24px
}

.w-sm .index-banner .slide01 .textpopup .m-line-more,.w-sm .index-banner .slide02 .textpopup .m-line-more,.w-sm .index-banner .slide03 .textpopup .m-line-more,.w-sm .index-banner .slide03 .textpopup .m-line-more {
	width: 100px;
	height: 28px;
	line-height: 28px
}

.w-sm .foot-contact .title {
	font-size: 24px;
	padding: 0 10px 0 63px
}

.w-sm .foot-contact .lines .info {
	font-size: 15px
}

.w-sm .foot-contact .needs .info {
	font-size: 15px
}

.w-sm .foot-contact .needs .editbtn {
	font-size: 16px;
	width: 110px;
	line-height: 38px;
	height: 38px;
	margin: 10px 0 0 10px
}

.w-sm .index-banner .slide03 .textpopup03 {
	margin-left: -600px
}

.w-sm .index-banner .slide03 .textpopup03 .ico {
	margin-bottom: 19.5px
}

.w-sm .index-banner .slide03 .textpopup03 .ico img {
	width: 72.75px
}

.w-sm .index-banner .slide03 .textpopup03 .tit {
	margin-bottom: 37.5px;
	font-size: 36px;
	line-height: 45px
}

.w-sm .index-banner .slide04 .textpopup {
	margin-left: -600px
}

.w-sm .iclients-list a .ac {
	margin-left: -68.795px
}

.w-sm .m-idico-wrapper .idico-list {
	margin: 0 -40px
}

.w-sm .m-idico-wrapper .inner {
	padding: 0 40px
}

.w-sm .sidebar {
	bottom: 10%
}

.w-sm .b2c-solution .top-four-list .inner {
	padding: 33px 30px 8px
}

.w-sm .b2c-solution .top-four-list .inner p {
	height: 288px;
	line-height: 24px;
	-webkit-line-clamp: 12
}

.w-sm .b2c-solution .last {
	padding-left: 25px;
	padding-top: 33px
}

.w-sm .b2c-solution .last .left {
	margin-right: 100px
}

.w-sm .full-b2c-server .content {
	padding-top: 35px;
	padding-bottom: 30px
}

.w-sm .full-b2c-server .content {
	font-size: 15px;
	line-height: 28px
}

.w-sm .full-b2c-server .content h3 {
	font-size: 28px;
	line-height: 42px;
	margin-bottom: 25px
}

.w-sm .b2c-solution .bot-two-list .quarter {
	padding: 33px 30px 8px
}

.w-sm .b2c-solution .bot-two-list .last {
	padding-top: 33px 45px 35px 25px
}

.w-sm .full-b2c-server .thumb {
	margin-left: 60px
}

.w-sm .proxy-wrapper p {
	height: 216px;
	line-height: 24px;
	-webkit-line-clamp: 9
}

.w-sm .topic-solution .topic-list .inner {
	padding: 33px 20px 19px
}

.w-sm .topic-solution .topic-list .inner h3 br {
	display: none
}

.w-sm .platform-five-desc .inner {
	padding: 32px 20px 26px
}

.w-sm .platform-five-desc p {
	height: 216px;
	line-height: 24px;
	-webkit-line-clamp: 9
}

.w-sm .full-platform-apply .inner {
	padding: 50px 25px 42px
}

.w-sm .platform-server .cms-desc .item {
	width: 44%;
	padding: 40px 3% 38px
}

.w-sm .mobile-solution-wrapper .inner {
	padding: 43px 20px 23px
}

.w-sm .full-wxshop-attention .inner {
	padding: 40px 25px 16px
}

.w-sm .full-wxshop-attention p {
	height: 288px;
	line-height: 24px;
	-webkit-line-clamp: 12
}

.w-sm .news-set-top {
	width: 320px
}

.w-sm .news-two {
	/*width: 365px*/
}

.w-sm .news-two li {
	padding: 29px 40px 7px
}

.w-sm .news-two .date {
	padding: 17px 0 12px
}

.w-sm .news-four {
	padding: 19px 30px 17px 40px
}

.w-sm .news-four a {
	padding: 40px 40px 43px 70px
}

.w-sm .news-four .date {
	top: 24px
}

.w-sm .news-subnav .news-search .key {
	width: 227px
}

.w-sm .news-four .four-title {
	margin-bottom: 0
}

.w-sm .news-two li {
	margin-bottom: 21px;
	padding: 30px 35px 9px
}

.w-sm .news-two .desc {
	margin-bottom: 20px
}

.w-sm .iclients-list li {
	background-image: url(../image/iclibgsm.png)
}

.w-sm .inside-banner .case-ban-info {
	top: 26.19048%
}

.w-sm .inside-banner .case-ban-info h2 {
	font-size: 38px;
	line-height: 50px
}

.w-sm .inside-banner .case-ban-info .case-desc {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 38px
}

.w-sm .inside-banner .feature .item {
	padding: 0 65px
}

.w-sm .inside-banner .feature h4 {
	font-size: 70px;
	line-height: 84px
}

.w-sm .m-ft-contact h3 {
	font-size: 50px;
	line-height: 70px
}

.w-sm .m-ft-contact .content {
	padding: 0 260px
}

.w-sm .m-ft-contact h2 {
	font-size: 30px;
	line-height: 42px
}

.w-sm .m-ft-contact .msg h4 {
	font-size: 18px;
	line-height: 32px
}

.ie9 .iwelconme-popup {
	opacity: 1;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0)
}

.ie9 .iwelconme-popup .content {
	width: 450px;
	margin: 0 auto;
	padding: 47px 0 0
}

.ie9 .iwelconme-popup .content h4 {
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0)
}

.ie9 .iwelconme-popup .content h3 {
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0)
}

.ie9 .iwelconme-popup .iwel-buttons {
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0)
}

.ie7 .bx-wrapper .bx-controls-auto .bx-controls-auto-item,.ie7 .bx-wrapper .bx-pager-item {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1
}

.ie7 .main-business .business-item {
	width: 24.99%
}

.ie7 .inews-list li {
	width: 33.32%
}

.ie7 .icase-list li {
	width: 33.32%
}

.ie7 .isoutions-list ul {
	margin: 0 -1.65%
}

.ie7 .iclients-list li {
	width: 19.98%
}






/*新增样式*/
.software-box{
	width: 100%;
}
.software-box dl{
	padding: 80px 0;
	justify-content:center;/*子元素水平居中*/
	align-items:center;/*子元素垂直居中*/
	display:-webkit-flex;
}
.software-box dl:nth-child(odd){
	background: #F5F5F5;
}
.software-box dl dd{
	display: inline-block;
	width: 50%;
	float: left;
}
.software-box dl dd:first-child{
	text-align: right;
	padding-right: 10%;
}
.software-box dl dd:last-child{
	text-align: left;
	padding-left: 10%
}
.software-box dl dd>img{
	display: inline-block;
}
.software-box dl dd h1{
	margin-bottom: 20px;
}





/*底部新增*/
.fl {
    float: left;
}
.fr{
	float: right;
}
.w-md .m-ft-contact .footBox{
	width: 100%;
	  height: 650px;
	  background:#e6e6e6;
	font-family: "微软雅黑";
}
.foot-top{
  width: 100%;
  height: 120px;
  border-bottom:1px solid #CCCCCC;
}
.foot-top ul{
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.foot-top ul li{
  width: 33%;
  height: 100%;
  float: left;
  text-align: center;
}
.foot-top-img img{
  width:66px;
  margin-top: 10px;
}
.foot-top-name{
  font-size: 16px;
  color: #333;
  line-height: 42px;
}
.foot-center{
  width: 1200px;
  height: auto;
  margin: 30px auto;
}
.foot-center:after,.clearfix:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.foot-center-left{
  width: 48%;
  height: 100%;
  margin-right: 4%;
}
.foot-center-left .titlecl{
	height: 44px;
    text-align: center;
    line-height: 44px;
    color: #d90000;
}
.foot-center-left .titlecl p {
	display: none;
}
.foot-center-right{
  width: 48%;
  height: 100%;
}
.m-ft-contact h1{
	font-size: 48px;
	font-weight: bold;
	line-height: 60px;
	color: #D90000;
	margin-bottom: 10px;
}
.w-md .m-ft-contact .foot-center-left h2,.m-ft-contact h2{
	font-family: "微软雅黑";
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
}
.foot-center-left-p1{
  font-size: 16px;
  color: #333;
  line-height: 26px;
  margin-top: 16px;
}
.foot-center-left-span1{
  display: inline-block;
  padding: 0 6px;
  background: #d90000;
  color: #fff;
}
.foot-inp{
  width: 81%;
  height: 46px;
  line-height:46px;
  background: #303030;
  margin-top: 20px;
  float: left;
}
.foot-inp img{
  width: 40px;
  margin: 6px 12px;
}
.foot-inp input{
  width:375px;
  height: 30px;
  margin: 8px 0;
  border:none;
  border-left: 2px dotted #fff;
  background: #303030;
  padding-left: 12px;
  font-size: 16px;
  color:#fff;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {

　　color: #999!important;
    font-size: 12px!important;

　　}

　　input:-moz-placeholder, textarea:-moz-placeholder {

　　color:#999!important;
    font-size: 12px!important;

　　}

　　input::-moz-placeholder, textarea::-moz-placeholder {

　　color:#999!important;
    font-size: 12px!important;

　　}

　　input:-ms-input-placeholder, textarea:-ms-input-placeholder {

　　color:#999!important;
    font-size: 12px!important;

　　}
input,textarea,select{
  font-size: 12px!important;
  color: #4e4e4e!important;
}
.foot-inp input{color: #fff!important;}
.users{
  float: left;
  color: #333;
  font-size: 16px;
  /*font-weight: 700/;*/
  margin-top: 30px;
  margin-right: 10px;
  width: 83px;
}
.foot-inp2{
  width: 85%;
  height: 46px;
  line-height:46px;
  font-size: 0px;
  color: #fff;
  clear: both;
  margin-left: 56px;
}
.foot-inp2 span{
  display: inline-block;
  width: 48%;
  height: 100%;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.foot-inp2-span1{
  background:#d90000;
  margin-right: 18px;
}
.foot-inp2-span2{
  background: #303030;
  color: #FFFFFF;
}
.foot-center-right-p1{
  color: #333;
  font-size: 18px;
  font-weight: 700;
}
.foot-center-right-top{
  width: 100%;
  height: 114px;
  margin: 20px 0;
}
.foot1{
  width: 46px;
  height: 46px;
  background: #303030;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
}
.foot1 img{
  width: 24px;
}
.foot2{
  width: 390px;
  height: 100%;
  font-size: 14px;
  color: #333;
  margin-left: 20px;
  margin-top: 8px;
}
.foot2 p{
	font-size: 18px;
  margin-bottom: 6px;
}
.foot3 span{
  display: inline-block;
  width: 80px;
  height: 80px;
  background: #303030;
  margin-left: 30px;
  border-radius: 4px;
  text-align: center;
  line-height: 80px;
}
.foot3 span img{
  width: 80%;
}
.foot-center-right-bom{
  width: 100%;
  height: 168px;
}
.foot4{
  display: inline-block;
  width: 160px;
  height: 160px;
  background: #303030;
  margin-left: 6px;
  /*border-radius: 4px;*/
  text-align: center;
  line-height: 160px;
}
.foot4 img{
  width: 90%;
}
.foot-ps{
  width: 1200px;
  margin: 70px auto 10px;
  font-size: 14px;
  color: #424242;
  text-align: center;
}
.foot-ps2{
  width: 1200px;
  margin: 0px auto;
  font-size: 14px;
  color: #424242;
  text-align: center;
}


.foot-inp2 span:hover{
  opacity: .8;
}

.con-loop>ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.con-loop>ul li{
	width: 14.6%;
	text-align: center;
	margin: 0 1% 24px 1%;
}
.con-loop>ul li .inner{
	display: block;
	border: solid 1px #d9d9d9;
	padding: 30px 0 40px;
	transition:All 0.4s ease-in-out;    
	-webkit-transition:All 0.4s ease-in-out;    
	-moz-transition:All 0.4s ease-in-out;    
	-o-transition:All 0.4s ease-in-out;
}
.con-loop>ul li .inner:hover{
	transform:translate(0,-6px);    
	-webkit-transform:translate(0,-6px);    
	-moz-transform:translate(0,-6px);    
	-o-transform:translate(0,-6px);    
	-ms-transform:translate(0,-6px);
	box-shadow:1px 1px 12px 3px rgba(153,153,153,0.4);
}
.full-case-detail .full-case-body {
	width: 100%;	
	font-size: 16px;
	line-height: 24px;
	color: #696a6e;
	padding: 20px 0 0;
}
.full-case-detail .full-case-body .bd-editor{
	width: 80%;
	margin: 0 auto;
	background-color: #fff;
	padding: 20px 5% 0;
	box-sizing: border-box
}
.full-case-detail .full-case-body .bold {
    font-size: 30px;
    line-height: 44px;
    color: #242526;
    margin-bottom: 30px;
    text-align: center;
}
.full-case-detail .full-case-body img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.full-case-detail .full-case-body .casebtn {
	width: 80%;
	margin: 0 auto;
	background-color: #fff;
    padding: 30px 0 40px;
    text-align: center;
}
.full-case-detail .full-case-body .casebtn a {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 140px;
    margin: 0 3px;
    font-size: 16px;
    line-height: 35px;
    border: solid 1px #cccccc;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    -moz-transition: all ease .2s;
    transition: all ease .2s;
    color: #666;
	    -webkit-border-radius:35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}
.full-case-detail .full-case-body .casebtn a:hover {
	border-color: #d90000;
	color: #d90000
}
.btable-paged{
	margin-top: 40px;
}
.btable-paged .layui-laypage{
	display: flex;
	justify-content: center;
}
.btable-paged .layui-laypage ul.pagination{
	display: flex;
	align-items: center;
}
.btable-paged .layui-laypage ul.pagination li{
	/* width: 30px;
	height: 30px; */
	/* padding: 0px 12px; */
	border-radius: 2px;
	text-align: center;
	line-height: 30px ;
	font-family: 'Arial';
	font-size: 12px;
	color: #6D6D6F;
	margin-right: 8px;
}
.btable-paged .layui-laypage ul.pagination span{
	/* width: 30px;
	height: 30px; */
	padding: 6px 12px;
	display: block;
	font-family: 'Arial';
	font-size: 12px;
	color: #6D6D6F;
}
.btable-paged .layui-laypage ul.pagination li>a{
	/* width: 30px;
	height: 30px; */
	padding: 6px 12px !important;
	display: block;
	font-family: 'Arial';
	font-size: 12px;
	color: #6D6D6F;
}
.layui-laypage ul.pagination li.active{
	/* border: 1px solid #0069FF;
	color: #0069FF; */
}
.btable-paged .layui-laypage span.layui-laypage-total{
	font-family: '';
	font-size: 12px;
	color: #6D6D6F;
	line-height: 32px;
}
.layui-laypage span.layui-laypage-total #page{
	width: 30px;
	padding: 0 10px;
	height: 28px;

	line-height: 40px;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	margin: 0 8px;
}
.layui-laypage span.layui-laypage-total button.jump{
	width: 50px;
	line-height: 30px;
	background:  #0069FF;
	color: #fff;
	text-align: center;
	border: unset;
	border-radius: 4px;
	margin-left: 8px;
}
.layui-laypage span.layui-laypage-total button.jump:hover{
	text-decoration: underline;
}


.four-column li{
	width: 25%
}
.w-sm .maintain-content .topic-list .inner {
    padding: 38px 15px 20px;
}
.maintain-content .topic-list p {
    font-size: 16px;
    display: -webkit-box;
    height: 96px;
    line-height: 24px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.w-sm .maintain-content .topic-list p {
    font-size: 14px;
}
.w-lg .maintain-content .topic-list p {
    height: 120px;
    line-height: 24px;
    -webkit-line-clamp: 5;
}
.maintain-feature li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 20%;
    margin-bottom: 68px;
}
.maintain-feature .inner {
    padding: 0 40px;
}
.maintain-feature .ico {
    margin-bottom: 46px;
}
.maintain-feature h3 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 30px;
    color: #333;   
}
.maintain-feature p {
    font-size: 14px;
    line-height: 20px;
    color: #666;
}
.maintain-feature li:after {
    position: absolute;
    right: 0;
    top: 53px;
    content: '';
    width: 34px;
    height: 25px;
    margin-right: -17px;
    background: url(../image/maintainarr.png) no-repeat center;
}
.maintain-feature {
    padding: 57px 0 0;
    text-align: center;
}
.w-sm .weblg {
    max-width: 1200px;
}
.full-maintain-flow {
    padding: 55px 0 60px;
    background-color: #f2f2f2;
}
.full-maintain-flow .flow-img {
    text-align: center;
}
.full-maintain-flow .m-web-title {
    margin-bottom: 43px;
}




#clue{
	z-index: 200;
    position: fixed;
    bottom: 120px;
    left: 10px;
}
#clue .clue-components-wrapper {
   
}
#clue .clue-components-wrapper .clue-buttons .clue-button {
    margin: 5px 0;
    width: 82px;
    height: 54px;
    border-radius: 3px;
    background-color: #F5F5F5;
    padding-top: 10px;
    cursor: pointer;
    position: relative;
    box-shadow: 0 10px 14px 0 rgb(48 48 48 / 10%), 0 0 1px 0 rgb(48 48 48 / 20%);
}
#clue .clue-components-wrapper .clue-buttons .clue-button-icon {
    width: 18px;
    height: 18px;
    margin: 0 auto 5px auto;
}
#clue .clue-components-wrapper .clue-buttons .clue-button-icon img {
    width: 18px;
    height: 18px;
}
#clue .clue-components-wrapper .clue-buttons .clue-button-text {
    font-size: 12px;
    color: #d90000;
    text-align: center;
}
#clue .clue-components-wrapper .clue-buttons .clue-button.clue-button_wechat-consultation:not(.only-mobile).only-pc {
    padding-top: 0;
    height: 27px;
    line-height: 27px;
    position: relative;
}
#clue .clue-components-wrapper .clue-buttons .clue-button.clue-button_wechat-consultation:not(.only-mobile).only-pc .light-circle {
    width: 68px;
    height: 68px;
    opacity: .5;
    background-color: #a6c9ff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    border-radius: 50%;
    z-index: -2;
    transform-origin: center;
    animation: 1s linear 0s infinite normal both running lightCircle;
    pointer-events: none;
}
#clue .clue-components-wrapper .clue-buttons .clue-button.clue-button_wechat-consultation:not(.only-mobile).only-pc .avatar {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 13px;
    z-index: -1;
    width: 62px;
    overflow: visible;
    display: flex;
    justify-content: center;
}
#clue .clue-components-wrapper .clue-buttons .clue-button.clue-button_wechat-consultation:not(.only-mobile).only-pc .slogan {
    position: absolute;
    right: 85%;
    top: -60px;
    pointer-events: none;
    visibility: hidden;
}
#clue .clue-components-wrapper .clue-buttons .clue-button.clue-button_wechat-consultation:not(.only-mobile).only-pc .dot-left {
    position: absolute;
    left: -20px;
    top: -40px;
    animation: .5s linear 0s 1 normal none running dotLeftEnter,1.5s linear .5s infinite normal forwards running dotLeftRunning;
    pointer-events: none;
}
#clue .clue-components-wrapper .clue-buttons .clue-button.clue-button_wechat-consultation:not(.only-mobile).only-pc .dot-right-top {
    position: absolute;
    right: -2px;
    top: -70px;
    animation: .5s linear 0s 1 normal none running dotRightTopEnter,1.5s linear .5s infinite normal forwards running dotRighTopRunning;
    pointer-events: none;
}
#clue .clue-components-wrapper .clue-buttons .clue-button.clue-button_wechat-consultation:not(.only-mobile).only-pc .dot-right-bottom {
    position: absolute;
    right: 0;
    top: -12px;
    animation: .5s linear 0s 1 normal none running dotRightBottomEnter,1.5s linear .5s infinite normal forwards running dotRighBottomRunning;
    pointer-events: none;
}

#clue .clue-components-wrapper .clue-buttons .clue-button.clue-button_wechat-consultation:not(.only-mobile).only-pc .light-circle {
    width: 68px;
    height: 68px;
    opacity: .5;
    background-color: #a6c9ff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    border-radius: 50%;
    z-index: -2;
    transform-origin: center;
    animation: 1s linear 0s infinite normal both running lightCircle;
    pointer-events: none;
}


/*#clue .clue-cards {
    position: fixed;
    bottom: 120px;
    right: 92px;
    z-index: 201;
}*/
#clue .clue-cards .clue-card_wechat-consultation {
    display: none;
    width: 190px;
    height: 250px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 20px 24px 0 rgb(48 48 48 / 10%), 0 0 1px 0 rgb(48 48 48 / 20%);
    position: absolute;
    top: -80px;
    left: 96px;
    padding: 20px;
}
#clue .clue-cards .clue-card_wechat-consultation .info {
    display: flex;
    align-items: center;
    height: 36px;
    margin-bottom: 20px;
}
#clue .clue-cards .clue-card_wechat-consultation .info .avatar {
    width: 36px;
    height: 36px;
    margin-right: 10px;
}
#clue .clue-cards .clue-card_wechat-consultation .info .name-desc-wrapper .name-wrapper {
    display: flex;
    align-items: center;
}
#clue .clue-cards .clue-card_wechat-consultation .info .name-desc-wrapper .name-wrapper .name {
    color: #1d1e20;
    line-height: 1.71;
    font-size: 14px;
    font-weight: 500;
}
#clue .clue-cards .clue-card_wechat-consultation .info .name-desc-wrapper .desc {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    color: #999;
}
#clue .clue-cards .clue-card_pre-sales-call {
    width: 188px;
    height: 66px;
    border-radius: 5px;
    box-shadow: 0 20px 24px 0 rgb(48 48 48 / 10%), 0 0 1px 0 rgb(48 48 48 / 20%);
    background-color: #fff;
    padding: 10px;
    display: none;
    align-items: center;
    position: absolute;
    left: 96px;
    top: 100px;
}
#clue .clue-cards .clue-card_pre-sales-call .content {
    margin-left: 15px;
}
#clue .clue-cards .clue-card_pre-sales-call .content .title {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #1d1e20;
}
#clue .clue-cards .clue-card_pre-sales-call .content .phone {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71;
    color: #1d1e20;
}


.news_con .news-two{ width:100%; overflow:hidden; margin:0 auto}
.news_con .news-two li{ width:49%; float:left; margin:0 0 2%}
.news_con .news-two li:nth-child(1),
.news_con .news-two li:nth-child(3),
.news_con .news-two li:nth-child(5),
.news_con .news-two li:nth-child(7),
.news_con .news-two li:nth-child(9),
.news_con .news-two li:nth-child(11),
.news_con .news-two li:nth-child(13){ margin:0 2% 2% 0}
.news_con .news-four a{ border-bottom: none}

.news_con .news-four .title_news p{ color:#666; font-size:15px; line-height:26px;}
.news_con .news-four .title_news span{ color:#666; font-size:15px; margin:5% 0 0; display:block; width:100%}
.news_con .date_news{ margin-bottom:0; padding:2% 5%;}
.news_con .news-four .date_news b{ color:#000; font-size:52px;}
.news_con .news-four .date{ color:#333}
.news_con .news-four .four-title{font-size:22px;}
.news_con .news-four li{ padding:2.5% 3% 2%;}
.news_con .title_news{ width:66%}
.news-four a:hover h2{ color:#d90000}

.case_con .icase-list li{ padding:0 2% 2% 0; width:31.33%}
.case_con .icase-list li:nth-child(3),
.case_con .icase-list li:nth-child(6){ padding:0 0 2%;}
.case_con .icase-list .item{ background:#fff; padding:0 0 5%}
.case_con .m-case-list .title,
.case_con .icase-list .desc{ padding:0 5%}
.case_con .icase-list {padding-top:0;}


.aqtitle_bg{background: url(../image/web/11650992_1553743161.png) no-repeat center; padding:2.5% 0}
.anquan_quan{ border:solid 1px #ededed; width:100%; overflow:hidden; padding:2% 2% 1%; margin:2% auto;
-webkit-border-radius:15px;
    -moz-border-radius: 15px;
    border-radius: 15px;}
.anquan_quan li{ float:left; width:28.5%;background: url(../image/web/web_yuan.png) no-repeat 10% center; padding-left:4.5%; margin:0 0 1%;
border-right:solid 1px #ededed; color:#565656}
.anquanfh,.youhao { margin:3% auto}
.anquan_img{ width:100%; overflow:hidden; margin:0 auto}
.anquan_quan li:nth-child(3),.anquan_quan li:nth-child(6){ border-right:none}
.anquan_imgl{ float:left; width:60%}
.anquan_imgr{ float:right; width:40%}


.weishenme{background: url(../image/web/weishenme_bg.jpg) no-repeat center; width:100%; overflow:hidden; margin:0 auto; padding:3.5% 0 5%}
.weishenme .m-web-title{ color:#fff; margin:0 auto 3.6%}
.weishenme li{ float:left; width:12.4%; background:#fff; padding:40px 3% 0; height:305px; text-align:center; margin:0 0 0 2%;
-webkit-border-radius:6px; color:#333;
    -moz-border-radius: 6px;
    border-radius:6px;}
.weishenme li:nth-child(1){ margin:0}
.weishenme li h4{ font-size:18px; margin:15% auto 0; border-top:solid 1px #ededed; padding:15% 0 6.5%}
.weishenme li p{ color:#888888; font-size:15px; line-height:24px;}

.aqtitle_bgtwo{background: url(../image/web/11654626_1553751981.png) no-repeat center; padding:2.5% 0}
.youhao { width:100%; overflow:hidden; margin:0 auto;background: url(../image/web/yh3.jpg) no-repeat center;}
.youhao_l{ float:left; width:23%; background: url(../image/web/yh1.jpg) no-repeat left top; margin:3% auto; padding:0 0 0 2%}
.youhao_l h4{ color:#fff; font-size:1.5em; font-weight:bold; line-height:45px; height:45px;}
.youhao_l ul{ margin:16% 0 0 6.5%; width:100%; overflow:hidden;}
.youhao_l li{ float:left; margin:0 auto}
.youhao_l li:nth-child(2){ margin:17.5% auto 8%}


.youhao_r{ float:right; background: url(../image/web/yh2.jpg) no-repeat right top;}
.youhao_r h4{ padding-right:6%; text-align:right}
.youhao_r ul{ margin:16% 14% 0 0; float:right}

.youhao_r li:nth-child(2){ margin:19% auto 23.5%}


.hangyetd,.hangye_img{ padding:2.5% 0 0}
.hangye_ul{ width:100%; overflow:hidden; margin:2.5% auto}
.hangye_ul li{ float:left; text-align:center; margin:0 auto; width:25%;}
.hangye_img{ text-align:center}
.hangye_img h2{ font-size:1.8em; margin:0 auto 4%; width:100%;}

.liuliangrk{padding:2.5% 0; position:relative; background:#f8f8f8 url(../image/Wechat/a6.jpg) no-repeat;}
.liuliangrk .m-ichl-title{ margin:0 auto 2%}

.mindealways {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* width: 880px; */
}.mindealways_li {
    display: flex;
    width: 160px;
    height: 142px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
    cursor: pointer;
    cursor: pointer;
}
.mindealways_li:hover{

	background-image: linear-gradient(-90deg,#0883ff 0%,#03beff 100%);

	background-image: -webkit-linear-gradient(-90deg,#0883ff 0%,#03beff 100%);

	box-shadow: 2px 2px 10px rgba(1, 164, 255,.5);

}

.mindealways_li img{

	display: block;

	width: 70px;

	height: 70px;

}

.mindealways_li .go{

	display: block;

	width: 38px;

	height: 38px;

}

.mindealways_li .act{

	display: none;

}

.mindealways_li .act_none{

	display: block;

}

.mindealways_li:hover .act{

	display: block;

}

.mindealways_li:hover .act_none{

	display: none;

}

.mindealways_li p{

	color: #000;

	font-size: 18px;

	line-height: 24px;

	margin-bottom: 0;

}

.mindealways_li:hover p{

	color: #fff;

}

.fuwu_list{ margin:3% auto 0}
.xuanze_app{ margin:3% auto}
.xuanze_app .m-ichl-title{ margin:0 auto 2.5%}






























