﻿* * Name: HNK * Version: 1.0 * Author: Themesflat * Author URI: http://www.themesflat.com */ @import url("font-awesome.css"); @import url("icomoon.css"); @import url("owl.carousel.css"); @import url("shortcodes.css"); @import url("simple-line-icons.css");
/*@import url("https://fonts.googleapis.com/css?family=Karla:400,400italic,700,700italic");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic,900,900italic");*/
/**
  * Reset
  * Repeatable Patterns
  * Top
  * Header
  * Mobile navigation
  * Boxed
  * GoTop Button
  * Search results
  * 404
  * Preload
*/
/* Reset
-------------------------------------------------------------- */
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
    font-family: "Microsoft YaHei";
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /**background: #fff;**/
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

figure {
    margin: 0;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

legend {
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button,
input {
    line-height: normal;
}

input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        line-height: 1;
        cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
        -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
        border: none;
    }

    input[type="checkbox"],
    input[type="radio"] {
        padding: 0; /* Addresses excess padding in IE8/9 */
    }

    input[type="search"] {
        -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    }

        input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
            -webkit-appearance: none;
        }

    button::-moz-focus-inner,
    input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
        border: 0;
        padding: 0;
    }

/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font: 14px/24px "Microsoft YaHei",arial,sans-serif;
    font-weight: 400;
    background-color: #fff;
    color: #777777;
    line-height: 1.6;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    /*span {
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}*/

    a:hover,
    a:focus {
        color: #956b39;
        text-decoration: none;
        outline: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

ul, ol {
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.img-left {
    margin: -10px 50px 0 0 !important;
    float: left;
}

.img-right {
    margin: 0 0 0 50px !important;
    float: right;
}

b, strong {
    font-weight: 900;
}

.entry-page p {
    margin-bottom: 25px;
}

h1 {
    font: 24px/40px "Microsoft YaHei";
}

h2 {
    font: 20px/32px "Microsoft YaHei";
}

h3 {
    font: 18px/30px "Microsoft YaHei";
}

h4 {
    font: 16px/25px "Microsoft YaHei";
}

h5 {
    font: 14px/20px "Microsoft YaHei";
}

h6 {
    font: 12px/18px "Microsoft YaHei";
}

h1, h2, h3, h4, h5, h6 {
    color: #333333;
}

.size12 {
    font-size: 12px;
}

.size14 {
    font-size: 14px;
}

.size16 {
    font-size: 16px;
}

.size18 {
    font-size: 18px;
    color: #333;
}

.size20 {
    font-size: 20px;
    color: #333;
}

.size24 {
    font-size: 24px;
}

.size18-white {
    font-size: 18px;
    color: #fff;
}

.size48 {
    font-size: 44px;
    color: #333;
}

h4 {
    padding: 20px 0;
}

button {
    border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    font-weight: 700;
    color: #fff;
    background: transparent;
    text-transform: uppercase;
    padding: 24px 120px 21px 124px;
    letter-spacing: 1.2px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    font-family: "Microsoft YaHei";
    /*background: rgba(0, 0, 0, 0.05);*/
    position: relative;
    border: none;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.06);
    height: 40px;
    max-width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

select {
    border: 1px solid rgba(0, 0, 0, 0.06);
    background-color: rgba(0, 0, 0, 0.05);
    height: 45px;
    padding: 10px;
    line-height: 100%;
    outline: 0;
    max-width: 100%;
    background-image: url(../images/icon/caret.png);
    background-position: 96% center;
    background-repeat: no-repeat;
    position: relative;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

    select::-ms-expand {
        display: none;
    }

input[type="text"],
input[type="email"] {
    width: 100%;
}

    textarea:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus {
        border: 1px solid #956b39;
        background-color: #fff;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

input[type="submit"],
button[type="submit"], .button {
    color: #ffffff;
    background-image: none;
    height: 45px;
    line-height: 45px;
    padding: 0 40px;
    cursor: pointer;
    white-space: nowrap;
    background-color: #956b39;
    border: none;
    display: inline-block;
    font-weight: bold;
    text-transform: capitalize;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

    input[type="submit"]:hover,
    button[type="submit"]:hover, .button:hover {
        background: #333333;
        color: #ffffff;
    }

textarea {
    width: 100%;
    height: 150px;
    padding: 12px 17px;
}

input[type="checkbox"] {
    display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #999999;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999999;
    opacity: 1;
}

@-webkit-keyframes pop-scale {
    0% {
        -webkit-transform: scale(0.7)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes pop-scale {
    0% {
        -moz-transform: scale(0.7)
    }

    100% {
        -moz-transform: scale(1)
    }
}

@keyframes pop-scale {
    0% {
        transform: scale(0.7)
    }

    100% {
        transform: scale(1)
    }
}

/* bootstrap resetting elements */
.btn {
    background-image: none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    -webkit-appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #999999;
}

input[type="submit"] {
    -webkit-appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
}

.pad-top0px {
    padding-top: 0;
}

.pad-bottom0px {
    padding-bottom: 0;
}

.pad-bottom20px {
    padding-bottom: 20px;
}

.pad-bottom40px {
    padding-bottom: 40px;
}

.pad-bottom100px {
    padding-bottom: 100px;
}

.mag-top-50px {
    margin-top: -50px;
}

.blog-single .entry p {
    margin-bottom: 30px;
}

/* Top
---------------------------------------------------------------*/
.top {
    background-color: #956b39;
}

/* Infomation top */
.flat-address ul {
    margin: 0 0;
    padding: 0;
}

    .flat-address ul > li {
        display: inline-block;
        position: relative;
        margin-left: 40px;
        padding-left: 18px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .flat-address ul > li:first-child {
            margin-left: 0;
        }

        .flat-address ul > li:before {
            position: absolute;
            left: 0;
            top: 5px;
            font-family: FontAwesome;
            content: "\f041";
            color: #fff;
            font-size: 15px;
        }

        .flat-address ul > li.address {
            font-size: 15px;
            font-family: "Microsoft YaHei";
            color: #fff;
        }

/* Navigator top */
.top .top-navigator {
    float: right;
}

    .top .top-navigator > ul > li {
        display: inline-block;
        padding: 5px 0;
        padding-left: 10px;
        position: relative;
    }

        .top .top-navigator > ul > li.service {
            padding-left: 16px;
        }

            .top .top-navigator > ul > li.service:after {
                border-top: 5px solid rgba(0, 0, 0, 0.2);
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                content: "";
                height: 0;
                width: 0;
                display: inline-block;
                vertical-align: middle;
                margin: 0 10px 0 0;
            }

    .top .top-navigator ul > li > a {
        color: #fff;
    }

        .top .top-navigator ul > li > a:hover {
            color: #333333;
        }

    .top .top-navigator > ul > li > ul {
        position: absolute;
        left: 0;
        top: 100%;
        width: 250px;
        background-color: #222222;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        visibility: hidden;
        z-index: 9999999;
        -webkit-transform: translate(0px, 10px);
        -moz-transform: translate(0px, -10px);
        -ms-transform: translate(0px, -10px);
        -o-transform: translate(0px, -10px);
        transform: translate(0px, -10px);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .top .top-navigator > ul > li:hover > ul {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .top .top-navigator > ul > li > ul li:first-child {
        border-top: none;
    }

    .top .top-navigator > ul > li > ul li a {
        display: block;
        padding: 5px 30px;
        line-height: 29px;
        color: #ccc;
    }

        .top .top-navigator > ul > li > ul li a:hover {
            background-color: #333333;
        }

    .top .top-navigator > ul > li > ul li:hover a {
        background: rgba(0, 0, 0, 0.2);
        color: #ffffff;
    }

#sub3, #sub4, #sub5 {
    right: 0;
}
/* Site brand */
.site-brand {
    background-color: #fff;
    color: #777;
}

    .site-brand .logo {
        float: left;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .site-brand .header-widgets {
        float: right;
    }

        .site-brand .header-widgets .widget {
            display: inline-block;
            text-align: left;
            margin-bottom: 0;
            vertical-align: top;
            border-right: 1px solid rgba(0, 0, 0, 0.1);
            padding-right: 38px;
            margin-right: 38px;
            color: #777;
        }

        .site-brand .header-widgets #text-3 {
            border-right: 0;
            padding-right: 0;
            margin-right: 0;
        }

        .site-brand .header-widgets .widget i {
            font-size: 32px;
            vertical-align: middle;
            margin-right: 15px;
            color: #956b39;
        }

        .site-brand .header-widgets .widget .info-icon .content {
            display: inline-block;
            vertical-align: middle;
            line-height: 1.4;
        }

/* Header widgets */
.header-widgets {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding: 30px 0;
}

    .header-widgets .widget .info-icon .content span {
        color: #333333;
    }

.button {
    color: #ffffff;
    background-color: #956b39;
    height: 45px;
    line-height: 45px;
    padding: 0 40px;
    cursor: pointer;
    white-space: nowrap;
    border: none;
    display: inline-block;
    font-weight: bold;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

    .button:hover {
        background-color: #333333;
        color: #fff;
    }

.button-blank {
    position: relative;
    /*background: #333;*/
    color: #fff;
    /*line-height: 42px;*/
    /*padding: 0 2px;*/
    cursor: pointer;
    white-space: nowrap;
    border: none;
    display: inline-block;
    font-weight: bold;
}

    .button-blank:hover {
        background: #956b39;
    }

.button-white-inner {
    background: #f3efec;
    /*    padding: 0 30px;
    padding: 0 45px;*/
    cursor: pointer;
    white-space: nowrap;
    border: none;
    display: inline-block;
    font-weight: bold;
}

    .button-white-inner a {
        display: inline-block;
        height: 42px;
        line-height: 38px;
        padding: 0 45px;
        color: #333;
        border: 2px solid #333;
    }

        .button-white-inner a:hover {
            color: #956b39;
            border: 2px solid #956b39;
        }


.button-viewmore-inner {
    background: #fff;
    /*padding: 0 45px;*/
}

.button-learnmore-inner {
    /*padding: 0 30px;*/
    width: 120px;
    text-align: center;
}

.button-brown span, .button-blank span {
    display: block;
    padding: 0px 32px;
    float: right;
}

.button-brown {
    position: relative;
    background: #926c3c;
    color: #fff;
    line-height: 42px;
    padding: 0 2px;
    cursor: pointer;
    white-space: nowrap;
    border: none;
    display: inline-block;
    font-weight: bold;
    text-align: center;
}

.button-blank-inner {
    background: #000;
    color: #fff;
    line-height: 38px;
    padding: 0 32px;
    cursor: pointer;
    white-space: nowrap;
    border: none;
    display: inline-block;
    font-weight: bold;
}
/* Banner
-------------------------------------------------------------- */
.banner-button-brown {
    display: inline-block;
    background: #926c3c;
}


/* Header
-------------------------------------------------------------- */
.header {
    width: 100%;
    /*background: transparent;*/
    background: #fff;
    z-index: 999999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .header .header-wrap {
        max-width: 1920px;
        margin: 0 auto;
        padding: 12px 0px;
    }

        .header .header-wrap .logo {
            width: 186px;
            height: 45px;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            float: left;
            margin: 38px 300px 0 60px;
        }

        .header .header-wrap .show-search {
            float: right;
        }

        .header .header-wrap .show-search {
            line-height: 120px;
            padding-right: 38px;
        }

.col12-no-paddiing {
    padding: 0;
}

.row-no-margin {
    margin: 0;
    
}

/* Header Fix */
#header.downscrolled {
    position: fixed;
    top: 0;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    filter: alpha(opacity=0);
    top: -60px;
    max-width: 1920px;
    margin: 0 auto;
    z-index: 999999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#header.upscrolled {
    opacity: 1;
    top: 0;
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
    /*border-bottom: 1px solid #ddd;*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.04);
    z-index: 999999;
}

    #header.upscrolled #mainnav > ul > li > a {
        color: #777;
    }

        #header.upscrolled #mainnav > ul > li > a:hover {
            color: #956b39;
        }

    #header.upscrolled #mainnav > ul > li.home > a {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        color: #956b39;
    }

    #header.upscrolled .menu-extra > li > a {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }

    #header.upscrolled #mainnav .social-links a {
        background-color: rgba(0, 0, 0, 0.1);
        color: rgba(0, 0, 0, 0.3);
    }

        #header.upscrolled #mainnav .social-links a:hover {
            background-color: #956b39;
            color: #333;
        }

    #header.upscrolled #mainnav > ul > li.has-children > a:after {
        border-top-color: rgba(0, 0, 0, 0.1);
    }

#mainnav > ul > li.has-children > a:hover:after {
    border-top: solid 5px #926c3c;
}

#header.upscrolled #mainnav > ul > li.has-children > a:hover:after {
    border-top-color: #926c3c;
}

.home-boxed #header.downscrolled,
.home-boxed #header.upscrolled {
    width: 100%;
}

/* navigation */

.nav-wrap {
    position: relative;
}

#mainnav ul.menu {
    list-style: none;
    float: left;
    width: 1200px;
}

    #mainnav ul.menu .tickets a.a-inverted-triangle, #mainnav ul.menu .about-us a.a-inverted-triangle {
        padding: 0;
        padding-right: 40px;
        cursor: pointer;
    }

#mainnav ul li {
    position: relative;
}

#mainnav > ul > li {
    display: inline-block;
}

    #mainnav > ul > li > a {
        position: relative;
        display: block;
        font-weight: 500;
        font-size: 16px;
        text-transform: capitalize;
        color: #333;
        text-decoration: none;
        line-height: 20px;
        padding: 0 40px 0 40px;
        outline: none;
    }

        #mainnav > ul > li > a span, #mainnav > ul > li > a:hover span {
            color: #999;
        }

        #mainnav > ul > li > a span {
            font-size: 12px;
        }

    #mainnav > ul > li.home > a {
        text-indent: -9999px;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
        padding-right: 45px;
        margin-right: 15px;
    }

        #mainnav > ul > li.home > a:before {
            font-family: "simple-line-icons";
            content: "\e069";
            text-indent: 0;
            position: absolute;
            left: 0;
            top: 0;
            font-size: 32px;
        }

    /* Has children */
    #mainnav > ul > li.has-children > a:after {
        border-top: 5px solid #777;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        right: 24px;
        top: 8px;
    }

    #mainnav > ul > li.has-children {
        padding-top: 20px;
        padding-bottom: 20px;
        display: inline-block;
    }

    #mainnav > ul > li.menu-logo {
        top: -13px;
        width: 140px;
        text-align: center;
    }
    #mainnav > ul > li.menu-logo a{
        padding:0;
    }
/* submenu */
#mainnav ul.submenu {
    position: absolute;
    width: 250px;
    background: #222222;
    padding: 10px 0;
    margin: 0;
    visibility: hidden;
    display: none\9;
    left: -10px;
    top: 150%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
}

/* right sub-menu */
#mainnav ul.right-sub-menu {
    left: auto;
    right: 0;
}

#mainnav ul li:hover > ul.submenu {
    top: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

#mainnav ul li ul li {
    margin-left: 0;
}

#mainnav ul.submenu li ul {
    position: absolute;
    left: 360px;
    top: 0 !important;
}

#mainnav ul.submenu > li.sub-parent:after {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    right: 25px;
    top: 11px;
    color: #999999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#mainnav ul.submenu > li > a {
    color: #a6a6a6;
    padding: 5px 30px;
    font-size: 14px;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    #mainnav ul.submenu > li > a:hover {
        background-color: #000000;
    }

#mainnav ul.submenu > li.sub-parent:hover::after {
    right: 18px;
}

#mainnav > ul > li > a:hover,
#mainnav > ul > li.home > a {
    color: #956b39;
}

/* Mega Menu */
#mainnav .mega-menu {
    position: absolute;
    top: 120px;
    /**left: 0;**/
    /*margin: 0 -15px;*/
    text-align: left;
    z-index: 9999;
    background-color: #f2f1ef;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    #mainnav .mega-menu.three-colums {
        width: 750px;
    }

    #mainnav .mega-menu.two-columns {
        width: 440px;
    }
/*#mainnav .mega-menu.two-columns .menu-item {
	width: 50%;
}*/
*#mainnav .mega-menu.two-columns .menu-item-left {
    width: 225px;
}

*#mainnav .mega-menu.two-columns .menu-item-right {
    width: 215px;
}

#mainnav .mega-menu.three-colums .menu-item {
    width: 33.333333%;
}

#mainnav .mega-menu .menu-item {
    float: left;
    padding: 0px 30px 30px 30px;
}

    #mainnav .mega-menu .menu-item:last-child {
        border-left: solid 1px #ddd;
    }

    #mainnav .mega-menu .menu-item > a {
        color: #f2f1ef;
        padding: 10px 30px;
        line-height: 35px;
        font-size: 14px;
    }

    #mainnav .mega-menu .menu-item ul {
        float: none;
        margin-top: -20px;
    }

#mainnav ul li.has-mega-menu:hover > .mega-menu {
    top: 96px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

.mega-menu ul li a {
    color: #333;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-decoration: none;
    /*padding: 10px 0px;*/
    text-align: left;
    border-bottom: solid 1px #ddd
}

    .mega-menu ul li a:hover {
        color: #956b39;
    }

.introduce-txt {
    line-height: 25px;
    padding-top: 10px;
    word-wrap: break-word;
    color: #666;
}

/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    background-color: #222222;
    z-index: 99999;
}

    #mainnav-mobi ul {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #mainnav-mobi ul li {
            margin: 0;
            position: relative;
            text-align: left;
            border-top: 1px solid #333333;
            cursor: pointer
        }

        #mainnav-mobi ul > li > a {
            text-decoration: none;
            height: 50px;
            line-height: 50px;
            padding: 0 50px;
            color: #fff;
            display: block;
        }

            #mainnav-mobi ul > li > a:hover {
                background-color: #000;
            }

        #mainnav-mobi ul.sub-menu {
            top: 100%;
            left: 0;
            z-index: 2000;
            position: relative;
            background-color: #333333;
        }

    #mainnav-mobi > ul > li > ul > li,
    #mainnav-mobi > ul > li > ul > li > ul > li {
        position: relative;
        border-top: 1px solid #333333;
    }

        #mainnav-mobi > ul > li > ul > li > ul > li a {
            padding-left: 70px !important
        }

    #mainnav-mobi ul.sub-menu > li > a {
        display: block;
        text-decoration: none;
        padding: 0 60px;
        border-top-color: rgba(255,255,255,.1);
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    #mainnav-mobi > ul > li > ul > li:first-child a {
        border-top: none;
    }

    #mainnav-mobi ul.sub-menu > li > a:hover,
    #mainnav-mobi > ul > li > ul > li.active > a {
        color: #fff;
    }

    #mainnav-mobi > ul > li.has-mega-menu .sub-menu.mega-menu .menu-item > a {
        padding: 0 40px;
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase;
        color: #956b39;
    }

    #mainnav-mobi .search-box,
    #mainnav-mobi .flat-search,
    #mainnav-mobi .social-links,
    #mainnav-mobi .shopping-cart {
        display: none;
    }

/* Button menu mobile */
.btn-menu {
    display: none;
    position: relative;
    background: transparent;
    cursor: pointer;
    margin: 40px 0;
    width: 26px;
    height: 16px;
    left: 48%;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

    .btn-menu:before,
    .btn-menu:after,
    .btn-menu span {
        background-color: #fff;
        -webkit-transition: all ease .238s;
        -moz-transition: all ease .238s;
        transition: all ease .238s;
    }

    .btn-menu:before,
    .btn-menu:after {
        content: '';
        position: absolute;
        top: 0;
        height: 2px;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    .btn-menu span {
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        top: 50%;
        overflow: hidden;
        text-indent: 200%;
    }

    .btn-menu:before {
        -webkit-transform: translate3d(0, -7px, 0);
        transform: translate3d(0, -7px, 0);
    }

    .btn-menu:after {
        -webkit-transform: translate3d(0, 7px, 0);
        transform: translate3d(0, 7px, 0);
    }

    .btn-menu.active span {
        opacity: 0;
    }

    .btn-menu.active:before {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }

    .btn-menu.active:after {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }

.btn-submenu {
    position: absolute;
    right: 20px;
    top: 0;
    font: 20px/50px 'FontAwesome';
    text-align: center;
    cursor: pointer;
    width: 70px;
    height: 44px;
}

    .btn-submenu:before {
        content: "\f107";
        color: #fff;
    }

    .btn-submenu.active:before {
        content: "\f106"
    }

.btn-menu {
    display: none
}

/* Page title
-------------------------------------------------------------- */
.title {
    margin: 20px 0px;
    overflow: hidden;
    margin-top: 38px;
    margin-bottom: 28px;
}

.page-title {
    padding: 125px 0 45px 0;
    margin-bottom: 50px;
}

    .page-title .page-title-heading h1.title {
        margin: 0 0 5px 0;
        color: #fff;
    }

    .page-title .breadcrumbs ul li {
        display: inline-block;
        color: #ccc;
        margin-right: 10px;
    }

        .page-title .breadcrumbs ul li a {
            color: #956b39;
            position: relative;
        }

            .page-title .breadcrumbs ul li a:before {
                position: absolute;
                left: 0;
                top: 100%;
                content: "";
                width: 0;
                height: 2px;
                background-color: #ccc;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

            .page-title .breadcrumbs ul li a:hover:before {
                width: 100%;
            }

/* Blog
-------------------------------------------------------------- */
.main-content {
    margin-bottom: 50px;
}

    .main-content p {
        margin-top: 0;
        margin-bottom: 20px;
    }

        .main-content p:last-child {
            margin-bottom: 0;
        }

    .main-content .content-wrap {
        padding-right: 15px;
    }

.main-content-wrap article.post {
    margin-bottom: 60px;
}

.post .feature-post {
    margin-bottom: 30px;
}

.post .header-post .time-post {
    position: relative;
    margin-bottom: 10px;
    padding-left: 55px;
}

    .post .header-post .time-post:after {
        width: 40px;
        height: 1px;
        content: "";
        position: absolute;
        left: 0;
        top: 15px;
        background: rgba(0, 0, 0, 0.1);
    }

.post .header-post h2.title-post {
    margin-bottom: 20px;
}

    .post .header-post h2.title-post a {
        color: #333333;
    }

        .post .header-post h2.title-post a:hover {
            color: #956b39;
        }

.post .content-post {
    position: relative;
}

    .post .content-post .meta-post {
        color: #777;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 10px 0;
        margin-top: 27px;
    }

        .post .content-post .meta-post a {
            color: #333333;
        }

            .post .content-post .meta-post a:hover {
                color: #956b39;
            }

        .post .content-post .meta-post .comments-link {
            border-left: 1px solid rgba(0, 0, 0, 0.1);
            margin-left: 20px;
            padding-left: 20px;
        }

.main-content.style .post .content-post .readmore a {
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #333333;
    margin-top: 30px;
}

.post .content-post .readmore a:hover {
    color: #956b39;
}

/* Blog single */
blockquote {
    margin: 30px 50px;
    position: relative;
    font-size: 18px;
    color: #333333;
}

/* Navigation */
.navigation.post-navigation .nav-links {
    padding: 0;
    margin: 0;
}

    .navigation.post-navigation .nav-links li {
        list-style: none;
        display: inline-block;
        width: 49%;
        text-align: center;
    }

        .navigation.post-navigation .nav-links li a {
            color: #333333;
            display: block;
            padding: 15px;
            background: rgba(0, 0, 0, 0.1);
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

            .navigation.post-navigation .nav-links li a:hover {
                background: #333333;
                color: #ffffff;
            }

            .navigation.post-navigation .nav-links li a span {
                color: #777;
            }

            .navigation.post-navigation .nav-links li a:hover span {
                color: #ffffff;
            }

        .navigation.post-navigation .nav-links li.next-post {
            float: right;
        }

/* Comment form */
.comments-area {
    margin-bottom: 50px;
}

    .comments-area .comment-reply-title {
        font-size: 24px;
        margin: 0 0 42px 0;
        position: relative;
    }

        .comments-area .comment-reply-title:before {
            background: rgba(0, 0, 0, 0.1);
            content: "";
            height: 1px;
            left: 50px;
            right: 0;
            position: absolute;
            bottom: -12px;
        }

        .comments-area .comment-reply-title:after {
            content: "";
            height: 3px;
            left: 0;
            width: 40px;
            position: absolute;
            bottom: -13px;
            background-color: #956b39;
        }

    .comments-area .comment-form p label {
        display: block;
    }

    .comments-area .comment-form p input[type="text"],
    .comments-area .comment-form p input[type="email"],
    .comments-area .comment-form p input[type="url"] {
        width: 100%;
    }

/* Widget
-------------------------------------------------------------- */
.sidebars {
    padding-left: 15px;
}

.widget {
    margin-bottom: 60px;
}

    .widget:last-child {
        margin-bottom: 0;
    }

    .widget .widget-title {
        font-size: 24px;
        margin-bottom: 35px;
        margin-top: 0;
        padding: 0 15px 0 0;
        position: relative;
    }

        .widget .widget-title:before {
            background: rgba(0, 0, 0, 0.1);
            content: "";
            height: 1px;
            left: 50px;
            right: 0;
            position: absolute;
            bottom: -12px;
        }

        .widget .widget-title:after {
            content: "";
            height: 3px;
            left: 0;
            width: 40px;
            position: absolute;
            bottom: -13px;
            background-color: #956b39;
        }

    .widget ul li:first-child {
        padding-top: 0;
    }

    .widget ul li {
        list-style: none;
        border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
        padding: 10px 0;
    }

        .widget ul li:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

        .widget ul li a {
            color: #777;
        }

            .widget ul li a:hover {
                color: #000000;
            }

    /* Widget search */
    .widget.widget_search .search-form {
        position: relative;
    }

        .widget.widget_search .search-form .search-field {
            width: 100%;
        }

        .widget.widget_search .search-form .search-submit {
            background-image: url(../images/icon/arrow.png);
            background-repeat: no-repeat;
            background-position: center;
            width: 24px;
            height: 11px;
            padding: 0;
            position: absolute;
            background-color: transparent;
            right: 0;
            top: 0;
            -webkit-opacity: 0.3;
            -khtml-opacity: 0.3;
            -moz-opacity: 0.3;
            opacity: 0.3;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
            filter: alpha(opacity=30);
        }

            .widget.widget_search .search-form .search-submit:hover {
                background-color: transparent;
                -webkit-opacity: 1;
                -khtml-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
                filter: alpha(opacity=100);
            }

        .widget.widget_search .search-form input[type="submit"] {
            color: #ffffff;
            height: 45px;
            line-height: 45px;
            padding: 0 40px;
            cursor: pointer;
            white-space: nowrap;
            border: none;
            display: inline-block;
            font-weight: bold;
            font-size: 0;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px;
        }


/* Boxed
-------------------------------------------------------------- */
.boxed {
    overflow-x: auto;
}

.home-boxed .boxed {
    width: 90%;
    margin: 0 auto;
    position: relative;
    background: #fff;
    height: 100%;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
}


/* GoTop Button
-------------------------------------------------------------- */
.go-top {
    position: fixed !important;
    right: -35px;
    bottom: 15px;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    background-color: #956b39;
    line-height: 32px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

    .go-top.show {
        right: 15px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        visibility: visible;
    }

    .go-top i {
        font-size: 14px;
        color: #fff;
        font-weight: 600;
        padding-bottom: 3px;
    }

    .go-top:hover {
        background-color: #333;
    }

        .go-top:hover i {
            color: #fff;
        }

/* Footer
-------------------------------------------------------------- */
.footer {
    background-color: #2a2a2a;
    background-position: top left;
    background-repeat: repeat;
    background-attachment: scroll;
    color: #777;
    position: fixed;
    bottom: 0px;
    margin-top: 50px;
}

    .footer li {
        display: inline-block;
        /*padding:20px 0;*/
        float: left;
        position: relative;
    }

        .footer li a {
            display: block;
            color: #fff;
            padding: 20px 25px;
            /*line-height:63px;*/
        }

            .footer li a:hover {
                background: #926c3c;
            }

        .footer li:after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            right: -1px;
            margin: 20px 0;
            border-right: 1px solid #4d4b4b;
        }

        .footer li.calendar:after, .footer li.search:after {
            border-right: 0;
        }

.copyright {
    padding: 25px 0;
}

.copyright-details {
    padding: 15px 0;
}

.search-box {
    border: 1px solid #4d4b4b;
    width: 230px;
    height: 34px;
    background: #2e2b2b;
    margin: 15px;
    /*background: url(../images/icon-search.png) no-repeat 200px 7px;*/
}

    .search-box:hover {
        border: 1px solid #926c3c;
    }

input[type="text"].search-input {
    background-color: #2e2b2b;
    width: 85%;
    border: 0;
    float: left;
}

    input[type="text"].search-input:focus {
        background: #2e2b2b;
        outline: 0;
        /*cursor: default;*/
    }

.icon-search {
    float: left;
    padding-top: 7px;
    cursor: pointer;
}

.back-to-top {
    padding: 20px 0;
}

    .back-to-top img {
        cursor: pointer;
    }
/* Footer Section
-------------------------------------------------------------- */
.flat-row ul.company-info {
    width: 100%;
}

    .flat-row ul.company-info li {
        width: 100%;
        padding: 5px 0;
    }

.fast-entrance {
    padding-top: 0;
    padding-left: 0;
}

    .fast-entrance div.col-md-6 {
        padding-left: 0;
    }

    .fast-entrance ul.fast-entrance-name li {
        padding: 5px 0;
    }

        .flat-row ul.company-info li:last-child, .fast-entrance ul.fast-entrance-name li:last-child {
            padding-bottom: 20px;
        }

.quick-attention {
    overflow: hidden;
}

    .quick-attention li {
        margin: 5px 0;
        padding: 0;
        /*margin-right:10px;*/
        /*padding:15px 15px 10px 15px;*/
    }

        .quick-attention li a {
            border: solid 1px #f3efec;
            display: inline-block;
            width: 55px;
            height: 55px;
            cursor: pointer;
            float: right;
        }

    /*.quick-attention li:last-child{
	margin-right:0;
}*/
    .quick-attention a.icon-wechat {
        background: url(../images/icon-wechat.png) no-repeat center;
    }

        .quick-attention a.icon-wechat:hover {
            background-color: #926c3c;
            background-image: url(../images/icon-wechat-hover.png);
        }

            .quick-attention a.icon-wechat2 {
        background: url(../images/icon-wechat1.png) no-repeat center;
    }

        .quick-attention a.icon-wechat2:hover {
            background-color: #926c3c;
            background-image: url(../images/icon-wechat2.png);
        }

    .quick-attention a.icon-sina {
        background: url(../images/icon-sina.png) no-repeat center;
    }

        .quick-attention a.icon-sina:hover {
            background-color: #926c3c;
            background-image: url(../images/icon-sina-hover.png);
        }

    .quick-attention a.icon-douban {
        background: url(../images/icon-douban.png) no-repeat center;
    }

        .quick-attention a.icon-douban:hover {
            background-color: #926c3c;
            background-image: url(../images/icon-douban-hover.png);
        }

    .quick-attention a.icon-mobile {
        background: url(../images/icon-mobile.png) no-repeat center;
    }

        .quick-attention a.icon-mobile:hover {
            background-color: #926c3c;
            background-image: url(../images/icon-mobile-hover.png);
        }

    .quick-attention a.icon-other {
        background: url(../images/icon-other.png) no-repeat center;
    }

        /*.quick-attention a.icon-other:hover {
            background-color: #926c3c;
            background-image: url(../images/icon-other-hover.png);
        }*/

.pad-left {
    padding-left: 0;
}

.pad-right {
    padding-right: 0;
}

.space-top {
    padding-top: 50px;
}

.qr-code {
    display: none;
    position: absolute;
    top: -115px;
    z-index: 222;
}
/* Flat search
-------------------------------------------------------------- */
.top-search {
    position: absolute;
    width: 300px;
    right: 0;
    top: 100px;
    opacity: 0;
    z-index: -99;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .top-search input[type="search"] {
        background-color: #fff;
    }

    .top-search.show {
        top: 80px;
        opacity: 1;
        z-index: 9999;
    }

/* Search results
-------------------------------------------------------------- */
.flat-searchs-results {
    padding-right: 15px;
}

    .flat-searchs-results .subscrbe-form .sub-form .subscrbe-submit {
        right: 30px;
    }

.flat-search-results {
    padding: 0 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 30px 0 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

    .flat-search-results .search-results article {
        padding: 30px 0 30px 65px;
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        text-align: inherit;
        display: block;
    }

        .flat-search-results .search-results article:last-child {
            border: none;
        }

        .flat-search-results .search-results article .counter {
            background-color: #956b39;
            position: absolute;
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            top: 50%;
            margin-top: -25px;
            left: 0;
            font-size: 1.5em;
            color: #ffffff;
            -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
            -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
            -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px;
        }

        .flat-search-results .search-results article .entry-title {
            font-size: 24px;
            margin: 0 0 5px 0;
        }

            .flat-search-results .search-results article .entry-title a {
                color: #333;
            }

/* 404
-------------------------------------------------------------- */
.error404 {
    padding-top: 50px;
}

    .error404 #main-content .content-inner {
        text-align: center;
    }

        .error404 #main-content .content-inner .heading-404 {
            padding: 150px 0 0 100px;
            display: inline-block;
            background-color: #956b39;
        }

        .error404 #main-content .content-inner .content-404 h2 {
            margin-bottom: 10px;
            margin-top: 30px;
        }

        .error404 #main-content .content-inner .content-404 .subscrbe-form {
            position: relative;
            width: 50%;
            margin: 0 auto 50px;
        }

/* Preload
-------------------------------------------------------------- */
.loading-overlay {
    background: #FFF;
    color: #424242;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
}

.loader, .loader:after {
    width: 30px;
    height: 30px;
}

.loader {
    margin: 20% auto;
    border-radius: 50%;
    font-size: 6px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(194, 193, 193, 0.5);
    border-right: 1.1em solid rgba(199, 197, 197, 0.5);
    border-bottom: 1.1em solid rgba(203, 203, 203, 0.5);
    border-left: 1em solid #956b39;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

@-moz-keyframes bounceG {
    0% {
        -moz-transform: scale(1.2);
        opacity: 1
    }

    100% {
        -moz-transform: scale(0.7);
        opacity: 0.1
    }
}

@-webkit-keyframes bounceG {
    0% {
        -webkit-transform: scale(1.2);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(0.7);
        opacity: 0.1
    }
}

@-ms-keyframes bounceG {
    0% {
        -ms-transform: scale(1.2);
        opacity: 1
    }

    100% {
        -ms-transform: scale(0.7);
        opacity: 0.1
    }
}

@-o-keyframes bounceG {
    0% {
        -o-transform: scale(1.2);
        opacity: 1
    }

    100% {
        -o-transform: scale(0.7);
        opacity: 0.1
    }
}

@keyframes bounceG {
    0% {
        transform: scale(1.2);
        opacity: 1
    }

    100% {
        transform: scale(0.7);
        opacity: 0.1
    }
}
/* Main--programList
-------------------------------------------------------------- */
.border-box {
    border-top: 1px solid #ddd;
    /*border-bottom: 1px solid #ddd;*/
}
/*.seperate-border{
	border-right:1px solid;
}*/
.col-8-padleft {
    padding-left: 60px;
}

.program-name {
    /*padding:5px 0;*/
    overflow: hidden;
}

    .program-name h1 {
        font-weight: bold;
    }

    .program-name h2 {
        float: left;
    }

    .program-name h3 a {
        color: #333;
    }

    .program-name .notice {
        padding-left: 10px;
        padding-top: 5px;
    }

.seperate-border-right {
    padding-right: 40px;
    border-right: 1px solid #ddd;
}

.seperate-border-top {
    border-top: 1px solid #ddd;
}

.seperate-border-bottom {
    border-bottom: 1px solid #ddd;
}

.seperate-border-top-zixun {
    position: relative;
    border-bottom: 1px solid #ddd;
}

    .seperate-border-top-zixun span {
        position: absolute;
        top: -10px;
        background: #fff;
        left: 40%;
        padding: 0 20px;
    }

.scape-top-bottom {
    padding: 45px 0;
}



ul.program-intro {
    padding: 10px 0;
}

.color-tuhuang {
    color: #926c3c;
}

.color-333 {
    color: #333;
}

.color-666 {
    color: #666;
}

ul.program-intro li {
    margin: 10px 0;
}

.buy-button {
    display: inline-block;
    /*border: 2px solid #333;*/
    font-size: 14px;
    background: #fff;
    cursor: pointer;
    font-weight: bold;
    /*padding: 0 30px;*/
    white-space: nowrap;
}

    .buy-button a {
        height: 42px;
        line-height: 38px;
        border: 2px solid #333;
        display: inline-block;
        padding: 0 30px;
    }

.buy-button1 {
    display: inline-block;
    /*border: 2px solid #333;*/
    font-size: 14px;
    background: #fff;
    cursor: pointer;
    font-weight: bold;
    /*padding: 0 30px;*/
    white-space: nowrap;
}

    .buy-button1 a {
        height: 42px;
        line-height: 38px;
        border: 2px solid #333;
        display: inline-block;
        padding: 0 30px;
    }

.buy-button a:hover {
    border: 2px solid #926c3c;
    color: #926c3c;
}

.load-more {
    display: block;
}

    .load-more a {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 20px 0;
        cursor: pointer;
        margin-bottom: 60px;
        background: #f3efec url(../images/loadmore.png) no-repeat 42% center;
    }

        .load-more a:hover {
            background: #926c3d url(../images/loadmore-hover.png) no-repeat 42% center;
            color: #fff;
        }

.two-button {
    margin-top: 20px;
    overflow: hidden;
}

    .two-button span {
        display: inline-block;
        height: 42px;
        line-height: 42px;
        background: #333;
        color: #fff;
        cursor: pointer;
        font-weight: bold;
        padding: 0 30px;
        white-space: nowrap;
    }

        .two-button span > a {
            color: #fff;
        }

        .two-button span:hover {
            background: #926c3c;
        }

.tickets-display-progress {
    position: relative;
    padding: 20px 0 30px 15px;
}

.lauch-new-program, .grab-tikets {
    padding-left: 40px;
    color: #888;
    margin-bottom: 20px;
}

.grab-tikets {
    padding-top: 15px;
}

.circle-green:before {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #43cf78;
    content: "";
    position: absolute;
    left: 30px;
    top: 25px;
}

.ac2:before {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
}

.ac2 {
    position: relative;
}

.ac2:after{

    height: 15px;
    width: 1px;
    border-radius: 50%;
    content: "";
    position: absolute;
    background: #ddd;
    height: 29px;
    left: 7.1px;
    top: 21px;

}
.ac2:last-child:after{
height: 0;
}


.progress-line {
    position: absolute;
    left: 37px;
    top: 40px;
    height: 40px;
    border-left: 1px solid #ddd;
}

.circle-red:before {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #f22d2d;
    content: "";
    position: absolute;
    left: 30px;
    top: 65px;
}

.booking-hotline {
    border: 1px solid #efe9e5;
    height: 70px;
}

.icon-tel {
    float: left;
    height: 70px;
    width: 70px;
    background: #efe9e5 url(../images/tel-hotline.png) no-repeat center center;
}

.tel-number {
    float: left;
    padding: 8px 0 8px 25px;
}

    .tel-number span:last-child {
        font-size: 20px;
    }

.bg-right {
    position: absolute;
    right: -350px;
    top: 435px;
    display: none;
}


/* Program Details

-------------------------------------------------------------- */
.progra-details-cont {
    width: 765px;
}

.progra-details-navbar {
    width: 100%;
    background-color: #f3efec;
}

.details-navbar-bg {
    background-color: #fff;
}

.progra-details-navbar ul {
    margin: 27px 8px 0;
    background-color: #f3efec;
    display: flex;
}

    .progra-details-navbar ul li {
        padding-top: 7px;
        justify-content: center;
    }

        .progra-details-navbar ul li:after {
            content: '';
            top: 0;
            bottom: 0;
            margin: 20px 0;
            border-right: 1px solid #dcdcdc;
        }

        .progra-details-navbar ul li:last-child:after {
            border-right: 0;
        }

        .progra-details-navbar ul li a {
            display: inline-block;
            padding: 12px 38px 20px;
            font-size: 18px;
            width: 149px;
        }

            .progra-details-navbar ul li a:hover {
                background-color: #fff;
            }

.margin-top30 {
    margin-top: 30px;
}

.main-bottom30 p {
    margin-bottom: 30px;
}

.field-time {
    background-color: #e7b07f;
    width: 360px;
    height: 112px;
    padding-top: 15px;
    padding-left: 40px;
}

.field-time-show {
    margin-top: 10px;
}

    .field-time-show p {
        color: #333;
    }

        .field-time-show p span:first-child {
            margin-right: 30px;
            font-weight: bold;
        }

.theatres {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    height: 112px;
    margin-left: 20px;
}

    .theatres li:first-child {
        margin-bottom: 10px;
    }

.margin-top10 {
    margin-top: 10px;
}

.performance-introduction {
    /*height: 68px;*/
    padding: 4px 0;
}

    .performance-introduction ul li {
        margin-top: 5px;
    }

    .performance-introduction .col-md-6:last-child ul {
        margin-left: 20px;
    }

.program-intro-banner {
    margin: 30px 0;
}

.field-selection-box {
    margin-top: 27px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.selection-datelist, .price-datelist {
    overflow: hidden;
    /*margin-bottom: 10px;*/
    width: 80%;
    float: left;
}

    .selection-datelist li {
        float: left;

    }

.selection-title {
    width: 70px;
    color: #999;
    margin: 15px 0;
    float: left;
}

.selection-datelist .selection-date-details {
    border: 1px solid #ddd;
    width: 135px;
    margin-left: 8px;
    height: 53px;
    padding: 3px 0 3px 15px;
    cursor: pointer;
    margin-bottom: 10px;
}

.date-details-curr {
    color: #926c3c;
    border: 2px solid #926c3c !important;
    background: url(../images/curr-border-bg.png) no-repeat right bottom;
    /*background: url(../images/date-details-curr-bg.png) no-repeat center;*/
}

.date-details-curr-small {
    color: #926c3c;
    border: 2px solid #926c3c !important;
    background: url(../images/curr-border-bg.png) no-repeat right bottom;
    /*background: url(../images/date-details-curr-bg-small.png) no-repeat center;*/
}

.more-field-selection {
    text-align: right;
    width: 100%;
    margin: 12px 0;
    cursor: pointer;
}

    .more-field-selection:after {
        content: "";
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-top: 8px solid #926c3c;
        position: relative;
        top: 14px;
        margin-left: 5px;
    }
    .more-field-selection-up{
        text-align: right;
    width: 100%;
    margin: 12px 0;
    cursor: pointer;
    }
    .more-field-selection-up:after {
        content: "";
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-bottom: 8px solid #926c3c;
        position: relative;
        top: -12px;
        margin-left: 5px;
    }

.more-field-selection-curr:after {
    transform: rotate(180deg);
}

.more-choose {
    height: 406px;
    overflow-y: auto;
    display: none;
}

#content_1 .selection-datelist .selection-date-details {
    width: 130px;
}

.more-choose .mCSB_container {
    margin-right: 12px;
}

.price-selection-box {
    margin: 23px 0;
    overflow: hidden;
}

    .price-selection-box .price-datelist {
        /*margin-top:10px;*/
        overflow: hidden;
    }

    .price-selection-box ul:first-child {
        margin-top: 0;
    }

.price-datelist li {
    float: left;
    padding: 7px 0;
    text-align: center;
}

.price-title {
    width: 70px;
    color: #999;
    float: left;
    /*margin: 7px 0;*/
}

.price-datelist .price-details {
    /*border: 1px solid #ddd;
    width: 135px;*/
    margin-left: 8px;
    height: 36px;
    cursor: pointer;
    margin-bottom: 10px;
    width:64px;
    padding-top:0;
    text-align:left;
    cursor:inherit;
}

.price-datelist .price-details-saleout {
    /*border: 1px solid #ddd;*/
    width: 64px;
    margin-left: 8px;
    height: 36px;
    cursor: inherit;
    color: #aeaeae;
}

.price-details-curr {
    color: #926c3c;
    border: 2px solid #926c3c !important;
    background: url(../images/curr-border-bg.png) no-repeat right bottom;
    /*background: url(../images/price-details-curr-bg.png) no-repeat center;*/
}

.preferential-information-box {
    background-color: #f3efec;
    padding: 13px 0 20px 16px;
}

.preferential-list {
    overflow: hidden;
    margin-top: 8px;
    color: #999;
}

    .preferential-list li {
        float: left;
    }

        .preferential-list li:first-child {
            width: 70px;
        }

        .preferential-list li:last-child {
            width: 270px;
        }

.preferential-view {
    text-align: right;
    margin-right: 10px;
}

    .preferential-view a {
        text-decoration: underline;
    }

.online-selection {
    margin-top: 27px;
    background-color: #926c3c;
    color: #fff;
    /*width: 350px;*/
    height: 50px;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    border: 2px solid #926c3c;
}

    .online-selection a {
        color: #fff;
    }

    .online-selection:hover {
        background-color: #fff;
        color: #926c3c;
    }

        .online-selection:hover > a {
            color: #926c3c;
        }

.program-details-video-bg a {
    position: relative;
    overflow: hidden;
}

.video-modal-btn {
    position: absolute;
    background: url(../images/icon-modal-video.png) no-repeat center;
    width: 63px;
    height: 62px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.colse-video {
    background: url(../images/icon-video-colse.png) no-repeat center;
    width: 21px;
    height: 21px;
    display: inline-block;
}
/* News lists

-------------------------------------------------------------- */
.news-list {
    margin: 10px 0;
}

    .news-list p {
        padding-bottom: 5px;
    }

.news-left, .new-right {
    display: inline-block;
}

.news-left {
    width: 95px;
    position: absolute;
    text-align: center;
}

/*.news-right{
	float: left;
}*/
.news-left {
    background: #f3efec;
}

.news-right {
    height: 110px;
    margin-left: 130px;
    overflow: hidden;
}

.rili-date, .rili-month {
    display: inline-block;
    border-bottom: 1px solid #dcdcdc;
}

.rili-date {
    width: 100%;
    /*padding:0 22px;*/
}

.rili-month {
    display: inline-block;
    /*padding:0 12px;*/
    width: 100%;
}
/*.newstitle{
	display: inline-block;
	padding:5px 0;
}*/

/*.news-content-intro{
  -webkit-line-clamp:3;
}*/
.news-content-intro p {
    padding-top: 10px;
}

.change {
    padding-top: 5px;
}

    .change img {
        padding-right: 8px;
    }

.col4-pl40 {
    padding-left: 40px;
}

.scape-top-bottom20 {
    padding: 25px 0;
}

ul.newslist-program-intro {
    padding: 5px 0;
}

    ul.newslist-program-intro li {
        margin: 5px 0;
    }
/*.hover-news-title:hover{
	color:red;
}*/



/* News Details

-------------------------------------------------------------- */
.news-details {
    width: 765px;
    margin: 0 auto;
    padding: 25px 0;
}

.news-top {
    text-align: center;
}

.news-title {
    /*font-size: 24px;*/
    letter-spacing: 2px;
    font-weight: bold;
    /*text-align: center;*/
    /*padding:5px 0;*/
}

.news-top ul {
    overflow: hidden;
    padding: 10px 0;
}

.news-top li {
    color: #a2a2a2;
    padding: 10px 0;
    width: 50%;
    float: left;
}

    .news-top li.lauch-time {
        background: url(../images/icon-time.png) no-repeat 95px 13px;
    }
/*.news-top li.news-come{
	background: url(../images/icon-views.png) no-repeat 88px 13px;
}*/
.news-main {
    padding: 25px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

    .news-main p, .news-main h2, .news-main div {
        color: #333;
        font-size: 16px;
        padding-bottom: 25px;
        line-height: 34px;
        text-align: justify;
        /*letter-spacing: 2px;*/
    }
.news-main p:last-child,.news-main div:last-child {
        padding-bottom: 0;
    }
.news-content-title {
    font-weight: bold;
}

.news-bottom {
    padding: 15px 0;
}

.news-bottom-content {
    /*padding:5px 0;*/
    overflow: hidden;
    height: 50px;
    line-height: 50px;
}

    .news-bottom-content div {
        float: left;
        width: 33.3333%;
        /*padding:5px 0;*/
    }

.share-ways {
    width: 200px;
    margin: 0 auto;
    overflow: hidden;
}

.arrow-pre {
    background: url(../images/arrow-pre.png) no-repeat 0;
}

.arrow-next {
    background: url(../images/arrow-next.png) no-repeat 233px 12px;
}

.arrow-pre a {
    padding-left: 40px;
}

.arrow-next a {
    padding-right: 40px;
}

.share-ways li {
    float: left;
    height: 50px;
    padding: 10px 0;
}

    .share-ways li a {
        height: 30px;
        width: 50px;
        display: inline-block;
        border-right: 1px solid #d0cdca;
    }

        .share-ways li a.share-to-txWeibo:last-child {
            border-right: 0;
        }

a.share-to-weChat {
    background: url(../images/weChat-gray.png) no-repeat center center;
}

    a.share-to-weChat:hover {
        background-image: url(../images/weChat-gray-hover.png);
    }

a.share-to-sina {
    background: url(../images/sina-gray.png) no-repeat center center;
}

    a.share-to-sina:hover {
        background-image: url(../images/sina-gray-hover.png);
    }

a.share-to-douban {
    background: url(../images/douban-gray.png) no-repeat center center;
}

    a.share-to-douban:hover {
        background-image: url(../images/douban-gray-hover.png);
    }

a.share-to-txWeibo {
    background: url(../images/txWeibo-gray.png) no-repeat center center;
}

    a.share-to-txWeibo:hover {
        background-image: url(../images/txWeibo-gray-hover.png);
    }

.pad-top {
    padding-top: 0;
}


/* Personal Center

-------------------------------------------------------------- */
.bg-color-yellow {
    background-color: #f3efec;
}

.bg-color-white {
    background-color: #fff;
}

.personal-center-left {
    margin-right: 35px;
    width: 285px;
    margin-top: 50px;
}

.information-hd {
    padding: 30px 50px 0 50px;
    /*height: 302px;*/
    height: 327px;
}

.information-hd-img {
    margin: 35px 0;
    margin-bottom: 0;
}

    .information-hd-img span {
        display: block;
        margin-top: 10px;
    }

.personal-information-box {
    /*margin-top: 18px;*/
    width: 100%;
}

    .personal-information-box span {
        display: block;
    }

        .personal-information-box span:last-child {
            color: #777;
        }

.information-data-box .information-data {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 50px;
    color: #333;
    background-color: #d2c7be;
}

.information-data-box p {
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding-left: 50px;
    border-bottom: 1px solid #e2e2e2;
}
/*.information-data-box p a{
	width: 100%;
	display: inline-block;

}*/
.infor-personal span {
    float: left;
    font-size: 14px;
    padding-left: 10px;
    /*	position: absolute;
	left:480px;*/
}

.information-data-box p:hover {
    cursor: pointer;
    background-color: #926c3c;
}

    .information-data-box p:hover > a {
        color: #fff;
    }

    .information-data-box p:hover > span {
        color: #dfceba;
    }
/*.information-data-box p:hover + span{
	color: #ddecbb;
}*/

/*.infor-personal span:hover{
	color:#fff;
}*/
.information-data-box p:last-child {
    border-bottom: 0;
}

.member-data {
    background: url(../images/icon-member-data.png) no-repeat 17px;
}

.order-related {
    background: url(../images/icon-order.png) no-repeat 17px;
}

.information-other {
    background: url(../images/icon-infor-other.png) no-repeat 17px;
}

.personal-center-right {
    width: 880px;
    margin-top: 50px;
    /*margin-bottom: 70px;*/
}

.information-top div.col-md-4 {
    padding: 30px 34px;
    border-right: 1px solid #e2e2e2;
}

    .information-top div.col-md-4:last-child {
        border-right: 0;
    }

.infor-box {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

    .infor-box span {
        display: inline-block;
    }

.infor-box-pic {
    margin-bottom: 10px;
}

.infor-money {
    height: 40px;
    line-height: 40px;
}

button.infor-btn {
    padding: 0;
    height: 27px;
    width: 85px;
    color: #666;
    text-align: center;
    border: 1px solid #dedede;
    font-weight: normal;
}

    button.infor-btn:hover {
        border: 1px solid #926c3c;
        color: #926c3c;
    }

.pass-verification {
    display: none;
}

    .pass-verification span:last-child {
        color: #666;
        height: 27px;
        line-height: 27px;
    }

.information-main {
    /*margin-top:30px;*/
    /*    background: #fff;*/
    padding: 25px 27px 50px 34px;
}

.space-margin30 {
    margin-top: 30px;
}

.current-level {
    margin-bottom: 22px;
    height: 126px;
}

    .current-level h3 {
        width: 95px;
    }

.current-level-show {
    margin-left: 95px;
    width: 725px;
}

.level-show-box {
    width: 660px;
    margin: 0 auto;
    height: 101px;
    position: relative;
    display: block;
    left: -15px;
}

.level-line, .level-line-rate {
    position: absolute;
    display: block;
    top: 15px;
    width: 100%;
    height: 3px;
    background-color: #d2c7be;
}

.level-line-rate {
    width: 50%;
    background-color: #926c3c;
}

.level-rate-bar {
    position: absolute;
    top: 7px;
    width: 30px;
    display: block;
    background-color: #fff;
    z-index: 110;
}

    .level-rate-bar:before {
        display: block;
        margin: 0 auto;
        content: '';
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background-color: #d2c7be;
    }

.level-line-rate:before {
    display: block;
    margin: 0 auto;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #926c3c;
    margin-left: 100%;
    margin-top: -4px;
}

.line-rate-notice {
    position: absolute;
    padding: 0 15px;
    /*height:45px;*/
    background-color: #926c3c;
    border-radius: 3px;
    left: 43.5%;
    top: 35px;
    text-align: center;
}

    .line-rate-notice span {
        display: block;
        color: #fff;
    }

    .line-rate-notice:before {
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 10px solid #926c3c;
        margin-top: -9px;
        margin-left: 39%;
    }

.level-rate-bar.curr:before {
    background-color: #926c3c;
}

.level-rate-bar.level-rate-bar-1 {
    left: 0;
}

.level-rate-bar.level-rate-bar-2 {
    left: 50%;
}

.level-rate-bar.level-rate-bar-3 {
    left: 100%
}

.level-rate-bar.level-rate-bar-4 {
    left: 100%;
    display:none;

}

.level-rate-bar .level-content-box {
    position: absolute;
    word-break: keep-all;
    margin-left: -50%;
}

    .level-rate-bar .level-content-box span {
        display: block;
        margin: 5px 0 10px 0;
    }

.member-stage-curr {
    color: #926c3c;
    font-size: 16px;
}

.member-stage-nocurr {
    color: #beb2a8;
    font-size: 16px;
}

button.infor-stage-btn {
    padding: 0;
    height: 27px;
    width: 85px;
    color: #666;
    border: 1px solid #dedede;
    font-weight: normal;
    margin-left: -7px;
}

    button.infor-stage-btn:hover {
        border: 1px solid #926c3c;
        color: #926c3c;
    }

.information-member-description {
    padding-top: 22px;
}

    .information-member-description h4 {
        padding: 0 0 0 30px;
        background: url(../images/icon-infor-notice.png) no-repeat 5px;
    }

.member-description-regula {
    margin-top: 10px;
}

    .member-description-regula p {
        line-height: 25px;
    }

.information-recomend-program {
    margin-top: 30px;
}
/*.information-recomend-program h3{
    margin-bottom: 10px;
}*/

.inofrmation-program-details {
    /*width: 825px;*/
    width:842px;
    display: -webkit-flex; 
    display: flex;  
    /* for uc */
    display: -webkit-box; 
    display: -ms-flexbox; 
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content: space-between;
}
.inofrmation-program-details div{
    -ms-flex: 1; /* IE 10 */
    -webkit-flex: 1; 
    flex: 1; 
    /* for uc */
    -webkit-box-flex: 1; 
    -moz-box-flex: 1; 
    -ms-flex: 1;
}


.information-program-list img {
    padding: 10px 0;
    max-width:87%;
}

.information-program-list span {
    display: block;
    color: #333;
max-width:180px;
}
/* Goods list

-------------------------------------------------------------- */
.goods-list-nav {
    margin-top: 5px;
    background-color: #f3efec;
}

    .goods-list-nav li {
        float: left;
    }

        .goods-list-nav li a {
            display: inline-block;
            padding: 22px 22px;
        }

            .goods-list-nav li a:hover {
                color: #926c3c;
                background-color: #fff;
            }

.margin-top50 {
    margin-top: 50px;
}

.goods-box {
    overflow: hidden;
    border: 1px solid #ddd;
}

.border-boton {
    border-bottom: 1px solid #ddd;
}

.goods-box .border-boton:last-child {
    border-bottom: 0;
}

.goods-banner {
    border-right: 1px solid #ddd;
    padding: 65px 48px 27px 37px;
}

.goods-box .border-boton div.col-md-3 {
    padding: 22px 24px 25px;
}

.goods-box .border-boton div.line-right {
    border-right: 1px solid #ddd;
}

#newlist1 div.line-right:last-child {
    border-right: 0;
}

.goods-price {
    color: #63605b;
    margin-top: 15px;
}

.goods-intro {
    margin-top: 15px;
    color: #666;
}

.two-button .chart-button {
    border: 2px solid #926c3c;
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
    cursor: pointer;
}

    .two-button .chart-button a {
        color: #fff;
        display: inline-block;
        line-height: 38px;
        padding: 0 30px;
    }

.two-button .chart-details {
    font-size: 14px;
    background-color: #926c3c;
    font-weight: normal;
}

.goods-name {
    margin-top: 3px;
    /*margin-top:33px;*/
    overflow: hidden;
    height: 62px;
}

    .goods-name p span {
        display: block;
        text-align: left;
    }

        .goods-name p span:last-child {
            color: #63605b;
            font-weight: bold;
        }

.goods-chart {
    margin-top: 8px;
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/icon-chart.png) no-repeat center;
}
/*swiper css*/
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    /*text-align: center;*/
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    /*-webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;*/
}

.swiper-wrapper {
    /*padding-top:43px;*/
    height: 270px;
}

.swiper-slide .col-md-4 {
    margin-left: 45px;
}

.swiper-slide .col-md-8 {
    margin-left: 30px;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: .8;
    border: 1px solid gray;
}

.swiper-pagination-bullet-active {
    background: #926c3d;
    border: 1px solid #926c3d;
}


/* Reset Bootstrap

-------------------------------------------------------------- */
.container {
    padding: 0;
}

.row {
    margin: 0;
}
/*.col-md-12{
	padding:0;
}*/

@media (min-width: 768px) {
    .modal-dialog {
        width: 850px;
        margin: 100px auto 0;
        /*margin: 375px auto 0;*/
    }
}

@media(max-width: 1200px) {
    .huodong-arrow-box {
        width: 1200px;
        z-index: 100
    }
}

.modal-body {
    padding: 27px 26px;
    text-align: center;
}

.modal-header {
    border-bottom: 0;
    padding: 0;
    height: 35px;
}

    .modal-header .close {
        margin-top: 13px;
        margin-right: 15px;
    }

.close {
    font-weight: normal;
    font-size: inherit;
    opacity: 1;
}

.modal-title {
    font-size: 22px;
    /*padding: 17px 0;*/
    padding: 0;
}



.modal-content {
    border-radius: 0;
}
/* Reset index.aspx

-------------------------------------------------------------- */
#datarow h3 {
    height: 60px;
}

.program-name-box {
    padding-left: 30px;
    height: 235px;
    position: relative;
}

    .program-name-box .two-button {
        position: absolute;
        bottom: 0;
        margin-top: 0;
    }

img#ARTICLE_PIC {
    height: 235px;
    width: 315px;
}

.position-r {
    position: relative;
    overflow: hidden;
}

.performance-position-a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: rgba(0,0,0,0.3);
    padding-left: 22px;
    padding-top: 5px;
}
/*
.performance-position-a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
    padding-top: 340px;
}*/
.performance-absolute{background:rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 90px;
    padding-top: 20px;
    padding-left: 22px;

}
.performance-absolute-active {
    background: transparent;
    
}
.performance-absolute-active h2{
    color: #999 !important
}
.performance-absolute-active span{
    color:  #999 !important
}

    .performance-position-a h2 {
        color: #fff;
        font-weight: bold;
    }

    .performance-position-a span {
        display: block;
        color: #fff;
    }

.hover-layer-box {
    cursor: pointer;
    height:420px;
}
.hover-layer-box img{height:420px;}

.performance-layer-box {
    position: absolute;
    z-index: 1333;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /*display: none;*/
    opacity: 0;
    cursor: pointer;
}
.performance-layer-box .yc{position: absolute;left: 0;right: 0;bottom: 0;top: 0;height: 420px;width: 1200px;display: none;}
.performance-layer-box .black1{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 25%;
    /*border-right: 1px solid #0d0d0d;*/
    box-sizing: border-box;
    z-index: 1400
}
.performance-layer-box .black2{
    position: absolute;
    left: 25%;
    top: 0;
    bottom: 0;
    width: 25%;
    /*border-right: 1px solid #0d0d0d;*/
    box-sizing: border-box;
    z-index: 1400
}
.performance-layer-box .black3{
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
     width: 25%;
    /*border-right: 1px solid #0d0d0d;*/
    box-sizing: border-box;
    z-index: 1400
}
.performance-layer-box .black4{
    position: absolute;
    left: 75%;
    top: 0;
    bottom: 0;
    width: 25%;
    z-index: 1400
}

.layer-txt-box {
    position: absolute;
    left: 30px;
    top: 80px;
    color: #fff;
    opacity: 1;
    display: none;
}
.performance-layer-box .black1:hover .layer-txt-box{
    opacity: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;}
}

    .layer-txt-box h2 {
        font-size: 24px !important;
        color: #fff;
        margin-bottom: 20px !important;
    }

    .layer-txt-box ul.program-intro {
        padding: 0;
    }

        .layer-txt-box ul.program-intro li {
            margin: 5px 0;
        }

    .layer-txt-box .two-button {
        margin-top: 70px;
    }


/* 相关 --标题 */
.correlation-head {
    display: block;
    padding-top: 44px;
    overflow: hidden;
}

.correlation-title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

    .correlation-title em {
        font-size: 20px;
        color: #666;
        font-weight: none;
    }
/* 相关商品 */
.shop-swiper-box {
    margin-top: 33px;
    margin-bottom: 33px;
}

.shop-swiper-item {
    width: 290px;
    height: 154px;
    background-color: #f3efec;
}

    .shop-swiper-item .shop-swiper-img {
        float: left;
        width: 145px;
        height: 154px;
        line-height: 154px;
        text-align: center;
    }

        .shop-swiper-item .shop-swiper-img img {
            /*width: 50%;*/
            background-color: #efefef;
        }

    .shop-swiper-item .shop-swiper-content {
        float: left;
        width: 145px;
    }

        .shop-swiper-item .shop-swiper-content .shop-name {
            display: block;
            margin-top: 22px;
            font-size: 18px;
            color: #333;
        }

        .shop-swiper-item .shop-swiper-content .shop-price {
            display: block;
            font-size: 16px;
            color: #926c3c;
        }

        .shop-swiper-item .shop-swiper-content .shop-buy {
            display: block;
            margin-top: 32px;
            width: 93px;
            height: 26px;
            line-height: 26px;
            border: 1px solid #dddddd;
            font-size: 14px;
            color: #666;
            text-align: center;
        }
/*相关活动*/
.activity-more {
    float: right;
    width: 152px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #333333;
    font-size: 14px;
}

.activity {
    display: block;
    padding-top: 25px;
    margin-bottom: 60px;
    height: 256px;
}

.activity-item {
    float: left;
    margin-bottom: 23px;
    width: 50%;
    box-sizing: border-box;
}

    .activity-item .activity-img {
        float: left;
        width: 140px;
        height: 104px;
    }

    .activity-item .activity-content {
        float: left;
        width: 450px;
        padding-left: 20px;
        box-sizing: border-box;
    }

        .activity-item .activity-content .avtivity-title {
            height: 35px;
            line-height: 35px;
            font-size: 16px;
            color: #333333;
        }

        .activity-item .activity-content .activity-desc {
            font-size: 14px;
            color: #666666;
        }

            .activity-item .activity-content .activity-desc span {
                padding-bottom: 5px;
                display: block;
                height: 26px;
                line-height: 26px;
            }

/* 轮播 箭头 */
.swiper-allow {
    margin: 0 auto;
    position: relative;
    list-style: none;
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: 1;
}

.swiper-button-prev,
.swiper-button-next {
    top: 110px;
}

.swiper-button-prev {
    left: -35px;
}

.swiper-button-next {
    right: -35px;
}

.swiper-button-gray-pre {
    background: url(../images/icon-swiper-button-pre.png) no-repeat;
}

.swiper-button-gray-next {
    background: url(../images/icon-swiper-button-next.png) no-repeat;
}
/*Survey*/
.bg-color-danGray {
    background-color: #f3efec;
}

.investigation-box {
    width: 950px;
    margin: 0 auto;
    padding: 38px 0 70px 0;
}

.investigation-headinfo {
    color: #666;
    text-align: left;
    margin-top: 10px;
}

.head-wave {
    margin: 25px 0;
}

.basic-infor {
    font-size: 20px;
    font-weight: bold;
}

.name-infor p {
    margin: 15px 0;
}

.name-infor input[type="text"] {
    width: 455px;
    height: 50px;
    padding: 10px 5px;
    border: 1px solid #ddd;
}

.invest-solid {
    border-bottom: 1px solid #ddd;
    margin-top: 23px;
    margin-bottom: 35px;
}

.invest-list, .chexk-list {
    overflow: hidden;
}

    .invest-list li {
        float: left;
        width: 215px;
    }

        .invest-list li input[type="radio"] {
            float: left;
            margin-right: 10px;
            width: 18px;
            height: 18px;
        }

    .single-list li, .chexk-list li {
        width: 100%;
        line-height: 30px;
    }

        .single-list li input[type="radio"], .chexk-list li input[type="checkbox"] {
            margin-right: 10px;
            width: 18px;
            height: 18px;
            float: left;
            margin-top: 6px;
        }

        .chexk-list li .invest-others {
            height: 20px;
            border: 0;
            border-bottom: 1px solid #ddd;
            margin-left: 15px;
            width: 300px;
            cursor: inherit;
        }

.invest-bottom {
    overflow: hidden;
    margin-bottom: 50px;
}

    .invest-bottom li {
        float: left;
    }

        .invest-bottom li:first-child input {
            width: 460px;
            height: 50px;
            border: 1px solid #ddd;
            padding: 10px 0 10px 30px;
            margin-right: 28px;
        }

        .invest-bottom li:first-child + li input {
            width: 340px;
            height: 50px;
            border: 1px solid #ddd;
            padding: 10px 0 10px 30px;
            margin-right: 10px;
        }

        .invest-bottom li:last-child {
            width: 109px;
            height: 50px;
        }

            .invest-bottom li:last-child input {
                border: 0;
                background-color: #d2c7be;
                color: #926c3d;
                height: 50px;
                line-height: 50px;
                width: 100%;
                text-align: center;
                padding: 0;
            }

.invest-sub {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

    .invest-sub input {
        width: 100%;
        height: 50px;
        line-height: 50px;
        border: 2px solid #926c3c;
        background: #926c3c;
        color: #fff;
        padding: 0;
    }

        .invest-sub input:hover {
            border: 2px solid #926c3c;
            color: #926c3c;
            background-color: #fff;
        }

label.invest-label, label.invest-label-ck {
    display: inline-block;
    width: 25px;
    height: 20px;
}

    label.invest-label input[type="radio"], label.invest-label-ck input[type="checkbox"] {
        display: none;
    }

.icon-radio {
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 6px;
    background: url(../images/icon-radio.png) no-repeat;
    background-position: 0 -19px;
}

.icon-checkbox {
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 6px;
    background: url(../images/icon-checkbox.png) no-repeat;
    background-position: 0 -14px;
}

label.invest-label .invest-radio[type="radio"]:checked + span {
    background-position: 0 0;
}

label.invest-label-ck input[type="checkbox"]:checked + span {
    background-position: 0 0;
}

.shop-number {
    position: absolute;
    right: 7px;
    top: 15px;
    background: #dc2021;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    line-height: 10px;
    color: #fff;
    text-align: center;
}

.member-login a {
    display: inline-block !important;
}

.logout {
    padding-left: 0 !important;
    text-decoration: underline;
    color: #ddd !important
}

.login-success a:hover {
    background: inherit !important;
}

.login-input {
    width: 100%;
    margin-top: 20px;
    padding-left: 15px;
    height: 50px !important;
    background: #fff;
    color: #666;
    border: 1px solid #dedede !important
}

    .login-input:focus {
        outline: 1px solid #926c3c
    }

.regist-box-left input[type='text'], .regist-box-left input[type='password'] {
    border: 1px solid #dedede
}

input[type='text']:focus, input[type='password']:focus {
    outline: none;
    /*border: 1px solid #956b39;*/
}


#login_wanshan {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.3);
    z-index: 100;
    height: 100%;
    width: 100%;
    display: none;
}

.wanshan-span {
    color: #ff6472
}

.label-left {
    width: 220px;
    text-align: right;
    padding-right: 40px;
    line-height: 35px
}

.label-right {
    width: 380px;
}

.login-wanshan {
    width: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -150px;
    background: #fff;
    border-radius: 10px
}

.login_inp1, .login_inp2, .login_inp3 {
    display: inline-block;
}

    .login_inp1:focus, .login_inp2:focus, .login_inp3:focus {
        box-shadow: none;
        border-color: #ccc;
        outline: none;
    }

.login_inp1 {
    width: 210px;
}

.login_inp2 {
    width: 100px;
}

.login_inp3 {
    width: 80px;
}

.login_btn {
    height: 30px;
    line-height: 28px;
    background: #cdcdcd;
    color: #333;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 5px;
}

.login_submit {
    background: #898989;
    margin-top: 10px;
    width: 70px;
    border-radius: 0
}

#warnmsg1 {
    padding-left: 220px;
    padding-right: 80px;
}


.main-img img {
    min-width: 1200px;
    min-height: 640px
}

.current-month {
    position: relative;
}

.ac:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 50%;
    top: 26px;
    margin-left: -3px;
    border-radius: 50%;
}

.index-bg {
    width: 100%;
    min-width: 1200px;
    padding:50px 0;
    height:700px;
    background: url(../images/login-bg-pic.jpg) no-repeat center center/cover;
    position: relative;
}

    .index-bg .img-bg {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
    }

.index-login {
    position: absolute;
    left: 50%;
}

.regist-bg {
    width: 100%;
    min-width: 1200px;
    background: url(../images/regist-bg-pic.jpg) no-repeat center center/cover;
    position: relative;
    padding: 50px 0
}


/*lunbo index*/
.slide-leftBox {
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    font-size: 12px;
    height: 100%;
    /*cursor: url(http://whgcfront.pnxsoft.com/images/cursor-prev-light.ico),auto;*/
    /*cursor: url(https://www.shcstheatre.com/images/cursor-prev-light.ico),auto;*/
}

.slide-rightBox {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    font-size: 12px;
    height: 100%;
    /*cursor: url(http://whgcfront.pnxsoft.com/images/cursor-next-light.ico),auto;*/
    /*cursor: url(https://www.shcstheatre.com/images/cursor-next-light.ico),auto;*/
}

.left-contain {
    position: absolute;
    top: 196px;
    width: auto
}

    .left-contain, .left-contain h1 {
        color: #fff
    }

.index-edit-a a {
    display: inline-block;
    width: 80px;
    height: 42px;
    line-height: 38px;
    float: left;
    font-size: 14px
}

.index-detail-a {
    background: transparent;
    border: 2px solid #926c3d;
    color: #fff;
    text-align: center;
    width: 120px !important
}

    .index-detail-a:hover {
        color: #fff !important
    }

.index-buy-a {
    background: #926c3d;
    border: 2px solid #926c3d;
    color: #fff;
    text-align: center;
}

    .index-buy-a:hover {
        color: #fff
    }

.swiper-slide img {
    width: 100%;
    height: 100%
}
.testimonial-content p{
    font-size: 14px;
    color:#666;
}
.testimonial-content h2{
    font-weight:bold;
    font-size:26px;
}
/*.portfolio-wrap .item a {
    position: relative;
    overflow: hidden;
    display: block;
    background: #000000;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.portfolio-wrap .item a:hover img{
    background: #000000;
    opacity: 0.5;
}
.portfolio-wrap .item a:after,.portfolio-wrap .item a:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    background: #ffffff;
    top: 50%;
    left: 50%;
    z-index: 9;
    margin-top: -15px;
    margin-left: -1px;
    visibility: hidden;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-sizing: border-box;
}
.portfolio-wrap .item a:before {
    height: 1px;
    width: 30px;
    margin-top: -1px;
    margin-left: -15px;
}
.portfolio-wrap .item a:hover:before,.portfolio-wrap .item a:hover:after {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    visibility: visible;
}*/


/*yd*/
.slide-leftBox h1 {
    font-size: 60px;
    line-height: 80px;
    font-family: 'Microsoft YaHei'
}

.left-contain-span1 {
    font-size: 18px;
}

.left-contain-span2 {
    font-size: 14px;
}

.huodong_prev {
    position: absolute;
    left: 0;
    top: 300px;
    cursor: pointer;
}

.huodong_next {
    position: absolute;
    right: 0;
    top: 300px;
    cursor: pointer;
}

.huodong-arrow-box {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.swiper-container2 {
    position: relative;
    overflow: hidden;
}
.swiper-container2  .swiper-slide{margin: 0 !important}

/*yd ProgramDetails*/
.pro-tab-style, .pro-tab-style div {
    color: #333;
    font-size: 16px;
    /*padding-bottom: 25px;*/
    line-height: 34px;
    text-align: justify;
    /*letter-spacing: 2px;*/
}
.act-details-style{
    color: #333;
    font-size: 16px;
/*    padding-bottom: 25px;*/
    line-height: 34px;
    text-align: justify;
    /*letter-spacing: 2px;*/
}
.act-details-style p,.act-details-style div{
    color: #333;
    font-size: 16px;
    padding-bottom: 25px;
    line-height: 34px;
    text-align: justify;
    /*letter-spacing: 2px;*/
}
.act-details-style p:last-child,.act-details-style div:last-child{
    padding-bottom: 0;
}
.selected-details{background: url(../images/price-details-curr-bg.png) no-repeat center center;
    }
.selected-time{background: url(../images/date-details-curr-bg.png) no-repeat center center;
    }
.unprove{color: #aeaeae}
ul#menu li.has-mega-menu{
    width: 176.6px;
}
ul#menu li:nth-child(1) > a,ul#menu li:nth-child(2) > a,ul#menu li:nth-child(3) > a{
    padding-right: 96.6px !important;
}
#mainnav .menu-item-left ul li:nth-child(1) > a,#mainnav .menu-item-left ul li:nth-child(2) > a,#mainnav .menu-item-left ul li:nth-child(3) > a{
    padding-right: 0 !important;
}
ul#menu li:nth-child(1) > a:after,ul#menu li:nth-child(2) > a:after,ul#menu li:nth-child(3) > a:after{
    right: 0;
    left:70px;
}
ul#menu li:nth-child(5) > a,ul#menu li:nth-child(6) > a,ul#menu li:nth-child(7) > a{
    padding-right: 0 !important;
    padding-left:96.6px !important;
}
ul#menu li:nth-child(5) > a:after,ul#menu li:nth-child(6) > a:after,ul#menu li:nth-child(7) > a:after{
    right: 0 !important;
}
#mainnav .menu-item-left ul li:nth-child(5)  > a,#mainnav .menu-item-left ul li:nth-child(6) > a,#mainnav .menu-item-left ul li:nth-child(7)  > a{
    padding-right: 0 !important;
    padding-left:0 !important;
}
.mimabaocun{width: 100%;background-color: #d2c7be !important;color: #926c3c !important}
.mimabaocun:hover{background-color: #d2c7be !important;color: #926c3c !important}
.mimabaocun:focus{outline: none !important;}
/*常见问题*/
.wentisousuo{position: relative;width: 400px;border: 1px solid #ccc}
.wenti-inp{width: 310px !important;height: 50px !important; float: left; padding-left: 15px;font-size: 12px;border:none !important}
.wenti-inp:focus{outline:none !important}
.souwuo-right-span{margin-left: 10px;color: #999}
.wentilist{margin-bottom: 99px}
.wentilist li{height: 68px;border-bottom: solid 1px #ccc;line-height: 68px;color: #333;cursor: pointer;}
.wentilist li a{color: #333;font-size: 16px;height: 100%;display: inline-block;width: 100%;position: relative;}
.wentilist li a:hover{color: #fff;background: #926c3c}
.wentilist li span {position: absolute;top: 0;right: 0;font-size: 14px; line-height: 68px;}
.sousuo-logo{float: right;color: #333 !important;width: 56px !important;height: 50px !important;border: none !important;display: inline-block;background: #fff url(../images/sousuoxinxi.png) no-repeat center center !important;text-align: center !important;padding: 0 !important}
.clearsousuo{width:26px;display: inline-block;height: 24px;margin-top: 12px;line-height: 24px;border-right: 1px solid #ccc;float: right;}
.souwuo-right-content{height: 50px;line-height: 50px}
.souwuo-right-content a:focus,.souwuo-right-content a:hover{color: #666}
.sousuoxinxiWrapper{width: 1200px;min-width: 1200px;margin:0 auto;}
.guagnchangxiaodian{padding: 0px; padding-right: 1px;height: 269px;color: #fff}
.guagnchangxiaodian:hover{-webkit-transition: all 1s ease;-moz-transition: all 1s ease; transition: all 1s ease;}
.guagnchangxiaodian:hover .guagnchangxiaodianlist3{opacity: 1; -webkit-transition: all 1s ease;-moz-transition: all 1s ease;transition: all 1s ease;}
.guagnchangxiaodianlist3,.guagnchangxiaodianlist2{font-size: 22px;}
@-webkit-keyframes fade-down{
    0%{-webkit-transform:translateY(-50px)}
    100%{-webkit-transform:translateY(0px)}
    }
@-moz-keyframes fade-down{
    0%{-moz-transform:translateY(-50px)}
    100%{-moz-transform:translateY(0px)}}
@keyframes fade-down{
    0%{-webkit-transform:translateY(-50px);-moz-transform:translateY(-50px);-ms-transform:translateY(-50px);-o-transform:translateY(-50px);transform:translateY(-50px)}
    100%{-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}
    }
@-webkit-keyframes fade-up{
    0%{-webkit-transform:translateY(50px)}
    100%{-webkit-transform:translateY(0px)}
    }
@-moz-keyframes fade-up{
    0%{-moz-transform:translateY(50px)}
    100%{-moz-transform:translateY(0px)}
    }
@keyframes fade-up{
    0%{-webkit-transform:translateY(50px);-moz-transform:translateY(50px);-ms-transform:translateY(50px);-o-transform:translateY(50px);transform:translateY(50px)}
    100%{-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}
    }
.ul_list1 .li_st1 a:hover .content-hover span{-webkit-animation:fade-up 0.7s ease;-moz-animation:fade-up 0.7s ease;animation:fade-up 0.7s ease}
.guagnchangxiaodianlist1{margin-top: 70px;font-size: 32px;margin-left: 30px;}
.guagnchangxiaodianlist2,.guagnchangxiaodianlist3{margin-left: 30px}
.guagnchangxiaodianlist2:hover,.guagnchangxiaodianlist3:hover,.guagnchangxiaodianlist1:hover{background: rgba(0,0,0,0)!important;}
.guagnchangxiaodian .content-hover{opacity:0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 1;}
    /*.guagnchangxiaodian{background: rgba(0,0,0,0);}*/
    .guagnchangxiaodian :hover{background: rgba(0,0,0,.3);-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;}
.guagnchangxiaodian:hover .content{opacity: 0;}
.guagnchangxiaodian:hover .content-hover{opacity: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;}

.guagnchangxiaodian:hover .guagnchangxiaodianlist3{
    -webkit-animation: fade-up 0.7s ease;
    -moz-animation: fade-up 0.7s ease;
    animation: fade-up 0.7s ease;
}
.guagnchangxiaodian:hover .guagnchangxiaodianlist2,.guagnchangxiaodian:hover .guagnchangxiaodianlist1{
    -webkit-animation: fade-down 0.7s ease;
    -moz-animation: fade-down 0.7s ease;
    animation: fade-down 0.7s ease;
}
.guagnchangxiaodian .content{height: auto;font-size: 32px;
    position: absolute;
    margin: auto;
    left: 30px;
    top: 30px;
    transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;}

#LJYanChuXq:hover{color: red}
.dayStyle{cursor: inherit !important;}
@keyframes hdnav2-show{0%{top:-42px}100%{top:0}}
@-webkit-keyframes hdnav2-show {
    0% {
        top: -42px;
    }

    100% {
        top: 0;
    }
}
.funcTab-fixed {
     border-bottom: 1px solid #ddd;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px !important;
    -webkit-animation: hdnav2-show .3s;
    -moz-animation: hdnav2-show .3s;
    -o-animation: hdnav2-show .3s;
    animation: hdnav2-show .3s;
}
.funcTab-fixed .header-wrap{padding:0 !important;}
.funcTab-fixed #mainnav ul li.has-mega-menu:hover > .mega-menu{
    top: 80px;
}