/*@font-face {*/


/*  font-family: 'icomoon';*/


/*  src: url("../fonts/icomoon/icomoon.eot?srf3rx");*/


/*  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");*/


/*  font-weight: normal;*/


/*  font-style: normal;*/


/*}*/


/*@font-face {*/


/*  font-family: 'pingfong';*/


/*  src: url("../fonts/pingfong.ttf");*/


/*  font-weight: normal;*/


/*  font-style: normal;*/


/*}*/


/* =======================================================
*
* 	Template Style 
*
* ======================================================= */

body {
    font-family: arial, 'Microsoft Yahei', '微软雅黑', "pingfong", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    color: #828282;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

#page {
    position: relative;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.offcanvas #page {
    overflow: hidden;
    position: absolute;
}

.offcanvas #page:after {
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.7);
    content: "";
}

a {
    color: #222222;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #f53658;
    outline: none;
    text-decoration: none;
}

p {
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
    color: #333;
    font-family: "pingfong", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
}

::-webkit-selection {
    color: #fff;
    background: #F73859;
}

::-moz-selection {
    color: #fff;
    background: #F73859;
}

::selection {
    color: #fff;
    background: #F73859;
}

.fh5co-nav {
    position: fixed;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 12px 0;
    z-index: 1001;
    background: transparent;
    background-color: #0054a4;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.fh5co-nav img {
    width: 310px;
}

.fh5co-nav img.icon {
    width: 24px;
    height: 22px;
    position: relative;
    margin-right: 10px;
    top: 1px;
}

.fh5co-nav .yh_linebtn {
    border: 1px solid #fff;
    border-radius: 3px;
    display: block;
    text-align: center;
    margin-top: 3px;
    width: 120px;
    margin-left: 40px;
}

@media screen and (max-width: 768px) {
    .fh5co-nav {
        padding: 15px 0;
    }
}

.fh5co-nav #fh5co-logo {
    font-size: 24px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .fh5co-nav #fh5co-logo {
        margin-bottom: 0;
    }
}

.fh5co-nav #fh5co-logo a > span {
    color: #F73859;
}

.fh5co-nav a {
    padding: 5px 10px;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .fh5co-nav .menu-1 {
        display: none;
    }
}

.fh5co-nav ul {
    padding: 0;
    margin: 7px 0 0 0;
}

.fh5co-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
}

.fh5co-nav ul li a {
    font-size: 16px;
    padding: 25px 20px;
    color: rgba(255, 255, 255, 0.85);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.fh5co-nav.yh-nav ul li:hover a {
    background: #fff;
    color: #333;
}

.yh-nav .menu-1 li a {
    padding: 20px;
    border-radius: 4px 4px 4px 4px;
}

.fh5co-nav.yh-nav ul {
    margin: 10px;
}

.fh5co-nav ul li a:hover,
.fh5co-nav ul li a:focus,
.fh5co-nav ul li a:active,
.fh5co-nav ul li a:focus-within {
    color: white;
    background-color: #034482;
}

.fh5co-nav ul li.has-dropdown {
    position: relative;
}

.fh5co-nav ul li.has-dropdown .dropdown {
    width: 600px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 32px;
    left: 0px;
    text-align: left;
    background: #fff;
    padding: 15px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    border-radius: 4px 4px 4px 4px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}


/*
.fh5co-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}*/

.fh5co-nav ul li.has-dropdown .dropdown li {
    display: block;
    margin-bottom: 10px;
}

.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
    margin-bottom: 0;
}

.fh5co-nav ul li.has-dropdown .dropdown li a {
    padding: 5px 0;
    display: block;
    color: #444;
    line-height: 1.8;
    text-transform: none;
    font-size: 14px;
    background: none;
    transition: none;
    padding-left: 10px;
}

.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
    color: #0054a4;
    background: #e2edf7;
    border-radius: 3px;
    padding-left: 10px;
}

.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
    color: #0054a4 !important;
    background: url(../images/yh-menu-arrow-l.png) 0 50% no-repeat;
}

.fh5co-nav ul li.has-dropdown:hover a,
.fh5co-nav ul li.has-dropdown:focus a {
    color: #333;
}

.fh5co-nav ul li.btn-cta a {
    color: #F73859;
}

.fh5co-nav ul li.btn-cta a span {
    background: #f35f55;
    color: #fff;
    padding: 4px 20px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.fh5co-nav ul li.btn-cta a:hover span {
    background: #f14034 !important;
    -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.fh5co-nav ul li.active > a {
    color: #fff;
    position: relative;
}

.scrolled .fh5co-nav {
    padding: 12px 0;
    -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
}

.scrolled .fh5co-nav a {
    color: #fff;
}

.scrolled .fh5co-nav .icon {
    color: #037EF6;
}

.scrolled .fh5co-nav ul li a:hover,
.scrolled .fh5co-nav ul li a:focus,
.scrolled .fh5co-nav ul li a:active {
    color: #333;
}

.scrolled .fh5co-nav ul li.active a {
    color: #fff;
    /*   background: #034482; */
}

.scrolled .fh5co-nav ul li.has-dropdown:hover > a,
.scrolled .fh5co-nav ul li.has-dropdown:focus > a {
    color: #0054a4;
    background: #fff;
    border-radius: 3px 3px 0 0;
}

#fh5co-header,
#fh5co-counter,
.fh5co-bg {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.fh5co-bg {
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100%;
    float: left;
    position: relative;
}

#fh5co-header a {
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#fh5co-header a:hover {
    color: white;
    border-bottom: 1px solid white;
}

.fh5co-cover {
    height: 730px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    width: 100%;
}

.fh5co-cover .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #0770fe;
}

.fh5co-cover > .fh5co-container {
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 768px) {
    .fh5co-cover {
        height: 600px;
    }
}

.fh5co-cover .display-t,
.fh5co-cover .display-tc {
    z-index: 9;
    height: 730px;
    display: table;
    width: 100%;
}

.round-bottom-clipper {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -1em;
    z-index: 1;
    overflow: hidden;
}

.curved-bottom-white {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    display: block;
    overflow: visible;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.round-bottom-clipper img {
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .fh5co-cover .display-t,
    .fh5co-cover .display-tc {
        height: 600px;
    }
}

.fh5co-cover.fh5co-cover-sm {
    height: 600px;
}

@media screen and (max-width: 768px) {
    .fh5co-cover.fh5co-cover-sm {
        height: 400px;
    }
}

.fh5co-cover.fh5co-cover-sm .display-t,
.fh5co-cover.fh5co-cover-sm .display-tc {
    height: 600px;
    display: table;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .fh5co-cover.fh5co-cover-sm .display-t,
    .fh5co-cover.fh5co-cover-sm .display-tc {
        height: 400px;
    }
}

.fh5co-staff {
    text-align: center;
    margin-bottom: 30px;
    background: #fff;
    padding: 30px;
    float: left;
    width: 100%;
}

.fh5co-staff img {
    width: 100px;
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.fh5co-staff h3 {
    font-size: 24px;
    margin-bottom: 5px;
}

.fh5co-staff p {
    margin-bottom: 30px;
}

.fh5co-staff .role {
    color: #bfbfbf;
    margin-bottom: 30px;
    font-weight: normal;
    display: block;
}

.pagination a {
    background: none;
    border: none !important;
    color: gray !important;
}

.pagination a:hover,
.pagination a:focus,
.pagination a:active {
    background: none !important;
}

.pagination > li > a {
    margin: 0 2px;
    font-size: 18px;
    padding: 0 !important;
    background: none;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    border-radius: 50% !important;
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.pagination > li > a:hover {
    color: #333;
    background: #e6e6e6 !important;
}

.pagination > li.disabled > a {
    background: none;
}

.pagination > li.active > a {
    background: #F73859 !important;
    -webkit-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
    color: #fff !important;
}

.pagination > li.active > a:hover {
    cursor: pointer;
    background: #f96982 !important;
}

.fh5co-social-icons {
    margin: 0;
    padding: 0;
}

.fh5co-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.fh5co-social-icons li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #F73859;
    padding-left: 10px;
    padding-right: 10px;
}

.fh5co-social-icons li a i {
    font-size: 20px;
}

.fh5co-contact-info ul {
    padding: 0;
    margin: 0;
}

.fh5co-contact-info ul li {
    padding: 0 0 0 70px;
    margin: 0 0 30px 0;
    list-style: none;
    position: relative;
}

.fh5co-contact-info ul li:before {
    color: #ccddea;
    position: absolute;
    left: 0;
    top: .05em;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fh5co-contact-info ul li.address:before {
    font-size: 30px;
    content: "\e9d1";
}

.fh5co-contact-info ul li.phone:before {
    font-size: 23px;
    content: "\e9f4";
}

.fh5co-contact-info ul li.email:before {
    font-size: 23px;
    content: "\e9da";
}

.fh5co-contact-info ul li.url:before {
    font-size: 23px;
    content: "\e9af";
}

#fh5co-header .display-tc,
#fh5co-counter .display-tc,
.fh5co-cover .display-tc {
    display: table-cell !important;
    vertical-align: middle;
}

#fh5co-header .display-tc h1,
#fh5co-header .display-tc h2,
#fh5co-counter .display-tc h1,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h1,
.fh5co-cover .display-tc h2 {
    margin: 0;
    padding: 0;
    color: white;
}

#fh5co-header .display-tc h1,
#fh5co-counter .display-tc h1,
.fh5co-cover .display-tc h1 {
    margin-bottom: 0px;
    margin-top: 0;
    font-size: 46px;
    line-height: 1.3;
    font-family: "pingfong", "Open Sans", Arial, sans-serif;
    font-weight: 300;
}

#fh5co-header .display-tc p {
    color: #fff;
    font-size: 14px;
}


/****/


/* banner-box */

.banner-box {
    min-width: 1170px;
    height: 698px;
    position: relative;
    overflow: inherit;
    margin-top: 0px;
}

.banner-box .bd {
    width: 100% !important;
    cursor: pointer;
}

.banner-box .bd li . {
    width: 100%;
    margin: 64px auto;
    overflow: hidden;
}

.banner-box .bd li {
    width: 100% !important;
    height: 698px;
}

.banner-box .bd li a {
    /*display: block;*/
    background-size: auto;
}

.banner-box ul {
    width: 100% !important;
    list-style-type: none;
    /* background: url(../images/yh_banner.png) center center no-repeat; */
    top: 64px;
}

.banner-box .yh-bn-text {
    color: #FFf;
    font-size: 2em;
    text-align: center;
    padding-top: 140px;
    width: 960px;
    margin: 0 auto;
}

.yh-bn-text-one {
    color: #FFf;
    padding-top: 40px;
    padding-left: 600px;
    font-size: 30px;
    text-align: left;
    margin: 0 auto;
}

.yh-bn-text-two {
    color: #FFf;
    padding-top: 99px;
    padding-left: 600px;
    font-size: 30px;
}

.text-md-left {
    color: #ffffff;
    font-weight: 900;
    font-size: 56px;
}

.yh-bn-title {
    font-weight: bolder;
    color: #FFFFff;
    font-size: -webkit-xxx-large;
}

.yh-bn-title-one {
    font-weight: bolder;
    color: #ffffff;
    font-size: 90px;
}

.yh-bn-title-two {
    font-weight: bolder;
    color: #FFFFff;
    font-size: 50px;
}

.yh-bn-style-one {
    font-size: 22px;
    color: #fff;
    background: #0054a4;
    border-radius: 0px;
    border: 1px solid #0054a4;
    padding: 10px 40px;
}

.yh-bn-style-two {
    font-size: 22px;
    color: #0054a4;
    background: #fff;
    border-radius: 0px;
    border: 1px solid #fff;
    padding: 10px 30px;
}

.banner-btn {
    width: 1170px;
    position: absolute;
    top: 240px;
    left: 50%;
    margin-left: -605px;
}

.banner-btn a {
    display: block;
    width: 49px;
    height: 104px;
    position: absolute;
    top: 0;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.banner-btn a.prev {
    left: 20px;
    background: url(../images/foot.png) no-repeat 0 0;
}

.banner-btn a.next {
    right: -20px;
    background: url(../images/foot.png) no-repeat -49px 0;
}

.banner-box .hd {
    position: absolute;
    top: 340PX;
    left: 44%;
}

.banner-box .hd ul li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    text-indent: -9999px;
    margin-right: 20px;
    background: rgba(0, 0, 0, 0.3);
    float: left;
    cursor: pointer;
}

.banner-box .hd ul li.on {
    background: #fff;
}


/****/

.case-img .feature-center {
    background: #fff;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}

.case-img {
    margin-top: 3em;
}

.case-img .feature-center:hover {
    background: #fff !important;
    box-shadow: 0px 12px 64px -16px rgba(0, 0, 0, 0.2) !important;
}

.case-img .feature-center img {
    width: 100%;
}

.ul1 li:first-child {
    padding-left: 0;
}

.ul1 li:last-child {
    padding-right: 0;
}


/**产品轮播**/

.yh-solu .yh-solu-list {
    margin-top: -180px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.06);
}

.yh-solu-list {
    width: 1170px;
    position: relative;
    margin: 30px auto 0;
    padding: 0;
}

.yh-solu .slider-block2 {
    min-height: 300px;
    width: 1170px;
    position: relative;
}

.yh-solu .yh-container {
    width: 1170px;
    height: 350px !important;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.yh-solu .slide {
    width: 1170px;
}

.yh-container div {
    opacity: 0;
    z-index: 0;
    position: absolute;
    left: 0;
    height: 350px;
}

.yh-appcenter .carousel-indicators .active {
    color: #0054a4;
    background: none;
}

.yh-appcenter .carousel-indicators li {
    text-indent: 0;
    width: 76px;
    height: 40px;
    line-height: 38px;
    text-align: left;
    color: #333;
    margin: 0;
    border-radius: 3px;
}

.yh-appcenter .carousel-indicators li:hover {
    color: #000;
}

.yh-appcenter .carousel-inner .item {
    margin-top: 55px;
}

.yh-appcenter .carousel-indicators {
    top: 40px;
    width: 100%;
    height: 42px;
    text-align: left;
    left: 25px;
    margin-left: 0;
    padding: 0;
    margin-bottom: 0;
    z-index: 2;
}

.yh-appcenter.yh-cloud .carousel-indicators {
    text-align: right;
}

.yh-appcenter .yh-app-right .item .col-md-4:first-child {
    padding-left: 0;
}

.yh-appcenter .yh-app-right .item .col-md-4:nth-child(3) {
    /*padding-right: 0;*/
    /*padding-left: 5px;*/
}

.yh-appcenter .yh-app-right {
    padding-right: 0;
    padding-left: 25px;
}

.yh-appcenter.yh-cloud .yh-app-right {
    padding-left: 0;
    padding-right: 25px;
}

.yh-container div div {
    opacity: 1;
    z-index: auto;
    position: relative;
}

.yh-solu .nav-buttons {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.yh-solu li#p {
    position: absolute;
    top: 120px;
    left: 0px;
    z-index: 999;
}

.yh-solu li#n {
    position: absolute;
    top: 120px;
    right: 0px;
    z-index: 999;
}

.yh-container .widget {
    float: left;
    padding: 0;
    border-left: 1px solid #eee;
}

.yh-container ul.last {
    margin-right: 0px;
}

.yh-container .feature-center .icon img {
    vertical-align: middle;
    margin-top: 0px;
}

.yh-solu .feature-center {
    margin-bottom: 0;
    bottom: 0;
}


/**产品轮播结束**/


/**应用中心**/

.yh-line {
    margin: 2em auto;
    width: 1170px;
    background: #ededed;
    height: 1px;
}

.yh-appcenter .yh-online,
.yh-flow .yh-online,
.yh-proj .yh-online {
    /*margin: 3em auto 1em;*/
    border-radius: 100px;
    background: #0054a4;
    width: 14em;
    border: 0;
    display: inline-block;
    position: relative;
    left: 36%;
}

.yh-cloud {
    margin: 4em auto;
}

.yh-appcenter {
    background: url(../images/yh-bg-1.png) center center no-repeat;
}

.yh-app-right h4 {
    padding-left: 0;
}

.yh-appcenter.yh-cloud .carousel-indicators li,
.yh-cloud h4 {
    text-align: right;
}

.yh-cloud .nav-tabs > li {
    float: right;
}

.yh-appcenter .yh-online:hover,
.yh-flow .yh-online:hover,
.yh-proj .yh-online:hover {
    background: #034482 !important;
}

.yh-appcenter .tab-content {
    padding: 10px 0;
}

.yh-appcenter .yh-app-left {
    /*background: #eee;*/
    padding: 0;
}

.yh-appcenter .feature-center {
    padding: 30px 20px;
}

.yh-flow,
.yh-proj {
    margin-bottom: 4.5em;
    background: url("../images/yh-bg-4.png") center center no-repeat;
}

#fh5co-counter.yh-appcenter .icon {
    width: 100%;
    height: 2em;
    margin-bottom: 10px;
}

.yh-appcenter .feature-center h3 {
    margin-bottom: 10px;
}

.yh-appcenter .yh-app-left img,
.yh-appcenter .icon img {
    width: 100%;
}

.yh-appcenter .icon img {
    width: 90%;
}

.yh-appcenter .feature-center h3 {
    font-size: 18px;
}

.yh-appcenter .nav-tabs {
    border: 0;
}

.yh-appcenter .nav-tabs > li.active > a,
.yh-appcenter .nav-tabs > li.active > a:hover,
.yh-appcenter .nav-tabs > li.active > a:focus {
    color: #0054a4;
    border: 0;
}

.yh-appcenter .nav-tabs > li > a {
    border: 0;
    border-radius: 4px;
    color: #333;
}

.carousel-control.left,
.carousel-control.right {
    width: 2em;
    z-index: 5;
}

.carousel-control.left {
    background: url("../images/arrow-l.png") center center no-repeat;
}

.carousel-control.right {
    background: url("../images/arrow-r.png") center center no-repeat;
}

.yh-appcenter .yh-applist {
    border: 1px solid #e9e9e9;
}

.yh-appcenter .carousel-inner {
    padding: 0px;
    z-index: 1;
}

.yh-proj .yh-proj-itemtext {
    background: #CCC;
}


/**
* CARD
**/

.yh-proj ul {
    list-style-type: none;
}

.ul1 {
    width: 1170px;
    height: 300px;
    margin: 40px auto;
    padding: 0;
}

.ul1 li {
    width: 234px;
    padding: 0 8px;
    float: left;
}

.ul1 li a.course_card {
    display: block;
    overflow: hidden;
    box-shadow: 2px 2px 5px #ebeaea;
    -webkit-box-shadow: 2px 2px 5px #ebeaea;
    border: 1px solid #dededd;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.ul1 li a.course_card .pic {
    width: 224px;
    height: 216px;
    height: auto;
    overflow: hidden;
}

.ul1 li a.course_card .caption_guide {
    position: relative;
    height: 70px;
    padding: 10px;
}

.ul1 li a.course_card .caption_guide .pos {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f5f5f5;
    padding: 10px;
}

.ul1 li a.course_card .caption_guide h1 {
    margin-bottom: 10px;
    font-size: 15px;
    color: #333;
}

.ul1 li a.course_card .caption_guide .title {
    font-size: 13px;
    clear: both;
    color: #828282;
    margin-bottom: 1px;
}

.ul1 li a.course_card .caption_guide .con {
    height: 0;
    margin-top: 0px;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.ul1 li a.course_card .caption_guide .con p {
    font-size: 13px;
    color: #828282;
    line-height: 18px;
    color: transparent;
    transition: color .4s ease-in-out;
    -webkit-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -ms-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    max-height: 70px;
}


/*hover*/

.ul1 li a.course_card:hover .con {
    height: 70px;
    margin-bottom: 10px;
}

.ul1 li a.course_card:hover .pos {
    background: #0054a4;
}

.ul1 li a.course_card:hover .con > p,
.ul1 li a.course_card:hover h1,
.ul1 li a.course_card:hover .title {
    color: #FFf;
}


/*** ======= BODY=========**/

.yh-kong {
    background: url("../images/yh_banner.png") center center no-repeat;
    height: 450px;
}

.yh-footer {
    background: url("../images/yh-foot-bg.png") no-repeat;
}

#yh-prodect-box {
    background: url("../images/yh-prodect-bg.png") center center no-repeat;
    clear: both;
    padding: 3em 0;
    background-size: cover;
}

#yh-about-box {
    clear: both;
    padding: 3em 0;
    background-size: cover;
}

.yh-about-1 {
    background: url("../images/yh-about-bg-1.png") no-repeat;
    background-size: cover;
}

.yh-about-2 {
    background: url("../images/yh-about-bg-2.png") no-repeat;
    background-size: cover;
    padding: 2.5em 0;
}

.yh-about-3 {
    padding: 3em;
    margin-top: 2em;
}

.yh-about-3 .btn-primary:hover,
.yh-about-3 .btn-primary {
    width: 230px;
    background: #396afc;
    /* fallback for old browsers */
    border: 0 !important;
    background: linear-gradient(to right, #0024a9, #0a9cff) !important;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


/***/

.main {
    width: 50%;
    margin: 30px auto;
}

.time-axis {
    margin: 0;
    padding: 0;
    position: relative;
}

.time-axis:before {
    content: '';
    position: absolute;
    left: 64px;
    top: 15px;
    width: 1px;
    height: 100%;
    background-color: #E4E4E4;
}

.time-axis-item {
    list-style: none;
    padding-left: 110px;
    position: relative;
    line-height: 45px;
    font-size: 14px;
    color: #141414;
}

.time-axis-achievement {
    margin: 0;
}

.time-axis-date {
    position: absolute;
    left: 0;
    top: 0;
    color: #666;
}

.time-axis-date span {
    position: absolute;
    right: -40px;
    top: 35%;
    display: block;
    width: 13px;
    height: 13px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background-color: #fff;
}

.time-axis-date span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 7px;
    height: 7px;
    margin: auto;
    background-color: #ccc;
    border: 1px solid #ccc;
    border-radius: 100%;
}

.time-axis-item:last-child .time-axis-date span {
    border-color: #48BEB2;
}

.time-axis-item:last-child .time-axis-date span:after {
    background-color: #48BEB2;
    border-color: #48BEB2;
}


/****/

.yh-about-n h2,
.yh-about-2 h4 {
    text-align: center;
    font-weight: bold;
    padding: 1.5em 0;
}

.yh-about-n h2 small {
    color: #999;
}

.yh-about-n ul {
    padding-left: 14px;
}

.breadcrumb {
    background: none;
}

.breadcrumb a {
    color: #999;
}

.yh-prod-title {
    margin-bottom: 20px;
}

.yh-prod-tab {
    margin: 3.5em 0;
    margin: 0px;
    background-color: #ffffff;
}

#myTabContent {
    margin: 3.5em 0;
    margin: 0px;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.06);
}

.yh-prod-tab .nav-tabs {
    background: #0054a4;
    border-radius: 5px 5px 0px 0px;
    padding: 6px;
    background: #0054a4;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #4751fd, #1488cc);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #4751fd, #1488cc);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.yh-prod-tab .nav-tabs li > a {
    color: #fff;
    border-radius: 4px;
    border: 0;
    padding: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.yh-prod-tab .nav-tabs li {
    padding: 5px 15px;
}

.yh-prod-tab .nav-tabs .active a {
    background: none !important;
    color: #fff !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0;
}

.yh-prod-tab .nav-tabs li > a:hover,
.yh-prod-tab .nav-tabs .active a:hover {
    background: none;
}

.ico-arrow {
    width: 10px;
    height: 12px;
    background: url("../images/yh-menu-arrow-0.png") no-repeat;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 5px;
}

.fh5co-nav.yh-nav ul li:hover a .ico-arrow {
    background: url("../images/yh-menu-arrow-1.png") no-repeat;
}

.dropdown .col-xs-3 b {
    padding-bottom: 3px;
}

.yh-nav .dropdown ul {
    padding-left: 0px;
}

.dropdown .col-xs-3:hover b {
    border-bottom: 1px solid #0054a4;
}

.yh-prod-tab .tab-pane {
    border: 1px dotted #ccc;
    margin: 20px 0;
    padding: 20px;
    border-radius: 4px;
}

.yh-prod-hexin h3 {
    text-align: center;
    padding: 20px 0;
    background: url(../images/yh-prod-hexin.png) no-repeat center center;
}

.yh-prod-hexin .row2 ul li {
    padding-bottom: 34px;
}

.yh-prod-hexin h3 b {
    padding-left: 14px;
}

.yh-prod-hexin-n {
    padding: 3em 0;
}

.yh-prod-hexin-n .yh-hexin-n-title {
    font-weight: bold;
}

.yh-prod-hexin h2 img {
    width: auto;
}

.yh-prod-hexin img {
    width: 100%;
}

.yh-prod-hexin .media img {
    width: 80px;
    margin-right: 10px;
}

.yh-lianxi {
    padding: 20px 0 10px;
}

.yh-lianxi h2 img {
    width: 32px;
    margin-top: -8px;
}

.yh-lianxi h2 {
    float: left;
}

.yh-lianxi .btn {
    float: right;
}

.yh-prodect-box .panel {
    border: 0;
}

.yh-prodect-box h4 {
    margin: 20px 0 10px;
}

.yh-prodect-box .yh-news-right h4 {
    margin: 0;
}

.yh-prodect-box p {
    margin: 0;
}

.yh-prodect-box hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.yh-prodect-box .disc {
    margin: 0 0 20px;
}

.yh-prodect-box .btn-primary {
    font-size: 14px;
    padding: 8px 20px;
    background: #008ffd;
    border: 0;
}

.yh-prodect-box .social-share {
    float: right;
}

.menu_list {
    width: 268px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.menu_head {
    height: 47px;
    line-height: 47px;
    padding-left: 20px;
    font-size: 14px;
    color: #525252;
    cursor: pointer;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    margin: 0px;
    font-weight: bold;
    background: #fff url(../images/pro_down.png) center right no-repeat;
}

.menu_list .current {
    background: #fff url(../images/pro_left.png) center right no-repeat;
}

.menu_body {
    line-height: 38px;
}

.menu_body a {
    display: block;
    height: 26px;
    line-height: 26px;
    padding-left: 30px;
    margin: 15px 0;
    color: #777777;
    background: #fff;
    text-decoration: none;
}

.menu_body a:hover {
    text-decoration: none;
    background: #1f7dd6;
    color: #fff;
}

#fh5co-service.yh-flow {
    background: none;
    padding: 0;
    margin-bottom: 5em;
    background: url(../images/yh-bg-3.png) center center no-repeat;
}

.strong {
    font-weight: 800;
}

#fh5co-service.yh-flow .xf-fw-qust .feature-center {
    height: 316px;
}

#fh5co-service.yh-flow .xf-fw-nav .clear-l-border {
    background: #f8f8f8;
}

#fh5co-service.yh-flow .xf-fw-nav .yh-flow-img {
    padding: 0;
    overflow: hidden;
}

#fh5co-service.yh-flow .xf-fw-nav .yh-flow-img img {
    width: 100%;
}

.yh-flow .yh-online {
    left: 41%;
}

.yh-proj .yh-online {
    left: 41%;
}

.inshdow {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
}

#fh5co-service .xf-fw-qust .feature-center:hover .inshdow {
    box-shadow: inset 0px 0px 0px 10px rgba(155, 150, 150, 0.8);
}


/**应用中心**/

.fh5co-cover .xfpd-banner {
    background: url("../images/xfpd-banner.jpg") center 100% no-repeat;
}

.fh5co-cover .xfsol-banner {
    background: url("../images/yh-prodect-header-banner.png") center 100% no-repeat;
}

#xfedu-solu,
#xfedu-prod {
    clear: both;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

#xfedu-solu .tabbox .tab-menu,
#xfedu-prod .tabbox .tab-menu {
    background: #fff;
    box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.25);
}

#xfedu-solu .tabbox .tab a,
#xfedu-prod .tabbox .tab a {
    padding: 15px 10px;
}

#xfedu-solu .tabbox .content,
#xfedu-prod .tabbox .content {
    margin: 0 auto;
    height: 840px;
}

#xfedu-prod .tabbox .content .xf-pd {
    text-align: left;
    border: 0px solid #ededed;
    background: #fff;
    padding: 25px;
    border-radius: 4px;
    position: relative;
    margin-top: 2em;
}

#xfedu-prod .tabbox .content .xf-pd h3 {
    margin: 0;
    margin-left: 5px;
    font-weight: 500px;
    font-size: 18px;
}

#xfedu-prod .tabbox .content .xf-pd p {
    padding: 0;
    margin: 0;
    margin-top: 10px;
    font-size: 14px;
    color: #999;
    margin-left: 5px;
}

#xfedu-solu .tabbox .tab a {
    width: 12%;
}

#xfedu-solu .tabbox .tab {
    padding-left: 20%;
}

#xfedu-solu .tabbox .content {
    margin: 0 auto;
    height: 1640px;
}

.row-pb-md.slu-h2 {
    padding-bottom: 1em !important;
}

#xfedu-solu .fh5co-heading h2 {
    font-size: 32px;
}

#fh5co-project {
    padding-top: 4em !important;
}

#xfedu-solu .xf-case .xf-pd {
    text-align: left;
    border: 0px solid #ededed;
    border-radius: 4px;
    background: #fff;
    padding: 20px;
    margin-top: 2em;
}

.fh5co-cover .xfkh-banner {
    background: url("../images/xfkh-banner.jpg") center 100% no-repeat;
}

.xfedu-case .feature-center {
    padding: 0;
    margin-top: 2em;
    margin-bottom: 0;
    border: 1px solid #ededed;
}

.xfedu-case .thumbnail .caption {
    padding: 28px 20px;
}

#xfedu-prod.xfedu-case .tabbox .content {
    height: 1460px;
}

.xfedu-case .thumbnail .caption h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.xfedu-case .thumbnail .caption p {
    padding: 0;
    color: #666;
}

.xf-more-btn {
    text-align: center;
    margin-top: 40px !important;
}

.xf-more-btn .btn {
    width: 20%;
    color: #999;
    border: 1px solid #ededed;
}

.xf-more-btn .btn:hover {
    background: #fff;
    color: #009dff;
    box-shadow: 0px 8px 13px -8px rgba(0, 0, 0, 0.35) !important;
    -webkit-box-shadow: 0px 8px 13px -8px rgba(0, 0, 0, 0.35) !important;
    -moz-box-shadow: 0px 8px 13px -8px rgba(0, 0, 0, 0.35) !important;
}

.fh5co-cover .xfedu-sr-banner {
    background: #007991;
    background: -webkit-linear-gradient(to top, #17decd, #008ffd);
    background: linear-gradient(to top, #17decd, #008ffd);
}

.xfedu-service.fh5co-cover.fh5co-cover-sm {
    height: 400px;
}

#fh5co-header.xfedu-service .display-tc,
#fh5co-header.xfedu-service .display-t {
    height: 400px;
}

.xfedu-search {
    transform: translate(50%, 50%);
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%);
}

.xfedu-search .form-control {
    background: #fff;
    border: 1px solid #fff;
}

#fh5co-header .display-tc .xfedu-search .btn-default {
    background: #008ffd;
    border-radius: 0 4px 4px 0;
    padding: 15px 40px;
}

#fh5co-header .display-tc .xfedu-search .btn-default:hover {
    background: #037EF6 !important;
}

.xfedu-search .form-control:active,
.xfedu-search .form-control:focus {
    border: 1px solid #fff;
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}

#fh5co-service {
    padding: 4em 0;
    clear: both;
    background: #F0F5F9;
}

#fh5co-service .fh5co-heading h2 {
    font-size: 32px;
}

#fh5co-service .xf-fw-nav .h5co-project {
    background: #fff;
    border: 1px solid #ededed;
}

#fh5co-service .xf-fw-nav .col-md-4,
#fh5co-service .xf-fw-nav .col-sm-6 {
    padding: 0;
}

#fh5co-service .xf-fw-nav .feature-center {
    background: #fff;
    border: 0px solid #ededed;
    border-left: 0;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 4em 2em;
}

#fh5co-service .xf-fw-nav .clear-b-border {
    border-bottom: 1px solid #ededed;
}

#fh5co-service .xf-fw-nav .clear-l-border {
    border-left: 0px solid #ededed;
}

#fh5co-service .xf-fw-nav .feature-center .icon {
    font-size: 2em;
}

#fh5co-service .xf-fw-nav .feature-center .xzzq {
    color: #08a0ff;
}

#fh5co-service .xf-fw-nav .feature-center .cpsc {
    color: #00bce4;
}

#fh5co-service .xf-fw-nav .feature-center .pxsp {
    color: #34bf49;
}

#fh5co-service .xf-fw-nav .feature-center .fwzc {
    color: #fd5c63;
}

#fh5co-service .xf-fw-nav .feature-center .shwd {
    color: #ff9933;
}

#fh5co-service .xf-fw-nav .feature-center .cjwt {
    color: #8395a6;
}

#fh5co-service .xf-fw-nav .feature-center .xfdh {
    color: #6ad2b7;
    font-size: 3.5em;
}

#fh5co-service .xf-fw-nav .feature-center .xfwx {
    color: #34bf49;
    font-size: 3.5em;
}

#fh5co-service .xf-fw-nav .feature-center .xfwb {
    color: #fd5c63;
    font-size: 3.5em;
}

#fh5co-service .xf-fw-qust .feature-center:hover,
#fh5co-service .xf-fw-qust .feature-center:focus {
    bottom: 0;
}

#fh5co-service .xf-fw-qust .feature-center:hover a,
#fh5co-service .xf-fw-qust .feature-center:focus a {
    color: #666;
}

#fh5co-service .xf-fw-qust .feature-center {
    text-align: left;
    height: 520px;
}

#fh5co-service .xf-fw-qust .feature-center a {
    display: block;
    padding: 5px 0;
    font-size: 14px;
}

#fh5co-service .xf-fw-qust .feature-center a:hover {
    color: rgba(3, 126, 243, 0.7);
}

#fh5co-service .xf-content {
    margin-top: 3em;
    margin-bottom: 3em;
}

#fh5co-header .banner-right-img {
    margin-top: 5em;
    margin-left: -5em;
}

@media screen and (max-width: 768px) {
    #fh5co-header .display-tc h1,
    #fh5co-counter .display-tc h1,
    .fh5co-cover .display-tc h1 {
        font-size: 40px;
    }

    #fh5co-header .banner-right-img {
        width: 100%;
        overflow: hidden;
    }
}

#fh5co-header .display-tc h2,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
    text-transform: uppercase;
}

#fh5co-header .display-tc .btn,
#fh5co-counter .display-tc .btn,
.fh5co-cover .display-tc .btn {
    padding: 15px 30px;
    background: #F73859;
    color: #fff;
    border: none !important;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

#fh5co-header .display-tc .btn:hover,
#fh5co-counter .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:hover {
    background: #f6163c !important;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}

#fh5co-header .display-tc .or,
#fh5co-counter .display-tc .or,
.fh5co-cover .display-tc .or {
    color: rgba(255, 255, 255, 0.3);
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 0 20px;
}

#fh5co-header .display-tc .link-watch,
#fh5co-counter .display-tc .link-watch,
.fh5co-cover .display-tc .link-watch {
    border-bottom: none;
}

#fh5co-header .display-tc .form-inline .form-group,
#fh5co-counter .display-tc .form-inline .form-group,
.fh5co-cover .display-tc .form-inline .form-group {
    width: 100% !important;
    margin-bottom: 10px;
}

#fh5co-header .display-tc .form-inline .form-group .form-control,
#fh5co-counter .display-tc .form-inline .form-group .form-control,
.fh5co-cover .display-tc .form-inline .form-group .form-control {
    width: 100%;
    background: #fff;
    border: none;
}

.fh5co-bg-section {
    /*background: #F0F5F9;*/
}

#fh5co-services,
#fh5co-started,
#fh5co-testimonial,
#fh5co-blog,
#fh5co-project,
#fh5co-about,
#fh5co-team,
#fh5co-contact,
#fh5co-footer {
    padding: 6em 0;
    clear: both;
}

@media screen and (max-width: 768px) {
    #fh5co-services,
    #fh5co-started,
    #fh5co-testimonial,
    #fh5co-blog,
    #fh5co-project,
    #fh5co-about,
    #fh5co-team,
    #fh5co-contact,
    #fh5co-footer {
        padding: 3em 0;
    }
}

#fh5co-testimonial {
    background: #F0F5F9;
}

#fh5co-testimonial .testimonial {
    background: #fff;
    padding: 30px;
    position: relative;
    margin-bottom: 4em;
    bottom: 0;
}

#fh5co-testimonial .testimonial blockquote {
    border-left: none;
    padding: 0;
    margin: 0;
}

#fh5co-testimonial .testimonial p {
    color: #666666;
    font-size: 18px;
    font-style: italic;
    line-height: 1.5;
}

#fh5co-testimonial .testimonial p.author {
    color: #b3b3b3;
}

#fh5co-testimonial .testimonial p.author img {
    width: 60px;
    margin-right: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#fh5co-testimonial .testimonial p.author cite {
    font-style: normal;
    font-size: 13px;
    font-family: "pingfong", "Open Sans", Arial, sans-serif;
}

#fh5co-testimonial .testimonial p:last-child {
    margin-bottom: 0;
}

#fh5co-testimonial .testimonial:after {
    position: absolute;
    left: 11%;
    bottom: -30px;
    display: block;
    width: 0;
    content: "";
    border-width: 30px 30px 0 0;
    border-style: solid;
    border-color: #fff transparent;
}

#fh5co-testimonial .testimonial.fh5co-selected {
    background: #F73859;
    bottom: 10px;
    -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}

#fh5co-testimonial .testimonial.fh5co-selected p {
    color: #fff;
}

#fh5co-testimonial .testimonial.fh5co-selected p.author cite {
    color: rgba(255, 255, 255, 0.7);
}

#fh5co-testimonial .testimonial.fh5co-selected:after {
    border-color: #F73859 transparent;
}

@media screen and (max-width: 768px) {
    #fh5co-testimonial .testimonial.fh5co-selected {
        bottom: 0;
    }
}

#fh5co-blog .fh5co-post {
    background: #fff;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding: 30px;
    -webkit-box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
    box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
    position: relative;
    bottom: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#fh5co-blog .fh5co-post h3 {
    margin-bottom: 20px;
}

#fh5co-blog .fh5co-post h3 a {
    color: #F73859;
}

#fh5co-blog .fh5co-post h3 a:hover {
    color: #f35f55;
}

#fh5co-blog .fh5co-post .fh5co-date {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    color: #cccccc;
    letter-spacing: .07em;
}

#fh5co-blog .fh5co-post p.author {
    color: #b3b3b3;
}

#fh5co-blog .fh5co-post p.author img {
    width: 50px;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#fh5co-blog .fh5co-post p.author cite {
    font-style: normal;
    font-size: 13px;
}

#fh5co-blog .fh5co-post p:last-child {
    margin-bottom: 0;
}

#fh5co-blog .fh5co-post:hover,
#fh5co-blog .fh5co-post:focus {
    bottom: 10px;
}

@media screen and (max-width: 768px) {
    #fh5co-blog .fh5co-post:hover,
    #fh5co-blog .fh5co-post:focus {
        bottom: 0;
    }
}

#fh5co-counter {
}

#fh5co-counter .feature-center {
    /*margin-bottom: -10px;*/
    background: #fff;
    width: 252px;
}

#fh5co-counter h2 {
    font-size: 28px;
}

@media screen and (max-width: 768px) {
    #fh5co-counter {
        padding: 3em 0;
    }
}

#fh5co-counter .counter {
    font-size: 50px;
    margin-bottom: 10px;
    color: #037EF6;
    font-weight: 100;
    display: block;
}

#fh5co-counter .counter-label {
    margin-bottom: 0;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: .1em;
}

#fh5co-counter .feature-center:hover .counter {
    color: #037EF6;
}

@media screen and (max-width: 768px) {
    #fh5co-counter .feature-center {
        margin-bottom: 30px;
    }
}

#fh5co-counter .icon {
    width: 70px;
    text-align: center;
    margin-bottom: 20px;
    background: none !important;
    border: none !important;
}

#fh5co-counter .icon i {
    height: 70px;
}

#fh5co-counter .icon i:before {
    color: #cccccc;
    display: block;
    text-align: center;
    margin-left: 3px;
}

#fh5co-project .fh5co-project {
    margin-bottom: 30px;
}

#fh5co-project .fh5co-project > a {
    display: block;
    color: #333;
    position: relative;
    bottom: 0;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#fh5co-project .fh5co-project > a img {
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#fh5co-project .fh5co-project > a:after {
    opacity: 0;
    visibility: hidden;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 8;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#fh5co-project .fh5co-project > a .fh5co-copy {
    z-index: 12;
    position: absolute;
    right: 20px;
    left: 20px;
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#fh5co-project .fh5co-project > a .fh5co-copy h3 {
    margin: 0 0 5px 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

#fh5co-project .fh5co-project > a .fh5co-copy p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

#fh5co-project .fh5co-project > a .fh5co-copy p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    #fh5co-project .fh5co-project > a .fh5co-copy {
        position: relative;
        visibility: visible;
        opacity: 1;
        bottom: 0;
        color: #333;
        padding: 20px;
        background: #fff;
    }
}

#fh5co-project .fh5co-project > a:hover {
    -webkit-box-shadow: 0px 10px 31px -10px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 10px 31px -10px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 10px 31px -10px rgba(0, 0, 0, 0.65);
}

@media screen and (max-width: 768px) {
    #fh5co-project .fh5co-project > a:hover {
        bottom: 0;
    }
}

#fh5co-project .fh5co-project > a:hover:after {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 768px) {
    #fh5co-project .fh5co-project > a:hover:after {
        opacity: 0;
        visibility: hidden;
    }
}

#fh5co-project .fh5co-project > a:hover .fh5co-copy {
    opacity: 1;
    visibility: visible;
    bottom: 40px;
}

#fh5co-project .fh5co-project > a .fh5co-copy .icon,
#fh5co-project .fh5co-project > a:hover .fh5co-copy .icon {
    color: #fff;
    width: 3em;
    height: 0.8em;
    margin-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
    #fh5co-project .fh5co-project > a:hover .fh5co-copy {
        bottom: 0;
        padding: 20px;
        background: #fff;
    }
}

#fh5co-project .fh5co-project > a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (max-width: 768px) {
    #fh5co-project .fh5co-project > a:hover img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

#fh5co-services.border-bottom {
    /*border-bottom: 1px solid #dae6ef;
  -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);*/
    position: relative;
    z-index: 10;
}

#fh5co-product {
    padding: 7em 0;
}

#fh5co-product .row-pb-md {
    padding-bottom: 0.5em !important;
}

.tabbox {
    background: #F0F5F9;
}

#fh5co-product .tabbox {
    background: #fff;
}

.tabbox .tab-menu {
}

.tabbox .tab {
    overflow: hidden;
    padding-left: 20%;
}

.tabbox .tab a {
    display: block;
    width: 20%;
    padding: 10px 10px;
    float: left;
    text-decoration: none;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #ececec;
}

.tabbox .tab a:hover {
    color: #037EF6;
    border-bottom: 1px solid #037EF6;
    text-decoration: none;
}

.tabbox .tab a.on {
    color: #037EF6;
    border-bottom: 1px solid #037EF6;
    text-decoration: none;
}

.tabbox .content {
    overflow: hidden;
    width: 1170px;
    height: 410px;
    position: relative;
    padding: 10px;
}

.tabbox .content ul {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
}

.tabbox .content li {
    width: 1170px;
    float: left;
    list-style: none;
}

.tabbox .content .xf-pd {
    text-align: center;
    color: #666;
    padding: 10px;
    margin: 3em 0 0;
}

.tabbox .content .xf-pd:hover {
    background: #fff;
    border-radius: 4px;
}

.tabbox .content li p {
    padding: 10px;
    margin: 0;
}

.feature-center {
    padding: 30px;
    float: left;
    width: 100%;
    position: relative;
    bottom: 0;
    margin-bottom: 40px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#fh5co-advantage {
}

.xf-advantage .fh5co-heading h2,
.xf-advantage .fh5co-heading p,
.xf-advantage .feature-center h3,
.xf-advantage .feature-center p,
.xf-advantage .feature-center .icon {
    color: #fff;
}

.xf-advantage .feature-center h3 {
    margin-bottom: 15px;
}

.xf-advantage .feature-center:hover,
.xf-advantage .feature-center:focus {
    background: none;
    bottom: 0px;
    box-shadow: none;
}

.xf-advantage .feature-center:hover p,
.xf-advantage .feature-center:hover h3,
.xf-advantage .feature-center:focus p,
.xf-advantage .feature-center:focus h3 {
    color: #fff !important;
}

#fh5co-customer {
    padding: 7em 0;
    background-color: #f5f7fa;
}

#fh5co-customer .feature-center {
    margin-bottom: 0;
}

.more-btn {
    padding: 10px 80px;
    border: 1px solid #e2e2e2;
    color: #666;
    font-size: 14px;
    display: inline-block;
    margin: 4em auto 0;
    position: relative;
    left: 40%;
}

.more-btn:hover {
    background: #fff;
}

#fh5co-customer .feature-center img {
}

@media screen and (max-width: 768px) {
    .feature-center {
        margin-bottom: 50px;
    }
}

.feature-center .desc {
    padding-left: 180px;
}

.feature-center .icon {
    /*margin-top: 20px;*/
    display: block;
    text-align: center;
    width: 100%;
    height: 165px;
    font-size: 5em;
}

.feature-center .icon i {
    font-size: 40px;
    color: rgba(42, 54, 59, 0.2);
}

.feature-center .icon2 {
    float: left;
}

.feature-center .icon2 i {
    font-size: 100px;
}

.feature-center p:last-child {
    margin-bottom: 0;
}

.feature-center p {
    font-size: 14px;
}

.feature-center p,
.feature-center h3 {
    /*margin-top: 30px;*/
}

.feature-center h3 {
    font-size: 20px;
    color: #5d5d5d;
}

.feature-center:hover,
.feature-center:focus {
    /*background: #F73859;*/
    background: #fff;
    bottom: 10px;
    -webkit-box-shadow: 0px 12px 64px -16px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 12px 64px -16px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 12px 64px -16px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.yh-footer .feature-center:hover,
.yh-footer .feature-center:focus {
    background: none;
    box-shadow: none;
    bottom: 0px;
}

.feature-center:hover p:last-child,
.feature-center:focus p:last-child {
    margin-bottom: 0;
}

.feature-center:hover .icon i,
.feature-center:focus .icon i {
    color: rgba(255, 255, 255, 0.7);
}

.feature-center:hover p,
.feature-center:hover h3,
.feature-center:focus p,
.feature-center:focus h3 {
    color: #666 !important;
}

.feature-center a {
    color: #666;
}

.feature-center:hover a,
.feature-center:focus a {
    color: rgba(3, 126, 243, 0.7);
}

.feature-center:hover a:hover,
.feature-center:focus a:hover {
    color: #037ef3;
}

@media screen and (max-width: 768px) {
    .feature-center:hover,
    .feature-center:focus {
        bottom: 0;
    }
}

.project-grid {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    height: 350px;
    margin-bottom: 40px;
}

.project-grid:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.project-grid .desc {
    background: rgba(247, 56, 89, 0.9);
    padding: 10px 20px;
    position: absolute;
    bottom: -93px;
    left: 0;
    right: 0;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.project-grid .desc h3 a {
    color: white;
}

.project-grid .desc span {
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .project-grid .desc {
        bottom: 0;
    }
}

.project-grid:hover:before,
.project-grid:focus:before {
    opacity: 1;
}

.project-grid:hover .desc,
.project-grid:focus .desc {
    bottom: 0;
}

.project-content {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    padding: 7em 0;
}

@media screen and (max-width: 768px) {
    .project-content {
        padding: 3em 0;
    }
}

.project-content .col-half {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width: 480px) {
    .project-content .col-half {
        width: 100%;
    }
}

.project-content .col-half .project,
.project-content .col-half .project-grid {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.project-content .col-half .project:before,
.project-content .col-half .project-grid:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.project-content .col-half .project:hover:before,
.project-content .col-half .project:focus:before,
.project-content .col-half .project-grid:hover:before,
.project-content .col-half .project-grid:focus:before {
    opacity: 1;
}

.project-content .col-half .project:hover .desc,
.project-content .col-half .project:focus .desc,
.project-content .col-half .project-grid:hover .desc,
.project-content .col-half .project-grid:focus .desc {
    bottom: 0;
}

@media screen and (max-width: 480px) {
    .project-content .col-half .project,
    .project-content .col-half .project-grid {
        height: 340px !important;
        margin-bottom: 20px;
    }
}

.project-content .col-half .project {
    height: 800px;
}

.project-content .col-half .project-grid {
    height: 390px;
    margin-bottom: 20px;
}

.project-content .col-half .project-grid:last-child {
    margin-bottom: 0;
}

.project-content .desc {
    background: rgba(247, 56, 89, 0.9);
    padding: 10px 20px;
    position: absolute;
    bottom: -93px;
    left: 0;
    right: 0;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.project-content .desc h3 {
    color: white;
}

.project-content .desc span {
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .project-content .desc {
        bottom: 0;
    }
}

.fh5co-heading {
    margin-bottom: 2em;
}

.fh5co-heading.fh5co-heading-sm {
    margin-bottom: 2em;
}

.fh5co-heading h2 {
    font-size: 40px;
    margin-bottom: 0px;
    line-height: 1.5;
    font-weight: 300;
    color: #333;
    text-align: center;
}

.fh5co-heading p {
    font-size: 14px;
    line-height: 1.5;
    color: #828282;
}

.fh5co-heading span {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #cccccc;
}

#fh5co-started {
    background: #0054a4;
    background: #0054a4;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #021B79, #0575E6);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #021B79, #0575E6);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 10px 0;
}

#fh5co-started .fh5co-heading h2 {
    color: #fff;
    margin-bottom: 20px !important;
    font-weight: 500;
    font-size: 32px;
}

#fh5co-started .fh5co-heading p {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
}

#fh5co-started .form-control {
    background: rgba(255, 255, 255, 0.2);
    border: none !important;
    color: #fff;
    font-size: 16px !important;
    width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#fh5co-started .fh5co-heading {
    margin-bottom: 0;
}

#fh5co-started .form-control::-webkit-input-placeholder {
    color: #fff;
}

#fh5co-started .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

#fh5co-started .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

#fh5co-started .form-control:-ms-input-placeholder {
    color: #fff;
}

#fh5co-started .form-control:focus {
    background: rgba(255, 255, 255, 0.3);
}

#fh5co-started .btn {
    height: 48px;
    border: none !important;
    background: #fff;
    color: #009dff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 60px;
    padding-right: 60px;
}

#fh5co-started .btn:hover {
    background: #fff !important;
    -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
}

#fh5co-started .form-inline .form-group {
    width: 100% !important;
    margin-bottom: 10px;
}

#fh5co-started .form-inline .form-group .form-control {
    width: 100%;
}

#fh5co-footer .fh5co-footer-links {
    padding: 0;
    margin: 0;
}

#fh5co-footer h3 {
    font-size: 16px;
}

#fh5co-footer .fh5co-footer-links li {
    padding: 0;
    margin: 4px 0;
    list-style: none;
}

#fh5co-footer .fh5co-footer-links li a {
    color: #666;
    font-size: 12px;
    text-decoration: none;
}

#fh5co-footer .fh5co-footer-links li a:hover {
    color: #333;
}

#fh5co-footer .fh5co-widget {
    margin-bottom: 30px;
    text-align: right;
}

.xf-share {
    padding: 5px 0;
    margin-bottom: 20px;
}

.xf-share a {
    color: #999;
}

.xf-share a:hover {
    color: #037EF6;
}

.xf-share .wx {
    margin-right: 20px;
}

.xf-share .icon {
    width: 32px;
    height: 32px;
}

.copyright {
    padding-top: 20px;
}

.copyright p,
.copyright p a {
    color: #999;
    font-size: 12px;
}

.copyright .icon {
    color: #999;
    margin-right: 20px;
}

.copyright .cpy-left {
    float: right;
}

.copyright .cpy-right {
    float: left;
}

@media screen and (max-width: 768px) {
    #fh5co-footer .fh5co-widget {
        text-align: left;
    }
}

#fh5co-footer .fh5co-widget h3 {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#fh5co-footer .copyright .block {
    display: block;
}

#fh5co-offcanvas {
    position: fixed;
    z-index: 1901;
    width: 270px;
    background: black;
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 45px 40px 40px 40px;
    overflow-y: auto;
    display: none;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    #fh5co-offcanvas {
        display: block;
    }
}

.offcanvas #fh5co-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

#fh5co-offcanvas a {
    color: rgba(255, 255, 255, 0.5);
}

#fh5co-offcanvas a:hover {
    color: rgba(255, 255, 255, 0.8);
}

#fh5co-offcanvas ul {
    padding: 0;
    margin: 0;
}

#fh5co-offcanvas ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#fh5co-offcanvas ul li > ul {
    padding-left: 20px;
    display: none;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
    display: block;
    position: relative;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
    position: absolute;
    right: 0px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e921";
    font-size: 20px;
    color: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.uppercase {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gototop.active {
    opacity: 1;
    visibility: visible;
}

.gototop a {
    padding: 10px;
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.gototop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.gototop a:hover,
.gototop a:active,
.gototop a:focus {
    text-decoration: none;
    outline: none;
}

.fh5co-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
}

.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
    background: #444;
}

.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.fh5co-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    transition: all .2s ease-out;
}

.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 2px;
    background: #252525;
    position: absolute;
    left: 0;
    transition: all .2s ease-out;
}

.fh5co-nav-toggle.fh5co-nav-white > i {
    color: #fff;
    background: #fff;
}

.fh5co-nav-toggle.fh5co-nav-white > i::before,
.fh5co-nav-toggle.fh5co-nav-white > i::after {
    background: #fff;
}

.fh5co-nav-toggle i::before {
    top: -7px;
}

.fh5co-nav-toggle i::after {
    bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
    top: -10px;
}

.fh5co-nav-toggle:hover i::after {
    bottom: -10px;
}

.fh5co-nav-toggle.active i {
    background: transparent;
}

.fh5co-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
    position: fixed;
    right: 0px;
    top: 18px;
    z-index: 21;
    padding: 6px 0 0 0;
    display: block;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 44px;
    z-index: 2001;
    border-bottom: none !important;
}

.scrolled .fh5co-nav-toggle {
    top: 5px;
}

@media screen and (max-width: 768px) {
    .fh5co-nav-toggle {
        display: block;
    }
}

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: "pingfong", "Open Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 20px;
}

.btn.btn-md {
    padding: 8px 20px !important;
}

.btn.btn-lg {
    padding: 18px 36px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    background: #0054a4;
    color: #fff;
    /*border: 2px solid #0054a4;*/
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #fff !important;
    border-color: #fff !important;
    color: #0054a4;
}

.btn-default:hover {
    color: #fff;
    background-color: #0a9cff;
    border-color: #0a9cff;
}

.btn-primary.btn-outline {
    background: transparent;
    color: #0054a4;
    border: 2px solid #0054a4;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
    background: #0054a4;
    color: #fff;
}

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important;
}

.btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
    background: #5cb85c;
    color: #fff;
}

.btn-info {
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important;
}

.btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
    background: #5bc0de;
    color: #fff;
}

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important;
}

.btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
    background: #f0ad4e;
    color: #fff;
}

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
    background: #d9534f;
    color: #fff;
}

.btn-outline {
    background: none;
    border: 2px solid gray;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
    box-shadow: none;
}

.btn.with-arrow {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.btn.with-arrow:hover {
    padding-right: 50px;
}

.btn.with-arrow:hover i {
    color: #fff;
    right: 18px;
    visibility: visible;
    opacity: 1;
}

.form-control {
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 54px;
    font-size: 18px;
    font-weight: 300;
}

.form-control:active,
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #F73859;
}

.mb30 {
    /*margin-bottom: 30px !important;*/
}

.row-pb-md {
    padding-bottom: 4em !important;
}

.row-pb-sm {
    padding-bottom: 2em !important;
}

.fh5co-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
    opacity: 0;
    text-align: center;
}

#fh5co-header-subscribe #email {
    padding-right: 9em;
}

#fh5co-header-subscribe button {
    position: absolute;
    top: 0;
    right: 10px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.typeTitle {
    color: #0054a4;
}


/*# sourceMappingURL=style.css.map */

.red-point {
    position: relative;
}

.red-point::before {
    /*   -webkit-text-size-adjust:none; */
    content: "hot";
    width: 20px;
    border-left: 1px solid red;
    /*设置红色*/
    border-right: 1px solid red;
    /*设置红色*/
    border-radius: 10px;
    /*设置圆角*/
    position: absolute;
    z-index: 1000;
    right: 10px;
    margin-right: -8px;
    text-align: center;
    font-size: 8px;
    -webkit-transform: scale(0.6);
    font-style: italic;
    background-color: red;
}

.col-md-4 {
    padding: 0px 0px;
}

/*产品落地页*/
/*云固话SIP线路*/
/*banner*/
.banner-box p {
    margin: 0 0 0px;
}

.banner {
    float: left;
    width: 28%;
    height: 100%;
    line-height: 54;
    text-align: right;
    color: #ffffff;
}

/*导航*/
.main-menu {
    margin: 20px 20px;
    padding: 20px 20px;
    width: 100%;
}

.main-menu p > a {
    color: #0a9cff;
}

.main-menu p {
    margin: 10px 10px;
    color: #0a9cff;
}

.main-menu .btn {
    color: #fff;
}

.main-menu span {
    font-size: 16px;
}

/*产品概述*/
.summary {
    position: relative;
    /*margin-bottom: 50px;*/
    /*margin-top: 50px;*/
}

.summary h2, .summary span {
    font-size: 30px;
    /*width: 1170px;*/
    text-align: center;
    color: #333333;
    /*font-weight: 600;*/
    padding-top: 40px;
}

.summary .img-right {
    align-content: center;
    /*height: 450px;*/
}

.summary .text-left {
    text-align: left;
    height: 170px;
}

.summary .row-syt hr, .row-sjt hr {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #0054a4;
}

.summary .text-left i {
    color: #0053a0;
}

.summary .text-left h5, h4 {
    font-size: 20px;
    font-weight: 600;
}

.summary .text-left p {
    font-size: 14px;
    color: #333333;
}

.summary .text-left h6 {
    text-align: center;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    background-color: #0053a0;
}

.summary .row-syt, .row-sjt {
    width: 565px;
    margin: 10px;
    padding: 10px;
    box-shadow: 0 0 1px black;
}

.summary .row-syt span, .row-sjt span {
    font-size: 14px;
    color: #0053a0;
}

.summary .row-syt img, .row-sjt img {
    padding-right: 10px;
    width: 30%;
    float: left;
}

.summary .table img {
    width: 18px;
}

.summary .table span {
    font-size: 14px;
    padding-left: 20px;
}

.summary > .row-process {
    text-align: center;
    float: contour;
}

.summary > .row-process img {
    /*padding: 20px;*/
    width: 100%;
    box-shadow: 0 0 1px black;
}

.summary > .row-process p {
    box-shadow: 0 0 1px black;
}

.row-syt button, .row-syt a, .row-sjt button, .row-sjt a {
    color: #fff;
    background-color: #0053a0;
}

/*.summary .course_card,.course_card li{*/
/*    width: 220px;*/
/*    height: 150px;*/
/*}*/
#myCarousel4 .course_card, .caption_guide {
    margin: 0px;
    padding: 0px;
    width: 200px;
}

#myCarousel4 img {
    height: 50%;
    width: 100%;
}

#myCarousel4 .ul1 {
    /*width: 1170px;*/
    height: 280px;
}

#myCarousel4 .carousel-control {
    height: 220px;
}

.zhezhao {
    z-index: 9999;
    position: fixed;
    left: 0px;
    top: 0px;
    background: #000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.zhezhao input {
    height: 36px;
    width: 204px;
}

.tankuang {
    position: relative;
    background: #fff;
    width: 20%;
    height: 60%;
    border-radius: 5px;
    margin: 5% auto;

}

#header {
    height: 40px;
}

#header-right {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background: red;
    color: #fff;
    right: 5px;
    top: 5px;
    text-align: center;
}

.summary > .row-function {
    text-align: center;
}

.summary > .row-function > .function-img {
    width: 228px;
    float: left;
}

.summary > .row-function img {
    /*padding: 20px;*/
    width: 20%;
    /*box-shadow: 0 0 1px black;*/
}

.summary > .row-function p {
    /*box-shadow: 0 0 1px black;*/
}

.summary > .row > .function-two {
    width: 288px;
    margin: 2px;
    padding: 10px;
    box-shadow: 0 0 1px black;
}

.summary > .row > .function-two h1 {
    font-size: 18px;
    font-weight: 600;
}

.summary > .row > .function-two h3 {
    font-size: 20px;
    font-weight: 600;
}

.summary > .row > .function-two h4 {
    font-size: 30px;
    font-weight: 600;
    color: red;
}

.summary.row.wrap {
    position: absolute;
    text-align: center;
    width: 100%;
}

.order {
    text-align: center;
    height: 100px;
    line-height: 130px;
    padding-right: 30%;
    padding-left: 30%;
}

.order .line {
    display: inline-block;
    width: 60px;
    border-top: 1px solid #ccc;
    color: #686868;
    vertical-align: -30px;
}

.meal {
    color: #1e269b;
    margin: 50px 50px 20px 20px;
    padding: 25px;
    border-radius: 15px;
    background: #FBFBFC;
    border: 1px solid #dcdcdc;
    /* 	background-image:linear-gradient(to left, #ff542f , #fdaf0a); */
}

.meal:hover {
    /* background-image:linear-gradient( #7F99CD , #5566E3);  */
    color: #007bff;
}

.meal:hover {
    /* background-image: linear-gradient( #7F99CD , #5566E3); */
    color: #007bff;
}

.meal span {
    font-size: 14px;
}

.meal h1 {
    font-size: 40px;
    font-weight: 600;
}

.label {
    position: absolute;
    top: 50px;
    right: 65px;
    width: 170px;
    height: 170px;
    overflow: hidden;
}

.label .best-value {
    position: relative;
    width: 25.75rem;
    padding: 0.3125rem 0 0.3125rem 4.125rem;
    background-color: #007bff;
    color: #fff;
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
}

.summary > .service, .service-one {
    width: 33%;
    float: left;
}

.summary > .row > .service {
    width: 20%;
    float: left;
}

.summary > .service-one {
    text-align: center;
}

.summary > .service p {
    width: 333px;
}

.summary > .service span, .service-one span {
    font-size: 18px;
    font-weight: 600;
}

.service-two span {
    font-size: 18px;
    font-weight: 600;
}

.service-two01 li {
    margin-bottom: 16px;
}

.service-two {
    height: 150px;
}

.service-two p {
    padding: 0 0px;
    margin: 6px 0px;
}

.row-top p {
    font-size: 16px;
    margin: 1px;
    width: 24%;
    background: #0054a4;
    text-align: center;
    float: left;
    padding: 6px;
}

/*
鼠标经过显示二维码*/
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.cb {
    clear: both;
}

.cl {
    clear: left;
}

.cr {
    clear: right;
}

.company_con {
    margin: 20px auto 0 auto;
    width: 980px;
}

.company_con ul {
    width: 980px;
    height: 58px;
    border-bottom: 2px solid #029be7;
}

.company_con ul li {
    float: left;
    padding: 0 35px;
    height: 58px;
    line-height: 58px;
    margin-right: 10px;
    background: url("../images/casenosel_bg.jpg");
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    font-family: 微软雅黑;
}

.company_con ul li a {
    font-size: 28px;
    color: #8c8c8c;
}

.company_con ul li.selected {
    background: url("../images/casesel_bg.jpg");
    border: none;
}

.company_con ul li.selected a {
    color: #fff;
}

#companyList {
    width: 970px;
    margin: 28px auto;
}

.company_b2b dl {

    margin-left: 10px;
    position: relative;
}


.company_b2b dl dt {
    width: 570px;
    height: 438px;
}

.company_b2b dl dt.ererima_img {
    position: absolute;
    left: 0;
    top: 0;
}

.company_b2b dl dt.ererima_img img {
    width: 120px;
    height: 120px;
    margin: 158px 225px 158px 225px;
}

.hid {
    display: none;
}

.company_b2b dl dt.company_img img {
    margin-top: 4px;
}

.company_b2b dl dd {
    font-size: 16px;
    color: #737373;
    margin-top: 12px;
    font-family: 微软雅黑;
}

.company_b2b dl dd.mouse_effi {
    color: #ff7f00;
    text-decoration: underline;
}

.title-text span {
    display: block; /*设置为块级元素会独占一行形成上下居中的效果*/
    position: relative; /*定位横线（当横线的父元素）*/
    text-align: center;
}

.title-text span:before, .title-text span:after {
    content: '';
    position: absolute; /*定位背景横线的位置*/
    top: 50%;
    background: #8c8c8c; /*背景横线颜色*/
    width: 10%; /*单侧横线的长度*/
    height: 1px;
}

.title-text span:before {
    left: 35%; /*调整背景横线的左右距离*/
}

.title-text span:after {
    right: 35%;
}

.service-two li {
    list-style: initial !important;
    padding: 0px !important;
}