/* 侧边导航 */

.side {
    width: 2.6rem;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /* overflow-y: scroll; */
}

.topside {
    width: 100%;
    overflow: hidden;
    padding-left: 0.4rem;
    box-sizing: border-box;
}

.topside .logo {
    display: block;
    width: 1.94rem;
    /* height: .55rem; */
    margin-top: .46rem;
    margin-bottom: .53rem;
}

.topside .logo img {
    width: 100%;
    height: 100%;
    display: block;
}

.subnav li a {
    display: block;
    height: .7rem;
    line-height: .7rem;
    font-size: .18rem;
    color: #232323;
}

.subnav li a:hover {
    color: #db0000;
}

.subnav li a.on {
    color: #db0000;
}

.subnav li a img {
    width: 0.26rem;
    margin-right: 0.2rem;
}

.searchbox {
    height: .4rem;
    /* width: 1.84rem; */
    width: 2rem;
    position: relative;
    margin-top: 0.24rem;
}

.searchbox .searchbtn {
    background: url(../static/img/souicon.png) no-repeat center center;
    width: .4rem;
    height: .4rem;
    position: absolute;
    right: .05rem;
    top: 0;
    cursor: pointer;
}

.searchbox .searchbtn:hover {
    opacity: .5;
}

.searchbox input {
    padding-left: .2rem;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    font-size: .14rem;
    color: #bfbfbf;
    background: #f2f2f2;
    /* border-radius: .04rem; */
    border-radius: .2rem;
    padding-right: .5rem;
}

.searchbox input::placeholder {
    color: #bfbfbf;
}

.sharelink {
    /* margin-top: 0.26rem; */
    margin-top: .12rem;
}

.sharelink span {
    display: inline-block;
    margin-right: 0.24rem;
    position: relative;
    width: 0.36rem;
    height: .36rem;
}

.sharelink span img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.sharelink span .hvrimg {
    display: none;
}

.sharelink span:hover .hvrimg {
    display: block;
}

.sharelink span:hover .resimg {
    display: none;
}


/* 手机导航 */

.header {
    position: relative;
    background: #d10a30;
    height: 1rem;
    padding: .24rem;
    display: none;
    box-sizing: border-box;
}

.header .logo {
    float: left;
    width: 1.92rem;
    height: 0.55rem;
}

.header .logo img {
    width: 100%;
    height: 100%;
}

.header .menu_btn {
    float: right;
    font-size: 0;
    z-index: 3;
    position: relative;
    line-height: .6rem;
    height: .3rem;
    transition: all .3s;
    display: inline-block;
    width: .6rem;
    vertical-align: middle;
    margin-left: .4rem;
}

.header .menu_btn .line {
    position: absolute;
    left: 0;
    width: .6rem;
    height: 3px;
    background-color: #fff;
    transform-origin: center center;
    margin: 0;
    top: 0;
    transition: all .2s;
}

.header .menu_btn .line:last-child {
    bottom: 0;
    top: initial;
}

.list {
    background: #d10a30;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    overflow: hidden;
}

.list .listtp {
    height: 1rem;
    padding: .2rem .24rem 0;
    box-sizing: border-box;
}

.list .close {
    float: right;
    position: relative;
    right: 0;
    top: 0;
    width: .6rem;
    height: .6rem;
    font-size: .6rem;
    color: #fff;
    background: rgba(0, 0, 0, .1);
    border-radius: 50%;
    text-align: center;
    line-height: .5rem;
}

.list li a {
    display: block;
    padding: 0 .24rem;
    font-size: .45rem;
    line-height: .9rem;
    color: #fff;
    transition: all .3s;
}

.list li.on a {
    color: #f5b72e;
}


/* 当前位置 */

.dq {
    height: 0.7rem;
    line-height: 0.7rem;
    background-color: #fff;
}

.dq img {
    margin-right: 0.1rem;
    margin-left: 1.36rem;
}

.dq a,
i {
    font-size: .15rem;
    color: #515151;
}

.dq i {
    display: inline-block;
    margin: 0 .1rem;
}

.dq a:hover {
    color: #db0000;
}

.dq a.on {
    color: #db0000;
}


/* 分页 */


/* 分页 */

.ql_fenye {
    clear: both;
    width: 100%;
    text-align: center;
    font-family: "微软雅黑";
    font-size: .16rem;
    margin-top: .55rem;
    margin-bottom: .80rem;
    color: #1c1c1c;
}

.ql_fenye a,
.ql_fenye span {
    height: 0.48rem;
    width: 0.48rem;
    display: inline-block;
    margin: 0 .02rem;
    line-height: .48rem;
    border-radius: .05rem;
    cursor: pointer;
}

.ql_fenye a {
    color: #1c1c1c;
}

.ql_fenye a:hover,
.ql_fenye button:hover {
    color: #fff;
    background-color: #d80c25;
}

.ql_fenye li.active {
    border-radius: .05rem;
    color: #fff;
    background-color: #d80c25;
}

.ql_fenye>div {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.ql_fenye input {
    height: 0.48rem;
    width: 0.48rem;
    box-sizing: border-box;
    border: .01rem solid #dcdcdc;
    line-height: .48rem;
    font-size: .16rem;
    padding: 0 .1rem;
    border-radius: .05rem;
    margin: 0 .06rem;
    text-align: center;
}

.ql_fenye button {
    height: 0.48rem;
    width: 0.48rem;
    display: inline-block;
    margin: 0 .02rem;
    line-height: .48rem;
    border-radius: .05rem;
    cursor: pointer;
}


/* 首页开始 */

.sy {
    margin-left: 2.6rem;
}

.container {
    width: 15rem;
    margin: 0 auto;
}

.ellipse {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipse_d {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.main {
    width: 14rem;
    margin: 0 auto;
}

.sy_ban {
    overflow: hidden;
    height: 6.72rem;
}

.sy_ban .swiper-container-syban {
    width: 100%;
    height: 100%;
}

.sy_ban img {
    width: 100%;
    height: 100%;
}

.sy_er {
    margin: .2rem auto;
}

.sy_er ul li {
    /* width: 20%; */
    width: 23.5%;
    float: left;
    margin-right: 1.3%;
    /* margin-right: 6%; */
    overflow: hidden;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.0) !important;
    transform: scale(1.0) !important;
}

.sy_er ul li a:hover img {
    transform: scale(1.1) !important;
}

.sy_er ul li:last-child {
    margin-right: 0;
}

.sy_er ul li:first-child {
    margin-left: 1%;
}

.sy_er ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 2.48rem;
}

.sy_er ul li a img {
    width: 100%;
    transition: .5s;
    /* height: 100%; */
}

.sy_er ul li .ms {
    width: 100%;
    height: .8rem;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 .2rem;
    box-sizing: border-box
}

.sy_er ul li .ms h3 {
    font-size: .16rem;
    color: #fff;
    width: 100%;
    margin-bottom: .1rem;
    font-weight: normal;
}

.sy_er ul li .ms h2 {
    font-size: .3rem;
    font-weight: bold;
    color: #fff;
    width: 100%;
}

.sy_si {
    margin-top: .68rem;
}

.sy_si {
    position: relative;
}


/*.sy_si::after {
    bottom: -13%;
    left: 6%;
    position: absolute;
    width: 1.96rem;
    height: 1.96rem;
    border: .01rem solid #c8c8c8;
    border-radius: 100%;
    content: "";
}*/

.tit {
    text-align: center;
    font-size: .58rem
}

.tit .sp1 {
    position: relative;
    color: #ed1b24;
    margin-right: .26rem;
}


/*.tit .sp1::after {
    position: absolute;
    left: -100%;
    top: -20%;
    width: .72rem;
    height: .72rem;
    border: .01rem solid #ed1b24;
    content: "";
    border-radius: .36rem;
}*/

.sy_wu .sp1::after {
    display: none;
}

.tit .sp2 {
    font-weight: bold;
    color: #329646;
}

.sy_si .si_inner .js {
    margin-top: .6rem;
}

.sy_si .si_inner .js p {
    font-size: .16rem;
    color: #323232;
    text-align: center;
    line-height: .3rem;
}


/* 数字 */

.sy_si .num_box ul {
    margin-top: .7rem;
    display: flex;
    justify-content: space-between;
}

.sy_si ul li {
    text-align: center;
    width: 24%;
    cursor: pointer;
}

.sy_si ul li a {
    display: block;
}

.sy_si .num {
    display: inline-block;
    font-size: .9rem;
    height: 1.51rem;
    /* width: 2.77rem; */
    /* width: 100%; */
    line-height: 1.15rem;
    /*font-weight: bold;*/
    color: #000000;
    /* margin-bottom: .29rem; */
    text-align: center;
}

.sy_si .num+em {
    font-size: .9rem;
    color: #000000;
}

.sy_si .four {
    width: 1.5rem;
}

.sy_si .year {
    font-size: .16rem !important;
    color: #888888 !important;
}

.sy_si ul li:last-child {
    /* width: 22%; */
    width: 50%;
}

.sy_si ul li:last-child .num {
    /* width: 1.5rem; */
    width: 3.2rem;
}

.sy_si .num:hover {
    background: url('../static/img/a5.png') no-repeat center;
    background-size: 1.51rem 1.51rem;
}

.sy_si .tex {
    font-size: .16rem;
    color: #888888;
    text-align: center;
}

.sy_si em {
    font-size: .16rem;
    color: #828282;
}

.sy_si .more {
    display: block;
    width: 1.8rem;
    height: .46rem;
    margin: 1rem auto 0;
    overflow: hidden;
    position: relative;
    background-color: #ec1922;
    border-radius: .23rem;
    cursor: pointer;
}

.sy_si .more .wrap-inner {
    overflow: hidden;
}

.sy_si .more span a {
    width: 100%;
    font-size: .16rem;
    color: #fff;
    text-align: center;
    line-height: .46rem;
    display: block;
}

.sy_si .more .index-more {
    margin: 0 auto;
    top: 100%;
    position: absolute;
    left: .39rem;
    opacity: 1;
    transition: opacity .3s;
}

.index-more:before {
    content: "";
    position: absolute;
    right: -.78rem;
    top: 0;
    width: .48rem;
    height: .48rem;
    z-index: 222;
    background-size: .34rem .34rem;
    background: url('../static/img/more.png') no-repeat center;
    transition: all .3s;
}

.more:hover .index-more:before {
    background: url('../static/img/morehov.png') no-repeat center;
}

.sy_wu {
    margin-top: 1rem;
}

.sy_wu .zx_ul {
    margin-top: .7rem;
}

.sy_wu .zx_ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
}

.sy_wu .zx_ul li:last-child {
    margin-right: 0;
}

.sy_wu .zx_ul li .tp {
    width: 100%;
    height: 2.99rem;
    overflow: hidden;
}

.sy_wu .zx_ul li .tp img {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.sy_wu .zx_ul li:hover img {
    transform: scale(1.2);
}

.sy_wu .zx_ul li h2 {
    font-size: .23rem;
    color: #000000;
    line-height: .4rem;
    width: 100%;
    margin-top: .1rem;
}

.sy_wu .zx_ul li .date {
    margin-top: .1rem;
    height: .3rem;
}

.sy_wu .zx_ul li .date span {
    float: left;
    font-size: .16rem;
    color: #a1a1a1;
    width: 50%;
    line-height: .3rem;
}

.sy_wu .zx_ul li .date .rg {
    float: right;
    width: 50%;
    text-align: right;
}

.sy_wu .zx_ul li .date .rg em {
    position: relative;
    font-size: .16rem;
    color: #474747;
    line-height: .3rem;
    height: .3rem;
}

.sy_wu .zx_ul li:hover .date .rg em {
    padding-right: .3rem;
    box-sizing: border-box;
    transition: all .5s;
}

.sy_wu .zx_ul li .date .rg em::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: .2rem;
    height: .2rem;
    background: url('../static/img/more.png') no-repeat center;
    background-size: .17rem .17rem;
    content: "";
    display: none;
    transition: all .5s;
    vertical-align: middle;
}

.sy_wu .zx_ul li:hover .date .rg em::after {
    display: block;
    transition: all .5s;
}

.sy_wu .zx_ul li:hover h2,
.sy_wu .zx_ul li:hover span,
.sy_wu .zx_ul li:hover em {
    color: #d0092a !important;
}


/* 底部 */

.sjfoot {
    display: none;
}

.foot,
.sjfoot {
    width: 100%;
    background-color: #d0092a;
    margin-top: 1rem;
    padding-top: .14rem;
    box-sizing: border-box;
    padding-bottom: 0.2rem;
}

.foot .f_top .lf,
.sjfoot .f_top .lf {
    width: 60%;
    float: left;
}

.foot .f_top .lf {
    width: 68%;
}

.foot .f_top .lf a,
.sjfoot .f_top .lf a {
    font-size: .14rem;
    color: #f295a5;
}

.foot .f_top .lf a:hover,
.sjfoot .f_top .lf a:hover {
    color: #fff;
}

.pub_img1 {
    width: .14rem;
    height: .16rem;
    margin: 0 .1rem 0 .11rem;
}

.pub_img2 {
    width: .5rem;
    height: .12rem;
    margin-left: .14rem;
}

.pub_img3,
.pub_img4 {
    width: .2rem;
    height: .2rem;
    margin-left: .1rem;
}

.pub_img4 {
    margin-right: .1rem;
}

.foot .f_top .lf .zc,
.sjfoot .f_top .lf .zc {
    margin-left: .18rem;
}

.foot .f_top .rg,
.sjfoot .f_top .rg {
    width: 14%;
    float: right;
}

.foot .f_top .rg {
    width: 19%;
}

.foot .f_top .rg .inbl,
.foot .f_top .rg .inbl h5,
.sjfoot .f_top .rg .inbl,
.sjfoot .f_top .rg .inbl h5 {
    display: inline-block;
    color: #f295a5;
    font-size: .14rem;
    font-weight: normal;
}

.foot .f_top .rg .inbl em,
.sjfoot .f_top .rg .inbl em {
    margin: 0 .1rem;
}

.foot .f_top .rg span,
.sjfoot .f_top .rg span {
    font-weight: bold;
}

.foot .f_top .rg .outer,
.sjfoot .f_top .rg .outer {
    position: relative;
    cursor: pointer;
    padding-right: .18rem;
    background: url('../static/img/f_xl.png') no-repeat right center;
}

.foot .f_top .rg .outer .yl_xl,
.sjfoot .f_top .rg .outer .yl_xl {
    position: absolute;
    left: 0;
    bottom: .15rem;
    width: 100%;
    display: none;
    z-index: 22;
    padding: .1rem .2rem;
    box-sizing: border-box;
    background-color: #d0092a;
}

.foot .f_top .rg .outer .yl_xl {
    height: 1rem;
    overflow-y: scroll;
}

.foot .yl_xl::-webkit-scrollbar {
    display: none;
}

.foot .f_top .rg .outer .yl_xl a,
.sjfoot .f_top .rg .outer .yl_xl a {
    line-height: .2rem;
    color: #f295a5;
    display: block;
    font-size: .14rem;
}

.foot .f_top .rg .outer .yl_xl a {
    line-height: .2rem;
}

.foot .f_top .rg .outer:hover .yl_xl,
.sjfoot .f_top .rg .outer:hover .yl_xl {
    display: block;
}

.foot .f_top .rg .outer .yl_xl a:hover,
.sjfoot .f_top .rg .outer .yl_xl a:hover {
    color: #ffff;
}

.foot .gjz p,
.sjfoot .gjz p {
    font-size: .14rem;
    color: #f08f9f;
    margin-top: .2rem;
}


/* 标签 */

.bq {
    position: fixed;
    right: 2%;
    top: 20%;
    width: 1.13rem;
    height: 2.61rem;
    padding-top: 1.18rem;
    box-sizing: border-box;
    background: url('../static/img/a-bq.png') no-repeat center;
    background-size: cover;
    z-index: 999;
}

.bq .zp {
    display: block;
    width: .87rem;
    height: .35rem;
    background: rgba(0, 0, 0, .5);
    font-size: .16rem;
    color: #fff;
    text-align: center;
    line-height: .35rem;
    border-radius: .17rem;
    margin: 0 auto;
}

.bq .zp:hover {
    color: #db0000;
}

.bq .kf {
    display: block;
    margin-top: .17rem;
}

.bq .kf img {
    display: block;
    margin: 0 auto;
}

.bq .kf span {
    font-size: .16rem;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: .1rem;
}


/* 首页结束 */


/* 网站地图开始 */

.wzdt {
    margin-left: 2.6rem;
    margin-bottom: .48rem;
}

.wzdt .dt_ul {
    display: flex;
    width: 100%;
    height: 4.44rem;
    margin-top: .2rem;
    padding-top: .3rem;
    box-sizing: border-box;
    /* border-bottom: .01rem solid #efefef; */
    justify-content: space-between;
}

.wzdt .nr_box h1 {
    font-size: .36rem;
    color: #323232;
    text-align: center;
}

.wzdt_nr {
    position: relative;
}

.wzdt_nr::after {
    position: absolute;
    left: -8%;
    bottom: 2%;
    width: 1.94rem;
    height: 5.46rem;
    background: url('../static/img/wzdtz.png') no-repeat left center;
    background-size: 1.94rem 5.46rem;
    content: "";
}

.wzdt_nr::before {
    position: absolute;
    right: -8%;
    bottom: 0%;
    width: 1.86rem;
    height: 6.5rem;
    background: url('../static/img/wzdty.jpg') no-repeat left center;
    background-size: 1.86rem 8.5rem;
    content: "";
}

.wzdt .dt_ul li {
    flex: 1;
    position: relative;
    text-align: center;
}

.join {
    padding-bottom: .25rem;
    background: url('../static/img/wzdtd.jpg') no-repeat right bottom;
    background-size: cover;
    padding-top: 1rem;
}

.wzdt_nr+.foot2 {
    margin-top: 0;
}

.wzdt .dt_ul li .a1 {
    display: block;
    font-size: .22rem;
    color: #000000;
    line-height: .3rem;
}

.wzdt .dt_ul li .ej {
    position: absolute;
    left: 0;
    top: .4rem;
    width: 100%;
    text-align: center;
}

.wzdt .dt_ul li .ej a {
    display: block;
    font-size: .16rem;
    color: #323232;
    line-height: .3rem;
    margin-bottom: .15rem;
}

.wzdt .dt_ul li a:hover {
    color: #d80c25;
}


/* .wzdt .join {
    margin-top: .6rem;
} */

.wzdt .join span {
    font-size: .26rem;
}

.wzdt .join a {
    display: inline-block;
    font-size: .18rem;
    color: #db0000;
    padding: 0 .56rem;
    line-height: .44rem;
    border: .01rem solid #db0000;
    border-radius: .22rem;
    margin-left: .52rem;
}

.wzdt .join a:hover {
    background-color: #db0000;
    color: #fff;
}


/* 网站地图结束 */


/* 子页底部开始 */

.foot2 {
    width: 100%;
    height: 3.7rem;
    /*margin-top: .4rem;*/
    margin-bottom: .5rem;
    padding-top: .7rem;
    box-sizing: border-box;
    background-color: #232222;
}

.foot2 .lf {
    float: left;
    width: 72%;
}

.foot2 .lf .lx {
    margin-bottom: .15rem;
}

.foot2 .lf h2 {
    float: left;
    font-size: .24rem;
    color: #fff;
    font-weight: normal;
}

.foot2 .lf .lx a {
    display: block;
    font-size: .12rem;
    background-color: #db0000;
    padding: 0 .14rem;
    border-radius: .13rem;
    line-height: .27rem;
    color: #fff;
    float: left;
    margin-left: .1rem;
}

.foot2 p {
    font-size: .5rem;
    color: #fff;
    margin-bottom: .2rem;
}

.foot2 .phonenumber {
    font-weight: bold;
    color: #fff;
    line-height: inherit;
}

.foot2 .tex {
    font-size: .16rem;
    margin-bottom: .1rem;
    color: #fff;
}

.foot2 .mab a {
    font-size: .14rem;
    color: #484848;
}

.foot2 .mab a:hover {
    color: #fff;
}

.foot2 .dz {
    margin-bottom: .45rem;
}

.foot2 .rg {
    width: 28%;
    float: right;
}

.foot2 .rg ul {
    margin-left: 41%;
    width: 80%;
    display: flex;
    justify-content: end;
}

.foot2 .rg ul li .wx {
    width: 1.03rem;
    height: 1.03rem;
    background-color: #fff;
    border-radius: .04rem;
    padding-top: .05rem;
    box-sizing: border-box;
}

.foot2 .rg ul li {
    margin-right: .3rem;
}
.foot2 .rg ul li:last-child {
    margin-right: 0;
}
.foot2 .rg ul li img {
    width: .94rem;
    height: .94rem;
    display: block;
    margin: 0 auto;
}

.foot2 .rg ul li p {
    font-size: .16rem;
    color: #fff;
    margin-top: .15rem;
    text-align: center;
}

.foot2 .rg ul+p {
    font-size: .14rem;
    color: #525252;
    text-align: right;
    margin-top: .4rem;
}

.f_foot {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .97rem;
    margin-left: 2.6rem;
    padding-top: .29rem;
    box-sizing: border-box;
    background: url('../static/img/db-bj.jpg') no-repeat center;
    background-size: cover;
    text-align: center;
    z-index: 999;
}

.f_foot img {
    width: 4.02rem;
    height: .58rem;
    margin-right: .64rem;
}

.f_foot .hq {
    display: inline-block;
}

.f_foot .hq input {
    width: 2.72rem;
    height: .44rem;
    background-color: #fff;
    border-radius: .22rem;
    padding: 0 .28rem;
    box-sizing: border-box;
    margin-right: .15rem;
}

.f_foot .hq span {
    display: inline-block;
    width: 1.24rem;
    height: .44rem;
    line-height: .44rem;
    background-color: #329646;
    color: #fff;
    border-radius: .22rem;
    cursor: pointer;
}

.f_foot .hq span:hover {
    background-color: #4d995c;
    transition: all .5s;
}


/* 子页底部结束 */


/* 招商加盟开始 */

.zsjm {
    margin-left: 2.6rem;
}

.zsjm .cont {
    position: relative;
    width: 5.23rem;
    height: 5.23rem;
    margin: 1rem auto;
    /* background: url('../static/img/ys.jpg') no-repeat center; */
}

.zsjm .cont .bj {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.zsjm .cont a {
    position: absolute;
    display: block;
}

.cont .one {
    position: absolute;
    left: -8%;
    top: .3rem;
}

.zsjm .cont .six {
    right: -10%;
    top: .3rem;
}

.zsjm .cont .two {
    left: -31%;
    top: 1.2rem;
}

.zsjm .cont .sev {
    right: -28%;
    top: 1.2rem;
}

.zsjm .cont .three {
    left: -33%;
    top: 2.3rem;
}

.zsjm .cont .eig {
    right: -36%;
    top: 2.3rem;
}

.zsjm .cont .four {
    left: -23%;
    top: 3.4rem;
}

.zsjm .cont .nig {
    right: -30%;
    top: 3.4rem;
}

.zsjm .cont .fiv {
    left: -9%;
    top: 4.4rem;
}

.zsjm .cont .ten {
    right: -15%;
    top: 4.3rem;
}

.zsjm .cont .right .num {
    float: left;
}

.zsjm .cont p {
    line-height: .5rem;
}

.cont .three h3,
.cont .two h3 {
    text-align: left!important;
}

.cont .txt {
    float: left;
}

.zsjm .cont .num {
    background: #fff;
    width: 0.5rem;
    height: 0.5rem;
    float: right;
    text-align: center;
    line-height: 0.4rem;
    font-size: .25rem;
    color: #d4151c;
    font-weight: bold;
    box-sizing: border-box;
    border: .05rem solid #d4151c;
    border-radius: 100%;
    margin: 0 .22rem;
}

.zsjm .jm_yi a:hover .num {
    background-color: #329646;
    border: .05rem solid #329646;
    color: #fff;
}

.zsjm h3 {
    text-align: right;
    color: #323232;
    font-size: .2rem;
    margin-bottom: 0.1rem;
}

.zsjm p {
    color: #515151;
    line-height: 0.25rem;
}

.kd {
    width: 100%;
    /* height: 5rem; */
    padding-top: 1rem;
    box-sizing: border-box;
    margin-bottom: 0.74rem;
    background: url('../static/img/kd-bj.jpg') no-repeat center;
    background-size: cover;
}

.kd p img {
    display: block;
    margin: 0 auto;
    width: 11.64rem;
    /* height: 100%; */
}

.jmul {
    margin-bottom: 0.7rem;
}

.jmul li {
    float: left;
    width: 33.3%;
    height: 2.6rem;
    box-shadow: 0 0.02rem 0.1rem 0 rgb(31 35 41 / 5%);
    position: relative;
    cursor: pointer;
}

.jmul li img {
    display: block;
    margin: .76rem auto .32rem;
    transition: all .3s;
}

.jmul li .imgh {
    display: none;
}

.jmul li:hover .img {
    display: none;
}

.jmul li:hover .imgh {
    display: block;
}

.jmul li:hover p {
    color: #fff;
}

.jmul li p {
    color: #323232;
    font-size: .2rem;
    font-weight: bold;
    text-align: center;
    padding: 0 .5rem;
    line-height: 0.35rem;
    box-sizing: border-box;
}

.jmul li:hover::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../static/zs/jmh.jpg)no-repeat center;
}

.jmfrom {
    width: 11.6rem;
    margin: 0 auto 1.1rem;
    height: 5rem;
    background: url(../static/zs/jmtj.jpg)no-repeat center;
    background-size: cover;
}

.frombox {
    width: 7rem;
    margin-top: 0.5rem;
    float: right;
    padding-right: 0.6rem;
    box-sizing: border-box;
}

.frombox .iptbox {
    width: 3rem;
    margin-right: 0.4rem;
    float: left;
    position: relative;
}

.frombox .iptbox:nth-child(2n) {
    margin-right: 0;
}

.frombox .iptbox label {
    display: block;
    margin-bottom: 0.14rem;
    color: #fff;
}

.frombox .iptbox label i {
    display: inline-block;
    color: #fff;
    margin-left: 0.08rem;
}

.frombox .iptbox input,
.frombox .iptbox textarea {
    width: 100%;
    color: #fff;
    height: 0.4rem;
    line-height: 0.3rem;
    padding: 0 .1rem;
    font-size: .14rem;
    box-sizing: border-box;
    background-color: transparent;
    border: .01rem solid #da3948;
    margin-bottom: 0.3rem;
}

.frombox .iptbox textarea {
    resize: none;
    width: 100%;
    height: 1rem;
    padding-top: .1rem;
}

.frombox .iptbox input::placeholder,
.frombox .iptbox textarea::placeholder {
    color: #fff;
}

.jmfrom .sel {
    width: 3rem;
    height: .4rem;
    float: left;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    background-color: transparent;
}

.jmfrom .sel .select_default {
    margin-bottom: 0!important;
}

.jmfrom .sel:after {
    content: "";
    width: .06rem;
    height: .06rem;
    border: .02rem solid #fff;
    border-left: .02rem solid transparent;
    border-top: .02rem solid transparent;
    -webkit-transform-origin: .02rem .025rem;
    -moz-transform-origin: .02rem .025rem;
    -ms-transform-origin: .02rem .025rem;
    -o-transform-origin: .02rem .025rem;
    transform-origin: .02rem .025rem;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: absolute;
    right: .15rem;
    top: .12rem;
    transform: rotate(45deg);
    transform-origin: center 50%;
}

.jmfrom .select_item {
    margin: 0;
    padding: 0;
    display: none;
    list-style: none;
    position: absolute;
    z-index: 10;
    background-color: #cd091b;
}

.jmfrom .select_item li {
    width: 3rem;
    height: .4rem;
    line-height: .4rem;
    padding: 0 .1rem;
    border: solid .01rem #da3948;
    border-top: none;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
}

.jmfrom .select_item li:hover {
    background: #fff;
    color: #000;
}

.jmfrom .sel.rotate:after {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform-origin: center 50%;
    transform: rotate(225deg);
}

.jmfrom .area {
    width: 100%!important;
}

.jmfrom .jmyzm {
    width: 4rem;
    position: relative;
}

.jmfrom .jmyzm input {
    padding-right: 1rem;
}

.jmfrom .jmyzm img {
    position: absolute;
    top: 0.4rem;
    right: 0.2rem;
}

.jmfrom .submit {
    background: #fff;
    color: #cd0300;
    width: 1.73rem;
    height: 0.53rem;
    border-radius: .05rem;
    float: right;
    text-align: center;
    margin-top: 0.2rem;
}

.jmfrom .submit:hover {
    opacity: .5;
}


/* 招商加盟结束 */

.sj_index_ban {
    display: none;
}

.sj_kd {
    width: 100%;
    height: 9.8rem;
    overflow: hidden;
    display: none;
}

.kd {
    display: block;
}


/* 手机 */

@media screen and (max-width: 767px) {
    .zsjm .cont a {
        margin-bottom: .5rem;
    }
    /* 首页 */
    .sj_kd {
        display: block !important;
    }
    .sy_si ul li:last-child .num {
        width: 3.1rem;
    }
    .kd {
        display: none;
    }
    .list li a {
        font-size: .28rem;
    }
    .side {
        display: none;
    }
    .sy {
        margin-left: 0;
    }
    .sy_ban {
        display: none;
    }
    .container {
        width: 100%;
        padding: 0 .24rem;
        box-sizing: border-box;
        margin: initial;
    }
    .sy_er {
        margin: .3rem auto;
    }
    .sy_si {
        margin-top: 0;
    }
    .sy_er ul li {
        width: 48%;
        margin-bottom: .3rem;
        margin-right: 0;
        float: left;
        margin-right: 1%;
    }
    .sy_er ul li:nth-child(2n) {
        margin-right: 0 !important;
        float: right;
    }
    .sy_er ul li .ms h3 {
        font-size: .26rem;
        margin-bottom: .1rem;
    }
    .sy_er ul li .ms h2 {
        font-size: .4rem;
    }
    .sy_si .si_inner .js p {
        font-size: .26rem;
        line-height: .4rem;
    }
    .sy_si::after {
        display: none;
    }
    .sy_er ul li a {
        height: initial;
    }
    .sy_er ul li .ms {
        background: linear-gradient(to top, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .3) 70%, rgba(0, 0, 0, .1) 90%, rgba(0, 0, 0, 0) 100%);
        /* background: rgba(0, 0, 0, 0.5); */
        height: initial;
        padding-bottom: .2rem;
        padding-top: .1rem;
    }
    .sy_si ul li {
        width: 50%;
        float: left;
        margin-bottom: 0.3rem;
    }
    /* .sy_si ul li:nth-child(4) {
        width: 56%;
    } */
    .sy_si .tex {
        font-size: .26rem;
    }
    .sy_si .num_box ul {
        display: block;
    }
    .sy_si .more {
        width: 2.6rem;
        height: .76rem;
        border-radius: .5rem;
        margin: .5rem auto 0;
    }
    .sy_wu .zx_ul li .date {
        height: initial;
    }
    .sy_wu .zx_ul li .date span {
        width: 80%;
        margin-bottom: 0.1rem;
        font-size: .26rem;
    }
    .sy_wu .zx_ul li .date .rg {
        float: right;
        text-align: right;
        width: 20%;
        margin-top: -2%;
    }
    .sy_wu .zx_ul li .date .rg em {
        font-size: .24rem;
    }
    .bq {
        display: none;
    }
    .foot {
        display: none;
    }
    .sjfoot {
        display: block;
    }
    .sjfoot {
        padding-bottom: 0.5rem;
    }
    .sjfoot .f_top .lf {
        width: 100%;
        float: initial;
    }
    .sjfoot .f_top .lf a {
        font-size: .26rem;
    }
    .sjfoot .f_top .lf p {
        text-align: center;
        margin: .2rem auto;
    }
    .pub_img4 {
        vertical-align: middle;
    }
    .sjfoot .f_top .rg,
    .gjz {
        width: 100%;
        text-align: center;
    }
    .sjfoot .f_top .rg {
        display: none;
    }
    .sjfoot .f_top .rg .inbl,
    .sjfoot .f_top .rg .inbl h5 {
        font-size: .26rem;
    }
    .sjfoot .f_top .rg .outer .yl_xl {
        bottom: .3rem;
    }
    .sjfoot .f_top .rg .outer .yl_xl a {
        line-height: 0.3rem;
        font-size: .26rem;
    }
    .header {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
    }
    .sj_ban {
        padding-top: 1rem;
    }
    /* 首页banner */
    .sj_index_ban {
        display: block !important;
        width: 100%;
        height: 4.5rem;
        overflow: hidden;
        padding-top: 1rem;
    }
    .sj_index_ban img {
        width: 100%;
        height: 100%;
    }
    .sj_index_ban .swiper-container-sjban {
        width: 100%;
        height: 100%;
    }
    /* .sy_si .js {
        display: none;
    } */
    .sy_si .xj_sjjs {
        display: block !important;
        text-align: center;
        font-size: .26rem;
        line-height: .4rem;
        margin-top: .4rem;
        -webkit-line-clamp: 4;
    }
    .sy_si .more .index-more {
        width: 100%;
        left: 0;
        height: 100%;
    }
    .sy_si .more .index-more span a {
        padding-left: 14%;
        text-align: left !important;
        line-height: .76rem !important;
    }
    .index-more:before {
        right: 12%;
        top: 17%;
        background: url('../static/img/morehov.png') no-repeat center;
        /* background-size: .25rem .25rem; */
        background-size: .34rem .34rem;
    }
    .data-more:hover .index-more:before {
        right: -.58rem;
        background: url('../static/img/morehov.png') no-repeat center;
        background-size: .3rem .3rem;
    }
    .sy_wu .zx_ul li {
        width: 100%;
        float: none;
        margin-bottom: .3rem;
    }
    .sy_wu .zx_ul li .tp {
        height: 4.36rem;
    }
    .sy_wu .zx_ul li .ms {
        margin-top: .3rem;
    }
    .sy_wu .zx_ul li h2 {
        font-size: .26rem;
    }
    .ygfz .ygicon {
        display: none;
    }
    .zsjm .cont {
        height: auto;
    }
    .zsjm p {
        line-height: .5rem !important;
        font-size: .26rem;
    }
    .zsjm h3 {
        font-size: .26rem;
    }
    /* 修改网站地图 */
    .dt_ul {
        display: none !important;
    }
    .wzdt_ul {
        display: block !important;
    }
    .wzdt {
        margin-left: 0 !important;
    }
    .wzdt_nr {
        width: 93.5%;
        padding: .24rem;
    }
    .wzdt_ul li .a2 {
        margin-right: .2rem;
    }
    .wzdt_nr::before {
        display: none;
    }
    /* 修改网站地图结束 */
    .sy_si .more span a {
        font-size: .26rem;
    }
    .sy_si .year {
        font-size: .26rem !important;
    }
    .sy_wu .zx_ul li:hover h2,
    .sy_wu .zx_ul li:hover span,
    .sy_wu .zx_ul li:hover em {
        color: #000 !important;
        background: none !important;
    }
    .sy_wu .zx_ul li:hover em::after {
        background: none !important;
    }
}

.sy_si .xj_sjjs {
    display: none;
}

.wzdt_ul {
    display: none;
}

.sy_si .more span {
    width: 100%;
    font-size: .16rem;
    color: #fff;
    text-align: center;
    line-height: .46rem;
    display: block;
}


/* 网站地图 */

.wzdt_ul li {
    margin-bottom: .3rem;
}

.wzdt_ul li .a1 {
    display: block;
    font-size: .28rem;
    color: #323232;
    line-height: .5rem;
    font-weight: 900;
    margin-bottom: .1rem;
}

.wzdt_ul li .ej_nav a {
    display: inline-block;
    font-size: .24rem;
    color: #323232;
    line-height: .4rem;
    margin-right: 9%;
    margin-bottom: .2rem;
}

.xs {
    line-height: .5rem !important;
}

.xs p a.on {
    color: #ef7771;
}

.bg table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.bg table td {
    line-height: .5rem;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.bg .first .pro {
    width: 16%;
}

.bg .first td {
    width: 22%;
    text-align: center;
}

.bg tr td {
    text-align: center;
}


/* 网站地图结束 */