/**
* Theme Name: InsurLife - Insurance Company HTML5 Template
* Version: 1.0
* Description: 
* Author: CBR-Themes
* Author URI: https://themeforest.net/user/cbr-themes
*/


/*******************************
TABLE OF CONTENT
********************************

01. GENERAL
02. EXTRA CLASSES
03. LAYOUT
04. TOP BAR
* Contact Info
* Aside
* Top Bar Menu 
* Top Bar Style 1
* Top Bar Style 2
05.	HEADER
* Header Style 1
* Header Style 2
* Header Style 3
* Header Search
* Language Group
* Menu
* Sub Menu
* Mobile Menu
* Mobile Menu Button
* Header Fixed

06. FEATURED TITLE
07. BLOG
* Post Media
* Post Title
* Post Excerpt
* Post Link
08. BLOG GRID

09. BLOG SINGLE
* Post meta
* Post video
* Post Tags
* Social Share
* Author Description
* Comments
* Comment List
* Comment Form
10. WIDGET
* Title Widget
* Widget: Search
* Widget: Categories
* Widget: Recent News
* Widget: Links
* Widget: Tags
* Widget: Recent Tweets
* Widget: Customer Care
* Widget: Information
* Widget: About
* Widget: Socials
11. COMING SOON
12. LOGIN & REGISTER
13. SIGNATURE
14. PAGINATION
15. SCROLL TO TOP
16. PARTNER SLIDE
17. FOOTER
18. MEDIA QUERIES
*/

@import url("../../../../../fonts.googleapis.com/css-family=yahei-200,300,400,500,600,700&subset=cyrillic,latin-ext,vietnamese.css")/*tpa=https://fonts.googleapis.com/css?family=yahei:200,300,400,500,600,700&subset=cyrillic,latin-ext,vietnamese*/;
@import url("../../../../../fonts.googleapis.com/css-family=yahei-100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext.css")/*tpa=https://fonts.googleapis.com/css?family=yahei:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext*/;
@import url("../../../../../fonts.googleapis.com/css-family=Open+Sans-300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese.css")/*tpa=https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese*/;

/**** GENERAL ****/

body {
    font-family: "yahei", sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 14px;
    line-height: 1.72;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    overflow-y: auto;
}
li{list-style: none;}
blockquote {
    position: relative;
    color: #f26522;
    background-color: #fff3f0;
    padding: 15px 30px;
    margin: 17px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

blockquote cite {
    padding-top: 20px;
    display: block;
    font-family: "yahei", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #f26522;
    font-style: normal;
}

blockquote > p:last-child {
    margin-bottom: 0;
}

blockquote em,
blockquote i {
    font-style: normal;
}

abbr,
acronym {
    border-bottom: 1px dotted #e6edf4;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 30px;
    table-layout: fixed;
    width: 100%;
}

table,
th,
td {
    border: 1px solid #e6edf4;
}

th,
td {
    padding: 8px 12px;
}

code,
kbd,
tt,
var,
samp,
pre {
    margin: 14px 0 24px;
    padding: 24px;
    border: 1px solid #e6edf4;
    overflow-x: auto;
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    hyphens: none;
    border-radius: 0;
    height: auto;
}

/* Input normal */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    color: #777;
    border-radius: 0;
    padding: 12px 20px;
    background-color: #fafafa;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    line-height: inherit;
    width: 100%;
    margin-bottom: 30px;
    height: auto;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}


/* Input focus */

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border-color: #c4c4c4;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* Button */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family: "yahei", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #015ca2;
    color: #fff;
    padding: 18px 59px;
    display: inline-block;
    -webkit-appearance: none;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 0;
    background-color: #005b7f;
}


/* Placeholder color */

::-webkit-input-placeholder {
    font-family: "yahei", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #b0b0b0;
}

:-moz-placeholder {
    font-family: "yahei", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #b0b0b0;
    text-transform: uppercase;
}

::-moz-placeholder {
    font-family: "yahei", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #b0b0b0;
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    font-family: "yahei", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #b0b0b0;
}


/* Links */

a {
    color: #015ca2;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

a:hover,
a:focus,
a:active {
    outline: 0;
    color: #00aeef;
    text-decoration: none
}


/*Typography*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "yahei", sans-serif;
    color: #000;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 15px;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 25px;
}

h6 {
    font-size: 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}


/**** EXTRA CLASSES ****/

.display-none,
.hidden {
    display: none !important;
}

.display-block {
    display: block !important;
}

.display-inline {
    display: inline !important;
}

.text-accent-color {
    color: #000;
}

.text-white {
    color: #fff !important;
}

.text-dark {
    color: #333 !important;
}

.text-col6 {
    color: #666 !important;
}

.text-light {
    color: #999 !important;
}

.text-very-light {
    color: #a0a0a0 !important;
}

.bg-accent {
    background-color: #222222;
}

.bg-dark {
    background-color: #333 !important;
}

.bg-light {
    background-color: #eff5fa !important;
}

.bg-gry {
    background-color: #f7f7f7 !important;
}


.bg-white {
    background-color: #fff !important;
}

.bg-blue {
    background-color: #015ca2 !important;
}
.bg-about{background: url(../imgs/about/bg_about.jpg) top no-repeat;}
.section-title h3{font-weight: normal; margin: 0;}
.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-del {
    text-decoration: line-through !important;
}

.display_center{display: inline-block; float:none; vertical-align: top;}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
    margin: 7px 0 15px 25px;
}

.alignleft {
    float: left;
    margin: 7px 25px 15px 0;
}

.font-heading {
    font-family: "yahei";
}
.in_vo{padding: 25px 30px;}
.in_vo_list{ margin-top:20px; }
.in_vo_list ul{ height: 280px; }
.in_vo_list ul li{list-style: none; line-height:36px; border-bottom:1px dotted #ccc; overflow: hidden; white-space: nowrap;text-overflow: ellipsis;}
.in_vo_list ul li span{color:#015ca2; margin-right:6px; font-size: 18px;}
.in_vo_list ul li a{color:#666;}
.about_vid{ width:700px; height: 400px; margin:20px auto; position:relative;}
.about_vid img{width:100%;}
.jj_more{ display: block;  text-align: center; }
.jj_more a{ border:1px solid #f7f7f7; padding:10px 25px 10px 50px; background: #fff url("../imgs/catoro.png") no-repeat 18px center;
-moz-border-radius: 10px;  
-webkit-border-radius: 10px;  
border-radius: 10px;  
behavior: url(iecss3.htc)  
}


.jj_more a:hover{ border:1px solid #00A4FF; padding:10px 25px 10px 50px; color:#fff; background: #00A4FF url("../imgs/catoro-h.png") no-repeat 18px center;
-moz-border-radius: 10px;  
-webkit-border-radius: 10px;  
border-radius: 10px;  
behavior: url(iecss3.htc)  
}


.ad_pic img{ width: 100%; }


blockquote.alignleft {
    margin: 5px 20px 0;
}

blockquote.alignright {
    margin: 5px 0 20px 20px;
}

blockquote.aligncenter {
    margin-bottom: 20px;
}

.floatleftcenter {
    float: none;
    margin: 0 auto;
}

.floatleft {
    float: left
}

.floatright {
    float: right
}


/**** LAYOUT ****/

#page {
    background: #fff;
}

#main-content {
    padding: 100px 0 100px;
    background-color: #fff;
}

body.front-page #main-content,
body.page #main-content {
    padding-top: 0;
    padding-bottom: 0;
}


/* Inner Content */

#inner-content,
#inner-sidebar {
    position: relative;
    z-index: 1;
}

#inner-content:after,
#inner-sidebar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 0;
    z-index: -1;
}


/* Sidebar Right (default) */

#site-content {
    float: left;
    width: 65.79%
}

#sidebar {
    float: right;
    width: 29.82%;
}


/* Sidebar Left */

.sidebar-left #site-content {
    float: right;
}

.sidebar-left #sidebar {
    float: left;
}


/* No Sidebar */

.no-sidebar #site-content,
#site-content.archive-project {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
}


/**** TOP BAR ****/

#top-bar {
    color: #959595;
}


/* Contact Info */

#top-bar .contact-info .email,
#top-bar .contact-info .phone-number {
    display: inline-block;
}

#top-bar .contact-info .email span,
#top-bar .contact-info .phone-number span {
    color: #959595;
}

#top-bar .contact-info .phone-number a {
    position: relative;
}

#top-bar .contact-info .phone-number a:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #015ca2;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

#top-bar .contact-info .phone-number a:hover:before {
    background-color: #00aeef;
}

#top-bar .contact-info .email {
    padding-right: 37px;
}


/* Aside */

#top-bar .aside-btn {
    float: right;
}

#top-bar .aside-btn span {
    background-color: #015ca2;
    font-family: "yahei";
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    padding: 0 37px;
    line-height: 50px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#top-bar .aside-btn span:hover {
    background-color: #005b7f;
}

#top-bar .aside-btn a > span:before {
    color: #dadada;
}


/* Top Bar Menu */

#top-bar .top-bar-menu ul {
    margin: 0;
}

#top-bar .top-bar-menu {
    float: right;
    display: inline-block;
    margin-right: 10px;
}

#top-bar .top-bar-menu ul li {
    float: left;
    list-style: none;
    font-size: 14px;
    line-height: 24px;
    font-family: yahei;
    font-weight: 500;
    position: relative;
    padding: 0 24px 0 22px;
    margin-top: 14px;
}

#top-bar .top-bar-menu ul li:after {
    content: " ";
    height: 14px;
    width: 2px;
    background-color: #959595;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

#top-bar .top-bar-menu ul li:last-child {
    padding-right: 10px;
}

#top-bar .top-bar-menu ul li:last-child:after {
    display: none;
}

#top-bar .top-bar-menu ul li a {
    color: #959595;
    position: relative;
}

#top-bar .top-bar-menu ul li a:before {
    content: " ";
    width: 0;
    height: 1px;
    background-color: #015ca2;
    position: absolute;
    left: 50%;
    bottom: -1px;
    opacity: 0;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

#top-bar .top-bar-menu ul li a:hover {
    color: #015ca2;
}

#top-bar .top-bar-menu ul li a:hover:before {
    opacity: 1;
    width: 100%;
}


/* Top Bar Style 1 */

#top-bar.style-1 {
    text-transform: uppercase;
    font-size: 16px;
    font-family: "yahei";
    color: #363636;
    font-weight: 600;
    letter-spacing: 0.2px;
}

#top-bar.style-1 .top-bar-content {
    display: table;
    width: 100%;
}

#top-bar.style-1 #top-bar-inner {
    padding: 30px 26px;
}

#top-bar.style-1 .top-bar-address {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 40%;
}

#top-bar.style-1 .top-bar-logo {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 20%;
}

#top-bar.style-1 .contact-info {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 40%;
}


/* Top Bar Style 2 */

#top-bar.style-2 #top-bar-inner {
    padding: 33px 0;
}

#top-bar.style-2 .top-bar-logo {
    display: inline-block;
}


/**** HEADER ****/

#site-header {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 999999;
    width: 100%;
}


/* Header Style 1 */

.header-style-1 #site-header {
    position: absolute;
}

.header-style-1 #site-header .site-header-inner {
    max-width: 100%;
    margin: 0 auto;
}


/* Header Style 2 */

.header-style-2 #site-header {
    position: absolute;
    width: 100%;
    z-index: 9999;
}


/* Header Style 3 */

.header-style-3 #site-header {
    position: absolute;
    padding: 25px 0;
}

.header-style-3 #site-header .site-header-inner {
    max-width: 810px;
    margin: 0 auto;
}

.header-style-3 #site-header #main-nav > ul > li > a,
.header-style-3 #site-header .header-search-icon,
.header-style-3 #site-header .language-group {
    color: #000;
}

.header-style-3 #site-header .language-group a,
.header-style-3 #site-header .language-group span:after {
    color: #959595;
}

.header-style-3 #site-header #main-nav > ul > li > a:hover,
.header-style-3 #site-header #main-nav > ul > li.current-menu-item > a {
    color: #015ca2;
}

.header-style-3 #site-header #main-nav > ul > li.menu-item-has-children > a {
    padding-right: 15px;
}


/* Header Search */

#site-header #header-search {
    float: left;
    margin-right:50px;
}

#site-header .header-search-form {
    width: 300px;
    display: none;
}

#site-header .header-search-icon {
    font-size: 15px;
    color: #fff;
    line-height: 100px;
    margin-right: 30px;
}

#site-header .header-search-field {
    width: 300px;
    border: 0;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.1)
}

#site-header .header-search-submit {
    position: absolute;
    right: 0;
    top: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    display: none;
}

#site-header .header-search-form.show {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

#site-header .header-search-form.style-1 {
    position: absolute;
    right: 230px;
    top: 77px;
}

#site-header .header-search-form.style-2 {
    position: absolute;
    right: 100px;
    top: 77px;
}

/* Language Group */

#site-header .language-group {
    float: right;
    font-family: "yahei";
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    padding: 38px 32px 38px 0;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

#site-header .language-group span:after {
    font-family: "FontAwesome";
    content: "/";
    font-size: 22px;
    padding: 0 10px;
    font-weight: 700;
    color: #fff;
}



#site-header .language-group i {
    font-family: "FontAwesome";   
    font-size: 18px;
    padding: 0 10px;    
    color: #fff;

}


#site-header .language-group a {
    color: #ccc;
}

#site-header .language-group a:hover {
    color: #015ca2;
}


/* Menu */

#main-nav {
    display: block;
    float: left;
}

#main-nav ul {
    margin: 0;
}

#main-nav ul li {
    position: relative;
    list-style: none;
    padding-top: 0;
    padding-bottom: 0;

}

#main-nav > ul > li {
    float: left;
    padding: 0 15px;
    text-align: center;
}

#main-nav > ul > li > a {
    display: block;
    font-family: "yahei";
    font-weight: normal;
    font-size: 16px;
    height: 100px;
    line-height: 100px;
    color: #fff;


}

/* .current-menu{width:50px; border-bottom:4px solid  #ffa800; margin:0 auto;} */
#main-nav > ul > li:hover .current-menu {
  width: 100%;
}

/* #main-nav > ul > li:hover .current-menu{width:50px; border-bottom:4px solid  #ffa800; margin:0 auto;} */
/* #main-nav > ul > li > a:hover,
#main-nav > ul > li.current-menu-item > a {   
    border-bottom:4px solid #ffa800;
    } */

    #main-nav > ul > li.menu-item-has-children > a {
        padding:0 8px;
    }


    /* Sub Menu */

    #main-nav .sub-menu {
        padding: 15px 0;
        background-color: rgba(255, 255, 255, 0.9);
        position: absolute;
        left: 10px;
        top: 100%;
        /* width: 258px; */

        box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.1);
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
        filter: alpha(opacity=0);
        opacity: 0;
        visibility: hidden;
        z-index: 999999;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        text-align: left;
    }

    #main-nav .sub-menu .sub-menu {
        left: 100%;
        top: -16px;
        background-color: #222;
        -webkit-transform: translateX(-5px);
        transform: translateX(5px);
    }

    #main-nav .sub-menu li a {
        padding: 9px 15px;
        color: #4478af;
        font-size: 16px;
        text-align: left;
        font-weight: normal;
        font-family: "yahei";
        text-transform: uppercase; 
        display: inline-block;
        white-space:nowrap;  
    }

    #main-nav .sub-menu li:first-child > a {
        border: 0;
    }

    #main-nav .sub-menu li a:hover {
        color: #0a9fff;
    }

    #main-nav li:hover > .sub-menu {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        filter: alpha(opacity=100);
        opacity: 1;
        visibility: visible;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }


    /* Mobile Menu */

    #main-nav-mobi {
        display: block;
        margin: 0 auto;
        width: 100%;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 999999;
        background-color: #222;
    }

    #main-nav-mobi ul {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #main-nav-mobi ul li {
        margin: 0;
        position: relative;
        text-align: center;
        cursor: pointer;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
        padding-top: 0;
        padding-bottom: 0;
    }

    #main-nav-mobi ul > li > a {
        color: #ffff;
        font-family: "yahei";
        display: inline-block;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 50px;
        text-decoration: none;
    }

    #main-nav-mobi ul > li > a:hover {
        color: #015ca2;
    }

    #main-nav-mobi ul ul li {
        background-color: #252525;
    }

    #main-nav-mobi ul ul ul li {
        background-color: #292929;
    }

    #main-nav-mobi .menu-item-has-children .arrow {
        cursor: pointer;
        display: inline-block;
        font-size: 20px;
        font-family: "Fontawesome";
        line-height: 50px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 50px;
    }

    #main-nav-mobi .menu-item-has-children .arrow:before {
        content: "\f0da";
        color: #b1b1b1;
        font-size: 13px;
    }

    #main-nav-mobi .menu-item-has-children .arrow.active:before {
        content: "\f0d7";
    }


    /* Mobile Menu Button */

    .mobile-button {
        width: 26px;
        height: 26px;
        display: none;
        float: right;
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        background: transparent;
        cursor: pointer;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .mobile-button:before,
    .mobile-button:after,
    .mobile-button span {
        background-color: #fff;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .mobile-button:before,
    .mobile-button:after {
        content: '';
        position: absolute;
        top: 0;
        height: 3px;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    .mobile-button span {
        position: absolute;
        width: 100%;
        height: 3px;
        left: 0;
        top: 50%;
        overflow: hidden;
        text-indent: 200%;
    }

    .mobile-button:before {
        -webkit-transform: translate3d(0, -7px, 0);
        -moz-transform: translate3d(0, -7px, 0);
        transform: translate3d(0, -7px, 0);
    }

    .mobile-button:after {
        -webkit-transform: translate3d(0, 7px, 0);
        -moz-transform: translate3d(0, 7px, 0);
        transform: translate3d(0, 7px, 0);
    }

    .mobile-button.active span {
        opacity: 0;
    }

    .mobile-button.active:before {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -moz-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }

    .mobile-button.active:after {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }

    .mobile-button.style-2:before,
    .mobile-button.style-2:after,
    .mobile-button.style-2 span {
        background-color: #959595;
    }


    /* Header Fixed */

    #site-header.is-fixed,
/* #site-header.is-fixed {
background: url(../imgs/menu_bg.jpg);
} */

#site-header.is-fixed,
/* .site-navigation-wrap.is-fixed {
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 9989;
}
*/
.site-navigation-wrap.is-fixed {
    width: 100%;
    z-index: 9989;
}



#site-header.is-fixed.is-small #main-nav > ul > li > a,
#site-header.is-fixed.is-small .header-search-icon {
    height: 70px; line-height: 70px; 
}

#site-header.is-fixed.is-small .language-group {
    padding: 22px 32px 22px 0; 
}

.header-style-3 #site-header.is-fixed #main-nav > ul > li > a,
.header-style-3 #site-header.is-fixed .header-search-icon,
.header-style-3 #site-header.is-fixed .language-group,
.header-style-3 #site-header.is-fixed .language-group a,
.header-style-3 #site-header.is-fixed .language-group span:after {
    color: #fff;
}

.header-style-3 #site-header.is-fixed #main-nav > ul > li > a:hover,
.header-style-3 #site-header.is-fixed #main-nav > ul > li.current-menu-item > a {
    color: #015ca2;
}

.header-style-3 #site-header.is-fixed #main-nav > ul > li.menu-item-has-children > a {
    padding-right: 15px;
}


/**** FEATURED ****/

#featured {
    position: relative;
}

#featured-title {
    padding: 263px 0 356px
}

#featured-title .featured-title-heading {
    color: #fff;
    font-size: 100px;
    line-height: 157px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0;
}

#featured-title .breadcrumb-trail a,
#featured-title .breadcrumb-trail span {
    font-size: 12px;
    font-family: "yahei";
    font-weight: 600;
    color: #fff;
}

#featured-title .breadcrumb-trail a:hover {
    color: #015ca2;
}

#featured-title .breadcrumb-trail a:after {
    content: "/";
    padding: 0 9px;
    color: #fff;
}

#featured-title .breadcrumb-trail span {
    position: relative;
}

#featured-title .breadcrumb-trail span:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

#featured.featured-bg-1 {
    background: url("../imgs/feature1.jpg")center center;
    background-size: cover;
}

#featured.featured-bg-2 {
    background: url("../imgs/feature2.jpg")center center;
    background-size: cover;
}

#featured.featured-bg-3 {
    background: url("../imgs/feature3.jpg")center center;
    background-size: cover;
}

#featured.featured-bg-4 {
    background: url("../imgs/feature4.jpg")center center;
    background-size: cover;
}

#featured.featured-bg-5 {
    background: url("../imgs/feature5.jpg")center center;
    background-size: cover;
}

#featured.featured-bg-6 {
    background: url("../imgs/feature6.jpg")center center;
    background-size: cover;
}

#featured.featured-bg-7 {
    background: url("../imgs/feature7.jpg")center center;
    background-size: cover;
}

#featured.featured-bg-8 {
    background: url("../imgs/feature8.jpg")center center;
    background-size: cover;
}

#featured.featured-bg-9 {
    background: url("../imgs/feature9.jpg")center center;
    background-size: cover;
}

#featured.featured-bg-10 {
    background: url("../imgs/feature10.jpg")center center;
    background-size: cover;
}

#featured.featured-bg-11 {
    background: url("../imgs/feature11.jpg")center center;
    background-size: cover;
}

#featured.featured-bg-12 {
    background: url("../imgs/feature12.jpg")center center;
    background-size: cover;
}

#featured.featured-bg-13 {
    background: url("../imgs/feature13.jpg")center center;
    background-size: cover;
}

#featured.featured-bg-14 {
    background: url("../imgs/feature14.jpg")center center;
    background-size: cover;
}

#featured.featured-bg-15 {
    background: url("../imgs/feature15.jpg")center center;
    background-size: cover;
}


/**** BLOG POST ****/

.cbr-text{ width: 92%; }
.hentry {
    margin-top: 40px;
}

/*  .hentry:first-child {
margin-top: 0;
} */

.hentry .post-content-wrap {
    padding: 25px 0 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0 0 1px 0;
}


/* Post Media */

.hentry .post-media {
    position: relative;
    margin-bottom: 0px;
    overflow: hidden;
}

.hentry .post-media > .post-cat a {
    background-color: #1c63b8;
    color: #fff;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 0 22px;
    position: absolute;
    left: 15px;
    top: 15px;
    font-family: "yahei", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.hentry .post-media > .post-cat a:hover {
    background-color: #fff;
    color: #777;
}

.hentry .post-media iframe {
    margin-bottom: 0;
}

.hentry .post-media img {
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.hentry:hover .post-media img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* Post Title */

.hentry .post-title {
    font-size: 20px;
    line-height: 30px;
    font-family: "yahei";
}

.hentry .post-title-inner {
    z-index: 1;
    position: relative;
    display: inline-block;
}

.hentry .post-title-inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
}

.hentry .post-title-inner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    background-color: transparent;
}

.hentry .post-title a {
    color: #000;
}

.hentry .post-title a:hover {
    color: #015ca2;
}


/* Post Excerpt */

.hentry .post-excerpt {
    position: relative;
    z-index: 1;
    margin-bottom: 8px;
}

.hentry .post-excerpt p {
    margin-bottom: 0;
    padding:0 30px;
}


/* Post Link */

.hentry .post-link a {
    font-size: 12px;
    font-family: "yahei";
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    color: #a3a3a3;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.hentry .post-link a:after {
    font-family: "FontAwesome";
    content: "\f0da";
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.hentry:hover .post-link a {
    color: #015ca2;
}


/**** BLOG GRID ****/

.blog-grid.style-1 .post-content-archive-wrap {
    padding: 0;
}

.blog-grid.style-1 .hentry .post-meta {
    font-family: "yahei";
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
    color: #959595;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 13px;
}

.blog-grid.style-1 .post-media {
    margin-bottom: 20px;
}

.blog-grid.style-1 .hentry .post-content-wrap {
    padding: 0;
    border: 0;
}

.blog-grid.style-1 .hentry .post-excerpt {
    margin-bottom: 25px;
    padding-right: 20px;
}

.post-grid.style-2 .post-content-wrap {
    padding: 0;
}

.post-grid.style-2 .post-meta,
.post-grid.style-2 .post-title,
.post-grid.style-2 .hover-effect .post-link {
    position: relative;
    z-index: 3;
}

.post-grid.style-2 .post-link a:after {
    margin-top: 1px;
}

.post-grid.style-2 .post-content {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 500;
}

.post-grid.style-2 .post-meta {
    font-family: "yahei";
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #ddd;
}

.post-grid.style-2 .post-title a {
    color: #fff;
}

.post-grid.style-2 .post-title a:hover {
    color: #015ca2;
}

.post-grid.style-2 .hover-effect .thumb {
    position: relative;
}

.post-grid.style-2 .hover-effect .thumb:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.post-grid.style-2 .hover-effect img {
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.post-grid.style-2 .hover-effect .post-content-wrap > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    width: 100%;
    height: 45%;
}

.post-grid.style-2 .hover-effect .post-meta .date-post {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
}

.post-grid.style-2 .hover-effect .post-link,
.post-grid.style-2 .hover-effect .post-title,
.post-grid.style-2 .hover-effect .post-content {
    -webkit-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
}

.post-title{width: 100%; background: #588DFF; padding:10px 30px; text-align: center;}
.post-grid.style-2 .hover-effect .post-meta .date-post,
.post-grid.style-2 .hover-effect .post-title,
.post-grid.style-2 .hover-effect .post-content {
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.post-grid.style-2 .hover-effect .post-content {
    opacity: 0;
}

.post-grid.style-2 .hover-effect .post-link {
    opacity: 0;
    margin-left: 7px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.post-link{padding:0 30px; text-align: center;}

.post-grid.style-2 .hover-effect:hover .post-meta .date-post {
    -webkit-transform: translate3d(0, -173px, 0);
    transform: translate3d(0, -173px, 0);
}

.post-grid.style-2 .hover-effect:hover .post-title {
    -webkit-transform: translate3d(0, -120px, 0);
    transform: translate3d(0, -120px, 0);
    background: none;
}

.post-grid.style-2 .hover-effect:hover .post-content {
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
    opacity: 1;
}

.post-grid.style-2 .hover-effect:hover .post-link {
    opacity: 1;
    margin-left: -5px;
    margin: 0;
    margin-top:-20px;
}

.post-grid.style-2 .hover-effect:hover .post-link a{color:#fff;}

.post-grid.style-2 .hover-effect:hover .thumb:before {
    opacity: 1;
}


/**** BLOG SINGLE ****/

.hentry .post-content-single-wrap .post-excerpt {
    position: relative;
    z-index: 1;
    margin-bottom: 85px;
}

.hentry .post-content-single-wrap blockquote {
    margin: 23px 0 30px;
}


/* Post meta */

.hentry .post-content-single-wrap .post-meta {
    font-family: "yahei";
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
    color: #a3a3a3;
    font-weight: 500;
    letter-spacing: 0.2px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
    margin-top: 39px;
}

.hentry .post-content-single-wrap .post-meta .post-date:after {
    content: "/";
    color: #a3a3a3;
    margin: 0 13px;
}

.hentry .post-content-single-wrap .post-meta span:first-child {
    padding-left: 0;
}

.hentry .post-content-single-wrap .post-meta .post-views {
    float: right;
}

.hentry .post-content-single-wrap .post-meta a {
    color: #a3a3a3;
}

.hentry .post-content-single-wrap .post-meta a:hover {
    color: #015ca2;
}


/* Post video */

.hentry .post-video {
    position: relative;
    margin-bottom: 20px;
}

.hentry .post-video .popup .icon {
    font-size: 60px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.hentry .post-content-single-wrap .post-list > div:last-child {
    margin-bottom: 20px;
}


/* Post Tags */

.post-tags {
    text-align: left;
    display: inline-block;
    color: #a3a3a3;
}

.post-tags > span {
    font-family: "yahei";
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
}

.post-tags a {
    display: inline-block;
    padding: 4px 8px;
    margin-left: 7px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.post-tags a:hover {
    color: #fff;
    background-color: #015ca2;
    border: 1px solid #015ca2;
}


/* Social share */

.socials-share {
    text-align: right;
    display: inline-block;
    float: right;
}

.socials-share span {
    font-family: "yahei";
    font-size: 20px;
    color: #a3a3a3;
    font-weight: 500;
    display: inline-block;
}

.socials-share .socials {
    margin: 0;
    display: inline-block;
}

.socials-share .socials li {
    display: inline-block;
    padding: 0;
    margin: 0 4px;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

.socials-share .socials li a {
    font-size: 14px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.socials-share.style-1 .socials li a {
    color: #a3a3a3;
    background-color: #fff;
    line-height: 35px;
    width: 35px;
    border: 1px solid #ccc;
}

.socials-share.style-1 .socials li a:hover {
    background-color: #ff4745;
    color: #fff;
    border: 1px solid #ff4745;
}

.socials-share.style-2 .socials li a {
    color: #9b97bf;
}

.socials-share.style-2 .socials li a:hover {
    color: #015ca2;
    border: 1px solid #015ca2;
}


/* Author description */

.author-description-inner {
    padding: 30px 30px 17px;
    background-color: #f5f5f5;
    margin: 50px 0 50px;
}

.author-description-inner .comment-wrap .gravatar {
    width: 100px;
    float: left;
    margin-right: 27px;
    overflow: hidden;
}

.author-description-inner .comment-wrap .comment-author {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: -0.5px;
    margin: 0;
}

.author-description-inner .comment-wrap .comment-text {
    letter-spacing: 0.3px;
}

.author-description-inner .comment-wrap .social-info ul {
    list-style: none;
    margin-top: 6px;
}

.author-description-inner .comment-wrap .social-info ul li {
    display: inline-block;
    padding-right: 15px;
}

.author-description-inner .comment-wrap .social-info a {
    color: #9c9c9c;
}


/* Comments */

.comments-area .comments-title,
.comments-area .comment-reply-title {
    font-size: 20px;
    color: #000;
    letter-spacing: 0.2px;
}

.comments-area .comments-title {
    padding-bottom: 4px;
    margin-bottom: 23px;
    border-bottom: 1px solid #e5e5e5;
}


/* Comment List */

.comment-list {
    list-style: none;
    margin: 0;
}

.comment-list li.comment {
    padding: 0;
}

.comment-list .children {
    list-style: none;
    margin: 0;
}

.comment-list .children > li {
    padding: 0 0 0 60px;
}

.comment-list article {
    position: relative;
    margin-bottom: 27px;
}

.comment-list article + .comment-respond {
    margin-bottom: 50px;
}

.comment-list article .gravatar {
    width: 60px;
    float: left;
    margin-right: 20px;
    margin-top: 5px;
    overflow: hidden;
}

.comment-list article .gravatar img {
    width: 100%;
    height: auto;
}

.comment-list .comment-content {
    overflow: hidden;
}

.comment-list .comment-meta {
    font-family: "yahei", sans-serif;
    font-size: 13px;
}

.comment-author {
    font-size: 14px;
    color: #000;
    margin-bottom: 9px;
    display: inline-block;
}

.comment-time {
    color: #898989;
    font-size: 12px;
    padding-left: 18px;
}

.comment-reply {
    font-family: "yahei";
    font-size: 12px;
    margin-top: 10px;
}

.comment-reply a {
    color: #015ca2;
    padding: 3px 18px;
    background-color: #fff3f0;
    display: inline-block;
}

.comment-reply a:hover {
    background-color: #015ca2;
    color: #fff;
}

.comment-text {
    overflow: hidden;
    line-height: 24px;
    color: #000;
}

.comment-text > p:last-child {
    margin-bottom: 0;
}

.comment-edit-link {
    padding-left: 5px;
    color: #999;
}

.comment-author a:hover {
    color: #1c63b8;
}

.unapproved {
    display: block;
    color: #999;
    font-style: italic;
}

#cancel-comment-reply-link {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    font-family: "yahei", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}

#cancel-comment-reply-link:hover {
    color: #333
}


/* Comment Form */

#comments .comment-respond {
    position: relative;
}

#comments > .comment-respond {
    padding-top: 50px;
    margin-top: 5px;
    border-top: 1px solid #eee;
}

#comments > .comment-respond input[type="text"] {
    background-color: #fff;
}

#comments .name-wrap,
#comments .email-wrap {
    width: 48%;
    float: left;
    margin-right: 4%;
}

#comments .email-wrap {
    margin-right: 0;
}

#comments .website-wrap,
#comments .message-wrap {
    width: 100%;
}

#comments .message-wrap textarea {
    height: 100px;
    background-color: #fff;
}

#comments .comment-respond .form-submit {
    margin: 0;
}

.logged-in-as {
    margin-bottom: 10px;
}

.logged-in-as a:hover,
.comment-edit-link:hover {
    color: #333;
}


/**** WIDGETS ****/

#sidebar .widget {
    z-index: 1;
    margin-bottom: 30px;
}

#sidebar .widget ul {
    list-style: none;
    background-color: #eff5fa
}


/* Title Widget */

#sidebar .widget .widget-title {
    font-family: "yahei";
    font-size: 20px;
    padding: 10px 30px;
    margin: 0;
    background-color: #e6edf4;
    z-index: 1;
    position: relative;
}

.partner-slide .widget .widget-title,
#footer .widget .widget-title {
    font-family: "yahei";
    font-size: 20px;
    line-height: 20px;
    color: #d2d2d2;
    margin-bottom: 28px;
}
.widget-title span{font-weight: normal;}
.partner-slide .widget .widget-title {
    text-align: center;

}

.foot-nav{width: 60%; float: left;}
.foot-contact{width:23%; float:left;}

/* Widget: Search */

#sidebar .widget.widget_search .search-form {
    position: relative;
}

#sidebar .widget.widget_search .search-form .search-field {
    background-color: #fff;
    border: 1px solid #ccc;
    padding-right: 48px;
    margin-bottom: 0;
}

#sidebar .widget.widget_search .search-form .search-field::placeholder {
    color: #000;
}

#sidebar .widget.widget_search .search-form .search-submit {
    position: absolute;
    background-color: transparent;
    top: 9px;
    right: 13px;
    width: 30px;
    height: 30px;
    text-align: center;
    text-indent: 999999px;
    padding: 0;
    border: 0;
    overflow: hidden;
}

#sidebar .widget.widget_search .search-form .search-submit:before {
    color: #000;
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    text-indent: 0;
    font-weight: normal;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

#sidebar .widget.widget_search .search-form .search-submit:hover:before {
    color: #333;
}


/* Widget: Categories */

#sidebar .widget.widget_categories ul li {
    padding: 13px 30px;
    border-top: 1px solid #fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
}

#sidebar .widget.widget_categories ul li:hover {
    background-color: #015ca2;
}

#sidebar .widget.widget_categories ul li:first-child {
    border: 0;
}

#sidebar .widget.widget_categories ul li a {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

#sidebar .widget.widget_categories ul li a:before {
    font-family: "FontAwesome";
    content: "\f178";
    color: #fff;
    position: absolute;
    left: 10px;
    opacity: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
}

#sidebar .widget.widget_categories ul li:hover a {
    padding-left: 10px;
    color: #fff;
}

#sidebar .widget.widget_categories ul li:hover a:before {
    opacity: 1;
    margin-left: 10px;
}


/* Widget: Recent News  */

#sidebar .widget.widget_recent_news ul li {
    padding: 30px 29px;
    border-top: 1px solid #fff;
}

#sidebar .widget.widget_recent_news ul li:first-child {
    border: 0;
}

#sidebar .widget.widget_recent_news .recent-news .thumb {
    width: 77px;
    float: left;
    margin: 0 20px 0 0;
}

#sidebar .widget.widget_recent_news .recent-news .thumb img {
    width: 100%;
    height: auto;
}

#sidebar .widget.widget_recent_news h3 {
    font-size: 16px;
    font-family: "yahei";
    margin: 0;
}

#sidebar .widget.widget_recent_news h3 a {
    color: #000;
}

#sidebar .widget.widget_recent_news h3 a:hover {
    color: #015ca2
}

#sidebar .widget.widget_recent_news .recent-news .texts {
    overflow: hidden;
    padding-top: 10px;
}


/* Widget: Links */

#sidebar .widget.widget_links ul li {
    border: 0;
    margin-bottom: 3px;
}

#sidebar .widget.widget_links ul.col2 li {
    width: 50%;
    float: left;
    padding: 0;
}

#sidebar .widget.widget_links ul li a {
    position: relative;
    display: inline-block;
    padding-left: 22px;
    color: #777;
}

#sidebar .widget.widget_links ul li i {
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 8px;
    color: #b1b1b1;
}

#sidebar .widget.widget_links ul li a:hover {
    color: #1c63b8;
}

#footer-widgets .widget.widget_links {
    text-align: center; line-height: 36px;
}

#footer-widgets .widget.widget_links ul {
    margin: 0;
}

#footer-widgets .widget.widget_links ul li {
    padding-bottom: 3px;
    list-style: none;
}

#footer-widgets .widget.widget_links ul li:first-child {
    padding-top: 0;
}

#footer-widgets .widget.widget_links ul li:last-child {
    padding-bottom: 0;
}

#footer-widgets .widget.widget_links ul li a {
    color: #fff;
}

#footer-widgets .widget.widget_links ul li:hover a {
    color: #015ca2
}


/* Widget: Tags */

#sidebar .widget.widget_tag_cloud .tagcloud {
    padding: 30px 0 10px 30px;
    background-color: #eff5fa
}

#sidebar .widget.widget_tag_cloud .tagcloud:before,
#sidebar .widget.widget_tag_cloud .tagcloud:after {
    display: table;
    clear: both;
    content: "";
}

#sidebar .widget.widget_tag_cloud .tagcloud a {
    position: relative;
    float: left;
    font-size: 14px;
    color: #000;
    padding: 6px 12px;
    margin-right: 20px;
    margin-bottom: 20px;
    z-index: 1;
}

#sidebar .widget.widget_tag_cloud .tagcloud a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 1px solid #bfc4c8;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#sidebar .widget.widget_tag_cloud .tagcloud a:first-child {
    color: #fff;
}

#sidebar .widget.widget_tag_cloud .tagcloud a:first-child:after,
#sidebar .widget.widget_tag_cloud .tagcloud a:hover:after {
    background-color: #015ca2;
    border-color: #015ca2;
}

#sidebar .widget.widget_tag_cloud .tagcloud a:hover {
    color: #fff;
}


/* Widget: Recent Tweets */

#sidebar .widget.widget_recent_tweets h3 {
    position: relative;
    font-family: "yahei";
    font-size: 14px;
    letter-spacing: -0.2px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    margin: 0;
}

#sidebar .widget.widget_recent_tweets li {
    padding: 34px 40px 0 65px;
}

#sidebar .widget.widget_recent_tweets li:last-child {
    padding: 16px 40px 23px 65px;
}

#sidebar .widget.widget_recent_tweets h3:before {
    content: "\f099";
    font-size: 18px;
    font-family: "FontAwesome";
    position: absolute;
    left: -35px;
    top: 0;
    color: #00aeef;
}


/* Widget: Customer Care */

#sidebar .widget_customer_care .widget-title {
    background-color: #005b7f;
    color: #fff;
}

#sidebar .widget_customer_care .information {
    padding: 25px 30px 5px;
    background: url("../imgs/customer-care.jpg");
    background-size: cover;
}

#sidebar .widget_customer_care .information > div {
    margin-bottom: 18px;
}

#sidebar .widget_customer_care .information h6 {
    font-family: "yahei";
    font-size: 14px;
    color: #acc2ce;
    font-weight: 400;
    margin: 0;
}

#sidebar .widget_customer_care .information span {
    font-family: "yahei";
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 0.5px;
}


/* Widget: Information */

#footer-widgets .widget.widget.widget_information ul {
    margin: 0; color:#999;
}

#footer-widgets .widget.widget.widget_information ul li {
    list-style: none;
    position: relative;
    color: #999;
    margin-bottom: 12px;
    padding-left: 46px;
}

#footer-widgets .widget.widget.widget_information ul li a {
    color: #999;
}

#footer-widgets .widget.widget.widget_information ul li a:hover {
    color: #015ca2;
}

#footer-widgets .widget.widget.widget_information ul li:last-child {
    margin-bottom: 0 !important;
}

#footer-widgets .widget.widget.widget_information ul li span {
    font-size: 14px;
    line-height: 35px;
    color:#fff;
}

#footer-widgets .widget.widget.widget_information ul li span:before {
    font-family: "Fontawesome";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 37px;
    background-color: #1a6c8c;
}

#footer-widgets .widget.widget.widget_information ul li .address:before {
    content: "\f279";
}

#footer-widgets .widget.widget.widget_information ul li .email:before {
    content: "\f0e0";
}

#footer-widgets .widget.widget.widget_information ul li .phone:before {
    content: "\f095";
}


/* Widget: About */

#footer-widgets .widget.widget_about {
    text-align: center;
}

#footer-widgets .widget.widget_about .widget-text {text-align: left;}

#footer-widgets .widget.widget_about .widget-text ul {
    font-size: 14px;
    line-height: 20px;
    color: #b3c4d7;
}

#footer-widgets .widget.widget_about .widget-text ul li{display:inline-block; margin-right:30px; list-style: none; font-size:18px; vertical-align: top;}
#footer-widgets .widget.widget_about .widget-text ul li ul { margin-top:10px; }
#footer-widgets .widget.widget_about .widget-text ul li ul li{display:block;  font-size:14px; line-height:30px;}
#footer-widgets .widget.widget_about .widget-text ul li ul li a{color:#999;}
#footer-widgets .widget.widget_about .widget-text ul li ul li a:hover{color:#fff;}
#footer-widgets .widget.widget_about .widget-text .copyright {padding: 25px 0; max-width: 290px; margin: 0 auto;}
#footer-widgets .widget.widget_about .widget-text a {color: #d2d2d2; position: relative;}
#footer-widgets .widget.widget_about .widget-text a:hover { color: #fff;}
#footer-widgets .widget.widget_about .widget-text a:before {
    content: "";
    width: 100%;
    height: 0px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: #87a5b6;
}



/* Widget: Socials */

#footer-widgets .widget.widget_about .socials .icon {
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    margin-right: 22px;
}

#footer-widgets .widget.widget_about .socials .icon:last-child {
    margin: 0;
}

#footer-widgets .widget.widget_about .socials a {
    color: #a3b9c6;
}

#footer-widgets .widget.widget_about .socials a:hover {
    color: #015ca2;
}

#footer-widgets .widget .widget_information{color:#999;}



.copyright{text-align: center; color:#666; border-top:1px solid #333; padding-top:10px; margin-top:30px;}
.copyright a{color:#666;}

/**** COMING SOON ****/

.coming-soon {
    background-image: url("../imgs/coming-soon.jpg")/*tpa=https://jsdaima.hu-cheng.net/webpage/2019/10/1371/../imgs/coming-soon.jpg*/;
    height: calc(100vh);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.coming-soon .content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
    text-align: center;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.coming-soon .content-wrap #site-logo {
    margin-bottom: 90px;
}

.coming-soon .content-wrap .pre-heading {
    font-size: 20px;
    color: #015ca2;
}

.coming-soon .content-wrap .heading {
    font-size: 100px;
    line-height: 130px;
    color: #fff;
    margin-bottom: 30px;
}

.coming-soon .content-wrap .form-wrap {
    border-top: 1px solid #2e7093;
    padding-top: 45px;
    margin-bottom: 25px;
}

.coming-soon .content-wrap .form-wrap label {
    color: #fff;
    margin-bottom: 23px;
}

.coming-soon .content-wrap .form-wrap .search-field {
    width: 360px;
    padding: 12px 20px
}

.coming-soon .content-wrap .form-wrap .search-form .search-field {
    position: relative;
}

.coming-soon .content-wrap .form-wrap .button-wrap {
    position: absolute;
    bottom: 82px;
    right: 25%;
}

.coming-soon .content-wrap .form-wrap .button-wrap .cbr-button {
    padding: 10px 15px;
}

.coming-soon .content-wrap .form-wrap .button-wrap .icon {
    font-size: 24px;
}

.coming-soon .content-wrap .socials .icon {
    display: inline-block;
    margin-right: 22px;
}

.coming-soon .content-wrap .socials .icon:last-child {
    margin: 0;
}

.coming-soon .content-wrap .socials a {
    font-size: 20px;
    color: #a3b9c6;
    display: inline-block;
}

.coming-soon .content-wrap .socials a:hover {
    color: #015ca2;
}


/**** LOGIN & REGISTER ****/

.login-register-area {
    padding-top: 45px;
}

.login-register-area .heading {
    margin-bottom: 30px;
}

.login-register-area .input-field label {
    margin-bottom: 3px;
}

.login-register-area .input-field input {
    margin-bottom: 22px;
    background-color: #fff;
}

.login-register-area .submit-wrap {
    margin-top: 10px;
}

.login-register-area .cbr-button {
    padding: 13px 48px;
}

.login-register-area .simple-link,
.login-register-area .simple-link-2 {
    display: inline-block;
    margin-left: 18px;
}

.login-register-area .simple-link span,
.login-register-area .simple-link-2 span {
    font-size: 12px;
    color: #959595;
}

.login-register-area .simple-link a {
    color: #005b7f;
    position: relative;
}

.login-register-area .simple-link a:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #005b7f;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
}

.login-register-area .simple-link-2 a {
    color: #959595;
    position: relative;
}

.login-register-area .simple-link-2 a:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #c5c8cb;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
}

.login-register-area .simple-link a:hover,
.login-register-area .simple-link-2 a:hover {
    color: #015ca2;
}

.login-register-area .simple-link a:hover:before,
.login-register-area .simple-link-2 a:hover:before {
    background-color: #015ca2;
}

.login-register-area .have-questions {
    padding-top: 90px;
}

.login-register-area .have-questions .question {
    font-size: 20px;
    color: #959595;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 5px;
}

.login-register-area .have-questions .faq-link {
    font-family: "yahei";
    font-size: 12px;
    font-weight: 600;
    position: relative;
    padding-right: 12px;
}

.login-register-area .have-questions .faq-link a {
    color: #015ca2;
}

.login-register-area .have-questions .faq-link:after {
    font-family: "Fontawesome";
    content: "\f0da";
    color: #015ca2;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}


/**** SIGNATURE ****/

.signature .information {
    margin-top: 12px;
}

.signature .information .name {
    margin: 0;
}

.signature .information .position {
    color: #a1a1a1;
}


/**** PAGINATION ****/

.cbr-pagination {
    margin-top: 95px;
}

.cbr-pagination ul {
    margin: 0;
}

.cbr-pagination ul li {
    display: inline-block;
    padding: 0;
    margin-right: 13px;
}

.cbr-pagination ul li .page-numbers {
    display: inline-block;
    font-family: "yahei";
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 48px;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #f5f5f5;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}


.cbr-pagination ul a {
    display: inline-block;
    font-family: "yahei";
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 48px;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #f5f5f5;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: inline-block;
    padding: 0;
    margin-right: 13px;
}

.cbr-pagination ul span {
    display: inline-block;
    font-family: "yahei";
    font-size: 14px;
    font-weight: 600;   
    line-height: 48px;
    width: 50px;
    height: 50px;
    text-align: center;    
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: inline-block;
    padding: 0;
    margin-right: 13px;
    background-color: #015ca2;
    color: #fff;
}


.cbr-pagination ul li .page-numbers.next,
.cbr-pagination ul li .page-numbers.prev {
    color: #a3a3a3;
    background-color: transparent;
    border: 1px solid #b2b2b2;
}

.cbr-pagination ul li .page-numbers.next:hover,
.cbr-pagination ul li .page-numbers.prev:hover {
    background-color: #015ca2;
    color: #fff;
    border: 1px solid #015ca2;
}

.cbr-pagination ul li a.page-numbers:hover,
.cbr-pagination ul li .page-numbers.current {
    background-color: #015ca2;
    color: #fff;
}


/**** SCROLL TO TOP ***/

#scroll-top {
    position: fixed !important;
    right: 30px;
    bottom: -50px;
    display: block;
    text-align: center;
    width: 50px;
    height: 50px;
    visibility: hidden;
    opacity: 0;
    z-index: 7779;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
}

#scroll-top:after {
    content: "\f0d8";
    font-family: "Fontawesome";
    color: #fff;
    font-size: 20px;
    line-height: 48px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#scroll-top:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #005b7f;
    border: 1px solid #4d8da6;
    z-index: -1;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#scroll-top:hover:before {
    background-color: #015ca2;
    border: 1px solid #015ca2;
}

#scroll-top.show {
    bottom: 50px;
    right: 50px;
    opacity: 1;
    visibility: visible;
}


/**** PARTNER SLIDE ****/

.partner-slide .widget.widget_partner {
    padding: 45px 0 50px 0;
    border-bottom: 1px solid #1a6c8c;
}


/**** FOOTER ****/

#footer {
    padding: 30px 0;
}





/**首页tab**/

.tabmain{width:100%;height:420px;margin:50px auto; padding:1px; background: #015ca2; }
.tabmain .tab_left{float:left;width:30%; background: #015ca2;}
.tabmain .tabGroup{float:left;width:30%;height:auto; z-index:3; background: #015ca2; margin-top:80px;}
.tabmain .tabGroup li{height:48px;line-height:48px;padding-left:8px;text-align:left;cursor:pointer;-webkit-user-select:none; -moz-user-select:none;font-size:14px;font-family:'Microsoft yahei';color:#fff; padding:1px; border-bottom:1px solid #015290;border-top:1px solid #2070ad; padding-left:20px;}
.tabmain .tabGroup li.selectedTab{padding-left:20px;background:#015595 url(../imgs/right-d.png) right no-repeat;color:#fff;font-weight:bold; }
.tabmain .tabGroup li:hover{padding-left:20px;background:#015595 url(../imgs/right-d.png) right no-repeat;color:#fff;font-weight:bold; }
.tabmain .tabContent{padding:10px 20px;background-color:#fff;color:#777; min-height:384px; text-align: center;}
.tabmain .tabContent img{ height: 400px;}
.tabContent p a{margin-right:15px;text-decoration:none;text-align:center;color:orange; font-weight:bold;}
.tabContent h3{margin-bottom:5px;background:orange;color:#fff;font-size:14px;font-weight:bold;line-height:28px;text-align:center;}
.tabContent dl{line-height:22px;margin-bottom:10px;}
.tabContent dt{color:#1d9fd3;font-weight:bold;}
.tabContent dd img{display:block;}
.tabmain .blueline{position:absolute;top:0px;left:0px;width:3px;height:48px;background:#1d9fd3;overflow:hidden;}

.tabContent .witness p{position:relative;padding-left:20px;}
.tabContent .witness p em{color:orange; font-weight:bold;}
.tabContent .witness p a{color:#666;font-weight:normal;display:block; line-height:24px; text-align:left;}
.tabContent .witness p a:hover{background-color:#efefef;}
.tabContent .witness p .ele{left:0px;}

#container{float:left;width:70%;height:418px;background:#fff;overflow:hidden;}
#slider{position:absolute;top:0px;right:0;width:6px;border-radius:6px;background:#ccc;cursor:pointer; display:none;}
#sliderParent{position:absolute;left:0;height:0;width:100%;z-index:999;}
#sliderParent h4{ font-weight: normal;color:#fff; padding-left:20px; line-height: 80px; height: 80px; background: #014477; width: 30%;}
#sliderParent h4 span{ font-size: 24px; color:#94a5b9; }
#outerWrap{position:relative;z-index:999}

/*滚动条*/
.wrapacon{position:relative;float:left;width:468px;height:360px;margin-top:5px;overflow:hidden;}
.wrapaconlis{position:absolute;left:0;top:0;width:450px;}
.scrbar{position:relative; width:4px; height:355px;border:1px solid #f4f4f4;border-radius:20px;background-color:#f4f4f4; float:left;left:443px;margin-left:15px;}
.scrbar .barbg{position:absolute;right:-1px;top:50px;width:2px;height:105px;border:2px solid #dadada;background-color:#dadada;border-radius:20px;}

/**首页tab_end**/


/*首页资质荣誉*/
.friend{margin:0 auto;overflow:hidden;width:1330px;}
.mr_frbox{height:340px;padding:24px 0px 0px;}
.mr_frBtnL{cursor:pointer;display:inline;float:left;height:46px;margin:100px 10px 0 0;width:28px;}
.mr_frUl{float:left;height:202px;width:1047px;margin-left:10px;}
.mr_frBtnR{float:right;margin-top:100px;cursor:pointer;width:28px;height:46px;}
.mr_frUl ul li{display:inline;float:left;/*height:389px;*/width:300px;overflow:hidden;position:relative; margin:0 5px;}
.mr_frUl ul li:hover{ b }
.mr_frUl ul li a img{/*display:block;*/width:100%;}
.mr_zhe{width:300px;position:absolute;top:0;background:rgba(78, 164, 181, 0.65) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/filter:Alpha(opacity=80);background:#4ea4b5;/*实现IE背景透明*//*height:389px;*/left:0;right:0;}
.mr_zhe_i h1{text-align:center;font-size:182px;height:138px;line-height:138px;margin-top:72px;margin-bottom:64px;font-weight:bold;color:#fff;}
.mr_zhe_p{margin-bottom:60px;}
.mr_zhe_p h3{text-align:center;font-size:15px;font-weight:bold;color:#fff;line-height:30px;}
.mr_zhe_p h3 span{display:block;margin:0 auto;width:260px;font-size:18px;border-bottom:1px solid #f4f4f4;}
.mr_zhe_hover{bottom:-596px;height:200px;position:absolute;width:300px;background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/filter:Alpha(opacity=80);background:#0a0a0a;/*实现IE背景透明*/}
.mr_zhe_hover h1{text-align:center;height:40px;line-height:40px;margin:22px 0;color:#fff;}


ul#mr_fu { list-style:none; width:100%; margin:0 auto 10px; padding-left:20px;  overflow:hidden; } 

ul#mr_fu li { width:300px; height:389px; }    

ul#mr_fu li a.smallimage {  /*添加一个黑色的背景为图片变暗的效果做铺垫*/ display:block; width:300px; height:389px; }  
ul#mr_fu li a.smallimage img{ width:100%;} 

#bigimage { position:absolute; display:none; /*大图片的父标签设置相对定位并将显示样式设置为隐藏*/ z-index: 999999;}   

#bigimage img { width:600px; height:450px; padding:5px; background:#fff; border:1px solid #e3e3e3; }






/* 产品详情 */
.sdcontent{ display: block; }
.sdcontent ul li{ display: inline-block; margin:10px 10px 0 10px;  padding:0 20px; line-height: 40px; font-size: 14px; background: #fff; border:1px solid #eeeeee;}
.sdcontent ul li a{color:#333;}
.top_class{ border-bottom: 1px solid #f3f3f3; background: #f7f7f7}
.sdcontent ul li:hover{ background: #3B99FB; }
.sdcontent ul li:hover a{ color:#fff;}



/*固定的悬浮窗客服*/
.side{position:fixed;width:78px;right:0;top:50%;margin-top:-200px;z-index:100;border:1px solid #e0e0e0;background:#fff;border-bottom:0}
.side ul li{width:78px;height:78px;float:left;position:relative;border-bottom:1px solid #e0e0e0;color:#333;font-size:14px;line-height:38px;text-align:center;transition:all .3s;cursor:pointer}
.side ul li:hover{background:#f67524;color:#fff}
.side ul li:hover a{color:#fff}
.side ul li i{height:25px;margin-bottom:1px;display:block;overflow:hidden;background-repeat:no-repeat;background-position:center center;background-size:auto 25px;margin-top:14px;transition:all .3s}
.side ul li i.bgs1{background-image:url(../imgs/right_pic5.png)}
.side ul li i.bgs2{background-image:url(../imgs/right_pic7.png)}
.side ul li i.bgs3{background-image:url(../imgs/right_pic2.png)}
.side ul li i.bgs4{background-image:url(../imgs/right_pic1.png)}
.side ul li i.bgs5{background-image:url(../imgs/right_pic3.png)}
.side ul li i.bgs6{background-image:url(../imgs/right_pic6_on.png)}
.side ul li:hover i.bgs1{background-image:url(../imgs/right_pic5_on.png)}
.side ul li:hover i.bgs2{background-image:url(../imgs/right_pic7_on.png)}
.side ul li:hover i.bgs3{background-image:url(../imgs/right_pic2_on.png)}
.side ul li:hover i.bgs4{background-image:url(../imgs/right_pic1_on.png)}
.side ul li:hover i.bgs5{background-image:url(../imgs/right_pic3_on.png)}
.side ul li .sidebox{position:absolute;width:78px;height:78px;top:0;right:0;transition:all .3s;overflow:hidden}
.side ul li.sidetop{background:#f67524;color:#fff}
.side ul li.sidetop:hover{opacity:.8;filter:Alpha(opacity=80)}
.side ul li.sideewm .ewBox.son{width:238px;display:none;color:#363636;text-align:center;padding-top:235px;position:absolute;left:-240px;top:0;background-image:url(../imgs/leftewm.png);background-repeat:no-repeat;background-position:center center;border:1px solid #e0e0e0}
.side ul li.sideetel .telBox.son{width:240px;height:237px;display:none;color:#fff;text-align:left;position:absolute;left:-240px;top:-79px;background:#f67524}
.side ul li.sideetel .telBox dd{display:block;height:118.5px;overflow:hidden;padding-left:82px;line-height:24px;font-size:18px}
.side ul li.sideetel .telBox dd span{display:block;line-height:28px;height:28px;overflow:hidden;margin-top:32px;font-size:18px}
.side ul li.sideetel .telBox dd.bgs1{background:url(../imgs/right_pic8.png) 28px center no-repeat;background-color:#e96410}
.side ul li.sideetel .telBox dd.bgs2{background:url(../imgs/right_pic9.png) 28px center no-repeat}
.side ul li:hover .son{display:block!important;animation:fadein 1s}
@keyframes fadein{from{opacity:0}
to{opacity:1}
}









/*---------右侧咨询------------*/
#xiaomage-help-entry-pc {
  position: fixed;
  right: 15px;
  top: 50%;
  z-index: 999;
}
#xiaomage-help-entry-pc .xiaomage-entry-button {
  width: 45px;
  height: 128px;
  background-color: #00a4ff;
  color: white;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
#xiaomage-help-entry-pc .xiaomage-entry-button img {
  width: 25px;
  height: 25px;
  margin: 8px 10px;
  display: inline;
}
#xiaomage-help-entry-pc .xiaomage-entry-button span {
  cursor: default;
  display: inline-block;
  width: 14px;
  font-size: 14px;
  color: #fff;
  line-height: 17px;
}
#xiaomage-help-entry-pc .xiaomage-panel {
  visibility: hidden;
  width: 300px;
  height: auto;
  background-color: white;
  position: fixed;
  right: 75px;
  top: 50%;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
#xiaomage-help-entry-pc .xiaomage-panel .panel-close {
  width: 14px;
  height: 14px;
  float: right;
  margin: 8px 8px 0 0;
  cursor: pointer;
}
#xiaomage-help-entry-pc .xiaomage-panel .panel-content {
  min-height: 24px;
  padding-left: 0;
}
#xiaomage-help-entry-pc .xiaomage-panel .panel-content li {
  cursor: pointer;
  height: 50px;
  margin-top: 18px;
  margin-left: 25px;
}
#xiaomage-help-entry-pc .xiaomage-panel .panel-content li .content-icon {
  width: 26px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
#xiaomage-help-entry-pc .xiaomage-panel .panel-content li .content-main {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
#xiaomage-help-entry-pc .xiaomage-panel .panel-content li .content-main .content-title {
  font-size: 14px;
  color: #1e1e1e;
}
#xiaomage-help-entry-pc .xiaomage-panel .panel-content li .content-main .content-title:hover {
  color: #3dc4f7;
}
#xiaomage-help-entry-pc .xiaomage-panel .panel-content li .content-main .content-desc {
  padding-top: 0;
}
#xiaomage-help-entry-pc .xiaomage-panel .panel-content li .content-main .content-desc span {
  font-size: 14px;
  color: #1e1e1e;
}
#xiaomage-help-entry-pc .panelShow {
  visibility: visible !important;
}
#xiaomage-help-entry-pc #gotoTop {
  width: 45px;
  height: 45px;
  margin-top: 40px;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.15);
}
#xiaomage-help-entry-pc #gotoTop img {
  width: 100% !important;
  height: 100% !important;
}
#xiaomage-help-entry-mobile {
  position: fixed;
  right: 0.49333333rem;
  top: 70%;
  z-index: 999;
}
#xiaomage-help-entry-mobile .xiaomage-entry-button {
  width: 0.96rem;
  height: 3.26666667rem;
  background-color: #00a4ff;
  color: white;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
#xiaomage-help-entry-mobile .xiaomage-entry-button img {
  width: 100%;
  height: 100%;
}
#xiaomage-help-entry-mobile .xiaomage-panel {
  visibility: hidden;
  height: 4.66666667rem;
  background-color: white;
  position: fixed;
  right: 1.81333333rem;
  top: 70%;
  -webkit-box-shadow: 0 0.08rem 0.16rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.08rem 0.16rem 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
#xiaomage-help-entry-mobile .xiaomage-panel .panel-close {
  width: 0.42666667rem;
  height: 0.42666667rem;
  float: right;
  margin: 0.18666667rem 0.18666667rem 0 0;
  cursor: pointer;
}
#xiaomage-help-entry-mobile .xiaomage-panel .panel-content {
  padding-left: 0;
  margin-top: 0.72rem;
}
#xiaomage-help-entry-mobile .xiaomage-panel .panel-content li {
  cursor: pointer;
  height: 0.66666667rem;
  margin: 0.72rem 1rem 0 0.54666667rem;
}
#xiaomage-help-entry-mobile .xiaomage-panel .panel-content li:first-child {
  margin-top: 0;
}
#xiaomage-help-entry-mobile .xiaomage-panel .panel-content li .content-icon {
  width: 0.56rem;
  height: 0.56rem;
  display: inline-block;
  vertical-align: middle;
}
#xiaomage-help-entry-mobile .xiaomage-panel .panel-content li .content-main {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.16rem;
}
#xiaomage-help-entry-mobile .xiaomage-panel .panel-content li .content-main span {
  font-size: 0.49333333rem;
  color: #1e1e1e;
}
#xiaomage-help-entry-mobile .xiaomage-panel .panel-content li .content-main .content-title {
  font-size: 0.45333333rem;
  color: #1e1e1e;
  margin-right: 0.37333333rem;
}
#xiaomage-help-entry-mobile .xiaomage-panel .panel-content li .content-main .content-title:hover {
  color: #3dc4f7;
}
#xiaomage-help-entry-mobile .xiaomage-panel .panel-content li .content-main .content-desc {
  padding-top: 0.13333333rem;
}
#xiaomage-help-entry-mobile .xiaomage-panel .panel-content li .content-main .content-desc span {
  font-size: 0.18666667rem;
  color: #1e1e1e;
}
#xiaomage-help-entry-mobile .panelShow {
  visibility: visible !important;
}
#xiaomage-help-entry-mobile #gotoTop {
  width: 0.96rem;
  height: 0.96rem;
  margin-top: 0.18666667rem;
  -webkit-box-shadow: 0 0.08rem 0.16rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.08rem 0.16rem 0 rgba(0, 0, 0, 0.15);
}
#xiaomage-help-entry-mobile #gotoTop img {
  width: 100% !important;
  height: 100% !important;
}
.nb-invite-body,
.mobile-no-scale {
  display: none !important;
}
#xiaomage-help-entry-pc {
  display: block !important;
}

/*---------右侧咨询_end------------*/














/* ---------------------------------------------------------------------------- */
/* -------------------------------Zoom-Effect---------------------------------- */
/* ---------------------------------------------------------------------------- */  
.item-container {
    position: relative;
    overflow: hidden;
    display: block;
    text-align: center;
    background-color: #fff;
    vertical-align: top;
    margin-bottom: 20px;
    border: 1px solid #f7f7f7;
    padding: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.item-container img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.item-container .item-caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: none;
    width: 100%;
    height: 100%;
    padding: 35px 30px;
    -webkit-transition: 0.6s;transition: 0.6s;

}
.item-caption:hover{opacity: 0.9;}


.item-caption-inner {
    display: table;
    width: 100%;
    height: 100%;
}
.item-caption-inner1 {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.item-container .item-caption i.fa{
    font-size: 40px;
}
.item-container .item-caption h3, .item-container .item-caption span, .item-container .item-caption i.fa{
    display: block;
    text-align: center;
    color: #fff;
    display: none;
}
.item-container .item-caption h3{
    font-size: 35px;
    letter-spacing: 2px;
    margin-bottom : 0;
}
.item-container .item-caption span{
    font-size: 22px;
}
.item-container:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
    transform:scale(1.25);
}
.item-container:hover .item-caption {
    background: rgba(0, 0, 0, 0.5);
}
.item-container:hover .item-caption h3, .item-container:hover .item-caption span, .item-container:hover .item-caption i.fa{
    display: inline-block;
}


.categories {margin-bottom: 70px;text-align: center;}

ul.cat{margin: 0;padding: 0;}
ul.cat li {display: inline-block;}
ol.type li {margin: 10px 0 10px 20px;}
ol.type li:first-child {margin-left: 0;}
ol.type li a {color: #717171;padding: 14px 56px;background: #F8F8F8;font-size: 19px; font-weight: bold;line-height: 2.2;}
ol.type li a.active {background: #FFB246;color: #fff;}
ol.type li a:hover {background: #FFB246;color: #fff;}

.isotope-item {z-index: 2}
.isotope-hidden.isotope-item {z-index: 1}
.isotope, .isotope .isotope-item {-webkit-transition-duration: 0.8s;-moz-transition-duration: 0.8s;transition-duration: 0.8s;}
.isotope-item {margin-right: -1px;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.isotope {-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transition-property: height, width;-moz-transition-property: height, width;transition-property: height, width;}
.isotope .isotope-item {-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transition-property: -webkit-transform, opacity;-moz-transition-property: -moz-transform, opacity;transition-property: transform, opacity;}
/*首页资质荣誉_end*/


/*首页新闻*/
.index-new ul li{ margin-bottom:10px;  border-bottom:1px solid #f3f3f3; padding-bottom:10px;}
.index-new ul li h6{margin:0 0 0 8px;}
.index-new ul li h6 a{color:#333;}
.index-new ul li p{color:#999;}
.new-image img{width:100%;}


/* 首页tab */
.tab{ width:100%; }
.tab-hd { overflow:hidden; zoom:1; }
.tab-hd li{ width:100%; color:#fff;  cursor:pointer; line-height: 50px; color:#333; }
/* .tab-hd li.active{ background:#5595FF; color:#fff;} */
/* .tab-bd{ width:70%; float:right;} */
.tab-bd li{display:none; padding:20px; border:0px solid #ddd; border-top:0 none; font-size:24px; text-align: center;}
.tab-bd li.thisclass{ display:list-item;}
.tab-bd li img{ max-height: 400px;}

.tab_l{width:25%; background:#F3F4F7; float:left; text-align:center; height: 100%;}
.tab_pro{border:1px solid #f7f7f7; height: auto;}



.tab_pro h4{font-size:24px; color:#015ca2; padding:10px; border-bottom:1px solid #ccc; margin: 0;}
.tab_pro h4 span{font-size:18px; color:#666; font-weight: 600;}



.tab-hd-pro li{border-bottom:#e6e6e6 1px solid;}
.tab-hd-pro li.active{ background:#5595FF; color:#fff;}
.tab-bd-pro{ width:70%; float:right;}


.tab-hd2 { overflow:hidden; zoom:1;  height: 100%;}
.tab-hd2 li{ width:100%; color:#fff;  cursor:pointer; line-height: 50px; color:#333; }
/* .tab-hd li.active{ background:#5595FF; color:#fff;} */
/* .tab-bd{ width:70%; float:right;} */
.tab-bd2 li{display:none; padding:20px; border:0px solid #ddd; border-top:0 none; font-size:24px; text-align: center;}
.tab-bd2 li.thisclass{ display:list-item;}
.tab-bd2 li img{ max-height: 400px;}


.tab-new{height: border:1px solid #f7f7f7; height: 380px;}
.tab-hd-new{width:48%;  float:right; text-align: left;}
.tab-hd-new li{padding-bottom:10px; margin-bottom:10px; border-bottom:#f7f7f7 1px solid;}
.tab-hd-new .active li h5{  color:#015ca2;}
.tab-hd-new li h5{margin:0; font-weight: 500;}
.tab-hd-new li p{margin:0; color:#999; line-height: 20px;}
.tab-bd-new{ width:48%; float:left;}

/* 首页tab_end */




/* 页底表单 */

.form_bg{background:#2587ee; padding:30px 0 width:100%;}


#scrollSearchDiv{ padding:5px 0; width: 100%;  background-color: rgba(37,135,238,.8); color:#fff; text-align: center; position: fixed; bottom:0; z-index:9999999}
.b_form dl{display: inline-block; margin:0;}
.b_form dl h3{font-size: 24px; color:#fff;}
.b_form dl p{font-size: 14px; color:#fff;}
.b_form dl p i{background:#fff; padding:0 4px; margin: 0 5px;}

.pc-kk-form{
    padding:0;
}
.pc-kk-form2{
    padding:15px 10px;
}
.pc-kk-form h4{ text-align: center; font-size:20px; color:#333;   margin-bottom:15px;  border-bottom:0; }
.pc-kk-form p{font-size: 14px; text-align: center;}
.pc-kk-form p b{background: #FE7E00; color:#fff; font-size:30px;  margin: 0 2px; padding:2px 5px; font-weight: normal;}
.pc-kk-form-list{
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:5px;
    height:36px;
    line-height:36px;
    margin-top:15px;
    margin-bottom:15px;
}
.pc-kk-form-list input{
    /* width:100%; */
    border:none;
    background:none;
    color:#9fa3a7;
    font-size:14px;
    height: 36px;
    padding: 0 0 4px 10px;
}
.pc-kk-form-list textarea{
    background:none;
    border:none;
    height:60px;
    padding:10px;
    resize:none;
    width:94%;
    line-height:22px;
    color:#9fa3a7;
    font-size:14px;
}
.nice-select{
    position: relative;
    background: #fff url(../images/a2.jpg) no-repeat right center;
    background-size:18px;
    width:47%;
    float:left;
    border:1px solid #e5e5e5;
    border-radius:5px;
    height:36px;
    line-height:36px;
}

.nice-select ul{
    width: 100%;
    display: none;
    position: absolute;
    left: -1px;
    top: 44px;
    overflow: hidden;
    background-color: #fff;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #b9bcbf;
    z-index: 9999;
    border-radius:5px;

}
.nice-select ul li{
    padding-left:10px;
}
.nice-select ul li:hover{
    background:#f8f4f4;
}
.pc-kk-form-list-clear{
    background:none;
    border:none;
}
.pc-kk-form-btn button{
    background:#bdbdbd;
    color:#fff;
    border:none;
    width:100%;
    height:40px;
    line-height:40px;
    font-size:16px;
    border-radius:10px;
}

.pc-kk-form-btn button:hover{
    background:#ec5224;     
}

.pc-kk-form-btn2{
     display:inline-block;
    vertical-align: top;
}


.pc-kk-form-btn2 button{
    background:#00ccfe;
    color:#fff;
    border:none;
    height:36px;
    line-height:36px;
    font-size:16px;   
    width: 120px; 
    margin-left:4px; 
     
     padding:0;
     font-weight: normal;
     display:inline-block;
     border-radius:0;
     margin-top:0;
}


.pc-kk-form-btn2 button:hover{
    background:#ec5224;     
}



.pc-kk-form-list2{
    background:#fff;
    border:1px solid #e5e5e5;    
    height:36px;
    line-height:36px;
  
    width:200px;     
    margin-left:4px;
display: inline-block;

}
.pc-kk-form-list2 input{
    
    border:none;
    background:none;
    color:#9fa3a7;
    font-size:14px;
    height: 36px;
    padding: 0 0 4px 10px;
}








.form_text{height:30px;line-height: 30px; color:#999; font-size:14px; text-align: center;}

.form_text2{line-height: 20px; color:#999; font-size:14px; text-align: center; margin-top:6px;}
.nice-select2{
    position: relative;
    background: #fff url(../images/a2.jpg) no-repeat right center;
    background-size:18px;
    width:100%; 
    border:1px solid #e5e5e5;
    border-radius:5px;
    height:36px;
    line-height:36px;
    margin-bottom:15px;
}

.nice-select2 ul{
    width: 100%;
    display: none;
    position: absolute;
    left: -1px;
    top: 44px;
    overflow: hidden;
    background-color: #fff;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #b9bcbf;
    z-index: 9999;
    border-radius:5px;
}

.nice-select2 ul li{
    padding-left:10px;
}
.nice-select2 ul li:hover{
    background:#f8f4f4;
}


.pc-kk-form-list2 input{
    /* width:100%; */
    border:none;
    background:none;
    color:#9fa3a7;
    font-size:14px;
    height: 36px;
    padding: 0 0 4px 10px;
}
.pc-kk-form-list2 textarea{
    background:none;
    border:none;
    height:60px;
    padding:10px;
    resize:none;
    width:94%;
    line-height:22px;
    color:#9fa3a7;
    font-size:14px;
}


/* 页底表单_end */



.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel{display:none;width:100%;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}
.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}
.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}
@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}
.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}



.card-header-b {
    padding: 1rem;
    color: #ffffff;
    position: absolute;
    top: 50px;
    z-index: 2;
    width:100%;
    text-align:center;
}

.card-header-b h2{font-size: 18px; font-weight: normal;}



.card-header-b .title-2 a {
    color: #ffffff;
    text-decoration: none;
}

.card-shadow:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%); */

    background:  rgba(0, 0, 0, .7) 
}





.card-box-a,
.card-box-b,
.card-box-d {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-box-a .img-a,
.card-box-a .img-b,
.card-box-b .img-a,
.card-box-b .img-b {
  transition: .8s all ease-in-out;
}

.card-box-a:hover .img-a,
.card-box-a:hover .img-b,
.card-box-b:hover .img-a,
.card-box-b:hover .img-b {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.card-header-b .category-b {
    font-size: .9rem;
    background-color: #f4b800;
    padding: .6rem 2rem;
    color: #fff;
    letter-spacing: 0.030em;
    border-radius: 5px;
    text-decoration: none;
    margin-top:10px;
}

.line_t{border:1px solid #fff; width: 80px; margin:0 auto;}

@media (min-width: 992px)
.card-header-b .title-2 {
    font-size: 1.6rem;
}



















/* 首页产品特点 */

:root {
    --d: 700ms;
    --e: cubic-bezier(0.19, 1, 0.22, 1);
    --font-sans: 'Rubik', sans-serif;
    --font-serif: 'Cardo', serif;
}
.page-content2 {
    display: grid;
    grid-gap: 1rem;
    padding: 1rem;
    max-width: 1170px;
    margin: 0 auto;
    font-family: var(--font-sans);
}
@media (min-width: 600px) {
    .page-content2 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 800px) {
    .page-content2 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.tedian .col-md-3{ padding:0 5px;}
.card {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    overflow: hidden;
    padding: 1rem;    
    text-align: center;  
    margin:0 auto;
    color: whitesmoke;
    background-color: whitesmoke;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}
@media (min-width: 600px) {
    .card {
        height: 306px;
    }
}
.card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-size: cover;
    background-position: 0 0;
    -webkit-transition: -webkit-transform calc(var(--d) * 1.5) var(--e);
    transition: -webkit-transform calc(var(--d) * 1.5) var(--e);
    transition: transform calc(var(--d) * 1.5) var(--e);
    transition: transform calc(var(--d) * 1.5) var(--e), -webkit-transform calc(var(--d) * 1.5) var(--e);
    pointer-events: none;
}
.card:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(11.7%, rgba(0, 0, 0, 0.009)), color-stop(22.1%, rgba(0, 0, 0, 0.034)), color-stop(31.2%, rgba(0, 0, 0, 0.072)), color-stop(39.4%, rgba(0, 0, 0, 0.123)), color-stop(46.6%, rgba(0, 0, 0, 0.182)), color-stop(53.1%, rgba(0, 0, 0, 0.249)), color-stop(58.9%, rgba(0, 0, 0, 0.32)), color-stop(64.3%, rgba(0, 0, 0, 0.394)), color-stop(69.3%, rgba(0, 0, 0, 0.468)), color-stop(74.1%, rgba(0, 0, 0, 0.54)), color-stop(78.8%, rgba(0, 0, 0, 0.607)), color-stop(83.6%, rgba(0, 0, 0, 0.668)), color-stop(88.7%, rgba(0, 0, 0, 0.721)), color-stop(94.1%, rgba(0, 0, 0, 0.762)), to(rgba(0, 0, 0, 0.79)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform calc(var(--d) * 2) var(--e);
    transition: -webkit-transform calc(var(--d) * 2) var(--e);
    transition: transform calc(var(--d) * 2) var(--e);
    transition: transform calc(var(--d) * 2) var(--e), -webkit-transform calc(var(--d) * 2) var(--e);
}


.content {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    padding: 1rem;
    -webkit-transition: -webkit-transform var(--d) var(--e);
    transition: -webkit-transform var(--d) var(--e);
    transition: transform var(--d) var(--e);
    transition: transform var(--d) var(--e), -webkit-transform var(--d) var(--e);
    z-index: 1;
}
.content > * + * {
    margin-top: 1rem;
}

.title {
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 2.6;    
}

.title_bg { 
    background:#5595FF;
    width:300px;
    color:#fff;
}


.copy {
    font-family: yahei;
    font-size: 1.125rem;    
    line-height: 1.35;
}

.btn {
    cursor: pointer;
    margin-top: 1.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 0.65rem;
    font-weight: bold;
    letter-spacing: 0.025rem;
    text-transform: uppercase;
    color: white;
    background-color: #5595FF;
    border: none;
}
.btn:hover {
    background-color: #4a82df; color:#fff;
}
.btn:focus {
    outline: 1px dashed yellow;
    outline-offset: 3px;
}

@media (hover: hover) and (min-width: 600px) {
    .card:after {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .content {
        -webkit-transform: translateY(calc(100% - 3.8rem));
        transform: translateY(calc(100% - 3.8rem));
    }
    .content > *:not(.title) {
        opacity: 0;
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
        -webkit-transition: opacity var(--d) var(--e), -webkit-transform var(--d) var(--e);
        transition: opacity var(--d) var(--e), -webkit-transform var(--d) var(--e);
        transition: transform var(--d) var(--e), opacity var(--d) var(--e);
        transition: transform var(--d) var(--e), opacity var(--d) var(--e), -webkit-transform var(--d) var(--e);
    }

    .card:hover,
    .card:focus-within {
        -webkit-box-align: center;
        align-items: center;
    }
    .card:hover:before,
    .card:focus-within:before {
        -webkit-transform: translateY(-4%);
        transform: translateY(-4%);
    }
    .card:hover:after,
    .card:focus-within:after {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .card:hover .content,
    .card:focus-within .content {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .card:hover .content > *:not(.title),
    .card:focus-within .content > *:not(.title) {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: calc(var(--d) / 8);
        transition-delay: calc(var(--d) / 8);
    }

    .card:hover .content .title{background: none;}

    .card:focus-within:before, .card:focus-within:after,
    .card:focus-within .content,
    .card:focus-within .content > *:not(.title) {
        -webkit-transition-duration: 0s;
        transition-duration: 0s;
    }
}

/* 首页产品特点_end */






/**** MEDIA QUERIES ****/

@media only screen and (max-width: 1230px) {
    #top-bar.style-1 .top-bar-address {
        display: none;
    }
    #top-bar.style-1 .top-bar-logo {
        text-align: left;
    }
    .header-style-1 #site-header .site-header-inner,
    .header-style-3 #site-header .site-header-inner {
        padding: 0 0px;
    }
    #featured-title {
        padding: 153px 0 135px
    }
    #featured-title .featured-title-heading {
        color: #fff;
        font-size: 80px;
        line-height: 120px;
    }
    #sidebar {
        display: none;
    }
    #site-content {
        width: 100% !important;
        max-width: none !important;
        float: none;
    }
    .hentry .post-media img,
    .hentry .post-video img {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    #top-bar.style-1 .contact-info {
        width: 100%;
        line-height: 40px;
    }
    #top-bar.style-1 #top-bar-inner {
        padding: 20px 0;
    }
    #top-bar .top-bar-menu {
        display: none;
    }
    #top-bar .aside-btn span {
        padding: 0 25px;
    }
    #site-header .mobile-button {
        display: block;
    }
    #site-header .language-group {
        float: left;
    }
    #site-header #header-search {
        display: none;
    }
    #featured-title {
        padding: 113px 0 100px
    }
    #featured-title .featured-title-heading {
        color: #fff;
        font-size: 45px;
        line-height: 80px;
    }
    #comments .name-wrap,
    #comments .email-wrap {
        width: 100%;
        float: left;
        margin-right: 0;
    }
    .login-register-area .have-questions {
        padding-top: 60px;
    }
    .padding-right-0 {
        padding-right: 15px !important;
    }
    .padding-left-0 {
        padding-left: 15px !important;
    }
    #scroll-top.show {
        bottom: 30px;
        right: 16px;
    }
    #footer .widget {
        padding-bottom: 60px;
    }
    #footer .widget.widget_about,
    #footer .widget.widget_links {
        text-align: left;
    }
    #footer .widget.widget_about .footer-logo {
        padding-top: 7px;
    }
    #footer .widget.widget_links {
        padding-bottom: 0;
    }
    #footer-widgets .widget.widget_about .widget-text .copyright {
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    #top-bar.style-1 .contact-info {
        display: none;
    }
    #top-bar.style-1 .top-bar-logo {
        text-align: center;
    }
    #top-bar .aside-btn span {
        font-size: 13px;
        padding: 0 15px;
    }
    #rev_slider_01 .cbr-button span {
        font-size: 12px !important;
        line-height: 24px !important;
    }
    #rev_slider_01 .cbr-button.big {
        padding: 6px 31px !important;
    }
    .coming-soon .content-wrap .heading {
        font-size: 60px;
        line-height: 90px;
        margin-bottom: 20px;
    }
    .coming-soon .content-wrap .form-wrap {
        display: none;
    }
    .login-register-area .simple-link,
    .login-register-area .simple-link-2 {
        display: block;
        margin-left: 0;
        margin-top: 15px;
    }
    .cbr-pagination ul li {
        margin-bottom: 13px;
    }
}