@charset "utf-8";
.toptel {
    background: rgb(0, 153, 68);
}

.honav .nav-link:hover {
    color: rgb(0, 153, 68);
}

footer .copyright {
    color: #fff;
    background: rgb(0, 153, 68);
}

footer .copyright a {
    color: #fff;
}

.ocs {
    position: fixed;
    right: 30px;
    bottom: 160px;
    z-index: 999;
    width: 46px;
}

.wraptitle {
    padding: 50px 10px 40px;
    text-align: center;
}

.wraptitle h2 {
    font-size: 38px;
    font-weight: 600;
    background-image: -webkit-linear-gradient(bottom, rgb(0, 153, 68), rgba(0, 153, 68, 0.7));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wraptitle p {
    padding: 0 100px;
    margin-top: 2px;
    font-size: 18px;
    color: #999;
}

.bg {
    padding-bottom: 20px;
    margin-top: 30px;
}

.bg .wraptitle {
    padding: 40px 10px;
}

.bg .wraptitle::after {
    border: 0;
}

.qabg {
    background: url(../images/askbg.png) repeat left top;
    background-size: 100%;
}

.askitem {
    display: block;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 6px;
}

.askitem li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px dashed #aeaeae;
}

.askitem a {
    position: relative;
    display: flex;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    white-space: nowrap;
    /*超出的空白区域不换行*/
    overflow: hidden;
    /*超出隐藏*/
    text-overflow: ellipsis;
    /*文本超出显示省略号*/
}

.askitem a::before {
    content: "";
    position: absolute;
    left: 0;
    width: 3px;
    height: 16px;
    background: rgb(0, 153, 68);
    align-self: center;
}

.askitem p {
    height: 60px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.qa {
    display: block;
    padding: 10px 20px;
    margin: 0 auto 20px;
    width: 15%;
    text-align: center;
    color: #fff;
    background: linear-gradient(to right, rgb(0, 153, 68), rgba(0, 153, 68, 0.7));
    transition: all 2s ease-out;
}

.qa:hover {
    color: #fff;
    border-radius: 4px;
    background: linear-gradient(to right, rgba(0, 153, 68, 0.7), rgb(0, 153, 68));
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    background: rgba(0, 153, 68, 0.7);
}

.xxitem {
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.xxp {
    position: relative;
    display: block;
    left: 50%;
    transform: translate(-50%, 0);
    width: 25%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    background: rgb(0, 153, 68);
}

.gfitem {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.gfitem strong {
    display: block;
    padding: 20px;
    font-size: 18px;
}

.gfitem strong em {
    color: rgb(0, 153, 68);
}

.gfitem span {
    position: absolute;
    top: 12px;
    right: -14px;
    padding: 6px 24px;
    font-size: 18px;
    color: #fff;
    background: rgb(0, 153, 68);
}

.gfitem p {
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
    color: #fff;
    text-align: center;
    border-radius: 0 0 10px 10px;
    background: rgba(0, 0, 0, 0.5);
}

.hd {
    padding-bottom: 20px;
}

.shizhan ul {
    display: flex;
    justify-content: space-between;
}

.shizhan ul li {
    padding: 10px 30px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
}

.shizhan ul li.on,
.shizhan ul li:hover {
    color: #fff;
    border: 1px solid rgb(0, 153, 68);
    background: rgb(0, 153, 68);
}

.tjitem {
    position: relative;
    padding: 20px 20px 30px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 8px;
    background: linear-gradient(to bottom, rgba(0, 153, 68, 0.7) 1%, rgba(0, 153, 68) 26%, #f6f6f6 26%);
}

.tjitem::after {
    content: "";
    position: absolute;
    top: 72px;
    left: -24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
}

.tjitem::before {
    content: "";
    position: absolute;
    top: 72px;
    right: -24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
}

.tjitem em {
    font-size: 48px;
    color: #fff;
}

.tjitem strong {
    display: block;
    padding-top: 20px;
    font-size: 18px;
    color: rgb(0, 153, 68);
}

.tjitem p {
    padding: 18px 0 30px;
    height: 170px;
    font-size: 16px;
    color: #999;
}

.tjitem a {
    display: inline-block;
    padding: 6px 30px;
    color: rgb(0, 153, 68);
    border: 1px solid rgb(0, 153, 68);
    border-radius: 20px;
}

.tjitem a:hover {
    color: #fff;
    background: rgb(0, 153, 68);
}

.bd .szitem {
    display: flex;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 30%);
}

.sztext {
    padding: 24px 30px;
    width: 50%;
}

.sztext strong {
    display: block;
    font-size: 18px;
    color: rgb(0, 153, 68);
}

.sztext p {
    padding: 10px 0 14px;
    font-size: 16px;
    color: #999;
}

.szimg {
    position: relative;
    width: 50%;
}

.szimg span {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 18px;
    font-size: 18px;
    color: #fff;
    background: rgb(0, 153, 68);
}

.szimg p {
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
    font-size: 16px;
    text-align: center;
    border-radius: 0 0 10px 0;
    color: #fff;
    background: rgba(0, 0, 0, .4);
}

.szimg img {
    width: 100%;
    height: 100%;
    border-radius: 0 10px 10px 0;
}

.bg02 {
    background: #f5f5f5;
}

.jsitem {
    text-align: center;
    background: #fff;
}

.jsitem img {
    width: 100%;
}

.jsitem strong {
    display: block;
    padding-top: 10px;
    font-size: 24px;
    color: rgb(0, 153, 68);
}

.jsitem p {
    padding: 10px 30px 0;
    color: #999;
    border-bottom: 30px solid #fff;
    display: -webkit-box;
    /*将对象转为弹性盒模型展示*/
    -webkit-box-orient: vertical;
    /*设置弹性盒模型子元素的排列方式*/
    -webkit-line-clamp: 3;
    /*限制文本行数，3行、4行等*/
    overflow: hidden;
    /*超出隐藏*/
}

.zuopin {
    display: flex;
    justify-content: space-between;
}

.zpitem {
    width: 29%;
}

.zpitem:nth-child(2) {
    width: 41%;
}

.zpitem:nth-child(2) img {
    margin-bottom: 20px;
}

.bg01 {
    background: url(../images/bg01.png) repeat left top;
    background-size: 100%;
}

.ysitem {
    position: relative;
    padding: 20px 10px;
    text-align: center;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    cursor: pointer;
}

.ysitem:hover {
    border: 1px solid rgb(0, 153, 68);
    box-shadow: 0px 2px 6px #ccc;
}

.ysitem:hover::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    height: 20px;
    width: 20px;
    background: rgb(0, 153, 68);
    border-radius: 50%;
}

.ysitem:hover h3,
.ysitem:hover em i {
    color: rgb(0, 153, 68);
}

.ysitem em {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    font-size: 48px;
    line-height: 100px;
    text-align: center;
    color: #c5c5c5;
    border-radius: 50%;
    background: #f9f9f9;
}

.ysitem h3 {
    margin: 24px auto 10px;
    font-size: 20px;
    color: #333;
}

.ysitem p {
    position: relative;
    padding-top: 20px;
    height: 68px;
    font-size: 16px;
    color: #999;
}

.ysitem p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 2px;
    width: 40px;
    border-bottom: 2px solid rgb(0, 153, 68);
    transform: translate(-50%);
}

.ysitem:hover p::before {
    border-bottom: 1px solid rgb(0, 153, 68);
}

.ysitem a {
    display: inline-block;
    padding: 6px 20px;
    margin: 30px auto 12px;
    border: 1px solid #c9c9c9;
}

.ysitem:hover a {
    color: rgb(0, 153, 68);
    border: 1px solid rgb(0, 153, 68);
}

.zhengshu p {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.hzitem {
    position: relative;
    cursor: pointer;
}

.hzitem span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.hzitem div {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    width: 100%;
    font-size: 24px;
    text-align: center;
    color: #fff;
    transform: translate(-50%, -50%);
}

.hzitem:hover span {
    background: rgba(0, 153, 68, 0.5);
}

.hzitem div i {
    display: block;
    font-size: 48px;
}

@media (max-width: 576px) {
    .hidden-sm {
        display: none !important;
    }
    .wraptitle {
        padding: 30px 10px;
    }
    .wraptitle h2 {
        font-size: 28px;
    }
    .wraptitle p {
        padding: 0 10px;
    }
    .bg .wraptitle {
        padding: 24px 10px;
    }
    .askitem p {
        height: 100%;
    }
    .qa {
        width: 50%;
    }
    .xxp {
        width: 80%;
    }
    .gfitem {
        margin-bottom: 15px;
    }
    .gfitem span {
        right: 0;
    }
    .shizhan ul,
    .bd .szitem {
        flex-wrap: wrap;
    }
    .shizhan ul li,
    .sztext,
    .szimg {
        width: 100%;
    }
    .zpitem:nth-child(2) img {
        margin-bottom: 7px;
    }
    .tjitem p {
        height: 100%;
    }
    .ysitem p {
        height: 68px;
    }
    .hzitem div {
        font-size: 18px;
    }
    .jsitem p {
        display: block;
    }
}

@media screen and (min-width: 1400px) {
    .container {
        max-width: 1140px;
    }
}