﻿.banner{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: -4px;
}
.banner img{
    width: 100%;
}
.about{
    width: 100%;
    height: auto;
    display: inline-block;
    padding-top: 2%;
    background-color: #f4f4f4;
}


.m-left {
    overflow-wrap: break-word;
    padding: 0px;
    border-color: transparent;
    border-width: 0px;
    background-color: rgb(255, 255, 255);
    width: 22%;
    border-style: solid;
    float: left;
}
.ml-top {
    text-align: center;
    padding-top: 22px;
}
.ml-top h3 {
    color: #434343;
    font-size: 24px;
    padding-bottom: 8px;
}
.ml-top span {
    color: #999;
    font-size: 14px;
    display: none;
}
.ml-bottom {
    border-left: 7px solid #00622b;
    width: 96%;
    height: 100%;
    padding-top: 32px;
    padding-bottom: 100px;
}
.ml-bottom li {
    width: 100%;
    font-size: 15px;
    text-align: center;
    line-height: 54px;
    height: 54px;
    border-bottom: 1px dashed#e8e8e8;
}
.ml-bottom li a {
    color: #555555;
    font-size: 15px;
}
.m-right {
    width: 73%;
    float: right;
    background-color: white;
    padding: 0px 20px 50px 20px;
}
.cmp-one {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #999999;
    margin: 18px 0 15px 0px;
    font-size: 19px;
    color: #00622b;
}
.cmp-one span {
    margin-left: 7px;
    font-size: 15px;
    color: #999999;
}
.mr-bottom p {
    font-size: 15px;
    line-height: 43px;
    width: 100%;
    display: inline-block;
    letter-spacing: .5px;
}
.content-body{
    display:none;
}


@media screen and (max-width: 1024px) and (min-width: 0px) {
    .about h3 {
        font-size: 21px;
        letter-spacing: 1px;
        margin-top: 12%;
    }
    .about p {
        margin: 16px 0;
        line-height: 28px !important;
        font-size: 13px !important;
        letter-spacing: 1px;
        margin-bottom: 4%;
        margin-bottom: 0px !important;
    }
    .m-left {
        overflow-wrap: break-word;
        padding: 0px;
        border-color: transparent;
        border-width: 0px;
        background-color: rgb(255, 255, 255);
        width: 100%;
        border-style: solid;
        float: left;
        margin-bottom: 5%;
    }
    .ml-bottom {
        border-left: 7px solid #00622b;
        width: 96%;
        height: auto;
        padding-top: 13px;
        padding-bottom: initial;
    }
    .m-right {
        width: 88%;
        float: right;
        background-color: white;
        padding: 0px 20px 9% 20px;
    }
}