/*整体开始*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: none;
}

/*为了照顾ie6 链接图片有边框*/
ul,
ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "SimSun", "宋体";
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    font-size: 12px;
    margin: 0;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

body {
    font-size: 12px;
    color: #333;
    font-family: "Microsoft YaHei", "微软雅黑", "SimHei", "黑体", "SimSun", "宋体";
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

video embed,
video object,
video iframe {
    width: 100%;
    height: auto;
}

* {
    margin: 0px;
    padding: 0px;
}

div {
    display: block;
}

body {
    background: #fff;
}

html {
    color: #666;
}

html,
body {
    width: 100%;
}

/*center1开始*/
.wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
}

.wrap .box {
    width: 100%;
    height: 100%;
}

.center1 {
    width: 100%;
    height: 100%;
    background: url(../images/hwm_banner2.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

/*.ban_xx{
    width:43%;
    position:absolute;
    left:28%;
    bottom:20%;
}*/
.ban_bt {
    width: 100%;
    position: absolute;
    left: 0%;
    top: -5.5%;
    z-index: 1;
}

.hwm_hd {
    width: 100vw;
    animation: move 1s ease-in 0s infinite alternate;
}

@keyframes move {
    0% {
        bottom: 7%;
    }

    50% {
        bottom: 6%;
    }

    100% {
        bottom: 7%;
    }
}

/*第二面开始最新报道*/
.center2 {
    width: 100%;
    height: 100%;
    background: url(../images/zxbd_back.jpg) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
}

.wm_news {
    width: 100%;
}

.wm_news .wm_news1 {
    width: 16rem;
    height: 6rem;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 0px 25px 0px;
    display: flex;
    align-items: center;
    background: url(../images/jz.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

/* 左侧 */
.hz_ql {
    width: 6.2rem;
    height: 4rem;
    box-sizing: border-box;
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
    display: flex;
    align-items: center;
}


.swiper-container5 {
    width: 5rem;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1;
}

.swiper-container5 .swiper-slide {
    width: 100%;
}

.bd_tu {
    width: 5rem;
    height: 3rem;
    overflow: hidden;
}

.swiper-container5 .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-container5 .swiper-slide p {
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    color: #2a4b47;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper-container5 .swiper-slide p:hover {
    text-decoration: underline;
}

.swiper-container5 .swiper-pagination1 {
    width: 20%;
    left: 80%;
    z-index: 9999;
    position: absolute;
    text-align: center;
}

.swiper-container5 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.8;
}

.swiper-container5 .swiper-pagination-bullet-active {
    background: #d3b343;
}

.hwm_prev {
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    top: 2rem;
    left: 0rem;
    margin-top: -0.525rem;
    background: url(../images/hwm_prev.png) no-repeat;
    z-index: 99;
    cursor: pointer;
    background-size: 100% 100%;
}

.hwm_next {
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    top: 2rem;
    right: 0rem;
    margin-top: -0.525rem;
    background: url(../images/hwm_next.png) no-repeat;
    background-size: 100% 100%;
    z-index: 99;
    cursor: pointer;
}

/*右侧*/
.news_r {
    width: 5.5rem;
    position: absolute;
    right: 2.5rem;
    box-sizing: border-box;
}

.news_r ul {
    width: 100%;
    margin-top: 0.1rem;
}

.news_r ul li {
    width: 100%;
    height: 0.4rem;
    line-height: 0.2rem;
    font-size: 14px;
    overflow: hidden;
    background: url(../images/wm_icon.png) left center no-repeat;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-top: 0.1rem;
}

.news_r ul li a {
    color: #2a4b47;
}

.news_r ul li:hover a {
    text-decoration: underline;
}

.news_r1 {
    width: 100%;
}

.news_r1 h1 {
    font-size: 22px;
    height: 0.85rem;
    line-height: 0.425rem;
    overflow: hidden;
    font-weight: bold;
}

.news_r1 h1:hover a {
    text-decoration: underline;
}

.news_r1 h1 a {
    color: #2a4b47;
}

.news_r1 p {
    font-size: 16px;
    height: 0.6rem;
    line-height: 0.3rem;
    overflow: hidden;
    margin-top: 0.1rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px dashed #c5d0f8;
    text-indent: 2em;
}

.news_r1 p a {
    color: #2a4b47;
}

.news_r1 p:hoevr {
    text-decoration: underline;
}

.zxbd_more {
    text-align: right;
    font-size: 12px;
    position: relative;
    padding-right: 0.25rem;
    margin-top: 0.36rem;
    position: relative;
}



.zxbd_more a {
    color: #2a4b47;
    margin-right: 0.0625rem;

}

.zxbd_more a:hover {
    text-decoration: underline;
}

.zxbd_more::after {
    content: "";
    position: absolute;
    top: 0.05rem;
    width: 0.36rem;
    height: 0.15rem;
    background: url(../images/gd.png) no-repeat;
}


















/*第三面开始优秀故事*/
.center3 {
    width: 100%;
    height: 100%;
    background: url(../images/yxgs_back.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.hwm_yxgs {
    width: 16.375rem;
    margin: 0 auto;
    padding-top: 0.375rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.yxgs_lb {
    width: 100%;
}

.yxgs_lb ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding: 10px 0px;

}

.yxgs_lb ul li {
    width: 0.5rem;
    height: 2.5rem;
    line-height: 1.6875rem;
    background: url(../images/yxgs_lb.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 20px;
    margin: 0 0.6rem;
    font-weight: bold;
}

.yxgs_lb ul li:last-child() {
    margin-right: 0px;
}

.yxgs_lb ul li a {
    color: #fff;
    writing-mode: vertical-rl;
    /* writing-mode: vertical-lr; /* 从左到右竖排 */
    text-align: center;/
}

.yxgs_lb .yxgs_on {
    background: url(../images/yxgs_lb1.png) no-repeat;
    background-size: 100% 100%;
    transform: scale(1.1, 1.1);
}

.yxgs_lb .yxgs_on a {
    color: #297980;
}

.yxgs_nr {
    width: 80%;
    height: 7rem;
    margin-top: 0.375rem;
    background: url(../images/yxgs_nr.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yxgs_nr .yxgs_nr1 {
    width: 12rem;
    height: 6.75rem;
    box-sizing: border-box;
    margin-top: 10%;
    display: none;
}

.yxgs_nr .yxgs_nr1:nth-child(1) {
    display: block;
}

.yxgs_nr .yxgs_nr1 a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.yxgs_pic {
    width: 9rem;
    height: 5.75rem;
    overflow: hidden;
    border-radius: 20px;
}

.yxgs_pic img {
    width: 100%;
    height: 100%;
}

.yxgs_nr p {
    width: 100%;
    font-size: 18px;
    height: 0.5rem;
    line-height: 0.5rem;
    overflow: hidden;
    text-align: center;
    margin-top: 5%;
    background: url(../images/yxgs_nrp.png) no-repeat;
    background-size: 100% 100%;
    color: #fff6e5;
}

/*第四面开始网民寄语*/
.center4 {
    width: 100%;
    height: 100%;
    background: url(../images/wmjy_back.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
    box-sizing: border-box;
}

.hwm_wmjy {
    width: 100%;
    padding-top: 0.25rem;
}

/*上*/
.hwm_wmjy1 {
    width: 15.625rem;
    margin: 0 auto;
}

.wmjy_tit {
    width: 100%;
}

.hwm_wmjy1 ul {
    width: 100%;
    overflow: hidden;
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
}

.hwm_wmjy1 ul li {
    width: 7.1875rem;
    height: 1.775rem;
    float: left;
    background: linear-gradient(to right, #035dda, #0e4197);
    margin-top: 0.625rem;
    position: relative;
}

.hwm_wmjy1 ul li:nth-child(1) {
    margin-top: 0.25rem;
}

.hwm_wmjy1 ul li:nth-child(2) {
    margin-top: 0.25rem;
}

.hwm_wmjy1 ul li:nth-child(2n) {
    margin-left: 0.25rem;
}

/*点赞*/
.jy_dz {
    width: 1.075rem;
    height: 1.075rem;
    position: absolute;
    bottom: -0.5rem;
    left: -0.5rem;
    background: url(../images/jy_dz.png) no-repeat;
    background-size: 100% 100%;
}

#marquee-container,
#marquee-container1,
#jy_dm1,
#jy_dm2,
#jy_dm3,
#jy_dm4,
#jy_dm5,
#jy_dm6,
#jy_dm7,
#jy_dm8,
#jy_dm9,
#jy_dm10 {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
}

#marquee-text,
#dm_nr1,
#dm_nr3,
#dm_nr5,
#dm_nr7,
#dm_nr9 {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 10s linear infinite;
    color: #fff;
    font-size: 16px;
    margin-top: 0.375rem;
    font-weight: bold;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

#marquee-text1,
#dm_nr2,
#dm_nr4,
#dm_nr6,
#dm_nr8,
#dm_nr10 {
    display: inline-block;
    padding-left: 100%;
    animation: marquee1 8s linear infinite;
    color: #fff;
    font-size: 16px;
    margin-top: 0.375rem;
    font-weight: bold;
}

@keyframes marquee1 {
    0% {
        transform: translateX(20%);
    }

    100% {
        transform: translateX(-120%);
    }
}

/*下*/
.hwm_wmjy2 {
    width: 17.5rem;
    height: 2.375rem;
    margin: 0 auto;
    background: linear-gradient(to right, rgba(204, 94, 81, 1), rgba(75, 17, 163, 0.5), rgba(5, 0, 22, 0));
    overflow: hidden;
    margin-top: 0.25rem;
}

.barBox {
    margin-top: 0.125rem;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.barrage {
    padding: 0 .1875rem 0 .0625rem;
    width: auto;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 1rem;
    box-sizing: border-box;
    line-height: 1rem;
}

.barTxt {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

.barTxt:hover {
    color: #fff;
    text-decoration: none;
}



.num {
    position: absolute;
    left: .25rem;
    top: .25rem;
    z-index: 999;
    font-size: 20px;
}

/*第五面开始一图了解*/
.center5 {
    width: 100%;
    height: 100%;
    background: url(../images/ytlj_back.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
    display: flex;

}

.hwm_ytlj {
    width: 15rem;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ytlj {
    width: 20rem;
    height: 7rem;
    background: url(../images/ytlj.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

/*右侧*/
.ytlj_l {
    width: 6rem;
    height: 5rem;
    overflow: hidden;
    position: absolute;
    right: 17%;
    top: 15%;
    display: flex;
    flex-direction: column;
}

.ytlj_l ul {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;

}

.ytlj_l ul li {
    margin: 10px 0px;
    border-bottom: 2px solid #449c97;
    padding-bottom: 20px;
    width:350px;
}

.ytlj_l ul li span {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin-right: 8px;

}

.ytlj_l ul li a {
    font-size: 22px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: bold;
}

.ytlj_l .gd {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
    padding-right: 18%;

}

.ytlj_l .gd::after {
    content: '';
    background: url(../images/gd.png) no-repeat;
    background-position: 10px 20px;
    width: 50px;
    height: 40px;
    display: flex;
    align-items: center;
}

.ytlj_l .gd a {
    color: #2b7773;

}

/*左侧*/
.ytlj_r {
    width: 4.3125rem;
    height: 8.25rem;
    background: url(../images/ytlj_bg.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    position: absolute;
    left: 10%;
    top: -10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ytlj_r img {
    width: 95%;
    height: 97%;
}

/*第六面开始公益讲堂*/
.center6 {
    width: 100%;
    height: 100%;
    background: url(../images/gyjt_back.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding-top: 2.5rem;
    box-sizing: border-box;
}

.hpjn_hsqc {
    width: 13rem;
    margin: 0 auto;
    /*background:#045fbb;
    padding:20px;*/
    box-sizing: border-box;
    background-size: 100% 100%;
    position: relative;
    padding-left: .25rem;
    background: url(../images/gyjt_bg.png) no-repeat;
    background-size: 100% 85%;
}

.swiper-container1 {
    width: 100%;
    overflow: hidden;
}

.swiper-container1 .swiper-slide {
    width: 100%;
    overflow: hidden;
    padding-bottom: 1.25rem;
}

.gyjt_tu {
    width: 100%;
    height: 6.225rem;
    padding: .25rem;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 2%;
}

.swiper-container1 .swiper-slide img {
    width: 100%;
}

.swiper-container1 .swiper-slide p {
    width: 70%;
    height: 1.8125rem;
    line-height: 1.8125rem;
    background: url(../images/gykt_tit.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    position: absolute;
    bottom: .5rem;
    left: 15%;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
}

.gyjt_clc {
    width: 1.5rem;
    height: 1.125rem;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 999;
}

.hsqc_prev {
    width: .6375rem;
    height: .6375rem;
    float: left;
    background: url(../images/hsqc_l.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.hsqc_next {
    width: .6375rem;
    height: .6375rem;
    float: right;
    background: url(../images/hsqc_r.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.hsqc_bf {
    width: 1.9rem;
    height: 1.5625rem;
    background: url(../images/bf_icon.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -1.125rem;
    left: 50%;
    margin-left: -0.95rem;
    cursor: pointer;
}

/*第七面开始榜样风采*/
.center7 {
    width: 100%;
    height: 100%;
    background: url(../images/byfc_back.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center7 .rmzp {
    position: absolute;
    top: 10vh;
    left: 18vw;
    z-index: 999;
}

.hpjn_pwsd {
    width: 15rem;
    height: 9rem;
    position: relative;
    margin-left: 10%;
    display: flex;
    justify-content: space-around;
}

.hpjn_pwsd .l {
    height: 100%;
    width: 30%;
    background: url(../images/rmzp_l.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hpjn_pwsd .l img {
    width: 90%;
    height: 88%;
    border: 1px solid;
    border-radius: 50px;
}

.hpjn_pwsd .r {
    width: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hpjn_pwsd .r .sw {
    width: 80%;
    height: 60%;
    position: relative;
    overflow: hidden;
}

.hpjn_pwsd .r .sw::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 60px;
    background: url(../images/rm_top.png) no-repeat;
    background-size: 100%;
    left: 0;
}

.hpjn_pwsd .r .sw::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 60px;
    background: url(../images/rm_bottom.png) no-repeat;
    background-size: 100%;
    left: 0;
    bottom: 0;
}

.swiper-container2 {
    width: 100%;
    height: 80%;
    position: absolute;
    top: 10%;
}

.swiper-container2 .swiper-slide {
    height: 100%;
}

.swiper-container2 .swiper-slide a img {
    height: 100%;
    width: 100%;
}



.r .pswd {
    width: 4rem;
    height: 1rem;
    position: absolute;
    bottom: 6%;
    display: flex;
    justify-content: space-between;
}

.r .pswd img {
    cursor: pointer;
}

.center8 {
    width: 100%;
    height: 100%;
    background: url(../images/pfkt_back.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding-top: 1.125rem;
    box-sizing: border-box;
}


.hwm_pfkt1 {
    width: 13.5rem;
    height: 8rem;
    margin: 0 auto;
    background: url(../images/pfkt_tu.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.swiper-container4 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;

}

.swiper-container4 .swiper-slide {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/pfkt_bg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;

}

.swiper-container4 .swiper-slide img {
    height: 90%;
    width: 85%;

}

.hwm_pfkt1 .jt {
    width: 100%;
    position: absolute;
    bottom: -20%;
    display: flex;
    justify-content: space-evenly;
}

.wm_prev {
    width: 1.2875rem;
    height: 0.7125rem;
    background: url(../images/rm_r.png) no-repeat;
    z-index: 99;
    cursor: pointer;
    background-size: 100% 100%;
}

.wm_next {
    width: 1.2875rem;
    height: 0.7125rem;
    background: url(../images/rm_l.png) no-repeat;
    background-size: 100% 100%;
    z-index: 99;
    cursor: pointer;
}

/*第九面开始在线辟谣*/
.center9 {
    width: 100%;
    height: 100%;
    background: url(../images/zxpy_back.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.wm_py {
    width: 100%;
    padding-top: 1.875rem;
    padding-bottom: .75rem;
    box-sizing: border-box;
}

.wm_py .wm_py1 {
    width: 16rem;
    height: 8rem;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/wjhg_bg.png) no-repeat;
    background-size: 100% 100%;

}

.maing {
    overflow: hidden;
    float: left;
    width: 7.625rem;
    margin-left: 0.5rem;
}

.maind {
    width: 100%;
    text-align: center;
    margin-top: 10%;
}

.maingb {
    width: 100%;
    padding: .375rem;
    box-sizing: border-box;
    background-size: 100% 100%;
}

.maingb ul {
    width: 100%;
    overflow: hidden;
}

.maingb ul li {
    float: left;
    overflow: hidden;
    width: 100%;
    margin: .125rem 0px 0rem;
}

.maingb ul li.first {
    width: 49%;
}

.maingb ul li.second {
    width: 49%;
    margin-left: 2%;
}

.maingb ul li img {
    display: block;
    width: 100%;
}

.mainh {
    float: right;
    width: 7.625rem;
}

.maingc {
    width: 90%;
    height: 5rem;
    margin-top: .25rem;
    padding: .375rem;
    box-sizing: border-box;
    background: url(../images/zxpy_tu.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.maingc h3 {
    line-height: .6rem;
    font-size: .35rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.maingc p {
    font-size: 15px;
    text-indent: 2em;
    line-height: .35rem;
    margin: .25rem 0rem 0rem;
    text-align: justify;
    color: #fff;
}

.maingc .btn {
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: 20px;
}

/*底部*/
.bottom {
    width: 100%;
    height: 2.25rem;
    position: fixed;
    bottom: 0px;
    display: none;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
    background: #575757;
    padding-top: .25rem;
    box-sizing: border-box;
}

.wm_bot .wm_bot1 {
    width: 17.5rem;
    margin: 0 auto;
}

.wm_bot1 p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: .375rem;
}















/*bottom开始*/
/*.bottom {
	width: 100%;
	height: 180px;
    position: fixed;
    bottom: 0px;
    display: none;
}*/
/*右侧导航*/
.hpjn_nav {
    width: 12%;
    height: 100%;
    position: fixed;
    right: 0px;
    top: 0;
    z-index: 10000;
}

.hpjn_nav ul {
    position: absolute;
    top: 22%;

}

.hpjn_nav ul::after {
    content: '';
    background: url(../images/hpjn.png) no-repeat;
    height: 100%;
    width: 10%;
    position: absolute;
    right: -10%;
    top: -11px;
}

.hpjn_nav li {
    width: 2.5rem;
    height: 0.48rem;
    line-height: .5625rem;
    font-size: 21px;
    margin-top: .3rem;
    text-align: center;
    background: url(../images/hpjn_nav.png) no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 7px;
    position: relative;
}



.hpjn_nav li a {
    color: #fff;
    margin-top: -8px;
}

.hpjn_nav .nav_hover {
    background: url(../images/hpjn_nav1.png) no-repeat;
    background-size: 100%;
}

.hpjn_nav .nav_hover a {
    color: #fff;
}

.wm_nav {
    display: none;
}

.sj_bottom {
    display: none;
}

.xsdh {
    width: 2rem;
    line-height: .5625rem;
    font-size: .2625rem;
    background: #0a4ee2;
    color: #ade8fd;
    position: fixed;
    left: 0px;
    bottom: 20%;
    z-index: 99999;
    text-align: center;
    border-radius: 20px;
}

.gbdh {
    width: .65rem;
    height: .675rem;
    background: url(../images/gbdh.png) 100% 100% no-repeat;
    position: absolute;
    right: .375rem;
    top: .25rem;
}

.wmx_banner {
    display: none;
}


@media (min-width: 640px) and (max-width:1300px) {
    .yxgs_lb ul li {
        font-size: 16px;
    }

    .ytlj_r ul li span {
        font-size: 20px;
    }

    .ytlj_r ul li a {
        font-size: 14px;
    }


}

/*手机版*/
@media screen and (max-width: 640px) {

    html,
    body {
        width: 100%;

    }

    .zxbd_more {
        font-size: 12px;
    }

    .zxbd_more a {
        margin-right: 5px;
    }

    .swiper-container2 .swiper-slide p i {
        display: none;
    }

    .wrap {
        overflow-y: scroll;
    }

    .wrap .box {
        height: auto;
    }

    .wrap .center1 {
        display: none;
    }

    .wm_news .wm_news1 {
        width: 100%;
        height: 33rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: transparent;
        margin-bottom: 10px;
    }

    .hz_ql {
        width: 100%;
        height: 15rem;
        margin-top: 0px;
        margin-left: 0px;
        left: 0;
        top: 0;
        background-color: #94c8d5;
    }

    .bd_tu {
        width: 16rem;
        height: 205px;
    }

    .bd_tu img {
        width: 100%;
    }

    .swiper-container5 {
        width: 16rem;
    }

    .swiper-container5 .swiper-slide p {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    .hwm_next {
        width: 42px;
        height: 42px;
        position: absolute;
        top: 50%;
        margin-top: -21px;
        right: 0;
    }

    .hwm_prev {
        width: 42px;
        height: 42px;
        position: absolute;
        top: 50%;
        margin-top: -21px;
        left: 0;
    }

    .news_r {
        width: 100%;
        bottom: 0;
        right: 0;
    }

    .news_r1 h1 {
        font-size: 18px;
        height: 68px;
        line-height: 34px;
    }

    .news_r ul li {
        font-size: 14px;
        height: 42px;
        line-height: 19px;
        font-size: 13px;
        padding-left: 20px;
    }

    .news_r1 p {
        font-size: 14px;
        height: 48px;
        line-height: 24px;
        margin-top: 15px;
        padding-bottom: 24px;
    }

    /*第三页*/
    .hwm_yxgs {
        width: 96%;
        padding-bottom: 20px;
    }

    .yxgs_lb ul {
        padding: 0px;
    }

    .yxgs_lb ul li {
        width: 10%;
        height: 110px;
        line-height: 32px;
        margin-right: 1.25%;
        font-size: 14px;
    }

    .yxgs_lb ul li:nth-child(9) {
        margin-right: 0;
    }

    .yxgs_pic {
        width: 15rem;
        height: 8rem;
    }

    .yxgs_nr .yxgs_nr1 {
        margin-top: 0;
    }

    .yxgs_nr {
        height: 265px;
    }

    .yxgs_nr p {
        width: 20rem;
        font-size: 14px;
        height: 40px;
        line-height: 40px;

    }

    .hwm_wmjy1 {
        width: 96%;
    }

    .hwm_wmjy1 ul {
        box-sizing: border-box;
        padding-left: 10px;
        padding-bottom: 40px;
    }

    .hwm_wmjy1 ul li:nth-child(2n) {
        margin-left: 0px;
    }

    .hwm_wmjy1 ul li:nth-child(2) {
        margin-top: 20px;
    }

    .hwm_wmjy1 ul li:nth-child(3) {
        display: none;
    }

    .hwm_wmjy1 ul li:nth-child(4) {
        display: none;
    }

    .hwm_wmjy1 ul li:nth-child(5) {
        display: none;
    }

    .hwm_wmjy1 ul li:nth-child(6) {
        display: none;
    }

    .jy_dz {
        width: 42px;
        height: 42px;
        position: absolute;
        bottom: -10px;
        left: -10px;
        background: url(..../images/jy_dz.png) no-repeat;
        background-size: 100% 100%;
    }

    .hwm_wmjy1 ul li {
        margin-top: 20px;
        width: 100%;
        height: 142px;
    }

    #marquee-text,
    #dm_nr1,
    #dm_nr3,
    #dm_nr5,
    #dm_nr7,
    #dm_nr9 {
        margin-top: 30px;
    }

    #marquee-text1,
    #dm_nr2,
    #dm_nr4,
    #dm_nr6,
    #dm_nr8,
    #dm_nr10 {
        margin-top: 30px;
    }

    #marquee-text1,
    #dm_nr2,
    #dm_nr4,
    #dm_nr6,
    #dm_nr8,
    #dm_nr10 {
        margin-top: 30px;
    }

    .barrage {
        padding: 0 15px 0 5px;
        height: 80px;
        line-height: 80px;
    }

    .hwm_wmjy2 {
        width: 100%;
        height: 150px;
    }

    .hwm_wmjy {
        padding-bottom: 20px;
    }

    .center4 {
        background: #0095ff;
    }

    /*第四面*/
    .hpjn_hsqc {
        width: 96%;
    }

    /*第五面*/
    .ytlj {
        height: 37rem;
        background: none;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .hwm_ytlj {
        width: 100%;
        height: 40rem;
    }

    .ytlj_l {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        height: 260px;
        position: static;
        background: url(../images/ytlj.png) no-repeat;
        background-position: right -76px top -13px;
        background-size: 181%;

    }

    .ytlj_l ul li span {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        margin-right: 8px;
    }

    .ytlj_l .gd {
        display: none;
    }

    .ytlj_l ul li a {
        font-size: 18px;
        letter-spacing: 0px;
        color: #ffffff;
        font-weight: bold;
    }

    .ytlj_r {
        width: 50%;
        height: 20rem;
        left: 0;
        top: 0;
        position: static;
    }

    .ytlj_r ul {
        padding-left: 0px;
    }

    .ytlj_r ul li {
        width: 100%;
        height: 50px;
        line-height: 50px;
        padding-right: 10px;
        margin-bottom: 2px;
    }

    .ytlj_r ul li span {
        font-size: 24px;
    }

    .ytlj_r ul li a {
        font-size: 14px;
        padding-left: 5px;
    }

    .ytlj_l ul li {
        padding: 0;
    }

    .swiper-container1 .swiper-slide {
        padding-bottom: 100px;
    }

    /*第六面*/
    .center6 {
        padding-top: 30px;
    }

    .gyjt_tu {
        height: 210px;
        padding: 20px;
    }

    .hsqc_bf {
        width: 76px;
        height: 62px;
        margin-top: -38px;
        margin-left: -31px;
        background-size: 100% 100%;
    }

    .swiper-container1 .swiper-slide p {
        width: 90%;
        height: 45px;
        line-height: 45px;
        bottom: 60px;
        left: 5%;
    }

    .hsqc_prev {
        width: 30px;
        height: 30px;
    }

    .hsqc_next {
        width: 30px;
        height: 30px;
    }

    .gyjt_clc {
        width: 70px;
        height: 30px;
        bottom: 20px;
        right: 37%;
    }


    /*第六页*/
    .center7 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .hpjn_pwsd {
        width: 96%;
        height: 50rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
    }

    .hpjn_pwsd .l {
        height: 60%;
        width: 54%;
    }

    .hpjn_pwsd .r {
        height: 70%;
        width: 100%;
    }

    .hpjn_pwsd .l img {
        width: 90%;
        height: 88%;
        border: 1px solid;
        border-radius: 19px;
    }

    .hpjn_pwsd .r .sw {
        width: 100%;
        height: 70%;
    }

    .r .pswd {
        width: 15rem;
        height: 1rem;
    }

    .byfc_pic {
        height: 200px;
        padding: 5px;
        background: none;
    }

    .swiper-container2 .swiper-slide p {
        font-size: 16px;
        height: 48px;
        line-height: 24px;
    }


    .swiper-container2 {
        padding-bottom: 50px;
    }

    .swiper-container2 .swiper-pagination-bullet {
        width: 12px;
        height: 12px
    }

    /*第八页*/
    .center8 {
        display: flex;
        justify-content: center;
    }

    .hwm_pfkt1 {
        width: 60%;
        height: 25rem;
        margin: 0;
        overflow: hidden;
    }

    .swiper-container4 {
        width: 100%;
    }

    .swiper-container4 .swiper-slide {
        width: 100% !important;
    }

    .swiper-container4 .swiper-slide a {
        width: 100%;
        height: 100%;
    }

    .swiper-container4 .swiper-slide img {
        width: 100%;
        height: 100%;
    }

    .hwm_pfkt1 {
        padding-bottom: 100px;
    }

    .hwm_pfkt1 .jt {
        bottom: 1rem;
    }

    .wm_prev {
        width: 4rem;
        height: 3rem;
    }

    .wm_next {
        width: 4rem;
        height: 3rem;
    }

    /*第九面*/
    .center9 {}

    .wm_py {
        height: 65rem;
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .wm_py .wm_py1 {
        width: 96%;
        overflow: visible;
        background: none;
    }

    .maing {
        width: 100%;
        margin: 0;
    }

    .mainh {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .maind img {
        width: 50%;
    }

    .maingb {
        background-size: 100% 100%;
        margin-top: 20px;
    }

    .maingb ul li {}

    .maingb ul li.second {
        width: 49%;
    }

    .maingc {
        background-size: 100%;
        margin-top: 20px;
        padding: 30px;
        height: 20rem;
    }

    .maingc h3 {
        font-size: 18px;
        line-height: 36px;
    }

    .maingc p {
        line-height: 24px;
        font-size: 14px;
    }

    .maingc .btn {
        border-radius: 10px;
        background: #fff;
        display: flex;
        align-items: center;
    }

    .bottom {
        display: block;
        position: static;
        height: 12rem;
    }

    /*导航*/
    .wm_nav {
        width: 100%;
        background: #8bbcc9;
        display: block;
    }

    .wm_nav .wm_nav1 {
        width: 96%;
        margin: 0 auto;
    }

    .wm_nav1 ul {
        width: 100%;
        overflow: hidden;
        padding: 10px 0px;
    }

    .wm_nav1 ul li {
        width: 25%;
        margin: 0px;
        font-size: 16px;
        text-align: center;
        float: left;
        padding: 5px 10px;
        box-sizing: border-box;
    }

    .wm_nav1 ul li a {
        color: #fff;
    }

    /*手机版banner*/
    .wmx_banner {
        width: 100%;
        display: block;
    }

    .wmx_banner img {
        width: 100%;
        display: block;
    }

    .sj_bottom {
        width: 100%;
        display: block;
        font-size: 14px;
        text-align: center;
        background: #575757;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .wm_bot1 {
        width: 96%;
        margin: 0 auto;
    }

    .wm_bot1 p {
        margin-top: 10px;
    }

    .center7 .rmzp {
        position: absolute;
        top: 10vh;
        left: 10vw;
        z-index: 999;
    }

    .center7 .rmzp img {
        width: 10vw;

    }

    .center9 .rmzp {
        display: none;
    }

    .hwm_hd {
        position: absolute;
        width: 100vw;
        top: 0;
        animation: move 1s ease-in 0s infinite alternate;
    }

    .yxgs_lb .yxgs_on {
        transform: scale(1);
    }

    .yxgs_nr .yxgs_nr1 {
        height: 10.75rem;
    }
}