@charset "utf-8";

/* 公用样式表 */

html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-style: normal;
    text-decoration: none;
    line-height: 1.4;
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

select,
input,
button {
    font: normal 100% "Microsoft YaHei", "SimSun", "宋体";
    color: #434343;
}

input:focus {
    outline: none;
}


/* p { margin: 0px; padding: 0px 0px 20px; } */

img {
    display: block;
    margin: 0px;
    padding: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    outline: none;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: none
}

a {
    color: #212121;
}

a:hover {
    color: #d70e1e;
    text-decoration: underline;
}

a.ablueline {
    color: #0087ae;
    text-decoration: underline;
}

a.ablueline2 {
    color: #016cba;
    text-decoration: underline;
}

a.ablue {
    color: #107ecd;
}

a.ablue:hover {
    color: #ff6600;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: url(../images/bg.png) top center no-repeat;
    font-family: Arial, sans-serif;
    background-size: 100% 100%;
    max-width: 100%;
}

button {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.container {
    overflow: hidden;
}

.main-content {
    width: 1200px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(36, 36, 36, .1);
}

.m-show {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.clearfix {
    zoom: 1;
}

ol,
ul {
    list-style: none;
}

body {
    font: normal 100% "Microsoft YaHei", "SimSun", "宋体";
}


/* top */

.public-top .top-inner {
    width: 1210px;
    margin: 0 auto;
    padding: 24px 0;
    background-color: #FFFFFF
}

.public-top .top-l {
    width: 322px;
    margin: 0px 0px 0px 15px;
}

.public-top .top-l h1 {
    display: none;
}

.public-top .top-c {
    width: 351px;
    margin: 10px 46px 0;
}

.public-top .top-r form {
    font-size: 0;
    padding-top: 14px;
    margin-right: 14px;
}

.public-top .top-inputText {
    width: 232px;
    padding: 10px;
    height: 26px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    vertical-align: middle;
}

.public-top .top-inputSubmit {
    width: 100px;
    height: 48px;
    background: #d70e1e url(../images/search.png) no-repeat center;
    border: none;
    cursor: pointer;
    vertical-align: middle;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


/* top END */


/* 导航 */

.public-nav {
    background: #008ed6;
}

.public-nav .nav-inner {
    width: 1200px;
    margin: 0 auto;
}

.public-nav ul.nav-list>li {
    width: 7.6%;
    float: left;
    position: relative;
    height: 62px;
}

.public-nav ul.nav-list>li a {
    width: 100%;
    display: inline-block;
    height: 62px;
    font-family: 微软雅黑;
    font-size: 18px;
    line-height: 62px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.public-nav ul.nav-list>li a:hover {
    background: #0077b3;
}

.public-nav ul.sub-nav {
    background: #0077b3;
    position: absolute;
    top: 62px;
    left: -100%;
    z-index: 999;
    width: 200%;
    display: none;
}

.public-nav ul.sub-nav li a {
    font-weight: normal;
}

.public-nav ul.sub-nav li {
    width: 50%;
    float: left;
}

.public-nav .nav-itemXsq:hover ul.sub-nav {
    display: block;
}

.public-nav-xsq {
    background-color: #f7f7f7;
    padding: 10px 0;
}

.public-nav-xsq .xsq-nav {
    width: 100%;
    overflow: hidden;
}

.public-nav-xsq .xsq-nav li {
    width: 20%;
    text-align: center;
    float: left;
    position: relative;
}

.public-nav-xsq .xsq-nav li::before {
    content: "/";
    display: inline-block;
    position: absolute;
    left: 0;
    color: #dcdcdc;
}

.public-nav-xsq .xsq-nav li:first-child::before {
    content: "";
}

.public-nav-xsq .xsq-nav li a {
    font-size: 16px;
    font-weight: bold;
    font-family: "microsoft yahei";
    color: #777676;
}

/* 导航 END */
/* topbar */
.topbar img {
    width: 1200px;
    margin: 0 auto;
}

.topbar p {
    width: 1200px;
    margin: 0 auto;
    background: #d70e1e;
    color: #FFFFFF;
    font-size: 12px;
    text-align: right;
    padding: 4px 0;
}

/* topbar END */

/* 加载中 */
.loading-spinner {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* 底部信息 */

.public-footer {
    margin-top: 20px;
}

.footer-in {
    width: 1200px;
    margin: 0 auto;
}

.footer-in ul {
    padding-top: 20px;
}

.footer-in ul li {
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}

.footer-in ul li img {
    display: inline;
    vertical-align: middle;
}

.footer-in ul li a {
    color: #fff;
    font-size: 16px;
}

.footer-bottom {
    padding-bottom: 20px;
}

.footer-bottom a img {
    margin-top: 10px;
    margin-right: 20px;
}

.footer-top {
    padding-top: 20px;
}

.footer-info {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
    margin: 0 42px;
    border-bottom: 1px solid #fff;
}

.footer-info .info-l {
    width: 50%;
}

.footer-info .info-r {
    width: 50%;
}

.footer-info h4 {
    background: linear-gradient(90deg, #1286f7, #8962fb);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 10px;
    display: inline-block;
}

.footer-info .info-l p {
    line-height: 2;
}

.footer-info h5 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
}

.footer-info .info-f-c {
    display: flex;
    flex-wrap: wrap;
}

.footer-info .info-f-c a {
    display: inline-block;
    width: 33.3333%;
    line-height: 2;
    color: #fff;
}

/* 底部信息 END */


/* 返回顶部按钮 */

.goTop {
    width: 48px;
    height: 48px;
    display: block;
    position: fixed;
    font-size: 0;
}

.goTop a {
    display: block;
}

.goTop a img {
    display: block;
    width: 48px;
    height: 48px;
}


/* 返回顶部按钮 END */

@media screen and (max-width: 768px) {

    * {
        box-sizing: border-box;
    }


    /* .public-nav-xsq .xsq-nav li::before {
        content: "";
    } */

    .topbar,
    .public-top {
        display: none;
    }

    .public-nav {
        width: 100%;
        max-width: 768px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
    }

    .public-nav-xsq {
        position: fixed;
        top: 34px;
        left: 0;
        z-index: 100;
    }

    .public-nav ul.nav-list>li {
        width: 14.2857%;
        height: 34px;
    }

    .public-nav ul.nav-list>li a {
        height: 34px;
        line-height: 34px;
        font-size: 15px;
    }

    .public-nav .nav-inner {
        width: 100%;
    }

    .public-nav-xsq {
        padding: 0;
    }

    .public-nav-xsq .xsq-nav li {
        width: 20%;
        height: 34px;
        line-height: 34px;
    }

    .public-nav-xsq .xsq-nav li a {
        font-size: 14px;
    }

    .footer-in {
        width: 100%;
        font-size: 12px;
    }

    .footer-in ul {
        padding: 0 10px;
    }

    .footer-in ul li a {
        font-size: 12px;
    }

    .footer-in ul li {
        font-size: 12px;
        border-bottom: 1px dashed #eee;
    }

    .footer-in ul li {
        line-height: 30px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .footer-top,
    .footer-in ul li {
        text-align: left !important;
    }

    .footer-in ul li.footer-bottom {
        text-align: center !important;
        height: auto;
    }

    .footer-bottom img {
        height: 55px;
        width: auto;
    }

    .footer-bottom a {
        display: block;
    }

    .public-footer {
        display: none;
    }

    .m-footer {
        padding-top: 16px;
        padding-bottom: 15px;
    }

    .m-showT {
        color: #9f9fa0;
        padding: 0 10% 10px;
    }

    .m-show {
        display: block;
    }

    .m-showT .in {
        text-align: center;
        line-height: 1.8;
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
        font-size: 0;
    }

    .m-showT a {
        color: #fff;
        font-size: 12px;
    }

    .m-showB {
        text-align: center;
        color: #fff;
        font-size: 12px;
    }
}

/*2025新增头部样式*/
.w1280 {
    width: 1200px;
    margin: 0 auto;
    height: 142px;
}

.logo_div {
    width: 1200px;
    height: 142px;
    background-color: rgba(255, 255, 255, .9);
}

.logo {
    width: 277px;
    height: 80px;
    float: left;
    margin-left: 25px;
}

.searchinput {
    width: 400px;
    float: left;
    padding: 22px 0 0 60px
}

.searchinput .search_input {
    border: 1px solid #aaa;
    border-right: none;
    width: 306px;
    height: 38px;
    padding: 0 0 0 18px;
    background: transparent;
    color: #666;
    line-height: 38px;
    float: left;
    border-radius: 10px 0 0 10px;
    font-size: 12px;
}

.searchinput .search_a {
    line-height: 38px;
    text-align: center;
    color: #fff;
    background: url(../images/s.png) no-repeat 0;
    float: left;
    display: block;
    width: 32px;
    height: 38px;
    text-decoration: none;
    font-size: 0;
    border: 1px solid #aaa;
    border-left: none;
    border-radius: 0 10px 10px 0
}

.logo_div {
    height: 142px;
    width: 1200px;
    padding: 30px 0;
}

.logo_right {
    float: right;
    width: 330px;
    margin-right: 0;
    margin-top: 11px;
}

.logo_right .icon {
    float: left;
    height: 36px;
    padding: 30px 10px 0;
    line-height: 26px;
    text-align: center;
    font-size: 12px
}

.logo_right .icon.rmjz {
    background: url(../images/jz.png) no-repeat center 5px;
    position: relative;
    display: inline-block;
    background-size: 48%;
}

.logo_right .icon.ecns {
    background: url(../images/ai.png) no-repeat center 6px;
    background-size: 48%;
}

#ggxcwx_show,
#ggymwx_show,
#ggnewswx_show,
#ggymsph_show,
#ggxwwsph_show,
#gbxsjsph_show,
#ggymdy_show,
#ggxwwdy_show,
#xjcshdy_show {
    display: none;
    width: 220px;
    padding: 10px 0 0 50px;
}

#wbwxshow_div {
    display: none;
    top: 65px;
    padding: 12px 0;
    position: absolute;
    left: -76px;
    z-index: 1000;
    border-radius: 20px;
    border: 1px dashed #596a93;
    width: 220px;
    font-size: 16px;
    background: #fff
}

.wbwxsj {
    /* background: url(https://www.ggnews.com.cn/skin/news/2025images/wx3j.jpg) no-repeat; */
    height: 7px;
    width: 10px;
    position: absolute;
    top: -7px;
    left: 103px
}

#wbwxshow_div li {
    line-height: 35px;
    height: 35px;
    padding-left: 25px
}

.wxlogo {
    background: url(https://www.ggnews.com.cn/skin/news/2025images/wxlogo.jpg) no-repeat 15px 6px
}

.sphlogo {
    background: url(https://www.ggnews.com.cn/skin/news/2025images/sphlogo.jpg) no-repeat 15px 6px
}

.dylogo {
    background: url(https://www.ggnews.com.cn/skin/news/2025images/dylogo.jpg) no-repeat 15px 6px
}

.wblogo {
    background: url(https://www.ggnews.com.cn/skin/news/2025images/wblogo.jpg) no-repeat 12px 7px
}

.wblogo em,
.wxlogo em,
.dylogo em,
.sphlogo em {
    border-bottom: 1px dashed #e1e3e2;
    padding-bottom: 10px
}

.wx_pic {
    position: relative;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
}

.wx_ewm {
    position: absolute;
    display: none;
}

.wx_pic:hover .wx_ewm {
    display: block;
    width: 100px;
    height: 100px;
    top: 55px;
    left: 0px;
    z-index: 100;
    top: 60px;
    padding: 10px;
    position: absolute;
    left: -76px;
    border-radius: 20px;
    border: 1px dashed #596a93;
    width: 210px;
    height: 210px;
    background: #fff
}

.nav_link {
    float: left;
    width: 184px;
    top: 6px;
    position: relative;
}

.nav_link li {
    float: left;
    margin: 0 10px;
}

.nav_link a {
    diaplay: block;
}

.nav_link li>img {
    width: 34px;
    height: 28px;
    margin: 0 auto;
}

.nav_link li div img {
    width: 100%;
    height: 100%;
}

/* ========== 头部及导航显示控制（原内联样式） ========== */
@media screen and (max-width: 768px) {
    .picnone {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .wapnone {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .wapnone {
        display: block;
    }
}

/* Banner区域 */
.banner {
    height: 400px;
    background-color: #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .container {
        padding-top: 34px;
    }

    .main-content {
        width: auto;
    }

    .banner {
        width: 100%;
        height: auto;
    }

    .banner img {
        width: 100%;
    }
}