html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
dl,
dt,
dd,
iframe,
span {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

td th {
    padding: 5px 10px;
    border: 1px solid #ddd;
}

html,
body {
    padding: 0px;
    margin: 0px;
    zoom: 100%;
    font-size: 16px;
    line-height: 1;
    font-family: "Microsoft YaHei", 微软雅黑, 宋体, 黑体, "Helvetica Neue", Tahoma, Arial, "Hiragino Sans GB";
    color: #333;
    max-width: 1920px;
    margin: 0 auto;
}

table {
    width: 100%;
    text-align: center;
}

table td {
    word-break: break-all;
    word-wrap: break-word;
    font: 500 14px Arial;
    border: 1px solid #ddd;
}

ul,
dl,
dt,
dd,
ol {
    list-style-type: none;
}

select,
input {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    outline: none;
}

textarea {
    resize: none;
    outline: none;
}

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

a:hover {
    color: #0d2e8b;
    cursor: pointer;
}

em {
    font-style: normal;
}

i {
    font-style: normal;
}

* html .clear {
    zoom: 1;
}

*+html .clear {
    zoom: 1;
}

* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", 微软雅黑, 宋体, 黑体, "Helvetica Neue", Tahoma, Arial, "Hiragino Sans GB";
}

h1,
h2,
h3 {
    font-weight: 400;
}

h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}

h1 {
    font-weight: bold;
}

.r {
    float: right;
}

.l {
    float: left;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}


/*分页样式，根据实际情况修改*/

.pages {
    text-align: center;
    line-height: 39px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pages>a {
    margin-top: 10px;
    display: inline-block;
    width: 53px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #f5f5f5;
    font-size: 14px;
    color: #7d7d7d;
    border-radius: 3px;
}

.pages>p {
    display: inline-block;
}

.pages>font {
    margin-left: 20px;
    color: #7d7d7d;
}

.pages>span {
    font-size: 14px;
    color: #7d7d7d;
    margin-left: 19px;
}

.page_hide a,
.page_hide span {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    color: #7d7d7d;
    font-size: 14px;
}

.page_tz {
    width: 28px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    text-align: center;
    color: #7d7d7d;
}

.page_enter {
    width: 53px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    text-align: center;
    color: #7d7d7d;
    background-color: #fff;
    cursor: pointer;
}

.pages>a:hover,
.page_enter:hover,
.page_hide a:hover {
    color: #fff;
    background-color: #4e9de2;
    border: 1px solid #4e9de2;
}

.page_hide span {
    background-color: #4e9de2;
    color: #fff;
    border: 1px solid #4e9de2;
}


/*通用头部、尾部、检索等公用代码*/


/* HUI-box */

*,
::after,
::before {
    box-sizing: border-box;
}

.red-color {
    color: #ffbe53;
}

.blue-color {
    color: #0d2e8b;
}


/* HUI-居中 */

.container {
    width: 1280px;
    margin: 0 auto;
}


/* 搜索框 */

input::-webkit-input-placeholder {
    color: #999;
    font-size: 16px;
}


/* 三角形 */

.triangle {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #cbcbcb;
    display: block;
}


/* 按钮 */

.kx-btn {
    outline: none;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
}

.kx-btn {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 18px;
    background-color: #0d2e8b;
    color: #FFFFFF;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer
}

.kx-btn:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff
}

.kx-btn:active {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #fff
}

.kx-btn+.kx-btn {
    margin-left: 10px;
}

.kx-btn[disabled] {
    border: 1px solid #e6e6e6;
    background-color: #FBFBFB;
    color: #c9c9c9;
    cursor: not-allowed;
    opacity: 1;
}

.kx-btn-grey {
    background-color: #cccccc !important;
}


/* input */

.kx-input {
    border: 1px solid #d8e2ff;
    border-radius: 3px;
    padding-left: 32px;
}

.input-inline {
    display: inline-block;
}

.w320 {
    width: 320px !important;
}


/* 按钮容器 */

.kx-btn-container {
    font-size: 0;
}

.kx-btn-container .hui-btn {
    margin-right: 10px;
    margin-bottom: 10px;
}


/* 分割线 */

hr {
    height: 1px;
    margin: 30px 0;
    border: 0;
    clear: both;
}

.kx-bg-blue {
    background-color: #d8e2ff !important;
}


/* 动画 */

.hui-anim-downbit {
    -webkit-animation-name: hui-downbit;
    animation-name: hui-downbit;
}

@-webkit-keyframes hui-downbit {
    from {
        -webkit-transform: translate3d(0, -30px, 0);
        opacity: .3
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes hui-downbit {
    from {
        transform: translate3d(0, -30px, 0);
        opacity: .3
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}


/* 2 */

@-webkit-keyframes hui-up {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes hui-up {
    from {
        transform: translate3d(0, 100%, 0);
        opacity: 0
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes hui-upbit {
    from {
        -webkit-transform: translate3d(0, 30px, 0);
        opacity: .3
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes hui-upbit {
    from {
        transform: translate3d(0, 30px, 0);
        opacity: .3
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.hui-anim-scale {
    -webkit-animation-name: hui-scale;
    animation-name: hui-scale
}

@-webkit-keyframes hui-scale {
    0% {
        opacity: .3;
        -webkit-transform: scale(.5)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}

@keyframes hui-scale {
    0% {
        opacity: .3;
        -ms-transform: scale(.5);
        transform: scale(.5)
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1)
    }
}


/* 全局header */


/* 头部 */

.header-top {
    height: 166px;
    border-top: 3px solid #0d2e8b;
    background: url(../images/heab-bg.png) no-repeat;
    position: relative;
}

.header-link {
    padding-top: 26px;
}

.header-link .item {
    float: right;
    padding-left: 28px;
}

.header-link .item a {
    transition: all .3s;
    font-size: 16px;
    color: #333;
}

.header-link .item a:hover {
    color: #0d2e8b;
}

.header-link .item img {
    vertical-align: middle;
    margin-right: 4px;
}


/* menu顶部菜单 */

.top-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
}

.top-menu .btn {
    width: 100px;
    height: 85px;
    background-color: #0d2e8b;
    text-align: center;
    border-bottom-left-radius: 30px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999999;
    cursor: pointer;
    padding-top: 19px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* 菜单关按钮 */

.menu-icon {
    position: relative;
    width: 35px;
    height: 20px;
    cursor: pointer;
    margin-bottom: 16px;
}

.menu-icon .line {
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    display: block;
    transition: all .3s;
}

.menu-icon .line {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 10%;
    background: #fff;
    transition: all .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu-icon .line:nth-child(1) {
    top: 0;
}

.menu-icon .line:nth-child(2) {
    top: 50%;
}

.menu-icon .line:nth-child(3) {
    top: 100%;
}

.menu-icon-colse .line:first-child {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.menu-icon-colse .line:nth-child(2) {
    -webkit-transform: translateY(-50%) scaleX(0);
    -ms-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
}

.menu-icon-colse .line:last-child {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}


/* 菜单盒子 */

.top-menu-box {
    width: 350px;
    background-color: #0d2e8b;
    background: rgba(13, 46, 139, 0.95);
    display: flex;
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    flex-wrap: wrap;
    /* 混合版语法：IE 10 */
    -ms-flex-wrap: wrap;
    text-align: center;
    padding-top: 90px;
    border: 1px solid #3756b0;
    padding-bottom:0;
    border-top: none;
    padding-left: 24px;
    padding-right: 24px;
}

.top-menu-box-anim {
    animation: hui-downbit .3s both;
}

.top-menu-box .item {
    width: 50%;
    color: #ffffff;
    display: flex;
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    flex-direction: column;
    /* 混合版本语法: IE 10 */
    -ms-flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

.top-menu-box .item .code-img {
    position: absolute;
    top: 110px;
    left: 20px;
    z-index: 99;
    display: none;
    transition: all .3s;
    width: 130px;
    height: 142px;
}

.top-menu-box .item .code-img:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent #FFFFFF;
    margin: -10px auto 0;
}

.top-menu-box .item .code-img img {
    width: 130px;
    height: 130px;
    border: 5px solid #FFFFFF;
}

.top-menu-box .item:hover .code-img {
    display: block;
}

.top-menu-box .icon {
    border: 1px solid #3756b0;
    width: 78px;
    height: 78px;
    line-height: 78px;
    border-radius: 50%;
    text-align: center;
    transition: all .3s;
    margin: 0 auto;
}

.top-menu-box .icon:hover {
    background-color: #01b0f8;
}

.top-menu-box .icon img {
    display: inline-block;
    vertical-align: middle;
}

.top-menu-box .item .text {
    padding-top: 12px;
}

.top-menu-box .menu-line {
    width: 300px;
    margin: 0 auto;
    border-top: 1px solid #3756b0;
    margin-bottom: 32px;
}

.top-menu-box .oa-btn {
    width: 300px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #3756b0;
    border-radius: 3px;
    margin-bottom: 36px;
    transition: all .3s;
    margin: 0 auto;
}

.top-menu-box .oa-btn:hover {
    background: rgba(0, 0, 0, 0.1);
}

.top-menu-box .oa-btn img {
    vertical-align: middle;
    margin-right: 12px;
}

.top-menu-box a {
    display: block;
    color: #ffffff;
}


/* logo */

.header-brand {}

.header-brand .logo {
    float: left;
}

.header-brand .search {
    float: right;
    padding-top: 20px;
    position: relative;
}

.input-search {
    width: 400px;
    height: 56px;
    border: 1px solid #cecece;
    border-radius: 28px;
    padding-left: 20px;
}

.search-btn {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    font-size: 0;
    top: 20px;
    right: 0;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    border: none;
    background: url(../images/icon-search-btn.png) no-repeat center center #0d2e8b;
}

.search-btn:hover {
    opacity: .85;
}


/* 导航 */

.nav {
    height: 60px;
    line-height: 60px;
    background-color: #0d2e8b;
}

.nav .nav-list {
    overflow: hidden;
}

.nav .nav-list .nav-item {
    float: left;
    width: 160px;
    text-align: center;
    position: relative;
}

.nav .nav-list .nav-item a {
    font-size: 20px;
    color: #ffffff;
    display: block;
    transition: width .3s;
    -webkit-transition: width .3s;
}

.nav .nav-list .nav-item a:hover {
    color: #80a5dc;
    font-weight: bold;
}

.nav .nav-list .nav-item::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 57px;
    width: 0px;
    height: 3px;
    display: block;
    border-radius: 3px;
    background: #ffbe53;
    transition: width .3s;
    -webkit-transition: width .3s;
}

.nav .nav-list .nav-item:hover::after {
    width: 60%;
}

.nav .nav-list .nav-item.on::after {
    width: 60%;
}

.nav .nav-list .nav-item.on a {
    font-weight: bold;
    color: #80a5dc;
}


/* 头条新闻-news-hot */

.hot-news {
    width: 1280px;
    height: 138px;
    background-color: #FFFFFF;
    border-radius: 3px;
    text-align: center;
    z-index: 999;
}

.hot-news h1 {
    padding-top: 36px;
    font-weight: bold;
}

.hot-news h1 a {
    font-size: 36px;
    color: #000;
}

.hot-news h1 a:hover,
.hot-news h3 a:hover,
.hot-news .more:hover {
    color: #0d2e8b;
}

.hot-news h3 {
    padding-top: 16px;
    font-size: 16px;
}

.hot-news h3 a {
    color: #666;
}

.hot-news .more {
    color: #ef930a;
}


/* footer */

.footer {
    width: 100%;
    background-color: #163b72;
    color: #80a5dc;
    padding-top: 34px;
    padding-bottom: 34px;
}

.footer-box {
    display: flex;
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    justify-content: space-between;
    -ms-flex-pack: justify;
}

.footer-l {
    width: 80px;
}

.footer-l #imgConac {
    width: 50px;
    height: 60px;
}

.footer a {
    color: #80a5dc;
}

.footer-c {
    flex: 1;
    padding-left: 60px;
}

.footer-c p {
    line-height: 32px;
    font-size: 15px;
}

.footer-c img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer-r {
    width: 360px;
}

.footer-r .footer-list {
    display: flex;
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
}

.footer-r .footer-list .item {
    width: 90px;
    text-align: center;
}

.footer-r .footer-list .item a {
    display: block;
    color: #80a5dc;
    transition: all .3s;
}

.footer-r .footer-list .item a:hover img {
    opacity: 0.85;
}

.footer-r .footer-list .item a:hover {
    color: #ffffff;
}

.footer-r .footer-list .item img {
    width: 32px;
    height: 32px;
}

.footer-r .footer-list .item .text {
    padding-top: 16px;
}


/* 二级页面 */


/* 面包屑导航 */

.breadcrumb-nav {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
    color: #0d2e8b;
    border-bottom: 1px solid rgba(13, 46, 139, .17);
}

.breadcrumb-nav a {
    color: #0d2e8b;
}

.breadcrumb-nav a:hover {
    color: #d30000;
}

.breadcrumb-nav .icon img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 4px;
}


/* 全局title */

.kx-title {
    height: 26px;
    line-height: 26px;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

.kx-title::after {
    content: '';
    display: block;
    height: 5px;
    width: 84%;
    position: absolute;
    top: 10px;
    left: 142px;
    background: url("../images/kx-title-bg.png") repeat-x;
}

.kx-title .text {
    font-size: 24px;
    color: #0d2e8b;
    display: inline-block;
    position: relative;
    z-index: 10;
    padding-right: 10px;
}

.kx-title .text::after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 18px;
    background: url("../images/titile-style-icon.png") no-repeat;
    margin-left: 16px;
}

.kx-title .more {
    display: block;
    height: 26px;
    line-height: 26px;
    float: right;
}

.kx-title .more a {
    font-size: 14px;
    color: #999;
}

.kx-title .more a:hover {
    color: #0d2e8b;
}


/* 通用侧栏 */

.sidebar {
    float: left;
    width: 260px;
    min-height: 900px;
    background: url("../images/sidebar-bottom-bg.png") right bottom no-repeat #ffffff;
    border-top-right-radius: 30px;
    overflow: hidden;
}

.sidebar .title {
    width: 260px;
    height: 120px;
    line-height: 120px;
    background: url("../images/sidebar-title-bg.png") no-repeat;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}

.sidebar .list {}

.sidebar .list .item {
    height: 80px;
    line-height: 80px;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: dashed 1px #dde6ff;
    background: url("../images/sidebar-item-title-bg.png") no-repeat;
    background-size: 0 100%;
    transition: all .3s;
}

.sidebar .list .item.on {
    background-size: 100% 100%;
}

.sidebar .list .item.on a {
    color: #0d2e8b;
}

.sidebar .list .item.on a:before {
    background-color: #0d2e8b;
}

.sidebar .list .item.on a::after {
    margin-right: -2px;
    background: url("../images/icon-double-arro-hover.png") center center no-repeat;
}

.sidebar .list .item:hover {
    background-size: 100% 100%;
}

.sidebar .list .item a {
    font-size: 18px;
    display: block;
    width: 100%;
    transition: all .3s;
    color: #333333;
    height: 80px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

.sidebar .list .item :hover {
    color: #0d2e8b;
}

.sidebar .list .item a::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #dde6ff;
    margin-left: 20px;
    margin-right: 14px;
    border-radius: 100%;
    transition: all .3s;
}

.sidebar .list .item a::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 80px;
    background: url("../images/icon-double-arro.png") center center no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
}

.sidebar .list .item a:hover::before {
    background-color: #0d2e8b;
}

.sidebar .list .item a:hover::after {
    margin-right: -2px;
    background: url("../images/icon-double-arro-hover.png") center center no-repeat;
}


/* 通用内容 */

.kx-content {
    float: right;
    width: 970px;
    min-height: 900px;
}

.kx-content .kx-title {
    margin-top: 0;
}

.kx-content .kx-title::after {
    width: 85%;
}


/* 分页开始 */

.xll_pagebox {
    text-align: center;
    line-height: 39px;
    margin: 30px auto 30px;
    margin-bottom: 0px;
}

.xll_pagebox ul {
    display: inline-block;
    text-align: center;
}

.xll_pagebox ul li {
    background: none;
    display: inline;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}

.xll_pagebox a {
    font-size: 14px;
    line-height: 28px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    color: #7d7d7d;
    padding: 4px 8px;
    display: inline;
}

.xll_pagebox span {
    font-size: 14px;
    color: #7d7d7d;
    line-height: 28px;
    margin-right: 5px;
}

.xll_pagebox #JumpPage {
    display: inline-block;
    width: 30px;
    color: #7d7d7d;
    line-height: 28px;
    font-size: 14px;
    border: 1px solid #f5f5f5;
    margin: 0 5px;
    text-align: center;
    border-radius: 3px;
}

.xll_pagebox .slf a {
    border: 0 !important;
    cursor: default;
}

.xll_pagebox .hidden-xs.on a {
    background-color: #0c2d8c;
    color: #fff;
    border: 1px solid #0c2d8c;
}

.xll_pagebox .hidden-xs a:hover {
    background-color: #0c2d8c;
    color: #fff;
    border: 1px solid #0c2d8c;
}

.xll_pagebox .page_prev a:hover {
    background-color: #0c2d8c;
    color: #fff;
    border: 1px solid #0c2d8c;
}

.xll_pagebox .page_next a:hover {
    background-color: #0c2d8c;
    color: #fff;
    border: 1px solid #0c2d8c;
}

.xll_pagebox .bot a:hover {
    background-color: #0c2d8c;
    color: #fff;
    border: 1px solid #0c2d8c;
}


/* 分页结束 */


/* --子页列表-- */

.article-list-layout {
    width: 100%;
    margin-top: 30px;
    display: flex;
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    flex-direction: row;
    justify-content: space-between;
    /* 混合版本语法:（两端对齐） IE 10 */
    -ms-flex-pack: justify;
}

.article-list-layout .item-layout {
    width: calc(50% - 20px);
}

.article-list-layout .item-layout .kx-title {
    margin-bottom: 10px;
}

.article-list-layout .item-layout .kx-title::after {
    width: 420px;
}

.article-list-layout .item-layout .ul-list {
    position: relative;
}

.article-list-layout .item-layout .ul-list li {
    line-height: 48px;
    height: 48px;
    text-align: left;
    font-size: 18px;
    position: relative;
    color: #999999;
    transition: all .3s;
    padding-left: 20px;
}

.article-list-layout .item-layout .ul-list li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 22px;
    z-index: 10;
    width: 7px;
    height: 7px;
    background-color: #cccccc;
    border-radius: 100%;
}

.article-list-layout .item-layout .ul-list li:hover {
    transform: translateX(5px);
    color: #0d2e8b;
}

.article-list-layout .item-layout .ul-list li a {
    display: block;
    width: 84%;
    /* 添加overflow属性 IE不兼容超出隐藏*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.article-list-layout .item-layout .ul-list li a:hover {
    color: #0d2e8b;
}

.article-list-layout .item-layout .ul-list .list-time {
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
    font-size: 16px;
}


/* list-end */
