﻿@import url("font.css");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    margin: 0;
    font-family: Arial, "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    line-height: 1.42857143;
    font-size: 14px;
    min-width: 1230px;
    background: #FFF;
    color: #333
}

.tl {
    text-align: left;
}

em,
i {
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.bghui {
    background-color: #f7f7f7;
}

.clearfix {
    zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after {
    clear: both
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #329437
}

ul {
    margin: 0;
    list-style: none;
    padding: 0
}

.img-center {
    text-align: center;
    font-size: 0
}

.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    transition: all 0.5s
}

.img-cover {
    overflow: hidden;
    position: relative
}

.img-cover span {
    display: block;
    width: 100%;
    background: no-repeat center / cover;
    transition: all 0.5s;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.container {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 30px;
}

.header {
    background-color: #FFF;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 94px;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header .logo {
    float: left;
    font-size: 0;
    height: 60px;
    line-height: 60px;
    text-align: left;
    margin: 20px 0 0 10px;
}

.header .nav {
    float: left;
    margin-left: 50px;
}

.header .nav li {
    float: left;
}

.header .nav li>a {
    display: block;
    padding: 0 27px;
    line-height: 94px;
    position: relative;
    font-size: 16px;
    color: #333e46;
}

.header .nav li>a:hover,
.header .nav li:hover>a {
    background: #329437;
    color: #FFF;
}

.header .nav li.open .dropdown-box {
    display: block
}

.header .search-btn {
    float: right;
    position: relative;
    width: 34px;
    margin-right: 12px;
}

.header .search-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 94px;
}

.header .tel {
    float: right;
    margin-right: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 94px;
}

.header .tel .text {
    color: #909090;
    margin-left: 14px;
}

.header .tel .text span {
    display: block;
    font-size: 22px;
    color: #333;
	font-weight: bold;
	color:#c72a4a;
}

.dropdown-box {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #FFF;
    z-index: 9999;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.dropdown-box .ewms {
    position: absolute;
    right: 50px;
    top: 30px;
    width: 140px;
}
.dropdown-box .ewms img {
    width: 100%;
}

.dropdown-con {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 30px 0;
}

.dropdown-con dl {
    flex: 0 0 25%;
}

.dropdown-con dl dt {
    padding-left: 25px;
}

.dropdown-con dl dt a {
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 45px;
}

.dropdown-con dl dd {
    padding-left: 25px;
}

.dropdown-con dl dd a {
    display: block;
    font-size: 15px;
    line-height: 35px;
}

.dropdown-box ul {
    display: flex;
    justify-content: center;
}

.dropdown-box li a:hover {
    background: transparent !important;
    color: #329437 !important;
}

.search {
    display: none;
    position: absolute;
    top: 80px;
    right: 0;
    width: 300px;
    background-color: #FFF;
    z-index: 10;
    box-sizing: border-box;
}

.search form {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border: 1px solid #eee;
}

.search form input {
    flex: 1;
    padding-left: 10px;
    background-color: transparent;
    border: 0;
    height: 100%;
}

.search form button {
    width: 50px;
    height: 100%;
    background-color: transparent;
    border: 0;
    font-size: 20px;
}

.banner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.banner .swiper-button-prev {
    left: 85px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: 30%;
    background-color: #FFF;
    z-index: 9999;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23333333'%2F%3E%3C%2Fsvg%3E")
}

.banner .swiper-button-next {
    right: 85px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: 30%;
    background-color: #FFF;
    z-index: 9999;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23333333'%2F%3E%3C%2Fsvg%3E")
}

.banner .swiper-pagination-bullet {
    background: #FFF;
    width: 10px;
    height: 10px;
    opacity: 0.5;
    z-index: 9999;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
    width: 12px;
    height: 12px;
}

.banner .swiper-slide a{
    display: block;
    height: 100%;
}
.banner .swiper-slide img {
    min-width: 100%;
    display: block;
    width: auto;
    height: 100%;
}

.section-title {
    text-align: center;
    margin-top: 90px;
    transform: translateY(280px);
    opacity: 0;
    transition: all 1s .1s
}

.section-title strong {
    font-size: 36px;
    font-weight: normal;
}

.section-title p {
    font-size: 22px;
    color: #b4b4b4;
    text-transform: uppercase;
}

.section-title1 {
    color: #FFF;
}

.section-title1 p {
    color: #FFF;
}

.section.active .section-title {
    transform: translate(0, 0);
    opacity: 1
}


.in-about {
    background: url(../images/bg1.jpg) no-repeat center /cover;
}

.in-about .text {
    transform: translateY(280px);
    ;
    opacity: 0;
    transition: all 1s .3s;
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin: 20px 0;
}

.in-about-con {
    display: flex;
}

.in-about-left {
    transform: translateY(280px);
    ;
    opacity: 0;
    transition: all 1s .5s;
    width: 320px;
    height: 425px;
    background: #FFF;
}

.in-about-left a {
    display: block;
    padding: 35px 50px;
    height: 100%;
    position: relative;
}

.in-about-left h2 {
    font-weight: normal;
    font-size: 14px;
    color: #999;
}

.in-about-left h2 span {
    display: block;
    font-size: 20px;
    color: #333;
    padding-bottom: 15px;
}

.in-about-left .icon {
    position: absolute;
    bottom: 20px;
    right: 30px;
}

.in-about-center {
    flex: 1;
    margin-left: 0;
    margin-right: 12px;
}

.in-about-center li {
    float: left;
    width: 50%;
}

.in-about-center li a {
    display: block;
    height: 206px;
    background: #FFF;
    margin: 0 0 12px 12px;
    padding: 35px 50px;
    position: relative;
}

.in-about-center li h2 {
    font-weight: normal;
    font-size: 18px;
}

.in-about-center li .icon {
    position: absolute;
    bottom: 20px;
    right: 30px;
}

.in-about-center li:nth-child(3) a,
.in-about-center li:nth-child(4) a {
    margin-bottom: 0;
}

.in-about-center li:first-child {
    transform: translateY(280px);
    opacity: 0;
    transition: all 1s .7s
}

.in-about-center li:nth-child(2) {
    transform: translateY(280px);
    opacity: 0;
    transition: all 1s .9s
}

.in-about-center li:nth-child(3) {
    transform: translateY(280px);
    opacity: 0;
    transition: all 1s 1.1s
}

.in-about-center li:nth-child(4) {
    transform: translateY(280px);
    opacity: 0;
    transition: all 1s 1.3s
}

.in-about-right {
    width: 420px;
    height: 425px;
    transform: translateY(280px);
    opacity: 0;
    transition: all 1s 1.5s
}

.in-about-right a {
    position: relative;
    display: block;
}

.in-about-right .img-cover {
    height: 425px;
}

.in-about-right .texts {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 20px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.in-about-right .texts p {
    margin-top: 10px;
}

.in-about.active .text,
.in-about.active .in-about-left,
.in-about.active .in-about-center li:first-child,
.in-about.active .in-about-center li:nth-child(2),
.in-about.active .in-about-center li:nth-child(3),
.in-about.active .in-about-center li:nth-child(4),
.in-about.active .in-about-right {
    transform: translate(0, 0);
    opacity: 1
}


.in-pro {
    background: url(../images/bg2.jpg) no-repeat center /cover;
}

.in-pro-con {
    position: relative;
    margin-top: 40px;
    transform: translateY(280px);
    ;
    opacity: 0;
    transition: all 1s 0.5s
}

.in-pro-con .swiper-slide a {
    display: block;
    height: 400px;
    position: relative;
    text-align: center;
    color: #FFF;
}

.in-pro-con .swiper-slide .img-cover {
    height: 100%;
}

.in-pro-con .swiper-slide .text {
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 4px solid transparent;
    width: 100%;
    height: 167px;
    background: url(../images/lv-bg.png) repeat-x;
    transition: 0.5s;
}

.in-pro-con .swiper-slide .text-con {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80px;
    width: 100%;
}

.in-pro-con .swiper-slide .text h2 {
    font-size: 22px;
    font-weight: normal;
}

.in-pro-con .swiper-slide .text p {
    color: rgba(255, 255, 255, 0.8)
}

.in-pro-con .swiper-slide .text .btns {
    display: none;
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.in-pro-con .swiper-slide .text .btns span {
    margin-right: 14px;
}

.in-pro-con .swiper-slide a:hover .text {
    height: 100%;
    border-color: #329437;
    background: rgba(0, 0, 0, 0.4);
}

.in-pro-con .swiper-slide a:hover .text-con {
    height: 100%;
    width: 100%;
    padding-top: 70px;
}

.in-pro-con .swiper-slide a:hover .text .btns {
    display: flex;
    justify-content: center;
    align-items: center;
}

.in-pro-con .swiper-button-prev {
    left: -85px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: 30%;
    background-color: #cfcfcf;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E")
}

.in-pro-con .swiper-button-next {
    right: -85px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: 30%;
    background-color: #cfcfcf;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E")
}

.in-pro.active .in-pro-con {
    transform: translate(0, 0);
    opacity: 1
}

.in-jishu {
    background: url(../images/bg3.jpg) no-repeat center /cover;
}

.in-jishu ul {
    padding: 60px 0 0;
}

.in-jishu li {
    float: left;
    width: 25%;
}

.in-jishu li a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #FFF;
}

.in-jishu li .icon {
    width: 190px;
    height: 190px;
    transition: all 0.5s;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.in-jishu li .text {
    font-weight: bold;
    margin-top: 20px;
}

.in-jishu li a:hover .icon {
    background: #329437;
    border-color: #329437;
    transform: rotate(360deg);
}

.in-jishu li:first-child {
    transform: translateY(280px);
    opacity: 0;
    transition: all 1s .7s
}

.in-jishu li:nth-child(2) {
    transform: translateY(280px);
    opacity: 0;
    transition: all 1s .9s
}

.in-jishu li:nth-child(3) {
    transform: translateY(280px);
    opacity: 0;
    transition: all 1s 1.1s
}

.in-jishu li:nth-child(4) {
    transform: translateY(280px);
    opacity: 0;
    transition: all 1s 1.3s
}

.in-jishu.active li:first-child,
.in-jishu.active li:nth-child(2),
.in-jishu.active li:nth-child(3),
.in-jishu.active li:nth-child(4) {
    transform: translate(0, 0);
    opacity: 1
}


.in-news {
    background: url(../images/bg4.jpg) no-repeat center /cover;
}

.in-news-menu {
    text-align: center;
    font-size: 0;
    margin: 20px 0;
    transform: translateY(280px);
    opacity: 0;
    transition: all 1s .7s
}

.in-news-menu li {
    display: inline-block;
}

.in-news-menu li a {
    display: block;
    font-size: 18px;
    margin: 0 33px;
}

.in-news-menu li.active a {
    color: #329437;
}

.in-news-left {
    float: left;
    width: 49%;
    transform: translateY(280px);
    opacity: 0;
    transition: all 1s .9s
}

.in-news-left a {
    display: block;
    height: 480px;
    background: #FFF;
}

.in-news-left .img-cover {
    height: 320px;
}

.in-news-left .text {
    padding: 15px 30px 0;
}

.in-news-left .text h2 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
}

.in-news-left .text p {
    font-size: 16px;
    color: #666;
    line-height: 27px;
}

.in-news-left .text .btns {
    margin-top: 20px;
}

.in-news-right {
    float: right;
    width: 49%;
    transform: translateY(280px);
    opacity: 0;
    transition: all 1s 1.1s
}

.in-news-right li a {
    display: block;
    height: 149px;
    background: #FFF;
    margin-bottom: 17px;
}

.in-news-right li .img-cover {
    float: left;
    width: 177px;
    height: 100%;
}

.in-news-right li .text {
    margin-left: 200px;
    padding-top: 17px;
}

.in-news-right li .text .date {
    padding-left: 25px;
    font-size: 16px;
    color: #666;
    background: url(../images/icon-date.png) no-repeat left center
}

.in-news-right li .text h2 {
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
}

.in-news .btn {
    transform: translateY(280px);
    opacity: 0;
    transition: all 1s .9s
}

.in-news .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 46px;
    margin: 0 auto;
    background: #329437;
    border-radius: 23px;
    color: #FFF;
}

.in-news .btn span {
    margin-right: 10px;
}

.in-news.active .in-news-menu,
.in-news.active .in-news-left,
.in-news.active .in-news-right,
.in-news.active .btn {
    transform: translate(0, 0);
    opacity: 1
}

.in-contact {
    background: url(../images/bg5.jpg) no-repeat top center /cover;
    position: relative;
}

.in-contact-con {
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
}

.in-contact .text {
    font-size: 16px;
    text-align: center;
    color: #FFF;
    margin: 30px 0;
    transform: translateY(280px);
    opacity: 0;
    transition: all 1s 0.7s
}

.in-contact .btns {
    transform: translateY(280px);
    opacity: 0;
    transition: all 1s 0.9s
}

.in-contact .btns a {
    width: 145px;
    height: 44px;
    border-radius: 22px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 16px;
}

.in-contact .btns span {
    margin-right: 10px;
}

.in-contact .btns a:hover {
    background: #329437;
}

.footer-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: translateY(280px);
    opacity: 0;
    transition: all 1s 1.1s
}

.footer {
    background: #555;
    color: rgba(255, 255, 255, 0.5);
    padding-top: 60px;
}
.footer .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.footer .fnav {
    /*float: left;
    width: 850px;*/
    width: 60%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    order: 1;
}

.footer .fnav dl {
    flex: 1;
    padding-right: 30px;
}

.footer .fnav dl dt {
    margin-bottom: 15px;
}

.footer .fnav dl dt a {
    font-size: 18px;
    color: #FFF;
}

.footer .fnav dl dd a {
    display: block;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.5);
}

.footer .ewm {
    /*float: right;*/
    text-align: center;
    /*margin-left: 50px;*/
    width: 15%;
    order: 3;
}
.footer .ewm img{ width: 140px; }
.footer .contact {
    /*float: right;
    width: 350px;*/
    width: 25%;
    order: 2;
}

.footer .contact dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 42px;
    margin-bottom: 14px;
}

.footer .contact dl dt {
    width: 36px;
    height: 36px;
    margin-right: 12px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .contact dl dd {
    font-size: 12px;
    width: 80%;
}
.footer .contact dl dd span {
    display: block;
    font-size: 15px;
    color: #FFF;
}

.footer-copy {
    background: #444;
    padding: 20px 0;
    margin-top: 30px;
}

.footer-copy .links {
    float: right;
    display: flex;
    align-items: center;
    position: relative;
}

.footer-copy .links a {
    color: rgba(255, 255, 255, 0.5);
}

.footer-copy .links span {
    margin-right: 10px;
}

.links-box {
    display: none;
    position: absolute;
    min-width: 120px;
    line-height: 30px;
    bottom: 40px;
    right: 0;
    background: #444;
    padding: 15px;
}

.links-box a {
    display: block;
}

.kefu{ position: fixed; right: 13px; top:50%; margin-top: 80px; z-index: 9999999; }

.in-contact.active .text,
.in-contact.active .btns,
.in-contact.active .footer-bg {
    transform: translate(0, 0);
    opacity: 1
}

.js-1 {
    background: url(../images/bg-js1.jpg) no-repeat top center /cover;
}

.js-2 {
    background: url(../images/bg-js2.jpg) no-repeat top center /cover;
}

.js-3 {
    background: url(../images/bg-js3.jpg) no-repeat top center /cover;
    position: relative;
}

.section-title4 {
    color: #FFF;
    margin-top: 90px;
    transform: translateY(280px);
    opacity: 0;
    transition: all 1s 0.1s
}

.section-title4 h2 {
    font-size: 40px;
}

.section-title4 p {
    font-size: 20px;
    margin-top: 10px;
    text-transform: uppercase;
}

.section.active .section-title4 {
    transform: translate(0, 0);
    opacity: 1
}

.js-1 ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 100px;
    color: #FFF;
    transform: translateY(280px);
    opacity: 0;
    transition: all 1s 0.3s;
}

.js-1 li {
    position: relative;
    width: 266px;
    height: 159px;
    margin-right: 50px;
    font-size: 20px;
    padding-left: 25px;
    border-left: 1px solid #FFF;
}

.js-1 li .icon {
    position: absolute;
    bottom: 0;
    left: 25px;
}

.js-1 li p {
    line-height: 30px;
}

.js-2-con {
    display: flex;
    justify-content: flex-end;
}

.js-2-con .js-con {
    width: 580px;
}

.js-2-con .text {
    margin-top: 70px;
    transform: translateY(280px);
    opacity: 0;
    transition: all 1s 0.3s
}

.js-2-con .text p {
    background: url(../images/icon-js8.png) no-repeat left center;
    padding-left: 55px;
    margin-bottom: 25px;
    font-size: 30px;
    color: #FFF;
}

.js-2-con .text p span {
    font-weight: bold;
}

.js-3-con {
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    color: #FFF;
}

.js-3-con .section-title4 {
    margin-top: 30px;
}

.js-3-con ul {
    transform: translateY(280px);
    opacity: 0;
    transition: all 1s 0.3s;
    margin-top: 40px;
    border-bottom: 1px solid #FFF;
    width: 674px;
    padding-bottom: 30px;
}

.js-3-con li {
    float: left;
    margin-right: 70px;
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.js-3-con li:last-child {
    margin-right: 0;
}

.js-3-con li p {
    font-size: 22px;
    margin-left: 20px;
}

.js-3-con li p span {
    display: block;
    font-weight: bold;
}

.js-3-con .text {
    padding-top: 20px;
    transform: translateY(280px);
    opacity: 0;
    transition: all 1s 0.5s;
}

.js-3-con .text p {
    font-size: 22px;
    line-height: 40px;
}

.js-1.active ul,
.section.active .js-2-con .text,
.section.active .js-3-con ul,
.section.active .js-3-con .text {
    transform: translate(0, 0);
    opacity: 1
}

.banner-sub {
    background: no-repeat center / cover;
    width: 100%;
    height: calc(100vh - 172px);
    color: #FFF;
    margin-top: 94px;
}

.banner-sub .container {
    height: 100%;
}

.banner-sub .text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

.banner-sub .text h2 {
    font-size: 48px;
}

.banner-sub .text h3 {
    width: 840px;
    font-size: 26px;
    color: rgba(255, 255, 255, 0.3);
    font-weight: normal;
}

.banner-sub .text .btns {
    width: 680px;
    padding: 50px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
}

.banner-sub .text .btns img {
    margin-right: 12px;
}

.banner-sub .text p {
    font-size: 16px;
    margin-top: 50px;
    width: 570px;
}

.banner-sub .text .zixun a {
    margin-top: 40px;
    font-size: 16px;
    display: inline-block;
    width: 143px;
    line-height: 48px;
    background: #329437;
    color: #FFF;
    border-radius: 24px;
    text-align: center;
}

.banner-sub .text .down a {
    width: 162px;
    height: 53px;
    margin: 50px 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #FFF;
}

.banner-sub .text .down img {
    margin-left: 12px;
}

.lanmu {
    font-size: 0;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

.lanmu li {
    position: static;
    display: inline-block;
    width: auto;
}

.lanmu li a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 78px;
    margin: 0 30px;
}

.lanmu li a:before {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: -40px;
    width: 1px;
    height: 12px;
    background: #a4a4a4;
    content: '';
}

.lanmu li:last-child a:before {
    display: none;
}

.lanmu li.active a,
.lanmu li a:hover {
    border-bottom: 2px solid #329437;
}

.lanmu li .lanmu-box {
    position: absolute;
    left: 0;
    top: 81px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.05)
}

.lanmu li .lanmu-box p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin: 15px auto;
}

.lanmu li .lanmu-box p a {
    margin: 10px 25px !important;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.lanmu li .lanmu-box p a:before {
    display: none;
}

.lanmu li.active .lanmu-box p a {
    border-bottom: 0;
}

.section-sub {
    padding: 60px 0;
}

.ny-tits {
    font-size: 40px;
    color: #d1d1d1;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.ny-tits span {
    display: block;
    font-size: 48px;
    color: #333;
}

.ny-tits2 {
    color: #FFF;
}

.ny-tits2 span {
    color: #FFF;
}

.lanmu-desc {
    margin-bottom: 75px;
}

.lanmu-desc h2 {
    font-size: 36px;
}

.lanmu-desc p {
    font-size: 18px;
    margin-top: 15px;
    color: #343434;
}

.list-1 li {
    float: left;
    width: 33.3333%
}

.list-1 li a {
    display: block;
    padding: 20px;
    border: 1px solid #e5e5e5;
    margin-left: -1px;
    margin-top: -1px;
}

.list-1 li .img-cover {
    height: 260px;
}

.list-1 li .text {
    padding-top: 18px;
}

.list-1 li .text h2 {
    font-weight: normal;
    font-size: 16px;
    height: 70px;
    color: #333;
}

.list-1 li .text .date {
    font-size: 16px;
    color: #666;
    margin: 20px 0;
}

.list-1 li .text .btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.list-1 li .text .btns span {
    margin-right: 10px;
}

.list-1 li .text .btns i {
    background: url(../images/jt-1.png) no-repeat;
    width: 25px;
    height: 7px;
}

.list-1 li a:hover .img-cover span {
    transform: scale(1.2);
}

.list-1 li a:hover .text .btns i {
    background-image: url(../images/jt-5.png)
}

.list-2 {
    margin: 0 0 0 -38px;
}

.list-2 li {
    float: left;
    width: 33.3333%
}

.list-2 li a {
    display: block;
    padding: 40px;
    margin: 0 0 38px 38px;
    background: #f9f9f9;
}

.list-2 li .date {
    font-size: 16px;
    color: #999;
}

.list-2 li h2 {
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-2 li .img-cover {
    height: 230px;
    overflow: hidden;
    margin: 12px 0;
}

.list-2 li p {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list-2 li a:hover .img-cover span {
    transform: scale(1.2);
}

.list-2 li a:hover h2 {
    color: #329437;
}


.list-job li {
    margin-bottom: 18px;
}

.list-job li h2 {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    background: #f5f5f5;
    height: 75px;
    font-size: 18px;
}

.list-job li h2 p:last-child {
    font-weight: normal;
}

.list-job li h2 p span {
    padding: 0 26px;
}

.list-job li .job-con {
    display: none;
    padding: 30px;
    font-size: 16px;
    line-height: 40px;
}

.list-job li.active .job-con {
    display: block;
}

.message .label {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 16px;
}

.message .label label {
    flex: 32%;
    margin-bottom: 35px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-right: 2%;
}

.message .label label:nth-child(3n) {
    margin-right: 0;
}

.message .label label span {
    flex: 100%;
    line-height: 42px;
}

.message .label label span i {
    color: #ff2727;
}

.message .label label input {
    flex: 100%;
    height: 52px;
    border: 1px solid #e9e9e9;
    padding-left: 10px;
}

.message .mess {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 16px;
}

.message .mess span {
    flex: 100%;
    line-height: 42px;
}

.message .mess span i {
    color: #ff2727;
}

.message .mess textarea {
    flex: 100%;
    height: 180px;
    border: 1px solid #e9e9e9;
    padding-left: 10px;
}

.message button {
    width: 145px;
    height: 42px;
    cursor: pointer;
    border-radius: 21px;
    margin: 55px auto 0;
    background: #bdbdbd;
    color: #FFF;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.message button span {
    margin-right: 10px;
}

.message button:hover {
    background: #329437;
}

.about-1 {
    padding-bottom: 120px;
}

.about-1-con {
    position: relative;
}

.about-1-con .text {
    position: absolute;
    right: 0;
    top: 150px;
    padding: 65px 55px;
    background: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 730px;
}

.about-1-con .text h2 {
    color: #d1d1d1;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}

.about-1-con .text h2 span {
    display: block;
    font-size: 30px;
    color: #333;
}

.about-1-con .text p {
    line-height: 25px;
    margin-bottom: 15px;
}

.about-2 ul {
    margin: 0 0 0 -33px;
}

.about-2 li {
    float: left;
    width: 33.333%;
}

.about-2 li .items {
    display: block;
    position: relative;
    color: #FFF;
    margin: 0 0 0 33px;
}

.about-2 li .img-cover {
    height: 540px;
}

.about-2 li .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 75px 50px;
    font-size: 18px;
}

.about-2 li .text h2 {
    font-size: 36px;
}

.about-2 li .text span {
    text-transform: uppercase;
    margin: 20px 0 30px;
    display: block;
    color: #d1d1d1;
}

.about-2 li:hover .img-cover span {
    transform: scale(1.1);
}

.about-3 {
    background: url(../images/about-bg1.jpg) no-repeat center /cover;
    padding: 60px 0;
}

.about-3-con {
    height: 450px;
    overflow: hidden;
    overflow-y: scroll
}

.about-3-con::-webkit-scrollbar {
    width: 6px;
    height: 16px;
    background-color: #b3b3b3
}

.about-3-con::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #f5f5f5
}

.about-3-con::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555
}

.about-3-con p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    color: #FFF;
    font-size: 18px;
}

.about-3-con p span:first-child {
    width: 290px;
    text-align: center;
    font-weight: bold;
}

.about-4 {
    padding: 60px 0;
}

.about-4-con {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about-4-con .text {
    width: 830px;
    font-size: 16px;
    line-height: 30px;
}

.about-4-con .number {
    font-size: 16px;
    width: 360px;
    margin-top: -30px;
}

.about-4-con .number h2 {
    font-size: 140px;
}

.about-4-con .number p {
    margin-top: -30px;
}

.about-5 {
    background: url(../images/about-bg2.jpg) no-repeat center;
    height: 344px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    padding: 0 100px;
    margin-top: 70px;
}

.about-5 h2 {
    font-weight: normal;
    font-size: 40px;
}

.about-5 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.about-5 li {
    margin: 0 25px;
}

.about-5 li span {
    font-size: 66px;
    display: block;
}

.about-6 {
    padding-bottom: 60px;
    overflow: hidden;
}

.tabs .hd {
    font-size: 0;
    text-align: center;
    margin-bottom: 30px;
}

.tabs .hd li {
    cursor: pointer;
    display: inline-block;
    line-height: 40px;
    margin: 0 8px;
    padding: 0 33px;
    border: 1px solid #e9e9e9;
    font-size: 16px;
}

.tabs .hd li.on {
    background: #329437;
    border-color: #329437;
    color: #FFF;
}

.focus {
    position: relative;
}

.focus .bd li {
    float: left;
    width: 25%;
}

.focus .bd li a {
    display: block;
    margin: 0 12px;
    text-align: center;
}

.focus .bd li .text {
    line-height: 50px;
    font-size: 16px;
}

.focus .prevs {
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: -35px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #cfcfcf;
    color: #FFF;
    border-radius: 50%;
}

.focus .nexts {
    position: absolute;
    right: -60px;
    top: 50%;
    margin-top: -35px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #cfcfcf;
    color: #FFF;
    border-radius: 50%;
}

.focus .prevs i,
.focus .nexts i {
    font-size: 30px;
    position: relative;
    top: 10px;
}

.focus .prevs:hover,
.focus .nexts:hover {
    background: #329437;
}

.case {
    margin-bottom: 40px;
    position: relative;
}

.case .swiper-slide a {
    display: block;
    position: relative;
    color: #FFF;
    font-size: 16px;
}

.case .swiper-slide .img-cover {
    height: 476px;
}

.case .swiper-slide .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 500px;
    height: 100%;
    padding: 80px;
    background: rgba(0, 0, 0, 0.4);
}

.case .swiper-slide .text h2 {
    font-size: 24px;
    font-weight: normal;
}

.case .swiper-slide .text h3 {
    font-size: 28px;
    margin: 20px 0;
}

.case .swiper-slide .text p {
    line-height: 28px;
    margin-top: 20px;
}

.case .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: 30%;
    background-color: #cfcfcf;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E");
    outline: none;
}

.case .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: 30%;
    background-color: #cfcfcf;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E");
    outline: none;
}

.case .swiper-button-prev:hover,
.case .swiper-button-next:hover {
    background-color: #329437;
}

.pages {
    margin: 30px 0px 0;
    text-align: center;
    font-size: 0;
}
.pages .pagination li {display: inline-block;margin-bottom: 5px;}
.pages .pagination a, 
.pages a {
    display: inline-block;
    font-size: 14px;
    margin: 0 8px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    transition: all 0.5s;
}
.pages .pagination li a {
}
.pages .pagination li:first-child a {
    width: auto;
    height: auto;
    padding: 0 5px;
    border-radius: 5px;
}
.pages .pagination li:nth-last-child(2) a {
    width: auto;
    height: auto;
    padding: 0 5px;
    border-radius: 5px;
}
.pages .pagination li:last-child a {
    width: auto;
    height: auto;
    padding: 0 5px;
    border-radius: 5px;
}
.pages .pagination li a:hover,
.pages .pagination li.active a,
.pages a:hover,
.pages a.active {
    background-color: #329437;
    color: #FFF;
    border-color: #329437;
}

.pages i {
    font-size: 20px;
}

.infocontent-title {
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 20px;
}

.infocontent-title h1 {
    margin: 0;
    font-size: 30px
}

.infocontent-title p {
    margin: 15px 0 0;
    color: #666;
    font-size: 16px;
}

.infocontent-title p span {
    padding: 0 10px
}

.infocontent-title p span i {
    margin-right: 5px;
    font-size: 20px;
}

.infocontent-title p a {
    display: flex;
    align-items: center;
}

.infocontent-title p a img {
    margin-right: 5px;
}

.infocontent-body {
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #666
}

.infocontent-body img {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important
}

.infocontent-epx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    border-top: 1px solid #d1d1d1;
    padding-top: 45px;
}

.infocontent-epx p {
    line-height: 30px;
}

.infocontent-epx .back {
    width: 150px;
    height: 45px;
}

.infocontent-epx .back a {
    display: block;
    line-height: 45px;
    border-radius: 24px;
    border: 1px solid #ddd;
    text-align: center;
}

.infocontent-epx .back a:hover {
    background: #329437;
    border-color: #329437;
    color: #FFF;
}

.ct {
    display: flex;
    justify-content: space-between;
}

.ct-mn {
    flex: 1;
}

.ct-sd {
    width: 368px;
    height: 550px;
    background-color: #f7f7f7;
    margin-left: 65px;
}

.ct-sd h2 {
    font-weight: normal;
    font-size: 26px;
    padding: 30px 30px 0
}

.ct-sd-con {
    position: relative;
    padding: 0 30px 50px;
}

.ct-sd-con .bd li a {
    display: block;
    font-size: 18px;
    line-height: 55px;
    border-bottom: 1px solid #d2d2d2;
}

.ct-sd-con .hd {
    font-size: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 31px;
    background-color: #bebebe;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ct-sd-con .hd .prev,
.ct-sd-con .hd .next {
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ct-sd-con .hd i {
    font-size: 24px;
    color: #FFF;
}

.ct-sd-con .hd .prev i {
    transform: rotate(90deg);
}

.ct-sd-con .hd .next i {
    transform: rotate(-90deg);
}

.lanmu-ser {
    margin: 0 0 0 -50px;
    margin-bottom: 90px;
}

.lanmu-ser li {
    float: left;
    width: 20%;
}

.lanmu-ser li a {
    display: block;
    padding: 35px 0;
    font-size: 20px;
    text-align: center;
    border: 1px solid #cbcbcb;
    margin: 0 0 0 50px;
    color: #333;
}

.lanmu-ser li .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 47px;
    transition: 1s;
}

.lanmu-ser li .text {
    margin-top: 15px;
}

.lanmu-ser li a:hover .icon {
    transform: rotate(360deg);
}

.list-3 h2 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 40px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
}

.list-3 li {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f7f7f7;
    height: 63px;
    padding: 0 30px;
    font-size: 18px;
}

.infocontent-title2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
}

.infocontent-pic {
    padding: 35px 0;
}

.infocontent-pic .img-center {
    min-height: 300px;
}

.infocontent-pic .text {
    font-size: 24px;
    text-align: center;
    color: #999;
}

.infocontent-body2 {
    background-color: #f7f7f7;
    padding: 80px 50px;
    font-size: 18px;
    line-height: 35px;
}

.list-4 li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666;
    height: 88px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 16px;
    padding: 0 40px 0 52px;
}

.list-4 li p:last-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 230px;
}

.list-4 li p:last-child span:first-child {
    color: #999;
}

.list-4 li:first-child {
    background-color: #f5f5f5;
    height: 58px;
    color: #333;
}

.list-4 li:first-child p:last-child span:first-child {
    color: #333;
}

.down-message-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    display: none;
    justify-content: center;
    align-items: center;
}

.down-message {
    width: 816px;
    height: 560px;
    padding: 55px;
    background-color: #FFF;
    position: relative;
}

.down-message .close {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 20px;
    color: #bfbfbf;
    cursor: pointer;
}

.down-message-con h2 {
    font-size: 24px;
    font-weight: normal;
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.down-message-con .label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
}

.down-message-con .label label {
    flex: 0 0 46%;
    margin-right: 8%;
    border-bottom: 1px solid #ededed;
    display: flex;
    align-items: center;
    height: 55px;
    margin-top: 35px;
}

.down-message-con .label label:nth-child(2n) {
    margin-right: 0;
}

.down-message-con .label label input {
    flex: 1;
    height: 40px;
    padding-left: 15px;
    border: none;
    outline: none;
    font-size: 16px;
}

.down-message-con button {
    width: 120px;
    height: 44px;
    background-color: #e8e8e8;
    border-radius: 22px;
    font-size: 16px;
    border: 0;
    cursor: pointer;
}

.down-message-con .label2 {
    display: flex;
    justify-content: flex-end;
    margin-top: 60px;
}

.list-5 {
    margin: 0 0 0 -28px;
}

.list-5 li {
    float: left;
    width: 33.3333%;
}

.list-5 li a {
    display: block;
    margin: 0 0 28px 28px;
    color: #666;
    text-align: center;
    font-size: 16px;
    background-color: #FFF;
}

.list-5 li .img-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 385px;
    overflow: hidden;
}

.list-5 li .text {
    border-top: 1px solid #e9e9e9;
    padding: 25px 0;
}

.list-5 li .text span {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

.list-5 li a:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

.list-5 li a:hover .img-center img {
    transform: scale(1.1);
}

.list-5 li a:hover .text span {
    color: #329437
}

.list-6 {
    padding: 135px 0;
}

.list-6 a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-6 .img-center {
    flex: 1;
    transition: 1s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-6 .text {
    flex: 1;
    text-align: left;
}

.list-6 .text h2 {
    font-size: 30px;
    color: #352d2b;
}

.list-6 .text h3 {
    font-size: 20px;
    font-weight: normal;
    color: #d1d1d1;
    margin: 12px 0 30px;
}

.list-6 .text p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-indent: 35px;
}

.list-6 .text .btns {
    margin-top: 40px;
    width: 145px;
    height: 44px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-6 .text .btns span {
    margin-right: 10px;
}

.list-6 .text .btns i {
    width: 25px;
    height: 100%;
    background: url(../images/jt-1.png) no-repeat center;
}

.list-6 .img-center:hover img {
    transform: scale(1.1);
}

.list-6 a:hover .text .btns {
    background-color: #329437;
    color: #FFF;
}

.list-6 a:hover .text .btns i {
    background-image: url(../images/jt-3.png)
}

.list-7 {
    padding: 100px 0;
}

.list-7 a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-7 .img-center {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-7 .text {
    flex: 1;
    text-align: left;
}

.list-7 .text h2 {
    font-size: 30px;
    background: url(../images/ser-icon.png) no-repeat left center;
    padding-left: 45px;
    color: #333;
}

.list-7 .text h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    color: #d1d1d1;
    margin: 12px 0 20px;
}

.list-7 .text p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    padding-left: 20px;
    position: relative;
}

.list-7 .text p:before {
    position: absolute;
    left: 0;
    top: 12px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #333;
    content: '';
}

.list-7 .text .btns {
    margin-top: 25px;
    width: 145px;
    height: 44px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-7 .text .btns span {
    margin-right: 10px;
}

.list-7 .text .btns i {
    width: 25px;
    height: 100%;
    background: url(../images/jt-1.png) no-repeat center;
}

.list-7 a:hover .text .btns {
    background-color: #329437;
    color: #FFF;
}

.list-7 a:hover .text .btns i {
    background-image: url(../images/jt-3.png)
}

.list-7.bghui .text {
    margin-left: 155px;
}

.section-title2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.section-title2 h2 {
    font-size: 34px;
}

.section-title2 p {
    font-size: 24px;
    border-left: 1px solid #d1d1d1;
    color: #d1d1d1;
    padding-left: 15px;
    margin-left: 22px;
    text-transform: uppercase;
}

.show-pro-1 {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-bottom: 50px;
}

.show-pro-2 li {
    float: left;
    width: 50%;
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.show-pro-2 li .number {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: #329437;
    color: #FFF;
    font-weight: bold;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 25px 0 50px;
}

.show-pro-2 li .text {
    color: #999;
    font-size: 16px;
    width: 430px;
    line-height: 25px;
}

.section-title3 {
    margin-bottom: 30px;
}

.section-title3 h2 {
    font-size: 34px;
    margin-bottom: 15px;
}

.section-title3 h2 i {
    font-size: 24px;
    text-transform: uppercase;
    margin-left: 22px;
    padding-left: 15px;
    border-left: 1px solid #d1d1d1;
    color: #d1d1d1;
    font-weight: normal;
}

.section-title3 p {
    font-size: 16px;
    color: #999;
    width: 980px;
}

.section-title5 {
    margin-bottom: 30px;
    text-align: center;
}

.section-title5 h2 {
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: normal;
}

.section-title5 p {
    font-size: 48px;
    color: #d1d1d1;
    text-transform: uppercase;
}

.show-pro-3 {
    position: relative;
    padding-bottom: 26px;
}

.show-pro-3:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 266px;
    width: 100%;
    background: #f9f9f9;
    content: '';
    z-index: -1;
}

.show-pro-3 .swiper-slide a {
    display: block;
    margin: 0 0 0 30px;
    color: #545454;
}

.show-pro-3 .swiper-slide .text {
    height: 240px;
    background: #FFF;
    padding: 28px;
}

.show-pro-3 .swiper-slide .text h2 {
    font-size: 20px;
}

.show-pro-3 .swiper-slide .text p {
    height: 75px;
    margin-top: 18px;
}

.show-pro-3 .swiper-slide a:hover .text h2 {
    color: #329437;
}

.show-pic {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.show-pic .img-center {
    flex: 1;
    height: 440px;
    transition: 1s;
    border-right: 1px solid #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center;
}

.show-pic .img-center:hover img {
    transform: scale(1.1);
}

.show-pic .text {
    flex: 1;
    padding-left: 60px;
}

.show-pic .text h2 {
    font-size: 24px;
    font-weight: normal;
}

.show-pic .text h3 {
    margin: 10px 0 30px;
    font-size: 18px;
    color: #d1d1d1;
    font-weight: normal;
}

.show-pic .text p {
    color: #999;
    line-height: 28px;
    height: 165px;
    border-bottom: 1px solid #ebebeb;
}

.show-pic .text .btns {
    margin-top: 28px;
}

.show-pic .text .btns a {
    display: inline-block;
    line-height: 48px;
    border: 1px solid #ddd;
    font-size: 16px;
    padding: 0 40px;
    border-radius: 24px;
}

.show-pic .text .btns a:hover {
    background: #329437;
    color: #FFF;
    border-color: #329437;
}

.show-pro-4 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.show-pro-4 .text {
    flex: 1;
}

.show-pro-4 .text .label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.show-pro-4 .text .label label {
    flex: 0 0 48%;
    margin-right: 4%;
    border: 1px solid #e4e4e4;
    height: 47px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
    margin-bottom: 27px;
}

.show-pro-4 .text .label label:nth-child(2n) {
    margin-right: 0;
}

.show-pro-4 .text .label label input {
    flex: 1;
    height: 40px;
    outline: none;
    border: 0;
    padding-left: 15px;
    font-size: 16px;
}

.show-pro-4 .text .label label i {
    width: 35px;
}

.show-pro-4 .text .mess {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    overflow: hidden;
}

.show-pro-4 .text .mess textarea {
    flex: 1;
    outline: none;
    font-size: 16px;
    border: 0;
    height: 120px;
    padding-left: 15px;
    padding-top: 10px;
    font-family: "Microsoft yahei";
}

.show-pro-4 .text .tj {
    margin-top: 34px;
    line-height: 44px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.show-pro-4 .text .tj button {
    cursor: pointer;
    font-size: 16px;
    width: 120px;
    height: 44px;
    border-radius: 22px;
    border: 1px solid #ddd;
    margin-right: 10px;
}

.show-pro-4 .text .tj button:hover {
    background: #329437;
    color: #FFF;
}

.show-pro-4 .text .tj a {
    width: 120px;
    height: 44px;
    font-size: 16px;
    border-radius: 22px;
    border: 1px solid #ddd;
    text-align: center;
}

.show-pro-4 .text .tj a:hover {
    background: #329437;
    color: #FFF;
}

.show-pro-4 .video-pic {
    width: 420px;
    height: 279px;
    margin-left: 38px;
}

.show-pro-4 .video-pic a {
    position: relative;
    display: block;
}

.show-pro-4 .video-pic .img-cover {
    height: 279px;
}

.show-pro-4 .video-pic .text {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 20px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.show-pro-4 .video-pic .text p {
    margin-top: 10px;
}

.video-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    display: none;
    justify-content: center;
    align-items: center;
}

.video-bg .video {
    width: 816px;
    height: 430px;
    position: relative;
}

.video-bg .video .close {
    position: absolute;
    right: -10px;
    top: 0px;
    font-size: 20px;
    color: #FFF;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: #999;
    z-index: 99999;
}

.map {
    display: flex;
    justify-content: center;
}

.wangdian {
    position: relative;
    margin-top: 50px;
}

.wangdian li {
    float: left;
    min-height: 260px;
    padding-right: 60px;
    border-right: 1px solid #d7d7d7;
    margin-right: 60px;
}

.wangdian li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.wangdian .text {
    font-size: 16px;
    line-height: 30px;
}

.wangdian .text p span {
    font-weight: bold;
}

/*额外样式*/
.swiper-slide > video{
	display: block;
	width: auto;
    height: 100%;
    background: #ccc;
}
.banner .swiper-slide img {
    min-width: 100%;
    display: block;
    width: auto;
    height: 100%;
}
.swiperColumn .swiper-wrapper{
    justify-content: center;
    /*padding-bottom: 80px;*/
    height: auto;
}
.header .search-btn a.search-btn2{
    display: none;
}
#fullPage .bannerM {
    display: none;
}
.in-about-left a{
    background: url(../images/bg6.jpg) no-repeat center,#fff;
    background-size: cover;
}
.in-about-center li:nth-of-type(1) a{
    background: url(../images/bg7.jpg) no-repeat center,#fff;
    background-size: cover;
}
.in-about-center li:nth-of-type(2) a{
    background: url(../images/bg8.jpg) no-repeat center,#fff;
    background-size: cover;
}
.in-about-center li:nth-of-type(3) a{
    background: url(../images/bg9.jpg) no-repeat center,#fff;
    background-size: cover;
}
.in-about-center li:nth-of-type(4) a{
    background: url(../images/bg10.jpg) no-repeat center,#fff;
    background-size: cover;
}
.in-about-left h2 span,.in-about-left h2,.in-about-center li h2{
    color: #fff;
}

@media (max-width: 768px){
    img{
        max-width: 100%;
    }
    html,body{
        overflow: initial;
    }
    body{
        min-width: auto;
    }
	.header{
        height: 60px;
	}
	.header .logo{
        margin-top: 0px;
		height: 40px;
	}
	.header .tel{
        display: none;
    }
    .header .search-btn1{
        display: none !important;
    }
    .header .search-btn a.search-btn2{
        display: block;
        position: absolute;
        top: 12px;
        right: 50px;
        width: 30px;
        height: auto;
        padding: 4px;
        text-align: center;
        font-size: 24px;
        color: #595656;
    }
    #fullPage .bannerPC {
        display: none;
    }
    #fullPage .bannerM {
        display: block;
    }
    .video-bg .video{
        width: 90%;
        height: auto;
    }
    .video-bg .video .close{
        top: -10px;
    }
    .search{
        top: 60px;
    }
    .search-btn2{
        display: block;
    }
    .banner .swiper-button-prev,.banner .swiper-button-next{
        display: none;
    }
    .banner .swiper-slide a{
        background: #ccc;
    }
    .section-title strong{
        font-size: 24px;
    }
    .section-title p{
        font-size: 16px;
    }
    .container{
        max-width: 100%;
    }
    .banner-sub{
        margin-top: 60px;
    }
    .banner-sub .text > div{
        width: 100%;
    }
    .banner-sub .text > div > *{
        max-width: 100%;
    }

    .footer{
        padding-top: 18px;
        overflow: hidden;
    }
    .footer .fnav{
        float: none;
        width: 100%;
        display: block;
    }
    .footer .fnav dl {
        padding-right: 0px;
    }
    .footer .fnav dl dt{
        position: relative;
       padding: 15px 0;
       margin-bottom: 0;
       border-bottom: 1px solid #dfdfdf;
    }
    .footer .fnav dl dt:after{
       content: '';
       position: absolute;
       right: 0;
       top: 15px;
       display: block;
       width: 15px;
       height: 15px;
        background: url(../images/iconB1.png) no-repeat center;
        background-size: 100%;
    }
    .footer .fnav dl:hover dt:after{
        background: url(../images/iconB2.png) no-repeat center;
        background-size: 100%;
    }
    .footer .fnav dl:hover dd{
        padding-top: 10px;
        max-height: none;
    }
    .footer .fnav dd{
        max-height: 0;
        overflow: hidden;
    }
    .footer .fnav dl dt a{
        font-size: 16px;
    }
    .footer .ewm{
        margin-top: 24px;
        width: 25%;
        margin-left: 0;
    }
    .footer .contact{
        margin-top: 24px;
        float: left;
        width: 75%;
    }
    .footer .contact dl{
        font-size: 13px;
        margin-bottom: 4px;
    }
    .footer .contact dl dt{
        width: 30px;
        height: 30px;
        margin-right: 8px;
    }
    .footer .contact dl dd span{
        font-size: 16px;
    }
    .footer-copy{
        text-align: center;
    }
    .footer-copy .links{
        margin-top: 16px;
        float: none;
        display: inline-block;
    }

    .section.active{
        padding-bottom: 24px;
        overflow: hidden;
    }
    #fullPage .section.active:first-child{
        padding-bottom: 0;
    }
    .section.active .section-title{
        margin-top: 40px;
    }
    .in-pro-con .swiper-button-next,.in-pro-con .swiper-button-prev{
        width: 30px;
        height: 30px;
    }
    .in-pro-con .swiper-button-prev{
        left: -10px;
    }
    .in-pro-con .swiper-button-next{
        right: -10px;
    }
    .in-about .text{
        font-size: 14px;
    }
    .in-about-con{
        flex-wrap: wrap;
    }
    .in-about-left{
        width: 100%;
        height: 244px;
    }
    .in-jishu li{
        width: 50%;
        padding: 0;
    }
    .in-jishu li .icon{
        width: 138px;
        height: 138px;
    }
    .in-jishu li a{
        margin-bottom: 45px;
    }
    .swiperColumn .swiper-wrapper{
        padding-bottom: 300px;
    }
    .in-news-menu li a{
        margin: 0 10px;
    }
    .in-news-con{
        overflow: hidden;
    }
    .in-news-left{
        width: 100%;
    }
    .in-news-right{
        width: 100%;
    }
    .in-news-left a{
        height: auto;
        margin-bottom: 12px;
    }
    .in-news-left .text{
        padding: 15px 20px 14px;
    }
    .in-news-left .text h2{
        font-size: 18px;
    }
    .in-news-left .text p{
        font-size: 14px;
    }
    .in-news-left .img-cover{
        height: 0;
        padding-bottom: 40%;
    }
    .in-news-right li a{
        display: flex;
        height: 100px;
        justify-content: flex-start;
    }
    .in-news-right li .img-cover{
        width: 35%;
        height: 100%;
    }
    .in-news-right li .text{
        margin-left: 0;
        padding: 10px 10px;
        width: 65%;
    }
    .in-news-right li .text h2{
        margin-top: 0;
        font-size: 14px;
        line-height: 1.5;
        height: 3em;
        overflow: hidden;
    }
    .in-contact > .container{
        height: 260px;
    }
    .section.active.in-contact{
        padding-bottom: 0;
    }
    .in-contact > .footer-bg{
        position: relative;
    }
    .in-contact-con{
        position: relative;
        top: 0;
    }
    .in-contact .text{
        font-size: 14px;
        line-height: 1.6;
    }
    

    .lanmu li a{
        margin:0 20px;
        font-size: 16px;
        line-height: 52px;
    }
    .in-about-center{
        flex: none;
        width: 100%;
    }
    .in-about-center li{
        margin-top: 8px;
        width: calc(50% - 5px);
        margin-right: 5px;
    }
    .in-about-center li:nth-of-type(2n){
        margin-right: 0;
        margin-left: 5px;
    }
    .in-about-center li a{
        margin: 0;
        width: 100%;
        height: 126px;
        padding: 24px 24px;
    }
    .in-about-center li .icon{
        position: absolute;
    bottom: 6px;
    right: 10px;
    width: 32px;
    }
    .in-about-right{
        margin-top: 10px;
    }
    .in-about-center li h2{
        font-size: 14px;
    }
    .lanmu li a:before {
        right: -20px;
    }
    .lanmu li .lanmu-box{
        display: none;
        top: 64px;
    }
    .lanmu li .lanmu-box2{
        position: relative;
        display: block;
        top: 0;
    }
    .lanmu li .lanmu-box2 p{
        margin-top: 12px;
        flex-wrap: wrap;
    }
    .lanmu li .lanmu-box2 p a{
        margin: 0 !important;
        font-size: 14px;
        width: 50%;
        line-height: 2.6;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .lanmu li .lanmu-box2 p:after{
        content: '';
        display: block;
        width: 50%;
        height: 0;
    }
    .swiperColumn .swiper-wrapper{
        justify-content: flex-start;
        padding-bottom: 0px;
    }

    .banner-sub .text h2{
        font-size: 30px;
    }
    .banner-sub .text h3{
        font-size: 16px;
    }
    .section-title3 p{
        width: 100%;
    }
    .section-title3 h2{
        font-size: 26px;
    }
    .section-title3 h2 i{
        margin-left: 12px;
        padding-left: 8px;
    }
    .show-pro-3 .swiper-slide a{
        margin: 0;
    }
    .show-pic{
        display: block;
        margin-bottom: 0;
    }
    .show-pic .img-center{
        border-right: none;
        height: auto;
    }
    .show-pic .text{
        padding-left: 0;
    }
    .show-pic .text h3{
        margin-top: 4px;
        margin-bottom: 16px;
        font-size: 13px;
    }
    .show-pic .text p{
        height: auto;
    }
    .show-pro-4{
        display: block;
    }
    .show-pro-4 .text .label label{
        flex: auto;
        margin-right: 0;
    }
    .show-pro-4 .video-pic{
        margin-top: 35px;
        margin-left: 0;
        width: 100%;
        height: auto;
    }

    .list-7{
        padding-top: 26px;
    }
    .list-7 a{
        flex-wrap: wrap;
    }
    .list-7 .img-center{
        width: 100%;
        flex: auto;
    }
    .list-7.bghui .text{
        margin-top: 20px;
        margin-left: 0;
        width: 100%;
    }
    .list-7#js2 a{
        flex-direction: column-reverse;
    }
    .list-7#js2 .slideInLeft{
        margin-top: 20px;
        width: 100%;
    }
    .list-7#js4 a{
        flex-direction: column-reverse;
    }
    .list-7#js4 .slideInLeft{
        margin-top: 20px;
        width: 100%;
    }



    .list-6{
        padding-top: 26px;
    }
    .list-6 a{
        flex-wrap: wrap;
    }
    .list-6:nth-of-type(2n+1) a{
        flex-direction: column-reverse;
    }
    .list-6 .img-center{
        width: 100%;
        flex: auto;
    }
    .list-6.bghui .text{
        margin-top: 20px;
        margin-left: 0;
        width: 100%;
    }
    .list-6 .text h2{
        font-size: 24px;
    }
    .list-6 .text h3{
        font-size: 14px;
    }
    .list-6{
        padding: 50px 0;
    }

    .section-title5 p{
        font-size: 18px;
    }
    .section-title5 h2{
        font-size: 26px;
    }
    .show-pro-2 li{
        width: 100%;
        justify-content: space-between;
    }
    .show-pro-2 li .number{
        width: 30px;
        height: 30px;
        margin: 0;
    }
    .show-pro-2 li .text{
        width: 85%;
    }

    .list-5 li{
        width: 100%;
    }
    .ny-tits{
        margin-bottom: 36px;
        font-size: 18px;
    }
    .ny-tits span{
        font-size: 28px;
    }
    .about-1{
        padding-bottom: 0;
    }
    .about-1-con .text{
        padding: 25px 0;
        width: 100%;
        box-shadow: none;
    }
    .about-1-con .text{
        position: relative;
        top: 0;
    }
    .about-2 ul{
        margin:0;
    }
    .about-2 li{
        width: 100%;
        margin-bottom: 10px;
    }
    .about-2 li .items{
        margin:0
    }
    .about-2 li .img-cover{
        height: 200px;
    }
    .about-2 li .text{
        padding: 30px;
    }
    .about-2 li .text h2{
        font-size: 24px;
    }
    .about-2 li .text{
        font-size: 16px;
    }
    .about-2 li .text span{
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .about-3-con p{
        font-size: 16px;
        align-items: flex-start;
    }
    .about-3-con p span:first-child{
        width: 30%;
    }
    .about-3-con p span:last-child{
        width: 70%;
    }
    .about-4-con{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .about-4-con .text{
        width: 100%;
        font-size: 14px;
    }
    .about-4-con .number{
        font-size: 16px;
        width: 100%;
        margin-top: -30px;
        margin-bottom: 36px;
        text-align: center;
    }
    .about-4-con .number h2{
        font-size: 72px;
    }
    .about-4-con .number p{
        margin-top: -10px;
    }
    .about-5{
        display: block;
        padding: 40px 0;
        margin-top: 40px;
        height: auto;
        text-align: center;
        background-size: auto 100%;
    }
    .about-5 ul{
        display: block;
    }
    .about-5 li{
        margin: 10px 25px 0;
    }
    .focus .bd li{
        width: 100%;
    }
    .focus .prevs{
        width: 30px;
        height: 30px;
        left: -15px;
    }
    .focus .nexts{
        width: 30px;
        height: 30px;
        right: -15px;
    }
    .focus .prevs i, .focus .nexts i{
        font-size: 20px;
        top: 5px;
    }
    
    .list-2{
        margin: 0;
    }
    .list-2 li{
        margin-bottom: 10px;
        width: 100%;
        padding: 0;
    }
    .list-2 li a{
        margin: 0;
        padding: 15px;
    }
    .list-2 li .img-cover{
        height: 0;
        padding-bottom: 40%;
    }
    .case .swiper-button-prev,.case .swiper-button-next{
        width: 25px;
        height: 25px;
    }
    .case .swiper-slide .text{
        position: relative;
        width: 100%;
        padding: 30px;
        font-size: 14px;
        height: 420px;
    }
    .case .swiper-slide .text h2{
        font-size: 16px;
    }
    .case .swiper-slide .text h3{
        font-size: 18px;
    }
    .case .swiper-slide .img-cover{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .list-7{
        padding: 40px 0;
    }
    .list-7 .text p{
        font-size: 14px;
    }
    .lanmu-ser{
        margin: 0 0 0 -20px;
    }
    .lanmu-ser li{
        margin-bottom: 20px;
        width: 50%;
    }
    .lanmu-ser li a{
        margin: 0 0 0 20px;
        font-size: 14px;
    }
    .list-3 h2{
        font-size: 24px;
    }
    .list-3 li{
        position: relative;
        font-size: 14px;
        padding: 0 18px;
    }
    .list-3 li a{
       position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    }
    .list-4 li{
        position: relative;
        padding: 16px 14px;
    }
    .list-4 li:first-child{
        padding: 16px 14px;
    }
    .list-4 li p:last-child{
        width: auto;
        margin-left: 18px;
    }
    .list-4 li:first-child p:last-child span:first-child{
        display: none;
    }
    .list-4 li p:last-child span:first-child{
        position: absolute;
    font-size: 12px;
    left: 14px;
    bottom: 2px;
    }
    .down-message{
    position: relative;
        width: 90%;
    height: 70%;
    padding: 30px;
    overflow: auto;
    }
    .down-message-con .label label{
        flex: auto;
    margin-right: 0;
    margin-top: 0;
    }
    .down-message-con .label2{
    justify-content: center;
    margin-top: 20px;
    }
    .infocontent-title2{
        font-size: 24px;
    }
    .infocontent-title2{
        margin-bottom: 20px;
        font-size: 22px;
    }
    .infocontent-pic .text{
        font-size: 18px;
    }
    .infocontent-body2{
        padding: 25px 0px;
        font-size: 14px;
    }
    .ct{
        flex-wrap: wrap;
    }
    .ct-sd{
        width: 100%;
    height: auto;
    margin-left: 0;
    }
    .ct-sd h2{
        padding: 20px 15px 0;
        font-size: 22px;
    }
    .ct-sd-con{
        padding: 0 20px 15px;
    }
    .ct-sd-con .bd li a{
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .infocontent-title{
        padding-bottom: 10px;
    }
    .infocontent-title h1{
        font-size: 18px;
    }
    .infocontent-title p{
        font-size: 12px;
        line-height: 2;
    }
    .infocontent-title p a{
        float: none;
        margin-top: 18px;
    }
    .infocontent-body{
        font-size: 14px;
    }
    .section-title4 h2{
        font-size: 30px;
    }
    .section-title4 p{
        font-size: 14px;
    }
    .js-1 ul{
        display: block;
        margin-top: 40px;
    }
    .js-1 li{
        height: auto;
        width: 100%;
        margin-top: 20px;
        padding-left: 16px;
        margin-right: 0;
        font-size: 16px;
    }
    .js-1 li .icon{
        position: relative;
        left: 0;
        margin-top: 20px;
        width: 22px;
    }
    .js-2-con .text p{
        font-size: 20px;
        background-size: 22px 22px;
    }
    .js-3-con .text p{
        font-size: 16px;
        line-height: 30px;
    }
    .js-3-con ul{
        margin-top: 60px;
        width: 100%;
    }
    .js-3-con li{
        margin-bottom: 22px;
        margin-right: 0;
    }
    .js-3-con li p{
        font-size: 20px;
    }
    .js-3-con li .icon{
        width: 40px;
    }
    .lanmu-desc h2{
        font-size: 24px;
    }
    .lanmu-desc p{
        font-size: 16px;
    }
    .lanmu-desc{
        margin-bottom: 30px;
    }
    .list-job li h2{
        position: relative;
        padding: 15px 15px 0;
        flex-wrap: wrap;
        height: auto;
    }
    .list-job li h2 p span{
        display: block;
        width: 100%;
        padding: 0;
        font-size: 14px;
    }
    .list-job li h2 p{
        width: 100%;
        margin-bottom: 12px;
    }
    .list-job li h2 i{
        position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -8px;
    }
    .list-job li .job-con{
        padding: 24px 14px;
    font-size: 12px;
    line-height: 2;
    }
    .section-sub{
        padding: 40px 0;
    }
    .wangdian li{
        margin-bottom: 30px;
        float: none;
        min-height: auto;
    padding-right: 0;
     border-right: 0px solid #d7d7d7; 
    margin-right: 0;
    }
    .wangdian .text{
       font-size: 14px;
    line-height: 2.4; 
    }
    .message .label label{
        flex: auto;
    margin-bottom: 20px;
    }
    .message .label label span{
        line-height: 32px;
    }
    .message button{
        margin-top: 30px;
    }
    .list-1 li{
        display: block;
        float: none;
        width: 100%;
    }
    .list-1 li .img-cover{
        height: 0;
        padding-bottom: 40%;
    }
    .list-1 li .text h2{
        height: auto;
    }
    .infocontent-epx{
        display: block;
        padding-top: 22px;
    }
    .infocontent-epx p{
        font-size: 14px;
    }
    .infocontent-epx .back{
        margin-top: 30px;
        width: 125px;
    }
}