﻿body {
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 400;

}

ul {
    margin: 0;
}

a {
    color: #333;
}

a:hover,
a:focus {
    color: #256e9e;
    text-decoration: none;
}

.hl {
    color: #f9a821;
}

.mh {
    min-height: 400px;
    position: relative;
}

.span3 {
    width: 280px;
}

/* header */

.site-top {
    background: #fff;
}

.logo-bar {
    background: #fff;
    border-bottom: 2px solid #eee;
}

.navbar .logo-bar a.pull-right img {
    padding-top: 0;

}

.site-top .logo-bar .nav {
    float: right;
    padding-top: 10px;
}

.site-top .top-bar {
    height: 30px;
    background: #f5f5f5;
    color: #333;
}

.top-bar-links {
    float: right;
    padding: 5px;
    color: #888;
}

.top-bar-links a {
    color: #888;
    font-size: 12px;
    margin: 0 5px;
}

.navbar {
    margin-bottom: 24px;
}

.navbar-inner {
    background: #256e9e;
    filter: none;
    border: 0;
    padding: 0;
    box-shadow: 0px 2px 6px 0px rgba(200, 201, 204, 0.5);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

/* start-juliet */
.navbar .nav {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.navbar .navbar-nav li {
    position: relative;
    -webkit-transition: color .25s;
    transition: color .25s;
    display: block;
    float: none;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
}

.navbar .navbar-nav li a {
    text-shadow: none;
    font-size: 16px;
    padding: 18px;
    text-align: center;
    position: relative;
    transition: color 0.4s;
    box-shadow: none !important;
    background-color: initial !important;
    color: #fff;
}

.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:hover,
.navbar .navbar-nav .active a:focus {
    color: #fff;
}

.navbar .navbar-nav .active a::after,
.navbar .navbar-nav .active a::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.navbar .navbar-nav .active a::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:focus {
    color: #fff !important;
    font-weight: bold;
}

.navbar .navbar-nav li:hover a::before,
.navbar .navbar-nav li:focus a::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.navbar .navbar-nav li a::before,
.navbar .navbar-nav li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.navbar .navbar-nav li a::before {
    background: #fff;
    /* -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; */
}

.navbar .navbar-nav li a::after {
    background: #fff;
}

.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
    color: #fff;
    font-weight: bold;
}

/* end-juliet */

.navbar .brand {
    color: #256e9e;
    text-shadow: none;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    margin-left: 0;
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}

.navbar .logo-bar .company-logo {
    margin: 10px 10px 10px 0;
    max-height: 80px;
}

.navbar .brand .txt {
    display: inline-block;
    line-height: 2;
}

/* footer */
.footer {
    background: none;
    padding-top: 15px;

}

.footer p {
    margin: 0;
    margin-bottom: 10px;
}

.f-links {
    padding: 15px;
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 15px;
    background: #dcdcdc;
}

.f-links-title {
    float: left;
}

.f-links-ul {
    float: left;
}

.f-links-ul li {
    float: left;
    display: inline;
    margin-right: 10px;
}

/* 小模块 */

.mod {
    margin-bottom: 15px;
    overflow: hidden;
}

.mod-header {
    margin-bottom: 10px;
    padding-top: 14px;
}

.mod-header h4 {
    font-size: 18px;
    font-weight: 400;
    color: #323333;
}

.mod-header-green {
    background-color: #e0f2ff;
}

.mod-more {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 12px;
    color: #eee;
}

.mod-more:hover,
.mod-more:focus,
.mod-more:active {
    color: #ccc;
}

.org-info {
    max-height: 280px;
    overflow: hidden;
}

.carousel-inner {
    width: 1000px;
    height: 440px;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.carousel-control {
    top: 50%;
    background: none;
    opacity: .6;
    border: none;
}

.carousel-control.right {
    right: 335px;
}

.carousel-indicators {
    display: none;
}

.ad-mod {
    width: 218px;
    height: 60px;
}

/* 列表 */
.mod-ul {
    list-style: none;
}

.mod-ul li {
    padding: 3px 0;
}

.news-ul li a::before {
    content: '·';
    position: absolute;
    left: 5px;
    color: #333;
    font-size: 30px;
    vertical-align: middle;
    font-weight: bolder;
}

.news-ul li a {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
}

.news-ul li a .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-ul li a:hover,
.news-ul li a:hover::before {
    color: #256e9e;
}

.news-ul li.active span.list-style {
    color: #fff;
}

.news-ul-borderless li {
    border: 0;
}

.news-ul-borderless li.active {
    background-color: #64c0e9;
    margin-left: -10px;
}

.news-ul-borderless li.active a {
    color: #fff;
}

.cat-ul {}

.cat-ul li {
    padding: 0;
    width: 210px;
    float: left;
}

.cat-ul label {
    float: left;
    width: 60px;
}

.cat-ul label a {
    color: #888;
    font-size: 16px;
}

.cat-ul p {
    float: left;
    width: 160px;
}

.cat-ul p span {
    display: inline-block;
    width: 80px;
    float: left;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.download-mod {
    background: #fff;
    border-radius: 8px;
    padding: 15px 10px;
}

.download-mod .breadcrumb {
    font-size: 12px;
    margin-bottom: 15px;
    padding-left: 0;
}

.download-mod .breadcrumb a {
    color: #333;
}

.download-mod .breadcrumb a:hover,
.download-mod .breadcrumb a:active {
    color: #888;
}

.download-mod .breadcrumb>.active {
    color: #333;
}

.download-mod .mmGrid {
    border: 0;
}

.download-mod .mmGrid .mmg-headWrapper .mmg-head th {
    border: 0;
}

.download-mod .mmGrid .mmg-bodyWrapper .mmg-body td {
    border-right: 0;
    color: #888;
}

.download-mod .mmGrid .mmg-headWrapper {
    background: #eaeaea;
    color: #666;
    filter: none;
}

.download-mod .mmGrid .mmg-bodyWrapper .mmg-body td:first-child {
    color: #333;
}

.nav-mod {
    padding: 25px 0 0 20px;
    height: 245px;
    overflow: hidden;
    background: #3497db;
}

.nav-mod h4 {
    color: #fff;
}

.nav-mod .news-ul li a,
.nav-mod .news-ul li .list-style {
    color: #0e6199;
}

.nav-mod .news-ul-borderless li.active {
    background: none;
}

.nav-mod .news-ul li.active a,
.nav-mod .news-ul li.active .list-style {
    color: #fff;
}

/* 面包屑 */
.breadcrumb {
    padding: 0 0 0 20px;
    margin-bottom: 18px;
    background: none;
}

.breadcrumb a {
    color: #787878;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
    color: #0088cc;
}

.breadcrumb>.active {
    color: #4e8ece;
}

.breadcrumb .divider {}

/* 登录注册 */
.login-wrap {
    position: relative;
    margin-bottom: 24px;
    overflow: hidden;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.login-wrap .carousel-inner .item img {
    width: 1000px !important;
    height: 440px !important;

}

.login-panel {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(27, 94, 170, .6) !important;
    padding: 40px 40px 80px 40px;
    width: 240px;
    filter: Alpha(opacity=60);
    background: #1b5eaa;
}

.login-tab {
    margin-bottom: 0px;
}

.login-tab li {
    width: 50%;
    float: left;
    list-style: none;
    padding: 5px 0 7px 0;
    text-align: center;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: 700;
    border-bottom: 1px solid #fff;
}

.login-tab li a {
    color: #ddd;
}

.login-tab li.active {
    padding: 5px 0;
    border-bottom: 5px solid #5ba5fe;
}

.login-tab li.active a {
    color: #fff;
}

.login-tab h4 {
    padding: 10px 0;
    font-size: 22px;
    font-family: 'Microsoft YaHei';
    color: #fff;
}

.login-content {
    padding: 10px 5px 10px 5px;
}

.login-content form {
    margin-bottom: 10px;
    padding: 0;
}

.login-content input[type="text"],
.login-content input[type="password"] {
    width: 100%;
    height: 35px;
    box-sizing: border-box;
    box-shadow: none;
    margin-bottom: 15px;
    border: 0;
    border-radius: 0;
    outline: 0;
    padding-left: 30px;
}

.login-content p {
    padding: 7px 0 0 0;
    color: #999;
}

.login-content h5 {
    padding: 17px 0 0 0;
    font-size: 16px;
    font-weight: 700;
}

.login-content p .btn-large {
    font-size: 14px;
}

.login-forgot {}

.login-forgot,
.login-forgot a {
    color: #fff;
    font-size: 12px;
}

.login-forgot a:hover {
    color: #18c1ff;
}

.login-divide {
    padding: 0 5px;
    font-weight: bold;
    text-shadow: none;
}

.login-content p {
    position: relative;
    margin-bottom: 20px;
}

.login-form p {
    margin-bottom: 1px;
}

.login-form label {
    position: absolute;
    top: 15px;
    left: 5px;
}

.login-time {
    color: #ddd;
    font-size: 12px;
    text-align: left;
    margin-top: -17px;
    margin-bottom: 20px;
}

.login-time span {
    color: #fff;
    float: right;
}

.login-info {
    background: #ddd;
    font-family: 'Microsoft YaHei';
    text-align: left;
    padding: 6px 15px;
    border-radius: 25px;
    margin-bottom: 25px;
}

.login-info span {
    float: right;
    color: #888;
}

.login-user {
    width: 24px;
    height: 20px;
    background: url(../../img/icon-sprite.png) no-repeat 0 -54px;
}

.login-password {
    width: 24px;
    height: 20px;
    background: url(../../img/icon-sprite.png) no-repeat 0 -34px;
}

.tab-content {
    position: relative;
    overflow: hidden;
}

.btn {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    background: #fcfcfc;
}

.btn-info {
    background: #5ba5fe;
}

.btn-info:hover,
.btn-info:focus {
    background: #18c1ff;
}

.btn-declare {
    margin: 10px 0;
    background: url(../../img/btn_arr.png) no-repeat right;
    padding: 10px 35px 10px 0;
    font-size: 20px;
    color: #fff;
    text-align: right;
}

.btn-declare:hover,
.btn-declare:focus {
    color: #18c1ff;
    background: url(../../img/btn_arr_1.png) no-repeat right;
    border: 0;
    box-shadow: none;
}

.btn-declare .icon,
.login-content .icon {
    margin: 0 10px 0 -20px;
    font-size: 1.2em;
}

.btn-primary {
    background: #006dcc;
}

.btn-success {
    background: #85be00;
}

.btn-success:hover {
    background: #a2e600;
}

.btn-gray {
    background: #eee;
}

.login-content .btn {
    padding: 8px 12px;
}

.mod-form {
    background: none;
    border: none;
}

.mod-form .mod-header {
    background: none;
    padding: 0;
    border-bottom: 2px solid #bbe1f7;
}

.mod-form .mod-header h4 {
    float: left;
    color: #333;
    border-bottom: 2px solid #2185C2;
    margin-bottom: -2px;
    padding: 10px;
    font-size: 20px;
}

.mod-form .mod-body {
    padding: 20px;
    background: #fff;
}

.mod-form .form-section {
    margin: 0 0 15px;
}

.mod-form input[type="text"],
.mod-form input[type="password"],
.mod-form select {
    border-radius: 0;
    box-shadow: none;
}

.mod-form input[type="text"]:focus,
.mod-form input[type="password"]:focus {
    border-top-color: #3497db;
    outline: 0;
}

.mod-form .input-large {
    width: 100%;
}

.mod-form .input {
    width: 48.717948717948715%;
}



/* org-sidebar */
.org-sidebar {
    height: 100%;
    padding-top: 0px;
    width: 280px;
}

.org-sidebar .mod {}

.org-sidebar .mod-header h4 {
    height: 32px;
    line-height: 32px;
    border-bottom: 1px dotted #999;
    padding-bottom: 10px;
}

.org-sidebar .news-ul-borderless li.active {
    border-radius: 0px;
    color: #fff;
}

.org-sidebar .news-ul-borderless li.active:after {}

.org-sidebar .news-ul li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 8px 8px 8px 10px;
    margin: 0;
}

.mod-detail {
    border-left: 0px solid #ccc;
    padding-left: 0px;
    margin-left: 0px;
    width: 700px;
    padding-left: 20px;
}

.contact-mini {
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    margin-left: 10px;
    margin-right: 10px;
    background: url(../../img/contminibg.jpg) top no-repeat;
    display: none;
}

.contact-mini.bagcp {
    background: url(../../img/contminibgba.jpg) top no-repeat;
}

.contact-mini span {
    width: 20px;
    display: inline-block;
    margin-bottom: -5px;
    margin-right: 5px;
}

.contact-mini p {
    line-height: 30px;
    color: #666;
}

.contact-mini h4 {
    padding-left: 5px;
    font-weight: 900;
    padding-bottom: 10px;
    padding-top: 20px;
    font-size: 20px;
    color: #08c;
}

.contact-mini span.eng {
    color: #aaa;
    padding-left: 5px;
    margin-bottom: 30px;
    width: 100%;
}

/* 提示 */

.popup .alert {
    background: none;
    border: none;
    color: #D40000;
    padding: 0;
    font-size: 12px;

}

#SiteUserNamepop,#Mobilepop {
    top: 43px !important;
    left: 42px !important;
}

#SitePasswordpop, #VerifyCodepop {
    top: 43px !important;
    left: 42px !important;
}

.popup .alert .close {
    top: 0;
    right: -20px;
}

.popup .alert-loading {
    display: none;
}

.controls-captcha img {
    margin-top: -10px;
    margin-right: 5px;
}

/* 内页 */
/* News List */
.news-mod {
    margin-bottom: 20px;
}

.news-mod .news-ul {
    list-style: none;
}

.news-mod .news-li {
    border-bottom: 1px solid #e4e4e4;
    padding: 20px;
}

.news-mod .news-li:hover,
.news-mod .news-li:focus {
    background: #fafafa;
}

.news-mod .news-li h3 {
    margin-bottom: 10px;
}

.news-mod .news-li span {
    right: 20px;
}

.news-mod .empty {
    padding: 80px 150px;
    font-size: 20px;
    color: #666;
    font-family: 'Microsoft YaHei';
    text-align: center;
}

.news-mod .empty small {
    font-size: 14px;
    color: #aaa;
}

.news-info {
    font-size: 12px;
    color: #a9a9a9;
}

.news-info span {
    margin-right: 5px;
}

.news-info-center {
    text-align: center;
}

.news-info-center span {
    text-align: center;
}

.news-content-header {
    border-bottom: 1px solid #e4e4e4;
    padding: 0 20px 10px 0;
}

.news-content-header h3 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.news-content-main {
    border-bottom: 1px solid #e4e4e4;
    padding: 20px 0;
    overflow: auto;
}

.news-content-main p {
    text-align: justify;
}

/* 图文混排 */
.media-heading a {
    font-weight: bold;
}

.media-list-small .media-heading {
    width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.media-list-small .media-body p,
.media-list-small .media-body p a {
    color: #888;
}

.media-list-small .media-body p a:hover {
    text-decoration: underline;
}

.media-body h4 {
    font-size: 16px;
}

.media-body p {
    font-size: 12px;
}

.media-info {
    font-size: 12px;
    color: #888;
}

.media-info-span {
    width: 33%;
    margin: 0 !important;
}

.readmore {
    color: #5ca6ff;
}

.readmore:hover {
    text-decoration: underline;
}

.page-preview {
    margin: 20px 0;
}

.page-header {
    border: 0;
    margin: 0;
}

/* 联系我们 */
.contact {
    padding: 60px 50px;
    background: url(../../img/contact.jpg) no-repeat right center #e5e5ea;
    height: 280px;
    overflow: hidden;
}

.contact.bagcp {
    background: url(../../img/contactba.jpg) no-repeat right center;
}

.contact p {
    padding-left: 30px;
    word-wrap: break-word;
    word-break: break-all;
    margin-bottom: 15px;
}

.contact h3 {
    margin-bottom: 30px;
    line-height: 1em;
}

.contact p span {
    vertical-align: middle;
    display: inline-block;
    min-width: 22px;
    margin-left: -30px;
    margin-right: 10px;
}

.contact-a {
    background: url(../../img/icon-sprite.png) no-repeat 0 -145px;
    height: 20px;
}

.contact-b {
    background: url(../../img/icon-sprite.png) no-repeat 0 -125px;
    height: 20px;
}

.contact-c {
    background: url(../../img/icon-sprite.png) no-repeat 0 -105px;
    height: 20px;
}

.contact-d {
    background: url(../../img/icon-sprite.png) no-repeat 0 -92px;
    height: 13px;
}

.contact-e {
    background: url(../../img/icon-sprite.png) no-repeat 0 -74px;
    height: 18px;
}

/* 栏 */
.row-white {
    background: #fff;
    margin-left: -0px !important;
    padding: 10px 0;
}

.row-white [class*="span"] {
    margin-left: 12px !important;
}

.row-white .mod {
    border-radius: 0;
    border: 0;
}

.row-white .mod-header {
    background: none;
    color: #333;
}

.row-white .mod-header h4 {
    color: #333;
}

.container,
.navbar .container {
    width: 1000px;
}

/* responsive container */
@media (min-width:980px) and (max-width:1199px) {

    .container,
    .navbar .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 1000px;
    }
}

@media (min-width: 1200px) {

    .container,
    .navbar .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 1000px;
    }

    .span12 {
        width: 1000px;
    }

    .span9 {
        width: 670px;
    }

    .span6 {
        width: 480px;
    }

    .index-footer-information .span6 {
        width: 492px;
        margin-left: 13px;
    }

    .span3 {
        width: 320px;
    }

    .row {
        margin-left: -10px;
    }

    [class*="span"] {
        margin-left: 10px;
    }
}

@media (max-width:979px) {
    .navbar .btn-navbar {}

    .nav-collapse .nav>li>a,
    .nav-collapse .dropdown-menu a {
        color: #fff;
        display: block;
    }

    .nav-collapse .nav>li>a:hover,
    .nav-collapse .dropdown-menu a:hover {
        color: #333;
    }

    .navbar .nav-collapse.pull-right {
        float: none;
    }
}

/* rewrite bootstrap style */

.dropdown-menu {
    min-width: 100px;
    background: #f1f1f1;
    border: 0;
    border-radius: 0;
    margin: 0;
}

.dropdown-menu>li>a {
    padding: 3px 10px;
    color: #555;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
    background: #1e79b8;
    color: #fff;
}

.navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle {
    background: #1e79b8;
    color: #fff;
}

.navbar .nav>li>.dropdown-menu:before {
    border-bottom-color: #f1f1f1;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #f1f1f1;
    border-left: 7px solid transparent;
}

.navbar .nav>li>.dropdown-menu:after {
    border-bottom-color: #f1f1f1;
}

/* password */
.tips {
    display: none;
    background: #dd873c;
    color: #fff;
    text-shadow: none;
    border: 0;
    border-radius: 0;
    padding: 4px 27px 4px 10px;
    font-size: 12px;
    white-space: nowrap;
    position: absolute;
    top: -24px;
    left: 0;
}

.tips:after {
    position: absolute;
    bottom: -4px;
    right: 9px;
    display: inline-block;
    border-right: 4px solid transparent;
    border-top: 4px solid #dd873c;
    border-left: 4px solid transparent;
    border-bottom-color: #dd873c;
    content: '';
}

.control-group {
    position: relative;
}

.control-group .tips {
    top: -5px;
    left: 0;
}

.contact.qrcode {
    background-image: url(../../img/qrbg.jpg);
    background-repeat: repeat-x;
}

.contact.qrcode h5 {
    text-align: center;
    font-weight: 100;
    font-size: 16px;
    padding-bottom: 20px;
}

.contact.qrcode .qr {
    float: right;
    margin-top: -20px;
    margin-right: 60px;
    width: 140px;
    height: 140px;
}

.contact.qrcode .qr img {
    width: 100%;
    height: 100%;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.login-content .crabtn {
    text-align: right;
    padding-top: 10px;
}

.login-content .crabtn a {
    color: #fff;
    font-size: 16px;
}

.login-content .crabtn a:hover {
    color: #27DFFF;
}



.login-content .cra-btn {
    background: #A2E20D !important;
}

.login-content .cra-btn:hover {
    background: #B4E839 !important;
}

.login-panel .cra-tip {
    position: absolute;
    top: 280px;
    color: #FAFF3A;
    padding: 10px 5px;
    border-radius: 4px;
    font-size: 12px;
}

.login-panel .cra-tip p {
    margin-bottom: 0px;

}

.login-panel .cra-tip h6 {
    font-size: 14px;
    color: #BBD6FF;
    margin-bottom: 5px;
}


.ver2.navbar {
    background: #fff;
}

.ver2.navbar .logo-bar {
    height: 60px;
    display: inline-block;
    width: 35%;
    background: #fff;
}

.ver2.navbar .logo-bar .brand {
    height: 60px;
    line-height: 60px;
}

.ver2.navbar .logo-bar>.container {
    width: auto !important;
}

.ver2.navbar .logo-bar>.container>img {
    height: 60px;
    float: left;
}

.ver2.navbar .logo-bar>.container>h1 {
    display: table-cell;
    float: none;
}

.ver2.navbar .navbar-inner {
    background: #fff;
    filter: none;
    border: 0;
    padding: 0;
    display: inline-block;
    width: 64%;
    text-align: right;
    box-shadow: none;
}

.ver2.navbar .navbar-inner>.container {
    width: auto !important;
}


.ver2.navbar .navbar-inner .navbar-nav {
    float: right;

}

.ver2.navbar .navbar-inner .navbar-nav>li>a {
    color: #333;
    text-shadow: none;
    font-size: 14px;
    padding: 20px;
    font-family: 'Microsoft YaHei';
}

.ver2.navbar .navbar-inner .navbar-nav>li>a:hover {
    background: #f5f5f5;
}

.ver2.navbar .navbar-inner .navbar-nav>li.active>a {
    color: #08c;
    text-shadow: none;
    background: none;
    font-size: 14px;
    padding: 20px;
    font-family: 'Microsoft YaHei';
}






.withnoside .org-sidebar {
    display: none;
}

.withnoside .mod-detail {
    width: 100%;
}


.org-info .mod-header h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
}

.span3 .mod-ul.news-ul>li {
    padding-bottom: 6px;
}

.span3 .mod-ul.news-ul>li>a {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 230px;
}

.span3 .mod-ul.news-ul>li>.list-style {
    position: relative;
    top: -4px;
}

.container {
    width: 1000px !important;
}

.download-mod #FileList .btn.btn-info {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
}

.download-mod #FileList .btn.btn-info:hover {
    background: #eee;
}

#myCarousel {
    margin-bottom: 0;
}

.index-footer-information {
    margin-bottom: 74px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
}

.index-card {
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(200, 201, 204, 0.5);
    border-radius: 8px;
    padding: 6px 18px 37px;
    width: 100%;
    margin-bottom: 22px;
}

.index-download-icon:hover svg {
    transition: all .1s;
    transform: scale(1.02);
}

.news-ul li {
    position: relative;
    display: block;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    font-size: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
}

.news-ul li:hover {
    border-color: #256e9e;
}

.index-download-icon {
    color: #256e9e;
    padding-top: 10px;
}

.login-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-header h1 {
    margin: 0;
    line-height: initial;
}