/*
    #号对应是id选择，点号对应class，ID选择器样式在一个页面内只能使用一次，class可重复使用
*/
@font-face {
    font-family: 'FZSSJ';
    src: url('code/FZSSJW.otf'),
    src: url('code/FZSSJW.eot'),
         url('code/FZSSJW.woff') format('woff'),
         url('code/FZSSJW.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FZFSJ';
    src: url('code/FZFSJW.otf'),
    src: url('code/FZFSJW.eot'),
         url('code/FZFSJW.woff') format('woff'),
         url('code/FZFSJW.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FZKTJ';
    src: url('code/FZKTJW.otf'),
    src: url('code/FZKTJW.eot'),
         url('code/FZKTJW.woff') format('woff'),
         url('code/FZKTJW.TTF') format('truetype'),
         url('code/FZKTJW.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FZHTJ';
    src: url('code/FZHTJW.otf'),
    src: url('code/FZHTJW.eot'),
         url('code/FZHTJW.woff') format('woff'),
         url('code/FZHTJW.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
h1 {
    font-size: 30px;
    color: #486893;
    font-weight:bold;
}
h2 {
    font-size: 25px;
    color: #486893;
    font-weight:bold;
    line-height: 3.9em;
}
h3 {
    font-size: 20px;
    color: #486893;
    font-weight:bold;
    padding: 10px;
}
h4 {
    font-size: 18px;
    color: #486893;
    font-weight:bold;
    padding: 10px;
}
h5 {
    font-size: 16px;
    color: #486893;
    font-weight:bold;
}
h6 {
    font-size: 14px;
    color: #486893;
    font-weight:bold;
}
.section-title{
    margin-top:40px;
    background-color: #fff;
}
.page-bc{
    /*background-color: rgb(239,228,176);*/
    border:3px solid #eee;
    box-shadow: 2px 2px 2px #666;
    width: 1200px;
    padding: 15px;
}
.blue{
    padding: 5px;
    border-radius: 5px 5px;
    background-color: #DCDCDC;
    overflow-wrap: break-word;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-top: 5px;
    /*font-family: 'Poppins', sans-serif; */
    font-size: 14px;
    color: #777;
}
table{
    border-color:#ddd;
    margin-top:15px;
    border-spacing:0;
    margin-bottom: 8px;
    /*page-break-inside : avoid;*/
}
.table thead tr th, .table tbody tr td{
    padding: 6px 7px 9px 7px;
    /*line-height: 1.42857143;*/
    vertical-align: middle;
    text-align: center;
    border-bottom:1px solid #ddd;
}
.table-c{
    /*padding: 5px 8px 10px 8px;*/
    border-top:2px solid grey;
    margin-top: 15px;
    border-right:  1px solid #ddd;
    border-bottom:none;
}
.table-c thead tr th:last-child,.table-c tbody tr td:last-child{
    border-right: none;
}

.table-info {
    /*padding: 5px 8px 10px 8px;*/
    /*border-top:2px solid grey;*/
    /*border-bottom:1px solid #ddd;*/
    margin-top: 15px;
}
.bc-blue{
    background-color: #0091c3;
}
.bc-col{
    background-color: #91d2e1;
}
.bc-light{
    background-color: #9dce92;
    /*background-color: #ccc;*/
}
.bc-gre{
    background-color: #579c7d;
}
.bc-gre th,.bc-light th,.bc-blue th{
    padding-top: 10px; 
    color: #fff;
}
.process-img{
    text-align: center;
    max-height: 450px;
}
.word-img{
    text-align: center;
    max-height: 300px;
}
.sep-img{
    width: 100%;
    text-align: center;
    max-height: 30px;
    margin: 100px 0;
}
.note{
    text-align: center;
    font-size: 16px;
    margin: 12px 0 15px 0;
}
.center{
    text-align: center;
}
.two_img{
    width: 100%;
    /* position: relative; */
    float: left;
}
.two_img img{
    max-width: 100%;
}
.img_box{
    width:50%; padding:15px;float:left;
}
.sideroll{
    margin-left: 250px;
}
.wenxian {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    counter-reset: slideNum;
}
    
.wenxian tr:before {
    counter-increment: slideNum;
    content: counter(slideNum)".";
}

/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.9em;
    color: #000;
    overflow-wrap: break-word;
    margin: 4px 0;
}

.paragraph{
    text-indent: 2em; /* 首行缩进的文本 */
    margin: 10px 0;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 100px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #73bcd6;
    color: #fff;
    transition: all 0.3s;
    position: fixed;
    height: 100%;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #b1afcd;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #0c90ad;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #0c90ad;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #73bcd6;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #b1afcd;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    background: #fff;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

#contentRight {
    margin-left: 250px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 1500px) {
    #sidebar {
        margin-left: 0px;
    }
    .sideroll{
      margin-left: 250px;
    }
}
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    .sideroll{
      margin-left: -20px;
    }
    #sidebarCollapse span {
        display: none;
    }
}
