@charset "utf-8"; body {
    font-family: Arial, "微软雅黑", "Microsoft YaHei", sans-serif;
    font-size: 1rem;
    color: #333333;
    padding: 0;
    margin: 0;
}

html {
    font-size: 16px;
}

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;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    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;
    }
}

@media (min-width: 1340px) {
    .container {
        width: 1300px;
    }
}

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(../images/bro.png) no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url(../images/bro.png) no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
    background: url(../images/bro.png) no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url(../images/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: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background: linear-gradient(rgba(0, 0, 0, 0.5), transparent);
    padding-bottom: 20px;
}

.header .top {
    padding: 20px 0;
}

.header .logo {
    float: left;
    position: relative;
}

.search-box {
    margin-top: 10px;
    float: right;
    width: 240px;
    height: 36px;
    border-radius: 50px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
    padding: 0 20px;
}

.search-box .text {
    background: none;
    font-size: 1rem;
    line-height: 35px;
height:35px;
    float: left;
    width: calc(100% - 30px);
}

.search-box .btn {
    float: right;
    cursor: pointer;
    margin-top: 7px;
    width: 20px;
    height: 20px;
    background: url(../images/search-line.png) center center no-repeat;
    background-size: 100% 100%;
}

.search-box input::-webkit-input-placeholder {
    color: #fff;
}

.search-box input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.search-box input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.search-box input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

/* 导航 */
.navbar {
    position: relative;
    z-index: 9;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar .menu-bott {
    display: none;
}

.navbar .nav-button {
    display: none;
}

.navbar .navbar-nav > li {
    position: relative;
    text-align: center;
    float: left;
    width: 8.33%;
}

.navbar .navbar-nav > li em {
    display: none;
}

.navbar .navbar-nav > li > a {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 1rem;
    line-height: 45px;
    font-weight: bold;
}

.navbar .navbar-nav > li:hover:after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.navbar .navbar-nav > .current > a, .navbar .navbar-nav > li:hover > a {
    background: rgba(42, 73, 163, 0.8);
}

.navbar .navbar-nav > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.navbar .nav-child {
    width: 100%;
    position: absolute;
    top: 100%;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s;
    background: rgba(0, 0, 0, 0.45);
}

.navbar .nav-child > li {
    padding: 12px 5px;
    text-align: center;
    position: relative;
}

.navbar .nav-child > li a {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: normal;
    color: #fff;
}

.navbar .nav-child > li:hover {
    background: rgba(42, 73, 163, 0.6);
}

/* 浮动导航 */
/* 浮动导航结束 */
/* banner焦点图 */
.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner * {
    transition: .5s;
}

.banner .swiper-container a {
    display: block;
    width: 100%;
    height: 26vw;
    max-height: 500px;
    min-height: 200px;
    position: relative;
}

.banner .swiper-container .pic {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner .swiper-container a:hover .pic {
    transform: scale(1.05);
}

.banner .swiper-container .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

/* banner焦点图结束 */
.index-ban {
    overflow: hidden;
    position: relative;
}

/* 中部版块 */
@keyframes waveFlow {
    from {
        background-position-x: -10px, 0;
    }

    to {
        background-position-x: -30px, -20px;
    }
}

@keyframes circleAnim {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes oline {
    0% {
        transform: scale(1);
        opacity: 0.25;
    }

    70% {
        transform: scale(1.2);
        opacity: 0.3;
    }

    100% {
        transform: scale(1);
        opacity: 0.25;
    }
}

@keyframes mline {
    0% {
        transform: scale(1);
        opacity: 0.55;
    }

    65% {
        transform: scale(1.2);
        opacity: 0.6;
    }

    75% {
        transform: scale(1.2);
        opacity: 0.6;
    }

    100% {
        transform: scale(1);
        opacity: 0.55;
    }
}

/* 首页中部区域 */
/* 通用样式 */
.flex {
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.index-ksdh {
    position: absolute;
    z-index: 99;
    width: 100%;
    bottom: 0;
    left: 0;
}

.index-ksdh li {
    float: left;
    width: 16.66%;
    text-align: center;
}

.index-ksdh li * {
    transition: .5s;
}

.index-ksdh li a {
    display: block;
    height: 100px;
    width: 100%;
    max-width: 130px;
    margin: 0 auto;
    padding-top: 15px;
    position: relative;
}

.index-ksdh li img {
    height: 32px;
}

.index-ksdh li p {
    font-size: 1rem;
    color: #fff;
    margin-top: 10px;
}

.index-ksdh li a:hover {
    background: url(../images/ksdh-bg.png) no-repeat;
    background-size: cover;
}

.index-ksdh li a:hover img {
    transform: scale(1.1);
}

.row1 {
    padding: 60px 0;
    position: relative;
    background: url(../images/row1-bg.png) center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.index-tab {
    position: relative;
    padding-bottom: 150px;
}

.index-tab * {
    transition: .5s;
}

.index-tab .tabtit {
    margin-bottom: 40px;
}

.index-tab .tabtit ul {
    text-align: center;
}

.index-tab .tabtit li {
    display: inline-block;
    padding: 0 10px 5px 10px;
    margin: 0 20px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.index-tab .tabtit h2 {
    font-size: 1.25rem;
    color: #333333;
    font-weight: normal;
    position: relative;
}

.index-tab .tabtit li:before {
    content: "";
    width: 100%;
    height: 10px;
    background: linear-gradient(270deg, rgba(216, 216, 216, 0) 0%, #8DAEFF 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.index-tab .tabtit li.active h2 {
    color: #2A49A3;
    font-weight: bold;
}

.index-tab .tabtit li.active:before {
    opacity: 1;
    visibility: visible;
}

.index-tab .item {
    position: absolute;
    padding: 0 20px;
    visibility: hidden;
    opacity: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}

.index-tab .item li {
    padding-top: 10px;
}

.index-tab .item .pic {
    margin: 0 auto;
    width: 82px;
    height: 82px;
    opacity: 1;
    position: relative;
}

.index-tab .item .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/fw-bg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.index-tab .item img {
    max-width: 40px;
    max-height: 40px;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.index-tab .item h2 {
    margin-top: 15px;
    font-weight: normal;
    text-align: center;
    font-size: .9375rem;
    color: #333;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-tab .item li:hover .pic:before {
    background: url(../images/fw-bg-on.png) no-repeat;
    background-size: 100% 100%;
    animation: circleAnim 10s linear infinite;
}

.index-tab .item .fw-prev, .index-tab .item .fw-next {
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: 9;
    cursor: pointer;
    top: 50%;
}

.index-tab .item .fw-prev {
    background: url(../images/fw-left.png) no-repeat;
    left: -40px;
}

.index-tab .item .fw-next {
    background: url(../images/fw-right.png) no-repeat;
    right: -40px;
}

.index-tab .item.active {
    visibility: visible;
    opacity: 1;
}

.row2 {
    padding: 50px 0 80px;
    position: relative;
    overflow: hidden;
    background: url(../images/row2-bg.png) center bottom no-repeat;
}

.row2 .left {
    float: left;
    width: 63%;
}

.row2 .right {
    float: right;
    width: 32%;
}

.tabnews .hd {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.tabnews .hd li {
    float: left;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
}

.tabnews .hd li:after {
    content: "";
    width: 1px;
    height: 22px;
    background: #D8D8D8;
    position: absolute;
    right: 0;
    top: 3px;
}

.tabnews .hd li:nth-child(2) {
    padding-left: 20px;
    padding-right: 0;
}

.tabnews .hd li:nth-child(2):after {
    display: none;
}

.tabnews .hd h2 {
    font-size: 1.25rem;
    font-weight: normal;
    color: #333;
    padding-bottom: 10px;
    position: relative;
}

.tabnews .hd h2:after {
    content: "";
    width: 35px;
    height: 4px;
    background: url(../images/index-title.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.tabnews .hd li.on h2 {
    font-weight: bold;
}

.tabnews .hd li.on h2:after {
    opacity: 1;
    visibility: visible;
}

.tabnews .hd .more {
    float: right;
    margin-top: 7px;
}

.tabnews .hd .more a {
    padding-right: 20px;
    background: url(../images/index-more.png) right center no-repeat;
    font-size: .875rem;
    color: #9E9E9E;
    transition: .5s;
}

.tabnews .hd .more a:hover {
    color: #2A49A3;
}

.tabnews .bd {
    overflow: hidden;
}

.tabnews .newpic li {
    background: rgba(219, 232, 237, 0.3);
    overflow: hidden;
}

.tabnews .newpic li * {
    transition: .5s;
}

.tabnews .newpic .pic {
    float: left;
    width: 50%;
    height: 228px;
    overflow: hidden;
}

.tabnews .newpic .pic a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tabnews .newpic .pic a:hover {
    transform: scale(1.05);
}

.tabnews .newpic .txt {
    width: 50%;
    float: right;
    padding: 30px;
}

.tabnews .newpic .tit {
    display: block;
    font-size: 1rem;
    color: #2A49A3;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tabnews .newpic .abst {
    margin-top: 15px;
    font-size: .8125rem;
    color: #888888;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.tabnews .newpic .date {
    margin-top: 10px;
    font-size: .875rem;
    color: #1C6CD2;
    line-height: 30px;
    padding-left: 25px;
    background: url(../images/date.png) left center no-repeat;
    position: relative;
    overflow: hidden;
}

.tabnews .newpic .date:after {
    content: "";
    width: calc(100% - 110px);
    height: 1px;
    background: #1C6CD2;
    position: absolute;
    right: 0;
    top: 50%;
}

.tabnews .newpic .news-pagination {
    position: absolute;
    width: 80px;
    bottom: 0;
    right: 50%;
    left: auto;
    z-index: 9;
    text-align: center;
    height: 25px;
    line-height: 25px;
    background: rgba(26, 153, 237, 0.9);
}

.tabnews .newpic .news-pagination span {
    opacity: .5;
    background: #fff;
}

.tabnews .newpic .news-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.tabnews .newtxt {
    margin-top: 30px;
}

.tabnews .newtxt ul {
    overflow: hidden;
    margin: 0 -20px;
}

.tabnews .newtxt li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
}

.tabnews .newtxt li * {
    transition: .5s;
}

.tabnews .newtxt a {
    display: block;
    margin: 0 20px;
}

.tabnews .newtxt h2 {
    font-size: 1rem;
    font-weight: normal;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tabnews .newtxt .date {
    margin-top: 10px;
    font-size: .75rem;
    color: #888888;
    position: relative;
    overflow: hidden;
}

.tabnews .newtxt .date:after {
    content: "";
    width: calc(100% - 90px);
    height: 1px;
    background: #D6D6D6;
    position: absolute;
    right: 0;
    top: 50%;
}

.tabnews .newtxt a:hover h2 {
    color: #2A49A3;
}

.tabtzgg .hd {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.tabtzgg .hd li {
    float: left;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
}

.tabtzgg .hd li:after {
    content: "";
    width: 1px;
    height: 22px;
    background: #D8D8D8;
    position: absolute;
    right: 0;
    top: 3px;
}

.tabtzgg .hd li:nth-child(2) {
    padding-left: 20px;
    padding-right: 0;
}

.tabtzgg .hd li:nth-child(2):after {
    display: none;
}

.tabtzgg .hd h2 {
    font-size: 1.25rem;
    font-weight: normal;
    color: #333;
    padding-bottom: 10px;
    position: relative;
}

.tabtzgg .hd h2:after {
    content: "";
    width: 35px;
    height: 4px;
    background: url(../images/index-title.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.tabtzgg .hd li.on h2 {
    font-weight: bold;
}

.tabtzgg .hd li.on h2:after {
    opacity: 1;
    visibility: visible;
}

.tabtzgg .hd .more {
    float: right;
    margin-top: 7px;
}

.tabtzgg .hd .more a {
    padding-right: 20px;
    background: url(../images/index-more.png) right center no-repeat;
    font-size: .875rem;
    color: #9E9E9E;
    transition: .5s;
}

.tabtzgg .hd .more a:hover {
    color: #2A49A3;
}

.tabtzgg .bd {
    overflow: hidden;
}

.tabtzgg .bd li {
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #E5E5E5;
    transition: .5s;
}

.tabtzgg .bd a {
    display: block;
}

.tabtzgg .bd .date {
    float: left;
    width: 70px;
    height: 75px;
    background: #F5F9FA;
    padding-top: 15px;
    text-align: center;
    color: #1A69CF;
}

.tabtzgg .bd .day {
    font-size: 1.5rem;
}

.tabtzgg .bd .mon {
    font-size: .75rem;
}

.tabtzgg .bd .txt {
    float: right;
    width: calc(100% - 90px);
    padding-top: 10px;
    padding-right: 10px;
}

.tabtzgg .bd h2 {
    font-weight: normal;
    font-size: 1rem;
    color: #333;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tabtzgg .bd li:hover {
    background: #F5F9FA;
}

.tabtzgg .bd li:hover .date {
    background: #1A99ED;
    color: #fff;
}

.tabtzgg .bd li:hover h2 {
    color: #1B45AC;
    font-weight: bold;
}

/* 首页中部区域 */
/* 底部 */
.footer {
    position: relative;
    padding: 30px 0 30px;
    background: url(../images/footer-bg.png) no-repeat;
    background-size: cover;
}

.footer .container {
    position: relative;
}

.footer .footlogo {
    float: left;
    width: 77px;
    margin-top: 10px;
}

.footer .cory {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

.footer .cory p {
    font-size: .875rem;
    line-height: 30px;
    color: #fff;
}

.footer .ewm {
    float: right;
    width: 88px;
}

.footer .ewm img {
    width: 100%;
}

.footer .ewm p {
    font-size: .75rem;
    margin-top: 10px;
    color: #fff;
    text-align: center;
}

.footer .contact {
    position: absolute;
    width: 130px;
    height: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    top: 40px;
    right: 200px;
}

.footer .contact h2 {
    font-size: .875rem;
    font-weight: normal;
    color: #fff;
    background: url(../images/contact-jiantou.png) right center no-repeat;
}

/* 列表页 */
/* 列表banner */
.listbanner {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.listbanner .pic {
    width: 100%;
    height: 26vw;
    max-height: 500px;
    min-height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.listbanner .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.list-page {
    position: relative;
    z-index: 3;
    min-height: 600px;
    /* background: url(../images/list-page-bg.png) bottom center no-repeat #ffffff; */
    background-size: 100% auto;
    padding: 60px 0 60px;
}

/* 左侧导航 */
.left-nav {
    width: 250px;
    float: left;
    position: relative;
    background: #fff;
}

.left-nav .column {
    padding: 15px 35px;
    background: #2A49A3;
    text-align: center;
}

.left-nav .column h2 {
    font-size: 1.875rem;
    font-weight: normal;
    color: #ffffff;
}

.left-nav .phone-column {
    display: none;
}

.left-nav .sideMenu {
    padding: 30px 15px 160px;
    background: #f5f5f5;
}

.left-nav .sideMenu li {
    position: relative;
    margin-bottom: 10px;
}

.left-nav .sideMenu li > a {
    position: relative;
    display: block;
    padding: 15px 20px;
    background: #fff;
}

.left-nav .sideMenu li > a p {
    background: url(../images/leftnav-ico1.png) right center no-repeat;
    padding-right: 15px;
    font-size: 1.125rem;
    color: #333333;
}

.left-nav .sideMenu dl {
    padding: 15px 30px 15px 40px;
    background: #fff;
    display: none;
}

.left-nav .sideMenu dl dd a {
    display: block;
    font-size: 1rem;
    color: #444444;
    padding: 7px 0 7px 20px;
    position: relative;
    background: url(../images/leftnav-ico3.png) left center no-repeat;
}

.left-nav .sideMenu dl dd:hover a, .left-nav .sideMenu dl dd.current a {
    background: url(../images/leftnav-ico4.png) left center no-repeat;
    font-weight: bold;
    color: #2A49A3;
}

.left-nav .sideMenu li.current > a, .left-nav .sideMenu li:hover > a {
    background: #1A99ED;
}

.left-nav .sideMenu li.current p, .left-nav .sideMenu li:hover p {
    color: #fff !important;
    font-weight: bold;
    background: url(../images/leftnav-ico2.png) right center no-repeat;
}

.left-nav .sideMenu li.current dl {
    display: block;
}

/* 右边内容区域 */
.right-con {
    float: right;
    width: calc(100% - 305px);
}

.location {
    border-bottom: 1px solid #bfbfbf;
}

.curr-col {
    float: left;
}

.curr-col h2 {
    position: relative;
    float: left;
    font-weight: bold;
    font-size: 1.5rem;
    color: #2A49A3;
    padding-bottom: 15px;
}

.curr-col h2:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #2A49A3;
    position: absolute;
    left: 0;
    bottom: 0;
}

.weizhi {
    float: right;
    overflow: hidden;
    margin-top: 15px;
    padding-left: 20px;
    background: url(../images/home.png) left center no-repeat;
    font-size: 0.875rem;
    color: #888888;
}

.weizhi a {
    font-size: 0.875rem;
    color: #888888;
}

.list-text {
    margin-top: 15px;
    overflow: hidden;
}

.list-text * {
    transition: .5s;
}

.list-text li {
    border-bottom: 1px solid #e1e1e1;
}

.list-text li a {
    overflow: hidden;
    display: block;
    padding: 24px 0;
    line-height: 18px;
    width: 95%;
    background: url(../images/list-text-ico.png) right center no-repeat;
    padding-right: 40px;
}

.list-text li h2 {
    float: right;
    display: block;
    width: calc(100% - 120px);
    font-weight: normal;
    font-size: 1rem;
    position: relative;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-text li .date {
    float: left;
    font-size: 1rem;
    color: #2A49A3;
    font-family: Arial, Helvetica, sans-serif;
    padding-right: 15px;
    border-right: 2px solid #2A49A3;
}

.list-text li:hover {
    background: #2A49A3;
    border-bottom: 1px solid #2A49A3;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.45);
}

.list-text li:hover a {
    transform: translateX(10px);
}

.list-text li:hover h2 {
    font-weight: bold;
    color: #fff;
}

.list-text li:hover .date {
    color: #fff;
    border-right: 2px solid #fff;
}

/* 图片列表 */
.list-pic {
    overflow: hidden;
    margin: 30px -15px 0;
}

.list-pic * {
    transition: .5s;
}

.list-pic li {
    width: 33.3%;
    float: left;
    margin-bottom: 35px;
}

.list-pic li a {
    display: block;
    margin: 0 15px;
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
}

.list-pic .pic {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    overflow: hidden;
}

.list-pic .pic img {
    width: 100%;
    position: absolute;
}

.list-pic h4 {
    position: relative;
    padding: 15px 20px;
    font-weight: normal;
    line-height: 16px;
}

.list-pic h4 p {
    font-size: 1rem;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-pic h4 p:before {
    content: "";
    width: 3px;
    height: 16px;
    background: #8db8df;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.list-pic li:hover a {
    background: #0465bc;
}

.list-pic li:hover img {
    transform: scale(1.05);
}

.list-pic li:hover p {
    color: #fff !important;
}

.list-pic li:hover p:before {
    background: #ea9a25;
}

/* 领导团队 */
.list-leader {
    margin: 40px -20px 0;
    overflow: hidden;
}

.list-leader li {
    float: left;
    width: 25%;
    margin-bottom: 20px;
}

.list-leader li a {
    display: block;
    overflow: hidden;
    margin: 0 20px;
}

.list-leader li .pic {
    width: 100%;
    position: relative;
    padding-bottom: 141%;
    overflow: hidden;
}

.list-leader li .pic img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.list-leader li .tit {
    line-height: 44px;
    font-size: 1rem;
    text-align: center;
}

/* 列表线条动画 */
.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 #005dab;
    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-con {
    overflow: hidden;
    margin-top: 30px;
}

.article-con .tit {
    font-size: 1.375rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 15px;
    font-weight: normal;
    color: #284d9a;
    padding: 0 5%;
}

.article-con * {
    word-break: break-all;
}

.article-con table{
    display:flex;
    white-space:nowrap;
    overflow-x:auto;
    width: 100%;  
}
.article-con .info {
    position: relative;
    overflow: hidden;
    line-height: 1.5;
    text-align: center;
    font-size: 0.875rem;
    color: #777777;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #caddef;
}

.article-con .info span {
    margin: 0 10px;
}

.article-con .article-text {
    padding-top: 20px;
    font-size: 1rem;
    line-height: 35px;
    color: #333333;
}

.article-con .article-text p {
    text-indent: 2em;
    padding-bottom: 15px;
}

.article-con .article-text p img, .article-con .article-text p video {
    margin-left: -2em;
    max-width: 100%;
    height: auto !important;
}

.article-con .article-text p.vsbcontent_img {
    text-indent: 0;
}

.article-con .article-text p.vsbcontent_img img {
    margin-left: 0;
}

.article-con .updown {
    border-top: 1px solid #dfe0e2;
    overflow: hidden;
    padding-top: 30px;
}

.article-con .updown a {
    display: block;
    font-size: 1rem;
    color: #333;
    padding: 6px 0;
    -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;
}

.article-con .updown a:hover {
    color: #0562b1;
}

/* 正文表格P不缩进 */
.article-con .article-text table p {
    text-indent: 0;
    padding: 0;
}

.list-muti {
    margin-top: 10px;
}

.list-muti .item {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px dashed #2a49a3;
}

.list-muti .col-tit {
    float: left;
    font-size: 1.25rem;
    line-height: 20px;
    color: #2a49a3;
    font-weight: bold;
    padding-left: 10px;
    border-left: 5px solid;
}

.list-muti ul {
    float: right;
    width:calc(100% - 120px);
    overflow:hidden;
    margin-top: -10px;
}
.list-muti ul li{
    float:left;
    padding: 0 10px;
    width:50%;
    line-height: 30px;
}
.list-muti ul li a{
    display:block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0;
    transition:.5s;
}
.list-muti ul li a:hover{
    color:#2a49a3;
}


.index-contact{
    overflow:hidden;
    margin-top:30px;
}
.index-contact .contact-tit{
    position:relative;
    margin-bottom: 30px;
}
.index-contact .contact-tit h2 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
    padding-bottom: 10px;
    position: relative;
}

.index-contact .contact-tit:after {
    content: "";
    width: 35px;
    height: 4px;
    background: url(../images/index-title.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .5s;
}



.index-contact .box{
    overflow:hidden;
}

.index-contact .box ul{
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     justify-content: space-between;
}

.index-contact .box li{
    float:left;
    width:calc(20% - 10px);
    border:1px solid #efefef;padding:10px;
}

.index-contact .box li h2{
    font-size:1.125rem;
    color:#1c6cd2;
    margin-bottom:20px;
}

.index-contact .box li p{
    font-size:0.875rem;
    line-height:28px;
}

