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;
    background: white
}

* {
    outline: none;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: #676767
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

nav.navbar {
    display: flex;
    flex-flow: row wrap;
    width: 100%
}

nav.navbar a {
    width: calc(100% / 3);
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    font-size: 0;
    margin-top: 10px;
}

nav.navbar img {
    border-radius: 100%;
    width: 60%;
    border: 2px solid #24aa0a
}

nav.navbar a span {
    width: 50%;
    border-radius: 4px;
    color: white;
    background: #24aa0a;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
}

#banner .swiper-slide img {
    width: 100%;
}

.main {
    display: flex;
    flex-flow: column nowrap;
    font-size: 0;
    width: 100%
}
.list-main {
    display: flex;
    flex-flow: column nowrap;
    width: 100%
}

.main-img {
    width: 100%;
}

.panel-title {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 20px 0;
}

.panel-title b {
    font-size: 24px;
    font-weight: bold;
}

.panel-title span {
    font-size: 14px;
}

.pro-panel {
    display: flex;
    flex-flow: column nowrap;
}

.pro-panel .panel-title * {
    color: #24aa0a
}

.pro-box {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.pro-box a {
    display: flex;
    flex-flow: column nowrap;
    box-sizing: border-box;
    border: 1px solid #24aa0a;
    padding: 5px;
    width: calc(50% - 5px);
    font-size: 0;
    margin-bottom: 10px;
    background: white;
}

.pro-box img {
    width: 100%;
}

.pro-box a .text {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px
}

.pro-box a .text span {
    font-size: 14px;
    color: #24aa0a;
    font-weight: bold;
}

.pro-box a .text b {
    background: #24aa0a;
    font-size: 12px;
    color: white;
    width: 24px;
    height: 24px;
    line-height: 1;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-panel {
    display: flex;
    flex-flow: column nowrap;
}

.video-panel .panel-title {
    background: #24AB09
}

.video-panel .panel-title * {
    color: white;
}

.video-panel video {
    margin: 20px
}

.about-panel {
    display: flex;
    flex-flow: column nowrap;
    background: #24aa0a
}

.about-panel .panel-title {
    background: url(../images/about-title-bg.jpg);
    background-size: cover;
    padding-top: 50px;
}

.about-panel .panel-title * {
    color: white;
}

.about-text {
    font-size: 14px;
    color: white;
    margin: 0 20px 20px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px dashed white;
}

.cus-panel {
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    background: #24AB09
}

.cus-text {
    border: 5px solid white;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 10px 0
}

.cus-text b {
    font-weight: bold;
    color: #FEFF00;
    font-size: 24px;
}

.cus-text span {
    color: white;
    font-size: 20px;
    margin: 5px 0
}

.cus-text strong {
    background: #FEFF00;
    border-radius: 4px;
    display: block;
    font-size: 18px;
    color: red;
    padding: 0 5px;
    /* font-weight: bold; */
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif
}

.fixed-box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    z-index: 999;
}

.fixed-nav {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    background: black;
    border-top: 1px solid #f1f1f1
}

.fixed-nav a {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    font-size: 0;
    flex: 1;
}

.fixed-nav a span {
    font-size: 12px;
    margin-bottom: 4px;
    color: white
}

.fixed-nav a img {
    margin: 4px 0;
    width: 30px;
    height: auto
}

.fixed-nav a.active span {
    font-weight: bold;
}

.copyright {
    background: #ababab;
    text-align: left;
    padding: 20px 0 50px;
    color: white;
    box-sizing: border-box;
}

.page-bar {
    height: 80px;
    line-height: 80px;
    background: #24AB09;
    color: white;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 24px;
}

.news-box {
    width: 100%;
    display: flex;
    flex-flow: column nowrap
}

.news-box a {
    display: flex;
    flex-flow: row nowrap;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    font-size: 0;
    margin-bottom: 10px
}

.news-box a img {
    width: 100px;
    height: 70px
}

.news-box a div {
    flex: 1;
    margin-left: 10px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between
}

.news-box a div h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1
}

.news-box a div p {
    font-size: 12px;
    line-height: 1.2;
    color: #c3c3c3
}

.news-box a div span {
    font-size: 10px;
    align-self: flex-end;
    line-height: 1;
    color: #c3c3c3
}

.cont-box {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    padding: 0 10px;
    box-sizing: border-box;
}

.cont-head {
    width: 100%;
    padding: 10px 0;
    display: flex;
    flex-flow: column nowrap
}

.cont-head h3.title {
    font-size: 18px;
    color: #333;
    font-weight: bold
}

.cont-head span.time {
    font-size: 12px;
    color: #c3c3c3
}

.env-panel .panel-title {
    background: #24AB09
}

.env-panel .panel-title * {
    color: white;
}

.env-box {
    display: flex;
    flex-flow: column nowrap;
    box-sizing: border-box;
    padding: 0 10px 10px;
}

.env-box a {
    font-size: 0;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    border: 3px solid #24aa0a;
    box-sizing: border-box;
    margin-top: 10px
}

.env-box a img {
    width: 100%;
}

.page {}

.page .next,
.page .prev {
    display: block;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    width: 50%;
}

.page {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    text-align: center;
    margin: 30px 0;
    padding: 0 10px;
}

.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
}

.cont-page {
    /* padding-top: 30px; */
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 10px;
    border-top: 1px solid #f1f1f1
}

.cont-page * {
    border-radius: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 12px
}

.cont-page a {
    border: 1px solid #757575;
}

.cont-page a:hover {
    color: #fff;
    background: #676767
}

.cont-page span {
    background: #f8f8f8;
    color: #C1C1C1;
    cursor: pointer
}
.cont-box-main{margin-bottom:20px}