@charset "utf-8";
*{
    box-sizing: border-box;
    font-family: Arial,"微软雅黑";
}
html,body{
    margin: 0;
    padding: 0;
}
.main_content{
    width: 780px;
    margin-left:auto;
    margin-right:auto;
    background-color: #f4fedd;
    padding-bottom: 50px;
}
.banner{
    width: 100%;
}
.banner img{
    display: block;
    width: 100%;
}

.tit h3{
    text-align: center;
    font-size: 30px;
    color: #74b84e;
}

.m-c{
    display: block;
    margin-left:auto;
    margin-right:auto;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.text-justify{
    text-align: justify;
}
.fc-green{
    color: #74b84e;
}
.fc-green2{
    color: #00812f;
}
.fc-f{
    color: #ffffff;
}
.bg_green{
    background-color: #74b84e;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.fs-18{
    font-size: 16px;
}
.fs-20{
    font-size: 20px;
}
.fs-24{
    font-size: 24px;
}
.fs-28{
    font-size: 28px;
}
.fs-30{
    font-size: 30px;
}
.fs-40{
    font-size: 40px;
}
.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.list:after{
    clear: both;
    display: block;
    content: '';
}
.li1,.li2{
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.li2{
    width: 50%;
}
.li1{
    width: 100%;
}