﻿/* ================================
1.body a
====================================== */
/* ================================
2-0.checkbox
====================================== */
/* ================================
2.a
====================================== */
/* ================================
3.#header
====================================== */
/* ================================
4.#logo
====================================== */
/* ================================
5.#toolbar
====================================== */
/* ================================
6.#header
====================================== */
/* ================================
41.ac_results
====================================== */
/* ================================
40.Report
====================================== */
/* ================================
39.breadcrumb
====================================== */
/* ================================
38.examination
====================================== */
/* ================================
7.dl-horizontal
====================================== */
/* ================================
41.pagination > li > a
====================================== */
/* ================================
42.position: fixed
====================================== */
/* ================================
8.contact-left
====================================== */
/* ================================
9.contact-right
====================================== */
/* ================================
10.contact-right .navbar .nav-tabs
====================================== */
/* ================================
11.thumbnail
====================================== */
/* ================================
12.cctc
====================================== */
/* ================================
13.caption
====================================== */
/* ================================
14.progress
====================================== */
/* ================================
15.home .curse-filter
====================================== */
/* ================================
16.text-p
====================================== */
/* ================================
17.input
====================================== */
/* ================================
18.btn
====================================== */
/* ================================
19.clearfix
====================================== */
/* ================================
20.visuallyhidden
====================================== */
/* ================================
21.Siemens-bth
====================================== */
/* ================================
22.font
====================================== */
/* ================================
23.title
====================================== */
/* ================================
24.lest
====================================== */
/* ================================
25.height
====================================== */
/* ================================
26.col-xs-n
====================================== */
/* ================================
27.width
====================================== */
/* ================================
28.float
====================================== */
/* ================================
29.margin
====================================== */
/* ================================
30.padding
====================================== */
/* ================================
31.background
====================================== */
/* ================================
32.box
====================================== */
/* ================================
33.border
====================================== */
/* ================================
34.h1,h2,h3.....
====================================== */
/* ================================
35.line-height
====================================== */
/* ================================
36.color
====================================== */

/* ================================
37.contact-rightNav
====================================== */
body {
    font-family: Arial,SimSun,'Microsoft YaHei';
    background-color: #f2f2f2;
    font-size: 12px;
    color: #8a8a8a;
    width: 1920px;
}

.s {
    cursor: pointer;
}

.s-no {
    cursor: default;
}

a {
    cursor: pointer;
    display: inherit;
    color: #8a8a8a;
    outline: none;
    bblr: expression(this.onFocus=this.blur()); /*IE使用*/
    outline-style: none; /*FF使用*/
}

    a:hover {
        outline: none;
        color: #0f9f9f;
        text-decoration: none;
        bblr: expression(this.onFocus=this.blur()); /*IE使用*/
        outline-style: none; /*FF使用*/
    }

.disabled {
    pointer-events: none;
    cursor: not-allowed;
}

.vertical-align-b {
    vertical-align: bottom;
}

.vertical-align-m {
    vertical-align: middle;
}

dt {
    font-weight: normal;
}

code, kbd, pre, samp {
    font-family: Arial;
}

small, .small {
    font-size: 12px;
}

.dis-i-b {
    display: inline-block;
}

.a-default {
    cursor: default;
}

li, ul {
    list-style-type: none;
}

.sidebar {
    width: 200px;
    position: absolute;
    /*top: 231px;*/
    left: 0;
    z-index: 0;
    font-weight: normal;
}

.sidebar1 {
    position: fixed;
    left: 210px;
    font-size: 20px;
    top: 50%;
}

    .sidebar1 a {
        padding: 90px 2px 2px 2px;
        height: 200px;
        background: #e8e8e8;
        font-size: 20px;
        font-weight: bold;
        border-radius: 10px 0px 0px 10px;
    }

        .sidebar1 a:hover {
            padding: 90px 2px 2px 2px;
            height: 200px;
            background: #ccc;
            border-radius: 10px 0px 0px 10px;
        }

.sidebar2 {
    position: fixed;
    left: 0px;
    font-size: 20px;
    top: 50%;
}

    .sidebar2 a {
        padding: 90px 2px 2px 2px;
        height: 200px;
        background: #e8e8e8;
        font-size: 20px;
        font-weight: bold;
        border-radius: 0px 10px 10px 0px;
    }

        .sidebar2 a:hover {
            padding: 90px 2px 2px 2px;
            height: 200px;
            background: #ccc;
            border-radius: 0px 10px 10px 0px;
        }
/*--滚动条--*/
/*::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}*/

/*定义滚动条轨道 内阴影+圆角*/
/*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(241,241,241,0);
    border-radius: 10px;
    background-color: #F5F5F5;
}*/

/*定义滑块 内阴影+圆角*/
/*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(205,205,205,0);
    background-color: #555;
}*/
/*--Globals--*/
#main-nav a {
    color: #444;
}

#mobile-header {
    background: #eee;
}

#main-nav {
    color: #444;
}

    #main-nav > ul > li > ul {
        background: #f8f8f8;
    }

    #main-nav ul li a:hover, #main-nav > ul > li:hover > a {
        color: #0f9f9f;
        text-decoration: none;
    }

#content-wrap {
    overflow: hidden;
}

.mobile-only {
    display: none;
}

#main-nav {
    position: relative;
    z-index: 100;
    margin: 0 auto;
    /*max-width: 978px;*/
}

    #main-nav ul li a {
        text-align: center;
        display: block;
        padding: 10px;
        margin: 0;
    }

    #main-nav ul li ul li a {
        text-align: left;
    }

    #main-nav > ul > li {
        position: relative;
        display: block;
        float: left;
    }

        #main-nav > ul > li > a > span {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

nav#main-nav .menu-content {
    padding: .5em;
}

#main-nav > ul > li > ul {
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}

#main-nav > ul > li:hover > ul {
    opacity: 1;
}

#main-nav > ul > li > ul > .parent > a {
    float: left;
    line-height: 30px;
    padding: 0px 10px;
    overflow: hidden;
    text-align: left;
    display: inline-block;
    color: #000;
}

#main-nav > ul > li > ul > li a {
    float: left;
    line-height: 23px;
    padding: 5px 10px;
    overflow: hidden;
    text-align: left;
    display: inline-block;
    color: #8a8a8a;
}

#main-nav > ul > .active > a, #main-nav > ul > .active > a:hover, #main-nav > ul > .active:hover > a, #main-nav > ul > li > ul > .active > a, #main-nav > ul > li > ul > li > ul > .active > a {
    color: #0f9f9f;
    text-decoration: underline;
}

#main-nav > ul > li > ul {
    overflow: hidden;
}

#main-nav > ul > li > ul {
    position: absolute;
    left: -9999px;
    padding: 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
}

#main-nav > ul > li:hover > ul {
    left: 0;
}

#main-nav > ul > li > ul > li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    padding: 6px 0 0 0;
}

    #main-nav > ul > li > ul > li ul li {
        width: auto;
    }

#main-nav > ul > li.full {
    position: static;
}

    #main-nav > ul > li.full > ul {
        width: 100% !important;
        z-index: 1;
    }

#main-nav > ul > li.end-menu-item:hover > ul {
    right: 0;
    left: auto;
}

#main-nav > ul > li.columns-5 > ul {
    width: 600%;
}

    #main-nav > ul > li.columns-5 > ul > li.colspan-2 {
        width: 40%;
    }

    #main-nav > ul > li.columns-5 > ul > li.colspan-3 {
        width: 60%;
    }

    #main-nav > ul > li.columns-5 > ul > li.colspan-4 {
        width: 80%;
    }

    #main-nav > ul > li.columns-5 > ul > li.colspan-5 {
        width: 100%;
    }

    #main-nav > ul > li.columns-5 > ul > li {
        width: 100%;
    }

        #main-nav > ul > li.columns-5 > ul > li > ul {
            overflow: hidden;
        }

#placeholder-content {
    font-size: 16px;
}

.parent > ul > li {
    float: left;
}

.table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: initial;
    border-top: 1px solid #ddd;
}

/* ================================
2-0.checkbox
====================================== */
.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 18px;
            height: 18px;
            left: 0;
            margin-left: -20px;
            margin-right: 20px;
            border: 1px solid #CCCCCC;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 2px;
            font-size: 12px;
            color: #555555;
        }

    .checkbox input[type="checkbox"] {
        opacity: 0;
    }

        .checkbox input[type="checkbox"]:focus + label::before {
            outline: thin dotted;
            outline: 0px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: 'FontAwesome';
            line-height: 15px;
            content: "\f00c";
        }

        .checkbox input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.radio {
    padding-left: 20px;
}

    .radio label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 18px;
            height: 18px;
            left: 0;
            margin-left: -20px;
            border: 3px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 8px;
            height: 8px;
            left: 5px;
            top: 5px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
    }

        .radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 0px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
            transition: all 0.4s ease;
        }

        .radio input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .radio input[type="radio"]:disabled + label::before {
                cursor: not-allowed;
            }

    .radio.radio-inline {
        margin-top: 0;
    }
/* =================================================================================
Awesome Bootstrap Checkbox Rewrite
================================================================================= */
.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #399bff;
    border-color: #399bff;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #ef4836;
    border-color: #ef4836;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #51b7a3;
    border-color: #51b7a3;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f39c12;
    border-color: #f39c12;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #26a65b;
    border-color: #26a65b;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.radio-primary input[type="radio"] + label::after {
    background-color: #399bff;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #399bff;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #399bff;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #ef4836;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #ef4836;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #ef4836;
}

.radio-info input[type="radio"] + label::after {
    background-color: #51b7a3;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #51b7a3;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #51b7a3;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f39c12;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f39c12;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f39c12;
}

.radio-success input[type="radio"] + label::after {
    background-color: #26a65b;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #26a65b;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #26a65b;
}
/* ================================
2.a
====================================== */
.a-deco {
    text-decoration: none;
}

    .a-deco:hover {
        text-decoration: none;
    }

.top {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    background: #3d3d3d;
    color: #fff;
    filter: alpha(opacity=90);
    opacity: .9;
    position: fixed;
    display: block;
    right: 18px;
    bottom: 0;
    text-align: center;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.material-a a {
    background: url(../Content/images/01.png) center no-repeat;
    width: 100%;
    padding-top: 45px;
}

    .material-a a:hover {
        background: url(../Content/images/001.png) center no-repeat;
        width: 100%;
        padding-top: 45px;
    }
/* ================================
3.#header
====================================== */
#header {
    overflow: hidden;
}

#header {
    position: relative;
    background: #afb4be;
}

    #header.type-1 h1, #header.type-2 h1, #header.type-3 h1, #header.type-1 h2, #header.type-2 h2, #header.type-3 h2, #header.type-1 h3, #header.type-2 h3, #header.type-3 h3, #header.type-1 h4, #header.type-2 h4, #header.type-3 h4, #header.type-1 h5, #header.type-2 h5, #header.type-3 h5, #header.type-1 h6, #header.type-2 h6, #header.type-3 h6, #header.type-1 p.main, #header.type-2 p.main, #header.type-3 p.main {
        margin-bottom: 10px;
        font-size: 153.9%;
        line-height: 1.3;
    }

    #header .headertext h1, #header .headertext h2, #header .headertext h3, #header .headertext h4, #header .headertext h5, #header .headertext h6, #header .headertext p.main {
        color: #fff !important;
    }

    #header h1, #header h2, #header h3, #header h4, #header h5, #header h6, #header p.main {
        font-size: 123.1%;
        font-weight: bold;
        color: #fff;
    }

    #header p {
        margin-bottom: 5px;
        font-size: 85%;
        line-height: 1.45;
    }

    #header.type-3 .headertext p {
        font-size: 100%;
    }

    #header .inner, #header .visual, #header .headertext {
        height: 144px;
    }

    #header.type-3 .inner, #header.type-3 .visual, #header.type-3 .headertext {
        height: 150px;
    }

    #header .visual img {
        display: block;
    }
/* ================================
4.#logo
====================================== */
#logo {
    z-index: 100;
}

#logo {
    position: absolute;
    top: 0;
    left: 44px;
    z-index: 300;
    width: 172px;
    height: 72px;
    /* background: url(../Content/images/siemens-logo.gif) no-repeat; */
}
/* ================================
5.#toolbar
====================================== */
#toolbar {
    height: 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
    background-color: #999;
}

    #toolbar .wrapper {
        z-index: 99;
    }

    #toolbar .wrapper {
        position: relative;
        clear: both;
        z-index: 200;
        width: 940px;
        margin: 0px;
    }

    /*#toolbar .wrappertoolbar {
    position: relative;
    clear: both;
    z-index: 200;
    width: 100%;
    margin: 0px;
}*/

    #toolbar .identification {
        float: left;
        width: 320px;
    }

    #toolbar .element {
        position: relative;
        float: left;
    }

    #toolbar a.opener {
        display: block;
        float: left;
        border: 0;
        border-right: 1px solid transparent;
        border-left: 1px solid transparent;
        margin-right: 2px;
        padding: 0 8px 0 10px;
        color: #fff;
        text-decoration: none;
        line-height: 20px;
    }

    #toolbar a.active-a {
        color: #0f9f9f;
    }

.visuallyhidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
}

#site-search {
    height: 20px;
    float: right;
    margin: 1px 0 0;
    text-align: right;
}

.js #site-search {
    width: 200px;
    margin: 0;
}

.inp {
    position: absolute;
    top: 0px;
    right: 1px;
    left: auto;
    height: 17px;
    border: 1px solid #666;
    padding: 1px 2px;
    color: #000;
    -webkit-box-sizing: none;
    -moz-box-sizing: none;
    box-sizing: none;
}

.search-button {
    position: absolute;
    top: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: #fff #333 #333 #fff;
    padding: 0 5px;
    color: #fff;
    text-decoration: none;
    background: #666;
}

    .search-button:hover {
        background: #900;
        color: #fff;
    }

.ggf {
    right: 1px;
    width: 34px;
    height: 20px;
    line-height: 16px;
}
/* ================================
6.#header
====================================== */
.cont {
    position: absolute;
    background: #f2f2f2;
    width: 100%;
}

.contact {
    /*width: 990px;*/
    width: 1354px;
    padding: 5px 0 10px 10px;
}
/* ================================
41.ac_results
====================================== */
.ac_results ul {
    padding: 0px;
}

.ac_over:hover .bg-input-bottom {
    background: #f1f1f1;
}

.ac_over-207-hidden {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 207px;
}
/* ================================
42.BasicIndex
====================================== */
.weather-wrap {
    background-color: #0f9f9f;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 4px;
    color: #FFFFFF;
    min-height: 307px;
    position: relative;
}

.temperature {
    font-size: 21px;
    margin: 20px;
    z-index: 1;
}

    .temperature span {
        float: right;
    }

.weather-icon {
    margin: 0px 88px 0;
    z-index: 1;
}

.weather-text-p {
    position: relative;
    height: 200px;
}

.weather-text-ps {
    position: relative;
    height: 200px;
}

    .weather-text-ps .weather-text {
        position: absolute;
        top: 0%;
    }

.weather-text {
    position: absolute;
    top: 15%;
}


    .weather-text > h2 {
        font-size: 30px;
        font-weight: 600;
        letter-spacing: -1px;
        position: initial;
        top: 30px;
        padding: 0 25px;
    }

.weather-dash {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    padding: 20px;
}

.weather-icon i {
    font-size: 90px;
}

.weather-border {
    margin: -10px auto 0 auto;
    text-align: center;
    background: #3FB2B2;
    width: 119px;
    font-size: 18px;
}

.weather-po-a {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 200px;
    text-align: center;
    margin-left: -100px;
    border-bottom: 16px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0px;
    color: #000;
}
/* ================================
40.Report
====================================== */
.report-tabl {
    border: #0f9f9f solid 1px;
}

.report-name {
    float: left;
    height: 40px;
    width: 15%;
    text-align: center;
    padding: 0 10px;
    line-height: 40px;
}

.report-name-p {
    float: left;
    height: 40px;
    line-height: 40px;
    width: 300px;
    padding: 0 5px;
    border-left: solid #0f9f9f 1px;
}

.report-name-butt {
    float: right;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

.report-well-none {
    border: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    border-bottom: #0f9f9f solid 1px;
}

.report-tab-cen-l {
    float: left;
    border-top: #0f9f9f solid 1px;
    width: 15%;
    text-align: center;
}

.report-tab-cen-r {
    width: 85%;
    float: right;
    border-top: #0f9f9f solid 1px;
}

.report-tab-cen {
    float: left;
    width: 33.333%;
    border-left: #0f9f9f solid 1px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
}

    .report-tab-cen p {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
/* ================================
39.breadcrumb
====================================== */
.breadcrumb {
    background: #fff;
    border-radius: initial;
}
/* ================================
38.examination
====================================== */
.exam {
    font-size: 14px;
    color: #828386;
}

.exam-type {
    font-size: 22px;
    color: #333;
    border-left: 4px solid #4bacee;
    padding: 0 10px;
}

.exam .que-info {
    font-size: 14px;
    color: #828386;
    line-height: 2em;
}

.exam-box-inner {
    position: relative;
    padding: 50px 20px 20px;
    background-color: #FFF;
}

.exam-wrap {
    display: inline-block;
    width: 42px;
    height: 35px;
    background: url(images/num-btn_43e04d7.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #FFF;
    font-style: italic;
    line-height: 35px;
    text-align: center;
}

.exam-stem {
    font-size: 14px;
    color: #333;
}

.exam-title p {
    line-height: 1.5;
}

.exam-img img {
    margin: 14px 0;
    max-width: 640px;
    vertical-align: middle;
}

.exam-options {
    font-size: 14px;
    color: #828386;
    margin-top: 20px;
    line-height: 1.5;
}

.exam-bottom {
    padding: 30px 20px;
    background-color: #f8f8f8;
}

.exam-answer-title {
    font-weight: 700;
    color: #828386;
    padding: 10px 0;
}

.exam-Checkboxes
/* ================================
7.dl-horizontal
====================================== */
.dl-horizontal {
    margin-bottom: 5px;
}

.dl-horizontal dd {
    margin-left: 49px;
    line-height: 22px;
}

dl {
    margin-top: 0;
    margin-bottom: 0px;
    color: #6B6B6B;
}

.dl-horizontal dt {
    width: 34px;
    margin-bottom: 8px;
    text-align: right;
    font-size: 16px;
}
/* ================================
41.pagination > li > a
====================================== */
.pagination > li > a {
    padding: 2px 10px;
}
/* ================================
42.position: fixed
====================================== */
.pos-fixed {
    position: fixed;
    z-index: 99;
}

.pos-r {
    position: relative;
}
/* ================================
8.contact-left
====================================== */
.contact-left {
    float: left;
    width: 200px;
}

    .contact-left > .active > a {
        color: #0f9f9f;
        font-weight: bold;
        text-decoration: none;
        outline: none;
    }

.contact-left_bg {
    background: #fff;
    padding: 2px 2px 2px 2px;
    margin-bottom: 5px;
}

.panel-title > a {
    display: block;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: inherit;
    border-color: inherit;
}

/* ================================
9.contact-right
====================================== */
.contact-right {
    margin-left: 210px;
    position: relative;
}

.contact-right-inpt {
    background: #f2f2f2;
    padding: 0;
}

.course-emil {
    color: #8a8a8a;
    display: initial;
}

    .course-emil:hover {
        color: #0f9f9f;
    }
/* ================================
10.contact-right .navbar
====================================== */
.container {
    width: 100%;
}

.container-fluid {
    padding-right: 1px;
    padding-left: 1px;
    font-size: 14px;
    font-weight: bold;
}

.navbar-collapse {
    padding-right: 2px;
    padding-left: 2px;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
    border-radius: 0px;
    min-height: 30px;
    margin-bottom: 0px;
}

.navbar-right {
    margin-right: 1px;
}

    .navbar-right > li > a > i {
        font-size: 16px;
        line-height: 29px;
    }

.navbar-default .navbar-nav > li > a {
    color: #8a8a8a;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 9px;
    padding-bottom: 0px;
}

.navbar-nav > li > a {
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 27px;
    border: 0;
    color: #8a8a8a;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #0f9f9f;
    background-color: transparent;
    text-decoration: none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #0f9f9f;
    background-color: #fff;
    padding-top: 1px;
    padding-bottom: 1px;
    text-decoration: none;
    border-bottom: #0f9f9f 2px solid;
}

.assigned-top {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 63px;
    height: 62px;
    background: url(../Content/images/assigned-top.png) center no-repeat;
}

.closed-top {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 63px;
    height: 62px;
    background: url(../Content/images/closed-top.png) center no-repeat;
}

.closed-top-r {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 63px;
    height: 62px;
    background: url(../Content/images/closed-top-list.png) center no-repeat;
}

.cn-closed-top-r {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 63px;
    height: 62px;
    background: url(../Content/images/cn-closed-top-list.png) center no-repeat;
}

.revoke-top {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 63px;
    height: 62px;
    background: url(../Content/images/revoke-top.png) center no-repeat;
}

.assigned-top-r {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 63px;
    height: 62px;
    background: url(../Content/images/assigned-top_list.png) center no-repeat;
}

.cn-assigned-top-r {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 63px;
    height: 62px;
    background: url(../Content/images/cn-assigned-top_list.png) center no-repeat;
}

.cn-assigned-top {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 63px;
    height: 62px;
    background: url(../Content/images/cn-assigned-top.png) center no-repeat;
}

.closed-top-r {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 63px;
    height: 62px;
    background: url(../Content/images/closed-top-list.png) center no-repeat;
}

.cn-closed-top-r {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 63px;
    height: 62px;
    background: url(../Content/images/cn-closed-top-list.png) center no-repeat;
}

.cn-closed-top {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 63px;
    height: 62px;
    background: url(../Content/images/cn-closed-top.png) center no-repeat;
}

.revoke-top-r {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 63px;
    height: 62px;
    background: url(../Content/images/revoke-list.png) center no-repeat;
}

.cn-revoke-top-r {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 63px;
    height: 62px;
    background: url(../Content/images/cn-revoke-list.png) center no-repeat;
}

.cn-revoke-top {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 63px;
    height: 62px;
    background: url(../Content/images/cn-revoke.png) center no-repeat;
}

.contact-right-box {
    width: 80px;
    position: absolute;
    bottom: 5px;
    color: #fff;
    right: 0px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background: none;
    color: #0f9f9f;
}

.nav > .active > a {
    text-decoration: none;
    background: none;
    color: #0f9f9f;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #8a8a8a;
    font-weight: bold;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #0f9f9f;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom: #0f9f9f 2px solid;
}

.nav-tabs > li > a:hover {
    border: none;
    border-bottom: #0f9f9f 2px solid;
}

/* ================================
11.thumbnail
====================================== */
.thumbnail {
    overflow: hidden;
    border-radius: 0px;
    padding: 0px;
}

.thum-img img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 210px;
    /*height: 137px;*/
}

.thumbnail:hover > img {
    transform: scale(1.1, 1.1);
    transition: .3s transform;
}

.thumbnail:hover > div > img {
    transform: scale(1.5, 1.5);
    transition: .3s transform;
}

.thum-img {
    position: relative;
    overflow: hidden;
}

.breadcrumb {
    border-radius: 0;
    padding: 8px 7px;
}
/* ================================
12.cctc
====================================== */
.ctc div, .ctc span, .ctc object, .ctc iframe, .ctc h1, .ctc h2, .ctc h3, .ctc h4, .ctc h5, .ctc h6, .ctc p, .ctc blockquote, .ctc pre, .ctc abbr, .ctc address, .ctc cite, .ctc code, .ctc del, .ctc dfn, .ctc em, .ctc img, .ctc ins, .ctc kbd, .ctc q, .ctc samp, .ctc small, .ctc strong, .ctc sub, .ctc sup, .ctc var, .ctc b, .ctc i, .ctc dl, .ctc dt, .ctc dd, .ctc ol, .ctc ul, .ctc li, .ctc fieldset, .ctc form, .ctc label, .ctc legend, .ctc table, .ctc caption, .ctc tbody, .ctc tfoot, .ctc thead, .ctc tr, .ctc th, .ctc td, .ctc article, .ctc aside, .ctc canvas, .ctc details, .ctc figcaption, .ctc figure, .ctc footer, .ctc header, .ctc hgroup, .ctc menu, .ctc nav, .ctc section, .ctc summary, .ctc time, .ctc mark, .ctc audio, .ctc video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-stretch: inherit;
    font-size-adjust: inherit;
    vertical-align: baseline;
}

.ctc article, .ctc aside, .ctc details, .ctc figcaption, .ctc figure, .ctc footer, .ctc header, .ctc hgroup, .ctc menu, .ctc nav, .ctc section {
    display: block;
}

.ctc label, .ctc input[type="button"], .ctc input[type="submit"], .ctc input[type="image"], .ctc button {
    cursor: pointer;
}

.ctc input, .ctc select {
    vertical-align: middle;
}

.ctc, .ctc select, .ctc input, .ctc textarea {
    color: #333;
}

    .ctc select, .ctc input, .ctc textarea, .ctc button {
        line-height: inherit;
        font-style: inherit;
        font-variant: inherit;
        font-weight: inherit;
        font-stretch: inherit;
        font-size-adjust: inherit;
    }

    .ctc a {
        color: #333;
        text-decoration: none;
        cursor: pointer;
    }

    .ctc .asset-left.noborder {
        margin: 0;
    }

    .ctc .asset-left {
        float: left;
        margin: 3px 12px 6px 0;
    }

    .ctc .asset .image {
        position: relative;
    }

    .ctc .asset {
        position: relative;
    }

    .ctc article, .ctc aside, .ctc details, .ctc figcaption, .ctc figure, .ctc footer, .ctc header, .ctc hgroup, .ctc menu, .ctc nav, .ctc section {
        display: block;
    }

    .ctc .asset img {
        display: block;
    }

    .ctc h1, .ctc h2, .ctc h3, .ctc h4, .ctc h5, .ctc h6 {
        font-weight: bold;
    }

    .ctc fieldset {
        margin: 20px 0 10px;
    }

        .ctc fieldset:first-child {
            margin-top: 0;
        }

    .ctc legend {
        margin-bottom: 5px;
        color: #666;
        font-weight: bold;
    }

        .ctc legend.visuallyhidden {
            font-size: 0;
            line-height: 0;
        }
/* ================================
13.caption
====================================== */
.caption h4 {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* ================================
14.progress
====================================== */
.progress_bar .pro-bar {
    background: hsl(0, 0%, 97%);
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.1) inset;
    height: 4px;
    margin-top: 8px;
    position: relative;
}

.progress_bar .progress_bar_title {
    /*color: hsl(218, 4%, 50%);*/
    font-size: 16px;
    font-weight: 300;
    position: relative;
    top: -10px;
    left: -80px;
    z-index: 1;
}

.progress_bar .progress_number {
    position: absolute;
    right: -46px;
    top: -6px;
}

.progress_bar .progress-bar-inner {
    background-color: hsl(0, 0%, 88%);
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 1s linear 0s;
    animation: animate-positive 2s;
}

    .progress_bar .progress-bar-inner:before {
        content: "";
        background-color: hsl(0, 0%, 100%);
        border-radius: 50%;
        width: 4px;
        height: 4px;
        position: absolute;
        right: 1px;
        top: 0;
        z-index: 1;
    }

    .progress_bar .progress-bar-inner:after {
        content: "";
        width: 14px;
        height: 14px;
        background-color: inherit;
        border-radius: 50%;
        position: absolute;
        right: -4px;
        top: -5px;
    }

@-webkit-keyframes animate-positive {
    0% {
        width: 0%;
    }
}

@keyframes animate-positive {
    0% {
        width: 0%;
    }
}
/* ================================
15.home .curse-filter
====================================== */
.home-nav-i {
    padding: 0 10px;
    font-size: 18px;
}

.curse-filter > a > span {
    font-size: 12px;
    padding: 0 5px;
}
/* ================================
15.0.manager course
====================================== */
.manag-cou-step {
    padding-left: 61px;
}

.manag-cou-lest {
    position: relative;
    border: solid 1px #e8e8e8;
    background: #fff;
    width: 100%;
    height: 80px;
    overflow: auto;
}

.manag-cou-lest-a {
    position: absolute;
    top: 0px;
    right: 1px;
    font-size: 20px;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .manag-cou-lest-a a {
        color: #0f9f9f;
    }

.manag-cou-step-p {
    width: 140px;
    text-align: center;
    margin-left: -64px;
}

.step-color-2 {
    color: #8a8a8a;
}

.step-color-3 {
    color: #2387aa;
}

.step-color-03 {
    color: #86BACE;
}

.step-color-2 > .badge {
    color: #fff;
    background: #8a8a8a;
    padding: 7px 10px;
    border-radius: 20px;
}

.step-color-3 > .badge {
    color: #fff;
    background: #2387aa;
    padding: 7px 10px;
    border-radius: 20px;
}

.step-color-03 > .badge {
    color: #fff;
    background: #86BACE;
    padding: 7px 10px;
    border-radius: 20px;
}

.step-color-2 > .fa-pulse {
    -webkit-animation: inherit;
    animation: inherit;
}

.step-color-03 > .fa-pulse {
    -webkit-animation: inherit;
    animation: inherit;
}

.fa-lg-03 {
    font-size: 0.333333em;
    width: 15px;
    -webkit-transform: scale(0.5);
    text-align: center;
}

.fa-2x-1 {
    font-size: 2em;
    line-height: 17px;
    vertical-align: -25%;
    width: 15px;
    text-align: center;
}
/* ================================
15.1.bypmp
====================================== */
.bypmp-bg1 {
    background: #eceaeb;
    line-height: 40px;
    padding: 0 5px;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
}

.bypmp-bg2 {
    background: #fff;
    line-height: 40px;
    padding: 0 5px;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
}
/* ================================
16.text-p
====================================== */
.text-p-hidden {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* ================================
17.input
====================================== */
.form-control {
    height: 30px;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    -webkit-box-shadow: initial;
    box-shadow: initial;
    -webkit-transition: initial;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: initial;
}

    .form-control:focus {
    }
/*=searchform=*/
#searchform {
}

    #searchform fieldset {
        padding: 0px;
        border: none;
        margin: 0px;
    }

    #searchform input[type="text"] {
        background: #e8e8e8;
        border: none;
        float: left;
        padding: 0px 10px 0px 15px;
        margin: 0px;
        width: 150px;
        height: 30px;
        line-height: 30px;
        transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        color: #585858;
        font-weight: normal;
    }

    /*#searchform input[type="text"]:hover, #searchform input[type="text"]:focus {
            width: 150px;
        }*/

    #searchform input[type="button"] {
        background: url(../Content/images/icon-search.png) center 6px no-repeat;
        cursor: pointer;
        margin: 0px;
        padding: 0px;
        width: 37px;
        height: 30px;
        line-height: 30px;
        float: left;
        overflow: visible;
        border: none;
    }

        #searchform input[type="button"]:hover {
            background-color: #333232;
        }

.style_1 #searchform input[type='button'] {
    background-color: #0f9f9f;
}

#searchform-course {
}

    #searchform-course fieldset {
        padding: 0px;
        border: none;
        margin: 0px;
    }

    #searchform-course input[type="text"] {
        background: #e8e8e8;
        border: none;
        float: left;
        padding: 0px 10px 0px 15px;
        margin: 0px;
        width: 150px;
        height: 30px;
        line-height: 30px;
        transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        color: #585858;
        font-weight: normal;
    }

    /*#searchform-course input[type="text"]:hover, #searchform-course input[type="text"]:focus {
            width: 200px;
        }*/

    #searchform-course input[type="button"] {
        background: url(../Content/images/icon-search.png) center 6px no-repeat;
        cursor: pointer;
        margin: 0px;
        padding: 0px;
        width: 37px;
        height: 30px;
        line-height: 30px;
        float: left;
        overflow: visible;
        border: none;
    }

        #searchform-course input[type="button"]:hover {
            background-color: #333232;
        }

.style_1 #searchform-course input[type='button'] {
    background-color: #0f9f9f;
}

.style_1 {
    display: block;
    clear: both;
}

/* ================================
18.btn
====================================== */
.btn {
    border-radius: 0px;
}

.btn-siemens-a {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-siemens-a:hover, .btn-siemens-a:focus, .btn-siemens-a.focus, .btn-siemens-a:active, .btn-siemens-a.active, .open > .dropdown-toggle.btn-siemens-a {
        color: #0f9f9f;
        background-color: #fff;
        border-color: #0f9f9f;
    }

.btn-curselibrary {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-curselibrary:hover, .btn-curselibrary:focus, .btn-curselibrary.focus, .btn-curselibrary:active, .btn-curselibrary.active, .open > .dropdown-toggle.btn-curselibrary {
        color: #fff;
        background-color: #FAA50A;
        border-color: #FAA50A;
    }

.dropdown-btn:hover, .dropdown-btn:focus, .dropdown-btn:active {
    background-color: #f9f9f9;
    color: #0f9f9f;
}

.btn-co2 {
    color: #000;
    background-color: #fff;
    border-color: #e8e8e8;
}

    .btn-co2:hover, .btn-co2:focus, .btn-co2.focus, .btn-co2:active, .btn-co2.active, .open > .dropdown-toggle.btn-co2 {
        color: #000;
        background-color: #fff;
        border-color: #e8e8e8;
    }

.dropdown-btn {
    padding: 6px 8px;
    border-left: solid 1px #ccc;
}
/* ================================
19.clearfix
====================================== */
.clearfix {
    zoom: 1;
}

    .clearfix:before, .clearfix:after {
        display: block;
        height: 0;
        overflow: hidden;
        content: " ";
    }

    .clearfix:after {
        clear: both;
    }

/* ================================
20.visuallyhidden
====================================== */
.visuallyhidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
}

/* ================================
21.Siemens-bth
====================================== */
.Siemens-bth {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff;
    background-color: #0f9f9f;
    border-color: #0f9f9f;
    display: inline-block;
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

    .Siemens-bth:hover, .Siemens-bth:link, .Siemens-bth:visited, .Siemens-bth:active {
        color: #fff;
        background-color: #089393;
        border-color: #089393;
        text-decoration: none;
    }
/* ================================
23.title
====================================== */
.title-top {
    color: #8a8a8a;
}

    .title-top i {
        color: #0f9f9f;
    }

.panel-title {
    font-size: 12px;
}
/* ================================
24.lest
====================================== */
.lest-a > a {
    color: #6B6B6B;
    font-weight: bold;
}

    .lest-a > a:hover {
        color: #0f9f9f;
        font-weight: bold;
        text-decoration: none;
        outline: none;
    }

    .lest-a > a:focus {
        font-weight: bold;
        text-decoration: none;
        outline: none;
    }

.lest-a > .active {
    color: #0f9f9f;
    font-weight: bold;
    text-decoration: none;
    outline: none;
}

.panel-title > .active {
    color: #0f9f9f;
    font-weight: bold;
    text-decoration: none;
    outline: none;
}

.list-group-item > a {
    color: #6B6B6B;
    font-weight: normal;
}

    .list-group-item > a:hover {
        color: #0f9f9f;
        text-decoration: none;
        outline: none;
    }

    .list-group-item > a:focus {
        text-decoration: none;
        outline: none;
    }

.list-group-item > .active {
    color: #0f9f9f;
    text-decoration: none;
    outline: none;
}
/* ================================
25.height
====================================== */
.height-80-a {
    height: 80px;
    overflow: auto;
}

.height-26 {
    height: 26px;
}

.height-34 {
    height: 34px;
}

.height-200 {
    height: 200px;
}

.max-h-200 {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.max-h-100 {
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}

.max-w-140 {
    max-width: 140px;
}

.min-max-200-500 {
    min-height: 200px;
    max-height: 500px;
    overflow: auto;
}
/* ================================
26.col-xs-n
====================================== */
.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-12 {
    width: 100%;
}
/* ================================
27.width
====================================== */
.course-con img {
    width: 100%;
    height: 173px;
}

.width-55 {
    width: 55px;
}

.width100 {
    width: 100%;
}

.width-80 {
    width: 80px;
}

.width-85 {
    width: 85px;
}

.width-90 {
    width: 90px;
}

.width-100 {
    width: 100px;
}

.width-105 {
    width: 105px;
}

.width-110 {
    width: 110px;
}

.width-115 {
    width: 115px;
}

.width-140 {
    width: 140px;
}

.width-150 {
    width: 150px;
}

.width-155 {
    width: 155px;
}

.width-160 {
    width: 160px;
}

.width-172 {
    width: 172px;
}

.width-175 {
    width: 175px;
}

.width-200 {
    width: 200px;
}

.width-220 {
    width: 220px;
}

.width-250 {
    width: 250px;
}

.width-190 {
    width: 190px;
}

.width-370 {
    width: 370px;
}

.width-430 {
    width: 430px;
}

.width-502 {
    width: 502px;
}

.width-519 {
    width: 519px;
}

.width-810 {
    width: 810px;
}

.width-943 {
    width: 943px;
}

.width-auto {
    width: auto;
}

.width-select {
    width: 727px;
}
/* ================================
28.float
====================================== */
.float-right {
    float: right;
}

.float-left {
    float: left;
}

/* ================================
29.margin
====================================== */
.margin-0 {
    margin: 0;
}

.margin-0-auto {
    margin: 0 auto;
}

.margin-30-auto {
    margin: 30px auto 0 auto;
}

.margin-tb-10 {
    margin: 10px 0;
}

.margin-tb-20 {
    margin: 20px 0;
}

.margin-tb-5-0 {
    margin: 5px 0 0 0;
}

.margin-t-0 {
    margin-top: 0px;
}

.margin-t-2 {
    margin-top: 2px;
}

.margin-t-3 {
    margin-top: 3px;
}

.margin-t-5 {
    margin-top: 5px;
}

.margin-t-10 {
    margin-top: 10px;
}

.margin-t-30 {
    margin-top: 30px;
}

.margin-t-38 {
    margin-top: 38px;
}

.margin-t-40 {
    margin-top: 40px;
}

.margin-t-60 {
    margin-top: 60px;
}

.margin-b-0 {
    margin-bottom: 0px;
}

.margin-b-1 {
    margin-bottom: 1px;
}

.margin-b-3 {
    margin-bottom: 3px;
}

.margin-b-5 {
    margin-bottom: 5px;
}

.margin-b-10 {
    margin-bottom: 10px;
}

.margin-b-20 {
    margin-bottom: 20px;
}

.margin-l-5 {
    margin-left: 5px;
}

.margin-l-8 {
    margin-left: 8px;
}

.margin-r-8 {
    margin-right: 8px;
}

.margin-r-20 {
    margin-right: 20px;
}

.margin-l-0 {
    margin-left: 0px;
}

.margin-rl-05 {
    margin-left: -5px;
    margin-right: -5px;
}
/* ================================
30.padding
====================================== */
.padding-0 {
    padding: 0px;
}

.padding-3 {
    padding: 3px;
}

.padding-4 {
    padding: 4px;
}

.padding-5 {
    padding: 5px;
}

.padding-6 {
    padding: 6px;
}

.padding-7 {
    padding: 7px;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-0-12 {
    padding: 0px 12px;
}

.padding-4-12 {
    padding: 2px 12px;
}

.padding-2-12 {
    padding: 2px 12px;
}

.padding-3-10 {
    padding: 3px 10px;
}

.padding-5-18 {
    padding: 5px 18px;
}

.padding-10-0 {
    padding: 10px 0px;
}

.padding-16-10 {
    padding: 16px 10px;
}

.padding-7-0 {
    padding: 7px 0px;
}

.padding-30-0 {
    padding: 30px 0;
}

.padding-0-10 {
    padding: 0px 10px;
}

.padding-0-5 {
    padding: 0px 5px;
}

.padding-0-6 {
    padding: 0px 6px;
}

.padding-0-7 {
    padding: 0px 7px;
}

.padding-0-15 {
    padding: 0px 15px;
}

.padding-0-20 {
    padding: 0px 20px;
}

.padding-10-15 {
    padding: 10px 15px;
}

.padding-6-12 {
    padding: 6px 12px;
}

.padding-4-12 {
    padding: 4px 12px;
}

.padding-4-7 {
    padding: 4px 7px;
}

.padding-10-20-20 {
    padding: 10px 20px 20px 20px;
}

.padding-t-30 {
    padding-top: 30px;
}

.padding-t-15 {
    padding-top: 15px;
}

.padding-t-10 {
    padding-top: 10px;
}

.padding-t-5 {
    padding-top: 5px;
}

.padding-t-6 {
    padding-top: 6px;
}

.padding-t-0 {
    padding-top: 0px;
}

.padding-tb-10 {
    padding: 10px 0;
}

.padding-b-0 {
    padding-bottom: 0px;
}

.padding-b-10 {
    padding-bottom: 10px;
}

.padding-left-0 {
    padding-left: 0px;
}

.padding-left-3 {
    padding-left: 3px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-left-9 {
    padding-left: 9px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-13 {
    padding-left: 13px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-left-22 {
    padding-left: 22px;
}

.padding-left-28 {
    padding-left: 28px;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-left-33 {
    padding-left: 33px;
}

.padding-left-40 {
    padding-left: 40px;
}

.padding-left-50 {
    padding-left: 50px;
}

.padding-left-60 {
    padding-left: 60px;
}

.padding-left-70 {
    padding-left: 70px;
}

.padding-left-80 {
    padding-left: 80px;
}

.padding-left-200 {
    padding-left: 200px;
}

.padding-left-12 {
    padding-left: 12px;
}

.padding-left-100 {
    padding-left: 100px;
}

.padding-left-59 {
    padding-left: 59px;
}

.padding-right-3 {
    padding-right: 3px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-right-8 {
    padding-right: 8px;
}

.padding-right-60 {
    padding-right: 60px;
}

.padding-rl-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.padding-rl-12 {
    padding-left: 12px;
    padding-right: 12px;
}

.padding-rl-3 {
    padding: 0px 3px;
}

.padding-rl-5 {
    padding: 0px 5px;
}

.padding-rl-8 {
    padding: 0px 8px;
}

.padding-rl-10 {
    padding: 0px 10px;
}

.padding-lest-i {
    padding-left: 20px;
    padding-right: 10px;
    font-size: 20px;
    width: 51px;
}

.padding-li-lr li {
    padding: 0 5px;
}

/* ================================
31.background
====================================== */
.bg-e8 {
    background: #e8e8e8;
}

.bg-co2 {
    background: #ccc;
}

.bg-col {
    background: #0f9f9f;
}

.bg-fff {
    background: #fff;
}

.bg-0 {
    background: none;
}

.bg-box {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.bg-mcourse {
    background: #EAEFF4;
}

.bg-input-bottom {
    background: #fff;
    border-left: solid 1px #8A8A8A;
    border-bottom: solid 1px #8A8A8A;
    border-right: solid 1px #8A8A8A;
    padding: 5px 10px;
}

.bg-100-06 {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #f1f1f1;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.6;
}

.bg-i-0 {
    position: absolute;
    left: 50%;
    right: 50%;
    top: 50%;
    font-size: 100px;
}

.bg-55-4f {
    background: linear-gradient(to bottom, #4fb1f7, #5599fa);
}

.bg-11-07 {
    background: linear-gradient(to bottom, #11c690, #07bca9);
}

.bg-f1 {
    background: #f1f1f1;
}
/* ================================
32.box
====================================== */
.box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.border-box {
    border: 0;
    box-shadow: none;
    border-radius: initial;
}
/* ================================
33.border
====================================== */
.border-f1 {
    border: #f1f1f1 solid 1px;
}

.border-t-f-1 {
    border-top: #fff solid 1px;
}

.border-t-f-1s {
    color: black;
    border-color: black;
    background-color: #F5F5F5;
}

.border-r-f-1 {
    border-right: #fff solid 1px;
}

.bord-col-2 {
    border: solid 1px #e8e8e8;
}

    .bord-col-2:hover {
        border: solid 1px #0f9f9f;
    }

.bord-hov-co1:hover {
    border: 1px solid #0f9f9f;
}

.bord-hov-co1djt {
    border: 1px solid #f1f1f1;
}

    .bord-hov-co1djt:hover {
        border: 1px solid #0f9f9f;
    }

.bord-b-ccc {
    border-bottom: solid 1px #ccc;
}

.bord-b {
    border-bottom: none;
}

.bord-r {
    border-right: #8a8a8a 1px solid;
}

.bord-2-col2 {
    border: solid 1px #e8e8e8;
}

.bord-1-0f {
    border: solid 1px #0f9f9f;
}

.bord-12-a a {
    color: #8a8a8a;
    border: solid 1px #8a8a8a;
}

    .bord-12-a a:hover {
        color: #0f9f9f;
        border: solid 1px #0f9f9f;
    }

.bord-02 {
    width: 2px;
    margin-left: -2px;
    float: left;
}
/* ================================
34.h1,h2,h3.....
====================================== */
.margin-h-b0 {
    margin-bottom: 0;
}

.margin-h-t0 {
    margin-top: 0;
}
/* ================================
35.line-height
====================================== */
.line-h-20 {
    line-height: 20px;
}

.line-h-29 {
    line-height: 29px;
}

.line-h-30 {
    line-height: 30px;
}

.line-h-40 {
    line-height: 40px;
}

.line-height-h-30 {
    line-height: 30px;
    height: 30px;
}
/* ================================
36.color
====================================== */
.color-1 {
    color: #0f9f9f;
}

.color-1-10 {
    color: #A9A9A9;
}

.color-2 {
    color: #8a8a8a;
}

.color-3 {
    color: #2387aa;
}

.color-3-0 {
    color: #86BACE;
}

.color-2-1 a {
    color: #0f9f9f;
}

.text-red {
    color: #ff0000;
}

.color-0 {
    color: #000000;
}

.color-gray {
    color: #C0C0C0;
}
/* ================================
22.font
====================================== */
.font-s-12 {
    font-size: 12px;
}

.font-s-14 {
    font-size: 14px;
}

.font-s-16 {
    font-size: 16px;
}

.font-s-18 {
    font-size: 18px;
}

.font-s-20 {
    font-size: 20px;
}

.font-s-70 {
    font-size: 70px;
}

.font-w-b {
    font-weight: bold;
}

.font-w-n {
    font-weight: normal;
}
/* ================================
37.overflow
====================================== */
.ov-y-h {
    overflow-y: hidden;
}

.test {
    width: 100%;
    height: 100%;
    background-color: #FFF;
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    opacity: 0.3;
    /*兼容IE8及以下版本浏览器*/
    filter: alpha(opacity=30);
}


/* ================================
37.contact-rightNav
====================================== */
.contact-rightNav {
    margin-left: 1363px;
    position: relative;
    padding-right: 10px;
    padding-top: 8px;
}

.swiperTab {
    height: 34px;
    background: #fff;
    padding: 2px 2px 2px 2px;
}

.slide {
    position: relative;
    margin: auto;
    width: 490px;
    height: 322px;
    text-align: center;
    font-family: Arial;
    color: #FFF;
    overflow: hidden;
}

/*new*/
.slideWrap {
    position: absolute;
    width: 490px;
    height: 322px;
    z-index: 1;
}

    .slideWrap a {
        float: left;
        width: 490px;
        height: 322px;
    }

    .slideWrap img {
        float: left;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        width: 490px;
        height: 322px;
    }

.slideDot {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 45px;
    /*background: rgba(255, 255, 255, 0.3);*/
    text-align: center;
    z-index: 2;
}

    .slideDot span {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        background: #fff;
        border-radius: 50%;
        cursor: pointer;
        outline: none
    }

        .slideDot span.on {
            background-color: red;
        }

/*new end*/

/*Start New Style 20210715*/
.eslide {
    position: relative;
    margin: auto;
    width: 490px;
    height: 242px;
    text-align: center;
    font-family: Arial;
    color: #FFF;
    overflow: hidden;
}
/*new*/
.eslideWrap {
    position: absolute;
    width: 490px;
    height: 242px;
    z-index: 1;
}

    .eslideWrap a {
        float: left;
        width: 490px;
        height: 242px;
    }

    .eslideWrap img {
        float: left;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        width: 490px;
        height: 242px;
    }

.eslideDot {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 45px;
    /*background: rgba(255, 255, 255, 0.3);*/
    text-align: center;
    z-index: 2;
}

    .eslideDot span {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        background: #fff;
        border-radius: 50%;
        cursor: pointer;
        outline: none
    }

        .eslideDot span.on {
            background-color: red;
        }
/*Ned Style*/

.slideName {
    height: 40px;
    text-align: left;
    width: 100%;
    display: block;
    position: relative;
}

    .slideName span {
        text-align: left;
        font-size: 14px;
        color: #0f9f9f;
        line-height: 40px;
        top: 0;
        vertical-align: top;
        text-overflow: ellipsis
    }

.slide ul {
    margin-bottom: 10px;
    /*margin-top: 40px;*/
    /*margin: 10px 0;*/
    padding: 0;
    width: 9999px;
    transition: all 0.5s;
}

/*//自动播放*/
.slide .slide-auto {
    /*animation: marginLeft 36s infinite;*/
    animation: marginLeft 36s steps(1, end) infinite;
}

.slide li {
    float: left;
    width: 500px;
    height: 400px;
    list-style: none;
    line-height: 320px;
    font-size: 12px;
    text-align: left;
    color: white;
}

/*.slide li div:first-child  {
    display: block;
    width: 100%;
    height: 30px;
}

.slide li div:last-child {
    display: block;
    width: 100%;
}

.slide li > a {
    display: block !important;
}*/

.slide-img {
    position: relative;
    overflow: hidden;
}

    .slide-img img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        height: 300px;
    }

.swiperPagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 45px;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
}

.swiperDot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

    /* 橙色小圆点 */
    .swiperDot.active {
        position: absolute;
        background: tomato;
        width: 11px;
        height: 11px;
        left: 356px;
        top: 16px;
        /*margin: 0;
background: tomato;*/
        animation: swiper-dot 36s steps(1, end) infinite;
        transition: left 1s linear;
    }

/* 橙色小圆点 */
/*.swiperDot .active {
    position: absolute;
    left: 356px;
    top: 16px;
    width: 11px;
    height: 11px;
    margin: 0;
    background: tomato;
    animation: swiper-dot 20s steps(1, end) infinite;
    transition: left 1s linear;
}*/

@keyframes marginLeft {
    0% {
        margin-left: 0;
    }

    10% {
        margin-left: 0;
    }

    20% {
        margin-left: -500px;
    }

    30% {
        margin-left: -500px;
    }

    40% {
        margin-left: -1000px;
    }

    50% {
        margin-left: -1000px;
    }

    60% {
        margin-left: -1500px;
    }

    70% {
        margin-left: -1500px;
    }

    80% {
        margin-left: -2000px;
    }

    90% {
        margin-left: -2000px;
    }

    100% {
        margin-left: 0px;
    }
}

@keyframes marginLeftRestart {
    0% {
        margin-left: 0;
    }

    10% {
        margin-left: 0;
    }

    20% {
        margin-left: -500px;
    }

    30% {
        margin-left: -500px;
    }

    40% {
        margin-left: -1000px;
    }

    50% {
        margin-left: -1000px;
    }

    60% {
        margin-left: -1500px;
    }

    70% {
        margin-left: -1500px;
    }

    80% {
        margin-left: -2000px;
    }

    90% {
        margin-left: -2000px;
    }

    100% {
        margin-left: 0px;
    }
}

@keyframes swiper-dot {

    0%, 100% {
        left: 195px;
    }

    20% {
        left: 216px;
    }

    40% {
        left: 239px;
    }

    60% {
        left: 262px;
    }

    80% {
        left: 286px;
    }
}

@keyframes swiper-dotRestart {

    0%, 100% {
        left: 195px;
    }

    20% {
        left: 216px;
    }

    40% {
        left: 239px;
    }

    60% {
        left: 262px;
    }

    80% {
        left: 286px;
    }
}

@keyframes dot1 {
    0% {
        margin-left: 0;
    }

    100% {
        margin-left: 0px;
    }
}

@keyframes dot2 {
    0% {
        margin-left: -500px;
    }

    100% {
        margin-left: -500px;
    }
}

@keyframes dot3 {
    0% {
        margin-left: -1000px;
    }

    100% {
        margin-left: -1000px;
    }
}

@keyframes dot4 {
    0% {
        margin-left: -1500px;
    }

    100% {
        margin-left: -1500px;
    }
}

@keyframes dot5 {
    0% {
        margin-left: -2000px;
    }

    100% {
        margin-left: -2000px;
    }
}


/* banner */
.cfix:before, .cfix:after {
    display: table;
    content: "";
}

.cfix:after {
    clear: both;
}

.cfix {
    zoom: 1;
}

.container-fluid .thewrap:first-child {
    margin-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    /*height: 50%;*/
    text-align: center;
}

.container-fluid .thewrap:last-child {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    /*height: 50%;*/
    text-align: center;
}


.quarter-div {
    width: 50%;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
    padding: 8px 8px 8px 8px;
    height: 80%
}


    .quarter-div img {
        display: block;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        height: auto;
    }



.blue, .green {
    /*padding-top: 80px;*/
}

.orange, .yellow {
    /*padding-bottom: 80px;*/
}


/*.swiper-container {
    width: 100%;
    height: 310px;
}

.swiper-button-next, .swiper-button-prev {
    color: #0f9f9f !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px !important;
}

.swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
}

.swiper-slide .title {
    font-size: 41px;
    font-weight: 300;
}

.swiper-slide .subtitle {
    font-size: 21px;
}

.swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
}*/


/*.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}*/

/*.swiper-slide img {
    width: 40% !important;
}*/
/*.swiper-slide div {
    text-align: center !important;
}*/


.report-dashbord {
    /*background-color: #F5F5F5;*/
    background-color: white;
    display: flex;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.report-dashbord-top {
    display: flex;
    height: 30px;
    padding-left: 20px;
}

.showExample {
    width: 120px;
    /*display: inline-block;*/
}


    .showExample:nth-child(3n+1) {
        color: #0f9f9f;
    }

        .showExample:nth-child(3n+1) div:nth-child(odd) {
            width: 10px;
            height: 10px;
            background-color: #0f9f9f;
            display: inline-block;
            vertical-align: middle;
        }

        .showExample:nth-child(3n+1) div:nth-child(even) {
            display: inline-block;
            padding-left: 10px;
        }

    .showExample:nth-child(3n+2) {
        color: #B5B5B5;
    }

        .showExample:nth-child(3n+2) div:nth-child(odd) {
            width: 10px;
            height: 10px;
            background-color: #B5B5B5;
            display: inline-block;
            vertical-align: middle;
        }

        .showExample:nth-child(3n+2) div:nth-child(even) {
            display: inline-block;
            padding-left: 10px;
        }

    .showExample:nth-child(3n+3) {
        color: #AFEEEE;
    }

        .showExample:nth-child(3n+3) div:nth-child(odd) {
            width: 10px;
            height: 10px;
            background-color: #AFEEEE;
            display: inline-block;
            vertical-align: middle;
        }

        .showExample:nth-child(3n+3) div:nth-child(even) {
            display: inline-block;
            padding-left: 10px;
        }


.report-dashbord-part {
    /*background-color: white !important;*/
    padding-left: 15px;
    padding-right: 15px;
    /*display: flex;
    flex-direction: row;*/
}


.report-dashbord-part-div {
    /*//border: 1px solid #CCCCCC;*/
    /*padding-left:15px;
    padding-right:10px;*/
    width: 49.8%;
    background-color: white;
    border: lightgray 1px solid;
}

    .report-dashbord-part-div div {
        background-color: white;
        padding-left: 0px;
        padding-right: 0px;
    }

.report-dashbord-part-div-1 {
    /*//border: 1px solid #CCCCCC;*/
    padding-left: 10px;
    /*padding-right:10px;*/
    /*width: 49.5%;*/
    background-color: white;
}

    .report-dashbord-part-div-1 div {
        background-color: white;
    }

.report-dashbord-part-div:nth-child(odd) {
    float: left;
}

.report-dashbord-part-div:nth-child(even) {
    float: right;
}


.report-dashbord-part-left-title1 {
    margin: 10px auto 0 auto;
    text-align: center;
    background-color: white;
    width: 230px;
    font-size: 18px;
    color: black;
}

    .report-dashbord-part-left-title1 li:nth-child(odd) {
        list-style: disc;
        color: #0f9f9f;
        text-align: left;
        font-size: x-large;
    }

        .report-dashbord-part-left-title1 li:nth-child(odd) span {
            color: black;
            font-weight: bolder;
            text-align: center;
            font-size: medium;
        }

    .report-dashbord-part-left-title1 li:nth-child(even) {
        list-style: none;
        font-size: 58px;
        text-align: left;
        padding-left: 20px;
        /*padding-bottom: 20px;*/
    }

        .report-dashbord-part-left-title1 li:nth-child(even) span {
            list-style: none;
            font-size: 52px;
            text-align: left;
            margin-left: -23px;
        }

.report-dashbord-part-left-title2 {
    margin: 10px auto 0 auto;
    text-align: center;
    background-color: white;
    width: 230px;
    font-size: 16px;
    color: black;
}

    .report-dashbord-part-left-title2 li:nth-child(odd) {
        list-style: none;
        color: #0f9f9f;
        text-align: left;
        /*border: 5px solid #0f9f9f;
    border-left: none;
    border-right:none;
    border-bottom: none;*/
    }

        .report-dashbord-part-left-title2 li:nth-child(odd) span {
            color: gray;
            font-weight: bolder;
            text-align: left;
            font-size: 14px;
        }

    .report-dashbord-part-left-title2 li:nth-child(even) {
        list-style: none;
        font-size: 32px;
        text-align: left;
        /*padding-top: 20px;*/
        padding-bottom: 20px;
    }

        .report-dashbord-part-left-title2 li:nth-child(even) span {
            list-style: none;
            font-size: 32px;
            text-align: left;
            color: #0f9f9f;
        }

.report-dashbord-part-left-title3 {
    margin: 10px auto 0 auto;
    text-align: center;
    background-color: white;
    width: 230px;
    font-size: 18px;
    color: black;
}

    .report-dashbord-part-left-title3 li:nth-child(odd) {
        list-style: disc;
        color: #0f9f9f;
        text-align: left;
        font-size: x-large;
    }

        .report-dashbord-part-left-title3 li:nth-child(odd) span {
            color: black;
            font-weight: bolder;
            text-align: center;
            font-size: medium;
        }

    .report-dashbord-part-left-title3 li:nth-child(even) {
        list-style: none;
        font-size: 58px;
        text-align: left;
        padding-left: 20px;
        /*padding-bottom: 20px;*/
    }

        .report-dashbord-part-left-title3 li:nth-child(even) span {
            list-style: none;
            font-size: 52px;
            text-align: left;
        }

.report-dashbord-part-left-title4 {
    margin: 10px auto 0 auto;
    text-align: center;
    background-color: white;
    width: 230px;
    font-size: 16px;
    color: black;
}

    .report-dashbord-part-left-title4 li:nth-child(odd) {
        list-style: none;
        color: #0f9f9f;
        text-align: left;
        /*border: 5px solid #0f9f9f;
border-left: none;
border-right:none;
border-bottom: none;*/
    }

        .report-dashbord-part-left-title4 li:nth-child(odd) span {
            color: gray;
            font-weight: bolder;
            text-align: left;
            font-size: 14px;
        }

    .report-dashbord-part-left-title4 li:nth-child(even) {
        list-style: none;
        font-size: 32px;
        text-align: left;
        /*padding-top: 20px;*/
        padding-bottom: 20px;
    }

        .report-dashbord-part-left-title4 li:nth-child(even) span {
            list-style: none;
            font-size: 32px;
            text-align: left;
            color: #0f9f9f;
        }

.weather-wrap-2 {
    background-color: #0f9f9f;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 4px;
    color: #FFFFFF;
    min-height: 307px;
    margin-left: 10px;
    /*min-height: 600px*/
    width: 32%;
    display: inline-block
}

.weather-wrap-3 {
    background-color: white;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 4px;
    color: #FFFFFF;
    /*min-height: 307px;*/
    /*margin-left: 10px;*/
    min-height: 160px;
    /*width: 32%;*/
    display: inline-block
}

.weather-border-2 {
    margin: 0px auto 0 auto;
    text-align: left;
    background: white;
    width: 100%;
    font-size: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .weather-border-2 span {
        background: white;
        width: 100%;
        font-size: 16px;
        color: black;
        padding-left: 10px;
    }

.report-dashbord-title {
    background-color: #0f9f9f;
    text-align: center
}

    .report-dashbord-title span {
        color: white;
        font-size: 18px;
        text-align: center
    }

.cerDiv {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-div {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 40px;
}


.searchLabel {
    display: flex
}

.searchLabelTitle {
    line-height: 30px;
    padding-bottom: 10px;
    width: 95px;
}

    .searchLabelTitle span {
        width: 100%
    }

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 197px !important;
}


.weather-icon-s {
    margin: 30px 30px 0 !important;
}

.row-echart {
    padding-top: 15px;
    background-color: #F5F5F5;
}

.cerDetail {
    display:flex;
    padding-top:25px;
    padding-bottom:10px;
}

.cerTitle {
    height:40px;
    font-size:16px;
    padding-left:15px;
    padding-right:15px;
}



    .cerTitle span:nth-child(odd) {
        color: white;
        font-size: 12px;
        text-align: center;
        color: lightgray;
        width: 100%;
        display: block;
    }

    .cerTitle span:nth-child(even) {
        color: white;
        font-size: 24px;
        text-align: center;
        color: black;
        display: block;
    }

.mSearch-lable {
    padding-left: 15px;
    padding-right: 5px;
    width: 160px;
}

.mSearch-lable1 {
    padding-left: 15px;
    padding-right: 5px;
    width: 265px;
}

/*.mSearch-drop .select{
    padding-left: 50px;
}*/