body {
    margin: 0;
    padding: 0;
    color: #676767;
    background: #fff;
    font: 14px/1.5 "微软正黑体", "Microsoft JhengHei", "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", tahoma, "times new roman", helvetica, arial;
    /* font: 14px/1.5 '微软雅黑'; */
    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 {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

#banner {
    width: 100%;
    height: 700px
}

#banner .swiper-slide {
    font-size: 0;
    background-size: cover;
    background-position: center;
}

.top-bar {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
}

a.logo {
    font-size: 0;
    padding: 30px 0
}

.tel {
    font-size: 50px;
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #00A100;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.tel::before {
    display: block;
    background: url(../images/tel-icon.png);
    width: 59px;
    height: 59px;
    content: '';
    margin-right: 20px;
}

nav.navbar {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    height: 50px;
    justify-content: center;
    background: url(../images/nav-bg.png) #01B101;
    width: 100%
}

nav.navbar .item {
    height: 50px;
    position: relative;
}

nav.navbar .item div {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    flex-flow: column nowrap;
    z-index: 99999
}

nav.navbar .item:hover>div {
    display: flex;
}

nav.navbar .item div a {
    background: #01B101;
    width: 100%;
    font-size: 13px;
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: white;
}

nav.navbar .item div a:hover {
    font-weight: bold;
    background: #58BE59
}

nav.navbar .item>a {
    font-size: 15px;
    font-weight: bold;
    color: white;
    padding: 0 40px;
    height: 50px;
    line-height: 50px;
    display: block;
}

nav.navbar .item>a:hover,
nav.navbar .item>a.active {
    background: rgba(0, 0, 0, .3)
}

div.main {
    display: flex;
    flex-flow: column nowrap;
    width: 100%
}

div.main>div {
    display: flex;
    box-sizing: border-box;
    flex-flow: column nowrap;
    align-items: center;
    width: 100%;
    padding: 80px calc(50% - 600px)
}

.panel-title {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: 100%;
    background: url(../images/title-bg.png) no-repeat center;
    margin-bottom: 80px;
}

.panel-title * {
    line-height: 1
}

.panel-title b {
    font-size: 40px;
    font-weight: bold;
    color: #01AB02;
    margin-bottom: 10px;
}

.panel-title span {
    color: #DBDBDB;
    font-family: 'Courier New', Courier, monospace;
    font-size: 24px;
}

.scenery-panel {
    background: url(../images/scenery-bg.png) no-repeat bottom center;
    background-size: cover
}

.scenery-box {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.scenery-box a {
    display: flex;
    flex-flow: column nowrap;
    font-size: 0;
    width: calc((100% - 60px) / 3)
}

.scenery-box a span {
    color: #FFF;
    font-size: 30px;
    font-weight: bold;
    width: 100%;
    display: block;
    text-align: center;
    background: #01AB02
}

.about-panel {
    background: url(../images/about-bg.png) no-repeat bottom;
    background-size: cover
}

.about-box {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
}

.about-pic {
    margin-right: 40px;
}

.about-text {
    display: flex;
    flex-flow: column nowrap;
    width: calc(100% - 649px)
}

.about-text .text {
    display: flex;
    flex-flow: column nowrap;
}

.about-text .text p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8
}

.about-text .text a.more {
    align-self: flex-end
}

a.more {
    background: url(../images/more-bg.png) no-repeat;
    text-align: center;
    line-height: 28px;
    height: 28px;
    width: 90px;
    font-weight: bold;
    font-size: 16px;
    color: #3a3a3a
}

#aboutList {
    width: 100%;
    margin-top: 30px;
}

#aboutList .swiper-slide {
    font-size: 0
}

#aboutList .swiper-slide img {
    width: 100%;
}

.env-panel {
    background: url(../images/env-bg.png) no-repeat bottom;
    background-size: cover;
}

.env-box {
    width: 1200px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

.env-box a {
    font-size: 0;
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    width: calc((100% - 60px) / 3)
}

.env-box a span {
    font-size: 30px;
    font-weight: bold;
    line-height: 2
}

.env-box a img {
    width: 100%
}

.service-list {
    display: flex;
    flex-flow: row wrap;
    width: 1200px;
    justify-content: space-between;
}

.service-list .item {
    margin: 10px;
    width: calc(50% - 20px);
    display: flex;
    flex-flow: row nowrap;
    box-sizing: border-box;
    justify-content: space-between;
    padding: 30px;
    background: #F1F1F1;
    align-items: center;
}

.service-list .item .text {
    display: flex;
    flex-flow: column nowrap;
}

.service-list .item .text h3 {
    font-size: 28px;
    font-weight: bold;
    color: black
}

.service-text {
    display: flex;
    flex-flow: row nowrap;
    width: 1200px;
    margin-top: 15px;
}

.service-text .text {
    background: #58BE59;
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    width: 50%;
    box-sizing: border-box;
    padding: 30px;
}

.service-text .text::before {
    display: block;
    position: absolute;
    background: url(../images/serivce-pos.png);
    width: 413px;
    height: 206px;
    content: '';
    bottom: -70px;
    right: 0
}

.service-text .text h3 {
    color: white;
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 1
}

.service-text .text p {
    font-size: 18px;
    color: white;
    line-height: 1.8
}

.service-text video {
    width: 50%;
    height: 350px;
}

.news-box {
    width: 1200px;
    display: flex;
    flex-flow: column nowrap;
}

.news-box a {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    /*margin-bottom: 40px;*/
}

.news-box a .time {
    position: relative;
    width: 90px;
    height: 80px;
}

.news-box a .time * {
    line-height: 1;
    position: absolute;
    font-family: 'Times New Roman', Times, serif
}

.news-box a img {
    width: 300px;
    height: auto;
    margin: 0 40px;
}

.news-box a .time span {
    font-size: 16px;
    right: 0;
    bottom: 0
}

.news-box a .time b {
    font-size: 40px;
    top: 0;
    left: 0
}

.news-box a .text {
    width: calc(100% - 450px);
    display: flex;
    flex-flow: column nowrap;
}

.news-box a .time::before {
    width: 100%;
    height: 1px;
    background: #676767;
    position: absolute;
    top: 0;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(-45deg)
}

.news-box a .text h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 30px;
    border-bottom: 1px solid #E2E2E2
}

.news-box a .text p {
    margin: 30px 0;
}

.news-box a:hover .text h3 {
    color: #00A100
}

.news-box a:hover img {
    opacity: 0.8
}

.pro-box {
    width: 1200px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.pro-box a {
    font-size: 0;
    width: calc((100% - 30px) / 4);
    margin: 5px 0;
    background: #056505;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.pro-box a img {
    width: 100%
}

.pro-box a * {
    color: white;
}

.pro-box a b {
    font-size: 40px
}

.pro-box a span {
    font-size: 28px
}

.ca::after {
    display: block;
    content: '';
    background: url(../images/ca-bg.png) no-repeat;
    width: 45px;
    height: 45px;
    margin-top: 10px;
    order: 3
}

.pro-box a:nth-child(3) {
    order: 8
}

.pro-box a:hover img {
    opacity: 0.8
}

.icon-panel {
    display: flex;
    flex-flow: row nowrap !important;
    justify-content: space-between;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.icon-panel .item {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    font-size: 0
}

.icon-panel .item span {
    font-size: 16px;
    color: #01B101
}

.fixed-box {
    display: none
}

footer.footer {
    width: 100%;
    padding: 40px calc(50% - 600px);
    box-sizing: border-box;
    background: url(../images/nav-bg.png) #056505;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.bot-logo {
    font-size: 0;
    margin-right: 50px
}

.copyright {
    font-size: 16px;
    color: white;
    font-weight: bold;
}

.mobile-bar {
    display: none;
}

.list-main {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.list-news-box {
    width: 1200px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 130px;
}

.list-news-box a {
    display: flex;
    flex-flow: column nowrap;
    width: calc((100% - 60px) / 3);
    margin-bottom: 30px;
    font-size: 0
}

.list-news-box a img {
    width: 100%
}

.list-news-box a .text {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #f1f1f1
}

.list-news-box a>* {
    transition: all 0.5s
}

.list-news-box a .text h3 {
    font-size: 22px;
    color: black;
    line-height: 1
}

.list-news-box a .text p {
    margin: 25px 0;
    color: #888;
    font-size: 14px;
}

.list-news-box a .text span {
    font-size: 12px;
    font-weight: bold;
    border-bottom: 2px solid #f1f1f1
}

.list-news-box a:hover img {
    opacity: 0.6
}

.list-news-box a:hover .text {
    border-color: transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1)
}

.page {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    margin: 40px auto
}

.page * {
    text-align: center;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    margin: 0 3px;
    padding: 0 10px;
    background: #fff;
    transition: all 0.5s
}

.page span {
    color: #aaaaaa;
    background: #E5E5E5;
    border-color: #FFFFFF
}

.page a {
    color: #969696;
}

.page a:hover {
    background: #01B101;
    color: #FFFFFF;
    border-color: #fff
}

.page span.active {
    background: #01B101;
    color: #FFFFFF;
    border-color: #fff
}

.list-case-bar {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    height: 100px;
}

.list-case-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    box-sizing: border-box;
    border-bottom: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.5s;
    color: #888
}

.list-case-bar a:last-child {
    border-right: none
}

.list-case-bar a.active,
.list-case-bar a:hover {
    background: #58BE59;
    color: white;
    text-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border-bottom-color: transparent
}

.list-case-box {
    width: 1200px;
    margin-top: 100px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.list-case-box a {
    position: relative;
    font-size: 0;
    width: calc((100% - 60px) / 3);
    margin-bottom: 30px;
    background: black
}

.list-case-box a img {
    width: 100%;
}

.list-case-box a * {
    transition: all 0.5s
}

.list-case-box a .text {
    background: #fff;
    width: calc(100% - 60px);
    right: 30px;
    opacity: 0;
    bottom: 0;
    /* bottom: 40px; */
    /* opacity: 1 */
    padding: 30px;
    box-sizing: border-box;
    position: absolute;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.list-case-box a .text h3 {
    font-size: 24px;
    font-weight: bold;
    color: black;
    margin-bottom: 20px;
    line-height: 1
}

.list-case-box a .text p {
    font-size: 14px;
    color: #888;
    line-height: 2.5;
}

.list-case-box a .text::before {
    position: absolute;
    content: '→';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    font-size: 20px;
    color: black;
    height: 50px;
    border-radius: 100%;
    background: #58BE59;
    bottom: -25px;
    left: calc(50% - 25px);
    transition: all 0.5s;
}

.list-case-box a:hover img {
    opacity: 0.7;
}

.list-case-box a:hover .text {
    bottom: 40px;
    opacity: 1
}

.list-case-box a:hover .text:hover h3 {
    color: #01B101
}

.list-case-box a:hover .text:hover::before {
    background: black;
    color: white;
}

.cont-box {
    display: flex;
    flex-flow: column wrap;
    padding: 30px;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9);
    margin: 40px auto
}

.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
}