@charset "utf-8";

@font-face {
    font-family: 'impact';
    src: url(impact.ttf);
}
.service-banner {
    width: 100%;
}
.service-banner img {
    width: 100%;
}
.food-life {
    width: 16rem;
    margin: .4rem auto .4rem;
    color: #A2A5A5;
    text-align: center;
}

.food-life h3 {
    font-size: .8rem;
    color: #18584D;
}

.food-life h4 {
    font-size: .32rem;
    font-weight: normal;
    margin-top: .1rem;
    margin-bottom: .4rem;
    text-align: center;
}
.food-life p {
    display: none;
}
.food-life .food-life-img img{
    width: 100%;
}
.food-5s {
    width: 16rem;
    margin: .4rem auto .4rem;
    color: #A2A5A5;
    text-align: center;
}
.food-5s h3 {
    font-size: .8rem;
    color: #18584D;
}
.food-5s>h4 {
    font-size: .32rem;
    font-weight: normal;
    margin-top: .1rem;
    margin-bottom: .4rem;
    text-align: center;
}
.food-5s>p {
    display: none;
}
.food-5s .food-5s-img img{
    width: 100%;
}
.food-5s-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .5rem;   
}
.food-5s-box li {
    width: 7.8rem;
    height: 8.8rem;
    border-radius: .3rem;
    margin-bottom: .4rem;
    background-color: #F5F6F4;
}
.food-5s-box-img {
    width: 7.8rem;
   /* height: 4.4rem;*/
    border-radius: .3rem;
    overflow: hidden;
}
.food-5s-box-img img {
    width: 100%;
}
.food-5s-box-title {
    padding: .4rem .5rem;
}
.food-5s-box-title>p {
    text-align: left;
}
.food-5s-box-title p span {
    font-size: .7rem;
    color: #769E45;
    font-family: 'impact';
}
.food-5s-box-title h4 {
    font-size: .48rem;
    color: #769E45;
    font-weight: 700;
    text-align: left;
    margin-bottom: .1rem;
}
.food-5s-box-title h4 span {
    font-size: .24rem;
    color: #A2A5A5;
    font-weight: normal;
}
.food-5s-box-title div {
    text-align: left;
    color: #1E2726;
    font-size: .24rem;
}
/*.food-5s-box li:last-child {*/
/*    width: 100%;*/
/*    height: 4.4rem;*/
/*    display: flex;*/
/*}*/
/*.food-5s-box li:last-child img {*/
/*    height: 4.4rem;*/
/*}*/
.service {
    width: 16rem;
    margin: 0 auto;
}
.service h3 {
    text-align: center;
    font-size: .8rem;
    color: #18584D;
}
.service>h4 {
    font-size: .32rem;
    font-weight: normal;
    margin-top: .1rem;
    margin-bottom: .4rem;
    text-align: center;
    color: #A2A5A5;
}
.service .service-list {
    display: flex;
    justify-content: space-between;
}
.service .service-list li {
    width: 49%;
    position: relative;
}
.service .service-list li div:first-child {
    width: 100%;
    height: 4.6rem;
    border-radius: .3rem;
    overflow: hidden;
}
.service .service-list li div:first-child img {
    width: 100%;
    height: 100%;
}
.service .service-list li div p{
    font-size: .24rem;
    color: #1E2726;
    text-align: center;
}
.service .service-list li div p strong {
    font-size: .3rem;
}
.service .service-list li div span {
    display: block;
    width: .4rem;
    height: .04rem;
    margin: .2rem auto;
    background-color: #769E45;
}
.service .service-list li div:last-child {
    position: absolute;
    top: 3rem;
    left: 0;
    right: 0;
    width: 80%;
    height: 3rem;
    margin: 0 auto;
    border-radius: .3rem;
    overflow: hidden;
    padding-top: .6rem;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, .9);
}
.shouhuo {
    width: 16rem;
    margin: 2rem auto 0;
    overflow: hidden;
}
.shouhuo  h3 {
    text-align: center;
    font-size: .8rem;
    color: #18584D;
}
.shouhuo>h4 {
    font-size: .32rem;
    font-weight: normal;
    margin-top: .1rem;
    margin-bottom: .4rem;
    text-align: center;
    color: #A2A5A5;
}
.shouhuo .shouhuo-list {
    width: 7.4rem;
    float: left;
}
.shouhuo .shouhuo-list li {
    width: 5rem;
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: .3rem;
    font-size: .36rem;
    font-weight: 700;
    color: #2C2D2A;
    background-color: #F6F5F4;
    padding: 0 .6rem;
    box-sizing: border-box;
    margin-bottom: .2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: 'hongmeng';
}
.shouhuo .shouhuo-list li i {
    width: .5rem;
    height: .5rem;
    background: url(../img/service/ico-g.svg);
    background-size: cover;
}
.shouhuo .shouhuo-list li:nth-child(odd) {
    margin-left: 1rem;
}
.shouhuo .shouhuo-list li.active {
    background-color: #18584D;
    color: #fff;
}
.shouhuo .shouhuo-list li.active i {
    background: url(../img/service/ico-w.svg);
    background-size: cover;
}
.shouhuo .serviceSwiper {
    width: 8.6rem;
    height: 6.8rem;
    float: right;
    border-radius: .3rem;
}
.shouhuo .serviceSwiper .swiper-slide img{
    max-width: 100%;
    height: 100%;
}
.people {
    width: 100%;
    height: 12rem;
    margin: 1rem auto 0;
    overflow: hidden;
    background: url('../img/service/people-bg.jpg') center no-repeat;
    background-size: cover;
    padding-top: .6rem;
}
.people  h3 {
    text-align: center;
    font-size: .8rem;
    color: #18584D;
}
.people>h4 {
    font-size: .32rem;
    font-weight: normal;
    margin-top: .1rem;
    margin-bottom: .4rem;
    text-align: center;
    color: #A2A5A5;
}
.people-circle-box {
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    box-shadow: 0 .1rem .1rem #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1E2726;
    transition: all .3s ease-in-out;
}
.people-circle-box:hover {
    width: 1.6rem;
    height: 1.6rem;
    color: #769E45;
    font-weight: bold;
}
.people-circle-box:nth-child(odd){
    width: 1.6rem;
    height: 1.6rem;
    color: #769E45;
    font-weight: bold;
    transition: all .3s ease-in-out;
}
.people-circle-box:nth-child(odd):hover{
    width: 1.6rem;
    height: 1.6rem;
    color: #fff;
    font-weight: bold;
    background-color: #769E45;
    transform: scale(0.9);
}
.people-box {
    width: 16rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.people-circle-box p {
    font-size: .32rem;
    text-align: center;
}
.people-circle-box:nth-child(odd) p{
    font-size: .24rem;
}
.people-circle-box:nth-child(3n){
    width: 1.4rem;
    height: 1.4rem;
    color: #769E45;
    font-weight: bold;
    transition: all .3s ease-in-out;
}
.people-circle-box:nth-child(3n):hover{
    transform: scale(1);
    color: #fff;
    font-weight: bold;
    background-color: #769E45;
}
.people-box .circle-box-2 {
    margin: 2rem .1rem .3rem 0;
}
.people-box .circle-box-3 {
    margin: 4rem .1rem .5rem 0;
}
.people-box .circle-box-6 {
    margin: 1rem .1rem 0 2rem;
}
.people-box .circle-box-7 {
    margin: -2rem .1rem 0 0;
}
.people-box .circle-box-9 {
    margin: -2rem .1rem 0 0;
}
.people-box .circle-box-11 {
    margin: -3rem .1rem 0 0;
}
.people-box .circle-box-12 {
    margin: -3rem .1rem 0 0;
}
.people-box .circle-box-13 {
    margin: -2rem .1rem 0 0;
}
.people-box .circle-box-14 {
    margin: -3rem .1rem 0 0;
}
.user {
    width: 16rem;
    margin: 1rem auto;
}
.user  h3 {
    text-align: center;
    font-size: .8rem;
    color: #18584D;
    margin-bottom: .5rem;
}
.user ul {
    display: flex;
    justify-content: space-between;
}
.user ul li {
    width: 3.8rem;
}
.user ul li img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    html {
        font-size: 13.3333vw;
    }
    .food-life,.food-5s,.service,.shouhuo,.people,.user {
        width: 100%;
    }
    .food-life h3,.food-5s h3,.service h3,.shouhuo  h3,.people h3,.user h3{
        font-size: .4rem;
    }
    .food-life h4,.food-5s h4,.service h4,.shouhuo h4,.people h4,.user h4{
        font-size: .3rem;
    }
    .food-life h4 {
        width: 90%;
        font-size: .3rem;
        margin: .2rem auto;
    }
    .food-life .food-life-img {
        width: 100%;
        overflow-x: scroll;
    }
    .food-life .food-life-img img {
        width: 200%;
    }
    .food-life p,.food-5s p {
        display: block;
        font-size: .32rem;
        color: #1E2726;
        margin: .2rem 0;
    }
    .food-5s .food-5s-img {
        width: 100%;
        overflow-x: scroll;
    }
    .food-5s .food-5s-img img {
        width: 200%;
    }
    .food-5s .food-5s-box {
        justify-content: center;
    }
    .food-5s-box h4 {
        font-size: .4rem;
    }
    .food-5s-box-title h4 span {
        display: block;
        font-size: .3rem;
    }
    .food-5s-box-title div p {
        margin: 0;
    }
    .food-5s .food-5s-box li {
        width: 98%;
        height: auto;
    }
    .food-5s-box li:last-child {
        width: 98%;
        display: block;
        height: auto;
    }
    .food-5s-box li:last-child img {
        height: auto;
    }
    .food-5s .food-5s-box-img {
        width: 100%;
    }
    .food-5s-box-title>p {
        float: right;
    }
    .food-5s-box-title p span {
        font-size: 2rem;
        opacity: .2;
    }
    .service .service-list {
        flex-wrap: wrap;
    }
    .service .service-list li {
        width: 98%;
        margin: 0 auto;
    }
    .service .service-list li div:first-child {
        margin-bottom: 1.4rem;
    }
    .service .service-list li div:last-child {
        top: 3.4rem;
        width: 90%;
        height: auto;
        padding: .3rem;
    }
    .service .service-list li div p {
        width: 95%;
        margin: 0 auto;
        font-size: .28rem;
    }
    .shouhuo {
        margin: 0;
    }
    .shouhuo .shouhuo-list {
        width: auto;
        margin-left: .1rem;
    }
    .shouhuo .shouhuo-list li {
        width: 3.4rem;
        height: 1rem;
        margin-left: 0!important;
        padding: 0 .2rem;
        font-size: .3rem;
    }
    .shouhuo .serviceSwiper {
        width: 3.6rem;
        height: 5.8rem;
        margin-right: .1rem;
    }
    .people {
        height: 10rem;
        margin-top: .4rem;
    }
    @keyframes rowup {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
        100% {
            -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
        }
    }
    .people-box {
        animation: 20s rowup linear infinite normal;
        position: relative;
    }
    .user ul {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .user ul li{
        width: 48%;
        margin-bottom: .2rem;
    }
}