/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
/* @font-face {font-family: "FZZhongDengXian-Z07T"; */
    /* src: url("//db.onlinewebfonts.com/t/35d2aeac04a00a62320d82ad342c8068.eot"); */
    /* src: url("//db.onlinewebfonts.com/t/35d2aeac04a00a62320d82ad342c8068.eot?#iefix") format("embedded-opentype"), */
    /* url("//db.onlinewebfonts.com/t/35d2aeac04a00a62320d82ad342c8068.woff2") format("woff2"), */
    /* url("//db.onlinewebfonts.com/t/35d2aeac04a00a62320d82ad342c8068.woff") format("woff"), */
    /* url("//db.onlinewebfonts.com/t/35d2aeac04a00a62320d82ad342c8068.ttf") format("truetype"), */
    /* url("//db.onlinewebfonts.com/t/35d2aeac04a00a62320d82ad342c8068.svg#FZZhongDengXian-Z07T") format("svg"); */
/* } */

a{text-decoration:none;}
img{border:0 none;max-width:100%;height:auto;}
body{font-family:'Microsoft YaHei', arial, tahoma,sans-serif;;}


.header-section {
    background-image: url(../img/header-bg.jpg);
    position: relative;
}

.logo {
    padding: 50px 0 40px 0;
}

.header-section:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    bottom: 5px;
    z-index: 9;
    background-color: #fff;
    position: absolute;
}

.home-slider {
    padding: 80px 0 55px 0;
}

.footer-section {
    margin-top: 75px;
    background: #f4f4f4;
    padding: 50px 0;
}

.nav-wrap.text-center li a {
    font-size: 30px;
    color: #414141;
    display: block;
    text-decoration: none;
    padding: 0 40px;
}

.nav-wrap.text-center ul li {
    display: inline-block;
}

.nav-wrap.text-center ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget ul li a {
    display: block;
    padding: 0 1px;
    font-size: 19px;
    color: #414141;
}

.footer-widget h2 {
    font-size: 19px;
    color: #414141;
}

.top_space h2{
   letter-spacing:2px;
}

.footer-widget p {
    font-size: 15px;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.nav-wrap.text-center li a:hover {
    color: #000;
}

.footer-widget.qr p {
    margin: 0;
}

.archive-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.archive-sidebar ul a {
    color: #414141;
    font-size: 24px;
    line-height: 1.8;
    text-decoration: none;
    display: block;
    padding: 0 0 0 10px;
}

.wrap-archive {
    margin-top: 70px;
}

.single-pdr img {
    width: 100%;
    height: auto;
    text-align: center;
}

.single-pdr h2 {
    text-align: center;
    color: #414141;
    font-size: 24px;
    margin: 25px 0 0 0;
}

.single-pdr a {
    text-decoration: none;
}

.single-pdr:hover {
    background-color: rgba(0,0,0,0.03);
}

.single-pdr {
    padding-bottom: 25px;
}

.archive-sidebar ul a:hover {
    background: rgba(0,0,0,0.05);
}

img {}

.inner-singl {
    display: block;
    overflow: hidden;
    clear: both;
}

.inner-singl img {
    float: left;
    width: 50%;
}

.brdcrumb {
    margin-top: 60px;
}

.main-single-pdr {
    margin-top: 50px;
}

.inner-bred>* {
    font-size: 18px;
    margin: 0 10px 0 0;
    color:#555;
}

.logo img {
    height: 90px;
}

.logo {
    padding: 20px 0 30px 0;
}

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


.glyphicon-chevron-right:before, .glyphicon-chevron-left:before {
    content: "";
}

.carousel-control span img {
    border-radius: 50%;
    position: absolute;
    right: -88px;
}

a.left.carousel-control span img {
    right: inherit;
    left: -88px;
}

.nav-wrap.text-center li a:hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 70%;
    border-bottom: 2px solid rgba(0,0,0,0.5);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.nav-wrap.text-center li a {
    position: relative;
}

.footer-widget ul li a {
    position: relative;
    text-decoration: none;
    margin-bottom: 7.2px
}

.footer-widget ul li a:hover:after {
    content: "";
    position: absolute;
    width: 90%;
    border-top: 1px solid #000;
    bottom: 0;
    left: 0;
}

.carousel-control img {display: none;}

.nav-wrap.text-center li a {
    display: inline-block;
    padding: 0;
    margin: 0 20px;
}

.nav-wrap.text-center li a:hover:after {
    width: 100%;
}

.archive-sidebar ul li.current-menu-item a {
    font-weight: bold;
}

.single-pdr a {
    position: relative;
    display: block;
}

.single-pdr a> img+img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.single-pdr:hover a img+img {
    opacity: 1;
}

.single-pdr:hover a img:first-child {
    opacity: 0;
}


.about-promo >img, .about-img img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;
}

.page-title {
    font-size: 35px;
    margin: 45px 0 40px 0;
}

.about-article p {
    font-size: 20px;
    line-height: 1.9;
}

h2.our-products-title {
    font-size: 35px;
    text-align: center;
    margin: 80px 0 40px 0;
}

.our-products ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.our-products ul li {
    display: inline-block;
}

.our-products ul li a {
    display: block;
    padding: 10px 40px;
    background-color: #7f7f7f;
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

.our-products ul li a h2 {
    margin: 0;
    display: inline;
}

.our-products ul li a:hover {
    background-color: #f1b015;
}

a.view-company-album {
    color: #c88309;
    font-size: 20px;
    text-decoration: none;
}

div.view-company-album {
    text-align: center;
    padding: 50px 0;
}

a.view-company-album:hover {
    color: #000;
}

.about-more-promo ul li {
    display: inline-block;
    margin: 0 20px;
}

.about-more-promo ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.about-more-promo {
    margin-top: 50px;
}

a.view-company-album {
    position: relative;
}

a.view-company-album:after {
    content: "";
    background-image: url('../img/arrrr.png');
    background-repeat: no-repeat;
    position: absolute;
	right: -60px;
    top: 5px;
    background-size: 100% auto;
    height: 67%;
    width: 45px;
}

.inner-bred a span {
    margin-left: 10px;
}

.inner-bred a {
    text-decoration: none;
}
.inner-singl {
    padding-bottom: 100px;
}

.footer-widget ul li a {
    line-height: 1.8;
}

.footer-section {
    padding-bottom: 15px;
}

.footer-widget h2 {
    margin-top: 0;
}

.footer-widget p {
    line-height: 1.5;
    margin-bottom: 0;
}

.about-promo {
    position: relative;
}

.promo-content-wrap {
    position: absolute;
    top: 30%;
    background-color: rgba(255,255,255,0.7);
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 600px;
    padding: 15px 30px;
}

.archive-sidebar ul li a {
    padding-bottom: 6px;
}

.single-pdr h2 {
    font-size: 20px;
}

.single-pdr {
    padding-bottom: 35px;
}

.inner-bred a {
    color: #555;
}

.inner-bred a:hover {
    color: #000;
}

.carousel-indicators {
    bottom: -45px;
    z-index: 9999999;
}

.carousel-indicators .active {
    background-color: #a9a9a9;
    border-radius: 0;
    width: 30px;
    height: 8px;
}

.carousel-indicators li {
    background-color: #ddd;
    width: 30px;
    border-radius: 0;
    height: 8px;
}

.home-slider {
    margin-bottom: 30px;
}

.nav-wrap.text-center li a {
    font-size: 21px;
    color: #777;
}

.footer-widget.qr {
    text-align: right;
}

.footer-widget ul li a:hover:after {
    visibility: hidden;
}

.footer-widget.qr h2 {
    margin: 8px 20px 0 0;
    font-size: 16px;
}

.about-more-promo ul li {
    max-width: 250px;
}


.footer-section .col-sm-6.col-md-2 {
    width: 185px;
}

.footer-section .col-sm-6.col-md-3 {
    width: 316px;
}

.footer-section .footer-widget p {
    /* font-size: 12px; */
}

.footer-section .col-sm-5.col-md-3   {
    width: 302px;
}

.col-sm-5.col-md-3 {}

.footer-section .col-sm-4.col-md-2.col-xs-6.text-center {
    width: 225px;
    text-align: left;
}

.footer-section .col-sm-3.col-md-2.col-xs-16.text-center {
    width: 115px;
}

.footer-widget.qr {
    text-align: left;
}

.footer-widget.qr h2 {
    text-indent: 20px;
    margin-right: 0;
}

.footer-widget.qr .wp-caption-text {
	width: 104px;
	text-align: center;
	margin-top: 20px;
}

.footer-section .col-sm-3.col-md-2.col-xs-16.text-center {
    padding-right: 0;
}

.col-sm-3.col-md-2.col-xs-16.text-center .footer-widget.qr h2 {
    text-indent: 28px;
}

.inner-singl {
    text-align: center;
}

.inner-singl img {
    margin: 0;
    padding: 0;
    border: 0 none !important;
    vertical-align: top;
    float: none;
    width: inherit;
}

.footer-widget {
    /* border-bottom: red 5px solid; */
    margin-bottom: 15px;
}

.inner-about-us img {

}

.top_add.top_space ul li:first-child a {
    letter-spacing: 2px;
	margin-top: -6px;
}

.signle-section>h1 {
    color: #E3A722;
    font-weight: normal;
    text-align: center;
    border-bottom: 3px solid #999999;
    padding-bottom: 15px;
}

.signle-section p {
    font-size: 18px;
    color: #000;
    line-height: 2;
}

.signle-section {
    padding-top: 30px;
}

.intro-content {
    padding-top: 1px;
}

.intro-content h1 {
    color: #E3A722;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
