﻿/*------------------------------------------------------------------
    Main Style Stylesheet
    Project:        ZAP | The Multi-Purpose HTML5 Template
    Version:        1.0
    Author:         M_Adnan
    Last change:    10/02/2015
    Primary use:    Creative, Coporate, Business, Portfolio, Personal
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
body
 + WRAP
 + HEADER
 + NAVIGATION
 + BANNER
 + SERVICES
 + OUR FEATURED FOUNDERS
 + BLOG UPDATES
 + APPOINMENT
 + NEWS FROM BLOG
 + PARTNERS / CLIENTS
 + FOOTER
 + SOCIAL ICONS
 + MEGA MENU
 + 3 MENU LEVEL
-------------------------------------------------------------------*/


/*=======================================================
      IMPORT FILE
========================================================*/

@import url("animate.css");

/*=======================================================
      THEME STYLING START
========================================================*/

* {
    margin: 0px;
    padding: 0px;
}
html{
    font-size: 100px;
}
body {
    background: #FFF;
    font-weight: normal;
    position: relative;
    font-size: 12px;
    font-family: "Microsoft Yahei", Tahoma, Arial, STHeiti, sans-serif, "宋体";
    -webkit-font-smoothing: antialiased;
}

/*=======================================================
      WRAPPER
========================================================*/

#wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}


/*=======================================================
      HEADINGS
========================================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    color: #131313;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 38px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
    font-weight: bold;
}

p {
    text-align: left;
    font-weight: 400;
    color: #888888;
    font-size: 14px;
    line-height: 30px;
    text-rendering: optimizeLegibility;
}

a {
   /* -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;*/
    text-decoration: none !important;
}

.list-style-disc{
    margin-top: 20px;
}

.list-style-disc li{
    list-style:disc!important;
}

img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: inline-block;
}

ul {
    margin-bottom: 0px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #141414;
}
.margin-top-20 {
    margin-top: 20px !important;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}
.padding-top-20 {
    padding-top: 20px !important;
}
.padding-bottom-20 {
    padding-bottom: 20px !important;
}
.margin-bottom-30 {
    margin-bottom: 30px !important;
}
.margin-bottom-40 {
    margin-bottom: 40px !important;
}
.padding-left-40 {
    padding-left: 40px !important;
}
.padding-right-40 {
    padding-right: 40px !important;
}
.padding-top-45 {
    padding-top: 45px !important;
}
.padding-top-50 {
    padding-top: 50px !important;
}
.margin-top-50 {
    margin-top: 50px !important;
}
.margin-bottom-50 {
    margin-bottom: 50px !important;
}
.padding-bottom-50 {
    padding-bottom: 50px !important;
}
.padding-top-60 {
    padding-top: 60px !important;
}
.padding-bottom-60 {
    padding-bottom: 60px !important;
}
.margin-top-70 {
    margin-top: 70px !important;
}
.padding-top-70 {
    padding-top: 70px !important;
}
.margin-bottom-80 {
    margin-bottom: 80px !important;
}
.padding-top-80 {
    padding-top: 40px !important;
}
.padding-bottom-80 {
    padding-bottom: 120px !important;
}
.padding-top-100 {
    padding-top: 100px !important;
}
.margin-bottom-100 {
    margin-bottom: 100px !important;
}
.padding-left-100 {
    padding-left: 150px !important;
}
.padding-right-100 {
    padding-right: 150px !important;
}
.padding-right-130{
    padding-right: 130px!important;
}
.padding-bottom-100 {
    padding-bottom: 100px !important;
}
.padding-bottom-160 {
    padding-bottom: 160px!important;
}
.padding-bottom-200 {
    padding-bottom: 200px !important;
}
.padding-top-12b {
    padding-top: 12%;
}
.padding-bottom-12b {
    padding-bottom: 12%;
}
.padding-top-8b {
    padding-top: 8%;
}
/*=======================================================
            Page Loader
========================================================*/
.container {
    margin: 0 auto;
    max-width: 1280px;
	
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1170px;
    max-width: 100%;
    background:#FFFFFF;
}
}
#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    z-index: 999999;
    opacity: 1;
    text-align: center;
}

.loading {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 100px;
    margin: 0 auto;
    margin-top: 25px;
    position: relative;
    text-indent: -9999em;
}

#loader .progress {
    height: 2px;
    margin-top: 20px;
}

.loader .position-center-center {
    width: 100%;
    margin: 0 auto;
}

.loader .progress .indeterminate {
    background: #f34580;
}

#loader p {
    font-style: italic;
    margin-top: 20px;
}


/*..... BACK TO TOP ......*/

.ownmenu {
    padding: 0;
    margin: 0;
    float: right;
    list-style: none;
}

.ownmenu li {
    display: inline-block;
    float: left;
}

.ownmenu a {
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    outline: none;
    z-index: 10;
}

.ownmenu .dropdown,
.ownmenu .dropdown li .dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 99;
    padding-left: 0px;
    width: 250px;
    background: none;
    padding: 20px 35px;
}

.ownmenu .dropdown li .dropdown {
    left: 100%;
    top: inherit;
    background: #272727;
}

header nav .ownmenu .dropdown .indicator {
    display: block;
    left: 0px;
    margin-left: 0px;
}

.ownmenu .dropdown li {
    clear: both;
    width: 100%;
}

.ownmenu .dropdown li a {
    width: 100%;
    padding: 12px 24px 12px;
    display: inline-block;
    float: left;
    clear: both;
    text-decoration: none;
    color: #999;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ownmenu .dropdown li:hover > a {
    color: #e4a913 !important;
}

.ownmenu .dropdown li .dropdown.left {
    left: auto;
    right: 100%;
}

.ownmenu .dropdown {
    top: 54px;
}

.ownmenu > li.right {
    float: right;
}

.ownmenu > li.right > .megamenu,
.ownmenu > li.right > .megamenu.half-width,
.ownmenu > li.right > .dropdown {
    right: 0;
}

.ownmenu > li.jsright.last > .megamenu,
.ownmenu > li.jsright.last > .megamenu.half-width,
.ownmenu > li.jsright.last > .dropdown {
    right: 0;
}

.ownmenu > li > a > i {
    line-height: 23px !important;
    margin-right: 6px;
    font-size: 18px;
    float: left;
}

.ownmenu > li.showhide {
    display: none;
    width: 100%;
    height: 50px;
    cursor: pointer;
    color: #999;
}

.ownmenu > li.showhide span.title {
    margin: 15px 0 0 25px;
    float: left;
}

.ownmenu > li.showhide span.icon {
    margin: 17px 0px;
    float: right;
}

.ownmenu > li.showhide .icon em {
    margin-bottom: 3px;
    display: block;
    width: 20px;
    height: 2px;
    background: #999;
}
.carousel li {
    margin-right: 5px;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-float {
    float: none!important;
    margin: 0 auto;
}
.position-center-center {
    left: 50%;
    position: absolute;
    top: 48%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.udesk-index .rob .position-center-center{
    top: 50%;
}
.relative {
    position: relative;
}

/*.line-height-24 {
    line-height: 24px !important;
}*/

.light-gray-bg {
    background: rgba(222, 231, 238, 0.2);
}

.pink-bg {
    background: #ff5a60;
}

.purple-bg {
    background: #3ea3ff;
}

.col-sm-t {
    width: 12.5%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


/*=======================================================
      SECTION
========================================================*/

section {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #fff;
}


/*=======================================================
      HEADINGS
========================================================*/
.waves-effect{
    position: relative;
    vertical-align: middle;
    z-index: 1;
}
.heading-block{
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}

.heading-block h3 {
    font-size: 36px;
    margin-top: 0px;
    font-weight: 500;
    letter-spacing: 1.5px;
}

.heading-block span {
    font-size: 16px;
    font-weight: 400;
    color: #888888;
    margin-top: 0px;
    display: inline-block;
    width: 80%;
    margin: 0 auto;
    line-height: 32px;
}

.heading-block hr {
    width: 172px;
    height: 2px;
    position: absolute;
    background: #3ea3ff;
    margin: 0 auto 10px;
    right: 0;
    left: 0;
    top: 160px;
}

.heading-block .hrup {
    top: 113px;
}

.heading-block .hrspan {
    background: url(../images/devider.png) no-repeat;
    width: 16px;
    height: 14px;
    content: "";
    left: 0px;
    right: 0px;
    position: absolute;
    margin: 0 auto;
    top: 156px;
}

.heading-block .whriteIcon {
    background: url(../images/devider02.png) no-repeat!important;
    top: 108px!important;
}

.heading-block .redIcon {
    background: url(../images/reds.png) no-repeat!important;
}

.heading-block.white {
    background: none !important;
}

.heading-block.white h3 {
    color: #fff;
}

.heading-block.white span {
    color: #fff;
}

.heading-block.white hr {
    width: 172px;
    height: 2px;
    position: relative;
    background: #3ea3ff;
    margin: 30px auto;
    margin-bottom: 10px;
}

.heading-block.white hr:before {
    background: url(../images/devider-white.png) no-repeat;
    width: 16px;
    height: 14px;
    content: "";
    left: 0px;
    right: 0px;
    position: absolute;
    margin: 0 auto;
    top: -5px;
}

.blog-post.z-depth-1 {
    box-shadow: none!important;
}


/*=======================================================
      BUTTON
========================================================*/

.btn {
    margin-right: 10px;
    background: #3ea3ff;
    text-transform: none;
    padding: 12px 65px;
    font-weight: 500;
    color: #fff;
    position: relative;
    overflow: hidden;
    line-height: normal;
    height: auto;
}

.feature-btn {
    padding: 15px 52px!important;
}

#wrap .udesk-index{
    height: auto;
}
/*.udesk-index .position-center-center{
    top: 38%;
}*/
.udesk-index .btn:hover {
    background: #fff;
    color: #3EA3FF;
}

.btn-white {
    background: #fff;
    color: #fff;
}

.btn-white:hover {
    background: #fff!important;
    color: #3ea3ff;
}

.btn-blue {
    background: #3ea3ff;
    color: #fff;
}

.btn-blue:hover {
    background: #fff;
    color: #3ea3ff;
}

.row {
    margin-bottom: 0px;
	width: 1170px;
    margin: 0 auto;
}

input:focus,
textarea:focus,
keygen:focus,
select:focus {
    outline: none !important;
    border: none !important;
}

/*=======================================================
      HEADER
========================================================*/

header {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 999;
    margin-top: 0px;
}

header .logo {
    float: left;
    position: absolute;
    text-align: left;
    margin-top: 11px;
    z-index: 9999;
}

header nav {
    display: inline-block;
    float: left;
    position: relative;
    z-index: 999;
    min-height: 50px;
    box-shadow: none;
    color: #fff;
    width: 100%;
    height: 64px;
    line-height: 64px;
}

header nav li a {
    padding: 20px 0px;
    margin: 0;
    margin-top: 1px;
    border-color: transparent;
    text-decoration: none;
    line-height: 20px;
    text-transform: none;
    color: #333;
    float: left;
    font-size: 14px;
    font-weight: normal;
    position: relative;
}

header nav .ownmenu{
    margin-top: 4px;
}

header nav .ownmenu li {
    padding: 0 16px;
}

header nav li a:hover {
    color: #52a0e1;
}

header nav li.active a {
    color: #52a0e1!important;
    border-color: transparent;
}
header nav li.active a:after {
    width: 100%;
}
header nav .dropdown li.active a:after{
    width: 0;
}

header nav li a:hover:after {
    width: 100%;
}

header nav li a:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background-color: #52a0e1;
    content: "";
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

header nav li li a:hover:after {
    width: 100%;
    color: #52a0e1!important;
}

header nav li li a:hover {
    color: #52a0e1!important;
}

header .ownmenu li.active .dropdown a:after {
    opacity: 0;
}

header .ownmenu li.active .dropdown a:hover:after {
    opacity: 1;
}

header nav li .dropdown a:after {
    height: 0px;
    bottom: -1px;
}

header nav li .megamenu a:after {
    height: 1px;
    bottom: -1px;
}

header .ownmenu .dropdown {
    padding-top: 10px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(51,51,51,0.50);
    border-radius: 2px;
}
.ownmenu .dropdown li{
    width: auto;
}
header .ownmenu .dropdown li a h5 {
    color: #333;
    padding: 0 0 0 28px;
    font-size: 16px;
    margin: 5px 0 6px 0;
}
header .ownmenu .applyfa .dropdown li a h5{
    font-size: 14px;
}
header .ownmenu .applyfa .dropdown .profunc .procont a h5{
    background: none;
    padding: 0;
}
header .ownmenu .dropdown li a:hover {
    color: #52a0e1 !important;
}

header .dropdown li {
    padding: 0px;
}

header .dropdown li:hover {
    background: none
}

header nav .ownmenu .indicator {
    margin-left: 5px;
    display: none;
}
/*手机端导航*/
.sticky-wrapper .sticky {
    width: 100%;
    z-index: 99;
}

.is-sticky .sticky {
    background: url(../images/headbg.png) repeat;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ownmenu .dropdown {
    top: 68px;
}

.ownmenu > li > .megamenu {
    top: 63px;
}

header .is-sticky .sticky nav li a {
    padding-bottom: 13px;
}

header .is-sticky .sticky nav li a:after {
    bottom: -6px;
}

.uLogin {
    right: 17%!important;
}

.redBtn {
    background: #FE5B5F!important;
}

.blueBtn {
    background: #3DA4FE!important;
}

.writeBtn{
    background: #fff!important;
    color:#324672;
    letter-spacing: 2.4px;
}

.uZhuce {
    background: none!important;
    box-shadow: none;
    border: 1px solid #4ac1fe;
    color: #4ac1fe!important;
}

.any-help {
    margin-right: 1%;
    float: right;
    background: #50d4fe;
    border-radius: 3px;
    color: #fff;
    padding: 7px 18px;
    text-transform: none;
    font-weight: 500;
    margin-top: 17px;
}

.uLogin {
    padding: 8px 12px;
    background-color: #0092ff;
}

.uLogin:hover{
    color:#fff;
}

.blueBtn:hover {
    background: #4ac1fe!important;
    color: #fff!important;
}

.redBtn:hover {
    background: #FF7D84!important;
    color: #fff!important;
}

.blueDbtn {
    background: #0066FF!important;
}

.blueDbtn:hover {
    background: #008bff!important;
    color: #fff!important;
}

/*=======================================================
      HOME SLIDER
========================================================*/
.sub-banner {
    text-align: center;
    height: 390px;
}

.sub-banner h1 {
    font-size: 46px;
    color: #fff;
    text-transform: none;
    font-weight: 800;
    letter-spacing: 3px;
}


/*=======================================================
      WELCOME
========================================================*/

.welcome li i {
    height: 79px;
    width: 79px;
    background: #fff;
    color: #3ea3ff;
    font-size: 36px;
    display: inline-block;
    text-align: center;
    line-height: 79px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    margin-right: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.welcome li .media {
    overflow: inherit;
}

.welcome li:hover i {
    background: #f34580;
    color: #fff;
}

.welcome li h5 {
    text-align: left;
    text-transform: none;
    font-weight: 500;
}

.welcome li p {
    font-size: 14px;
}

/*=======================================================
      Core Features
========================================================*/

.list-style-featured .icon {
    height: 86px;
    width: 86px;
    line-height: 86px;
    text-align: center;
    background: #7b4efd;
    border-radius: 50%;
    font-size: 20px;
    margin-right: 20px;
    position: relative;
}

.list-style-featured li .media {
    overflow: inherit;
}

.list-style-featured .icon:before {
    content: "";
    height: 10px;
    width: 10px;
    background: #3ea3ff;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    bottom: -5px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.list-style-featured .icon:after {
    content: "";
    height: 10px;
    width: 10px;
    background: #3ea3ff;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.list-style-featured .media-right {
    position: relative;
}

.list-style-featured .media-right:before {
    content: "";
    height: 100%;
    width: 1px;
    border-left: 2px dashed #3ea3ff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 30px;
    right: 0px;
    margin: 0 auto;
}

.list-style-featured .media-left {
    position: relative;
}

.list-style-featured .media-left:before {
    content: "";
    height: 100%;
    width: 1px;
    border-left: 2px dashed #3ea3ff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 30px;
    margin: 0 auto;
}

.list-style-featured li:nth-last-child(1) .media-left:before {
    display: none;
}

.list-style-featured li:nth-last-child(1) .media-right:before {
    display: none;
}

.list-style-featured p {
    line-height: 26px;
}

.list-style-featured li {
    margin-top: 25px;
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
}

.list-style-featured .media-right .icon {
    margin-right: 0px;
    margin-left: 20px;
}

.list-style-featured h4 {
    font-size: 20px;
    margin-top: 0px;
    text-transform: none;
}


/*=======================================================
      EDUCATION
========================================================*/

.education .time-line {
    position: relative;
}

.education .time-line:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    width: 3px;
    margin: 0 auto;
    height: 106%;
    background: #3ea3ff;
    top: -50px;
}

.education .time-line:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: -50px;
    height: 14px;
    width: 14px;
    background: #3ea3ff;
    color: #fff;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 30px;
}

.education .time-line h4 {
    font-weight: 500;
    text-transform: none;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.education .time-line .row {
    position: relative;
    min-height: 200px;
}

.education .time-line .row:before {
    content: "";
    position: absolute;
    height: 145px;
    display: block;
    line-height: 125px;
    width: 145px;
    background: #fff;
    border-radius: 50%;
    background: url(../images/icon.png) no-repeat;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    border: 10px solid #fff;
    background-color: #fff;
}

.education .time-line .row.second:before {
    background: url(../images/icon2.png) no-repeat;
    background-color: #fff;
}

.education .time-line .row.tird:before {
    background: url(../images/icon3.png) no-repeat;
    background-color: #fff;
}

.education .time-line .years:before {
    content: "\f0d9";
    font-family: 'FontAwesome';
    position: absolute;
    left: -6px;
    top: 2px;
    font-size: 20px;
    color: #292f33;
}

.education .time-line .pull-left .years:before {
    content: "\f0da";
    right: -6px;
    left: inherit;
}

.text-right {
    text-align: right;
}

/*=======================================================
      PROMO
========================================================*/

.promo h6 {
    color: #fff;
    text-transform: none;
    letter-spacing: 3px;
    font-weight: 300;
    font-weight: normal;
    margin: 10px 0;
}

.promo h3 {
    margin: 0px;
    font-size: 32px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 50px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 40px;
}

.bg-parallax {
    background-position: left center;
    /*background-attachment: fixed !important;*/
    background-size: cover !important;
}


/*=======================================================
      WHY CHOOSE US
========================================================*/

.why-choose ul {
    width: 64%;
    margin: 0 auto;
}

.why-choose li p {
    line-height: 28px;
}

.why-choose li {
    margin-bottom: 30px;
}

.why-choose li .icon {
    height: 43px;
    width: 43px;
    text-align: center;
    line-height: 40px;
    border: 2px solid #3ea3ff;
    color: #3ea3ff;
    font-size: 18px;
    border-radius: 50%;
    margin-right: 20px;
}

.why-choose li h4 {
    font-size: 16px;
    text-transform: none;
    color: #131313;
    margin-top: 10px;
    font-weight: 500;
    margin-bottom: 20px;
}
/*=======================================================
      BLOG
========================================================*/

.blog-post {
    background: #fff;
    padding-bottom: 30px;
    border-radius: 4px;
}

.blog-post span.tags {
    background: #3ea3ff;
    color: #fff;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: none;
    display: inline-block;
    padding: 8px 20px;
    font-weight: 500;
    margin: 20px 0px;
}

.blog-post .post-tittle {
    text-align: center;
    font-size: 22px;
    display: inline-block;
    width: 100%;
    letter-spacing: 1px;
    line-height: 28px;
    font-weight: 500;
    text-transform: none;
    padding: 0 0 10px 0;
}

.blog-post span {
    color: #f34580;
    display: inline-block;
}

.blog-post .btn {
    font-size: 12px;
    margin-top: 20px;
    padding: 10px 30px;
}

input {
    box-sizing: inherit !important;
}
input:focus,
textarea:focus,
keygen:focus,
select:focus {
    outline: none !important;
}

/*=======================================================
      FOOTER
========================================================*/
footer .footer-title {
    background: #3ea3ff;
    margin-bottom: 25px;
}

.footer-title-content li {
    height: 116px;
    line-height: 116px;
    text-align: center;
    font-size: 24px;
    box-sizing: border-box;
}

.footer-title-content .tel a {
    cursor: default;
}

.footer-title-content .tel {
    background: url("../images/udesk_tel.png") no-repeat -2px 40px;
}

.footer-title-content .msg {
    background: url("../images/udesk_msg.png") no-repeat 30px 38px;
}

.footer-title-content .mail {
    background: url("../images/udesk_mail.png") no-repeat 30px 38px;
}

.footer-title-content .hc {
    background: url("../images/udesk_search.png") no-repeat 32px 38px;
}

.footer-title-content li:hover {
    background-color: #1588f1;
}

.footer-title-content li:active {
    background-color: #1588f1;
}

.footer-title-content li a {
    color: #fff;
    display: block;
}
footer .honor{
    margin-bottom: 53px;
}
footer .udesk-honor{
    display: inline-block;
    text-align: center;
    width: 13.6%;
}
footer .honor-kexin{
    width: 11.8%;
}
footer .honor-tmt{
    width: 17%;
}
footer .udesk-honor p{
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}
footer .honor-kexin,footer .honor-kexin p,footer .honor-kexin img{
    position: relative;
}
footer .honor-kexin img{
    top: 6px;
}
footer .honor-kexin p{
    top: 14px;
}
footer .honor-kexin p{
    line-height: 14px;
}
footer p {
    color: #999;
    line-height: 28px;
    font-weight: 400;
}
footer .weibo {
    height: 35px;
    width: 35px;
    background: url(../images/weibo.png) no-repeat;
    display: inline-block;
}
footer .weibo:hover {
    background: url(../images/weiboh.png) no-repeat;
}
footer .email {
    height: 35px;
    width: 35px;
    background: url(../images/email.png) no-repeat;
    display: inline-block;
}
footer .email:hover{
    background: url(../images/emailh.png) no-repeat;
}
footer .logo-link .weixinimg{
    display: none;
    position: absolute;
    top: -102px;
    right: -38px;
    width: 100px;
}
footer .logo-link{
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
}
footer .logo-link a{
    width: 30px;
    height: 17px;
    display: inline-block;
}
footer .logo-link img{
    width: 88px;
    margin:0 49px 13px 0;
}
footer .qq {
    background: url(../images/qq.png) no-repeat;
}

footer .qq:hover {
    background: url(../images/qqh.png) no-repeat;
}

footer .phone {
    background: url(../images/phone.png) no-repeat;
}

footer .phone:hover {
    background: url(../images/phoneh.png) no-repeat;
}
footer .weixin {
    background: url(../images/weixin.png) no-repeat;
}

footer .weixin:hover {
    background: url(../images/weixinh.png) no-repeat;
}
footer .ftcontainer{
    padding:0;
}
footer .ftcontainer .row{
    margin: 0;
}
footer .pre-sale,footer .after-sale{
    padding: 0;
}
footer .pre-sale p,footer .after-sale p{
    font-size: 13px;
    color: #666;
    line-height: 10px;
    margin-bottom: 10px;
}
footer .pre-sale img{
    width: 90px;
    margin-top: 34px;
    display: block;
}
footer .pre-sale a,footer .after-sale a{
    font-size: 13px;
    color: #449BFF;
    padding-left: 22px;
    background: url('../images/phoneh.png') no-repeat;
}
/*footer .after-sale a{
    background: url('../images/emailh.png') no-repeat;
}*/
footer .after-sale h6{
    color: #555;
    margin: 44px 0 10px 0;
}
footer h5 {
    text-transform: none;
    color: #555;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-size: 14px;
    padding-bottom: 13px;
    border-bottom: 1px solid #EBEBEB;
}

footer h5 a{
    color: #555;
}

footer h5 a:link{
    color: #555;
}
footer h5 a:active{
    color: #555;
}
footer h5 a:visited{
    color: #555;
}
footer h5 a:hover{
    color: #fff;
}

footer .links li{
    padding-bottom: 12px;
}

footer .blog .links li{
    padding-bottom:11px;
}

footer .blog .links .blogcolor{
    color:#1194F6;
}

footer .links a {
    color: #707070;
    font-size: 13px;
    font-weight: 500;
}

footer .links a:hover{
    color: #459DFF;
}
footer .blog .links a:hover{
    color:#1194F6;
    text-decoration: underline!important;
}
footer .rights {
    text-align: center;
    margin: 30px -15px 10px -15px;
    border-top: 1px solid #e8e8e8;
    padding-top: 8px;
}

footer .rights p {
    color: #999;
    font-size: 12px;
    margin-bottom: 0;
    line-height: 18px;
}
#wrap footer .frist{
    padding: 0.6rem 0 0;
    background: #33424A;
    margin-bottom: 20px;
}
#wrap footer .frist img{
    width: 100%;
}
#wrap footer .heading-block h3{
    color: #E1E1E1;
    font-size: 24px;
}
#wrap footer .frist input{
    border: 1px solid #E1E1E1;
    width: 4.4rem;
    height: 0.42rem;
    text-align: center;
    margin-top: 0.24rem;
    border-radius: 6px 0 0 6px;
    font-size: 0.14rem;
    background: #fff;
}
#wrap footer .frist input:focus{
    outline: none!important;
    border:1px solid #E1E1E1!important;
}
#wrap footer .frist a{
    font-size: 0.14rem;
    position: relative;
    left: -0.06rem;
    padding: 0.12rem 1.8em;
    color: #fff;
    background: #2F78F2;
    border-radius: 0px 6px 6px 0px;
}
#wrap footer .frist b{
    font-weight: normal;
    color: #2F78F2;
}
footer .tip,footer .tip2{
    display: none;
    color: red;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -1.3rem;
}
footer .p-ie8{
    display: none;
}
footer .frist hr,footer .frist .hrspan{
    display: none;
}
.contact.style-2 #map {
    height: 320px;
}
.bg-parallax.style-4 h2 {
    font-size: 48px;
    font-weight: bold;
    margin: 20px 0;
}
.bg-parallax.style-4 span.hand-craft {
    color: #6f6f6f;
    font-size: 24px;
    font-style: italic;
    display: inline-block;
    width: 100%;
}
.bg-parallax.style-4 a {
    color: #fff;
    font-size: 30px;
    margin-top: 30px;
    display: inline-block;
}
.col-md-8 ul li {
    display: none;
}
.col-md-8 ol {
    position: absolute;
    right: 50%;
    margin-right: -18px;
    bottom: -25px;
}
.col-md-8 ol li {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    margin: 0 0 0 10px;
    cursor: pointer;
}
.col-md-8 ol .current {
    background: #3ea3ff;
}
.padding-top {
    padding-top: 50px;
}
.dot {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 14px;
    width: 14px;
    background: #3ea3ff;
    color: #fff;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 30px;
}
.cost-h4 {
    font-size: 22px;
}
.indeximg img {
    margin: 0 auto;
}
/*index*/
.con {
    position: relative;
    height: 100%;
}
.con ul {
    position: relative;
    height: 100%;
}
.con ul li {
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
}
.con ul img {
    width: 100%;
}
.con ol {
    position: absolute;
    left: 50%;
    margin-left: -45px;
    bottom: 10px;
}
.con ol li {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    margin: 0 0 0 10px;
    cursor: pointer;
}

.con ol li:hover {
    background: rgba(0, 0, 0, 0.8);
}

.con ol .current {
    background: rgba(0, 0, 0, 0.8);
}

.con .Left,
.con .Right {
    width: 41px;
    height: 69px;
    position: absolute;
    top: 50%;
    margin: -35px 0 0 0;
    background: rgba(0, 0, 0, 0.1);
    display: none;
}

.con .Left {
    left: 10%;
    background: url(../images/arr_02.png);
}

.con .Left:hover {
    background: rgba(0, 0, 0, 0.5) url(../images/arr_02.png);
}

.con .Right {
    right: 10%;
    background: url(../images/arr_03.png);
}

.con .Right:hover {
    background: rgba(0, 0, 0, 0.5) url(../images/arr_03.png);
}

.down-bg {
    background: url(../images/down_bg.png) no-repeat;
    background-position: 50% 0;
}

.downbtn {
    width: 180px;
    height: 65px;
}

.downbtn span {
    color: #fff;
    font-size: 12px;
}

.downbtnIp {
    /*cursor: default;*/
    display: inline-block;
    background: url('../images/downbtnip.png') no-repeat;
}

.downbtnIp:hover {
    background: url('../images/downbtnipm.png') no-repeat;
}

.downSpanip {
    display: inline-block;
    padding-top: 6px;
    width: 86px;
}
.smallLine {
    position: absolute;
    left: 0;
    right: 66%;
    height: 3px;
    margin: 0 auto;
    width: 7%;
    background: #3ea3ff;
    top: 42%;
}

.smallLinered {
    background: #ff5a60;
    left: 66%;
    right: 0;
}

.udesk-news{
    background: #f7f8fa;
}

.udesk-news .container div{
    border-right: 1px solid #dadee4;
    padding: 20px;
    color: #333;
    cursor: default;
}

.udesk-news .container .dynamics{
    background: url(../fonts/act-lab.svg) no-repeat 86% 100%;
    min-height: 163px;
    background-size: 44%;
}
.udesk-news .container .visitors{
    background: url(../fonts/act-free.svg) no-repeat 86% 100%;
    min-height: 163px;
    background-size: 44%;
}
.udesk-news .container .ecology{
    background: url(../images/act-lab.svg) no-repeat 86% 100%;
    min-height: 163px;
    background-size: 44%;
}

.udesk-news .container div hr{
    width: 35px;
    height: 2px;
    background-color: #00a4ff;
    margin: 12px 0 10px;
}

.udesk-news .container .newfunction{
    border-right: none;
    background: url(../fonts/act-domain.svg) no-repeat 86% 100%;
    min-height: 163px;
    background-size: 44%;
}

.udesk-news .container i{
    border: 1px solid #fd7822;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    color: #fd7822;
    line-height: 1;
    padding: 2px;
    margin-left: 5px;
    margin: 0 0 3px 10px;
    font-style: normal;
}

.udesk-news .container a{
    display: block;
    padding-top: 6px;
    line-height: 1.4;
    font-size: 13px;
    color: #666;
    cursor: pointer;
}
.udesk-news .container a:hover{
    color: #00a4ff;
}
/*feature_worksheet*/

.feature-left {
    display: none;
}


/*solution*/

.margin-bottom-so {
    margin-bottom: 50px;
}

.solution .padding-bottom-100 {
    padding-bottom: 0!important;
}

.socontainer .heading-block span {
    width: 100%;
}

.solution a {
    padding-bottom: 40px;
}

.solution a .see-case {
    cursor: pointer;
}

.solution a .see-case:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.solution .gunnav {
    position: fixed;
    z-index: 1;
    top: 120px;
    left: 100px;
    width: 135px;
    background: #fff;
    display: none;
    padding: 20px;
}

.solution .gunnav .title01 li a {
    color: #565656;
    padding: 4px 13px 4px 0;
    border-right: 3px solid #EDF2F6;
    display: block;
    text-align: right;
}

.solution .gunnav .title01 li a:hover {
    border-right: 3px solid #3EA3FF;
    background-color: #fff;
}

.solution .gunnav .gunT ul .active a {
    border-right: 3px solid #3EA3FF;
}

.solution .gunnav .title01 li a #gzlc .heading-block hr {
    top: 87px;
}

#gzlc .heading-block .hrspan {
    top: 148px;
}
/*solutionnew20160603*/
.solution{
    font-family: PingFangSC-Light,'helvetica neue','hiragino sans gb',tahoma,'microsoft yahei ui','microsoft yahei',simsun,sans-serif;
}
.solution h5{
    font-family: PingFangSC-Light,'helvetica neue','hiragino sans gb',tahoma,'microsoft yahei ui','microsoft yahei',simsun,sans-serif;
}
.udesk-solution{
    height: 295px;
    text-align: left;
}
.udesk-solution .bantitle{
    margin-top: 30px;
    text-align: center;
}
.udesk-solution .bantitle h3{
    color: #fff;
    font-size: 60px;
}
.udesk-solution .bantitle p{
    text-align: center;
    color: #fff;
    font-size: 21px;
}
.udesk-solution .register{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 34px;
    color: #fff;
    width: 140px;
    height: 38px;
    line-height: 38px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 3px;
    z-index: 10;
}
.trucs{
    position: absolute;
    top: 30px;
    right: 125px;
    background-color: #f9fcff;
    width: 176px;
    height: 188px;
    text-align: center;
    padding: 31px 25px 14px;
    overflow: hidden;
    border: 1px solid #dedede;
}
.trucs p{
    color: #333;
    font-size: 12px;
    line-height: 20px;
    padding: 20px 0 0 8px;
}
.solution_nav{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20%;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    background: #f9fcff;
    padding:20px 0 0 0;
    overflow: hidden;
}
.solution_nav ul{
    border-bottom: 1px solid #E7E9EE;
}
.solution .container{
    position: relative;
}
.active5{
    color:#3ea3ff;
}
/*.solution_nav .snav_cont{
    width: 100%;
}*/
.solution_nav ul li {
    height: 40px;
    line-height: 40px;
}
.solution_nav ul li h5{
    padding-left: 60px;
    margin-top: 24px;
    background:url(../images/nav-icon.png) no-repeat 40px;
}
.solution_nav ul li a{
    padding:0 0 0 60px;
    display: block;
}
.solution_nav ul li a:hover{
    background-color: #ddd;
    color: #000;
}
.solution_nav ul .active2 a{
    color: #fff;
    background-color: #2fa7fd;
}
.solution_nav ul .active2 a:hover{
    color: #fff;
    background-color: #2fa7fd;
}
.solution_list{
    padding:32px 0 20px;
}
.solution_list .solution_content{
    overflow: hidden;
    margin-bottom: 30px;
}
.solution_list .solution_content p{
    text-align: justify;
}
.solution_list .industry-title p{
    color: #666;
    line-height: 24px;
}
.solution_list .list-img{
    text-align: center;
}
.solution_list .list-img a{
    height: 170px;
    border: 1px solid #dedede;
    display: block;
    padding:20px 10px;
}
.solution_list .list-img h5{
    font-size: 14px;
}
.solution_list .list-info{
    min-height: 170px;
    border-bottom: 1px solid #dedede;
    text-align: justify;
}
.solution_list .list-info .links{
    color: #2fa7fd;
}
.solution_list .list-info img{
    padding:0px 3px 3px;
}
.solution_list .list-info .pt-name{
    color: #2fa7fd;
}
.solution_list .list-info .pt-link{
    padding-right: 15px;
}
.solution_list .list-info dt{
    float: left;
    font-weight: 500;
    color: #999;
}
.solution_list .list-info dd{
    padding-left: 75px;
    padding-bottom: 10px;
    color: #666;
    line-height: 22px;
}
.solution_list .list-info dl{
    margin-bottom: 10px;
}
.solution_list .page{
    font-size: 12px;
    line-height: 27px;
    height: 27px;
    color: #404a58;
    margin: 20px;
    /*font-size: 0;*/
    position: relative;
}
.solution_list .page .page-text{
    padding-right: 10px;
}
.solution_list .page .page-operate{
    float: right;
}
.page-operate a{
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 30px;
    height: 25px;
    margin-left: -1px;
    vertical-align: top;
    border: 1px solid #d1d2d3;
    outline: 0;
    font-size: 14px;
    padding-bottom: 0;
    transition:none;
    text-align: center;
}
.page-operate-new a{
    height: 28px;
    font-size: 14px;
    text-align: center;
}
.page-operate-new a:hover{
    background: #3ea3ff;
    color: #fff;
}
.page-operate .page-first{
    background: url(../images/page-s.png) 0 -100px no-repeat;
}
.page-operate .page-first:hover{
    background-position:  0 -125px;
}
.page-operate .page-pre{
    background: url(../images/page-s.png) 0 -25px no-repeat;
}
.page-operate .page-pre:hover{
    background-position: 0 -50px;
}
.page-operate .page-next{
    background: url(../images/page-s.png) -30px -25px no-repeat;
}
.page-operate .page-next:hover{
    background-position: -30px -50px;
}
.page-operate .page-last{
    background: url(../images/page-s.png) -30px -100px no-repeat;
}
.page-operate .page-last:hover{
    background-position: -30px -125px;
}
.udesk-solution{
    font-family: PingFangSC-Light,'helvetica neue','hiragino sans gb',tahoma,'microsoft yahei ui','microsoft yahei',simsun,sans-serif;
}
.udesk-solution h3,.udesk-solution h5,.udesk-solution h6{
    font-family: PingFangSC-Light,'helvetica neue','hiragino sans gb',tahoma,'microsoft yahei ui','microsoft yahei',simsun,sans-serif;
}
.solution-cont{
    padding:50px 0;
    font-family: PingFangSC-Light,'helvetica neue','hiragino sans gb',tahoma,'microsoft yahei ui','microsoft yahei',simsun,sans-serif;
}
.solution-cont h3,.solution-cont h5,.solution-cont h6{
    font-family: PingFangSC-Light,'helvetica neue','hiragino sans gb',tahoma,'microsoft yahei ui','microsoft yahei',simsun,sans-serif;
}
.crumbs{
    padding-left: 15px;
    color: #757575;
}
.crumbs a{
    color: #757575;
}
.solution-cont .background,.solution-cont .conclusion{
    padding-bottom: 49px;
    word-wrap: break-word;
}
.conclusion .recommend{
    font-size: 14px;
}
.solution-cont .solve,.solution-cont .problem{
    padding-bottom: 28px;
}
.background ol,.problem ol,.solve ol{
    padding: 13px 0 3px 18px;
    text-align:justify
}
.background ol li,.problem ol li,.solve ol li{
    padding-bottom: 18px;
    list-style: decimal;
    color: #757575;
    font-size: 16px;
    line-height: 30px;
}
.background ul li{
    color: #757575;
    font-size: 16px;
    line-height: 30px;
}
.solution-cont ol li p{
    padding-top: 15px;
    margin-bottom: 0;
}
.leftcont p b{
    font-weight: normal;
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 24px;
}
.leftcont a{
    color: #80b9e8;
}
.leftcont .topImg img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.leftcont h6{
    font-size: 18px;
}
.infor-cont .leftcont h6{
    color: #000;
    font-size: 16px;
    line-height: 30px;
}
.infor-cont ol,.infor-cont ul{
    padding-left: 40px;
}
.background img,.problem img,.solve img,.conclusion img{
    margin:0 auto;
    max-width: 100%;
    height: auto;
    padding-bottom: 38px;
    display: block;
}
.solve img{
    padding-bottom: 5px;
}
.background img{
    padding-bottom: 14px;
}
.solution-cont h5{
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #24a5ff;
    letter-spacing: 1px;
}
.solution-cont h6{
    color: #757575;
    letter-spacing: 1px;
}
.solution-cont .application h6{
    padding-bottom: 15px;
}
.solution-cont .application div h6{
    padding-bottom: 0px;
    font-size: 12px;
}
.solution-cont p{
    font-size: 16px;
    line-height: 30px;
    color: #757575;
    text-align: justify;
}
.solution-cont .profile{
    margin-bottom: 30px;
}
.solution-cont .profile,.solution-cont .application{
    background-color: #F9FCFF;
    padding:35px 39px 35px 28px;
    border:1px solid #E5E5E5;
}
.solution-cont .profile p{
    font-size: 12px;
    color: #757575;
    line-height: 24px;
    text-align: justify;
    padding-bottom: 20px;
}
.solution-cont .application p{
    font-size: 12px;
    color: #757575;
    line-height: 25px;
}
.solution-cont .profile a{
    display: block;
    padding:0 0 10px 0;
    font-size: 16px;
    color: #64aae3;
}
.solution-cont .profile .protp{
    padding:0px 0 15px 0;
    font-size: 12px;
}
.appcall{
    padding: 0 0 30px 65px;
    background: url(../images/call.png) no-repeat;
}
.appim{
    padding: 0 0 10px 65px;
    background: url(../images/im.png) no-repeat;
}
.apporder{
    padding: 0 0 0px 65px;
    background: url(../images/order.png) no-repeat;
}
.application .links{
    color: #80b9e8;
}
.solution-ft .bb{
    display: none;
}
.secondTitle li{
    list-style-type: none!important;
}
/*solution-banner171205*/
.solution-banner{
    height: 500px;
    background: #0c70e8;
    background: -webkit-gradient(linear, right bottom, left top, from(#0a98ef), to(#005bc1));
    background: linear-gradient(-74deg, #0a98ef, #0c70e8 43%, #005bc1);
}
.solution-banner h3{
    font-size: 56px;
}
.solution-banner .bantitle p{
    font-size: 25px;
    margin-top: 28px;
    color: #cae6ff;
    line-height: 30px;
    height: 30px;
}
.solution-banner .area {
    width: 625px;
    margin: 20px auto;
    overflow: hidden;
    position: relative;
}
.solution-banner .row{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.solution-banner .js {
    position: relative;
    width: 470px;
    height: 210px;
    margin: 0 auto;
    padding: 35px 0 0;
    overflow: hidden;
}
.solution-banner .js dl{
    height: 210px;
}
.solution-banner .js dl dt{
    float: left;
}
.solution-banner .js dl dd{
    text-align: left;
    padding: 36px 0 0 186px;
    color: #79d4ff;
}
.solution-banner .js dl dd span{
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background:url('../images/flag_780dbfd.png') no-repeat;
}
.solution-banner .js dl dd span.last{
    background:url('../images/flag_780dbfd.png') no-repeat;
    background-position: 0 -50px;
    margin: 0 0 0 5px;
}
.solution-banner .imgSelected {
    background: url(../images/jsnav.png) no-repeat;
}
.solution-banner .bg {
    width: 100%;
    padding-top: 1px;
    background: url(../images/bg01.png) no-repeat;
    _background: none;
    /*IE6*/
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src="images/bg01.png");
    /*IE6*/
    height: 34px;
    left: 0;
    FONT-WEIGHT: bold;
    top: 280px;
    position: absolute;
}
.solution-banner .animat-bg{
    position: absolute;
    top: 0;
    left: 36px;
    width: 222px;
    height: 222px;
    -webkit-animation: p3_blessing 2s linear infinite;
    animation: p3_blessing 2s linear infinite;
    background: url(../images/circle_01f0c2f.png) no-repeat;
    background-position: 0px 0px;
}
@keyframes p3_blessing{
    0%{
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes p3_blessing{
    0%{
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes p3_blessing{
    0%{
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes p3_blessing{
    0%{
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.solution-banner .jsNav {
    position: absolute;
    left: 220px;
    top: 281px;
}
.solution-banner .jsNav a {
    width: 40px;
    font-size: 14px;
    margin-right: 6px;
    display: inline;
    height: 33px;
    line-height: 33px;
    display: block;
    float: left;
    text-align: center;
    color: #fff;
}
.solution-banner .jsNav a:hover {
    background: url(../images/bg01.gif) no-repeat;
    color: #FF1555;
    text-decoration: none;
}
.solution-banner .jsNav .imgSelected {
    background: url(../images/bg01.gif) no-repeat;
    color: #FF1555;
}
/*about*/
.aboutUs h1{
    font-size: 0.46;
    font-weight: normal;
}
.aboutUs h2{
    font-size: 0.44rem;
    color: #333;
    height: 105px;
    line-height: 120px;
}
.aboutUs .first p{
    font-size: 16px;
    color: #555;
    margin: 30px 35px;
}
.aboutUs h3{
    font-size: 0.18rem;
}
.aboutUs .second{
    /*background: rgba(80, 168, 237, 0.2);*/
}
.aboutUs .col-sm-2-5{
    float: left;
    text-align: center;
    background: #e1d2d2;
    min-height: 330px;
    width: 17.9%;
    margin: 20px 12px;
    padding-bottom: 30px;
	border-radius: 10px;
}
.aboutUs .col-sm-2-5 h5{
    font-size: 22px;
    color: #8E2329;
    margin: 50px auto 28px;
    letter-spacing: 0.1em;
}
.aboutUs .col-sm-2-5 img{
    margin-bottom: 30px;
}
.aboutUs .col-sm-2-5 p{
    text-align: center;
    font-size: 18px;
    color: #E36A1D;
    margin: 0;
}
.aboutUs .third{
    background: url(../../images/abouts/12.png) no-repeat;
    background-position: 50%;
}
.aboutUs .third h3{
    font-size: 0.32rem;
    color: #1D69E3;
    line-height: 0.32rem;
    margin: 40px 0;
}
.aboutUs .third h3 span{
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #1D69E3;
    border-radius: 50%;
    margin: 0px 0px 10px 10px;
}
.aboutUs .third .row{
    width: 566px;
    margin: 50px auto 0;
}
.aboutUs .third .row:before{
    content: "";
    position: absolute;
    left: 0px;
    right: 198px;
    width: 1px;
    margin: 0 auto;
    height: 1180px;
    background: #D8D8D8;
    top: 294px;
}
.aboutUs .third .row:after{
    position: absolute;
    left: 0px;
    right: 200px;
    top: 262px;
    height: 35px;
    width: 24px;
    background: url(../../images/abouts/10.png) no-repeat;
    margin: 0 auto;
	display: table;
    content: " ";
}
.aboutUs .third .row p{
    font-size: 18px;
    margin-left: 36px;
    color: #333;
    line-height: 26px;
}
.aboutUs .third .row p b{
    color: #1D69E3;
    font-size: 14px;
    font-weight: 500;
    width: 129.5px;
    display: inline-block;
    text-align: right;
}
.aboutUs .third .row p img{
    margin: 0 20px 0 14px;
    position: relative;
    z-index: 2;
}
.about .col-sm-2 {
    width: 20%!important;
}
.companys{
    background-color: #fafafa;
}
.companys .nav-tabs{
    border: none;
}
.companys ul li{
    text-align: center;
}
.companys .nav-tabs>li{
    padding:0;
}
.companys .nav-tabs>li>a{
    font-size: 16px;
    border-radius:20px;
    margin:12px;
    border: 1px solid #ccc;
    padding:10px 0;
}
.companys .nav-tabs>li>a:hover{
    color: #fff;
    background-color: #3EA3FF;
}
.companys .nav-tabs>li.active>a{
    background-color: #3EA3FF;
    color: #fff;
    border-bottom: 1px solid #3EA3FF;
}
.companys .bj .thumbnail{
    background-color: #fafafa;
    border: none;
}
.companys .bj .thumbnail img{
    border: 13px solid #fff;
}
.companys .bjaddr{
    text-align: left;
}
.companys .bjaddr h3{
    font-size: 24px;
    color: #3ea3ff;
    font-weight: bold;
    padding-bottom: 10px;
}
.companys .bjaddr h5{
    font-size: 16px;
}
.companys .aboutMa{
    border: none;
    margin:0 3px;
}
.companys .contus{
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.companys .tab-content,.companys .contact{
    overflow: hidden;
}
.companys .tab-content{
    padding: 50px 0;
}
/*.companys .nav-tabs>li.active>a,.companys .nav-tabs>li.active>a:focus,.companys .nav-tabs>li.active>a:hover{
}*/
/*coporate*/
.terms-service-cont,.coporate-cont{
    height: 390px;
}
.terms-service-cont .position-center-center,.coporate-cont .position-center-center{
    text-align: center;
}
/*call*/

.udesk-call h2 {
    font-size: 44px;
    letter-spacing: 2px;
    margin:0 0 18px 0;
}

.udesk-call .writeBtn:hover{
    color: #0092FF;
    box-shadow: 0px 2px 8px rgba(9, 4, 108, 0.3);
}

.udesk-call .position-center-center {
    left: 30%;
    text-align: left;
    top:41%;
}

.oldcall .udesk-call .position-center-center ,.oldim .udesk-call .position-center-center {
    top: 50%;
    padding: 28px 46px 36px 52px;
    background-color: rgba(53, 57, 49, 0.8);
}

.oldim .udesk-call .position-center-center {
    background-color: rgba(20, 22, 34, 0.52);
    left: 72%;
}

.oldim .udesk-call h2{
    font-size: 0.4rem;
}

.oldim .welcome li p{
    margin: 0;
}

.callCent .blog-post .post-tittle {
    font-family: PingFangSC-Light,'helvetica neue','hiragino sans gb',tahoma,'microsoft yahei ui','microsoft yahei',simsun,sans-serif;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 0;
}

.callCent .blog-post.z-depth-1 {
    text-align: left;
}

.oldcall .callCent .blog-post.z-depth-1,.newim .callCent .blog-post.z-depth-1{
    text-align: center;
}

.newim .container .row #slide_y .more{
    display: block;
}

.newim .callCent .blog-post.z-depth-1{
    padding: 0;
}

.newim .callCent .blog-post p{
    margin-bottom: 0;
    padding-bottom: 10px;
}

.oldcall .callCent .more,.newim .callCent .more{
    color: #3da3ff;
}

.newim .callCent .immore{
    text-align: center;
}

.oldcall .callCent .indeximg .more img,.newim .callCent .more img{
    padding: 0 0 2px 15px;
}

.oldcall .call-line hr{
    background: #ff5a60;
}

.callCent .blog-post p {
    padding: 14px 0px 20px 0;
    text-align: center;
    color: #999;
    line-height: 26px;
}

.callCent .service {
    padding-left: 4px;
}

.callCent .service li {
    color: #555;
    font-size: 16px;
    height: 97px;
    line-height: 24px;
    text-align: justify;
    padding: 0 0 0 20px;
    background: url(../images/dot.png) no-repeat 0 11px;
}

.callCent .service .li02 {
    height: 100px;
}

.callCent .service .li021 {
    height: 70px;
}

.callCent .service .li022 {
    height: 60px;
}

.callCent .heading-block h3{
    font-size: 30px;
}

.callCent .heading-block .row h3{
    font-family: PingFangSC-Light,'helvetica neue','hiragino sans gb',tahoma,'microsoft yahei ui','microsoft yahei',simsun,sans-serif;
}

.callCent h4 {
    height: 50px;
    line-height: 15px;
}

.callCent .service .experience {
    background: none;
}

.callCent .service .experience .more img {
    padding: 0 0 0 20px;
}

.scenario {
    padding: 100px 0 0 0;
}

.callLi span {
    color: #000;
    font-size: 18px;
    width: 18%!important;
    letter-spacing: 1.5px;
}

.callLi .media-body h5 {
    height: 60px;
    color: #999;
    color: #888;
    font-size: 16px;
}

.margin-auto {
    margin-left: auto;
    margin-right: auto;
}
.callCent .fehover,.channel .fehover{
    border: 1px solid #efefef;
    height: 200px;
    margin-bottom: 30px;
    padding:45px 20px;
    text-align: center;
    color: #666;
}
.channel .fehover{
    padding:32px 20px;
}
.fehover:hover{
    border: 1px solid #D2D2FF;
}
.fetxt{
    display: none;
    position: absolute;
    z-index: 1;
    top: 1px;
    left: 17px;
    right: 17px;
    padding:0 20px;
    background: rgba(255, 255, 255, 0.88);
}
/*cooperate*/

.cooperate a {
    padding-bottom: 20px;
}


/*term*/

.termpadding {
    padding: 0 13%;
}

.termpadding p {
    text-align: justify!important;
}

.termpadding h5 {
    font-size: 22px;
}

.termpadding .heading-block .hrspan {
    top: 53px;
}

.termpadding .heading-block hr {
    top: 56px;
}

.udeskAndown footer {
    display: none;
}


/*导航下拉菜单*/

.productdp {
    padding: 0!important;
}

#callCenter {
    margin: 0 20px;
    cursor: default;
}

#callCenter:hover {
    color: #0092FF;
}

header nav #callCenter:hover:after {
    width: 0;
}

.ownmenu .dropdown{
    display: none;
    background-color: #fff;
    padding:0;
}

header nav .ownmenu .callCenter-menu li {
    padding: 0;
    width: 100%;
}

header nav .ownmenu .feature .callCenter-menu .li{
    margin: 0;
    width: 50%;
}

header nav .ownmenu .feature .callCenter-menu li a:after{
    background-color: #fff;
}

#baidu-6:after{
    height: 0;
}

header nav .ownmenu .callCenter-menu li a {
    padding: 8px 0 0 0;
}
header nav .ownmenu .applyfa .callCenter-menu li a {
    padding: 10px 0;
}
header nav .ownmenu .applyfa .callCenter-menu li a h5{
    margin: 0;
}
.ownmenu .applyfa .dropdown{
    border-radius: 0 0 10px 10px;
    border-top: 1px solid #e8e8e8;
    height: auto;
}
.ownmenu .documentdp .dropdown,.ownmenu .blogdp .dropdown,.ownmenu .aboutus .dropdown, .ownmenu .applyfa .dropdown{
    height: auto;
    width: 286px;
    right: 257px;
    padding: 13px 30px 16px;
    border-top: 1px solid #e8e8e8;
    border-radius: 0 0 10px 10px;
    box-shadow: inset -1px 0 0 0 #EBEBEB, inset 1px 0 0 0 #EBEBEB, inset 0 -1px 0 0 #EBEBEB;
}
.ownmenu .blogdp .dropdown{
    right: 198px;
    width: 246px;
}
.ownmenu .aboutus .dropdown{
    right: 102px;
    width: 246px;
}
/*产品模块导航更新170928*/
header .ownmenu li.feature:hover>a,header .ownmenu li.documentdp:hover>a,header .ownmenu li.blogdp:hover>a{
    color: #0092FF;
}
header .ownmenu li.applyfa .dropdown{
    width: 508px;
    padding: 24px 30px;
}
header .ownmenu li.feature .dropdown {
    height: auto;
    top: 69px;
    left:0;
    border-radius: 2px;
    border-top: 1px solid #e8e8e8;
    box-shadow: 0 5px 10px 0 rgba(6,20,36,0.20), inset 0 -1px 0 0 #EBEBEB;
}
header .ownmenu li.feature .dropdown .call a h5{
    background: url('../images/nav_call.png') no-repeat;
    background-size: 15px;
}
header .ownmenu li.feature .dropdown .urobot a h5{
    background: url('../images/nav_urobot.png') no-repeat;
    background-size: 15px;
}
header .ownmenu li.feature .dropdown .worksheet a h5{
    background: url('../images/nav_worksheet.png') no-repeat;
    background-size: 15px;
}
header .ownmenu li.feature .dropdown .mobile a h5{
    background: url('../images/nav_mobile.png') no-repeat;
    background-size: 15px;
}
header .ownmenu li.feature .dropdown .servicegonav a h5{
    background: url('../images/nav_servicego.png') no-repeat;
    background-size: 15px;
}
header .ownmenu li.feature .dropdown .ferobot a h5{
    background: url('../images/robotcall.png') no-repeat;
    background-size: 15px;
}
header .ownmenu li.feature .dropdown .channels a h5{
    background: url('../images/nav_channels.png') no-repeat;
    background-size: 15px;
}
header .ownmenu li.feature .dropdown .intercall a h5{
    background: url('../images/nav_intercall.png') no-repeat;
    background-size: 15px;
}
header .ownmenu li.feature .dropdown .bi a h5{
    background: url('../images/nav_bi.png') no-repeat;
    background-size: 15px;
}
header .ownmenu li.feature .dropdown .km a h5{
    background: url('../images/nav_km.png') no-repeat;
    background-size: 15px;
}
header .ownmenu li.applyfa .dropdown .touristhotel a h5{
    background: url('../images/touristhotel.png') no-repeat;
    background-size: 15px;
}
header .ownmenu li.applyfa .dropdown .health a h5{
    background: url('../images/health.png') no-repeat;
    background-size: 15px;
}
header .ownmenu li.applyfa .dropdown .chainstore a h5{
    background: url('../images/chainstore.png') no-repeat;
    background-size: 15px;
}
header .ownmenu li.applyfa .dropdown .o2o a h5{
    background: url('../images/o2o.png') no-repeat 0 center;
    background-size: 18px;
}
header .ownmenu li.applyfa .dropdown .restaurant a h5{
    background: url('../images/restaurant.png') no-repeat;
    background-size: 15px;
}
header .ownmenu li.applyfa .dropdown .eliminator a h5{
    background: url('../images/eliminat.png') no-repeat;
    background-size: 15px;
}
header .ownmenu li.applyfa .dropdown .finance a h5{
    background: url('../images/finance.png') no-repeat;
    background-size: 15px;
}
header .ownmenu li .dropdown .help a h5{
    background: url('../images/nav_help.png') no-repeat;
    background-size: 15px;
}
header .ownmenu li .dropdown .docu a h5{
    background: url('../images/nav_docu.png') no-repeat;
    background-size: 15px;
}
header .ownmenu li .dropdown .center a h5{
    background: url('../images/nav_center.png') no-repeat;
    background-size: 15px;
}
header .ownmenu li .dropdown .zhibo a h5{
    background: url('../images/nav_zhibo.png') no-repeat;
    background-size: 15px;
}
header .ownmenu li .dropdown .kfschool a h5{
    background: url('../images/nav_kfschool.png') no-repeat;
    background-size: 15px;
}
header .ownmenu li .dropdown .boke a h5{
    background: url('../images/nav_boke.png') no-repeat;
    background-size: 15px;
}
header .ownmenu li .dropdown .introduce a h5{
    background: url('../images/nav_introduce.png') no-repeat;
    background-size: 15px;
}
header .ownmenu li .dropdown .jion a h5{
    background: url('../images/nav_jion.png') no-repeat;
    background-size: 15px;
}
header .ownmenu li .dropdown .tel a h5{
    background: url('../images/nav_tel.png') no-repeat;
    background-size: 15px;
}
header .ownmenu li .dropdown .daili a h5{
    background: url('../images/nav_tel.png') no-repeat;
    background-size: 15px;
}
header .ownmenu li .dropdown .daili a h5{
    background: url('../images/daili.png') no-repeat;
    background-size: 15px;
}
header .ownmenu li .dropdown li p{
    font-size: 12px;
    color: #999;
    padding-bottom: 5px;
    margin: 0;
}
header .ownmenu li.feature .dropdown li p{
    line-height: 16px;
}
header .ownmenu li .dropdown .protitle p{
    color: #333;
    border-bottom: 1px solid #e8e8e8;
}
header .ownmenu li.feature .dropdown .protitle p{
    border:none;
}
header .ownmenu li .dropdown .protitle p span{
    color: #999;
}
header .ownmenu li .dropdown .protitle hr{
    margin: 6px 0 0 0;
    height: 1px;
    width: 125px;
    background: #F5F6F8;
}
header .ownmenu li.feature .dropdown ul,header .ownmenu li.applyfa .dropdown ul{
    float: left;
}
header .ownmenu li.feature .dropdown img{
    position: absolute;
    right: 0;
    top: -1px;
}
#baidu-6{
    position: absolute;
    right: 74px;
    bottom:24px;
    padding:3px 39px;
    font-size: 12px;
    color: #fff;
    background: #0092FF;
    box-shadow: 0 2px 4px 0 rgba(9,4,108,0.20);
    border-radius: 100px;
}
header .ownmenu li .dropdown .icos{
    display:block;
    width:0;
    height:0;
    border-width:0 7px 7px;
    border-style:solid;
    border-color:transparent transparent #333;
    position: absolute;
    top: -7px;
    left: 50%;
}
/*header .ownmenu li.aboutus .dropdown .icos{
    margin-left: 141px;
}*/
header .ownmenu li .dropdown .icos em{
    display:block;
    width:0;
    height:0;
    border-width:0 7px 7px;
    border-style:solid;
    border-color:transparent transparent #fff;
    position:absolute;
    top:0px;
    left:-7px;
}
/*Robot*/

.robot .btn {
    background: #66e991;
    color: #000;
    font-size: 20px;
}

.robot .btn:visited {
    color: #000;
    background: #7bf6ad;
}

.robot .btn:hover {
    background: #7bf6ad;
}

.robot .btn:active {
    color: #000;
    background: #7bf6ad;
}

.uRobot .blog-post .post-tittle {
    padding: 24px 0 16px 0;
    font-size: 20px;
}

.uRobot .blog-post p {
    padding: 0 27px;
}

.uRobot .blog-post .more {
    padding-top: 0px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #3fa3fe;
}

.uRobot .blog-post .more img {
    padding: 0 0 2px 6px;
}


/*uRobotsmart*/

.uRobotsmart .blog-post {
    padding: 30px 30px 30px 0;
    border-radius: 55px;
    overflow: hidden;
}

.uRobotsmart .blueborder {
    border: 3px dashed #3ca5fc;
}

.uRobotsmart .blueborder .smarttxt01 p {
    color: #3ea3ff;
}

.uRobotsmart .orangeborder .smarttxt01 p {
    color: #ffd77a;
    line-height: 20px;
}

.uRobotsmart .greenborder .smarttxt01 p {
    line-height: 20px;
    color: #66ea92;
}

.uRobotsmart .orangeborder .smarttxt01 {
    padding-left: 16px;
}

.uRobotsmart .orangeborder {
    border: 3px dashed #ffd77a;
    padding: 23px 10px;
}

.uRobotsmart .orangeico {
    padding: 10px 0;
}

.uRobotsmart .orangeborder .smarttxt01 .smartp01 {
    letter-spacing: 2px;
    background: url(../images/orange_dot.png) no-repeat 0 5px;
}

.uRobotsmart .greenborder .smarttxt01 .smartp02 {
    letter-spacing: 2px;
    background: url(../images/green_dot.png) no-repeat 0 5px;
}

.uRobotsmart .blueborder .smarttxt01 .smartp03 {
    letter-spacing: 2px;
    background: url(../images/blue_dot.png) no-repeat 0 7px;
}

.uRobotsmart .orangeborder .smarttxt01 .smartp01 span {
    color: #ffd77a;
    padding-left: 15px;
}

.uRobotsmart .greenborder .smarttxt01 .smartp02 span {
    color: #66ea92;
    padding-left: 15px;
}

.uRobotsmart .blueborder .smarttxt01 .smartp03 span {
    color: #3ca5fc;
    padding-left: 15px;
}

.uRobotsmart .greenborder {
    border: 3px dashed #66ea92;
    padding: 23px 20px 23px 1px;
}

.uRobotsmart .greenborder img {
    padding: 5px 15px;
}

.uRobotsmart .smart {
    padding: 0 30px;
}

.uRobotsmart .blog-post p {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
}

.uRobotsmart .smarttxt01 {
    padding: 3px 0 0 0;
}

.uRobotsmart .smarttxt01 img {
    padding: 0 10px 0 0;
}

.uRobotsmart .title {
    padding: 53px;
}


/*uRobotunderstand*/

.uRobotunderstand .blog-post h2 {
    font-size: 16px;
    text-align: left;
    font-weight: 600;
}

.uRobotunderstand .blog-post p {
    padding: 0;
    color: #666;
    line-height: 24px;
}

.uRobotunderstand .blog-post img {
    margin-top: 57px;
}

.uRobotunderstand .utxt {
    padding-left: 0;
}

.uRobotunderstand .section {
    padding-bottom: 80px;
}

.btn.focus,
.btn:focus {
    color: #fff;
}


/*product_document*/

.proDoc h2 {
    font-size: 52px;
}

.proDoc h5 {
    font-size: 28px;
}

.table>thead>tr {
    background: url(../images/linet.png) no-repeat;
}

.table-bordered {
    border: none;
}

.table>thead>tr>th {
    border: none;
    color: #fff;
    border-radius: 0;
    font-size: 20px;
    padding: 19px 0 18px 25px;
}

.table-bordered>tbody>tr>th {
    width: 30%;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    padding: 0;
    font-weight: normal;
    border: none;
    border-right: 1px dashed #ddd;
    border-bottom: 1px solid #e3e6e9;
}

.table-responsive>.table>tbody>tr>th {
    white-space: normal;
    vertical-align: middle;
}

.table-bordered>tbody>tr>th>a {
    padding: 20px 10px;
    display: block;
}

.table-bordered>tbody>tr>th>a>span {
    display: block;
    padding: 0 20px;
}

.table-bordered>tbody>tr>td {
    font-size: 13px;
    border: none;
    border-bottom: 1px solid #e3e6e9;
}

.table-bordered>tbody>tr>td>a {
    padding: 20px 30px;
    display: block;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f7f9fb;
}

.proGnv .gunnav {
    position: fixed;
    left: 150px;
    top: 120px;
    bottom: 0px;
    z-index: 2;
}

.proGnv .gunnav .gunT ul li {
    width: 130px;
    font-size: 16px;
}

.proGnv .gunnav .gunT ul li a {
    color: #565656;
    padding: 4px 0 4px 13px;
    border-left: 3px solid #EDF2F6;
}

.proGnv .gunnav .gunT ul li a:hover {
    border-left-color: #3EA3FF;
    background-color: #fff;
}

.proGnv .gunnav .gunT ul .active a {
    border-left-color: #3EA3FF;
}

.jump {
    padding-top: 80px;
    overflow: hidden;
}

.promargin {
    margin-bottom: 0;
}

#nav11 {
    padding-bottom: 80px;
}

.proGnv .gunnav {
    display: none;
}

thead {
    border-bottom: 1px solid #d0d0d0;
}
/*预览*/

.yulan label {
    border: 1px solid #ccc;
    font-size: 22px;
    font-weight: 500;
    border-right: none;
    padding: 0;
    border-radius: 4px;
    color: #9e9e9e;
}

.yulan .url {
    border: none;
    margin: 0;
    height: 55px;
}

.yulan input:focus {
    outline: none!important;
    border: none!important;
}

.yulan .freety {
    border: none;
    background: #FF7D84;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    padding: 14px 0px;
    line-height: normal;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
}

.yulan .row {
    overflow: hidden;
    padding: 50px 0 100px 0;
}

.yulan .freeBtn {
    padding: 0;
    text-align: left;
}
/*51tongji*/
.rights a {
    color: #262626;
}
/*a 标签空链接*/
.Left,
.Right,
#callCenter,
.udeskim,
.social-04 {
    cursor: pointer;
}

.udeskim{
    display: block;
}

/*zhaoshang*/
.zhaoshang{
    height: 640px;
    padding-top: 155px;
}

.zhaoshang h2 {
    color: #fff;
    font-size: 36px;
    letter-spacing: 2px;
}

.zhaoshang h2 b,.zhaoshang p b{
    font-weight: normal;
    border-bottom: 1px solid #105f99;
    padding-bottom: 5px;
}

.zhaoshang h2 span{
    font-size: 46px;
    color: #0093ff;
}

.zhaoshang p{
    font-family: "宋体";
}

.zhaoshang p span{
    color: #0093ff;
    font-size: 32px;
    font-family: "Microsoft Yahei";
}

.zhaoshang p{
    font-size: 26px;
    color: #fff;
}
/*---顶端表单---*/
.applyfor{
    padding-top: 15px;
}
.applyfor .apply2{
    float: right;
    height: auto;
    width: 310px;
    padding: 30px 26px 25px;
    background: #fff;
}
.applyfor .apply2 form label{
    color: #999;
    padding: 8px 0 0 10px;
    text-align: center;
    font-size: 14px;
}
.applyfor .apply2 h3{
    color: #333;
    font-weight: bold;
    padding-bottom: 15px;
}
.applyfor .apply2 form .formborder{
    border-color:#dadee7;
    padding:0;
}
.applyfor .apply2 form .formborder .col-sm-9{
    padding-left: 2px;
}
.applyfor .form-horizontal .form-group{
    margin:0;
}

.applyfor .heading-block h3{
    font-size: 18px;
}
.applyfor .form-group .form-control{
    font-size: 14px!important;
    margin:0;
    color: #000!important;
}
.applyfor .apply2 .form-horizontal .form-group{
    margin-bottom: 10px;
}
.applyfor .apply2 .form-horizontal .tijiao{
    margin-bottom: 0;
}
.applyfor .apply2 .tijiao .btn{
    background-color: #0093ff;
    width: 100%;
    font-size: 16px;
    padding:8px 0;
    margin-top: 5px;
    border-radius: 5px;
}
.applyfor .apply2 .tijiao .btn:hover{
    background-color: #0085e7;
    color: #fff;
}
.applyfor .heading-block{
    margin-bottom: 0;
}
.zlcont h3{
    font-size: 30px;
    margin-top: 0;
}
.zlcont hr{
    border: none;
    padding:0;
    background-color: #dadee7;
}
.zlcont p{
    font-size: 16px;
}
.second-title{
    background-color: #f8f8f9;
}
.second-title .show{
    overflow: hidden;
    background-color: #fff;
}
.second-title .show{
    margin-top: 55px;
    padding:50px 40px 60px;
    -webkit-box-shadow:0px 2px 30px rgb(184, 184, 184);
    -moz-box-shadow:0px 2px 30px rgb(184, 184, 184);
    box-shadow:0px 2px 30px rgb(184, 184, 184);
}
.second-title .show hr{
    width: 78px;
    border: 1px solid #adb1b4;
}
.second-title .show h5{
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 28px;
}
.second-title .show p{
    margin-bottom: 6px;
}
.second-title .show a{
    display: inline-block;
    background: #0093ff;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    padding: 8px 31px;
    margin-top: 25px;
}
.second-title .show .col-sm-7{
    padding:0;
}
.second-title .show .col-sm-4,.second-title .show .col-md-3{
    margin-bottom: 20px;
    padding:0px 6px;
}
.third-title .col-sm-3{
    padding:80px 8px 0;
}
.third-title .col-sm-3 hr{
    border: 3px solid #ff505a;
    width: 40px;
    margin: 0 auto;
}
.third-title .details{
    position: relative;
    top:-7px;
    padding:45px 30px 30px;
    text-align: center;
    border: 1px solid #ededed;
    -webkit-box-shadow:0px 2px 35px rgba(184, 184, 184, 0.63);
    -moz-box-shadow:0px 2px 35px rgba(184, 184, 184, 0.63);
    box-shadow:0px 2px 35px rgba(184, 184, 184, 0.63);
}
.third-title .details h5{
    font-size: 24px;
    font-weight: bold;
    padding:15px 0;
}
.third-title .details p{
    font-size: 14px;
    text-align: center;
}
.four-title{
    background-color: #f8f8f9;
}
.four-title .col-sm-4{
    padding-top:80px;
}
.four-title .col-sm-4 p{
    padding:0 55px;
}
.form-horizontal .control-label{
    text-align: center;
}
.zhaoshang h6 {
    font-size: 18px;
    color: #ccc;
    font-weight: normal;
    letter-spacing: 4px;
    text-align: center;
}

.routes .row span {
    display: block;
}

.routes .routestxt {
    height: 110px;
    padding-top: 30px;
}

.routes .routestxt p {
    text-align: right;
    font-size: 15px;
    color: #6a6a6a;
}

.routes .routesright .routestxt p {
    text-align: left;
}

.routes .routestxt span {
    font-size: 18px;
}

.routes .margin-auto {
    width: 100%;
}

.choose .choosetxt {
    height: 430px;
    background-color: #f5f5f5;
    padding: 110px 86px 0 70px;
}

.choose .choosetxt img {
    padding-bottom: 20px;
}

.choose .col-sm-6 {
    padding: 0;
}

.choose .chooseR {
    text-align: right;
}

.choose .chooseR .choosetxt p {
    text-align: right;
    line-height: 1.6;
}

.agent .agenttxt {
    margin: 0 5px;
    background: #f0f0f0;
}

.agent .agenttxt p {
    font-size: 12px;
    padding: 45px;
    line-height: 1.8;
    height: 153px;
}

.apply {
    height: 593px;
    background: url(../images/botbanner.png) no-repeat center;
}

.apply form label,.apply2 form label{
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}

.apply form .formborder,.apply2 form .formborder {
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 5px;
}

#appleForm .form-group .form-control,#appleForm2 .form-group .form-control {
    font-size: 18px;
    border-bottom: none!important;
    color: #fff;
}

#appleForm .form-group .form-control:focus,#appleForm2 .form-group .form-control:focus {
    border: none!important;
}

.apply .form-horizontal .form-group {
    margin-bottom: 30px;
}

.apply .tijiao {
    margin-top: 50px;
}

.apply .tijiao .btn {
    padding: 11px 115px;
    font-weight: 600!important;
    font-size: 20px;
    border: none;
    border-radius: 5px;
}

.apply .tijiao .btn:hover {
    color: #fff;
    background-color: #1D93FF;
}
.five-title .tijiao .btn{
    background-color: #ffcc01;
}
.five-title .tijiao .btn:hover{
    background-color: #ffc300;
}

.apply .tijiao .btn:focus {
    background-color: #ffcc01;
    color: #fff;
    border: none;
    box-shadow: none;
}
.apply .tijiao .btn:active {
    background-color: #ffcc01;
    border: none;
    color: #fff;
}

.apply .prompt,.apply2 .prompt2{
    display: none;
}
.apply2 .prompt2{
    position: absolute;
}
.apply2 .prompt2 span {
    color: #ccc;
    background: #555e5d;
    padding: 2px 8px;
    border-radius: 10px;
    width: 138%;
    font-size: 12px;
    line-height: 22px;
}
.apply2 .prompt2 img{
    position: absolute;
    top: 6px;
    left: 7px;
}
.apply .prompt span{
    position: absolute;
    color: #ccc;
    top: 11px;
    right: 20px;
    background: #555e5d;
    padding: 2px 8px;
    border-radius: 10px;
}

.apply .prompt img {
    position: absolute;
    top: 15px;
    right: 180px;
}

.trend .heading-block hr,
.routes .heading-block hr,
.choose .heading-block hr,
.agent .heading-block hr {
    top: 55px;
}

.trend .heading-block .hrspan,
.routes .heading-block .hrspan,
.choose .heading-block .hrspan,
.agent .heading-block .hrspan {
    top: 52px;
}

.successsub,.successsub2{
    display: none;
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 20px!important;
    letter-spacing: 6px;
}

.apply2 .successsub2{
    color: #0093ff;
    line-height: 103px;
}
#appleForm .limit,#appleForm2 .limit2{
    display: none;
    color: #EC0000;
    font-size: 16px;
    text-align: center;
}
.udesk-contack {
    position: fixed;
    right: 0px;
    z-index: 999;
}
.udesk-contack .mobImpc{
    background: #0092ff;
    padding:16px 5px 13px;
    border-bottom: 1px solid #99d3ff;
}
.udesk-contack .mobImpc p{
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 3px;
}
.udesk-contack .mobImpc img{
    width: 26px;
    height: 26px;
}
.udesk-contack .useOn{
    display: block;
    text-align: center;
    border-top:1px solid #99d3ff;
    border-bottom:none;
    background: #FE5B5F;
}
.udesk-contack #yuyue{
    display: block;
    text-align: center;
    border-top: 1px solid #99d3ff;
    border-bottom: none;
}
.udesk-contack .lookOn{
    display: block;
    text-align: center;
    border-bottom: none;
    border-top: 1px solid #99d3ff;
}
.udesk-contack .lookOn:hover{
    background: #0073E6;
}
.udesk-contack #lookOn img{
    display: block;
    width: 98px;
    margin: 5px 22px 8px 20px;
}
.udesk-contack #lookOn span{
    display: block;
    color: #333;
}
#useOn,#lookOn{
    display: none;
}
input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 0.4rem;
    width: 100%;
    font-size: 0.16rem;
    margin: 0 0 6px 0;
    padding: 0;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s
}
/*banner*/
.carousel-indicators .active{
    background-color: #3ea3ff;
    border-color: #3ea3ff;
}
.carousel-indicators li{
    width: 24px;
    height: 6px;
    border-color: #e8e9ed;
    background-color: #e8e9ed;
}
.carousel-indicators .active{
    width: 24px;
    height: 6px;
    margin:1px 5px 1px 1px;
}
.carousel{
    height: 100%;
}
.carousel-control:link{
    opacity: 0.5;
}
.carousel-control:active{
    opacity: 0.5;
}
.carousel-control:visited{
    opacity: 0.5;
}
.carousel-control:hover{
    opacity: 0.5;
}
.carousel-control.right,.carousel-control.left{
    background-image:none;
}
.callNum{
    display: none;
}
#callnum,#callnum2{
    display: none;
    width: 185px;
}
#callnum span{
    padding-left: 5px;
}
.carousel-inner>.kz{
    background:rgba(144, 144, 144, 0.88);
}
.carousel-inner>.rob{
    background:rgba(62, 163, 255, 0.48);
}
.carousel-inner>.insight{
    background: rgba(61, 148, 251, 0.95);
}
.carousel-inner>.item>.lunbo{
    margin:0 auto;
}
.lunbo{
    max-width: 100%;
}
/*3banner*/
.insight .bannerIe{
    position: absolute;
    top: 50%;
    left: 14.5%;
}
.insight .bannerIe a{
    padding: 12px 34px;
    border: 2px solid #fcfcfc;
    border-radius: 27px;
    font-size: 24px;
    color: #fff;
}
/*cases*/
.cases{
    background-color: #f8f8fa;
}
/*.cases .container{
    max-width: 960px;
}*/
.cases .heading-block .hrspan{
    top: 104px;
}
.cases .heading-block hr{
    top: 108px;
}
.changebig img:hover{
    cursor: pointer;
}
/*information*/
.infor .infor_nav ul li{
    padding:0 1px;
}
.infor .infor_nav ul li a{
    display: block;
    margin:0 auto;
    text-align: center;
    background-color: #2fa7fd;
    padding:25px 0;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.infor .infor_nav ul .active3 a{
    background-color: #0c6eb5;
}
.infor .infor_nav ul li a:hover{
    background-color: #0c6eb5;
}
.infor .infor_nav{
    padding:50px 0 80px 0;
}
.infor .infor-cont-u{
    border: 1px solid #dedede;
    padding: 20px 5px;
}
.infor .infor-cont-u:hover{
    background-color: #0c6eb5;
}
.infor .infor-cont-u:hover a,.infor .infor-cont-u:hover dd,.infor .infor-cont-u:hover dt,.infor .infor-cont-u:hover span,.infor .infor-cont-u:hover h5{
    color: #fff;
}
.infor .infor-cont-u h3{
    margin:0px 0px 18px;
}
.infor .infor-cont-u h3 a{
    font-size: 22px;
}
.infor .infor-cont-u p{
    line-height: 24px;
    margin-bottom: 15px;
}
.infor .infor-cont-u p a{
    color: #4c4c4c;
}
.infor .infor-cont-u .more{
    color: #999;
}
.infor .infor-cont-u .margin-25{
    margin: 0 25px;
}
.infor .infor-cont-u span{
    width: 65px;
    color: #cccccc;
    font-size: 18px;
    line-height: 40px;
}
.infor .solution_list .img{
    width: 194px;
    height: auto;
}
.infor .infor-cont-u span i{
    font-style: normal;
    display: block;
    font-size: 60px;
    line-height: 70px;
    width: 65px;
    border-bottom: 1px solid #cccccc;
}
.solution-cont .profile .inforp{
    padding-bottom: 0;
    margin-bottom: 0;
}
.infor-cont .title2{
    font-weight: bold;
}
.infor-cont ul>li{
    list-style: disc;
}
.infor-cont .red-txt{
    color: #ff0000;
}
.summary{
    background-color: rgb(243, 245, 247);
    padding:20px;
}
.update-cont p{
    color: #666;
}
.update-cont p b{
    color: #333;
}
.update-cont .leftcont h6{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding:10px 0;
}
.update-cont h5{
    color: #333;
    text-align: center;
}
.infor-cont h5{
    color: #333;
}
.update-cont .profile img,.infor-cont .profile img,.update-cont .profile img{
    width: 186px;
    margin:20px 10px;
}
.disc{
    padding-top: 0!important;
}
.disc li{
    list-style-type: disc!important;
    padding-bottom: 0!important;
}
.none li{
    list-style-type: none!important;
    padding-bottom: 10px!important;
}
.infor-cont h3{
    font-weight: bold;
    font-size: 28px;
    padding-bottom: 15px;
}
.background .no-style>li{
    list-style: none;
}
.background table td{
    width: 50%;
    font-size: 16px;
    border: 1px solid #e2e2e2;
    padding: 12px;
    color: #757575;
}
/*feature_call feature_channels festure_worksheet URobot*/
.inforlist{
    background-color: #f8f8f8;
    padding:100px 0 80px;
}
.inforlist .row{
    padding:50px 0 0;
}
/*.inforlist .row .col-md-4{
    padding:0 10px;
}*/
.inforlist .list{
    width: 100%;
    border-radius: 5px;
    float: left;
    padding:30px 20px 12px;
    overflow: hidden;
    margin:0 auto 10px;
}
.inforlist .listTitle{
    margin: 0 -15px;
}
.inforlist h3{
    margin-bottom: 50px;
}
.inforlist .list p{
    overflow: hidden;
    height: 45px;
    line-height: 45px;
}
.inforlist .list p .title{
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #3f3f3f;
}
.inforlist .list .column{
    padding-left: 55px;
    background: url('../images/inforico01.png') no-repeat;
}
.inforlist .list .problem{
    padding-left: 55px;
    background: url('../images/inforico02.png') no-repeat;
}
.inforlist .list .case{
    padding-left: 55px;
    background: url('../images/inforico03.png') no-repeat;
}
.inforlist .list p .more{
    float: right;
    color: #999;
}
.inforlist .list dl{
    overflow: hidden;
    margin:8px 0;
}
.inforlist .list dl a{
    display: block;
    max-width: 256px;
    /*文字隐藏后添加省略号*/
    text-overflow:ellipsis;
    /*强制不换行*/
    white-space:nowrap;
    overflow:hidden;
    color: #666;
    text-align: left;
}
.inforlist .list a:hover{
    color: #3da3ff;
}
.inforlist .list dl a span{
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 3px;
    width: 4px;
    height: 4px;
    line-height: 2px;
    border-radius: 50%;
    background: #42a6fc;
}
.inforlist .list dl dt{
    float: left;
    font-weight: normal;
    height: 26px;
    line-height: 26px;
}
.inforlist .list dl dd{
    float: right;
    color: #7a7a7a;
}
/*downpage*/
.down_bner .row{
    padding-left: 4%;
}
.down_bner .downImg{
    text-align: right;
}
.down_bner .title{
    text-align: left;
    width: 75%;
    margin-top: 118px;
}
.down_bner h2{
    color: #fff;
    font-size:36px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 5px;
}
.down_bner h5{
    color: #fff;
    font-size:14px;
    margin-top: 15px;
    line-height: 24px;
}
.down_cont h3{
    font-size: 26px;
    color: #333;
    text-align: center;
    overflow: hidden;
    padding:28px 0 28px;
    margin:60px 0;
}
.down_cont h3 span{
    border:1px solid #e2e2e2;
    border-radius: 40px;
    padding:20px 83px 19px 86px;
}
.down_cont .row .col-sm-4{
    text-align: center;
}
.downios a{
    display: block;
    height: 292px;
    background:url('../images/down_02.png') no-repeat center;
}
.downios a:hover{
    background:url('../images/down_02hover.png') no-repeat center;
}
.downand a{
    display: block;
    height: 292px;
    background:url('../images/down_03.png') no-repeat center;
}
.downand a:hover{
    height: 292px;
    background:url('../images/down_03hover.png') no-repeat center;
}
/*访客ID*/
.visitor{
    padding: 17px 13px;
    background: #0092ff;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.visitor p{
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
}
.visitor a{
    display: none;
}
/*bi*/
.udesk-bi .container{
    text-align: left;
    margin: 30px auto 0;
}
.udesk-bi .container h2{
    font-size: 44px;
    line-height: 56px;
}
.udesk-bi .container a,.six a{
    padding: 9px 50px;
    border-radius: 24px;
    border:1px solid rgba(255, 255, 255, 0.61);
    margin:30px 0 0 0;
}
.udesk-bi .container a:hover,
.feature_bi .six a:hover{
    background: #fff!important;
    border-color: #fff;
    color: #0092FF;
    box-shadow: 0px 2px 8px rgba(9, 4, 108, 0.3);
}
.feature_bi .first{
    margin-top: 36px;
}
.feature_bi .first p{
    text-align: center;
    color: #000;
    font-size: 22px;
    line-height: 28px;
}
.feature_bi .first .writer{
    font-size:16px;
    color:#72808E;
    margin:20px 0 50px;
}
.feature_bi .second{
    margin: 100px 0;
}
.feature_km .second{
    margin: 10px auto 65px;
}
.feature_bi .second img,
.feature_bi .third img,
.feature_bi .four img{
    width: 100%;
    margin-top: 24px;
}
.feature_bi h3{
    font-size: 28px;
    line-height: 42px;
}
.feature_bi .second p,
.feature_bi .third p,
.feature_bi .four p{
    margin: 20px auto 50px;
    line-height: 28px;
    font-size: 16px;
}
.feature_bi .second ul li,
.feature_bi .third ul li,
.feature_bi .four ul li{
    list-style-type: inherit;
    font-size: 16px;
    color: #000;
    margin-left: 20px;
    line-height: 30px;
}
.feature_bi .third,
.feature_bi .four{
    background-color: rgba(222, 231, 238, 0.2);
}
.feature_bi .third{
    padding-top: 50px;
}
.feature_km .third{
    padding: 80px 0 100px;
}
.feature_bi .third h3{
    margin-top: 88px;
}
.feature_km .third h3{
    margin-top: 20px;
}
.feature_bi .four{
    padding: 100px 0;
}
.five{
    margin: 65px 0 50px;
}
.five img{
    width: 100%;
}
.five h3{
    font-size: 36px;
    text-align: center;
    margin-bottom: 55px;
}
.indexWe h3{
    margin-bottom: 0;
}
.indexWe img{
    width: auto;
}
.five .col-sm-2{
    padding:15px;
}
.six .row{
    text-align: center;
    padding:25px 0 39px;
}
.six h3{
    color: #fff;
}
/*呼叫中心1706新版*/
/* 焦点图 垂直滚动
------------------------------ */
    .slide_y {
        position: relative;
        height: auto;
    }

    .slide_y .box {
        overflow: hidden;
        position: relative;
        top: 90px;
        height: 430px;
    }

    .slide_y .list {
        position: relative;
        top: 37px;
        left: -13px;
        height: 9999px
    }

    #slide_y_3 .list,#slide_y_4 .list{
        top: 16px;
    }

    .slide_y img{
        width: 96%;
    }

    #slide_y .bgImg,#slide_y_3 .bgImg{
        position: absolute;
        left: 0;
        top: 90px;
        width: 56%;
        z-index: 2;
    }

    #slide_y_2 .bgImg,#slide_y_4 .bgImg{
        position: absolute;
        right: 15px;
        top: 90px;
        width: 41%;
        z-index: 2;
    }

    #slide_y_4 .bgImg{
        right: 24px;
        width: 56%;
    }

    #slide_y_4 .btn h3{
        margin-top: 113px;
    }

    .slide_y .list li {
        position: relative;
        height: 430px;
        _vertical-align: top;
    }

    .slide_y .list img {
        _vertical-align: top;
    }

    .slide_y .list:hover img {
/*        filter: alpha(opacity=70);
        opacity: 0.7;*/
    }

    .slide_y .list:hover img:hover {
        /*filter: alpha(opacity=100);*/
        /*opacity: 1;*/
    }

    .slide_y .btn {
        overflow: hidden;
        bottom: 0;
        left: 0;
        height: auto;
        padding: 5px 0;
        margin-right: 0;
        background: none;
    }

    .slide_y .btn li {
        margin: 0 0 0 10px;
        color: #666;
        font: 14px/20px Tahoma;
        text-align: center;
        cursor: pointer;
    }
    #slide_y .btn li,#slide_y_3 .btn li{
        margin-left: 30px;
    }
    .slide_y .btn li p{
        margin-bottom: 0;
        font-size: 14px;
        color: #666;
    }

    .slide_y .btn li p span{
        display: inline-block;
        width: 4px;
        height: 4px;
        background: #666;
        border-radius: 100%;
        margin: 0 16px 3px 0;
    }

    .slide_y .btn h3{
        font-size: 22px;
        text-align: left;
        margin-bottom: 23px;
        margin-top: 50px;
    }
    .slide_y .btn .selected h3{
        color:#0092ff;
    }
    .callCent .six h3{
        font-size: 40px;
        letter-spacing: 5px;
    }
    .callCent .six a{
        font-size: 18px;
        letter-spacing: 2px;
        padding: 10px 94px;
        border-radius: 6px;
        background: #fff;
        color: #324672;
    }
    .callCent .six a:hover{
        color: #0092FF;
        box-shadow: 0px 2px 8px rgba(9, 4, 108, 0.3);
    }
    .animation-ele {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: transform .7s cubic-bezier(0, 0, .57, 1.01);
        -moz-transition: transform .7s cubic-bezier(0, 0, .57, 1.01);
        -o-transition: transform .7s cubic-bezier(0, 0, .57, 1.01);
        -webkit-transition: -webkit-transform .7s cubic-bezier(0, 0, .57, 1.01);
        transition: -webkit-transform .7s cubic-bezier(0, 0, .57, 1.01);
        -o-transition: -o-transform .7s cubic-bezier(0, 0, .57, 1.01);
        -moz-transition: transform .7s cubic-bezier(0, 0, .57, 1.01), -moz-transform .7s cubic-bezier(0, 0, .57, 1.01);
        transition: transform .7s cubic-bezier(0, 0, .57, 1.01);
        transition: transform .7s cubic-bezier(0, 0, .57, 1.01), -webkit-transform .7s cubic-bezier(0, 0, .57, 1.01), -moz-transform .7s cubic-bezier(0, 0, .57, 1.01), -o-transform .7s cubic-bezier(0, 0, .57, 1.01);
        z-index: 50
    }
    .animation-ele span img{
        width: auto;
    }
    .animation-ele span{
        position: absolute;
    }
    .m-content .section2 {
        height: 748px
    }

    .m-content .section2 .logo-wrap .ipone {
        left: -5px;
        top: 41px;
    }

    .m-content .section2 .logo-wrap .ipico {
        left: 201px;
        top: 41px
    }

    .m-content .section2 .logo-wrap .imico {
        left: 255px;
        top: 41px
    }

    .m-content .js-section3 .logo-wrap .ipone {
        left: -12px;
        top: 12px;
    }

    .m-content .js-section3 .logo-wrap .ipico {
        left: 66px;
        top: 17px
    }

    .js-section4 .animation-ele,.js-section6 .animation-ele,.js-section7 .animation-ele,.js-section8 .animation-ele,.js-section9 .animation-ele,.js-section10 .animation-ele{
        width: 100%;
    }
    .section4 .slide_y .list{
        left: 28px;
        width: 95%;
    }

    .m-content .js-section4 .logo-wrap .ipone {
        left: 192px;
        top: 0px;
    }

    .m-content .js-section5 .logo-wrap .ipone {
        left: -6px;
        top: 148px;
    }

    .m-content .js-section5 .logo-wrap .ipico {
        left: 257px;
        top: 184px;
    }

    .m-content .js-section5 .logo-wrap .imico {
        left: -6px;
        top: 222px;
    }

    .m-content .js-section6 .logo-wrap .ipone {
        left: -52px;
        top: 203px;
    }

    .js-section7 .animation-ele span img,.js-section8 .animation-ele span img{
        width: 132%;
    }

    .m-content .js-section7 .logo-wrap .ipone ,.m-content .js-section8 .logo-wrap .ipone{
        left: -10px;
        top: 188px;
    }

    .m-content .js-section9 .logo-wrap .ipone {
        left: -11px;
        top: 286px;
    }
    .channel .m-content .js-section9 .logo-wrap .ipone {
        left: -11px;
        top: 231px;
    }

    .m-content .js-section9 .logo-wrap .ipico {
        left: 336px;
        top: 225px;
    }

    .m-content .js-section10 .logo-wrap .ipone {
        left: -74px;
        top: 112px;
    }

    .m-content .js-section10 .logo-wrap .ipico {
        left: 100px;
        top: 280px;
    }

/*在线客服新版170710*/
    .channel .heading-block .row h3{
        font-size: 20px;
    }
    .channel .slide_y .btn h3{
        margin-bottom: 12px;
        line-height: 1.3;
        white-space: normal;
    }
    .channel .animation-ele span img{
        width: 80%;
    }
    .channel .js-section2 .animation-ele span img,.channel .js-section9 .animation-ele span img,.channel .js-section11 .animation-ele span img{
        width:auto;
    }
    .channel .section4 .slide_y .list{
        left: -3px;
    }
    .channel .slide_y img{
        position: relative;
        top: 0;
        width: 105%;
    }
    .channel  .slide_y .list li{
        height: 475px;
        top: 38px;
    }
    .channel .slide_y .box{
        top: 54px;
        height: 494px;
    }
    .channel #slide_y .list li{
        top: 11px;
    }
    .channel #slide_y .box{
        height: 392px;
        top: 17px;
    }
    .channel #slide_y_4 .box{
        top: 0px;
        height: 440px;
    }
    .channel #slide_y_5 .box{
        top: 0px;
        height: 356px;
    }
    .channel #slide_y_6 .box{
        top: 30px;
        height: 421px;
    }
    .channel #slide_y_6 .ipone1{
        top: 76px;
        left: 155px;
    }
    #shuj1,#shuj2,#shuj3,#shuj4,#shuj5{
        position: relative;
        color: #666;

    }
    .channel #slide_y_6 #shuj1{
        top: -65px;
        left: 116px;
    }
    .channel #slide_y_6 #shuj2{
        top: -65px;
        left: 28px;
    }
    .channel #slide_y_6 #shuj3{
        top: -123px;
        left: 188px;
    }
    .channel #slide_y_6 #shuj4{
        top: -123px;
        left: 263px;
    }
    .channel #slide_y_6 #shuj5{
        top: -123px;
        left: 312px;
    }
    .channel #slide_y_6 .ipone2{
        top: 101px;
        left: 753px;
    }
    .channel #slide_y_6 .ipone3{
        top: 242px;
        left: 368px;
    }
    .channel #slide_y_5 .list li{
        top: 12px;
    }
    .channel #slide_y .js-m-content,.channel #slide_y_4 .js-m-content,.channel #slide_y_6 .js-m-content{
        position: absolute;
    }
    .channel #slide_y_4 .js-m-content{
        left: 480px;
        top: 106px;
    }
    .channel #slide_y .ipone1{
        left: 169px;
        top: 213px;
    }
    .channel #slide_y .ipone2{
        left: 265px;
        top: 310px;
    }
    .channel #slide_y .ipone3{
        left: 386px;
        top: 176px;
    }
    .channel #slide_y .ipone4{
        left: 525px;
        top: 250px;
    }
    .channel #slide_y .ipone5{
        left: 650px;
        top: 167px;
    }
    .channel #slide_y .ipone6{
        left: 737px;
        top: 216px;
    }
    .channel #slide_y .ipone7{
        left: 856px;
        top: 313px;
    }
    .channel #slide_y .ipone8{
        left: 940px;
        top: 147px;
    }
    .channel .m-content .js-section4 .logo-wrap .ipone{
        left: 160px;
        top: -60px;
    }
    .channel .js-section5 .animation-ele{
        width: 100%;
    }
    .channel .m-content .js-section5 .logo-wrap .ipone{
        right: -207px;
        top: -3px;
    }
    .channel .js-section5 .animation-ele span img{
        width: 100%;
    }
    .channel .m-content .js-section5 .logo-wrap .ipico{
        left: 53px;
        top: 232px;
    }
    .slide_y .imgAuto img,.imgAuto .animation-ele span img{
        width: auto;
    }
    .slide_y .imgAuto img{
        left: -72px;
        top: -33px;
    }
    .channel .m-content .js-section6 .logo-wrap .ipone{
        right: -267px;
        top: 40px;
    }
    .channel .slide_y_3_1 img{
        top: 3px;
    }
    .channel .slide_y_3_2 img{
        top: -20px;
    }
    .channel .m-content .js-section8 .logo-wrap .ipone{
        right: -384px;
        top: 115px;
    }
    .channelnews,.channelnews2{
        display: none;
    }
    .channelrow ul{
        padding: 0;
    }
    #divTyping{
        position: absolute;
        top: 77px;
        left: 33px;
        z-index: 1;
        font-size: 16px;
        line-height: 26px;
        text-align: left;
    }
    /*active-pig*/
    .active-pig{
        margin-bottom: 50px;
    }
    .active-pig h3{
        font-size: 32px;
        color: #22435C;
        font-weight: bold;
        font-family: PingFangSC-Medium,'helvetica neue','hiragino sans gb',tahoma,'microsoft yahei ui','microsoft yahei',simsun,sans-serif;
    }
    .active-pig p{
        font-size: 16px;
        color: #666;
        margin-top: 10px;
    }
    .active-pig .animation-ele span img{
        width: auto;
    }
    .active-pig #slide_y .box{
        height: 434px;
    }
    .active-pig #slide_y_2 .box{
        height: 580px;
    }
    .active-pig .js-section3 .logo-wrap .ipone{
        top: -62px;
        left: 224px;
    }
    .active-pig .slide_y img{
        width: auto;
    }
    .active-pig #slide_y_3 .list{
        top: -42px;
    }
    .active-pig .m-content .js-section4 .logo-wrap .ipone{
        left: 235px;
        top: 123px;
    }
    .active-pig .m-content .js-section3 .animation-ele{
        width: 100%;
    }
    .active-pig #slide_y_3 .box{
        height: 450px;
    }
    .active-pig .blog-post .post-tittle{
        font-family: PingFangSC-Regular,'helvetica neue','hiragino sans gb',tahoma,'microsoft yahei ui','microsoft yahei',simsun,sans-serif;
        font-size: 20px;
    }
    .active-pig #slide_y_5 .box{
        height: 400px;
    }
    .active-pig .welcome .indeximg h3{
        line-height: 26px;
    }

/*im20170927 update*/
.newIm .sub-banner{
    height: 3.9rem;
    padding-top: 0.6rem;
}
.newIm #content .frist{
    padding: 1rem 0;
}
.newIm #content .second{
     background: #F5F6FA;
     padding: 1rem 0;
}
.newIm #content .second ul li div{
     background: #fff;
     padding: 54px 30px 25px;
     text-align: center;
     box-shadow: 0 8px 20px 0 rgba(202,215,240,0.83);
     border-radius: 5px;
}
.newIm #content .second ul li div h5,.newIm #content .second ul li div p{
     text-align: center;
}
.newIm #content .second ul li div h5{
    font-size: 0.24rem;
    margin-top: 0.26rem;
    color: #151515;
}
.newIm #content .second ul li div p{
    font-size: 0.14rem;
    color: #666;
    line-height: 0.24rem;
}
.newIm #content .second ul li div a{
    color: #1194F6;
    display: block;
    margin-top: 0.13rem;
}
.newIm #content .third{
    background: rgba(247, 248, 250, 0.5);
    padding: 1rem 0 0;
}
.newIm #content .third h5,.newIm #content .third p{
    text-align: left;
}
.newIm #content .third p a{
    color: #3da3ff;
    display:inline-block;
    margin-top:10px;
}
.newIm #content .third .col-sm-12{
    padding: 60px 15px;
}
.newIm #content .third .col-sm-7,.newIm #content .third .txt{
    padding-left: 0.79rem;
}
.newIm #content .third .col-sm-5{
    text-align: right;
}
.newIm #content .third .img{
    text-align: left;
}
.newIm #content .four{
    padding: 1rem 0 0;
}
.newIm #content .four h5{
    font-size: 0.24rem;
    text-align: left;
    color: #333;
}
.newIm #content .four #d_tab29 p{
    margin-bottom: 0;
}
.newIm #content .four #d_tab29 img{
    padding-right: 0.2rem;
    padding-top: 0.3rem;
}
.newIm #content .four #d_tab29 div{
    padding-left: 0.3rem;
    padding-top: 0.3rem;
}
.newIm #content .five{
    padding:1rem 0 0.8rem;
    background: #fafafc;
    margin-bottom: 0;
}
.newIm #content .five img{
    width: auto;
}
.newIm #content .six{
    background: url('../images/six-d.png') no-repeat #353E4E;
    padding: 1rem 0;
}
.newIm #content .six .heading-block{
    margin-bottom: 0;
}
.newIm #content .six .heading-block hr{
    border-top: none;
}
.newIm #content .six .heading-block .hrspan{
    background: url(../images/devider_k.png) no-repeat;
}
/*双11活动页面*/
.double11 .position-center-center{
    top: 78%;
}
.double11 .double-btn01,.double11 .double-btn02{
    width: 214px;
    height: 44px;
    font-size: 20px;
    line-height: 44px;
}
/*suspension-form*/
.suspension-form{
    position: fixed;
    bottom: -90px;
    opacity: .95;
    background: #303036;
    width: 100%;
    height: 70px;
    text-align: center;
    padding: 12px 0;
    z-index: 20;
}
.suspension-form-tips,.suspension-form-selector{
    display: inline-block;
}
.suspension-form-tips{
    font-size: 24px;
    color: #fff;
}
.suspension-form-selector{
    overflow: hidden;
}
.suspension-form-selector select{
    font-size: 16px;
    width: 108%;
    background: none;
    border: none;
    color: #ccc;
    margin: 0 20px;
    opacity: .95;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.suspension-form-selector select:hover{
    cursor: pointer;
    color: #3ea1fe;
}
.suspension-form-button{
    font-size: 16px;
    color: #fff;
    background: blue;
    padding: 5px 20px;
}
.selector-icon1,.selector-icon2{
    position: absolute;
    top: 25px;
    color: #fff;
    left: 50%;
    margin-left: 235px;
}
.selector-icon2{
    margin-left: -23px;
}
.selector-icon1 img,.selector-icon2 img{
    width: 16px;
}
.input-tips,.input-tips-name{
    display: none;
    position: absolute;
    bottom: 26px;
    right: 30px;
    color: red;
}
.input-tips-name{
    bottom: 100px;
}
.suspension-form-sp{
    color: #3296fa;
}
#susBtn,#submit-btn{
    font-size: 16px;
    margin-bottom: 10px;
    background: #3ea3ff;
    color: #fff;
    border: 0;
    padding: 10px 40px;
    cursor: pointer;
    border-radius: 4px;
}
#susBtn:link,#susBtn:visited,#susBtn:hover,#susBtn:active{
    background: #3ea3ff;
    color: #fff;
}
#submit-btn:link,#submit-btn:visited,#submit-btn:hover,#submit-btn:active{
    background: #3ea3ff;
    color: #fff;
}
.suspension-expand-split{
    margin: 0 30px;
    width: 1px;
    border-right: 1px solid #666;
    font-size: 30px;
}
.suspen-bounced .modal-body{
    text-align: center;
}
.suspen-bounced .modal-header,.suspen-bounced .modal-footer{
    border: 0;
}
.suspen-bounced .solution-input{
    position: relative;
    margin: 8px 0;
    padding: 16px 12px;
    background: #fff;
    border: 1px solid #f1f1f1;
    height: 58px;
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
    line-height: 28px;
    text-align: left;
}
.suspen-bounced .solution-input:focus{
    border: 1px solid #f1f1f1!important;
}
.solveClose{
    position: relative;
    right: -44px;
    top: -18px;
}
.solveClose img{
    width: 12px;
}
.solveOpen{
    position: fixed;
    bottom: 0;
    background: rgba(48,48,54,.95);
    width: 34px;
    height: 70px;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    padding: 2px 3px 0 0;
    display: none;
}
.solveOpen p{
    text-align: right;
    color: #fff;
    margin:0;
    line-height: 20px;
}
.solve-ie{
    display: none;
}

a:focus{outline:none;}
.i-title-box{
	text-align: center;
	padding: 10px 0 10px;
}
.i-title{
	padding: 0 5px;
	text-align: center;
	width: auto;
	margin: 0 auto;
	background-image: url("/images/abouts/i_title1.png"),url("/images/abouts/i_title2.png");
	background-position: left center ,right center;
	background-repeat: no-repeat;
	display: inline-block;
	max-width: 100%;
}
.i-title p{
    font-size: 30px;
    color: #C6C6C6;
	line-height: 1.125;
	text-transform: uppercase;
	font-family: 'MyriadPro';
}
.i-title h3{
	font-size: 38px;
	color: #8E2329;
	line-height: 1.33;
	font-weight: bold;
	letter-spacing:0.2em;
}
