
/* w3019 首页banner-start */
.wa-a{width: 100%;position: relative;}
.wa-b{width: 100%;}
.wa-item{width: 100%;}
.wa-link{display: block;cursor: pointer;width: 100%;}
.wa-img{width: 100%;padding-top: 42.8125%;position: relative;}
.wa-img img{width: 100%;height: 100%;object-fit: cover;position: absolute;left: 0;top: 0;;}
.wa-text{position: absolute;top: 2.55rem;left: 50%;transform: translate(-50%,0); width: 14rem;}
.wa-titles{width: 100%;margin-bottom: .28rem; color: #ffffff;font-weight: bold;line-height: 1.2;}
.wa-intro{width: 100%;margin-bottom: .57rem; color: #ffffff;line-height: 1.27;}
.wa-more{display: inline-block;vertical-align: middle;padding: 0 .3rem;color: #ffffff;font-weight: bold;line-height: .56rem;background-color: #ff5e1d;}
.wa-more:after{content: '';display: inline-block;vertical-align: middle;margin-left: .56rem; width: .5em;height: 1em;background-image: url('/static/home/images/wm17.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.wa-pagination{position: absolute;bottom: .65rem;left: 0;width: 100%;text-align: center;font-size: 0;}
.wa-pagination .swiper-pagination-bullet{transition: all ease .5s; display: inline-block;vertical-align: middle;position: relative; margin: 0 .05rem; opacity:1;width: .12rem;height: .12rem;border-radius: 0; background-color: #ffffff;}
.wa-pagination .swiper-pagination-bullet-active{width: .5rem; background-color: #ff5e1d;}
@media (max-width: 900px) {
    .wa-text{top: 50%;transform: translate(-50%,-50%);width: 100%;padding-left: 10px;padding-right: 10px;}
    .wa-titles{font-size: 20px;margin-bottom: 10px;} 
    .wa-intro{font-size: 13px;margin-bottom: 10px;} 
    .wa-pagination{bottom: 10px;}
}
/* w3019 首页banner-end */

/* w3019 首页主要产品-start */
.wb-a{width: 100%;padding-top: .9rem;padding-bottom: .86rem; background-size: cover;background-position: center center;background-repeat: no-repeat;}
.wb-main{width: 14.28rem;margin: 0 auto;}
.wb-top{width: 100%;text-align: center;padding-bottom: .21rem;}
.wb-titles{width: 100%;color: #00235b;font-weight: bold;line-height: 1.2;}
.wb-titles span{color: #ff5e1d; }
.wb-top .wb-intro{line-height: 1.4;color: #999;margin-top: 0.2rem;}
.wb-bottom{width: 100%;position: relative;}
.wb-item{display: inline-block;vertical-align: top;width: 33.33%;padding: .14rem;}
.wb-link{position: relative; display: block;cursor: pointer;padding: .2rem; text-align: center;width: 100%;border: solid 1px #dfe4f1;}
.wb-link:after{opacity:  0;transition: all ease .5s;content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #00235b;}
.wb-img{width: 100%;height: 2.2rem;line-height: 2.2rem;}
.wb-img img{max-width: 100%;max-height: 100%;}
.wb-text{width: 100%;padding-top: .3rem;}
.wb-text .wb-name{width: 100%; color: #111111;line-height: 1.45;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.wb-sub{opacity: 0;z-index: -1;transition: all ease .5s; position: absolute;top: 50%;left: 0; transform: translate(0,-50%);width: 100%;padding: .2rem;max-height: 100%;overflow: auto;}
.wb-sub .wb-name{width: 100%;margin-bottom: .25rem; color: #ffffff;line-height: 1.45;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.wb-more{display: inline-block;vertical-align: middle;padding: 0 .3rem;color: #ffffff;font-weight: bold;line-height: .56rem;background-color: #ff5e1d;}
.wb-more:after{content: '';display: inline-block;vertical-align: middle;margin-left: .56rem; width: .5em;height: 1em;background-image: url('/static/home/images/wm17.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.wb-link:hover:after{opacity: .9;}
.wb-link:hover .wb-text{opacity: 0;}
.wb-link:hover .wb-sub{z-index: 8;opacity: 1;}
.wb-prev{left: -.9rem;margin-top: -.3rem;width: .6rem;height: .6rem;border: solid .02rem #00235b;background-image: url('/static/home/images/wm22-b.png'); background-size: .1rem auto;background-position: center center;background-repeat: no-repeat;}
.wb-prev:hover{background-color: #ff5e1d;border: solid .02rem #ff5e1d;background-image: url('/static/home/images/wm22-c.png');}
.wb-next{transform: rotate(-180deg); right: -.9rem;margin-top: -.3rem;width: .6rem;height: .6rem;border: solid .02rem #00235b;background-image: url('/static/home/images/wm22-b.png'); background-size: .1rem auto;background-position: center center;background-repeat: no-repeat;}
.wb-next:hover{background-color: #ff5e1d;border: solid .02rem #ff5e1d;background-image: url('/static/home/images/wm22-c.png');}
.wb-btns{
    text-align: center;
    margin-top: 0.3rem;
}
.wb-btns .more{display: inline-block;vertical-align: middle;cursor: pointer; padding: 0 .3rem;color: #ffffff;font-weight: bold;line-height: .56rem;background-color: #ff5e1d;}
.wb-btns .more:after{content: '';display: inline-block;vertical-align: middle;margin-left: .56rem; width: .5em;height: 1em;background-image: url('/static/home/images/wm17.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}



.wb-bottom {
  width: 100%;
  position: relative;
}

.wb-boi {
  position: absolute;
  left: -200vw;
  top: 0;
  width: 100%;
  opacity: 0;
}

.wb-boi.show {
  position: relative;
  left: 0;
  opacity: 1;
  transition: opacity 0.3s;
}

.wb-nav {
  margin: 0.2rem 0;
}

.wb-nav .sw {
  width: auto;
  margin-right: 0.4rem;
  cursor: pointer;
}

.wb-nav .sw:hover {
  color: #ff5e1d;
}

.wb-nav .sw.on {
  color: #ff5e1d;
}
@media (max-width: 900px) {
    .wb-main{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .wb-bottom{padding-bottom: .8rem;}
    .wb-item{width: 50%;}
    .wb-more:after{margin-left: .2rem;}
    .wb-prev{top: auto;margin-top: 0;bottom: 0;left: calc(50% - 1rem);}
    .wb-next{top: auto;margin-top: 0;bottom: 0;right: calc(50% - 1rem);}
}
/* w3019 首页主要产品-end */

/* w3019 首页-关于我们-start */
.wc-a{width: 100%;padding-top: 1rem;padding-bottom: 1.35rem; background-size: cover;background-position: center center;background-repeat: no-repeat;}
.wc-main{width: 14rem;margin: 0 auto;}
.wc-cont{width: 100%;}
.wc-cont:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0;}
.wc-left{float: left;width: 5.6rem;position: relative;}
.wc-img{width: 100%;}
.wc-img img{width: 100%;}
.wc-video{position: absolute;right: -.65rem;bottom: -.4rem;display: block;cursor: pointer; width: 3.21rem;}
.wc-bg{width: 100%;position: relative;overflow: hidden; padding-top: calc(241/321*100%);}
.wc-bg img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.wc-play{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: .75rem;}
.wc-play img{width: 100%;}
.wc-right{float: right;width: 6.8rem;padding-top: .3rem;}
.wc-titles{width: 100%;margin-bottom: .3rem; color: #00235b;font-weight: bold;line-height: 1.2;}
.wc-titles span{color: #ff5e1d;}
.wc-textbox{width: 100%;color: #333333;line-height: 1.5;margin-bottom: .45rem;}
.wc-textbox *{line-height: inherit;}
.wc-textbox p{margin-bottom: .1rem;}
.wc-more{display: inline-block;vertical-align: middle;cursor: pointer; padding: 0 .3rem;color: #ffffff;font-weight: bold;line-height: .56rem;background-color: #ff5e1d;}
.wc-more:after{content: '';display: inline-block;vertical-align: middle;margin-left: .56rem; width: .5em;height: 1em;background-image: url('/static/home/images/wm17.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.wc-list{width: 100%;padding-top: .7rem; display: flex;justify-content: space-between;}
.wc-item{text-align: center;}
.wc-b{width: 100%;white-space: nowrap;}
.wc-nub{display: inline-block;vertical-align: text-bottom;color: #ff5e1d;line-height: 1;font-weight: bold;}
.wc-unit{display: inline-block;vertical-align: text-bottom;color: #333333;}
.wc-intro{width: 100%;margin-top: .07rem; color: #333333;line-height: 1.6;}
.wc-line{display: block;margin:  .1rem; width: .21rem;height: .29rem;background-image: url('/static/home/images/wm25.png'); background-size: cover;background-position: center center;background-repeat: no-repeat;}
.wc-line:last-child{display: none;}
@media (max-width: 900px) {
    .wc-a{padding-bottom: .8rem;}
    .wc-main{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .wc-left{width: calc(100% - .65rem);margin-bottom: .6rem;}
    .wc-right{width: 100%;}
    .wc-list{flex-wrap: wrap;}
    .wc-item{width: 50%;margin-bottom: .5rem;}
    .wc-line{display: none;}
}
/* w3019 首页-关于我们-end */

/* w3019 首页-联系我们-start */
.wg-a{width: 100%;padding-top: 1rem;padding-bottom: 1.35rem; background-size: cover;background-position: center center;background-repeat: no-repeat;}
.wg-main{width: 14rem;margin: 0 auto;}
.wg-cont{width: 100%;}
.wg-cont:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0;}
.wg-left{float: left;width: 5.6rem;position: relative;}
.wg-img{width: 100%;}
.wg-img img{width: 100%;}
.wg-video{position: absolute;right: -.65rem;bottom: -.4rem;display: block;cursor: pointer; width: 3.21rem;}
.wg-bg{width: 100%;position: relative;overflow: hidden; padding-top: calc(241/321*100%);}
.wg-bg img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.wg-play{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: .75rem;}
.wg-play img{width: 100%;}
.wg-right{float: right;width: 6.8rem;padding-top: .3rem;}
.wg-titles{width: 100%;margin-bottom: .3rem; color: #00235b;font-weight: bold;line-height: 1.2;}
.wg-titles span{color: #ff5e1d;}
.wg-textbox{width: 100%;color: #333333;line-height: 1.5;margin-bottom: .45rem;}
.wg-textbox *{line-height: inherit;}
.wg-textbox p{margin-bottom: .1rem;}
.wg-more{display: inline-block;vertical-align: middle;cursor: pointer; padding: 0 .3rem;color: #ffffff;font-weight: bold;line-height: .56rem;background-color: #ff5e1d;}
.wg-more:after{content: '';display: inline-block;vertical-align: middle;margin-left: .56rem; width: .5em;height: 1em;background-image: url('/static/home/images/wm17.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.wg-list{width: 100%;padding-top: .7rem; display: flex;justify-content: space-between;}
.wg-item{text-align: center;}
.wg-b{width: 100%;white-space: nowrap;}
.wg-nub{display: inline-block;vertical-align: text-bottom;color: #ff5e1d;line-height: 1;font-weight: bold;}
.wg-unit{display: inline-block;vertical-align: text-bottom;color: #333333;}
.wg-intro{width: 100%;margin-top: .07rem; color: #333333;line-height: 1.6;}
.wg-line{display: block;margin:  .1rem; width: .21rem;height: .29rem;background-image: url('/static/home/images/wm25.png'); background-size: cover;background-position: center center;background-repeat: no-repeat;}
.wg-line:last-child{display: none;}
@media (max-width: 900px) {
    .wg-a{padding-bottom: .8rem;}
    .wg-main{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .wg-left{width: calc(100% - .65rem);margin-bottom: .6rem;}
    .wg-right{width: 100%;}
    .wg-list{flex-wrap: wrap;}
    .wg-item{width: 50%;margin-bottom: .5rem;}
    .wg-line{display: none;}
}
/* w3019 首页-联系我们-end */

/* w3019 首页-服务-start */
.wd-a {
    overflow: hidden;
    width: 100%;
    padding-top: .95rem;
    min-height: 7rem;
    position: relative;
}

.wd-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 1.3rem);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.wd-main {
    width: 14rem;
    margin: 0 auto;
    position: relative;
    z-index: 18;
}

.wd-top {
    width: 100%;
    padding-bottom: .55rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.wd-lt {
    width: 9.4rem;
}

.wd-titles {
    width: 100%;
    margin-bottom: .3rem;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
}

.wd-intro {
    width: 100%;
    color: rgba(255, 255, 255, .5);
    line-height: 1.5;
}

.wd-rt {
    font-size: 0;
}

.wd-bottom {
    width: 100%;
    max-width: 10.06rem;
    margin: 0 auto;
    position: relative;
}

.wd-b {
    width: 100%;
    overflow: visible !important;
}

.wd-item {
    width: 100%;
    padding: 0 .13rem;
}

.wd-link {
    display: block;
    cursor: pointer;
    width: 100%;
    position: relative;
}

.wd-img {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(551/980*100%);
}

.wd-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.00);
    transition: all ease .5s;
}

.wd-text {
    opacity: 0;
    transition: all ease .5s;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: .4rem .15rem;
}

.wd-name {
    width: 100%;
    color: #ffffff;
    font-weight: bold;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wd-item.swiper-slide-active .wd-text {
    opacity: 1;
}

.wd-link:hover .wd-img img {
    transform: scale(1.05);
}

.wd-prev {

    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: .6rem;
    height: .6rem;
    background-image: url(/static/home/images/wm22.png);
    background-size: .1rem auto;
    background-position: center center;
    background-repeat: no-repeat;
    border: solid .02rem #ff5e1d;
    position: absolute;
    top: calc(50% - 0.3rem);
    left: 0;
}

.wd-prev:hover {
    background-color: #ff5e1d;
    background-image: url(/static/home/images/wm22-b.png);
}

.wd-next {
    transform: rotate(-180deg);

    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: .6rem;
    height: .6rem;
    background-image: url(/static/home/images/wm22.png);
    background-size: .1rem auto;
    background-position: center center;
    background-repeat: no-repeat;
    border: solid .02rem #ff5e1d;
    position: absolute;
    top: calc(50% - 0.3rem);
    right: 0;
}

.wd-next:hover {
    background-color: #ff5e1d;
    background-image: url(/static/home/images/wm22-b.png);
}

.wd-btns .more {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 0 .3rem;
    color: #ffffff;
    font-weight: bold;
    line-height: .56rem;
    background-color: #ff5e1d;
}

.wd-btns .more:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: .56rem;
    width: .5em;
    height: 1em;
    background-image: url(/static/home/images/wm17.png);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 900px) {
    .wd-main {
        width: 100%;
        max-width: 500px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .wd-lt {
        width: 100%;
        flex: none;
        margin-bottom: .3rem;
    }

    .wd-rt {
        width: 100%;
        text-align: center;
    }

    .wd-bottom {
        width: 90%;
        max-width: 100%;
    }
}

/* w3019 首页-服务-end */

/* w3019 首页-我们的优势-start */
.we-a{width: 100%;padding-top: 2.2rem;padding-bottom: .7rem; margin-top: -1.3rem; background-size: cover;background-position: center center;background-repeat: no-repeat;}
.we-main{width: 14rem;margin: 0 auto;}
.we-top{width: 100%;text-align: center;margin-bottom: .5rem;}
.we-titles{width: 100%;margin-bottom: .2rem; color: #00235b;font-weight: bold;line-height: 1.2;}
.we-titles span{color: #ff5e1d;}
.we-intro{width: 100%;color: #333333;line-height: 1.5;}
.we-bottom{width: 100%;font-size: 0;display: flex;flex-wrap: wrap;}
.we-item{display: block;cursor: pointer;width: 23.42%;padding: .8rem .5rem .6rem; position: relative;margin-bottom: .3rem;margin-right: 2.1%;background-color: #ffffff;}
.we-item:nth-child(4n){margin-right: 0;}
.we-bg{opacity: 0;transition: all ease .5s; position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.we-bg img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.we-icon{position: relative;z-index: 1;width: 100%;margin-bottom: .35rem;}
.we-icon1{display: block;width: .8rem; height: .76rem;line-height: .76rem;}
.we-icon1 img{max-width: 100%;max-height: 100%;}
.we-text{position: relative;z-index: 1; width: 100%;}
.we-name{width: 100%;margin-bottom: .25rem; color: #111111;font-weight: bold;line-height: 1.45;}
.we-intro{width: 100%;color: #666666;line-height: 1.6;}
.we-item:hover .we-bg{opacity: 1;}
.we-item:hover .we-icon1 img{filter: grayscale(100%) brightness(800%);}
.we-item:hover .we-name{color: #fff;}
.we-item:hover .we-intro{color: rgba(255,255,255,.6);}
@media (max-width: 900px) {
    .we-main{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .we-item{width: calc(50% - 5px);margin-right: 10px;padding: 20px 10px;}
    .we-item:nth-child(2n){margin-right: 0;}
}
/* w3019 首页-我们的优势-end */

.wf-a{width: 100%;padding-top:  .95rem; padding-bottom: .9rem;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.wf-main{width: 14rem;margin: 0 auto;}
.wf-top{width: 100%;text-align: center;margin-bottom: .25rem;}
.wf-titles{width: 100%;margin-bottom: .15rem; color: #00235b;font-weight: bold;line-height: 1.2;}
.wf-titles span{color: #ff5e1d;}
.wf-intro{width: 100%;color: #333333;line-height: 1.5;}
.wf-bottom{width: 100%;}
.wf-bottom:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0;}
.wf-left{float: left;font-size: 0;}
.wf-one{display: inline-block;vertical-align: top;cursor: pointer;position: relative;margin-right: .25rem; width: 3.95rem;}
.wf-one .wf-img{width: 100%;position: relative;overflow: hidden; padding-top: calc(540/395*100%);}
.wf-one .wf-img:after{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-image: url(/static/home/images/wm23.png);background-size: cover;background-position: center center;background-repeat: no-repeat;}
.wf-one .wf-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.wf-one .wf-text{position: absolute;bottom: 0;left: 0;width: 100%;padding: .35rem .45rem;}
.wf-one .wf-name{width: 100%;color: #ffffff;line-height: 1.45; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.wf-one:hover .wf-img img{transform: scale(1.05);}
.wf-special{display: inline-block;vertical-align: top;cursor: pointer; padding: .45rem .35rem .2rem; width: 3.95rem;min-height: 5.4rem; background-color: #f4f6fc;}
.wf-special .wf-time{width: 100%;margin-bottom: .1rem;color: #666666;line-height: 1.6;}
.wf-special .wf-name{width: 100%;margin-bottom: .1rem; color: #111111; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.wf-special .wf-intro{width: 100%;margin-bottom: .35rem;color: #666666;line-height: 1.6; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.wf-special .wf-more{color: #333333;margin-bottom: .35rem;}
.wf-special .wf-more:after{content: '';display: inline-block;vertical-align: middle;margin-left: .1rem;border-left: .375em solid #111111;border-top: .25em solid transparent;border-bottom: .25em solid transparent; }
.wf-special .wf-img{width: 100%;position: relative;overflow: hidden; padding-top: calc(209/325*100%);}
.wf-special .wf-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.wf-special:hover .wf-img img{transform: scale(1.05);} 
.wf-special:hover .wf-name{color: #ff5e1d;}
.wf-special:hover .wf-more{color: #ff5e1d;}
.wf-special:hover .wf-more:after{border-left: .375em solid #ff5e1d;}
.wf-right{float: right;width: 5.55rem;}
.wf-item{display: flex;align-items: center;align-content: center;flex-wrap: wrap;min-height: 1.75rem;cursor: pointer; padding: .1rem .45rem; background-color: #f4f6fc;margin-bottom:  .1rem;}
.wf-box{width: 100%;font-size: 0;margin-bottom: .25rem;}
.wf-lt{display: inline-block;vertical-align: middle;width: 6.3em;}
.wf-time1{color: #111111;line-height: 1;}
.wf-time2{margin-top: .1rem; color: #111111;line-height: 1;} 
.wf-rt{display: inline-block;vertical-align: middle;width: calc(100% - 7.5em);padding-left: .25rem;position: relative;}
.wf-rt:before{content: '';position: absolute;top: 50%;left: 0;transform: translate(0,-50%); width: 1px;height: .45rem;background-color: #dcdcdc;}
.wf-item .wf-name{width: 100%; color: #111111;line-height: 1.27; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.wf-item .wf-morebox{width: 100%;}
.wf-item .wf-morebox{width: 100%;padding-left: 6.3em;}
.wf-item .wf-more{color: #333333;padding-left: .25rem;}
.wf-item .wf-more:after{content: '';display: inline-block;vertical-align: middle;margin-left: .1rem;border-left: .375em solid #111111;border-top: .25em solid transparent;border-bottom: .25em solid transparent; }
.wf-item:hover .wf-name{color: #ff5e1d;}
.wf-item:hover .wf-more{color: #ff5e1d;}
.wf-item:hover .wf-more:after{border-left: .375em solid #ff5e1d;}
.wf-btns{
        text-align: center;
    margin-top: 0.3rem;
}
.wf-btns .more {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 0 .3rem;
    color: #ffffff;
    font-weight: bold;
    line-height: .56rem;
    background-color: #ff5e1d;
}
.wf-btns .more:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: .56rem;
    width: .5em;
    height: 1em;
    background-image: url(/static/home/images/wm17.png);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}
@media (max-width: 900px) {
    .wf-main{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .wf-left{width: 100%;}
    .wf-one{width: 100%;margin-right: 0;margin-bottom: 10px;}
    .wf-special{width: 100%;margin-bottom: 10px;padding: 15px 10px;}
    .wf-right{width: 100%;}
    .wf-item{padding: 10px;margin-bottom: 10px;}
}
