html {
    font-size: 62.5%;
}
body {
    background-color: #FAFBFA;
}
@media (max-width: 767px) {
    /*在小于768像素的屏幕里,这里的样式才生效*/
    .ul-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .li-border {
        width: 100%;
        text-align: center;
    }
    .a-active {
        font-size: 1.2rem;
        color: #fff!important;
        background-color: #36C388!important;
    }
    .footer-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-box1 {
        height: 8rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .footer-box2 {
        height: 8rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .footer-box3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
}
@media (min-width: 768px) {
    /*在大于768像素的屏幕里,这里的样式才生效*/
    .ul-box {
        margin: 0 10rem 0 0;
    }
    .li-box {
        float: right;
    }
    .li-border {

    }
    .headzhiye {
        border-bottom: 0.3rem solid #fff!important;
    }
    .a-active {
        font-size: 1.2rem;
        color: #fff!important;
        background-color: #20B176!important;
    }
    .footer-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-box1 {
        height: 8rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .footer-box2 {
        height: 8rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .footer-box3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
}
@media (min-width: 992px) {
    /*在大于992像素的屏幕里,这里的样式才生效*/
    .footer-box {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .footer-box1 {
        height: 8rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .footer-box2 {
        height: 8rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .footer-box3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
}
header {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    font-size: 1.1rem;
    color: #20B176;
}
.headico-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.headico1 {
    width: 25px;
    height: 27px;
    margin: 0;
    background-image: url(images/img1.png);
    background-position: -29px 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}
.headico2 {
    width: 25px;
    height: 27px;
    margin: 0;
    background-image: url(images/img1.png);
    background-position: -55px 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}
.headico3 {
    width: 25px;
    height: 27px;
    margin: 0;
    background-image: url(images/img1.png);
    background-position: -82px 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}
.nav-style {
    background-color: #20B176;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}
.a-style {
    background-color: #20B176!important;
    color: #fff!important;
    font-size: 1.2rem;
}
footer {
    background-color: #20B176;
}

.footer-ico {
    width: 92px;
    height: 92px;
    /*margin: 0.8rem;*/
    background-image: url(images/img/wximg.png);
    background-position: -0px 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.footer-box4 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-top: 0.2rem solid #9E9E9E;
}
.footer-text1 {
    font-size: 1.5rem;
    color: #fff;
}
.footer-text2 {
    font-size: 1.3rem;
    color: #fff;
}
.footer-margin {
    margin: 1rem 0;
}
.footer-style1 {
    margin: 0 1rem;
    padding: 0 1rem;
    border-left: 0.1rem solid #fff;
    border-right: 0.1rem solid #fff;
}
.footer-style2 {
    margin: 0 2rem 0 0;
}
.footer-text3 {
    font-size: 1rem;
    color: #fff;
}
.main-text-text {
    padding: 1rem 1.5rem;
    border-bottom: 1.5px #e6e6e6 solid;
}
.main-text-text1 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
}
.main-text-text2 {
    font-size: 1.4rem;
    color: #20B176;
}
.main-text-text3 {
    font-size: 1.4rem;
    color: #000;
}
.mainbox-box {
    margin: 2rem 0;
    border: 0.1rem solid #ddd;
}
.mianbox-box1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 0.05rem solid #ddd;
}
.mainbox-img {
    /*width: 100%;*/
    padding: 0;
    /*margin: 15px;*/
    margin: 1rem;
}
.mianbox-box1text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.mianbox-box1text1 {
    margin: 0 0 1rem 0;
    font-size: 1.5rem;
    font-weight: bold;
}
.mianbox-box1text2 {
    margin: 0 1rem 0 0;
    font-size: 1.4rem;
}
.mianbox-box2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.mianbox-box2icobox {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border: 0.05rem solid #ddd;
}
.mianbox-box2icoboxtext {
    margin: 1rem;
    font-size: 1.3rem;
    color: #9E9E9E;
}
.mianbox-box2ico {
    width: 15px;
    height: 16px;
    /*margin: 0.8rem;*/
    background-image: url(images/img1.png);
    background-position: -13px 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}
.mianbox-box3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.mianbox-box3icobox {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border: 0.05rem solid #ddd;
 }
.mianbox-box3icoboxtext1 {
    margin: 1rem;
    font-size: 1.3rem;
    color: #9E9E9E;
}
.mianbox-box3icoboxtext2 {
    margin: 1rem 0 1rem 1rem;
    font-size: 1.3rem;
    color: red;
}
.mianbox-box4 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 0.05rem solid #ddd;
}
.mianbox-box4icobox1 {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.mianbox-box4icobox1text {
    margin: 4rem;
    font-size: 1.3rem;
    color: #9E9E9E;
}
.mianbox-box4icobox2 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mianbox-box4icoboxbox {
    padding: 1rem 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border: 0.05rem solid #ddd;
}
.mianbox-box4icoboxboxtext {
    padding: 0 1rem;
    font-size: 1.3rem;
}
.mianbox-box5 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border: 0.05rem solid #ddd;
}
.mianbox-box5text1 {
    margin: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
}
.mianbox-box5text2 {
    margin: 1rem -1rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: red;
}
.mianbox-box6 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border: 0.05rem solid #ddd;
}
.mianbox-box6text {
    margin: 1rem;
    font-size: 1.3rem;
    color: #9E9E9E;
}
