@charset "utf-8";


body > div {
    margin-right: auto;
    margin-left: auto;
}

body,  ul, ol, ul, li, ol, dl, dd, dt, form, span, p {
    margin: 0;
    padding: 0;
    list-style: none;
}

caption, var {
    font-style: normal;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

input {
    padding-top: 0;
    padding-bottom: 0;
}

input::-moz-focus-inner {
    border: none;
    padding: 0;
}

input {
    vertical-align: middle;
}

input {
    font-size: 14px;
    margin: 0;
}

input[type="text"], input[type="password"] {
    outline-style: none;
    -webkit-appearance: none;
}

.nav_bar_jsjtx .navbar-form .form-group input, .navbar-form .form-group input[type="button"] {
    background: none;
    border: none;
}

.navbar-form .form-group input[type="button"] {
    background: url(jsjtx_search_btn.png) left 3px no-repeat;
    height: 25px;
}

img,  img {
    border: 0;
    margin: 0;
    padding: 0;
}

a {
    outline-style: none;
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline-style: none;
    -moz-outline-style: none;
}

footer, header, menu, nav, section {
    display: block;
}

/*base End
=================================*/

/*Public Start
=================================*/
.main {
    background: #fff;
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 1500px) {
    .container {
        width: 1440px;
    }
}

body, html {
    color: #444;
    /*font-family: "\5FAE\8F6F\96C5\9ED1","Microsoft YaHei","微软雅黑",PingHei,STHeiti,"\5B8B\4F53",SimSun,"宋体",Arial,sans-serif;*/
    /* font-family: Helvetica,Arial,"\5FAE\8F6F\96C5\9ED1","Microsoft YaHei","微软雅黑",PingHei,STHeiti,"\5B8B\4F53",SimSun,"宋体",sans-serif; */
    font-family: Arial, Helvetica, "\5FAE\8F6F\96C5\9ED1", "Microsoft YaHei", "微软雅黑", PingHei, STHeiti, "\5B8B\4F53", SimSun, "宋体", Helvetica, Arial, sans-serif;
    font-size: 62.5%;
}

body {
    font-size: 14px;
}

ul, li {
    list-style: none;
}

a {
    color: #444;
    text-decoration: none;
}

a:hover, a:focus {
    color: #1d9dfb;
    text-decoration: none;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.pd0 {
    padding: 0;
}

.no-select {
    user-select: none;
    -webkit-user-select: none;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* see https://github.com/anselmh/object-fit */
.img-cover {
    width: 100%; /*dimensions are mandatory*/
    /*dimensions are mandatory*/
    object-fit: cover;
    overflow: hidden; /* Cuts off the parts of the image poking out */
}

.img-hover:hover {
    opacity: 0.8;
}

/*Public End
=================================*/

/*header Start
=================================*/

body {
    background: #f0f3f5;
}

.btn_back {
    color: #737373;
    font-size: 14px;
}

.lite {
    background: rgba(0, 151, 83, 1);
    background: -moz-linear-gradient(left, rgba(0, 151, 83, 1) 0%, rgba(5, 95, 102, 1) 54%, rgba(3, 77, 123, 1) 90%, rgba(0, 53, 167, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 151, 83, 1)), color-stop(54%, rgba(5, 95, 102, 1)), color-stop(90%, rgba(3, 77, 123, 1)), color-stop(100%, rgba(0, 53, 167, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 151, 83, 1) 0%, rgba(5, 95, 102, 1) 54%, rgba(3, 77, 123, 1) 90%, rgba(0, 53, 167, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 151, 83, 1) 0%, rgba(5, 95, 102, 1) 54%, rgba(3, 77, 123, 1) 90%, rgba(0, 53, 167, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 151, 83, 1) 0%, rgba(5, 95, 102, 1) 54%, rgba(3, 77, 123, 1) 90%, rgba(0, 53, 167, 1) 100%);
    background: linear-gradient(to right, rgba(0, 151, 83, 1) 0%, rgba(5, 95, 102, 1) 54%, rgba(3, 77, 123, 1) 90%, rgba(0, 53, 167, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009753', endColorstr='#0035a7', GradientType=1);
}

.lite-txt {
    color: #fff;
    text-align: center;
    line-height: 20px;
    padding: 20px 0;
}

@media (min-width: 1199px) {
    .lite-txt {
        line-height: 90px;
    }
}

header.lite {
    text-align: right;
    line-height: 46px;
    color: #fff;
    font-size: 14px;
}

.lite .lite-link {
    color: #fff;
}

.header-top {
    position: relative;
    padding: 0;
}

.header-top img {
    margin: 22px 0;
    max-width: 96%;
}

.header-links {
    position: absolute;
    top: 16px;
    right: 0;
    color: #9a9a9a;
}

.header-links ul {
    display: inline;
    white-space: nowrap;
}

.header-links ul li {
    display: inline-block;
    white-space: nowrap;
}

.navbar-form .form-group {
    background: #dcedfd;
    border-radius: 25px;
    padding: 0px 10px;
}

.form-control {
    background-color: #dcedfd;
    border: none;
    box-shadow: none;
}

.form-control:focus {
    background-color: #dcedfd;
    border: none;
    box-shadow: none;
}


@media all and (max-width: 991px) {
    .btn.active, .btn:active {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

/*nav Start
=================================*/
.nav .dropdown-menu > li > a {
    display: block;
    padding: 3px 28px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.nav > li > a {
    padding: 0;
}

.navbar-inverse {
   /* background-color: #004083;*/
    background-color: rgba(0, 0, 0, 0.2);
}

nav.navbar {
    width: 100%;
    position: absolute;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    z-index: 99;
    /* height: 54px; */
    min-height: 44px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav > .open > a {
    background-color: rgba(0, 0, 0, 0.2);
}

.navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    background: rgba(0, 0, 0, 0.2);
}

.nav .dropdown-menu {
    border: none;
    border-radius: 0;
    border-top: 1px solid #ffffff;
}

.navbar-inverse .navbar-collapse {
    width: 100%;
    padding: 0;
    overflow: hidden;
    border: none;
}

nav.navbar .navbar-toggle {
    background-color: #dcebf6;
    border: none;
    margin: 10px 15px 0 0;
}

@media (max-width: 992px) {
    nav.navbar .navbar-toggle {
        margin-top: 6px;
    }
}

nav.navbar .navbar-toggle .icon-bar {
    background-color: #7492ad;
}

nav.navbar .navbar-toggle:hover, nav.navbar .navbar-toggle:focus {
    background-color: #C5C5C5;
    border-color: #ffffff;
}

nav.navbar li.dropdown ul.dropdown-menu {
    background:rgba(0, 0, 0, 0.2);
    /*
    background:rgb(0, 78, 162);
    */

    border-radius: 2px;
    /*! max-width: 60px; */
    min-width: 115px;
}

nav.navbar ul.nav li.dropdown ul.dropdown-menu > li > a {
    line-height: 40px;
    font-size: 16px;
    display: block;
    color: #f4f6f7;
}

nav.navbar ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
   /* color: #fff;*/
    background:  rgba(0, 0, 0, 0.2);
    display: block;
}

@media all and (max-width: 479px) {
    .header-top {
        padding: 0 15px;
    }

    .navbar-nav {
        margin: 0;
    }

    nav.navbar ul.nav > li > a {
        padding: 0 12px;
        font-size: 16px;
        line-height: 36px;
        border-bottom: solid 1px #e0e0e0;
		margin-left: 20px;
    }

    nav.navbar ul.nav li.dropdown ul.dropdown-menu > li > a {
        line-height: 26px;
        font-size: 14px;
    }

    nav.navbar .navbar-nav > li:first-child > a {
        border-top: solid 1px #e0e0e0;
    }
}

@media all and (min-width: 480px) and (max-width: 767px) {
    .header-top {
        padding: 0 15px;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-collapse ul.nav li.dropdown ul.dropdown-menu {
        min-width: auto;
    }

    nav.navbar ul.nav > li > a {
        padding: 0 12px;
        font-size: 18px;
        line-height: 50px;
        border-bottom: solid 1px #e0e0e0;
		margin-left: 20px;
    }

    nav.navbar .navbar-nav > li:first-child > a {
        border-top: solid 1px #e0e0e0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse ul.nav li.dropdown ul.dropdown-menu {
        position: static;
        float: none;
        min-width: auto;
    }

    nav.navbar ul.nav > li > a {
        padding: 0 12px;
        font-size: 18px;
        line-height: 50px;
		margin-left: 20px;
    }

    nav.navbar .navbar-header {
        float: none;
        display: block;
        text-align: center;
        padding-top: 40px;

        /* background-image: url("../png/logo.png")no-repeat center top;*/
        /*background-repeat:no-repeat center top;*/

    }

    nav.navbar .navbar-collapse {
        border: none;
        margin-bottom: 0;
        overflow: hidden !important;
    }

    nav.navbar .navbar-collapse.collapse {
        display: none !important;
    }

    nav.navbar .navbar-collapse.collapse.in {
        display: block !important;
        /* background: #3175b3; */
    }

    nav.navbar .navbar-nav {
        float: none !important;
        /* padding-left: 20px; */
        /* padding-right: 20px; */
        /* margin: 0px -15px; */
    }

    nav.navbar .navbar-nav > li {
        float: none;
    }

    nav.navbar .navbar-toggle {
        display: inline-block;
    }

    nav.navbar ul.nav li.dropdown ul.dropdown-menu > li > a {
        line-height: 34px;
    }

    nav.navbar .navbar-nav > li > a {
        display: block;
        border-bottom: solid 1px #e0e0e0;
        padding: 10px 0;
    }

    nav.navbar .navbar-nav > li:first-child > a {
        border-top: solid 1px #e0e0e0;
    }

    nav.navbar .navbar-nav > li.last-child > a {
        border-bottom: none;
    }
}

@media only screen and  (min-width: 991px) {
    nav.navbar ul.nav > li {
        line-height: 44px;
    }

    nav.navbar ul.nav > li > a {
        padding: 0 17px;
        font-size: 18px;
        line-height: 60px;
    }

    .arrow-top {
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        height: 0;
        left: 50px;
        line-height: 0;
        position: absolute;
        top: -6px;
        width: 0;
    }
}

@media all and (min-width: 991px) and (max-width: 1200px) {
    nav.navbar ul.nav > li > a {
        padding: 0 12px;
        font-size: 10px;
    }
}

@media all and (min-width: 1200px) {
    nav.navbar ul.nav > li > a {
        padding: 0 16px;
        font-size: 17px;
    }
}

@media all and (max-width: 1200px) {
    .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
        /* padding: 0px 12px; */
    }
}

@media (min-width: 1500px) {
    nav.navbar ul.nav > li > a {
        padding: 0px 34px;
    }
}

/*nav End
=================================*/

/*header End
=================================*/


/*footer Start
=================================*/
footer {
    background-color: #f0f6fc;
    width: 100%;
}

footer .bottom-nav a {
    color: #8d9caa;
    display: inline-block;
    font-size: 18px;
    min-width: 140px;
    line-height: 40px;
}

footer .txt {
    /* display: inline-block; */
    margin: 20px 0 0;
    line-height: 26px;
    color: #58758c;
}

footer .cas-logo {
    display: inline-block;
    margin: 15px 0px 32px 0px;
}

footer img.sydw-logo {
    float: right;
    margin-top: 26px;
}

footer .col-sm-12 .sydw-logo {
    float: none;
    margin: 0 0 0 20px;
}

footer .col-sm-12 .txt {
    border: 0px;
    line-height: 20px;
    margin: 0px 0px 30px 0px;
    padding: 0;
    text-align: center;
    width: 100%;
}


.footer-up {
    background-color: #012b4e;
}

.footer-up .bottom-nav, .footer-up .social {
    margin: 40px 0;
    padding: 0;
    overflow: visible;
    white-space: nowrap;
}

.footer-up .bottom-nav {
    border-right: 2px solid #0e3657;
}

.footer-up .social {
    border-left: 2px solid #0e3657;
    height: 150px;
    text-align: center;
}

.footer-up .site-logo {
    text-align: center;
}

.footer-up .site-logo img {
    margin-top: 44px;
    max-width: 100%;
}

.social-icon {
    width: 44px;
    height: 44px;
    display: inline-block;
    background-position: center;
    background-color: #58758c;
    border-radius: 50%;
    margin: 53px 30px 0 0;
}

.social-icon:before {
    content: '';
    width: 44px;
    height: 44px;
    display: inline-block;
    background: no-repeat center center;
}

.social-icon.social-icon-qq:before {
    background-image: url(qq_off_iee.png);
}

.social-icon.social-icon-qq:hover:before {
    background-image: url(qq_on_iee.png);
}

.social-icon.social-icon-wechat:before {
    background-image: url(wechat_off_iee.png);
}

.social-icon.social-icon-wechat:hover:before {
    background-image: url(wechat_on_iee.png);
}

.social-icon.social-icon-weibo:before {
    background-image: url(weibo_off_iee.png);
}

.social-icon.social-icon-weibo:hover:before {
    background-image: url(weibo_on_iee.png);
}

.bd_weixin_popup {
    height: auto !important;
}

.footer-down {
    background-color: #001e33;
}

.footer-down img {
    margin: 24px 24px 24px 0;
}

.footer-down .public-institution-logo {
    text-align: right;
}


/*
@media all and (max-width: 1499px) {
  .footer-up .bottom-nav, .footer-up .social {
    margin: 40px 0;
  }

  .footer-up .2020 a {
    font-size: 16px;
    min-width: 125px;
  }
}
*/

@media (max-width: 1199px) {
    .footer-up .bottom-nav {
        border: none;
    }

    .footer-up .site-logo {
        text-align: center;
    }

    .footer-up .social-icon {
        margin: 53px 20px 0 0;
    }

    .footer-up .bottom-nav {
        margin: 20px 0;
    }

    .footer-up .bottom-nav a {
        float: left;
    }

    .footer-up .site-logo img {
        margin-top: 10px;
        width: 430px;
        margin-bottom: 20px;
    }

    .footer-up .social {
        border: none;
        margin: 0;
        height: 120px;
    }

    .col-md-3.public-institution-logo {
        text-align: center;
    }
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
    .footer-up .bottom-nav {
        min-height: 80px;
    }

    .footer-down .public-institution-logo, .footer-down .txt {
        text-align: center;
        line-height: 40px;
    }
}

/*footer End
=================================*/