016543016543016543016543slider-img@charset "UTF-8";


/* CSS Document */


/*------------------------------------------------------------------

------------------------------------------------------------------
[CSS Table of contents]

1.  Body / Typographyhe_3DFlipX_inner
2.  Form Elements
3.  Buttons
4.  General / Elements
        4.1 Section space
        4.2 Margin space
        4.3 Padding space
        4.4 Background color
        4.5 Features
        4.7 Call to actions
        4.8 Img hover effect
        4.9 Icon
        -----------------------
5. Header / Navigations
        5.1 Header Regular
        5.2 Header Transparent
        5.3 Navigation Regular
        5.4 Page Header

        -----------------------
6. Slider
        6.1 Slider
        -----------------------
7. Content
8. Footers
9. Pages
    9.1  Service
    9.2  Service Single / sidebar with sidenav
    9.3  Testimonial
    9.4  Contact us
    9.5  Styleguide
    9.6  404 error
    ------------------------------------
10.Blog
    10.1 Blog Default
    10.2 Blog Single
    ------------------------------------
11.Sidebar
    11.1 Widget
    ------------------------------------

13. Media Queries


14.businessinfo 首页

15.关于我们 aboutus
------------------------------------------------------------------*/


/*-----------------------------------
    1. Body / Typography
-----------------------------------*/
body,
html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    font-size: 17px;
    letter-spacing: 0px;
    color: #777777;
    font-weight: 300;
    line-height: 34px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    color: #000000;
    font-family: 'Microsoft Yahei', sans-serif;
    margin: 0px 0px 15px 0px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
    line-height: 30px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 16px;
    line-height: 22px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    margin: 0 0 30px;
    line-height: 1.6;
}

p:last-child {
    margin: 0px;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #111;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #000;
}

.lead {

    font-size: 21px;
    font-weight: 500;
    line-height: 1.5;
    font-family: 'Microsoft Yahei', sans-serif;
    color: #111111;
    margin-bottom: 30px;
}

.boxborder {
    border: 1px #0000FF solid;
}

.blockquote {
    padding: 40px;
    border-radius: 0px;
    border: 0px;
    color: #111111;
    background-color: #f4f4f0;
}

.blockquote-content p {
    font-style: italic;
    font-family: 'Microsoft Yahei', sans-serif;
    color: #111111;
    margin-bottom: 30px;
    line-height: 1.4;
    font-weight: 500;
    font-size: 21px;
    border-left: 4px solid #ffe62c;
    padding-left: 30px;
    margin: 0px;
}

.blocquote-author {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    font-style: normal;
    color: #302e2e;
    letter-spacing: 1px;
}

blockquote p {
    font-family: 'Microsoft Yahei', sans-serif;
    color: #302e2e;
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    font-style: italic;
    padding-left: 15px;
}

strong {
    color: #111;
    font-weight: 700;
    margin-right: 8px;
}

hr {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 40px;
    margin-top: 40px;
}


/*-----------------------
    2 Form Elements:
-------------------------*/

label {
}

.control-label {
    font-size: 14px;
    text-transform: capitalize;
    color: #111;
    margin-bottom: 10px;
}

.form-control:focus {
}

.textarea.form-control {
}

.required {
}

.form-group {
    margin-bottom: 5px;
}

.form-control {
    border-radius: 30px;
    text-transform: capitalize;
    color: #7d7a79;
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    height: 48px;
    padding: 12px;
    line-height: 1.42857143;
    background-image: none;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    margin-bottom: 10px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

input[type=checkbox],
input[type=radio] {
    margin: 8px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.input-group-addon {
    border-radius: 0px;
}


/*-------------- align ------------*/


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 0px 0 30px 30px;
}

.alignleft {
    float: left;
    margin: 0px 30px 0px 0;
}

a img.alignright {
    float: right;
    margin: 0px 0 30px 30px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/*-----------------------------------
    3. Buttons
-----------------------------------*/

.btn {
    font-family: 'Microsoft Yahei', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 20px;
    margin-bottom: 4px;
    letter-spacing: 1.4px;
    border-radius: 50px;
    border: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

btn2 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-primary {
    background-color: #337ab7;
    color: #fff;
}

.btn-primary2 {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:hover {
    background-color: #ADADAD;
    color: #000;
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: #ADADAD;
    color: #000;
}

.btn-default {
    background-color: #000;
    color: #fff;
}

.btn-default:hover {
    background-color: #242424;
    color: #fff;
}

.btn-default.focus,
.btn-default:focus {
    background-color: #242424;
    color: #fff;
}

.btn-lg {
    padding: 16px 24px;
    font-size: 14px;
}

.btn-sm {
    padding: 9px 18px;
    font-size: 12px;
}

.btn-xs {
    padding: 7px 16px;
    font-size: 11px;
}

.bkyello {
    background-color: yellow;
}

.btn-link {
    color: #111111;
    border-bottom: 3px solid #ffe62c;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-link:hover {
    color: #ADADAD;
    border-bottom: 2px solid #ADADAD;
    text-decoration: none;
}

button.btn {
    margin-right: -1px;
}


/*-----------------------------------
    4. General / Elements
-----------------------------------*/


/*-----------------------
    4.1 Section space :
-------------------------*/


/*Note: Section space help to create top bottom space;*/


@media only screen and (min-width: 768px) {
    .space-small {
        padding-top: 40px;
        padding-bottom: 40px;
    }

}

@media only screen and (max-width: 768px) {
    .space-small {
        padding-top: 20px;
        padding-bottom: 20px;
    }

}


.space-medium {
    padding-top: 80px;
    padding-bottom: 80px;
}

.space-large {
    padding-top: 120px;
    padding-bottom: 120px;
}

.space-ex-large {
    padding-top: 140px;
    padding-bottom: 140px;
}


/*----------------------
   4.2 Margin Space
-----------------------*/

.mr5 {
    margin-right: 5px;
}

.ml5 {
    margin-left: 5px;
}

.mb0 {
    margin-bottom: 0px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb130 {
    margin-bottom: 130px;
}

.mt0 {
    margin-top: 0px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 100px;
}


/*----- less margin space from top --*/

.mt-20 {
    margin-top: -20px;
}

.mt-40 {
    margin-top: -40px;
}

.mt-60 {
    margin-top: -60px;
}

.mt-80 {
    margin-top: -80px;
}


/*-----------------------
   4.3 Padding space
-------------------------*/

.nopadding {
    padding: 0px;
}

.nopr {
    padding-right: 0px;
}

.nopl {
    padding-left: 0px;
}

.pinside10 {
    padding: 10px;
}

.pinside20 {
    padding: 20px;
}

.pinside30 {
    padding: 30px;
}

.pinside40 {
    padding: 40px;
}

.pinside50 {
    padding: 50px;
}

.pinside60 {
    padding: 60px;
}

.pinside80 {
    padding: 80px;
}

.pinside130 {
    padding: 130px;
}

.pdt10 {
    padding-top: 10px;
}

.pdt20 {
    padding-top: 20px;
}

.pdt30 {
    padding-top: 30px;
}

.pdt40 {
    padding-top: 40px;
}

.pdt60 {
    padding-top: 60px;
}

.pdt80 {
    padding-top: 80px;
}

.pdb10 {
    padding-bottom: 10px;
}

.pdb20 {
    padding-bottom: 20px;
}

.pdb30 {
    padding-bottom: 30px;
}

.pdb40 {
    padding-bottom: 40px;
}

.pdb60 {
    padding-bottom: 60px;
}

.pdb80 {
    padding-bottom: 80px;
}

.pdb150 {
    padding-bottom: 150px;
}

.pdl10 {
    padding-left: 10px;
}

.pdl20 {
    padding-left: 20px;
}

.pdl30 {
    padding-left: 30px;
}

.pdl40 {
    padding-left: 40px;
}

.pdl60 {
    padding-left: 60px;
}

.pdl80 {
    padding-left: 80px;
}

.pdr10 {
    padding-right: 10px;
}

.pdr20 {
    padding-right: 20px;
}

.pdr30 {
    padding-right: 30px;
}

.pdr40 {
    padding-right: 40px;
}

.pdr60 {
    padding-right: 60px;
}

.pdr80 {
    padding-right: 80px;
}

.pdtb40 {
    padding-bottom: 40px;
    padding-top: 40px;
}


/*--------------------------------
4.4 Background & Block color
----------------------------------*/

.bg-light {
    background-color: #f8faf5;
}

.bg-primary {
    background-color: #ffe62c;
    color: #fff;
}

.bg-default {
}

.bg-white {
    background-color: #fff;
}

.outline {
}

.section-title {
    margin-bottom: 40px;
}

.title {
    color: #333333;
}

.small-title {
}

.small-text {
    padding-top: 20px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #111;
}

.primary-sidebar {
}

.secondary-sidebar {
}

.well-block {
}

.divider-line {
}


/*--------------------------------
4.5 Features Block
----------------------------------*/


.feature-block {
}

.feature-text {
}

.feature-title {
}

.feature-content {
}

.feature-section {
}

.feature-icon ul {
}

.feature-icon ul li {
}

.feature-icon ul li i {
}


/*--------------------------------
4.6 Bullet/arrow
----------------------------------*/

.angle {
    position: relative;
    color: #777777;
    font-weight: 400;
    line-height: 34px;
}

.angle-right li:before {
    font-family: FontAwesome;
    display: block;
    position: absolute;
    left: 0;
    font-size: 11px;
    padding-top: 8px;
    color: #111111;
    content: "\f111";
}

.chekbox {
    position: relative;
    color: #777777;
    font-weight: 400;
    line-height: 34px;
}

.chekbox li:before {
    font-family: FontAwesome;
    display: block;
    position: absolute;
    left: 0;

    font-size: 14px;
    padding-top: 0px;
    color: #111111;
    content: "\f046";
}

.chekbox li {
    padding-left: 25px;
}


/*--------------------------------
4.7 Call to actions
----------------------------------*/

.cta-section {
}

.cta-block {
}

.cta-text {
}

.cta-title {
}

.cta-btn {
}

.widget-cta {
}

.widget-cta-block {
}

.widget-cta-icon {
}

.widget-cta-content {
}

.widget-cta-title {
}

.widget-cta-text {
}


/*--------------------------------
 4.8 Image Hover Effect
----------------------------------*/

img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    line-height: normal;
    vertical-align: middle;
}

.imghover {
    display: block;
    position: relative;
    max-width: 100%;
}

.imghover::before,
.imghover::after {
    display: block;
    position: absolute;
    content: "";
    text-align: center;
    opacity: 0;
}

.imghover::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.imghover::after {
    top: 55%;
    left: 50%;
    padding: 10px;
    line-height: 10px;
    margin: -25px 0 0 -25px;
    content: "\f00e";
    font-family: "FontAwesome";
    font-size: 30px;
}

.imghover:hover::before,
.imghover:hover::after {
    opacity: 1;
}

.imghover:hover::before {
    background-color: rgba(255, 230, 44, 0.80);;
}

.imghover:hover::after {
    color: #fff;
}


/*--------------------------------
4.9 Icon
----------------------------------*/

.icon {
}

.icon-1x {
    font-size: 18px;
}


/* default icon size of font*/

.icon-2x {
    font-size: 38px;
}

.icon-4x {
    font-size: 65px;
}

.icon-6x {
    font-size: 88px;
}

.icon-8x {
    font-size: 108px;
}

.icon-default {
    color: #aa9144;
}

.icon-primary {
    color: #474954;
}

.icon-secondary {
    color: #fff;
}

.icon-white {
    color: #fff;
}


/*--------------------------------
5 Header / Navigations
----------------------------------*/


/*--------------------
    5.1 Header Regular
   ----------------------*/

.logo {
}

.top-bar {
}

.call-info {
}


.call-text {
}

.call-text strong {
}

.social {
}

.social ul {
}

.social ul li {
}

.social ul li a {
}

.social ul li a:hover {
}


.header-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
}

.header-collapse {
    background-color: #393939;
}

.header-btn {
    padding-top: 6px;
}


/*--------------------------
    5.2 Navigations Regular
   ----------------------------*/

.hero-section {
    background: url(../images/hero-img.jpg) no-repeat center;
    background-size: cover;
}

.hero-section-caption {
    margin-top: 110px;
    margin-bottom: 110px;
    background-color: #4d8638;
    border-radius: 6px;
}

.hero-title {
    color: #fff;
    font-size: 35px;
    font-weight: 100;
    line-height: 45px;
    margin-bottom: 25px;
}

#navigation {
    float: right;
}

#navigation,
#navigation ul,
#navigation ul li,
#navigation ul li a,
#navigation #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#navigation:after,
#navigation > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#navigation #menu-button {
    display: none;
}

#navigation {
    padding-top: 5px;
    font-family: 'Microsoft Yahei', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

#navigation > ul > li {
    float: left;
}

#navigation.align-center > ul {
    font-size: 0;
    text-align: center;
}

#navigation.align-center > ul > li {
    display: inline-block;
    float: none;
}

#navigation.align-center ul ul {
    text-align: left;
}

#navigation.align-right > ul > li {
    float: right;
}

#navigation > ul > li > a {
    padding: 11px;
    font-size: 13px;
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
}

/* 一级菜单颜色 */
#navigation > ul > li:hover > a {
    color: #fff;
    background-color: #1b8b65;
    border-radius: 2%;
}

#navigation > ul > li.has-sub > a {
    padding-right: 32px;
}


/*#navigation>ul>li>a:after {
    position: absolute;
    top: 16px;
    right: -3px;
    height: 2px;
    display: block;
    content: '/';
}*/

#navigation > ul > li.has-sub > a:before {
    position: absolute;
    right: 14px;
    font-family: FontAwesome;
    content: "\f107";
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}


/*#navigation > ul > li.has-sub:hover > a:before {
 top: 23px;
 height: 0;
}*/

#navigation ul ul {
    position: absolute;
    left: -9999px;
}

#navigation.align-right ul ul {
    text-align: right;
}

#navigation ul ul li {
    top: 0px;
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#navigation li:hover > ul {
    left: auto;
}

#navigation.align-right li:hover > ul {
    left: auto;
    right: 0;
}

#navigation li:hover > ul > li {
    height: 42px;
}

#navigation ul ul ul {
    margin-left: 100%;
    top: 0;
}

#navigation.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

/* 0075c2 二级菜单颜色 1daee9 */
#navigation ul ul li a {
    background-color: #1b8b65;
    padding: 14px 22px;
    width: 218px;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: #393939 1px solid;
    letter-spacing: 1px;
}

#navigation ul ul li:first-child > a {
    border-top-right-radius: 2%;
}

#navigation ul ul li:last-child > a {
    border-bottom-right-radius: 2% px;
    border-bottom-left-radius: 2% px;
}

#navigation ul ul li:last-child > a,
#navigation ul ul li.last-item > a {
    border-bottom: 0;
}

#navigation ul ul li:hover > a,
#navigation ul ul li a:hover {
    color: #000;
    background-color: #ADADAD;
}

#navigation ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}

#navigation.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px;
}

#navigation ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#navigation.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px;
}

#navigation ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}

#navigation.small-screen {
    width: 100%;
}

#navigation.small-screen ul {
    width: 100%;
    display: none;
}

#navigation.small-screen.align-center > ul {
    text-align: left;
}

#navigation.small-screen ul li {
    width: 100%;
    border-top: 1px solid #e5ce25;
    top: auto;
    background-color: #1b8b65;
}

#navigation.small-screen ul ul li,
#navigation.small-screen li:hover > ul > li {
    height: auto;
}

#navigation.small-screen ul li a,
#navigation.small-screen ul ul li a {
    width: 100%;
    border-bottom: 0;
    padding: 20px 15px;
    color: #000;
}

#navigation.small-screen > ul > li > a:after {
    position: absolute;
    top: 16px;
    right: -3px;
    height: 2px;
    display: block;
    content: '';
}

#navigation.small-screen > ul > li {
    float: none;
}

#navigation.small-screen ul ul li a {
    padding-left: 25px;
}

#navigation.small-screen ul ul ul li a {
    padding-left: 35px;
}

#navigation.small-screen ul ul li a {
    color: #000;
    background: #1b8b65;
}

#navigation.small-screen ul ul li:hover > a,
#navigation.small-screen ul ul li.active > a {
    color: #000;
    background-color: #f1d81b;
}

#navigation.small-screen ul ul,
#navigation.small-screen ul ul ul,
#navigation.small-screen.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
}

#navigation.small-screen > ul > li.has-sub > a:after,
#navigation.small-screen > ul > li.has-sub > a:before,
#navigation.small-screen ul ul > li.has-sub > a:after,
#navigation.small-screen ul ul > li.has-sub > a:before {
    display: none;
}

@media only screen and (min-width: 768px) {
    #navigation.small-screen #menu-button {
        display: block;
        padding: 18px;
        color: #000;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        /* background-color: #ffe62c; */
        background-color: #1b8b65;
        margin-top: 15px;
    }

}

@media only screen and (max-width: 768px) {
    #navigation.small-screen #menu-button {
        display: block;
        padding: 0px;
        color: #000;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        /* background-color: #ffe62c; */
        background-color: #1b8b65;
        margin-top: 0px;
    }

}


#navigation.small-screen #menu-button:after {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 12px;
    width: 20px;
    border-top: 2px solid #fff;
    /* 手机版菜单颜色 */
    border-bottom: 2px solid #fff;
    /* 手机版菜单颜色 */
    content: '';
}

#navigation.small-screen #menu-button:before {
    position: absolute;
    top: 21px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #fff;
    /* 手机版菜单颜色 */
    content: '';
}

#navigation.small-screen #menu-button.menu-opened:after {
    top: 20px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#navigation.small-screen #menu-button.menu-opened:before {
    top: 20px;
    background: #000;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#navigation.small-screen .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #1b8b65;
    height: 54px;
    width: 53px;
    cursor: pointer;
}

#navigation.small-screen .submenu-button.submenu-opened {
}

#navigation.small-screen ul ul .submenu-button {
    height: 34px;
    width: 34px;
}

#navigation.small-screen .submenu-button:after {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 8px;
    height: 2px;
    display: block;
    background: #000;
    content: '';
}

#navigation.small-screen ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
}

#navigation.small-screen .submenu-button.submenu-opened:after {
    background: ;
}

#navigation.small-screen .submenu-button:before {
    position: absolute;
    top: 22px;
    right: 23px;
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    content: '';
}

#navigation.small-screen ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
}

#navigation.small-screen .submenu-button.submenu-opened:before {
    display: none;
}

#navigation.small-screen.select-list {
    padding: 5px;
}


/*----------------------------------------------
    5.4 Page Header
----------------------------------------------*/

.page-header {
    text-align: center;
    background-image: url(../images/pageheader.jpg);
    background-size: cover;
    margin: 0px;
    padding: 0px;
    border: 0px;

}


.page-section {
    padding-top: 200px;
    padding-bottom: 100px;
}

.page-description {
}

.page-description p {
}

.page-title {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Microsoft Yahei', sans-serif;
    color: #fff;
}

.page-text {
    color: #fff;
}

.page-section .page-text {
    font-size: 17px;
}

.page-textgrey {
    color: #ccc;
}

.page-textgrey {
    color: darkslategrey;
}


/*-----------------------------------
    6. Slider
-------------------------------------*/

.slider {
    margin-bottom: -30px;
}

.slider-img {
    background: -moz-linear-gradient(top, rgba(13, 15, 13, 0.3) 0%, rgba(13, 15, 13, 0.3) 100%);
    background: -webkit-linear-gradient(top, rgba(13, 15, 13, 0.3) 0%, rgba(13, 15, 13, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(13, 15, 13, 0.3) 0%, rgba(13, 15, 13, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1b2429', endColorstr='#cc1b2429', GradientType=0);
    position: relative;
}

.slider-img img {
    position: relative;
    z-index: -1;
}

.slider-captions {
    position: absolute;
    bottom: 210px;
    width: 100%;
    color: #fff;
    text-align: center;
}

.slider-title {
    color: #fff;
    font-size: 54px;
    font-weight: 700;
}

.slider-text {
    color: #fff;
}

.slider .owl-dots {
    text-align: center !important;
    position: relative;
    bottom: 150px;
}

.slider .owl-nav {

    text-align: center;
    -webkit-tap-highlight-color: transparent;
}


.slider .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 0px;
    color: #fff;
    font-size: 18px;
    margin: 8px;
    padding-top: 2px;
    background: #b5b5bd;
    display: block;
    cursor: pointer;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    border: 1px solid #b5b5bd;
}

.slider .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: 0px;
    color: #fff;
    font-size: 18px;
    margin: 8px;
    padding-top: 2px;
    background: #b5b5bd;
    display: block;
    cursor: pointer;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    border: 1px solid #b5b5bd;
}

.slider .owl-nav .owl-prev:hover {
    background-color: #ffe62c;
    border: 2px solid #ffe62c;
    text-decoration: none;
    color: #000;
}

.slider .owl-nav .owl-next:hover {
    background-color: #ffe62c;
    border: 2px solid #ffe62c;
    text-decoration: none;
    color: #000;
}


.slider .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.slider .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 5px 4px;
    background: #b5b5bd;
    border-radius: 5px;
    border: 2px solid #b5b5bd;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
}

.slider .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffe62c;
    border: 2px solid #ffe62c;
}

.slider .owl-carousel .owl-item img {
    width: 100%;
}


/*-----------------------------------
7. before after gallery
-------------------------------------*/

.ba-gallery {
}

.left-btn,
.right-btn {
}

.ba-left-btn {
}

.ba-right-btn {
}


/*-----------------------------------
8. Footer
-------------------------------------*/
@media only screen and (min-width: 768px) {
    .footer {
        background-color: #0d0d0c;
        padding-top: 60px;
        padding-bottom: 30px;
        color: #747472;
        font-weight: 400;
        font-size: 14px;
    }

}

@media only screen and (max-width: 768px) {

    .footer {
        background-color: #0d0d0c;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #747472;
        font-weight: 400;
        font-size: 14px;
    }
}


.footer-title {
    margin-bottom: 55px;
    color: #fff;
}

.ft-navigation {
    text-align: center;
}

.ft-navigation ul {
}

.ft-navigation ul li {
    display: inline-block;
}


@media only screen and (min-width: 768px) {
    .ft-navigation ul li a {
        color: #fff;
        padding: 30px;
        font-size: 14px;
        font-weight: 500;
    }

}

@media only screen and (max-width: 768px) {
    .ft-navigation ul li a {
        color: #fff;
        padding: 10px;
        font-size: 14px;
        font-weight: 500;
    }

}

.ft-navigation > ul > li > a:after {
    position: absolute;
    top: 2px;
    height: 2px;
    display: inline-block;
    content: '|';
    margin-left: 30px;
}

.ft-navigation ul li a:hover {
    /* color: #ffe62c; */
    color: #1b8b65;
}

.ft-navigation {
}

.footer-widget {
    margin-bottom: 30px;
    text-align: center;
}

.footer-widget ul {
    margin-bottom: 25px;
}

.footer-widget ul li {
    line-height: 1;
    margin-bottom: 18px;
    font-size: 14px;
}


.footer-widget .form-control {
}

.footer-social {
    margin-top: 20px;
}

.footer-social a span {
    font-size: 20px;
    padding-right: 4px;
    color: #58595a;
}

.footer-line {
}

.footer-social a span:hover {
    color: #ffe62c;
}

.footer-social a span.active {
    color: #ffe62c;
}

.footer-link {
}

.footer-link:hover {
}

.time-schedule {
}

.time-schedule-text {
}


/*-------------- tiny footer ------------*/

.tiny-footer {
}


/*-----------------------------------
9. Pages
-------------------------------------*/

@media only screen and (min-width: 768px) {
    .teamxingshi {
        padding-left: 50px;
    }
}

/*-------------------------
 9.1 About us
---------------------------*/

.about-section {
    padding: 70px;
    background-color: #fff;
    margin-top: -100px;
    position: relative;
    z-index: 3;
}

@media only screen and (min-width: 768px) {
    .about-title {
        margin-bottom: 30px;
        color: #111;

    }
}

@media only screen and (max-width: 768px) {
    .about-title {
        margin-top: 10px;
        margin-bottom: 10px;
        color: #111;

    }

}

.about-img img {
    border-radius: 4px;
    position: relative;
}

.about-icon {
    position: absolute;
    bottom: 38%;
    left: 47%;
    text-align: center;
}

.build-pic {
}

.about-btn {
    margin-top: -200px;
    margin-bottom: 50px;
}

.about-list {
}

.about-list ul {
}

.about-list ul li {
    padding-left: 20px;
}

.about-list ul li:before {
}


/*-------------------------
 9.2  Service / single / sidebar
--------------------------*/

.project-block {
    margin-bottom: 30px;
}

.specification {
    margin-top: 30px;
}

.specification i {
}

.specification-text {
    padding-left: 30px;
    margin-top: -25px;
}

.specification h4 {
    margin-bottom: 4px;
}

.amenities {
}

.amenities i {
    font-size: 45px;
    color: #a3a39e;
    margin-bottom: 30px;
    display: block;
}

.floor-plan {
}

.floor-plan h4 {
    text-align: center;
    margin-top: 40px;
}

.nav-scroll {
}

.nav-scroll ul {
}

.nav-scroll ul li {
    margin-top: -50px;
}

.nav-scroll ul li a {
    float: left;
    padding: 8px 56px;
    background-color: #ffe62c;
    color: #111;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 1px;

}

.nav-scroll ul li a:hover {
    background-color: #111;
    color: #fff;
}

.nav-scroll a.active {
    background-color: #111;
    color: #fff;
}

#project,
#lifestyle,
#amenities,
#gallery,
#floorplan,
#contact {
    padding-top: 200px;
}


/*-------- filter gallery -------*/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
    padding: 1px;
    padding-bottom: -1px;
}

.portfolioContainer {
    margin-top: 30px;
}

.portfolioFilter {
    text-align: center;
    margin-top: 40px;
}

.portfolioFilter a {
    text-transform: uppercase;
    background-color: #111;
    padding: 5px 24px;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 0px;
    border-radius: 50px;
}

.portfolioFilter a:hover {
    color: #111;
    background-color: #ffe62c;
}

.portfolioFilter a.current {
    color: #111;
    text-decoration: none;
    background-color: #ffe62c;
}


.caption-style-1 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}


.style-1 {
    padding: 0px;
    position: relative;
    overflow: hidden;
    /* float: left;
	 */
}

.caption-style-1 :hover .caption {
    opacity: 1;
}


.caption-style-1 img {
    margin: 0px;
    padding: 0px;
    float: left;
    z-index: 4;
}


.caption-style-1 .caption {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.caption-style-1 .blur {
    background-color: rgba(255, 230, 44, 0.80);
    height: 344px;
    width: 310px;
    z-index: 5;
    position: absolute;
}

.caption-text h1 {
    text-align: center;
}


.caption-style-1 .caption-text h1 {
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
}

.caption-style-1 .caption-text {
    z-index: 10;
    color: #111;
    position: absolute;
    width: 310px;
    height: 344px;
    text-align: justify;
    top: 30px;
    padding: 10px;
}


/*----------------- Gallery Wide ---------------*/

.gallery-img img {
    width: 100%;
}

.gallery-block {
}


.service-icon {
}

.service-icon:hover {
}

.service-smalltext {
}

.service-img img {
}

.service-content {
}

.service-btn-link {
}

.unordered i {
    margin-right: 10px;
    color: #ff8119;
    font-size: 16px;
}


/*-----------------------------------------
  service side-nav
 ------------------------------------------*/

.sidenav {
    margin-bottom: 30px;
}

.sidenav ul li {
    position: relative;
    font-weight: 600;
    margin-bottom: 3px;
}

.sidenav ul li a {
    padding: 13px 0px 14px 20px;
    display: block;
    color: #626060;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    background-color: #f8faf5;
    border-radius: 2px;
}

.sidenav ul li a:hover {
    color: #fff;
    background-color: #f47e5e;
}

.sidenav ul li.active a {
    color: #fff;
    background-color: #f47e5e;
}

.sidenav ul li.active a:before {
    color: #fff;
    background-color: #f47e5e;
}

.service-sidenav-icon {
    font-size: 16px;
    color: #8e1e1a;
    padding-top: 5px;
    float: left;
    padding-right: 10px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.sidenav a:focus,
a:active {
    background-color: transparent;
    border: 0px;
}


/*--------------------------
 9.5  Testimonial
---------------------------*/

.testimonial-wrapper {
    background-color: #ffe62c;
    padding-bottom: 70px;
    padding-top: 70px;
    text-align: center;
}

.testimonial-block {
    background-color: #f4f4f0;
    padding: 35px;
    text-align: left;
    margin-bottom: 30px;
}

.testimonial-icon {
    color: #e7d029;
    font-size: 34px;
}

.testimonial-content {
    text-align: center;
}

.testimonial-pic img {
}

.testimonial-text {
    font-size: 21px;
    font-style: italic;
    color: #111;
    line-height: 32px;
    font-weight: 400;
}

.testimonial-user {
}

.testimonial-meta {
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 12px;
    text-transform: uppercase;
    color: #111;
    letter-spacing: 1.2px;
    font-weight: 500;
    margin-top: 0px;
    display: block;
}

.testi-text {
    font-size: 16px;
    font-style: italic;
    color: #111;
    line-height: 26px;
    font-weight: 400;
}

.testimonial-wrapper span {
    line-height: 1.2;
    font-size: 14px;
    text-transform: uppercase;
    color: #111;
    letter-spacing: 1.2px;
    font-weight: 700;
}

.testimonial-carousel .owl-dots {
    text-align: center !important;
    position: relative;
    bottom: 0px;
}

.testimonial-carousel .owl-nav {
    display: none;
}

.testimonial-carousel .owl-nav .owl-prev {
}

.testimonial-carousel.owl-nav .owl-next {
}

.testimonial-carousel .owl-nav .owl-prev,
.owl-nav .owl-next:hover {
}

.testimonial-carousel.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.testimonial-carousel .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 5px 4px;
    background: #ddc727;
    border-radius: 5px;
    border: 2px solid #ddc727;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
}

.testimonial-carousel .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #111;
    border: 2px solid #111;
}

.testimonial-carousel .owl-carousel .owl-item img {
}


/*--------------------------
 9.6  team
 ----------------------------*/

.team-block {
    margin-bottom: 20px;
    text-align: center;
}

.team-section {
}

.team-img {
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .teamleader {
        width: 250px;
        height: 352px;
    }

    .teamleader2 {
        width: 170px;
        height: 240px;
    }

}

@media only screen and (max-width: 768px) {
    .teamleader {
        width: 170px;
        height: 240px;
    }

}


.team-content {
    text-align: center;
}

.team-title {
    margin-bottom: 4px;
}

.team-meta {
    text-transform: uppercase;
    font-size: 13px;
    color: #84cc70;
    font-weight: 700;
    letter-spacing: .75px;
}

.teamMDborder {
    text-align: center;
    border: 1px #eee solid;
    padding-bottom: 10px;
}

.teamMDborder:hover {
    border: 1px #ccc solid;
    background-color: #eee;
}


/*-------------------------
 9.8 Contact us
---------------------------*/

.contact-block {
    color: #111;
    margin-bottom: 30px;
}

.contact-form {
}

.contact-head {
    padding-left: 50px;
    margin-top: -35px;
}

.contact-info-title {
}

.contact-icon {
}

.contact-info ul {
}

.contact-info ul li {
    border-bottom: #e3e3de 1px solid;
    background-color: #f4f4f0;
    padding: 35px;
}

.contact-info ul li i {
    margin-right: 0px;
    color: #a3a39e;
    font-size: 30px;
}

.contact-info ul li:last-child {
    border-bottom: 0px;
}

.contact-title {
}

.get-in-touch {
}

.contact-social {
}

.contact-social a span {
}

.contact-social a span:hover {
}


/*------------------------
10. Blog pages
--------------------------*/


/*----- post-----*/

.post-holder {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
    .post-block {
        background-color: #f4f4f0;
        padding: 48px;
        text-align: center;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .post-block {
        background-color: #f4f4f0;
        padding: 0px;
        text-align: justify;
        margin-bottom: 0px;
    }

    .aboutusgsjj {
        background-color: transparent;
        padding: 2px;
        text-align: center;
        margin-bottom: 5px;
        border-radius: 1em;
        -webkit-border-radius: 1em;
    }

    .space-medium {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

.post-img img {
    border-radius: 0px;
    margin-bottom: 30px;
}

.post-content {
}

.sticky-box,
.video-box {
    height: 50px;
    width: 50px;
    background-color: #8e1e1a;
    position: absolute;
    z-index: 8;
    top: 20px;
    right: 0px;
    left: 20px;
    border-radius: 50px;
    padding-top: 2px;
    line-height: 1;
}

.post-sticky,
.post-video {
    position: absolute;
    bottom: 48%;
    left: 48%;
    font-size: 60px;
    color: #fff;
}

.video-block {
    position: absolute;
    bottom: 48%;
    left: 48%;
    font-size: 60px;
    color: #fff;
}


}


/*----- meta -----*/

.meta {
    margin-bottom: 30px;

    text-align: center;
    padding-right: 3px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}


.meta-date .meta-author,
.meta-comments,
.meta-categories {
    color: #b9b9b9;
}

.meta-date,
.meta-author,
.meta-comments,
.meta-categories {
    margin-right: 10px;
}

.meta-date,
.meta-author,
.meta-comments,
.meta-categories {
    margin-left: 10px;
}

. .meta-tag {
}


/*----- pagination -----*/

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
}

.st-pagination {
    text-align: center;
    margin-top: 30px;
}

.st-pagination .pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    line-height: 1.6;
    color: #fff;
    letter-spacing: 2px;
    text-decoration: none;
    font-size: 11px;
    border-radius: 50px;
    border: 1px solid #000;
    background-color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 8px;
    margin-bottom: 5px;
}

.st-pagination .pagination > li > a:focus,
.st-pagination .pagination > li > a:hover,
.st-pagination .pagination > li > span:focus,
.st-pagination .pagination > li > span:hover {
    z-index: 2;
    color: #000;
    background-color: #ffe62c;
    border: #ffe62c 1px solid;
}

.st-pagination .pagination > li:first-child > a,
.st-pagination .pagination > li:first-child > span {
    margin-left: 0;
    border-radius: 50px;
}

.st-pagination .pagination > li:last-child > a,
.st-pagination .pagination > li:last-child > span {
    border-radius: 50px;
}

.st-pagination .pagination > .active > a,
.st-pagination .pagination > .active > a:focus,
.st-pagination .pagination > .active > a:hover,
.st-pagination .pagination > .active > span,
.st-pagination .pagination > .active > span:focus,
.st-pagination .pagination > .active > span:hover {
    z-index: 3;
    color: #000;
    cursor: default;
    background-color: #ffe62c;
    border: 1px solid #ffe62c;
}

.related-post-block {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 30px;
}

.related-post-title {
    margin-top: 30px;
}

.related-post {
}

.related-img img {
    margin-bottom: 30px;
}

.related-post-content {
    text-align: center;
}

.post-meta {
    margin-right: 20px;
    line-height: 0px;
}


/*----- prev-next-----*/

.post-navigation {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 20px 0px 40px 0px;
}

.nav-links {
    text-decoration: none;
    text-align: center;
}

.nav-previous {
}

.prev-link,
.next-link {
    color: #111111;
    border-bottom: 3px solid #ffe62c;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.prev-link,
.next-link:hover {
    color: #ADADAD;
    border-bottom: 2px solid #ADADAD;
    text-decoration: none;
}

.prev-link i {
}

.next-link i {
}

.nav-next {
}

.next-link {
}

.previous-next-title {
    margin-top: 20px;
}


/*----- Author-post -----*/

.author-block {
    margin-top: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
}

.author-content {
    margin-top: 20px;
}

.author-img {
}

.author-title {
    font-size: 22px;
    line-height: 22px;
    color: #fff;
}

.author-post-content {
    margin-bottom: 40px;
}

.author-text {
    margin-top: 15px;
    color: #111;
    background-color: #ffe62c;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 500;
}

.author-meta {
    padding-left: 0px;
    color: #fff;
}


/*----- Comments -----*/

.comment-area {
    margin-top: 40px;
    margin-bottom: 30px;

    background-color: #f9f9f6;
    padding: 40px;
}

.comment-title {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 30px;
}

.comment-list {
    margin-top: 40px;
}

.comment {
}

.comment-body {
}

.comment-header {
    margin-right: 10px;
}

.comment-author {
}

.comment-author img {
    float: left;
}

.comment-info {
    padding-left: 100px;
}

.user-title {
    font-size: 18px;
    float: left;
    margin-bottom: 0px;
    margin-right: 30px;
}

.comment-meta-date {
    padding-bottom: 10px;
    color: #9a9fa4;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .75px;
    text-transform: uppercase;
}

.comment-content {
    margin-bottom: 10px;
    font-size: 16px;
}

.reply-link {
}

.childern {
    padding: 30px;
    background-color: transparent;
    border-bottom: 1px solid #e6e7e9;
    border-top: 1px solid #e6e7e9;
}


/*----- leave-Comments -----*/

.leave-comments {
    margin-bottom: 30px;
}


/*-----------------------------------
    12. Slider
-------------------------------------*/

.blog-gallery-slider {
    margin-bottom: 30px;
}

.blog-gallery-slider-img {
    background: -moz-linear-gradient(top, rgba(13, 15, 13, 0.6) 0%, rgba(13, 15, 13, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(13, 15, 13, 0.6) 0%, rgba(13, 15, 13, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(13, 15, 13, 0.6) 0%, rgba(13, 15, 13, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1b2429', endColorstr='#cc1b2429', GradientType=0);
    position: relative;
}

.blog-gallery-slider-img img {
    position: relative;
    z-index: -1;
}

.blog-gallery-slider-captions {
    position: absolute;
    bottom: 210px;
    width: 100%;
    color: #fff;
    text-align: center;
}

.blog-gallery-slider-title {
    color: #fff;
    font-size: 54px;
    font-weight: 700;
}

.blog-gallery-slider-text {
    color: #fff;
}

.blog-gallery-slider .owl-dots {
    text-align: center !important;
    position: relative;
    bottom: 40px;
}

.blog-gallery-slider .owl-nav {

    text-align: center;
    -webkit-tap-highlight-color: transparent;
}


.blog-gallery-slider .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 0px;
    color: #fff;
    font-size: 18px;
    margin: 8px;
    padding-top: 2px;
    background: #b5b5bd;
    display: block;
    cursor: pointer;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    border: 1px solid #b5b5bd;
}

.blog-gallery-slider .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: 0px;
    color: #fff;
    font-size: 18px;
    margin: 8px;
    padding-top: 2px;
    background: #b5b5bd;
    display: block;
    cursor: pointer;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    border: 1px solid #b5b5bd;
}

.blog-gallery-slider .owl-nav .owl-prev:hover {
    background-color: #ffe62c;
    border: 2px solid #ffe62c;
    text-decoration: none;
    color: #000;
}

.blog-gallery-slider .owl-nav .owl-next:hover {
    background-color: #ffe62c;
    border: 2px solid #ffe62c;
    text-decoration: none;
    color: #000;
}


.blog-gallery-slider.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.blog-gallery-slider .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 5px 4px;
    background: #b5b5bd;
    border-radius: 5px;
    border: 2px solid #b5b5bd;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
}

.blog-gallery-slider.owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffe62c;
    border: 2px solid #ffe62c;
}

.blog-gallery-slider .owl-carousel .owl-item img {
    width: 100%;
}


/*------------------------
 13. Counter block
--------------------------*/

.counter-block {
    padding-top: 20px;
    padding-bottom: 20px;
}

.counter-section {
}

.counter-content {
}

.counter-icon {
    font-size: 53px;
    color: #111;
    float: left;
    padding-right: 20px;
}

.counter-title {
    font-size: 36px;
    color: #111;
    font-weight: 700;
}

.counter-text {
    margin-top: -15px;
    display: block;
    padding-left: 70px;
    font-size: 14px;
    text-transform: uppercase;
    color: #111;
    font-weight: 700;
}


/*------------------------
 13. Sidebar / Widgets
--------------------------*/


/*----- widget -----*/

.widget {
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 2px;
    background-color: #f4f4f0;
}

.widget-title {
    color: #111;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}


.widget ul {
}

.widget ul li {
}

.widget ul li a {
}

.widget-categories,
.widget-archives ul li a:hover {
    color: #111;
}

.widget-categories,
.widget-archives {
}

.widget-categories ul li,
.widget-archives ul li {
    position: relative;
    font-weight: 500;
    margin-bottom: 8px;
}

.widget-categories ul li a,
.widget-archives ul li a {
    padding: 6px 0px 0px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #626060;
    display: block;
}

.widget-archives {
}

.recent-post {
}

.recent-img img {
    margin-bottom: 20px;
}

.recent-title {
    text-align: center;
}

.widget-tags {
}

.widget-tags a {
    color: #fff;
    padding: 6px 14px;
    background-color: #111;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    margin-right: 5px;
    border: 0px;
}

.widget-tags a:hover {
    background-color: #ffe62c;
    color: #111;
    border: 0px;
}

.widget-search {
    margin-bottom: 30px;
}

.widget-search button {
    background-color: transparent;
    border: transparent;
    color: #111;
    font-size: 12px;
    position: absolute;
    right: 0px;
    padding: 8px 22px;
    position: absolute;
    bottom: 0;
}

.widget-search .form-control {
    height: 52px;
}

.search-form {
    position: relative;
}


/*-------------styleguide-------------*/

.box-info {
    font-size: 16px;
    line-height: 1.6;
}

.circle-default-color {
    background-color: #000;
    height: 162px;
    width: 162px;
    border-radius: 50%;
    border: 5px solid #4c4c4c;
}

.circle-primary-color {
    background-color: #ffe62c;
    height: 162px;
    width: 162px;
    border-radius: 50%;
    border: 5px solid #ffed6b;
}

.circle-heading-color {
    background-color: #111111;
    height: 162px;
    width: 162px;
    border-radius: 50%;
    border: 5px solid #585858;
}

.circle-secondary-color {
    background-color: #777777;
    height: 162px;
    width: 162px;
    border-radius: 50%;
    border: 5px solid #a0a0a0;
}

.box-bg-color {
}

.unordered ul {
    list-style: none;
    padding-left: 18px;
}

.unordered ul li {
    line-height: 2;
}

.ordered ol {
    list-style: decimal;
    margin-left: 20px;
}

.ordered ol li {
    line-height: 2;
}

.altenate {
}

.altenate ul {
    list-style: none;
}

.altenate ul li {
    border-bottom: 1px solid #e1e0dd;
    line-height: 2.5;
}

.box-table {
    padding: 16px 30px;
    margin: 0 -15px 15px;
    border-color: ;
    border: 1px solid #dbdad8;
}


/*-------------404 error-------------*/

.error {
    margin-top: -25px;
}

.error-icon {
}

.error h1 {
    font-size: 150px;
    font-weight: 700;
}

.error-text {
    font-size: 36px;
    letter-spacing: 38px;
    text-transform: uppercase;
    font-weight: 900;
}


/*-------------map-------------*/

#map {
}

#contact-map {
    width: 100%;
    height: 400px;
}


/*-------------FAQ-------------*/


/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
    .slider-captions {
        position: absolute;
        bottom: 50px;
    }

    .slider .owl-dots {
        min-width: 28%;
        position: absolute;
        bottom: 20px;
        text-align: center !important;
    }

    .about-section {
        padding: 40px;
        background-color: #fff;
        margin-top: 0px;
        position: relative;
        z-index: 3;
    }

    .caption-style-1 .blur {
        background-color: rgba(255, 230, 44, 0.80);
        height: 216px;
        width: 242px;
        z-index: 5;
        position: absolute;
    }

    .caption-style-1 .caption-text {
        z-index: 10;
        color: #111;
        position: absolute;
        width: 242px;
        height: 216px;
        text-align: center;
        top: 40px;
    }

    .nav-scroll {
    }

    .nav-scroll ul {
    }

    .nav-scroll ul li {
        margin-bottom: 6px;
    }

    .nav-scroll ul li a {
        float: left;
        padding: 5px 39px;
        background-color: #ffe62c;
        color: #111;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        margin-right: 1px;
        letter-spacing: 1.2;
    }

    #project,
    #lifestyle,
    #amenities,
    #gallery,
    #floorplan,
    #contact {
        padding-top: 50px;
    }

}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .slider-captions {
        position: absolute;
        bottom: 110px;
        text-align: center;
    }

    .slider-title {
        font-size: 30px;
        margin-bottom: 0px;
    }

    .slider .owl-nav .owl-prev i {
        display: block;
    }

    .slider .owl-nav .owl-next i {
        display: block;
    }

    .slider .owl-nav .owl-prev {
        font-size: 12px;
        padding: 3px 0px;
        height: 20px;
        width: 20px;
    }

    .slider .owl-nav .owl-next {
        font-size: 12px;
        padding: 3px 0px;
        height: 20px;
        width: 20px;
    }

    .slider .owl-dots {
        min-width: 100%;
        position: absolute;
        bottom: 4px;
        text-align: center !important;
    }

    .page-section {
        padding-top: 90px;
        padding-bottom: 50px;
    }

    .page-title {
        font-size: 30px;
    }

    .header-wrapper {
        background-color: #393939;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
        position: relative;
    }

    .blog-gallery-slider {
        margin-bottom: 60px;
    }

    .about-section {
        padding: 40px;
        background-color: #fff;
        margin-top: -40px;
        position: relative;
        z-index: 3;
    }

    .testimonial-carousel .owl-dots {
        text-align: center !important;
        position: relative;
        bottom: -20px;
    }

    .caption-style-1 .caption-text {
        z-index: 10;
        color: #111;
        position: absolute;
        width: 299px;
        height: 266px;
        text-align: center;
        top: 50px;
    }


    .caption-style-1 .blur {
        background-color: rgba(255, 230, 44, 0.80);
        height: 266px;
        width: 299px;
        z-index: 5;
        position: absolute;
    }

    .nav-scroll {
    }

    .nav-scroll ul {
    }

    .nav-scroll ul li {
        margin-bottom: 6px;
    }

    .nav-scroll ul li a {
        float: left;
        padding: 5px 20px;
        background-color: #ffe62c;
        color: #111;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        margin-right: 1px;
        letter-spacing: 1.2;
    }

    #project,
    #lifestyle,
    #amenities,
    #gallery,
    #floorplan,
    #contact {
        padding-top: 0px;
    }


    button.btn {
        font-size: 9px;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
        position: relative;
        background: #212121;
    }

    .slider-captions {
        bottom: 60px;
        text-align: center;
    }

    .slider-title {
        font-size: 18px;
    }

    .slider .owl-nav .owl-prev {
        font-size: 12px;
        padding: 3px 0px;
        height: 20px;
        width: 20px;
    }

    .slider .owl-nav .owl-prev i {
        display: block;
    }

    .slider .owl-nav .owl-next i {
        display: block;
    }

    .slider .owl-nav .owl-next {
        font-size: 12px;
        padding: 3px 0px;
        height: 20px;
        width: 20px;
    }

    .slider .owl-dots {
        min-width: 100%;
        position: absolute;
        bottom: 4px;
        text-align: center !important;
    }

    .page-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .page-title {
        font-size: 30px;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
        position: relative;
    }

    .header-wrapper {
        background-color: #393939;
        padding-top: 10px;
        padding-bottom: 10px;
    }


    .about-section {
        padding: 40px;
        background-color: #fff;
        margin-top: 0px;
        position: relative;
        z-index: 3;
    }

    .about-btn {
        margin-top: -55px;
        margin-bottom: 15px;
    }

    .caption-style-1 .caption-text {
        z-index: 10;
        color: #111;
        position: absolute;
        width: 271px;
        height: 241px;
        text-align: center;
        top: 40px;
    }


    .caption-style-1 .blur {
        background-color: rgba(255, 230, 44, 0.80);
        height: 241px;
        width: 271px;
        z-index: 5;
        position: absolute;
    }

    .testimonial-carousel .owl-dots {
        text-align: center !important;
        position: relative;
        bottom: -20px;
    }

    .ft-navigation > ul > li > a:after {
        display: none;
    }

    .pdl80 {
        padding-left: ;
    }

    .nav-scroll {
    }

    .nav-scroll ul {
    }

    .nav-scroll ul li {
        margin-bottom: 6px;
    }

    .nav-scroll ul li a {
        float: left;
        padding: 5px 20px;
        background-color: #ffe62c;
        color: #111;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        margin-right: 1px;
        letter-spacing: 1.2;
    }

    #project,
    #lifestyle,
    #amenities,
    #gallery,
    #floorplan,
    #contact {
        padding-top: 0px;
    }

    button.btn {
        font-size: 9px;
    }
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
    .slider-captions {
        bottom: 60px;
        text-align: center;
    }

    .slider-title {
        font-size: 18px;
    }

    .slider .owl-nav .owl-prev i {
        display: block;
    }

    .slider .owl-nav .owl-next i {
        display: block;
    }

    .slider .owl-nav .owl-prev {
        font-size: 12px;
        padding: 3px 0px;
        height: 20px;
        width: 20px;
    }

    .slider .owl-nav .owl-next {
        font-size: 12px;
        padding: 3px 0px;
        height: 20px;
        width: 20px;
    }

    .slider .owl-dots {
        min-width: 100%;
        position: absolute;
        bottom: 4px;
        text-align: center !important;
    }

    .header-wrapper {
        background-color: #393939;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .page-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .page-title {
        font-size: 30px;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
        position: relative;
    }

    .about-section {
        padding: 40px;
        background-color: #fff;
        margin-top: 0px;
        position: relative;
        z-index: 3;
    }

    .about-btn {
        margin-top: -40px;
        margin-bottom: 20px;
    }

    .caption-style-1 .caption-text {
        z-index: 10;
        color: #111;
        position: absolute;
        width: 271px;
        height: 241px;
        text-align: center;
        top: 40px;
    }


    .caption-style-1 .blur {
        background-color: rgba(255, 230, 44, 0.80);
        height: 241px;
        width: 271px;
        z-index: 5;
        position: absolute;
    }


    .testimonial-carousel .owl-dots {
        text-align: center !important;
        position: relative;
        bottom: -20px;
    }

    .ft-navigation > ul > li > a:after {
        display: none;
    }


    .pdl80 {
        padding-left: ;
    }

    .nav-scroll {
    }

    .nav-scroll ul {
    }

    .nav-scroll ul li {
        margin-bottom: 6px;
    }

    .nav-scroll ul li a {
        float: left;
        padding: 5px 20px;
        background-color: #ffe62c;
        color: #111;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        margin-right: 1px;
        letter-spacing: 1.2;
    }

    #project,
    #lifestyle,
    #amenities,
    #gallery,
    #floorplan,
    #contact {
        padding-top: 0px;
    }

    button.btn {
        font-size: 9px;
    }


}

/* 首页 */
.indexmdhr {
    color: #ffffff;
    line-height: 40px;
    height: 40px;
    background-color: #1b8b65;
    font-family: 'Microsoft Yahei', sans-serif;
    font-size: 16px;
    border-right: #fff solid 1px;
}

.indexmdhr a {
    color: #ffffff;
}

.indexmdhl a {
    color: #ffffff;
}

.indexmdhl {
    color: #ffffff;
    line-height: 40px;
    height: 40px;
    background-color: #1b8b65;
    font-family: 'Microsoft Yahei', sans-serif;
    font-size: 16px;

}

.indehoner {
    font-size: 14px;
    padding: 20px 10px;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px #CCCCCC solid;
    cursor: pointer;
}


.indehoner2 {
    font-size: 14px;
    padding: 20px 10px;
    color: #FFFFFF;
    background-color: #5B5B5B;
    cursor: pointer;
}

@media only screen and (min-width: 768px) {
    .rongyubianju {
        padding-left: 30px;
    }

    /*PC首页在管基金规模*/
    .ulindexguimo {
        text-align: center;
        display: block;
    }

    .ulindexguimo li {
        width: 300px;
        display: inline;
        line-height: 40px;
        float: left;
        margin: 30px;
    }

    .ulindexguimo span {
        padding-top: 10px;
        font-size: 40px;
        line-height: 65px;
    }
}

@media only screen and (max-width: 768px) {


    /*移动首页在管基金规模*/
    .ulindexguimo2 {
        text-align: center;
        display: block;
    }

    .ulindexguimo2 li {
        width: 100px;
        display: inline;
        line-height: 40px;
        float: left;
        margin: 2px;
        border: 1px #ccc solid;
    }

    .ulindexguimo2 span {
        padding-top: 10px;
        font-size: 15px;
        line-height: 30px;
    }
}

.pline {
    text-align: justify;
    display: inline-block;
    width: 100%;
    text-indent: 2em;
    color: #000000;
    margin: 0 0 15px 0;
}

.indehoner2 ul li:first-child {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;

}

.indehoner ul li:first-child {
    color: #286090;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
}

.indehoner {
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;

}

.indehoner:hover {
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    box-shadow: 0 0 10px #1b8b65;
    cursor: pointer;
    color: #FFFFFF;
    background-color: #1b8b65;
    z-index: 5;
}

.indehoner:hover ul li {
    color: #FFFFFF;
}

.indehoner2 {
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;

}

.indehoner2:hover {
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    box-shadow: 0 0 10px #1b8b65;
    cursor: pointer;
    color: #FFFFFF;
    background-color: #1b8b65;
    z-index: 5;
}


/* 业务介绍 */
@media only screen and (max-width: 768px) {
    .yewuour {
        visibility: hidden;
        width: 0px;
        padding: 0px;
        margin: 0px;
        display: -moz-inline-box;

        display: inline-block;
    }

}

@media only screen and (min-width: 1024px) {
    .yyjs .yycontent {
             transition: transform 0.6s ease;
             -webkit-transition: transform 0.6s ease;
             -moz-transition: transform 0.6s ease;
             -o-transition: transform 0.6s ease;
             -ms-transition: transform 0.6s ease;
             background-color: #FFFFFF;
         }


    /* 行业合伙人 */
    .yyjs .yycontent2 {
        transition: transform 0.6s ease;
        -webkit-transition: transform 0.6s ease;
        -moz-transition: transform 0.6s ease;
        -o-transition: transform 0.6s ease;
        -ms-transition: transform 0.6s ease;
        background-color: #FFFFFF;
    }

    .yyjs:hover .yycontent {


        transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        box-shadow: 0 0 10px #1b8b65;
        cursor: pointer;
        background-color: #1b8b65;
        z-index: 5;
    }

    .yyjs:hover .yycontent2 {


        transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        box-shadow: 0 0 10px #1b8b65;
        cursor: pointer;
        background-color: #1b8b65;
        z-index: 5;
    }

    .yyjs:hover h3 {
        color: #FFFFFF;
    }

    .yyjs:hover .businesstext h5 {
        color: #FFFFFF;
    }
}

.businessimgbk {
}

.businessmask {
    background-color: #000000;
    opacity: 0.3;
    top: 0;

    position: absolute;
}

@media only screen and (min-width: 768px) {
    .businessinfo h5 {
        padding-bottom: 20px;
    }

    .businessinfo2 h5 {
        padding-bottom: 20px;
    }
}

.businessinfo h5 {

    width: 100%;
    text-align: justify;
    /* padding-bottom: 30px; */
    /* color: #666666; */
    line-height: 24px;

}

.businessinfo2 h5 {

    width: 100%;
    text-align: justify;
    /* padding-bottom: 30px; */
    /* color: #666666; */
    line-height: 24px;

}

.businessinfo a {
    text-decoration: none;
}

.businessinfo2 a {
    text-decoration: none;
}

.businessinfo a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.businessinfo2 a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.businessinfo h3 {
    margin-top: 10px;

    /* color: #008000; */
    color: #1b8b65;
}

.businessinfo2 h3 {
    margin-top: 10px;

    /* color: #008000; */
    color: #1b8b65;
}

.businessinfo:hover {
}

.businessinfo h5:hover {
}

@keyframes businessanimation {
font-size: 20 px;
width: 400 px;

}

@-webkit-keyframes businessanimation {
font-size: 20 px;
width: 400 px;
}


.businesstext {
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;


}

.businessinfo:hover .businesstext {
}


.yycontent a:hover {
    text-decoration: none;
}

.yycontent2 a:hover {
    text-decoration: none;
}


.businesstext a:hover {
    text-decoration: none;
    text-decoration: none !important;
}


@media only screen and (min-width: 768px) {
    .businessinfo {
        /* padding: 10px; */
        cursor: pointer;
        /* 	height: 800px;
 */
        padding-bottom: 20px;
    }

    .businessinfo2 {
        /* padding: 10px; */
        cursor: pointer;
        /* 	height: 800px;
 */
        padding-bottom: 20px;
    }
}


.businessinfo {
    cursor: pointer;
    /* padding: 10px; */
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;

}

.businessinfo:hover {
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);

}

.businessover {
    text-align: left;
    margin: 20px 25px 20px 25px;
}

@media only screen and (min-width: 768px) {
    .businesslist {
        margin-bottom: 50px;
    }

}

@media only screen and (max-width: 768px) {
    .businesslist {
        margin-bottom: 10px;
    }

    .businessover h1 {
        text-align: center;
    }
}


.bagua {
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.bagua:hover {
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
}

.page-headeraboutus {
    text-align: center;
    background-image: url(../images/banner/banner6.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;

    margin: 0px;
    padding: 0px;
    border: 0px;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1b2429', endColorstr='#cc1b2429', GradientType=0);

}


.page-headershanghai {
    text-align: center;
    background-image: url(../images/banner/banner3211.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;

    margin: 0px;
    padding: 0px;
    border: 0px;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1b2429', endColorstr='#cc1b2429', GradientType=0);

}

.page-headeraboutus {
    text-align: center;
    background-image: url(../images/banner/banner2.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;

    margin: 0px;
    padding: 0px;
    border: 0px;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1b2429', endColorstr='#cc1b2429', GradientType=0);

}

.page-headernews {
    text-align: center;
    background-image: url(../images/banner/page-headernews.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;

    margin: 0px;
    padding: 0px;
    border: 0px;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1b2429', endColorstr='#cc1b2429', GradientType=0);

}

.page-headerjob {
    text-align: center;
    background-image: url(../images/banner/page-headerjob.jpg);


    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;

    margin: 0px;
    padding: 0px;
    border: 0px;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1b2429', endColorstr='#cc1b2429', GradientType=0);

}

.page-headerproject {
    text-align: center;
    background-image: url(../images/banner/page-headerproject.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;

    margin: 0px;
    padding: 0px;
    border: 0px;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1b2429', endColorstr='#cc1b2429', GradientType=0);

}

.logoproject {
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.logoproject:hover {
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
}

.grey {
    background-color: #ededed !important;
}

.bg-yellow {
    background-color: #ffcc35;
}

.bg-green {
    background-color: #5bd5a0;
}

.bg-zong {
    background-color: #6c0100;
}

.bg-blue {
    background-color: #1b8b65;
}

.bg-blue2 {
    background-color: #1daee9;
}

.bg-colorwrite {
    color: #FFFFFF;
}

.bg-anhong {
    background-color: #990033;
}

.bg-shenlan {
    background-color: #191970;
}

.bg-senlinlv {
    background-color: #228B22;
}

.bg-hui {
    background-color: #CCCCCC;
}

.bg-hui1 {
    background-color: #666666;
}

.bg-hui2 {
    background-color: #003333;
}

.bg-pingwei1 {
    background-color: #663366;
}

.bg-pingwei2 {
    background-color: #666666;
}

.bg-pingwei3 {
    background-color: #333366;
}

.line-text {
    padding-bottom: 14px;
    border-bottom: 4px solid #c30000;
}

@media only screen and (min-width: 768px) {
    .line-text2 {
        padding-bottom: 6px;
        border-bottom: 4px solid #c30000;

    }
}

@media only screen and (max-width: 768px) {
    .line-text2 {
        padding-bottom: 1px;
        border-bottom: 1px solid #c30000;
    }
}

.testimonial-wrapper .line-text3 {
    padding-bottom: 6px;
    border-bottom: 4px solid #c30000;
    font-size: 30px;

}

.culture2019:hover {
    border: 1px #ccc solid;
    background-color: #FFFFFF;
    color: #003399 !important;
    padding: 30px;
    font-weight: bold;
    background-image: url(../images/bk/bjguangban.jpg);
    background-position: center;

}

.culturecontent {
    display: none;
    border: 1px #393939 solid;
    text-indent: 2em;
    padding: 10px;
    border-radius: 15px;

}

@media only screen and (max-width: 768px) {

    .shouyebg {
        background-color: #f4f4f0;
    }
}


.aboutus {
    text-indent: 2em;
    text-align: justify;
    color: #777777;
    font-weight: 300;
    line-height: 34px;
    font-size: 17px;
    margin: 0px;

}

.businessinfotext {
    color: #777777;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card2 {
    /*  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
    border: 1px solid #f2f2f2;
    padding-top: 10px;
    transition: 0.3s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.card2:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 10;
}

#imgtuandui {
    /* border-radius: 5px 5px 0 0;
	 -moz-border-radius: 5px;
	-webkit-border-radius: 5px; */
    width: 150px;
    height: 150px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
#imgtuandui2 {
    /* border-radius: 5px 5px 0 0;
	 -moz-border-radius: 5px;
	-webkit-border-radius: 5px; */

    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.clearfix {
    overflow: auto;
    _height: 1%;
    clear: both;
}

.footer-social hr {

    margin-top: 7px;
    *margin: 0;
    border: 1px;
    color: black;
    background-color: #333;
    height: 1px;
}


/*-----------------------------------
   15.关于我们 aboutus
-----------------------------------*/

.aboutustext {
    text-indent: 2em;
    text-align: justify;
    color: #777777;
    font-weight: 300;
    line-height: 34px;
    font-size: 17px;;

}

.aboutustext h1 {
    text-align: center;
    display: block;
}

.aboutustext h3 {
}

.abtitle {
    font-size: 30px;
}

.abtitle .aben {
    font-size: 16px;
}

.endaxie {
    text-transform: uppercase;
}

.wenhua {
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
}

.wenhuatu {
    background-color: #f4f4f0;
    padding: 0px;
    margin-bottom: 40px;

}

.wenhua span h1 {
    margin-bottom: 0px;
}

.wenhua span h2 {
    margin-bottom: 0px;
    line-height: 26px;
}

.whhx:hover {
    transform: scale(1.1, 1.1);
    box-shadow: 0 0 10px #0000ff;
    cursor: pointer;
    z-index: 1;
}

.whhx {
    transition: transform 0.25s ease;
}


.hexin-img img {
    max-width: 180px;
    max-height: 400px;
    overflow: hidden;
}

.col-manager-img img {
}

.hexin-img img {
    width: 300px;
}

@media only screen and (min-width: 768px) {

    .boxshadow {
        -moz-box-shadow: 2px 2px 5px #333333;
        -webkit-box-shadow: 2px 2px 5px #333333;
        box-shadow: 2px 2px 5px #333333;
    }
}


@media only screen and (max-width: 768px) {
    .boxyuanbian {
    }

}

@media only screen and (min-width: 768px) {
    .boxyuanbian {
        -moz-border-radius: 2em;
        -webkit-border-radius: 2em;
        border-radius: 2em;
    }

}


.col-manager .manager {
    cursor: pointer;
    position: relative;
}

.col-manager .manager {
    margin-bottom: 30px;
}

.col-manage-img {
    width: 349px;
    height: 434px;
    position: absolute;
}

.col-manager .bg {
    background-color: #000;
    opacity: .6;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@media only screen and (max-width: 768px) {
    .col-manager .bottom {
        padding-top: 5px;
        text-align: center;
        font-size: 1.8rem;


    }
}

@media only screen and (min-width: 768px) {
    .col-manager .bottom {
        position: absolute;
        top: 60%;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 1.8rem;
        color: #ffffff;

    }
}

.col-manager .bottom p {
    line-height: 1.1;
    margin: 0px;
}

/* 领导详情介绍 */

@media only screen and (min-width: 768px) {
    .modal-content .left-box {
        float: left;
        width: 35%;
    }

    .modal-content .right-box {
        float: right;
        width: 65%;
        text-align: justify;
        font-size: 16px;
        line-height: 28px;

    }

}

@media only screen and (max-width: 768px) {
    .modal-content .left-box {

        width: 100%;
    }

    .modal-content .right-box {

        width: 100%;
        text-align: justify;
        font-size: 16px;
        line-height: 28px;

    }

    .leaderjj {
        text-align: center;
    }

}


.modal-content .left-box .modal-name {
    font-size: 2.2rem;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
}

.modal-content .left-box .modal-post {
    font-size: 1.8rem;
    text-align: center;
}

.modal-content .over-box {
    overflow: hidden;
    padding: 40px;
}

.modal-content .modal-body {
    width: 100%;
    background-color: #f6f6f6;
    border-radius: 5px;
    position: relative;

}

.hexin-img img {
    width: 170px;
    height: 240px;
}


/* 新闻资讯 */
.newslist {
    overflow: hidden;
    padding: 30px 0;
    border-top: 1px solid #ccc;
    text-align: left;
}

.newslist:hover .tit a {
    color: #1b8b65;
}


@media only screen and (min-width: 768px) {

    .newslist .left {
        width: 13%;
        float: left;
    }

    .newslist .right {
        width: 87%;
        float: right;
        padding-left: 33px;
    }


    .newslist .calendar {
        border: 1px solid #ccc;
        font-size: 1.4rem;
        padding: 25px;
        text-align: center;
    }

    .newslist .tit {
        font-size: 2.2rem;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        overflow: hidden;
        height: 24px;
    }


}

@media only screen and (max-width: 768px) {
    .newslist .left {
        display: none;
    }

    .newsclass li {
        background-color: darkgray;
        display: inline-block;
        line-height: 30px;
        height: 30px;
        font-size: 14px;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
    }

}


.newsclass {
    background-color: lightgray;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .newsclass li {
        width: 20%;
    }

    .newsclass li {
        background-color: darkgray;
        display: inline-block;
        line-height: 50px;
        height: 50px;
        font-size: 18px;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
    }

    .newsactive {
        background-color: #f4f4f0 !important;
        border-bottom: 2px solid #0084FF;
    }

    .newsactive .on {
        color: #005bac;
        color: #000000;
        font-weight: bold;
    }

}


.news_tit {
    text-align: center;
    font-size: 28px;
    margin: 0px;
    line-height: 1.5;
    color: #333;
    word-wrap: break-word;
    word-break: normal;
    bottom: 22px;
    font-weight: 500px;
}

.news_ly {
    text-align: center;
    color: #303030;
    font-size: 14px;
    word-wrap: break-word;
}

.pages {
    text-align: center;
    color: #303030;
    font-size: 14px;
    word-wrap: break-word;
}

.news_cont {
    font-size: 18px;
    line-height: 30px;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: justify;
    color: rgb(48, 48, 48);
}

@media only screen and (min-width: 768px) {
    .calendar .day {
        font-size: 3.3rem;
    }

}

@media only screen and (max-width: 768px) {

    .calendar .day {
        font-size: 3.3rem;
    }
}


.calendar p {
    padding: 0px;
    margin: 0px;
}

.btn-box {
    margin: 16px 0;
}

.btn-box .my-btn2 {
    display: inline-block;
    font-size: 1.4rem;
    background-color: #1b8b65;
    color: #fff;
    text-align: center;
    width: 120px;
    height: 29px;
    line-height: 29px;
}

.newslist .list-btn a {
    height: 36px;
    line-height: 36px;
    font-size: 1.4rem;
    border: 1px solid #c30000;
    color: #c30000;
    width: 120px;
    text-align: center;
    display: block;
}

.xwzx .newslist:last-child {
    border-bottom: 1px solid #ccc;

}

@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 768px) {

    .newsbg {
        background-color: #f4f4f0;
    }

}


.page-box {
    padding: 40px 0 40px;
    font-size: 1.4rem;
}

.num-box .on {
    color: red;
    font-size: 16px;
    font-weight: bold;
}

.num-box .num {
}

@media only screen and (min-width: 768px) {

    .page-box .num-box {
        padding: 0 10px;
        height: 42px;
        line-height: 42px;
        float: left;
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 768px) {

    .page-box .num-box {
        padding: 0 10px;
        height: 42px;
        line-height: 42px;
        float: left;
        display: none;

    }
}

.page-box .page-item {
    height: 42px;
    padding: 0 12px;
    line-height: 42px;
    font-size: 1.4rem;
    text-align: center;
    border: 1px solid #ccc;
    float: left;
    cursor: pointer;
    margin-right: 12px;
    color: #000;
}


.page-box .num {
    margin-right: 12px;
    color: #000;
    text-align: center;
}


/* 我们的业务
 */
.yewudiv {
    margin: 10px;
    padding: 10px;
    border: 1px #269ABC solid;
}

.margr30 {
    margin-right: 30px;
}


.yewu {

    padding-top: 30px;
    text-align: center;
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
}


/* Small Devices, Tablets */


/* 发展历程 */
.wraper {
    width: 1260px;
    margin: auto;
}

.history {
    max-width: 960px;
    width: 960px;
    margin: auto;
    margin-top: 70px;
    padding-bottom: 80px;
}

.dahis .right {
    width: 100%;
    background: url(../images/dahisbg.jpg) no-repeat center 0;
    padding-top: 15px;
    padding-bottom: 40px;
}

.his_year {
    text-align: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #c1d5e5;
    background: #fff;
    margin: auto;
    margin-top: -20px;
}

.dahis_bottom:first-child {
    top: 0;
    margin-top: 0;
}

.dahis_bottom {
    position: relative;
    padding-top: 0px;
    display: table;
    width: 100%;
    margin-top: 50px;
}

.dahis_bottom em {
    color: #005295;
    padding: 0 10px;
    margin-top: 16px;

}

.dahis_bottom em {
    text-align: right;
    width: 46%;
    float: left;
    position: relative;
}

.fnt_48 {
    font-size: 48px;
}

.dahis .right dl.ones_01 {
    margin-top: 40px;
    top: 0;
}

.dahis_bottom.cur em i {
    left: -31px;
    background: #c3cf21;
}

.dahis .right .dahis_bottom.cur dl dt i {
    right: auto;
    left: -47px;
}

.dahis .right dl dt i {
    position: absolute;
    right: -47px;
    width: 17px;
    height: 17px;
    background: url(../images/hisy.png) no-repeat center center;
}

.dahis_bottom em i {

    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #005295;
    position: absolute;
    right: -31px;
    top: 50%;
    margin-top: -12px;
}

.dahis .right .dahis_bottom.cur dl dt i {
    background: url(../images/hisy01.png) no-repeat center center;
}

.dahis .right .dahis_bottom.cur dl {
    float: right;
}

.dahis .right dl.dlclear {
    clear: both;
}

.dahis .right dl {
    clear: both;
    top: 20px;
    border-bottom: 1px solid #bebebe;
    padding-bottom: 15px;
}

.dahis .right dl {
    width: 46%;
    float: left;
    position: relative;
    top: 100px;
}

.dahis_bottom.cur em {
    left: auto;
    color: #c3cf21;
    text-align: left;
    float: right;
}

.fnt_20 {
    font-size: 20px;
}

.history {
    max-width: 960px;
    width: 960px;
    margin: auto;
    margin-top: 70px;
    padding-bottom: 80px;
}

.dahis li.on .his_year span {
    color: #000;
}

.dahis .right {
    width: 100%;
    background: url(../images/dahisbg.jpg) no-repeat center 0;
    padding-top: 15px;
    padding-bottom: 40px;
}

.dahis .right li.first .his_year {
    background: #fff;
}

.his_year {
    text-align: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #c1d5e5;
    background: #fff;
    margin: auto;
    margin-top: -20px;
}

.dahis .right dl {
    width: 46%;
    float: left;
    position: relative;
    top: 100px;
}

.dahis .right dl.ones_01 {
    top: 0;
}

.dahis_bottom:first-child {
    top: 0;
    margin-top: 0
}

.dahis_bottom {
    position: relative;
    padding-top: 0px;
    display: table;
    width: 100%;
    margin-top: 50px;
}

.dahis_bottom em {
    text-align: right;
    width: 46%;
    float: left;
    position: relative;
}

.dahis_bottom em {
    color: #005295;
    padding: 0 10px;
    margin-top: 16px;
}

.dahis_bottom em i {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #005295;
    position: absolute;
    right: -31px;
    top: 50%;
    margin-top: -12px;
}

.dahis .right dl {
    clear: both;
    top: 20px;
    border-bottom: 1px solid #bebebe;
    padding-bottom: 15px;
}

.dahis .right dl.dlclear {
    clear: both;
}

.dahis .right dl.ones {
    float: right;
    /*top: -190px;*/
    position: relative;
}

.dahis .right dl.ones_01 {
    margin-top: 40px;
    top: 0;
}

.dahis .right dl.ones.dlclear {
    /*top:70px;*/
}

.dahis .right dl dt {
    color: #000;
    font-weight: normal;
}

.dahis .right dl dd {
    margin-top: 15px;
    color: #303030;
}

.dahis .right dl dt a {
    color: #303030;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
}

.dahis .right dl dd p {
    color: #565c65;
    line-height: 1.5;
    height: 3em;
    overflow: hidden;
}

.hisimg {
    margin-bottom: 10px;
    margin-top: 25px;
}

.hisimg a {
    display: block;
}

.hisimg img {
    width: 100%;
    margin-bottom: 10px;
}

.dahis .right li.last span {
    margin-bottom: 0
}

.dahis .right dl dt {
    p
}

.dahis .right dl.ones dt {
    padding-left: 0
}

.dahis .right dl dd {
}

.dahis .right dl.ones dd {
    padding-left: 0
}

.dahis .right dl dt i {
    position: absolute;
    right: -47px;
    width: 17px;
    height: 17px;
    background: url(../images/hisy.png) no-repeat center center;
}

.dahis .right dl dt i img {
    width: 17px;
    height: 17px;
}

.dahis .right dl.ones dt i {
    left: -47px;
    right: auto;
}

.dahis_bottom.cur em {
    left: auto;
    color: #c3cf21;
    text-align: left;
    float: right;
}

.dahis_bottom.cur em i {
    left: -31px;
    background: #c3cf21;
}

.dahis .right .dahis_bottom.cur dl dt i {
    background: url(../images/hisy01.png) no-repeat center center;
}

.dahis .right .dahis_bottom.cur dl {
    float: right;
}

.dahis .right .dahis_bottom.cur dl.ones {
    float: left;
}

.dahis .right .dahis_bottom.cur dl dt i {
    right: auto;
    left: -47px;
}

.dahis .right .dahis_bottom.cur dl.ones dt i {
    left: auto;
    right: -47px;
}

.dahis .right dl.dlclear.pic {
    /* clear:inherit;*/
    margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
    .history {
        width: 100%;
        max-width: 100%
    }

    /*.dahis_bottom em i{right: -59px}*/
}

@media only screen and (max-width: 1000px) {
    .dahis .right dl dt i {
        right: -45px
    }

    .dahis .right dl.ones dt i {
        left: -45px;
    }

    .dahis .right .dahis_bottom.cur dl dt i {
        left: -45px;
    }

    .dahis .right .dahis_bottom.cur dl.ones dt i {
        right: -45px;
    }

    .dahis_bottom em i {
        right: -29px;
    }

    .dahis_bottom.cur em i {
        left: -30px;
    }
}

@media only screen and (max-width: 960px) {
    .dahis_bottom em i {
        right: -27px;
    }

    .dahis_bottom.cur em i {
        left: -27px;
    }
}

@media only screen and (max-width: 930px) {
    .dahis .right dl dt i {
        right: -43px
    }

    .dahis .right dl.ones dt i {
        left: -43px;
    }

    .dahis .right .dahis_bottom.cur dl dt i {
        left: -43px;
    }

    .dahis .right .dahis_bottom.cur dl.ones dt i {
        right: -43px;
    }

    .dahis_bottom em i {
        right: -27px;
    }

    .dahis_bottom.cur em i {
        left: -27px;
    }
}

@media only screen and (max-width: 880px) {
    .dahis .right dl dt i {
        right: -41px
    }

    .dahis .right dl.ones dt i {
        left: -41px;
    }

    .dahis .right .dahis_bottom.cur dl dt i {
        left: -41px;
    }

    .dahis .right .dahis_bottom.cur dl.ones dt i {
        right: -41px;
    }

    .dahis_bottom em i {
        right: -24px;
    }

    .dahis_bottom.cur em i {
        left: -24px;
    }
}

@media only screen and (max-width: 830px) {
    .dahis .right dl dt i {
        right: -41px
    }

    .dahis .right dl.ones dt i {
        left: -41px;
    }

    .dahis .right .dahis_bottom.cur dl dt i {
        left: -41px;
    }

    .dahis .right .dahis_bottom.cur dl.ones dt i {
        right: -41px;
    }

    .dahis_bottom em i {
        right: -24px;
    }

    .dahis_bottom.cur em i {
        left: -24px;
    }
}


@media only screen and (max-width: 768px) {
    .history {
        margin-top: 0;
        padding-bottom: 30px;
    }

    .his_year {
        display: none
    }

    .dahis .right {
        background: none;
        padding-bottom: 0
    }

    .dahis_bottom em {
        position: static;
        margin: 0;
    }

    .dahis .right dl.ones_01 {
        margin: 0;
        margin-top: 10px
    }

    .dahis .right dl {
        width: 100%
    }

    .dahis .right dl dt i {
        display: none;
    }

    .dahis .right dl {
        top: 0;
        margin-bottom: 20px;
    }

    .dahis .right dl dt {
        padding-left: 0px;
    }

    .dahis .right dl.ones dt {
        padding-right: 0px;
        padding-left: 0
    }

    .dahis .right dl dd {
        padding-left: 0px;
    }

    .dahis .right dl.ones dd {
        padding-right: 0px;
        padding-left: 0
    }

    .dahis_bottom {
        margin-bottom: 0px
    }

    .hisimg {
        margin-top: 15px;
    }

    .dahis .right dl dd {
        margin-top: 10px;
    }

    .dahis .right li.first,
    .dahis .right li.last {
        display: none !important;
    }

    .dahis .left {
        width: 70px;
    }

    .dahis .right li span {
        font-size: 20px;
    }

    .prevBox {
        height: 160px;
    }

    .dahis .right dl.dlclear {
        top: 0;
        margin: 0;
    }

    .dahis_bottom em i {
        right: 0;
        top: 0;
        position: static;
        display: none;
    }

    .dahis_bottom {
        top: 0;
        padding-top: 0;
    }

    .dahis .right dl.ones {
        top: 0;
        margin: 0
    }

    .dahis .right dl.dlclear.pic {
        margin: 0;
    }

    .dahis .right dl {
        padding: 15px 0;
        border-bottom: 1px dashed #ccc;
    }

    .hisimg img {
        margin-bottom: 0
    }

    .dahis_bottom em {
        background: url(../images/hisy.png) no-repeat 0 center;
        padding-left: 20px;
        width: auto;
    }

    .dahis_bottom.cur em {
        background: url(../images/hisy01.png) no-repeat 0 center;
        padding-left: 20px;
        float: none;
    }

    .dahis_bottom {
        width: 100%;
        overflow: hidden;
        display: inherit;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .dahis .right dl.ones_01 {
        margin-top: 0
    }

}

