﻿@charset "UTF-8";
/*!
 * Author: ch233
 * Last update: 2020-05-03
 * Version: 1.0
 * Normalize CSS default properties
 */
* {
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:link,
a:visited,
a:hover {
  text-decoration: none;
}

html {
  margin: 0;
  padding: 0;
  font-size: 10px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif;
  color: #1b1b1b;
}

header,
footer,
main,
section,
div,
p,
span,
i,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
/*  font-size: 1.2rem;*/
  font-weight: normal;
  font-style: normal;
}

ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
}

span,
i,
b {
  font-style: normal;
}

textarea {
  resize: none;
}

body {
  width: 100vw;
  overflow-x: hidden;
}

.header-layout {
  position: relative;
  width: 100vw;
  background: image(../images/body_bg.jpg);
  /* background-image: url(../images/body_bg.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.header-layout .header-wrapper {
  position: relative;
  width: 1200px;
  height: 235px;
  margin: 0 auto;
  overflow: hidden;
}


    .header-layout .header-mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 295px;
        overflow: hidden;
    }

        .header-layout .header-mask .linear {
            position: absolute;
            top: 0;
            left: 0;
        }

        .header-layout .header-mask .animation-bg {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
        }

            .header-layout .header-mask .animation-bg .bg {
                opacity: 0.7;
                position: absolute;
                display: block;
                bottom: 0;
                right: 0;
                height: 100%;
                transition: all 0.7s;
            }

            .header-layout .header-mask .animation-bg .bg-0 {
                opacity: 0;
                animation: bg1 24s linear 0s infinite forwards;
            }

            .header-layout .header-mask .animation-bg .bg-1 {
                opacity: 0;
                animation: bg1 24s linear 8s infinite forwards;
            }

            .header-layout .header-mask .animation-bg .bg-2 {
                opacity: 0;
                animation: bg1 24s linear 16s infinite forwards;
            }

@keyframes bg1 {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    35% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.header-layout .header-bg {
  position: absolute;
  top: 22px;
  right: 50px;
  height: 310px;
}
.header-layout .header-tool {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.header-layout .header-tool .links,
.header-layout .header-tool .tools {
  display: flex;
  flex-flow: row nowrap;
}
.header-layout .header-tool .links {
  margin-top: 10px;
  font-size: 15px;
}
.header-layout .header-tool .links a {
  font-size: inherit;
  color: rgba(0, 0, 0, 0.7);
  margin-right: 20px;
}
.header-layout .header-tool .tools {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.header-layout .header-tool .tools .barrier-free {
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.header-layout .header-tool .tools .lang {
  font-size: 15px;
  margin: 0 5px;
}
.header-layout .header-tool .tools .lang a {
  font-size: inherit;
  color: rgba(0, 0, 0, 0.7);
}
.header-layout .header-logo {
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
}
.header-layout .header-logo img {
  height: 102px;
}
.header-layout .header-search {
  position: absolute;
  top: 55%;
  right: 0;
  transform: translateY(-50%);
  width: 397px;
  height: 46px;
}
.header-layout .header-search input {
  width: 317px;
  height: 46px;
  margin: 0;
  padding: 0;
  border-radius: 8px 0 0 8px;
  border: 1px solid rgba(79, 118, 147, 0.25);
  background: rgba(255, 255, 255, 0.4);
  font-size: 18px;
  outline: none;
  text-indent: 40px;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  backdrop-filter: blur(8px);
}
.header-layout .header-search .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #0065b2;
  border: 1px solid #0065b2;
  border-radius: 0 8px 8px 0;
  font-size: 15px;
  color: #fff;
}

.navigator-layout {
  position: relative;
  top: -2px;
  width: 100vw;
  height: 66px;
  background: #0065b2;
}
.navigator-layout .navigator {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  height: 66px;
  line-height: 66px;
}
.navigator-layout .item {
  position: relative;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}
.navigator-layout .item a {
  position: relative;
  z-index: 9;
  display: block;
  height: 64px;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  border-bottom: 2px solid transparent;
}
.navigator-layout .item:hover a {
  border-bottom: 2px solid #e9cc80;
}
.navigator-layout .item:first-of-type:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -5px;
  right: -50px;
  width: 1200px;
  height: 71px;
  background-image: url(../images/nav_bg.svg);
  background-repeat: no-repeat;
  background-position: top right;
}

.panel-layout {
  position: relative;
  width: 1200px;
  margin: 60px auto;
}
.panel-layout .panel-title {
  position: relative;
  height: 50px;
  line-height: 50px;
  padding: 0;
  background-image: url(../images/panel_title_icon.svg);
  background-repeat: no-repeat;
  background-position: left 5px;
  font-size: 24px;
  font-weight: bolder;
  color: rgba(0, 0, 0, 0.8);
  text-indent: 30px;
}
    .panel-layout .panel-title a {
        font-size: inherit;
        color: inherit;
        font-weight: inherit;
        padding: 10px;
    }
        .panel-layout .panel-title a.more {
            position: absolute;
            z-index: 2;
            top: -12px;
            right: 0px;
            display: block;
            padding-left: 15px;
            font-size: 16px;
            color: #BBB;
            font-weight: normal;
            background-color: #FFF;
            text-indent: 0;
        }
.panel-layout .panel-title::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 6em;
  right: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
}
.panel-layout .tabs {
  margin-bottom: 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
}
    .panel-layout .tabs .item {
        position: relative;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
       
    }


.xxgk .item {
    width: 11%;
}
    .panel-layout .tabs .item a {
    display: block;
    padding: 5px 0;
    font-size: inherit;
    font-weight: inherit;
    color: #000;
}
.panel-layout .tabs .item:hover {
  color: #0065b2;
}
.panel-layout .tabs .item:hover a {
  color: inherit;
}
    .panel-layout .tabs .current,
    .panel-layout .tabs .current:hover {
        font-size: 24px;
    }
.panel-layout .tabs .current a,
.panel-layout .tabs .current:hover a {
  color: #0065b2;
}
.panel-layout .tabs .current:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -11px;
  border-bottom: 1px solid #0065b2;
}

.news-list .list-top-news {
  font-size: 22px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: bold;
  line-height: 1.5;
  margin: 23px 0;
}
.news-list .list-top-news a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
.news-list .list-top-news a:hover {
  color: #0065b2;
}
.news-list ul li {
  position: relative;
  padding: 0 0 12px 20px;
  margin: 10px 0 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.8);
}
.news-list ul li a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.news-list ul li a:hover {
  color: #0065b2;
}
.news-list ul li span {
  font-size: 16px;
  color: #bbbbbb;
}
.news-list ul li:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 5px;
  height: 5px;
  background-color: rgba(0, 101, 178, 0.5);
}

.top-panel {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.top-panel .panel-list {
  width: 566px;
}

.feature-panel {
  overflow: hidden;
}
.feature-panel .entrys {
  position: relative;
  width: 100%;
  margin: 35px auto;
}
.feature-panel .entrys .entrys-wrapper {
  position: relative;
  width: 100%;
  white-space: nowrap;
  font-size: 0;
  transition: all 1s;
}
.feature-panel .entrys .entrys-wrapper .item {
  display: inline-block;
  width: 278px;
  margin-right: 30px;
}
.feature-panel .entrys .entrys-wrapper .item img {
  width: 100%;
  object-fit: cover;
}
.feature-panel .entrys .next,
.feature-panel .entrys .prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.6);
}
.feature-panel .entrys .next {
  right: 0;
}
.feature-panel .entrys .prev {
  left: 0;
}

.news-panel {
  margin-top: -20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.news-panel .tjsh-panel {
  width: 402px;
}
.news-panel .tjxx-panel {
  width: 420px;
}
.news-panel .notice-panel {
  width: 286px;
}
.news-panel .notice-panel .panel-title {
  background-image: url(../images/panel_title_icon_notice.svg);
}
.news-panel .notice-panel .news-list ul li {
  display: block;
}
.news-panel .notice-panel .news-list ul li a,
.news-panel .notice-panel .news-list ul li span {
  display: block;
}
.news-panel .notice-panel .news-list ul li span {
  margin-bottom: 3px;
}
.news-panel .notice-panel .news-list ul li:before {
  content: "";
  display: none;
}

.services-panel {
  background-image: url(../images/services.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 246px;
}
.services-panel .title {
  padding: 1em 1.5em;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
}
.services-panel .title a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.services-panel .services-wrapper {
  margin: 0 1.5em;
  padding: 1.5em 2em;
  background-color: #FFF;
  border-radius: 10px;
  font-size: 24px;
  box-shadow: 0px 6px 10px 0px rgba(0, 101, 178, 0.1);
}
.services-panel .services-wrapper .tabs {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
}
.services-panel .services-wrapper .tabs .item a, .services-panel .services-wrapper .tabs .item p {
  display: block;
  font-size: 15px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  margin-top: 5px;
}
.services-panel .services-wrapper .tabs {
  padding-bottom: 20px;
}
.services-panel .services-wrapper .current p {
  color: #0065b2 !important;
}
.services-panel .services-wrapper .current::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -21px;
  border-bottom: 1px solid #0065b2;
}
.services-panel .services-wrapper .current::before {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #0065b2;
}
.services-panel .services-wrapper .news-list {
  margin-top: -20px;
  padding: 15px 0;
}
.services-panel .entrys {
  font-size: 24px;
  margin: 1.5em;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.other-panel {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.other-panel .ue-panel {
  width: 440px;
}
.other-panel .ue-panel .btns a {
  display: block;
  margin: 30px auto 0;
  width: 390px;
}
.other-panel .ue-panel .btns a img {
  width: 100%;
}
.other-panel .adv-panel {
  padding: 5px 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.other-panel .adv-panel .item {
  width: 720px;
  height: 102px;
  background-image: url(../images/adv_bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.other-panel .adv-panel .item .tt {
  width: 244px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #0065b2;
}
.other-panel .adv-panel .item .desc {
  padding-left: 25px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.8);
}
.other-panel .adv-panel .item .desc p, .other-panel .adv-panel .item .desc span {
  font-size: inherit;
  color: inherit;
}
.other-panel .adv-panel .item .desc p {
  margin: 5px 0;
}
.other-panel .adv-panel .item .desc span {
  margin-right: 20px;
}

.links-panel .links {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 30px 0;
}
.links-panel .links a {
  display: block;
  width: 220px;
}
.links-panel .links img {
  width: 100%;
  height: auto;
}

.foot {
  margin-bottom: 0;
  background-color: rgba(0, 101, 178, 0.05);
  border-top: 1px solid rgba(0, 101, 178, 0.5);
}
.foot .panel-layout {
  margin-bottom: 0;
  padding-bottom: 50px;
}
.foot .copy {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.foot .copy .logo {
  height: 62px;
  margin-right: 20px;
}
.foot .copy .tx p, .foot .copy .tx span, .foot .copy .tx a {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
}
.foot .copy .tx span {
  margin-right: 1em;
}
.foot .copy .tx a {
  text-decoration: underline;
}
.foot .copy .tx a:hover {
  color: #0065b2;
}
.foot .copy .tx img {
  position: relative;
  top: 2px;
  height: 1em;
  margin-right: 0.3em;
}
.foot .copy .tx p {
  margin: 7px 0;
}
.foot .org-links {
  position: absolute;
  right: 0;
  top: 0px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.foot .org-links a {
  display: block;
  margin-left: 50px;
  height: 55px;
}
.foot .org-links a img {
    height: 100%;
     width: 110px;
}
.foot .org-links a:first-of-type {
  height: 80px;
}

.column-body {
  background-color: rgba(0, 101, 178, 0.05);
}

.breadcrumb-layout {
  margin: 30px auto;
}
.breadcrumb-layout ul {
  display: flex;
  flex-flow: row nowrap;
}
.breadcrumb-layout ul li {
  font-size: 15px;
  color: #000;
}
.breadcrumb-layout ul li a {
  font-size: inherit;
  color: inherit;
}
.breadcrumb-layout ul li a:hover {
  color: #0065b2;
}
.breadcrumb-layout ul li:after {
  content: ">";
  margin: 0 10px;
  color: #BBBBBB;
}
.breadcrumb-layout ul li:last-of-type {
  color: #BBB;
}
.breadcrumb-layout ul li:last-of-type:after {
  content: "";
}

.column-layout {
  width: 1120px;
  margin: 30px auto 40px;
  padding: 20px 40px;
  background-color: #fff;
}
.column-layout .column-title {
  position: relative;
  padding: 10px 0 10px 20px;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #BBB;
}
.column-layout .column-title:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  height: 20px;
  width: 5px;
  background-color: #0065b2;
  border-radius: 2px;
}
.column-layout .column-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 35%;
  height: 1px;
  background-color: #0065b2;
}
.column-layout ul.column-news-list li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 25px 0;
  font-size: 16px;
  color: #000;
}
.column-layout ul.column-news-list li a {
  font-size: inherit;
  color: inherit;
}
.column-layout ul.column-news-list li a:hover {
  color: #0065b2;
}
.column-layout ul.column-news-list li span {
  color: #BBB;
  font-size: 16px;
}
.column-layout ul.column-news-list li:nth-of-type(5n) {
  padding-bottom: 25px;
  border-bottom: 1px dashed #BBB;
}
.column-layout .pagination {
  margin: 40px 0 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.column-layout .pagination .desc,
.column-layout .pagination .btn,
.column-layout .pagination ul li {
  margin: 0 5px;
}
.column-layout .pagination .desc {
  font-size: 15px;
  color: #000;
}
.column-layout .pagination .btn,
.column-layout .pagination ul li {
  border: 1px solid #BBB;
  font-size: 15px;
  color: #000;
}
.column-layout .pagination .btn a,
.column-layout .pagination ul li a {
  display: block;
  padding: 6px 12px;
  font-size: inherit;
  color: inherit;
}
.column-layout .pagination .btn:hover,
.column-layout .pagination ul li:hover {
  background-color: rgba(0, 101, 178, 0.3);
}
.column-layout .pagination ul {
  display: flex;
  flex-flow: row nowrap;
}
.column-layout .pagination ul li.current,
.column-layout .pagination ul li.current:hover {
  background-color: #0065b2;
  bottom: 1px solid #0065b2;
  color: #FFF;
}

.article-layout {
  width: 1040px;
  margin: 30px auto 40px;
  padding: 30px 80px;
  background-color: #fff;
}
.article-layout .article-title {
  font-size: 30px;
  text-align: center;
}
.article-layout .desc {
  margin: 30px 0;
  padding-bottom: 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  border-bottom: 1px solid #BBB;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
.article-layout .desc .item {
  margin: 0 15px;
}
.article-layout .article img {
  max-width: 100%;
}
.article-layout .article p {
  font-size: 16px;
  line-height: 2.1;
  margin-bottom: 20px;
}

    .article-layout .article a {
        font-size: 16px;
        line-height: 2.1;

    }


.navigator .nav-item ul {
    /*    display: none;*/
    position: absolute;
    top: 64px;
    /* width: 100%; */
    background: #d8dfefd6;
    z-index: 9999;
    border-top: 2px solid #e9cc80;
    box-shadow: 0 5px 10px rgba(40,76,156,.3);
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
    min-width: 180px;
    line-height: 36px;
}

    .navigator .nav-item ul li a {
        height: 36px;
    }

    .navigator .nav-item ul li {
        text-align: center;
        border-bottom: 1px solid rgba(40,76,156,.1)
    }

        .navigator .nav-item ul li a:link, .navigator .nav-item ul li a:visited {
            color: #262626;
            padding: 12px 0;
                font-size: 17px;
        }

        .navigator .nav-item ul li a:hover {
            color: #fff;
            padding: 15px 0;
            background: #0065b2
        }

        .navigator .nav-item ul li a:last-of-type {
            border: 0
        }



.panel-title .current {
    border-bottom: 3px solid #0065b2;
    padding-bottom: 12px;
}




.red .panel-title {
    background-image: url(../images/panel_title_icon_notice.svg);
}

.news-panel .tjjd-panel .panel-title::after, notice-panel .panel-title::after {
    left: 12em;
}
.news-panel .tjjd-panel {
    width: 550px;
}



.shujufabu li {
    display: block;
    float: left;
    width: 45%;
}

    .shujufabu li a,
    .shujufabu li span {
        display: block;
    }

    .shujufabu li span {
        margin-bottom: 3px;
        margin-bottom: 3px;
        width: 57px;
        height: 47px;
        background: #006ec5;
        border-top-left-radius: 5px;
        border-bottom-right-radius: 5px;
     
        float: left;
        color: #fff !important;
        padding-top: 4px;
        font-size: 10px !important;
        text-align: center;
    }

        .shujufabu li span div {
            font-size: 20px;
            color: #fff;
            font-weight: 600;
            padding-top: 4px;
        }

    .shujufabu li:before {
        content: "";
        display: none;
    }


.news-list ul li {
    position: relative;
    padding: 0 0 15px 20px;
    margin: 15px 0 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #000;
}

#contsA ul {
    height: 250px;
    overflow: hidden;
}

    #contsA ul li a {
        width: 450px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #1d1414;
        float: left;
    }

.tjjd-panel .panel-title {
   margin:30px 5px;
}

    .tjjd-panel .panel-title::after {
        content: "";
        position: absolute;
        top: 25px;
        left: 6em;
        right: 0;
        height: 1px;
        background-color: #fff;
    }


.newlista {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1d1414;
    float: left;
    width: 470px;
    white-space: nowrap;
}



.list-container .side {
  width: 200px;
}
.list-container .side .columns {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  background: #F5F9FD;
  border-radius: 10px;
}
.list-container .side .columns a {
  width: calc(100% - 40px);
  padding: 20px;
  font-size: 18px;
  color: rgba(16, 16, 16, 0.7);
  text-align: center;
}
.list-container .side .columns a.current {
  color: #1658a0;
  font-weight: bold;
  border-bottom: 2px solid #1658a0;
}
.list-container .side .columns a:hover {
  background: rgba(22, 88, 160, 0.05);
}

.list-container {
    display: flex
;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
}