

body {
    font-size: 14px;
}

img {
    object-fit: cover;
    max-width: 100%;
    vertical-align: middle
}

a {
    display: inline-block;
    vertical-align: middle;
    transition: all 0.5s;
}

input {
    outline: none;
}

:root {
    --color: #5BC78A;
    --color-z: #000333
}

.lz-mt40 {
    margin-top: 30px;
}

.lz-mt15 {
    margin-top: 15px;
}

.lz-pb50 {
    padding-bottom: 50px;
}

a:hover {
    color: var(--color) !important;
}


 input[type="radio"]::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #999;
    box-sizing: border-box;
    position: absolute;
    top: 48px;
    position: absolute;
    top: 0;
    left: 0;
}
 input[type="radio"]:checked::before {
    background-color: #5BC78A;
    background-clip: content-box;
    border: 1px solid #5BC78A;
    padding: 1px;
    box-sizing: border-box;
}
input[type="checkbox"]{margin-top: 0; width:16px;height:16px;display: inline-block;text-align: center;vertical-align: middle; line-height: 18px;position: relative;}
input[type="checkbox"]::before{content: "";position: absolute;top: 0;left: 0;background: #fff;width: 100%;height: 100%;border: 1px solid #d9d9d9}
input[type="checkbox"]:checked::before{content: "\2713";background-color: #fff;position: absolute;top: 0;left: 0;width:100%;border: 1px solid #5BC78A;color:#5BC78A;font-size: 16px;font-weight: bold;}
.text-ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bx-text-p2{
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.bx-text-p3{
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.bx-text-p4{
    line-height: 25px;
    height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}


.header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8;
    background-color: transparent;
    transition: all 0.5s;
    background-color: #fff;

}

.header.active {
    box-shadow: 0 8px 20px 0px rgba(180, 184, 206, 0.14);
}

.header.active .header001 .bx-nav ul li a {
    color: #000;
}




.header001 {
    height: 100px;
    line-height: 100px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header001-left{
    display: flex;
    align-items: center;
}

.header001 .bx-logo {
    max-height: 100px
}
.header001 .bx-logo a{
    display: block;
}
.header001 .bx-logo img {
    max-height: 50px;
    display: block;
}


.header001 .bx-nav {
    margin-left: 55px;
}
.header001 .bx-nav ul li {
    position: relative;
    float: left;
    line-height: 100px;
    text-align: center;
    font-size: 16px;
    z-index: 400;
    padding: 0 25px;
}
.header001 .bx-nav ul li a {
    color: #000;
}
.header001 .bx-nav ul li i{
    font-size: 20px;
    color: #000;
    vertical-align: middle;
    margin-left: 10px;
}

.header001 .bx-nav ul li .bx-nav-fd {
    display: none;
    position: absolute;
    top: 70px;
    left: 50%;
    line-height: 30px;
    width: 180px;
    background-color: #ffffff;
    z-index: 600;
    transform: translate(-50%, 0);
    box-shadow: 0 8px 20px 0px rgba(180, 184, 206, 0.14);
}

.header001 .bx-nav ul li .bx-nav-fd a {
    padding: 5px 5px;
    color: #000;
    font-size: 16px;
}



.header001 .bx-navigation {
    display: none;
    margin-left: 20px;
}

.header001 .bx-nav ul li a:hover,
.header001 .bx-nav ul li a.active {
    color: var(--color);
}

.active .header001 .bx-nav ul li a:hover,
.active .header001 .bx-nav ul li a.active {
    color: var(--color);
}

.bx-navigation {
    display: none;
}

.bx-nav-dh {
    font-size: 18px;
    color: var(--color);
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
}

.bx-nav-dh img{
    width: 20px;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.active .bx-nav-dh {
    color: #000;
}

.bx-nav-dh a{
    color: #000;
    display: inline;
    font-weight: 400;
    vertical-align: top;
}

.nav-hide {
    display: none;
}
.bx-header-but{
    position: relative;
}
.bx-header-but .but{
    min-width: 120px;
    line-height: 38px;
    font-size: 16px;
    color: #000000;
    text-align: center;
    padding: 0 20px;
    border-radius: 20px;
    transition: all 0.5s;
    border: 1px solid #000000;
}
.bx-header-but .but:hover{
    background-color: var(--color);
    color: #fff !important;
    border-color: var(--color);
}
.bx-header-but .bx-header-ewm{
    position: absolute;
    right: 0;
    top: 70px;
    width: 140px;
    display: none;
}

@media (max-width: 1600px) {
    .header001{
        height: 80px;
    }
    .header001 .bx-nav ul li{
        line-height: 80px;
    }
}




@media (max-width: 1000px) {
    
    .bx-nav-dh {
        font-size: 14px;
        margin-left: 10px;
    }

    .bx-header-but{
        display: none;
    }
  
    .bx-header-but .bx-header-ewm{
        top: 60px;
    }
   

    .bx-nav-dh i {
        font-size: 16px;
    }

    .header001 {
        height: 60px;
        line-height: 60px;
    }

    .header001 .bx-logo img {
        max-height: 45px;
    }

    .header001 .bx-nav {
        display: none;
        position: fixed;
        top: 60px;
        z-index: 500;
        left: 0;
        z-index: 600;
        width: 100%;
        background-color: #fff;
        margin-left: 0;
    }

    .header001 .bx-nav ul li {
        line-height: 50px;
        text-align: left;
        float: none;
    }

    .header001 .bx-nav ul li i {
        display: block;
        width: 12px;
        height: 12px;
        color: #000;
        transition: color .25s;
        position: absolute;
        right: 10px;
        top: 18px;
    }

    .header001 .bx-nav ul li i::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 2px;
        background-color: #000;
        transform: translate(0, -50%);
    }

    .header001 .bx-nav ul li i::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        width: 2px;
        height: 100%;
        background-color: #000;
        transform: translate(-50%, 0);
    }

    .header001 .bx-nav ul li a {
        padding: 0 10px;
        color: #000;
        text-align: center;
        font-size: 16px;
        width: 100%;
    }

    .header001 .bx-navigation {
        display: block;
    }

    .header001 .bx-nav ul li .bx-nav-fd {
        display: none;
        position: relative;
        top: 0px;
        width: 100%;
        padding-left: 20px;
    }
    .header001 .bx-nav ul li .bx-nav-fd p{
        display: inline-block;
        width: 49%;
    }

    .bx-navigation {
        display: block;
    }

    .header001 .bx-nav ul li .bx-nav-fd a {
        padding: 0 5px;
        font-size: 14px;
    }

   

    .hamburger .line {
        width: 20px;
        height: 1px;
        background-color: #000;
        display: block;
        margin: 6px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .hamburger:hover {
        cursor: pointer;
    }

    .active .hamburger .line {
        background-color: #000;
    }

    #hamburger-1.is-active .line:nth-child(2) {
        opacity: 0;
    }

    #hamburger-1.is-active .line:nth-child(1) {
        -webkit-transform: translateY(7px) rotate(45deg);
        -ms-transform: translateY(7px) rotate(45deg);
        -o-transform: translateY(7px) rotate(45deg);
        transform: translateY(7px) rotate(45deg);
    }

    #hamburger-1.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-7px) rotate(-45deg);
        -ms-transform: translateY(-7px) rotate(-45deg);
        -o-transform: translateY(-7px) rotate(-45deg);
        transform: translateY(-7px) rotate(-45deg);
    }

    .header001 .bx-nav ul li a:hover,
    .header001 .bx-nav ul li a.active {
        color: var(--color) !important;
    }
}

.banner-list{
    position: relative;
}
.banner-list .img img{
    width: 100%;
}

.banner-list .text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
}
.banner-list .text .container{
    height: 100%;
}

.banner-list .text .text-box{
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.banner-list .text  h3{
    font-size: 64px;
    color: #fff;
    opacity: 0;
    transform: translateY(60px);
}
.banner-list .text  p{
    font-size: 28px;
    color: #fff;
    margin-top: 10px;
    opacity: 0;
    transform: translateY(60px);
}
.banner-list .text .but{
    min-width: 150px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 0 20px;
    border-radius: 30px;
    border: 1px solid #fff;
    margin-top: 50px;
    opacity: 0;
    transform: translateY(60px);
}
.banner-list .text .but:hover{
    background-color: var(--color);
    color: #fff !important;
    border-color: var(--color);
}


.banner .swiper-container .swiper-slide.swiper-slide-active .banner-list .text h3{
    transition-delay: .4s;
    transform: none;
    opacity: 1;
    transition: opacity .7s linear .7s,transform .7s cubic-bezier(.215,.61,.355,1) .7s;
}
.banner .swiper-container .swiper-slide.swiper-slide-active .banner-list .text p{
    transition-delay: .4s;
    transform: none;
    opacity: 1;
    transition: opacity .9s linear .9s,transform .9s cubic-bezier(.215,.61,.355,1) .9s;
}
.banner .swiper-container .swiper-slide.swiper-slide-active .banner-list .text .but{
    transition-delay: .4s;
    transform: none;
    opacity: 1;
    transition: opacity 1.2s linear 1.2s,transform 1.2s cubic-bezier(.215,.61,.355,1) 1.2s;
}

.mt120{
    margin-top: 120px;
}

.mb95{
    margin-bottom: 95px;
}

.box-title h3{
    font-size: 40px;
    color: #000000;
    font-weight: 400;
    text-align: center;
}

.box-title p{
    font-size: 18px;
    color: #666666;
    margin-top: 12px;
    text-align: center;
}

.index-one-item ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.index-one-item ul li{
    width: 25%;
    padding: 0 20px;
    margin-top: 50px;
}

.index-one-list{
    padding: 30px;
    box-shadow: 0px 0px 15px 0px rgba(154, 154, 154, 0.15);
    display: flex;

}
.index-one-list .text{
    width: calc(100% - 70px);
}

.index-one-list .text h3{
    font-size: 24px;
    color: #000000;
}
.index-one-list .text p{
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}
.index-one-list .icon{
    width: 65px;
}
.index-one-list .icon img{
    width: 100%;
}

.index-pro-item{
    margin-top: 50px;
    display: flex;
    padding: 60px 0;
    position: relative;
}
.index-pro-item::before{
    content: '';
    display: block;
    width: calc(100% - 120px);
    height: 100%;
    background-color: #FBFBFB;
    position: absolute;
    left: 0;
    top: 0;
}

.index-pro-item .text{
    width: 46%;
}


.index-pro-item .img{
    width: 54%;
}

.index-pro-item .img img{
    width: 100%;
}
.index-pro-item .swiper-pagination-bullet{
    background-color: rgba(255,255,255,.5);
    opacity: 1;
}
.index-pro-item .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: var(--color);
}

.index-pro-item .text-box{
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #666666;
    padding: 100px;
    display: flex;
    align-items: center;
}
.index-pro-item .text-box p{
    line-height: 2;
}
.index-pro-item .text-box .text-box-flex{
    position: relative;
}

.index-pro-item .text-box .text-box-flex::before{
    content: '';
    display: block;
    width: 29px;
    height: 29px;
    background-image: url(../images/icon-quotation.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -80px;
}
.index-pro-item .text-box .text-box-flex::after{
    content: '';
    display: block;
    width: 29px;
    height: 29px;
    background-image: url(../images/icon-quotation.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: -80px;
    transform: rotate(180deg);
}


.about-wmdys{
    margin-top:100px;
    margin-bottom: 100px;
    position:relative;
}
.about-wmdys .wmdys-pic{
    width:360px;
    height:360px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:#F9FAFB;
    border-radius:50%;
    z-index: 2;
}
.about-wmdys ul{
    display:flex;
    align-content:space-between;
    justify-content:space-between;
    flex-wrap:wrap;
}
.about-wmdys ul li{
    width:43%;
    background:#fff;
    box-shadow: 0px 5px 30px 0px rgba(232, 235, 245, 0.6);
    border-radius:20px;
    padding:60px 120px 60px 60px;
    display:flex;
    margin: 30px 0;
}
.about-wmdys ul li:nth-child(even){
    flex-direction: row-reverse;
    text-align: right;
}
.about-wmdys ul li:nth-child(even) .tet{
    padding-left: 0;
    padding-right: 30px;
}
.about-wmdys ul li .pic{
    width:72px;
}
.about-wmdys ul li .tet{
    width:calc(100% - 72px);
    padding-left:30px;
}
.about-wmdys ul li .tet h3{
    font-size:24px;
    color:#000;
    font-weight:bold;
}
.about-wmdys ul li .tet p{
    font-size:18px;
    color:#666;
  margin-top:20px;
}
.about-wmdys ul li:nth-child(2n){
       padding:60px 60px 60px 120px ;
}


.footer{
    background-color: #0F0F0F;
}
.footer-item{
    display: flex;
    justify-content: space-between;
    padding: 50px 0;

}

.footer-item .footer-logo{
    max-width: 100px;
}
.footer-item .right{
    max-width: calc(100% - 100px);
    display: flex;
}

.footer-item .right .footer-list{
    margin-right: 180px;
}
.footer-item .right .footer-list:nth-last-child(1){
    margin-right: 0;
}

.footer-item .right .footer-list h3{
    font-size: 16px;
    color: rgba(255,255,255,.6);
    margin-bottom: 15px;
}

.footer-item .right .footer-list p{
    font-size: 18px;
    font-weight: 500px;
    color: #FFFFFF;
}
.footer-item .right .footer-list .ewm{
    width: 100px;
}

.footer-bottom{
    text-align: center;
    border-top: 1px solid #505050;
    padding: 18px 0;
    font-size: 16px;
    color: rgba(255,255,255,.6);
}
.footer-bottom a{
    font-size: 16px;
    color: rgba(255,255,255,.6);
}


/* pro */
.pro-box{
    margin-bottom: 25px;
}
.pro-top-item{
    display: flex;
    align-items: center;
    padding: 100px 0;
}

.pro-top-item .text{
    width: 50%;
    padding-right: 30px;
}
.pro-top-item .text h3{
    font-size: 40px;
    color: #000000;
}
.pro-top-item .text p{
    font-size: 18px;
    color: #666666;
    margin-top: 20px;
}
.pro-top-item .img{
    width: 50%;
}
.pro-top-item .img img{
    width: 100%;
}

.pro-list-box {
    margin-top: 40px;
    font-size: 16px;
    color: #000;
}

.pro-list-box img{
    width: 100%;
}



/* about */

.about-one{
    padding: 10px 0;
}
.about-one-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 5px;
    margin-bottom: 50px;
}
.about-one-item .img{
    width: 52%;
}
.about-one-item .img img{
    width: 100%;
}
.about-one-item .text{
    width: 48%;
    padding-left: 80px;
}
.about-one-item .text .box-title h3{
    text-align: left;
}
.about-one-item .text .desc{
    font-size: 18px;
    color: #666666;
    margin-top: 20px;
}
.about-one-item .text .but{
    min-width: 150px;
    line-height: 50px;
    text-align: center;
    background-color: var(--color);
    border-radius: 25px;
    font-size: 16px;
    color: #FFFFFF !important;
    box-shadow: 0px 5px 10px 0px rgba(91, 199, 138, 0.4);
    margin-top: 55px;
    padding: 0 20px;
    transition: all 0.5s;
}
.about-one-item .text .but:hover {
    opacity: 0.8;
}

.contact{
    background-color: #FBFBFB;
    padding: 80px 0;
}
.contact-item{
    margin-top: 10px;
}
.contact-item ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.contact-item ul li{
    width: 33.33%;
    padding: 0 20px;
    margin-top: 40px;
}

.contact-list{
    display: block;
    width: 100%;
    box-shadow: 0px 0px 15px 0px rgba(154, 132, 113, 0.15);
    border-radius: 20px;
    text-align: center;
    padding: 60px 35px 55px 35px;
    height: 100%;
}

.contact-list .icon{
    height: 50px;
    line-height: 50px;
}
.contact-list .icon img{
    max-height: 100%;
}

.contact-list h3{
    font-size: 24px;
    color: #000000;
    margin-top: 20px;
}
.contact-list p{
    font-size: 16px;
    color: #626262;
    margin-top: 7px;
}

@media (max-width: 1600px) {
    .mt120{
        margin-top: 80px;
    }
    .banner-list .text h3{
        font-size: 52px;
    }
    .banner-list .text p{
        font-size: 20px;
    }
    .banner-list .text .but{
        min-width: 120px;
        line-height: 38px;
        font-size: 14px;
    }
    .box-title h3{
        font-size: 32px;
    }
    .index-one-list .text h3{
        font-size: 20px;
    }
    .index-one-list .text p{
        font-size: 14px;
    }
    .index-one-list .icon{
        width: 55px;
    }
    .index-one-list .text{
        width: calc(100% - 60px);
    }
    .index-one-item ul {
        margin: 0 -10px;
    }
    .index-one-item ul li{
        padding: 0 10px;
        margin-top: 30px;
    }
    .index-pro-item .text-box{
        font-size: 16px;
        padding: 65px;
    }
    .about-wmdys{
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .about-wmdys .wmdys-pic{
        width: 310px;
        height: 310px;
    }
    .about-wmdys ul li{
        padding: 45px 100px 45px 45px;
    }
    .about-wmdys ul li:nth-child(2n){
        padding: 45px 45px 45px 100px;
    }
    .about-wmdys ul li .tet h3{
        font-size: 20px;
    }
    .about-wmdys ul li .tet p{
        font-size: 16px;
        margin-top: 15px;
    }
    .about-wmdys ul li .pic{
        width: 60px;
    }
    .footer-item .right .footer-list p{
        font-size: 16px;
    }
    .footer-item .right .footer-list{
        margin-right: 100px;
    }
    .footer-bottom{
        font-size: 14px;
    }
    .pro-top-item .text h3{
        font-size: 32px;
    }
    .pro-top-item .text p{
        font-size: 16px;
    }
    .about-one-item .text .desc{
        font-size: 16px;
    }
    .pro-top-item,.about-one{
        padding: 80px 0;
    }
    .about-one-item .text .but{
        min-width: 120px;
        line-height: 38px;
        margin-top: 40px;
    }
    .contact-item ul{
        margin: 0 -10px;
    }
    .contact-item ul li{
        padding: 0 10px;
        margin-top: 20px;
    }
    .contact-list{
        padding: 53px 30px 50px 30px;
    }
}

@media (max-width: 1200px) {
    .index-one-list{
        padding: 20px;
    }
    .index-one-list .text h3{
        font-size: 18px;
    }
    .index-pro-item .text-box{
        font-size: 14px;
    }
    .about-wmdys ul li .tet p{
        font-size: 14px;
        margin-top: 10px;
    }
    .about-wmdys ul li .tet h3{
        font-size: 18px;
    }
    .about-wmdys ul li:nth-child(even) .tet{
        padding-right: 15px;
    }
    .about-wmdys ul li .tet{
        padding-left: 15px;
    }
    .about-wmdys ul li .pic{
        width: 50px;
    }
}


@media (max-width: 1000px) {
    .bx-header-but .but{
        min-width: 100px;
        line-height: 30px;
        font-size: 14px;
    }
    .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner-list .img{
        height: 300px;
    }
    .banner-list .img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .banner-list .text h3{
        font-size: 24px;
    }
    .banner-list .text p{
        font-size: 16px;
    }
    .banner-list .text .but{
        margin-top: 20px;
    }
    .lz-flex-center{
        display: flex;
        align-items: center;
    }
    .mt120{
        margin-top: 30px;
    }
    .mb95{
        margin-bottom: 30px;
    }
    .box-title h3{
        font-size: 22px;
    }
    .box-title p{
        font-size: 14px;
    }
    .index-one-item ul li{
        width: 100%;
        margin-top: 20px;
    }
    .index-pro-item{
        padding: 0;
        flex-direction: column;
        margin-top: 20px;
    }
    .index-pro-item .text{
        width: 100%;
    }
    .index-pro-item .img{
        width: 100%;
    }
    .index-pro-item .text-box{
        padding: 60px 0;
        font-size: 15px;
    }
    .index-pro-item .text-box .text-box-flex::before{
        top:-50px;
    }
    .index-pro-item .text-box .text-box-flex::after{
        bottom:-50px;
    }
    .index-pro-item .text-box p{
        display: inline-block;
    }
    .index-pro-item::before{
        width: 100%;
    }

    .about-wmdys{
        margin-top:20px;
        margin-bottom: 20px;
        position:relative;
    }
    .about-wmdys .wmdys-pic{
        display:none;
    }
    .about-wmdys ul{
        height:auto;
    }
    .about-wmdys ul li{
        width:100%;
        padding:20px;
        margin-top:10px;
    }
    .about-wmdys ul li .pic{
        width:60px;
    }
    .about-wmdys ul li .tet{
        padding-left:20px;
        text-align: left;
    }
    .about-wmdys ul li .tet h3{
        font-size:18px;
        font-weight: 400;
    }
    .about-wmdys ul li .tet p{
        font-size:14px;
         margin-top:10px;
    }
    .about-wmdys ul li:nth-child(2n){
       padding:20px;
       flex-direction: row;
    }
    .about-wmdys ul li:nth-child(even) .tet{
        padding-left: 20px;
    }

    .footer-item{
        flex-direction: column;
        padding: 20px 0;
    }
    .footer-item .footer-logo{
        display: none;
    }
    .footer-item .right{
        max-width: 100%;
        display: block;
    }
    .footer-item .right .footer-list{
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
        
    }
    .footer-item .right .footer-list p{
        font-size: 14px;
    }
    .footer-item .right .footer-list p br{
        display: none;
    }
    .footer-item .right .footer-list .ewm{
        margin: 0 auto;
    }
    .footer-item .right .footer-list h3{
        text-align: center;
    }
    .footer-bottom a,.footer-bottom{
        font-size: 14px;
    }

    .pro-top-item, .about-one{
        padding: 30px 0;
        flex-direction: column;
    }
    .pro-top-item .text{
        width: 100%;
        padding-right: 0;
    }
    .pro-top-item .img{
        width: 100%;
        margin-top: 20px;
    }
    .pro-top-item .text h3{
        font-size: 22px;
    }

    .about-one-item .img{
        width: 100%;
        margin-top: 20px;
    }
    .about-one-item{
        flex-direction: column-reverse;
        margin-top: 20px;
        padding: 0;
    }
    .about-one-item .text{
        width: 100%;
        padding-left: 0;
    }
    .contact{
        padding: 30px 0;
    }
    .contact-item ul li{
        width: 100%;
    }
    .contact-list{
        padding: 25px;
    }
    .contact-list .icon{
        height: 35px;
        line-height: 35px;
    }
    .contact-list h3{
        font-size: 18px;
    }
    .contact-list p{
        font-size: 14px;
    }
    }