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;
}

* {
    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;
    background: white
}

a.logo {
    font-size: 0
}

.header-top {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    /*padding: 30px 0;*/
    position: relative;
}

#banner {
    width: 100%;
    height: 560px;
}

#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)
}

nav.nav {
    display: flex;
    flex-flow: row nowrap;
}

nav.nav a {
    margin: 0 25px;
    position: relative;
    padding: 10px 0
}

nav.nav a:hover::before,
nav.nav a.active::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: green;
    content: '';
    bottom: 0
}

.header-tel {
    background: url(../images/phone-icon.png) no-repeat left center;
    font-size: 16px;
    position: absolute;
    top: 10px;
    right: 0;
    padding-left: 30px;
    color: green;
    font-weight: bold
}

.panel-title {
    font-size: 0
}

.main {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.main>div {
    padding: 50px 0
}


.pro {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.pro-box {
    width: 1200px;
}


.pro-nav {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 50px 0
}

.pro-nav span {
    margin: 0 20px;
    display: block;
    padding: 10px 30px;
    border-radius: 4px;
    background: #f7f7f7;
    cursor: pointer
}

.pro-nav span.active {
    background: green;
    color: #fff
}


.pro-box .swiper-slide a {
    background: rgb(34, 172, 56);
    font-size: 0;
    display: flex;
    flex-flow: column nowrap;
}

.pro-box .swiper-slide a img {
    border-radius: 0 0 80% 0;
    width: 100%;
}

.pro-box .swiper-slide a .text {
    padding: 0 20px 20px;
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
}

.pro-box .swiper-slide a .text h3 {
    font-weight: bold;
    font-size: 20px;
    color: white;
    padding: 20px 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    position: relative;
}

.pro-box .swiper-slide a .text h3::after {
    position: absolute;
    bottom: 0;
    display: block;
    content: '';
    width: 20px;
    height: 2px;
    background: #f8f8f8
}

.pro-box .swiper-slide a .text p {
    color: rgb(189, 230, 196);
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.pro-box .swiper-slide a .text b {
    color: white;
    height: 34;
    line-height: 34px;
    padding: 0 10px;
    background: rgb(100, 192, 39);
    font-size: 14px;
    border-radius: 34px;
    margin: 20px 0
}

.about {
    background: url(../images/about-bg.png) no-repeat center;
    background-size: cover;
    padding: 50px calc(50% - 600px) !important;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    font-size: 0
}

.about-text .panel-title {
    position: absolute;
    left: 0;
    top: 0;
}
.about img{align-self: flex-start}
.about-text {
    margin-left: 100px;
    flex: 1;
    display: flex;
    flex-flow: column nowrap;
    position: relative;
    padding-top: 120px;
    padding-left: 100px;
    justify-content: space-between;
}

.about-text h3 {
    font-size: 24px;
    color: yellow;
    margin-bottom: 20px;
}

.about-text p {
    color: rgb(189, 230, 196);
    font-size: 14px;
    line-height: 2
}

.about-text a {
    padding: 10px 30px;
    color: #fff;
    background: orange;
    align-self: flex-start;
    font-size: 14px;
    border-radius: 4px;
}

.case {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

#case {
    width: 1200px;
    margin-top: 50px;
}

#case a {
    background: rgb(35, 172, 57);
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    padding: 20px;
}

#case a img {
    width: 100%
}

#case a span {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff
}

.news {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.news-box {
    width: 1200px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: 50px;
}

.news-box a {
    font-size: 0;
    display: flex;
    flex-flow: column nowrap;
    width: calc((100% - 60px) / 4);
    align-items: center;
    padding: 20px 20px 10px;
    box-sizing: border-box;
}

.news-box a img {
    width: 100%;
    margin-bottom: 10px;
}

.news-box a:nth-child(even) {
    background: orange
}

.news-box a:nth-child(odd) {
    background: rgb(35, 172, 57)
}

.news-box .text {
    display: flex;
    flex-flow: column nowrap;
    width: 100%
}

.news-box .text h3 {
    font-size: 16px;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}

.news-box .text p {
    font-size: 12px;
    color: white;
    margin: 10px 0
}

.news-box .text span {
    align-self: flex-end;
    font-size: 12px;
    color: white
}

.footer {
    display: flex;
    flex-flow: column nowrap;
    background: rgb(230, 230, 230);
    align-items: center;
    height: 280px;
}

.footer-box {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    padding: 20px 0
}

.cus-box h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.cus-box p {
    line-height: 2
}

.code {
    display: flex;
    flex-flow: row nowrap;
}

.code .item {
    font-size: 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin-left: 30px;
}

.code .item span {
    width: 100%;
    color: green;
    font-size: 12px;
    text-align: center;
    background: #fff;
}

.code .item img {
    width: 100px;
}

.copyright {
    width: 100%;
    text-align: center;
    background: rgb(35, 172, 57);
    color: #fff;
    padding: 20px 0;
    font-size: 14px;
}

.banner-page {
    width: 100%;
    height: 300px;
    background-size: cover;
    background: url(../images/banner-page.jpg) no-repeat center;
    position: relative;
}

.banner-page div {
    width: 280px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
    border-radius: 100%;
    background: rgb(100, 192, 39);
    position: absolute;
    bottom: -100px;
    left: calc(50% - 600px)
}

.banner-page div {
    color: white
}

.banner-page span {
    font-size: 30px;
    font-weight: bold;
}



.list-main {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-flow: column nowrap;
}

.class-bar {
    display: flex;
    flex-flow: row nowrap;
    width: 880px;
    align-self: flex-end;
    padding: 30px 0;
    border-bottom: 1px solid #f8f8f8;
    margin-bottom: 30px;
}

.class-bar a {
    margin: 0 10px;
    display: block;
    padding: 10px 30px;
    border-radius: 4px;
    background: #f7f7f7;
    cursor: pointer
}

.class-bar a.active,
.class-bar a:hover {
    background: green;
    color: #fff
}

.list-news-box {
    display: flex;
    flex-flow: column nowrap;
    width: 1200px;
    margin: 0 auto
}

.list-news-box a {
    display: flex;
    flex-flow: row nowrap;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    margin-top: 40px;
}

.list-news-box a img {
    margin-right: 20px;
    width: 260px;
    align-self: flex-start
}

.list-news-box a .text {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    flex: 1
}

.list-news-box a .text h3 {
    font-size: 24px;
    font-weight: bold;
}

.list-news-box a .text span {
    align-self: flex-end
}

.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: rgb(100, 192, 39);
    color: #FFFFFF;
    border-color: #fff
}

.page span.active {
    background: rgb(100, 192, 39);
    color: #FFFFFF;
    border-color: #fff
}

.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
}



.list-pro-box {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    /*justify-content: space-between;*/
}

.list-pro-box a {
    background: rgb(34, 172, 56);
    font-size: 0;
    display: flex;
    flex-flow: column nowrap;
    margin-bottom: 20px;
    width: calc(25% - 15px);
    margin-right: 15px;
}
.list-pro-box a:nth-child(4n) {
	margin-right: 0;
}
.list-pro-box a img {
    border-radius: 0 0 80% 0;
    width: 100%;
}

.list-pro-box a .text {
    padding: 0 20px 20px;
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
}

.list-pro-box a .text h3 {
    font-weight: bold;
    font-size: 20px;
    color: white;
    padding: 20px 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    position: relative;
}

.list-pro-box a .text h3::after {
    position: absolute;
    bottom: 0;
    display: block;
    content: '';
    width: 20px;
    height: 2px;
    background: #f8f8f8
}

.list-pro-box a .text p {
    color: rgb(189, 230, 196);
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.list-pro-box a .text b {
    color: white;
    height: 34;
    line-height: 34px;
    padding: 0 10px;
    background: rgb(100, 192, 39);
    font-size: 14px;
    border-radius: 34px;
    margin: 20px 0
}

.list-pro-box a:hover img {
    border-radius: 0;
    transition: all 0.5s
}

.fixed-box {
    display: none
}