@charset "utf-8";
html {
    scroll-behavior: smooth
}

body {
    font:300 18px/170% Microsoft YaHei,sans-serif;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #0046ae;
}

img {
    transition: all .2s;
    border-radius: 5px
}

.noclick {
    pointer-events: none
}

.img_scale {
    border-radius: 5px;
    overflow: hidden;
    position: relative
}

.img_scale:hover img {
    transform: scale(1.1)
}

.arabic {
    font-family: "Arial"
}

.hover_inner .hover_btn_next,
.hover_inner .hover_btn_prev {
    position: absolute;
    width: 35px;
    height: 61px;
    color: rgba(0, 0, 0, 0);
    transition: all .2s;
    opacity: 1;
    outline: none
}

.hover_inner .hover_btn_next {
    background: url("http://images.china.cn/images1/ch/2022ChinaIdex/img/btn_right.png") center/auto 100% no-repeat;
    right: 0
}

.hover_inner .hover_btn_prev {
    background: url("http://images.china.cn/images1/ch/2022ChinaIdex/img/btn_left.png") center/auto 100% no-repeat;
    left: 0
}

.wrapper {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden
}

.topNav {
    width: 1400px;
    height: 135px;
    box-sizing: border-box;
    overflow: unset;
    min-width: 1400px;
}

.china_logo {
    width: 392px;
    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("http://images.china.cn/images1/ch/2022ChinaIdex/img/wap.png")
}

.navIcon.appIcon {
    background-image: url("http://images.china.cn/images1/ch/2022ChinaIdex/img/app.png")
}

.navIcon.rongIcon {
    background-image: url("http://images.china.cn/images1/ch/2022ChinaIdex/img/rong.png")
}

.navIcon.wzaIcon {
    background-image: url("http://images.china.cn/images1/ch/2022ChinaIdex/img/wza.png")
}

.navIcon.emailIcon {
    background-image: url("http://images.china.cn/images1/ch/2022ChinaIdex/img/Email.png")
}

.topInfo {
    width: 660px;
    float: right;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

.topInfo .importantWeb {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    line-height: 45px
}

.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("http://images.china.cn/images1/ch/2022ChinaIdex/img/search-1.png")
}

.topInfo .Search .search-2 {
    width: 46px;
    height: 50px;
    float: left;
    cursor: pointer;
    background-image: url("http://images.china.cn/images1/ch/2022ChinaIdex/img/search.png");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fafafa;
    transition: .2s
}

.topInfo .Search .search-2:hover {
    background-image: url("http://images.china.cn/images1/ch/2022ChinaIdex/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("http://images.china.cn/images1/ch/2022ChinaIdex/img/sina.png")
}

.rong .rong_con font.wx {
    background-image: url("http://images.china.cn/images1/ch/2022ChinaIdex/img/weixin.png")
}

.rong .rong_con font.tt {
    background-image: url("http://images.china.cn/images1/ch/2022ChinaIdex/img/toutiao.png")
}

.rong .rong_con font.dy {
    background-image: url("http://images.china.cn/images1/ch/2022ChinaIdex/img/douyin.png")
}

.rong .rong_con font.ks {
    background-image: url("http://images.china.cn/images1/ch/2022ChinaIdex/img/ksh.png")
}

.rong .rong_con font.zh {
    background-image: url("http://images.china.cn/images1/ch/2022ChinaIdex/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
}

.headline {
    margin-bottom: 20px
}

.headline h1 {
    text-align: center;
    margin: 20px auto 10px;
    font-size: 40px;
    line-height: 140%
}

.headline h1.h1_max {
    font-size: 30px
}

.headline h1 p {
    line-height: 140%;
    margin: 0 !important
}

.headline p {
    text-align: center;
    line-height: 200%
}

.headline p:last-child {
    margin: 7px auto 10px
}

.news {
    margin-top: 50px;
    display: flex;
    justify-content: space-between
}

.news_list {
    width: 440px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between
}

.news_list li {
    margin-bottom: 12px
}

.news_list li:last-child {
    margin-bottom: 0
}

.news_list li:first-child a {
    font-size: 20px;
    font-weight: bold
}

.news_pic {
    width: 925px
}

.news_pic_move {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden
}

.news_pic_move .img_scale:hover img {
    transform: none
}

.news_pic_move:hover .swiper-slide .img_scale img {
    transform: scale(1.1)
}

.news_pic_move .swiper-slide {
    width: 925px;
    position: relative;
    overflow: hidden
}

.news_pic_move .swiper-slide img {
    width: 100%
}

.news_pic_move .swiper-slide p {
    margin-top: 10px;
    transition: all .6s
}

.news_pic_move .big_play_btn {
    top: 455px;
    left: 20px
}

.news_pic_move .swiper-button-next,
.news_pic_move .swiper-button-prev {
    top: calc((100% - 61px)/2)
}

.news_pic_move .swiper-pagination {
    width: 100px;
    bottom: 0;
    left: auto;
    right: 0;
    color: #999;
    text-align: right;
    font-size: 16px
}

.news_pic_move .swiper-pagination-current {
    color: #ff2626;
    font-size: 20px;
    font-weight: bold
}
