.index_box_mobile {
    background-color: #ffffff;
}


/* header start */

.header_mobile {
    /* height: 5.27rem; */
    background: url(../images/header_bj.png) no-repeat center top;
    background-size: 100%;
    box-sizing: border-box;
    padding-top: .3rem;
}

.header_top_mobile .r a {
    display: block;
    float: left;
    font-size: .28rem;
    position: relative;
    color: #666666;
    margin-right: .25rem;
    box-sizing: border-box;
    padding-right: .26rem;
}

.header_top_mobile .r a:last-child {
    margin-right: 0;
    padding-right: 0;
}

.header_top_mobile .r a::after {
    width: .01rem;
    height: .25rem;
    background-color: #c9c9c9;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.header_top_mobile .r a:last-child::after {
    display: none;
}

.header_logo_mobile {
    width: 6.43rem;
    height: 1.41rem;
    margin: auto;
    margin-top: .57rem;
}

.header_logo_mobile a {
    width: 100%;
    height: 100%;
    display: block;
}

.header_logo_mobile a img {
    width: 100%;
    height: 100%;
    float: left;
}

.header_search_mobile {
    width: 6.8rem;
    height: .8rem;
    background: url(../images/search_bj.png) no-repeat center;
    background-size: 100%;
    margin: auto;
    margin-top: .4rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: .05rem .05rem .05rem .93rem;
}

.searchKeywords_mobile {
    display: block;
    width: 4.2rem;
    font-size: .26rem;
    height: 100%;
    float: left;
    outline: none;
    border: 0px;
    padding: 0px;
    margin: 0px;
    line-height: .7rem;
    color: #333333;
}

.searchKeywords_mobile::placeholder {
    color: #9d9d9d;
}

.searchSubmit_mobile {
    display: block;
    width: 1.6rem;
    height: .7rem;
    line-height: .7rem;
    text-align: center;
    font-size: .28rem;
    color: #035ea5;
    font-weight: bold;
    float: right;
    cursor: pointer;
    background: none;
    outline: none;
    padding: 0;
    border: 0;
    margin: 0;
    border-radius: .3rem;
}

.nav_mobile {
    height: .91rem;
    margin-top: .59rem;
    background-color: #f2f8ff;
    box-sizing: border-box;
    border-top: .02rem solid #035ea5;
    border-bottom: .01rem solid #c7e0ff;
    position: relative;
}

.nav_mobile ul {
    margin: 0;
    white-space: nowrap;
    width: 88%;
    overflow-y: hidden;
    overflow-x: auto;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.nav_mobile ul::-webkit-scrollbar {
    display: none;
}

.nav_mobile ul.show-scrollbar::-webkit-scrollbar {
    display: block;
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
}

.nav_mobile ul.show-scrollbar::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}

.nav_mobile ul.show_scrollbar {
    display: block;
    height: .04rem;
    background: rgba(0, 0, 0, 0.1);
}

.nav_mobile ul::after {
    content: '';
    width: .56rem;
    height: .88rem;
    position: absolute;
    right: .91rem;
    top: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.nav_mobile ul li {
    margin: 0;
    padding: 0 .28rem;
    height: .88rem !important;
    line-height: .88rem !important;
    float: none;
    display: inline-block;
}

.nav_mobile ul li a {
    display: block;
    font-size: .3rem !important;
    color: #333333;
    position: relative;
    text-align: center;
    border-bottom: .02rem solid transparent;
}

.nav_mobile .btn_map {
    width: .91rem;
    height: .88rem;
    border-left: .01rem solid #c7e0ff;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2f8ff;
}

.nav_mobile .btn_map img {
    width: .4rem;
    height: .28rem;
}

.nav_mobile_map {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: height 0.4s ease-out;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
}

.nav_mobile_map.z_expanded {
    height: 100%;
}

.nav_mobile_map_box {
    padding: .8rem .3rem;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.nav_mobile_map_close {
    position: absolute;
    width: .3rem;
    right: 3%;
    top: 1%;
}

.nav_mobile_map_content .item {
    width: 100%;
    float: left;
    margin-bottom: .3rem;
}

.map_column_name a {
    font-size: .32rem;
    font-weight: bold;
    color: #035ea5;
    background: url(../images/hd_mobile.png) no-repeat left center;
    background-size: .08rem;
    box-sizing: border-box;
    padding-left: .3rem;
}

.map_column_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: .3rem;
}

.map_column_content li {
    width: 2.165rem;
    margin: .3rem .2rem 0 0;
    border: .01rem solid #e1e1e1;
    background-color: #f8f8f8;
    box-sizing: border-box;
    text-align: center;
    height: .72rem;
    border-radius: .05rem;
}

.map_column_content li:nth-child(3n) {
    margin-right: 0;
}

.map_column_content li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #333333;
    font-size: .28rem;
    line-height: .7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding: 0 .2rem;
}

.nav_mobile_map_gotop {
    width: 1.2rem;
    height: 1.2rem;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 .08rem .16rem rgb(0 0 0 / 20%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    float: right;
}

.nav_mobile_map_gotop img {
    width: .24rem;
    margin-bottom: .1rem;
}

.nav_mobile_map_gotop p {
    font-size: .2rem;
    color: #333333;
}


/* header end */


/* container start */

.content_mobile {
    margin-bottom: .6rem;
}

.tt_mobile {
    box-sizing: border-box;
    padding: .38rem 0 .2rem;
}

.tt_mobile a:first-child {
    display: block;
    font-size: .4rem;
    color: #035ea5;
    font-weight: bold;
    text-align: center;
    line-height: .6rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tt_mobile a:last-child {
    display: block;
    float: right;
    font-size: .24rem;
    color: #999999;
    margin-top: .05rem;
}

.lunbo_mobile {
    height: 3.81rem;
    overflow: hidden;
    position: relative;
    background-color: #ce0b1b;
}

.lunbo_mobile .swiper-slide a {
    width: 100%;
    height: 3.81rem;
    display: block;
}

.lunbo_mobile .swiper-slide a img {
    width: auto;
    height: 3.81rem;
    /* float: left; */
    margin: auto;
    display: block;
}

.lunbo_mobile .swiper-slide a span {
    width: 100%;
    background: rgb(0, 0, 0, 0.6);
    font-size: 0.28rem;
    text-align: left;
    padding-left: 0.3rem;
    padding-right: 1.75rem;
    position: absolute;
    line-height: 0.67rem;
    z-index: 20;
    display: block;
    color: #ffffff;
    bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.yw_mobile_box {
    margin-top: .3rem;
}

.yw_mobile_box2 {
    margin-top: .5rem;
}

.hengfu_mobile {
    height: 3.4rem;
    overflow: hidden;
    position: relative;
    margin-top: .5rem;
}

.hengfu_mobile a {
    display: block;
    width: 100%;
    height: 100%;
}

.hengfu_mobile a img {
    float: left;
    width: 100%;
    height: 100%;
}

.hengfu_mobile .swiper-pagination2 {
    position: absolute;
    z-index: 999;
    bottom: 0.2rem !important;
    right: 0.2rem !important;
}

.gk_mobile_box {
    margin-top: .3rem;
}

.gk_mobile_box .list_mobile ul li a em {
    color: #035ea5;
    display: inline-block;
    width: .6rem;
    height: .32rem;
    margin-left: .1rem;
    border: .01rem dashed #035ea5;
    box-sizing: border-box;
    border-radius: .05rem;
    line-height: .28rem;
    font-size: .22rem;
    text-align: center;
}

.gk_mobile_box .list_mobile ul li a i {
    display: inline-block;
    margin-left: .1rem;
    line-height: .28rem;
}

.gk_mobile_box .list_mobile ul li a i img {
    vertical-align: top;
    width: .4rem;
    height: .3rem;
}

.gk_mobile_box .list_mobile ul li a span {
    display: inline-block;
    font-size: .24rem;
    color: #999999;
    line-height: .3rem;
    position: absolute;
    right: 0;
    bottom: 0;
}

.wyzzc_mobile {
    height: 1rem;
    margin-top: .4rem;
    background: url(../images/wyzzc_bj.png) no-repeat center;
    background-size: 100%;
}

.wyzzc_mobile input {
    float: left;
    width: 2.4rem;
    height: .65rem;
    line-height: .65rem;
    font-size: .24rem;
    color: #333333;
    padding: 0;
    margin: 0;
    margin-left: 1.06rem;
    margin-top: .17rem;
}

.wyzzc_mobile input::placeholder {
    color: #999999;
}

.wyzzc_mobile button {
    width: .36rem;
    height: .36rem;
    border: 0;
    padding: 0;
    float: left;
    margin-top: .33rem;
    margin-left: .15rem;
    background: none;
}

.wyzzc_mobile>a {
    width: 2.35rem;
    height: .7rem;
    float: right;
    margin-top: .15rem;
    margin-right: .16rem;
    display: block;
    font-size: .28rem;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    line-height: .7rem;
}

.zfgb_mobile {
    margin-top: .5rem;
    height: 2.63rem;
    background: url(../images/zfgb_bj.png) no-repeat center;
    background-size: 100%;
}

.zfgb_mobile h2 {
    height: 1.13rem;
    text-align: center;
    color: #ffffff;
    font-size: .34rem;
    line-height: 1.13rem;
}

.zfgb_mobile .cout {
    width: 100%;
    box-sizing: border-box;
    padding: 0 .31rem;
}

.zfgb_mobile .cout a {
    display: block;
    font-size: .28rem;
    color: #666666;
    line-height: .8rem;
    background-color: #ffffff;
    float: left;
    text-align: center;
    margin-top: .3rem;
}

.zfgb_mobile .cout a:first-child {
    width: 3.34rem;
    margin-right: .24rem;
}

.zfgb_mobile .cout a:last-child {
    width: 2.6rem;
}

.rmlm_mobile {
    margin-top: .2rem;
}

.rmlm_mobile ul li {
    width: 3.25rem;
    height: 1rem;
    margin-top: .3rem;
    float: left;
    margin-right: .3rem;
}

.rmlm_mobile ul li:nth-child(2n) {
    margin-right: 0;
}

.rmlm_mobile ul li:nth-child(1) {
    background: url(../images/rmlm_mobile_li1.png) no-repeat center;
    background-size: 100%;
}

.rmlm_mobile ul li:nth-child(2) {
    background: url(../images/rmlm_mobile_li2.png) no-repeat center;
    background-size: 100%;
}

.rmlm_mobile ul li:nth-child(3) {
    background: url(../images/rmlm_mobile_li3.png) no-repeat center;
    background-size: 100%;
}

.rmlm_mobile ul li:nth-child(4) {
    background: url(../images/rmlm_mobile_li4.png) no-repeat center;
    background-size: 100%;
}

.rmlm_mobile ul li a {
    display: block;
    font-size: .3rem;
    color: #333333;
    line-height: 1rem;
    box-sizing: border-box;
    padding-left: .86rem;
}

.grfrfw_molbile {
    margin-top: .3rem;
    overflow: hidden;
}

.grfrfw_molbile .tabs4 {
    height: .8rem;
    background-color: #dfe9f9;
}

.grfrfw_molbile .tabs4 span {
    display: block;
    float: left;
    width: 3.4rem;
    font-size: .3rem;
    text-align: center;
    font-weight: bold;
    color: #333333;
    line-height: .8rem;
}

.grfrfw_molbile .tabs4 span.on {
    background-color: #035ea5;
    color: #ffffff;
}

.grfrfw_molbile .swiper-container4 {
    background-color: #f7fbff;
    height: 4.7rem;
}

.grfrfw_molbile ul {
    box-sizing: border-box;
    padding: 0 .7rem;
    margin-top: .25rem;
}

.grfrfw_molbile ul li {
    float: left;
    width: 1.2rem;
    margin-top: .4rem;
    margin-right: .8rem;
}

.grfrfw_molbile ul li:nth-child(3n) {
    margin-right: 0;
}

.grfrfw_molbile ul li a {
    display: block;
    width: 100%;
    height: 1.68rem;
}

.grfrfw_molbile ul li a img {
    width: auto;
    height: 50%;
    /* float: left; */
    display: block;
    margin: auto;
}

.grfrfw_molbile ul li a span {
    display: block;
    text-align: center;
    width: 100%;
    font-size: .28rem;
    color: #333333;
    float: left;
    margin-top: .25rem;
}

.fw_rm_mobile {
    margin-top: .5rem;
}

.fw_rm_mobile a {
    display: block;
    width: 3.25rem;
    height: 1.2rem;
    font-size: .3rem;
    line-height: 1.2rem;
    box-sizing: border-box;
    padding-left: 1.38rem;
}

.fw_rm_mobile a:first-child {
    float: left;
    background: url(../images/fw_rm_mobile_li1.png) no-repeat center;
    background-size: 100%;
}

.fw_rm_mobile a:last-child {
    float: right;
    background: url(../images/fw_rm_mobile_li2.png) no-repeat center;
    background-size: 100%;
}

.msb_mobile {
    margin-top: .5rem;
    height: 1.4rem;
}

.msb_mobile a {
    display: block;
    width: 100%;
    height: 100%;
}

.msb_mobile a img {
    width: 100%;
    height: 100%;
    float: left;
}

.hd_mobile_box {
    margin-top: .3rem;
}

.fkhy_mobile ul li {
    float: left;
    width: 100%;
    height: 1rem;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #eeeeee;
}

.fkhy_mobile ul li a {
    display: block;
    width: 78%;
    font-size: .28rem;
    color: #333333;
    line-height: .99rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 0.3rem;
    box-sizing: border-box;
    position: relative;
    float: left;
}

.fkhy_mobile ul li a::after {
    width: 0.1rem;
    height: 0.1rem;
    background-color: #035ea5;
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.fkhy_mobile ul li span {
    display: block;
    float: right;
    font-size: .24rem;
    color: #999999;
    line-height: .99rem;
}

.yjzj_mobile ul li {
    float: left;
    width: 100%;
    height: 1.81rem;
    box-sizing: border-box;
    border: 0.01rem solid #e9f0f5;
    border-radius: .1rem;
    padding: .25rem;
    position: relative;
    margin-top: .35rem;
}

.yjzj_mobile ul li p {
    width: 100%;
    float: left;
}

.yjzj_mobile ul li p:first-child i {
    width: 1.16rem;
    height: .75rem;
    float: left;
    display: block;
    background-color: #c4c4c4;
    border-radius: .1rem;
    font-size: .26rem;
    color: #ffffff;
    text-align: center;
    line-height: .75rem;
}

.yjzj_mobile ul li.on p:first-child i {
    background-color: #035ea5;
}

.yjzj_mobile ul li p:first-child a {
    display: block;
    font-size: .28rem;
    line-height: .38rem;
    float: right;
    width: 4.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* text-align: justify; */
    position: relative;
    z-index: 99;
}

.yjzj_mobile ul li p:nth-child(2) {
    margin-top: .11rem;
}

.yjzj_mobile ul li p:nth-child(2) em {
    font-size: .26rem;
    color: #999999;
    display: block;
    float: left;
    line-height: .44rem;
    background: url(../images/yjzj_mobile_xtb.png) no-repeat left center;
    background-size: .2rem;
    box-sizing: border-box;
    padding-left: .3rem;
}

.yjzj_mobile ul li p:nth-child(2) a {
    display: block;
    width: 1.26rem;
    height: .44rem;
    float: right;
    font-size: .26rem;
    color: #035ea5;
    text-align: center;
    line-height: .44rem;
    background-color: #f2f8ff;
    border-radius: .06rem;
    position: relative;
    z-index: 99;
}

.yjzj_mobile ul li p:nth-child(2) a:hover {
    background-color: #035ea5;
    color: #ffffff;
}

.xx_mobile {
    margin-top: .5rem;
}

.xx_mobile a {
    width: 3.25rem;
    height: 1.3rem;
    display: block;
    font-size: .3rem;
    font-weight: bold;
    box-sizing: border-box;
    padding-left: .4rem;
    color: #f27800;
    line-height: 1.3rem;
}

.xx_mobile a:first-child {
    background: url(../images/xx_mobile_li1.png) no-repeat center;
    background-size: 100%;
    float: left;
}

.xx_mobile a:last-child {
    float: right;
    background: url(../images/xx_mobile_li2.png) no-repeat center;
    background-size: 100%;
}

.zt_mobile {
    margin-top: .3rem;
    height: 1.96rem;
    overflow: hidden;
}

.ztzl_a1 {
    width: 3.3rem;
    height: 1.96rem;
    display: block;
    float: left;
}

.zt_mobile .swiper-slide {
    width: 50% !important;
}

.ztzl_a2 {
    width: 3.3rem;
    height: 1.96rem;
    display: block;
    float: right;
}

.ztzl_a1 img {
    width: 3.3rem !important;
    height: 1.96rem !important;
    float: left;
}

.ztzl_a2 img {
    width: 3.3rem !important;
    height: 1.96rem !important;
    float: right;
}

.swiper-next {
    width: 0.3rem;
    height: 0.5rem;
    background: url(../images/ztzl_rt.png) no-repeat center;
    background-size: 100%;
    left: auto;
    right: 0;
    cursor: pointer;
    position: absolute;
    top: .73rem;
    z-index: 999;
}

.swiper-prev {
    width: 0.3rem;
    height: 0.5rem;
    background: url(../images/ztzl_le.png) no-repeat center;
    background-size: 100%;
    left: 0;
    right: auto;
    cursor: pointer;
    position: absolute;
    top: .73rem;
    z-index: 999;
}


/* container end */


/* footer start */

.footer_mobile {
    /* height: 4.3rem; */
    padding-bottom: 0.5rem;
}

.footer_mobile_t {
    height: .9rem;
    background: url(../images/footer_mobile_t_bj.png) no-repeat center;
    background-size: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.footer_mobile_t a {
    display: block;
    font-size: .28rem;
    color: #0057b0;
    line-height: .9rem;
    box-sizing: border-box;
    padding-left: .68rem;
    background: url(../images/footer_mobile_xtb.png) no-repeat left center;
    background-size: .39rem;
}

.footer_mobile_c {
    box-sizing: border-box;
    padding-top: .15rem;
}

.footer_mobile_c ul li {
    width: 100%;
    float: left;
    font-size: .26rem;
    line-height: .54rem;
    color: #666666;
    text-align: center;
}

.footer_mobile_c ul li a {
    color: #666666;
}

.footer_mobile_c ul li:nth-child(4) a:last-child {
    background: url(../images/gaba.png) no-repeat left center;
    background-size: .28rem;
    box-sizing: border-box;
    padding-left: .45rem;
}

.footer_mobile_c ul li:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    align-content: flex-start;
    padding: 0 2.08rem;
    box-sizing: border-box;
    margin-top: .2rem;
}

.footer_mobile_c ul li:last-child .dzjg {
    display: block;
    width: .54rem;
    height: .68rem;
    margin-right: .3rem;
}

.footer_mobile_c ul li:last-child .dzjg img {
    width: 100%;
    height: 100%;
    float: left;
}

.footer_mobile_c ul li:last-child #_span_jiucuo1 {
    width: 1.1rem;
    height: .55rem;
    display: block;
    margin-right: .3rem;
    border: .01rem solid #eeeeee;
    box-sizing: border-box;
}

.footer_mobile_c ul li:last-child #_span_jiucuo1 img {
    width: 100%;
    height: 100%;
    float: left;
}

.footer_mobile_c ul li:last-child .slhwza {
    width: 1.1rem;
    height: .55rem;
    float: left;
    border: .01rem solid #eeeeee;
    box-sizing: border-box;
}


/* footer end */
