/*
Theme Name: Jinzhi
Theme URI: http://www.anttoweb.com/
Author: 安拓网络 Antto web
Author URI: http://www.anttoweb.com/
Description: 安拓网络科技有限公司，响应式设计，响应式网站开发，Wordpress开发，Magento开发，Opencart开发。专业互联网品牌整体解决方案提供商。86-0512-50331644，江苏省苏州市昆山市花桥镇中寰广场1523室。info@anttoweb.com
Version: 1.0
*/

/*Global*/

@font-face {
    font-family: "FontAwesome";
    src: url("assets/fonts/fontawesome-webfont.eot");
    src: url("assets/fonts/fontawesome-webfont.eot?#iefix") format("eot"),
        url("assets/fonts/fontawesome-webfont.woff") format("woff"),
        url("assets/fonts/fontawesome-webfont.ttf") format("truetype"),
        url("assets/fonts/fontawesome-webfont.svg#FontAwesome") format("svg");
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: "Microsoft YaHei";
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: "Microsoft YaHei";
    color: #666;
    font-size: 15px;
    background-color: #f4f7fb;
}

.navbar {
    margin-bottom: 0;
}

.container {
    width: auto;
    max-width: 1220px;
}

h1 {
    font-size: 48px;
}

.single-content h1 {
    font-size: 28px;
}

h2 {
    font-size: 38px;
}

.single-content h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 13px;
}

h1,
h2 {
    color: #000;
}

h3,
h4,
h5,
h6 {
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Microsoft YaHei";
    font-weight: bold;
    line-height: 1.2;
    margin-top: 30px;
    margin-bottom: 20px;
}

.page-template-template-new-landing h1,
.page-template-template-new-landing h2,
.page-template-template-new-landing h3,
.page-template-template-new-landing h4,
.page-template-template-new-landing h5,
.page-template-template-new-landing h6 {
    font-weight: 400;
}

a {
    font-family: "Microsoft YaHei";
    color: #666;
    transition: all 0.5s;
    text-decoration: none;
}

p {
    margin-bottom: 20px;
}

ul {
    margin-bottom: 30px;
}

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

.zero {
    color: #000;
}

.thr {
    color: #333;
}

.six {
    color: #666;
}

.blue {
    color: #0070b9;
}

.blank {
    color: #cccccc;
}

.green {
    color: #0db789;
}

.site-main-content {
    padding: 0 40px;
    background-color: #fff;
}

.dsn {
    display: none;
}

.mt-10 {
    margin-top: 10px;
}

.content-block {
    display: block;
}

/*Page Navi*/

.paginate .wp-pagenavi {
    text-align: center;
    margin: 20px 0 0;
}

.paginate .wp-pagenavi a,
.paginate .wp-pagenavi span {
    border: 2px solid #eee;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    color: #333;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    margin: 0 5px;
    padding: 10px 12px;
}

.paginate .wp-pagenavi a:hover,
.paginate .wp-pagenavi span.current {
    border-color: #0070b8;
    color: #0070b8;
}

.paginate .wp-pagenavi .nextpostslink,
.paginate .wp-pagenavi .previouspostslink {
    padding: 10px 12px;
}

/*WORDPRESS*/

img {
    max-width: 100%;
    height: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft {
    margin: 0px 30px 40px 0px;
}

img.alignright {
    margin: 0px 0px 40px 30px;
}

img.aligncenter {
    margin-bottom: 40px;
}

img.alignnone {
    float: none;
}

img.size-full,
img.size-large,
img.header-image,
img.wp-post-image,
img.alignnone,
img.alignright,
img.aligncenter,
img.alignleft {
    max-width: 100% !important;
    height: auto;
}

.wp-caption {
    max-width: 100% !important;
    margin-bottom: 30px;
}

.wp-caption img {
    max-width: 100% !important;
    margin-bottom: 30px;
}

.wp-caption-text {
    margin-top: -20px;
}

.gallery-caption {}

.bypostauthor {}

.sticky p {
    font-weight: bold;
}

.message {
    margin-top: 21px;
}

.form-allowed-tags {
    font-size: 12px;
}

.leftcontainer-inner select,
#footer select {
    padding: 5px !important;
    max-width: 100% !important;
}

.post-password-form {
    margin-bottom: 30px;
}

.gallery-item img {
    margin-bottom: 30px;
}

.wp-audio-shortcode {
    margin-bottom: 30px;
}

embed,
iframe {
    max-width: 100%;
}

.caldera-grid .btn.btn-default.cus-btn,
.btn.btn-default {
    color: #fff;
    background-color: #026eb8;
    border-color: #026eb8;
}

.caldera-grid .btn.btn-default.cus-btn,
.cus-btn {
    border-radius: 0;
    padding: 10px 30px;
}

.btn.btn-default.cus-icon-btn {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 10px 20px;
}

.caldera-grid .btn.btn-default.cus-btn:hover,
.caldera-grid .btn.btn-default.cus-btn:focus,
.caldera-grid .btn.btn-default.cus-btn:active,
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

/* Outline button for use within the docs */

.btn-outline {
    color: #000;
    background-color: transparent;
    border-color: #000;
}

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

/* Inverted outline button (white on dark) */

.btn-outline-inverse {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse:active {
    color: #fff;
    text-shadow: none;
    background-color: #000;
    border-color: #000;
}

@media (min-width: 769px) {
    .min-row {
        margin-left: 0;
        margin-right: 0;
    }

    .min-row>.col-sm-1,
    .min-row>.col-sm-2,
    .min-row>.col-sm-3,
    .min-row>.col-sm-4,
    .min-row>.col-sm-5,
    .min-row>.col-sm-6,
    .min-row>.col-sm-7,
    .min-row>.col-sm-8,
    .min-row>.col-sm-9,
    .min-row>.col-sm-10,
    .min-row>.col-sm-11,
    .min-row>.col-sm-12,
    .min-row>.col-xs-1,
    .min-row>.col-xs-2,
    .min-row>.col-xs-3,
    .min-row>.col-xs-4,
    .min-row>.col-xs-5,
    .min-row>.col-xs-6,
    .min-row>.col-xs-7,
    .min-row>.col-xs-8,
    .min-row>.col-xs-9,
    .min-row>.col-xs-10,
    .min-row>.col-xs-11,
    .min-row>.col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .small-row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .small-row>.col-sm-1,
    .small-row>.col-sm-2,
    .small-row>.col-sm-3,
    .small-row>.col-sm-4,
    .small-row>.col-sm-5,
    .small-row>.col-sm-6,
    .small-row>.col-sm-7,
    .small-row>.col-sm-8,
    .small-row>.col-sm-9,
    .small-row>.col-sm-10,
    .small-row>.col-sm-11,
    .small-row>.col-sm-12,
    .small-row>.col-xs-1,
    .small-row>.col-xs-2,
    .small-row>.col-xs-3,
    .small-row>.col-xs-4,
    .small-row>.col-xs-5,
    .small-row>.col-xs-6,
    .small-row>.col-xs-7,
    .small-row>.col-xs-8,
    .small-row>.col-xs-9,
    .small-row>.col-xs-10,
    .small-row>.col-xs-11,
    .small-row>.col-xs-12 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .big-row {
        margin-left: -20px;
        margin-right: -20px;
    }

    .big-row>.col-sm-1,
    .big-row>.col-sm-2,
    .big-row>.col-sm-3,
    .big-row>.col-sm-4,
    .big-row>.col-sm-5,
    .big-row>.col-sm-6,
    .big-row>.col-sm-7,
    .big-row>.col-sm-8,
    .big-row>.col-sm-9,
    .big-row>.col-sm-10,
    .big-row>.col-sm-11,
    .big-row>.col-sm-12 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 768px) {
    .border-r {
        border-right: 1px solid #d8d8d8;
    }

    .border-right {
        border-right: 1px solid #f8f9fb;
    }

    .border-l {
        border-left: 1px solid #d8d8d8;
    }
}

.border-b {
    border-bottom: 1px solid #f8f9fb;
}

@media (min-width: 1280px) {
    .col-sm-20 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
        width: 20%;
    }
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-l-30 {
    margin-left: 30px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-10 {
    margin-left: 10px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-r-30 {
    padding-right: 30px;
}

.p-r-20 {
    padding-right: 20px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-l-10 {
    padding-left: 10px;
}

.site-info {
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.08);
}

/*--------------------------------------------------------------------------------------------<header>*/

@media (min-width: 770px) {
    ul.nav li.dropdown:hover>ul.dropdown-menu {
        display: block;
        margin: 0;
    }

    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

header {
    background-color: #fff;
}

.navbar.navbar-default {
    background-color: #fff;
    border: 0;
    padding: 30px 40px;
    margin-bottom: 0;
    transition: all 0.5s;
    position: relative;
}

.nav-container{
    position: relative;
}

.f-nav.navbar.navbar-default {
    padding: 10px 0;
}

.navbar-fixed-top {
    left: auto;
    right: auto;
    max-width: 1110px;
    width: 100%;
}

.logo {
    display: inline-block;
}

.header-contact-wrap {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 30px;
}

.header-contact {
    text-align: right;
    position: relative;
}

.header-contact-info {
    padding-right: 60px;
}

.header-contact-info-top,
.header-contact-info-bot {
    font-weight: bold;
    line-height: 1;
}

.header-contact-info-top {
    color: #666;
    font-size: 12px;
}

.header-contact-info-bot {
    color: #278dfc;
    font-size: 20px;
}

.header-contact-info-bot:hover,
.header-contact-info-bot:active,
.header-contact-info-bot:focus {
    color: #0070b9;
}

.header-contact img {
    position: absolute;
    right: 0;
    top: 0;
}

.header-contact .header-contact-blue-icon {
    opacity: 0;
    transition: all 1s;
}

.header-contact:hover .header-contact-blue-icon {
    opacity: 1;
}

#menu-main-menu {
    width: 100%;
    margin-top: 10px;
}

.navbar-nav>li {
    padding: 0 25px;
    border-right: 1px solid #eee;
}

.navbar-nav>li:first-of-type {
    padding-left: 0;
}

.navbar-nav>li:last-of-type {
    border: 0;
}

.navbar-nav>li>a {
    padding: 5px 0;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #0070b9;
}

.navbar-default .navbar-nav>.current-page-ancestor>a,
.navbar-default .navbar-nav>.current-page-ancestor>a:hover,
.navbar-default .navbar-nav>.current-page-ancestor>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
    color: #0070b9;
    border-bottom: 2px solid #0070b9;
}

/*--------------------------------------------------------------------------------------------</header>*/

/*--------------------------------------------------------------------------------------------<footer>*/

footer {
    background-color: #222;
    padding: 30px 40px 40px;
}

.footer-menu-wrap {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#menu-footer-menu {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#menu-footer-menu li {
    display: inline-block;
    margin-right: 40px;
}

#menu-footer-menu li:first-of-type {
    padding-left: 0;
}

#menu-footer-menu li a {
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
}

#menu-footer-menu li a:hover,
#menu-footer-menu li a:focus {
    color: #0070b9;
}

.footer-top-wrap {
    margin-bottom: 15px;
}

.friendship-links {
    margin-bottom: 0;
}

.friendship-links li {
    display: inline-block;
    color: #999;
    line-height: 1.5;
    font-size: 12px;
}

.footer-copyright,
.footer-copyright a,
.footer-contact li,
.footer-contact li a,
.friendship-links li a {
    color: #999;
    line-height: 1.5;
    font-size: 12px;
}

.footer-copyright a:hover,
.footer-copyright a:focus,
.footer-contact li a:hover,
.footer-contact li a:focus,
.friendship-links li a:hover,
.friendship-links li a:focus {
    color: #0070b9;
}

.footer-contact {
    margin-bottom: 5px;
}

.footer-contact li {
    padding-right: 3px;
    display: inline-block;
}

.footer-contact li:last-of-type {
    border: 0;
}

.footer-tel {
    float: right;
}

.footer-tel-img {
    float: left;
    margin-right: 10px;
    position: relative;
}

.footer-tel-info {
    display: inline-block;
}

.footer-blue-icon {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s;
}

.footer-tel:hover .footer-blue-icon,
.footer-tel:focus .footer-blue-icon {
    opacity: 1;
}

.footer-contact-info-top,
.footer-contact-info-bot {
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
}

.footer-contact-info-top {
    font-size: 12px;
}

.footer-contact-info-top-new {
    color: #fff;
    font-size: 17px;
}

.footer-contact-info-bot {
    font-size: 20px;
}

.footer-contact-info-bot-new {
    font-size: 38px;
    color: #53b5f0;
}

.footer-contact-info-top-new,
.footer-contact-info-bot-new {
    line-height: 1.2;
}

.footer-contact-info-bot-new
/*--------------------------------------------------------------------------------------------</footer>*/


/*--------------------------------------------------------------------------------------------<sidebar-contact>*/

.general-sidebar-area {
    position: fixed;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background-color: #333;
}

.sidebar-contact-wrap {
    position: fixed;
    right: 0;
    bottom: 20%;
    z-index: 9999;
}

.sidebar-right-wrap ul {
    margin-bottom: 0;
}

.sidebar-contact-wrap li {
    position: relative;
    text-align: right;
}

.sidebar-contact-wrap li:last-child {
    border-bottom: 0;
}

.sidebar-contact-wrap li a {
    color: #fff;
    font-size: 12px;
    display: block;
    padding: 8px;
    background-color: #0070ba;
    border-bottom: #337ab7 solid 1px;
    transition: all 0.1s;
    position: relative;
    width: 64px;
    height: 64px;
    text-align: center;
}

.sidebar-contact-wrap li a span {
    display: block;
    padding: 5px 0;
}

.sidebar-contact-wrap li:first-child a {
    border-top-left-radius: 10px;
}

.sidebar-contact-wrap li:last-child a {
    border-bottom-left-radius: 10px;
}

.sidebar-contact-wrap li a img {
    max-height: 22px;
}

.sidebar-contact-wrap li a:hover {
    background-color: #0070ba;
}

.sidebar-contact-wrap li a:hover::before {
    opacity: 1;
    right: 100%;
}

.sidebar-icon-tip {
    position: absolute;
    background: #fff;
    color: #0070ba;
    border: #0070ba solid 1px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    left: 0;
    right: auto;
    min-width: 150px;
    top: 6px;
    z-index: 9;
    padding: 12px;
    display: none;
}

.sidebar-contact-wrap li a:hover .sidebar-icon-tip {
    left: auto;
    right: 120%;
    display: block;
}

.sidebar-contact-wrap li a.wechat-contact:hover .sidebar-icon-tip {
    margin-top: 16px;
    top: -100%;
}

.sidebar-icon-tip::after {
    border-top: 8px solid transparent;
    border-left: 8px solid #0070ba;
    border-bottom: 8px solid transparent;
    content: "";
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -8px;
    right: -8px;
    position: absolute;
}

.sidebar-contact-wrap li a .sidebar-icon-tip img {
    max-height: 100px;
}

/*--------------------------------------------------------------------------------------------</sidebar-contact>*/

/*--------------------------------------------------------------------------------------------<home-slider>*/

.slider-font {
    color: #333;
    font-weight: 600 !important;
}

.erinyen.tp-bullets::before {
    border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.tp-bullet {
    border: 1px solid #fff !important;
    background-color: transparent !important;
}

.erinyen .tp-bullet:hover,
.erinyen .tp-bullet.selected {
    border: 1px solid #fff !important;
    background-color: #fff !important;
}

/*--------------------------------------------------------------------------------------------</home-slider>*/

/*--------------------------------------------------------------------------------------------<home>*/

.home-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.home-menu-item {
    border-right: 1px solid #d8d8d8;
    margin-bottom: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.home-menu-list .home-menu-item:last-of-type {
    border-right: 0;
}

.home-menu-item-icon {
    display: block;
    text-align: center;
}

.home-menu-item-icon>img {
    max-height: 45px;
}

.home-menu-item-info p {
    margin: 0;
}

.home-menu-item-title,
.meni-item-excerpt {
    color: #666;
    font-size: 13px;
    line-height: 1.3;
}

.home-menu-item-title {
    font-weight: bold;
}

.home-sidebar {
    margin-left: -110px;
    position: fixed;
    top: 200px;
}

.home-sidebar ul li a {
    background-color: #fff;
    border-bottom: 1px solid #d8d8d8;
    max-height: 50px;
    max-width: 50px;
    padding: 10px 12px;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.08);
    display: inline-block;
    font-size: 13px;
    line-height: 1.2;
    color: #999;
    position: relative;
}

.home-sidebar ul li:last-of-type a {
    border: 0;
}

.home-sidebar ul li:hover a,
.home-sidebar ul .sidebar-anchor-active a {
    background-color: #026eb8;
    color: #fff;
}

.home-sidebar ul li a::after {
    border-color: transparent transparent transparent #026eb8;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    content: "";
    height: 0;
    margin-top: -6px;
    position: absolute;
    right: -6px;
    top: 50%;
    width: 0;
    opacity: 0;
    transition: all 0.5s;
}

.home-sidebar ul li:hover a::after,
.home-sidebar ul .sidebar-anchor-active a::after {
    opacity: 1;
}

.sidebar-anchor-item,
.home-menu-item-icon,
.home-menu-item-title {
    cursor: pointer;
}

.section-title {
    text-align: center;
    background: rgba(0, 0, 0, 0) url(assets/images/title-bg.png) repeat-x scroll top 25px center;
}

.section-title>h2 {
    background-color: #fff;
    display: inline-block;
    font-weight: 400;
    margin: 0;
    padding: 0 30px;
}

.section-min-title {
    margin: 0;
}

.section-excerpt,
.section-excerpt p {
    font-size: 13px;
    color: #666;
    line-height: 1.8;
}

.recruitment-headhunting-left-list,
.list-area-img {
    margin-bottom: 25px;
}

.business-outsourcing-left-list,
.personnel-service-left-list {
    margin-left: 25px;
}

.list-area h4 {
    color: #333;
    font-weight: 400;
    margin: 0 0 15px;
}

.list-area-item {
    margin-bottom: 15px;
    position: relative;
}

.list-area-item>i {
    font-size: 13px;
    left: 0;
    line-height: 1.5;
    position: absolute;
    top: 0;
}

.list-area-info {
    padding-left: 20px;
}

.list-area-info h6 {
    color: #0070b8;
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
}

.list-area-info,
.list-area-info p {
    color: #999;
    font-size: 13px;
    line-height: 1.5;
}

.business-inquiries-left-list,
.business-inquiries-mid-list h4,
.business-inquiries-right-list h4 {
    margin-bottom: 25px;
}

.welfare-outsourcing-bot,
.business-outsourcing-bot,
.personnel-service-bot,
.recruitment-headhunting-bot {
    background-color: #f8f9fb;
    padding: 35px 45px;
}

.welfare-outsourcing-bot-title,
.business-outsourcing-bot-title,
.recruitment-headhunting-bot-title,
.personnel-service-bot-title {
    text-align: center;
    font-weight: 400;
}

.welfare-outsourcing-bot-title,
.business-outsourcing-bot-title {
    margin: 0 0 25px;
}

.personnel-service-bot-title {
    margin: 0 0 20px;
}

.personnel-service-bot .list-area-item {
    margin-bottom: 10px;
}

.recruitment-headhunting-bot-title {
    margin: 0 0 10px;
}

.recruitment-headhunting-bot .table-responsive .table tbody tr:first-of-type td {
    border-top: 2px solid #026eb8;
}

.recruitment-headhunting-bot thead tr td {
    color: #333;
    font-size: 15px;
    line-height: 1.2;
    padding: 15px 8px;
}

.recruitment-headhunting-bot tbody tr td {
    font-size: 13px;
    line-height: 1.2;
    color: #999;
    padding: 15px 8px;
}

.recruitment-headhunting-bot tbody tr td i {
    font-size: 13px;
    line-height: 1.2;
    margin-right: 10px;
}

.recruitment-headhunting-bot tbody tr td:first-of-type {
    color: #666;
}

.recruitment-headhunting-bot-left-list h4,
.recruitment-headhunting-bot-right-list h4 {
    margin-bottom: 25px;
    color: #333;
    font-weight: 400;
    margin-top: 0;
}

.process-list .row .col-mo-3:nth-of-type(4n + 1) {
    clear: left;
}

.process-item {
    padding-bottom: 35px;
    text-align: center;
    position: relative;
}

.process-item::after {
    content: url("assets/images/process-right-icon.png");
    position: absolute;
    right: -20px;
    top: 7px;
}

.process-list .row .col-mo-3:nth-child(4n) .process-item::after {
    content: "";
}

.process-item p {
    margin-bottom: 10px;
}

.process-item h6 {
    color: #666;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 0;
    margin-top: 10px;
}

.home-about-info {
    font-size: 13px;
    line-height: 1.6;
    color: #666;
    padding-left: 30px;
}

.home-media h3,
.home-contact h3,
.home-online h3 {
    margin-bottom: 20px;
    margin-top: 0;
}

.home-online .min-row {
    align-items: center;
    display: flex;
}

.home-online-r p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.2;
}

.home-online-r>p>img {
    padding-bottom: 5px;
}

.cus-icon-btn {
    margin-top: 10px;
}

.cus-icon-btn img {
    padding-right: 10px;
}

.cus-icon-btn {
    font-weight: bold;
    line-height: 1.2;
    font-size: 12px;
}

.btn-words {
    line-height: 2;
}

.home-media-info>h3 {
    color: #666;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 5px;
}

.home-media-info>p {
    color: #666;
    font-size: 12px;
    line-height: 1.2;
}

.home-media-top {
    margin-bottom: 20px;
}

.home-contact-list li {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.home-contact-list li::before {
    left: 0;
    position: absolute;
    top: 0;
}

.home-contact-list li.home-contact-address::before {
    content: url("assets/images/home-contact-address.png");
    top: 2px;
}

.home-contact-list li.home-contact-tel::before {
    content: url("assets/images/home-contact-tel.png");
    top: 2px;
}

.home-contact-list li.home-contact-qq::before {
    content: url("assets/images/home-contact-qq.png");
}

.home-contact-list li.home-contact-email::before {
    content: url("assets/images/home-contact-email.png");
    top: 3px;
}

.home-contact-tel,
.home-contact-address {
    display: flex;
}

.home-contact-address>div {
    min-width: 40px;
}

.home-contact-tel>div {
    min-width: 65px;
}

.home-news-section .nav li a {
    font-size: 14px;
}

.post-cat-list a,
.home-news-section a {
    color: #0070b8;
}

.post-cat-list {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    margin-bottom: 30px !important;
}

.post-cat-list.category_list {
    background-color: transparent;
    box-shadow: none;
    padding-top: 0;
}

.post-cat-list.category_list ul {
    margin-bottom: 0;
}

.home-news-section .post-cat-list {
    border-color: currentcolor #ddd #ddd;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    box-shadow: none;
}

.post-cat-list h2 {
    border-bottom: 1px solid #ddd;
    color: #0070b8;
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 10px;
    padding-left: 17px;
    position: relative;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 15px;
}

.post-cat-list.category_list h2 {
    margin-top: 0;
}

.post-cat-list h2::before {
    background-color: #0070b8;
    content: "";
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
}

.post-cat-list h2 a:hover {
    color: #0070b8;
}

.post-cat-list h2 span {
    color: #666;
    font-size: 13px;
    line-height: 25px;
    position: absolute;
    right: 0;
    top: 0;
}

.post-cat-list ul li {
    padding-bottom: 3px;
    padding-right: 80px;
    position: relative;
    margin-bottom: 5px;
}

.cut-out {
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post-cat-list ul li a {
    color: #666;
    font-size: 13px;
    line-height: 1.42857;
}

.post-cat-list ul li a:hover {
    color: #0070b8;
}

.post-cat-list ul li span.date {
    position: absolute;
    right: 0;
    top: 3px;
    color: #666;
    font-size: 13px;
    line-height: 1.42857;
}

.home-news-section .nav-tabs>li {
    margin-bottom: -1px !important;
}

.custom-tab-wrap {
    display: flex;
}

.welfare-outsourcing-tab-content,
.business-outsourcing-tab-content {
    display: none;
}

.custom-tabs-content .welfare-outsourcing-tab-content:first-child,
.custom-tabs-content .business-outsourcing-tab-content:first-child {
    display: block;
}

.custom-tabs-btn {
    border-right: 1px solid #d8d8d8;
    margin-bottom: 0;
    margin-right: 40px;
    min-width: 240px;
}

.custom-tabs-btn.list-unstyled>li {
    color: #999999;
    font-size: 15px;
    line-height: 1.1;
    margin-bottom: 15px;
    cursor: pointer;
}

.custom-tabs-btn.list-unstyled>.active-tab,
.custom-tabs-btn.list-unstyled>li:hover {
    color: #006cb8;
}

.custom-tabs-btn li i {
    padding-right: 15px;
}

.welfare-outsourcing-tab-content h4,
.business-outsourcing-tab-content h4 {
    color: #333;
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 20px;
    font-weight: 400;
}

.welfare-outsourcing-tab-content p,
.business-outsourcing-tab-content p {
    color: #666;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.row.project-img-list {
    align-items: center;
    display: flex;
}

.recent-news-section {
    margin-top: 50px;
}

.post-title {
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 24px;
}

.post-date i {
    margin-right: 10px;
}

/*--------------------------------------------------------------------------------------------</home>*/

/*--------------------------------------------------------------------------------------------<page>*/

.page-sidebar-wrapper {
    padding-bottom: 40px;
}

.page-banner {
    padding-top: 10px;
    margin-bottom: 30px;
}

.breadcrumbs {
    border: #eee solid 1px;
    padding: 8px 15px;
    margin-bottom: 30px;
    background-color: #f4f7fb;
    border-radius: 4px;
}

.breadcrumbs span span,
.breadcrumbs span a {
    color: #0070b9;
}

.breadcrumbs>span:last-child span,
.breadcrumbs>span:last-child a {
    color: #777;
}

.breadcrumbs>span+span:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.page-sidebar {
    border-right: 1px solid #ddd;
}

.page-parent-title {
    color: #333;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 25px;
    margin-top: 0;
}

.page-list {
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
}

.page-list li {
    line-height: 1;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.page-list li a {
    font-size: 14px;
    color: #333;
    line-height: 1.2;
}

.page-list li.current-page::before {
    content: url("assets/images/current_page_icon.png");
    position: absolute;
    left: 5px;
    top: 2px;
}

.page-list li.current-page a {
    color: #0070b9;
    font-weight: bold;
}

.page-list li a:focus,
.page-list li a:active,
.page-list li a:hover {
    color: #0070b9;
}

.page-sidebar-tel {
    align-items: center;
    display: flex;
    padding-bottom: 20px;
    padding-top: 25px;
}

.page-sidebar-icon {
    position: relative;
}

.page-sidebar-icon img.blue-icon {
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all 0.5s;
}

.page-sidebar-icon:hover img.blue-icon {
    opacity: 1;
}

.page-sidebar-tel-info {
    padding-left: 5px;
}

.page-sidebar-tel-info>h3 {
    color: #666;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
}

.page-sidebar-tel-info p {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    color: #278dfc;
}

.page-title {
    margin-bottom: 10px;
    margin-top: 0;
    color: #0070b9;
    font-size: 40px;
    line-height: 1.2;
}

.page-excerpt {
    font-size: 14px;
    color: #333333;
    line-height: 1.4;
}

.page-title-hr {
    border-color: #dddddd currentcolor currentcolor;
}

.page-section {
    margin-bottom: 30px;
}

.page-section-title {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 20px;
}

.page-section-content {
    color: #545454;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.page-section-image-list img {
    margin-bottom: 20px;
}

.page-section-content-list h5 {
    color: #0070b9;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 0;
}

.page-section-info {
    color: #545454;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.page-section-info.max-w {
    max-width: 320px;
}

.cus-flex {
    display: flex;
}

.flex-l {
    color: #0070b9;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    padding-right: 15px;
}

.flex-r h5 {
    margin-bottom: 5px;
}

/*--------------------------------------------------------------------------------------------</page>*/

/*-------------------------------------------------------------------------------------------------------404*/

.page-no-found-section {
    padding: 80px 0 80px;
}

.page-no-found-section .page-404-title h1 {
    font-size: 160px;
    color: #026eb8;
    margin-top: 0;
    line-height: 1;
    margin-bottom: 0;
    text-align: center;
    font-weight: 400;
}

.page-no-found-section .page-404-title {
    margin-bottom: 30px;
}

.page-no-fund h3 {
    text-align: center;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 0;
}

.page-no-fund img {
    max-height: 200px;
}

.error-return {
    margin-bottom: 15px;
}

.errorbox {
    margin: 0 auto;
    width: 50%;
}

/*-------------------------------------------------------------------------------------------------------404*/

/*--------------------------------------------------------------------------------------------<contact>*/

.caldera-grid label {
    color: #000000;
}

.contact-info-list li {
    margin-top: 20px;
}

.contact-info-list li i {
    margin-right: 10px;
}

/*--------------------------------------------------------------------------------------------</contact>*/

.logo-img {
    max-height: 53px;
}

@media (max-width: 1280px) {
    .home-sidebar {
        margin-left: -85px;
        position: fixed;
        top: 300px;
    }

    .home-sidebar ul li a {
        max-height: 40px;
        max-width: 40px;
        padding: 5px 7px;
    }

    .home-sidebar ul li a::after {
        right: -4px;
    }
}

@media (max-width: 1280px) {
    .home-sidebar {
        display: none;
    }
}

@media (max-width: 770px) {
    .equal-height {
        height: auto !important;
    }

    .navbar-nav>li>.dropdown-menu {
        position: relative;
        width: 100%;
        float: none;
    }

    .navbar-nav>li>a span.caret {
        border: 0;
        font-family: FontAwesome;
        font-feature-settings: normal;
        font-kerning: auto;
        font-language-override: normal;
        font-size: inherit;
        font-size-adjust: none;
        font-stretch: normal;
        font-style: normal;
        font-synthesis: weight style;
        font-variant: normal;
        font-weight: normal;
        height: auto;
        line-height: 20px;
        margin: 0;
        padding: 10px;
        position: absolute;
        right: 5px;
        text-align: center;
        text-rendering: auto;
        top: 0;
        width: 40px;
    }

    .navbar-nav>li>a span.caret:before {
        content: "\f078";
    }

    .navbar-nav>li>a span.caret.toggle-arrow:before {
        content: "\f077";
    }

    .navbar-nav>li>.dropdown-menu.toggle-dropmenu {
        display: block;
    }
}

@media (min-width: 769px) and (max-width: 1279px) {
    .home-menu-list .home-menu-item:nth-of-type(3) {
        border-right: 0;
    }

    .home-menu-list .home-menu-item:nth-of-type(4) {
        clear: left;
    }
}

@media (max-width: 768px) {
    body {
        background-color: #fff;
    }

    .site-info {
        box-shadow: none;
    }

    .general-sidebar-area {
        display: none;
    }

    .site-main-content {
        padding: 0;
    }

    header {
        background-color: #fff;
        margin: 0 -15px;
        padding: 0 15px;
    }

    .header-contact-wrap {
        right: 200px;
        top: 15px;
    }

    .navbar.navbar-default {
        padding: 15px 0;
    }

    .logo {
        padding: 5px 0;
    }

    .logo-img {
        max-height: 40px;
    }

    .navbar-default .navbar-collapse {
        border-color: #eee;
        margin-top: 10px;
    }

    .menu-main-menu-container {
        margin: 0 -15px;
    }

    #menu-main-menu {
        margin: 0;
    }

    .navbar-nav>li {
        padding: 0;
        border-bottom: 1px solid #eee;
        border-right: 0;
    }

    .navbar-nav>li>a {
        padding: 10px 0;
    }

    footer {
        margin: 0 -15px;
        padding: 15px 15px 20px;
    }

    .footer-contact {
        margin-bottom: 5px;
    }

    .footer-contact li {
        border: 0;
        margin-bottom: 5px;
    }

    .footer-tel {
        float: none;
        margin-top: 10px;
    }

    .sidebar-contact-wrap li a {
        background-color: rgba(0, 0, 0, 0.4);
    }

    .home-about-info {
        padding-left: 0;
        padding-top: 15px;
    }

    .page-sidebar {
        border-right: 0;
    }
}

@media (width: 768px) {
    .home-media-info>h3 {
        font-size: 16px;
    }

    .btn.btn-default.cus-icon-btn {
        padding: 10px;
    }

    .cus-icon-btn img {
        max-height: 13px;
    }
}

@media (max-width: 767px) {

    .business-outsourcing-left-list,
    .personnel-service-left-list {
        margin-left: 0;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .home-menu-list .home-menu-item:nth-of-type(2n + 1) {
        clear: left;
    }
}

@media (max-width: 640px) {
    .header-contact-wrap {
        right: auto;
        left: 0;
        top: 15px;
        display: none;
    }

    .header-contact-info {
        padding-left: 60px;
        padding-right: 0;
    }

    .header-contact {
        text-align: left;
    }

    .header-contact img {
        left: 0;
        right: auto;
    }
}

@media (max-width: 480px) {
    #menu-footer-menu li {
        margin-right: 20px;
    }
}

@media (max-width: 479px) {
    .home-menu-item {
        max-width: 230px;
        border-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .process-list .row .col-mo-3:nth-of-type(4n + 1) {
        clear: none;
    }

    .process-list .row .col-mo-3:nth-of-type(2n + 1) {
        clear: none;
    }

    .process-list .row .col-mo-3:nth-child(2n) .process-item::after {
        content: "";
    }

    .personnel-service-bot,
    .recruitment-headhunting-bot {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.certificate-logo img {
    vertical-align: inherit;
}

.page-banner-business h1,
.page-banner-business h4 {
    color: #006eb8;
    margin-top: 0;
    margin-bottom: 0;
}

.page-banner-business {
    padding: 10px 0 35px;
}

.page-banner-business h1 {
    font-size: 22px;
    padding-bottom: 5px;
}

.page-banner-business h4 {
    font-size: 15px;
}

@media (min-width: 768px) {
    .page-banner-business {
        padding: 60px 0 120px;
    }

    .page-banner-business h1 {
        font-size: 40px;
        padding-bottom: 15px;
    }
}

.round-border-img-warp {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    display: table;
    border-radius: 50%;
    min-width: 40px;
    min-height: 40px;
    padding: 20px;
    text-align: center;
    line-height: 1;
    box-sizing: content-box;
    white-space: nowrap;
    position: relative;
    margin: 0 auto;
}

.round-border-img-warp:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    padding-top: 100%;
    height: 0;
}

.round-border-img-warp::after {
    content: url(assets/images/process-icon.svg);
    position: absolute;
    right: -38px;
    top: 50%;
    margin: -8px 0;
}

.simple-process-content-warp .col-md-2:last-child .round-border-img-warp::after {
    content: none;
}

.round-border-img-warp img {
    display: inline-block;
    vertical-align: middle;
    max-width: 35px;
    max-height: 35px;
}

.process-icon {
    padding-top: 100%;
    max-width: 25px;
}

.process-title {
    padding-top: 20px;
}

.round-corners {
    border-radius: 2.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.round-corners img {
    max-height: 85px;
    padding-top: 25px;
}

.round-corners-title {
    font-size: 20px;
    padding-bottom: 20px;
}

.advantages-content-warp {
    position: relative;
    border: 1px solid #808080;
    border-radius: 2.25rem;
    padding: 15px;
    margin-top: 50px;
}

@media (min-width: 768px) {
    .advantages-content-warp {
        margin-top: 0px;
    }
}

.advantages-content-img {
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -15px;
    max-height: 35px;
    max-width: 30px;
}

.advantages-content-img-warp {
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -30px;
    border: 1px solid #808080;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    min-width: 20px;
    min-height: 20px;
    padding: 20px;
    text-align: center;
    line-height: 1;
    box-sizing: content-box;
}

.customer-case-details {
    border-radius: 1.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    margin: 35px;
    padding: 35px 20px 15px;
    position: relative;
}

.customer-case-details:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 60px;
    width: 0;
    height: 0;
    border-width: 15px;
    border-style: solid;
    border-color: transparent;
    border-top-width: 16px;
    border-top-color: currentColor;
    color: #fff;
}

.customer-case-introduce-warp {
    display: flex;
    margin: 30px 35px 0px;
}

.customer-case-introduce-warp img {
    max-width: 80px;
    max-height: 80px;
}

.customer-case-introduce-warp h4 {
    margin: 0 0 10px 0px;
    font-weight: 400;
    color: #000;
}

.customer-case-introduce {
    padding-left: 20px;
}

.customer-case-container {
    padding-bottom: 50px !important;
}

.swiper-pagination-bullet {
    background: transparent !important;
    border: 1px solid #006eb8;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #006eb8 !important;
}

.customer-case-details::before {
    content: url(assets/images/case-icon.svg);
    position: absolute;
    top: -30px;
    left: -40px;
}

.solving-problem h3,
.business-advantages h3,
.simple-process h3,
.customer-case h3 {
    font-size: 28px;
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 5px;
    position: relative;
}

.solving-problem h3::after,
.business-advantages h3::after,
.simple-process h3::after,
.customer-case h3::after {
    content: "";
    background-color: #0070ba;
    position: absolute;
    height: 4px;
    width: 50px;
    bottom: -35px;
    left: 50%;
    margin: 0 -25px;
}

.business-advantages h4 {
    font-weight: 400;
}

.content-space-between {
    margin-top: 70px;
}

.page-template-template-new-landing {
    background-color: #fff;
}

.newfooter {
    background-color: #4e585f;
}

.service-project-item-icon {
    position: relative;
    padding-left: 65px;
}

.service-project-item-icon::before {
    position: absolute;
    content: "";
    background: url(assets/images/service-project-icon.png) no-repeat center center / contain;
    width: 18px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
}

.service-project-title,
.service-project-item-border {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.service-project-title {
    background: rgba(90, 185, 248, 1);
    background: -moz-linear-gradient(top,
            rgba(90, 185, 248, 1) 0%,
            rgba(0, 112, 186, 1) 100%);
    background: -webkit-gradient(left top,
            left bottom,
            color-stop(0%, rgba(90, 185, 248, 1)),
            color-stop(100%, rgba(0, 112, 186, 1)));
    background: -webkit-linear-gradient(top,
            rgba(90, 185, 248, 1) 0%,
            rgba(0, 112, 186, 1) 100%);
    background: -o-linear-gradient(top,
            rgba(90, 185, 248, 1) 0%,
            rgba(0, 112, 186, 1) 100%);
    background: -ms-linear-gradient(top,
            rgba(90, 185, 248, 1) 0%,
            rgba(0, 112, 186, 1) 100%);
    background: linear-gradient(to bottom,
            rgba(90, 185, 248, 1) 0%,
            rgba(0, 112, 186, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#5ab9f8', endColorstr='#0070ba', GradientType=0);
    padding-top: 10px;
    padding-bottom: 10px;
}

.service-project-title h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}

.service-project-item-text {
    display: inline-block;
    padding: 10px 28px;
    font-size: 20px;
}

.service-project-content-warp {
    padding-top: 20px;
    padding-bottom: 30px;
}

.service-project-item-border {
    border: 1px solid #daf2ff;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}

.btn-more {
    border-radius: 50px;
    border: 1px solid #0070ba;
    background-color: #ebf8ff;
    font-size: 28px;
    color: #0070ba;
    padding: 5px 40px;
}

.service-provident-fund,
.service-social-security {
    position: relative;
    display: inline-block;
    font-size: 30px;
}

.service-provident-fund span,
.service-social-security span {
    padding-left: 60px;
    padding-right: 15px;
}

.service-provident-fund::before,
.service-social-security::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 35px;
    top: 50%;
    margin-top: -15px;
}

.service-provident-fund::before {
    background: url(assets/images/gongjijin.png) no-repeat center center / contain;
}

.service-social-security::before {
    background: url(assets/images/shebao.png) no-repeat center center / contain;
}

.big-num-warp {
    color: #ffb738;
    font-size: 125px;
    border-bottom: 3px solid #0070ba;
}

.cost-font-size {
    font-size: 46px;
    color: #ffb738;
}

.page-main-title-warp {
    position: relative;
}

.page-main-title {
    font-size: 50px;
    color: rgba(0, 0, 0, 0.1);
    margin: 0;
}

@media (max-width: 576px) {
    .page-main-title-warp h2 {
        font-size: 25px;
    }
}

@media (min-width: 768px) {
    .page-main-title {
        font-size: 120px;
        color: rgba(0, 0, 0, 0.1);
        margin: 0;
    }

    .page-main-title-warp h2 {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: 20px -205px;
    }
}

.page-subtitle {
    font-size: 20px;
    display: block;
    padding-bottom: 50px;
}

.project-bg-img-warp {
    padding: 75px 0;
}

.project-text-warp {
    color: #fff;
    font-size: 36px;
    line-height: 55px;
    position: relative;
}

.project-text-warp::after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 30px;
    height: 2px;
    left: 50%;
    top: 50%;
    margin: 0px -15px;
}

.advantages-landing-items-warp {
    position: relative;
    border: 1px solid #808080;
    padding: 53px;
    background-color: #fff;
}

.advantages-icon-items-warp {
    position: absolute;
    top: -54px;
    left: 50%;
    margin-left: -54px;
    border: 1px solid #808080;
    padding: 25px;
    transform: rotate(-45deg);
    background-color: #fff;
}

.advantages-content-items-warp {
    min-height: 90px;
}

.advantages-icon-img {
    max-height: 55px;
    max-width: 55px;
    transform: rotate(45deg);
}

.section-advantages-warp {
    background-color: #f5f5f5;
}

.text-white {
    color: #fff !important;
}

.feedback-content-warp {
    position: relative;
    padding: 70px 45px;
}

.feedback-profile-warp {
    padding: 50px 20px;
    background: #f2faff;
}

@media (min-width: 768px) {
    .feedback-content-warp {
        padding: 70px;
    }

    .feedback-profile-warp {
        padding: 50px 80px 50px 80px;
        background: #f2faff;
    }
}

.feedback-icon-img-warp {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -70px;
    z-index: 1;
}

.feedback-profile-warp .text-center {
    position: relative;
}

.feedback-profile-warp .text-center::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background-color: #808080;
    left: 50%;
    top: 50%;
    margin: 8px -20px;
}

.feedback-profile-warp .text-center p {
    font-size: 22px;
}

.feedback-sub-content-warp p {
    font-size: 24px;
}

.footer-company-name {
    font-size: 24px;
    color: #fff;
}

.qr-text-warp {
    writing-mode: tb-rl;
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
}

.footer-qr-code>.textwidget.custom-html-widget {
    display: flex;
}

@media (min-width: 768px) {
    .footer-qr-code>.textwidget.custom-html-widget {
        justify-content: flex-end;
    }
}

.d-flex {
    display: flex !important;
}

.section-feedback,
.section-advantages-warp,
.section-project,
.section-service-project {
    padding: 60px 0;
}

.icon-mr-3 {
    margin-right: 1rem;
}

.icon-mr-5 {
    margin-right: 3rem;
}

.footer-qr-code>.textwidget.custom-html-widget,
.footer-tel-area-left,
.footer-contact-area-2 {
    min-height: 110px;
}

.footer-tel-area-left,
.footer-contact-area-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 768px) {
    .footer-tel-area-left {
        border-right: 1px solid #fff;
    }
}

.footer-contact-area-2 .textwidget {
    padding-left: 20px;
}

.footer-contact-warp {
    padding-bottom: 20px;
}

.footer-new-copyright {
    border-top: 1px solid #333;
    padding-top: 20px;
}

.newfooter {
    padding: 60px 0 30px;
}

.swiper-new-landing-pagination .swiper-pagination-bullet {
    background: transparent !important;
    border: 1px solid #808080;
    opacity: 1 !important;
    width: 12px;
    height: 12px;
}

.swiper-new-landing-pagination .swiper-pagination-bullet-active {
    background: #808080 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.btn-more-warp {
    padding-bottom: 20px;
}

.cost-font-warp {
    padding: 20px 0;
}

.service-cost-warp,
.service-project-textarea {
    min-height: 285px;
}

.page-main-title-warp>h2>span {
    color: #0070ba;
}

.advantages-landing-row {
    padding-top: 70px;
}

.project-col-warp {
    padding-bottom: 30px;
}

.landing-slider-btn-warp,
.landing-slider-inside-btn {
    font-size: 21px;
    padding: 10px 15px;
}

.landing-slider-btn-warp {
    color: #808080;
    background-color: #fff;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

.landing-slider-inside-btn {
    color: #fff;
    background-color: #ffb738;
    border-radius: 18px;
}

.landing-slider-btn-container {
    display: inline-block;
    background-color: #fff;
    border-radius: 18px;
    padding: 10px 0 !important;
}

@media (max-width: 576px) {
    .mb-100 {
        margin-bottom: 100px;
    }

    .mb-100:last-child {
        margin-bottom: 0;
    }

    .mb-30 {
        margin-bottom: 30px;
    }

    .landing-page-shebao-bg {
        background-color: rgba(255, 255, 255, 0.5);
        padding: 20px 0;
    }

    .home-section-3 {
        padding-bottom: 300px !important;
    }
}

.page-template-template-new-landingv2 {
    background-color: #fff;
}

.text-blue {
    color: #0070b8;
}

.text-green {
    color: #0db789;
}

.btn-lg {
    padding: 14px 58px;
}

.table-cell.v-middle {
    vertical-align: middle;
}

.home-section-1 {
    height: 727px;
}

.table-layout {
    display: table;
    width: 100%;
}

.table-cell {
    display: table-cell;
    width: 100%;
}

.table-cell.v-middle {
    vertical-align: middle;
}

.table-cell.v-baseline {
    vertical-align: baseline;
}

.price-table {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
}

.table-container:hover {
    box-shadow: 0 0 12px rgb(0 0 0 / 30%);
}

.table-container {
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 0 12px rgb(0 0 0 / 20%);
}

.light_gray_arrow_box {
    position: relative;
}

.price-table {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
}

.price-table th {
    font-size: 14px;
    padding: 15px !important;
    text-align: center;
    color: #0070ba;
    border-bottom: 2px solid #0070ba !important;
    border-top: none !important;
}

.price-table td {
    font-size: 14px;
    padding: 15px !important;
    text-align: center;
}

.blue-table {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
}

.blue-table tr>th {
    font-size: 14px;
    padding: 15px !important;
    text-align: center;
    color: #0070ba;
    border-bottom: 2px solid #0070ba !important;
}

.blue-table tr>td {
    font-size: 14px;
    padding: 15px !important;
    text-align: center;
}

.white_arrow_box {
    position: relative;
}

.white_arrow_box:after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -37px;
    content: " ";
    pointer-events: none;
    border: solid transparent;
    border-width: 37px;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    z-index: 1;
}

.light_gray_arrow_box {
    position: relative;
}

.light_gray_arrow_box:after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -37px;
    content: " ";
    pointer-events: none;
    border: solid transparent;
    border-width: 37px;
    border-color: rgba(250, 251, 253, 0);
    border-top-color: #fafbfd;
}

.page-wrapper {
    background: #f4f7fb;
}

.help-info-blue {
    background: url(../jinzhi/assets/images/help-info-blue-icon.png) no-repeat left center;
}

.help-info-link {
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
}

.p-b-60 {
    padding-bottom: 30px;
}

.p-t-60 {
    padding-top: 30px;
}

.p-b-50 {
    padding-bottom: 25px;
}

@media (min-width: 992px) {
    .p-b-60 {
        padding-bottom: 60px;
    }

    .p-t-60 {
        padding-top: 60px;
    }

    .p-b-50 {
        padding-bottom: 50px;
    }
}

.tab-item {
    padding-bottom: 3px;
    font-size: 14px;
}

.tab-item,
.tab-item h3 {
    text-align: center;
    color: #999;
}

.tab-item p {
    margin-bottom: 0;
}

.tab-item h3 {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.active .tab-item,
.active .tab-item h3 {
    color: white;
}

.active .tab-item:after {
    position: absolute;
    top: 99%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -10px;
    content: " ";
    pointer-events: none;
    border: solid transparent;
    border-width: 13px;
    border-color: rgba(0, 112, 186, 0);
    border-top-color: #0070ba;
}

/*li.active {*/
/*    background: url(../jinzhi/assets/images/tab-title-bg.png) no-repeat bottom center;*/
/*    background-position-x: 50%;*/
/*}*/

.nav-tabs>li {
    border-radius: 10px 10px 0 0;
}

.custom-tab-container {
    margin-top: 20px;
}

@media (min-width: 992px) {
    li.active {
        background-position-x: 50%;
    }

    .tab-item {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .tab-item h3 {
        margin-bottom: 10px;
    }
}

.price-table th {
    white-space: nowrap;
}

.tab-pane {
    overflow: auto;
}

.sidebar-contact-wrap {
    display: none;
}

.d-none {
    display: none !important;
}

.mr-2 {
    margin-right: 10px !important;
}

.my-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.mt-3 {
    margin-top: 20px !important;
}

.pr-3 {
    padding-right: 20px !important;
}

.pl-3 {
    padding-left: 20px !important;
}

.py-2 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.px-3 {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.pt-5 {
    padding-top: 34px !important;
}

.py-5 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
}

.py-6 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.m-3 {
    margin: 20px !important;
}

.mb-3 {
    margin-bottom: 20px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.w-100 {
    width: 100% !important;
}

.bg-grey {
    background-color: #f7f8fa !important;
}

.bg-black {
    background-color: #000 !important;
}

.fc-ccc {
    color: #ccc !important;
}

.fc-blue {
    color: #003e79 !important;
}

.fc-white {
    color: #fff !important;
}

.section-07 {
    background-image: url("../jinzhi/assets/images/landing/bg-landing.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.justify-space-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.no-bullets {
    list-style-type: none;
}

.header-btn {
    width: 100px;
    height: 40px;
}

.header-btn img {
    width: 100px;
}

.d-none {
    display: none !important;
}

.contractAgreementImg {
    max-height: 220px !important;
}

@media (min-width: 770px) {
    .d-lg-flex {
        display: flex;
    }

    .d-lg-block {
        display: block !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .landing .navbar-fixed-top {
        max-width: 100%;
        left: 0;
        right: 0;
    }

    .pr-lg-3 {
        padding-right: 20px !important;
    }

    .pl-lg-0 {
        padding-left: 0 !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .contractAgreementImg {
        max-height: 100% !important;
    }
}

.img-title-60 {
    max-height: 60px;
}

.img-title-100 {
    max-height: 100px;
}

.d-inline-block {
    display: inline-block;
}

.border-green {
    border: 6px solid #00b88c;
}

.radius-8 {
    border-radius: 20px !important;
}

@media (min-width: 770px) {

    .col-cs-5,
    .col-cs-8 {
        float: left;
    }

    .col-cs-5 {
        width: 20%;
    }

    .col-cs-8 {
        width: 12.25%;
    }
}

.col-cs-5,
.col-cs-8 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}