/*******************************************************************************************************************
*  Author: Tomas Lach (www.tomaslach.cz)                                                                           *
*  Date: 27.02.2011                                                                                                *
*******************************************************************************************************************/
html {
}
  /* 现代化页面基础样式 */
    * {
        box-sizing: border-box;
        -webkit-tap-highlight-color: transparent;
    }

    
@font-face {
    font-family: lmyy;
    src: url("/css/font/nlmyy.woff2")
}

@font-face {
    font-family: jmono;
    src: url("/css/font/jmono.woff2")
}



body {
    /*background: url('../img/bg.png') repeat;*/
    color: #000;
    font: normal 12px jmono, lmyy, 'Hiragino Sans GB','PingFang SC','Microsoft YaHei', Tahoma, Arial, simsun, 'sans-serif';
    padding-top: 111px
}

p {
    font-size: 1.0em;
    line-height: 1.8em;
    margin-bottom: 15px
}

address {
    font-style: normal;
    padding-bottom: 15px
}

table {
    font-size: 15px
}

/*******************************************************************************************************************
*  LINKS                                                                                                           *
*******************************************************************************************************************/
a, a:link, a:focus {
    color: #355f9f;
    outline: 0;
}

a:visited {
    color: #355f9f;
    text-decoration:none;
}

a:hover {
    color: #000;
    text-decoration:underline;
}

a.more {
    font-weight: bold;
    color: #72bf17;
    padding-right: 12px;
    background: url('../img/arrow.gif') no-repeat 100% 50%
}

/*******************************************************************************************************************
*  TITLES                                                                                                          *
*******************************************************************************************************************/
h1, h2, h3, h4, h5 {
    margin: 0 0 10px 0
}

h1 {
    font-size: 3.0em;
    color: #3b3b3b;
    margin-bottom: 5px;
    font-weight: normal;
    font-family: Georgia
}

h2 {
    font-size: 1.6em;
    color: #3b3b3b;
    margin-bottom: 20px;
    font-weight: normal;
    font-family: Georgia
}

#intro h2 {
    font-size: 3.0em;
    margin-bottom: 5px;
}

h3 {
    font-size: 1.2em;
    color: #3b3b3b;
    margin-bottom: 20px;
    text-transform: uppercase
}

h4 {
    font-size: 1.2em;
    color: #3b3b3b;
}

h5 {
    font-size: 1.1em
}


/*******************************************************************************************************************
*  HEADER                                                                                                          *
*******************************************************************************************************************/
#header {
    background: url('../img/bg-header.png') repeat-x bottom;
    position: absolute;
    top: 0;
    left: 0;
    height: 111px;
    width: 100%;
}

#header #logoBackground {
    /*background: url('../img/bg-logo.png') no-repeat;*/
    display: block;
    height: 111px;
    left: -100px;
    position: absolute;
    top: 0;
    width: 280px;
    color: #000
}

#header #logo {
    background: url('../img/logo7.png') no-repeat;
    display: block;
    height: 111px;
    left: 75px;
    z-index: 10;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    width: 170px;
    color: #000
}

/* navigation */
#header #navigation {
    position: absolute;
    right: 0;
    top: 69px;
}

#header #navigation li {
    display: inline-block;
    margin-left: 1px
}

#header #navigation li a {
    display: inlin-block;
    font-size: 16px;
    padding: 9px 30px;
    text-decoration: none;
    text-transform: uppercase;
    color:black;
    background: #fff;
    border: 1px solid #1e88e5;
    border-bottom: 1px double #1e88e5;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}

#header #navigation li.active a,
#header #navigation li a:hover {

    background: #64b5f6;
    color: #fff;

}

/*******************************************************************************************************************
*  INTRO                                                                                                           *
*******************************************************************************************************************/
#intro {
    background: url('../img/bg-intro.png') repeat-x bottom;
    min-height: 200px;;
    margin-bottom: 50px
}

/*******************************************************************************************************************
*  SLIDER                                                                                                          *
*******************************************************************************************************************/
#jCarousel {
    padding: 20px 0
}

#jCarousel a.image {
    display: block;
    background: url('../img/bg-image.png') no-repeat;
    width: 203px;
    height: 156px;
    text-align: center;
    position: relative;
    left: -15px;
    float: left
}

#jCarousel a.image img {
    position: relative;
    top: 13px
}

#jCarousel .content {
    width: 670px;
    float: right;
    padding-top: 10px
}

/*******************************************************************************************************************
*  CONTENT                                                                                                         *
*******************************************************************************************************************/
#container {
    margin-bottom: 40px
}

#container .cols {
    margin-bottom: 40px;
    padding: 0
}

#container .cols li {
    width: 290px;
    float: left;
    padding: 0;
    background: none;
}

#container .cols li.first .inner {
    padding: 0 40px 0 0
}

#container .cols li.center {
    width: 318px;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef
}

#container .cols li.center .inner {
    padding: 0 40px
}

#container .cols li.last .inner {
    padding: 0 0 0 40px
}

#container .gallery img {
    margin: 0 20px 20px 0;
    float: left
}

#container ul {
    padding: 5px 10px 25px
}

#container ul li {
    padding: 3px 0 3px 15px;
    background: url('../img/arrow.gif') no-repeat 0 50%
}

#container table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #efefef
}

#container table th {
    text-align: left;
    padding: 10px;
    border: 1px solid #70bd15;
    border-bottom: 3px solid #5b9a10;
    background: #70bd15;
    color: #fff
}

#container table td {
    padding: 7px 10px;
    border: 1px solid #efefef
}

#container table .dark td {
    background: #f7f7f7
}

#container form {
    margin-bottom: 20px
}

#container form fieldset {
    background: #f7f7f7;
    padding: 10px 15px;
    border: 1px solid #efefef
}

#container form table {
    width: 100%;
    border: 0
}

#container form th {
    padding: 10px 0 10px 0;
    border: 0;
    background: none;
    color: #000;
    text-align: left;
    width: 30%;
    vertical-align: top
}

#container form td {
    padding: 5px 20px 5px 0;
    width: 70%;
    border: 0
}

#container form .text {
    padding: 5px;
    width: 199px;
}

#container form .textarea {
    padding: 5px;
    width: 338px;
    height: 158px;
}

#container form .checkbox {
    width: 20px;
    height: 20px;
    float: left;
    position: relative;
    top: -4px;
    margin-right: 2px
}

#container form .radio {
    width: 20px;
    height: 20px;
    float: left;
    position: relative;
    top: -5px;
    margin-right: 2px
}

#container form tfoot td {
    padding-top: 10px
}

#container form .submit {
    cursor: pointer;
    padding: 5px 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Arial;
    font-size: 1.0em;
}

/*******************************************************************************************************************
*  FOOTER                                                                                                          *
*******************************************************************************************************************/
#footer {
    background: #e8f6fe url('../img/bg-footer.png') repeat-x;
    height: 160px;
}

#footer p {
    color: #5d9ec6;
    font-size: 11px;
    padding-top: 25px
}

#footer p a {
    color: #5d9ec6;
}

/*******************************************************************************************************************
*  OTHER STYLES                                                                                                    *
*******************************************************************************************************************/
.high {
    font-weight: bold;
    color: #2d7bac
}

.inner {
    padding: 15px 20px
}

.middle {
    margin: 0 auto;
    position: relative;
}

.inner_copyright {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.w900 {
    width: 80%
}

.w560 {
    width: 560px
}

.w220 {
    width: 250px
}

a.thumb img {
    border: 1px solid #e4e4e4
}

/*设置表格头部颜色*/
.bootstrap-table .table thead > tr > th {
    background-color: #D8EFFE;
}

/*默认按钮颜色 - 现代化设计*/
.btn-default {
    background: #ffffff;
    border: 1px solid #e1e5e9;
    border-radius: 8px;
    color: #495057;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.btn-default:hover {
    background: #f8f9fa;
    border-color: #d1d5db;
    color: #374151;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
}

.btn-default:active {
    background: #e9ecef;
    border-color: #adb5bd;
    color: #495057;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
}

.btn-default:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    border-color: #3b82f6;
}

.btn-default:disabled {
    background: #f8f9fa;
    border-color: #e9ecef;
    color: #adb5bd;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

/*表格分页按钮颜色*/
.pagination > .active > a {
    background-color: #D8EFFE;
    border-color: #C4E6F9;
    color: #000;
}

/*视频播放界面*/
.video_window_m {
    /*width: 960px;*/
    /*height: 400px;*/
    margin-top: 1px;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*margin-top: 100px;*/
    /*background-color: #191919*/
}

dialog.type-primary .modal-header {
    background-color: #7FCFFC;
}

.bootstrap-dialog.type-primary .modal-header {
    /*background-color: #7FCFFC;*/
    background-image: linear-gradient(to bottom, #9FD0EC 0, #51AADC 100%);
}

/*html, body {*/
/*margin: 0;*/
/*padding: 0;*/
/*width: 100%;*/
/*height: 100%;*/
/*overflow: hidden;*/
/*!*background: #111;*!*/
/*}*/
/*按钮载入动画*/
/** 加载动画的静态样式 **/
.ty-button-load {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 21px auto;
    border-radius: 10px;
    overflow: hidden;
}

.ty-button-load:before, .ty-button-load:after, .ty-button-load .item {
    float: left;
    width: 50%;
    height: 50%;
}

.ty-button-load:before {
    content: '';
    background: #e36767;
}

.ty-button-load:after {
    content: '';
    background: #6BB9DD;
}

.ty-button-load .item:nth-child(1) {
    background: #F6CB7D;
}

.ty-button-load .item:nth-child(2) {
    background: #6BA374;
}

.ty-button-load .circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 18px;
    margin: -2px 0 0 -2px;
    background: #e2e2e2;
    border-radius: 10px;
}

.ty-button-load .circle:before {
    content: '';
    position: absolute;
    left: 2%;
    top: 20%;
    width: 0;
    height: 0;
    overflow: hidden;
    border-top: 18px solid #CCC;
    border-left: 18px solid #ccc;
    border-right: 18px solid transparent;
    border-bottom: 18px solid transparent;
    -webkit-transform: rotate(135deg) skew(12deg, 12deg);
}

/** 加载动画 **/
@-webkit-keyframes load {
    0% {
        background: #e36767;
    }
    24.9% {
        background: #e36767;
    }
    25% {
        background: #F6CB7D;
    }
    49.9% {
        background: #F6CB7D;
    }
    50% {
        background: #6BB9DD;
    }
    74.9% {
        background: #6BB9DD;
    }
    75% {
        background: #6BA374;
    }
    99.9% {
        background: #6BA374;
    }
}

.ty-button-load:before {
    -webkit-animation: load 1s linear infinite;
}

.ty-button-load .item:nth-child(1) {
    -webkit-animation: load 1s linear .25s infinite;
}

.ty-button-load:after {
    -webkit-animation: load 1s linear .5s infinite;
}

.ty-button-load .item:nth-child(2) {
    -webkit-animation: load 1s linear .75s infinite;
}

.btn-loading {
    position: relative;
    top: 2px;
    margin-right: 5px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../img/btn_loading5.gif") no-repeat;
    background-size: cover;
}

/*markdown-table 自定义表格*/
.markdown-table {
    font-family: Microsoft YaHei, Tahoma, Arial, "Hiragino Sans GB", simsun, sans-serif;
    border-color: grey;
    outline: 0;
    box-sizing: border-box;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
    display: table;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.markdown-table thead {
    outline: 0;
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

.markdown-table thead tr {
    border: 0;
    border-top: 1px solid #ddd;
    background-color: #fff;
}

.markdown-table thead tr th {
    font-size: 1.1em;
    color: #4f4f4f;
    line-height: 22px;
    border: 1px solid #ddd;
    padding: 8px;
    word-break: normal !important;
    vertical-align: middle;
    font-weight: 700;
    background-color: #eff3f5;
}

.markdown-table tbody {
    word-wrap: break-word;
    border: 0;
}

.markdown-table tbody tr {
    border: 0;
    border-top: 1px solid #ddd;
    background-color: #fff;
}

.markdown-table tbody tr td {
    font-size: 1.1em;
    color: #4f4f4f;
    line-height: 22px;
    border: 1px solid #ddd;
    padding: 8px;
    word-break: normal !important;
    vertical-align: middle;
}

.markdown-table td .field_title {
    font-weight: bold;
}
