﻿@keyframes fadeInQl {  
    0% {opacity: 0;}/*初始状态 透明度为0*/  
    40% {opacity: 0;}/*过渡状态 透明度为0*/  
    100% {opacity: 1;}/*结束状态 透明度为1*/  
}  

.danru {    
    animation: fade-in;  
    animation-duration: 4s;  
    -webkit-animation:fadeInQl 2.5s;  
}  

/*global*/
a {
    color: #000;
    font-size: 14px;
    font-weight: normal;
}



    a:hover, a.active {
        color: #563d7c;
        text-decoration: underline;
        /*font-weight: bold;*/
    }

label {
    margin-bottom: 0;
}

.clearfix {
    margin-bottom: 10px;
}

html {
    direction: ltr;
    *overflow-y: scroll;
}

img {
    border: none;
    float: none;
    border: 0;
    vertical-align: top;
}

table tr td {
    /*text-align: left !important;
    padding-left: 15px !important;*/
    text-align: center;
}
/*滚动条样式*/
body::-webkit-scrollbar { /*滚动条整体样式*/
    width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

body::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 10px;
    background-color: #1987DF;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}

body::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    /*border-radius: 10px;*/
    background: #EDEDED;
}

/*body {
    height: 100%;
    background-color: transparent;
    font-size: 14px;
}*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, select, option, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
    /*font-size: 14px;*/
    font-family: "Helvetica Neue", "Segoe UI", Tahoma, Arial, "Hiragino Sans GB", STHeiti, "Microsoft Yahei", "WenQuanYi Micro Hei", sans-serif;
    word-break: break-all;
    word-wrap: break-word;
}


ol, ul, dl {
    list-style: none;
}

h1 {
    font: bold 16px/18px "microsoft yahei";
}

h2 {
    font-weight: bold;
    font-size: 16px;
}

h3 {
    font-weight: bold;
    font-size: 14px;
}

h4 {
    font-weight: bold;
    font-size: 12px;
}

h5 {
    font-weight: bold;
    font-size: 12px;
}

h5 {
    font-weight: bold;
    font-size: 12px;
}

h6 {
    font-weight: bold;
    font-size: 12px;
}

p {
    line-height: 26px;
}

textarea {
    resize: vertical;
}

input[type="file"] {
    height: 22px;
    line-height: 20px;
}

input[type="radio"], input[type="checkbox"] {
    padding: 1px;
    margin: -1px 0;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    width: auto;
    height: 22px;
    line-height: 20px;
    line-height: 16px\9;
    padding: 0 10px;
    *padding: 0;
    *width: 1;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

button, input.btnNormal {
    vertical-align: middle;
    padding: 0 10px;
    _line-height: 14px;
    _padding: 0;
}



ul.nav-tabs a.nav-link {
    color: #333;
    text-decoration: none;
    font-weight: normal;
    display: block;
    padding: 0.2rem 0.5rem;
}

    ul.nav-tabs a.nav-link:active {
        background-color: #1a96dd;
        color: white;
    }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #1a96dd;
    color: white;
}

.w1td table tr td:first-child {
    /*margin-left:15px;*/
    /*text-align: left;*/
    font-weight: bold;
}

.w2td table tr td:first-child, .w2td table tr td:nth-of-type(2) {
    /*margin-left:15px;*/
    text-align: left;
    font-weight: bold;
}
/*global*/

.border-bottom-line {
    border-bottom: 4px solid #563d7c;
}
/*icon*/
.icon-display {
    background: url(/images/icon/display.png) repeat 0px 0px;
    display: inline-block;
    height: 15px;
    width: 15px;
    background-size: cover;
    margin: 0px 0px 0 0;
    line-height: 13px;
}

.icon-word {
    background: url(../../Images/icon/word.png) repeat 0px 0px;
    display: inline-block;
    height: 15px;
    width: 15px;
    float: left;
    background-size: cover;
    margin: 5px 5px 0 8px;
    line-height: 14px;
}

.icon-new {
    background-image: url(../../Content/img/new.png);
    display: inline-block;
    height: 15px;
    width: 15px;
    background-size: cover;
    margin: -10px 5px 0 0;
    line-height: 15px;
}

.icon-jing {
    /*margin-top: 8px;*/
    background-image: url(../../Content/img/jing.png);
    display: inline-block;
    margin-right: 8px;
    height: 15px;
    width: 15px;
    background-size: 15px 15px;
}

.icon-cnzz {
    background-image: url(../../Content/img/cnzz_img.png);
    display: inline-block;
    height: 12px;
    width: 50px;
    margin-right: 8px;
}

.icon-video {
    background-image: url(../../Content/img/index/ic_video.png);
    display: inline-block;
    background-size: cover;
    height: 15px;
    width: 15px;
    margin-right: 8px;
    margin-bottom: -2px;
}

.icon-conac {
    float: left;
    /*margin-top: 8px;*/
    background-image: url(//dcs.conac.cn/image/blue.png);
    display: inline-block;
    height: 60px;
    width: 60px;
    background-size: 60px 60px;
}

.titleLogo {
    width: 100%;
    height: 150px;
    background-size: 578px 87px;
    background-position: 50% 36px;
    background-image: url(/Content/img/index/logo.png);
    background-repeat: no-repeat;
}

.svg-icon svg {
    margin: 0 5px -3px 0;
}
/*icon*/
/*custom dom */

#header {
    height: 40px;
    background: rgba(252, 252, 252, 0.3);
    margin-top: 0px;
}

    #header li a {
        color: #000;
    }

#my5TabContent p.tab-panel-text {
    padding: 8px;
    font-size: 12px;
}

#tab-forecast li {
    background-color: white;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    margin-right: 3px !important;
    border-top: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-left: 1px solid #ededed;
}

#navbarNavDropdown {
    border-radius: 40px;
    height: 45px;
    box-shadow: 0 0 5px #aaa;
}

    #navbarNavDropdown li {
        width: 100%;
        height: 20px;
        border-left: solid 1px #CBCBCB;
    }

        #navbarNavDropdown li:first-child {
            margin-left: auto;
            border: 0px;
        }

        #navbarNavDropdown li:last-child {
            margin-right: auto;
        }

        #navbarNavDropdown li a {
            color: #1a96dd!important;
            display: block;
            font-size: 15px;
            line-height: 35px;
            text-align: center;
            /*font-family: SimSun;*/
            margin-top: -7px;
            padding: 0px;
            padding-left: 6px;
            padding-right: 6px;
            margin-right: 5px;
            margin-left: 5px;
            font-family: SimSun;
        }

            #navbarNavDropdown li a:hover, #navbarNavDropdown li.active a {
                color: #fff !important;
                border-radius: 30px !important;
                background-color: #0AA8EB !important;
                font-size: 14px;
                font-weight: bold;
            }

#nav-sub a {
    display: block;
    padding: 0.5rem 1rem;
}

#nav-sub li:first-child {
    margin-left: auto;
}

#nav-sub li:last-child {
    margin-right: auto;
}

#home-carouse-news2 img {
    width: 250px;
}

#home-carouse-news .carousel-caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    color: #fff;
    text-align: center;
    padding-top: 5px;
}

#bd-admin, #bd-collect, #bd-index {
    height: 34px;
    color: #333!important;
    font-size: 14px;
    line-height: 34px;
    font-family: SimSun;
    padding: 0px;
}

#header .nav-item.dropdown {
    margin-right: 20px;
}

/*custom dom */



/*element*/
/*视频播放按钮*/
.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
    display: block;
}

video-js .vjs-big-play-button {
    font-size: 2.5em;
    line-height: 2.3em;
    height: 2.5em;
    width: 2.5em;
    -webkit-border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    border-radius: 2.5em;
    background-color: #73859f;
    background-color: rgba(115,133,159,.5);
    border-width: 0.15em;
    margin-top: -1.25em;
    margin-left: -1.75em;
}
/* 中间的播放箭头 */
.vjs-big-play-button .vjs-icon-placeholder {
    font-size: 1.63em;
}
/* 加载圆圈 */
.vjs-loading-spinner {
    font-size: 2.5em;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    margin-top: -1em;
    margin-left: -1.5em;
}
/*.video-js .vjs-big-play-button {
    left: 50%;
    margin-left: -45px;
    top: 50%;
    margin-top: -20px;
}*/

.btn-bd-back {
    font-weight: 500;
    color: #ffe484 !important;
    border-color: #ffe484;
}

    .btn-bd-back:active, .btn-bd-back:hover {
        color: #2a2730 !important;
        background-color: #ffe484;
        border-color: #ffe484;
    }

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        width: 100%;
    }
}

@-moz-document url-prefix() { /*for firefox*/
    input;

{
    height: 17px;
    padding-bottom: 1px;
}

}

select, input {
    vertical-align: middle;
    padding: 1px 0;
}

label {
    cursor: hand;
}

.info-top-alarm li a.other {
    background: #e1fad9 url("../../Content/img/alarm_24px.png") no-repeat 10px center !important;
    background-color: #e1fad9;
    border: 1px solid #e1fad9;
}

.info-top-alarm a.weathertip {
    background: #faf1a0 url("../../Content/img/top_tit_img.jpg") no-repeat left center !important;
    border: 1px solid #f8e353;
    padding-left: 60px;
    font-size: 15px;
    font-weight: bold;
}

.info-top-alarm li a.typhoon {
    background: #ffeedc url("../images/typhoon.gif") no-repeat 10px center;
    border: 1px solid #ffeedc;
}

.info-top-alarm li a {
    background: #e9f0f3 url("../images/message.gif") no-repeat 10px center;
    color: #18328d;
    border: 1px solid #e9f0f3;
    height: 28px;
    line-height: 28px;
    display: block;
    color: #18628d;
    padding-left: 36px;
    margin-bottom: 1px;
    position: relative;
}



.info-top-alarm a.weathertip2 {
    background: #faf1a0 url('../images/message.gif') no-repeat 10px center;
    padding-left: 36px;
}

.info-top-alarm li a span {
    position: absolute;
    top: 0;
    right: 10px;
}

.radius-blue-long {
    height: 30px;
    background: #1a96dd;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .radius-blue-long p {
        color: #fff;
        font-size: 16px;
    }

.carousel-caption {
    bottom: 0;
    line-height: 10px;
    font-size: 12px !important;
}

.radius-blue-short {
    width: 107px;
    height: 24px;
    background: url(../images/title_bg.png) no-repeat;
    float: left;
    text-align: center;
}

.card {
    border: 0;
}

    .card .card-header {
        padding: 0.15rem 1.25rem;
    }

ul.flex-column li a {
    background: url(/Content/img/index/ic_list1.png) no-repeat 10px center;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 14px;
    padding: 0 0 0 25px !important;
    /*font-family:SimSun;*/
}

    ul.flex-column li a:hover, ul.flex-column li a.active {
        color: #0AA8EB;
        text-decoration: none;
    }

.card a {
    cursor: pointer;
    color: #000;
    text-decoration: none;
    outline: none;
}

    .card a:hover {
        text-decoration: underline;
    }

.card-body {
    background: #fff;
    border-top: 0;
    position: relative;
    padding: 0;
}


.image-card {
    border-radius: 0;
    margin-bottom: 5px;
}

    .image-card .card-text {
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
    }

    .image-card .card-body {
        padding: 18px 5px 5px 5px;
    }

    .image-card .card-title {
        position: relative;
        margin: -45px -5px 0 -5px;
        height: 25px;
        height: 25px;
        background-color: #000;
        filter: alpha(opacity=50);
        -moz-opacity: 0.50;
        opacity: 0.50;
        color: #fff;
        text-align: center;
        padding-top: 5px;
        font-weight: 200;
        font-size: 14px;
    }

        .image-card .card-title p {
            padding: 0 5px 0 4px;
            font-size: 12px;
        }

ol, ul, dl {
    list-style: none;
}

.card a {
    cursor: pointer;
    color: #000;
    text-decoration: none;
    outline: none;
}




.warning_span a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 235px;
    padding-right: 10px;
    line-height: 25px;
    height: 25px;
    display: inline-block;
    float: left;
}

.warning_span div {
    display: inline-block;
    float: right;
    margin-right: 10px;
    line-height: 40px;
    height: 40px;
    width: 90px;
    color: #989898;
    text-align: right;
}

.links li {
    float: left;
    margin-bottom: 5px;
    margin-right: 15px;
    padding: 0 2px;
}

.official-account svg {
    margin: 5px;
    cursor: pointer;
}


.BMap_cpyCtrl {
    display: none;
}

.anchorBL {
    display: none;
}

.contain {
    position: fixed;
    width: 100%;
    height: 100px;
}

.Client {
    position: absolute;
    margin-left: 20px;
    margin-top: 30px;
}

    .Client > a {
        display: block;
        width: 146px;
        height: 96px;
        background-size: 100% 100%;
        margin-bottom: 5px;
    }

.loginClient {
    position: absolute;
    right: 20px;
    margin-top: 30px;
    top: 0px;
}

    .loginClient .qrCode {
        width: 171px;
        height: 171px;
        background-image: url(/Content/img/index/pic_ewm.png);
        background-size: 100% 100%;
    }

    .loginClient .tencent {
        width: 78px;
        height: 78px;
        background-image: url(/Content/img/index/btn_txwb.png);
        background-size: 100% 100%;
        margin-left: auto;
    }

    .loginClient .sina {
        width: 78px;
        height: 78px;
        background-image: url(/Content/img/index/btn_xlwb.png);
        background-size: 100% 100%;
        margin-left: auto;
    }

.row.first {
    padding-top: 6px;
}

.row .card-header {
    float: left;
    width: 135px;
    height: 35px;
    background-image: url(/Content/img/index/title_bg.png);
    background-size: 100% 100%;
    background-color: transparent;
    line-height: 32px;
    color: white;
    font-size: 14px;
    /*font-family: SimSun;*/
    font-weight: bold;
    border-bottom: 0px;
    text-indent: 10px;
}

.row .moreList {
    float: right;
    line-height: 35px;
    color: #0AA8EB;
    font-size: 12px;
}

.cardWarn {
    height: 252px;
    border: solid 1px #1076FD;
}

.row .list-header {
    border-bottom: solid 2px #0AA8EB;
}

.flex-column {
    margin-top: 10px;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #545758;
    opacity: 0.8;
    border-radius: 10px;
    margin-left: 3px;
}

.carousel-indicators .active {
    background-color: #0AA8EB;
    opacity: 1;
}

.list-card .earlyWarn {
    width: 100%;
    height: 48px;
    background-image: url(/Content/img/index/title_zhyj.png);
    background-size: 100% 100%;
}

.list-card .titleWarn {
    float: left;
    height: 48px;
    line-height: 48px;
    color: white;
    text-indent: 50px;
    font-weight: bold;
    /*font-family: SimSun;*/
}

.list-card .moreWarn {
    color: white;
    float: right;
    line-height: 48px;
    margin-right: 10px;
    font-size: 12px;
    text-decoration: none;
}

.warnNav li {
    width: calc(100% - 20px);
    margin: auto;
    box-shadow: 0 0 1px #ccc;
    height: 50px;
    margin-bottom: 10px;
}

    .warnNav li:hover {
        cursor: pointer;
    }

.warnLogo {
    float: left;
    width: 50px;
    height: 50px;
    background-size: 32px 32px;
    background-position: 9px 9px;
    background-repeat: no-repeat;
}

.warnInformate {
    float: left;
    height: 50px;
    width: calc(100% - 58px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .warnInformate span {
        font-size: 14px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        display: inline-block;
        line-height: 20px;
        /*font-family: SimSun;*/
    }

        .warnInformate span:first-of-type {
            font-weight: 600;
        }

        .warnInformate span.info {
            font-size: 12px;
            color: #989898;
        }
/*非当日警报*/
.warnLogo.warnRed {
    background-image: url(/Content/img/index/ic_red.png);
}

.warnLogo.warnBlue {
    background-image: url(/Content/img/index/ic_blue.png);
}

.warnLogo.warnOrange {
    background-image: url(/Content/img/index/ic_orange.png);
}

.warnLogo.warnYellow {
    background-image: url(/Content/img/index/ic_yellow.png);
}

.warnLogo.warnGreen {
    background-image: url(/Content/img/index/ic_green.png);
}
/*当日警报*/
.warnLogo.now_warnRed {
    background-image: url(/Content/img/alert/alarm-red.gif);
}

.warnLogo.now_warnBlue {
    background-image: url(/Content/img/alert/alarm-blue.gif);
}

.warnLogo.now_warnOrange {
    background-image: url(/Content/img/alert/alarm-orange.gif);
}

.warnLogo.now_warnYellow {
    background-image: url(/Content/img/alert/alarm-yellow.gif);
}

.nav-tabs .nav-link {
    border: 0px!important;
    background-color: #0AA8EB;
    padding: 7px 10px!important;
    color: white!important;
    /*font-family: SimSun;*/
    font-size: 14px;
}

.nav-tabs {
    border-bottom: 1px solid #1086FD;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        border-color: #1086FD #1086FD #fff;
        background-color: white;
        color: #0C77C1!important;
        border: solid 1px #1086FD!important;
        border-bottom: 0px!important;
    }

#myTabContent {
    height: 310px;
    border: solid 1px #1086FD;
    border-top: 0px;
    margin-left: 1px;
    padding: 5px;
}

    #myTabContent .tab-pane {
        width: 100%;
        height: 100%;
    }

.bg_image {
    width: 100%;
    height: 100%;
    position: relative;
}

.dataTable tbody tr:nth-of-type(2n) {
    background-color: white !important;
}

.dataTable tbody tr:nth-of-type(2n+1) {
    background-color: #EEE !important;
}

#select-city-map {
    left: 280px;
    position: absolute;
    top: 10px;
    box-shadow: 0px 1px 1px #888;
}

.fishportspanP {
    position: relative;
    top: 50%;
    transform: translateY(-55%);
}
/*热点地图信息框（正常）*/
.bg_image .informateTable {
    background-color: #FFF;
    position: absolute;
    width: calc(55% - 18px);
    height: calc(100% - 20px);
    right: 0px;
    margin: 10px;
    bottom: 0px;
    /*border: 2px solid #555;*/
    box-shadow: 0px 1px 1px #888;
    border-radius: .25rem;
}

.informateTable .headTable {
    width: 100%;
    height: 40px;
    border-bottom: 2px solid #ccc;
    /*background-color: #0D73BE;*/
}

.titleTable > span {
    /*border: 0.06666em solid #fff;
    border-radius: 0.6em;*/
    width: 100px !important;
    float: right;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    margin: 0.25rem 0.5rem;
}

.informateTable .dataTable {
    width: 100%;
    height: 209px;
}

    .informateTable .dataTable td {
        text-align: center;
        vertical-align: middle;
        font-family: 'Microsoft YaHei' !important;
        /*width: 25%;*/
        font-size: 14px !important;
        padding: 0px 0px;
    }



    .informateTable .dataTable thead tr {
        /*background-color: #3383C1;*/
        color: #00A7ED;
        font-family: 'Microsoft JhengHei' !important;
        font-weight: bold;
        height: 60px;
    }

    .informateTable .dataTable tbody tr:nth-of-type(odd) {
        background-color: #F5F5F5;
    }

    .informateTable .dataTable tbody tr:nth-of-type(even) {
        background-color: white;
    }

    .informateTable .dataTable tbody tr td:first-child {
        font-weight: bold;
        margin-top: 0;
    }

.informateTable .headTable > div {
    width: 100%;
    height: 28px;
    line-height: 35px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    font-family: SimSun;
    /*color: white;*/
    padding-top: 3px;
}
/*热点地图信息框（正常）*/


#info-jxh td, #info-jxh tr {
    height: 25px;
    line-height: 26px;
}

/*热点地图信息框（精细化预报）二级页面*/
.bg_image .informateTable_jxhyb {
    position: absolute;
    margin-right: 10px;
    height: calc(100% - 130px);
    width: calc(55% - 100px);
    right: 0px;
    top: 0px;
    background-color: #fff;
    margin-top: 80px;
    /*border: 2px solid #555;*/
    box-shadow: 0px 1px 1px #888;
}

.informateTable_jxhyb .headTable {
    width: 100%;
    border-bottom: 1.5px solid #ccc;
    height: 45px;
    /*background-color: #0D73BE;*/
}

.informateTable_jxhyb .dataTable {
    width: 100%;
    height: 209px;
}

    .informateTable_jxhyb .dataTable td {
        text-align: center;
        vertical-align: middle;
        /*font-family: SimSun;*/
        /*width: 25%;*/
        padding: 0px 5px;
    }

    /*.informateTable_jxhyb .dataTable thead td {
        font-size: 12px;
        font-weight: bold;
    }*/

    .informateTable_jxhyb .dataTable thead tr {
        background-color: #3383C1;
        color: white;
        font-size: 12px;
        height: 30px;
    }

    .informateTable_jxhyb .dataTable tbody tr:nth-of-type(odd) {
        background-color: #F5F5F5;
    }

    .informateTable_jxhyb .dataTable tbody tr:nth-of-type(even) {
        background-color: white;
    }

    .informateTable_jxhyb .dataTable tbody tr td:first-child {
        font-weight: bold;
        line-height: 18px;
    }

    .informateTable_jxhyb .dataTable tbody tr td:nth-of-type(2) {
        font-weight: bold;
    }

    .informateTable_jxhyb .dataTable tbody tr:nth-of-type(5) td {
        line-height: 30px;
    }

    .informateTable_jxhyb .dataTable tbody tr:nth-of-type(6) td {
        line-height: 30px;
    }

    .informateTable_jxhyb .dataTable tbody tr:nth-of-type(7) td {
        line-height: 30px;
    }

    .informateTable_jxhyb .dataTable tbody tr:nth-of-type(8) td {
        line-height: 30px;
    }


    .informateTable_jxhyb .dataTable tbody tr:nth-of-type(5) td:nth-of-type(2) {
        font-weight: 400;
    }

    .informateTable_jxhyb .dataTable tbody tr:nth-of-type(6) td:nth-of-type(2) {
        font-weight: 400;
    }

    .informateTable_jxhyb .dataTable tbody tr:nth-of-type(7) td:nth-of-type(2) {
        font-weight: 400;
    }

    .informateTable_jxhyb .dataTable tbody tr:nth-of-type(8) td:nth-of-type(2) {
        font-weight: 400;
    }


.informateTable_jxhyb .headTable > div {
    width: 100%;
    height: 28px;
    line-height: 35px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    font-family: SimSun;
    /*color: white;*/
    padding-top: 3px;
}
/*热点地图信息框（大号）*/


/*热点地图信息框（城市预报）*/
.bg_image .informateTable_cityfore {
    background-color: #FFF;
    position: absolute;
    margin-bottom: 25px;
    margin-right: 10px;
    width: calc(55% - 100px);
    height: 300px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    /*border: 2px solid #555;*/
    box-shadow: 0px 1px 1px #888;
}

.informateTable_cityfore .headTable {
    width: 100%;
    height: 35px;
    /*background-color: #0D73BE;*/
}


.informateTable_cityfore .dataTable {
    width: 100%;
    height: 209px;
}

    .informateTable_cityfore .dataTable td {
        text-align: center;
        vertical-align: middle;
        /*font-family: SimSun;*/
        /*width: 25%;*/
        padding: 0px 5px;
    }


    .informateTable_cityfore .dataTable thead tr {
        background-color: #3383C1;
        color: white;
        font-size: 12px;
        height: 30px;
    }


    .informateTable_cityfore .dataTable tbody td:nth-of-type(1) {
        line-height: 20px;
    }



.informateTable_cityfore .headTable > div {
    width: 100%;
    height: 28px;
    line-height: 35px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    font-family: SimSun;
    /*color: white;*/
    padding-top: 3px;
}
/*热点地图信息框（大号）*/




.zIndexAuto {
    width: 100%;
    height: 220px;
    position: absolute;
    background-image: url(/Content/img/index/btn_bf.png);
    background-size: 78px 78px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 999;
}

.zIndexTitle {
    position: absolute;
    top: 180px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: white;
    background-color: rgba(0,0,0,0.4);
    z-index: 1000;
    padding: 0px 25px;
    /*font-family: SimSun;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

ul.flex-column.video li a {
    width: 100%;
    background: url(/Content/img/index/ic_video.png) no-repeat 10px center;
    padding-left: 45px!important;
    border-bottom: 1px dotted #ccc;
}

.threeMenu {
    width: 100%;
    height: 400px;
    background-image: url(/Content/img/index/img_dt.png);
    background-size: 100% 100%;
}
/*大三维轮播start*/
/* featured-area */
#featured-area {
    height: 100%;
    width: 100%;
    margin: 0px 20px;
}

    #featured-area .roundabout-holder {
        list-style: none;
        width: 700px;
        height: 100%;
        margin: 0px auto;
    }

    #featured-area .roundabout-moveable-item {
        font-size: 12px!important;
        height: 370px;
        width: 540px;
        cursor: pointer;
        padding: 5px;
        border: 1px solid #03b3e7;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        background: #f9f9f9;
    }

    #featured-area .roundabout-in-focus {
        cursor: auto;
    }

        #featured-area .roundabout-in-focus:hover {
            -webkit-box-shadow: 0px 0px 20px #787878;
            -moz-box-shadow: 0px 0px 20px #787878;
            background: #f9f9f9;
            height: 300px;
            width: 450px;
        }

    #featured-area .roundabout-holder span {
        display: none;
    }

    #featured-area .roundabout-in-focus:hover span {
        display: inline;
        position: absolute;
        bottom: 5px;
        right: 5px;
        padding: 8px 20px;
        background: #f9f9f9;
        color: #3366cc;
        z-index: 999;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topLeft: 5px;
        border-left: 1px solid #aaaaaa;
        border-top: 1px solid #aaaaaa;
    }

    #featured-area .roundabout a:active, .roundabout a:focus, .roundabout a:visited {
        outline: none;
        text-decoration: none;
    }

    #featured-area .roundabout li {
        margin: 0;
    }


/*插件外的样式*/
.feature-header {
    width: 100%;
    height: 70px;
    background-color: #EDEDEE;
    color: #989898;
    line-height: 70px;
    text-align: center;
    font-size: 22px;
    padding: 0px;
    border: 0px;
}

#featured-area .roundabout-in-focus {
    padding: 0px;
    box-shadow: 0px 0px 20px rgba(0,162,222,0.75);
}

    #featured-area .roundabout-in-focus .feature-header {
        background-color: #07B3E7;
        color: white;
    }

.feature-contain {
    width: 100%;
    height: calc(100% - 80px);
    padding: 0px 18px;
}

.feature-module {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    padding: 0px 20px;
}

    .feature-module a {
        font-size: 20px;
        color: #989898;
        text-decoration: none;
    }

        .feature-module a:hover {
            color: #2CA4E3;
            cursor: pointer;
            font-weight: 400;
        }

    .feature-module .circle {
        width: 6px;
        height: 6px;
        border-radius: 360px;
        background-color: #2CA4E3;
        margin-right: 10px;
        margin-left: -20px;
    }

.feature-contain .feature-contain-list:first-of-type {
    border-bottom: dotted 1px #ccc;
}

.feature-contain-list {
    width: 100%;
    height: 50%;
}

.feature-number {
    float: left;
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}

    .feature-number:hover {
        text-decoration: none;
    }

.number-text {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #989898;
    text-align: center;
}

.number-image {
    width: 110px;
    height: 70px;
    background-size: 100% 100%;
    border: solid 1px #d9d9d9;
}

.feature-number:hover .number-image {
    border: solid 1px #00b4e8;
}

.feature-number:hover .number-text {
    color: #67c8ee;
}

/*大三维轮播end*/

/*小三维轮播start*/
/* disaster-area */
#disaster-area {
    height: 280px;
    width: 60%;
    margin-left: 22.45%;
}

    #disaster-area .roundabout-holder {
        list-style: none;
        width: 150px;
        height: 100%;
        margin: 0px auto;
    }

    #disaster-area .roundabout-moveable-item {
        font-size: 12px!important;
        height: 280px;
        width: 200px;
        cursor: pointer;
        padding: 5px;
        border: 1px solid #aaaaaa;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        background: #f9f9f9;
    }

    #disaster-area .roundabout-in-focus {
        cursor: auto;
    }

        #disaster-area .roundabout-in-focus:hover {
            -webkit-box-shadow: 0px 0px 20px #787878;
            -moz-box-shadow: 0px 0px 20px #787878;
            background: #f9f9f9;
            height: 300px;
            width: 450px;
        }

    #disaster-area .roundabout-holder span {
        display: none;
    }

    #disaster-area .roundabout-in-focus:hover span {
        display: inline;
        position: absolute;
        bottom: 5px;
        right: 5px;
        padding: 8px 20px;
        background: #f9f9f9;
        color: #3366cc;
        z-index: 999;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topLeft: 5px;
        border-left: 1px solid #aaaaaa;
        border-top: 1px solid #aaaaaa;
    }

    #disaster-area .roundabout a:active, .roundabout a:focus, .roundabout a:visited {
        outline: none;
        text-decoration: none;
    }

    #disaster-area .roundabout li {
        margin: 0;
    }


    #disaster-area ul li a {
        display: inline-block;
        width: 100%;
        height: 100%;
        background-size: 100% 100%;
    }

.ban_l_btn {
    position: absolute;
    width: 40px;
    height: 90px;
    background-size: 100% 100%;
    top: 130px;
    cursor: pointer;
}

.ban_r_btn {
    position: absolute;
    width: 40px;
    height: 90px;
    background-size: 100% 100%;
    right: 0px;
    top: 130px;
    cursor: pointer;
}
/*小三维轮播end*/
.disaster-stage {
    position: absolute;
    top: 320px;
    left: 50%;
    margin-left: -115px;
    text-align: center;
    width: 230px;
    height: 45px;
    line-height: 45px;
    background-color: #EAF3FC;
    color: #2B80CE;
    font-size: 18px;
    font-weight: bold;
}

#tab-forecast2 {
    border-bottom: solid 2px #0AA8EB;
}

    #tab-forecast2 .nav-link {
        background-color: transparent;
        color: #0AA8EB!important;
        font-size: 14px;
        text-align: center;
        font-weight: bold;
    }

.nav-tabs#tab-forecast2 .nav-item.show .nav-link, .nav-tabs#tab-forecast2 .nav-link.active {
    background-image: url(/Content/img/index/tab_bg.png);
    background-size: 100% 100%;
    border: 0px!important;
    color: white!important;
}

#tab-forecast2 .nav-item {
    width: 33%;
    border: 0px;
}

#my5TabContent .flex-column {
    margin-top: 0px;
    padding: 0px 5px;
}

    #my5TabContent .flex-column li {
        border-bottom: 1px dotted #ccc;
    }

        #my5TabContent .flex-column li:last-of-type a {
            float: right;
            background: none;
            color: #2B80CE;
            font-size: 12px;
            margin-right: 10px;
        }

#my5TabContent .tab-pane {
    box-shadow: none;
    border: solid 1px #89AAD8;
    border-radius: 0px;
}

.other-link {
    width: 100%;
    height: 100%;
}

    .other-link li {
        width: 100%;
        height: 20%;
        border-bottom: dotted 1px #ccc;
    }

.link-title {
    float: left;
    width: 95px;
    height: 100%;
    background-size: 50px 50px;
    background-position: center center;
    background-repeat: no-repeat;
}

.link-text {
    float: left;
    width: calc(100% - 95px);
    height: 100%;
    line-height: 72px;
    color: #2B80CE;
    font-size: 22px;
}

.link-top-text {
    width: 100%;
    height: 40px;
    line-height: 50px;
    font-size: 22px;
}

.link-bottom-text {
    width: 100%;
    height: 30px;
    line-height: 20px;
    font-size: 16px;
    letter-spacing: 4px;
}

.second_li {
    display: none;
}

    .second_li.active {
        display: block;
    }

.tree.well {
    width: 220px;
    background-color: #F1F7FC;
    margin-top: 5px;
    padding: 10px;
}

.tree span {
    cursor: pointer;
}

.tree .parent_li > span {
    display: block;
    margin: auto;
    font-family: SimSun;
    width: 200px;
    height: 42px;
    line-height: 42px;
    background-color: #E3EEF6;
    text-indent: 24px;
    background-image: url(/Content/img/index/menu_1.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 170px 13px;
}

.parent_li.active > span {
    background-color: #1987DF;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    background-image: url(/Content/img/index/menu_2.png);
}

.second_li > li > span {
    display: block;
    width: 100%;
    height: 35px;
    margin: 6px 0px;
    line-height: 35px;
    text-indent: 52px;
    font-family: SimSun;
}

    .second_li > li > span.active {
        background-color: #C1E2FC;
        color: #1987DF;
        background-image: url(/Content/img/index/menu_3.png);
        background-size: 10px 10px;
        background-position: 35px 12px;
        background-repeat: no-repeat;
        font-weight: bold;
    }

.predictContain {
    padding: 0 10px 10px 10px;
}

.predictHead {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-family: SimSun;
    font-size: 16px;
}

.predictNav {
    width: 100%;
    /*min-width: 800px;
    height: 100%;*/
    border-bottom: dotted 1px #333;
    line-height: 35px;
    overflow: hidden;
}

.preNavLeft {
    float: left;
    width: 90px;
    font-family: SimSun;
    font-weight: bold;
    text-align: right;
}

.preNavRight {
    width: 700px;
    float: left;
    width: calc(100% - 90px);
    padding-left: 10px;
}

.preNavBtn {
    padding: 0px 10px;
    margin: 5px 0px;
    cursor: pointer;
    font-family: SimSun;
    min-width: 70px;
    display: block;
    float: left;
    margin-bottom: 5px;
    text-align: center;
}

    .preNavBtn.active {
        background-color: #1987DF;
        color: white;
        font-weight: bold;
        border-radius: 5px;
    }

.predictContent {
    position: relative;
    width: 100%;
    height: 100%;
    /*height: 550px;*/
    background-color: #F1F7FC;
    padding: 10px;
    margin: 10px 0px;
}

.predictCanvas {
    width: 100%;
    height: 100%;
    background-image: url(/Content/img/index/bgsss.png);
    background-size: 100% 100%;
    z-index: 2;
}

.predictFloor {
    position: absolute;
    width: calc(100% - 20px);
    height: 50px;
    background-color: rgba(0,0,0,0.5);
    top: 10px;
}

.predictBtns {
    float: left;
    height: 35px;
    line-height: 35px;
    margin-left: 25px;
    margin-top: 7px;
}

    .predictBtns > div {
        width: 35px;
        height: 35px;
        margin: 0px 5px;
        background-size: 100% 100%;
        float: left;
        cursor: pointer;
    }

.predictBtns_one {
    background-image: url(/Content/img/index/btn_l1.png);
}

.predictBtns_two {
    background-image: url(/Content/img/index/btn_l2.png);
}

.predictBtns_pause {
    background-image: url(/Content/img/index/btn_zt.png);
}

.predictBtns_play {
    background-image: url(/Content/img/index/btn_c1.png);
}

.predictBtns_four {
    background-image: url(/Content/img/index/btn_r1.png);
}

.predictBtns_five {
    background-image: url(/Content/img/index/btn_r2.png);
}

.predictTime {
    float: right;
    padding-right: 20px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    font-family: SimSun;
}

.tabLeft {
    width: 220px;
    background-color: #F1F7FC;
    margin: auto;
    padding: 10px;
    border-bottom: 0px;
}

    .tabLeft li a {
        display: block;
        margin: auto;
        font-family: SimSun;
        width: 200px;
        height: 42px;
        line-height: 42px;
        background-color: #E3EEF6;
        text-indent: 24px;
        text-decoration: none;
    }

        .tabLeft li a.active {
            background-color: #1987DF;
            color: white;
            font-weight: bold;
            border-radius: 5px;
        }

.tabHead {
    line-height: 20px;
    font-size: 25px;
    font-weight: bold;
    margin-left: 22px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 4px;
}

.tabSubHead {
    color: #4571c3 !important;
    line-height: 18px;
    font-size: 18px;
    font-weight: bold;
    margin-right: 0px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 8px;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: ">";
}

.breadcrumb {
    background-color: white;
    padding-left: 5px;
    padding-bottom: 0px;
}

.breadContent {
    padding-top: 10px;
    padding-left: 10px;
}

.breadtitle {
    float: left;
    padding: .75rem 0px;
    margin-bottom: 0px;
    font-family: SimSun;
    padding-left: 20px;
    padding-top: 13px;
}

.breadcrumb a {
    font-family: SimSun;
    color: #1987DF;
    text-decoration: none;
}

.subhead > div {
    text-align: center;
    color: #989898;
    font-size: 14px;
    font-family: SimSun;
    width: 100%;
    margin-bottom: 8px;
    /*margin: 0px 50px;*/
}

.subhead {
    /*display: flex;*/
    justify-content: center;
    text-align: center;
    margin-top: 17px;
}

.tablistHead {
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}

.tablists li {
    position: relative;
    width: 100%;
    height: 40px;
    border-bottom: dotted 1px #CBCBCB;
    text-indent: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

    .tablists li:hover {
        box-shadow: 0 0 1px #1987DF;
        cursor: pointer;
    }

        .tablists li:hover a {
            color: #1987DF;
        }

        .tablists li:hover .tabCircle {
            background-color: #1987DF;
        }

    .tablists li a {
        font-size: 16px;
    }

        .tablists li a:hover {
            text-decoration: none;
            font-weight: 500;
        }

.tablistContent {
    margin-top: 15px;
}

.tablistsLeft {
    float: left;
    width: 60%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tablistsRight {
    float: right;
    width: calc(40% - 20px);
    text-align: right;
    font-size: 16px;
}

.tabCircle {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #C8E0F2;
    border-radius: 90px;
    top: 15px;
    left: 15px;
}

.mitigation {
    height: 65px;
    line-height: 50px;
    padding-top: 15px;
    text-align: center;
}

    .mitigation > .showPast > label {
        font-size: 18px;
        font-weight: bold;
        padding-right: 10px;
    }

    .mitigation > .showPast > select {
        width: 400px;
        height: 42px;
        text-indent: 10px;
        font-size: 15px;
        border: solid 1px #CBCBCB;
        border-radius: 5px;
        font-family: SimSun;
    }

.mitiLogo {
    position: relative;
    width: 968px;
    height: 220px;
    margin: auto;
    margin-top: 20px;
}

.mitiLogoImage {
    width: 968px;
    height: 220px;
    background-size: 100% 100%;
    background-image: url(/Content/img/fzjz/fzjz_banner01.png);
}

.shadow_left {
    position: absolute;
    width: 40px;
    height: 220px;
    background-size: 100% 100%;
    background-image: url(/Content/img/fzjz/banner_l.png);
    left: -40px;
    top: 0px;
}

.shadow_right {
    position: absolute;
    width: 40px;
    height: 220px;
    background-size: 100% 100%;
    background-image: url(/Content/img/fzjz/banner_r.png);
    right: -40px;
    top: 0px;
}

.shadow_bottom {
    position: absolute;
    width: 968px;
    height: 66px;
    background-size: 100% 100%;
    background-image: url(/Content/img/fzjz/banner_b.png);
    top: 220px;
    left: 0px;
}

.mitiPreface {
    width: 1100px;
    height: 400px;
    background-size: 100% 100%;
    background-image: url(/Content/img/fzjz/fzjz_qybg.png);
    margin: auto;
    margin-top: 60px;
}

.prefaceHeader {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: white;
    font-size: 30px;
    font-weight: bold;
}

.prefaceContent {
    width: 100%;
    height: 290px;
    color: white;
    padding: 0px 30px;
    overflow: auto;
}

.mitiKnowledge {
    width: 1100px;
    height: 184px;
    margin-top: 35px;
}

.mitiHeader {
    width: 100%;
    height: 35px;
}

.KnowledgeTitle {
    float: left;
    width: 135px;
    height: 35px;
    background-image: url(/Content/img/index/title_bg.png);
    background-size: 100% 100%;
    line-height: 35px;
    color: white;
    font-family: SimSun;
    font-weight: bold;
    text-indent: 30px;
}

.KnowledgeMore a {
    float: right;
    color: #0AA8EB;
}

.mitiContent {
    width: 100%;
    height: 149px;
    border: solid 2px #0AA8EB;
    background-color: #EEF6FA;
    padding: 15px 10px 5px;
}

.mitiModule {
    cursor: pointer;
    float: left;
    width: calc(20% - 70px);
    margin: 0px 35px;
    height: 100%;
}

    .mitiModule > div:first-of-type {
        width: 100%;
        height: 100px;
        border: solid 1px #5C5C5C;
        background-size: 100% 100%;
    }

    .mitiModule > div:last-of-type {
        width: 100%;
        height: 25px;
        line-height: 25px;
        text-align: center;
        font-family: SimSun;
    }

.mitiPropagate {
    width: 100%;
    height: 150px;
    border: solid 1px #0AA8EB;
    margin-top: 25px;
    padding: 35px 40px;
}

.mitiPropagateModule {
    cursor: pointer;
    display: block;
    float: left;
    width: calc(20% - 20px);
    height: 100%;
    margin: 0px 10px;
    border: solid 1px #DADADA;
    background-size: 100% 100%;
}

.reliefHead {
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.swipers {
    width: 640px;
    height: 840px;
    border: solid 1px #CBCBCB;
    padding: 20px;
    margin: auto;
    position: relative;
}

    .swipers .swiper-button-prev, .swipers .swiper-container-rtl .swiper-button-next {
        width: 98px!important;
        height: 98px!important;
        left: -150px!important;
        background-size: 100% 100%!important;
        background-image: url(/Content/img/fzjz/fy_l.png)!important;
    }

    .swipers .swiper-button-next, .swipers .swiper-container-rtl .swiper-button-prev {
        width: 98px!important;
        height: 98px!important;
        right: -150px!important;
        background-size: 100% 100%!important;
        background-image: url(/Content/img/fzjz/fy_r.png)!important;
    }

.swiperList .swiper-button-prev, .swiperList .swiper-container-rtl .swiper-button-next, .swiperList .swiper-button-next, .swiperList .swiper-container-rtl .swiper-button-prev, .autoplay, .pause {
    position: relative;
    height: 35px;
    margin: 0px;
    top: 0px;
    left: 0px;
    background-image: none;
    width: auto;
    cursor: pointer!important;
    pointer-events: all!important;
    text-indent: 20px;
    padding: 0px 10px!important;
    opacity: 1!important;
}

.swiperList .swiper-button-prev, .swiperList .swiper-container-rtl .swiper-button-next {
    background-image: url(/Content/img/fzjz/fzjz_prev.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 15px 11px;
    margin-left: 10px;
}

.autoplay {
    background-image: url(/Content/img/fzjz/fzjz_start.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 15px 11px;
}

    .autoplay.pause {
        background-image: url(/Content/img/fzjz/fzjz_stop.png);
        background-size: 14px 14px;
        background-repeat: no-repeat;
        background-position: 15px 11px;
    }

.swiperList .swiper-button-next, .swiperList .swiper-container-rtl .swiper-button-prev {
    background-image: url(/Content/img/fzjz/fzjz_next.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 15px 11px;
}

.swiperList {
    width: 520px;
    height: 35px;
    line-height: 35px;
    margin: auto;
    margin-top: 30px;
    background-color: #7E7E7E;
    color: white;
    border-radius: 5px;
    text-align: center;
    padding-left: 53px;
}

    .swiperList > div {
        float: left;
        padding: 0px 3px;
        font-family: SimSun;
    }

.swiper-timeline select {
    width: 50px;
    height: 22px;
    line-height: 20px;
    /* vertical-align: middle; */
    padding: 0px;
    margin-top: -3px;
}
/* footer Styles
----------------------------------------*/
.bd-footer {
    border-top: 1px solid #e5e5e5;
    background-color: #33373A;
    color: #fff;
    text-align: left;
}

    .bd-footer p, .bd-footer a {
        color: #fff;
        font-family: SimSun;
        font-weight: 500;
        font-size: 14px !important;
    }

        .bd-footer a:hover {
            font-weight: 300;
            text-decoration: none;
        }

.center {
    text-align: center;
}

.bd-footer .container-fluid .row div {
    border-right: 1px solid #555;
}

    .bd-footer .container-fluid .row div:last-of-type {
        border: 0px;
    }

.friendly-link {
    width: 100%;
    height: 50px;
    border: solid 1px #89AAD8;
    color: #ECF5FC;
    line-height: 50px;
    margin: 0px 10px;
    background-color: #ECF5FC;
}

.friendly-span {
    display: inline-block;
    color: #333;
    text-indent: 10px;
    padding-right: 10px;
    font-weight: 600;
    font-size: 14px;
    /*font-family: SimSun;*/
}

.friendly-select {
    display: inline-block;
    width: calc(100% - 85px);
}

    .friendly-select select {
        width: calc(25% - 20px);
        height: 30px;
        font-size: 14px;
        /*font-family: SimSun;*/
        border: solid 1px #DCDCDC;
        margin: 0px 8px;
    }

.bd-footer .container-fluid {
    width: 1140px;
    margin: auto;
}
/*.bd-footer a {
        text-decoration: underline
    }*/
/* Link Styles
----------------------------------------*/




.card-nav {
    background: #f9f9f9 none repeat scroll 0 0;
    border-bottom: 1px solid #f3f3f3;
    padding: 8px 0 5px 10px;
}





.nav-pills li a {
    color: #10689b;
    display: inline-block;
    font-size: 14px;
    margin-left: 2px;
    padding: 2px 5px;
    text-decoration: none;
}

    .nav-pills li a.active {
        background: #74ade7 none repeat scroll 0 0 !important;
        border-radius: 3px;
        color: #fff;
    }

    .nav-pills li a:hover, .nav-pills li a:active {
        background: #74ade7 none repeat scroll 0 0 !important;
        border-radius: 3px;
        color: #fff;
    }


.red, a.red:link, a.red:visited {
    color: #f54100;
}

.black, a.black:link, a.black:visited {
    color: #000;
}

.white, a.white:link, a.white:visited {
    color: #fff;
    text-decoration: none;
}


.blue, a.blue:link, a.blue:visited {
    color: #004b8b;
    font-weight: bold;
    font-size: 12px;
}



.card-img-top {
    height: 135px;
    width: auto;
}


.card-header-tabs li a.active {
    color: #fff !important;
    font-size: 16px;
    background: #1a96dd !important;
}

.card-header-tabs li a {
    /*margin-right:10px;
  border-right:1px solid black ! important;*/
}


