﻿.pc {
    display: block;
}



.mbl {
    display: none;
}



.logo {
    float: left;
}

.m_nav, .m_img {
    display: none;
}

.m_img {
    margin-left: 12px;
}

.m_img a .m_menuimg {
    width: 24px;
    vertical-align: top;
    display: block;
}

.m_nav {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 10000;
}

.m_nav .closecover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.m_nav .m_navList {
    position: absolute;
    width: 80%;
    top: 0px;
    background: #fff;
    height: 100%;
    z-index: 100;
    left: -80%;
    padding-top: 66px;
    overflow-y: auto;
}

.m_nav .closeicon {
    position: absolute;
    width: auto;
    right: 16px;
    top: 22px;
    z-index: 105;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
}

.m_nav .closeicon a {
    height: 22px;
    display: block;
}

.m_nav .m_navList ul li:first-child {
    border-top: 1px solid #f0f0f0;
}

.m_nav .m_navList ul li {
    border-bottom: 1px solid #f0f0f0;
}

.m_nav .m_navList ul li .m_f_a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.m_nav .m_navList ul li .m_s_nav {
    display: none;
    width: 100%;
    padding-bottom: 8px;
}

.m_nav .m_navList ul li .m_f_a a {
    flex: 1;
}

.m_nav .m_navList ul li .m_f_a i {
    width: 54px;
    height: 35px;
    box-sizing: border-box;
    padding: 0 5px;
    display: block;
}

.m_nav .icon {
    background: url(../image/plus.png) 100% no-repeat;
    background-position: 50% 50%;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}

.m_nav .icon_on {
    background: url(../image/reduce.jpg) 50% no-repeat!important;
    background-position: 50% 50%;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}

.m_nav .m_navList ul li .m_s_nav a {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 5%;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
}

.m_nav .m_navList ul li a {
    display: block;
    height: 45px;
    color: #333;
    line-height: 45px;
    padding-left: 4%;
    font-size: 15px;
}

.m_nav .m_navList ul li .m_f_a i {
    width: 54px;
    height: 35px;
    box-sizing: border-box;
    padding: 0 5px;
    display: block;
}

.tophide .header .m_img a.tow, .header .m_img a.one {
    display: block;
}

.tophide .header .m_img a.one, .header .m_img a.tow {
    display: none;
}





.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.header.colbg {
    background-color: rgba(33, 101, 153, .9);
    
}

.header .ab {
    justify-content: space-between;
    align-items: center;
}

.nav .navLi {
    float: left;
    position: relative;
    cursor: pointer;
}

.nav .nav-a {
    font-size: 16px;
    color: #ffffff;
    line-height: 134px;
    transition: all .4s;
    padding: 0 28px;
}

.nav .navLi.active .nav-a {
    color: #0a5994;
}

.header.colbg .nav .navLi.active .nav-a {
    color: #8dceff;
}

.hdTel {
    font-size: 16px;
    color: #fff;
}

.hdTel img {
    margin-right: 25px;
}

.banner {
    position: relative;
}

.swiper-slide {
    position: relative;
}

.banTxt {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banTxt .tit {
    font-size: 60px;
    line-height: 82px;
    color: #fff;
    font-weight: bold;
}

.banTxt-but {
    display: flex;
    height: 86px;
    width: 86px;
    border: dashed 1px rgba(255, 255, 255, .5);
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    border-radius: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.banTxt-but:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: dashed 1px #fff;
    border-radius: 100%;
    animation: banbut 2s ease 0s infinite;
}

@keyframes banbut {
    0% {
        transform: scale(1);
        opacity: .5;
    }
    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

.ban-mouse {
    font-size: 12px;
    color: #fff;
    position: absolute;
    z-index: 3;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    align-items: center;
}

.ban-mouse img {
    margin-right: 20px;
}



.footTop {
    background-color: #3c3c3c;
    padding: 55px 0 120px;
}

.footTop .ab, .footBtm .ab {
    justify-content: space-between;
}

.footTop .tit {
    font-size: 20px;
    color: #fff;
    margin-bottom: 35px;
}

.footTop li a {
    line-height: 28px;
    color: #aaaaaa;
}

.footTop .footTel {
    font-size: 22px;
    color: #999999;
    font-weight: bold;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
}

.footTop .footTel img {
    margin-right: 15px;
}

.footGzhu {
    border: solid 1px #505050;
    display: flex;
    display: -webkit-flex;
    margin-bottom: 10px;
}

.footGzhu div {
    width: 60px;
    height: 58px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;    color: rgba(255, 255, 255, .2);
    line-height: 16px;
}

.footGzhu div .hove_lh {
    position: absolute;
    width: 120px;
    height: 120px;
    background: #ffff;
    bottom: 100%;
    margin-bottom: 10px;
    padding: 10px;
    display: none;
}

.footGzhu div:hover .hove_lh {
    display: block;
}

.footGzhu div .hove_lh img {
    width: 100%;
}

.footGzhu div:nth-child(1) {
    color: rgba(255, 255, 255, .2);
    line-height: 16px;
}

.footGzhu div:not(:last-child) {
    border-right: solid 1px #505050;
}

.linkBox {
    position: relative;
}

.linkBox .tits {
    width: 185px;
    height: 60px;
    background: #343434 url(../image/link-jiao.png) no-repeat right 20px bottom 24px;
    font-size: 14px;
    line-height: 60px;
    padding: 0 22px;
    color: #fff;
    cursor: pointer;
}

.linkBox ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #343434;
    font-size: 13px;
    display: none;
    z-index: 2;
}

.linkBox ul li {
    padding: 5px 22px;
}

.footBtm {
    background-color: #343434;
    padding: 40px 0;
}

.footBtm * {
    font-size: 12px;
    color: #666666;
}

.footBtm div a {
    margin-left: 35px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footBtm div a:hover {
    color: #fff;
}

.footBtm div span {
    margin-right: 5px;
}



.idxOne {
    padding: 75px 0;
}

.idxOne-row {
    margin: 0 -7px;
}

.idxOne-col {
    padding: 0 7px;
}

.idxOneDl {
    position: relative;
}

.idxOneDl dt {
    position: relative;
}

.idxOneDl dt .idxOneDtxt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.idxOneDl .title {
    margin-bottom: 35px;
}

.idxOneDl .tit {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 5px;
}

.idxOneDl .en {
    font-size: 12px;
    color: #ffffff;
    opacity: .5;
}

.idxOneDl dd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 84, 137, .9);
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.idxOneDl:hover dd {
    visibility: visible;
    opacity: 1;
}

.idxOneDl:hover .idxOneDtxt {
    opacity: 0;
    visibility: hidden;
}

.idxOneDl dd ul {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
}

.idxAbo-lt {
    width: 41.145%;
    background: url(../image/idxabo-bg.jpg) no-repeat center center/cover;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
}

.idxTit {
    font-size: 48px;
    color: #333333;
    font-weight: bold;
}

.idxTit.w {
    color: #fff;
}

.idxAbo-lt .txt {
    color: #ffffff;
    line-height: 28px;
    margin-bottom: 135px;
    margin-top: 40px;
    height: 196px;
    overflow: hidden;
}

.idxAbo-lt .more-but {
    float: right;
}

.more-but {
    color: #0a5994;
    border-bottom: solid 1px rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.more-but:hover {
    color: #0a5994;
    border-bottom: solid 1px #0a5994;
}

.more-but.w {
    color: #fff;
}

.idxAbo-lt .div {
    width: 63.467%;
    min-width: 420px;
    padding-right: 70px;
}

.idxAboSwp .swiper-slide {
    position: relative;
}

.idxAboSwp .tit {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}

.swp-but {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}

.swp-pv {
    left: 0;
}

.swp-nt {
    right: 0;
}

.idxAbo-rt {
    width: 58.855%;
    position: relative;
}

.idxAbo-pg {
    position: absolute;
    z-index: 3;
    font-size: 20px;
    color: #fff;
    bottom: 170px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
}

.idxAbo-tab {
    position: absolute;
    z-index: 3;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 86.725%;
}

.idxAbo-tab li {
    width: 33.333%;
    padding: 0 5px;
    float: left;
}

.idxAbo-tab li span {
    background-color: rgba(255, 255, 255, .7);
    display: block;
    width: 100%;
    height: 68px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    line-height: 24px;
    font-size: 20px;
    color: #0a5994;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.idxAbo-tab li.active span {
    background-color: #0a5994;
    color: #fff;
}

.idxAbo-tab li:hover span {
    background-color: #0a5994;
    color: #fff;
}

.idxAboss-li {
    display: none;
}

.idxAboss-li.vis {
    display: block;
}



.idxTeam {
    padding: 80px 0 120px;
    background-color: #f6f6f6;
}

.idxTeam-hd {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.idxTeam-hd .div {
    align-items: center;
}

.idxTeam-hd ul {
    margin-left: 50px;
}

.idxTeam-hd ul li {
    float: left;
    padding: 0 4px;
}

.idxTeam-hd ul li span {
    width: 120px;
    height: 48px;
    border: solid 1px #eaeaea;
    line-height: 46px;
    text-align: center;
    color: #0a5994;
    display: block;
    font-weight: bold;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    cursor: pointer;
}

.idxTeam-hd ul li span:after {
    content: "";
    background: url(../image/idxnew-jian.png) no-repeat center center/100%;
    width: 9px;
    height: 5px;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
}

.idxTeam-hd ul li.active span:after {
    visibility: visible;
    opacity: 1;
}

.idxTeam-hd ul li.active span {
    background-color: #0a5994;
    color: #fff;
    border-color: #0a5994;
}

.idxTeam-hd ul li:hover span {
    border-color: #0a5994;
}

.idxTeam-div {
    padding-bottom: 175px;
    position: relative;
}

.idxTeam-div>.imgDiv {
    height: 700px;
}

.idxTeam-div>.imgDiv img {
    display: none;
}

.idxTeam-swp {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.idxTeam-swp .div {
    position: relative;
}

.idxTeamSwp {
    margin: 0 -13px;
    padding-bottom: 10px;
}

.idxTeamSwp-pv, .idxTeamSwp-nt {
    top: 30%;
}

.idxTeamSwp-pv {
    left: -110px;
}

.idxTeamSwp-nt {
    right: -110px;
}

.idxTeamSwp .swiper-slide {
    padding: 0 13px;
}

.idxTeamSwp .swiper-slide dl {
    box-shadow: 0px 0px 9.8px 0.2px rgba(4, 0, 0, 0.05);
    cursor: pointer;
}

.idxTeamSwp dd {
    height: 165px;
    background-color: #ffffff;
    padding: 30px;
    position: relative;
}

.idxTeamSwp dd .tit {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 5px;
    position: relative;
    padding-right: 50px;
}

.idxTeamSwp dd .tit:after {
    content: "";
    width: 20px;
    height: 6px;
    background: url(../image/lue.png) no-repeat center center/100%;
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
}

.idxTeamSwp dd .txt {
    font-size: 12px;
    line-height: 18px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 36px;
    width: 170px;
    max-width: 100%;
}

.idxTeamSwp dd .nm {
    color: #999999;
    position: absolute;
    right: 30px;
    bottom: 15px;
}



.idxHor {
    padding: 90px 0 0;
}

.idxHor-row {
    margin: 0 -13px;
}

.idxHor-col {
    padding: 0 13px;
}

.idxHor-dl dt {
    margin-bottom: 20px;
}

.idxHor-dl .tit {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.idxKhu {
    padding-top: 90px;
}

.idxKhu-div {
    position: relative;
}



.idxKhuSwp {
    width: 55.208%;
    margin-left: 0;
}

.idxKhu-img {
    position: absolute;
    left: 50%;
    width: 35.416%;
    background-color: #f6f6f6;
    padding: 45px 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}

.idxKhu-img .tit {
    margin-bottom: 10px;
    padding: 0 15px;
    text-align: center;
}

.idxKhuSwp-but {
    position: absolute;
    right: 12.735%;
    bottom: 60px;
    z-index: 3;
    font-size: 12px;
    color: #cccccc;
}

.idxKhuSwp-but>div {
    margin: 0 15px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.idxKhuSwp-but>div:hover {
    color: #0a5994;
}

.idxKhuSwp-pg {
    position: absolute;
    left: 60px;
    bottom: 60px;
    z-index: 3;
    font-size: 20px;
    color: #fff;
}



.idxNew {
    padding: 90px 0 120px;
}

.idxNew-dl dt {
    position: relative;
}

.idxNew-dl dt .date {
    position: absolute;
    top: 0;
    background-color: #1c659a;
    color: #fff;
    width: 98px;
    text-align: center;
}

.idxNew-bigdl dt .date {
    padding: 30px 5px;
    left: 40px;
    font-weight: bold;
}

.idxNew-smldl dt .date {
    padding: 15px 5px;
    left: 20px;
}

.idxNew-dl dt .date .div {
    display: inline-block;
    text-align: left;
}

.idxNew-dl dt .date .day {
    font-size: 18px;
    margin-bottom: 2px;
}

.idxNew-bigdl {
    border: solid 1px #eaeaea;
    height: 100%;
}

.idxNew-bigdl dd {
    padding: 30px 40px;
}

.idxNewAb {
    margin: 0 -15px;
}

.idxNewAb-li {
    display: none;
}

.idxNewAb-li.vis {
    display: block;
}

.idxNew-smldl:not(:last-child) {
    margin-bottom: 34px;
}

.idxNew-smldl a {
    display: flex;
    display: -webkit-flex;
}

.idxNew-smldl:nth-child(2n) a {
    flex-direction: row-reverse;
}

.idxNew-smldl dt {
    width: 280px;
    flex-shrink: 0;
    max-width: 42%;
}

.idxNew-smldl dd {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    width: 58%;
    border-bottom: solid 1px #eaeaea;
    padding-left: 30px;
}

.idxNew-smldl:nth-child(2n) dd {
    padding-right: 30px;
    padding-left: 0;
}

.idxNew-dl .tit {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 15px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.idxNew-dl .txt {
    line-height: 28px;
    color: #999999;
    padding-bottom: 26px;
    position: relative;
}

.idxNew-dl .txt .div {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 56px;
}

.idxNew-dl .txt:after {
    content: "";
    width: 20px;
    height: 6px;
    background: url(../image/lue.png) no-repeat center center/100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.idxNew-bigdl dd .txt .div {
    height: 28px;
}



.mbxNav {
    position: absolute;
    bottom: 30px;
    right: 14.583%;
    z-index: 2;
    align-items: center;
}

.mbxNav a {
    font-size: 12px;
    color: #ffffff;
}

.mbxNav .jian, .mbxNav .home {
    font-size: 0;
}

.mbxNav .home {
    margin-right: 10px;
}

.mbxNav .jian {
    margin: 0 8px;
}

.mbxNav .jian:last-child {
    display: none;
}

.mbxNav li.active a {
    color: #22699e;
}

.tactDiv {
    max-width: 260px;
    padding: 0 10px;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
}

.tactAb {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 125px;
    margin-bottom: 95px;
}

.tactDiv .icon {
    margin-bottom: 25px;
    display: block;
}

.tactDiv .tit {
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 5px;
}

.tactDiv .txt1 {
    color: #999999;
    margin-bottom: 30px;
}

.tactDiv .txt2 {
    font-size: 22px;
    color: #000000;
}



.npgTit {
    font-size: 48px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.npgBox {
    padding-top: 90px;
    padding-bottom: 110px;
}

.tactBox {
    padding-bottom: 0 !important;
}



.joinLft {
    width: 380px;
}

.joinDl {
    position: relative;
    width: 380px;
    max-width: 100%;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
}

.joinDl dt img {
    display: none;
}

.joinDl dd {
    margin: 90px 0;
}

.joinDl dd .icon {
    margin-bottom: 45px;
}

.joinDl dd .tit {
    font-size: 16px;
    color: #b4b4b4;
    margin-bottom: 5px;
}

.joinDl dd .txt {
    font-size: 26px;
    color: #336699;
}

.joinRit {
    width: 72.058%;
    background-color: #f8f8f8;
    padding: 80px 60px 105px;
}

.joinRit .tit {
    font-size: 38px;
    color: #000000;
    margin-bottom: 35px;
}

.joinRow {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 60px;
}

.joinCol {
    padding: 5px;
}

.joinCol input {
    width: 100%;
    height: 53px;
    color: #999999;
    padding: 0 20px;
}

.joinCol textarea {
    height: 180px;
    padding: 15px 20px;
    width: 100%;
}

.joinBut {
    margin-top: 20px;
}

.joinBut .but {
    background-color: #336699;
    color: #fff;
    height: 55px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}



.newsHead {
    position: relative;
}

.newsHead .newsNav {
    position: absolute;
    right: 0;
    bottom: 0;
}

.newsNav li, .newsNav li a {
    float: left;
}

.newsNav li:not(:last-child) {
    margin-right: 40px;
}

.newsNav li a {
    display: block;
    font-size: 20px;
    color: #666666;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.newsNav li:hover a {
    color: #22699e;
}

.newsNav li.active a {
    color: #22699e;
}

.idxNewdl {
    padding: 50px 0;
    border-bottom: solid 1px #eeeeee;
}

.idxNewdl dt {
    width: 35.661%;
    flex-shrink: 0;
}

.idxNewdl dt .date {
    padding-top: 35px;
    padding-bottom: 35px;
    left: 20px;
}

.idxNewdl dd {
    width: 64.339%;
    padding-left: 70px;
    align-items: center;
}

.idxNewdl dd .tit {
    margin-bottom: 35px;
    font-size: 26px;
}

.idxNewdl dd .txts {
    font-size: 20px;
    line-height: 30px;
    color: #999999;
    height: 60px;
    margin-bottom: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
}

.idxNewdl dd .moreBut {
    color: #0a5994;
    font-weight: bold;
}

.idxNewdl dd .moreBut .iconfont {
    font-size: 12px;
    margin-left: 3px;
}



.pagination {
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    margin: 0;
    margin-top: 45px;
}

.pagination li a, .pagination li span {
    border: 0;
    background-color: rgba(0, 0, 0, 0) !important;
    width: 55px;
    height: 55px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.pagination .pgJian a, .pagination .pgJian span {
    font-size: 12px;
    color: #333;
    background-color: #f0f0f0 !important;
    color: #095085;
    border-radius: 0 !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin: 0 30px;
}

.pagination .pgJian:hover a, .pagination .pgJian:hover span {
    background-color: #22699e !important;
    color: #ffffff;
}

.pagination li.active a, .pagination li.active span {
    color: #095085 !important;
}



.newspgHd {
    text-align: center;
    padding-bottom: 70px;
    border-bottom: solid 1px #eeeeee;
    margin-bottom: 65px;
}

.newspgHd .tit {
    font-size: 46px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 15px;
}

.newspgHd ul {
    font-size: 16px;
    color: #999999;
    justify-content: center;
    align-items: center;
}

.newspgHd ul li:not(:last-child) {
    margin-right: 40px;
}

.newspgHd ul .icon {
    margin-right: 10px;
}

.newspgBy img {
    max-width: 100%;
}

.newspgBy {
    font-size: 20px;
    color: #666666;
    line-height: 38px;
}

.newspg-pgin {
    background-color: #f7f7f7;
    padding: 85px 0;
}

.newspg-pdiv {
    position: relative;
    padding: 0 30px;
}

.newspg-pdiv ul {
    justify-content: space-between;
    align-items: flex-start;
}

.returnBut {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.newspg-nt {
    text-align: right;
}

.newspg-pv, .newspg-nt {
    max-width: 45%;
}

.newspg-pv .nm, .newspg-nt .nm {
    font-size: 18px;
    color: #999999;
    position: relative;
    margin-bottom: 10px;
}

.newspg-pv .nm .iconfont, .newspg-nt .nm .iconfont {
    color: #22699e;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.newspg-pv .nm .iconfont {
    left: -30px;
}

.newspg-nt .nm .iconfont {
    right: -30px;
}

.newspg-pv .nmTxt, .newspg-nt .nmTxt {
    font-size: 26px;
    color: #000000;
    line-height: 28px;
}

.returnBut {
    font-size: 20px;
    color: #666666;
}

.returnBut .icon {
    margin-right: 15px;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.npgBjiqi {
    text-align: center;
}

.npgBjiqi img {
    max-width: 100%;
}

.npgsTit {
    margin-bottom: 65px;
}

.npgBpage {
    padding-bottom: 0 !important;
}

.aboBox .txt {
    font-size: 20px;
    line-height: 30px;
    color: #666666;
}

.aboBox-lt {
    width: 50.367%;
    flex-shrink: 0;
    padding-top: 110px;
}

.aboSwp {
    width: 530px;
    height: auto;
    max-width: 40%;
}

.aboButs {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: flex;
    display: -webkit-flex;
    width: 130px;
    height: 54px;
    background-color: #f9f9f9;
    justify-content: center;
    align-items: center;
}

.aboButs .aboButs-pv {
    margin-right: 40px;
    transition: all .4s;
    opacity: .5;
}

.aboButs .aboButs-nt {
    transition: all .4s;
    opacity: .5;
}

.aboButs .aboButs-nt:hover {
    opacity: 1;
}

.aboButs .aboButs-pv:hover {
    opacity: 1;
}

.abo-down {
    margin-top: 65px;
    color: #13598d;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.abo-down i {
    margin-right: 30px;
}

.aboBoxAb {
    align-items: flex-start;
    justify-content: space-between;
}

.aboSwp {
    margin-right: 0;
}

.aboBox {
    padding: 70px 0 95px;
}



.npgs-tit {
    text-align: center;
    margin-bottom: 65px;
}

.npgs-tit .tits {
    font-size: 40px;
    margin-bottom: 25px;
}

.npgs-tit .txt {
    font-size: 20px;
    color: #444444;
    margin: auto;
    line-height: 36px;
}

.abo-idxAbo {
    padding: 60px 0;
}



body {
    position: relative;
}

.vdoBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 88;
    display: none;
}

.vdoBox {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 89;
    display: none;
    max-width: 90%;
    width: 900px;
}

.vdoBox .closeBut {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 20px;
    cursor: pointer;
}



.swp-but {
    width: 68px;
    height: 68px;
    background-color: rgba(255, 255, 255, .9);
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #0a5994;
    font-weight: bold;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.swp-but:hover {
    background-color: rgba(10, 89, 148, .9);
    color: #fff;
}

.idxOneDl dt .imgDiv, .idxTeamSwp .swiper-slide dt, .idxHor-dl dt, .idxNew-dl dt .imgDiv {
    overflow: hidden;
}

.idxOneDl dt .imgDiv img, .idxTeamSwp .swiper-slide dt img, .idxHor-dl dt img, .idxNew-dl dt .imgDiv img, .idxTeamSwp dd .tit, .idxHor-dl .tit, .idxNew-dl .tit, .footTop li a {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.idxOneDl:hover dt .imgDiv img, .idxTeamSwp .swiper-slide dl:hover dt img, .idxHor-dl:hover dt img, .idxNew-dl:hover dt .imgDiv img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.idxTeamSwp dl:hover dd .tit, .idxHor-dl:hover .tit, .idxNew-dl:hover .tit {
    color: #0a5994;
}

.footTop li:hover a {
    color: #fff;
}



.aboMaps {
    padding-top: 100px;
}

.aboMaps .txt {
    font-size: 20px;
    color: #444444;
    text-align: center;
    padding: 15px 0;
}

.npgNoor {
    padding-top: 40px;
}

.tanBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    z-index: 89;
    display: none;
}

.tanBox {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 70.833%;
    background-color: #fff;
    padding: 50px 105px 75px;
    z-index: 99;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
}

.tanBox .tanBox-hd {
    margin-bottom: 10px;
}

.tanBox .tit {
    font-size: 30px;
    color: #13598d;
}

.tanBox .nm {
    font-size: 40px;
    color: #333333;
    font-weight: bold;
}

.tanBox .textDiv {
    height: 480px;
    height: 49.484vh;
    overflow-x: hidden;
    padding-right: 15px;
}

.tanBox .txt {
    font-size: 24px;
    line-height: 36px;
    color: #444444;
}

.tanBox .textDiv::-webkit-scrollbar {
    width: 2px;
    background-color: #e7e7e7;
}

.tanBox .textDiv::-webkit-scrollbar-thumb {
    background-color: #2595b9;
}

.tanBox .close {
    position: absolute;
    right: 35px;
    top: 20px;
    cursor: pointer;
}

.div_her_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: -1;
    padding-top: 86px;
    text-align: center;
    display: none;
}

.div_her_hover img {
    margin: auto;
    width: 45px;
    margin-bottom: 20px;
}

.div_her_hover li a {
    font-size: 14px;
    color: #333;
    text-align: center;
    display: inline-block;
    padding: 16px 10px;
    border-top: 1px solid rgba(0, 0, 0, .18);
    width: 100%;
    transition: all .4s;
}

.nav .navLi:hover .div_her_hover {
    display: block;
}

.nav .navLi:hover .nav-a, .div_her_hover li a:hover {
    color: #0a5994;
}

.lh_sdsd {
    width: 100%;
    position: relative;
}

.xz_ne {
    display: none;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
}

.tem_prev, .tem_next {
    margin: 0 10px;
}

.team_tk {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.team_tk.act {
    opacity: 1;
    visibility: visible;
}

.team_tk .team_top {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1200px;
    max-width: 80%;
    background: #fff;
    transform: translate(-50%, -50%);
    padding: 50px 80px;
}

.team_tk .team_top .team_code {
    position: absolute;
    top: 20px;
    right: 40px;
    width: 23px;
    height: 23px;
    background: url(../image/close.png) no-repeat center center/100%;
    cursor: pointer;
}

.team_title h5 {
    font-size: 30px;
    color: #0a5994;
    margin-bottom: 20px;
}

.team_title h3 {
    font-size: 40px;
    margin-bottom: 30px;
}

.team_title .tit {
    font-size: 24px;
    line-height: 36px;
    max-height: 480px;
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    background: #0a5994 !important;
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #0a5994;
}
.hss-werm {
    display: flex;
    align-items: center;
    margin-left: 6px;
}

.hss-werm .img{
    margin: 0 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}.hss-werm .img p{
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-top: 4px;

}

.hss-werm .img img{
    width: 72px;
    height: 72px;
   
    background: #fff;
    
}

.hdRight{
    display: flex;
    align-items: center;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {}



@media screen and (min-width: 1200px) {}