/*! 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
   ========================================================================== */
h1, h2, h3, h4, h5 {margin: 0;}
menu, ul, li, p {margin: 0 auto; padding: 0; list-style: none;}
a { font: 16px/29px Arial, "黑体"; color: #896d65; text-decoration: none; }
a:hover, a.on { color: #f3713c; }
.LF {float: left;}
.RF {float: right;}
.BOLD {font-weight: bold;}
.wrapper {position: relative;}
.body-container {
    font-size: 16px;
    font-family: Arial, "黑体";
    color: #896d65;
    background: #caa52d;
    min-width: 800px;
    padding: 5px;
}
.header-container {
    background: #fff;
    height: 125px;
    padding: 15px 20px 0 65px;
}
.logo {
    background: url(../images/sprite.png) 0 0 no-repeat;
    width: 83px;
    height: 108px;
}
.logo a {
    text-indent: -9999px;
    height: 100%;
    display: block;
}
.toplink li {
    letter-spacing: 1px;
    padding: 0 7px;
}
.Enews {
    padding-left: 30px;
}
.Enews i {
    font-size: 0;
    line-height: 0;
    background: url(../images/sprite.png) -83px 0 no-repeat;
    margin-left: 6px;
    padding: 14px 18px;
    position: relative;
    top: -6px;
}
.Enews:hover i {
    background-position: -83px -28px;
}
.toplink .video-toolbar {
    font: 16px/29px "黑体";
    color: #fff;
    background: url(../images/video-toolbar.png) 0 0 no-repeat;
    width: 131px;
    height: 29px;
    margin-left: 20px;
    padding: 0 0 0 11px;
}
#en .toplink .video-toolbar {
    padding-left: 7px;
}
.video-toolbar a {
    width: 30px;
    height: 21px;
    margin: 4px auto;
}
.video-toolbar .play {
    margin-left: 15px;
    margin-right: 12px;
}
#en .video-toolbar .play {
    margin-left: 7px;
}
.signpost {
    margin-top: 65px;
}
.signpost a {
    font-size: 18px;
    line-height: 24px;
}
.signpost .sep {
    width: 0;
    height: 24px;
    margin: 0 15px;
    border-left: 1px solid #b8aaa6;
    border-right: 1px solid #c1b4b0;
}
.main-container {
    background: #fff;
    height: 610px;
    padding-bottom: 15px;
    overflow: hidden;
}
.home-info {
    background: rgb(202, 164, 45);
    background: rgba(202, 164, 45, .85);
    width: 350px;
    padding: 10px 20px 10px 30px;
    position: absolute;
    left: 0;
    top: 70px;
    z-index: 1;
}
article {
    font: 16px/30px Arial, "黑体";
    color: #fff;
}
article h1 {
    font: 24px/30px Arial, "黑体";
    color: #636363;
}
article p {
    text-align: justify;
    text-justify: inter-word;
}
article .en {
    font-size: 14px;
    line-height: 22px;
}
article span  {
    color: #636363;
}
.sidebar {
    position: absolute;
    top: 40px;
    right: 15px;
}
.sidebar li {
    margin: 10px 0;
}
.sidebar p {
    font: 14px/15px Arial, "黑体";
    text-align: center;
    vertical-align: middle;
    background: rgba(255,255,255,.85);
    width: 59px;
    height: 59px;
    border-radius: 50%;
    display: table-cell;
}
.sidebar .date {
    letter-spacing: -1.5px;
    margin-left: -1px;
    display: block;
}
#en .sidebar .date {
    letter-spacing: 0;
}
.sidebar .temp {
    font-size: 18px;
}
#video-player {
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
}
#my_video {
    background: transparent;
    width: 100%;
    height: 100%;
}
nav {
    padding: 8px 10px;
}
nav ul {
    overflow: hidden;
}
nav li {
    height: 20px;
    margin-left: -2px;
    border-left: 2px solid #fff;
}
nav a {
    font: 18px/20px Arial, "黑体";
    color: #fff;
    padding: 0 12px;
}
nav a:hover {
    color: #886d65;
}
footer {
    background: #fff;
    padding: 15px 0;
}
footer h3 a {
    text-align: left;
    text-indent: -9999px;
    background: url(../images/sprite.png) 0 -108px no-repeat;
    width: 135px;
    height: 28px;
    margin-left: 15px;
    padding: 0;
    display: block;
}
footer h3 .en-logo {
    background-position: 0 -136px;
}
footer p, footer a {
    font-size: 13px;
    line-height: 18px;
    text-align: right;
    padding: 0 10px;
}
div.LF p {
    margin-top: 10px;
}
.copyright {
    padding-right: 20px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*-----------------------*/
.aviaslider { 
    height: 609px;
    overflow: hidden;
    position: relative;
    background: #fff url(../img/preload.gif) center center no-repeat;
    z-index: 0;
}
.aviaslider li, .aviaslider .featured {
    display: block;
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
}
.js_active .aviaslider li, .js_active .aviaslider .featured {
    display:none;
}
.aviaslider img, .aviaslider a img, .aviaslider a {
    width: 100%;
    min-width: 1280px;
    border:none;
    text-decoration: none;
}
.kBlock { background-repeat: no-repeat; background-size: 100% auto; }
/*-----------------------*/
/*
 * 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;
    }
}



.ui-widget-overlay { background: #000000;opacity: .6;filter: Alpha(Opacity=60);height: 100%;left: 0;position: fixed;top: 0;width: 100%; z-index:99;}
.common_dialog{ background-color:#caa42d; padding:48px 30px 64px 64px;z-index:100; position:fixed;}
.common_dialog .ui-dialog-titlebar{ height:0; overflow:visible;}
.common_dialog .ui-dialog-titlebar .ui-dialog-title{ display:none;}
.common_dialog .ui-dialog-titlebar-close{ width:34px; height:34px; background:url(../images/close.png) no-repeat 0 0 ; position:absolute; right:12px; top:12px; border:none; line-height:100px; overflow:hidden; outline:none;}
.common_dialog h3{ color:#362f2d; font: 24px/30px Arial, "黑体"; font-size:24px;}
.common_dialog .content{color:#ffffff; margin-top:24px; font: 16px/30px Arial, "黑体"; padding-right:16px; text-align:justify;}

#privacyDialog .content{ overflow:auto; height:240px;}
.weibo{ width:36px; height:29px; display:inline-block; background:url(../images/weibo.png) no-repeat 0 0;}
.weibo_dialog{ padding:24px;}	
.weibo_dialog .ui-dialog-titlebar-close{ top:-10px; right:-10px;}

/*位置*/
.location_page .main-container{ padding-bottom:0;}

/*联系我们*/
.common_dialog2{ background-color:#ffffff; z-index:100; position:fixed; border:1px solid #eee;box-shadow:0 0 10px #333;}
.common_dialog2 .ui-dialog-titlebar{ height:0; overflow:visible;}
.common_dialog2 .ui-dialog-titlebar .ui-dialog-title{ display:none;}
.common_dialog2 .ui-dialog-titlebar-close{ width:50px; height:50px; background:url(../images/close2.png) no-repeat 0 0 ; position:absolute; right:-32px; top:-20px; border:none; line-height:200px; overflow:hidden; outline:none;}
.common_dialog2 .content{ padding:18px 78px; color:#452e1f; font: 16px/30px Arial, "黑体";}
.common_dialog2 em{ font-style:normal; color:#f36d3f;}
.common_dialog2 h3{ padding-bottom:8px; font: 24px/30px Arial, "黑体"; font-size:24px;}
.common_dialog2 .sec{border-bottom:1px solid #c6b9b5; padding:8px 0;}
.common_dialog2 .last{ border-bottom:none;}
.common_dialog2 .th{ display:inline-block; width:166px; vertical-align:top;}
.common_dialog2 .td{ display:inline-block; vertical-align:top;}

.contact_dialog_en .sec{ font-size:14px;}
.contact_dialog_en .th{ width:244px;}
.contact_dialog_en .td{ width:390px;}

.common_dialog_inner, .common_dialog2_inner{ display:none;}



