.logo {
    padding: 20px 0;
}

a:hover {
    text-decoration: none;
}

.btns-link {
    margin-left: 15px;
    margin-top: 18px;
}

.bg-dark-blue {
    background: #0036a1;
    padding: 2px;
    width: 400px;
    height: 42px;
    margin-top: 15px;
}

.btn-custom {
    background: #0036a1;
    color: #fff;
    display: block;
    width: 120px;
}

.btn-custom:hover {
    color: #fff;
}

.bd-none {
    border-radius: 0;
}

.bd-top {
    border-top: 1px solid #d5d1d1;
}

.pd-lr {
    padding-left: 0px;
    padding-right: 0px;
}

.pd-tb {
    padding-top: 0px;
    padding-bottom: 0px;
}

.btn-online {
    border-radius: 0px;
    padding: 0.7rem 1.5rem;
    font-weight: 700;
    font-size: 18px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 1.1rem 1rem;
    }
}

.navbar-light .navbar-nav .active>.nav-link {
    font-weight: 700;
    color: #0036a1;
}

.navbar-light .navbar-nav li>.nav-link:hover {
    font-weight: 700;
    color: #0036a1;
}

.navbar-nav>li {
    display: block;
    position: relative;
}

.navbar-nav>li>a:after {
    content: "";
    height: 3px;
    position: absolute;
    top: 0;
    left: 51%;
    right: 51%;
    z-index: -1;
    background-color: #0036a1;
    -o-transition-property: left, right;
    -moz-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-property: left, right;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out
}

.navbar-nav>li:hover>a:after,
.navbar-light .navbar-nav .active>a:after {
    left: 0;
    right: 0;
    z-index: 1;
}

.page-box {
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
  margin-bottom:40px;
}
/* 关于我们 */

.titles {
    margin-top: 60px;
    text-align: center;
    margin-bottom: 30px;
}

.titles>h4 {
    color: #0036a1;
}

.img-auto {
    position: relative;
}

.nav-pills>.nav-item {
    margin-right: 5px;
}

.nav-pills>.nav-item>.nav-custom {
    border-radius: 0;
    background: #f2f3f8;
    font-size: 20px;
}

.nav-pills>.nav-item>.nav-custom.active {
    background-color: #0036a1;
}

.text-c {
    font-size: 18px;
    line-height: 2.4rem;
    text-align: justify;
	text-indent: 36px;
}

.btn-more {
    border-radius: 0px;
    margin-top: 15px;
    padding: 0.7rem 2rem;
}


/* 公告保函 */

.notice {
    background: #f2f3f8;
    padding: 40px 0;
    margin-top: 60px;
}

.c-grow {
    color: #29c625;
    margin-right: 5px;
}

.c-blue {
    color: #2472f3;
    margin-right: 2px;
}

.notice-title {
    margin-left: 16px;
    margin-right: 16px;
}

.notice-list {
    list-style-type: none;
    margin: 0;
    padding: 0 1rem;
}

.notice-list>li {
    border-bottom: 1px dashed #cdcccc;
    padding: 0.6rem 0;
}

.notice-list>li>a {
    display: block;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.notice-list>li>a:hover {
    color: #2472f3;
    text-decoration: none;
}

.notice-list>li>span {
    color: #999;
}


/* 快速查询 */

.btn-links {
    position: relative;
}

.btn-links>a {
    display: block;
    width: 19%;
    padding: 1rem;
    border: 1px solid #0036a1;
    color: #0036a1;
    text-align: center;
}

.btn-links>a:hover {
    color: #fff;
    background: #0036a1;
}

.f-text {
    text-align: center;
    line-height: 2.2rem;
    color: #999;
}

.img-jg {
    width: 20px;
    margin-right: 10px;
}


/* 留言 */

.leaving {
    position: fixed;
    z-index: 99;
    width: 280px;
    left: 20px;
    top: 480px;
    overflow: hidden;
}

.leaving-t {
    background: #4e6ef2;
    color: #fff;
    overflow: hidden;
}

.leaving-t>h5 {
    padding: 0.6rem;
    margin-bottom: 0;
}

.yzm {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
}

.top {
    border: 1px solid #d5d1d1;
    padding: 0.5rem;
    right: 20px;
    top: 480px;
}

.rt-top {
    background: #4285f4;
    padding: 0.25rem auto;
    color: #fff;
    display: block;
    text-align: center;
}

.kf {
    border-bottom: 1px solid #d5d1d1;
    padding-bottom: 5px;
}

iframe {
    margin-bottom: -6px;
}


/* 二级页 */

.top-img {
    position: relative;
}

.nav-header {
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.new_title {
    font-weight: 700;
    border-bottom: 2px solid #2472f3;
}

.list_box {
    min-height: 600px;
    position: relative;
}


/*新闻列表*/

.list_news {
    clear: both;
    list-style: none;
    margin: 0 0 60px 0;
    padding: 0px;
}

.list_news li {
    color: #898989;
    background: url(../images/li.png) no-repeat left 22px;
    line-height: 2.6rem;
    padding: 8px 0px;
    padding-left: 13px;
    border-bottom: 1px dashed #e3e2e2;
    /*dotted*/
}

.list_news li a {

    color: #2F2F2F;
    padding-right: 90px;
    font-size: 1.25rem;
}

.list_news li a:hover {
    text-decoration: none;
    color: #2472f3;
}

.list_news li span {
    float: right;
}


/* 详情页 */

.bg-grey {
    background: #f2f3f8;
}

.news-header {
    position: relative;
}

.news-header>h3 {
    margin-bottom: 1.2rem;
}

.times {
    color: #898989;
}

.times>span {
    padding-right: 12px;
}

.news-text {
    position: relative;
}

.news-text>p {
    text-indent: 2.5rem;
    font-size: 1.25rem;
    line-height: 2.5rem;
}

.bg-blue-grow {
    background: #e2ecff;
}

.map {
    position: relative;
}

.map-txt {
    position: absolute;
    right: 0;
    top: 50px;
}

.map-txt>span {
    margin-top: 10px;
}

.c-p {
    color: #4285f4;
}

.fw {
    font-weight: 700;
    color: #0036a1;
}

.map-line {
    position: relative;
}

.icon-item {
    font-size: 14px;
}

.bg-dark-blur {
    background: #0036a1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid #fff;
    text-align: center;
    padding-top: 2px;
}

.bg-dark-blur>img {
    width: 36px;
}

.line-icon>.bi {
    margin-top: 18px;
}

.bus-title {
    position: relative;
}

.bus-title>a {
    padding: 8px 12px;
    text-align: center;
    width: 5.2rem;
    color: #2472f3;
    box-shadow: 0 0 12px 0 rgba(68, 138, 240, 0.30);
}

.bus-title>a:hover,
.bus-title>a.active {
    color: #fff;
    background: #2472f3;
}

.zs {
    font-size: 14px;
    color: #666;
}


/* 登录页 */

.login-top {
    border-bottom: 1px solid #d5d1d1;
    padding: 1rem 0;
}

.logo-title {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #898989;
}

.login-img {
    background: url(../images/ban1.jpg) no-repeat left center;
}

.login {
    width: 520px;
    margin: 0 auto;
    padding: 1rem 50px;
    background: #fff;
}

.ptb80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.zczh {
    position: relative;
    text-align: center;
    padding: 1rem 0;
    margin-top: 30px;
}

.leaving-header {
    text-align: center;
}

.w-10 {
    width: 100px !important;
}


/* 留言列表 */

.leaving-list {
    position: relative;
    padding: 1rem 0;
    border-top: 1px solid #d5d1d1;
}

.leaving-name {
    margin-bottom: 8px;
}

.leaving-name>.name-t {
    color: #2472f3;
    font-weight: 700;
    padding-right: 12px;
}

.leaving-name>.name-t>span {
    margin-left: 10px;
}

.leaving-btn {
    text-align: right;
}

.leaving-text {
    border-top: 1px dashed #d5d1d1;
    color: red;
    padding-top: 12px;
    margin-top: 12px;
}

.leaving-text>h5 {
    font-size: 1rem;
}
.leaving-h{
    position: relative;
    padding-bottom: 15px;
}
.levaing-t{
    position: absolute;
    right: 0;
    bottom: 5px;

}

/* 移动端自适应 */

@media (max-width: 768px) {
    .leaving {
        display: none;
    }
    .top {
        display: none !important;
    }
    .search-btn {
        display: none !important;
    }
    .lg-img {
        width: 100%;
        padding: 0 10px;
    }
    .lg-img>img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .our {
        margin-top: 15px;
        padding: 15px;
    }
    .nav-link {
        padding: 0.5rem;
    }
    .nav-pills>.nav-item {
        margin-right: 2px;
    }
    .notice {
        margin-top: 0px;
        padding: 0;
    }
    .notice-title {
        margin-right: 0px;
        margin-left: 0px;
    }
    .notice-list {
        padding: 0px;
    }
    .mt20 {
        margin-top: 20px;
    }
    .pb-5 {
        padding-bottom: 1rem !important;
    }
    .titles {
        margin-top: 15px;
    }
    .btn-links {
        padding: 0 15px;
    }
    .btn-links>a {
        padding: 4px 8px;
    }
    .navbar-n {
        display: none !important;
    }
    .list_box {
        padding: 15px !important;
    }
    .list_news li a {
        padding-right: 0;
    }
    .list_news li span {
        display: block;
        float: none;
    }
    .new_title {
        display: none;
    }
    .bus-title>a {
        padding: 5px;
        box-shadow: 0 0 5px 0 rgb(68 138 240 / 30%);
    }
    .login {
        width: 100%;
        padding: 1rem;
        background: #fff;
    }
}