/*------------------------------------------------------------------
    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: 14px;
    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;*/
}

#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: 47%;
    -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 ,.imgscroll 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 ,.imgscroll .hrspan{
    background: url(../images/index/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/index/devider02.png) no-repeat!important;
    top: 108px!important;
}

.heading-block .redIcon {
    background: url(../images/index/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/index/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,.borderbtn,.blubtn{
    display:block;
    margin: 40px auto 0;
    width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border:1px solid #239ffd;
    text-align: center;
    color: #239ffd !important;
    font-size: 16px !important;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.blubtn,.borderbtn{display:inline-block;width:120px;margin:30px 10px 0;}
.borderbtn{border-color:#fff;color:#fff !important;}
.blubtn{background:#239ffd;color: #fff !important;}
.btn:hover,.borderbtn:hover{background: #239ffd;color:#fff !important;}
.borderbtn:hover{border-color:#239ffd;}
.blubtn:hover{background:#fff;color:#239ffd !important;border-color:transparent;}

.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;
}

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: 19px;
    z-index: 9999;
}

header nav {
    display: inline-block;
    float: left;
    position: relative;
    z-index: 999;
    min-height: 50px;
    box-shadow: none;
    color: #fff;
    width: 86%;
    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/index/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 {
    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/index/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/index/Icon2.png) no-repeat;
    background-color: #fff;
}

.education .time-line .row.tird:before {
    background: url(../images/index/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("/templets/temp/ferobot/udesk_tel.png") no-repeat -2px 40px;
}

.footer-title-content .msg {
    background: url("/templets/temp/ferobot/udesk_msg.png") no-repeat 30px 38px;
}

.footer-title-content .mail {
    background: url("/templets/temp/ferobot/udesk_mail.png") no-repeat 30px 38px;
}

.footer-title-content .hc {
    background: url("/templets/temp/ferobot/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;
}
.chain{
    margin: 30px 0 12px;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    color: #000;
    cursor: pointer;
    background: url('/templets/temp/ferobot/linkdown.png') no-repeat 58px center;
}
.chain-name{
    display: none;
}
.chain-name a{
    display: inline-block;
    margin: 0 58px 10px 0;
    font-size: 13px;
    color: #000;
    line-height: 18px;
}
.chain-name a:hover{
    color: #449BFF;
}
footer .weibo {
    height: 35px;
    width: 35px;
    background: url(/templets/temp/ferobot/weibo.png) no-repeat;
    display: inline-block;
}

footer .weibo:hover {
    background: url(/templets/temp/ferobot/weiboh.png) no-repeat;
}

footer .email {
    height: 35px;
    width: 35px;
    background: url(/templets/temp/ferobot/email.png) no-repeat;
    display: inline-block;
}

footer .email:hover {
    background: url(/templets/temp/ferobot/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 .qq {
    background: url(/templets/temp/ferobot/qq.png) no-repeat;
}

footer .qq:hover {
    background: url(/templets/temp/ferobot/qqh.png) no-repeat;
}

footer .phone {
    background: url(/templets/temp/ferobot/phone.png) no-repeat;
}

footer .phone:hover {
    background: url(/templets/temp/ferobot/phoneh.png) no-repeat;
}

footer .weixin {
    background: url(/templets/temp/ferobot/weixin.png) no-repeat;
}

footer .weixin:hover {
    background: url(/templets/temp/ferobot/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('/templets/temp/ferobot/phoneh.png') no-repeat;
}


/*footer .after-sale a{
    background: url('../images/foot/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 .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;
}

footer .rights .sitemaplink{
    padding-left: 6px;
    color: #1194F6;
}

#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(/templets/temp/ferobot/arr_02.png);
}

.con .Left:hover {
    background: rgba(0, 0, 0, 0.5) url(/templets/temp/ferobot/arr_02.png);
}

.con .Right {
    right: 10%;
    background: url(/templets/temp/ferobot/arr_03.png);
}

.con .Right:hover {
    background: rgba(0, 0, 0, 0.5) url(/templets/temp/ferobot/arr_03.png);
}

.down-bg {
    background: url(/templets/temp/ferobot/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('/templets/temp/ferobot/downbtnIp.png') no-repeat;
}

.downbtnIp:hover {
    background: url('/templets/temp/ferobot/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(https://mc.qcloudimg.com/static/img/c88395e04ea48032c1664abcc8d40cd1/act-lab.svg) no-repeat 86% 100%;
    min-height: 181px;
    background-size: 44%;
}

.udesk-news .container .visitors {
    background: url(https://mc.qcloudimg.com/static/img/000535dda7a95bb1ebc0bdf9e97d8243/act-free.svg) no-repeat 86% 100%;
    min-height: 181px;
    background-size: 44%;
}

.udesk-news .container .ecology {
    background: url(https://mc.qcloudimg.com/static/img/c88395e04ea48032c1664abcc8d40cd1/act-lab.svg) no-repeat 86% 100%;
    min-height: 181px;
    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(https://mc.qcloudimg.com/static/img/92a2d3c6ceb5eb05f5ec4ba4e8694ee7/act-domain.svg) no-repeat 86% 100%;
    min-height: 181px;
    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;
}

.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(/templets/temp/ferobot/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 {
    width: 20px;
    padding: 0px 2px 2px;
}

.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(https://qzonestyle.gtimg.cn/open_proj/proj_qcloud_v2/qcloud_2015/css/img/case/page-s.png) 0 -100px no-repeat;
}

.page-operate .page-first:hover {
    background-position: 0 -125px;
}

.page-operate .page-pre {
    background: url(https://qzonestyle.gtimg.cn/open_proj/proj_qcloud_v2/qcloud_2015/css/img/case/page-s.png) 0 -25px no-repeat;
}

.page-operate .page-pre:hover {
    background-position: 0 -50px;
}

.page-operate .page-next {
    background: url(https://qzonestyle.gtimg.cn/open_proj/proj_qcloud_v2/qcloud_2015/css/img/case/page-s.png) -30px -25px no-repeat;
}

.page-operate .page-next:hover {
    background-position: -30px -50px;
}

.page-operate .page-last {
    background: url(https://qzonestyle.gtimg.cn/open_proj/proj_qcloud_v2/qcloud_2015/css/img/case/page-s.png) -30px -100px no-repeat;
}

.page-operate .page-last:hover {
    background-position: -30px -125px;
}

.udesk-solution ,.solution-cont{
    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,
.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 {
    color: #666!important;
    font-size: 14px!important;
    margin: 20px 0;
}

p.crumbs{
    margin: 15px 0;
}

.solution-cont p.crumbs{
    padding: 0 15px;
}

.crumbs span{
    display: inline-block;
}

.crumbs .location{
    margin-right: 7px;
}

.crumbs b{
    font-weight: normal;
}
.crumbs span img{
    width: 8px;
    height: 8px;
    margin: 0 8px 3px!important;
}

.crumbs a {
    color: #666;
    font-size: 14px;
}

.crumbs a:hover{
    color: #028FFF;
}

.currenturl{
    cursor: default;
    font-style: normal;
}

/*.solution-cont .background,*/
.solution-cont .conclusion {
    padding-bottom: 49px;
    word-wrap: break-word;
}

.conclusion .recommend ,.leftcont .recommend{
    font-size: 14px;
    color: #666;
    margin-top: 30px;
    background: #e5e5e5;
    padding: 15px;
}

.conclusion .recommend a ,.leftcont .recommend a{
    color: #333;
}

.conclusion .recommend a:hover,.leftcont .recommend a:hover{
    color: #028FFF;
}

.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,
.conclusion 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(/templets/temp/ferobot/call.png) no-repeat;
}

.appim {
    padding: 0 0 10px 65px;
    background: url(/templets/temp/ferobot/im.png) no-repeat;
}

.apporder {
    padding: 0 0 0px 65px;
    background: url(/templets/temp/ferobot/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('https://static.fangcloud.com/assets/dist/images/website/flag_780dbfd.png') no-repeat;
}

.solution-banner .js dl dd span.last {
    background: url('https://static.fangcloud.com/assets/dist/images/website/flag_780dbfd.png') no-repeat;
    background-position: 0 -50px;
    margin: 0 0 0 5px;
}

.solution-banner .imgSelected {
    background: url(../images/active/jsNav.png) no-repeat;
}

.solution-banner .bg {
    width: 100%;
    padding-top: 1px;
    background: url(/templets/temp/ferobot/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(/templets/temp/ferobot/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(/templets/temp/ferobot/bg01.gif) no-repeat;
    color: #FF1555;
    text-decoration: none;
}

.solution-banner .jsNav .imgSelected {
    background: url(/templets/temp/ferobot/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: 140px;
    line-height: 120px;
}

.aboutUs .first p {
    font-size: 16px;
    color: #555;
    margin: 30px 135px;
}

.aboutUs h3 {
    font-size: 0.18rem;
}

.aboutUs .second {
    background: rgba(222, 231, 238, 0.2);
}

.aboutUs .col-sm-2-5 {
    float: left;
    text-align: center;
    background: #fff;
    min-height: 350px;
    width: 17.9%;
    margin: 20px 12px;
    padding-bottom: 30px;
}

.aboutUs .col-sm-2-5 h5 {
    font-size: 22px;
    color: #333;
    margin: 50px auto 28px;
}

.aboutUs .col-sm-2-5 img {
    margin-bottom: 30px;
}

.aboutUs .col-sm-2-5 p {
    text-align: center;
    font-size: 18px;
    color: #333;
    margin: 0;
}

.aboutUs .third {
    background: url(/templets/temp/ferobot/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: 1366px;
    background: #D8D8D8;
    top: 294px;
}

.aboutUs .third .row:after {
    position: absolute;
    left: 0px;
    right: 200px;
    top: 262px;
    height: 35px;
    width: 24px;
    background: url(/templets/temp/ferobot/10.png) no-repeat;
    margin: 0 auto;
}

.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(/templets/temp/ferobot/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 .callCenter-menu li.cc{
    margin-top: 54px;
}
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: 433px;
    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: 371px;
    width: 246px;
}

.ownmenu .aboutus .dropdown {
    right: 187px;
    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('/templets/temp/ferobot/nav_call.png') no-repeat;
    background-size: 15px;
}

header .ownmenu li.feature .dropdown .urobot a h5 {
    background: url('/templets/temp/ferobot/nav_urobot.png') no-repeat;
    background-size: 15px;
}

header .ownmenu li.feature .dropdown .worksheet a h5 {
    background: url('/templets/temp/ferobot/nav_worksheet.png') no-repeat;
    background-size: 15px;
}

header .ownmenu li.feature .dropdown .mobile a h5 {
    background: url('/templets/temp/ferobot/nav_mobile.png') no-repeat;
    background-size: 15px;
}

header .ownmenu li.feature .dropdown .servicegonav a h5 {
    background: url('/templets/temp/ferobot/nav_servicego.png') no-repeat;
    background-size: 15px;
}

header .ownmenu li.feature .dropdown .ccpaas a h5{
    background: url('/templets/temp/ferobot/nav_paas.png') no-repeat;
    background-size: 15px;
}

header .ownmenu li.feature .dropdown .ferobot a h5 {
    background: url('/templets/temp/ferobot/robotcall.png') no-repeat;
    background-size: 15px;
}

header .ownmenu li.feature .dropdown .channels a h5 {
    background: url('/templets/temp/ferobot/nav_channels.png') no-repeat;
    background-size: 15px;
}

header .ownmenu li.feature .dropdown .intercall a h5 {
    background: url('/templets/temp/ferobot/nav_intercall.png') no-repeat;
    background-size: 15px;
}

header .ownmenu li.feature .dropdown .bi a h5 {
    background: url('/templets/temp/ferobot/nav_bi.png') no-repeat;
    background-size: 15px;
}

header .ownmenu li.feature .dropdown .km a h5 {
    background: url('/templets/temp/ferobot/nav_km.png') no-repeat;
    background-size: 15px;
}

header .ownmenu li.feature .dropdown .check a h5 {
    background: url('/templets/temp/ferobot/nav_check.png') no-repeat;
    background-size: 15px;
}

header .ownmenu li.applyfa .dropdown .touristhotel a h5 {
    background: url('/templets/temp/ferobot/touristhotel.png') no-repeat;
    background-size: 15px;
}

header .ownmenu li.applyfa .dropdown .health a h5 {
    background: url('/templets/temp/ferobot/health.png') no-repeat;
    background-size: 15px;
}

header .ownmenu li.applyfa .dropdown .chainstore a h5 {
    background: url('/templets/temp/ferobot/chainstore.png') no-repeat;
    background-size: 15px;
}

header .ownmenu li.applyfa .dropdown .o2o a h5 {
    background: url('/templets/temp/ferobot/o2o.png') no-repeat 0 center;
    background-size: 18px;
}

header .ownmenu li.applyfa .dropdown .restaurant a h5 {
    background: url('/templets/temp/ferobot/restaurant.png') no-repeat;
    background-size: 15px;
}

header .ownmenu li.applyfa .dropdown .eliminator a h5 {
    background: url('/templets/temp/ferobot/eliminat.png') no-repeat;
    background-size: 15px;
}

header .ownmenu li.applyfa .dropdown .finance a h5 {
    background: url('/templets/temp/ferobot/finance.png') no-repeat;
    background-size: 15px;
}

header .ownmenu li .dropdown .help a h5 {
    background: url('/templets/temp/ferobot/nav_help.png') no-repeat;
    background-size: 15px;
}

header .ownmenu li .dropdown .docu a h5 {
    background: url('/templets/temp/ferobot/nav_docu.png') no-repeat;
    background-size: 15px;
}

header .ownmenu li .dropdown .center a h5 {
    background: url('/templets/temp/ferobot/nav_center.png') no-repeat;
    background-size: 15px;
}

header .ownmenu li .dropdown .zhibo a h5 {
    background: url('/templets/temp/ferobot/nav_zhibo.png') no-repeat;
    background-size: 15px;
}

header .ownmenu li .dropdown .kfschool a h5 {
    background: url('/templets/temp/ferobot/nav_kfschool.png') no-repeat;
    background-size: 15px;
}

header .ownmenu li .dropdown .boke a h5 {
    background: url('/templets/temp/ferobot/nav_boke.png') no-repeat;
    background-size: 15px;
}

header .ownmenu li .dropdown .introduce a h5 {
    background: url('/templets/temp/ferobot/nav_introduce.png') no-repeat;
    background-size: 15px;
}

header .ownmenu li .dropdown .news a h5 {
    background: url('/templets/temp/ferobot/nav_new.png') no-repeat;
    background-size: 15px;
}

header .ownmenu li .dropdown .infor a h5 {
    background: url('/templets/temp/ferobot/nav_infor.png') no-repeat;
    background-size: 15px;
}

header .ownmenu li .dropdown .jion a h5 {
    background: url('/templets/temp/ferobot/nav_jion.png') no-repeat;
    background-size: 15px;
}

header .ownmenu li .dropdown .tel a h5 {
    background: url('/templets/temp/ferobot/nav_tel.png') no-repeat;
    background-size: 15px;
}

header .ownmenu li .dropdown .daili a h5 {
    background: url('/templets/temp/ferobot/nav_tel.png') no-repeat;
    background-size: 15px;
}

header .ownmenu li .dropdown .daili a h5 {
    background: url('/templets/temp/ferobot/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(/templets/temp/ferobot/orange_dot.png) no-repeat 0 5px;
}

.uRobotsmart .greenborder .smarttxt01 .smartp02 {
    letter-spacing: 2px;
    background: url(/templets/temp/ferobot/green_dot.png) no-repeat 0 5px;
}

.uRobotsmart .blueborder .smarttxt01 .smartp03 {
    letter-spacing: 2px;
    background: url(/templets/temp/ferobot/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(/templets/temp/ferobot/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: auto;
    background: url(/templets/temp/ferobot/botbanner.png) no-repeat center;
    background-size: cover;
}

.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: #f00;
    top: 50px;
    left: -72px;
    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(247,250,255,1);
}

.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,.rob .banner_book {
    position: absolute;
    top: 65%;
    left: 0;
    right: 0;
}

.insight .bannerIe a {
    padding: 8px 52px;
    border-radius: 2px;
    font-size: 20px;
    background: #18F2E4;
    color: #070546;
}
.insight .bannerIe a:hover{
    background: #66FFFF;
}
.insight .bannerIe .more{
    background:none;
    display:block;
    color:#fff;
    font-size: 18px;
    margin: 20px auto 0;
    width: 120px;
    padding: 0;
}
.insight .bannerIe .more:hover{
    background: none;
    color: #66FFFF;
}
.rob .banner_book{
    margin-left: 314px;
}
.rob .banner_book a {
    padding: 7px 26px;
    border-radius: 2px;
    font-size: 20px;
    background: #18F2E4;
    color: #070546;
}
.rob .banner_book a:hover{
    background: #66FFFF;
    color: #070546;
}
.insight .bannerIe p {
    text-align: center;
    width: 100px;
    font-size: 18px;
    color: #fff;
    margin: 16px auto 0;
    cursor: pointer;
}
.insight .bannerIe p:hover{
    color: #66FFFF;
}
/*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;
}

.imgscroll .hrspan{
    top: 114px;
}
.imgscroll hr{
    top: 119px;
}

/*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-cont-u {
    border: 1px solid #dedede;
    padding: 20px 5px;
}

.infor .infor-cont-u:hover {
    box-shadow:0px 2px 10px 0px rgba(2,21,41,0.1);
}

/*.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 16px;
}

.infor .infor-cont-u h3 a {
    font-size: 22px;
}

.infor .infor-cont-u:hover h3 a{
    color: #028FFF;
}

.infor .infor-cont-u p {
    line-height: 22px;
    margin-bottom: 24px;
}

.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;
}

/*information上下页*/
.up-down-page {
    position: relative;
    overflow: hidden;
    margin: 60px 0 40px;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}
.up-down-page a{
    color: #333;
}
.up-down-page a:hover{
    color: #028FFF;
}
.up-down-page .uppage{
    float: left;
    width: 35%;
    line-height: 20px;
    padding: 10px 0 10px 12px;
    max-width: 315px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.up-down-page .nextpage{
    text-align: right;
    float: right;
    width: 35%;
    line-height: 20px;
    padding: 10px 12px 10px 0;
    max-width: 315px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*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('/templets/temp/ferobot/down_02.png') no-repeat center;
}

.downios a:hover {
    background: url('/templets/temp/ferobot/down_02hover.png') no-repeat center;
}

.downand a {
    display: block;
    height: 292px;
    background: url('/templets/temp/ferobot/down_03.png') no-repeat center;
}

.downand a:hover {
    height: 292px;
    background: url('/templets/temp/ferobot/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{
    margin: 30px 0 82px;
}

.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 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: 0 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;
}

.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);
}


/*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('/templets/temp/ferobot/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(/templets/temp/ferobot/devider_k.png) no-repeat;
}
/*suspension-form*/
.suspension-form {
    position: fixed;
    bottom: -90px;
    opacity: .95;
    background: #303036;
    width: 100%;
    height: 70px;
    text-align: center;
    padding: 12px 0;
    z-index: 113;
}

.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{
    display: none;
    position: absolute;
    right: 30px;
    color: red;
}

.input-tips-name {
    bottom: 160px;
}
.input-tips-iphone{
    bottom: 92px;
}
.input-tips-code{
    bottom: 24px;
    right: 176px;
}
.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;
}
#clientCode{
    width: 65%;
}
#sendCode{
    width: 34%;
    height: 53px;
    line-height: 53px;
    display: inline-block;
    background: #3ea3ff;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.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: 0 12px;
    background: #fff;
    border: 1px solid #f1f1f1;
    height: 52px;
    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;
}
/*180927new 首页*/
/*.carousel .container{
    position: relative;
}*/
.carousel .container .banner_cont{
    position: absolute;
    top: 8%;
}
.sub-banner .carousel h1{
    color: #04305B;
    font-size: 42px;
}
.sub-banner .carousel h5{
    color: #04305B;
}
.sub-banner .carousel .banner_txt{
    width: 43%;
    float: left;
    text-align: left;
    margin-top: 83px;
}
.sub-banner .carousel .banner_txt a{
    width: 160px;
    height: 40px;
    display: inline-block;
    margin-top: 45px;
    font-size: 16px;
    color: #04305B;
    text-align: center;
    line-height: 40px;
    border:1px solid rgba(4,48,91,1);
}
.sub-banner .carousel .banner_gif{
    width: 50%;
    float: left;
}
.sub-banner .carousel-control{
    width: 0%;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
    margin-right: 75px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
    margin-left: 66px;
}


.arc-details .content {
    padding: 10px;
    line-height: 2;
    overflow: hidden;
}
.course {
    overflow: hidden;
    margin: 0 auto;
    font-size: 14px;
    line-height: 28px;
}
.course .t_txt {
    padding-bottom: 35px;
}
.course .list {
    background: url(/templets/temp/images/course_bg_03.jpg) repeat-y 114px top;
    padding: 68px 0 60px;
    margin-bottom: 30px;
}
.course .list ul {
    padding: 0;
}
.course .list li .l {
    position: absolute;
    /*left: 0;
    top: 50%;*/
    width: 92px;
    height: 92px;
    background: url(/templets/temp/images/course_list_bg1_03.jpg) no-repeat left top;
    /*margin-top: -46px;*/
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 92px;
    color: #fff;
}
.course .list li .l .doot {
    position: absolute;
    width: 17px;
    height: 23px;
    right: -32px;
    top: 50%;
    margin-top: -11.5px;
    background: url(/templets/temp/images/course_dot_03.jpg) no-repeat;
}
.course .list li .l .jt {
    width: 18px;
    height: 32px;
    position: absolute;
    right: -64px;
    top: 50%;
    margin-top: -16px;
    background: url(/templets/temp/images/course_jt_03.jpg) no-repeat;
}
.course .list li .r {
    margin-left: 156px;
    min-height: 43px;
    background: #f3f3f3;
    padding: 28px 20px 28px 40px;
}
.course .list li {
    position: relative;
    padding: 5px 0;
    overflow: hidden;
}