/*
Author: webthemez.com
Author URL: http://webthemez.com
*/

* {
    touch-action: pan-y;
}

/*************************
*******Typography******
**************************/
body {
    background: #fff;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-weight: 400;
    color: #282828;
    line-height: 26px;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}
body, h1, h2, h3, h4, h5, h6, p, ul, li, p, span, input, button, textarea, form, img, dl, dt, dd {
    margin: 0;
    padding: 0;
    border: 0;
    /*line-height: 1.75em;*/
    list-style: none;
    color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-family: sans-serif;
}

a {
    cursor: pointer;
    color: #333;
    -webkit-transition: color 400ms, background-color 400ms;
    -moz-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
    transition: all 0.3s;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #134a9c;
}

hr {
    border-top: 1px solid rgba(10, 10, 10, 0.85);
    border-bottom: 1px solid rgba(10, 10, 10, 0.85);
}

.gradiant {
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

.gradiant-horizontal {
    background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}

.section-header {
    margin-bottom: 50px;
}

.section-header p {
    text-align: center;
    color: #808080;
}

.section-header .section-title {
    font-size: 25px;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px;
    display: block;
    text-align: center;
    color: #E1A629;
}

.section-header .section-title:before {
    content: "------------";
    position: absolute;
    width: 140px;
    bottom: 4px;
    right: 0;
    color: #89BB24;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 8px;
    font-size: 13px;
}
/*配置轮播图*/
/*.carousel .item {*/
/*    height: 510px;*/
/*    background-color: #777;*/
/*}*/
/*.carousel-inner > .item > img {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    min-width: 100%;*/
/*    height: 510px;*/
/*}*/

/* 首页新闻轮播*/

.btn {
    border-width: 0;
    border-radius: 0;
}

.btn.btn-primary {
    background: #89BB24;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #81A9F9;
}

.listarrow {
    padding: 0px;
}

.listarrow li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.listarrow li i {
    padding-right: 15px;
    color: #60E1BF;
}

.column-title {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
    color: #fff;
}

.column-title:after {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40%;
}

ul.nostyle {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

ul.nostyle i {
    color: #45aed6;
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

.navbar-toggle {
    border-radius: 0;
}

.navbar-nav > li > a {
    text-transform: uppercase;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

/*************************
*******Header******
**************************/
#main-nav.navbar-default {
    background: rgb(255, 255, 255);
    /* padding: 10px 0; */
}

#main-nav.navbar-default .navbar-nav > li.active > a, #main-nav.navbar-default .navbar-nav > li.open > a, #main-nav.navbar-default .navbar-nav > li:hover > a {
    background: #E1A629;
    color: #FFFFFF;
    /* font-weight: bold; */
}

#main-nav .navbar.navbar-default .navbar-brand {
    padding: 25px 15px 1px;
}

.navbar.navbar-default {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar.navbar-default .navbar-toggle {
    border-color: #fff;
    float: none;
    padding: 0;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
}

.navbar.navbar-default .navbar-brand {
    height: auto;
    padding: 2px 15px 4px 1px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #F8680D;
    background: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #808080;
}

.navbar-index .navbar-nav > li > a {
    color: #FFFFFF !important;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
     max-height: 800px;
}

#main-nav.navbar-default {
    background: #FFFFFF;
}

#main-nav.navbar-index {
    background: rgba(0, 0, 0, 0);
}

#main-nav.navbar-default .navbar-nav > li > a {
    padding-top: 20px;
    border-top: 2px solid transparent;
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 1280px;
    }
    .container.en {
        width: 1500px;
    }
}

#main-nav .navbar-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.top-logo {
    /*height: 60px;*/
    width: 100%;
}

/* 头部移动端导航*/
.top-link {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.top-link-mobile {
    justify-content: space-between;
}
.top-link .nav-title {
    margin: 0 8px;
    display: block;
    font-size: 14px;
    color: #666;
}

.top-link i {
    margin: 5px 5px 0 5px;
    display: block;
    width: 1px;
    height: 12px;
    float: left;
    background: #d5d5d5;
}

.top-link input {
    margin-left: 10px;
    margin-top: 4px;
    display: block;
    float: left;
    width: 120px;
    border: #e2e2e2 solid 1px;
    height: 18px;
    padding: 0 5px;
    font-size: 12px;
}

.top-link a:last-child {
    margin-top: 4px;
    width: 21px;
    height: 21px;
    background: url("../images/header/header_btjt_searchbtn.png") no-repeat;
    float: right;
}

.submenu {
    background-color: #efefef;
    padding: 10px 0;
    display: none;
}
.submenu a {
    display: block;
    width: 100%;
    line-height: 2.3;
    padding: 0 50px;
    font-size: 15px;
}
/* 头部移动端 end*/

@media (max-width: 768px) {
    #main-nav .container {
    }

    #main-nav .navbar-container {
        display: block;
    }

    .top-logo {
        height: 40px;
        margin: 0 10px;
        width: 100%;
    }

    .right-frame {
        padding-top: 0;
    }

    .search-image {
        display: inline-block !important;
        padding: 0 !important;
    }

    .navbar.navbar-default .navbar-brand {
        margin-top: 12px;
        width: 80%;
    }

    #search .section-header .section-title {
        font-size: 16px;
    }

    #search .section-header .result-row {
        margin-top: 16px !important;
    }

    #search-content .container {
        width: 100% !important;
        margin-top: 30% !important;
    }

    .navbar-index .navbar-nav > li > a {
        color: #808080 !important;
    }

    #main-nav.navbar-default .navbar-nav > li.active > a,
    #main-nav.navbar-default .navbar-nav > li.open > a,
    #main-nav.navbar-default .navbar-nav > li:hover > a {
        background: #E1A629;
        color: #FFFFFF !important;
    }

    .article-box h2 {
        font-size: 20px !important;
    }
}

@media only screen and (min-width: 768px) {
    #main-nav.navbar-default {
    }

    #main-nav.navbar-default .navbar-nav > li > a {
        padding-top: 20px;
    }

    .navbar-default .navbar-nav > li > a {
        color: #333;
    }

    .navbar-index .navbar-nav > li > a {
        color: #FFFFFF !important;
    }

    .bar-item {
        font-size: 16px;
        font-weight: bold;
    }

    .menu-on {
        background: url('../images/header/header_menuon.png') no-repeat bottom center;
    }
    .menu-box {
        position: relative;
        margin: 0 auto;
        height: 40px;
        line-height: 40px;
        background: #0750bd;
    }

    .menu-box-child {
        position: absolute;
    }

    .menu-box-child a {
        float: left;
        margin-left: 35px;
        font-size: 14px;
        color: #fff;
    }
    .menu-box-child a:hover {
        text-decoration: underline;
    }

    #main-nav.navbar-default .navbar-nav > li.active > a,
    #main-nav.navbar-default .navbar-nav > li.open > a,
    #main-nav.navbar-default .navbar-nav > li:hover > a {
        background: rgba(0, 0, 0, 0);

        color: #134a9c;

        /*border-bottom: 2px solid #E1A629;*/
    }

    #main-nav.navbar-default .drop-right:hover > .dropdown-menu {
        display: block;
    }

    #main-nav.navbar-default .dropdown-menu {
        padding: 0 20px;
        background-color: #fff;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        background-clip: inherit;
    }

    #main-nav.navbar-default .dropdown-menu > li {
        border-left: 3px solid transparent;
        margin-left: -20px;
        padding-left: 17px;
        -webit-transition: border-color 400ms;
        transition: border-color 400ms;
    }

    #main-nav.navbar-default .dropdown-menu > li > a {
        padding: 15px 0;
        color: #A8A8A8;
    }

    #main-nav.navbar-default .dropdown-menu > li:first-child > a {
        border-top: 0;
    }

    #main-nav.navbar-default .dropdown-menu > li.active,
    #main-nav.navbar-default .dropdown-menu > li.open,
    #main-nav.navbar-default .dropdown-menu > li:hover {
        border-left-color: #fff;
    }

    #main-nav.navbar-default .dropdown-menu > li.active > a,
    #main-nav.navbar-default .dropdown-menu > li.open > a,
    #main-nav.navbar-default .dropdown-menu > li:hover > a {
        color: #E1A629;
        background-color: transparent;
    }
}

.media.service-box {
    margin: 25px 0 36px;
    padding: 20px;
    padding-left: 75px;
    position: relative;
    background: #FFFFFF;
    color: #808080;
}

.media.service-box .pull-left {
    margin-right: 20px;
}

.media.service-box .pull-left > i {
    font-size: 35px;
    line-height: 53px;
    text-align: center;
    width: 75px;
    color: #085C98;
    transition: background-color 400ms, background-color 400ms;
    position: absolute;
    padding: 14px;
    left: -13px;
    top: -1px;
    vertical-align: middle;
    bottom: -1px;
}

.features .media.service-box .pull-left > i {
    color: #89BB24;
    font-size: 50px;
    padding-top: 22px;
    overflow: hidden;
}

.media.service-box:hover .pull-left > i {
}
/* index */

/*!* 第一个新闻区域 *!*/
/*.first-news-box {*/
/*    height: 141px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    background: url('../images/index/first_news_bg.jpg') repeat-x;*/
/*}*/

/*.first-news-box h1 {*/
/*    margin: 20px 0;*/
/*    font-size: 2vw;*/
/*    font-weight: bold;*/
/*    text-align: center;*/
/*}*/

/*.first-news-box.en h1{*/
/*    max-width: 80%;*/
/*}*/
/*全局文字排版隐藏*/

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

.ellipsis a {
    color: #225eb8;
}

/*.first-news-box div {*/
/*    display: flex;*/
/*    text-align: center;*/
/*}*/
/*.first-news-box div a {*/
/*    max-width: 570px;*/
/*    color: #cda24f;*/
/*    font-size: 1.2vw;*/
/*}*/

/*.first-news-box div i {*/
/*    margin: 0 20px;*/
/*    color: #cda24f;*/
/*    font-size: 1.2vw;*/
/*    font-weight: bold;*/
/*}*/
/*!* 第一个新闻区域结束 *!*/

/*!* 头条新闻区域 *!*/

/*.head-news {*/
/*    width: 100%;*/
/*    margin: 0 !important;*/
/*}*/
/*.news-box {*/
/*    max-height: 510px;*/
/*    overflow: auto;*/
/*}*/
/*.news-box .news-box-title {*/
/*    display: flex;*/
/*    background: #f1f1f1;*/
/*}*/

/*.news-box-title span {*/
/*    width: 100%;*/
/*}*/
/*.news-box-title span h3.active {*/
/*    background: #225eb8;*/
/*    color: #fff;*/
/*}*/

/*.news-box-title span h3 {*/
/*    float: left;*/
/*    padding: 0 2.08vw;*/
/*    height: 40px;*/
/*    line-height: 40px;*/
/*    font-size: 14px;*/
/*    font-weight: bold;*/
/*    cursor: pointer;*/
/*    margin: 0;*/
/*}*/

/*.news-box-title span a {*/
/*    float: right;*/
/*    margin-right: 15px;*/
/*    line-height: 40px;*/
/*    font-size: 15px;*/
/*    color: #333333;*/
/*}*/

/*.news-box-list a {*/
/*    padding-left: 10px;*/
/*    display: flex;*/
/*    flex-direction: row-reverse;*/
/*    justify-content: space-between;*/
/*    background: url("../images/index/arrow_icon.png") no-repeat 0 22px;*/
/*    border-bottom: #e9e9e9 dashed 1px;*/
/*    overflow: hidden;*/
/*    font-size: 15px;*/
/*    color:#333333;*/
/*}*/

/*.news-box-list ul a span {*/
/*    !*width: 60px;*!*/
/*    line-height: 47px;*/
/*}*/

/*.news-box-list ul a li {*/
/*    !*max-width: 390px;*!*/
/*    flex: 1;*/
/*    line-height: 47px;*/
/*}*/

/*.notice-title {*/
/*    margin-top: 20px;*/
/*    height: 40px;*/
/*    background: #f1f1f1;*/
/*    overflow: hidden;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items:center;*/
/*}*/
/*.notice-title h3 {*/
/*    margin: 0;*/
/*    padding: 0 30px;*/
/*    background: #225eb8;*/
/*    color: #fff;*/
/*    font-size: 18px;*/
/*    font-weight: bold;*/
/*    line-height: 40px;*/
/*}*/

/*.notice-title a {*/
/*    margin: 0 10px 0 0;*/
/*    font-size: 15px;*/
/*    color: #333;*/
/*}*/

/*.notice-list {*/

/*}*/

/*!* 头条新闻区域结束*!*/

/*@media (max-width: 1450px) {*/
/*    .main-business-bg {*/
/*        background-position: initial !important;*/
/*    }*/
/*}*/
/*!* 主营业务*!*/
/*.main-business {*/
/*    width: 100%;*/
/*    background: url("../images/index/main_business_bg.jpg") no-repeat center;*/
/*}*/
/*.main-business-box {*/
/*   width: 80%;*/
/*}*/

/*.main-business-title {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    margin: 30px 0;*/
/*}*/
/*.main-business-title h3 {*/
/*    margin: 0;*/
/*    font-size: 30px;*/
/*    color: #fff;*/
/*    font-weight: normal;*/
/*}*/

/*.main-business-title a {*/
/*    color: #fff;*/
/*}*/

/*.main-business-content {*/
/*    margin: 42px auto 10px auto;*/
/*    box-shadow: 0px 5px 5px #e5e5e5;*/
/*    overflow: hidden;*/
/*    !*width: 1200px;*!*/
/*}*/

/*.content-left {*/
/*    height: 400px;*/
/*    padding-right: 0;*/
/*    padding-left: 0;*/
/*}*/

/*.content-left div{*/
/*    height: 80px;*/
/*    cursor: pointer;*/
/*    background-position: 100% 100%;*/
/*}*/

/*.content-left .img-left{*/
/*    position: relative;*/
/*    height: 80px;*/
/*    cursor: pointer;*/
/*    background-position: 100% 100%;*/
/*}*/

/*.content-left .img-left span{*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    font-size: 24px;*/
/*    font-weight: bold;*/
/*    line-height: 80px;*/
/*}*/

/*.content-left .img-left span.active{*/
/*   color: #fff;*/
/*}*/

/*.content-left.small div{*/
/*    height: 80px;*/
/*    cursor: pointer;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*}*/


/*.content-right {*/
/*    padding-right: 0;*/
/*    padding-left: 0;*/
/*}*/

/*!* 主营业务结束*!*/

/*@media (max-width: 1050px) and  (orientation: landscape) {*/
/*    .right-content .ztlmbox-title a {*/
/*        display: none;*/
/*    }*/
/*}*/
/*!* 党建区域*!*/
/*.party-building {*/
/*    width: 100%;*/
/*    margin-top: 20px;*/
/*    !*margin-bottom: 20px;*!*/
/*}*/
/*.party-building .left-content {*/

/*}*/
/*.party-building .left-content .title {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/

/*}*/
/*.party-building .left-content .title h3 {*/
/*    margin: 0;*/
/*    padding-left: 50px;*/
/*    font-size: 30px;*/
/*    line-height: 50px;*/
/*    background: url('../images/index/party_building_left_bg.png') no-repeat;*/

/*}*/
/*.party-building .left-content .title a {*/
/*    margin-right: 20px;*/
/*    margin-top: 20px;*/
/*    font-size: 15px;*/
/*}*/

/*.party-building .left-content .content {*/
/*    height: 248px;*/
/*    padding-bottom: 15px;*/
/*    margin-top: 20px;*/
/*    background: url('../images/index/party_building_left_content_bg.png') no-repeat ;*/
/*    background-size: cover;*/
/*    overflow: hidden;*/
/*}*/
/*.party-building .left-content .content .left {*/
/*    padding-top: 26px;*/
/*}*/
/*.party-building .left-content .content .left a img{*/
/*    display: block;*/
/*    width: 14.79vw;*/
/*    height: 147px;*/
/*    padding: 6px;*/
/*    border: #dcbd99 solid 1px;*/
/*    background: #fff;*/
/*}*/

/*.party-building .left-content .content .left a p {*/
/*    margin-top: 10px;*/
/*    font-size: 14px;*/
/*    line-height: 25px;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 2;*/
/*    -webkit-box-orient: vertical;*/
/*}*/
/*.left-content .content .right  a{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    padding-left: 15px;*/
/*    !*background: url(../images/djgl4.png) no-repeat 0 22px;*!*/
/*    border-bottom: #d0c3b6 dashed 1px;*/
/*}*/
/*.left-content .content .right  a h3 {*/
/*    flex: 1;*/
/*    font-weight: normal;*/
/*    font-size: 18px;*/
/*    margin: 0;*/
/*    line-height: 52px;*/

/*}*/

/*.left-content .content .right  a span {*/
/*    !*width: 52px;*!*/
/*    font-size: 15px;*/
/*}*/
/*.right-content .ztlmbox-title {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/

/*.right-content .ztlmbox-title h3 {*/
/*    margin: 0;*/
/*    padding-left: 50px;*/
/*    font-size: 30px;*/
/*    line-height: 60px;*/
/*    background: url('../images/index/party_building_right_content_titile.png') no-repeat;*/
/*}*/
/*.right-content .ztlmbox-title a {*/
/*    margin-right: 20px;*/
/*    margin-top: 20px;*/
/*    font-size: 15px;*/
/*}*/

/*.right-content .ztlmbox-content {*/
/*    margin-top: 10px;*/
/*    padding-bottom: 18px;*/
/*    background: url('../images/index/party_building_right_content_bg.png') no-repeat ;*/
/*    background-size: cover;*/
/*    overflow: hidden;*/
/*}*/
/*.right-content .ztlmbox-content a {*/
/*    display: block;*/
/*    margin: 18px 18px 0 20px;*/
/*}*/
/*.right-content .ztlmbox-content img {*/

/*}*/
/*.right-content .ztlmbox-content a:hover img {*/
/*    filter: brightness(1.2);*/
/*}*/
/*    !* 党建区域结束*!*/

/*!* 便捷入口*!*/
/*.enter-box-title {*/
/*    overflow: hidden;*/
/*    margin-top: 10px;*/
/*    margin-bottom: 20px;*/

/*}*/
/*.enter-box-title h3 {*/
/*    height: 45px;*/
/*    float: left;*/
/*    padding-left: 50px;*/
/*    font-size: 30px;*/
/*    font-weight: normal;*/
/*    background: url('../images/index/enter_title_bg.png') no-repeat;*/
/*}*/
/*.enter-box-list li{*/

/*}*/
/*!* 便捷入口结束*!*/

/*!* 友情链接*!*/
/*.friend-link-box {*/
/*    margin: 0 auto;*/
/*    margin-top: 30px;*/
/*    margin-bottom: 30px;*/
/*    height: 82px;*/
/*    box-shadow: 0px 0px 15px #eaeaea;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*}*/
/*.friend-link-box span {*/
/*    font-size: 15px;*/
/*    margin-left: 30px;*/
/*}*/
/*.friend-link-box .link {*/
/*    position: relative;*/
/*    flex: 1;*/
/*    margin: 0 10px;*/
/*}*/
/*.link h3 {*/
/*    padding-left: 15px;*/
/*    height: 35px;*/
/*    line-height: 35px;*/
/*    color: #666;*/
/*    border: #e0e0e0 solid 1px;*/
/*    font-weight: normal;*/
/*    font-size: 17px;*/
/*    background: url('../images/index/friend_select_bg.png') repeat-x;*/
/*    background-size: cover;*/
/*    background-position: 100% 50%;*/
/*    cursor: pointer;*/
/*}*/
/*.link div {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    bottom: 36px;*/
/*    max-height: 350px;*/
/*    overflow-y: scroll;*/
/*    background: #fff;*/
/*    border: #6093e0 solid 1px;*/
/*    z-index: 999;*/
/*}*/
/*.link div a {*/
/*    display: block;*/
/*    padding-left: 15px;*/
/*    line-height: 20px;*/
/*    font-size: 14px;*/
/*    transition: all 0s;*/
/*}*/
/*!* 友情链接结束*!*/
/*!*入口弹框*!*/
/*.bjrk-dialog {*/
/*    position: fixed;*/
/*    z-index: 100;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow: auto;*/
/*    background-color: rgba(0, 0, 0, 0.4);*/
/*}*/
/*.bjrk-dialog-content {*/
/*    margin: 10% auto;*/
/*    border: 1px solid #888;*/
/*    border-radius: 10px;*/
/*    width: 500px;*/
/*    height: 350px;*/
/*}*/
/*.bjrk-dialog-header {*/
/*    text-align: left;*/
/*}*/
/*.bjrk-dialog-header {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    background-color: #f1f1f1;*/
/*    padding: 10px 15px;*/
/*}*/
/*.close {*/
/*    color: #aaaaaa;*/
/*    font-size: 28px;*/
/*    font-weight: bold;*/
/*}*/
/*.bjrk-dialog-body {*/
/*    background-color: white;*/
/*    padding: 10px 20px;*/
/*}*/
/*.bjrk-dialog-body ul {*/
/*    list-style-type: none;*/
/*    padding: 0;*/
/*}*/
/*.system-list li:first-of-type {*/
/*    border: 2px solid #D9ECFE;*/
/*    background-color: #E8F4FE;*/
/*}*/
/*.system-list li:nth-of-type(2) {*/
/*    border: 2px solid #CDF4E1;*/
/*    background-color: #E3F9EE;*/
/*}*/
/*.system-list li:nth-of-type(3) {*/
/*    border: 2px solid #FFEDD5;*/
/*    background-color: #FFF3E3;*/
/*}*/
/*.bjrk-dialog-body li {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    margin-bottom: 10px;*/
/*}*/
/*.system-list li {*/
/*    padding: 8px 16px;*/
/*    border-radius: 5px;*/
/*}*/
/*.system-title {*/
/*    display: inline-flex;*/
/*    margin: 10px 0;*/
/*}*/
/*.bjrk-dialog-body img {*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    margin-right: 10px;*/
/*}*/
/*.bjrk-dialog h3 {*/
/*    font-size: 18px;*/
/*}*/
/*.bjrk-dialog p {*/
/*    font-size: 15px;*/
/*}*/
/*.bjrk-dialog h3, p {*/
/*    margin: 0;*/
/*    font-weight: normal;*/
/*}*/
/*.login-btn {*/
/*    width: 70px;*/
/*    text-align: center;*/
/*    padding: 8px 16px;*/
/*    border: 2px solid #4393BD;*/
/*    border-radius: 5px;*/
/*    color: #4393BD;*/
/*    background-color: transparent;*/
/*    text-decoration: none;*/
/*    display: inline-block;*/
/*}*/
/*!* 入口弹框结束*!*/
/*!* 举报弹框*!*/
/*.winbox {*/
/*    position: fixed;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 9999;*/
/*}*/
/*.winbox-content {*/
/*    position: absolute;*/
/*    left: calc(50% - 408px);*/
/*    top: calc(50% - 140px);*/
/*    width: 815px;*/
/*    height: 250px;*/
/*    border: solid 15px rgba(0,0,0,.6);*/
/*    background: #fff;*/
/*}*/
/*.winbox-mask {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(0,100,200,.6);*/
/*}*/
/*.winbox-content a {*/
/*    display: block;*/
/*    float: left;*/
/*    margin: 60px 0 0 22px;*/
/*}*/
/*.winbox-content span {*/
/*    float: right;*/
/*    color: #aaaaaa;*/
/*    font-size: 28px;*/
/*    font-weight: bold;*/
/*    cursor: pointer;*/
/*}*/
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 15px;
}

/*Testimonial Area*/

.testimonial-area {
    padding-bottom: 60px;
}

.single-testimonial {
    margin-bottom: 30px;
}

.single-testimonial blockquote {
    padding: 15px 20px;
    margin-bottom: 22px;
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 14px;
    background: rgba(225, 166, 41, 0.42);

    color: rgba(251, 251, 251, 0.93);
    line-height: 22px;

    border-radius: 5px;
    border: 1px solid rgba(225, 166, 41, 0.45);
}

.single-testimonial blockquote:after {
    /* position:absolute; */
    /* bottom:-19px; */
    /* left:45px; */
    content: "";
    /* border-top: 19px solid rgba(255, 255, 255, 0.29); */

    /* border-right: 22px solid transparent; */
}

.single-testimonial img {
    border-radius: 50%;
    opacity: 0.6;
}

.single-testimonial h5 {
    padding: 8px 0 0px;
    font-size: 16px;
    color: #89BB24;
}

.progress {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #eeeeee;
}

.progress .progress-bar.progress-bar-primary {
    background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav.main-tab {
    background: #eee;
    border-bottom: 3px solid #222534;
    border-radius: 3px 3px 0 0;
}

.nav.main-tab > li > a {
    color: #272727;
}

.nav.main-tab > li.active > a {
    background: #222534;
    color: #45aed6;
}

.nav.main-tab > li:first-child > a {
    border-radius: 3px 0 0 0;
}

.nav.main-tab > li:last-child > a {
    border-radius: 0 3px 0 0;
}

.navbar-nav {
    margin: 0;
}

.tab-content {
    border: 1px solid #eee;
    border-top: 0;
    padding: 20px 20px 10px;
    border-radius: 0 0 3px 3px;
}

.panel-default {
    border-color: #eee;
}

.panel-default > .panel-heading {
    background-color: #fff;
    border-color: #eee;
}

.panel-default > .panel-heading .panel-title {
    font-size: 14px;
    font-weight: normal;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #eee;
}

/***********************
********* Footer ******
************************/
#footer {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #0B0B0B;
    background: #111111;
}

#footer a {
    color: #000;
}

#footer a:hover {
    color: #60E1BF;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0 -7.5px;
}

#footer ul > li {
    display: inline-block;

    padding: 3px 0;
    width: 31px;
    text-align: center;
}


@media only screen and (min-width: 768px) {
    #footer .social-icons {
        float: right;
    }

    #main-nav .navbar-collapse {
        padding-right: inherit;
        padding-left: inherit;
    }
    #main-nav .navbar-collapse.en{
        padding-right: 0;
        padding-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #A3A3A3;
        padding: 10px 0;
    }

    #main-nav.navbar-default {
        background: #FFFFFF;
        padding: 1px 0 15px;
    }

    #main-nav.navbar-default .navbar-nav > li > a {
        padding-top: 8px;
        padding-bottom: 13px;
        border-top: 4px solid transparent;
    }

    .navbar-default .navbar-nav > li > a {
        color: #9E9E9E;
    }


    #main-nav .search-li {
        padding-top: 0px;
        padding-left: 15px;
    }

    .service-item > .row > .col-sm-9,
    .service-item > .row > .col-md-9 {
        padding-left: 0px !important;
    }

    #article-content .service-right-box {
        width: auto !important;
        margin: auto !important;
    }

    .search-input {
        width: 100% !important;
        padding-bottom: 20px !important;
    }

    .search-form {
        /*margin: auto!important;*/
        margin-left: auto !important;
        width: auto !important;
    }
    .first-news-box {
        margin-top: 59px;
    }
    .mb-icon {
        position: absolute;
        right: 0;
        top:5px;
        width: 38px;
        height: 38px;
        background: url('../images/header/submenu_right.png') no-repeat right top;
        background-size: 38px 38px;
        transform: rotate(0deg);
        transition-duration: 0.3s;
    }
    .mb-icon.active {
        transform: rotate(90deg);
    }
}

.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.service-heading {
    height: 15px;
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    color: #FFFFFF;
}

.service-content {
    height: 40px;
    font-size: 12px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #CDE0F7;
    line-height: 16px;
    white-space: pre-line;
}

.service-right-box {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 30px;
}

/*所有蓝色的跳转小字可以共用*/
.link-block {
    width: 80%;
    margin: auto;
    padding: 5px 0;
}

.link-content {
    text-align: center;
    font-size: 12px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
}

.link-img {
    width: 10px;
    height: 10px;
    line-height: 10px;
    margin-bottom: 3px;
}

.link-block p {
    display: inline;
    padding-right: 10px;
}

.section-header .link-block {
    text-align: center;
}


/* page */
#intro, #search {
    margin-top: 64px;
    /*background-image: url("../images/banner/newPage_bg.jpg");*/
    color: #fff;
    background-size: cover;
}

#intro .section-header {
    padding-top: 67px;
}

#intro .section-header h2 {
    height: 29px;
    line-height: 29px;
    text-align: center;
    font-size: 30px;
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    color: #FAFAFA;
}

#intro .section-header p {
    line-height: 17px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #FAFAFA;
    margin-top: 21px;
}

#intro .section-header .section-title:before,
#search .section-header .section-title:before {
    content: "";
}

#search .section-header .result-row {
    margin-top: 36px;
}

/*article-content*/
#article-content .container {
    width: 90%;
    padding-left: 4%;
    color: #454545;
}

#article-content .service-heading {
    font-size: 22px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #3B3B40;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#article-content .service-right-box {
    width: 30%;
    padding-left: 30px;
    height: 170px;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px 0px rgba(26, 67, 110, 0.1);
    border-radius: 4px;
    margin-right: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}

#article-content .service-content {
    height: 45px;
    font-size: 12px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #3B3B40;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

#article-content .link-block {
    bottom: 20px;
    position: absolute;
}

#article-content .link-block a {
    width: 58px;
    height: 15px;
    font-size: 14px;
}

#article-content .link-img {
    width: 12px;
    height: 12px;
    line-height: 12px;
    margin-bottom: 3px;
}

/* article */
.article-box {
    color: -internal-root-color;
    display: block;
    margin: 70px 8px;
}

.article-box .published-date {
    text-align: center;
    height: 28px;
    margin: 8px auto;
    background: #fff;
    line-height: 28px;
    font-size: 13px;
}

.article-box .content-text {
    overflow-wrap: break-word;
}

.article-box div {
    margin: 0;
    padding: 0;
    font-family: "helvetica";
    font-size: 14px;
}

.article-box div {
    display: block;
}

.article-box p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    line-height: 2em;
}

.article-box img {
    text-align: center;
    height: auto;
    max-width: 100%;
}

/* head_search*/
#main-nav .navbar-form {
    line-height: 48px;
}

.search-page .container {
    margin-top: 64px;
}

.search-image {
    border-radius: 4px;
    padding-left: 16px;
}

.user {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    padding-top: 3px;
    padding-left: 8px;
    margin-right: 10px;
    float: right;

}

.user img {
    width: 35px;
    height: 35px;
    float: right;
    padding-top: 20px;
}

.right-frame {
    padding-top: 8px;
}


.search-li {
    padding-top: 17px;
}

#search .section-header {
    padding: 80px 15% 30px;
}

#search .section-header h2 {
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 25px;
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    color: #FAFAFA;
}

.search-form {
    margin-top: 20px;
    margin-left: 20%;
}

.article {
    overflow: hidden;
    border-top: solid 2px #fff;
    margin-bottom: 11px;
}

#search-content .service-right-box {
    width: 100%;
    padding-left: 30px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px 0px rgb(26 67 110 / 10%);
    border-radius: 4px;
    margin-right: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}

#search-content .container {
    width: 70%;
    margin: auto;
}

#search-content .service-heading {
    line-height: normal;
    font-size: 22px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #3B3B40;
    width: 90%;
    height: auto;
    word-wrap: break-word;
}

#search-content .link-block {
    margin-left: 0px;
}

#search-content .link-block a {
    width: 58px;
    height: 15px;
    font-size: 14px;
}

#search-content .link-img {
    width: 12px;
    height: 12px;
    line-height: 12px;
    margin-bottom: 3px;
}

#search-content .service-content {
    height: 75px !important;
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #3B3B40;
    overflow: hidden;
    max-height: 76px;
    min-height: 30px;
    width: 90%;
    padding-top: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

#search-content .link-block {
    padding: 15px 0;
}

.inner-content {
    padding: 10px;
    font-size: 12px;
    line-height: 150%;
    text-align: left;
    margin-top: 50px;
}

#search-content .text-center {
    text-align: center;
}

#search-content .pagination-sm > li > a {
    font-family: Adobe Heiti Std;
}

#search-content .pagination,
#search-content .pagination-sm {
    margin-left: 8px !important;
    margin-right: 8px !important;
    float: left;
}

#search-content .jump-to-page .form-control {
    height: 28px !important;
    font-size: 13px !important;
    width: 46px;
    margin-left: 8px;
    text-align: center;
}

.jump-to-page {
    position: relative;
    display: block;
    padding: 10px 15px;
    float: right !important;
    font-family: Adobe Heiti Std;
}

.jump-to-page p {
    float: left;
    height: 34px;
    padding: 8px 0px 8px 8px;
    font-size: 12px;
}

#search-content .btn {
    border: 1px solid #eaeaef;
    border-radius: 2px;
    margin-right: 6px;
    margin-left: 6px;
    float: left;
}


#goTop {
    display: none;
    width: 38px;
    height: 38px;
    position: fixed;
    right: 18px;
    bottom: 20px;
    cursor: pointer;
    background: #808080;
    border-radius: 50%;
}
::-webkit-scrollbar, body .scrollbar-track-color {
    height: 1px;
    width: 12px;
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

/** FireFox浏览器滚动条样式 */
* {
    scrollbar-color: #d2a856 #E6E6E6; /* 滑块颜色  滚动条背景颜色 */
    scrollbar-width: thin; /* 滚动条宽度有三种：thin、auto、none */
}

.link-copyright {
    padding: 24px 50px;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    margin-top: 10px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    line-height: 1.5;
    content: "";
    box-sizing: border-box;
}

.back-top {
    /*float将div脱离文档流，这样就不会占据文档流中的位置，不会留有空白*/
    float: right;
    /*这里使用right将其浮动至右侧*/
    right: 100px;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background: #ffffff;
    position: sticky;
    /*注意：top属性实现定位，top和bottom等定位方式是不同的*/
    top: 500px;
    right: 100px;
}

.back-top>a{
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    line-height: 55px;
}

.banner1-ny {
    height: 330px;
    margin-top: 119px;
}

/*移动端适配*/
.banner1-ny-mobile {
    height: 0;
}

.bg-article .section-title {
    font-size: 25px;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px;
    display: block;
    text-align: center;
    color: #E1A629;
}

