﻿/* 兼容IE样式 ************************88 */
.navbar-brand {
    height: auto;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 0;
}

.nav-tabs > li > a {
    border-radius: 0;
    margin: 0;
    border: 0;
}

    .nav-tabs > li > a:hover {
        border: 0;
        background-color: transparent;
    }

.nav > li > a {
    padding: 0;
    line-height: 40px;
}

    .nav > li > a:focus, .nav > li > a:hover {
        background-color: transparent;
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: transparent;
}

.row {
    margin-right: -5px;
    margin-left: -5px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 5px;
    padding-right: 5px;
}
/* **********8 */
.w-50-p:hover,
.w-50-p.active a {
    background-color: #254381 !important;
}

.fw-n-tabs-1 a:hover,
.fw-n-tabs-1 .active a {
    color: #59c4f0 !important;
    background-color: #254381 !important;
}

.fw-n-tabs-2 a:hover,
.fw-n-tabs-2 .active a {
    color: #254381 !important;
    background-color: #59c4f0 !important;
}

.fw-n-tabs-3 a:hover,
.fw-n-tabs-3 .active a {
    background-color: #59c4f0 !important;
    color: #fefefe !important;
}
/* ******************* */
@font-face {
    font-family: 'font-normal';
    src: url('/static/font/Microsoft_YaHei_UI_Light.ttf') format('truetype');
}

@font-face {
    font-family: 'font-medium';
    src: url('/static/font/SourceHanSansCN-Medium.ttf') format('truetype');
}

body {
    /*font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;*/
    /*font-family: font-normal !important;*/
    font-size: 16px;
    color: #5F5D5D;
    background-color: #fefefe;
    line-height: 24px;
    font: 14px "Source Han Sans","Times New Roman";
    /*font-family: font-normal !important;*/
    /*font-family: 'Microsoft YaHei' !important;*/
}

.font-medium {
    font-family: font-medium !important;
}

.font-normal {
    font-family: font-normal !important;
}

.fs-28 {
    font-size: 28px;
}

.fs-16 {
    font-size: 16px;
}

.fs-14 {
    font-size: 14px;
}

a, span, p, div {
    color: #5F5D5D;
    color: black;
}

p, div {
    line-height: 24px;
}

a {
    text-decoration: none !important;
}

.clear {
    clear: both;
}

.w-100 {
    width: 100%;
}

.w-p-10 {
    width: 10px;
}

.pd-20 {
    padding: 20px;
}

.pd-tb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.fixed-top {
    position: fixed;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.nav-tabs {
    border: 0;
}

.p-w-40 {
    width: 40%;
}

.p-w-25 {
    width: 25%;
}

.p-l-20 {
    padding-left: 20px;
}

.p-r-20 {
    padding-right: 20px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-t-b-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.m-t-100 {
    margin-top: 100px;
}

.p-10 {
    padding: 10px;
}

.p-20 {
    padding: 20px;
}

.p-t-b-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.h-100 {
    height: 100px;
}

.no-br {
    white-space: nowrap;
}

.bd-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.bd-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.v-top {
    vertical-align: top;
}

.bt-1 {
    font-size: 20px;
}

.bt-2 {
    font-size: 18px;
}

.bt-3 {
    font-size: 16px;
}

.b-1 {
    border: 1px solid;
}

.auto-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.color-1 {
    color: #5F5D5D !important;
}

.color-2 {
    color: #fefefe;
}
/* ***************************************88888 */
.fw-title2 .txt {
    border-bottom: 2px solid #dadada;
    text-align: left;
}

.fw-title2 .txt {
    line-height: 20px !important;
}

    .fw-title2 .txt div {
        font-size: 16px;
        line-height: 30px;
        width: auto;
        min-width: 120px;
        padding: 0 20px;
        text-align: center;
        background-color: #56c5f2;
        display: inline-block;
        color: #fefefe;
    }

.fw-title2 .img {
    height: 20px;
}

    .fw-title2 .img div {
        float: right;
        width: 20px;
        height: 20px;
        background: url('/static/images/t-down.png') no-repeat
    }

.fw-title2.inverse .txt div {
    background-color: #fefefe;
    color: #56c5f2;
}

.c-y {
    color: #fff505;
}

.bgc-1 {
    background-color: #fefefe;
}

.bgc-2 {
    background-color: #e8e9ed;
}

.bgc-3 {
    background-color: #d3d6dd !important;
}

.bgc-4 {
    background-color: #244386;
}

.bgc-5 {
    background-color: #59c4f0;
}

.bgc-6 {
    background-color: #6b8095;
}

.bgc-7 {
    background-color: #b1b5c0;
}

.bgc-8 {
    background-color: #fcd204;
}
/* *************************** */
.container {
    width: 1200px !important;
    max-width: 1200px !important;
    min-width: 1000px !important;
    padding: 0;
}

.navbar {
    padding: 0;
    height: 80px;
    z-index: 99;
}

.navbar-white {
    background-color: #fefefe;
    background-color: rgba(254,254,254,0.7);
    /*border-bottom: 2px solid #dfdfdf;*/
}

    .navbar-white:hover {
        background-color: #fefefe;
        background-color: rgba(254,254,254,1);
    }

.navbar-nav {
    height: 80px;
}

.nav-item {
    min-width: 110px;
    float: left;
}

    .nav-item.active {
        background-color: #30318b;
    }

        .nav-item.active a.nav-link {
            color: #fefefe;
        }

.nav-link {
    height: 100%;
    line-height: 80px !important;
    padding: 0 !important;
    text-align: center !important;
    display: block;
    font-size: 20px !important;
}

    .nav-link:hover {
        color: #fefefe;
        background-color: #30318b;
    }

.navbar-nav li {
    position: relative;
}

.navbar-nav .nav-item:hover {
    background-color: #30318b;
    color: #fefefe;
}

    .navbar-nav .nav-item:hover .nav-link {
        color: #fefefe;
    }

.navbar-nav li:hover .navbar-nav-sub {
    display: block;
}

.navbar-nav-sub {
    display: none;
    width: 6000%;
    position: absolute;
    left: 0;
    background-color: #e5e8ed;
    background-color: rgba(229,232,237,0.9);
}

    .navbar-nav-sub li {
        float: left;
    }

        .navbar-nav-sub li a {
            font-size: 16px;
            line-height: 70px !important;
            padding: 0 20px;
            color: #000;
        }

            .navbar-nav-sub li a:hover {
                color: #5ac4f1;
            }

    .navbar-nav-sub .item-4 {
        float: inherit;
        display: block;
        line-height: 50px;
        height: 50px;
    }

    .navbar-nav-sub li.item-4 a {
        height: 50px;
        line-height: 50px !important;
    }

/*.online dl,*/
.online dl:hover {
    background: #fee100;
}

.footer {
    padding: 0;
    background-color: #30318b;
    padding-bottom:40px;
}

    .footer img {
        width: auto;
        height: auto;
    }

.td-menu {
    width: 300px;
    padding-right: 100px;
    vertical-align: top;
}

/* about *************************************8 */
.about-cont .t {
    font-size: 18px;
    line-height: 50px;
    padding-left: 5px;
    border-top: 2px solid #dedede;
    border-bottom: 2px solid #dedede;
}

.about-cont .t-cn {
    font-weight: bold;
}

.about-cont .txt {
    line-height: 28px;
}

.about-cont img {
    max-width: 900px;
}
/* list ************************************ */
.news .men-lanm {
    display: inline-block;
    width: auto;
    line-height: 30px;
    padding: 0 10px;
    background-color: #e6eaed;
    font-size: 16px;
}

    .news .men-lanm.active,
    .news .men-lanm:hover {
        color: #5ac4f1;
        /*background-color: #164aa0;*/
    }

.h-b-ld {
    height: 80px;
}

/* zyq 专业群 *******************************8 */
.pnl-sys-r .item {
    margin-top: 40px;
    padding: 20px;
    font-size: 16px;
    min-height: 450px;
}

.pnl-sys-r .r-txt-1 {
    font-size: 18px;
    line-height: 28px;
    color: #1e4384;
    font-weight: bold;
    min-height: 60px;
}

.pnl-sys-r .r-txt-2 {
    margin-top: 10px;
    color: #818181;
    line-height: 24px;
    min-height: 170px;
}

.pnl-sys-r .r-txt-3 {
    border-bottom: 2px solid #cbcbcb;
    line-height: 30px;
}

    .pnl-sys-r .r-txt-3 span {
        color: #8cd8ef;
        font-weight: bold;
    }

.r-txt-3-fir {
    border-top: 2px solid #cbcbcb;
}

.pnl-sys-r .item.active,
.pnl-sys-r .item:hover,
.pnl-sys-r .item:hover div,
.pnl-sys-r .item:hover span {
    background-color: #59c4f0;
    color: #fefefe !important;
    border-color: #fefefe !important;
}
