@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;
    padding-top: 70px;
    word-wrap: break-word
}

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;
    color: #21d376 !important;
    font-size: 14px !important;
    line-height: 1em;
    float: none !important
}

.js-tooltip:after {
    content: "\e622";
    font-family: kf5-website
}

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: #21d376
}

.orange {
    color: #ffa900
}

.blue {
    color: #01AEF0
}

.purple {
    color: #9e5ae3
}

.link {
    color: #01AEF0
}

.link:hover {
    color: #01AEF0
}

.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: #21d376
}

[class^=btn].green:hover {
    background: #2bdd80
}

[class^=btn].grey {
    color: #666;
    background:none;
	border:1px solid #666;
	box-sizing:border-box
}

[class^=btn].grey:hover {
    border:1px solid #999
}

.btn-lg {
    font-size: 20px;
    height: 48px;
    line-height: 48px;
    padding: 0 20px
}

.center {
    float: left;
    position: relative;
    left: 50%
}

.center>* {
    float: left;
    position: relative;
    left: -50%
}

.hue-shine {
    color: #21d376;
    background-image: -webkit-linear-gradient(92deg, #21d376, #01AEF0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 15s infinite linear
}

.hue-shine1 {

    -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: 1000
}

.tool-outer{
    padding: 5px 10px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
}

#toolitembar a {
    position: relative;
    display: block;
    height: 70px;
    width: 60px;
    color: #555;
    text-align: center;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    border-bottom:1px solid #eee;
}

#toolitembar a:last-child {
    border-bottom:0;
}
#toolitembar a:hover, #toolitembar a:hover i {
    color: #01AEF0
}

#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);
    padding: 0 10px;
    background: #fff;
    box-shadow: 0 5px 13px rgba(0,0,0,.1);
    margin-top:10px;
}

#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: 10px;
    padding-top: 12px;
    color:#555;
}
#toolitembar-info i{
    font-size: 19px
}
#toolitembar-support i {
    font-size: 23px
}

#toolitembar-signin i {
    font-size: 18px;
    padding-top:14px;

}


#toolitembar-phone:before,
#toolitembar-signin:before,
#toolitembar-info:before {
    content: "小逸恭候多时~";
    position: absolute;
    right: 85px;
    top: 12px;
    line-height: 40px;
    white-space: nowrap;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    padding: 0 15px;
    display: none;
    font-size: 15px;
    font-family: '微软雅黑'
}

#toolitembar-phone:before {
    content: "售前咨询请拨 400-926-2012"
}

#toolitembar-signin:before {
    content: "20秒快速注册"
}

#toolitembar-phone:after,
#toolitembar-signin:after{
    content: "";
    height: 0;
    width: 0;
    border-left: 6px solid rgba(0, 0, 0, .6);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    right: 79px;
    top: 44%;
    margin-top: -3px;
    display: none
}

#toolitembar-phone i {
    font-size: 22px
}

#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 .btn:active {
    box-shadow: none
}

#header.hover {
    background: rgba(255, 255, 255, .97) !important
}

#header.hover .header-nav>ul>li>a {
    color: #374051
}

#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%
}

.header-nav {
    float: right;
    padding-top: 6px;
    position: relative;
    z-index: 2
}

.header-nav:before {
    content: "";
    position: absolute;
    height: 0;
    width: 100%;
    left: 0;
    top: 100%;
    background: rgba(255, 255, 255, .4);
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s
}

.header-nav.show-before:before {
    height: 50px
}

.header-nav>ul {
    position: relative;
	float:left
}

.header-nav>ul>li {
    float: left;
    font-size: 18px;
    margin-left: 32px;
    padding-bottom: 20px;
    position: relative
}

.header-nav>ul>li.hover>a {
    color: #01AEF0 !important
}

.header-nav>ul>li:hover .sub-menu {
    -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
}

.header-nav>ul>li>a {
    color: #374051;
    line-height: 30px;
    padding: 0 2px;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    position: relative
}

.header-nav>ul>li>a:hover {
    color: #01AEF0 !important
}

.header-nav>ul>.active>a {
    color: #01AEF0 !important
}

.header-nav>ul>.active>a:after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -8px;
    left: 0;
    width: 100%;
    background: #01AEF0
}

.header-nav>ul>li {
    margin-left:0;
	padding-left:16px;
	padding-right:16px
}
.header-nav .btn{
	padding:0!important
	}
.header-nav .btn.register {
    margin-left: 16px;
}
.header-nav .btn+.btn {
    margin-left: 16px
}

.header-nav .btn>a {
    display: block;
    height: 28px;
    line-height: 28px;
    color: #01AEF0 !important;
    font-size: 14px;
    padding: 0 20px;
    border-radius: 40px;
    border: 1px solid #01AEF0;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

.header-nav .btn>a:hover {
    background: #01AEF0;
    color: #fff !important
}

.header-nav .register>a {
    border-color: #ffa900;
	background: #ffa900;
    color: #fff !important
}

.header-nav .register>a:hover {
    background: #ffa900;
    color: #fff !important
}

.header-nav .sub-menu {
    position: absolute;
    left: 50%;
    margin-left: -35px;
    top: 50px;
    white-space: nowrap;
    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
}

.header-nav .sub-menu:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.header-nav .sub-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: 28px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.header-nav .sub-menu li {
    font-size: 14px;
    padding: 0 15px;
    background-color: #fff;
    position: relative;
    border-radius: 3px
}

.header-nav .sub-menu li:last-child {
    padding-bottom: 5px
}

.header-nav .sub-menu li:first-child {
    padding-top: 5px
}

.header-nav .sub-menu li:last-child a {
    border-bottom: none
}

.header-nav .sub-menu li a {
    color: #374051;
    position: relative;
    display: block;
    border-bottom: 1px solid #e2eaec;
    padding: 9px 5px;
    min-width: 100px
}

.header-nav .sub-menu li a:hover {
    color: #01AEF0
}

#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
}

#header.skrollable-after .header-nav>ul>li>a {
    color: #374051
}

.banner-home .slide-item {
    height: 650px
}

.banner-home .slide-item>a {
    display: block;
    width: 100%;
    height: 100%
}

.banner-home .slide-item1 {
    position: relative;
    /*background: url(../images/bgs/banner2016-5-17.jpg) no-repeat center;*/
    background:#8CCEEA;
    /*background-size: cover;*/
    height: 700px;
}

.banner-home .slide-label-wrap{
	position:absolute;
	top:0;
	right:0;
	width:300px;
	height:200px
	}
.banner-home .slide-label{
	position:absolute;
	top:0;
	right:0;
	border-style: solid;
	border-width:170px 0px 0px 300px;
	border-color:#041738 transparent transparent transparent;
	width: 0px;
	height: 0px;
	opacity:0.5;
	}
.banner-home .label-text{
	position:absolute;
	right:12px;
	top:20px;
	font-size:28px;
	line-height:1.2em;
    color:#fff;
	z-index:100
	}
.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;
    float:left;
	text-align:left;
    z-index: 3;
    padding-top: 200px;
}

.banner-home .slide-item1 img {
    float:right;
	margin-top:210px;
	margin-right:-280px
}

.home-row-1 .bx-controls {
    position: relative;
    top: -35px
}

.banner-home .slide-item1 h2 {
    color: #2B3C4D;
    font-size: 69px;
    margin-bottom: 10px
}

.banner-home .slide-item1 p {
    font-size: 24px;
    color: #34495E;
    margin-bottom: 40px;
    line-height: 1.8em
}

.banner-home .slide-item1 a.blue {
    color: #fff;
    background: #03A9F4;
    border: 1px solid #03A9F4
}

@media screen and (max-width:415px) {
    .banner-home .slide-item1 .info {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        margin-top: -2px;
    }

    .slide-item1 .info h2,
    .slide-item1 .info p {
        width: 100%;
        text-align: center !important;
    }
	.slide-item1 img {
    display:none
}
}

.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
}

@media screen and (max-width:415px) {
    .banner-home .slide-item1 .info .meta {
        margin-top: 40px;
        padding-right: 22px;
    }
}

.banner-home .slide-item1 .info .meta i {
    border-radius: 50%;
    padding: 2px;
    margin-right: 5px;
    background: #21d376;
    font-size: 12px;
    color:#fff;
}

.banner-home .slide-item1 .info .meta a {
    color: #2b3c4d
}

.banner-home .slide-item1 .info .meta{
    color: #2b3c4d
}

.banner-home .slide-item1 .info .meta li{
    margin-bottom:20px;
}

.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
}

.company-row{
    padding:100px 0 10px 0;
}
.company-row .logo-li{
    max-width: 100%;
    transition: all ease-in 0.2s
}
.company-row .logo-li:hover{
    opacity:0.8;
}
.home-row-2 {
    padding: 100px 0 80px;
    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
}

.home-row-2-info ul {
    margin: 0 auto
}

.home-row-2-info li {
    display: inline-block;
    margin: 0 30px;
    margin-bottom: 30px;
    padding-bottom: 10px
}

.home-row-2-info li i {
    display: block;
    height: 140px;
    width: 140px;
    background: url(../images/gfx/channel-spirit.png) no-repeat;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .1);
    border-radius: 50%;
    position: relative
}

.home-row-2-info li p {
    font-size: 15px;
    padding: 15px 0;
    padding-bottom: 0
}

.home-row-2-info .list1 i {
    background-position: 0 0
}

.home-row-2-info .list1 i:before,
.home-row-2-info .list2 i:before,
.home-row-2-info .list8 i:before {
    content: '热';
    position: absolute;
    top: 5px;
    left: 5px;
    background: #F36;
    padding: 5px;
    border-radius: 50%;
    color: #fff;
    font-size: 13px
}

.home-row-2-info .list2 i {
    background-position: -140px 0
}

.home-row-2-info .list3 i {
    background-position: -280px 0
}

.home-row-2-info .list4 i {
    background-position: -420px 0
}

.home-row-2-info .list5 i {
    background-position: -560px 0
}

.home-row-2-info .list6 i {
    background-position: -700px 0
}

.home-row-2-info .list7 i {
    background-position: -840px 0
}

.home-row-2-info .list8 i {
    background-position: -980px 0
}

.home-row-2-info .list9 i {
    background-position: -1120px 0
}

.home-row-2-info .list10 i {
    background-position: -1260px 0
}

.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: 101px;
    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;
    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
}

.home-row-31 {
    padding: 80px 0 70px;
    position: relative;
    z-index: 4;
    background:#F5F8FA
}

.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: 70px
}

.panic li {
    font-size: 20px;
    line-height: 26px;
    color: #888;
    width: 490px;
    position: relative;
    padding-bottom: 30px;
	
}

.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: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    left: -98px;
	top:-5px;
    box-sizing: border-box;
    padding-top: 17px;
    color: #fff;
    text-align: center;
	font-weight:bold;
}

.panic li.list2,
.panic li.list4 {
    margin-left: 30px
}

.panic li.list2:after,
.panic li.list4:after {
    content: '';
    display: block;
    width: 60px;
    height:60px;
    border-radius: 50%;
    position: absolute;
    right: -92px;
    top: -5px;
    box-sizing: border-box;
    padding-top: 17px;
    color: #fff;
    text-align: center;
	font-weight:bold;
}

.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: #01AEF0;
    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 {
    color: #fff;
    background:#01AEF0
}

.home-row-4 {
    padding: 80px 0 30px;
    background:#01AEF0;
    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: #fff
}

.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: .5;
    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: #fff
}

.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:#fff
}

.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: bold;
    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
}

.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!important;
	padding:0;
	border:0!important
}

.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
}

@media screen and (max-width:415px){
    .logo-list{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .logo-list li {
        width: 50%;
        height: 98px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .logo-list li img{
        margin: auto;
    }
}

.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;
	margin-left:20px
}

@media screen and (max-width:415px) {
    .join .btn-lg {
        margin-top: 20px;
    }
}

.app-banner {
    height: 480px;
    background: url(../images/bgs/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: 6px;
    border: 1px solid #21d376;
    color: #21d376;
    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 #01AEF0;
    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: #fff;
    padding: 50px 0;
	border-top:1px solid #e8e8e8
}

.footer-top>.wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.footer-top dl {
    float: left;
    margin-right: 50px
}

.footer-top dt {
    color: #333;
    font-size: 16px;
    padding-left: 10px;
    line-height: 16px;
    margin-bottom: 25px
}

.footer-top dd>a {
    font-size: 14px;
    padding-right: 10px;
    color: #888;
    position: relative
}

.footer-top dd>a:hover {
    color: #555
}

.footer-top dd {
    margin-bottom: 15px;
    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: #21d376
}

.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: #01AEF0;
    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 #01AEF0;
    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: #959595;
    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 {
    margin-bottom:20px;
}

.footer-top .kf5-safety li a {
    font-size: 12px;
    color: #959595
}

.footer-bottom {
    height: 45px;
    line-height: 45px;
    background: #F5F8FA
}

.footer-bottom .copyright {
    text-align: center;
    font-size: 14px;
    color: #888
}

.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: #21d376
}

.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: #21d376
}

.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 #21d376;
    border-radius: 100%
}

.bx-pager-item>a.active {
    background: #21d376
}


.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
}

.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: #01AEF0;
    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: #01AEF0
}

.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 {

    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center
}

.pricing-row1 .wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.pricing-row1 .tips {
text-align:center;
margin-top: 50px;
}

.pricing-row1 .tips a{
    height: 30px;
    line-height: 30px;
    padding: 5px 25px;
    background: #e9e9e9;
    border-radius: 40px;
    color: #444;
    font-size: 20px;
    display: inline-block;
	margin:0 10px
}

.pricing-row1 .tips a:hover{
    background: #dfdfdf;
}

.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: #21d376;
    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: #21d376;
    color: #fff;
    font-size: 16px
}

.pricing-row2 {
    padding: 50px 0;
    background:#F5F8FA
}

.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: #01AEF0
}

.pricing-table-left li>a:hover {
    color: #01AEF0
}

.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: #21d376;
    -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 td span{
    line-height:1.3em
}

.pricing-row2 table .yes {
    display: inline-block;
    height: 18px;
    width: 18px;
    border-radius: 100%;
    background: #21d376;
	color:#fff;
	font-size:12px;
	line-height:18px;
	text-align:center
}
.pricing-row2 table .no {
    display: inline-block;
    height: 18px;
    width: 18px;
    border-radius: 100%;
    background: #FF697B;
	color:#fff;
	font-size:12px;
	line-height:18px;
	text-align:center
}

.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%
}

@media screen and (max-width:415px) {
    .pricing-row3 dt {
        height: 50px;
        line-height: 26px;
        font-size: 18px;
        color: #444
    }

    .pricing-row3 dd {
        height: 56px;
        line-height: 16px;
        font-size: 12px;
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        align-items: center;
    }

    .pricing-row3 dd a {
        display: none;
    }

    .pricing-row3 .list1 {
        margin-right: 3.210069444445%;
    }

    .pricing-row3 .list2 {
        width: 12.416666666667%;
        margin-right: 3.210069444445%;
    }
}

.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
}

.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-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: #eff4f5;
    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: #777;
    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: #777777;
    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: #eff4f5;
    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: #777
}

.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: #FFCF3F;
    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: #FF697B;
    line-height: 1.6em;
	font-weight:bold
}

.product-row-8 {
    background: #eff4f5;
    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 
}

.sign-in {
    background: url(../images/gfx/sign-bg.png) no-repeat bottom center #f9f9f9;
    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:30px 40px;
    min-height: 450px;
    width: 400px
}
#section_phone .sign-panel { min-height:360px;}
.sign-panel .logo {
    margin-bottom: 35px;
	text-align:center
}

.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:15px;
    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: #21d376;
    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;
    font-weight:bold;
}
.sign-panel input.domain-input { padding: 0 100px 0 10px;}
.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:400px;
    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: #01AEF0
}

.conve .terms a:hover {
    color: #01AEF0
}

.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: #21d376;
    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/bgs/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: 120px;
}

.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: #01AEF0;
    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: #21d376;
    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: #01AEF0;
    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%
}

@media screen and (max-width:415px) {
    .login-row1 .login-input-box {
        width: 100%;
    }

    .login-row1 .no-id {
        margin-top: 20px;
    }
}

.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
}

.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: 135px;
    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: 135px;
    width: 225px;
    cursor: pointer;
    overflow: hidden
}

.case-list .images:before {
    content: "";
    display: block;
    height: 50px;
    width: 225px;
    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: 225px
}

.case-list .info {
    padding-left: 250px
}

.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: #01AEF0
}

.case-list .info .meta {
    line-height: 22px;
    height: 22px;
    font-size: 13px;
    color: #666;
    margin-bottom: 10px
}

.case-list .info .meta a {
    color: #01AEF0
}

.case-list .info .meta a:hover {
    color: #01AEF0
}

.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 {
    padding: 30px 0;
}

.case-meta h3 {
    padding-left: 15px;
    border-left: 4px solid #01AEF0;
    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:0;
    top: 0;
    font-weight: 700;
    font-size: 16px
}

.case-meta ul li p {
    padding-left: 150px;
    font-size: 16px
}

@media screen and (max-width:415px) {
    .case-list .images{
		width:auto;
		right:20px;
		}
	.case-list .images:before{width:100%}
	.case-list .images>img{width:auto;max-width:100%}
	.case-list li .info {padding-top:160px!important;width:100%}

	.case-meta ul {
        width: 100%;
    }

    .case-meta ul li {
        position: unset;
        padding-right: 0;
        line-height: 24px;
        margin-bottom: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .case-meta ul li span {
        width: 92%;
        position: unset;
    }

    .case-meta ul li p {
        width: 92%;
        padding-left: 0;
    }
}

.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 #01AEF0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 20px;
    margin-top: 30px
}

.blog-article-content a {
    color: #01AEF0
}

.blog-article-content a:hover {
    color: #01AEF0
}

.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: #eff4f5;
    padding: 120px 0
}

.more-features h2 {
    font-size: 40px;
    color: #333;
    padding-bottom: 40px;
	text-align:center
}
.more-features ul{text-align:center;margin-bottom:20px}
.more-features ul li {
    display: inline-block;
}

.more-features ul li a {
    display: block;
    padding: 10px 18px;
    border: 1px solid #333;
    transition: all ease-in .2s;
    border-radius: 20px;
    font-size: 16px;
    margin-right: 16px
}

.more-features ul li a:hover {
    background: #333;
    color: #fff
}

.more-features ul li a.register {
    border-color: #fff;
    color: #fff;
    margin-right: 0
}

.more-features ul li a.register:hover {
    background: #01AEF0;
    color: #fff
}
.more-features .info{text-align:center;padding-top:20px}

.more-features .trial-form{width:450px;margin:0 auto;padding:20px 0;}
.more-features .trial-form .trial-input{width:302px;border-color:#777;border-right-color:#fff;}
.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: #01AEF0;
    border-radius: 3px;
    display: inline-block;
    margin: 20px 10px;
}

.section-row .btn.grey {
    background: none;
    border: 1px solid #999;
    color: #999;
    height: 48px;
    line-height: 48px;
}

.section-row .btn.green {
    background:#21d376;
}

.herosection-row {
    background: url(../images/bgs/features-banner8.jpg) no-repeat top center;
    background-size: cover;
    padding: 100px 0 !important;
}

.herosection-row .info {
    text-align: center
}

.herosection-row .info h2 {
    color: #fff;
    font-size: 44px;
    margin-bottom: 30px;
	margin-top:10px
}

.herosection-row .info p {
    font-size: 18px;
    color: #eee;
	max-width:600px;
	margin:0 auto 20px auto;
}
.herosection-row.bg1 {
    background: url(../images/bgs/customer-bg1.jpg) no-repeat;
    background-size:cover;
}
.herosection-row.bg2 {
    background: url(../images/bgs/customer-bg2.jpg) no-repeat;
    background-size:cover;
}
.herosection-row.bg3 {
    background: url(../images/bgs/features-banner3.jpg) no-repeat;
    background-size:cover;
}
.herosection-row.bg4 {
    background: url(../images/bgs/customer-bg4.jpg) no-repeat;
    background-size:cover;
}
.herosection-row.bg5 {
    background: url(../images/bgs/customer-bg5.jpg) no-repeat;
    background-size:cover;
}
.herosection-row.bg6 {
    background: url(../images/bgs/customer-bg6.jpg) no-repeat;
    background-size:cover;
}
.herosection-row.bg-security {
    background: url(../images/bgs/security-banner1.jpg) no-repeat;
    background-size:cover;
}
.herosection-row.bg-features {
    background: url(../images/bgs/features-banner4.jpg) no-repeat;
    background-size:cover;
}
.herosection-row.bg-service {
    background: url(../images/bgs/banner-service-0709.png) no-repeat;
    background-size:cover;
}
.herosection-row.customers-case {
    background: url(../images/bgs/features-banner7.jpg) no-repeat -100px center;
    background-size:cover;
}
.herosection-row.solution {
    background: url(../images/bgs/features-banner3.jpg) no-repeat -100px center;
    background-size:cover;
}
.herosection-row.application {
    background: url(../images/bgs/bannerbg-solution2.jpg) no-repeat -100px center;
    background-size:cover;
}

.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: #F5F8FA;
    text-align: center
}

.screen-row2 img {
    position: relative;
    top: -110px
}

.screen-row2 .info {
    margin-top: -50px
}

.screen-row2 .wrap h2 {
    color: #313131;
	margin-bottom:60px
}

.screen-row2 ul {
    max-width: 820px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.screen-row2 li {
    width: 30%;
    text-align: center;
    font-size: 20px;
    color: #333;
}

.screen-row2 li:before {
    content: "";
    display: inline-block;
    height: 164px;
    width: 164px;
    margin-bottom: 25px;
    background: url(../images/gfx/hc-banner2-icon.png) no-repeat
}

.screen-row2 li.list2:before {
    background-position: -164px 0
}

.screen-row2 li.list3:before {
    background-position: -328px 0
}


@media screen and (max-width:415px) {

    .screen-row1 img,
    .screen-row2 img {
        width: 100%;
    }

    .screen-row2 img {
        top: -82px
    }

    .screen-row2 li {
        width: 100%;
    }
}

.screen-row3 {
    padding: 60px 0;
    background: #fff
}

.screen-row3 .wrap {
    margin: auto
}

.screen-row3 .wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.screen-row3 img {
    float: left;
    margin-right: 85px
}
.screen-row3 .info {
    padding-top:150px
}
.screen-row3 h2 {
    color: #333;
    padding-top: 30px
}

.screen-row3 p {
    font-size: 20px;
    color: #333
}

@media screen and (max-width:415px) {
    .screen-row3 .info {
        text-align: center;
        padding-top: 230px;
    }
}

.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:#F5F8FA;
    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
}

@media screen and (max-width:415px) {
    .screen-row5 li {
        margin-bottom: 16px;
    }
}

.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
}

@media screen and (max-width:415px) {
    .screen-row6 img {
        width: 100%;
    }

    .screen-row6 .info {
        text-align: center;
        width: 100%;
        padding-top: 0;
    }

    .screen-row6 h2 {
        padding-top: 50px
    }
}

.screen-row7 {
    padding: 80px 0 0;
    background: #f7fbfc;
    text-align: center
}

@media screen and (max-width:415px) {
    .screen-row7 .wrap img {
        width: 100%;
    }
}

.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;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.screen-row8 li {
    text-align: center;
    width: 30%;
}

.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
}

@media screen and (max-width:415px) {
    .screen-row8 ul>li {
        width: 100%;
    }

    .screen-row8 li {
        width: 100%;
    }

    .screen-row8 .list2,
    .screen-row8 .list3 {
        margin-top: 50px;
    }
}

.screen-row9 .wrap {
    max-width: 1100px
}

.screen-row9 .info:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.screen-row9 .label-static {
    width: 33.3%;
    float: left;
    color: #666
}

.screen-row9 .label-static .label-inner {
    margin: 10px;
    padding: 20px;
    border: 1px solid #eee;
    height: 82px;
	transition:all ease-in 0.2s;
	background:#fff;
	box-shadow:0 5px 13px rgba(0, 0, 0, .1)
}

@media screen and (max-width:415px) {
    .screen-row9 .label-static {
        width: 100%;
    }

    .screen-row9 .label-static:first-of-type .label-inner {
        height: 96px;
    }
}

.screen-row9 .label-static .label-inner:hover {
    border-color:#01AEF0;
}
.screen-row9 .label-static .label-inner h3 {
    padding-bottom: 20px;
    color: #333;
    font-size: 20px
}

.screen-row9 .label-static .label-inner p {
    font-size: 15px;
    padding: 0;
    color: #777;
    margin: 0;
    line-height: 22px
}

.screen-row9 h2 {
    color: #313131;
    text-align: center;
    position: relative;
    padding-bottom: 30px
}

.screen-row9 p.desc {
    text-align:center;
    padding-bottom:20px;
    color:#777;
}

.screen-row9 .join {
    padding: 40px 10px 0 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.screen-row9 .join h3 {
    font-size: 30px;
    line-height: 48px;
}

.screen-row9 .join .btn-lg {
    margin-right: 20px;
}

.screen-row10 {
    background: #F2F9FB
}

.screen-row10 .wrap {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.screen-row10 .info {
    padding-top: 80px;
    max-width: 600px;
}

.screen-row10 .wrap h2 {
    color: #333;
    margin-bottom: 30px
}

.screen-row10 p {
    font-size: 20px;
    color: #555;
    line-height: 1.6em
}

@media screen and (max-width:415px) {
    .screen-row10 .info {
        width: 100%;
        text-align: center;
    }

    .screen-row10 img {
        width: 100%;
    }
}

.screen-row11 {
    background: #ffcf3f;
    text-align: center
}

.screen-row11 img {
    margin-bottom: 40px
}

@media screen and (max-width:415px) {
    .screen-row11 img {
        width: 100%;
    }
}

.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: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
}

@media screen and (max-width:415px) {
    .screen-row12 .wrap {
        width: 335px;
    }

    .screen-row12 .info {
        width: 100%;
        padding-top: 0;
        text-align: center;
    }

    .screen-row12 img {
        width: 100%;
    }
}

.screen-row13 {
    background: #F5F8FA;
    text-align: center
}


.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
}

@media screen and (max-width:415px) {
    .screen-row13 ul {
        width: 100%;
    }

    .screen-row13 li {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        align-items: center;
    }

    .screen-row13 li.list1,
    .screen-row13 li.list2,
    .screen-row13 li.list3 {
        text-align: center;
    }

    .screen-row13 li.list1:before,
    .screen-row13 li.list2:before,
    .screen-row13 li.list3:before {
        top: 0;
        left: 50%;
        margin-left: -43px;
    }

    .screen-row13 li.list1 p,
    .screen-row13 li.list2 p,
    .screen-row13 li.list3 p {
        padding-left: 0;
        padding-right: 0;
    }

    .screen-row13 li.list1 h3,
    .screen-row13 li.list2 h3,
    .screen-row13 li.list3 h3 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 120px;
    }
}

.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: #777
}

@media screen and (max-width:415px) {
    .screen-row14 img {
        width: 100%;
        margin-bottom: 30px;
    }

    .screen-row14 .info {
        text-align: center;

    }
}

.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
}

@media screen and (max-width:415px) {
    .screen-row15 .info {
        background: url(../images/call_center_images.png) no-repeat;
        background-size: 315px;
        background-position-y: 136px;
        margin-top: 0;
        padding-top: 500px;
    }
}


.screen-row16 {
    background: #f5f8fa
}

.screen-row16 .wrap {
    max-width: 870px;
    margin: 0 auto
}

.screen-row16 h2 {
    color: #313131;
    text-align: center;
    position: relative;
    padding-top: 50px
}

.screen-row16 h2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -8px;
    height: 20px;
    width: 20px;
    border: 2px solid #eaf2f7;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.screen-row16 ul {
    text-align: center;
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.screen-row16 ul>li {
    text-align: center;
    width: 30%;
}

@media screen and (max-width:415px) {
    .screen-row16 ul>li {
        width: 100%;
    }
}

.screen-row16 ul>li:before {
    content: "";
    height: 164px;
    width: 164px;
    display: inline-block;
    background: url(../images/gfx/telephone-banner2-icon.png) no-repeat;
    margin-bottom: 40px
}

.screen-row16 ul>li h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px
}

.screen-row16 ul>li p {
    font-size: 20px;
    color: #959595;
    line-height: 1.4em
}

.screen-row16 .list2:before {
    background-position: -169px 0
}

.screen-row16 .list3:before {
    background-position: -338px 0
}

.screen-row17 {
    padding-bottom: 0;
    background: #f5f8fa
}

.screen-row17 .wrap {
    width: 1050px;
    margin: 0 auto
}

.screen-row17 h2 {
    color: #2a1c13;
    margin-bottom: 30px;
    text-align: center
}

.screen-row17 p {
    font-size: 20px;
    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 img {
    position: absolute;
    right: 0;
    bottom: 0
}

.screen-row17 article dl {
    max-width: 400px;
    padding-top: 50px
}

.screen-row17 article dt {
    font-size: 30px;
    color: #2a1c13;
    margin-bottom: 20px;
    padding-left: 25px;
    position: relative
}

.screen-row17 article dt:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    height: 12px;
    width: 12px;
    border-radius: 100%
}

.screen-row17 article dt.list1:before {
    background: #49c4ff
}

.screen-row17 article dt.list2:before {
    background: #fd6642
}

.screen-row17 article dd {
    font-size: 20px;
    color: #959595;
    padding-left: 20px;
    margin-bottom: 25px;
    line-height: 1.5em
}

@media screen and (max-width:415px) {
    .screen-row17 .wrap {
        width: 335px;
    }

    .screen-row17 article img {
        width: 334px;
    }

    .screen-row17 article dl {
        margin-bottom: 260px;
        padding: 0;
    }
}


.screen-row18 {
    background:#01AEF0
}

.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 img {
    width: 174px;
    margin: 0 auto;
    display: block
}

.screen-row18 .list1 {
    padding-top: 20px;
    border-top: 1px solid #fff;
    position: absolute;
    max-width: 280px;
    padding-right: 20px;
    left: 50px;
    top: 45px
}

.screen-row18 .list1 dt {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff
}

.screen-row18 .list1 dd {
    font-size: 20px;
    color: #fff;
    line-height: 1.5em
}

.screen-row18 .list2 {
    padding-top: 20px;
    border-top: 1px solid #fff;
    position: absolute;
    max-width: 320px;
    padding-left: 20px;
    right: 20px;
    top: 0
}

.screen-row18 .list2 dt {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff
}

.screen-row18 .list2 dd {
    font-size: 20px;
    color: #fff;
    line-height: 1.5em
}

.screen-row18 .list3 {
    padding-top: 5px;
    padding-left: 25px;
    border-left: 1px solid #fff;
    position: absolute;
    max-width: 380px;
    right: 40px;
    bottom: 0
}

.screen-row18 .list3 dt {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff
}

.screen-row18 .list3 dd {
    font-size: 20px;
    color: #fff;
    line-height: 1.5em
}

@media screen and (max-width:415px) {
    .screen-row18 .wrap {
        width: 335px;
    }

    .screen-row18 .wrap h2 {
        margin-bottom: 0;
    }

    .screen-row18 article {
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        align-items: center;
        position: unset;
        padding-bottom: 0 !important;
    }

    .screen-row18 article .list1,
    .screen-row18 article .list2,
    .screen-row18 article .list3 {
        max-width: 335px;
        width: 100%;
        border: none;
        position: unset;
        padding: 30px 0;
        margin: 0;
        border-top: 1px solid #fff;
    }

    .screen-row18 article img {
        display: none;
    }

    /* .screen-row18 article .list1{
        max-width: 335px;
    } */
}

.screen-row19 {
    background:#f2fbff;
    padding: 60px 0 30px 0
}

.screen-row19 .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.screen-row19 p {
    font-size: 20px;
    color: #777;
    max-width: 435px;
}

.screen-row19 img {
    margin-bottom: 30px
}

@media screen and (max-width:415px) {
    .screen-row19 .info {
        width: 100%;
        text-align: center;
    }

    .ticket-row19 .info p {
        width: 315px;
    }

    .screen-row19 img {
        width: 100%;
    }
}

.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:#F5F8FA;
    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;
    line-height: 1.5em;
}

.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
}

@media screen and (max-width:415px) {
    .screen-row23 .info {
        width: 100%;
        text-align: center;
        padding-top: 240px
    }
}

.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
}

@media screen and (max-width:415px) {
    .screen-row25 h2 {
        padding-top: 200px
    }
}

.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
}

@media screen and (max-width:415px) {

    .screen-row23 .info,
    .screen-row24 .info,
    .screen-row25 .info,
    .screen-row26 .info {
        width: 100% !important;
        text-align: center;
    }

    .screen-row20 img,
    .screen-row23 img,
    .screen-row24 img,
    .screen-row25 img,
    .screen-row26 img,
    .screen-row21 img {
        width: 100%;
    }
}

.screen-row27 {
    padding: 150px 0 100px;
    background: #FFFAEE;
    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
}

@media screen and (max-width:415px) {
    .screen-row27 img {
        width: 100%;
    }
}

.screen-row28 {
    background: #fff
}

.screen-row28 .wrap h2 {
    color: #333;
    margin-bottom: 80px;
    text-align: center
}

.screen-row28 ul {
    max-width: 960px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.screen-row28 li {
    text-align: center;
    width: 30%
}

.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
}

@media screen and (max-width:415px) {
    .screen-row28 .wrap h2 {
        margin-bottom: 0 !important;
    }

    .screen-row28 li {
        width: 100%;
        margin-top: 40px;
    }
}

.screen-row29 {
    background: #F5F8FA;
    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 {

}

.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
}

@media screen and (max-width:415px) {

    .screen-row29 img,
    .screen-row30 img,
    .screen-row31 img,
    .screen-row32 img {
        width: 100%;
    }

    .screen-row31 .info,
    .screen-row32 .info {
        text-align: center;
        padding-top: 200px;
    }
}

.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;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.screen-row33 li {
    text-align: center;
    width: 30%;
}

.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
}

@media screen and (max-width:415px) {
    .screen-row33 li {
        width: 100%;
        margin-top: 20px;
    }

    .screen-row33 .tc {
        margin-bottom: -5px !important;
    }

    .screen-row33 img {
        width: 100%;
    }
}

.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
}

@media screen and (max-width:415px) {
    .screen-row34 img {
        width: 100%;
    }

    .screen-row34 p {
        width: 100% !important;
    }
}

.screen-row40 {
    padding-bottom: 0;
}

.screen-row40 .wrap {
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.screen-row40 img {
    width: 450px;
	margin-top:18px
}

.screen-row40 .info {
    width: 550px;
	padding-bottom:60px
}

@media screen and (max-width:415px) {
    .screen-row40 .info {
        width: 100%;
        text-align: center;
    }

    .screen-row40 .info a {
        margin: 10px 0;
    }

    .screen-row40 img {
        width: 100%;
    }
}

.screen-row41 {
    background: #fff
}

.screen-row41 .wrap h2 {
    color: #333;
    text-align: center;
    margin-bottom: 60px
}

.screen-row41 ul {
    max-width: 940px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.screen-row41 li {
    text-align: center;
    width: 30%;
}

.screen-row41 li:before {
    content: "";
    display: inline-block;
    height: 164px;
    width: 164px;
    background: url(../images/gfx/ticket-banner-icon.png) no-repeat;
    margin-bottom: 40px
}

.screen-row41 li h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 25px
}

.screen-row41 li p {
    font-size: 20px;
    color: #959595;
    line-height: 1.6em
}

.screen-row41 li.list2:before {
    background-position: -164px 0
}

.screen-row41 li.list3:before {
    background-position: -328px 0
}

@media screen and (max-width:415px) {
    .screen-row41 ul>li {
        width: 100%;
    }

    .screen-row41 li {
        width: 100%;
    }

    .screen-row41 .list2,
    .screen-row41 .list3 {
        margin-top: 50px;
    }
}

.about-us-row1 {
    background: url(../images/bgs/banner2015-12-7-blur.jpg) no-repeat center;

}

.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
}

.info-nav ul {
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    background-color: hsla(0,0%,100%,.3);
}
.info-nav ul li{
    display: inline-block;
    padding: 0;
    margin: 0;
}
.info-nav ul li a{
display: inline-block;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
    padding: 0 50px;
    font-size: 18px;
    color: #fff;
}
.info-nav ul li a.active{
    color: #333;
    background: #fff;
    text-decoration: none;
}

.contact-us {
    padding: 80px 0
}

.contact-us .wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.contact-us h2 {
    font-size: 36px;
    margin-bottom:60px
}

.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
}

@media screen and (max-width:415px) {
    .contact-us .right ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }

    .contact-us .right ul>li {
        width: 33.33%;
        margin: 0;
    }
}

.infolist-row {
    padding: 80px 0
}

.infolist-row .wrap {
    max-width: 1160px
}

.infolist-row h2 {
    font-size: 36px;
    margin-bottom: 60px;
	text-align: center;
}

@media screen and (max-width:415px) {
    .infolist-row h2 {
        width: 100%;
        text-align: center;
    }
}

.infolist-row li {
    padding: 25px 0;
    padding-left: 28%;
    min-height:120px;
    position: relative;
	border-bottom:1px solid #ededed
}

.infolist-row li:last-child {
	border-bottom:0
}

.infolist-row li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.infolist-row img {
    position: absolute;
    left: 0;
    top: 25px;
    width: 20%;
	box-shadow:0 1px 3px rgba(0, 0, 0, .1)
}
.infolist-row .text {
    position: absolute;
    left: 0;
    top: 45px;
    width: 20%;
	font-size:24px;
	color:#555
}
.infolist-row h3 {
    font-size: 24px;
    padding-top: 10px;
    margin-bottom: 10px;
    line-height: 1.6em
}

.infolist-row a {
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

.infolist-row a:hover {
    color: #01AEF0
}

.infolist-row p {
    color: #888;
	line-height:1.6em;
	font-size:16px
}

@media screen and (max-width:415px) {
    .infolist-row h2 {
        margin-bottom: 10px
    }

    .infolist-row ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .infolist-row ul li {
        padding: 20px 0;
        padding-left: 0 !important;
        min-height: 100px;
        position: unset;
        text-align: center;
    }

    .infolist-row img {
        position: unset;
        width: 80%;
    }
}



.infotext-row {
    padding: 80px 0
}

.infotext-row h2 {
    font-size: 36px;
    margin-bottom: 60px;
	text-align:center
}

.infotext-row h3 {
    font-size: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2eaec;
    margin-bottom: 25px
}

.infotext-row p {
    line-height: 1.6em;
    margin-bottom: 15px;
    font-size: 16px;
	color:#777
}

.infotext-row a {
    color: #01AEF0
}

.infotext-row a:hover {
    color: #01AEF0
}

.infotext-row img {
    border: 1px solid #e2eaec;
    margin-bottom: 30px
}

.infotext-row .attachment {
  padding: 20px 25px;
  background: #f4f4f4;
  border: 1px solid #ececec;
  font-size: 14px;
  margin-bottom: 15px;
  border-radius: 4px;
  color: #555555;
}

.infotext-row .attachment a {
    color: #01AEF0
}

.infotext-row .attachment a:hover {
    color: #01AEF0
}
.infotext-row .file-pdf{
    margin-bottom:0;
    border:0;
    margin-right:5px;
    width:20px;
    height:20px;
}
.infotext-row .file-img{
    width:200px;
    float:left;
    margin-right:20px;
}
.servicestatus-row1 {
    padding: 90px 0
}

.servicestatus-row1 h2 {
    font-size: 36px;
    margin-bottom: 40px;
	text-align:center
}
.servicestatus-row1 h3 {
    font-size: 30px;
    padding-bottom:40px;
	text-align:center
}
.servicestatus-row1 p{
	text-align:center;
	font-size:20px;
	padding-bottom:80px;
	line-height:1.6em
}
.servicestatus-row1 .status-intervals{
	text-align:center;
	max-width:650px;
	margin:0 auto;
	padding-bottom:40px
	}
.servicestatus-row1 .yes {
    display: inline-block;
    height: 18px;
    width: 18px;
    border-radius: 100%;
    background: #21d376;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}
.servicestatus-row1 .status-intervals span{
	margin:10px
	}

.servicestatus-row1 .status-items{
	text-align:center;
	max-width:550px;
	margin:0 auto;
	padding-bottom:60px
	}
.servicestatus-row1 .status-items li{
	display:inline-block;
	margin:15px
	}
.servicestatus-row1 .status-items li span{
	color:#21d376;
	font-size:35px;
	display:block;
	font-weight:bold
	}
.servicestatus-row1 .status-items li i{
	color:#555;
	padding-top:10px;
	font-size:16px;
	display:block
	}
.servicestatus-row1 .status-datasource{
	text-align:center;
	font-size:14px;
	color:#888
	}

.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: #21d376
}

.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 #21d376;
    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: #01AEF0
}

.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: #01AEF0 !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: #21d376
}

.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: #01AEF0
}

.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: #21d376
}

.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 #01AEF0
}

.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: #21d376
}

.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
}


.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: #01AEF0
}

.resources-content .position-nav a:hover {
    color: #01AEF0
}

.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?v=201810150950) no-repeat;
    background-size: 100%;
    padding: 0
}

.customer-row13 {
    padding: 80px 0 100px 0;
    background: #f5f8fa
}

.customer-row13 h2 {
    font-size: 40px;
    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
}

@media screen and (max-width:415px) {
    .cases {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding-top: 0;
    }

    .cases>li {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .cases h3,
    .cases p {
        text-align: center;
        width: 100%;
    }
}

.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: 18px;
    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, .home-row-33 .reg {
    text-align: center;
    padding-top: 20px;
}

.home-row-33 {
    padding: 80px 0 80px;
	background:#eff4f5
}

.home-row-33 .wrap {
    max-width: 1160px
}

.home-row-33 .wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.home-row-33 h2 {
    font-size: 36px;
    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;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}

.breadcrumbs li {
    display: inline-block;
    padding: 15px 30px;
}

.breadcrumbs li a {
    display: block;
    padding: 15px 0;
    font-size: 20px;
}

.breadcrumbs li a.active {
    border-bottom: 3px solid #21d376;
	position:relative
}
.breadcrumbs li a.active:after{
    position:absolute;
	content:'';
	width:0;
	height:0;
	left:50%;
	bottom:-20px;
	border-style:solid;
	border-width: 10px;
	border-color:#21d376 transparent transparent transparent;
	margin-left:-5px
}

@media screen and (max-width:415px) {
    .breadcrumbs li {
        padding: 0;
        width: 25%;
    }

    .breadcrumbs li a {
        padding: 0;
        font-size: 16px;
        padding: 10px 4px;
    }
}

.home-row-33 .service-gx {
    padding-top: 10px;
    width: 100%;
	padding-bottom:50px
}

.home-row-33 .service-gx .items {
    padding: 0;
    height: auto;
    text-align: center;
    width: 100%;
}

.home-row-33 .service-gx .items img {
    right: auto;
    width: 80%;
    margin: 0 auto;
    position: relative;
    top: auto;
    transition: all ease-in 0.2s;
    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
}

@media screen and (max-width:415px) {
    .home-row-33 .service-gx .items img {
        display: block;
        width: 100%;
    }

    .home-row-33 .label {
        height: 20px;
        line-height: 20px;
        padding: 0 4px;
        border-radius: 2px;
    }

    .home-row-33 .label.js-tooltip {
        font-size: 12px !important
    }

    .home-row-33 .label:nth-child(2) {
        top: 126px !important;
        left: -16px !important;
    }

    .home-row-33 .label:nth-child(3) {
        top: 50px !important;
        left: -16px !important;
    }

    .home-row-33 .label:nth-child(4) {
        top: 100px !important;
        left: 160px !important;
    }

    .home-row-33 .label:nth-child(5) {
        top: 40px !important;
        left: 230px !important;
    }
}

.home-row-2-info .list9 i:before,
.home-row-2-info .list4 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: #21D376
}

.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: 175px;
    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 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;
}

@media screen and (max-width:415px) {
    .customer-row11 .wrap {
        width: 315px;
    }

    .customer-row11 ul li {
        width: 100%;
        float: left;
        margin-bottom: 20px
    }

    .customer-row11 ul li a {
        width: 100%;
        margin: 0;
    }
}

.home-row8 {
    padding: 80px 0;
    position: relative
}

.home-row8 .wrap {
    position: relative;
    z-index: 10
}

.home-row8 h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 25px
}

.home-row8 p {
    font-size: 20px;
    text-align: center;
    line-height: 1.6em
}

.home-row8 ul {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.home-row8 li {
    /* float: left; */
    width: 232px;
    position: relative;
}

.home-row8 li span {
    font-size: 60px;
	font-weight:bold;
    font-family: 'Open Sans', sans-serif
}

.home-row8 li em {
    font-size: 20px;
}

.home-row8 li p {
    margin: 20px 0 36px 0;
    font-size: 20px;
}
.home-row8 #canvas {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color:#cee;
    }
.home-row8 .reg {
    text-align: center;
    padding-top: 20px;
}

.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
}

.screen-row44 {
    background: #f5f8fa;
    padding: 116px 0 0 0;
}

.screen-row44 .wrap {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.screen-row44 .info {
    max-width: 600px;
    padding-bottom: 60px;
}

.screen-row44 .wrap h2 {
    color: #333;
    margin-bottom: 30px
}

.screen-row44 p {
    font-size: 20px;
    color: #555;
    line-height: 1.6em
}

.screen-row44 .border {
    height: 0;
    width: 50px;
    border: 2px solid #BEC1CC;
    border-radius: 1px;
}

@media screen and (max-width:415px) {
    .screen-row44 {
        padding-top: 50px;
    }

    .screen-row44 img {
        width: 100%;
    }

    .screen-row44 .info {
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }

    .screen-row44 .border {
        display: none;
    }

}

.screen-row42 {
    background: #fff;
}

.screen-row42 .wrap {
    max-width: 870px;
    margin: 0 auto
}

.screen-row42 h2 {
    color: #313131;
    text-align: center;
    position: relative;
}

.screen-row42 ul {
    text-align: center;
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.screen-row42 ul>li {
    position: relative;
    text-align: center;
    width: 30%;
    vertical-align: top;
    width: 240px;
    height: 214px;
    padding: 4px;
}

.screen-row42 ul>li:before {
    content: "";
    height: 124px;
    width: 124px;
    display: inline-block;
    background: url(../images/deploy/advantage.png) no-repeat;
    margin-bottom: 40px
}

.screen-row42 ul>li h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px
}

.screen-row42 ul>li p {
    font-size: 20px;
    color: #959595;
    line-height: 1.4em
}

.screen-row42 .list2:before {
    background-position: -376px 0
}

.screen-row42 .list3:before {
    background-position: -768px 0
}

.screen-row42 .list-text {
    display: none;
}

.screen-row42 ul>li:hover .list-text {
    display: block;
}

.screen-row42 ul>li:hover {
    background-color: rgba(3, 169, 244, .7);
    text-align: center;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;

}

.screen-row42 ul>li:hover:before {
    display: none;
}

.screen-row42 ul>li:hover .list-title {
    color: #fff;
    margin-top: 40px;
}

.screen-row42 ul>li:hover .list-text {
    color: #fff;
}

@media screen and (max-width:415px) {
    .screen-row42 ul>li {
        width: 100%;
        height: auto;
        margin-bottom: 40px;
    }

    .screen-row42 ul>li .list-text {
        display: block;
    }

    .screen-row42 ul>li:before {
        margin: 0;
    }

}

.screen-row43 {
    background: #f5f8fa
}

.screen-row43 .wrap {
    max-width: 870px;
    margin: 0 auto
}

.screen-row43 h2 {
    color: #313131;
    text-align: center;
    position: relative;
}

.screen-row43 ul {
    text-align: center;
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.screen-row43 ul>li {
    position: relative;
    text-align: center;
    width: 30%;
    vertical-align: top;
    height: 290px;
}

.screen-row43 ul>li:first-child {
    margin-left: 0
}

.screen-row43 ul>li:before {
    content: "";
    height: 164px;
    width: 164px;
    display: inline-block;
    background: url(../images/deploy/delivery.png) no-repeat;
    margin-bottom: 40px
}

.screen-row43 ul>li h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px
}

.screen-row43 ul>li p {
    font-size: 20px;
    color: #959595;
    line-height: 1.4em
}

.screen-row43 .list2:before {
    background-position: -388px 0
}

.screen-row43 .list3:before {
    background-position: -723px 0
}

@media screen and (max-width:415px) {
    .screen-row43 ul>li {
        width: 100%;
        height: auto;
        margin-bottom: 40px;
    }

    .screen-row43 ul>li:before {
        margin: 0;
    }

}

.screen-row45 {
    background: #fff;
}

.screen-row45 .wrap {
    max-width: 1162px;
    margin: 0 auto
}

.screen-row45 h2 {
    color: #313131;
    text-align: center;
    position: relative;
    padding-bottom: 60px;
}

.screen-row45 .axis-img {
    width: 100%;
}

.screen-row45 ul {
    text-align: center;
    width: 100%;
}

.screen-row45 ul>li {
    width: 25%;
    float: left;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 92px;
}

.screen-row45 ul>li p {
    font-size: 20px;
    color: #959595;
    line-height: 1.4em
}

@media screen and (max-width:415px) {
    .screen-row45 {
        height: 500px;
    }

    .screen-row45 h2 {
        padding: 0;
    }

    .screen-row45 ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .screen-row45 ul>li:nth-child(2n) {
        width: 30%;
        position: absolute;
    }

    .screen-row45 ul>li:nth-child(2) {
        left: 0;
        top: 100px;
    }

    .screen-row45 ul>li:nth-child(4) {
        left: 0;
        top: 300px;
    }

    .screen-row45 ul>li:nth-child(2n+1) {
        width: 70%;
        position: absolute;
    }

    .screen-row45 ul>li:nth-child(1) {
        left: 100px;
        top: 0;
    }

    .screen-row45 ul>li:nth-child(3) {
        left: 100px;
        top: 200px;
    }

    .screen-row45 .firstul>li:nth-child(2n+1) {
        width: 30%
    }

    .screen-row45 .firstul>li:nth-child(1) {
        left: 0;
        top: 0px;
    }

    .screen-row45 .firstul>li:nth-child(3) {
        left: 0;
        top: 200px;
    }

    .screen-row45 .firstul>li:nth-child(2n) {
        width: 70%;
    }

    .screen-row45 .firstul>li:nth-child(2) {
        left: 100px;
        top: 100px;
    }

    .screen-row45 .firstul>li:nth-child(4) {
        left: 100px;
        top: 300px;
    }

    .screen-row45 ul>li p {
        width: 100%;
        text-align: left;
    }

    .screen-row45 .axis-img {
        display: none;
    }
}

.screen-row46 {
    background: #f5f8fa;
    text-align: center;
    font-size: 18px;
}

.screen-row46 .contact-way {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    color: #959595;
}

.screen-row46 .contact-way>img {
    margin: 0 6px;
}




@media screen and (max-width:415px) {
    .screen-row46 {
        font-size: 16px;
    }

    .screen-row46 .contact-way {
        padding-top: 10px;
    }

    .screen-row46 .contact-way>img {
        width: 20px;
        height: 20px;
    }

    .screen-row46 .contact-way>img:nth-child(2) {
        margin-left: 20px !important;
    }
}





@media screen and (min-width:800px) {
    .nav-menu {
        position: absolute;
        left: 50%;
        margin-left: -557px;
        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: 1160px;
        padding: 0 15px 10px 15px;
		display:none;
		box-sizing:border-box
    }

}



.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: 550px;
    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.solution {
    margin-left: -701px;
}

.nav-menu.solution:before {
    left: 694px;
}

.nav-menu.customer {
    margin-left: -463px;
	width:850px
}

.nav-menu.customer:before {
    left: 456px;
}

.nav-menu.support {
    margin-left: -265px;
    width:580px
}

.nav-menu.support:before {
    left: 258px;
}

.nav-menu .section1{
	background:#fff;
	float:left;
	border-right:1px solid #eee;
	padding-right:15px;
	position:relative;
	padding-top:25px
	}
.nav-menu .section2{
	float:left;
	padding-left:15px;
	position:relative;
	padding-top:25px
	}
.menu-label{
	position:absolute;
	top:0;
	left:-16px;
	color:#fff;
	background:#03a9f4;
	font-size:14px;
	padding:5px 35px
	}

.menu-label.green{
	left:0px;
	background:#21d376;
	color:#fff;
	}

.nav-menu .column {
    float: left;
    width: 270px;
    padding: 15px;
    background: #fff;
    box-sizing: border-box
}

.nav-menu .column h2 {
    font-size: 14px;
    padding: 10px 5px 20px 5px;
	font-style:italic;
	color:#888
}

.nav-menu .column-item {
    font-size: 15px;
	margin-bottom:5px
}

.nav-menu .column-item a {
    color: #374051;
    position: relative;
    display: block;
    padding: 9px 5px;
}

.nav-menu .column-item a h3{
    font-size:15px;
	color:#333
}

.nav-menu .column-item.hot a h3:after,
.nav-menu .column-item.hot a span:after {
    content: 'HOT';
    position: absolute;
    top: -4px;
    right: -33px;
    font-size: 12px;
    background: #ff697b;
    border-radius: 3px;
    color: #fff;
    padding: 1px 3px;
}

.nav-menu .column-item.new a h3:after,
.nav-menu .column-item.new a span:after {
    content: 'NEW';
    position: absolute;
    top: -4px;
    right: -35px;
    font-size: 12px;
    background: #03a9f4;
    border-radius: 3px;
    color: #fff;
    padding: 1px 3px;
}

.header-nav ul li:hover .nav-menu {
    -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
}

.nav-menu .column .column-item a h3,
.nav-menu .column .column-item a span {
    position: relative;
    display: inline;
}

.nav-menu .column .column-item a p.hint {
    display: block;
    line-height: 18px;
    font-size: 12px;
	color:#aaa
}

.nav-menu .column .column-item a:hover h3 {
    color: #01AEF0 !important;
}

.nav-menu .divider {
    height: 0;
    border-bottom: 1px solid #e2eaec;
    margin: 0 20px
}

.nav-menu .menu-foot .column {
    width: 235px;
}



.service-row2,
.service-row3,
.service-row4,
.service-row5 {
    padding: 30px 0;
}

.service-row2 .wrap,
.service-row3 .wrap,
.service-row4 .wrap,
.service-row5 .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.service-row3 .wrap,
.service-row5 .wrap {
    flex-direction: row;
}

.service-row2 .wrap,
.service-row4 .wrap {
    flex-direction: row-reverse;
}

.service-row2 .info,
.service-row3 .info,
.service-row4 .info,
.service-row5 .info {
    width: 450px;
    padding-top: 45px;

}

.service-row2 .info p,
.service-row3 .info p,
.service-row4 .info p,
.service-row5 .info p {
    color:#888;

}

@media screen and (max-width:415px) {

    .service-row2 img,
    .service-row3 img,
    .service-row4 img,
    .service-row5 img,
    .service-row2 .info,
    .service-row3 .info,
    .service-row4 .info,
    .service-row5 .info {
        width: 100%;
        padding-top: 0;
    }

    .service-row2 .info,
    .service-row3 .info,
    .service-row4 .info,
    .service-row5 .info {
        text-align: center;

    }
}

.service-row3,
.service-row5 {
    background: #f3f3f5
}


.register-row .info {
    text-align: center;
}
.register-row .trial-form{width:450px;margin:0 auto;padding:20px 0;}
.register-row .trial-form .trial-input{width:302px;border-color:#777;border-right-color:#fff;}

.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;
    position: relative;
    top: -3px;
}

.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 {
    max-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
}

@media screen and (max-width:415px) {

    .qweixin-row2 .info,
    .qweixin-row3 .info,
    .qweixin-row4 .info {
        width: 100%;
        text-align: center;
    }

    .qweixin-row2 .info,
    .qweixin-row4 .info {
        padding-top: 346px;
    }

    .qweixin-row3 .info {
        padding-top: 0;
    }

    .qweixin-row2 img,
    .qweixin-row3 img,
    .qweixin-row4 img {
        width: 100%;
    }
}


.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;
}

.header-nav>ul>li.btn-qy-weixin {
    box-sizing: border-box;
    margin-left: 15px !important;
    position: relative;
	padding:0!important
}

.header-nav>ul>li.btn-qy-weixin a {
    color: #fff !important;
    font-size: 14px;
    transition: none;
    display: block;
    width: 150px;
    height: 30px;
	border-radius: 2px;
	text-indent: 38px;
    background: #2985dd;
	box-sizing:border-box
}

.header-nav>ul>li.btn-qy-weixin:hover {
    opacity: 0.9;
}

.header-nav>ul>li.btn-qy-weixin svg {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 15px;
    top: 5px;
}

@media screen and (max-width:415px) {
    .header-nav>ul>li.btn-qy-weixin {
        width: 100%;
		padding:0 10px 10px 10px!important;
		margin:0!important;
        text-indent: 0;
    }

    .header-nav>ul>li.btn-qy-weixin a {
        padding: 0;
        display:block;
		width:auto;
		height:35px;
		font-size:15px
    }

    .header-nav>ul>li.btn-qy-weixin a:before {
        display: none;
    }

    .header-nav>ul>li.btn-qy-weixin a svg {
        left: 15px;
        top: 9px;
        text-align: center;
    }

    .header-nav>ul>li.btn-qy-weixin a span {
        padding-left: 10px;
    }
    .arrows-right:before {
        content: "\e608";
        float: right;
        font-family: kf5-website;
        font-size: 14px
    }
    .arrows-bottom:before {
        content: "\e605";
        float: right;
        font-family: kf5-website;
        font-size: 14px
    }
}

.header-nav .btn>a {
    border-radius: 2px !important;
}

.logo-list li {
    width: 161px;
    height: 110px;
}

@media screen and (max-width:415px) {
    .logo-list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .logo-list li {
        width: 50%;
        height: 100px !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
}

@media screen and (max-width:415px) {
    .header-nav>ul.show {
        width: 100% !important;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .nav-menu {
        width: 100% !important;
        margin:0 !important;
        display: none;
    }
	.nav-menu section{float:none;padding:0!important}
	.nav-menu .menu-label{left:0}
    .nav-menu.normal {
        margin: 0;
    }

    .nav-menu .menu-inner {
        width: 100% !important;
        padding: 10px 0 !important;
        background-color: #fff !important;
    }

    .nav-menu .column {
        width: 100% !important;
        padding: 0;
        margin: 0;
    }

    .nav-menu .column h2 {
        font-size: 18px !important;
        height: 42px;
        line-height: 42px;
        padding: 0;
        padding-left: 54px !important;
    }

    .nav-menu .column-item {
        width: 100% !important;
    }

    .nav-menu .column-item a {
        font-size: 16px;
        height: 36px;
        line-height: 36px;
        padding: 0;
    }

    .nav-menu .column-item h3,
    .nav-menu .column-item span {
        padding-left: 65px !important;
    }

    .header-nav .menu-foot h3 {
        padding-left: 54px !important;
    }

    .nav-menu .column-item p {
        display: none !important;
    }

    .nav-menu.block::before {
        display: none;
    }
}

.block {
    display: block !important;
}

	.info-block-section{
		padding-top:50px
		}
	.info-block{
		background:#fff;
		margin-bottom:25px;
		box-shadow:0 5px 13px rgba(0, 0, 0, .1)
		}
	.info-block-header{
		padding:25px 35px;
		border-bottom:1px solid #eee;
		cursor:pointer;
		position:relative
	}
	.info-block-header:after{
		position:absolute;
		right:25px;
		top:32px;
		content:'';
		width:0;
		height:0;
		border-width:8px;
		border-style:solid;
		border-color:#999 transparent transparent transparent
		}
	.info-block-header h3{
		padding:0;
		margin:0;
		font-size:22px;
	}
	.info-block-content{
		padding:25px 35px;
		display:none;		
	}
	.info-block-content p{
		line-height:1.7em;
		font-size:16px;
		margin-bottom:15px
		
	}
	.faq-section-row {
    padding: 100px 0;
    position: relative;
    background:#eff4f5
}

.faq-section-row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.faq-section-row h2 {
    font-size: 36px;
    color: #2a1c13;
    text-align: center;
}


.table-section-row{background:#eff4f5}

.table-section-row h2 {
    font-size: 36px;
    text-align: center;
	padding-bottom:50px
}

.table-section-row table{
	width:100%;border-collapse:collapse;border-spacing:0;
	margin-bottom:50px;background:#fff;
	box-shadow:0 5px 13px rgba(0, 0, 0, .1);
	overflow:hidden;
	}
.table-section-row table a{
	color:#01AEF0
}
.table-section-row table tbody tr{
	border-bottom:1px solid #e8e8e8;}
	
.table-section-row table td{
	vertical-align:top;line-height:1.5em;text-align:left;padding:14px 16px;color:#666;
	font-size:16px
	}
.table-section-row table tbody tr:hover{background:rgba(0,0,0,.03)}
.table-section-row table td p{
	font-size:16px;text-align:left;margin-bottom:9px
	}
.table-section-row table thead th{
	text-align:center;background:#fff;color:#333;padding:20px;vertical-align:bottom;
	font-size:24px;border-bottom:1px solid #e8e8e8
	}
.table-section-row table tbody th{
	text-align:left;padding:20px 35px;vertical-align:top;line-height:1.5em;
	font-size:16px;color:#333
	}

.screen-row47 {
    background: #fff
}

.screen-row47 .wrap h2 {
    color: #333;
    text-align: center;
    margin-bottom: 60px
}

.screen-row47 ul {
    max-width: 940px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.screen-row47 li {
    text-align: center;
    width: 30%;
}

.screen-row47 li:before {
    content: "";
    display: inline-block;
    height: 164px;
    width: 164px;
    background: url(../images/gfx/security-icon1.png) no-repeat;
    margin-bottom: 40px
}

.screen-row47 li h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 25px
}

.screen-row47 li p {
    font-size: 20px;
    color: #959595;
    line-height: 1.6em
}

.screen-row47 li.list2:before {
    background-position: -164px 0
}

.screen-row47 li.list3:before {
    background-position: -328px 0
}

.detailed-row{
	padding:90px 0
	}
.detailed-inner{
	display:flex;
	flex-wrap:wrap;
	}
.detailed-inner a{
	color:#01AEF0
	}
.detailed-inner dt{
	flex:1;padding-right:100px
	}
.detailed-inner dt .detailed-title{
	font-size:35px;padding-bottom:30px;line-height:1.3em
	}
.detailed-inner dt p{
	font-size:16px;line-height:1.5em;color:#777;margin-bottom:7px}
.detailed-inner dd{
	flex:3}
.detailed-inner dd .detailed-content{
	padding-bottom:40px
	}
.detailed-inner dd .detailed-content:last-child{
	padding-bottom:0;border-bottom:0
	}
.detailed-inner dd h3{
	font-size:25px;margin-bottom:35px;margin-top:5px;border-left:5px solid #21d376;padding-left:15px;position:relative
	}
.detailed-inner dd h3:after{
	content:'';display:block;height:0;border-bottom:1px solid #e8e8e8;position:absolute;right:0;left:180px;top:13px
	}
.detailed-inner dd ul{
	margin-left:-20px;margin-right:-20px
	}
.detailed-inner dd ul:after{
	content: ".";display: block;height: 0;clear: both;visibility: hidden
	}
.detailed-inner dd ul li{
	float:left;width:33%;box-sizing:border-box;padding:20px;min-height:195px
	}
.detailed-inner dd ul li .small-icon{
	width:40px;height:40px;margin-bottom:15px;opacity:0.6;background-size:100%
	}
.detailed-inner dd ul li h4{
	font-size:18px;padding:10px 0;font-weight:bold
	}
.detailed-inner dd ul li p{
	line-height:1.5em;padding:7px 0;font-size:16px;color:#777
	}

@media screen and (max-width:415px) {
	.screen-row47 li{float:none;width:100%}
	.table-section-row table tbody th{width:80px!important}
	
	.detailed-inner{display:block}
	.detailed-inner dt{padding:0 0 30px 0}
	.detailed-inner dd ul li{
	float:none;width:auto;
	}
	
	}
	
.suggestion-row{padding:100px 0;background:#FFFAEE}
.suggestion-row h2{text-align:center}
.suggestion-area{padding-top:40px}
.suggestion-row .left-area{float:left;width:60%;box-sizing:border-box;padding:20px}
.area-form h3{font-size:20px;padding-bottom:20px;font-weight:bold}
.area-form li{padding-bottom:30px}
.area-form li:last-child{padding-bottom:0}
.area-form label{display:block;padding:10px 0;height:50px;width:50%;box-sizing:border-box;float:left}
.area-form input.checkbox{width:30px;height:30px;border:2px solid #21d376;border-radius:50%;line-height:26px;text-align:center;}
.area-form input.checkbox:checked{background:#21d376}
.area-form input.checkbox:checked:before{font-family: kf5-website;content: "\f00c";color:#fff;font-size:20px;}
.area-form label input{float:left}
.area-form label span{float:left;margin-top:6px;margin-left:15px;font-size:18px}


.suggestion-row .right-area{float:right;width:40%;box-sizing:border-box;padding:20px}
.area-result{padding:50px 0 0 10px;margin-top:40px;border-top:1px solid #ddd}
.area-result a{font-size:16px;color:#01AEF0}
.area-result h3{font-size:20px;padding-bottom:40px;font-weight:bold}
.area-result .item{font-size:18px;padding-bottom:20px}
.area-result .content{font-size:16px;line-height:1.5em}
.area-result .content p{margin-bottom:10px}

.screen-row48 {
    background: #fff;
	padding:100px 0;
	border-bottom:1px solid #eee
}

.screen-row48 .wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.screen-row48 .info {
    float: right;
    color: #777;
    text-align: left;
    max-width: 460px;
    padding-top: 30px
}

.screen-row48 .info h2 {
    margin-bottom:40px;
    color: #333
}

.screen-row48 .info p {
    font-size: 20px;
    margin-bottom: 10px
}
.screen-row48 .info p.sm-text {
    font-size: 16px;
    margin-bottom: 10px
}
.screen-row48 .info h3 {
    font-size: 18px;
    padding:20px 0;
	color:#ffa900;
	font-weight:bold
}
.screen-row48 .info h4 {
    font-size: 25px;
    padding:0 0 20px 0;
	font-weight:bold;
	color:#555
}
.screen-row48 .info h5 {
    font-size: 25px;
    padding:25px 0 20px 0;
	color:#555;
	font-weight:bold
}

.screen-row48 img {
    float: left
}

.screen-row48.reverse img {
    float:right
}
.screen-row48.reverse .info {
    float:left
}

@media screen and (max-width:415px) {
    .screen-row48 img {
        width: 100%;
        margin-bottom: 30px;
		float:none;
    }

    .screen-row48 .info {
        text-align: center;
		float:none

    }
}

.screen-row49 {
    padding: 100px 0
}

.screen-row49:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.screen-row49 img {
    float: left;
    margin-right: 80px
}

.screen-row49 .info {
    padding-top:60px
}

.screen-row49 h2 {
    color: #333;
    margin-bottom: 20px
}

.screen-row49 p {
    font-size: 20px;
    color: #777
}
.screen-row49.reverse img {
    float:right;
	margin-right:0;
	margin-left:80px
}

@media screen and (max-width:415px) {
    .screen-row49 img {
        width: 100%;
        margin-bottom: 30px;
    }

    .screen-row49 .info {
        text-align: center;

    }
}



.screen-row50 {
    background: #fff;
    text-align: center;
    font-size: 18px;
}
.screen-row50 .wrap {
    max-width: 1162px;
    margin: 0 auto
}

.screen-row50 h2 {
    color: #313131;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
}


.screen-row50 ul {
    text-align: center;
    width: 100%;
}

.screen-row50 ul>li {
    width: 14%;
    float: left;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 92px;
}

.screen-row50 ul.dgtul {
    position: relative;
}
.screen-row50 ul.dgtul:before {
    content:'';
    height:0px;
    border-bottom:1px dashed #01AEF0;
    position:absolute;
    left:0;
    right:0;
    top:46px;
}
.screen-row50 ul.dgtul>li em {
    width:40px;
    height:40px;
    border-radius: 50%;
    border:1px solid #01AEF0;
    line-height:40px;
    font-style: normal;
    color:#01AEF0;
    background:#fff;
}
.screen-row50 ul.dgtul>li:nth-child(odd) em {
	background:#01AEF0;
	color:#fff;
}
.screen-row51{
	background: #f3f3f5
}

.screen-row51 .wrap {
    max-width: 1162px;
    margin: 0 auto
}

.screen-row51 h2 {
    color: #313131;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
}


.show-item{padding-top:40px}
.show-item .item-box{width:23%;padding-bottom:20px;webkit-box-sizing:border-box;box-sizing:border-box;float:left;margin:0 1%;background:#fff;box-shadow:0 8px 24px 0 rgba(82,94,102,.15)}
.show-item .item-box .item-image{width:100%;height:250px;margin-bottom:30px;background-size:cover}
.show-item .item-box.item-1 .item-image{background-image:url(../images/gfx/solution-5.jpg)}
.show-item .item-box.item-2 .item-image{background-image:url(../images/gfx/solution-3.jpg)}
.show-item .item-box.item-3 .item-image{background-image:url(../images/gfx/solution-1.jpg)}
.show-item .item-box.item-4 .item-image{background-image:url(../images/gfx/solution-2.jpg)}
.show-item .item-box h3{padding:0 30px;font-size:18px;padding-bottom:15px;line-height:24px;color:#333}
.show-item .item-box p{padding:0 30px;font-size:16px;color:#888;padding-bottom:15px;line-height:22px}

.trial-form{height:50px}
.trial-form input.trial-input{float:left;height:48px;border:1px solid #fff;background:#fff;border-radius:4px 0 0 4px;width:220px;outline:none;padding:0 15px;line-height:50px;transition:all ease-in 0.2s;font-size:16px;color:#555;opacity:0.9;}
.trial-form .trial-btn{float:left;border:0;background:#03a9f4;color:#fff;font-size:18px;height:50px;border-radius:0 4px 4px 0;padding:0 20px;cursor:pointer;outline:none}
.trial-form input.trial-input:focus{border-color:#03a9f4;opacity:1;}