﻿@charset "utf-8";

/*通用元素*/

.border {
    border-style: solid;
    border-color: #ececec;
    border-width: 0px
}

.border-top {
    border-top-width: 1px
}

.border-bottom {
    border-bottom-width: 1px
}

.border-right {
    border-right-width: 1px
}

.border-left {
    border-left-width: 1px
}

.border-all {
    border-width: 1px
}

.border-radius {
    border-radius: 4px
}

.border-radius-left {
    border-radius: 4px 0 0 4px;
}

.border-radius-bottom {
    border-radius: 0 0 4px 4px;
}

.ov-hidden {
    overflow: hidden
}

.background-image-holder {
    background-size: cover !important;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.background-image-holder img {
    display: none;
}

a:hover {
    text-decoration: underline
}

.flex-ul {
    display: flex;
    display: -ms-flexbox;
    margin-right: -10px;
}

.flex-ul>li {
    padding-right: 10px;
    flex: none;
}

.rounded {
    border-radius: 4px
}

.btn {
    display: inline-flex;
    align-items: center;
    height: 38px;
    padding: 0 15px;
    transition: all 200ms linear !important;
    justify-content: center
}

.btn-fluid {
    width: 100%
}

.btn-border {
    border-color: #ccc;
    background-color: #fff;
}

.btn-border:hover {
    border-color: #27ae60;
    color: #27ae60
}

.btn-red {
    color: #fff;
    background-color: #e74c3c;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active {
    color: #fff;
    background-color: #dc3928;
    box-shadow: 0 6px 15px 0 rgba(231, 76, 60, .4) !important;
}

.btn-success {
    color: #fff;
    background-color: #006e54;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    color: #fff;
    background-color: #54d98c;
    box-shadow: 0 6px 15px 0 rgba(84, 218, 140, .4) !important;
}

.btn-orange {
    color: #fff;
    background-color: #f39c12
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
    color: #fff;
    background-color: #f39c12;
    box-shadow: 0 6px 15px 0 rgba(214, 137, 36, .4) !important;
}

.btn-w-120 {
    min-width: 120px;
}

.btn-w-160 {
    min-width: 160px;
}

.my-price {
    line-height: 1;
    color: #888;
    display: inline-flex;
    align-items: center;
    display: none;
}

.my-price .num {
    font-size: 18px;
    font-weight: 600;
}

.my-price:before {
    content: "\ffe5";
    font-size: 12px
}

.my-price:after {
    content: "\8d77";
    margin-left: 2px
}

.my-price.sell-out:before,
.my-price.sell-out:after,
.my-price.no-after:after {
    display: none
}

.my-price.sell-out .num {
    font-weight: 400;
    font-size: 16px
}

.label {
    display: inline-flex;
    align-items: center;
    padding: 4px 6px;
    border-radius: 4px;
    font-weight: 400;
    line-height: 1
}

.my-title-a {
    margin-bottom: 30px;
    text-align: center;
    overflow: hidden
}

.my-title-a .title,
.my-title-c .title {
    font-size: 24px;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    line-height: 1
}

.my-title-a .title:before,
.my-title-a .title:after {
    content: "";
    position: absolute;
    width: 80px;
    top: 12px;
    height: 1px;
    background-color: #ccc
}

.my-title-a .title:before {
    left: -90px
}

.my-title-a .title:after {
    right: -90px
}

.my-title-a .subtitle {
    font-size: 15px;
    color: #888;
    margin-bottom: 0;
    margin-top: 6px
}

.my-title-c {
    margin-bottom: 20px;
}

.my-title-c .title:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 6px;
    background-color: rgba(39, 174, 96, .4);
    z-index: 2;
    left: 0;
    border-radius: 4px
}

.my-title-e {
    margin-bottom: 30px;
}

.my-title-e .subtitle {
    color: #b6decc;
    line-height: 1.1;
    font-family: 'CenturyGothic';
    font-size: 24px;
    margin-bottom: 10px
}

.my-title-e .title {
    font-size: 28px;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    line-height: 1
}

.my-title-f {
    margin-bottom: 15px;
    text-align: center;
    overflow: hidden
}

.my-title-f .title {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1.2;
    display: inline-flex;
    position: relative;
    padding: 0 10px
}

.my-title-f .title:before,
.my-title-f .title:after {
    content: "";
    position: absolute;
    top: 13px;
    height: 2px;
    width: 50px;
    background-color: #b6decc;
    left: 100%
}

.my-title-f .title:before {
    left: auto;
    right: 100%
}

.my-content-block {
    padding-top: 40px;
    padding-bottom: 40px;
}


/*字号*/

.fs-32 {
    font-size: 32px !important
}

.fs-28 {
    font-size: 28px !important
}

.fs-24 {
    font-size: 24px !important
}

.fs-22 {
    font-size: 22px !important
}

.fs-20 {
    font-size: 20px !important
}

.fs-18 {
    font-size: 18px !important
}

.fs-17 {
    font-size: 17px !important
}

.fs-16 {
    font-size: 16px !important
}

.fs-15 {
    font-size: 15px !important
}

.fs-14 {
    font-size: 14px !important
}

.fs-13 {
    font-size: 13px !important
}

.fs-12 {
    font-size: 12px !important
}

.font-b {
    font-weight: bold
}


/*色彩*/

a {
    color: #3c3c3c
}

.primary-color,
a:hover,
a.special {
    color: #207f4c
}

.red-color,
a.special:hover,
.my-price .num {
    color: #e74c3c
}

.gray-color {
    color: #888 !important
}

.white-color {
    color: #fff !important
}

.yellow-color {
    color: #f4d03f !important
}

.bg-teal {
    background-color: #27ae60!important
}

.bg-cyan {
    background-color: #16a085 !important
}

.bg-white {
    background-color: #fff!important
}

.bg-red {
    background-color: #e74c3c !important
}

.bg-primary {
    background-color: #207f4c !important
}


/*通用顶部-A*/

.page-top-wrapper {
    position: relative;
    background-color: #fff;
    z-index: 9
}

.page-top-wrapper:before {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 2;
    height: 20px;
    content: '';
    pointer-events: none;
    box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.2);
}

.main-logo-div {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    width: 100%;
}

.main-logo-div .logo {
    font-size: inherit;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    margin-right: 10px;
}

.main-logo-div .logo img {
    max-height: 70px
}

.main-nav-div {
    border-top: 1px solid rgba(0, 0, 0, .12)
}

.main-nav-container {
    display: -ms-flexbox;
    display: flex;
}

.main-nav-container>li {
    position: relative;
}

.main-nav-container>li>a {
    display: block;
    padding: 15px 35px;
    line-height: 1;
    color: #434343;
    font-size: 15px;
    position: relative
}

.main-nav-container>li>a:hover,
.main-nav-container>li.active>a {
    color: #27ae60;
    text-decoration: none
}

.main-nav-container>li.has-submenu .drop-submenu>li>a {
    display: block;
    line-height: 36px;
    border-radius: 18px;
    text-align: center;
}

.main-nav-container>li.has-submenu .drop-submenu>li>a {
    color: #27ae60;
    transition: all .2s linear;
}

.main-nav-container>li.has-submenu .drop-submenu>li>a:hover {
    background-color: #27ae60;
    color: #fff;
    text-decoration: none
}

.main-nav-div .meta .tel-btn {
    display: none
}

.main-nav-div .meta .customer-tel {
    line-height: 44px;
    font-size: 19px;
    font-weight: 700;
    color: #207f4c
}

.main-nav-div .meta .customer-tel:before {
    content: "\e609";
    font-family: iconfont;
    margin-right: 4px;
    font-weight: 500
}

.m-quick-menu {
    display: none
}

.main-logo-div .tel {
    background-color: #207f4c;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px
}

.main-logo-div .tel span {
    margin-left: 30px;
    line-height: 1.2;
    font-size: 12px;
    letter-spacing: 3px;
    display: block;
}

.main-logo-div .tel .num {
    line-height: 1.1;
    font-size: 24px;
    color: #fff;
}

.main-logo-div .tel .num:before {
    content: "\e7a2";
    font-family: iconfont;
    margin-right: 5px;
    display: inline-block;
    font-weight: 400!important;
}


/*通用底部-A*/

.page-footer-wrapper {
    background-color: #e7f4ee;
    border-top: 3px solid #006e54;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 200px;
    background-image: url("../images/footer-bg.png");
    background-repeat: no-repeat;
    background-position: 50% 0%
}

.page-footer-wrapper .copyright-block {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 10px
}

.page-footer-wrapper .footer-main {
    padding-bottom: 10px
}

.footer-main .ftitle {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 10px
}

.footer-main .ftitle:after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background-color: #71b990;
    margin-top: 8px;
    margin-left: -5px
}

.footer-main .fcontact>dt {
    float: left;
    width: 88px;
    padding-left: 20px;
    margin-bottom: 5px;
    position: relative
}

.footer-main .fcontact>dt:before {
    font-family: iconfont;
    position: absolute;
    left: 0;
}

.footer-main .fcontact>dd {
    margin-left: 88px;
    margin-bottom: 5px;
    color: #666
}

.footer-main .fcontact img {
    width: 8rem;
    height: 8rem;
}

.footer-main .fcontact>dt.add:before {
    content: "\e771"
}

.footer-main .fcontact>dt.tel:before {
    content: "\e7a2"
}

.footer-main .fcontact>dt.weixin:before {
    content: "\e600"
}

.copyright-block .ficp:before {
    width: 20px;
    height: 20px;
    content: "";
    background-image: url("../images/icp.png");
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px
}

.m-footer-sticky {
    display: none
}

.page-footer-wrapper .links {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 25px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.page-footer-wrapper .links label {
    display: block;
    width: 175px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    flex-shrink: 0;
}

.page-footer-wrapper .links .links-list {
    width: 100%;
}

.page-footer-wrapper .links .links-list a {
    font-size: 12px;
    color: #333;
    line-height: 24px;
    margin-right: 15px;
    text-decoration: underline;
}

.page-footer-wrapper .links .links-list a:hover {
    text-decoration: underline;
    color: #006e54;
}

.page-footer-wrapper .links .links-list a.gohome {
    display: block;
    padding: 1rem 0 0;
    width: 100%;
    text-align: center;
}


/*通用图文模块*/

.img-txt-item {
    display: flex;
    display: -ms-flexbox;
    align-items: flex-start;
    position: relative
}

.img-txt-item>.img-wrapper {
    flex: 0 0 150px;
    min-width: 0;
    margin-right: 20px;
    position: relative
}

.img-txt-item>.img-wrapper img {
    width: 100%;
    height: 100%;
}

.img-txt-item>.img-wrapper img.pic {
    height: 11rem;
}

.img-txt-item>.img-wrapper>a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img-txt-item>.img-wrapper .meta {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 10;
    display: none;
}

.img-txt-item>.img-wrapper .rainbow {
    position: absolute;
    left: 0;
    top: 0;
}

.img-txt-item>.txt-wrapper {
    flex-grow: 1;
    min-width: 0
}

.img-txt-item>.txt-wrapper>.title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0
}

.img-txt-item>.txt-wrapper>.desc {
    font-size: 14px;
    color: #888;
    line-height: 1.4;
    margin-top: 8px;
    max-height: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.img-txt-item>.txt-wrapper>.meta {
    margin-top: 8px;
    color: #a2a2a2;
    display: flex;
    display: -ms-flexbox;
    margin-left: -10px;
    line-height: 1
}

.img-txt-item>.txt-wrapper>.meta>li {
    padding-left: 10px;
}


/*以上img-txt-item为基本用法 下面是扩展使用*/

.img-txt-item.img-top {
    flex-wrap: wrap
}

.img-txt-item.img-top>.img-wrapper {
    margin-right: 0
}

.img-txt-item.img-top>.img-wrapper,
.img-txt-item.img-top>.txt-wrapper {
    flex: 0 0 100%;
}

.img-txt-item.img-top>.txt-wrapper {
    padding-top: 10px;
}


/*模块分割*/

.list-ul>li:not(:last-child) {
    padding-bottom: 20px;
}

.list-ul.width-border-bottom>li:not(:first-child) {
    padding-top: 20px;
}

.list-ul.width-border-bottom>li:not(:last-child) {
    border-bottom: 1px solid #ececec
}


/**/

@keyframes slideleft {
    0% {
        transform: translate3d(-30%, 0, 0);
    }
    100% {
        transform: translate3d(30%, 0, 0);
    }
}

@-webkit-keyframes slideleft {
    0% {
        transform: translate3d(-30%, 0, 0);
    }
    100% {
        transform: translate3d(30%, 0, 0);
    }
}

.bg-gray-white {
    background: linear-gradient(to bottom, #eaeaea, #fff)
}

.bg-green-white {
    background: linear-gradient(to bottom, rgba(39, 174, 96, .2), #fff)
}

.page-ban-big {
    height: 400px;
    position: relative
}

.page-ban-big .container {
    position: relative;
    z-index: 1
}

.page-ban-big .container .page-title {
    text-align: center;
    padding-top: 120px
}

.page-ban-big .container .page-title .title {
    font-size: 32px;
    letter-spacing: 4px;
    line-height: 1;
    margin-bottom: 0
}

.page-ban-big .container .page-title .subtitle {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, .68);
    font-weight: 300;
}

.page-ban-big .container .page-title .subtitle:before {
    content: "";
    display: block;
    margin: 10px auto;
    width: 50px;
    height: 2px;
    background-color: rgba(0, 0, 0, .8)
}

.page-ban-big .container .page-title.light .title {
    color: #fff
}

.page-ban-big .container .page-title.light .subtitle {
    color: rgba(255, 255, 255, .68)
}

.page-ban-big .container .page-title.light .subtitle:before {
    background-color: rgba(255, 255, 255, .8)
}

.page-ban-small {
    position: relative;
    height: 200px;
}

.mainconent-wrapper {
    background-color: #fff;
    width: 100%;
    padding: 25px 20px;
    border-radius: 20px 20px 0 0;
    min-height: 50vh;
    margin-bottom: 40px;
    position: relative;
    margin-top: -100px;
}

.mainconent-wrapper.detail-page {
    margin-top: -80px
}

.bred-div {
    margin-bottom: 25px;
}

.pagination-wrapper {
    margin-top: 20px;
}

.pagination-wrapper:before {
    content: "";
    width: 50%;
    height: 1px;
    display: block;
    margin: 0 auto 20px;
    background: linear-gradient(90deg, #fff, #ececec, #fff);
}

.pagination>li>a,
.pagination>li>span {
    color: #555
}

.pagination>li.active>a,
.pagination>li.active>span {
    background-color: #27ae60;
    border-color: #27ae60
}

.pagination>li>a:focus {
    box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, .2);
}

.tel-block {
    background-image: linear-gradient(to right, #207f4c, #27ae60)
}

.filter {
    margin-right: -10px;
    flex-wrap: wrap;
}

.filter>li {
    padding-right: 10px;
    padding-bottom: 10px;
    flex: 0 0 10%
}

.filter>li>a {
    display: block;
    background-color: #f0f9f5;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    transition: background-color .2s ease-in-out
}

.filter>li>a:hover,
.filter>li.active>a {
    color: #fff;
    background-color: #006e54;
    text-decoration: none;
}


/* 格式化样式 */

.area {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
}

.area:after,
.clear:after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    content: ".";
}

.left {
    float: left;
}

.right {
    float: right;
}


/* 顶部信息 */

.top-box {
    height: 38px;
    border-bottom: 1px solid #e3e3e3;
    background-color: #f3f3f3;
    color: #666;
    font-size: 14px;
    line-height: 38px;
}

.top-box .top-nav {
    margin-right: -7px;
    font-size: 0;
}

.top-box .top-nav a {
    position: relative;
    display: inline-block;
    padding: 0 7px;
    color: #666;
    font-size: 14px;
}

.top-box .top-nav a+a:before {
    position: absolute;
    top: 11px;
    left: 0;
    width: 1px;
    height: 16px;
    background-color: #b2b2b2;
    content: '';
}

.top-box .top-nav a:hover {
    color: #333;
}


/* 导航-新 */

.m-header .top-con {
    padding: 31px 0 28px;
    border-bottom: 1px solid #f5f2f2;
}

.m-header .top-con .logo {
    position: relative;
    height: 76px;
}

.m-header .top-con .logo:after {
    position: absolute;
    top: 2px;
    right: -15px;
    width: 1px;
    height: 68px;
    background-color: #ccc;
    content: '';
}

.m-header .info {
    margin-top: 4px;
    margin-left: 32px;
    font-size: 0;
}

.m-header .info a {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 12px;
    padding: 4px;
    width: 65px;
    height: 65px;
    border: 1px solid #c0e2d3;
    border-radius: 5px;
    background-color: #eff8f4;
}

.m-header .info a .text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5px;
    width: 56px;
    height: 56px;
    border: 1px solid #93d2b5;
    border-radius: 5px;
    background-color: #feffff;
    text-align: center;
}

.m-header .top-con .text span {
    display: block;
    color: #333;
    font-size: 18px;
    line-height: 22px;
}

.m-search {
    margin-left: 40px;
}

.m-search-box {
    position: relative;
    box-sizing: border-box;
    margin: 3px 0;
    width: 295px;
    height: 45px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    background-color: #efefef;
}

.m-search-box .smt {
    position: absolute;
    top: 7px;
    right: 12px;
    width: 28px;
    height: 30px;
    background: url(../images/top-icon.png) no-repeat -27px 0;
    content: '';
    cursor: pointer;
}

.m-search-box input {
    width: 240px;
    height: 43px;
    border: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #fff;
    color: #898989;
    text-indent: 10px;
    font-size: 16px;
    line-height: 43px;
}

.m-search-history {
    padding-left: 7px;
}

.m-search-history li {
    float: left;
}

.m-search-history li a {
    margin-right: 12px;
    color: #908f8f;
    font-size: 12px;
    line-height: 12px;
}

.m-search-history li a:hover {
    color: #006e54;
}

.m-contact .text {
    position: relative;
    color: #333;
    text-align: right;
    font-size: 16px;
    line-height: 26px;
}

.m-contact .text:before {
    position: relative;
    top: 5px;
    left: -10px;
    display: inline-block;
    width: 27px;
    height: 20px;
    background: url(../images/top-icon.png) no-repeat;
    content: '';
}

.m-contact .tel {
    color: #006e54;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
}


/*栏目页*/

.subcolumn-wrapper {
    background-color: #006e54;
    position: relative;
}

.subcolumn-swiper .swiper-slide {
    height: auto!important
}

.subcolumn-swiper .subcolumn-item {
    position: relative;
    height: 100%
}

.subcolumn-swiper .subcolumn-item:after {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 0;
    background-color: #1e9c53;
    content: "";
    transition: width .3s linear
}

.subcolumn-swiper .subcolumn-item:hover:after {
    width: 100%
}

.subcolumn-swiper .subcolumn-item .title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0
}

.subcolumn-swiper .subcolumn-item a {
    display: block;
    padding: 10px 15px 10px 30px;
    color: #fff;
    position: relative;
    z-index: 1
}

.subcolumn-swiper .subcolumn-item a:hover {
    text-decoration: none;
    color: #fff6b6
}

.subcolumn-swiper .swiper-slide.subcolunm-acitve .subcolumn-item a {
    background-color: #1a904b
}


/*资讯页*/

.article-title {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 15px;
    text-align: center
}

.article-title:after {
    content: "";
    width: 50%;
    height: 1px;
    display: block;
    margin: 10px auto 0;
    background: linear-gradient(90deg, #fff, #ccc, #fff);
}

.article-meta {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.article-meta>li {
    color: #888;
}

.article-meta>li:not(:last-child) {
    margin-right: 10px;
}

.article-body {
    line-height: 1.8;
    font-size: 16px;
    color: #666
}

.article-body p {
    text-indent: 2em;
    margin-bottom: 15px;
}

.article-body h3,
.article-body h4 {
    font-size: 22px;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    padding: 5px 0;
    margin-top: 30px
}

.article-body h3:before,
.article-body h4:before,
.article-body h3:after,
.article-body h4:after {
    content: "";
    height: 4px;
    width: 48px;
    background-color: rgba(18, 161, 130, .32);
    position: absolute;
    border-radius: 2px
}

.article-body h3:before,
.article-body h4:before {
    bottom: 100%;
    right: 50%
}

.article-body h3:after,
.article-body h4:after {
    top: 100%;
    left: 50%
}

.article-body img {
    display: block;
    margin: 0 auto;
    border-radius: 4px;
    height: auto !important;
    width: auto;
}

.article-end {
    margin: 20px auto;
    height: 20px;
    position: relative
}

.article-end:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: linear-gradient(90deg, #fff, #ccc, #fff);
    position: absolute;
    left: 0;
    top: 50%
}

.article-pre-next-row .article-pre a,
.article-pre-next-row .article-pre span,
.article-pre-next-row .article-next a,
.article-pre-next-row .article-next span {
    display: block;
    position: relative
}

.article-pre-next-row .article-pre a,
.article-pre-next-row .article-pre span {
    padding-left: 20px;
}

.article-pre-next-row .article-next a,
.article-pre-next-row .article-next span {
    padding-right: 20px;
    text-align: right
}

.article-pre-next-row .article-pre a,
.article-pre-next-row .article-pre span,
.article-pre-next-row .article-next a,
.article-pre-next-row .article-next span {}

.article-pre-next-row .article-pre a:before,
.article-pre-next-row .article-pre span:before {
    content: "\e90d";
    font-family: iconfont;
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 16px
}

.article-pre-next-row .article-next a:before,
.article-pre-next-row .article-next span:before {
    font-family: iconfont;
    content: "\e603";
    position: absolute;
    right: 0;
    top: -2px;
    font-size: 16px
}

.article-pre-next-row .article-next span,
.article-pre-next-row .article-pre span {
    color: #888
}

.article-body .pic-title {
    display: block;
    text-align: center;
    font-size: 14px;
    padding-top: 5px;
    text-indent: 0;
    color: #888
}

.article-body .pic-title i {
    font-style: normal;
    display: inline-block;
    position: relative
}

.article-body .pic-title i:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #888;
    left: -8px;
    border-radius: 50%;
    position: absolute;
    top: 10px
}


/*图片展示类*/

.view-pic-item {
    margin-bottom: 20px;
    transition: all .2s linear
}

.view-pic-item.c-2 {
    margin-bottom: 40px
}

.view-pic-item .img-txt-item.img-top {
    display: block;
}

.view-pic-item .img-txt-item.img-top .txt-wrapper {
    position: absolute;
    left: 15px;
    right: 15px;
    padding: 15px 0;
    border-radius: 4px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .1);
    bottom: -20px;
    background-color: #fff;
    transition: all .2s linear
}

.view-pic-item:hover .img-txt-item.img-top .txt-wrapper {
    box-shadow: 0 16px 30px rgba(39, 174, 96, .2);
    bottom: -30px;
    z-index: 2
}

.view-pic-item.c-2 .img-txt-item.img-top .txt-wrapper {
    bottom: -40px;
}

.view-pic-item.c-2:hover .img-txt-item.img-top .txt-wrapper {
    bottom: -50px
}

.invitation {
    background-color: #006e54;
    padding: 10px;
    border-radius: 4px;
    color: #fff
}

.invitation .title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600
}

.invitation .title:after {
    content: "";
    display: block;
    height: 2px;
    margin: 10px 0;
    width: 50px;
    background-color: #def3e7
}

.invitation .subtitle a {
    color: #fff;
}

.rainbow .hot,
.rainbow .cost {
    background-color: #e74c3c;
    color: #fff;
    font-size: 17px;
    width: 48px;
    padding: 5px;
    text-align: center;
    line-height: 1.3;
    border-bottom-right-radius: 6px;
}

.rainbow .cost {
    background-color: #fd9300
}


/*其他*/

@-webkit-keyframes border-transform {
    0%,
    100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}

@keyframes border-transform {
    0%,
    100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}


/*优惠券*/

.muxin-discount-wrap .header {
    flex: 0 0 120px;
    position: relative;
    animation: border-transform 10s linear infinite alternate forwards;
    background: #e74c3c;
    overflow: hidden;
    margin-right: 10px
}

.muxin-discount-wrap .header .img {
    position: absolute;
    bottom: 0;
    width: 105px;
    left: 0
}

.muxin-discount-wrap .header .text {
    position: absolute;
    top: 18px;
    right: 24px;
    font-size: 17px;
    color: #fff;
    line-height: 1.2;
    font-weight: bold
}

.muxin-discount-wrap .txt {
    flex-grow: 1;
    min-width: 0;
    background-color: #ffddd5;
    border-radius: 4px
}

.discount-item {
    display: flex;
    display: -ms-flexbox;
    border-radius: 4px;
    overflow: hidden;
    position: relative
}

.discount-item .discount-info {
    background-image: url("../images/youhui-bg.png");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    flex-grow: 1;
    min-width: 0;
    padding: 14px 10px;
    text-align: center;
    background-color: #fff;
}

.discount-item .discount-info .my-price .num {
    font-size: 28px
}

.discount-item .discount-btn {
    background-color: #e74c3c;
    flex: 0 0 32px
}

.discount-item .discount-btn a {
    color: #fff;
    text-align: center;
    display: block;
    padding: 14px 5px 0;
    line-height: 1.3
}


/*介绍*/

.about-txt {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    text-align: justify
}

.about-txt .about-honor {
    float: left;
    margin-right: 20px;
    width: 200px
}

.about-part-b {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #eff9f3
}


/* 留言反馈 */

.inp-box {
    width: 50%;
    height: auto;
    margin: 0 auto;
    padding-top: 20px;
}

.inp-box .label {
    display: inline-block;
    text-align: right;
    font-size: 16px;
    color: #333333;
}

.inp,
.inp-select {
    width: 350px;
    height: 40px;
    background-color: #F1F1F1;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    padding: 5px;
}

.code {
    display: inline-block;
    width: 350px;
    height: 40px;
}

.inp-code {
    height: 100%;
    width: 50%;
    background-color: #F1F1F1;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    padding: 5px;
}

.code-img {
    width: 40%;
    height: 100%;
    border: 1px solid #CCCCCC;
    float: right;
}

.inp-btn {
    width: 200px;
    height: 40px;
    color: #207F4C;
    background-color: #C2E9D2;
    border: 1px solid #CCCCCC;
}

.inp-btn:hover {
    background-color: #207F4C;
    color: #FFFFFF;
    border: 1px solid #CCCCCC;
}

.btn-box {
    width: 50%;
    height: auto;
    margin: 0 auto;
    padding-top: 50px;
    text-align: center;
}


/*首页*/

.home-body-a {
    background-color: #f0f9f5
}

.home-swiper-wrapper {
    padding: 20px 0;
}

.ly-basic-ul a {
    display: block;
    padding: 10px 0;
    border-radius: 4px;
    background-color: #006e54;
    transition: all .2s linear;
    text-align: center;
}

.ly-basic-ul a:hover {
    background-color: #2f945e;
    text-decoration: none
}

.ly-basic-ul .num {
    font-size: 32px;
    font-family: 'CenturyGothic';
    color: #ffde5b;
    line-height: 1.1;
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: 1px
}

.ly-basic-ul .num>span {
    font-size: 14px;
    vertical-align: middle;
    font-weight: 500
}

.ly-basic-ul .name {
    color: #f0f9f5;
    letter-spacing: 3px
}

.home-about {
    margin-bottom: 20px;
}

.h-service-item {
    background-color: #f0f9f5;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    transition: all .3s linear
}

.h-service-item:hover {
    background-color: rgba(39, 174, 96, .2)
}

.h-service-item .img-wrapper {
    position: relative;
    overflow: hidden
}

.h-service-item .img-wrapper img {
    transition: all .2s linear
}

.h-service-item:hover .img-wrapper img {
    transform: scale(1.08)
}

.h-service-item .info-wrapper .title {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 10px
}

.h-service-item .info-wrapper .title a:hover {
    text-decoration: none
}

.home-service-row {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px
}

.home-service-row>div:nth-child(even) .h-service-item .img-wrapper {
    order: 10
}

.tel-show-wrapper {
    color: #fff;
    font-size: 24px;
}

.tel-show-wrapper span {
    font-weight: 700;
    letter-spacing: 2px
}

.discount-item-ul {
    margin-right: -10px
}

.discount-item-ul>li {
    flex: 0 0 33.3333%;
    min-width: 0;
    padding-right: 10px
}


/*联系我们*/

.map-baidu-wrapper {
    height: 320px;
    border: 1px solid #ececec;
    border-radius: 4px;
    padding: 4px;
    position: relative
}

.map-container {
    height: 100%;
}

.lianxi-content {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f4f4f4;
    border-radius: 0 4px 4px 0
}

.lianxi-content ul>li .title {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.2;
    font-weight: 700
}

.lianxi-content ul>li:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc
}


/*2021-03新增*/

.home-lyfw-a {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 12px 30px rgb(0 0 0 / 10%);
}

.home-tel-a {
    text-align: center;
    color: #e74c3c;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 20px;
    display: block;
    font-weight: 700;
}

.home-zx-a,
.home-kefu-ul {
    margin-left: -10px;
    margin-right: -10px
}

.home-zx-a>li,
.home-kefu-ul>li {
    padding: 0 10px
}

.home-ts-ul>li {
    display: flex;
    margin-bottom: 10px
}

.home-ts-ul>li:last-child {
    margin-bottom: 0
}

.home-ts-ul>li .item {
    flex: 0 0 50px;
    min-width: 0
}

.home-ts-ul>li .info {
    flex-grow: 1;
    min-width: 0;
    max-width: calc(100% - 50px)
}

.home-kefu-ul>li:before {
    content: "\e7b1";
    font-family: iconfont;
    margin-right: 4px
}

.xuanmu-zy {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 12px 30px rgb(0 0 0 / 10%);
    padding: 10px
}

.img-txt-item.xuanmu-zy .img-wrapper {
    flex: 0 0 120px;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden
}

.img-txt-item.xuanmu-zy .txt-wrapper .name {
    font-size: 20px;
    font-weight: 600;
    line-height: 1
}

.cemetery-list-item {
    box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    top: 0;
    transition: top .2s linear;
    position: relative
}

.cemetery-list-item:hover {
    top: -10px
}

.cemetery-list-item .img-txt-item .txt-wrapper {
    padding-left: 10px;
    padding-bottom: 15px;
    padding-right: 10px;
}

.cemetery-list-item .img-txt-item .txt-wrapper .local {
    color: #888;
    margin-top: 6px;
}

.cemetery-list-item .img-txt-item .txt-wrapper .local:before {
    content: "\e771";
    font-family: iconfont;
    display: inline-block;
    margin-right: 4px
}

.home-top-wrapper {
    position: relative
}

.home-top-wrapper:before {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 2;
    height: 20px;
    content: '';
    pointer-events: none;
    box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.2);
}

.home-top-wrapper .top .logo {
    font-size: inherit;
    line-height: 1;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    margin-right: 20px;
}

.home-top-wrapper .top .logo img {
    max-height: 40px
}

.home-top-wrapper .top .tel {
    background-color: #207f4c;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px
}

.home-top-wrapper .top .tel span {
    margin-left: 30px;
    line-height: 1.2;
    font-size: 12px;
    letter-spacing: 3px;
    display: block;
}

.home-top-wrapper .top .tel .num {
    line-height: 1.1;
    font-size: 24px;
}

.home-top-wrapper .top .tel .num:before {
    content: "\e7a2";
    font-family: iconfont;
    margin-right: 5px;
    display: inline-block;
    font-weight: 400!important
}

.home-top-ban {
    position: relative;
    height: 380px;
}

.home-cemetery-block {
    background-image: url("../images/background-3.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% 0%
}

.home-cemetery-block-b {
    background-color: #f4f4f4
}


/* banner */

.banner {
    width: 100%;
    height: 26rem;
}

.banner .swiper-slide {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: left;
}

.banner .swiper-slide .text {
    padding: 2.2rem 17% 0;
}

.banner .swiper-slide .text .title {
    font-size: 0.26rem;
    color: #fff;
}

.banner .swiper-slide .text .des {
    font-size: 0.46rem;
    color: #fff;
    font-weight: 700;
    line-height: 0.6rem;
    margin-top: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.banner .swiper-slide .text .more {
    width: 1.8rem;
    height: 0.44rem;
    line-height: 0.44rem;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0.6rem auto 0;
    float: left;
}

.banner .swiper-slide .text .more:hover {
    border: 1px solid #FF8D00;
    background: #FF8D00;
    color: #fff;
}

.banner .swiper-pagination-bullets {
    bottom: 0.3rem;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 0.14rem;
    height: 0.14rem;
    background-color: #D8D8D8;
    opacity: 1;
    margin: 0 0.1rem;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #006e54;
}

.banner .btnBox a {
    position: absolute;
    top: 150px;
    line-height: 1;
    font-size: 70px;
    font-family: 'SimSun';
    font-weight: bold;
    color: #c4c4c4;
    text-decoration: none;
    z-index: 100;
}

.banner .btnBox a:hover {
    color: #006e54;
}

.banner .btnBox a.prevBtn {
    left: 20px;
}

.banner .btnBox a.nextBtn {
    right: 20px;
}


/* in-banner */

.in-banner {
    width: 100%;
    height: 5.9rem;
    padding-top: 0.9rem;
}

.in-banner.detail-bg {
    height: 3rem;
}

.in-banner .swiper-slide {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
}

.in-banner .swiper-slide .title {
    color: #fff;
    margin-top: 2.4rem;
    line-height: 1;
    font-size: 0.48rem;
    display: inline-block;
}


/* ===图片高度限制=== */

.img-wrapper img,
.jqthumb {
    border-radius: 5px;
}

.h-jinguan .img-wrapper {
    height: 150px;
}

.home-news .img-wrapper {
    height: 7rem;
    width: 150px;
}

.news-list .img-wrapper {
    height: 7rem;
}

.fuwu-list .img-wrapper {
    height: 200px;
}


/*===仅针对pc端===*/

@media (min-width: 769px) {
    /*字号 PC*/
    .fs-lg-32 {
        font-size: 32px !important
    }
    .fs-lg-28 {
        font-size: 28px !important
    }
    .fs-lg-24 {
        font-size: 24px !important
    }
    .fs-lg-22 {
        font-size: 22px !important
    }
    .fs-lg-20 {
        font-size: 20px !important
    }
    .fs-lg-18 {
        font-size: 18px !important
    }
    .fs-lg-17 {
        font-size: 17px !important
    }
    .fs-lg-16 {
        font-size: 16px !important
    }
    .fs-lg-15 {
        font-size: 15px !important
    }
    .fs-lg-14 {
        font-size: 14px !important
    }
    .fs-lg-13 {
        font-size: 13px !important
    }
    .fs-lg-12 {
        font-size: 12px !important
    }
    .font-lg-b {
        font-weight: bold
    }
    /*通用顶部-A PC*/
    .main-nav-div {
        display: block!important
    }
    .navbar-toggler {
        display: none
    }
    .main-logo-div .top-board {
        margin-left: auto;
        max-width: 60%;
        position: relative
    }
    .main-logo-div .top-board img {
        max-height: 50px
    }
    .main-nav-container>li {
        border-left: 1px solid rgba(0, 0, 0, .07);
        background-color: #fff;
        transition: background .2s ease-in-out
    }
    .main-nav-container>li:hover {
        background-color: rgba(39, 174, 96, .1)
    }
    .main-nav-container>li.active>a:before {
        position: absolute;
        content: "";
        bottom: 4px;
        height: 20px;
        background-color: rgba(39, 174, 96, .2);
        display: block;
        left: 10%;
        right: 10%;
        border-radius: 10px 0 10px 0
    }
    .main-nav-container>li.has-submenu>a:after {
        content: "\e6a8";
        font-family: iconfont;
        display: inline-block;
        transition: transform .3s ease-in-out;
        margin-left: 3px;
        width: 12px;
        font-size: 12px;
        position: relative;
        top: -2px
    }
    .main-nav-container>li.has-submenu:hover>a:after {
        transform: rotate(-180deg)
    }
    .main-nav-container>li.has-submenu .drop-submenu {
        position: absolute;
        left: 0;
        top: 100%;
        background-color: rgba(255, 255, 255, .95);
        padding: 10px;
        width: 178px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .15);
        border-radius: 0 0 4px 4px;
        opacity: 0;
        visibility: hidden;
        transition: all .2s linear;
        transform: translate3d(0, 5px, 0)
    }
    .main-nav-container>li.has-submenu:hover .drop-submenu {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0)
    }
    .main-nav-div .meta {
        margin-left: auto
    }
    .footer-main .fdesc {
        max-height: 42px
    }
    /* 通用悬浮按钮 */
    .m-client {
        position: fixed;
        bottom: 10%;
        right: 5%;
        z-index: 99;
        margin-top: -52px;
        width: 50px;
    }
    .m-client li {
        position: relative;
        margin-top: 4px;
        width: 50px;
        height: 50px;
        zoom: 1;
    }
    .m-client li:first-child {
        margin-top: 0;
    }
    .m-client .u-a {
        position: absolute;
        top: 0;
        right: 0;
        padding-left: 50px;
        height: 100%;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #ddd url(../images/ico-client.png) 0 0 no-repeat;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
    }
    .m-client li.client-contact .u-a {
        background-position: 0 0;
    }
    .m-client li.client-tel .u-a {
        background-position: 0 -50px;
    }
    .m-client li.client-wechat .u-a {
        background-position: 0 -100px;
    }
    .m-client li.client-goTop .u-a {
        background-position: 0 -150px;
    }
    .m-client .u-a .text {
        overflow: hidden;
        padding-right: 10px;
        height: 50px;
        color: #666;
        white-space: nowrap;
        font-size: 18px;
        line-height: 50px;
        opacity: 0;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
        filter: alpha(opacity=0);
    }
    .m-client .u-a:hover {
        background-color: #006e54;
        background-image: url(../images/ico-client-hover.png);
    }
    .m-client .u-a:hover .text {
        color: #fff;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .m-client .u-a .QRcodeBox {
        position: absolute;
        top: 0;
        right: 100%;
        z-index: 10;
        display: none;
        margin-right: 10px;
        padding: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #006e54;
        width: 120px;
        height: 120px;
    }
    .m-client .u-a .QRcodeBox:before {
        position: absolute;
        top: 19px;
        right: -12px;
        overflow: hidden;
        width: 0;
        height: 0;
        border-color: transparent transparent transparent #006e54;
        border-style: solid;
        border-width: 6px;
        content: "";
    }
    .m-client .u-a .QRcodeBox img {
        width: 120px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .m-client li.client-goTop,
    .m-client li.client-goTop .u-a {
        height: 0;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
    }
    .m-client li.client-goTop .u-a {
        overflow: hidden;
    }
    .m-client li.client-goTop.show,
    .m-client li.client-goTop.show .u-a {
        height: 50px;
    }
    /*img-txt-item PC端用法*/
    .img-txt-item.img-top-lg {
        flex-wrap: wrap
    }
    .img-txt-item.img-top-lg>.img-wrapper {
        margin-right: 0
    }
    .img-txt-item.img-top-lg>.img-wrapper,
    .img-txt-item.img-top-lg>.txt-wrapper {
        flex: 0 0 100%;
    }
    .img-txt-item.img-top-lg>.txt-wrapper {
        padding-top: 10px;
    }
    .img-txt-item.img-w-auto-lg>.img-wrapper {
        flex: 0 0 auto
    }
    /* 主站banner pc端*/
    /*.main-swiper .swiper-slide{overflow: hidden;max-height: 380px;}
	.main-swiper .swiper-slide img{width: 100%;}
	.main-swiper .btnBox a{position:absolute;top:150px;line-height:1;font-size:70px;font-family:'SimSun';font-weight:bold;color:#c4c4c4;text-decoration: none;z-index: 100;}
	.main-swiper .btnBox a:hover{color:#006e54;}
	.main-swiper .btnBox a.prevBtn{left:20px;}
	.main-swiper .btnBox a.nextBtn{right:20px;}	*/
    /*pc右侧浮动条*/
    .pc-right-sticky {
        position: fixed;
        z-index: 9;
        right: 10px
    }
    .subcolumn-wrapper {
        left: -30px;
        padding-bottom: 10px;
        border-radius: 0 0 10px 0
    }
    .subcolumn-wrapper:after {
        content: "";
        position: absolute;
        width: 15px;
        border-top: 10px solid #207f4c;
        left: 0;
        top: 100%;
        border-left: 15px solid transparent
    }
    .invitation {
        text-align: center;
        padding: 30px;
        animation: border-transform 10s linear infinite alternate forwards;
    }
    .invitation .title {
        font-size: 22px;
        font-weight: 500
    }
    .home-c-1 {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .home-swiper {
        border-radius: 4px
    }
    .home-swiper .swiper-wrapper {
        height: 400px;
    }
    .home-about {
        max-height: 84px;
    }
    .h-service-item .img-wrapper,
    .h-service-item .info-wrapper {
        flex: 0 0 100%;
        min-width: 0;
        max-width: 100%
    }
    .h-service-item .info-wrapper {
        height: 250px;
        padding: 25px;
    }
    .h-service-item .info-wrapper .title:after {
        display: block;
        content: "";
        height: 2px;
        width: 50px;
        background-color: #207f4c;
        margin-top: 8px
    }
    .home-service-row>div:nth-child(2) .h-service-item .info-wrapper {
        padding-top: 150px;
        text-align: center
    }
    .home-service-row>div:nth-child(3) .h-service-item .info-wrapper {
        text-align: right
    }
    .home-service-row>div:nth-child(2) .h-service-item .info-wrapper .title:after {
        margin-left: auto;
        margin-right: auto
    }
    .home-service-row>div:nth-child(3) .h-service-item .info-wrapper .title:after {
        margin-left: auto;
    }
    .home-news .img-wrapper img {
        width: 12rem;
        height: 8rem;
    }
    .cemetery-list-item .img-txt-item .txt-wrapper .title {
        font-weight: 700
    }
    .cemetery-list-item .img-txt-item .txt-wrapper {
        position: relative
    }
    .cemetery-list-item .img-txt-item .txt-wrapper .my-price {
        position: absolute;
        right: 10px;
        top: 10px
    }
    .cemetery-list-item .img-txt-item .txt-wrapper .my-price .num {
        letter-spacing: 1px;
        font-size: 22px;
    }
    .cemetery-list-item .img-txt-item>.img-wrapper>a {
        display: block;
        width: 100%;
        height: 260px;
        overflow: hidden;
    }
}


/*===仅针对M端===*/

@media (max-width:768px) {
    .m-client {
        display: none;
    }
    body {
        font-size: 13px;
        line-height: 1.4
    }
    .my-title-a {
        margin-bottom: 15px;
        overflow: hidden
    }
    .my-title-a .title,
    .my-title-c .title {
        font-size: 20px;
        font-weight: 700
    }
    .my-title-a .title:before,
    .my-title-a .title:after {
        width: 40px;
        top: 12px;
    }
    .my-title-a .title:before {
        left: -50px
    }
    .my-title-a .title:after {
        right: -50px
    }
    .my-title-a .subtitle {
        font-size: 14px;
        letter-spacing: 0
    }
    .my-title-e {
        margin-bottom: 20px;
    }
    .my-title-e .subtitle {
        font-size: 16px;
        margin-bottom: 5px
    }
    .my-title-e .title {
        font-size: 22px;
        font-weight: 700
    }
    .my-title-f {
        margin-bottom: 10px;
    }
    .my-title-f .title {
        font-size: 20px;
        font-weight: 600;
        padding: 0 10px
    }
    .my-title-f .title:before,
    .my-title-f .title:after {
        top: 10px;
        width: 30px;
    }
    .my-content-block {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    /*字号 M*/
    .fs-sm-24 {
        font-size: 24px !important
    }
    .fs-sm-22 {
        font-size: 22px !important
    }
    .fs-sm-20 {
        font-size: 20px !important
    }
    .fs-sm-18 {
        font-size: 18px !important
    }
    .fs-sm-17 {
        font-size: 17px !important
    }
    .fs-sm-16 {
        font-size: 16px !important
    }
    .fs-sm-15 {
        font-size: 15px !important
    }
    .fs-sm-14 {
        font-size: 14px !important
    }
    .fs-sm-13 {
        font-size: 13px !important
    }
    .fs-sm-12 {
        font-size: 12px !important
    }
    .fs-sm-10 {
        font-size: 10px !important
    }
    /*通用顶部-A M*/
    .main-logo-div .logo img {
        max-height: 30px
    }
    .main-logo-div .top-board {
        flex-grow: 1;
        margin-right: 15px;
        min-width: 0;
        position: relative;
        text-align: center
    }
    .main-logo-div .top-board img {
        max-height: 40px
    }
    .main-logo-div .tel {
        padding: 4px 8px;
        background: #fff;
        color: #006e54;
    }
    .main-logo-div .tel span {
        margin-left: 0.2rem;
        letter-spacing: 2px;
        font-size: 0.7rem;
        text-align: right;
    }
    .main-logo-div .tel .num {
        font-size: 1.1rem;
        font-weight: 600;
        color: #006e54;
        float: right;
        text-align: right;
    }
    .main-logo-div .tel .num:before {
        display: none;
    }
    .navbar-toggler {
        border: none;
        padding: 0;
        transition: color 300ms linear;
        line-height: 1;
        background-color: transparent;
        margin-left: auto
    }
    .navbar-toggler:focus {
        outline: 0
    }
    .navbar-toggler-icon {
        width: 22px;
        height: 18px;
        background-image: none;
        position: relative;
        display: block;
        padding: 0;
        margin: 0;
        margin-right: 7px;
        border-bottom: 2px solid #585858;
        transform: translateX(8px);
    }
    .navbar-toggler-icon:after,
    .navbar-toggler-icon:before {
        width: 22px;
        position: absolute;
        height: 2px;
        background-color: #585858;
        top: 0;
        left: 0;
        content: '';
        z-index: 2;
        transition: all 300ms linear;
    }
    .navbar-toggler-icon:after {
        top: 8px;
        width: 22px;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        border-color: transparent;
        transition: all 300ms linear;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
        transform: translate(-8px, 8px) rotate(-45deg);
        width: 24px;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
        transform: translateX(-8px) rotate(45deg);
    }
    .main-nav-container {
        flex-direction: column;
        padding: 10px
    }
    .main-nav-container>li {
        border-bottom: 1px solid #f4f4f4
    }
    .main-nav-container>li>a {
        padding: 14px 0
    }
    .main-nav-container>li.active>a {
        font-weight: 700
    }
    .main-nav-container>li.has-submenu .drop-submenu {
        display: flex;
        display: -ms-flexbox;
        flex-wrap: wrap;
        padding: 5px 0;
        border-top: 1px dotted #f4f4f4;
        margin-left: -5px;
        margin-right: -5px;
    }
    .main-nav-container>li.has-submenu .drop-submenu>li {
        padding: 5px;
        flex: 0 0 33.3333%;
        min-width: 0
    }
    .main-nav-container>li.has-submenu .drop-submenu>li>a {
        background-color: #f4f4f4;
        color: #585858;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .main-nav-div .meta {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 10px
    }
    .main-nav-div .meta .customer-tel {
        line-height: 1
    }
    .main-nav-div .meta .tel-btn {
        display: block;
        padding-left: 20px
    }
    .main-swiper .swiper-slide {
        overflow: hidden;
        height: 144px;
    }
    .main-swiper .swiper-slide img {
        height: 100%;
    }
    .main-swiper .btnBox a {
        position: absolute;
        top: 60px;
        line-height: 1;
        font-size: 30px;
        font-family: 'SimSun';
        font-weight: bold;
        color: #006e54;
        text-decoration: none;
        z-index: 100;
    }
    .main-swiper .btnBox a.prevBtn {
        left: 10px;
    }
    .main-swiper .btnBox a.nextBtn {
        right: 10px;
    }
    .m-quick-menu {
        display: block;
        background-color: #f8fffc;
        border-top: 1px solid #d9f1e6
    }
    .m-quick-menu.sticky {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 9
    }
    .m-quick-menu-row>div {
        text-align: center;
        border-right: 1px solid #d9f1e6
    }
    .m-quick-menu-row>div:last-child {
        border-right: 0
    }
    .m-quick-menu-row>div a {
        display: block;
        padding: 5px 0 10px;
        position: relative;
        z-index: 1
    }
    .m-quick-menu-row>div:after {
        content: "";
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: rgba(39, 174, 96, .1);
        left: 25px;
        top: 10px
    }
    .m-quick-menu-row>div a i {
        font-size: 14px;
        color: #207f4c
    }
    .m-quick-menu-row>div a .title {
        font-size: 12px;
        line-height: 1.1;
        margin-bottom: 0
    }
    /*通用底部-A M*/
    .pc-right-sticky {
        display: none !important
    }
    .page-footer-wrapper {
        background-position: 100% 50%;
        background-size: 180px auto;
        padding-bottom: 58px
    }
    .footer-main .ftitle {
        font-size: 18px;
        font-weight: bold
    }
    .copyright-block .ficp:before {
        width: 14px;
        height: 14px;
        background-size: cover
    }
    .m-footer-sticky {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9;
    }
    .m-footer-sticky ul>li a {
        display: block;
        position: relative;
        padding: 10px 0;
        font-weight: 700;
        font-size: 16px;
        color: #fff;
        text-align: center;
        overflow: hidden
    }
    .m-footer-sticky ul>li a:before {
        font-family: iconfont;
        font-weight: 400;
        font-size: 20px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px
    }
    .m-footer-sticky ul>li {
        float: left;
        width: 50%;
    }
    .m-footer-sticky ul>li.zy {
        background-color: #f4f4f4;
        position: relative;
        padding-left: 50px;
        padding-top: 8px;
        font-size: 10px;
        display: none;
    }
    .m-footer-sticky ul>li.zy .name {
        font-weight: 600;
        font-size: 14px
    }
    .m-footer-sticky .footer-header {
        ;
        display: inline-block;
        width: 40px;
        height: 40px;
        position: absolute;
        left: 5px;
        top: 5px;
        border-radius: 50%;
        overflow: hidden
    }
    .m-footer-sticky ul>li.tel a {
        background: linear-gradient(298deg, #f39c12, #e74c3c);
    }
    .m-footer-sticky ul>li.tel a:before {
        content: "\e7a2";
    }
    .m-footer-sticky ul>li.tel a:after {
        display: block;
        content: "";
        width: 300%;
        height: 100%;
        background: linear-gradient(120deg, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
        position: absolute;
        animation: slideleft 1.6s linear infinite;
        top: 0;
        left: 50%;
        margin-left: -150%
    }
    .m-footer-sticky ul>li.online a {
        background: linear-gradient(-298deg, #006e54, #006e54);
    }
    .m-footer-sticky ul>li.online a:before {
        content: "\e600";
    }
    /*通用图文模块 M*/
    .img-txt-item>.img-wrapper {
        flex: 0 0 30%;
        margin-right: 10px;
    }
    .img-txt-item>.txt-wrapper>.title {
        font-size: 16px;
        font-weight: 700
    }
    .img-txt-item>.txt-wrapper>.desc {
        font-size: 13px;
        max-height: none;
        margin-top: 6px;
        display: none
    }
    .img-txt-item>.txt-wrapper>.meta {
        margin-top: 6px;
        font-size: 12px
    }
    /*扩展*/
    .img-txt-item.img-top>.img-wrapper {
        max-width: none
    }
    .img-txt-item.show-desc-sm>.txt-wrapper>.desc {
        display: -webkit-box
    }
    /* 顶部信息 */
    .top-box {
        display: none;
    }
    /* 导航-新 */
    .m-header .top-con {
        padding: 0;
        border-bottom: 1px solid #f5f2f2;
    }
    .m-header .top-con .logo {
        position: relative;
        height: 76px;
        width: 50%;
    }
    .m-header .top-con .logo a {
        display: block;
        text-align: center;
        padding: 15px 5px 5px;
        width: 100%;
    }
    .m-header .top-con .logo:after {
        position: absolute;
        top: 27%;
        right: -10px;
        width: 1px;
        height: 50%;
        background-color: #f5f5f5;
        content: '';
    }
    .m-header .top-con .text span {
        display: block;
        color: #333;
        font-size: 18px;
        line-height: 22px;
    }
    .m-header .info {
        display: none;
    }
    .m-search {
        display: none;
    }
    .m-search-box {
        display: none;
    }
    .m-search-history {
        display: none;
    }
    .m-contact {
        width: 45%;
        padding-top: 0.8rem;
    }
    .m-contact .text {
        position: relative;
        color: #333;
        text-align: left;
        font-size: 16px;
        line-height: 26px;
        padding-left: 30px;
    }
    .m-contact p {
        margin-bottom: 0;
    }
    .m-contact .text:before {
        position: absolute;
        top: 3px;
        left: 0px;
        width: 27px;
        height: 20px;
        background: url(../images/top-icon.png) no-repeat;
        content: '';
    }
    .m-contact .tel {
        color: #006e54;
        font-weight: 700;
        font-size: 1.2rem;
        line-height: 1.2;
    }
    /*通用基础元素*/
    .page-ban-big {
        height: 230px;
    }
    .page-ban-small {
        height: 120px
    }
    .page-ban-big .container .page-title {
        padding-top: 82px
    }
    .page-ban-big .container .page-title .title {
        font-size: 20px;
        letter-spacing: 2px;
        font-weight: 700
    }
    .page-ban-big .container .page-title .subtitle {
        font-size: 14px;
        letter-spacing: 0;
        font-weight: 400
    }
    .mainconent-wrapper {
        width: auto;
        padding: 20px;
        margin-bottom: 20px;
        margin-top: -50px;
    }
    .mainconent-wrapper.detail-page {
        margin-top: -40px
    }
    .bred-div {
        margin-bottom: 15px;
    }
    .filter {
        margin-right: -5px
    }
    .filter>li {
        padding-right: 5px;
        padding-bottom: 10px;
        flex: 0 0 20%
    }
    .filter>li>a {
        line-height: 32px;
    }
    /*栏目页 M*/
    .subcolumn-wrapper {
        margin-bottom: 15px;
    }
    .subcolumn-wrapper:before,
    .subcolumn-wrapper:after {
        content: "";
        position: absolute;
        width: 15px;
        height: 100%;
        transform: skewY(45deg)
    }
    .subcolumn-wrapper:before {
        left: -15px;
        background: linear-gradient(125deg, #fff, #e7f4ee);
        top: -7px;
    }
    .subcolumn-wrapper:after {
        right: -15px;
        background: linear-gradient(125deg, #e7f4ee, #fff);
        top: 7px;
    }
    .subcolumn-swiper .swiper-slide {
        flex: none;
        width: auto
    }
    .subcolumn-swiper .subcolumn-item .title {
        font-size: 14px;
    }
    .subcolumn-swiper .subcolumn-item a {
        padding: 10px 15px;
    }
    .subcolumn-swiper .swiper-slide.subcolunm-acitve .subcolumn-item a {
        font-weight: 700
    }
    /*资讯页*/
    .article-title {
        font-size: 20px;
        font-weight: 700
    }
    .article-meta {
        margin-bottom: 20px;
    }
    .article-body {
        font-size: 14px;
    }
    .article-body h3,
    .article-body h4 {
        font-size: 18px;
        margin-bottom: 20px;
        margin-top: 20px;
        font-weight: 700
    }
    .article-body h3:before,
    .article-body h4:before,
    .article-body h3:after,
    .article-body h4:after {
        width: 40px;
    }
    .article-end {
        margin: 10px auto;
    }
    /**/
    .view-pic-item {
        margin-bottom: 15px
    }
    .view-pic-item .img-txt-item.img-top .txt-wrapper {
        left: 10px;
        right: 10px;
        padding: 10px 4px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
        bottom: -15px;
    }
    .view-pic-item.c-2 .img-txt-item.img-top .txt-wrapper {
        bottom: -30px;
    }
    .view-pic-item.c-2 {
        margin-bottom: 30px
    }
    .invitation .title:after {
        margin: 6px 0
    }
    /*优惠券 M*/
    .discount-item-ul {
        margin-right: -5px
    }
    .discount-item-ul>li {
        padding-right: 5px
    }
    .muxin-discount-wrap .header {
        display: none
    }
    .discount-item .discount-info {
        padding: 10px 5px;
    }
    .discount-item .discount-info .my-price .num {
        font-size: 20px
    }
    .discount-item .discount-btn a {
        padding: 4px;
        line-height: 1.2
    }
    .discount-item .discount-btn {
        font-size: 10px;
        flex: 0 0 20px
    }
    /*介绍*/
    .about-txt {
        font-size: 14px
    }
    .about-txt .about-honor {
        margin-right: 10px;
        width: 160px
    }
    /* 留言反馈 */
    .inp-box {
        width: 100%;
    }
    .inp-box .label {
        width: 100%;
        text-align: left;
    }
    .inp,
    .inp-select {
        width: 100%;
    }
    .code {
        width: 100%;
    }
    /*首页*/
    .home-c-1 {
        background-color: #e7f4ee;
        padding-top: 15px;
        padding-bottom: 15px
    }
    .home-swiper-wrapper {
        padding: 3.8rem 0rem 0 0rem;
        background-image: none
    }
    .home-swiper .swiper-wrapper {
        height: 150px;
    }
    .ly-basic-ul>div {
        border-right: 0
    }
    .ly-basic-ul a {
        background-color: #006e54;
        padding: 6px 0
    }
    .ly-basic-ul .num {
        font-size: 18px;
    }
    .ly-basic-ul .num>span {
        font-size: 12px;
    }
    .ly-basic-ul .name {
        letter-spacing: 1px
    }
    .h-service-item {
        align-items: center
    }
    .h-service-item .info-wrapper .title {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 5px
    }
    .h-service-item .info-wrapper,
    .h-service-item .img-wrapper {
        flex: 0 0 50%;
        max-width: 50%
    }
    .h-service-item .info-wrapper {
        padding: 0 12px;
    }
    .home-service-row>div:nth-child(even) .h-service-item .info-wrapper {
        text-align: right
    }
    .tel-show-wrapper {
        font-size: 18px;
        font-weight: 700;
    }
    .tel-show-wrapper span {
        letter-spacing: 0
    }
    /*联系我们 M*/
    .lianxi-content {
        border-radius: 4px
    }
    .lianxi-content ul>li .title {
        font-size: 16px;
    }
    .lianxi-content ul>li:not(:last-child) {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    /*2021-03新增 M*/
    .home-lyfw-a {
        margin-bottom: 20px;
        padding: 0 15px 20px;
        border-bottom: 4px solid #f0f9f5;
        box-shadow: none
    }
    .home-tel-a {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 10px;
        text-align: center;
        display: block;
    }
    .home-zx-a,
    .home-kefu-ul {
        margin-left: -5px;
        margin-right: -5px
    }
    .home-zx-a>li,
    .home-kefu-ul>li {
        padding: 0 5px
    }
    .home-ts-ul>li {
        margin-bottom: 10px
    }
    .xuanmu-zy {
        padding: 10px
    }
    .img-txt-item.xuanmu-zy .img-wrapper {
        flex: 0 0 90px;
    }
    .img-txt-item.xuanmu-zy .txt-wrapper .name {
        font-size: 16px;
    }
    .rainbow .hot,
    .rainbow .cost {
        font-size: 13px;
        width: 38px;
        line-height: 1.2;
        font-weight: 600
    }
    .home-top-wrapper .top .logo {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .home-top-wrapper .top .logo img {
        max-height: 30px
    }
    .home-top-wrapper .top .tel {
        padding: 4px 8px;
    }
    .home-top-wrapper .top .tel span {
        margin-left: 20px;
        letter-spacing: 2px;
        font-size: 10px
    }
    .home-top-wrapper .top .tel .num {
        font-size: 16px;
        font-weight: 600
    }
    .home-top-ban {
        height: 9rem;
    }
    .cemetery-list-item .img-txt-item>.img-wrapper {
        flex: 0 0 45%;
    }
    .cemetery-list-item .img-txt-item .txt-wrapper {
        padding-left: 0;
        padding-top: 5px;
        padding-bottom: 5px
    }
    .cemetery-list-item .img-txt-item .txt-wrapper .my-price {
        margin-top: 8px
    }
    .banner {
        height: 10rem;
    }
    .banner .swiper-slide .text {
        padding: 3rem 0.2rem 0;
        text-align: center;
    }
    .banner .swiper-slide .text .des {
        margin-top: 0.3rem;
    }
    .banner .swiper-slide .text .more {
        margin-top: 0.4rem;
        float: inherit;
        text-align: center;
        width: 2.8rem;
        height: 0.6rem;
        line-height: 0.6rem;
        margin: 1rem auto;
        font-size: 0.24rem;
    }
    .banner .btnBox a {
        position: absolute;
        top: 60px;
        line-height: 1;
        font-size: 30px;
        font-family: 'SimSun';
        font-weight: bold;
        color: #006e54;
        text-decoration: none;
        z-index: 100;
    }
    .banner .btnBox a.prevBtn {
        left: 10px;
    }
    .banner .btnBox a.nextBtn {
        right: 10px;
    }
    .in-banner {
        height: 4rem;
    }
    .in-banner .swiper-slide .title {
        margin-top: 1.2rem;
    }
    /* ===图片高度限制=== */
    .img-wrapper img,
    .jqthumb {
        border-radius: 5px;
    }
    .h-jinguan .img-wrapper {
        height: 150px;
    }
    .home-news .img-wrapper {
        height: 5rem;
    }
    .news-list .img-wrapper {
        height: 5rem;
    }
    .fuwu-list .img-wrapper {
        height: 200px;
    }
    .page-footer-wrapper .links .links-list a {
        font-size: 0.86rem;
        color: #333;
        line-height: 2.2;
        margin-right: 0;
        width: 32%;
        display: inline-block;
    }
    .page-footer-wrapper .links .links-list .ftitle {
        font-size: 1.2rem;
        line-height: 1;
        margin-bottom: 10px;
        font-weight: 700;
    }
    .page-footer-wrapper .links .links-list .ftitle:after {
        content: "";
        display: block;
        height: 2px;
        width: 40px;
        background-color: #71b990;
        margin-top: 8px;
        margin-left: -5px
    }
    .page-top-wrapper {
        position: fixed;
    }
    .col-lg-auto {
        font-size: 0.7rem;
    }
}

.pager {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    /* 加大间距，增加呼吸感 */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 40px 0;
}


/* 默认文字样式：浅灰色，无边框，无背景 */

.pager a {
    text-decoration: none;
    color: #888;
    font-size: 14px;
    padding: 4px;
    transition: color 0.2s ease;
}


/* 鼠标悬浮：文字变深 */

.pager a:hover {
    color: #222;
}


/* 当前页 (.sel)：纯粹的加粗和深色 */

.pager a.sel {
    color: #222;
    font-weight: bold;
    cursor: default;
}