html {
    height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    min-height: 900px
}

body {
    min-height: 100%;
    font-family: "Microsoft YaHei"
}
.over-hidden{
    height: 100%;
    overflow: hidden;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
}
.header{
    background: #fff;
}
/*  关于我们/新闻资讯的 公用样式  S  */
.page-title h1{
    padding: 0;
    margin: 0;
    height: 20px;
    color: #666;
    font-size: 18px;
    line-height: 20px;
}
.page-title h3{
    padding: 10px 0;
    margin: 0;
    color: #dcdcdc;
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
}
.left-nav-1 a::before{
    content: "";
    display: block;
    float: left;
    width: 6px;
    height: 6px;
    margin-top: 20px;
    margin-right: 10px;
    background-color: #ccc;
    border-radius: 50%;
}
.page-desc{
    overflow: hidden;
    margin-bottom: 40px;
    border-bottom: 1px solid #d0d0d0;
}
.page-desc h5{
    padding: 0;
    margin: 0;
    height: 43px;
    color: #333;
    font-size: 20px;
    line-height: 40px;
    display: inline-block;
    border-bottom: 2px solid #95c629;
}
.page-desc .breadcrumb{
    height: 40px;
    margin: 0;
    line-height: 40px;
    text-align: right;
}
.page-desc .breadcrumb li{
    display: inline-block;
    float: left;
    margin-right: 6px;
}
.page-desc .breadcrumb li,.page-desc .breadcrumb li a{
    list-style: none;
    color: #999;
    font-size: 12px;
}
.page-desc .breadcrumb li i{
    padding: 0 4px;
    color: #999;
    font-size: 12px;
}
/*  关于我们/新闻资讯的 公用样式  E  */

.f_fl{float: left;}
.f_fr{float: right;}
.bg_f{
    background-color: #fff;
}
.bg_b{
    background-color: #f4f8fb;
}
.mt10{
    margin-top: 10px;
}
.mt20{
    margin-top: 20px;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mb40{
    margin-bottom: 40px;
}
/* 项目简介 S */
.project-wrapper section{
    padding: 60px 0;
}
.project-wrapper .title-box {
    margin-bottom: 40px;
    text-align: center;
}
.project-wrapper  .title-box h1{
    color: #333;
    font-size: 26px;
}
.project-wrapper .title-box .title-box--line{
    background-color: #95c629;
    width: 40px;
    height: 4px;
    margin: 0 auto;
    border-radius: 2px;
}

.project-container{
    position: relative;
}
.project-bg{
    position: absolute;
    right: 0;
    bottom: 0;
}
.project-introduce{
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 0 30px;
    color: #333;
    font-size: 16px;
    line-height: 30px;
}
.project-introduce img{
    position: absolute;
}
.mark-left{
    top: -30px;
    left: 0;
}
.mark-right{
    bottom: 0;
    right: 0;
}
/* 项目简介 E */
/*  顶部导航和底部  S  */


.w-1200 {
    width: 1200px;
    margin: auto
}

.my_inline-block {
    display: inline-block
}

.radius_6 {
    border-radius: 6px
}

.mg-top5 {
    margin-top: 5px
}

.mg-top10 {
    margin-top: 10px
}

.mg-top15 {
    margin-top: 15px
}

.mg-top20 {
    margin-top: 20px
}

.mg-top25 {
    margin-top: 25px
}

.mg-top30 {
    margin-top: 30px
}

.mg-top40 {
    margin-top: 40px
}

.bg-gray {
    background: #cbcbcb
}

.bg-gray1 {
    background: #f6f6f6
}

.bg-green {
    background: #94c62a
}

.bg-white {
    background: #fff
}

.color-gray {
    color: #aeaeae
}

.color-gray1 {
    color: #666
}

.color-white {
    color: #fff
}

.color-green {
    color: #94c62a
}

.color-green3 {
    color: #28a660
}

.color-blue {
    color: #66bcfe
}

.blod,
.bold {
    font-weight: 700
}

.a-no-under {
    text-decoration: none
}

#logo {
    display: block;
    margin-top: 15px
}

/* 顶部导航  S */

.top-nav {
    margin-top: 35px;
    z-index: 3;
    color: #fff;
}

.top-nav>ul {
    display: flex
}

.top-nav>ul>li {
    width: 13%;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    height: 50px;
    line-height: 46px;
    border: 1px solid transparent; 
    border-bottom: 3px solid transparent;
    cursor: pointer;
}

.top-nav>ul>li.current,
.top-nav>ul>li:hover {
    border-bottom: 3px solid #94c62a;
}

.top-nav>ul>li>a {
    display: block;
    width: 100%;
    height: 100%;
    color: #676767;
    font-size: 14px;
    text-decoration: none
}

.top-nav>ul>li>a:hover {
    color: #94c62a;
}

.top-nav>ul>li.secondLevel {
    border-bottom: 3px solid transparent;
    position: relative
}

.top-nav>ul>li.secondLevel ul {
    position: absolute;
    top: 60px;
    left: 50%;
    display: none;
    width: 150px;
    height: auto;
    margin-top: -3px;
    margin-left: -75px;
    background-color: #F0F5FF;
    z-index: 4;
}

.top-nav>ul>li.secondLevel ul::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 63px;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #F0F5FF;
}

.top-nav>ul>li.secondLevel ul li {
    height: 38px;
    border-bottom: 1px solid #DADADA;
    text-align: center;
    line-height: 38px
}

.top-nav>ul>li.secondLevel ul li:hover a {
    color: #94c62a;
}

.top-nav>ul>li.secondLevel ul li a {
    display: block;
    font-size: 12px;
    text-decoration: none;
    color: #666
}

.top-nav>ul>li.secondLevel.current {
    border: 1px solid transparent;
    border-bottom: 3px solid #fff
}

.top-nav>ul>li.secondLevel.current.current,
.top-nav>ul>li.secondLevel.current:hover {
    border-bottom: 3px solid #94c62a
}

.top-nav>ul>li:hover.secondLevel {
    border-bottom: 3px solid #94c62a;
}

.top-nav>ul>li:hover.secondLevel ul {
    display: block
}

.top-nav>ul>li:hover.secondLevel>a {
    color: #94c62a;
}

.top-nav>ul>li:hover.secondLevel.current {
    border-bottom: 3px solid #94c62a;
}

#js_apply-nav {
    height: 46px;
    box-sizing: border-box;
    padding: 0 10px;
    width: 120px;
    border-radius: 5px;
    line-height: 46px;
    font-size: 14px;
    color: #fff;
    background-color: #95C62B;
}

#js_apply-nav > a {
    color: #fff;
}

/* 顶部导航  E */
/* 底部  S */
.green-circle-title {
    background: url(../img/website/lvchuang/product/green-circle.jpg) left center no-repeat;
    padding-left: 20px;
    font-size: 20px;
    color: #28a660
}

.fadeIn {
    animation: fade 1s alternate;
    animation-fill-mode: forwards
}

.fadeOut {
    animation: fadeOut 1s alternate;
    animation-fill-mode: forwards
}

@keyframes fade {
    0% {
        background: #f6f6f6;
        box-shadow: none
    }

    100% {
        background: #fff;
        box-shadow: 3px 3px 20px #eee
    }
}

@keyframes fadeOut {
    0% {
        background: #fff;
        box-shadow: 3px 3px 20px #eee
    }

    100% {
        background: #f6f6f6;
        box-shadow: none
    }
}

.font-12 {
    font-size: 12px
}

.font-13 {
    font-size: 13px
}

.font-14 {
    font-size: 14px
}

.font-15 {
    font-size: 15px
}

.font-16 {
    font-size: 16px
}

.font-17 {
    font-size: 17px
}

.font-18 {
    font-size: 18px
}

.font-19 {
    font-size: 19px
}

.font-20 {
    font-size: 20px
}

.font-21 {
    font-size: 21px
}

.font-22 {
    font-size: 22px
}

.font-23 {
    font-size: 23px
}

.font-24 {
    font-size: 24px
}

.font-25 {
    font-size: 25px
}

.font-26 {
    font-size: 26px
}

.font-27 {
    font-size: 27px
}

.font-28 {
    font-size: 28px
}

.font-29 {
    font-size: 29px
}

.font-30 {
    font-size: 30px
}

.font-31 {
    font-size: 31px
}

.font-32 {
    font-size: 32px
}

.font-33 {
    font-size: 33px
}

.font-34 {
    font-size: 34px
}

.font-35 {
    font-size: 35px
}

.font-36 {
    font-size: 36px
}

.font-37 {
    font-size: 37px
}

.font-38 {
    font-size: 38px
}

.font-39 {
    font-size: 39px
}

.friends-link,
.friends-link ul {
    margin-top: 30px
}

.friends-link ul li {
    display: inline-block;
    width: 127px;
    height: 56px;
    border: 1px solid #cdcdcd;
    margin-left: 90px;
    margin-top: 15px
}

.bottom-msg {
    width: 100%;
    height: 230px;
    background-image: url(../img/website/lvchuang/index/bottom_bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat
}
/* 底部  S */