@charset "utf-8";
body {
    font-family: "微软雅黑", "Microsoft YaHei", Arial, sans-serif;
    font-size: 1rem;
    color: #333333;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
p {
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;
}

a {
    color: inherit;
    font: inherit;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover {
    text-decoration: none;
}

a:focus {
    border: none;
    outline: none;
    text-decoration: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

* {
    border: none;
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.container {
    width: 90%;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .container {
        width: 940px;
    }
}

@media (min-width: 1080px) {
    .container {
        width: 1000px;
    }
}

@media (min-width: 1240px) {
    .container {
        width: 1200px;
    }
}

img {
    max-width: 100%;
    border: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.wrapper {
    position: relative;
    overflow: hidden;
}


/* 动画延迟结束 */


/* ie8提示样式 */

#browser-modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #303233;
    position: fixed;
    z-index: 9990009;
}

#browser-modal .browser-modal-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #111;
    opacity: 0.9;
    z-index: -1;
}

#browser-modal .browser-content {
    width: 700px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-top: 50px;
    background-color: #fff;
    border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
    height: 42px;
    margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
    text-transform: uppercase;
    font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px;
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    margin: 20px auto;
    height: 130px;
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item .iconchrome {
    background: url(/jgxy/hjnubwc/bro.png) no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url(/jgxy/hjnubwc/bro.png) no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
    background: url(/jgxy/hjnubwc/bro.png) no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url(/jgxy/hjnubwc/bro.png) no-repeat 0 -300px;
}

#browser-modal .browser-content .browser-item a {
    cursor: pointer;
    display: block;
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
    width: 100px;
    height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
}


/* ie8提示样式 */


/* header */

.header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 0;
    background: #18469c;
}

.header .top-right {
    float: right;
}

.header .top-link {
    text-align: right;
}

.header .top-link a {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.75);
}

.header .top-link a:hover {
    color: #fff;
}

.search-box {
    margin-top: 20px;
    float: right;
    width: 250px;
    padding: 0 20px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.75);
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.search-box .ss .text {
    float: left;
    width: calc(100% - 40px);
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.75);
    background: none;
    border: none;
}

.search-box .ss .btn {
    float: right;
    margin-top: 10px;
}

.search-box input::-webkit-input-placeholder {
    /* WebKit browsers*/
    color: rgba(255, 255, 255, 0.75);
}

.search-box input:-moz-input-placeholder {
    /* Mozilla Firefox 4 to 18*/
    color: rgba(255, 255, 255, 0.75);
}

.search-box input::-moz-input-placeholder {
    /* Mozilla Firefox 19+*/
    color: rgba(255, 255, 255, 0.75);
}

.search-box input:-ms-input-placeholder {
    /* Internet Explorer 10+*/
    color: rgba(255, 255, 255, 0.75);
}

.logo {
    float: left;
}

.foot-logo img,
.logo  img{
width:80%;
}
.nav {
    background: #fff;
}

.nav .container {
        width: 1450px;
    } 
/* 导航 */

.navbar {
    width: 100%;
    position: relative;
}

.navbar .menu-bott {
    display: none;
}

.navbar .close {
    display: none;
}

.navbar .nav-button {
    display: none;
}

.navbar .navbar-nav>li {
    position: relative;
    text-align: center;
    float: left;
    width: 11.11%;
    line-height: 65px;
}

.navbar .navbar-nav>li>a {
    color: #18469c;
    display: block;
    font-size: 1.125rem;
    font-weight: bold;
}

.navbar .navbar-nav>li>a>em {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    width: 12px;
    height: 100%;
    background: url(/jgxy/hjnubwc/down-jiantou.png) center no-repeat;
}

.navbar .navbar-nav>li:hover:after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.navbar .navbar-nav>li:hover>a {
    color: #8eb6d7;
}

.navbar .navbar-nav>li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.navbar .nav-child {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 99;
    background:#fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s;
}

.navbar .nav-child:before {
    content: "";
    width: 15px;
    height: 7px;
    background: url(/jgxy/hjnubwc/nav-top.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -8px;
}

.navbar .nav-child>li {
    width: 100%;
    padding: 5px 0px;
    text-align: center;
    position: relative;
    line-height: 22px;
}

.navbar .nav-child>li a {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: normal;
    color: #000;
}

.navbar .nav-child>li:hover {
    background: #015293;
}
.navbar .nav-child>li:hover  a{
color:#fff;
}
.navbar.open .submask {
    display: block;
}


/* 浮动导航 */

.header.showdiv {
    -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.16);
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.16);
}


/* 浮动导航结束 */


/* banner焦点图 */

.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slider-banner {
    position: relative;
    width: 100%;
}

.slider-banner .slick-slide {
    position: relative;
    overflow: hidden;
}

.slider-banner .slick-slide .pic {
    background-position: center;
    background-size: cover;
    height: 500px;
}

.slider-banner .slick-arrow {
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-indent: 99px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 9;
}

.slider-banner .slick-prev {
    background: url(/jgxy/img/banner-left.png) no-repeat;
    background-size: 100% 100%;
    left: 3%;
}

.slider-banner .slick-next {
    background: url(/jgxy/img/banner-right.png) no-repeat;
    background-size: 100% 100%;
    right: 3%;
}


/* banner焦点图结束 */


/* 中部版块 */

@keyframes circleAnim {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes circleAnim {
    /* Firefox */
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes circleAnim {
    /* Safari 和 Chrome */
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

@-o-keyframes circleAnim {
    /* Opera */
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes scalAnim {
    from {
        transform: scale(1.2);
    }
    to {
        transform: scale(1);
    }
}


/*新闻*/

.hidden {
    visibility: hidden;
}

.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    *zoom: 1;
}

.main1 .inner {
    padding: 36px 0px 40px 0;
}

.wrapper .inner {
    width: 1400px;
    margin: 0 auto;
}


/**首页三列布局**/

.main1 .inner {
    padding: 36px 0px 40px 0;
}

.main1 .ml {
    float: left;
    width: 830px;
}

.main1 .mc {
    float: left;
    width: 580px;
    margin-left: 40px;
}

.main1 .mr {
    float: right;
    width: 520px;
}


/**标题栏新闻窗口**/

.post {
    margin-bottom: 10px;
}

.post .tt {
    display: inline-block;
    width: 100%;
    height: 42px;
}


/**标题栏**/

.post .tt .tit {
    display: inline-block;
    float: left;
    font-size: 30px;
    font-weight: normal;
    line-height: 42px
}


/**标题字体**/

.post .tt .tit .title {
    display: block;
    color: #1d4088;
    font-family: "Microsoft yahei";
}

.post .con {
    padding: 30px 0 0;
    margin: 0 auto;
}

.post .con .wp_article_list .list_item {
    border-bottom: 1px dashed #ccc;
}


/**新闻列表**/

.post .con .wp_article_list .list_item .Article_Index {
    background: url(/jgxy/css/images/li.gif) no-repeat center;
}

.post .more_btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 40px;
    float: right;
    border: 1px solid #ccc;
    width: 164px;
    line-height: 40px;
    text-align: center;
}

.post .more_btn .more_text,
.post .more_btn a {
    font-size: 14px;
    cursor: pointer;
    color: #999;
}

.post .more_btn a {
    color: #999;
    display: inline-block;
    width: 164px;
    line-height: 40px;
    text-align: center;
}

.post .more_btn a:hover {
    background: #bc0605;
}

.post .more_btn a:hover .more_text {
    color: #fff;
}

.post .tt.bd_clr,
.post .tt.bd_clr .tit {
    border-bottom: 2px solid transparent;
}

.post-11 .news_list li.news {
    width: 400px;
    position: relative;
    margin-right: 24px;
    margin-bottom: 28px;
}

.post-11 .news_list li.news.n2,
.post-11 .news_list li.news.n4 {
    margin-right: 0;
}

.post-11 .news_list li.news.n3,
.post-11 .news_list li.news.n4 {
    margin-bottom: 0;
}

.post-11 .news_list li.news .news_imgs {
    height: 205px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.post-11 .news_list li.news .news_imgs img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.news_imgs img {
    width: 100%;
}

.post-11 .news_list li.news .news_time {
    position: absolute;
    left: 22px;
    top: 0px;
    height: 32px;
    width: 80px;
    text-align: center;
    color: #fff;
    background: #1d4088;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    z-index: 99;
}

.post-11 .news_list li.news .news_con {
    padding: 15px 21px 22px;
    border: 1px solid #e5e5e5;
}

.post-11 .news_list li.news .news_title {
    font-size: 16px;
    color: #1e2226;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: bold;
}

.post-11 .news_list li.news .news_title a {
    color: #1e2226;
}

.post-11 .news_list li.news .news_title a:hover {
    color: #bc0605;
}

.post-11 .news_list li.news .news_text {
    color: #898989;
    font-size: 12px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 16px;
}

.post-11 .news_list li.news .news_text a {
    color: #898989;
}

.post-11 .news_list li.news .news_text a:hover {
    color: #bc0605;
}

.post-11 .news_list li.news.n3 .news_imgs,
.post-11 .news_list li.news.n4 .news_imgs {
    display: none;
}

.post-11 .news_list li.news.n3 .news_time,
.post-11 .news_list li.news.n4 .news_time {
    top: 0;
}

.post-11 .news_list li.news.n3 .news_con,
.post-11 .news_list li.news.n4 .news_con {
    padding-top: 47px;
}


/*日历新闻样式2*/

.rili2 .con {
    padding: 5px 0px;
}

.rili2 .news_list li.news {
    margin-bottom: 20px;
    padding: 10px 24px 24px 24px;
    background: #f3f3f3;
}

.rili2 .news_list li.news.n4 {
    margin-bottom: 20px;
}

.rili2 .news_list li.news .news_date {
    float: left;
    width: 52px;
    margin-right: -92px;
    background: #1d4088;
    text-align: center;
    padding: 4px 8px;
    margin-top: 18px;
}

.rili2 .news_list li.news .news_date .news_year {
    line-height: 30px;
    font-size: 18px;
    color: #fff;
}

.rili2 .news_list li.news .news_date .news_days {
    line-height: 30px;
    font-size: 14px;
    color: #ced2e0;
    text-align: right;
}

.rili2 .news_list li.news .news_wz {
    width: 100%;
}

.rili2 .news_list li.news .news_wz .news_con {
    margin-left: 96px;
}

.rili2 .news_list li.news .news_title {
    line-height: 40px;
    font-size: 15px;
    color: #424242;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.rili2 .news_list li.news .news_title a {
    color: #424242;
}

.rili2 .news_list li.news .news_text {
    line-height: 22px;
    font-size: 12px;
    color: #8d8d8d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 2px;
}

.rili2 .news_list li.news .news_text a {
    color: #8d8d8d;
}

.rili2 .news_list li.news:hover {
    background: #1d4088;
}

.rili2 .news_list li.news:hover .news_date {
    background: #3e66cd;
}

.rili2 .news_list li.news:hover .news_title,
.rili2 .news_list li.news:hover .news_text {
    color: #fff;
}

.rili2 .news_list li.news:hover .news_title a,
.rili2 .news_list li.news:hover .news_text a {
    color: #fff;
}

.post .cont1 {
    width: 100%;
}

.post .cont {
    width: 100%;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px 0;
}

.gallery-item {
    margin: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    max-width: calc(20% - 40px);
    position: relative;
    /* Responsive width */
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
}

.description {
    text-align: center;
    line-height: 45px;
    position: absolute;
    bottom: 0;
    background: #5772b4c4;
    width: 100%;
    color: #fff;
    font-size: 22px;
}

.index-title {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.index-title .cn {
    float: left;
    padding-left: 45px;
    padding-bottom: 8px;
    border-bottom: 2px solid #015293;
    background: url(/jgxy/hjnubwc/index-tit-ico.png) left center no-repeat;
    color: #015293;
    font-size: 1.75rem;
}

.index-title .en {
    float: left;
    margin-top: 11px;
    margin-left: 15px;
    font-size: 1.25rem;
    color: rgba(0, 0, 0, 0.16);
}

.index-title .index-more {
    float: right;
    margin-top: 10px;
    width: 81px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #e4e4e4;
    font-size: .875rem;
    border-radius: 20px;
    color: #777777;
}

.index-title .index-more:hover {
    background: #015293;
    color: #fff;
}

.row1 {
    padding: 55px 0 45px;
}

.row1 .left {
    width: 63%;
    float: left;
}

.row1 .right {
    float: right;
    width: 32%;
}

.news-pic {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 25px;
}

.news-pic ul {
    overflow: hidden;
    margin: 0 -20px;
}

.news-pic li {
    width: 50%;
    float: left;
}

.news-pic .box {
    margin: 0 20px;
}

.news-pic .box .pic {
    width: 100%;
    padding-bottom: 56%;
    overflow: hidden;
    position: relative;
}

.news-pic .box .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.news-pic .box .pic img:hover {
    transform: scale(1.05);
}

.news-pic .box .date {
    width: 93px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #015293;
    font-size: 1.125rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    position: absolute;
    left: 0;
    top: 10px;
}

.news-pic .box .tit {
    margin-top: 15px;
    font-size: 1rem;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
    height: 52px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-pic .box .tit:hover {
    color: #015293;
}

.news-text {
    overflow: hidden;
    margin-top: 12px;
}

.news-text li {
    overflow: hidden;
    line-height: 50px;
    padding-right: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.news-text li a {
    float: left;
    width: calc(100% - 85px);
    position: relative;
    padding-left: 18px;
    font-size: 1rem;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-text li a:before {
    content: "";
    width: 2px;
    height: 2px;
    background: #333333;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.news-text li .date {
    float: left;
    font-size: .875rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #888888;
}

.news-text li:hover {
    background: #e5edf4;
}

.news-text li:hover a {
    color: #015293;
}

.index-tzgg li {
    padding: 14px;
    border: 1px solid #dddddd;
    margin-bottom: 18px;
    overflow: hidden;
}

.index-tzgg .date {
    float: left;
    width: 71px;
    border: 2px solid #015293;
    text-align: center;
    background: #015293;
    font-family: Arial, Helvetica, sans-serif;
}

.index-tzgg .date .day {
    line-height: 42px;
    font-size: 1.625rem;
    color: #015293;
    background: #ebf5fc;
}

.index-tzgg .date .year {
    line-height: 22px;
    font-size: .875rem;
    color: #ffffff;
}

.index-tzgg .text {
    float: right;
    width: calc(100% - 95px);
    padding-top: 5px;
}

.index-tzgg .text a {
    display: block;
    font-size: 1rem;
    color: #333333;
    line-height: 28px;
    height: 56px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-tzgg li:hover a {
    color: #015293 !important;
}

.row2 {
    padding: 50px 0 55px;
    background: url(/jgxy/hjnubwc/row2-bg.png) no-repeat;
    background-size: cover;
}

.row2 .left {
    float: left;
    width: 48.33%;
}

.row2 .right {
    float: right;
    width: 48.33%;
}

.row2 .coltit {
    width: 395px;
    margin: 0 auto 25px;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: url(/jgxy/hjnubwc/dh.png) 116px 3px no-repeat;
}

.row2 .coltit .cn {
    font-size: 1.75rem;
    color: #9f0a0a;
    font-weight: bold;
    padding-left: 38px
}

.row2 .coltit .en {
    font-size: 1.25rem;
    color: rgba(0, 0, 0, 0.16);
}

.row2 .coltit:before {
    content: "";
    width: 100px;
    height: 2px;
    background: #015293;
    position: absolute;
    left: 0;
    top: 50%;
}

.row2 .coltit:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #015293;
    position: absolute;
    right: 0;
    top: 50%;
}

.index-sfkn li {
    line-height: 55px;
    border-bottom: 1px solid #dddddd;
}

.index-sfkn li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.index-sfkn li .date {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    color: #015293;
    font-size: .875rem;
}

.index-sfkn li .date:after {
    content: "";
    width: 2px;
    height: 14px;
    background: #015293;
    position: absolute;
    left: 86px;
    top: 50%;
    margin-top: -7px;
}

.index-sfkn li .tit {
    float: right;
    width: calc(100% - 107px);
    font-size: 1rem;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-sfkn li:hover {
    border-bottom: 1px solid #015293;
}

.index-sfkn li:hover a {
    transform: translateX(10px);
}

.index-sfkn li:hover .date {
    font-weight: bold;
}

.index-sfkn li:hover .tit {
    color: #015293;
    font-weight: bold;
}

.warn-pic {
    width: 40%;
    float: left;
    position: relative;
    z-index: 2;
}

.warn-pic .box {
    width: 100%;
    margin-top: 25px;
}

.warn-pic .box a {
    display: block;
    width: 100%;
    padding-bottom: 56%;
    overflow: hidden;
    position: relative;
}

.warn-pic .box a img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.warn-pic .box a .tit {
    width: 100%;
    padding: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(transparent, black);
}

.warn-pic .box a .tit p {
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}

.warn-pic .box a:after {
    content: "";
    width: 34px;
    height: 34px;
    background-size: 100% 100%;
    background: url(/jgxy/hjnubwc/player.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.warn-pic .box a:hover:after {
    transform: translate(-50%, -50%) rotate(360deg);
}

.warn-list {
    width: 70%;
    float: right;
    margin-left: -10%;
    background: #fff;
    padding: 0 3% 0 13%;
}

.warn-list li {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px dashed #d4d4d4;
}

.warn-list .pic {
    float: left;
    padding: 5px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 5px 0 #bfd2e1;
}

.warn-list .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.warn-list .pic img:hover {
    transform: scale(1.05);
}

.warn-list .tit {
    margin-top: 5px;
    float: right;
    width: calc(100% - 85px);
    font-size: 1rem;
    color: #333333;
    line-height: 28px;
    height: 56px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.warn-list li:hover .tit {
    color: #015293;
}

.row3 {
    padding: 60px 0;
}

.row3 .left {
    width: 63%;
    float: left;
    height: 440px;
    padding: 30px 10px 10px 35px;
    background: url(/jgxy/hjnubwc/service-bg.png) bottom no-repeat;
    background-size: cover;
    border: 1px solid #dddddd;
}

.row3 .right {
    float: right;
    width: 32%;
    padding-left: 10px;
    position: relative;
    overflow: hidden;
}

.index-service {
    padding-left: 25px;
}

.index-service ul {
    overflow: hidden;
    margin: 0 -10px;
}

.index-service li {
    float: left;
    width: 33.3%;
    margin-bottom: 30px;
}

.index-service li a {
    margin: 0 10px;
    overflow: hidden;
    display: block;
}

.index-service li .pic {
    float: left;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    overflow: hidden;
    background: #cee5f7;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.index-service li .pic img {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index-service li .pic img:last-child {
    transform: translate(-50%, -300%);
}

.index-service li .tit {
    float: left;
    font-size: 1.125rem;
    color: #333333;
    margin-left: 15px;
    line-height: 85px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.index-service li:hover .pic {
    background: #025394;
}

.index-service li:hover img:first-child {
    transform: translate(-50%, -300%);
}

.index-service li:hover img:last-child {
    transform: translate(-50%, -50%);
}

.index-service li:hover .tit {
    font-weight: bold;
    color: #015393;
}

.index-contact {
    background: url(/jgxy/hjnubwc/contact-bg.png) right bottom no-repeat;
    border: 1px solid #dddddd;
    padding: 20px 25px;
}

.index-contact .mail {
    width: 350px;
    background: url(/jgxy/hjnubwc/mail-bg.png) no-repeat;
    background-size: 100% 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: -30px;
    position: relative;
}

.index-contact .mail h2 {
    font-size: 1.125rem;
    color: #fff;
    font-weight: bold;
}

.index-contact .tit {
    padding-left: 35px;
    background: url(/jgxy/hjnubwc/contact-ico.png) left center no-repeat;
    margin: 20px 0 10px;
}

.index-contact .tit h2 {
    font-size: 1.125rem;
    color: #015293;
    font-weight: bold;
}

.index-contact .text {
    overflow: hidden;
    padding-left: 35px;
}

.index-contact .text p {
    font-size: 1rem;
    color: #333333;
    line-height: 37px;
}

.row4 {
    padding: 48px 0 60px;
    background: url(/jgxy/hjnubwc/row4-bg.png) no-repeat;
    background-size: cover;
}

.row4 .left {
    float: left;
    width: 48.33%;
}

.row4 .right {
    float: right;
    width: 48.33%;
}

.row4 .coltit {
    width: 395px;
    margin: 0 auto 25px;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: url(/jgxy/hjnubwc/dh.png) 116px 3px no-repeat;
}

.row4 .coltit .cn {
    font-size: 1.75rem;
    color: #9f0a0a;
    font-weight: bold;
    padding-left: 38px
}

.row4 .coltit .en {
    font-size: 1.25rem;
    color: rgba(0, 0, 0, 0.16);
}

.row4 .coltit:before {
    content: "";
    width: 100px;
    height: 2px;
    background: #015293;
    position: absolute;
    left: 0;
    top: 50%;
}

.row4 .coltit:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #015293;
    position: absolute;
    right: 0;
    top: 50%;
}

.index-tab .hd {
    height: 80px;
    padding: 20px 20px 10px 20px;
    overflow: hidden;
    position: relative;
    background: url(/jgxy/hjnubwc/hdtit-bg.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 0;
}

.index-tab .hd li {
    float: left;
    margin-right: 30px;
    cursor: pointer;
}

.index-tab .hd li p {
    padding-bottom: 10px;
    font-size: 1.75rem;
    color: #fff;
}

.index-tab .hd li.on p {
    padding-left: 45px;
    background: url(/jgxy/hjnubwc/hdtit-ico.png) left center no-repeat;
    font-weight: bold;
    border-bottom: 2px solid #fff;
}

.index-tab .hd .index-more {
    background: rgba(228, 228, 228, 0.25);
    color: #fff;
}

.index-tab .hd .index-more:hover {
    background: #015393;
}

.index-tab .bd {
    overflow: hidden;
    background: #fff;
    padding: 15px 20px 30px;
}

.index-tab .bd .more {
    display: none;
}

.index-tab .bd li {
    overflow: hidden;
    line-height: 50px;
}

.index-tab .bd li .tit {
    float: left;
    position: relative;
    padding-left: 20px;
    width: calc(100% - 90px);
    font-size: 1rem;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-tab .bd li .tit:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #74bffb;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}

.index-tab .bd li .date {
    font-size: .875rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #949494;
    float: right;
}

.index-tab .bd li:hover .tit {
    color: #015393;
    transform: translateX(5px);
}

.index-links {
    padding: 35px 0 30px;
    background: #fff;
}

.index-links h2 {
    float: left;
    background: url(/jgxy/hjnubwc/links-ico.png) left bottom no-repeat;
    padding-left: 45px;
    padding-bottom: 15px;
    margin-top: 10px;
}

.index-links h2 p {
    font-weight: normal;
    font-size: 1.375rem;
    color: #333333;
}

.index-links ul {
    float: right;
    width: calc(100% - 215px);
}

.index-links ul li {
    float: left;
    width: 25%;
}

.index-links ul li a {
    font-size: .9375rem;
    color: #444444;
    line-height: 30px;
}

.index-links ul li a:hover {
    color: #015293;
}

.zxbscon {
    width: 550px;
}

.zxbslb {
    padding-top: 15px;
}

.zxbslb ul {
    margin-left: -15px;
}

.zxbslb ul li {
    width: 180px;
    height: 100px;
    float: left;
    margin-left: 10px;
    margin-top: 15px;
}

.zxbslb ul li.zxbslb1 {
    background-color: #5091d3;
}

.zxbslb ul li.zxbslb2 {
    background-color: #f5725e;
}

.zxbslb ul li.zxbslb3 {
    background-color: #58c5bf;
}

.zxbslb ul li.zxbslb4 {
    background-color: #b09ae5;
}

.zxbslb ul li.zxbslb5 {
    background-color: #14aeea;
}

.zxbslb ul li.zxbslb6 {
    background-color: #ffb367;
}

.zxbslb ul li a {
    display: block;
}

.zxbslb ul li .zxbslbpic {
    text-align: center;
    height: 30px;
    padding-top: 15px;
}

.zxbslb ul li .zxbslbpic img {
    -webkit-transition: .9s ease-out;
    -moz-transition: .9s ease-out;
    -ms-transition: .9s ease-out;
    -o-transition: .9s ease-out;
    transition: .9s ease-out;
}

.zxbslb ul li p {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 25px;
}

.zxbslb ul li:hover .zxbslbpic img {
    -webkit-transform: rotateY(-360deg);
    -moz-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    -o-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
}


/* 中部版块 */


/* 底部 */

.footer {
    padding: 30px 0;
    background: #015293;
}

.footer .foot-logo {
    float: left;
    margin-top: 10px;
    margin-right: 30px;
}

.footer .cory {
    float: right;
}

.footer .cory p {
    font-size: .875rem;
    color: #fff;
    line-height: 30px;
}

.footer .footadd p.add {
    background: url(/jgxy/img/address.png) no-repeat left center;
    padding-left: 20px;
    text-align: left;
}

.footer .footadd p.code {
    background: url(/jgxy/img/email.png) no-repeat left center;
    padding-left: 20px;
    text-align: left;
}

.footer .footadd p.phone {
    background: url(/jgxy/img/phone.png) no-repeat left center;
    padding-left: 20px;
    text-align: left;
}

.footer .ewm {
    float: right;
    width: 98px;
}

.footer .ewm .img {
    width: 98px;
    height: 98px;
}

.footer .ewm p {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}

.copyright p {
    line-height: 45px;
    text-align: left;
    font-size: 18px;
    color: #fff;
}


/* 列表页 */


/* 列表banner */

.flex,
.layout_page-box,
.layout_five,
.layout_four-box,
.layout_two-box,
.layout_one-box,
.footer .layout_six-box {
    display: flex;
}

@media (max-width: 990px) {
    .flex,
    .layout_page-box,
    .layout_five,
    .layout_four-box,
    .layout_two-box,
    .layout_one-box,
    .footer .layout_six-box {
        flex-direction: column;
    }
    .flex>div,
    .layout_page-box>div,
    .layout_five>div,
    .layout_four-box>div,
    .layout_two-box>div,
    .layout_one-box>div,
    .footer .layout_six-box>div {
        width: 100%;
    }
}

.list-banner {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.list-banner img {
    width: 100%;
}

.list-page {
    position: relative;
    z-index: 3;
    min-height: 600px;
    padding: 50px 0 75px;
}

.layout_page {
    padding-top: 40px;

}

@media (max-width: 1200px) {
    .layout_page {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 990px) {
    .layout_page {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.layout_page-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.layout_page-top-title {
    display: flex;
    align-items: center;
    height: 45px;
}

.layout_page-top-title span {
    font-size: 22px;
    color: #18469c;
}

.layout_page-top-position {
    font-size: 16px;
    color: #333;
}

.layout_page-top-position a {
    color: inherit;
    color: #333333;
}

.layout_page-top-position a:hover {
    color: #9b0404;
}

.layout_page-top-position span {
    color: #999999;
}

.mob_page-menu-btn {
    display: none;
}

.layout_page-left {
    width: 200px;
    margin-right: 5%;
}

.layout_page-left-title {
    display: flex;
    justify-content: center;
}

.layout_page-left-title p {
    font-size: 28px;
    color: #18469c;
    margin-bottom: 0;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: bold;
}

.layout_page-right {
    flex: 1;
    min-width: 1px;
}

.layout_page-menu-item {
    border-bottom: 1px solid #bbbbbb;
}

.layout_page-menu-item a {
    display: block;
    padding: 18px 0;
    font-size: 18px;
    color: #333;
    margin-bottom: 0;
    line-height: 1.5;
    text-align: center;
}

.layout_page-menu-item:hover,
.layout_page-menu-item.on {
    border-color: #9b0404;
}

.layout_page-menu-item:hover a,
.layout_page-menu-item.on a {
    color: #9b0404;
}

.layout_pagelist_item {
    display: flex;
    align-items: center;
}

.layout_pagelist_item:before {
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 6px;
    background-color: #999;
    margin-right: 5px;
}

.layout_pagelist_item a {
    flex: 1;
    min-width: 1px;
    font-size: 16px;
    line-height: 40px;
    color: #666;
}

.layout_pagelist_item span {
    color: #666;
    font-size: 16px;
    margin-left: 10px;
}

.layout_pagelist_item:hover a {
    color: #000;
}


/* 二级导航 */


/* 左侧导航 */

.left-nav {
    width: 255px;
    float: left;
    position: relative;
    padding-bottom: 170px;
    background: url(/jgxy/hjnubwc/leftnav.png) bottom center no-repeat;
}

.left-nav .column {
    padding: 20px;
    background: #015293;
    text-align: center;
}

.left-nav .column h2 {
    padding-left: 50px;
    background: url(/jgxy/hjnubwc/dh.png) left center no-repeat;
    font-size: 1.625rem;
    font-weight: bold;
    color: #fff;
    display: inline;
}

.left-nav .phone-column {
    display: none;
}

.left-nav .sideMenu {
    padding: 25px 10px;
    position: relative;
    background: #ebf5fc;
}

.left-nav .sideMenu li {
    position: relative;
    margin-bottom: 20px;
}

.left-nav .sideMenu li>a {
    position: relative;
    display: block;
    padding: 17px 17px 17px 25px;
    border-left: 4px solid #035295;
    background: #fff;
    border-radius: 0 40px 40px 0;
    overflow: hidden;
}

.left-nav .sideMenu li>a p {
    font-size: 1.25rem;
    color: #333333;
    padding-right: 20px;
    background: url(/jgxy/hjnubwc/leftnav-ico1.png) right center no-repeat;
}

.left-nav .sideMenu dl {
    padding: 10px 0 10px 40px;
    display: none;
}

.left-nav .sideMenu dl dd a {
    display: block;
    font-size: 1rem;
    color: #444444;
    padding: 7px 12px 7px 20px;
    position: relative;
    background: url(/jgxy/hjnubwc/leftnav-ico3.png) left center no-repeat;
}

.left-nav .sideMenu dl dd:hover a,
.left-nav .sideMenu dl dd.current a {
    color: #015293;
    font-weight: bold;
    background: url(/jgxy/hjnubwc/leftnav-ico4.png) left center no-repeat;
}

.left-nav .sideMenu li.current>a,
.left-nav .sideMenu li:hover>a {
    background: url(/jgxy/hjnubwc/leftnav-bg-on.png) no-repeat;
    background-size: 100% 100%;
}

.left-nav .sideMenu li.current>a p,
.left-nav .sideMenu li:hover>a p {
    background: url(/jgxy/hjnubwc/leftnav-ico2.png) right center no-repeat;
    color: #fff;
}

.left-nav .sideMenu li.current dl {
    display: block;
}


/* 右边内容区域 */

.right-con {
    width: calc(100% - 295px);
    float: right;
}


/* 当前位置 */

.location {
    float: right;
    margin-top: 16px;
    color: #888888;
    font-size: 14px;
    background: url(/jgxy/hjnubwc/home.png) left center no-repeat;
    padding-left: 20px;
}

.location a {
    color: #888888;
}

.current-col {
    overflow: hidden;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 13px;
}

.current-col h3 {
    float: left;
    font-size: 1.75rem;
    color: #015293;
    position: relative;
}


/* 列表页 */

.list-text {
    overflow: hidden;
    margin-top: 20px;
}

.list-text li {
    line-height: 60px;
    border-bottom: 1px solid #e9e8e8;
    overflow: hidden;
}

.list-text li .date {
    float: right;
    font-size: 1rem;
    color: #888888;
}

.list-text li a.tit {
    float: left;
    position: relative;
    font-size: 1rem;
    padding-left: 35px;
    width: calc(100% - 100px);
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.list-text li a.tit:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #ddc078;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -3px;
}

.list-text li:hover {
    border-bottom: 1px solid #015293;
}

.list-text li:hover a.tit {
    color: #015293;
    font-weight: bold;
    font-size: 1rem;
}


/* 图片列表 */

.list-pics {
    overflow: hidden;
    margin: 40px -15px;
}

.list-pics li {
    float: left;
    width: 33.3%;
    margin-bottom: 30px;
}

.list-pics li a {
    display: block;
    margin: 0 15px;
}

.list-pics li .pic {
    width: 100%;
    padding-bottom: 56%;
    position: relative;
    overflow: hidden;
}

.list-pics li .pic img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.list-pics li p {
    text-align: center;
    line-height: 40px;
    font-size: 1rem;
    background: #ebf5fc;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-pics li a:hover img {
    transform: scale(1.05);
}

.list-pics li a:hover p {
    color: #015293;
}


/* 列表线条动画 */

.bottom-inOutSpread:before,
.bottom-inOutSpread:after,
.bottom-inOutSpread>.ui-border-element:before,
.bottom-inOutSpread>.ui-border-element:after {
    content: "";
    position: absolute;
}

.bottom-inOutSpread:after {
    border-bottom: 1px solid #0080ca;
    left: 51%;
    right: 51%;
    bottom: 0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.bottom-inOutSpread:hover:after {
    left: 0%;
    right: 0%;
}

.bottom-inOutSpread:not(:hover):after {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}


/* 列表线条动画结束 */


/* 内容页 */

.article {
    margin-top: 35px;
}

.article h1 {
    text-align: center;
    color: #015293;
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
}

.article h2 {
    font-size: 1.25rem;
    color: #333333;
    font-weight: normal;
    text-align: center;
    margin-bottom: 15px;
}

.article .info {
    color: #777777;
    font-size: .875rem;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e8e8;
}

.article .info span {
    margin: 0 5px;
}

.article .content {
    padding: 30px 0 15px;
}

.article .content p {
    font-size: 1rem;
    color: #333333;
    line-height: 32px;
    padding-bottom: 15px;
    text-indent: 2em;
}

.article .content p img,
.article .content p video {
    max-width: 100%;
    margin-left: -2em;
}

.article .content p.vsbcontent_img img {
    margin-left: 0;
}

.article .content table p {
    text-indent: 0;
}

.article .np {
    border-top: 1px solid #e9e8e8;
    padding-top: 25px;
}

.article .np a {
    display: block;
    font-size: 16px;
    padding: 8px 0;
    color: #333333;
}

.article .np a:hover {
    color: #015293;
}


/* 正文表格P不缩进 */

.article .content table p {
    text-indent: 0;
    padding: 0;
}