@charset "utf-8";

html {
	font-size: 62.5%
}

/* body {
	font-size: 14px;
	font-family: "Open Sans",PingFangSC-Light,Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
	color: #374051;
	overflow-x: hidden;
	line-height: 1;
	word-wrap: break-word;
	padding-top:70px;
} */

code,pre {
	font-family: "\5FAE\8F6F\96C5\9ED1",sans-serif
}

.hint {
	font-size: 12px;
	color: #999;
	clear: both;
	margin-top: 5px
}

.js-tooltip {
	display: inline-block;
	margin: 0 5px!important;
	font-size: 14px!important;
	line-height: 1em;
	float: none!important
}

input {
	font-family: "Open Sans",PingFangSC-Light,Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif
}

.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.fl {
	float: left
}

.fr {
	float: right
}

.tc {
	text-align: center
}

.tl {
	text-align: left
}

.tr {
	text-align: right
}

.fn {
	float: none
}

.red {
	color: #ff595f
}

.green {
	color: #00caf4
}

.orange {
	color: #ffa900
}

.blue {
	color: #00c8f2
}

.purple {
	color: #9e5ae3
}

.link {
	color: #00b4de
}

.link:hover {
	color: #00c8f2
}

.ofh {
	overflow-y: hidden
}

.tran2 {
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s
}

.tran4 {
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s
}[class^=btn] {
	border-radius: 3px;
	display: inline-block
}[class^=btn]:active {
	box-shadow: 0 1px 3px rgba(0,0,0,.3) inset
}[class^=btn].green {
	color: #fff;
	background: #00caf4
}[class^=btn].green:hover {
	background: #00caf4
}

.btn-lg {
	/* font-size: 20px; */
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	border-radius: 4em;
}

.center {
	float: left;
	position: relative;
	left: 50%
}

.center>* {
	float: left;
	position: relative;
	left: -50%
}

.hue-shine {
	color: #00caf4;
	background-image: -webkit-linear-gradient(92deg,#00caf4,#00c8f2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: hue 15s infinite linear
}

@-webkit-keyframes hue {
	from {
		-webkit-filter: hue-rotate(0)
	}

	to {
		-webkit-filter: hue-rotate(-360deg)
	}
}

.wrap {
	max-width: 1160px;
	margin: 0 auto
}

.wrap h2 {
	font-weight: 400
}

#toolitembar {
	position: fixed;
	right: 25px;
	bottom: 120px;
	z-index: 999
}

#toolitembar a {
	position: relative;
	display: block;
	height: 60px;
	width: 60px;
	background-color: rgba(3,169,244,.7);
	color: #fff;
	text-align: center;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
	margin-bottom: 5px
}

#toolitembar a:hover {
	background-color: #00c8f2
}

#toolitembar a:hover:after {
	display: block
}

#toolitembar a:hover:before {
	display: block
}

#toolitembar span {
	font-size: 12px;
	display: block
}

#back-top {
	opacity: 0;
	-webkit-transform: translateY(60px);
	-moz-transform: translateY(60px);
	-ms-transform: translateY(60px);
	-o-transform: translateY(60px);
	transform: translateY(60px);
	-webkit-transition: all .6s cubic-bezier(.175,.885,.32,1.275);
	-moz-transition: all .6s cubic-bezier(.175,.885,.32,1.275);
	-o-transition: all .6s cubic-bezier(.175,.885,.32,1.275);
	transition: all .6s cubic-bezier(.175,.885,.32,1.275)
}

#back-top.show {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

#toolitembar i {
	font-size: 24px;
	display: block;
	margin-bottom: 5px;
	padding-top: 9px
}

#toolitembar-support i {
	font-size: 23px
}

#toolitembar-signin i {
	font-size: 18px;
	margin-bottom: 8px;
	padding-top: 12px
}

#toolitembar-support:hover {
	background: #00caf4!important
}

#toolitembar-phone:hover {
	background: #ffa900!important
}

#toolitembar-signin:hover {
	background: #FF697B!important
}

#back-top:before,#telephone:before {
	content: "";
	position: absolute;
	right: 67px;
	top: 0;
	line-height: 60px;
	white-space: nowrap;
	color: #fff;
	background-color: rgba(0,0,0,.6);
	padding: 0 10px;
	display: none;
	font-size: 15px;
	font-family: '微软雅黑'
}

#telephone:before {
	content: "请拨 4007-188-668"
}
#telephone:after{
	content: "";
	height: 0;
	width: 0;
	border-left: 4px solid rgba(0,0,0,.6);
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	position: absolute;
	right: 63px;
	top: 50%;
	margin-top: -3px;
	display: none
}

#toolitembar-phone i {
	font-size: 22px
}

.fixed-aside-nav {
	margin-bottom: 30px
}

.fixed-aside-nav ul {
	border-left: 1px solid #00c8f2
}

.fixed-aside-nav li {
	padding: 4px 0;
	position: relative
}

.fixed-aside-nav li>a {
	padding-left: 10px
}

.fixed-aside-nav li>a:hover {
	color: #00c8f2
}

.fixed-aside-nav li:before {
	content: "";
	border-radius: 100%;
	width: 9px;
	height: 9px;
	border: 1px solid #00c8f2;
	position: absolute;
	left: -6px;
	top: 50%;
	margin-top: -7px;
	background-color: #fff
}

.fixed-aside-nav .active>a {
	color: #00c8f2
}

.fixed-aside-nav .active:before {
	background-color: #00c8f2
}

#header {
	background: rgba(255,255,255,.96);
	-webkit-backdrop-filter: blur(10px);
	padding: 15px 0 0;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	-webkit-transition: padding ease-in .4s;
	-moz-transition: padding ease-in .4s;
	-o-transition: padding ease-in .4s;
	transition: padding ease-in .4s;
	min-height: 43px;
	z-index: 9999;
	box-shadow: 0 1px 3px rgba(0,0,0,.1)
}

#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

#header.close-aliyun {
	position: fixed!important;
	top: 0!important
}

#header .btn:active {
	box-shadow: none
}

#header.static {
	background: rgba(255,255,255,.97)!important;
	box-shadow: 0 1px 3px rgba(0,0,0,.1)
}


#header.static .white-logo {
	opacity: 0
}

#header.hover {
	background: rgba(255,255,255,.97)!important
}

#header.hover .white-logo {
	opacity: 0
}

#header-nav-btn {
	display: none
}

#logo {
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
	position: absolute;
	top: 12px
}

#logo>a {
	display: block;
	position: relative
}

#logo>a>img {
	display: block;
	width: 100%
}

#logo .white-logo {
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
	position: absolute;
	left: 0;
	top: 0
}


.macbook {
	height: 711px;
	width: 1227px;
	background: url(../images/macbook-gold.png) no-repeat;
	position: relative
}

.macbook .screen-mask {
	height: 576px;
	width: 922px;
	overflow: hidden;
	position: absolute;
	background: #fff;
	left: 50%;
	margin-left: -461px;
	top: 52px
}

#header.skrollable-after {
	padding-top: 12px!important;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	position: fixed!important;
	top: 0!important
}

#header.skrollable-after #logo {
	-webkit-transform: scale3d(.9,.9,.9);
	-moz-transform: scale3d(.9,.9,.9);
	-ms-transform: scale3d(.9,.9,.9);
	-o-transform: scale3d(.9,.9,.9);
	transform: scale3d(.9,.9,.9);
	padding-top: 0
}

#header.skrollable-after .white-logo {
	opacity: 0
}


.banner-home .slide-item {
	height: 650px
}

.banner-home .slide-item>a {
	display: block;
	width: 100%;
	height: 100%
}

.banner-home .slide-item1 {
	position: relative;
	background: #2d2b2a url(../images/index-banner.jpg) no-repeat center;
	background-size: cover;
	height: 700px
}

.banner-home .slide-item2 {
	position: relative;
	background: url(../images/banner2015-12-7-blur.jpg) no-repeat center;
	background-size: cover
}

.banner-home .slide-item1 .info {
	position: relative;
	text-align: center;
	z-index: 3;
	padding-top: 220px
}

#particles {
	overflow-y: hidden;
	position: absolute;
	width: 100%;
	height: 100%
}

.home-row-1 .bx-controls {
	position: relative;
	top: -35px
}

.banner-home .slide-item1 h2 {
	color: #fff;
	font-size: 69px;
	margin-bottom: 10px
}

.banner-home .slide-item1 p {
	font-size: 24px;
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.8em
}

.banner-home .slide-item1 a.blue {
	color: #fff;
	background: #03A9F4;
	border: 1px solid #03A9F4;
	border-radius: 4em;
	padding: 0px 30px;
}

.banner-home .slide-item1 a.blue:hover {
	opacity: .9;
	transition: all ease-in .3s
}

.banner-home .slide-item1 a.play {
	color: #fff;
	border: 1px solid #fff;
	margin-left: 10px
}

.banner-home .slide-item1 a.play:hover {
	color: #03A9F4;
	background: #fff;
	transition: all ease-in .2s
}

.banner-home .slide-item1 a.play i.play {
	content: ' ';
	display: inline-block;
	width: 0;
	height: 0;
	transition: all ease-in .2s;
	border-top: 10px solid transparent;
	border-left: 16px solid #fff;
	border-bottom: 10px solid transparent;
	margin-right: 5px
}

.banner-home .slide-item1 a.play:hover i.play {
	border-left-color: #03A9F4
}

.banner-home .slide-item1 .info .meta {
	font-size: 13px;
	margin-top: 30px;
	color: #eee
}

.banner-home .slide-item1 .info .meta i {
	border-radius: 50%;
	padding: 2px;
	margin-right: 5px;
	background: #00caf4;
	font-size: 12px
}

.banner-home .slide-item1 .info .meta a {
	color: #fff
}

.banner-home .slide-item3 {
	height: 700px;
	background: url(../images/banner-present.jpg) no-repeat;
	background-size: cover
}

.banner-home .slide-item3 h2 {
	padding: 0
}

.banner-home .slide-item3 p {
	margin: 0;
	max-width: none;
	padding: 0;
	margin-bottom: 40px
}

.banner-home .slide-item3 a.blue {
	color: #fff;
	background: #03A9F4;
	border: 1px solid #03A9F4;
}

.banner-home .slide-item3 a.blue:hover {
	opacity: .9;
	transition: all ease-in .3s
}

.banner-home .slide-item3 a.play {
	color: #fff;
	border: 1px solid #fff;
	margin-left: 10px
}

.banner-home .slide-item3 a.play:hover {
	color: #03A9F4;
	background: #fff;
	transition: all ease-in .2s
}

.banner-home .slide-item3 .info {
	position: relative;
	top: 150px;
	text-align: center;
	z-index: 3
}

.banner-home .slide-item3 .info {
	padding-top: 220px;
	top: 0
}

.banner-home .slide-item3 h2 {
	color: #fff;
	font-size: 55px;
	margin-bottom: 10px;
	padding: 0 20px
}

.banner-home .slide-item3 p {
	font-size: 22px;
	color: #fff;
	max-width: 680px;
	padding: 0 20px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 55px;
	line-height: 1.8em
}

.banner-home .slide-item4 {
	height: 700px;
	background: url(../images/banner-sea.jpg) no-repeat;
	background-size: cover
}

.banner-home .slide-item4 img {
	margin: 0 auto
}

.banner-home .slide-item4 p {
	color: #555;
	font-size: 22px;
	max-width: 680px;
	text-align: center;
	margin: 20px auto 55px auto;
	line-height: 1.8em
}

.banner-home .slide-item4 a.blue {
	color: #fff;
	background: #03A9F4;
	border: 1px solid #03A9F4
}

.banner-home .slide-item4 a.blue:hover {
	opacity: .9;
	transition: all ease-in .3s
}

.banner-home .slide-item4 a.play {
	color: #03A9F4;
	border: 1px solid #03A9F4;
	margin-left: 10px
}

.banner-home .slide-item4 a.play:hover {
	color: #fff;
	background: #03A9F4;
	transition: all ease-in .2s
}

.banner-home .slide-item4 .info {
	position: relative;
	top: 150px;
	text-align: center;
	z-index: 3
}

.banner-home .slide-item4 .info {
	padding-top: 220px;
	top: 0
}

.home-row-video {
	background: #eff4f5;
	padding: 50px 0
}

.home-row-video h2 {
	font-size: 48px;
	text-align: center;
	margin-bottom: 20px
}

.home-row-video h2+p {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 40px
}

.video-play-btn {
	height: 95px;
	width: 95px;
	margin-bottom: 5px;
	border-radius: 100%;
	display: inline-block;
	border: 3px solid #fff;
	position: relative;
	background: url(../images/kf5-intro.gif) center no-repeat rgba(0,0,0,.1);
	background-size: cover;
	-webkit-transition: all .4s cubic-bezier(.175,.885,.32,1.275);
	-moz-transition: all .4s cubic-bezier(.175,.885,.32,1.275);
	-o-transition: all .4s cubic-bezier(.175,.885,.32,1.275);
	transition: all .4s cubic-bezier(.175,.885,.32,1.275)
}

.video-play-btn:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}

.video-play-btn:hover:after {
	opacity: 1
}

.video-play-btn:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	margin-left: -12px;
	top: 50%;
	margin-top: -18px;
	opacity: .9;
	border-top: 18px solid transparent;
	border-left: 28px solid #fff;
	border-bottom: 18px solid transparent
}

.video-play-btn+.hint {
	font-size: 12px
}

.video-mask {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 10000;
	text-align: center;
	display: none
}

.video-mask .close {
	color: #fff;
	padding: 10px;
	border-radius: 100%;
	background: 0 0;
	position: absolute;
	left: 40px;
	top: 20px;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
	z-index: 5
}

.video-mask .close:after {
	content: "\e119";
	font-family: kf5-website;
	font-size: 40px
}

.video-mask .close:hover {
	background: #ff595f
}

.video-mask video {
	position: relative;
	z-index: 2
}

.video-mask .mask {
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.6);
	z-index: 1
}

.meta-txt {
	position: absolute;
	bottom: 15px;
	right: 15px;
	color: #ddd;
	font-size: 14px
}

.banner-img {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	top: 290px;
	z-index: 2
}

.banner-desk {
	position: relative;
	right: -30px;
	top: 50px
}

.screen-mask {
	width: 750px;
	height: 470px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 42px;
	margin-left: -375px;
	overflow: hidden
}

.screen-mask>img {
	display: block;
	width: 100%
}

.home.wave-box .wave,.home.wave-box .wave:after,.home.wave-box .wave:before,.home.wave-box:after {
	-webkit-transform: scale3d(1,1,1);
	-moz-transform: scale3d(1,1,1);
	-ms-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	opacity: 1
}

.wave-box {
	position: absolute;
	top: 900px;
	z-index: 1;
	left: 50%
}

.wave-box .wave {
	height: 500px;
	width: 500px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 100%;
	position: absolute;
	left: 50%;
	margin-left: -250px;
	top: 50%;
	margin-top: -250px;
	-webkit-transition: all ease-out .4s;
	-moz-transition: all ease-out .4s;
	-o-transition: all ease-out .4s;
	transition: all ease-out .4s;
	opacity: 1
}

.wave-box .wave:before {
	content: "";
	display: block;
	height: 1140px;
	width: 1140px;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 100%;
	position: absolute;
	left: 50%;
	margin-left: -570px;
	top: 50%;
	margin-top: -570px;
	-webkit-transition: all ease-out 1.2s;
	-moz-transition: all ease-out 1.2s;
	-o-transition: all ease-out 1.2s;
	transition: all ease-out 1.2s;
	-webkit-transform: scale3d(1,1,1);
	-moz-transform: scale3d(1,1,1);
	-ms-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s
}

.wave-box .wave:after {
	content: "";
	display: block;
	height: 776px;
	width: 776px;
	border: 1px solid rgba(255,255,255,.11);
	border-radius: 100%;
	position: absolute;
	left: 50%;
	margin-left: -388px;
	top: 50%;
	margin-top: -388px;
	-webkit-transition: all ease-out 1s;
	-moz-transition: all ease-out 1s;
	-o-transition: all ease-out 1s;
	transition: all ease-out 1s;
	-webkit-transform: scale3d(1,1,1);
	-moz-transform: scale3d(1,1,1);
	-ms-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

.wave-box:after {
	content: "";
	display: block;
	height: 1630px;
	width: 1630px;
	border: 1px solid rgba(255,255,255,.09);
	border-radius: 100%;
	position: absolute;
	left: 50%;
	margin-left: -815px;
	top: 50%;
	margin-top: -815px;
	-webkit-transition: all ease-out 1.4s;
	-moz-transition: all ease-out 1.4s;
	-o-transition: all ease-out 1.4s;
	transition: all ease-out 1.4s;
	-webkit-transform: scale3d(0,0,0);
	-moz-transform: scale3d(0,0,0);
	-ms-transform: scale3d(0,0,0);
	-o-transform: scale3d(0,0,0);
	transform: scale3d(0,0,0);
	-webkit-transition-delay: .6s;
	-moz-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s
}

.home-row-2 {
	padding: 80px 0 0px;
	background: #fff;
	text-align: center
}

.home-row-2 h2 {
	font-size: 36px;
	color: #2a1c13;
	margin-bottom: 25px
}

.home-row-2 h2+p {
	font-size: 20px;
	color: #959595;
	width: 800px;
	line-height: 1.6em;
	margin: 0 auto;
	margin-bottom: 40px
}

.g-section__main {
    width: 1000px;
    min-height: 50px;
    margin: 0 auto;
}
.m-section-expert {
    padding: 90px 0;
}
.m-section-expert .m-section__head {
    text-align: center;
}

.u-title.center {
    text-align: center;
}

.u-title.black {
    color: #383838;
}
.u-title.big {
    font-size: 34px;
}
.u-title {
    font-size: 14px;
    line-height: 1.5;
}
.m-section-expert .m-section__head .u-summary {
    margin-top: 20px;
}

.u-summary.center {
    text-align: center;
}
.u-summary {
    font-size: 16px;
    line-height: 22px;
    color: #9b9ba3;
}
.m-section__body {
    position: relative;
    margin: 0px auto;
    height: 486px;
    background: url(../images/back.png) no-repeat center;
    background-size: auto 486px;
    background: url(../images/back.png) no-repeat center\9;
}
.m-section__animList-itm {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 5px;
    transition: 0.5s;
}
.m-section__animList-itm .obj {
    position: absolute;
    top: 0;
    width: 150px;
    transition: 0.5s;
    z-index: 1;
}
.m-section__animList-itm .shadow {
    position: absolute;
    width: 150px;
    left: 0;
    top: 76px;
    opacity: 1;
    transition: 0.5s;
    z-index: 0;
}

.m-section-expert .m-section__animList .m-section__animList-itm.one {
    left: 18px;
    top: 80px;
}
.m-section-expert .m-section__animList .m-section__animList-itm.two {
    left: 262px;
    top: -80px;
}
.m-section-expert .m-section__animList .m-section__animList-itm.three {
    left: 590px;
    top: -80px;
}
.m-section-expert .m-section__animList .m-section__animList-itm.four {
    left: 262px;
    top: 230px;
}
.m-section-expert .m-section__animList .m-section__animList-itm.five {
    left: 590px;
    top: 230px;
}
.m-section-expert .m-section__animList .m-section__animList-itm.six {
    left: 840px;
    top: 80px;
}

.m-section-expert .m-section__animList .m-section__animList-itm.z-sel .obj {
    transition: 0.65s;
}

.home-row-2 .js-tooltip {
	color: #333!important;
	margin: 0!important;
	display: block
}

.home-row-2 .js-tooltip:after {
	content: '';
	font-family: inherit
}

.home-row-2 .home-row-2-1 {
	width: 645px;
	height: 73px;
	background: url(../images/gfx/home2016-2-c.png) no-repeat;
	margin: 0 auto
}

.home-row-2 .home-row-2-2 {
	display: block;
	width: 101px;
	margin: 0 auto!important;
	margin-top: 20px
}

.home-row-2 .home-row-2-2 i {
	display: block;
	font-size: 15px;
	box-sizing: border-box;
	width: 90px;
	background: url(../images/gfx/home-row-logo.png) no-repeat;
	margin: 0 auto!important;
	height: 70px
}

.home-row-2 .home-row-2-2 p {
	padding-top: 15px
}

.home-row-3 {
	padding: 80px 0 80px;
	background: #eff4f5;
	position: relative;
	z-index: 4
}

.home-row-3:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.home-row-3 h2 {
	font-size: 36px;
	color: #2a1c13;
	text-align: center
}

.home-row-3 .reg {
	text-align: center;
	padding-top: 30px
}

.service {
	float: left;
	position: relative;
	left: 50%;
	padding-top: 50px
}

.service>* {
	float: left;
	position: relative;
	left: -50%
}

.service:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.service>li {
	margin: 0 20px;
	text-align: center;
	width: 250px;
	-webkit-transition: all ease-out .4s;
	-moz-transition: all ease-out .4s;
	-o-transition: all ease-out .4s;
	transition: all ease-out .4s
}

.service li a {
	font-size: 18px;
	display: block;
	padding: 10px 15px;
	border-radius: 20px;
	border: 1px solid #01AEF0;
	color: #01AEF0
}

.service li a.active {
	background: #01AEF0;
	border: 1px solid #01AEF0;
	color: #fff;
	transition: all ease-in .2s
}

.service-gx {
	padding-top: 50px
}

.service-gx .items {
	display: none
}

.service-gx .items {
	text-align: left;
	padding: 0 20px;
	position: relative;
	height: 275px;
	padding-top: 40px;
	padding-left: 30px
}

.service-gx .items h3 {
	/* font-size: 24px; */
	padding-bottom: 30px;
	padding-left: 30px;
	position: relative
}

.service-gx .items .option {
	font-size: 17px;
	line-height: 24px;
	padding-bottom: 20px;
	padding-left: 30px;
	position: relative
}

.service-gx .items .option:before {
	display: block;
	position: absolute;
	content: '';
	height: 12px;
	width: 12px;
	border-radius: 50%;
	left: 0;
	border: 1px solid #51C5F9;
	top: 5px
}

.service-gx .items .option:hover:before {
	background: #51C5F9
}

.service-gx .items .option:hover {
	cursor: default
}

.service-gx .items .option:hover:before {
	transition: all ease-in .2s
}

.service-gx .items .option.hot:after {
	content: '热';
	position: absolute;
	width: 23px;
	height: 23px;
	top: 0;
	left: -4px;
	background: #F36;
	padding: 5px;
	box-sizing: border-box;
	border-radius: 50%;
	color: #fff;
	font-size: 13px;
	line-height: 13px
}

.service-gx .items img {
	position: absolute;
	right: 60px;
	top: 10px
}

.service-gx .items .special{
	float: left;
	margin-right:5px;
}

.service-gx .items .func{
	width:40%;
}
.service-gx .items .func>.title>h3{
	padding:30px 0px 0px 20px;
	margin-bottom:-20px;
}

.service-gx .items .head{
	margin-top:50px;
	padding-left:20px;
}
.service-gx .items .head>ul>li{
	display: inline-block;
    width: 120px;
    font-size: 16px;
    line-height: 2.5;
	margin-bottom: 15px;
	cursor: pointer;
}
.service-gx .js-tooltip{
	color:#383838;
}
.service-gx .items .head>ul>li>img{
	margin-right: 10px;
	vertical-align: middle;
	width:20px;
	margin-bottom:0px;
}
.service-gx .items .body{
	margin-top:20px;
	padding-left:20px;
    bottom: 48px;
    font-size: 14px;
    color: #808286;
    line-height: 1.5;
}
.service-gx .items .body .trynow{
	margin-top:20px;
}

.service-gx .items .body .trynow h4,
.service-gx .items .body .trynow a{
	float:left;
}
.service-gx .items .body .trynow h4{
	/* font-size: 20px; */
	line-height: 48px;
	color:#383838;
}
.service-gx .items .body .trynow a{
	float:right;
	margin-right:10px;
	border-radius: 4em;
	padding: 0px 20px;
}

.service-gx .items .screen{
	margin-left:100px;
	width:50%;
	margin-bottom:100px;
}



.home-row-31 {
	padding: 80px 0 70px;
	position: relative;
	z-index: 4;
	border-bottom: 1px solid #eee;
	background:#eff4f5
}

.home-row-31:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.home-row-31 h2 {
	font-size: 36px;
	color: #2a1c13;
	text-align: center
}

.panic {
	position: relative;
	padding-top: 60px
}

.panic li {
	font-size: 19px;
	line-height: 26px;
	color: #888;
	width: 490px;
	position: relative;
	padding-bottom: 15px
}

.panic li.list1,.panic li.list3,.panic li.list5 {
	margin-left: 650px
}

.panic li.list1:before,.panic li.list3:before,.panic li.list5:before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	left: -93px;
	box-sizing: border-box;
	padding-top: 12px;
	color: #fff;
	text-align: center
}

.panic li.list2,.panic li.list4 {
	margin-left: 30px
}

.panic li.list2:after,.panic li.list4:after {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	right: -87px;
	top: 0;
	box-sizing: border-box;
	padding-top: 12px;
	color: #fff;
	text-align: center
}

.panic li.list1:before {
	background: #8CCAD7;
	content: '1'
}

.panic li.list2:after {
	background: #DBE6E8;
	content: '2'
}

.panic li.list3:before {
	background: #192948;
	content: '3'
}

.panic li.list4:after {
	background: #00C8F2;
	content: '4'
}

.panic li.list5:before {
	background: #7685AC;
	content: '5'
}

.panic li:hover:after,.panic li:hover:before {
	background: #6C9;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s
}

.panic li.list1:before,.panic li.list2:after,.panic li.list3:before,.panic li.list4:after,.panic li.list5:before {
	border: 1px solid #03A9F4;
	color: #03A9F4;
	background: 0 0
}

.home-row-4 {
	padding: 80px 0 30px;
	background: #192948;
	color: #fff
}

.home-row-4 h2 {
	font-size: 36px;
	color: #fff;
	text-align: center;
	padding: 0 20px
}

.home-row-4 h2+p {
	text-align: center;
	font-size: 18px;
	max-width: 680px;
	padding: 0 20px;
	margin: 0 auto;
	line-height: 1.8em;
	color: #B3BBD0
}

.user-voice-box {
	max-width: 1080px;
	margin: auto;
	margin-top: 40px
}

.user-voice-box:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.user-voice-box .bx-viewport {
	margin-bottom: 50px
}

.user-voice-box .uv li {
	opacity: .4;
	cursor: pointer
}

.user-voice-box .uv li.active {
	opacity: 1;
	transition: all ease-in .2s
}

.user-voice-box .thumbnail {
	padding-top: 30px;
	float: left;
	text-align: center;
	width: 16.66%
}

.user-voice-box:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.user-voice-box .thumbnail>img {
	height: 74px;
	width: 74px;
	border-radius: 100%;
	background: #eff4f5
}

.user-voice-box .thumbnail>h4 {
	font-size: 16px;
	padding-top: 4px;
	line-height: 1.5em;
	margin-bottom: 5px
}

.user-voice-box .thumbnail>p {
	font-size: 14px;
	color: #B3BBD0
}

.user-voice-box .uv-statement {
	padding: 50px 80px;
	font-size: 19px;
	line-height: 26px;
	margin-top: 40px;
	margin-bottom: 30px
}

.user-voice-box .uv-statement li {
	display: none;
	color: #fff;
	position: relative
}

.user-voice-box .uv-statement li:before {
	display: block;
	width: 32px;
	height: 26px;
	content: '';
	background: url(../images/gfx/quote1.png) no-repeat;
	position: absolute;
	top: -10px;
	left: -50px
}

.user-voice-box .uv-statement li:after {
	display: block;
	width: 32px;
	height: 26px;
	content: '';
	background: url(../images/gfx/quote2.png) no-repeat;
	position: absolute;
	top: -10px;
	right: -50px
}

.home-row-51 {
	padding: 80px 0 100px
}

.home-row-51 h2 {
	font-size: 36px;
	color: #2a1c13;
	text-align: center;
	padding: 0 20px
}

.events {
	float: left;
	position: relative;
	left: 50%;
	padding-top: 50px
}

.events>* {
	float: left;
	position: relative;
	left: -50%
}

.events:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.events>li {
	margin: 0 40px;
	text-align: center;
	width: 250px;
	-webkit-transition: all ease-out .4s;
	-moz-transition: all ease-out .4s;
	-o-transition: all ease-out .4s;
	transition: all ease-out .4s
}

.events>li:nth-child(1) {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

.events>li .pic {
	display: block;
	height: 160px;
	width: 250px;
	border-radius: 5px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s
}

.events h3 {
	text-align: left;
	color: #666;
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 10px
}

.events p {
	font-size: 13px;
	color: #ccc;
	text-align: left
}

.events>li .pic>span {
	background: #417afc;
	position: absolute;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #fff;
	padding: 0 12px;
	right: 0;
	bottom: 0
}

.home-row-5 {
	padding: 80px 0 60px;
	background: #eff4f5
}

.home-row-5 h2 {
	font-size: 80px;
	text-align: center;
	font-family: 'Open Sans',sans-serif;
	font-weight: 300;
	padding: 0 20px
}

.home-row-5 h2+p {
	text-align: center;
	font-size: 18px;
	max-width: 680px;
	padding: 0 20px;
	margin: 0 auto;
	line-height: 1.8em
}

.logo-list {
	margin-top: 30px;
	margin-bottom: 20px
}

.logo-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.logo-list li {
	float: left;
	margin: 2px;
	width: 228px;
	height: 125px;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
	position: relative;
	z-index: 1
}

.fixed-icon>.active{
	background: #e1e1e1;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    border: 2px solid #e1e1e1;
}

.logo-list li:hover {
	box-shadow: 0 0 20px rgba(0,0,0,.16);
	z-index: 2
}

.logo-list img {
	max-width: 85%;
	margin: auto
}

.logo-list li>a {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle
}

.logo-list+.join {
	padding: 25px 30px
}

.logo-list+.join:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.logo-list+.join h3 {
	float: left;
	font-size: 30px;
	line-height: 48px
}

.logo-list+.join .btn-lg {
	float: right;
}


.home-row-6 {
	padding: 80px 0 60px;
	background: #eff4f5
}

.home-row-6 h2 {
	font-size: 36px;
    color: #2a1c13;
    text-align: center;
}

.home-row-6 h2+p {
	text-align: center;
	font-size: 20px;
    color: #959595;
	max-width: 680px;
	padding: 0 20px;
	margin: 25px auto;
	line-height: 1.8em
}

.app-banner {
	height: 480px;
	background: url(../images/gfx/app-banner-1.png) no-repeat center fixed;
	background-size: cover;
	position: relative
}

.app-banner .info {
	padding-top: 120px;
	text-align: center
}

.app-banner .info h2 {
	color: #fff;
	font-size: 36px;
	display: inline-block;
	padding: 0 40px 20px 40px;
	margin-bottom: 30px;
	line-height: 1.5em
}

.app-banner .info a {
	clear: both;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	border-radius: 4em;
	border: 1px solid #00caf4;
	color: #00caf4;
	display: block;
	width: 200px;
	text-align: center;
	margin: 0 auto
}

.app-banner .info a i {
	line-height: 50px;
	margin-left: 4px
}

.stat {
	display: none;
	background: rgba(74,144,226,.85);
	padding: 15px 0;
	color: #fff;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0
}

.stat:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.stat ul {
	float: left
}

.stat li {
	float: left;
	margin-right: 65px
}

.stat h5 {
	font-size: 18px;
	float: left;
	padding-left: 10px;
	border-left: 2px solid #00c8f2;
	margin-right: 15px;
	line-height: 18px;
	margin-top: 22px
}

.stat h5+p {
	font-size: 40px;
	float: left;
	line-height: 48px;
	font-family: 'Open Sans',sans-serif;
	font-weight: 300
}

.stat .btn-lg {
	float: right
}

#footer {
	position: relative
}

.footer-top {
	background: #32425c;
	padding: 50px 0
}

.footer-top>.wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.footer-top dl {
	float: left;
	margin-left: 80px
}

.footer-top dt {
	color: #fff;
	font-size: 16px;
	padding-left: 10px;
	border-left: 1px solid #00c8f2;
	line-height: 16px;
	margin-bottom: 15px
}

.footer-top dd>a {
	font-size: 14px;
	padding-right: 10px;
	color: #7d8aab;
	position: relative
}

.footer-top dd>a:hover {
	color: #fff
}

.footer-top dd {
	margin-bottom: 12px;
	min-width: 170px;
	max-width: 242px;
	padding-left: 10px
}

.footer-top dd h4 {
	font-size: 16px;
	margin-bottom: 8px
}

.footer-top dd h4>a {
	color: #fff
}

.footer-top dd p {
	color: #7d8aab;
	margin-bottom: 15px;
	line-height: 1.6em
}

.footer-top dd .btn {
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	border-radius: 3px;
	color: #fff;
	background-color: #00caf4
}

.footer-top dd .btn:hover {
	background-color: #0dbf62
}

.footer-top .new a:after {
	content: "NEW!";
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -9px;
	color: #fff;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	padding: 0 5px;
	background: #00c8f2;
	border-radius: 2px
}

.footer-top .new a:before {
	content: "";
	position: absolute;
	left: calc(94%);
	top: 3px;
	width: 0;
	height: 0;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	border-right: 5px solid #00c8f2;
	font-size: 0;
	line-height: 0
}

.footer-top .social>li {
	float: left;
	margin-left: 15px;
	position: relative
}

.footer-top .social>li .pop {
	position: absolute;
	background-color: #fff;
	border-radius: 3px;
	height: 140px;
	width: 140px;
	top: 70px;
	left: 50%;
	margin-left: -70px;
	-webkit-transition: all .8s cubic-bezier(.175,.885,.32,1.275);
	-moz-transition: all .8s cubic-bezier(.175,.885,.32,1.275);
	-o-transition: all .8s cubic-bezier(.175,.885,.32,1.275);
	transition: all .8s cubic-bezier(.175,.885,.32,1.275);
	-webkit-transform: scale3d(0,0,0);
	-moz-transform: scale3d(0,0,0);
	-ms-transform: scale3d(0,0,0);
	-o-transform: scale3d(0,0,0);
	transform: scale3d(0,0,0);
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	-ms-transform-origin: center top;
	-o-transform-origin: center top;
	transform-origin: center top;
	opacity: 0
}

.footer-top .social>li .pop:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff
}

.footer-top .social>li .pop>img {
	display: block;
	width: 100%;
	border-radius: 3px
}

.footer-top .social {
	margin-bottom: 20px
}

.footer-top .social>li:hover .pop {
	-webkit-transform: scale3d(1,1,1);
	-moz-transform: scale3d(1,1,1);
	-ms-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	opacity: 1
}

.footer-top .social>li>a {
	display: block;
	height: 50px;
	width: 50px;
	border-radius: 100%;
	font-size: 24px;
	text-align: center;
	line-height: 50px
}

.footer-top .social>li>a>i {
	line-height: 50px
}

.footer-top .sina>a {
	background-color: #ff6868;
	color: #fff
}

.footer-top .wechat>a {
	background-color: #00cf63;
	color: #fff
}

.footer-top .phone-number {
	clear: both
}

.footer-top .phone-number>a {
	font-size: 24px;
	color: #7685ac
}

.footer-top .social-box {
	float: left
}

.footer-top .social>li {
	float: none;
	height: 25px;
	margin-bottom: 10px;
	cursor: pointer;
	margin-left: 0
}

.footer-top .social>li a {
	float: left;
	width: 25px;
	height: 25px;
	font-size: 14px;
	line-height: 25px
}

.footer-top .social>li span {
	float: left;
	color: #7d8aab;
	margin-top: 5px;
	margin-left: 10px
}

.footer-top .social>li>a>i {
	line-height: 25px
}

.footer-top .social>li .pop {
	top: 40px;
	left: 13px;
	z-index: 10
}

.footer-top .kf5-safety {
	padding-top: 5px
}

.footer-top .kf5-safety li {
	float: left;
	margin-right: 10px
}

.footer-top .kf5-safety img {
	height: 40px;
	border-radius: 4px;
	margin-bottom: 10px;
	opacity: .8
}

.footer-top .kf5-safety li a {
	font-size: 12px;
	color: #7d8aab
}
.footer-body {
	text-align:center;
	border-top:1px solid#41516b;
	line-height: 45px;
	background: #32425c
}
.footer-body .friend{
	color: #7d8aab;
}
.footer-body .friend a{
	color: #7d8aab;
    margin: 0px 10px;
}
.footer-bottom {
	height: 45px;
	line-height: 45px;
	background: #192948
}

.footer-bottom .copyright {
	text-align: center;
	font-size: 14px;
	color: #7685ac
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 0;
	padding: 0;
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.bx-wrapper img {
	max-width: 100%;
	display: block
}

.bxslider {
	margin: 0;
	padding: 0
}

.bx-viewport {
	-webkit-transform: translatez(0)
}

.bx-controls-direction {
	position: absolute;
	width: 100%;
	left: 0;
	top: 30%
}

.bx-controls-direction .bx-next,.bx-controls-direction .bx-prev {
	position: absolute;
	top: 0;
	height: 46px;
	width: 46px;
	border: 1px solid #e2eaec;
	border-radius: 100%;
	line-height: 46px;
	text-align: center;
	text-indent: -9999px;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s
}

.bx-controls-direction .bx-next:hover,.bx-controls-direction .bx-prev:hover {
	border-color: #00caf4
}

.bx-controls-direction .bx-next:after,.bx-controls-direction .bx-prev:after {
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
	font-family: kf5-website;
	position: absolute;
	text-indent: 0;
	color: #999;
	left: 0;
	top: 0;
	font-size: 20px;
	text-align: center;
	width: 45px
}

.bx-controls-direction .bx-next:hover:after,.bx-controls-direction .bx-prev:hover:after {
	color: #00caf4
}

.bx-controls-direction .bx-next:after {
	content: "\e608"
}

.bx-controls-direction .bx-prev:after {
	content: "\e607"
}

.bx-controls-direction .bx-prev {
	left: 20px;
	top: -350px
}

.bx-controls-direction .bx-next {
	right: 20px;
	top: -350px
}

.bx-pager {
	text-align: center
}

.bx-pager-item {
	display: inline-block;
	margin: 0 5px
}

.bx-pager-item>a {
	display: block;
	text-indent: -9999px;
	height: 10px;
	width: 10px;
	border: 1px solid #00caf4;
	border-radius: 100%
}

.bx-pager-item>a.active {
	background: #00caf4
}

.customers-row1 {
	background: #919191 url(../images/gfx/anli-banner.jpg) no-repeat top center;
	background-size: cover;
	padding: 120px 0!important
}

.customers-row1 .info {
	text-align: center
}

.customers-row1 h2 {
	font-weight: 700;
	color: #fff;
	font-size: 44px;
	margin-bottom: 20px
}

.customers-row1 p {
	font-size: 18px;
	color: #d9d9d9
}

.customers-row1 .btn-lg {
	margin-top: 60px
}

.customers-row2 {
	padding: 60px 0 0
}

.customers-row2 .customers-tab {
	text-align: center;
	margin-bottom: 40px
}

.customers-row2 .s-logo {
	display: inline-block;
	height: 30px;
	width: 43px;
	background: url(../images/gfx/kh-banner2-icon1-20151118.jpg) no-repeat;
	margin-bottom: 40px
}

.customers-row2 .customers-tab li {
	display: inline-block;
	padding: 0 20px
}

.customers-row2 .customers-tab li a {
	font-size: 15px;
	color: #424242;
	padding-bottom: 12px;
	display: block;
	border-bottom: 2px solid transparent
}

.customers-row2 .customers-tab li a:hover {
	border-bottom-color: #eee
}

.customers-row2 .customers-tab li.active a {
	border-bottom: 2px solid #424242
}

.customers-row2 .customers-tab-content {
	position: relative;
	padding-bottom: 50px
}

.customers-row2 .customers-tab-content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.customers-row2 .customers-tab-content>img {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -350px;
	z-index: 1
}

.customers-row2 .customers-tab-content-item {
	position: relative;
	z-index: 2;
	display: none
}

.customers-row2 .customers-tab-content-item.show {
	display: block
}

.customers-row2 .customers-tab-content-item .wrap {
	max-width: 1022px;
	margin: 0 auto
}

.customers-row2 .customers-tab-content-item .info {
	padding: 15px 60px;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	text-align: center;
	font-size: 14px;
	color: #979797;
	line-height: 1.8em;
	margin-bottom: 40px
}

.customers-row2 .customers-tab-content-item .logo-box {
	height: 80px
}

.customers-row2 .customers-tab-content-item ul {
	padding: 0 47px
}

.customers-row2 .customers-tab-content-item ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.customers-row2 .customers-tab-content-item li {
	float: left;
	background: #fff;
	margin: 0 10px 20px 10px;
	height: 130px;
	width: 170px;
	border: 1px solid #d0d0d0;
	text-align: center;
	padding: 40px 20px 20px
}

.customers-row2 .customers-tab-content-item li img {
	display: block;
	max-height: 60px;
	max-width: 178px;
	margin: 0 auto;
	margin-bottom: 30px
}

.customers-row2 .customers-tab-content-item li p {
	font-size: 12px;
	text-align: left;
	color: #979797;
	line-height: 1.6em
}

.customers-row3 {
	padding: 80px 0;
	background: #f4f4f4;
	font-size: 20px;
	color: #555;
	line-height: 1.8em;
	text-align: left
}

.customers-row3 p {
	font-size: 16px;
	text-align: left;
	margin-top: 20px;
	color: #888
}

.developer-row-1 {
	background: url(../images/gfx/kfz-banner-20151117.png) no-repeat center bottom #3e4453
}

.developer-row-1 .wrap {
	max-width: 1200px;
	position: relative;
	height: 650px;
	padding-top: 0
}

.developer-row-1 .wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.developer-row-1 .info {
	float: left;
	position: relative;
	top: 220px;
	z-index: 10
}

.developer-row-1 .info h2 {
	font-size: 44px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 25px
}

.developer-row-1 .info p {
	font-size: 20px;
	color: #afb4c2;
	margin-bottom: 25px;
	line-height: 1.6em
}

.developer-row-1 img {
	position: absolute;
	right: -50px;
	bottom: 0
}

.col-3 {
	text-align: center
}

.col-3:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.col-3 li {
	float: left;
	width: 33.333333333%
}

.col-3 li>div {
	padding: 0 20px
}

.home-row-32 {
	padding: 80px 0 30px
}

.home-row-32 .wrap {
	max-width: 960px
}

.home-row-32 .wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.home-row-32 .col-3 {
	text-align: center
}

.home-row-32 .col-3 li {
	float: left;
	width: 33.333333333%;
	margin-bottom: 50px
}

.home-row-32 .col-3 li>div {
	padding: 0 20px
}

.home-row-32 .col-3 li:before {
	content: "";
	display: inline-block;
	height: 164px;
	width: 164px;
	background: url(../images/gfx/kfz-banner2-20151117.png) no-repeat;
	margin-bottom: 20px
}

.home-row-32 .col-3 .list1:before {
	background-position: 0 0
}

.home-row-32 .col-3 .list2:before {
	background-position: -164px 0
}

.home-row-32 .col-3 .list3:before {
	background-position: -820px 0
}

.home-row-32 .col-3 .list4:before {
	background-position: -492px 0
}

.home-row-32 .col-3 .list5:before {
	background-position: -656px 0
}

.home-row-32 .col-3 h3 {
	font-size: 18px;
	margin-bottom: 15px
}

.home-row-32 .col-3 p {
	font-size: 15px;
	line-height: 1.5em;
	color: #959595;
	margin-bottom: 15px
}

.home-row-32 .col-3 a {
	height: 30px;
	line-height: 30px;
	margin: 0 5px;
	padding: 0 15px;
	border: 1px solid #3baeda;
	color: #3baeda;
	border-radius: 3px;
	display: inline-block
}

.home-row-32 .col-3 .list4 .btn1 {
	color: #9a73b4;
	border-color: #9a73b4
}

.home-row-32 .col-3 .list5 .btn1 {
	color: #1fb5ac;
	border-color: #1fb5ac
}

.developer-row-3 {
	background: #f8f8f8;
	padding: 80px 0 50px
}

.developer-row-3 h3 {
	font-size: 20px;
	margin-bottom: 20px
}

.developer-row-3 p {
	font-size: 16px;
	color: #959595;
	line-height: 1.8em
}

.developer-row-3 .wrap {
	max-width: 960px
}

.developer-row-3 ul {
	vertical-align: top
}

.developer-row-3 li:before {
	content: "";
	display: inline-block;
	height: 79px;
	width: 79px;
	background: url(../images/gfx/kfz-bannner3-20151117.png) no-repeat;
	margin-bottom: 30px
}

.developer-row-3 li {
	margin-bottom: 50px
}

.developer-row-3 li.list1:before {
	background-position: 0 0
}

.developer-row-3 li.list2:before {
	background-position: -79px 0
}

.developer-row-3 li.list3:before {
	background-position: -158px 0
}

.developer-row-3 li.list4:before {
	background-position: -237px 0
}

.developer-row-3 li.list5:before {
	background-position: -316px 0
}

.developer-row-3 li.list6:before {
	background-position: -395px 0
}

.voicer-row-3 {
	padding: 60px 0;
	position: relative;
	overflow: hidden
}

.voicer-row-3 .macbook {
	margin: 0 auto;
	-webkit-transition: all ease-out .6s;
	-moz-transition: all ease-out .6s;
	-o-transition: all ease-out .6s;
	transition: all ease-out .6s
}

.voicer-row-3 .wave-box {
	top: 400px;
	left: 45%;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s
}

.voicer-row-3 .wave-box:after {
	border-color: rgba(0,200,242,.2);
	height: 1056px;
	width: 1056px;
	margin-top: -528px;
	margin-left: -528px;
	-webkit-transition: all ease-out .8s;
	-moz-transition: all ease-out .8s;
	-o-transition: all ease-out .8s;
	transition: all ease-out .8s;
	-webkit-transform: scale3d(0,0,0);
	-moz-transform: scale3d(0,0,0);
	-ms-transform: scale3d(0,0,0);
	-o-transform: scale3d(0,0,0);
	transform: scale3d(0,0,0);
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s;
	opacity: 0
}

.voicer-row-3 .wave:before {
	border-color: rgba(0,200,242,.3);
	width: 634px;
	height: 634px;
	margin-top: -317px;
	margin-left: -317px;
	-webkit-transition: all ease-out .8s;
	-moz-transition: all ease-out .8s;
	-o-transition: all ease-out .8s;
	transition: all ease-out .8s;
	-webkit-transform: scale3d(0,0,0);
	-moz-transform: scale3d(0,0,0);
	-ms-transform: scale3d(0,0,0);
	-o-transform: scale3d(0,0,0);
	transform: scale3d(0,0,0);
	-webkit-transition-delay: .6s;
	-moz-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s;
	opacity: 0
}

.voicer-row-3 .wave:after {
	border-color: rgba(0,200,242,.4);
	height: 364px;
	width: 364px;
	margin-top: -182px;
	margin-left: -182px;
	-webkit-transition: all ease-out .8s;
	-moz-transition: all ease-out .8s;
	-o-transition: all ease-out .8s;
	transition: all ease-out .8s;
	-webkit-transform: scale3d(0,0,0);
	-moz-transform: scale3d(0,0,0);
	-ms-transform: scale3d(0,0,0);
	-o-transform: scale3d(0,0,0);
	transform: scale3d(0,0,0);
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
	opacity: 0
}

.voicer-row-3 .wave {
	border-color: rgba(0,200,242,.5);
	height: 160px;
	width: 160px;
	margin-left: -80px;
	margin-top: -80px;
	-webkit-transition: all ease-out .6s;
	-moz-transition: all ease-out .6s;
	-o-transition: all ease-out .6s;
	transition: all ease-out .6s;
	opacity: 0
}

.voicer-row-3 .wave>span {
	height: 66px;
	width: 66px;
	background-color: #00c8f2;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -33px;
	margin-top: -33px;
	border-radius: 100%;
	text-align: center
}

.voicer-row-3 .wave>span:after {
	content: "\e6cc";
	font-size: 36px;
	display: block;
	line-height: 66px;
	color: #fff;
	font-family: kf5-website
}

.voicer-row-3 .col-fadein {
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: 150px;
	z-index: 1
}

.skrollable-after .macbook,.skrollable-between .macbook {
	-webkit-transform: translateX(-530px);
	-moz-transform: translateX(-530px);
	-ms-transform: translateX(-530px);
	-o-transform: translateX(-530px);
	transform: translateX(-530px)
}

.skrollable-after .wave-box .wave,.skrollable-after .wave-box .wave:after,.skrollable-after .wave-box .wave:before,.skrollable-after .wave-box:after {
	-webkit-transform: scale3d(1,1,1)!important;
	-moz-transform: scale3d(1,1,1)!important;
	-ms-transform: scale3d(1,1,1)!important;
	-o-transform: scale3d(1,1,1)!important;
	transform: scale3d(1,1,1)!important;
	opacity: 1!important
}

.skrollable-after .wave-box+.col-fadein li {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

.col-fadein li {
	margin-bottom: 30px;
	max-width: 370px;
	position: relative;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
	opacity: 0;
	-webkit-transform: translateX(50px);
	-moz-transform: translateX(50px);
	-ms-transform: translateX(50px);
	-o-transform: translateX(50px);
	transform: translateX(50px)
}

.col-fadein li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.col-fadein li:nth-child(1) {
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s
}

.col-fadein li:nth-child(2) {
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s
}

.col-fadein li:nth-child(3) {
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	transition-delay: 1.2s
}

.col-fadein li:nth-child(4) {
	-webkit-transition-delay: 1.4s;
	-moz-transition-delay: 1.4s;
	-o-transition-delay: 1.4s;
	transition-delay: 1.4s
}

.col-fadein li:nth-child(5) {
	-webkit-transition-delay: 1.6s;
	-moz-transition-delay: 1.6s;
	-o-transition-delay: 1.6s;
	transition-delay: 1.6s
}

.col-fadein li>i {
	position: absolute;
	left: 0;
	top: 0;
	height: 58px;
	width: 58px;
	border-radius: 100%;
	color: #fff;
	font-size: 26px;
	line-height: 58px;
	text-align: center;
	background-color: #00c8f2
}

.col-fadein .icon-attach-money {
	background-color: #ff7366;
	font-size: 32px
}

.col-fadein .icon-description {
	background-color: #ffb02d
}

.col-fadein .icon-headset-m {
	background-color: #7ed321
}

.col-fadein .icon-local-cafe {
	background-color: #32dcff
}

.col-fadein .icon-perm-phone-msg {
	background-color: #c97cff
}

.col-fadein h4 {
	font-size: 20px;
	margin-bottom: 8px;
	padding-top: 2px;
	padding-left: 75px
}

.col-fadein h4+p {
	font-size: 14px;
	padding-left: 75px
}

.pricing-tab-title {
	width: 100%;
	position: fixed;
	left: 0;
	background: #fff;
	text-align: center;
	top: 71px;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	z-index: 2
}

.pricing-tab-title a {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	margin: 0 30px;
	font-size: 18px;
	padding: 0 20px;
	color: #a0a0a0;
	position: relative
}

.pricing-tab-title a.active {
	color: #59afe2
}

.pricing-tab-title a.active:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #59afe2
}

.pricing-content {
	padding-top: 45px
}

.pricing-content .wrap {
	max-width: 1152px;
	margin: auto
}

.pricing-row1 {
	background: #f5f5f5;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center
}

.pricing-row1 .wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.pricing-row1 .tips {
	height: 26px;
	line-height: 26px;
	padding: 0 25px;
	background: #e9e9e9;
	border-radius: 40px;
	color: #a2a8b0;
	font-size: 16px;
	margin-top: 50px;
	clear: both;
	display: inline-block
}

.pricing-row1-item {
	float: left;
	width: 238px;
	text-align: center;
	padding: 50px 15px 25px;
	background: #fff;
	border-radius: 5px;
	margin: 0 10px
}

.pricing-row1-item h2 {
	font-size: 48px;
	color: #444;
	text-align: center;
	margin-bottom: 20px
}

.pricing-row1-item h2 span {
	position: relative
}

.pricing-row1-item h2 span:before {
	content: "￥";
	font-size: 28px;
	position: absolute;
	left: -22px;
	top: 5px
}

.pricing-row1-item .member {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	min-width: 200px;
	border-radius: 40px;
	background: #00caf4;
	margin-bottom: 25px
}

.pricing-row1-item.list2 .member {
	background: #2baee6
}

.pricing-row1-item.list3 .member {
	background: #f47564
}

.pricing-row1-item.list4 .member {
	background: #8c98b6
}

.pricing-row1-item .seat {
	font-size: 16px;
	color: #8e949c;
	margin-bottom: 20px
}

.pricing-row1-item ul {
	margin-bottom: 5px;
	font-size: 16px
}

.pricing-row1-item li {
	line-height: 34px;
	border-bottom: 1px dashed #ddd;
	color: #a2a8b0
}

.pricing-row1-item li:last-child {
	border-bottom: none
}

.pricing-row1-item .btn {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0 40px;
	background: #00caf4;
	color: #fff;
	font-size: 16px
}

.pricing-row2 {
	padding: 50px 0;
	background: #fff
}

.pricing-table-top:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.pricing-table-left {
	float: left;
	width: 23.871527777778%
}

.pricing-table-left h3 {
	font-size: 18px;
	color: #59afe2;
	line-height: 50px;
	height: 50px
}

.pricing-table-left li {
	line-height: 49px;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	color: #444;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.pricing-table-left li>a {
	font-size: 12px;
	color: #00b4de
}

.pricing-table-left li>a:hover {
	color: #00c8f2
}

.pricing-table-right {
	float: right;
	width: 71.614583333333%
}

.pricing-row2 table {
	text-align: center;
	table-layout: fixed
}

.pricing-row2 table th {
	height: 50px;
	padding: 0 10px;
	font-size: 18px;
	color: #444;
	text-align: center;
	font-weight: 700
}

.pricing-row2 table th span:before {
	content: "";
	height: 10px;
	width: 10px;
	background: #00caf4;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: -2px
}

.pricing-row2 table th.th2 span:before {
	background: #2baee6
}

.pricing-row2 table th.th3 span:before {
	background: #f47564
}

.pricing-row2 table th.th4 span:before {
	background: #8c98b6
}

.pricing-row2 table thead tr {
	border-bottom: none
}

.pricing-row2 table tr {
	border-bottom: 1px solid #eee
}

.pricing-row2 table td {
	height: 49px;
	font-size: 16px;
	color: #919395
}

.pricing-row2 table .yes {
	display: inline-block;
	height: 12px;
	width: 12px;
	border-radius: 100%;
	background: #00caf4
}

.pricing-table-item-content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.pricing-table-item.close h3 a:after {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.pricing-table-item.close .pricing-table-item-content {
	display: none
}

.pricing-table-item>h3 {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	border-bottom: 1px solid #eee;
	cursor: pointer
}

.pricing-table-item>h3:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.pricing-table-item>h3:hover {
	background: #f8f8f8
}

.pricing-table-item>h3 span {
	color: #8c98b6;
	float: left;
	width: 23.871527777778%
}

.pricing-table-item>h3 span:after {
	content: "\e605";
	font-family: kf5-website;
	float: right;
	font-size: 14px;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s
}

.pricing-row3 {
	padding: 50px 0 80px;
	background: #f9f9f9
}

.pricing-row3:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.pricing-row3 dl {
	float: left
}

.pricing-row3 dt {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #444
}

.pricing-row3 dd {
	height: 49px;
	line-height: 49px;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	color: #919395
}

.pricing-row3 .list1 {
	width: 23.871527777778%;
	margin-right: 4.210069444445%;
	text-align: left
}

.pricing-row3 .list1 dd {
	color: #444
}

.pricing-row3 .list1 dt {
	color: #59afe2
}

.pricing-row3 .list2 {
	width: 10.416666666667%;
	margin-right: 4.210069444445%;
	text-align: center
}

.pricing-row3 .list3 {
	width: 57.291666666667%
}

.pricing-row3 .list3 dt {
	text-indent: 35%
}

.pricing-row4 {
	padding: 50px 0 80px;
	background: #fff
}

.pricing-row4:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.pricing-row4 dt {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #444
}

.pricing-row4 dd {
	height: 49px;
	line-height: 49px;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	color: #919395
}

.pricing-row4 .list1 {
	width: 23.871527777778%;
	text-align: left;
	float: left
}

.pricing-row4 .list1 dd {
	color: #444
}

.pricing-row4 .list1 dt {
	color: #59afe2
}

.pricing-row4 .list2 {
	width: 71.614583333333%;
	float: right;
	text-align: center
}

.pricing-row5 {
	padding: 50px 0;
	background: #f9f9f9
}

.pricing-row5 h2 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 50px;
	color: #444
}

.pricing-row5 .calc-tab {
	background: #fbfcfd;
	border: 1px solid #eee;
	border-bottom: none;
	position: relative;
	z-index: 1
}

.pricing-row5 .calc-tab:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.pricing-row5 .calc-tab a {
	float: left;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 18px;
	color: #919395
}

.pricing-row5 .calc-tab a:last-child {
	border-right: none
}

.pricing-row5 .calc-tab a.active {
	border-bottom-color: #fff;
	background: #fff;
	color: #444
}

.pricing-row5 .calc-content {
	background: #fff;
	border: 1px solid #eee;
	position: relative;
	top: -1px;
	padding: 40px 30px
}

.pricing-row5 .calc-content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.pricing-row5 .main {
	float: left;
	width: 72.608695652174%
}

.pricing-row5 .sidebar {
	padding-left: 20px;
	padding-top: 10px;
	float: right;
	width: 20.869565217391%;
	border-left: 1px solid #eee
}

.pricing-row5 .sidebar dl {
	color: #919395;
	margin-bottom: 35px
}

.pricing-row5 .sidebar dl:last-child {
	margin-bottom: 10px
}

.pricing-row5 .sidebar dt {
	font-size: 16px;
	margin-bottom: 10px
}

.pricing-row5 .sidebar dd {
	font-size: 14px
}

.pricing-row5 .sidebar strong {
	font-size: 18px;
	color: #8aa0fa;
	margin-right: 5px
}

.sdk-row1 {
	background: #59afe1
}

.sdk-row1 .wrap {
	max-width: 1080px;
	padding: 100px 0
}

.sdk-row1 .wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.sdk-row1 .info {
	float: left;
	color: #fff;
	text-align: right;
	width: 490px;
	padding-top: 100px
}

.sdk-row1 .info h2 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px
}

.sdk-row1 .info p {
	font-size: 20px;
	line-height: 1.8em;
	margin-bottom: 30px
}

.sdk-row1 .info .btn {
	height: 48px;
	line-height: 48px;
	display: inline-block;
	width: 158px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin-left: 20px;
	border-radius: 3px
}

.sdk-row1 .info .btn1 {
	background-color: #484848
}

.sdk-row1 .info .btn2 {
	background-color: #3fc477
}

.sdk-row1 img {
	float: right
}

.sdk-row3 {
	background: url(../images/gfx/sdk-bg.png) repeat #f5f6f7
}

.sdk-row3 .wrap {
	padding: 80px 0;
	text-align: center
}

.sdk-row3 .info {
	color: #999;
	text-align: center
}

.sdk-row3 .info h2 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #205081
}

.sdk-row3 .info p {
	font-size: 20px;
	line-height: 1.8em;
	margin-bottom: 30px
}

.sdk-row4 {
	background: #fff
}

.sdk-row4 .wrap {
	padding: 80px 0;
	max-width: 1024px
}

.sdk-row4 .wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.sdk-row4 .info {
	color: #999;
	text-align: left;
	padding-top: 20px;
	float: right;
	width: 580px
}

.sdk-row4 .info h2 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #205081
}

.sdk-row4 .info p {
	font-size: 20px;
	line-height: 1.8em;
	margin-bottom: 30px
}

.sdk-row4 .info .btn {
	height: 48px;
	line-height: 48px;
	display: inline-block;
	width: 158px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 3px;
	background: #59afe1
}

.sdk-row4 img {
	float: left
}

.sdk-row5 {
	background: #59afe1
}

.sdk-row5 .wrap {
	padding: 100px 0
}

.sdk-row5 .wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.sdk-row5 .info {
	color: #fff;
	text-align: right;
	padding-top: 20px;
	float: left;
	width: 610px;
	padding-top: 100px
}

.sdk-row5 .info h2 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 15px
}

.sdk-row5 .info p {
	font-size: 20px;
	line-height: 1.8em;
	margin-bottom: 30px
}

.sdk-row5 img {
	float: right
}

.sdk-row6 {
	background: #fff
}

.sdk-row6 .wrap {
	padding: 100px 0 60px;
	max-width: 1080px
}

.sdk-row6 .wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.sdk-row6 .info {
	color: #999
}

.sdk-row6 .info h2 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
	position: relative;
	color: #205081;
	margin-bottom: 90px
}

.sdk-row6 .info h2:before {
	content: "";
	height: 2px;
	width: 70px;
	background: #205081;
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -35px
}

.sdk-row6 .info ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.sdk-row6 .info li {
	float: left;
	width: 370px;
	padding-left: 135px;
	min-height: 110px;
	position: relative;
	margin-bottom: 60px
}

.sdk-row6 .info li:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	height: 113px;
	width: 113px;
	background: url(../images/gfx/sdk-banner6.png) no-repeat
}

.sdk-row6 .info li h3 {
	font-size: 20px;
	color: #444;
	margin-bottom: 10px;
	padding-top: 15px
}

.sdk-row6 .info li p {
	font-size: 18px;
	line-height: 1.6em
}

.sdk-row6 .info .list2:before {
	background-position: -113px 0
}

.sdk-row6 .info .list3:before {
	background-position: -226px 0
}

.sdk-row6 .info .list4:before {
	background-position: -339px 0
}

.sdk-row6 .info .list2,.sdk-row6 .info .list4 {
	float: right
}

.trynowcenter{
	height:30px;
	margin-top:30px;
}

.product-row-1 {
	background-color: #FFFAEE;
	padding: 60px 0;
	text-align: center
}

.product-row-1 img {
	margin-bottom: 50px
}

.product-row-1 p {
	font-size: 20px;
	line-height: 1.6em;
	color: #555
}

.product-row-1 .btn {
	color: #fff;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	border-radius: 3px;
	background: #ff9c00;
	margin-top: 25px
}

.product-row-1 .btn:hover {
	background: #f59200
}

.product-row-2 {
	padding-bottom: 0
}

.product-row-2 .wrap {
	padding: 80px 0
}

.product-row-2 .wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.product-row-2 .info {
	max-width: 530px;
	margin: 0 auto;
	text-align: right;
	float: left;
	margin-right: 40px
}

.product-row-2 h2 {
	font-size: 36px;
	color: #2a1c13;
	margin-bottom: 30px;
	line-height: 1.3em
}

.product-row-2 p {
	font-size: 20px;
	line-height: 30px;
	color: #959595;
	line-height: 1.8em
}

.product-row-3 {
	background: #f5f9fa;
	padding: 80px 0
}

.product-row-3 h2 {
	font-size: 36px;
	color: #2a1c13;
	margin-bottom: 30px;
	text-align: center
}

.product-row-3 p {
	font-size: 20px;
	line-height: 30px;
	color: #959595;
	margin-bottom: 50px;
	text-align: center
}

.product-row-3 .info {
	position: relative
}

.product-row-3 ul {
	width: 480px;
	float: left
}

.product-row-3 li {
	position: relative;
	padding-left: 55px;
	margin-bottom: 15px
}

.product-row-3 li:before {
	content: "";
	display: inline-block;
	height: 45px;
	width: 45px;
	background: url(../images/gfx/cp-banner2-1-20151117.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0
}

.product-row-3 li h3 {
	font-size: 20px;
	line-height: 45px
}

.product-row-3 li p {
	font-size: 16px;
	color: #959595;
	line-height: 1.6em;
	margin-top: -8px;
	text-align: left;
	margin-bottom: 0
}

.product-row-3 .list2:before {
	background-position: -45px 0
}

.product-row-3 .list3:before {
	background-position: -90px 0
}

.product-row-3 .list4:before {
	background-position: -135px 0
}

.product-row-3 img {
	position: absolute;
	right: 0;
	top: 40px
}

.product-row-4 {
	background: #fff;
	padding: 100px 0
}

.product-row-4 .wrap {
	max-width: 1024px
}

.product-row-4 .info {
	float: right;
	width: 450px;
	padding-top: 35px
}

.product-row-4 h2 {
	font-size: 36px;
	color: #2a1c13;
	margin-bottom: 30px
}

.product-row-4 p {
	font-size: 20px;
	color: #959595;
	line-height: 1.6em
}

.product-row-5 {
	background: #f5f9fa;
	padding: 80px 0
}

.product-row-5 .wrap {
	max-width: 960px
}

.product-row-5 ul {
	margin-bottom: 80px
}

.product-row-5 li {
	margin-bottom: 20px
}

.product-row-5 h2 {
	font-size: 36px;
	color: #2a1c13;
	margin-bottom: 30px
}

.product-row-5 h3 {
	font-size: 20px;
	color: #2a1c13;
	margin-bottom: 10px
}

.product-row-5 p {
	font-size: 20px;
	color: #959595
}

.product-row-6 {
	background: #fff;
	padding: 80px 0
}

.product-row-6 .wrap {
	max-width: 960px
}

.product-row-6 .info {
	float: right;
	width: 550px;
	padding-top: 30px
}

.product-row-6 h2 {
	font-size: 36px;
	color: #2a1c13;
	margin-bottom: 20px
}

.product-row-6 p {
	font-size: 20px;
	color: #959595;
	line-height: 1.6em;
	margin-bottom: 20px
}

.product-row-7 {
	background: #ffdd02;
	padding: 100px 0
}

.product-row-7 .info {
	float: left;
	width: 540px;
	text-align: right;
	padding-right: 5px
}

.product-row-7 li {
	margin-bottom: 15px
}

.product-row-7 h2 {
	font-size: 36px;
	color: #2a1c13;
	margin-bottom: 20px;
	line-height: 1.2em
}

.product-row-7 p {
	font-size: 20px;
	color: #4b4b4b;
	line-height: 1.6em
}

.product-row-7 h3 {
	font-size: 20px;
	color: #ec6941;
	line-height: 1.6em
}

.product-row-8 {
	background: #f5f9fa;
	padding: 80px 0;
	text-align: center
}

.product-row-8 h2 {
	font-size: 36px;
	color: #2a1c13;
	margin-bottom: 20px;
	line-height: 1.2em
}

.product-row-8 p {
	font-size: 20px;
	color: #959595;
	line-height: 1.6em
}

.product-row-8 img {
	margin-top: 50px
}

.product-row-9 {
	background: #343434;
	padding: 100px 0 0
}

.product-row-9 .info {
	float: right;
	width: 630px
}

.product-row-9 .wrap {
	max-width: 1050px
}

.product-row-9 h2 {
	font-size: 36px;
	color: #fff;
	margin-bottom: 20px;
	line-height: 1.2em
}

.product-row-9 p {
	font-size: 20px;
	color: #959595;
	line-height: 1.6em
}

.skrollr-mobile [class*=fadein] {
	opacity: 1;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none
}

.skrollr-mobile .fadein-top {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.skrollr-mobile .fadein-bottom {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.skrollr-mobile .fadein-left {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

.skrollr-mobile .fadein-right {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

.skrollr-mobile .zoomin {
	-webkit-transform: scale3d(1,1,1);
	-moz-transform: scale3d(1,1,1);
	-ms-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	opacity: 1
}

.skrollr-mobile .delay2 {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

.skrollr-mobile .delay4 {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

.skrollr-mobile .delay6 {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

.skrollr-mobile .delay8 {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

.skrollr-mobile .delay10 {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

.skrollr-mobile .skrollable-after [class*=fadein] {
	opacity: 1;
	-webkit-transform: translate3d(1px,1px,1px);
	-moz-transform: translate3d(1px,1px,1px);
	-ms-transform: translate3d(1px,1px,1px);
	-o-transform: translate3d(1px,1px,1px);
	transform: translate3d(1px,1px,1px)
}

.skrollr-mobile .skrollable-after .zoomin {
	-webkit-transform: scale3d(1,1,1);
	-moz-transform: scale3d(1,1,1);
	-ms-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	opacity: 1
}

.calculate-box {
	border: 1px solid #ddd;
	margin: 5px
}

.calculate-box .main-cal {
	float: left;
	box-sizing: border-box;
	padding: 20px 30px 35px 30px;
	width: 700px
}

.calculate-box .total-box {
	float: right;
	width: 270px;
	padding-top: 120px;
	line-height: 1.67em
}

.total-box span {
	color: #ff595f;
	font-weight: 700;
	font-size: 16px
}

.total-box h3 {
	font-size: 16px
}

.total-box p {
	font-size: 14px;
	margin-bottom: 10px;
	color: #666
}

.cal-items {
	padding: 20px 0;
	clear: both
}

.cal-items:first-child {
	padding-top: 0
}

.cal-items h3 {
	font-size: 14px;
	margin-bottom: 10px
}

.cal-items .drag-item {
	position: relative;
	margin-bottom: 5px
}

.cal-items .drag-item .bar {
	height: 28px;
	background: #f4f6f7;
	width: 100%;
	border-radius: 2px;
	margin-bottom: 8px
}

.cal-items .drag-item .bar-fill {
	position: absolute;
	height: 15px;
	top: 0;
	background: #6c9;
	border-radius: 2px 0 0 2px
}

.cal-items .drag-item .ctler {
	height: 21px;
	position: absolute;
	top: -3px;
	width: 15px;
	background: #aaa;
	border-radius: 3px;
	cursor: pointer
}

.cal-items .drag-item .label-start {
	position: absolute;
	left: 0;
	font-size: 12px;
	color: #888
}

.cal-items .drag-item .label-end {
	position: absolute;
	right: 0;
	font-size: 12px;
	color: #888
}

.cal-items .label-current {
	position: absolute;
	font-size: 14px;
	color: #fff;
	background: rgba(0,0,0,.6);
	border-radius: 3px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	left: 50%;
	margin-left: -19px;
	width: 38px;
	bottom: 43px
}

.cal-items .label-current:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -6px;
	margin-left: -6px;
	width: 0;
	height: 0;
	float: left;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(0,0,0,.6)
}

.rx-tab-group {
	border-radius: 3px;
	overflow: hidden;
	border: 1px solid #ef9712;
	float: left;
	margin-bottom: 30px;
	position: relative;
	left: 238px;
	margin-top: 20px
}

.rx-tab-group a {
	float: left;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	width: 140px;
	text-align: center;
	color: #ef9712;
	border-left: 1px solid #ef9712;
	text-decoration: none
}

.rx-tab-group a:first-child {
	border-left: none
}

.rx-tab-group a.active {
	background: #ef9712;
	color: #fff
}

.ui-slider-handle {
	height: 34px;
	position: absolute;
	top: -3px;
	width: 15px;
	background: #6c9;
	border-radius: 3px;
	cursor: pointer
}

.ui-slider {
	height: 15px;
	background: #eee;
	width: 100%;
	border-radius: 2px
}

.calculate-box+.tips {
	background-color: #ffeded;
	margin: 5px;
	padding: 10px 15px;
	clear: both;
	font-size: 16px;
	margin-top: 30px;
	line-height: 1.6em
}

.calculate-box+.tips span {
	color: #ff595f
}

.calculate-box+.tips a {
	color: #00b4de
}

.calculate-box+.tips a:hover {
	color: #00c8f2
}

/* .sign-in {
	background: url(../images/gfx/sign-bg.png) no-repeat bottom center #d2eafb;
	overflow-y: hidden;
	height: 100vh;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 0
} */

.sign-gift {
	position: absolute;
	height: 100px;
	right: -5px;
	top: -5px
}

.ie .sign-panel {
	margin-top: -250px
}

.gt9 .sign-panel {
	margin-top: -250px
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
	.sign-panel {
		margin-top: -250px
	}

	.conve.future {
		display: none
	}

	.conve.past {
		display: none
	}

	.shake .sign-panel {
		margin-top: 0
	}
}

.sign-panel {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	top: 50%;
	background: #fff;
	border-radius: 3px;
	padding: 40px;
	padding-bottom: 20px;
	min-height: 450px;
	width: 400px
}

.sign-panel .logo {
	margin-bottom: 35px
}

.sign-panel .logo span {
	font-size: 18px;
	position: relative;
	top: -2px
}

.sign-panel .logo img {
	height: 38px;
	display: inline-block;
	margin-right: 5px
}

.sign-panel .form-item {
	margin-bottom: 25px;
	position: relative
}

.sign-panel label {
	display: block;
	position: relative
}

.sign-panel .img-code-label {
	width: 150px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10
}

.sign-panel .img-code-label input {
	border-radius: 3px 0 0 3px
}

.sign-panel .img-code-box {
	padding-left: 149px;
	padding-right: 43px
}

.sign-panel .img-code {
	display: block;
	height: 40px;
	overflow-y: hidden;
	border: 1px solid #d9d9d9;
	width: 100%
}

.sign-panel .img-code-refresh {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	width: 40px;
	border: 1px solid #d9d9d9;
	border-radius: 0 3px 3px 0;
	color: #777
}

.sign-panel .img-code-refresh i {
	line-height: 40px
}

.sign-panel .img-code-refresh:hover {
	color: #333
}

.sign-panel .correct:after {
	content: "\e118";
	font-family: kf5-website;
	position: absolute;
	right: 6px;
	top: 11px;
	height: 20px;
	line-height: 20px;
	width: 20px;
	background: #00caf4;
	border-radius: 100%;
	font-size: 12px;
	text-align: center;
	color: #fff
}

.sign-panel .wrong input {
	border-color: #ff595f!important
}

.sign-panel .domain {
	position: absolute;
	right: 45px;
	line-height: 42px;
	top: 0;
	color: #666;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s
}

.sign-panel .domain-input.focus::-webkit-input-placeholder {
	color: #fff
}

.sign-panel .domain-input.focus:-moz-placeholder {
	color: #fff
}

.sign-panel .domain-input.focus::-moz-placeholder {
	color: #fff
}

.sign-panel .domain-input.focus:-ms-input-placeholder {
	color: #fff
}

.sign-panel .domain-input.focus+.domain {
	opacity: 1
}

.sign-panel .hint {
	color: #ff595f
}

.sign-panel .info {
	font-size: 12px;
	color: #999;
	margin-top: 8px
}

.sign-panel .placeholder {
	color: #aaa;
	line-height: 1
}

.sign-panel input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 42px;
	border-radius: 3px;
	border: 1px solid #d9d9d9;
	padding: 0 10px;
	width: 100%;
	color: #000;
	font-size: 14px;
	outline: 0
}

.sign-panel input:hover {
	border-color: #c5c5c5
}

.sign-panel .msg-code-btn {
	position: absolute;
	right: 6px;
	top: 6px;
	height: 28px;
	line-height: 30px;
	padding: 0 8px;
	border-radius: 3px;
	border: 1px solid #d9d9d9;
	background: #f7f7f6
}

.sign-panel .msg-code-btn:hover {
	border-color: #c5c5c5
}

.sign-panel .conve-next {
	display: block;
	height: 42px;
	line-height: 42px;
	text-align: center;
	width: 100%;
	border: none;
	border-radius: 3px;
	background: #448ee1;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	outline: 0
}

.sign-panel .conve-next:hover {
	background: #4e98eb
}

.sign-panel .conve-next:active {
	box-shadow: 0 1px 3px rgba(0,0,0,.2) inset
}

.sign-panel h2 {
	font-size: 24px;
	margin-bottom: 10px
}

.sign-panel .success {
	line-height: 1.6em;
	font-size: 16px
}

.sign-panel .success span {
	color: #ff595f;
	margin: 0 5px
}

.reveal .slides {
	position: absolute;
	width: 400px;
	height: 500px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	overflow: visible;
	z-index: 1;
	-webkit-perspective: 600px;
	-ms-perspective: 600px;
	perspective: 600px;
	-ms-perspective-origin: 50% 40%;
	-webkit-perspective-origin: 50% 40%;
	perspective-origin: 50% 40%
}

.conve {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform-origin .8s cubic-bezier(.26,.86,.44,.985),-webkit-transform .8s cubic-bezier(.26,.86,.44,.985),visibility .8s cubic-bezier(.26,.86,.44,.985),opacity .8s cubic-bezier(.26,.86,.44,.985);
	transition: -ms-transform-origin .8s cubic-bezier(.26,.86,.44,.985),transform .8s cubic-bezier(.26,.86,.44,.985),visibility .8s cubic-bezier(.26,.86,.44,.985),opacity .8s cubic-bezier(.26,.86,.44,.985);
	transition: transform-origin .8s cubic-bezier(.26,.86,.44,.985),transform .8s cubic-bezier(.26,.86,.44,.985),visibility .8s cubic-bezier(.26,.86,.44,.985),opacity .8s cubic-bezier(.26,.86,.44,.985)
}

.conve.future {
	opacity: 0;
	-webkit-transform: translate3d(100%,0,0) rotateY(90deg) translate3d(100%,0,0);
	transform: translate3d(100%,0,0) rotateY(90deg) translate3d(100%,0,0)
}

.ie9 .conve.future {
	display: none
}

.conve.past {
	opacity: 0;
	-webkit-transform: translate3d(-100%,0,0) rotateY(-90deg) translate3d(-100%,0,0)
}

.ie9 .conve.past {
	display: none
}

.conve .terms {
	font-size: 12px;
	color: #777;
	margin-bottom: 10px
}

.conve .terms a {
	color: #00b4de
}

.conve .terms a:hover {
	color: #00c8f2
}

.sk-circle {
	margin: 100px auto;
	width: 40px;
	height: 40px;
	position: relative
}

.sk-circle .sk-child {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.sk-circle .sk-child:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #00caf4;
	border-radius: 100%;
	-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
	animation: sk-circleBounceDelay 1.2s infinite ease-in-out both
}

.sk-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg)
}

.sk-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg)
}

.sk-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.sk-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg)
}

.sk-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg)
}

.sk-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.sk-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg)
}

.sk-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg)
}

.sk-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.sk-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg)
}

.sk-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg)
}

.sk-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}

.sk-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

.sk-circle .sk-circle4:before {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}

.sk-circle .sk-circle5:before {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s
}

.sk-circle .sk-circle6:before {
	-webkit-animation-delay: -.7s;
	animation-delay: -.7s
}

.sk-circle .sk-circle7:before {
	-webkit-animation-delay: -.6s;
	animation-delay: -.6s
}

.sk-circle .sk-circle8:before {
	-webkit-animation-delay: -.5s;
	animation-delay: -.5s
}

.sk-circle .sk-circle9:before {
	-webkit-animation-delay: -.4s;
	animation-delay: -.4s
}

.sk-circle .sk-circle10:before {
	-webkit-animation-delay: -.3s;
	animation-delay: -.3s
}

.sk-circle .sk-circle11:before {
	-webkit-animation-delay: -.2s;
	animation-delay: -.2s
}

.sk-circle .sk-circle12:before {
	-webkit-animation-delay: -.1s;
	animation-delay: -.1s
}

@-webkit-keyframes sk-circleBounceDelay {
	0%,100%,80% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes sk-circleBounceDelay {
	0%,100%,80% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes shake {
	100%,from {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0)
	}

	20%,40%,60%,80% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0)
	}
}

@keyframes shake {
	100%,from {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0)
	}

	20%,40%,60%,80% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0)
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

.appdown-row1 {
	background: #666 url(../images/app-banner.jpg) no-repeat;
	background-size: cover;
	padding: 100px 0
}

.appdown-row1:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.appdown-row1 .info {
	float: right;
	width: 500px;
	padding-top: 30px
}

.appdown-row1 img.app-phone {
	margin-bottom: -170px;
	margin-top: -50px;
	margin-left: 150px
}

.appdown-row1 .share {
	margin-bottom: 30px;
	padding-left: 35px
}

.appdown-row1 .share:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.appdown-row1 .share p {
	float: left;
	line-height: 55px;
	color: #fff;
	font-size: 18px;
	padding-right: 45px
}

.appdown-row1 .share ul {
	float: left
}

.appdown-row1 .share ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.appdown-row1 .share li {
	float: left;
	margin-right: 10px
}

.appdown-row1 .share li a {
	display: block;
	height: 50px;
	width: 50px;
	border-radius: 100%;
	border: 4px solid #fff;
	background: url(../images/gfx/appdown-banner4.png) no-repeat
}

.appdown-row1 .share li a:hover {
	border-color: #60ccf7
}

.appdown-row1 .share li.sina-weibo a {
	background-position: 11px 13px
}

.appdown-row1 .share li.qq-weibo a {
	background-position: -33px 12px
}

.appdown-row1 .share li.qq-zone a {
	background-position: -76px 12px
}

.appdown-row1 .share li.renren a {
	background-position: -118px 10px
}

.appdown-row1 .down-box {
	background: #fff;
	border-radius: 5px;
	opacity: .9;
	padding: 30px;
	width: 430px
}

.appdown-row1 .down-box:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.appdown-row1 .qr-code {
	float: left;
	text-align: center;
	font-size: 16px;
	color: #969696;
	margin-right: 15px
}

.appdown-row1 .qr-code img {
	display: block;
	margin-bottom: 8px
}

.appdown-row1 .down-btn-box {
	float: right;
	text-align: center
}

.appdown-row1 .down-btn-box p {
	font-size: 14px;
	margin-bottom: 15px;
	color: #969696
}

.appdown-row1 .down-btn-box .down-btn {
	display: inline-block;
	height: 55px;
	line-height: 55px;
	width: 170px;
	text-align: center;
	padding: 0 20px 0 60px;
	border-radius: 40px;
	background: #4bbae6;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	position: relative;
	margin-bottom: 10px
}

.appdown-row1 .down-btn-box .down-btn:hover {
	background-color: #37a6d2
}

.appdown-row1 .down-btn-box .ios .down-btn:before {
	content: "\f179";
	font-family: kf5-website;
	display: inline-block;
	font-size: 30px;
	font-weight: 400;
	position: absolute;
	left: 30px;
	top: 0
}

.appdown-row1 .down-btn-box .android .down-btn:before {
	content: "\f17b";
	font-family: kf5-website;
	display: inline-block;
	font-size: 30px;
	font-weight: 400;
	position: absolute;
	left: 30px;
	top: 0
}

.appdown-row1 .anzhi-store {
	font-size: 14px;
	color: #969696;
	position: relative;
	clear: both;
	height: 26px;
	line-height: 26px
}

.appdown-row1 .anzhi-store:before {
	content: "";
	display: block;
	height: 1px;
	background-color: #ddd;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%
}

.appdown-row1 .anzhi-store a {
	float: right;
	background: #fff;
	position: relative;
	padding: 0 5px 0 10px
}

.appdown-row1 .anzhi-store a:after {
	content: "";
	display: inline-block;
	height: 26px;
	width: 26px;
	background: url(../images/gfx/appdown-banner3.png) no-repeat;
	vertical-align: top;
	margin-left: 8px
}

.appdown-row2 {
	background: #fff;
	padding: 100px 0
}

.appdown-row2 ul {
	margin-bottom: 40px
}

.appdown-row2 ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.appdown-row2 ul.top {
	position: relative;
	border-bottom: 1px solid #eee;
	padding-bottom: 40px
}

.appdown-row2 ul.top:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 1px;
	height: 30px;
	background: #eee;
	left: 50%;
	bottom: -15px
}

.appdown-row2 ul li {
	float: left;
	width: 33.333333333%;
	text-align: center
}

.appdown-row2 ul li:before {
	content: "";
	display: inline-block;
	height: 80px;
	width: 80px;
	background: url(../images/gfx/appdown-banner2.png) no-repeat;
	margin-bottom: 30px
}

.appdown-row2 ul li>div {
	padding: 0 40px
}

.appdown-row2 ul li h3 {
	font-size: 20px;
	color: #333;
	margin-bottom: 20px
}

.appdown-row2 ul li p {
	font-size: 18px;
	color: #959595;
	line-height: 30px
}

.appdown-row2 ul li.list1:before {
	background-position: 5px 5px
}

.appdown-row2 ul li.list2:before {
	background-position: -81px 5px
}

.appdown-row2 ul li.list3:before {
	background-position: -168px 5px
}

.appdown-row2 ul li.list4:before {
	background-position: -260px 5px
}

.appdown-row2 ul li.list5:before {
	background-position: -355px 5px
}

.appdown-row2 ul li.list6:before {
	background-position: -445px 5px
}

.appdown-row2 ul li.list7:before {
	background-position: -540px 5px
}

.appdown-row2 ul li.list8:before {
	background-position: -630px 5px
}

.login-row1 {
	background: #58b5e0;
	padding: 70px 0;
	text-align: center
}

.login-row1 .wrap {
	max-width: 850px;
	margin: auto
}

.login-row1 h2 {
	font-size: 40px;
	margin-bottom: 20px;
	color: #fff
}

.login-row1 p {
	font-size: 16px;
	color: #fff;
	line-height: 1.6em
}

.login-row1 form {
	padding-top: 50px;
	margin-bottom: 30px
}

.login-row1 .error-box {
	color: #ff595f;
	padding: 8px 12px;
	background: #fff;
	border-radius: 3px;
	position: absolute;
	bottom: 45px
}

.login-row1 .error-box:before {
	content: "\e119";
	font-family: kf5-website;
	color: #fff;
	padding: 3px;
	border-radius: 100%;
	background: #ff595f;
	font-size: 12px
}

.login-row1 .error-box:after {
	content: "";
	height: 0;
	width: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #fff;
	position: absolute;
	left: 50%;
	bottom: -5px;
	margin-left: -3px
}

.login-row1 .login-succeed {
	padding-top: 50px;
	color: #fff
}

.login-row1 .login-succeed span {
	padding: 8px 15px;
	background: #fff;
	color: #00caf4;
	border-radius: 3px
}

.login-row1 input {
	outline: 0
}

.login-row1 .login-input-box {
	display: inline-block;
	position: relative
}

.login-row1 input[type=text] {
	height: 34px;
	width: 340px;
	border-radius: 2px;
	background: #fff;
	padding: 0 10px;
	color: #999;
	font-size: 16px;
	display: inline-block;
	border: 1px solid #fff
}

.login-row1 input[type=submit] {
	border-radius: 2px;
	background: #ff9c00;
	border: none;
	text-align: center;
	width: 110px;
	height: 36px;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	cursor: pointer
}

.login-row1 .no-id {
	font-size: 14px;
	position: relative;
	width: 450px;
	margin: auto
}

.login-row1 .no-id span {
	padding: 0 10px;
	background: #58b5e0;
	position: relative
}

.login-row1 .no-id a {
	color: #fff45c
}

.login-row1 .no-id:before {
	content: "";
	height: 1px;
	background: #a0dffc;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%
}

.login-row2 {
	padding: 50px 0
}

.login-row2 .wrap {
	max-width: 830px
}

.login-row2 .wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.login-row2 img {
	float: left
}

.login-row2 h2 {
	float: right;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5em;
	vertical-align: middle;
	padding-top: 100px
}

.header-blank {
	height: 93px;
	background: #485562 url(images/gfx/banner-product.png);
	background-size: cover;
	display: none
}

.header-blank1 {
	height: 93px;
	background: #32425c;
	display: none
}

.case-list {
	max-width: 800px;
	margin: auto;
	float: left
}

.case-list li {
	background: #fff;
	padding: 20px;
	padding-right: 50px;
	box-shadow: 0 1px 3px rgba(0,0,0,.08);
	position: relative;
	min-height: 100px;
	margin-bottom: 20px
}

.case-list li:before {
	content: "";
	display: block;
	position: absolute;
	right: -2px;
	top: -2px;
	-webkit-transition: border-width .2s ease-in,opacity 0s ease-in 0s;
	-moz-transition: border-width .2s ease-in,opacity 0s ease-in 0s;
	-o-transition: border-width .2s ease-in,opacity 0s ease-in 0s;
	transition: border-width .2s ease-in,opacity 0s ease-in 0s;
	opacity: 0;
	border-width: 0;
	height: 0;
	width: 0;
	border-style: solid;
	border-color: #f7f8f8 #f7f8f8 transparent transparent
}

.case-list li:after {
	content: "";
	display: block;
	opacity: 0;
	border-width: 0;
	position: absolute;
	right: 0;
	top: 0;
	height: 0;
	width: 0;
	border-style: solid;
	border-color: #f7f8f8 #f7f8f8 transparent transparent;
	background: #e8e8e8;
	-webkit-transition: border-width .2s ease-in,opacity 0s ease-in 0s;
	-moz-transition: border-width .2s ease-in,opacity 0s ease-in 0s;
	-o-transition: border-width .2s ease-in,opacity 0s ease-in 0s;
	transition: border-width .2s ease-in,opacity 0s ease-in 0s
}

.case-list li:hover:before {
	-webkit-transition: border-width .2s ease-in,opacity 0s ease-in 0s;
	-moz-transition: border-width .2s ease-in,opacity 0s ease-in 0s;
	-o-transition: border-width .2s ease-in,opacity 0s ease-in 0s;
	transition: border-width .2s ease-in,opacity 0s ease-in 0s;
	opacity: 1;
	border-width: 10px
}

.case-list li:hover:after {
	-webkit-transition: border-width .2s ease-in,opacity 0s ease-in 0s;
	-moz-transition: border-width .2s ease-in,opacity 0s ease-in 0s;
	-o-transition: border-width .2s ease-in,opacity 0s ease-in 0s;
	transition: border-width .2s ease-in,opacity 0s ease-in 0s;
	opacity: 1;
	border-width: 8px
}

.case-list .images {
	position: absolute;
	left: 20px;
	top: 20px;
	height: 100px;
	width: 180px;
	cursor: pointer;
	overflow: hidden
}

.case-list .images:before {
	content: "";
	display: block;
	height: 50px;
	width: 180px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLCAwLCAwKSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwgMCwgMCkiIHN0b3Atb3BhY2l0eT0iMC4xNSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);background-image: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.15) 100%);
	background-image: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.15) 100%);
	background-image: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.15) 100%);
	background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.15) 100%);
	z-index: 1;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s
}

.case-list .images:hover:before {
	background-image: url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLCAwLCAwKSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwgMCwgMCkiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);background-image: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.2) 100%);
	background-image: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.2) 100%);
	background-image: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.2) 100%);
	background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.2) 100%)
}

.case-list .images>img {
	display: block;
	width: 180px
}

.case-list .info {
	padding-left: 205px
}

.case-list .info h3 {
	margin-bottom: 10px;
	margin-top: -3px
}

.case-list .info h3>a {
	font-size: 20px;
	color: #444;
	line-height: 1.3em;
	font-weight: 700;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s
}

.case-list .info h3>a:hover {
	color: #00b4de
}

.case-list .info .meta {
	line-height: 22px;
	height: 22px;
	font-size: 13px;
	color: #666;
	margin-bottom: 10px
}

.case-list .info .meta a {
	color: #00b4de
}

.case-list .info .meta a:hover {
	color: #00c8f2
}

.case-list .info .meta i {
	margin-right: 25px
}

.case-list .info .meta span.badge {
	padding: 3px 8px;
	font-size: 12px;
	background: #ff6868;
	color: #fff;
	margin-right: 10px
}

.case-list .info .quote {
	font-size: 14px;
	color: #555;
	line-height: 1.5em
}

.case-meta {
	margin-bottom: 30px;
	padding: 30px 0;
	background: #f4f5f6
}

.case-meta h3 {
	padding-left: 15px;
	border-left: 4px solid #00c8f2;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 30px
}

.case-meta ul li {
	position: relative;
	padding-right: 30px;
	line-height: 24px;
	margin-bottom: 20px
}

.case-meta ul li span {
	position: absolute;
	left: 20px;
	top: 0;
	font-weight: 700;
	font-size: 16px
}

.case-meta ul li p {
	padding-left: 150px;
	font-size: 16px
}

.blog-article-content {
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 50px;
	color: #333
}

.blog-article-content p {
	margin-bottom: 20px
}

.blog-article-content img {
	display: block;
	margin-bottom: 30px;
	max-width: 100%;
	height: auto
}

.blog-article-content h3 {
	padding-left: 15px;
	border-left: 4px solid #00c8f2;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 20px;
	margin-top: 30px
}

.blog-article-content a {
	color: #00b4de
}

.blog-article-content a:hover {
	color: #00c8f2
}

.cbutton {
	position: relative
}

.cbutton::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -35px 0 0 -35px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	opacity: 0;
	pointer-events: none
}

.cbutton--effect-jagoda::before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	content: '';
	opacity: 0;
	pointer-events: none
}

.cbutton--effect-jagoda::after {
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px
}

.cbutton--effect-jagoda::after,.cbutton--effect-jagoda::before {
	box-shadow: 0 0 0 1px rgba(255,255,255,.4)
}

.cbutton--effect-jagoda.share-wechat::after,.cbutton--effect-jagoda.share-wechat::before {
	box-shadow: 0 0 0 1px rgba(125,217,25,.4)
}

.cbutton--effect-jagoda.share-weibo::after,.cbutton--effect-jagoda.share-weibo::before {
	box-shadow: 0 0 0 1px rgba(255,124,124,.4)
}

.cbutton--effect-jagoda.share-qq::after,.cbutton--effect-jagoda.share-qq::before {
	box-shadow: 0 0 0 1px rgba(81,183,255,.4)
}

.cbutton--effect-jagoda:hover::after,.cbutton--effect-jagoda:hover::before {
	-webkit-animation-name: anim-effect-jagoda-2,anim-effect-jagoda-1;
	animation-name: anim-effect-jagoda-2,anim-effect-jagoda-1;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-iteration-count: 5;
	animation-iteration-count: 5;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.cbutton--effect-jagoda:hover::after {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

@-webkit-keyframes anim-effect-jagoda-1 {
	0%,100% {
		opacity: 0
	}

	40%,60% {
		opacity: 1
	}
}

@keyframes anim-effect-jagoda-1 {
	0%,100% {
		opacity: 0
	}

	40%,60% {
		opacity: 1
	}
}

@-webkit-keyframes anim-effect-jagoda-2 {
	0% {
		-webkit-transform: scale3d(.5,.5,1);
		transform: scale3d(.5,.5,1)
	}

	100% {
		-webkit-transform: scale3d(1.4,1.4,1);
		transform: scale3d(1.4,1.4,1)
	}
}

@keyframes anim-effect-jagoda-2 {
	0% {
		-webkit-transform: scale3d(.5,.5,1);
		transform: scale3d(.5,.5,1)
	}

	100% {
		-webkit-transform: scale3d(1.4,1.4,1);
		transform: scale3d(1.4,1.4,1)
	}
}

@-webkit-keyframes swing {
	0% {
		opacity: 0;
		-webkit-transform: rotate3d(0,0,1,-10deg) scale3d(1.8,1.8,1.8)
	}

	50% {
		opacity: .6;
		-webkit-transform: rotate3d(0,0,1,10deg) translate(0,-16px) scale3d(2,2,2)
	}

	100% {
		opacity: 0;
		-webkit-transform: rotate3d(0,0,1,-5deg) translate(0,-32px) scale3d(2.2,2.2,2.2)
	}
}

.swing {
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-animation-name: swing;
	animation-name: swing
}

.animated {
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.more-features {
	background: #00caf4;
	padding: 120px 0
}

.more-features h2 {
	font-size: 40px;
	color: #fff;
	padding-bottom: 40px
}

.more-features ul li {
	display: inline-block
}

.more-features ul li a {
	display: block;
	padding: 10px 18px;
	border: 1px solid #fff;
	transition: all ease-in .2s;
	border-radius: 20px;
	font-size: 16px;
	color:#fff;
	margin-right: 16px
}

.more-features ul li a.register {
	border-color: #fff;
	color: #fff;
	margin-right: 0
}

.more-features ul li a.register:hover {
	background: #00c8f2;
	color: #fff
}

.telephone-row5 {
	padding: 100px 0;
	background: #fff
}

.telephone-row5:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.telephone-row5 .wrap {
	max-width: 985px;
	margin: 0 auto
}

.telephone-row5 .info {
	float: left;
	width: 465px
}

.telephone-row5 h2 {
	font-size: 36px;
	color: #3f3f3f;
	margin-bottom: 30px
}

.telephone-row5 p {
	font-size: 20px;
	color: #3f3f3f;
	margin-bottom: 30px;
	line-height: 1.6em
}

.telephone-row5 .btn {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	font-size: 20px;
	color: #fff;
	background: #fe7951;
	border-radius: 3px
}

.telephone-row5 .btn:hover {
	background: #f46f47
}

.telephone-row5 img {
	float: right
}

.section-row {
	padding: 80px 0
}

.section-row:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.section-row .info h2, .section-row .wrap h2 {
	font-size: 40px;
	font-weight: normal;
	margin-bottom: 20px
}

.section-row .info p {
	line-height: 1.5em;
	margin-bottom: 20px;
	font-size: 20px
}

.section-row .btn {
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	color: #fff;
	background: #03A9F4;
	border-radius: 4em;
	display: inline-block;
}

.section-row .btn.grey {
	background: none;
	border: 1px solid #999;
	color: #999;
	height: 48px;
	line-height: 48px;
	margin-left: 20px
}

.screen-row1 {
	padding: 150px 0;
	background: #3d4d66;
	text-align: center
}

.screen-row1 img {
	margin-bottom: 45px
}

.screen-row1 .info {
	max-width: 960px;
	margin: 0 auto
}

.screen-row1 h2 {
	color: #fff
}

.screen-row1 p {
	font-size: 20px;
	color: #fff
}

.screen-row2 {
	padding: 0 0 70px;
	background: #f1f4f9;
	text-align: center
}

.screen-row2 img {
	position: relative;
	top: -110px
}

.screen-row2 .info {
	margin-top: -50px
}

.screen-row2 h2 {
	color: #313131
}

.screen-row2 ul {
	max-width: 820px;
	margin: auto
}

.screen-row2 ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.screen-row2 li {
	float: left;
	width: 260px;
	text-align: center;
	font-size: 20px;
	color: #333;
	margin-left: 20px
}

.screen-row2 li:first-child {
	margin-left: 0
}

.screen-row2 li:before {
	content: "";
	display: inline-block;
	height: 160px;
	width: 139px;
	margin-bottom: 25px;
	background: url(../images/gfx/hc-banner2-icon.png) no-repeat
}

.screen-row2 li.list2:before {
	background-position: -139px 0
}

.screen-row2 li.list3:before {
	background-position: -278px 0
}

.screen-row3 {
	padding: 60px 0;
	background: #fff
}

.screen-row3 .wrap {
	max-width: 935px;
	margin: auto
}

.screen-row3 .wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.screen-row3 img {
	float: left;
	margin-right: 35px
}

.screen-row3 h2 {
	color: #333;
	padding-top: 30px
}

.screen-row3 p {
	font-size: 20px;
	color: #333
}

.screen-row4 {
	padding: 60px 0 0;
	background: #f1f4f9;
	text-align: center
}

.screen-row4 h2 {
	color: #333;
	text-align: center
}

.screen-row4 h2:before {
	content: "";
	display: inline-block;
	margin-right: 20px;
	width: 64px;
	height: 66px;
	background: url(../images/gfx/hc-banner4-icon.png) no-repeat;
	position: relative;
	top: 18px
}

.screen-row5 {
	padding: 100px 0;
	background: #f1f4f9;
	text-align: center
}

.screen-row5 .wrap {
	max-width: 1100px;
	margin: auto
}

.screen-row5 .wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.screen-row5 .info {
	max-width: 660px;
	margin: auto;
	margin-bottom: 50px
}

.screen-row5 h2 {
	color: #333
}

.screen-row5 p {
	font-size: 20px;
	color: #333
}

.screen-row5 ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.screen-row5 li {
	float: left;
	margin-right: 20px;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s
}

.screen-row5 li:hover {
	-webkit-transform: scale3d(1.05,1.05,1.05);
	-moz-transform: scale3d(1.05,1.05,1.05);
	-ms-transform: scale3d(1.05,1.05,1.05);
	-o-transform: scale3d(1.05,1.05,1.05);
	transform: scale3d(1.05,1.05,1.05)
}

.screen-row5 .list2,.screen-row5 .list3 {
	margin-bottom: 19px
}

.screen-row5 .list3,.screen-row5 .list5 {
	margin-right: 0
}

.screen-row6 {
	padding: 80px 0;
	background: #fff
}

.screen-row6 .wrap {
	max-width: 1200px;
	margin: auto
}

.screen-row6 .wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.screen-row6 img {
	float: right
}

.screen-row6 .info {
	text-align: right;
	max-width: 470px;
	float: left;
	padding-top: 30px
}

.screen-row6 h2 {
	color: #333;
	padding-top: 100px
}

.screen-row6 p {
	font-size: 20px;
	color: #333
}

.screen-row7 {
	padding: 80px 0 0;
	background: #f7fbfc;
	text-align: center
}

.screen-row7 h2 {
	color: #333;
	margin-bottom: 20px
}

.screen-row7 p {
	font-size: 20px;
	color: #959595;
	padding-bottom: 50px
}

.screen-row7 .btn {
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 40px;
	height: 50px;
	line-height: 50px;
	padding: 0 50px;
	font-size: 20px;
	color: #fff;
	background: #fe7951;
	border-radius: 3px
}

.screen-row7 .btn:hover {
	background: #f46f47
}

.screen-row8 {
	background: #fff
}

.screen-row8 .wrap h2 {
	color: #333;
	text-align: center;
	margin-bottom: 60px
}

.screen-row8 ul {
	max-width: 940px;
	margin: auto
}

.screen-row8 ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.screen-row8 li {
	float: left;
	text-align: center;
	margin-left: 80px;
	max-width: 260px
}

.screen-row8 li:first-child {
	margin-left: 0
}

.screen-row8 li:before {
	content: "";
	display: inline-block;
	height: 164px;
	width: 164px;
	background: url(../images/gfx/im-banner2-icon.png) no-repeat;
	margin-bottom: 40px
}

.screen-row8 li h3 {
	font-size: 20px;
	color: #333;
	margin-bottom: 25px
}

.screen-row8 li p {
	font-size: 20px;
	color: #959595;
	line-height: 1.6em
}

.screen-row8 li.list2:before {
	background-position: -164px 0
}

.screen-row8 li.list3:before {
	background-position: -328px 0
}

.screen-row9 .wrap {
	max-width: 1100px
}

.screen-row9 .info:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.screen-row9 .label-static {
	width: 23%;
	float: left;
	color: #666;
	margin-left:15px;
	margin-bottom:10px;
}

.screen-row9 .label-static:hover{
	-moz-box-shadow:1px 1px 10px #ccc; -webkit-box-shadow:1px 1px 10px #ccc; box-shadow:1px 1px 10px #ccc;
}

.screen-row9 .label-static .label-inner {
	margin: 3px;
	padding: 20px 10px;
	background:#fff;
	height: 82px;
}

.screen-row9 .label-static .label-inner .cc-func{
	float:left;
	
}
.screen-row9 .label-static .label-inner .label-head{
	height:100%;
	width:30%;
	margin-top:15px;
	background: url(../images/product/callcenter/function-icon.png) no-repeat;
}
.screen-row9 .label-static .label-inner .label-body{
	height:100%;
	width:65%;
}
.screen-row9 .label-static .label-inner .cc-func-logo-01{
	background-position: 2px 0;
}
.screen-row9 .label-static .label-inner .cc-func-logo-02{
	background-position: -65px 0;
}
.screen-row9 .label-static .label-inner .cc-func-logo-03{
	background-position: -130px 0;
}
.screen-row9 .label-static .label-inner .cc-func-logo-04{
	background-position: -195px 0;
}
.screen-row9 .label-static .label-inner .cc-func-logo-05{
	background-position: -265px 0;
}
.screen-row9 .label-static .label-inner .cc-func-logo-06{
	background-position: -330px 0;
}
.screen-row9 .label-static .label-inner .cc-func-logo-07{
	background-position: -400px 0;
}
.screen-row9 .label-static .label-inner .cc-func-logo-08{
	background-position: -470px 0;
}
.screen-row9 .label-static .label-inner .cc-func-logo-09{
	background-position: -523px 0;
}
.screen-row9 .label-static .label-inner .cc-func-logo-10{
	background-position: -595px 0;
}
.screen-row9 .label-static .label-inner .cc-func-logo-11{
	background-position: -660px 0;
}
.screen-row9 .label-static .label-inner .cc-func-logo-12{
	background-position: -730px 0;
}


.screen-row9 .label-static .label-inner h3 {
	padding: 10px 0px;
	color: #333;
	font-size: 18px
}

.screen-row9 .label-static .label-inner p {
	font-size: 14px;
	padding: 0;
	color: #777;
	margin: 0;
	line-height: 22px
}

.screen-row9 h2 {
	color: #313131;
	text-align: center;
	position: relative;
	padding-bottom: 30px
}

.screen-row9 .join {
	padding: 40px 10px 0 10px;
}

.screen-row9 .join:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.screen-row9 .join h3 {
	float: left;
	font-size: 30px;
	line-height: 48px;
}

.screen-row9 .join .btn-lg {
	float: right;
}

.screen-row10 {
	background: #F2F9FB
}

.screen-row10:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.screen-row10 .wrap {
	max-width: 1100px;
	margin: 0 auto
}

.screen-row10 img {
	float: right
}

.screen-row10 .info {
	padding-top: 80px;
	width: 600px
}

.screen-row10 .wrap h2 {
	color: #333;
	margin-bottom: 30px
}

.screen-row10 p {
	font-size: 20px;
	color: #555;
	line-height: 1.6em
}

.screen-row11 {
	background: #ffcf3f;
	text-align: center
}

.screen-row11 img {
	margin-bottom: 40px
}

.screen-row11 h2 {
	color: #333
}

.screen-row11 p {
	font-size: 20px;
	color: #333;
	margin-bottom: 10px
}

.screen-row11 .btn {
	display: inline-block;
	margin-top: 30px;
	height: 50px;
	line-height: 50px;
	padding: 0 50px;
	font-size: 20px;
	color: #fff;
	background: #fe7951;
	border-radius: 3px
}

.screen-row11 .btn:hover {
	background: #f46f47
}

.screen-row12 {
	padding-bottom: 0;
	background: #fff
}

.screen-row12 .wrap {
}

.screen-row12 .wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.screen-row12 .info {
	float: right;
	color: #999;
	text-align: left;
	width: 490px;
	padding-top: 100px
}

.screen-row12 .info h2 {
	margin-bottom: 30px;
	color: #333
}

.screen-row12 .info p {
	font-size: 20px;
	margin-bottom: 30px
}

.screen-row12 img {
	float: left
}

.screen-row13 {
	background: #f1f1f1;
	text-align: center
}

.screen-row13 img {
	margin-top: -100px;
	margin-bottom: 50px
}

.screen-row13 .wrap h2 {
	color: #333;
}

.screen-row13 p {
	font-size: 20px;
	color: #959595
}

.screen-row13 ul {
	max-width: 880px;
	margin: auto;
	margin-top: 60px
}

.screen-row13 ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.screen-row13 li {
	position: relative;
	line-height: 1.6em;
	width: 50%;
	clear: both;
	margin-bottom: 20px
}

.screen-row13 li h3 {
	font-size: 20px;
	color: #333;
	margin-bottom: 8px;
	padding-top: 25px
}

.screen-row13 li p {
	color: #333;
	font-size: 18px
}

.screen-row13 li:before {
	content: "";
	display: inline-block;
	height: 98px;
	width: 86px;
	background: url(../images/gfx/im-banner3-icon.png) no-repeat;
	position: absolute
}

.screen-row13 li.list1,.screen-row13 li.list3 {
	text-align: right;
	float: left
}

.screen-row13 li.list1:before,.screen-row13 li.list3:before {
	right: -43px
}

.screen-row13 li.list1 h3,.screen-row13 li.list1 p,.screen-row13 li.list3 h3,.screen-row13 li.list3 p {
	padding-right: 60px
}

.screen-row13 li.list3:before {
	background-position: 0 -193px
}

.screen-row13 li.list2 {
	text-align: left;
	float: right
}

.screen-row13 li.list2:before {
	left: -43px;
	background-position: 0 -96px
}

.screen-row13 li.list2 h3,.screen-row13 li.list2 p {
	padding-left: 60px
}

.screen-row14 {
	padding: 100px 0
}

.screen-row14:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.screen-row14 img {
	float: left;
	margin-right: 60px
}

.screen-row14 .info {
	padding-top: 120px
}

.screen-row14 h2 {
	color: #333;
	margin-bottom: 20px
}

.screen-row14 p {
	font-size: 20px;
	color: #959595
}

.screen-row15 {
	height: 720px;
	padding: 0;
	background: #dbe8f2
}

.screen-row15 .wrap {
	max-width: 820px;
	margin: 0 auto
}

.screen-row15 .info {
	position: relative;
	z-index: 1000;
	top: -90px;
	text-align: center;
	margin-top: -75px
}

.screen-row15 h2 {
	color: #1b4d7f;
	text-align: center
}

.screen-row15 p {
	font-size: 20px;
	color: #758faa;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 20px
}

.screen-row15 .btn {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 50px;
	font-size: 20px;
	color: #fff;
	background: #fe7951;
	border-radius: 3px
}

.screen-row15 .btn:hover {
	background: #f46f47
}

.screen-row16 {
	background: #f5f8fa
}

.screen-row16 .wrap {
	max-width: 1185px;
	margin: 0 auto
}

.screen-row16 h2 {
	color: #313131;
	text-align: center;
	position: relative;
}

.screen-row16 ul {
	text-align: center;
	padding-top: 60px
}

.screen-row16 ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.screen-row16 ul>li {
	float: left;
	position: relative;
	text-align: center;
	max-width: 240px;
	margin-left: 74px;
	vertical-align: top
}

.screen-row16 ul>li:first-child {
	margin-left: 0
}

.screen-row16 ul>li:before {
	content: "";
	height: 164px;
	width: 164px;
	display: inline-block;
	background: url(../images/gfx/telephone-banner2-icon.png) no-repeat;
}

.screen-row16 ul>li h3 {
	font-size: 20px;
	color: #333;
	margin-bottom: 20px
}

.screen-row16 ul>li p {
	font-size: 16px;
	color: #959595;
	line-height: 1.4em
}

.screen-row16 .list2:before {
	background-position: -169px 0
}

.screen-row16 .list3:before {
	background-position: -338px 0
}

.screen-row16 .list4:before {
        background-position: -507px 0
}

.screen-row17 {
	padding-bottom: 0;
	background: #f5f8fa
}

.screen-row17 .row {
	width:1360px;
	min-height:650px;
	margin: 0 auto
}

.screen-row17 h2 {
	font-size: 40px;
    font-weight: normal;
    margin-bottom: 20px;
	color: #2a1c13;
	margin-bottom: 30px;
	text-align: center
}

.screen-row17 p {
	font-size: 16px;
	color: #959595;
	text-align: center;
	line-height: 1.6em;
	max-width: 670px;
	margin: auto
}

.screen-row17 article {
	position: relative;
	min-height: 375px;
	padding-top: 30px;
	padding-bottom: 1px
}
.screen-row17 article .col-sm-3{
	text-align: center;
	position: relative;
    width: 300px;
    height: 450px;
    border: 1px solid #eaebec;
    border-top: solid 2px #03cbf4;
    margin-left: 30px;
    padding: 20px;
    box-sizing: border-box;
    float: left;
    list-style: none;
    background: #fff;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}
.screen-row17 article .col-sm-3:hover{
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    transform: translate3d(0,-5px,0);
    -webkit-transform: translate3d(0,-5px,0);
}


.screen-row17 article .col-sm-3 img{
	text-align:center;
	display: block;
	width:298px;
	margin-left:-20px;
	margin-top:30px;
}

.screen-row17 article .col-sm-3 h3{
	font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    color: #03cbf4;
    padding-bottom: 18px
}

.screen-row17 article .col-sm-3 p{
	color:#333;
}




.screen-row18 {
	background: #58aee0
}

.screen-row18 .info {
	width: 100%;
	margin: 0 auto;
	text-align: center
}

.screen-row18 .wrap h2 {
	color: #fff;
}

.screen-row18 p {
	font-size: 20px;
	color: #fff;
	line-height: 1.6em;
	margin-bottom: 20px
}

.screen-row18 article {
	position: relative;
	max-width: 970px;
	margin: 0 auto;
	padding-bottom: 65px;
}

.screen-row18 article .col-sm-8 {
	width: 600px;
	float:left;
}

.screen-row18 article .col-sm-4 {
	width: 370px;
	float:left;
}

.screen-row18 article .col-sm-4 ul li{
	font-size:16px;
	color:#fff;
	line-height:25px;
	padding:10px;
	margin-left:30px;
	list-style-type:square;
}

.screen-row19 {
	background: #ffffff;
	min-height:400px;
}

.screen-row19 .wrap {
	max-width: 1210px
}

.screen-row19 .wrap .info{
	width:100%;
	text-align:center;
}

.ticket-row1 h2 {
	color: #555
}

.screen-row19 h2 span {
	color: #fff100
}

.screen-row19 p {
	font-size: 20px;
	color: #777;
	width: 435px
}

.screen-row20 {
	background: #fff;
	text-align: center
}

.screen-row20 h2 {
	color: #333;
}

.screen-row20 p {
	font-size: 20px;
	color: #959595;
	margin-bottom: 80px
}

.screen-row21 {
	background-color: #F0F3F5;
	text-align: center
}

.screen-row21 .info {
	margin-bottom: 60px
}

.screen-row21 h2 {
	color: #333;
	margin-bottom: 20px
}

.screen-row21 p {
	font-size: 20px;
	color: #959595
}

.screen-row22 {
	padding: 100px 0 80px;
	background: #fff
}

.screen-row22 .info {
	text-align: center;
	margin-bottom: 60px
}

.screen-row22 h2 {
	color: #333;
}

.screen-row22 p {
	font-size: 20px;
	color: #959595
}

.screen-row22 ul {
	max-width: 880px;
	margin: auto;
	margin-top: 60px
}

.screen-row22 ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.screen-row22 li {
	position: relative;
	line-height: 1.6em;
	width: 50%;
	clear: both;
	margin-bottom: 50px
}

.screen-row22 li h3 {
	font-size: 20px;
	color: #333;
	margin-bottom: 5px;
	padding-top: 38px
}

.screen-row22 li p {
	color: #333;
	font-size: 18px
}

.screen-row22 li:before {
	content: "";
	display: inline-block;
	height: 98px;
	width: 86px;
	background: url(../images/gfx/business-banner2-icon.png) no-repeat;
	position: absolute
}

.screen-row22 li.list1,.screen-row22 li.list3 {
	text-align: right;
	float: left
}

.screen-row22 li.list1:before,.screen-row22 li.list3:before {
	right: -43px
}

.screen-row22 li.list1 h3,.screen-row22 li.list1 p,.screen-row22 li.list3 h3,.screen-row22 li.list3 p {
	padding-right: 60px
}

.screen-row22 li.list3:before {
	background-position: 0 -194px
}

.screen-row22 li.list2,.screen-row22 li.list4 {
	text-align: left;
	float: right
}

.screen-row22 li.list2:before,.screen-row22 li.list4:before {
	left: -43px;
	background-position: 0 -97px
}

.screen-row22 li.list2 h3,.screen-row22 li.list2 p,.screen-row22 li.list4 h3,.screen-row22 li.list4 p {
	padding-left: 60px
}

.screen-row22 li.list4:before {
	background-position: 0 -291px
}

.screen-row23 {
	background: #f5f8fa
}

.screen-row23 .wrap {
	max-width: 1100px;
	margin: auto
}

.screen-row23 .wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.screen-row23 img {
	float: left;
	margin-right: 40px
}

.screen-row23 .info {
	padding-top: 100px
}

.screen-row23 h2 {
	color: #333;
	margin-bottom: 20px
}

.screen-row23 p {
	font-size: 20px;
	color: #959595
}

.screen-row24 {
	background: #fff;
	text-align: center
}

.screen-row24 .wrap {
	max-width: 990px;
	margin: auto
}

.screen-row24 .wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.screen-row24 .info {
	text-align: center;
	padding-top: 50px
}

.screen-row24 h2 {
	color: #333;
}

.screen-row24 p {
	font-size: 20px;
	color: #959595
}

.screen-row25 {
	padding: 100px 0;
	background: #f5f8fa
}

.screen-row25 .wrap {
	max-width: 980px;
	margin: auto
}

.screen-row25 .wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.screen-row25 img {
	float: left;
	margin-right: 40px
}

.screen-row25 h2 {
	color: #333;
	padding-top: 60px
}

.screen-row25 p {
	font-size: 20px;
	color: #959595
}

.screen-row26 {
	padding: 100px 0;
	background: #fff
}

.screen-row26 .wrap {
	max-width: 725px;
	margin: auto
}

.screen-row26 .wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.screen-row26 img {
	float: right
}

.screen-row26 .info {
	float: left;
	text-align: right
}

.screen-row26 h2 {
	color: #333;
	margin-bottom: 20px;
	padding-top: 50px
}

.screen-row26 p {
	font-size: 20px;
	color: #959595
}

.screen-row27 {
	padding: 150px 0 100px;
	background: #f7f7f5;
	text-align: center
}

.screen-row27 img {
	margin-bottom: 60px
}

.screen-row27 h2 {
	color: #333;
	margin-bottom: 20px
}

.screen-row27 p {
	font-size: 20px;
	color: #959595
}

.screen-row28 {
	background: #fff
}

.screen-row28 .wrap h2 {
	color: #333;
	margin-bottom: 80px;
	text-align: center
}

.screen-row28 ul {
	max-width: 960px;
	margin: auto
}

.screen-row28 ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.screen-row28 li {
	float: left;
	text-align: center;
	margin-left: 45px;
	max-width: 290px
}

.screen-row28 li:first-child {
	margin-left: 0
}

.screen-row28 li:before {
	content: "";
	display: inline-block;
	height: 164px;
	width: 164px;
	background: url(../images/gfx/statistics-banner2-icon.png) no-repeat;
	margin-bottom: 40px
}

.screen-row28 li h3 {
	font-size: 20px;
	color: #333;
	margin-bottom: 20px
}

.screen-row28 li p {
	font-size: 20px;
	color: #959595;
	line-height: 1.6em
}

.screen-row28 li.list2:before {
	background-position: -164px 0
}

.screen-row28 li.list3:before {
	background-position: -328px 0
}

.screen-row29 {
	background: #f8f8f8;
	text-align: center
}

.screen-row29 h2 {
	color: #333;
	margin-bottom: 80px
}

.screen-row29 p {
	font-size: 20px;
	color: #959595
}

.screen-row29 img {
	margin-top: 60px
}

.screen-row30 {
	padding: 80px 0 0;
	background: #fff;
	text-align: center
}

.screen-row30 h2 {
	color: #333
}

.screen-row30 p {
	font-size: 20px;
	color: #959595
}

.screen-row30 img {
	margin-top: 40px
}

.screen-row31 {
	padding: 100px 0;
	background: #4f4f4f
}

.screen-row31 .wrap {
	max-width: 1100px;
	margin: auto
}

.screen-row31 .wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.screen-row31 img {
	float: left;
	margin-right: 100px
}

.screen-row31 h2 {
	color: #fff;
	padding-top: 60px
}

.screen-row31 p {
	font-size: 20px;
	color: #ccc
}

.screen-row32 {
	background: #f8f8f8
}

.screen-row32 .wrap {
	max-width: 1100px;
	margin: auto
}

.screen-row32 .wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.screen-row32 img {
	float: right;
	margin-left: 40px
}

.screen-row32 h2 {
	color: #333;
	padding-top: 100px
}

.screen-row32 p {
	font-size: 20px;
	color: #959595
}

.screen-row33 {
	background: #fff;
	text-align: center
}

.screen-row33 .info {
	max-width: 790px;
	margin: auto;
	margin-bottom: 60px
}

.screen-row33 h2 {
	color: #333;
	margin-bottom: 35px
}

.screen-row33 p {
	font-size: 20px;
	color: #959595;
	margin-bottom: 10px;
	line-height: 1.6em
}

.screen-row33 ul {
	max-width: 900px;
	margin: auto;
}

.screen-row33 ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.screen-row33 li {
	float: left;
	text-align: center;
	margin-left: 30px;
	max-width: 280px
}

.screen-row33 li:first-child {
	margin-left: 0
}

.screen-row33 li:before {
	content: "";
	display: inline-block;
	height: 160px;
	width: 160px;
	background: url(../images/gfx/supportbox-banner2-icon.png) no-repeat;
	margin-bottom: 40px
}

.screen-row33 li h3 {
	font-size: 20px;
	color: #333;
	margin-bottom: 20px
}

.screen-row33 li p {
	font-size: 20px;
	color: #959595;
	line-height: 1.6em
}

.screen-row33 li.list2:before {
	background-position: -160px 0
}

.screen-row33 li.list3:before {
	background-position: -320px 0
}

.screen-row33 .item2 li:before {
	content: "";
	display: inline-block;
	height: 164px;
	width: 164px;
	background: url(../images/gfx/supportbox-banner3-icon.png) no-repeat;
	margin-bottom: 40px
}

.screen-row33 .item2 li.list2:before {
	background-position: -164px 0
}

.screen-row33 .item2 li.list3:before {
	background-position: -328px 0
}

.screen-row33 .join {
	height: 186px;
	background: url(../images/gfx/supportbox-icon1.png) no-repeat center center;
	margin-bottom: 50px
}

.screen-row34 {
	background: #01aef0;
	text-align: center
}

.screen-row34 img {
	margin-bottom: 50px
}

.screen-row34 h2 {
	color: #fff;
}

.screen-row34 p {
	font-size: 20px;
	color: #fff
}

.screen-row34 .btn {
	display: inline-block;
	margin-top: 40px;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	font-size: 20px;
	color: #fff;
	background: #fe7951;
	border-radius: 3px
}

.screen-row34 .btn:hover {
	background: #f46f47
}

.screen-row40 {
	padding-bottom: 0;
	background: #fefefe
}

.screen-row40 .wrap {
	max-width: 1100px
}

.screen-row40 img {
	float: right;
	width: 450px
}

.screen-row40 .info {
	float: left;
	width: 550px
}

.screen-row40 .wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.im-row5 {
	padding: 80px 0 60px;
	background: #fff;
	text-align: center
}

.im-row5 .wrap {
	max-width: 560px;
	margin: auto
}

.im-row5 h2 {
	font-size: 36px;
	font-weight: 700;
	color: #333;
	margin-bottom: 20px
}

.im-row5 p {
	font-size: 20px;
	color: #959595;
	line-height: 1.6em
}

.im-row5 .btn {
	display: inline-block;
	margin-top: 30px;
	height: 50px;
	line-height: 50px;
	padding: 0 50px;
	border-radius: 3px;
	background: #5dca91;
	font-size: 20px;
	color: #fff;
	margin-bottom: 40px
}

.im-row5 .btn:hover {
	background: #53c087
}

.business-row3 {
	padding: 80px 0 0;
	background: #f5f8fa;
	text-align: center
}

.business-row3 h2 {
	font-size: 36px;
	color: #333;
	font-weight: 700;
	margin-bottom: 20px
}

.business-row3 p {
	font-size: 20px;
	color: #959595
}

.business-row3 .info {
	margin-bottom: 45px
}

.about-us-row1 {
	background: #919191 url(../images/aboutus-banner.jpg) no-repeat center;
	background-size: cover
}

.about-us-row1 .info {
	max-width: 860px;
	margin: auto;
	padding: 80px 0
}

.about-us-row1 h2 {
	height: 70px;
	text-indent: -9999px;
	background: url(../images/logo-about.png) no-repeat center center;
	margin-bottom: 30px
}

.about-us-row1 p {
	font-size: 18px;
	color: #fff;
	line-height: 1.8em;
	text-align: center
}

.about-us-row2 .wrap {
	max-width: 960px;
	margin: auto;
	padding: 80px 0
}

.about-us-row2 h3 {
	font-size: 32px;
	text-align: center;
	margin-bottom: 20px
}

.about-us-row2 p {
	font-size: 24px;
	text-align: center;
	margin-bottom: 25px
}

.about-us-row2 .our-team {
	padding-top: 50px
}

.about-us-row2 .our-team:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.about-us-row2 .our-team li {
	float: left;
	width: 33.333333333%;
	margin-bottom: 40px;
	text-align: center
}

.about-us-row2 .our-team img {
	display: inline-block;
	height: 140px;
	width: 140px;
	border-radius: 100%;
	margin-bottom: 15px
}

.about-us-row2 .our-team h4 {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 10px
}

.about-us-row2 .our-team p {
	text-align: center;
	font-size: 16px
}

.about-us-row2 .our-team a {
	display: block
}

.about-us-row2 .our-team a p {
	color: #00c8f2
}

.contact-us .wrap {
	max-width: 1160px;
	padding: 60px
}

.contact-us .wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.contact-us h2 {
	font-size: 32px;
	margin-bottom: 50px
}

.contact-us .left {
	float: left;
	width: 32.758620689655%
}

.contact-us .right {
	float: right;
	width: 60.344827586207%
}

.contact-us dl {
	margin-bottom: 40px
}

.contact-us dt {
	font-size: 25px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e2eaec;
	margin-bottom: 10px
}

.contact-us dd {
	font-size: 16px;
	margin-bottom: 8px;
	line-height: 1.8em
}

.contact-us .titel {
	font-weight: 700;
	margin-right: 15px
}

.contact-us .right img {
	display: block;
	width: 100%;
	height: auto
}

.partners {
	padding: 70px 0
}

.partners .wrap {
	max-width: 1000px
}

.partners ul {
	margin-bottom: 50px
}

.partners h2 {
	font-size: 36px;
	margin-bottom: 30px;
	text-align: center
}

.partners li {
	width: 25%;
	margin: 0
}

.partners p {
	text-align: center
}

.partners a {
	color: #00b4de
}

.partners a:hover {
	color: #00c8f2
}

.media-row {
	padding: 70px 0
}

.media-row .wrap {
	max-width: 970px
}

.media-row h2 {
	font-size: 36px;
	margin-bottom: 40px
}

.media-row li {
	padding: 20px 0;
	padding-left: 25%;
	min-height: 100px;
	position: relative
}

.media-row li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.media-row img {
	position: absolute;
	left: 0;
	top: 20px;
	width: 20.680412371134%
}

.media-row h3 {
	font-size: 24px;
	padding-top: 10px;
	margin-bottom: 10px;
	line-height: 1.6em
}

.media-row a {
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s
}

.media-row a:hover {
	color: #00c8f2
}

.media-row p {
	color: #999
}

.branding-row .wrap {
	padding: 70px 0 100px
}

.branding-row h2 {
	font-size: 36px;
	margin-bottom: 40px
}

.branding-row h3 {
	font-size: 24px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e2eaec;
	margin-bottom: 30px
}

.branding-row p {
	line-height: 1.6em;
	margin-bottom: 15px
}

.branding-row img {
	border: 1px solid #e2eaec;
	margin-bottom: 30px
}

.branding-row .attachment a {
	color: #00b4de
}

.branding-row .attachment a:hover {
	color: #00c8f2
}

.recruitment-row {
	padding: 70px 0
}

.article-style h2 {
	font-size: 36px;
	margin-bottom: 40px
}

.article-style h3 {
	font-size: 24px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e2eaec;
	margin-bottom: 25px
}

.article-style p {
	line-height: 1.6em;
	margin-bottom: 15px;
	font-size: 16px
}

.article-style a {
	color: #00b4de
}

.article-style a:hover {
	color: #00c8f2
}

.policy-row,.privacy-row {
	padding: 60px 0
}

.policy-row article,.privacy-row article {
	max-width: 900px;
	margin: auto;
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
	padding: 50px
}

.resources-content {
	background: #eff4f5;
	padding: 40px 0 60px
}

.resources-content-top {
	max-width: 1048px;
	margin: 0 auto;
	background: #fff;
	margin-bottom: 20px
}

.resources-content-top .inner {
	padding: 20px;
	position: relative;
	min-height: 320px
}

.resources-content-top .left {
	width: 47.846889952153%;
	position: absolute;
	top: 20px;
	left: 20px;
	height: 320px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.resources-content-top .left>span {
	position: absolute;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	background: #fba923;
	font-size: 12px;
	color: #fff;
	left: 0;
	top: 0
}

.resources-content-top .left.resourcesTag1 span {
	background: #fba923
}

.resources-content-top .left.resourcesTag2 span {
	background: #417afc
}

.resources-content-top .left.resourcesTag3 span {
	background: #ff5f73
}

.resources-content-top .left.resourcesTag4 span {
	background: #00caf4
}

.resources-content-top .left img {
	display: block;
	width: 100%;
	border-radius: 2px
}

.resources-content-top .info {
	width: 45.454545454545%;
	padding-left: 54.545454545455%
}

.resources-content-top .info h2 {
	font-size: 32px;
	line-height: 1.4em;
	margin-bottom: 15px
}

.resources-content-top .info .meta {
	padding-left: 10px;
	border-left: 2px solid #00caf4;
	margin-bottom: 15px;
	font-size: 16px
}

.resources-content-top .info p {
	line-height: 1.8em;
	font-size: 16px
}

.resources-content-top .info a {
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s
}

.resources-content-top .info a:hover {
	color: #00c8f2
}

.resources-content-main {
	max-width: 1064px;
	margin: auto
}

.resources-content-main nav {
	float: right;
	width: 225px;
	margin-top: 10px;
	margin-right: 6px
}

.resources-content-main nav li {
	background: #fff;
	margin-bottom: 5px;
	border-radius: 3px
}

.resources-content-main nav a {
	display: block;
	height: 36px;
	line-height: 36px;
	padding: 0 13px
}

.resources-content-main nav a:before {
	content: "\f05a";
	font-family: kf5-website;
	font-size: 20px;
	float: left;
	margin-right: 5px;
	color: #E3EBEC
}

.resources-content-main nav a:hover:before {
	color: #D4DDDE
}

.resources-content-main nav .fixed {
	position: fixed;
	top: 100px;
	width: 225px
}

.resources-content-main nav .active:before {
	color: #00c8f2!important
}

.resources-content-main nav .active:after {
	display: block
}

.resources-item {
	max-width: 800px;
	margin: auto;
	float: left
}

.wp.resources-item {
	float: none;
	width: 100%;
	max-width: 1064px
}

.resources-item:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.resources-item li {
	float: left;
	background: #fff;
	margin: 9px 8px;
	width: 250px;
	height: 255px;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s
}

.resources-item li:hover {
	box-shadow: 0 5px 20px rgba(0,0,0,.1);
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px)
}

.resources-item .resources-item-img {
	background: url(../images/logo-img-bg.png) no-repeat center #fff;
	padding: 10px;
	padding-bottom: 0
}

.resources-item .pic {
	display: block;
	height: 160px;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s
}

.resources-item .pic>span {
	position: absolute;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #fff;
	padding: 0 12px;
	right: 0;
	bottom: 0
}

.resources-item .pic.resourcesTag1 span {
	background: #fba923
}

.resources-item .pic.resourcesTag2 span {
	background: #417afc
}

.resources-item .pic.resourcesTag3 span {
	background: #ff5f73
}

.resources-item .pic.resourcesTag4 span {
	background: #00caf4
}

.resources-item .info {
	padding: 12px
}

.resources-item .info a {
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s
}

.resources-item .info a:hover {
	color: #00c8f2
}

.resources-item .info h3 {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.5em;
	height: 48px
}

.resources-item .info p {
	font-size: 14px;
	color: #9b9b9b;
	line-height: 1.5em;
	display: none
}

.resources-content-article {
	max-width: 1048px;
	margin: auto;
	background: #fff;
	padding: 70px 0 30px;
	margin-bottom: 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	position: relative;
	word-wrap: break-word
}

.resources-content-article .resourcesTag {
	position: absolute;
	height: 28px;
	line-height: 28px;
	color: #fff;
	padding: 0 12px;
	left: 0;
	top: 0
}

.resources-content-article .resourcesTag.resourcesTag1 {
	background: #fba923
}

.resources-content-article .resourcesTag.resourcesTag2 {
	background: #417afc
}

.resources-content-article .resourcesTag.resourcesTag3 {
	background: #ff5f73
}

.resources-content-article .resourcesTag.resourcesTag4 {
	background: #00caf4
}

.resources-content-article .inner {
	max-width: 715px;
	margin: auto
}

.resources-content-article h2 {
	font-size: 36px;
	color: #444;
	line-height: 1.4em;
	margin-bottom: 30px
}

.resources-content-article .article-copyright {
	margin-top: 50px;
	background: #f7f8f9;
	padding: 20px 20px 10px;
	border-left: 2px solid #00c8f2
}

.resources-item-row {
	max-width: 800px;
	margin: auto;
	float: left
}

.resources-item-row li {
	background: #fff;
	margin: 9px 8px;
	width: 800px;
	float: left;
	height: 255px -webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s
}

.resources-item-row li:hover {
	box-shadow: 0 5px 20px rgba(0,0,0,.1);
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px)
}

.resources-item-row .resources-item-img {
	background: url(../images/logo-img-bg.png) no-repeat center #fff;
	padding: 10px;
	padding-bottom: 0
}

.resources-item-row .pic {
	display: block;
	height: 250px;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s
}

.resources-item-row .info {
	padding: 12px;
	height: 76px
}

.resources-item-row .info h3 {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.5em
}

.resources-item-row .info p {
	font-size: 14px;
	color: #9b9b9b;
	line-height: 1.5em
}

.resources-content.campaign .resources-content-article .resourcesTag.resourcesTag1,.resources-item-row .pic.resourcesTag1 span {
	background: #555
}

.resources-content.campaign .resources-content-article .resourcesTag.resourcesTag2,.resources-item-row .pic.resourcesTag2 span {
	background: #00caf4
}

.resources-item-row .pic>span {
	position: absolute;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #fff;
	padding: 0 12px;
	right: 0;
	bottom: 0
}

.resources-content.campaign .pic {
	display: block;
	height: 300px;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	margin-bottom: 20px
}

.resources-content.campaign .resources-content-article .inner {
	max-width: 800px
}

.campaign-row1 {
	background: url(../images/campaign/banner.jpg) no-repeat top center;
	background-size: cover;
	height: 300px
}

.campaign-row1 .info {
	text-align: center;
	padding-top: 110px
}

.campaign-row1 h2 {
	font-weight: 400;
	color: #fff;
	font-size: 44px;
	margin-bottom: 20px
}

.campaign-row1 p {
	font-size: 18px;
	color: #d9d9d9
}

.customers-case {
	background: url(../images/banner-customers.jpg) no-repeat -100px center
}

.resources-content .position-nav {
	max-width: 1048px;
	margin: 0 auto;
	padding-bottom: 20px;
	font-size: 16px;
	height: 20px;
	color: #666
}

.resources-content .position-nav a {
	color: #00b4de
}

.resources-content .position-nav a:hover {
	color: #00c8f2
}

.resources-content .position-nav li {
	float: left;
	margin-right: 6px
}

.resources-content .position-nav li:after {
	content: ' >';
	color: #777
}

.resources-content .position-nav li:last-child:after {
	content: ''
}

.empty-block {
	font-size: 20px;
	color: #777;
	padding: 20px 0
}

#toolitembar-info:before {
	content: "";
	width: 150px;
	height: 181px;
	background: url(../images/gfx/kf5-introsm.png) no-repeat;
	background-size: 100%;
	padding: 0
}

.banner-home .slide-item1 .info, .banner-home .slide-item1 h2, .banner-home .slide-item1 p {
	text-align: left
}

.banner-home .slide-item1 a.play {
	color: #03A9F4;
	border-color: #03A9F4
}

.banner-home .slide-item1 a.play:hover {
	color: #fff;
	background: #03A9F4
}

.banner-home .slide-item1 a.play i.play {
	border-left-color: #03A9F4
}

.banner-home .slide-item1 a.play:hover i.play {
	border-left-color: #fff
}

.banner-home .slide-item4 p {
	color: #fff
}

.customers-row1 h2 {
	font-weight: normal
}

.customers-row1.bg1 {
	background: url(../images/customers/customer-bg1.jpg) no-repeat;
	background-size: cover
}

.customers-row1.bg2 {
	background: url(../images/customers/customer-bg2.jpg) no-repeat;
	background-size: cover
}

.customers-row1.bg3 {
	background: url(../images/customers/customer-bg3.jpg) no-repeat;
	background-size: cover
}

.customers-row1.bg4 {
	background: url(../images/customers/customer-bg4.jpg) no-repeat;
	background-size: cover
}

.customers-row1.bg5 {
	background: url(../images/customers/customer-bg5.jpg) no-repeat;
	background-size: cover
}

.customers-row1.bg6 {
	background: url(../images/customers/customer-bg6.jpg) no-repeat;
	background-size: cover
}
.customers-row1.bg7 {
	background: url(../images/customers/customer-bg7.jpg) no-repeat;
	background-size: cover
}
.customers-row1.bg8 {
	background: url(../images/customers/customer-bg8.jpg) no-repeat;
	background-size: cover
}

.customer-row10 {
	padding: 90px 0;
	border-bottom: 1px solid #EBF0F3
}

.customer-row10 .wrap {
	max-width: 1050px
}

.customer-row12 {
	background: #f8fafb
}

.customer-row12 .info {
	padding: 80px 0 50px 0;
	text-align: center
}

.customer-row12 .info h2 {
	font-size: 36px;
	color: #2a1c13;
	margin-bottom: 15px
}

.customer-row12 .info p {
	font-size: 18px;
	color: #959595;
	line-height: 1.5em
}

.customer-row12 .info p span {
	font-size: 36px;
	margin: 0 3px
}

.customer-row12-wall:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.customer-row12-wall .col {
	float: left;
	width: 50%
}

.customer-row12-wall .item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.customer-row12-wall .item .item>a {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.customer-row12-wall .col>div {
	position: relative
}

.customer-row12-wall a {
	display: block;
	width: 100%;
	height: 100%
}

.customer-row12-wall .col1 .item1 {
	height: 184px;
	background: url(../images/gfx/home2016-7-2.png) no-repeat center #4abff4;
	background-size: 40%;
	text-indent: -9999px
}

.customer-row12-wall .col1 .item2 {
	height: 370px;
	background: #febf17
}

.customer-row12-wall .col1 .item2 a {
	display: block;
	text-indent: -9999px;
	background: url(../images/gfx/home2016-7-3.png) no-repeat center
}

.customer-row12-wall .col1 .talk {
	padding: 75px 30px
}

.customer-row12-wall .talk {
	color: #fff;
	font-size: 14px;
	line-height: 1.6em;
	max-width: 540px;
	margin: auto
}

.customer-row12-wall .talk p {
	font-size: 18px;
	line-height: 30px
}

.customer-row12-wall .talk:before {
	content: "";
	display: inline-block;
	height: 30px;
	width: 30px;
	background: url(../images/gfx/talk-1.png) no-repeat center
}

.customer-row12-wall .talk h3 {
	line-height: 53px;
	font-size: 20px;
	margin-top: 20px
}

.customer-row12-wall .talk h3 img {
	float: left;
	margin-right: 10px
}

.customer-row12-wall .talk h3 span {
	margin-left: 10px;
	font-size: 14px
}

.customer-row12-wall .col2 .item1 {
	height: 370px;
	background: #414143;
}

.customer-row12-wall .col2 .item2 {
	background: url(../images/gfx/home2016-7-2.png) no-repeat center #f87a61;
	height: 184px;
	background-size: 40%;
	text-indent: -9999px
}

.customer-row12-wall .col2 .talk {
	padding: 50px 30px
}

.customer-row12-wall .col3 .item1 {
	height: 277px;
	background: #febf17
}

.customer-row12-wall .col3 .item2 {
	height: 277px;
	background: url(../images/gfx/award-1.png) no-repeat;
	text-indent: -9999px;
}

.customer-row12-wall .col3 .talk {
	padding: 51px 30px
}

.customer-row12-wall .col4 .item1 {
	height: 277px;
	width: 50%;
	background: url(../images/gfx/qcon.png) no-repeat center 60px #f87a61;
	float: left
}

.customer-row12-wall .col4 .item1>p, .customer-row12-wall .col4 .item2>p {
	padding: 150px 20px;
	line-height: 1.6em;
	color: #fff
}

.customer-row12-wall .col4 .item2 {
	height: 277px;
	width: 50%;
	background: url(../images/gfx/technode.png) no-repeat center 90px #6d6d6d;
	background-size: 75%;
	float: left
}

.customer-row12-wall .col4 .item3 {
	height: 277px;
	background: #3bc265
}

.customer-row12-wall .col4 .talk {
	padding: 40px 30px
}

.customer-row13 {
	padding: 80px 0 100px 0;
	background: #f0f3f5
}

.customer-row13 h2 {
	font-size: 36px;
	color: #2a1c13;
	text-align: center;
	padding-bottom: 20px
}

.cases {
	float: left;
	position: relative;
	left: 50%;
	padding-top: 50px
}

.cases>* {
	float: left;
	position: relative;
	left: -50%
}

.cases:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.cases>li {
	margin: 0 40px;
	text-align: center;
	width: 200px;
	-webkit-transition: all ease-out 0.4s;
	-moz-transition: all ease-out 0.4s;
	-o-transition: all ease-out 0.4s;
	transition: all ease-out 0.4s
}

.cases>li:nth-child(1) {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

.cases>li .pic {
	display: block;
	height: 100px;
	width: 196px;
	border-radius: 5px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
	border: 1px solid #eee;
	background: #fff
}

.cases h3 {
	text-align: left;
	color: #666;
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 10px
}

.cases p {
	font-size: 14px;
	color: #999;
	text-align: left;
	line-height: 20px
}

.sub-menu h3 {
	padding: 15px 20px 10px 20px;
	font-size: 15px;
	font-weight: bold
}

.sub-menu-block {
	float: left;
	height: 143px
}

.home-row-32 {
	padding: 80px 0 80px
}

.home-row-32 .wrap {
	max-width: 1160px
}

.home-row-32 .wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.home-row-32 h2 {
	font-size: 36px;
	color: #2a1c13;
	margin-bottom: 55px;
	text-align: center
}

.home-row-32 p.desc {
	font-size: 20px;
	color: #959595;
	width: 800px;
	line-height: 1.6em;
	margin: 0 auto;
	margin-bottom: 40px;
	text-align: center
}

.home-row-32 .col-3 {
	text-align: center
}

.home-row-32 .col-3 li {
	float: left;
	width: 25%;
	margin-bottom: 50px
}

.home-row-32 .col-3 li>div {
	padding: 0 25px
}

.home-row-32 .col-3 li:before {
	content: "";
	display: inline-block;
	height: 164px;
	width: 164px;
	background: url(../images/gfx/home-spirit-20171.png) no-repeat;
	margin-bottom: 20px
}

.home-row-32 .col-3 .list1:before {
	background-position: 0 0
}

.home-row-32 .col-3 .list2:before {
	background-position: -164px 0
}

.home-row-32 .col-3 .list3:before {
	background-position: -328px 0
}

.home-row-32 .col-3 .list4:before {
	background-position: -492px 0
}

.home-row-32 .col-3 .list5:before {
	background-position: -656px 0
}

.home-row-32 .col-3 .list6:before {
	background-position: -984px 0
}

.home-row-32 .col-3 h3 {
	font-size: 18px;
	margin-bottom: 15px
}

.home-row-32 .col-3 p {
	font-size: 15px;
	line-height: 1.5em;
	color: #959595;
	margin-bottom: 15px
}

.home-row-32 .col-3 a {
	height: 30px;
	line-height: 30px;
	margin: 0 5px;
	padding: 0 15px;
	border: 1px solid #3baeda;
	color: #3baeda;
	border-radius: 3px;
	display: inline-block
}

.home-row-32 .col-3 .list4 .btn1 {
	color: #9a73b4;
	border-color: #9a73b4
}

.home-row-32 .col-3 .list5 .btn1 {
	color: #1fb5ac;
	border-color: #1fb5ac
}

.home-row-32 .reg {
	text-align: center;
	padding-top: 30px;
}

.home-row-33 {
	padding: 80px 0 80px
}

.home-row-33 .wrap {
	max-width: 1160px
}

.home-row-33 .wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.home-row-33 h1 {
	color: #2a1c13;
	margin-bottom: 20px;
	text-align: center
}

.home-row-33 p.desc {
	font-size: 18px;
	color: #959595;
	width: 800px;
	line-height: 1.6em;
	margin: 0 auto;
	margin-bottom: 25px;
	text-align: center
}

.breadcrumbs {
	text-align: center
}

.breadcrumbs li {
	display: inline-block;
	padding: 15px
}

.breadcrumbs li a {
	display: block;
	padding: 10px 5px;
	font-size: 18px;
}

.breadcrumbs li a.active {
	border-bottom: 3px solid #00caf4
}

.home-row-33 .service-gx {
	padding-top: 10px
}

.home-row-33 .service-gx .items {
	padding: 0;
	height: auto;
}

.home-row-33 .service-gx .items img {
	right: auto;
	width: 850px;
	margin: 0 auto;
	position: relative;
	top: auto;
	transition: all ease-in 0.2s;
	margin-bottom: -30px;
	max-width: 100%
}

.home-row-33 .label {
	position: absolute;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	background: #FF697B;
	border-radius: 3px;
	display: block
}

.home-row-33 .label.js-tooltip {
	color: #fff!important;
	font-size: 14px!important
}

.home-row-2-info .list9 i:before, .home-row-2-info .list10 i:before {
	content: '热';
	position: absolute;
	top: 5px;
	left: 5px;
	background: #FF697B;
	padding: 5px;
	border-radius: 50%;
	color: #fff;
	font-size: 13px
}

.home-row-2-info .list10 i:before {
	content: '新';
	background: #00caf4
}

.home-row-2-info li i {
	box-shadow: none
}

.pricing-row {
	padding: 80px 0
}

.pricing-row1 .info h2, .pricing-row2 .wrap h2, .pricing-row3 .wrap h2, .pricing-row4 .wrap h2 {
	font-size: 36px;
	text-align: center;
	padding-bottom: 60px
}

.pricing-row1 .info p, .pricing-row2 .wrap p, .pricing-row3 .wrap p, .pricing-row4 .wrap p {
	text-align: center;
	line-height: 1.5em;
	color: #666;
	margin-bottom: 50px;
	font-size: 20px;
}

.pricing-row1 .info h2 {
	padding-bottom: 20px
}

.pricing-row1 .info p {
	margin-bottom: 50px
}

.customer-row11 {
	text-align: center
}

.customer-row11 h2 {
	text-align: center;
	color: #333;
}

.customer-row11 p {
	color: #777
}

.customer-row11 ul {
	margin-top: 48px;
	margin-right: -15px;
	margin-left: -15px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start
}

.customer-row11 ul li {
	width: 25%;
	float: left;
	margin-bottom: 30px
}

.customer-row11 ul li a {
	margin: 0 15px;
	display: block;
	position: relative;
	width: 271px;
	height: 180px;
	overflow: hidden;
	border-radius: 10px
}

.customer-row11 ul li a img {
	width: 100%;
	position: relative
}

.customer-row11 ul li a .meta {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	;height: 56px;
	padding-left: 20px;
	background: rgba(0,0,0,.6);
	color: #fff;
	font-weight: 400;
	line-height: 56px;
	font-size: 20px
}

.customer-row11 ul li a:hover .meta {
	height: auto;
	top: 0;
	font-size: 40px;
	padding: 0;
	text-align: center;
	line-height: 180px
}

.customer-row11 ul.lots li a {
	cursor: default
}

.customer-row11 ul li.blank .meta {
	height: auto;
	top: 0;
	font-size: 30px;
	padding: 0;
	text-align: center;
	line-height: 180px
}

.customer-row11 ul li a:hover .meta {
	font-size: 30px;
}

.customer-row12 h2 {
	text-align: center;
	color: #333;
	font-size: 40px;
	font-weight: normal;
	margin-bottom:20px;
}
.customer-row12 .service-gx{
	margin-top:-40px;
}

.customer-row12 .service-gx .items{
	box-sizing: border-box;
	text-align: left;
	height:450px;
}

.customer-row12 .service-gx .items img{
	position: inherit;
}

.customer-row12 .service-gx .items .item{
	text-align: center;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 20px;
    width: 236px;
    height: 370px;
    margin-right: 38px;
    border: 1px solid #e9ecef;
    box-shadow: 0 3px 8px 0 rgba(205,205,205,0.4);
    border-radius: 4px;
}

.customer-row12 .service-gx .items .item .img{
	width: 114px;
    height: 114px;
	margin: 42px auto 16px auto;
}
.customer-row12 .service-gx .items .item .img img{
	width: 80px;
    height: 80px;
	border-radius: 50%;
	border:1px solid #01caf4;
}

.customer-row12 .service-gx .items .item .content .m-prolist-title{
    font-size: 18px;
    color: #383838;
    letter-spacing: 0.5px;
    line-height: 26px;
    margin-bottom: 17px;
}
.customer-row12 .service-gx .items .item .content .m-prolist-content{
    padding: 0 30px 21px;
    height: 80px;
    font-size: 14px;
    color: #808286;
    letter-spacing: 0;
    line-height: 20px;
}

.customer-row12 .service-gx .items .item .m-prolist-ft{
	height: 53px;
	background-color: rgb(232, 245, 251);
}

.customer-row12 .service-gx .items .item .m-prolist-ft p{
	font-size: 18px;
    padding-top: 13px;
    color: #3ea0ff;
    letter-spacing: 0.5px;
    line-height: 26px;
}


.home-row8 {
	padding: 80px 0;
	position: relative
}

.home-row8 .wrap {
	position: relative;
	z-index: 10
}

.home-row8 h2 {
	text-align: center;
	color: #fff;
	font-size: 36px;
	margin-bottom: 25px
}

.home-row8 p {
	font-size: 20px;
	color: #ccc;
	text-align: center;
	line-height: 1.6em
}

.home-row8 ul {
	margin-top: 60px
}

.home-row8 li {
	float: left;
	width: 20%;
	position: relative;
}

.home-row8 li span {
	color: #eee;
	font-size: 60px;
	font-family: 'Open Sans',sans-serif
}

.home-row8 li em {
	font-size: 20px;
	color: #eee;
}

.home-row8 li p {
	margin-top: 20px;
	font-size: 20px;
	color: #eee;
}

.screen-row41 {
	padding: 100px 0
}

.screen-row41 .wrap {
	max-width: 1160px
}

.screen-row41 .wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.screen-row41 h2 {
	font-size: 36px;
	color: #2a1c13;
	margin-bottom: 55px;
	text-align: center
}

.screen-row41 p.desc {
	font-size: 20px;
	color: #959595;
	width: 800px;
	line-height: 1.6em;
	margin: 0 auto;
	margin-bottom: 40px;
	text-align: center
}

.screen-row41 .col-3 {
	text-align: center
}

.screen-row41 .col-3 li {
	float: left;
	width: 33.333333%
}

.screen-row41 .col-3 li>div {
	padding: 0 25px
}

.screen-row41 .col-3 li:before {
	content: "";
	display: inline-block;
	height: 164px;
	width: 164px;
	background: url(../images/gfx/home-spirit-20171.png) no-repeat;
	margin-bottom: 20px
}

.screen-row41 .col-3 .list1:before {
	background-position: 0 0
}

.screen-row41 .col-3 .list2:before {
	background-position: -164px 0
}

.screen-row41 .col-3 .list3:before {
	background-position: -328px 0
}

.screen-row41 .col-3 .list4:before {
	background-position: -492px 0
}

.screen-row41 .col-3 .list5:before {
	background-position: -656px 0
}

.screen-row41 .col-3 .list6:before {
	background-position: -984px 0
}

.screen-row41 .col-3 h3 {
	font-size: 18px;
	margin-bottom: 15px
}

.screen-row41 .col-3 p {
	font-size: 15px;
	line-height: 1.5em;
	color: #959595;
	margin-bottom: 15px
}

.screen-row41 .col-3 a {
	height: 30px;
	line-height: 30px;
	margin: 0 5px;
	padding: 0 15px;
	border: 1px solid #3baeda;
	color: #3baeda;
	border-radius: 3px;
	display: inline-block
}

.screen-row41 .col-3 .list4 .btn1 {
	color: #9a73b4;
	border-color: #9a73b4
}

.screen-row41 .col-3 .list5 .btn1 {
	color: #1fb5ac;
	border-color: #1fb5ac
}

.nav-menu {
	position: absolute;
	left: 20%;
	margin-left: -300px;
	top: 50px;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #ced6d8;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	-webkit-transition: all .6s cubic-bezier(.175,.885,.32,1.275);
	-moz-transition: all .6s cubic-bezier(.175,.885,.32,1.275);
	-o-transition: all .6s cubic-bezier(.175,.885,.32,1.275);
	transition: all .6s cubic-bezier(.175,.885,.32,1.275);
	opacity: 0;
	-webkit-transform: scale3d(0,0,0);
	-moz-transform: scale3d(0,0,0);
	-ms-transform: scale3d(0,0,0);
	-o-transform: scale3d(0,0,0);
	transform: scale3d(0,0,0);
	-webkit-transform-origin: 40px top;
	-moz-transform-origin: 40px top;
	-ms-transform-origin: 40px top;
	-o-transform-origin: 40px top;
	transform-origin: 40px top;
	z-index: 0;
	width: 780px;
	padding: 0 15px
}

.nav-menu:before {
	content: "";
	height: 10px;
	width: 10px;
	background-color: #fff;
	border: 1px solid #ced6d8;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: -5px;
	left: 295px;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	z-index: -1
}

.nav-menu:after, .nav-menu .menu-inner:after, .nav-menu .column-head:after, .nav-menu .column-foot:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.nav-menu.normal {
	margin-left: -35px;
	width: auto;
}

.nav-menu.normal:before {
	left: 28px;
}

.nav-menu .column {
	float: left;
	width: 250px;
	padding: 15px;
	background: #fff;
	box-sizing: border-box
}

.nav-menu .column h2 {
	font-size: 18px;
	padding: 10px 5px 20px 5px;
}

.nav-menu .column-item {
	font-size: 15px
}

.nav-menu .column-item a {
	color: #374051;
	position: relative;
	display: block;
	padding: 9px 5px;
}

.nav-menu .column-item.hot a h3:after, .nav-menu .column-item.hot a span:after {
	font-size:12px;
	content: 'HOT';
	position: absolute;
	color: #ff6868;
	top: 4px;
	right: -33px
}

.nav-menu .column-item.new a h3:after, .nav-menu .column-item.new a span:after {
	font-size:12px;
	content: 'NEW';
	position: absolute;
	color: #ff6868;
	top: 4px;
	right: -35px
}


.nav-menu .column .column-item a h3, .nav-menu .column .column-item a span {
	position: relative;
	display: inline;
	font-weight: bold
}

.nav-menu .column .column-item a p.hint {
	display: block;
	line-height: 18px;
	font-size: 13px
}

.nav-menu .column .column-item a:hover h3 {
	color: #00caf4!important;
	font-weight: bold
}

.nav-menu .divider {
	height: 0;
	border-bottom: 1px solid #e2eaec;
	margin: 0 20px
}

.nav-menu .menu-foot .column {
	width: 250px
}

.service-row1 {
	background: url(../images/gfx/banner-service-0709.png) no-repeat center #3e4453;
	background-size: cover;
}

.service-row1 .wrap {
	max-width: 1200px;
	position: relative;
	height: 400px;
}

.service-row1 .info {
	position: relative;
	top: 120px;
	z-index: 10;
	text-align: center;
}

.service-row1 .info h2 {
	font-size: 44px;
	color: #fff;
	margin-bottom: 35px;
}

.service-row1 .info p {
	font-size: 20px;
	color: #fff;
	margin-bottom: 25px;
	line-height: 1.6em;
}

.service-row2, .service-row3, .service-row4, .service-row5 {
	padding: 30px 0
}

.service-row2 .info, .service-row3 .info, .service-row4 .info, .service-row5 .info {
	width: 450px;
	padding-top: 165px;
}

.service-row2 img, .service-row4 img {
	float: right
}

.service-row3 .info, .service-row5 .info {
	float: right
}

.service-row3, .service-row5 {
	background: #f5f9fa
}

.register-row .info {
	text-align: center;
}

.qweixin-row1 {
	background: url(../images/weixin/weixin-banner-0723.png) no-repeat center #3e4453;
	background-size: cover;
}

.qweixin-row1 .wrap {
	max-width: 1200px;
	position: relative;
	height: 400px;
}

.qweixin-row1 .info {
	position: relative;
	top: 120px;
	z-index: 10;
	text-align: center;
}

.qweixin-row1 .info h2 {
	font-size: 38px;
	color: #fff;
	margin-bottom: 35px;
}

.qweixin-row1 .info h2 span {
	display: inline-block;
	margin-right: 10px
}

.qweixin-row1 .info h2 img {
	vertical-align: middle
}

.qweixin-row1 .info p {
	font-size: 25px;
	color: #fff;
	margin-bottom: 25px;
	line-height: 1.6em;
}

.qweixin-row2 .info,.qweixin-row3 .info, .qweixin-row4 .info, .qweixin-row5 .info {
	width: 450px;
	padding-top: 145px;
}

.qweixin-row2 img, .qweixin-row4 img {
	float: right
}

.qweixin-row3 .info, .qweixin-row5 .info {
	float: right
}

.qweixin-row2, .qweixin-row4 {
	background: #f5f9fa
}

.qweixin-row6 {
	background: #fff;
	padding: 100px 0
}

.qweixin-row6 .wrap {
	max-width: 1200px;
	position: relative;
}

.qweixin-row6 .info {
	text-align: center;
}

.qweixin-row6 .info h2 {
	font-size: 38px;
	color: #444;
	margin-bottom: 35px;
}

.qweixin-row6 .info p {
	font-size: 16px;
	color: #666;
	margin-bottom: 18px;
}

/*首页新闻*/
.news{
	margin:50px auto 0px auto;
	height:400px;
	width:1100px;
}
.news li{
	display:block;
	width:344px;
	height:100%;
	float:left;
	background:#fff;
	transition: all .2s linear;
    -webkit-transition: all .2s linear;
	cursor:pointer;
}
.news li:nth-child(2),.news li:nth-child(3){
	margin-left:30px;
}
.news li:hover{
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    transform: translate3d(0,-5px,0);
    -webkit-transform: translate3d(0,-5px,0);
}

.news li img{
	width:100%;
}
.news li a{
	display:block;
	width:100%;
	height:100%;
}
.news li h3,.news li p{
	display:block;
}
.news li h3{
	margin-top:20px;
	padding:0px 15px;
	font-size: 18px;
    line-height: 26px;
	color:#00c8f2;
	height:50px;
	overflow:hidden;
}
.news li p{
	margin-top:15px;
	padding:0px 15px;
	font-size: 15px;
	line-height: 26px;
	height:50px;
	overflow: hidden;
}

/*新闻动态*/
.news-row1 {
	background: #919191 url(../images/news-banner.jpg) no-repeat center;
	background-size: cover;
}

.news-row1 .info {
	max-width: 860px;
	margin: auto;
	padding: 80px 0
}

.news-row1 h2 {
	text-align:center;
	color:#fff;
	font-size:40px;
	padding-top:30px;
	height: 70px;
}

.news-row1 p {
	font-size: 18px;
	color: #fff;
	line-height: 1.8em;
	text-align: center
}

.news-row2{
	min-height:400px;
}

.news-row2 .wrap{
	width:70%;
	max-width:1400px;
	background:#fff;
	padding:30px 80px;
}
.news-row2>.wrap>h4{
	padding-top: 10px;
    padding-bottom: 25px;
    line-height: 24px;
    font-size: 14px;
	color: #666;
	font-size:18px;
}

.news-guide-split{
	padding-left: 10px;
    padding-right: 10px;
	color: #666;
}
.news-row2>.wrap>.title{
	line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    color: #374051;
}
.news-row2>.wrap>.pubtime{
	margin-top: 20px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
}
.news-row2>.wrap>.abstract{
	position: relative;
    margin-top: 24px;
    padding-left: 25px;
    line-height: 24px;
    color: #666;
}
.news-row2>.wrap>.abstract:before {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 0;
    width: 5px;
    background-color: #03004c;
}
.news-row2>.wrap>.abstract>h4{
	font-weight: 700;
}
.news-row2>.wrap>.abstract>p{
	max-height: 96px;
    overflow: hidden;
}

.news-row2>.wrap>.content{
	padding-top: 20px;
    line-height: 28px;
    font-size: 14px;
    color: #333;
}
.news-row2>.wrap>.content *{
	text-indent: 2em;
	margin-bottom:30px;
}
.news-row2>.wrap>.content>img{
	margin-bottom:30px;
	text-align:center;
}
.embed{
	display:none;
}
