:root {
    --color1: '';
    --color2: '';
    --color3: ''
}


.navcolor {
    background: var(--color2) !important;
}

.tzggcolor {
    background: var(--color1) !important;
}

* {
    margin: 0;
    padding: 0;
}

body {
    user-select: none;
}

.allow-copy {
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
}

html,
p,
span,
div {
    /* font-family: "微软雅黑", 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif !important; */
}

/* body { overflow-y: scroll; }
html,body{ overflow-y:scroll;}

html,body{ overflow:scroll; min-height:101%;}

html{ overflow:-moz-scrollbars-vertical;} */
.activered1 {
    background: var(--color2) !important;
    color: #fff !important;
}

.activered {

    color: #fff !important;
}

.dzhk_box_img,
.lb_right_xia_box>div {
    overflow: hidden;
}

.dzhk_box_img img,
.lb_right_xia_box>div img {
    transition: all 0.3s;
}

.dzhk_box_img img:hover,
.lb_right_xia_box>div img:hover {
    transition: all 0.3s;
    transform: scale(1.1);
}

img {
    max-width: 100%;
    max-height: 100%;
}

a {
    text-decoration: none;
    display: block;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .6rem;
    list-style: none;
}

.pagination a,
.pagination span {
    width: .375rem;
    height: .375rem;
    background: #FFFFFF;
    text-align: center;
    line-height: .375rem;
    font-size: .225rem;
    font-weight: 400;
    display: inline-block;
    color: #7C7C7C;
    margin: 0 .0625rem;
}

.mian>.w1200>span:last-of-type {
    display: none;
}

.loadmore-tips {
    text-align: center;
    line-height: 1.3rem;
    display: block;
    font-size: .2rem;
}

.pagination a:hover {
    background: var(--color1) !important;
    color: #FFFFFF;
}

.pagination .active span {
    background: var(--color1) !important;
    color: #FFFFFF;
}
.pagination>li:first-of-type a,.pagination>li:first-of-type span,
.pagination>li:last-of-type a,.pagination>li:last-of-type span{
    white-space: nowrap;
    width: auto;
    padding: 0 3px;
}
.flex {
    display: flex;
}
.gd_title{
    margin: .375rem auto 0 ;
    width: 90%;
    padding: .125rem 0.375rem;
    display: flex;
    background: #ebe8e8;
    align-items: center;
    justify-content: space-between;
}
.gd_title>h2{
    font-size:.225rem;
    color: var(--color1);
}
.gd_title>span{
    font-size: .2rem;
    color: var(--color1);
}
.header_top {
    height: 2rem;
    width: 100%;
    /* background-color: #003889; */
    background-image: url('../img/首页顶部背景.jpg');
    background-size: 100% 100%;
}

.header_top>div {
    width: 15rem;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.header_top_logo {
    width: 9.9875rem;
    height: 1.1625rem;
}

.header_top_logo img {
    width: 100%;
    height: 100%;

}

/* .header_top_img{
    width: 1.1625rem;
    height: 1.1625rem;
    background-color: yellowgreen;
}
.header_top_img>img{
    width: 100%;
    height: 100%;
}
.header_top_bt>h1{
    font-size: .45rem;
    font-family: XinYuGongHeXieSong;
    font-weight: normal;
    color: var(--color1);
}
.header_top_bt>h2{
    font-size: .2125rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: var(--color1);
    margin-top: .2375rem;
} */
.header_top_right {
    width: 4.3rem;
    margin-top: -0.5375rem;
    /* margin-left: 1.7625rem; */
}

.header_top_right>h1 {
    font-size: .3rem;
    font-family: XinYuGongHeXieSong;
    font-weight: normal;
    color: var(--color1);
    text-align: right;
}

.header_top_right_ss {
    height: .45rem;
    border: none;
    position: relative;
    margin-top: .2875rem;
}

.header_top_right_ss>input {
    height: 100%;
    width: 98%;
    border: solid .0125rem var(--color1);
    outline: none;
    position: absolute;
    top: 0%;
    right: 0%;
}

.header_top_right_ss>input::-webkit-input-placeholder {
    font-size: .175rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: var(--color1);
}

.header_top_right_ss>input {
    padding-left: .14rem;
    font-size: .175rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.header_top_right_ss>button {
    height: 100%;
    width: .75rem;
    background: var(--color1);
    color: #fff;
    border: none;
    outline: none;
    position: absolute;
    top: 0%;
    right: 0%;
    cursor: pointer;
    /*鼠标样式 */

}

.header_buttom {
    width: 100%;
    height: .75rem;
    background: var(--color1);
    display: flex;
    align-items: center;

}

.header_nav {
    height: 100%;
    width: 15rem;
    line-height: .75rem;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_nav>div {
    height: 100%;
    width: 1.8125rem;
    position: relative;
    cursor: pointer;
    /*鼠标样式 */
    display: flex;
    align-items: center;
    justify-content: center;
}
.erjixiala{
    box-shadow: 0 0 0.0125rem 0.0125rem var(--color2);
    position: absolute;
    top: 100%;
    z-index: 100;
    background: var(--color2);
    line-height: .5rem;
    min-width: 100%;
    display: none;
}
.erjixiala a{
    color: #fff;
    text-align: center;
    padding: 0 .125rem;
    font-size: .2rem;

}
.erjixiala a:hover{
    color: var(--color2);
    background: #fff;
}

.header_nav>div>img {
    width: .275rem;
    height: .275rem;
    /* display: none; */
    visibility: hidden;
}

.header_nav>div>a {
    font-size: .275rem;
    font-weight: 400;
    font-family: Microsoft YaHei;
    color: #ffff;
    margin-left: .0187rem;
}

.tzgg {
    width: 15rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-top: .625rem;
}

.tzgg_lunbo {
    width: 7.25rem;
    height: 5rem;
    /*图片高度 */
    overflow: hidden;
    position: relative;
}

.tzgg_lunbo_bt {
    width: 100%;
    height: .75rem;
    /* background: #333333; */
    background: rgba(51, 51, 51, 0.5);
    position: absolute;
    bottom: 0 !important;
    z-index: -1;
}

.tzgg_lunbo_bt_nr {
    position: absolute;
    bottom: 0;
    background: rgba(51, 51, 51, 0.5);
    font-size: .225rem;
    font-family: Microsoft YaHei;
    color: #fff;
    line-height: 0.75rem;
    width: calc(100% - .1125rem);
    padding-left: .1125rem;
}


.mySwiper {
    position: relative;
    height: 100%;
}

.swiper-slide>a img {
    /* display: block; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*增加自定义css class*/
.swiper .my-pagination-clickable {
    width: 0.875rem;
    /* background-color: #7C7C7C; */
    text-align: right;
    position: absolute;
    bottom: .25rem !important;
    left: -0.275rem !important;
    z-index: 999;
}

#swiper-pagination>span {
    background: #fff !important;
}

.swiper-pagination-bullet {
    opacity: 1 !important;
}

#swiper-pagination .swiper-pagination-bullet-active {
    background-color: #176fe5 !important;
}

.tzgg_xinxi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 7.5rem;
}
.letter{
    letter-spacing: .25rem;
    text-indent: .25rem;
}
.tzgg_xinxi_bt {
    background: #EAE8E6;
    font-size: .2625rem;
    font-family: Microsoft YaHei;
    font-weight: 550;
    color: #333333;
    width: 50%;
    text-align: center;
    line-height: .625rem;
    height: .625rem;
    cursor: pointer;
    /*鼠标样式 */
}

.tzgg_xinxi_tz_p {
    display: none;
}

.tzgg_xinxi_tz .tzgg_xinxi_tz_a {
    background: var(--color1);
    color: #fff;
}

.tzgg_xinxi_tz_a {
    color: #333;
}

.tzgg_xinxi_gg {
    position: relative;
}

.tzgg_xinxi_wz_all {
    width: 200%;
    padding-top: .125rem;
}

.tzgg_xinxi_wz_two {
    display: none;
    position: absolute;
    left: -100%;
}

.tzgg_xinxi_wz_all_nr {
    height: .7875rem;
    font-size: .225rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid .0125rem #E7E7E7;
    cursor: pointer;
    /*鼠标样式 */
    text-align: left;
}

.tzgg_xinxi_wz_all_nr>div {
    height: 100%;
    width: 7.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin: auto; */
}

.tzgg_xinxi_wz_all_nr>div>span:first-child {
    width: 5rem;
    text-align: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tzgg_xinxi_wz_all_nr_wz {
    font-size: .225rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7C7C7C;
}



.tzgg_xinxi_wz_all_nr_action {
    height: 1.075rem;
    font-size: .2375rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    background: #FFFFFF;
    border-bottom: solid .0125rem var(--color1);
    /* box-shadow: 0rem 0rem .0875rem .0375rem rgba(124, 124, 124, 0.11); */
    /* padding-left: .125rem;
    padding-right: .125rem; */
    text-align: left;

}

.tzgg_xinxi_wz_all_nr_action .tzgg_xinxi_wz_all_nr_wz {
    display: none;
}

.tzgg_xinxi_wz_all_nr_action>div:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 7.1875rem;
    margin: auto;
}

.tzgg_xinxi_wz_all_nr_action .tzgg_xinxi_wz_all_nr_wz_action {
    color: var(--color1);
    display: block;
    line-height: .4375rem;
}

.tzgg_xinxi_wz_all_nr_wz_action {
    color: var(--color1);
    display: none;
}

.tzgg_xinxi_wz_all_nr_wz_action>p:first-child {
    font-size:.275rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: var(--color1);
}

.bdgs {
    width: 15rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-top: .8rem;
}

.bdgs_all {
    width: 7.25rem;
}

.bdgs_bt{
    /* height: .5375rem; */
    font-size: .25rem;
    padding-bottom: .2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: var(--color1);
    border-bottom: solid .025rem var(--color1);
    display: flex;
    justify-content: space-between;
}
.bdgs_bt>div>a,.index_a_url{
    font-size: .275rem;
    display: inline-block;
    font-family: Microsoft YaHei;
    font-weight: 550;
    color: var(--color1);
}

.bdgs_bt>div:first-child {
    height: 100%;
}

.bdgs_img {
    /* width: .2875rem; 
    height: .3rem; */
    vertical-align: bottom;

}

.bdgs_gd {
    font-size: .2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7C7C7C;
    cursor: pointer;
    /*鼠标样式 */
}

.bdgs_nr {
    font-size: .225rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: .625rem;
    padding-top: .05rem;
}

.bdgs_sj>p:first-child {
    text-align: center;
}

.qzimg {
    width: 15rem;
    margin: auto;
    margin-top: .7125rem;

    /* height: 1.5rem; */
}

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

.hygz {
    width: 15rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-top: .825rem;

}

.hygz_bt {
    font-size: .35rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color:#333333;
}

.hygz_nr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

    margin-top: .2875rem;
}

.hypt {
    width: 8.625rem;
    height: 4.025rem;
    align-items: center;
}

.hypt_xbox {
    width: 2rem;
    height: 1.825rem;
    background: var(--color1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /*鼠标样式 */
}

.hypt_xbox_nr {
    height: .9875rem;
}

.hypt_xbox_nr>div {
    margin: auto;
    width: .65rem;
    height: .5125rem;
    /* width: .425rem; */
    /* height: .3875rem; */
    /* background: linear-gradient(0deg, #A2D0FE, #FFFFFF); */
}

.hypt_xbox_nr>div img {
    width: 100%;
    height: 100%;
}

.hypt_xbox_nr>div>img:first-child {
    display: none;
    /* background: linear-gradient(0deg, #A2D0FE, #FFFFFF); */
}

.hypt_xbox_nr>span {
    font-size: .225rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-top: .35rem;
}

.gzcx {
    width: 6.1375rem;
    height: 4.025rem;
    align-content: space-between;

}

.gzcx_box {
    width: 1.9625rem;
    height: 1.25rem;
    background: rgba(0, 84, 170, .1);
    display: flex;
    align-items: center;
    cursor: pointer;
    /*鼠标样式 */
}

.gzcx_img {
    margin-left: .15rem;
    width: .275rem;
    /* height: .275rem; */

}

.gzcx_img>img:first-child {
    display: none;
}

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

.gzcx_nr {
    margin-left: .15rem;
    margin-right: .15rem;
    /* font-size: .325rem !important; */
}

.gzcx_nr>span {
    font-size: .225rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: var(--color1);
    text-align: center;
    display: inline-block;
    line-height: 0.35rem;
}

.djgz {
    width: 15rem;
    margin: auto;
    margin-top: 1.0125rem;

    height: 1.5rem;
}

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

.hkzj {
    width: 15rem;
    margin: auto;
    background: #ECF5FC;
    border-radius: .1rem;
    display: flex;
    justify-content: space-between;
    margin-top: .3625rem;

}

.hkzj_box {
    width: 7.125rem;
    padding-left: .2875rem;
    padding-right: .25rem;
    padding-top: .5rem;
}

.hkzj_box_bt>div:first-child span {
    font-size: .25rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: var(--color1);
}

.hkzj_box_bt>div:first-child>img {
    /* width: .275rem;
    height: .325rem; */
    margin-right: .125rem;
}

.gd {
    font-size: .2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7C7C7C;
    cursor: pointer;
    /*鼠标样式 */
}

.gd a {
    font-size: .2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7C7C7C;
    cursor: pointer;
    /*鼠标样式 */
}

.hkzj_box_bt {
    border-bottom: solid 0.0338rem var(--color1);
    /* height: 0.7375rem; */
    display: flex;
    align-items: center;
    padding-bottom: 0.18rem;
    justify-content: space-between;
}

.hkzj_box_bt>div:first-child {
    /* height: .4375rem; */
    display: flex;
    align-items: center;
    justify-content: start;
}

.dzhk_box {
    display: flex;
    justify-content: space-between;
    padding-top: .375rem;
    padding-bottom: .5rem;
    flex-wrap: wrap;
}

.dzhk_box_img {
    width: 1.225rem;
    height: 1.625rem;
    margin-bottom: .125rem;
    cursor: pointer;
    /*鼠标样式 */

}

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

.jgfc {
    width: 15rem;
    margin: auto;
    margin-top: .8125rem;
}

.jgfc_box {
    width: 100%;
    display: flex;
    padding-top: .125rem;
    justify-content: space-between;
    flex-wrap: wrap;
}

.jgfc_nr {
    width: 2.875rem;
    height: 1.875rem;
    margin-top: .25rem;
    position: relative;
    cursor: pointer;
    /*鼠标样式 */
    /* background-color: var(--color1); */
}

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

.jgfc_nr_wz_box {
    width: 100%;
    height: 100%;
    /* background: rgba(0, 84, 170, .74); */
    background: var(--color3);


    position: absolute;
    top: 0;
    display: none;
}

.jgfc_nr_wz_box {
    font-size: .225rem;
}

.jgfc_nr_wz {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: .3125rem;
    padding-right: .3125rem;
}

.jgfc_nr_wz_nr ,.jgfc_nr_text{
    font-size: .225rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}
.jgfc_nr_text{
    font-size: .1875rem;
}
.yqlj {
    padding: .3rem 0 .5rem;
    width: 15rem;
    margin: auto;
    background: #ECF5FC;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .75rem;
}

.yqlj_bt {
    width: 14.5rem;
}

.yqlj_tu_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-top: .475rem; */
    flex-wrap: wrap;

}


.yqlj_tu {
    margin-top: .375rem;
    width: 4.075rem;
    height: .8625rem;
    background: #FFFFFF;
    border: 1px solid;
    border-image: linear-gradient(0deg, var(--color1), #ACD2FA) 1 1;
    border-radius: .05rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yqlj_tu_nr {
    width: 3.575rem;
    height: .6125rem;
    display: flex;
}

.yqlj_tu_nr img {
    /* width: 100%;
    height: 100%; */
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    justify-content: center;
    cursor: pointer;
    /*鼠标样式 */
}

.yqlj_xiehui_box {
    width: 100%;
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    /* height: 1.1125rem; */
    font-size: .175rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: .375rem;
}

.yqlj_xiehui {
    /*height: .2875rem;*/
    width: 2.625rem;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    /*鼠标样式 */
    line-height: .475rem;
}

.foot {
    width: 100%;
    padding: .375rem 0 0.25rem;
    /*height: 2.5rem;*/
    background: var(--color1);
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot_box {
    width: 8.6rem;
    font-size: .175rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;

}
.pos_all{
    cursor: pointer;
    border-radius: .05rem;
    box-shadow: 0 0 0.0125rem 0.0125rem #CCCCCC;
    position: fixed;
    background: #fff;
    right: .5rem;
    bottom: 2.5rem;
    width: .5625rem;
    height: .5625rem;
    transition: all 0.5s;
}
.pos_all_none{
    display: none !important;
    transition: all 0.5s;
}
.pos_all img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
    height: 70%;
}

.foot_box a,
.foot_box,
.foot_box span {
    font-size: .175rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: .375rem;
}

.foot_yd a,
.foot_yd {
    line-height: 30px;
    color: #FFFFFF;
    font-size: 14px;

}

.xqwz {
    width: 15rem;
    margin: auto;
    margin-top: .25rem;
    box-shadow: 0px 0px 10px 0px #f1efef;
    border-radius: .125rem;
    padding-top: .625rem;
}

.xqwz_box {
    width: 14.4375rem;
    margin: auto;
    border-bottom: dotted .025rem #CECECE;
    padding-bottom: .25rem;

}

.xqwz_bt {
    text-align: center;
    font-size:.34rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.xqwz_xx {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 5.6625rem;
    font-size: .175rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7C7C7C;
    margin-top: .375rem;
}

.xqwz_nr a {
    display: inline-block;
}
.xqwz_nr a{
    display: inline;
}

.xqwz_nr table {
    width: 100% !important;
}

.xqwz_nr span,
.xqwz_nr p,
.xqwz_nr div {
    font-size: .275rem !important;
    line-height: .475rem;
}

.xqwz_nr {
    width: 14.2rem;
    margin: auto;
    margin-top: .425rem;
    font-size: .225rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    padding-bottom: .5875rem;
    line-height: .45rem;
}

.xqwz_lb {
    width: 15rem;
    margin: auto;
    padding-bottom: .3375rem;
    box-shadow: 0px 0px 10px 0px #f1efef;
    border-radius: .125rem;
}

.xqwz_lb_bt {
    width: 100%;
    height: .625rem;
    background: var(--color1);
    border-radius: 10px 10px 0px 0px;
    font-size: .25rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: .625rem;
    padding-left: .2375rem;
    box-sizing: border-box;
    margin-top: .2125rem;
}

.xqwz_lb_box {
    width: 14.4625rem;
    margin: auto;
    font-size: .225rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.xqwz_ib_nr {
    width: 100% !important;
    border-bottom: dotted .0125rem #CECECE !important;
}

.liebiao_box {
    width: 15rem;
    margin: auto;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    /*margin-top: .25rem;*/

}

.lb_left {
    width: 10.625rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px #f1efef;
    border-radius: .125rem;
    padding-bottom: .5375rem;
}

.lb_left_bt {
    width: 100%;
    height: .7625rem;
    border-bottom: solid .025rem var(--color1);
    font-size: .25rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: var(--color1);
    display: flex;
    align-items: center;
    padding-left: .25rem;
    box-sizing: border-box;
}

.lb_left_bt>div {
    border-left: solid .05rem var(--color1);
    padding-left: .125rem;
}

.lb_img_box {
    width: 10.1125rem;
    margin: auto;
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: .3rem;
    margin-bottom: -0.475rem;
}
.lb_img_imgs{
    width: 2.1875rem;
    height: 2.9125rem;
}
.lb_img>p{
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .2rem;
    margin-top: .1875rem;
    text-align: center;
    padding: 0 10px;
    
}
.lb_img img {
    
    height: 100%;
    object-fit: cover;
}

.lb_img {
    width: 2.1875rem;
    margin-bottom: .475rem;
    cursor: pointer;
    position: relative;
    /*鼠标样式 */
}

.lb_right {
    width: 4.125rem;
}

.lb_right_top {
    width: 100%;
    background: #FFFFFF;
    border-radius: .125rem;
    box-shadow: 0px 0px 10px 0px #f1efef;
}

.lb_right_top_bt {
    height: .625rem;
    font-size: .25rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
    background: var(--color1);
    line-height: .625rem;
    padding-left: .25rem;
    box-sizing: border-box;
}

.lb_right_top_nr_box {
    width: 3.575rem;
    margin: auto;
    background: #fff;
    padding-bottom: .25rem;
}

.lb_right_top_nr {
    font-size: .2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: .25rem;
    position: relative;
}


.lb_right_xia_dandu {
    margin-top: 0rem !important;

}

.lb_right_xia {
    margin-top: .25rem;
}

.lb_right_xia_box {
    padding-top: .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lb_right_xia_box>div {
    width: 2.275rem;
    height: 2.275rem;
}

.lb_right_xia_box>div img {
    width: 100%;
    height: 100%;
}

.lb_left_lb {
    width: 10.1rem;
    margin: auto;

}

.lb_left_lb_wz {
    height: .475rem;
    font-size: .2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    border-bottom: dotted .025rem #CECECE;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .275rem;
}

.lb_left_lb_wz>span:first-of-type {
    width: 80%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lb_left_lb_wz>span:nth-child(2) {
    font-size: .2rem;

    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7C7C7C;
}

.xz_box_button {
    border: 1px solid #CCCCCC;
    border-radius: .075rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .125rem .1875rem;
}

.xz_list_box {
    height: 0.775rem;
    margin-top: 0;
    align-items: center;
}

.xz_box_button_active {
    background: var(--color1);
    border: 1px solid var(--color1);
    color: #FFFFFF !important;

}

.lb_right_top_nr_top_lb_box {
    padding-top: .25rem;
}

.lb_right_top_nr_top_lb {
    width: 3.625rem;
    height: 0.5rem;
    background: #F2F2F2;
    margin-bottom: 0.125rem;
    font-size: .225rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: .5rem;
    /* text-align: center; */
    cursor: pointer;
    padding-left: .675rem;
    box-sizing: border-box;
}

.mobtop {
    display: none;
    position: relative;
}

.heo {
    display: none;
}

.foot_yd {
    display: none;
}

.w1200 {
    width: 15rem;
    margin: 0 auto;

}

.mian {
    line-height: 0.75rem;
}

.mian a,
.mian span {
    font-size: .175rem;
    font-weight: 400;
    color: #7C7C7C;
}

.mian a {
    margin: 0 .05rem;
}

.fenye {
    padding: .4rem 0 0.35rem;
    display: flex;
    justify-content: space-between;
}

.fenye>div {
    width: 46%;
    font-size: .225rem;
    font-weight: 400;
    color: #333333;
    line-height: .45rem;

}

.fenye>div a {
    font-size: .225rem;
    font-weight: 400;
    color: #333333;
    line-height: .45rem;
}

.danye {
    padding: .25rem 0;
    line-height: .375rem;
}
.danye p, .danye span,.danye{
    font-size: .225rem !important;
    line-height: .5rem !important;
}
.activered {
    background: var(--color1) !important;
    /* background: rgb(0, 124, 198) !important; */
}


.activered1 img {
    visibility: visible !important;
}

.xz_active {
    color: var(--color1);
}

.xz_active .xz_box_button {
    background: var(--color1);
    border: 1px solid var(--color1);
    color: #FFFFFF !important;
}

.pusb_active span {
    color: var(--color1) !important;
}

.button_flag{
    margin: .025rem;
    border-radius: 0.25rem;
    padding: 0 0.1rem;
    height: .3125rem;
    line-height: .3125rem;
    background: #18bc9c;
    color: #ffff !important;
    font-size: .15rem !important;
}
.pusb_active  .button_flag{
    color: #ffff !important;
}
.button_flag_recommend{
    background: #f75444;
}
.button_flag_new{
    background: #1688f1;
}
.button_flag_hot{
    background: #f39c12;
}

@media screen and (max-width:1000px) {
    .hygz {
        display: none !important;
    }
    .bdgs_bt>div>a, .index_a_url{
        font-size: 18px;
    }
    .lb_img>p{
        font-size: 12px;
        margin-top: 10px;
    }
    .lb_img_imgs{
        width: 150px;
        height: 200px;
    }
    .danye p, .danye span,.danye{
        font-size: 14px !important;
        line-height:30px !important;
    }
    .xqwz_nr span, .xqwz_nr p, .xqwz_nr div{
        line-height: 30px !important;
    }
    .button_flag{
        font-size: 10px !important;
        padding: 0 5px;
        height: 22px;
        line-height: 22px;
        border-radius: 10px;
        margin: 0 5px;
    }
    .foot {
        display: none;
    }

    .foot_yd {
        display: block;
    }

    header {
        display: none;
    }

    .ersan {
        display: none;
    }

    .heo {
        height: 66px;
        display: block;
    }

    .mobtop {
        background: #fff;
        z-index: 1000;
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 10px;
        width: calc(100% - 20px);
        border-bottom: solid 1px var(--color1);
    }

    .mobtop>a {
        display: flex;
        align-content: center;
        align-items: center;
    }

    .mlogog {
        height: 36px;
    }

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

    .mnav01 {
        display: none;
        position: absolute;
        top: 65px;
        left: 0;
        width: 100%;
        height: calc(100vh - 67px);
        overflow: auto;
        z-index: 100;
        text-align: center;
        background-color: #ffffff;
    }
    .tzgg_xinxi_bt{
        background: #fff;
    }
    .tzgg_xinxi_bt{
        height: auto !important;
    }
    .mnav01 a {
        /* display: block; */
        color: #333;
        font-size: 16px;
        line-height: 40px;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border-bottom: 1px solid #e9e9e9;
    }

    .ersan a {
        font-size: 14px;
    }

    .xialdhn {
        position: relative;
    }

    .xijpo>img {
        width: 20px;
        height: 10px;
        transition: all 0.3s;
    }

    .xijpo {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 20px;
        top: 0px;
    }

    .mimgactive {
        transform: rotate(180deg);
        transition: all 0.3s;
    }

    .mlang {
        display: flex;
        align-items: center;
        margin-top: 40px;
    }

    .mlang>a {
        display: block;
        line-height: 40px;
        border: 1px solid #e9e9e9;
        width: calc(50% - 2px);
        text-align: center;
    }

    .tzgg {
        display: block;
        width: 95%;
        margin: auto;
    }

    .tzgg_lunbo {
        width: 100%;
        height: 200px;
    }

    .tzgg_lunbo_bt {
        height: 30px;
    }

    .tzgg_lunbo_bt_nr {
        line-height: 30px;
    }

    /*  */
    .tzgg_all {
        height: 190px;
        width: 100%;
        margin-top: 10px;
    }

    .tzgg_xinxi {
        width: 100%;
    }

    .tzgg_xinxi_wz_all_nr_action {
        height: auto;
    }

    .tzgg_xinxi_wz_all_nr_action>div:first-child,
    .tzgg_xinxi_wz_all_nr>div {
        width: 100%;
    }

    .tzgg_xinxi_wz_all_nr {
        height: 30px;
    }

    .tzgg_xinxi_bt {
        height: 30px;
        line-height: 30px;
    }

    .tzgg_xinxi_wz_all_nr_action .tzgg_xinxi_wz_all_nr_wz_action {
        display: none;
    }

    .tzgg_xinxi_wz_all_nr_wz {
        display: block !important;
    }

    .bdgs {
        display: block;
        width: 95%;
        margin: auto;
    }

    .bdgs_all {
        width: 100%;
    }

    .bdgs_bt {
        height: 25px;
        font-size: 18px;
    }

    .xxgs {
        margin-top: 15px;
    }

    .qzimg {
        width: 100%;
    }

    .hygz {
        display: block;
        width: 95%;
        margin: auto;
    }

    .hypt {
        width: 100%;
        height: 430px;
    }

    .hypt_xbox {
        width: 150px;
        height: 100px;
    }

    .hygz_bt {
        font-size: 16px;
    }

    .hypt_xbox_nr>div {
        height: 20px;
        width: 20px;
    }

    .hypt_xbox_nr {
        height: auto;
    }

    .gzcx {
        width: 100%;
        height: 300px;
    }

    .gzcx_box {
        width: 110px;
        height: 80px;
    }

    .gzcx {
        justify-content: space-between;
    }

    .gzcx_img {
        height: auto;
        width: auto;
    }

    .gzcx_box {
        justify-content: center;
    }

    .hygz>div:nth-child(2) {
        margin-top: 10px;
    }

    .djgz {
        width: 100%;
        height: auto;
    }

    .hkzj {
        display: block;
        width: 95%;
        margin: auto;
    }

    .hkzj_box {
        width: 98%;
        margin: auto;
    }

    .hkzj_box_bt {
        height: 40px;
    }

    .hkzj_box_bt>div:first-child {
        height: 25px;

    }

    .hkzj_box_bt>div:first-child span {
        font-size: 15px;
    }

    .dzhk_box_img {
        width: 80px;
        height: 90px;
    }

    .dzhk_box {
        margin-top: 10px;
    }

    .jgfc {
        width: 95%;
        margin: auto;
        margin-top: 10px;
    }

    .jgfc_nr {
        width: 110px;
        height: 60px;
    }

    .yqlj {

        width: 95%;
        margin: auto;
        margin-top: 10px;
    }

    .yqlj_bt {
        width: 98%;
        margin: auto;
    }

    .yqlj_tu {
        width: 170px;
        height: 28px;
        margin-top: 5px;
    }

    .yqlj_tu_nr {
        width: 170px;
        height: 19px;
    }

    .yqlj_xiehui_box {
        height: auto;
        font-size: 14px;
        width: 98%;
        margin: auto;
    }

    .yqlj_xiehui {
        height: auto;
        width: auto;
        margin-top: 10px;
        line-height: 30px;
    }

    .foot_yd {
        width: 100%;
        margin-top: 10px;
        background: var(--color1);
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .foot_box_yd {
        width: 90%;
        margin: auto;
        height: auto;
        font-size: 14px;
        text-align: center;
    }

    .xqwz_xx {
        display: block;
        width: auto;
        text-align: center;
    }

    .xqwz {
        width: 98%;
        margin: auto;
    }

    .xqwz_box {
        width: 85%;
        margin: auto;
    }

    .xqwz_bt {
        font-size: 26px;
    }

    .xqwz_nr {
        width: 84%;
        margin: auto;
        margin-top: 10px;
    }

    .xqwz_lb {
        width: 85%;
        margin: auto;
    }

    .xqwz_lb_bt {
        height: 27px;
        line-height: 27px;
    }

    .xqwz_lb_box {
        width: 98%;
        margin: auto;
    }

    .xqwz_ib_nr>span:first-child {
        width: 220px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .liebiao_box {
        width: 98%;
        margin: auto;
        display: block;
        margin-top: 10px;
    }

    .lb_left {
        width: 98%;
        margin: auto;
    }

    .lb_left_bt {
        height: 35px;
        padding-left: 10px;
        border-bottom: solid 1.5px var(--color1);
        font-size: 15px;
    }
   
    .lb_left_bt>div {
        border-left: solid 2px var(--color1);
        padding-left: 10px;
    }

    .lb_img_box {
        width: 95%;
        margin: auto;
        margin-top: 10px;
    }

    .lb_img{
        width: 150px;
        height: auto ;
    }
    .lb_right {
        width: 95%;
        margin: auto;
        margin-top: 10px;
    }

    .lb_right_top {
        margin-top: 5px;
    }

    .lb_right_top_bt {
        height: 27px;
        font-size: 13px;
        line-height: 27px;
        padding-left: 10px;
    }

    .lb_right_top_nr_box {
        width: 95%;
        margin: auto;
    }

    .lb_right_top_nr {
        margin-top: 10px;
    }

    .lb_right_xia_box>div {
        width: auto;
        height: auto;
    }

    .lb_left_lb {
        width: 95%;
        margin: auto;
    }

    .lb_left_lb_wz {
        height: auto;
        align-items: center;
    }

    .lb_left_lb_wz>span:first-child {
        width: 220px;
        height: 28px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 28px;
    }

    .lb_right_top_nr_top_lb {
        width: 50%;
        margin: auto;
        height: 30px;
        text-align: center;
        line-height: 30px;
        margin-top: 8px;
    }

    .lb_right_top {
        margin-top: 10px;
    }

    .lb_right_top_nr_box {
        margin-top: 10px;
    }

    .tzgg_xinxi_wz_all_nr>div>span:first-child {
        width: 70%;

    }

    .bdgs_nr {

        line-height: 63px;
    }

    .tzgg_xinxi_wz_all_nr>div>span:first-child {
        height: 100%;
        line-height: 30px;
    }

    .tzgg_xinxi_wz_all_nr_wz {
        line-height: 30px;
    }

    .w1200 {
        width: 85%;
    }

    .fenye>div a {
        line-height: 25px;
    }

    .xqwz {
        min-height: 30vh;
    }

    .mian {
        overflow-y: auto;
        white-space: nowrap;
        line-height: 30px;
        margin-top: 2px;
    }

    .tzgg_lunbo_bt_nr,
    .tzgg_xinxi_wz_all_nr>div>span:first-child,
    .tzgg_xinxi_wz_all_nr_wz,
    .bdgs_gd,
    .gzcx_nr>span,
    .gd a,
    .gd,
    .mian a,
    .mian span,
    .lb_left_lb_wz,
    .lb_left_lb_wz>span:nth-child(2),
    .lb_right_top_nr_top_lb,
    .lb_right_top_nr,
    .xqwz_xx {
        font-size: 14px;
    }

    .gzcx_nr {
        font-size: 15px !important;
    }

    .fenye {
        flex-wrap: wrap;
    }

    .fenye>div {
        width: 100%;
    }

    .fenye>div a {
        font-size: 14px;
        line-height: 25px;
    }

    .xqwz_nr,
    .loadmore-tips {
        line-height: 30px;
        font-size: 16px;
    }

    .pagination a,
    .pagination span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .tzgg_xinxi_bt,
    .hypt_xbox_nr>span {
        font-size: 16px;
    }

    .bdgs_bt {
        margin-bottom: 10px;
    }
    .gd_title{
        padding:  5px 10px;
        margin: 20px auto 0 ;
    }
    .gd_title>h2{
        font-size: 16px;
    }
    .gd_title>span{
        font-size: 15px;
    }
    .xqwz_nr span, .xqwz_nr p, .xqwz_nr div{
        font-size: 16px !important;
    }
    .xqwz_xx{
        font-size: 12px;
        line-height: 22px;
    }
    .xqwz_nr img{
        max-width: 100%;
        height: auto !important;
    }
    .text-indent{
        text-indent:0 !important;
    }
}