﻿@charset "utf-8";
/* CSS Document */

/*! 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 {
    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,
svg,
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
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * 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;
}

/* ==========================================================================
   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
     */

    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;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
#wengweng{
    background-image: url('../img/weng.jpg');
background: -webkit-linear-gradient(#0097fa , #FFF); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#0097fa, #FFF); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#0097fa, #FFF); /* For Firefox 3.6 to 15 */
background: linear-gradient(#0097fa , #FFF); /* Standard syntax */
    background-size: 100%;
    background-attachment: fixed;
    background-size: cover;
}

.weng-hide{
    display: none;
    opacity: 0;
}

#weng-0{
    text-align: center;
}

#weng-1{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    z-index: 9997;
}
#weng-2{
    position: absolute;
    z-index: 9998;
    top: 0%;
    left: 0%;
    width: 100%;
}
#weng-3{
    position: absolute;
    z-index: 9999;
    top: 0%;
    left: 0%;
    width: 100%;
}

/*椤佃剼*/
#weng-footer{
    padding-top: 1em;
    margin-left: -10em;
    text-align: center;
    color: #3b5998;
    font-size: 1em;
}
#weng-footer ul li{
    display: inline;
    list-style: none;
}
#weng-footer a{
    text-decoration: none;
    color: #3b5998;
}
#weng-footer a:hover{
    color: #6d84b4;

}

#weng-footer p{
    padding-top: 0.1em;
    clear: both;
    font-size: 0.9em;
}

/*娴姩*/
#weng-fudong-mx{
    position: fixed;
    bottom: 370px;
    right: 5px;
    z-index: 9000;
    opacity: 0.95;
    border-radius: 5px;
}
#weng-fudong-mx:hover{
    opacity: 1;
}

#weng-fudong-m{
    position: fixed;
    bottom: 250px;
    right: 5px;
    z-index: 9000;
    opacity: 0.95;
    border-radius: 5px;
}
#weng-fudong-m:hover{
    opacity: 1;
}

#weng-fudong-0{
    position: fixed;
    bottom: 175px;
    right: 5px;
    z-index: 9000;
    opacity: 0.5;
    font-size: 1.1em;
    color: #fff;
    border-radius: 5px;
    margin-top: 1em;
}
#weng-fudong-0:hover{
    opacity: 1;
}
#weng-fudong-1{
    position: fixed;
    bottom: 130px;
    right: 5px;
    z-index: 9000;
    opacity: 0.5;
    font-size: 1.1em;
    color: #fff;
    border-radius: 5px;
    margin-top: 1em;
}
#weng-fudong-1:hover{
    opacity: 1;
}
#weng-fudong-2{
    position: fixed;
    bottom: 85px;
    right: 5px;
    z-index: 9000;
    opacity: 0.5;
    border-radius: 5px;
    margin-top: 1em;
}
#weng-fudong-2:hover{
    opacity: 1;
}
#weng-fudong-3{
    position: fixed;
    bottom: 40px;
    right: 5px;
    z-index: 9000;
    opacity: 0.5;
    border-radius: 5px;
    margin-top: 1em;
}
#weng-fudong-3:hover{
    opacity: 1;
}

#weng-fudong{
    position: fixed;
    bottom: 235px;
    right: 5px;
    z-index: 9000;
    opacity: 0.5;
    width: 45px;
    height: 45px;
    background-color: #0e90d2;
    text-align: center;
    vertical-align: middle;
    font-size: 1.1em;
    color: #fff;
    border-radius: 3px;
    margin-top: 1em;
}
#weng-fudong i{
    padding-top: 0.3em;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
}

.thermometer-1 .thermometer-outer {
  background: #6ebce4;
background: -webkit-linear-gradient(left, #6ebce4 , #cfe9f6); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(right, #6ebce4, #cfe9f6); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(right, #6ebce4, #cfe9f6); /* For Firefox 3.6 to 15 */
background: linear-gradient(to right, #6ebce4 , #cfe9f6); /* Standard syntax */
  border-radius: 3px;
  height: 5px;
  width: 100%;
}
.thermometer-1 .thermometer-inner {
  background: #0e90d2;
  height: 5px;
}
.thermometer-2 .thermometer-outer {
  border-radius: 3px;
  height: 15px;
  width: 100%;
}
.thermometer-2 .thermometer-inner {
  background: #12beff;
background: -webkit-linear-gradient(left, #FFB2B2,#FFE0A3,#FFFF99,#B2FFB2, #C2FFFF, #ADD6FF,#D1B2FF); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(right, #FFB2B2,#FFE0A3,#FFFF99,#B2FFB2, #C2FFFF, #ADD6FF,#D1B2FF); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(right, #FFB2B2,#FFE0A3,#FFFF99,#B2FFB2, #C2FFFF, #ADD6FF,#D1B2FF); /* For Firefox 3.6 to 15 */
background: linear-gradient(to right, #FFB2B2,#FFE0A3,#FFFF99,#B2FFB2, #C2FFFF, #ADD6FF,#D1B2FF); /* Standard syntax */
opacity: 1; 
  height: 15px;
}

#wengweng-chenjinmei{
    width: 100%;
    height: 128px;
}

#wengweng-wangguoshun{
    width: 100%;
    height: 128px;
}
#wengweng-zhangwei{
    width: 100%;
    height: 128px;
}

#wengweng-xiongmaoxue{
    width: 100%;
    height: 128px;
}

#wengweng-yulinjingling{
    width: 100%;
    height: 128px;
}

#wengweng-sunhaoliang{
    width: 100%;
    height: 128px;
}

#wengweng-shiyan{
    width: 100%;
    height: 128px;
}
#wengweng-zhangchaoli{
    width: 100%;
    height: 128px;
}

#wengweng-wuwei{
    width: 100%;
    height: 128px;
}

#wengweng-miaofu{
    width: 100%;
    height: 128px;
}

#wengweng-licuiying{
    width: 100%;
    height: 128px;
}

#wengweng-liuyunxia{
    width: 100%;
    height: 128px;
}

#wengweng-1{
    width: 100%;
    height: 128px;
}
#wengweng-2{
    width: 100%;
    height: 128px;
}
#wengweng-3{
    width: 100%;
    height: 128px;
}
#wengweng-4{
    width: 100%;
    height: 128px;
}
#weng-spinner-1,#weng-spinner-2{
    width: 100%;
    height: 100px;
}
#renwu-chenjinmei{
background: -webkit-linear-gradient(left, #FFB2B2,#FFE0A3,#FFFF99,#B2FFB2, #C2FFFF, #ADD6FF,#D1B2FF); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(right, #FFB2B2,#FFE0A3,#FFFF99,#B2FFB2, #C2FFFF, #ADD6FF,#D1B2FF); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(right, #FFB2B2,#FFE0A3,#FFFF99,#B2FFB2, #C2FFFF, #ADD6FF,#D1B2FF); /* For Firefox 3.6 to 15 */
background: linear-gradient(to right, #FFB2B2,#FFE0A3,#FFFF99,#B2FFB2, #C2FFFF, #ADD6FF,#D1B2FF); /* Standard syntax */
}

.weng-pintu{
    background:url('../img/wengweng.jpg');
    background-size: cover;
    background-size: 100%;
    background-attachment: fixed;
    text-align: center;
    margin: auto;
}
.item{
    text-align: center;
    margin: auto;   
}

#weng-zhuimengren{
    background:url('../img/pugongying.jpg');
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    padding-top: 3em;
    padding-bottom: 3em;
    overflow: hidden;
}
.renwupintu{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.renwupintu ul{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

            .kwicks {
                height: 256px;
            }
            .kwicks > li {
                height: 256px;
            }

            #panel-1 { background-color: #53b388; background: rgba(0,0,0,0.4); }
            #panel-2 { background-color: #5a69a9; background: rgba(0,0,0,0.4); }
            #panel-3 { background-color: #c26468; background: rgba(0,0,0,0.4); }
            #panel-4 { background-color: #bf7cc7; background: rgba(0,0,0,0.4); }
            #panel-5 { background-color: #53b388; background: rgba(0,0,0,0.4); }
            #panel-6 { background-color: #5a69a9; background: rgba(0,0,0,0.4); }
            #panel-7 { background-color: #c26468; background: rgba(0,0,0,0.4); }
            #panel-8 { background-color: #bf7cc7; background: rgba(0,0,0,0.4); }
            #panel-9 { background-color: #53b388; background: rgba(0,0,0,0.4);}
            #panel-10 { background-color: #53b388; background: rgba(0,0,0,0.4);}
            #panel-11 { background-color: #53b388; background: rgba(0,0,0,0.4);}
            #panel-12 { background-color: #5a69a9; background: rgba(0,0,0,0.4);}
            #panel-13 { background-color: #c26468; opacity: 0.2;}
            #panel-14 { background-color: #bf7cc7; opacity: 0.2;}
            #panel-15 { background-color: #53b388; opacity: 0.2;}
            #panel-16 { background-color: #5a69a9; opacity: 0.2;}
            #panel-17 { background-color: #c26468; opacity: 0.2;}
            #panel-18 { background-color: #bf7cc7; opacity: 0.2;}
            #panel-19 { background-color: #53b388; opacity: 0.2;}

            .kwicks img{
                float: left;
                margin-top: 0;
                margin-left: 0;
                margin-right: 1em;
            }
            .kwicks h3{
                color: #fff;
                font-family: "寰蒋闆呴粦";
                font-size: 1.8em;
                font-weight: bold;
                padding-right: 0.8em;
                padding-bottom: 0.5em;
                border-bottom: 1px solid #FFF;
            }
            .kwicks p{
                color: #fff;
                font-family: "serif";
                font-size: 16px;
                text-indent: 2em;
                line-height: 1.8;
                padding-top: 0.5em;
                padding-right: 1em;
                text-align: left;
            }

a:hover{
    text-decoration: none;
}

#mengxianglianlianpin{
    text-align: center;
    margin-top: 5em;
    margin-bottom: 5em;
}
#zhuimengren{
    text-align: center;
    margin-top: 5em;
    margin-bottom: 2em;
}
#mengxianglianlianpin h1 span, #zhuimengren h1 span{
    border-bottom: solid 1px #FF9933;
    color: #5C5C5C;
    padding-bottom: 0.1em;
    font-family: "寰蒋闆呴粦";
    font-size: 2em;
}

.navbar{
    z-index: 99;
    background: #FFF;
    background: rgba(255,255,255,0.95);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    padding-left: 1em;
    padding-right: 1em;
}
.navbar a{
    font-size: 18px;
    color: #f15a24;
    font-family: "鍗庢枃缁嗛粦"锛�"寰蒋闆呴粦";
    font-weight: normal;
}
.navbar-nav>li>a:hover{
    background: #f15a24;
    color: #FFF;
}
.odd{
    background: rgba(244,123,80,0.1);
}
.dropdown-menu li a{
    color: #545454;
}

            .kwicks-vertical-2 {
                width: 512px;
                height: 512px;
            }
            .kwicks-vertical-2 > li {
                height: 145px;
                margin-top: 5px;
            }
            .kwicks-horizontal-2 {
                width: 512px;
                height: 100%;
            }
            .kwicks-horizontal-2 > li {
                height: 100%;
                width: 145px;
                float: left;
                margin-left: 5px;
            }

.cx-selected{
   background: #f15a24;
}
.cx-selected a{
    color: #FFF;
}
.label{
    font-family: arial;
    font-weight: bold;
}