html {
    scroll-behavior: smooth
}

body {
    font: 300 18px/170% Microsoft YaHei, sans-serif;   
}

a {
    color: #000
}

a:hover {
    color: #0046ae;
    text-decoration: none
}

.noclick {
    pointer-events: none
}

.column {
    font-size: 36px;
    line-height: 56px;
    color: #0046ae;
    text-align: center;
    height: 56px;
    position: relative;
    margin-bottom: 33px;
    background: url("../img/columnline.gif") repeat-x 0 60%
}

.column.cwmargin {
    margin-bottom: 13px
}

.column a {
    color: #0046ae
}

.column .columnName {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 90px;
    z-index: 1
}

.column .columnName::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: inline-block;
    border-top: 56px solid #fff;
    border-left: 50px solid rgba(0, 0, 0, 0);
    border-right: 50px solid rgba(0, 0, 0, 0)
}

.column .columnName span {
    width: 16px;
    height: 16px;
    position: relative;
    margin-right: 30px
}

.column .columnName span:last-child {
    margin-right: 0;
    margin-left: 30px;
    transform: rotateY(180deg)
}

.column .columnName span::before {
    content: "";
    width: 11px;
    height: 11px;
    background: #cce0ee;
    position: absolute;
    left: 0;
    top: 0
}

.column .columnName span::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #ff2626;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1
}

.intro_column {
    margin: 0 0 20px
}

.intro_column a {
    font-size: 22px;
    color: #666;
    line-height: 1em;
    font-weight: bold
}

.wrapper {
    overflow: hidden
}

.adv {
    height: 110px;
    margin-top: 20px
}

.adv li {
    display: none;
    width: 100%;
    height: 100%;
    position: relative
}

.adv li span {
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    line-height: 200%
}

.adv img {
    width: 100%;
    height: 100%
}


.topNav {
    width: 1400px;
    height: 140px;
    padding-top: 20px;
    box-sizing: border-box;
    overflow: unset
}

.logo {
    margin-top: 10px;
    float: left
}

.navIcon {
    width: 30px;
    height: 30px;
    background-position: 50% 0;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto
}

.navIcon.wapIcon {
    background-image: url("../img/news.png")
}

.navIcon.radioIcon {
    background-image: url("../img/radio.png")
}

.navIcon.tvIcon {
    background-image: url("../img/tv.png")
}

.navIcon.phoneIcon {
    background-image: url("../img/phone.png")
}

.navIcon.clientIcon {
    background-image: url("../img/app.png")
}

.navIcon.rongIcon {
    background-image: url("../img/rong.png")
}

.topInfo {
    width: 760px;
    margin: 25px;
    float: right;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

.topInfo .Search {
    width: 275px;
    height: 50px;
    overflow: hidden;
    float: left;
    border-radius: 10px;
    margin: 3px 3% 0 0;
    border: 1px solid #ddd
}

.topInfo .Search:hover .search-1,
.topInfo .Search:hover .search-2 {
    background-color: #fff
}

.topInfo .Search .search-1 {
    width: 229px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 16px;
    color: #000;
    outline: none;
    float: left;
    background: #fafafa;
    transition: .2s;
    font-weight: 300
}

.topInfo .Search .search-1:focus {
    background-color: #fff
}

.topInfo .Search .search-1:focus+.search-2 {
    background-color: #fff;
    background-image: url("../img/search-1.png")
}

.topInfo .Search .search-2 {
    width: 46px;
    height: 50px;
    float: left;
    cursor: pointer;
    background-image: url("../img/search.png");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fafafa;
    transition: .2s
}

.topInfo .Search .search-2:hover {
    background-image: url("../img/search-1.png")
}

.topInfo .Search ::-webkit-input-placeholder {
    color: #888
}

.topInfo .Search :-moz-placeholder {
    color: #888
}

.topInfo .Search ::-moz-placeholder {
    color: #888
}

.topInfo .Search :-ms-input-placeholder {
    color: #888
}

.topInfo .service_fun {
    float: right;
    display: flex
}

.topInfo .service_fun li {
    padding: 0 15px 15px;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    position: relative
}

.topInfo .service_fun li::after {
    content: "";
    width: 1px;
    background: #ddd;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 15px
}

.topInfo .service_fun li:first-child::after {
    content: none
}

.topInfo .service_fun li:last-child {
    padding-right: 0
}

.topInfo .service_fun li:hover .navIcon {
    animation: rongJump .2s forwards linear
}

.topInfo .service_fun li .jumpNav {
    width: 200px;
    background: #fff;
    position: absolute;
    top: 95%;
    left: calc((100% - 200px)/2);
    z-index: 99;
    padding: 15px 0 40px;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    visibility: hidden;
    text-align: center;
    transition: .3s;
    opacity: 0;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .2)
}

.topInfo .service_fun li .jumpNav.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(2%)
}

.topInfo .service_fun li .jumpNav p {
    font-size: 16px;
    color: #666
}

.topInfo .service_fun li .jumpNav p strong {
    color: #000
}

.topInfo .service_fun li .jumpNav img {
    height: auto;
    margin-top: 20px;
    padding: 7px;
    border: 1px solid #ebebeb;
    border-radius: 6px
}

.topInfo .service_fun li .jumpNav img.appImg {
    border-radius: 20px
}

.topInfo .service_fun li .jumpNav span {
    display: inline-block;
    padding: 0 25px;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    margin-top: 13px;
    border-radius: 5px;
    background: #ff2626;
    transition: background .3s
}

.topInfo .service_fun li .jumpNav span:hover {
    background: rgba(255, 38, 38, .8)
}

.topInfo .service_fun img {
    border-radius: 0
}

.topInfo .service_fun span {
    margin-top: 12px;
    display: block;
    line-height: 1em
}

@keyframes rongJump {
    50% {
        transform: translateY(-5px)
    }

    100% {
        transform: translateY(0)
    }
}

.rong {
    width: 200px;
    background: #fff;
    position: absolute;
    top: 95%;
    left: calc((100% - 200px)/2);
    z-index: 99;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
    padding: 15px 0 30px;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    visibility: hidden;
    opacity: 1;
    transition: opacity .4s, top .3s
}

.rong.show {
    top: 100%;
    opacity: 1;
    visibility: visible
}

.rong .rong_name {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: relative;
    border-bottom: 1px solid #ebebeb
}

.rong .rong_name p {
    width: 50%;
    padding: 0 6px 10px;
    font-size: 16px;
    line-height: 100%;
    color: #666;
    cursor: pointer
}

.rong .rong_name .rong_cur {
    font-weight: bold;
    color: #000;
    border-bottom: 3px solid #0146ae
}

.rong .rong_con {
    text-align: center;
    font-size: 16px;
    line-height: 45px;
    margin-top: 20px
}

.rong .rong_con p {
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center
}

.rong .rong_con p:hover {
    background: #ebebeb
}

.rong .rong_con font {
    font-size: 16px;
    line-height: 1em;
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: auto 100%
}

.rong .rong_con font.sina {
    background-image: url("../img/sina.png")
}

.rong .rong_con font.wx {
    background-image: url("../img/weixin.png")
}

.rong .rong_con font.tt {
    background-image: url("../img/toutiao.png")
}

.rong .rong_con font.dy {
    background-image: url("../img/douyin.png")
}

.rong .rong_con font.ks {
    background-image: url("../img/ksh.png")
}

.rong .rong_con font.zh {
    background-image: url("../img/zhu.png")
}

.rong .rong_con .rongEM {
    text-align: center;
    height: 112px;
    display: none;
    margin-top: 20px
}

.rong .rong_con .rongEM img {
    width: 100px;
    height: auto;
    padding: 5px;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    display: none
}

.nav_wrap.mCenter {
    width: 1440px;
    margin: 0 auto
}

.nav_wrap.mCenter .pushNav {
    padding-left: 5px
}

.nav {
    height: 50px;
    line-height: 50px;
    background: #0146ae;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    justify-content: center
}

.nav ul {
    width: 1400px;
    display: flex
}

.nav li {
    color: #fff;
    text-align: center;
    cursor: pointer;
    padding: 0px 25px;
    font-weight: bold
}

.nav li:nth-last-child(2) {
    padding-right: 0
}

.nav li:last-child,
.nav li:first-child {
    width: 14px;
    padding: 0
}

.nav li:first-child {
    margin-left: -10px
}

.nav li.nav_language {
    background: #ff2626;
    position: relative;
    box-shadow: -16px 0 10px -2px rgba(0, 0, 0, .15), 16px 0 10px -2px rgba(0, 0, 0, .15);
    line-height: 43px;
    padding: 0 35px
}

.nav li.nav_language::before,
.nav li.nav_language::after {
    content: "";
    position: absolute
}

.nav li.nav_language::before {
    position: absolute;
    top: -10px;
    right: 100%;
    border-bottom: 10px solid #ad0101;
    border-left: 15px solid rgba(0, 0, 0, 0);
    z-index: -1
}

.nav li.nav_language::after {
    background: #ff2626;
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    top: -10px
}

.nav li span {
    display: inline-block;
    position: relative;
}

.nav li.showNav span::after {
    top: 50%;
    transform: rotate(135deg)
}

.nav .nav_item a {
    color: #ffffff;
}
.nav .nav_item a:hover {
    color: #ffff00;
}

.pushNav {
    height: 0;
    overflow: hidden;
    transition: height .2s;
    position: relative;
    font-size: 18px
}

.pushNav::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 15px;
    background: linear-gradient(rgba(0, 0, 0, 0.11), transparent)
}

.pushNav ul {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    visibility: hidden
}

.pushNav li {
    width: 100%;
    opacity: 0;
    transition: opacity .2s;
    padding: 15px 0 30px 40px;
    position: absolute;
    left: 0;
    top: 0
}

.pushNav li a {
    white-space: nowrap;
    line-height: 1em;
    margin: 8px 30px 8px 0;
    display: inline-block
}

.pushNav li.moretxt a {
    margin: 5px 25px 12px 0
}