/*about*/
.about {
    background-color: #fff;
}

.about .page-nav {
    border-bottom: 1px solid #eee;
}

.about .page-nav .page-nav-ul li {
    width: 33.33%;
}

.about .loc {
    width: 50%;
    line-height: 80px;
    color: #666;
}

.about .loc a {
    font-size: 16px;
    color: #888;
}

.about .loc i {
    font-size: 2rem;
}

.about .page-nav .page-nav-ul {
    width: 50%;
}

.about .about-info {
    padding: 50px;
    background-color: #fff;
    margin: 50px 0;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    overflow: hidden
}

.about .about-info .info {
    width: 50%;
}

.about .about-info .info p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #495057;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 30px;
}

.about .about-info .info p:last-child {
    margin-bottom: 0
}

.about .about-info .img {
    width: 45%;
    position: relative;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    overflow: hidden;
    background-size: cover;
    background-position: center
}

.about .a3 .about-info .img {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.about .about-info .img:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: rgba(24, 137, 82, 0.2);
}

.about .about-info .img img {
    width: 100%;
}

.about .about-info.culture {
    align-items: center;
    border-radius: 0;
    background-color: transparent
}

.about .about-info.culture .img {
    width: 45%;
    text-align: right;
    margin-right: 5%
}

.about .about-info.culture .img img {
    width: 300px;
}

.about .about-info.culture .img:after {
    display: none
}

.about .about-info.culture .info {
    width: 50%;
}

.about .a4 {
    background-color: #f1f3f5;
    padding: 50px 0;
}

.about .a4 .about-info .img {
    border-radius: 0;
}

@media (max-width: 1440px) {
    .about .about-info {
        padding: 60px;
    }

    .about .about-info .info p {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 20px
    }
}

@media (max-width: 992px) {
    .about .about-nav .page-nav-ul li {
        width: 25%;
    }

    .about .about-nav .page-nav-ul li:first-child {
        display: none
    }

    .about .page-nav .page-nav-ul {
        width: 100%;
        font-size: 1.4rem;
    }

    .about .about-info {
        padding: 0;
        margin: 20px 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
        flex-wrap: wrap
    }

    .about .about-info .info {
        width: 100%;
        margin-bottom: 20px;
        padding: 10px 0
    }

    .about .about-info .info .title {
        margin-bottom: 30px;
    }

    .about .about-info .info p {
        font-size: 1.5rem;
        line-height: 2.5rem;
        margin-bottom: 20px;
    }

    .about .about-info .img {
        width: 100%;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 20px;
        min-height: 250px;
    }

    .about .a3 .about-info .img {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    .about .about-info .img:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        background-color: rgba(24, 137, 82, 0.2);
    }

    .about .about-info .img img {
        width: 100%;
    }

    .about .about-info.culture {
        flex-wrap: wrap
    }

    .about .about-info.culture .img {
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 5%;
        min-height: auto;
        order: 2;
    }

    .about .about-info.culture .img img {
        width: 200px;
    }

    .about .about-info.culture .info {
        width: 100%;
        padding: 0 25px;
        margin-bottom: 0;
        order: 1;
    }

    .about .a4 {
        padding: 15px 0;
    }
}

.about-culture-ul {
    width: 100%
}

.about-culture-ul li {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #495057;
    position: relative;
    margin-bottom: 15px;
}

.about .a1 {
    background-color: #868e96;
    padding: 50px 0 30px 0;
    background-image: url(../image/about-info-ul.html);
    background-size: cover;
    position: relative;
}

.about .a1:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.about-info-ul {
    width: 100%;
    flex-wrap: wrap;
    padding: 50px 0;
    position: relative;
    z-index: 2;
}

.about-info-ul li {
    width: 32.5%;
    margin-bottom: 1%;
    margin-right: 1%;
    font-size: 16px;
    line-height: 30px;
    font-weight: 450;
    color: #495057;
    position: relative;
    padding: 50px 30px;
    background-color: rgba(255, 255, 255, 0.85)
}

.about-info-ul li:nth-child(3n) {
    margin-right: 0
}

.about-info-ul li:nth-child(2n+1) {
    background-color: rgba(24, 137, 82, 0.95);
    color: #fff;
}

@media (max-width: 992px) {
    .about-culture-ul {
        width: 100%;
    }

    .about-culture-ul li {
        font-size: 1.5rem;
        line-height: 2.5rem;
        margin-bottom: 10px;
    }

    .about .a1 {
        padding: 0 0;
        ;
        background-size: auto 100%;
    }

    .about-info-ul {
        padding: 25px 0;
    }

    .about-info-ul li {
        width: 100%;
        margin-bottom: 3%;
        margin-right: 0;
        font-size: 1.4rem;
        line-height: 2.2rem;
        padding: 15px
    }

    .about-info-ul li:last-child {
        margin-bottom: 0
    }
}

.about-tj-ul {
    width: 100%;
    align-items: center;
    margin-bottom: 50px;
}

.about-tj-ul li {
    width: 25%;
    text-align: center;
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 25px;
    padding: 20px 0
}

.about-tj-ul li:last-child {
    border-right: none;
}

.about-tj-ul li h6 {
    color: #0ca678;
    margin-bottom: 10px;
}

.about-tj-ul li h6 span {
    font-size: 55px;
    line-height: 50px;
    font-weight: 600;
    font-family: "DINPro-Bold";
}

.about-tj-ul li h6 em {
    font-style: normal;
    font-size: 20px;
    font-weight: 400;
    position: relative;
}

.about-tj-ul li p {
    font-size: 22px;
    line-height: 20px;
    font-weight: 500;
    color: #495057;
}

@media (max-width: 992px) {
    .about-tj-ul {
        margin-bottom: 20px;
        flex-wrap: wrap
    }

    .about-tj-ul li {
        font-size: 1.5rem;
        padding: 10px;
        border: 1px solid #ddd;
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .about-tj-ul li:nth-child(2n) {
        margin-right: 0;
    }

    .about-tj-ul li:last-child {
        border-right: 1px solid #ddd;
    }

    .about-tj-ul li h6 span {
        font-size: 3rem;
        line-height: 3rem;
    }

    .about-tj-ul li h6 em {
        font-size: 1.8rem;
    }

    .about-tj-ul li p {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.development {
    padding: 100px 0;
    background-color: #f1f3f5
}

.development .company-wrapper {
    position: relative;
    padding: 100px 0
}

.development .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.development .company-body {
    margin: 0 20px
}

.development .company-body:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #ced4da;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 0
}

.company-item {
    position: relative;
    padding: 0 50px;
    width: 25%
}

.company-item:before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #12b886;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: 96px;
}

.company-item:nth-child(2n):before {
    background-color: #0ca678;
}

.company-slide .company-item>* {
    text-align: center
}

.company-item h6 {
    font-size: 22px;
    font-family: "DINPro-Bold";
    line-height: 45px;
    color: #fff;
    transition: all 0.1s;
    background-color: #12b886;
    position: relative;
    border-radius: 30px;
    width: 180px;
    margin: 0 auto 80px auto;
}

.company-item:nth-child(2n) h6 {
    background-color: #0ca678;
    margin: 160px auto 0 auto;
}

.company-item h6:after {
    content: '';
    left: 50%;
    margin-left: -12px;
    bottom: -12px;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #12b886;
}

.company-item:nth-child(2n) h6:after {
    border-bottom: 15px solid #0ca678;
    bottom: unset;
    border-top: none;
    top: -15px;
}

.company-item p {
    font-size: 15px;
    color: #343a40;
    line-height: 25px;
    letter-spacing: -1px;
    font-weight: 400;
    position: absolute;
    bottom: -70px;
    width: 100%;
    text-align: center;
    left: 50%;
    margin-left: -50%
}

.company-item:nth-child(2n) p {
    bottom: unset;
    top: 0
}

.development .swiper-button-prev,
.development .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ced4da;
    position: absolute;
    background-image: none;
    text-align: center;
    line-height: 50px;
    top: 195px
}

.development .swiper-button-prev {
    left: -15px;
}

.development .swiper-button-next {
    right: -15px;
}

.development .swiper-button-prev i,
.development .swiper-button-next i {
    font-size: 2.5rem;
    color: #fff
}

.development .swiper-button-prev:hover,
.development .swiper-button-next:hover {
    background-color: #0ca678;
}

.development .swiper-button-prev:hover i,
.development .swiper-button-next:hover i {
    color: #fff;
}

@media (max-width: 1440px) {
    .company-item {
        width: 33.33%
    }
}

@media (max-width: 992px) {
    .development {
        padding: 100px 0;
        background-color: #f1f3f5
    }

    .development {
        padding: 30px 0 0 0;
    }

    .company-wrapper {
        padding: 20px 0 0 0
    }

    .development .company-body {
        margin: 0 10px
    }

    .development .company-body:after {
        top: 50px;
    }

    .company-item {
        padding: 0 20px;
        width: 100%
    }

    .company-item:before {
        width: 10px;
        height: 10px;
        margin-left: -5px;
        top: 47px;
    }

    .company-item h6 {
        font-size: 1.8rem;
        line-height: 4rem;
        width: 50%;
        margin: 0 auto 30px auto;
    }

    .company-item:nth-child(2n) h6 {
        margin: 80px auto 0 auto;
    }

    .company-item h6:after {
        margin-left: -6px;
        bottom: -6px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #0ca678;
    }

    .company-item:nth-child(2n) h6:after {
        border-bottom: 10px solid #0ca678;
        top: -10px;
    }

    .company-item p {
        font-size: 1.4rem;
        line-height: 2rem;
        bottom: -40px;
    }

    .development .swiper-button-prev,
    .development .swiper-button-next {
        width: 35px;
        height: 35px;
        line-height: 35px;
        top: 75px
    }

    .development .swiper-button-prev {
        left: -15px;
    }

    .development .swiper-button-next {
        right: -15px;
    }

    .development .swiper-button-prev i,
    .development .swiper-button-next i {
        font-size: 1.8rem;
    }

}


.honor {
    padding: 100px 0;
    background-color: #f1f3f5
}

.honor .swiper-container {
    width: 100%;
    margin: 50px 0;
}

.honor .swiper-slide {
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}

.honor .swiper-slide-active,
.swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.honor .none-effect {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.honor .swiper-slide a {
    background: #fff;
    display: block;
    border: 12px solid #fff;
    -webkit-box-shadow: 0 8px 15px 0 rgba(50, 50, 50, 0.05);
    box-shadow: 0 8px 15px 0 rgba(50, 50, 50, 0.05);
}

.honor .swiper-slide a p {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    color: #495057;
    padding: 10px 0;
}

.honor .swiper-slide img {
    width: 100%;
    display: block;
    padding: 10px;
    border: 1px solid #e9ecef;
}

.honor .swiper-pagination {
    position: relative;
    margin: 30px 0
}

.honor .swiper-pagination-bullet {
    background: #ced4da;
    margin-left: 4px;
    margin-right: 4px;
    width: 10px;
    height: 10px;
    opacity: 1;
    margin-bottom: 4px;
}

.honor .swiper-pagination-bullet-active {
    background: #188952;
}

.honor .button {
    width: 100%;
    position: relative
}

.honor .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -25%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #188952 center 50%/50% 50% no-repeat;
}

.honor .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -25%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #188952 center 50%/50% 50% no-repeat;
}

@media screen and (max-width: 992px) {
    .honor {
        padding: 25px 0;
        background-color: #f1f3f5
    }

    .honor .swiper-container {
        margin: 30px 0 0 0;
        padding: 0 60px;
    }

    .honor .swiper-slide {
        -webkit-transform: scale(0.8);
        transform: scale(0.78);
    }

    .honor .swiper-slide-active,
    .swiper-slide-duplicate-active {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .honor .swiper-slide a {
        border: none;
    }

    .honor .swiper-slide img {
        padding: 10px;
        border: none;
    }

    .honor .swiper-slide a p {
        display: none;
    }

    .honor .swiper-pagination {
        position: relative;
        margin-bottom: 20px;
    }

    .honor .swiper-pagination-bullet {
        background: #188952;
        margin-left: 2px;
        margin-right: 2px;
        width: 8px;
        height: 8px;
        margin-bottom: 2px;
    }

    .honor .swiper-pagination-bullet-active {
        width: 6px;
        height: 6px;
        background: #FFF;
        border: 3px solid #188952;
        margin-bottom: 0;
    }

    .honor .button div {
        width: 28px;
        height: 28px;
    }
}

/*speech*/
.speech {
    padding: 50px 0
}

.speech .img-text {
    padding: 20px 0;
}

.speech .img-text .img {
    width: 30%;
    margin-right: 5%;
    text-align: center
}

.speech .img-text .img img {
    width: auto;
    max-width: 100%;
}

.speech .img-text .text {
    width: 65%;
}

.speech .img-text .text h6 {
    font-size: 25px;
    font-weight: 550;
    margin-bottom: 50px;
    color: #188952;
}

.speech .img-text .text p {
    font-size: 16px;
    line-height: 30px;
    color: #495057;
    margin-bottom: 20px;
    font-weight: 400;
}

@media screen and (max-width: 992px) {
    .speech {
        padding: 25px 0
    }

    .speech .img-text {
        padding: 0;
        flex-wrap: wrap
    }

    .speech .img-text .img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .speech .img-text .img img {
        width: 60%;
    }

    .speech .img-text .text {
        width: 100%;
    }

    .speech .img-text .text h6 {
        font-size: 1.8rem;
        line-height: 2.8rem;
        margin-bottom: 20px;
        color: #188952;
    }

    .speech .img-text .text p {
        font-size: 1.5rem;
        line-height: 2.5rem;
        margin-bottom: 10px;
    }
}

.service {
    width: 100%;
}

.s1 {
    background-color: #f1f3f5;
    padding: 50px 0;
}

.service-ul {
    padding: 30px 0
}

.service-ul li {
    width: 32%;
    margin-right: 2%;
    padding: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 15px 0 rgba(50, 50, 50, 0.08);
    box-shadow: 0 8px 15px 0 rgba(50, 50, 50, 0.08);
    position: relative;
    border-bottom: 4px solid #20c997;
    border-top: 4px solid #20c997;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
}

.service-ul li:nth-child(3n) {
    margin-right: 0
}

.service-ul li i {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    border-radius: 50%;
    background-image: -webkit-linear-gradient(45deg, #188952, #20c997);
    background-image: -o-linear-gradient(45deg, #188952, #20c997);
    background-image: linear-gradient(45deg, #188952, #20c997);
    box-shadow: 0 15px 20px rgba(24, 137, 82, 0.3);
    -webkit-box-shadow: 0 15px 20px rgba(24, 137, 82, 0.3);
    -moz-box-shadow: 0 15px 20px rgba(24, 137, 82, 0.3);
    color: #fff;
    font-style: normal;
    font-weight: 550;
}

.service-ul li h6 {
    font-size: 25px;
    font-weight: 550;
    margin-bottom: 20px;
    color: #495057
}

.service-ul li p {
    font-size: 15px;
    line-height: 25px;
    color: #868e96
}

@media (max-width: 1440px) {
    .service-ul li {
        padding: 30px;
    }

    .service-ul li h6 {
        font-size: 20px;
    }
}

@media screen and (max-width: 992px) {
    .s1 {
        padding: 35px 0 25px 0;
    }

    .service-ul {
        padding: 30px 0 0 0;
        flex-wrap: wrap;
    }

    .service-ul li {
        width: 100%;
        margin-right: 0;
        padding: 20px;
        margin-bottom: 5%;
    }

    .service-ul li:last-child {
        margin-bottom: 0
    }

    .service-ul li i {
        right: -10px;
        top: -10px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 1.5rem;
    }

    .service-ul li h6 {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    .service-ul li p {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
}

.s2 {
    padding: 50px 0
}

.pro-3pl-ul {
    padding: 30px 0;
}

.pro-3pl-ul li {
    width: 32%;
    margin-right: 2%;
    position: relative;
    box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.08);
}

.pro-3pl-ul li .img {
    width: 100%;
    overflow: hidden;
}

.pro-3pl-ul li .img img {
    width: 100%;
}

.pro-3pl-ul li .info {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.65);
}

.pro-3pl-ul li .info i {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    color: #69db7c;
    position: relative;
    font-size: 5rem;
    z-index: 5;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50px;
}

.pro-3pl-ul li .info h6 {
    font-size: 30px;
    line-height: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    font-weight: 550;
    letter-spacing: 1px;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -15px;
}

.pro-3pl-ul li .info h6:after {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: -20px;
}

.pro-3pl-ul li:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.pro-3pl-ul li:hover .info i {
    top: 35px;
}

.pro-3pl-ul li:hover .info h6 {
    font-size: 28px;
}

@media (max-width: 1440px) {
    .pro-3pl-ul li .info i {
        font-size: 4rem;
        width: 40px;
        height: 40px;
        margin-left: -20px;
        top: 30px;
    }

    .pro-3pl-ul li .info h6 {
        font-size: 22px;
        line-height: 22px;
        height: 22px;
        margin-top: -11px;
    }

    .pro-3pl-ul li:hover .info h6 {
        font-size: 20px;
    }

    .pro-3pl-ul li:hover .info i {
        top: 25px;
    }
}

@media screen and (max-width: 992px) {
    .s2 {
        padding: 25px 0
    }

    .pro-3pl-ul {
        padding: 30px 0 0 0;
        flex-wrap: wrap
    }

    .pro-3pl-ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5%;
    }

    .pro-3pl-ul li:last-child {
        margin-bottom: 0;
    }

    .pro-3pl-ul li .info i {
        font-size: 4rem;
        width: 40px;
        height: 40px;
        margin-left: -20px;
        top: 20px;
    }

    .pro-3pl-ul li .info h6 {
        font-size: 2rem;
        line-height: 2.5rem;
        height: 20px;
        letter-spacing: 0;
        margin-top: -10px;
    }

    .pro-3pl-ul li .info h6:after {
        width: 40px;
        height: 1px;
        margin-left: -20px;
    }

    .pro-3pl-ul li:hover .info i {
        top: 3rem;
    }

    .pro-3pl-ul li:hover .info h6 {
        font-size: 2rem;
    }
}

.s3 {
    padding: 50px 0;
    background-color: #f1f3f5
}

.s3 h5 {
    font-size: 25px;
    font-weight: 550;
    color: #495057;
    margin-bottom: 20px;
}

.solution-1 {
    padding: 50px 0;
    text-align: center;
}

.solution-1 .img {
    width: 100%;
    text-align: center;
}

.solution-1 .img img {
    width: auto;
    max-width: 100%;
}

@media screen and (max-width: 992px) {
    .s3 {
        padding: 25px 0;
    }

    .s3 h5 {
        font-size: 1.8rem;
        font-weight: 500
    }

    .solution-1 {
        padding: 25px 0;
    }
}

.solution-2 {
    background-color: #868e96;
    position: relative;
    padding: 50px;
    background-image: url(../image/hzlc-bg.html);
    background-size: cover;
    background-position: center;
}

.solution-2:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
}

.solution-2 h5 {
    color: #fff;
    position: relative;
    z-index: 3;
}

.lc-ul {
    width: 100%;
    padding: 20px 0;
    position: relative;
    z-index: 2;
}

.lc-ul li {
    width: 22.75%;
    margin-right: 3%;
    padding: 30px;
    background-color: #1c7ed6;
    position: relative;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px
}

.lc-ul li:nth-child(2) {
    background-color: #1098ad
}

.lc-ul li:nth-child(3) {
    background-color: #0ca678
}

.lc-ul li:nth-child(4) {
    background-color: #37b24d
}

.lc-ul li:last-child {
    margin-right: 0;
}

.lc-ul li i {
    width: 36px;
    height: 36px;
    font-style: normal;
    color: #1c7ed6;
    background-color: #fff;
    line-height: 36px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    display: block;
    border-radius: 50%;
    position: absolute;
    right: -18px;
    top: -18px;
}

.lc-ul li h6 {
    display: block;
    color: #fff;
    font-weight: 550;
    font-size: 22px;
    margin-bottom: 10px;
}

.lc-ul li span {
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-left-color: #1c7ed6;
    border-width: 30px;
    position: absolute;
    display: block;
    right: -50px;
    top: 50%;
    margin-top: -30px;
}

.lc-ul li:nth-child(2) span {
    border-left-color: #1098ad;
}

.lc-ul li:nth-child(2) i {
    color: #1098ad;
}

.lc-ul li:nth-child(3) span {
    border-left-color: #0ca678;
}

.lc-ul li:nth-child(3) i {
    color: #0ca678;
}

.lc-ul li:nth-child(4) span {
    display: none
}

.lc-ul li:nth-child(4) i {
    color: #37b24d;
}

.lc-ul li h6 i {
    font-style: normal;
    margin-right: 10px;
}

.lc-ul li p {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
}

@media screen and (max-width: 992px) {
    .solution-2 {
        padding: 20px 20px 0 20px;
    }

    .solution-2 h5 {
        text-align: center
    }

    .lc-ul {
        width: 100%;
        flex-wrap: wrap
    }

    .lc-ul li {
        width: 100%;
        margin-right: 0;
        padding: 15px;
        margin-bottom: 5%
    }

    .lc-ul li i {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 1.5rem;
        right: -12px;
        top: -12px;
    }

    .lc-ul li h6 {
        font-size: 1.6rem;
    }

    .lc-ul li span {
        display: none
    }

    .lc-ul li p {
        font-size: 1.5rem;
        line-height: 2.5rem
    }
}

.solution-3 {
    background-color: #fff;
    padding: 50px;
}

.solution-3 .img {
    margin: 20px 0
}

.solution-3 .img img {
    width: auto;
    max-width: 100%;
}

.solution-3 .text-ul {
    width: 100%;
    padding: 20px 0
}

.solution-3 .text-ul li {
    width: 49%;
    margin-right: 2%;
    background-color: #f8f9fa;
    padding: 30px;
    position: relative
}

.solution-3 .text-ul li:last-child {
    margin-right: 0
}

.solution-3 .text-ul li b {
    font-size: 25px;
    display: block;
    color: #0ca678;
    font-weight: 550;
    margin-bottom: 10px;
}

.solution-3 .text-ul li p {
    font-size: 20px;
    line-height: 30px;
    color: #495057;
    ;
    font-weight: 450;
}

.solution-3 .text-ul li i {
    font-size: 5rem;
    position: absolute;
    right: 30px;
    color: #0ca678;
    top: 30px;
}

@media screen and (max-width: 992px) {
    .solution-3 {
        padding: 20px;
    }

    .solution-3 .img {
        margin: 10px 0
    }

    .solution-3 .text-ul {
        padding: 10px 0 0 0;
        flex-wrap: wrap;
    }

    .solution-3 .text-ul li {
        width: 100%;
        margin-right: 0;
        padding: 25px;
        margin-bottom: 2%;
    }

    .solution-3 .text-ul li:last-child {
        margin-bottom: 0
    }

    .solution-3 .text-ul li b {
        font-size: 1.8rem;
        margin-bottom: 5px;
    }

    .solution-3 .text-ul li p {
        font-size: 1.5rem;
        line-height: 2.2rem;
    }

    .solution-3 .text-ul li i {
        font-size: 3rem;
        right: 20px;
        top: 10px;
    }
}

/*contact*/
.contact .contact-info {
    background-color: #fff;
    margin: 80px auto;
    padding: 50px;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 254, 0.06);
    box-shadow: 0 0 10px 2px rgba(79, 172, 254, 0.06);
}

.contact .contact-info div:last-child {
    width: 50%;
}

.contact .contact-info div:last-child img {
    width: 100%;
}

.contact .contact-text {
    width: 50%;
    /* border-right: 1px dashed #ddd; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact .contact-text h3 {
    font-size: 40px;
    font-weight: 600;
    color: #495057;
    margin-bottom: 30px;
    margin-top: 20px;
    position: relative;
}

.contact .contact-text h3:first-child {
    margin-top: 0;
}

.contact .contact-text p {
    font-size: 15px;
    color: #868e96;
    line-height: 30px;
}

.contact .contact-text p.pl-30 {
    padding-left: 23px;
}

.contact .contact-text p em {
    font-size: 1.8rem;
    margin-right: 5px;
}

.contact .contact-tel {
    width: 30%;
    text-align: center;
}

.contact .contact-tel h3 {
    font-size: 22px;
    font-weight: 600;
    color: #495057;
    line-height: 35px;
    margin-bottom: 20px;
    position: relative;
}

.contact .contact-tel h3 em {
    font-size: 2.5rem;
    font-weight: 300;
    margin-right: 10px;
}

.contact .contact-tel h4 {
    font-size: 36px;
    color: #188952;
    margin-bottom: 20px;
    font-weight: 600
}

.contact .contact-tel p {
    font-size: 15px;
    color: #868e96;
    line-height: 25px;
    margin-bottom: 10px;
}

.contact .contact-wx {
    width: 35%;
    text-align: center;
}

.contact .contact-wx h3 {
    font-size: 22px;
    font-weight: 600;
    color: #495057;
    line-height: 35px;
    margin-bottom: 20px;
    position: relative;
}

 @media (max-width: 1440px) {
    .contact .contact-info {
        padding: 40px;
        margin: 50px auto;
    }

    .contact .contact-text h3 {
        font-size: 20px;
    }

    .contact .contact-text p {
        font-size: 14px;
        line-height: 30px;
    }

    .contact .contact-text p i {
        font-size: 1.6rem;
    }

    .contact .contact-tel h3 {
        font-size: 20px;
    }

    .contact .contact-tel h3 i {
        font-size: 2.2rem;
    }

    .contact .contact-tel h4 {
        font-size: 32px;
    }

    .contact .contact-tel p {
        font-size: 14px;
        line-height: 30px;
    }

    .contact .contact-wx h3 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .contact {
        background-color: #fff;
    }

    .contact .container {
        padding: 0;
    }

    .contact .page-nav .page-nav-ul {
        display: none
    }

    .contact .contact-info {
        padding: 40px 20px;
        flex-wrap: wrap;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
    }

    .contact .contact-info div:last-child {
        width: auto;
    }

    .contact .contact-text {
        width: 100%;
        border-right: none;
        border-bottom: 1px dashed #ddd;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .contact .contact-text h3 {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 10px;
    }

    .contact .contact-text p {
        font-size: 1.4rem;
        line-height: 3rem;
    }

    .contact .contact-text p i {
        font-size: 1.6rem;
        margin-right: 0;
    }

    .contact .contact-tel {
        width: 100%;
        border-right: none;
        margin-bottom: 0;
    }

    .contact .contact-tel h3 {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 10px;
    }

    .contact .contact-tel h3 i {
        font-size: 2.2rem;
        margin-right: 5px;
    }

    .contact .contact-tel h4 {
        font-size: 2.5rem;
        margin-bottom: 10px;
        line-height: 3.5rem;
    }

    .contact .contact-tel p {
        font-size: 1.4rem;
        line-height: 2rem;
    }

    .contact .contact-wx {
        width: 100%;
        border-right: none;
        display: none
    }

    .contact .contact-wx h3 {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 0;
    }

    .contact .contact-wx img {
        width: 50%;
    }

}