﻿/*----------------------
    Copyright 2015
    CHAINSEA Corp.
    All rights reserved
 -----------------------
	Author:Jerry Yang
 ----------------------*/

/*--------------------------------------------
			      general
--------------------------------------------*/
a:focus {
    outline: none;
}
body {
    font-family: "Microsoft YaHei";
}
body h3,
body h4 {
    font-family: "Microsoft YaHei";
    text-shadow: 0px 0px 0px black;
}
.top_full_zone {
    background: white;
    box-shadow: inset 0px 4px #082d86,inset 0px -47px rgba(240, 240, 240, 0);
    z-index: 10;
    padding-bottom: 1px;
    position: relative;
}
.top_full_zone2 {
    background: #FFFFFF;
    position: relative;
    z-index: 9;
    box-shadow: 0px 4px 5px -3px rgb(203, 203, 203);
}
.top_full_zone3 {
    background: rgba(0, 0, 0, 0);
    /* margin-bottom: 30px; */
    margin-top: 0px;
    position: relative;
    z-index: 0;
}
.bottom_full_zone {
    padding-top: 0;
    background: #f8f8f8;
}
.bottom_full_zone2 {
    background: #969696;
}
.container {
    padding: 0;
    position: relative;
	max-width: 970px \9;
}
.block {
    position: relative;
    /* display: inline-block; */
    width: 100%;
    clear: both;
}
/*--------------------------------------------
				   Function
--------------------------------------------*/
/*===Top_botton=============================*/
.top_botton {
    position: absolute;
    width: 40px;
    height: 36px;
    top: -36px;
    right: 10px;
    padding-top: 11px;
    padding-left: 10px;
    color: white;
    font-size: 20px;
    box-shadow: inset 0px -6px #ffb800, 0px -4px 5px -2px #bbb;
    background: #fdd000;
    float: right;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    *display: none;
}
.top_botton:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 18px;
    height: 1px;
    background: white;
}
/*--------------------------------------------
				  Static_old
--------------------------------------------*/
/*===Logo===================================*/
.logo {
}
.logo .pic {
    height: 74px;
    background-size: cover;
    float: left;
}
.logo .name {
    text-indent: 10px;
    font-size: 16px;
}
.logo a {
    text-decoration: none;
}
@media(max-width: 768px) {
    .logo {
        width:auto;
        float: none;
    }
}
/*===Menu===================================*/
.menu_toggle {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -5px;
    bottom: 0;
    display: none;
    padding-left: 9px;
    padding-top: 7px;
    font-size: 21px;
    text-shadow: -4px 0;
    background: white;
    color: rgb(8, 45, 134);
    cursor: pointer;
}
.menu {
    margin-top: 3px;
}
.menu.active {
    display: block;
    /* Safari */
}
.menu .menu_dropdown_toggle > div {
    display: none;
}
.menu > ul > li {
    *width: 130px!important;
}
.menu > ul > li+li > a {
    box-shadow: -11px -4px 0px -10px rgb(224, 224, 224),-12px 0px 1px -10px white;
}
.menu >ul > li:hover:before,
.menu >ul > li.active:before {
    content: '';
    position: absolute;
    width: 82%;
    height: 72%;
    left: 9%;
    top: 4px;
    border-radius: 10px;
    background: #fccf00;
}
.menu li a {
    padding: 8px 17px 18px 17px;
    margin-top: 0px;
    border-radius: 0;
    font-size: 17px;
    position: relative;
    text-align: center;
    /*white-space: nowrap;*/
}
.menu >ul > li:hover > a,
.menu >ul > li.active > a {
    color: white;
    *color: black;
    text-shadow: 0px 0px 3px rgba(79, 62, 18, 0.39);
    /* z-index: 9; */
}
.menu li+li {
    margin-left: 0px;
}
.menu li li a {
    position: relative;
    padding: 10px 12px 9px 12px;
    text-align: left;
    font-size: 16px;
    text-shadow: none;
    margin-top: 0;
}
.menu li li a:hover {
    z-index: 9;
    color: #333;
    background: #eee;
}
.menu .dropdown-menu {
    min-width: 100%;
    box-shadow: 1px 1px 0px -1px #FFF, 1px 1px 0px 0px #EEE, -1px -1px 0px 0px #EEE,1px -1px 0px #EEE,-1px 1px 0px #EEE;
    padding: 5px 1px 1px 1px;
    margin-top: 0px;
}
.menu li li+li a {
    box-shadow: none;
    box-shadow: inset 0px 1px #ddd;
}
.menu .dropdown-menu:before {
    /*content:'';*/
    position: absolute;
    top: -13px;
    left: 22px;
    width: 0;
    height: 0;
    border-bottom: 13px solid #cecece;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
.menu .dropdown-menu:after {
    content: '';
    position: absolute;
    top: -4px;
    left: -1%;
    width: 102%;
    height: 8px;
    background: #3267f1;
}
.menu > ul > li:last-child .dropdown-menu:before {
    left: auto;
    right: 19px;
}
.menu > ul > li:last-child .dropdown-menu:after {
    left: auto;
    right: -1%;
}
.menu li:hover .dropdown-menu {
    display: block;
    *margin-top: -5px;
}
@media(max-width: 768px) {
    .menu li.menu_dropdown_toggle > div {
        display:block;
        position: absolute;
        left: 30px;
        top: 5px;
        height: 35px;
        width: 35px;
        border-radius: 36%;
        background: rgba(240, 240, 240, 0);
        padding-left: 10px;
        padding-top: 9px;
        text-shadow: 0px 1px rgb(196, 196, 196),0px 0px white;
        box-shadow: inset 0px 0px 0px 1px rgb(234, 230, 230);
    }
    .menu li.menu_dropdown_toggle > div span:last-child,
    .menu li.menu_dropdown_toggle.no_child > div span:first-child {
        display: none;
    }
    .menu li.menu_dropdown_toggle > div span:first-child,
    .menu li.menu_dropdown_toggle.no_child > div span:last-child {
        display: block;
    }
    .menu li:hover .dropdown-menu {
        display: none;
    }
    .menu li.active .dropdown-menu {
        display: block;
    }
    .menu li.active.menu_dropdown_toggle > div {
        color: white;
        box-shadow: inset 0px 0px 0px 2px white;
        z-index: 1;
    }
    .menu ul li {
        width: 100% !important;
    }
    .menu ul li.active {
        box-shadow: inset 0 -2px 21px -6px rgba(195, 195, 195, 0.31);
    }
    .menu >ul > li.menu_dropdown_toggle:after {
        content: '';
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
    }
    .menu >ul > li.menu_dropdown_toggle.no_child:after {
        display: none;
    }
    .menu >ul > li:hover:before {
        content: none;
    }
    .menu > ul > li.active:before {
        width: 100%;
        height: 40px;
        left: 0;
        border: none;
        border-radius: 0;
        box-shadow: 0px 1px 0px rgb(255, 255, 255);
    }
    .menu li.active .dropdown-menu {
        position: relative;
        padding: 0;
        top: 0;
        margin-top: 2px;
        margin-bottom: 3px;
        box-shadow: none;
        background: rgba(50, 103, 241, 0);
    }
    .menu li.active .dropdown-menu:after {
        display: none;
    }
    .menu > ul > li+li > a {
        box-shadow: inset 0px 11px 0px -10px rgba(224, 224, 224, 0.25);
    }
    .menu > ul > li a {
        margin: 0;
        padding: 10px 0 10px 0px;
    }
    .menu >ul > li:hover > a {
        color: black;
        text-shadow: none;
    }
    .menu > ul > li.active > a {
        background-color: #fccf00;
    }
    .menu > ul > li.active > a {
        color: white;
        text-shadow: 0px 0px 3px rgba(79, 62, 18, 0.39);
    }
    .menu > ul > li.no_child > a {
        background-color: transparent;
    }
    .menu > ul > li li a {
        margin: 0;
        padding: 10px 0 11px 35px;
        padding-bottom: 14px;
        background: rgb(252, 252, 252);
        box-shadow: none;
    }
}
@media(max-width: 400px) {
    .menu li a {
        padding-left: 10px;
    }
}
/*===Banner=================================*/
.banner {
    position: relative;
    z-index: 9;
    background: white;
    box-shadow: 0px 6px 5px -5px rgb(133, 133, 133);
}
.banner .content {
    width: 100%;
    height: 100%;
    box-shadow: 0px 1px #eaeaea,0px -1px #ddd;
}
.banner .content a img {
    width: 100%;
    display: none;
    background: white;
}
.banner .content a.active img {
    display: block;
}
/*===breadcrumbs============================*/
.breadcrumbs {
    background: #eee;
    padding: 13px 16px 0px;
}
.breadcrumbs .content {
    *margin-left:5px;
}
.breadcrumbs li{
    *display:inline;
    *margin-right:10px;
}
/*===PageHeading============================*/
.page-heading {
    background: #eee;
    padding: 9px 110px 16px 16px;
}
.page-heading .title {
    font-size: 26px;
    color: #ed6d6a;
    text-shadow: -1px 0px 0px rgba(237, 109, 106, 0.53) ,-1px -1px 2px rgb(255, 255, 255), 0px 1px 1px rgba(255, 255, 255, 0.86);
}
/*===Share=================================*/
.share{
    position:absolute;
    bottom:5px;
    right: 16px;
    padding: 9px 0 16px 16px;
}
.share a{
    margin-right:8px;
}
.share_twitter img{
    background-color: #55acee;
}
@media(max-width: 400px) {
    .share{
        position:relative;
        right:0;
        background: #eee;
    }
}
/*===Detail=================================*/
.detail {
    width: 100%;
    padding-bottom: 36px;
}
.detail .panel-title {
    font-weight: bold;
}
.detail .content {
    padding: 0 16px;
    padding-top: 26px;
    background: #FFFFFF;
}
.detail .content img {
    max-width: 100%;
    height: auto !important;
}
.detail.left {
    width: 75%;
    float: left;
}
.detail.left .content {
    margin-right: 0;
    padding-right: 35px;
    padding-top: 6px;
    border-right: 1px solid #ddd;
}
@media(max-width: 768px) {
    .detail .content img{
        margin: 10px auto;
        display: flex;
    }
    .detail.left {
        width: 100%;
    }
    .detail.left .content {
        border-right-width: 0;
        padding-right: 16px;
    }
}
/*===Submenu=================================*/
.submenu {
    padding-bottom: 12px;
    padding-top: 3px;
}
.submenu > ul > li > a {
    font-size: 18px;
    color: #333;
    text-shadow: 0px 0px 0px black;
}
.submenu li li a {
    font-size: 15px;
    padding: 10px 15px;
    color: gray;
}
.submenu li li a:hover {
    color: gray;
    background: #eee;
}
.submenu li li.active {
    position: relative;
}
.submenu li li.active a {
    color: white;
    text-shadow: 0px 0px 3px rgb(159, 121, 0);
    background: #fccf00;
    box-shadow: -1px 0 #fccf00;
}
.submenu li li.active a:hover {
    background: #fccf00;
}
.submenu ul .dropdown-menu{
    position: relative;
    display: block;
    box-shadow: none;
    width: 100%;
    float: none;*
    top: 0;
    z-index: 1;
}
.submenu_zone.right {
    width: 25%;
    *width: 24%;
    float: right;
}
.submenu_zone.right .content{
	*margin-left:0;
}
.submenu_zone.right li li {
    margin-top: 1px;
}
.submenu_zone.right li li.active:before {
    content: '';
    position: absolute;
    left: -6px;
    top: 8px;
    width: 0;
    height: 0;
    border-right: 10px solid #fccf00;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
@media(max-width: 768px) {
    .submenu_zone {
        display:none;
    }
}
/*===Web-info===============================*/
.web-info {
    color: #F6F6F6;
    padding: 0 8px;
    padding: 15px 50px;
    text-align: center;
}
/*--------------------------------------------
					Static
--------------------------------------------*/
/*===List===================================*/
.list {
    padding-left: 0;
    padding-bottom: 58px;
    padding-top: 0;
}
.list .panel {
    margin-bottom: 0;
    margin-left: -2px;
    border-bottom-width: 0;
    border-radius: 0;
    border: none;
}
.list ul {
    margin-bottom: 0;
    display:none;
}
.list ul.active{
    display:block;
}
.list li {
    padding: 20px 15px 20px 0;
    margin-right: 10px;
    margin-left: 10px;
    border-top-style:dotted;
    border-bottom-style:dotted;
}
.list li span {
    font-size: 14px;
    color: rgb(148, 148, 148);
}
.list li:first-child {
    border-top-color: transparent;
}
.list .date.left {
    float: left;
}
.list .title.right {
    position: relative;
    padding-left: 93px;
}
.list .title.right a {
    display: block;
    font-size: 14px;
    color: #337ab7;
}
.list_control{
	text-align:center;
	padding-bottom: 36px;
}
@media(max-width: 400px) {
    .list {
        padding-top:20px;
    }
    .list li {
        padding: 10px 0 10px 0;
    }
    .list .title.right {
        clear: both;
        padding: 0;
    }
}

/*===Sitemap================================*/
.sitemap {
    margin-bottom: 0;
    margin-left: 5px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 14px;
}
.sitemap ul {
    padding: 20px 6px 0px 6px;*
    width: 85px!important;
    margin: 14px 0;
    margin-bottom: -999px;
    padding-bottom: 999px;
}
.sitemap ul+ul {
    box-shadow: -1px 0px rgb(232, 232, 232);
}
.sitemap ul > a {
    color: #555;
    text-decoration: none;
    text-shadow: 0 1px white;
    font-weight: bold;
    position: relative;
}
.sitemap ul > a:before {
    content: "\e258";
    font-family: 'Glyphicons Halflings';
    position: absolute;
    left: -19px;
    color: #fed001;
}
.sitemap ul > a:focus {
    box-shadow: inset 0 0 1px gray;
}
.sitemap li {
    list-style-type: none;
    overflow: hidden;
    padding: 6px 0px;
}
.sitemap li a {
    color: rgb(129, 129, 129);
    text-decoration: none;
}
.sitemap li a:focus {
    box-shadow: inset 0 0 1px gray;
}
@media(max-width: 768px) {
    .sitemap ul > a:before {
        content:'';
    }
}
/*--------------------------------------------
                special-case
--------------------------------------------*/
.banner_control:after,
.block:after,
.advertisement .content:after,
.sitemap .content:after {
    content: "";
    display: table;
    clear: both;
}
/*--------------------------------------------
			    multi-screen
--------------------------------------------*/
@media (min-width: 1200px) {
}
@media (max-width: 992px) {
    .logo {
        /* width:100%; */
    }
    .container {
        margin: 0 8px;
        /* box-shadow: 0 0 1px silver; */
    }
}
@media(max-width: 768px) {
    .top_full_zone {
        box-shadow: inset 0px 4px #082d86,0px 0px 5px silver;
    }
    .top_full_zone2 {
        box-shadow: 0px 4px 5px -3px rgb(115, 115, 115);
        margin-bottom: 12px;
    }
    .top_full_zone2 .container {
        margin: 0;
    }
    .menu_toggle {
        display: block;
    }
    .menu {
        display: none;
        margin-top: 5px;
    }
    .sitemap {
        display: none;
    }
}
@media(max-width: 400px) {
}
@media(min-width: 768px) and (max-width: 992px) {
}
