body {
    margin: 0;
    padding: 0;
    color: #676767;
    background: #f6f6f6;
    font: 14px/1.5 "微软正黑体", "Microsoft JhengHei", "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", tahoma, "times new roman", helvetica, arial;
    overflow-X: hidden
}

* {
    outline: none;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: #676767
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

header.header {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
}

.header-top {
    background: url(../images/header-top-bg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    box-sizing: border-box;
    padding: 40px calc(50% - 600px);
}

a.logo {
    font-size: 0
}

nav.navbar {
    background: #00C752;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    height: 44px;
}


nav.navbar a {
    font-size: 16px;
    color: white;
    padding: 10px 30px;
}

nav.navbar a:hover,
nav.navbar a.active {
    background: #0F9232
}

#banner {
    width: 100%;
    height: 700px;
}

#banner .swiper-slide {
    background: #000
}

#banner .swiper-slide span.item-bg {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;

}

#banner .swiper-slide-item {
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 10s;
}

#banner .ani-slide .swiper-slide-item {
    transform: scale(1.2)
}

.main {
    display: flex;
    flex-flow: column nowrap;
    width: 100%
}

.main>div {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: 100%;
    padding: 50px 0
}

.about-panel {
    background: url(../images/about-bg.jpg) no-repeat center;
    background-size: cover;
}

.panel-title {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin-bottom: 50px;
}

.panel-title * {
    color: #fff
}

.panel-title b {
    font-size: 24px;
}

.panel-title span {
    font-size: 20px;
    font-family: 'Courier New', Courier, monospace
}

.panel-title.green * {
    color: #00C752
}

a.more {
    background: #00C752;
    font-size: 14px;
    color: white;
    padding: 10px 20px;
    margin-top: 50px;
}

.about-box {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    font-size: 0;
    justify-content: space-between;
    width: 1200px;
}

.about-box img {
    border-radius: 10px;
    border: 10px solid #00C752;
    width: calc(50% - 20px)
}

.about-text {
    padding: 30px;
    width: calc(50% - 20px);
    height: 100%;
    background: #D8EDCE;
    color: #00C752;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
}

.pro-panel {
    background: url(../images/pro-bg.png) no-repeat top center white;
    background-size: 100% auto
}

.pro-box {
    display: flex;
    flex-flow: column nowrap;
    width: 1200px;
}

.pro-box-bar {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin-bottom: 50px;
}

.pro-box-bar a {
    font-size: 14px;
    background: #00C752;
    color: white;
    padding: 5px 15px;
    margin: 0 10px;
}

.pro-box-main {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.pro-box-main a {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    font-size: 0;
    border: 5px solid #00C752;
    border-bottom: 0;
    border-radius: 4px;
    width: calc((100% - 60px) / 4);
    margin-bottom: 20px;
    background: #00C752;
    box-sizing: border-box;
    background: #00C752
}

.pro-box-main a img {
    width: 100%;
}

.pro-box-main a span {
    font-size: 20px;
    color: white;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
}

.env-panel {
    background: url(../images/env-bg.png) no-repeat white top left;

}

.env-box {
    display: flex;
    flex-flow: row wrap;
    width: 1200px;
    justify-content: space-between;
}

.env-box a {
    width: calc((100% - 60px) / 4);
    margin-bottom: 20px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    background: #00C752;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.env-box a img {
    width: 100%
}

.env-box a span {
    font-size: 20px;
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
}

.honor-panel {
    background: url(../images/honor-bg.jpg) no-repeat center;
    background-size: cover;
}

.honor-box {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 1200px;
}

.honor-box a {
    font-size: 0;
    width: calc((100% - 60px) / 4);
    border: 3px solid #00C752;
    border-radius: 4px;
}

.honor-box a img {
    width: 100%
}

.news-panel {
    background: url(../images/news-bg.jpg) no-repeat center;
    background-size: cover;
}

.news-box {
    display: flex;
    flex-flow: row wrap;
    width: 1200px;
    justify-content: space-between
}

.news-box a {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    font-size: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px;
    align-items: center;
    background: #F5F5F5
}

.news-box a img {
    width: 35%
}

.news-box a .text {
    width: calc(65% - 30px);
    display: flex;
    flex-flow: column nowrap;
    align-self: stretch;
    justify-content: space-between;
}

.news-box a .text b {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    color: #00C752;
    white-space: nowrap;
}

.news-box a .text span {
    font-size: 12px;
}

.news-box a .text p {
    font-size: 14px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.news-box a:hover {
    background: #C6E9B3
}

.cus-panel {
    background: url(../images/cus-bg.png) no-repeat left center;
    background-size: 60% 100%;
}

.cus-box {
    width: 1200px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.cus-text {
    display: flex;
    flex-flow: column nowrap;
    font-size: 20px;
    color: white;
    line-height: 3
}

.cus-text img {
    margin-bottom: 50px;
}

.code {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.code span {
    font-size: 24px;
    color: #0F9232;
    font-weight: bold;
    margin-top: 20px;
}

footer.footer {
    background: #0F9232;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

p.copyright {
    padding: 20px 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff
}

.nav-page {
    width: 100%;
    height: 50vh;
    background: no-repeat center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-page span {
    color: #fff;
    position: absolute;
    font-size: 50px;
    font-weight: bold;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .1)
}

.nav-page {
    height: 30vh
}

.child-bar {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    border-bottom: 1px solid #f8f8f8;
    margin: 30px 0
}

.child-bar a {
    display: block;
    position: relative;
    padding: 10px;
    font-size: 16px;
    margin: 0 10px;
}

.child-bar a:hover,
.child-bar a.active {
    background: #0F9232;
    color: #fff
}

.page {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    margin: 40px auto 60px
}

.page * {
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    margin: 0 5px;
    padding: 0 15px;
    background: #fff;
    transition: all 0.5s
}

.page span {
    color: #aaaaaa;
    background: #E5E5E5;
    border-color: #FFFFFF
}

.page a {
    color: #969696;
}

.page a:hover {
    background: #608AD8;
    color: #FFFFFF;
    border-color: #fff
}

.page span.active {
    background: #0F9232;
    color: #FFFFFF;
    border-color: #fff
}

.list-main {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: 1200px;
    margin: 0 auto
}

.list-news-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px
}

.list-news-box a {
    width: calc(50% - 20px);
    margin-bottom: 40px;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
}

.list-news-box a img {
    width: 35%
}

.list-news-box a .text {
    box-sizing: border-box;
    border: 1px solid #f8f8f8;
    border-left: none;
    padding: 10px 20px;
    justify-content: space-around;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    transition: all 0.5s;
    width: calc(65% - 10px)
}

.list-news-box a .text h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.list-news-box a .text p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 12px;
}

.list-news-box a .text span {
    align-self: flex-end;
    font-size: 12px
}

.list-news-box a .text * {
    transition: all 0.5s;
}

.list-news-box a:hover .text {
    background: #0F9232;
    border-color: transparent
}

.list-news-box a:hover .text * {
    color: #fff
}

.cont-box {
    display: flex;
    flex-flow: column wrap;
    padding: 30px;
    width: 100%;
    max-width: 1400px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9);
}

.cont-title h3 {
    font-size: 20px;
}

.cont-title span {
    font-size: 12px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif
}

.cont-title {
    border-bottom: 1px solid #f0f2f5;
    padding-bottom: 30px;
    width: 100%
}

.cont-sub {
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #f0f2f5
}

.cont-page {
    padding-top: 30px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%
}

.cont-page * {
    border-radius: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px
}

.cont-page a {
    border: 1px solid #757575;
}

.cont-page a:hover {
    color: #fff;
    background: #676767
}

.cont-page span {
    background: #f8f8f8;
    color: #C1C1C1;
    cursor: pointer
}

.list-pro-box {
    display: flex;
    flex-flow: row wrap;
    width: 1200px;
}

.list-pro-box a {
    font-size: 0;
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.list-pro-box a:nth-child(4),
.list-pro-box a:nth-child(8) {
    margin-right: 0
}

.list-pro-box a img {
    width: 100%
}

.list-pro-box a span {
    background: #fff;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 4;
    transition: all 0.5s;
    font-weight: bold;
    color: #0F9232
}

.list-pro-box a:hover span {
    color: #fff;
    background: #0F9232
}

.fixed-box {
    display: none
}