* {
    margin: 0;
    padding: 0;
}

body,
ul,
ol,
li,
p,
span,
a,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
tr,
dl,
dd,
select,
option,
input {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

input,
textarea {
    outline: none;
}

video {
    width: 100%;
}

.menu-nav {
    transition: all .3s;
}

.border-none {
    border: none !important;
}

.block {
    display: block;
}

.none {
    display: none !important;
}

.xs-show {
    display: none !important;
}

.no-margin {
    margin: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.cor-md-1 {
    width: 100% !important;
}

.cor-md-2 {
    width: 47% !important;
    margin: 1.5% !important;
}

.cor-md-3 {
    width: 30.333333% !important;
    margin: 1.5% !important;
}

.cor-md-4 {
    width: 22% !important;
    margin: 1.5% !important;
}

.cor-md-5 {
    width: 17% !important;
    margin: 1.5% !important;
}

.cor-md-6 {
    width: 13.666666% !important;
    margin: 1.5% !important;
}

.padding-0 {
    padding: 0 !important;
}

.margin-0 {
    margin: 0 !important;
}

.flex {
    display: flex;
    flex-wrap: wrap;

}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.align-items-center {
    align-items: center;

}

.align-items-start {
    align-items: flex-start;

}

.align-items-end {
    align-items: flex-end;

}

.align-items-baseline {
    align-items: baseline;

}

.align-items-stretch {
    align-items: stretch;

}

.no-wrap {
    flex-wrap: nowrap;

}

.text-indent {
    text-indent: 2em;
}

.wrap-reverse {
    flex-wrap: wrap-reverse;
}

.enlarge,
.shadow,
.up,
.rotate {
    transition: all .8s !important;
}

.enlarge:hover {
    transform: scale(1.1);
}

.up:hover {
    transform: translateY(-10px);
}

.shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 5px #999;

}

ul li:hover .rotate {
    transform: rotateY(360deg);
}

.img-box {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 100%
}

.img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all .6s;
}

img {
    max-width: 100%;
}

ul li {
    list-style-type: none;
}

header {
    position: relative;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    transition: top .3s;
    background-color: #fff;
    position: relative;
    z-index: 999;
    left: 0;
    top: 0;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

header.active {
    top: 0;
}

header>.header-flex>.wrap>ul {
    display: flex;
    justify-content: space-between;
    width: 69%;
}

header .wrap {
    position: relative;
}

header .wrap>form input {
    line-height: 32px;
    border: none;
}

header .wrap>form {
    background-color: rgba(0, 0, 0, .4);
    padding: 10px;
    position: absolute;
    right: 0;
    bottom: -100%;
    display: none;
    z-index: 11;
}

header .wrap .tb a {
    display: block;
    line-height: 58px;
}

header .wrap>form .int1 {
    width: 220px;
    background-color: #dfdfdf;
    padding-left: 10px;
}

header .wrap>form .int2 {
    width: 55px;
    background-color: #009900;
    color: #fff;
}

header .tb {
    margin-left: 1%;
    margin-top: -0.5%;
}

.hover-ul {
    display: none;
}

.big-banner .banner1-phone {
    display: none;
}

.big-banner .swiper-button-prev {
    background: url(../images/index-09038_03.png) no-repeat center center;
    outline: none;
    width: 45px;
    height: 60px;
    background-color: rgba(0, 0, 0, .6);
}

.big-banner .swiper-button-next {
    width: 45px;
    height: 60px;
    background: url(../images/index-09038_03.png) no-repeat center center;
    outline: none;
    transform: rotate(180deg);
    background-color: rgba(0, 0, 0, .6);
}

.header-flex {
    margin: 0 auto;
}

.header-img {
    width: 30%;
}

.list-unstyled>li {
    width: calc(100%/7);
    text-align: center;
    position: relative;
    margin: 0.15%;
}


.hover-ul {
    width: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 999;
    left: 50%;
    transform: translate(-50%, 0);
}

.hover-ul>li {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    border: 1px solid transparent;
}

.hover-ul>li>a {
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 32px;
    width: 100%;
    display: block;
    padding: 0 7px;
}

.hover-ul>li>a:hover {
    background-color: #009900;
    color: #fff;
}

.phone {
    width: 100%;
    background-color: #fff;
    display: none;
}

.phone-ul-img {
    width: 330px;
    height: 100px;
}

.phone-nav #span1 {
    position: relative;
    transition: all .2s;
}

.phone-nav #span2 {
    position: relative;
    transition: all .3s;
}

.phone-flex {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.phone-nav {
    margin-top: 9px;
}

.phone-text {
    color: #009900;
    font-size: 20px;
    font-weight: bold;
}

.phone-ul {
    position: absolute;
    right: 0;
    z-index: 10;
    display: none;
    width: 35%;
    text-align: center;
    z-index: 9999999;
}

.phone-ul li {
    width: 100%;
    background-color: rgba(255, 255, 255, .8);
    border: 1px solid #eeee;
    line-height: 30px;
    color: #000;
    text-align: center;

}

.phone-ul li a {
    color: #000;
    text-decoration: none !important;
    font-size: 14px;
    display: block;
    width: 100%;
}

.phone-ul li:hover {
    background-color: #009900;
    color: ivory;
}

.phone-ul li:hover a {
    color: #fff;
}

.phone span {
    display: block;
    width: 21px;
    height: 7px;
    border-bottom: 3px solid #009900;
}

.banner1 {
    padding-top: 35.4%;
}

.banner1-img {
    background: url(images/文字1.png) no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.banner .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 45px;
    z-index: 1;
    width: 100%;
    font-size: 0;
}

.banner .swiper-pagination span {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
}

.hot {
    width: 100%;
    height: 64px;
    background: #000;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999999;
    border-top: solid 2px #fff;
}

.hot .row div a {
    display: block;
    color: #fff;
    padding: 11px 0;
}

.hot span {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    display: block;
}

.hot h6 {
    font-size: 12px;
    line-height: 20px;
}

.view-wecht-icon {
    position: relative;
}

.view-wecht-icon a {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: #191919;
}

.view-wecht-icon button {
    position: relative;
    z-index: 2;
    padding: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
}

.view-wecht-icon input {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    width: 40px;
    height: 40px;
    opacity: 0;
}

.view-wecht-box {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    display: none;
}

.view-wecht-box .view-wecht {
    position: absolute;
    left: 5%;
    right: 5%;
    top: 50%;
    margin-top: -150px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    transform: scale(1.2);
    transition: all 0.3s;

}

.view-wecht-box .view-wecht .view-wecht-container {
    padding: 30px;
    font-size: 12px;
}

.view-wecht-box .view-wecht .view-wecht-container .mc {
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
    line-height: 24px;
    font-weight: bold;
}

.view-wecht-box .view-wecht .view-wecht-container .textbox {
    margin-bottom: 15px;
    font-size: 12px;
    color: #333;
    line-height: 18px;
}

.view-wecht-box .view-wecht .view-wecht-container .textbox span {
    font-family: 'Impact';
    font-size: 14px;
}

.view-wecht-box .view-wecht .view-wecht-container .queren {
    margin: 0 auto;
    width: 130px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    background: #ea142d;
    border-radius: 5px;
}

.view-wecht-box .view-wecht .view-wecht-container img {
    display: block;
    max-width: 150px;
    margin: 2% auto;
}

.view-wecht-box.active {
    visibility: visible;
    opacity: 1;
}

.haoma {
    width: 100%;
    background-color: #f5f5f5;
    position: fixed;
    left: 0;
    bottom: 62px;
    z-index: 999999;
    overflow: hidden;
    display: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.haoma a,
.haoma .quxiao {
    display: block;
    background-color: #fff;
    line-height: 44px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
}

.haoma .quxiao {
    margin-top: 6px;
    border-top: 1px solid #ddd;
}

.haoma .quxiao:hover,
.haoma a:hover {
    background: #ddd;
}

.foot-bbj {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 999;
}

.list-unstyled>li>a {
    font-family: 微软雅黑;
    font-size: 16px;
    color: rgb(19, 19, 19);
    font-weight: normal;
    font-style: normal;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    line-height: 50px;
    width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list-unstyled>.li-red>a {
    background-color: #009900;
    color: #fff;
}

.list-unstyled>li:hover>a {
    background-color: #009900;
    color: #fff;
}

.top {
    height: 42px;
    background-color: #f4f4f4;

}

.top ul {
    display: flex;
    justify-content: space-between;
    line-height: 42px;
}

.top ul li {
    font-size: 14px;
    color: #282828;
}

.top ul li span {
    font-size: 18px;
    color: #009900;
    font-weight: bold;
}

.top ul li a {
    color: #333;
}

/* 产品展示 */

.product1 {
    padding: 50px 0;

}

.page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-left {
    width: 260px;
}

.page-pro {
    position: relative;
}


.pro-title {
    position: relative;
    background-color: #009900;
    padding: 38px 0;
}

.pro-title:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
}

.pro-title .t1 {
    line-height: 26px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.pro-title .t2 {
    line-height: 16px;
    font-size: 24px;
    padding-top: 10px;
    color: #fff;
    font-family: "Arial";
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.pro-title-t2-span1 {
    display: none;
}

.page-pro>ul {
    display: block;
    border: 2px solid #009900;

}

.page-pro>ul>li {
    line-height: 56px;
    padding: 6px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page-pro>ul>li>ul>li {
    line-height: 45px;
    padding: 6px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page-pro>ul>li>a {

    font-size: 18px;
    color: #fff;
    background-color: #009900;
    padding: 0 5px;
}

.page-pro>ul>li>ul>li>a {
    display: block;
    color: #eee;
    text-align: center;
    font-size: 14px;
    background-color: #009900;
    padding: 0 5px;
}

.page-pro>ul>li>ul>li {
    padding: 1px 0;
}

.page-pro>ul>li>ul {
    display: none;
}

.page-pro>ul>li>a i {
    margin-left: 20px;
    color: #fff;
}

.page-right {
    width: calc(100% - 280px);
}

.page-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 58px;
}

.page-title .t1 {
    font-size: 24px;
    color: #333;
}

.pro-ul {
    display: flex;
    flex-wrap: wrap;
}

.pro-ul li {
    width: 31.3333333333%;
    margin: 1%;
}

.pro-ul li a {
    display: block;
    text-align: center;
    transition: 0.5s;
}

.pro-ul li .pic-box {
    border: 1px solid #dfdfdf;
}

.pro-ul li .pic {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #009900;
    border-top: none;
    overflow: hidden;
}

.pro-ul li .pic .pro-img {
    transition: all .5s;
    overflow: hidden;
}

.pro-ul li:hover .pro-img {
    transform: scale(1.2);
}

.pro-ul li .txt {
    border: 1px solid #dfdfdf;
    color: #333333;
    font-size: 16px;
    line-height: 50px;

}

.pro-ul li .pic .pro-img {
    position: relative;
    overflow: hidden;
}

.pro-ul li .pic .pro-img:before {
    content: "";
    display: block;
    padding-top: 80%;
}

.page-left-img img {
    margin-left: 2.3%;
    margin-top: 3%;
}

.page-left-img-text {
    margin-left: 2.3%;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 30px;
    font-size: 14px;
}

.page-left-img {
    border: 2px solid #dfdfdf;
}



.page-right .pro-ul li a span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 10px;
}

.page-right-title {
    width: 98%;
    margin: 0 auto;
    border-bottom: 1px solid #dbdbdb;
    line-height: 28px;
    position: relative;
}

.page-right-title-100 {
    width: 100%;
}

.page-right-title1 {
    font-size: 18px;
    color: #222222;
}

.page-right-title1>span {
    font-size: 12px;
    color: #909090;
}

.page-right-title2 {
    font-size: 12px;
    color: #909090;
}



/* 产品展示结束 */





/* 产品轮播 */

.certificate {
    padding-bottom: 50px;
}

.certificate .banner2 .a .img-box {
    padding-top: 68.57%;
}

.certificate .banner2 {
    position: relative;
}



.certificate .swiper-button-prev {
    width: 45px;
    height: 45px;
    background-color: #009900;
    border-radius: 50%;
    position: absolute;
    left: -5%;
    background: url(../images/index-09038_03.png) no-repeat center center, #009900;
    outline: none;
}

.certificate .swiper-button-next {
    position: absolute;
    right: -5%;
    width: 45px;
    height: 45px;
    background-color: #009900;
    border-radius: 50%;
    background: url(../images/index-09039_03.png) no-repeat center center, #009900;
    outline: none;
}

.certificate .banner2 ul li .a {
    display: block;
    padding: 8px 8px 0 8px;
    width: 100%;
}

.certificate .banner2 ul li .a .img-box .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.certificate .banner2 .a .txt {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 27px;
    height: 180px;
    position: relative;
}

.certificate .banner2 .a .txt .txt1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.certificate .banner2 .a .txt span {
    line-height: 40px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.certificate .banner2 .a .txt .txt1 a {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 27px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}



.public-title .p1 {
    font-size: 26px;
    color: #333333;
    text-transform: uppercase;
    line-height: 39px;
    position: relative;
}

.public-title .p1::after {
    display: block;
    content: "";
    width: 114px;
    height: 2px;
    background-color: #e0e0e0;
    position: absolute;
    left: 23%;
    top: 50%;
    transform: translate(0, -50%);
}

.public-title .p1::before {
    display: block;
    content: "";
    width: 114px;
    height: 2px;
    background-color: #e0e0e0;
    position: absolute;
    right: 23%;
    top: 50%;
    transform: translate(0, -50%);
}

.public-title .p1 span {
    font-size: 28px;
}

.public-title .p2 {
    font-size: 16px;
    color: #666666;
    line-height: 31px;
}

.public-title {
    text-align: center;
    padding: 50px 0 40px 0;

}

.bai .p1 {
    color: #fff;
}

.bai .p2 {
    color: #fff;
}

.bai .p1::after {
    background-color: #8a8b83;
}

.bai .p1::before {
    background-color: #8a8b83;
}

/*  */

.about .public-title .p1::after {
    left: 27%;
}

.about .public-title .p1::before {
    right: 27%;
}

.about ul li a .img-box {
    padding-top: 77.02%;
}

.about ul li a .img-box .img .frame {
    width: 100%;
    height: 100%;
    background-color: #009900;
    display: none;
    transition: all .6s;
}

.about ul li:nth-child(1) a .img-box .img .frame {
    display: block;
}

.about ul li a:hover .img .frame {
    display: block;
}

.about-left {
    width: 27%;
}

.about {
    background: url(../images/index_20.jpg) no-repeat 50% 50%;
    background-size: cover;

}

.about ul li a .img-box .img .txt {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.about ul li a .img-box .img .txt p {
    margin-top: 7px;
    font-size: 18px;
    color: #ffffff;
}

.about-right {
    width: 72%;
}

.about-right .txt-box .title span {
    font-size: 22px;
    color: #333333;
    line-height: 40px;
}

.about-right .txt-box .title p {
    line-height: 22px;
    font-size: 14px;
    color: #808080;
}

.about-right .txt-box .txt {
    line-height: 30px;
    font-size: 14px;
    color: #333333;
    margin-top: 22px;
}

.about-right .txt-box img {
    margin-top: -3px;
}

.about-right .txt-box span {
    font-size: 16px;
    color: #14991a;
    line-height: 38px;
}

.about-right .txt-box p {
    font-size: 14px;
    color: #808080;
    text-transform: uppercase;
    line-height: 24px;
}

.about-right .txt-box p img {
    margin-left: 10px;
}

.about-right .txt-box a {
    font-size: 16px;
    color: #14991a;
    margin-top: 25px;
    display: block;
}

.about-right .txt-box {
    padding: 40px 303px 62px 29px;
}

.about {
    padding-bottom: 55px;
}

.about .public-title {
    padding-top: 70px;
}



.advantage .title-big {
    text-align: center;
    padding: 55px 0 65px 0;
}

.advantage ul li {
    width: 47.5%;
}

.advantage ul li .title .left {
    font-size: 46px;
    color: #b5b3b4;
    font-family: "锐字真言体";
    font-weight: 1000;
}

.advantage ul li .title .right {
    font-size: 26px;
    color: #333333;
    border-bottom: 4px solid #009900;
    margin-left: 18px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.advantage ul li .txt {
    font-size: 14px;
    color: #161616;
    line-height: 28px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.advantage ul li .txt-box {
    margin-bottom: 20px;
}

.advantage ul li {
    margin-bottom: 20px;
}

.advantage {
    padding-bottom: 20px;
}

.case .banner3 ul li a .img-box {
    padding-top: 88.43%;
}

.case .banner3 ul li a {
    display: block;
    background-color: #e6e6e6;
    padding: 10px 10px 0 10px;
    transition: all .6s;
}

.case .banner3 ul li a p {
    line-height: 53px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 5px;
    font-size: 16px;
    color: #666666;
    transition: all .6s;
}

.case .banner3 ul li a:hover .img {
    transform: scale(1.1);
}

.case .banner3 ul li a:hover {
    background-color: #009900;
}

.case .banner3 ul li a:hover p {
    color: #fff;
}

.case .banner3 ul li video {
    height: 236px;
}

.case .banner3-video {
    margin-top: 16px;
}

.case {
    padding-bottom: 32px;
}

.news-left {
    width: 53%;
}

.news-left ul li {
    width: 48%;
}

.news-left ul li a {
    background-color: #fff;
}

.news-left ul li a .p1 {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-left ul li a .p2 {
    line-height: 20px;
    font-size: 14px;
    color: #666666;

}

.news-left ul li a .p3 {
    line-height: 22px;
    font-size: 14px;
    color: #666666;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-left ul li a .jt {
    text-align: right;
    margin-top: 10px;
}

.news-left ul li a .txt-box {
    padding: 20px 16px 20px 16px;
}

.news-left ul li a .img-box {
    padding-top: 64.88%;
}

.news-left ul li a:hover .img {
    transform: scale(1.1);
}

.news-left ul li a p img {
    margin-top: -3px;
    margin-right: 2px;
}

.news-left ul li a .jt .img2 {
    display: none;
}

.news-left ul li a:hover .jt .img2 {
    display: inline-block;
}

.news-left ul li a:hover .jt .img1 {
    display: none;
}



html,
body {
    position: relative;
    height: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.banner2 {
    width: 100%;
    height: 100%;
}

.banner2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

.banner2 .swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
}


.news-right {
    width: 45%;
}

.news-right-ul li a .s1 {
    width: 67%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #333333;
    font-size: 16px;
}

.news-right-ul li a .s2 {
    font-size: 14px;
    color: #666666;
    padding-right: 13px;

}


.news-right-ul li a span.on {
    display: block;

}

.news-right-ul li a span.on1 {
    display: none;

}

.news-right-ul li a {
    display: block;
    font-size: 14px;
    color: #2b2b2b;
    line-height: 49px;
    background-color: #fff;
}


.news-right-txt {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    padding: 15px 36px;
    border: 1px solid #cccccc;

    display: none;
}

.news-right-txt .txt1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-right-txt .txt1 img {
    margin-top: -3px;
    margin-right: 2px;
}

.news-right-txt a {
    display: inline !important;
    line-height: 24px !important;
    padding: 0 6px !important;
}

.news-right-ul li {
    border: 1px solid #f7f7f7;
    margin-bottom: 12px;
}

.news-right-ul li:hover a .frame {
    background-color: #009900;
}

.news-right-ul .lu a .frame {
    background-color: #009900;
}

.news-right-ul li:last-child {
    margin: 0;
}

.news-right-ul li a .frame {
    width: 60px;
    line-height: 60px;
    background-color: #cccccc;
    color: #fff;
    font-size: 28px;
    text-align: center;
    transition: all .6s;
}

.news {
    padding-bottom: 55px;
    background: url(../images/index_20.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.exhibition ul li a .img-box {
    padding-top: 123%;
}

.exhibition ul li:hover {
    box-shadow: 0px 4px 8px 1px #b5b5b5;
}

.exhibition ul li a {
    position: relative;
}

.exhibition ul li .lg {
    width: 185px;
    line-height: 52px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    box-shadow: 0px 4px 8px 1px #b5b5b5;
    position: absolute;
    left: 50%;
    bottom: -5%;
    transform: translate(-50%, 0);
    z-index: 99999;
    background-color: #fff;
    display: none;
    transition: all .6s;
}

.exhibition ul li:hover .lg {
    display: block;
}

.exhibition {

    padding-bottom: 20px;

}

.exhibition .swiper-container {
    padding-bottom: 28px;
}

.exhibition ul li:hover .img {
    transform: scale(1.2);
}

.exhibition ul li .lg img {
    margin-left: 3px;
}

.nav1 {
    background-color: #009900;
    line-height: 48px;
}

.nav1 ul li a {
    font-size: 18px;
    color: #ffffff;
    display: block;
    text-align: center;
}

.nav1 ul li {
    margin: 0 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
}

.nav1 ul li img {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    display: none;
}

.nav1 ul li:hover img {
    display: block;
}

.nav1 ul .img-show img {
    display: block;
}

.nav2 {
    background-color: #f5f5f5;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
}

.nav2 ul li {

    margin: 1% 0;
    padding: 0 3%;
    position: relative;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



.nav2 ul li::before {
    display: block;
    content: "";
    width: 1px;
    height: 32%;
    right: 0;
    top: 50%;
    position: absolute;
    transform: translate(0, -50%);
    background-color: #666666;
}



.nav2 ul li:last-child::before {
    display: none;
}

.nav2 ul li a {
    font-size: 16px;
    color: #666666;
    display: block;
    text-align: center;
}

.nav2 .ul-box {
    display: none;
}

.nav2 .block1 {
    display: block;
}

.nav2 ul li a:hover {
    color: #009900;
}

.nav2 ul .ys-huang a {
    color: #009900;
}

.xx-box {
    margin-top: 30px;
}

.xx-box .xx {
    display: none;
}

.home {
    line-height: 50px;
    background-color: #f5f5f5;
}

.home p {
    font-size: 14px;
    color: #666666;
    padding-left: 2.5%;
}


.home p span {
    color: #009900;
}

.case1 .banner3 ul li a {
    background-color: #fff;
    border: 1px solid #cccccc;
}

.news-ul li {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    padding: 2px;
    transition: all .8s;
    padding: 1.5%;
}

.news-ul li:last-child {
    margin: 0;
}

.news-ul li a {
    display: flex;
    color: #333;
}

.news-ul li a .txt {
    width: calc(100% - 230px);
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    padding: 0 20px;
}

.news-ul li a .txt .txt-bt {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.news-ul li a .txt .txt-bt .t1 {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-ul li a .txt .txt-bt .t2 {
    font-size: 12px;
    line-height: 22px;
}

.news-ul li a .txt .txt-nr {
    line-height: 22px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
}

.news-ul li a h5 {
    width: 100%;
    text-align: right;
}

.news-ul li a h5 span {
    display: inline-block;
    width: 100px;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    background-color: #009900;
    text-align: center;
    transition: 0.5s;
    border-radius: 5px;
}

.news-ul li:hover .img_cover {
    transform: scale(1.1);
}

.news-ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 5px #999;
}

.news-ul li:hover a .txt-bt .t1 {
    color: #009900;
}

.news-ul li:hover h5 span {
    background: #f38025;
    color: #fff;
}

.news-ul .img_cover {
    padding-top: 66%;
    transition: all .8s;
}

.news-ul li a .pic {
    width: 230px;
    position: relative;
    overflow: hidden;
}

.contact1-txt {
    line-height: 24px;
    font-size: 16px;
}


.contact1 .map {
    width: 100%;
    height: 350px;
    margin-top: 20px;
}

.contact1 {
    margin-top: 30px;
    padding-bottom: 20px;
}

.news-show {
    width: 100%;
    padding-bottom: 20px;
}

.news-show video {
    height: 500px;
    margin-top: 6px;
}

.news-show .txt-bt {
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 20px 0 5px 0;

}

.news-show .txt-date {
    font-size: 13px;
    color: #333;
    text-align: center;
}

.news-show .txt-nr {
    line-height: 28px;
    font-size: 13px;
    color: #333;
    padding: 5px 0 0 0;
}

.page-show img {
    display: block;
    max-width: 100%;
    margin: 20px auto;
    margin-bottom: 10px;
    text-align: center;
}

footer {
    background-color: #333;
}

.page-pro>ul {
    display: block;
    border: 1px solid #dcdcdc;

}

.page-pro>ul>li {
    line-height: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    border-bottom: 1px dashed #dedede;
}

.page-pro>ul>li:last-child {
    margin: 0;
}

.page-pro>ul>li>ul>li {
    line-height: 43px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page-pro>ul>li>a {
    background-color: #ffffff;
    padding: 0 10px;

}

.page-pro>ul>li:hover>a {
    background-color: #009900;
}

.page-pro>ul>.lu>a {
    background-color: #009900;
}

.page-pro>ul>.lu>a .txt1 {
    color: #fff;
}

.page-pro>ul>.lu>a .txt1 .img1 {
    display: none;
}

.page-pro>ul>.lu>a .txt1 .img2 {
    display: inline-block;
}

.page-pro>ul>.lu>a .txt2 .img1 {
    display: none;
}

.page-pro>ul>.lu>a .txt2 .img2 {
    display: inline-block;
}

.page-pro>ul>li>.zhuan .txt2 {
    transform: rotate(90deg);
}

.page-pro>ul>li:hover>a .txt1 {
    color: #fff;
}

.page-pro>ul>li:hover>a .txt2 {
    color: #fff;
}

.page-pro>ul>li>a .txt1 img {
    margin-right: 5px;
    margin-top: -2px;
}

.page-pro>ul>li>a .txt1 .img2 {
    display: none;
}

.page-pro>ul>li>a:hover .txt1 .img1 {
    display: none;
}



.page-pro>ul>li>a:hover .txt1 .img2 {
    display: inline-block;
}

.page-pro>ul>li>a .txt2 .img2 {
    display: none;
}

.page-pro>ul>li>a:hover .txt2 .img1 {
    display: none;
}



.page-pro>ul>li>a:hover .txt2 .img2 {
    display: inline-block;
}

.page-pro>ul>li>a .txt1 {
    color: #333;
    font-size: 16px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page-pro>ul>li>a .txt2 {
    color: #333;
    font-size: 16px;
    transition: all .3s;
}

.page-pro>ul>li>ul>li>a {
    display: block;
    color: #333;
    font-size: 16px;
    background-color: #fff;
    padding-left: 0;
}

.page-pro>ul>li>ul>li>a:hover {
    background-color: #009900;
    color: #fff;
}

.page-pro>ul>li>ul>li {
    padding: 1px 0;

}

.page-pro>ul>li>ul {
    display: none;
}


/* 底部导航 */

.footer-nav ul li a {
    font-family: 微软雅黑;
    font-size: 16px;
    color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.footer-nav ul li a:hover {
    border-bottom: 1px solid #fff;
}

.footer-nav {
    max-width: 920px;
}

.footer-nav ul {
    display: flex;
    justify-content: space-around;
    padding: 22px 0;

}

.footer-nav {
    border-bottom: 1px solid #558f4d;
}

.footer-nav ul .footer-li-none {
    border: none;
}

.footer-nav ul li {
    position: relative;
    padding: 0 4px;
    margin-right: 50px;
    text-align: center
}

.footer-nav ul li::before {
    display: block;
    content: "";
    width: 1px;
    height: 72%;
    background-color: #a7bea4;
    position: absolute;
    right: -34%;
    top: 50%;
    transform: translate(0, -50%);
}

.footer-nav ul li:nth-child(7)::before {
    display: none;
}

/*  */
.footer-left .txt span {
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
}

.footer-left .txt p {
    line-height: 46px;
    font-size: 30px;
    color: #ffffff;
}

.footer-left .logo {
    border-bottom: 1px solid #4d8745;
    padding-bottom: 20px;
}

.footer-left .txt {
    margin-top: 15px;
}

.footer-middle .txt {
    line-height: 32px;
    font-size: 14px;
    color: #ffffff;
}

.footer-right .qr1 {
    margin-left: 35px;
}

.footer-right .qr {
    text-align: center;
}

.footer-right .qr p {
    font-size: 14px;
    color: #ffffff;
    line-height: 34px;
}

footer>.wrap {
    margin-top: 30px;
}

.footer-buttom {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 12px 0;
    border-top: 1px solid #3d7a3a;
    margin-top: 20px;
}

.footer-buttom a {
    color: #FFFFFF
}


.jlfanye {
    /*float:right;*/
    width: 100%;
    height: 28px;
    margin: 18px 0 0 0;
}

.jlfanye a {
    padding: 5px;
    border: solid 1px #dedede;
    /*float:left;*/
    min-width: 8px;
    margin: 8px 2px;
    color: #999;
}

.jlfanye a:hover {
    color: #f00;
}

@media (max-width:1200px) {

    .container,
    .footer-content,
    .wrap {
        max-width: 96% !important;
    }






}


@media (max-width:991px) {
    header {
        display: none;
    }

    .xs-block {
        display: block;
    }

    .xs-show {
        display: block !important;
    }

    .xs-hide {
        display: none !important;
    }

    .xs-pa-20 {
        padding: 20px 0 !important;
    }

    .xs-ma-20 {
        margin: 20px 0 !important;
    }

    .xs-pa-to-20 {
        padding-top: 20px !important;
    }

    .xs-pa-bo-20 {
        padding-bottom: 20px !important;

    }

    .xs-ma-to-20 {
        margin-top: 20px !important;
    }

    .xs-ma-bo-20 {
        margin-bottom: 20px !important;

    }

    .cor-xs-1 {
        width: 100% !important;
    }

    .cor-xs-2 {
        width: 47% !important;
        margin: 1.5% !important;
    }

    .cor-xs-3 {
        width: 30.333333% !important;
        margin: 1.5% !important;
    }

    .cor-xs-4 {
        width: 22% !important;
        margin: 1.5% !important;
    }

    .cor-xs-5 {
        width: 17% !important;
        margin: 1.5% !important;
    }

    .cor-xs-6 {
        width: 13.666666% !important;
        margin: 1.5% !important;
    }

    .top {
        display: none;
    }

    .top-nav {
        display: none;
    }

    .banner .swiper-pagination span {
        display: none;
    }

    .big-banner .banner1-phone {
        display: block;
        padding-top: 43%;
    }

    .big-banner .banner1 {
        display: none;
    }

    .phone {
        display: block;
        position: relative;
        z-index: 9999;
        left: 0;
        top: 0;
        background-color: #ffff;
        border: 1px solid #eee;
    }

    .phone img {
        max-width: 62%;
        justify-content: space-between;
    }

    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }



    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }

    .page-left {
        width: 100%;
    }

    .page-right {
        width: 100%;
    }

    .page-left-img img {
        display: none;
    }

    .pro-ul {
        margin-top: 20px;
    }

    .pro-ul li {
        width: 47%;
        margin: 1.5%;
    }

    .pro-title .t1 {
        font-size: 16px;
    }

    .page-pro ul li {
        padding: 1px 0;
    }

    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    }

    .certificate {
        padding-bottom: 20px;
    }

    .certificate .banner2 .a .txt {
        font-size: 12px;
        color: #ffffff;
        text-align: center;
        line-height: 18px;
        height: 118px;
        position: relative;

    }

    .certificate .banner2 .a .txt .txt1 a {
        font-size: 12px;
        color: #ffffff;
        text-align: center;
        line-height: 18px;

    }

    .certificate .banner2 .a .txt .txt1 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .certificate .banner2 .a .txt span {
        line-height: 24px;
        font-size: 13px;
    }

    .certificate .banner2 ul li .a .img-box .img img {

        max-width: 26%;
    }


    /* 产品中心手机*/

    .page-title {
        display: none;
    }

    .pro-title {
        position: relative;
        background-color: #009900;
        padding: 4px 0px;
    }

    .page-pro>ul>li {
        line-height: 42px;
    }

    .page-pro>ul>li>ul>li {
        line-height: 35px;
    }

    .pro-title .t1 {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        padding: 10px 10px;
        align-items: center;
    }

    .pro-title .t2 {
        display: none;
    }

    .pro-title-t2-span1 {
        display: block;
    }

    .pro-ul li .txt {
        font-size: 14px;
        line-height: 30px;
    }

    .page-pro>ul {
        display: none;
    }

    .product1 {
        padding: 20px 0 0 0;
    }

    .page-pro>ul>li>a {
        font-size: 14px;
    }

    .page-pro>ul>li>ul>li>a {
        font-size: 15px;
    }

    .page-right-title {
        width: 97%;
        margin: 0 auto;
        border-bottom: 1px solid #dbdbdb;
        line-height: 28px;
        position: relative;
        padding: 10px 0;
    }

    /*  */
    .public-title .p1 {
        font-size: 16px;
        line-height: 24px;
        position: relative;
    }

    .public-title .p1 span {
        font-size: 16px;
    }

    .public-title .p1::after {
        display: none;
    }

    .public-title .p1::before {
        display: none;
    }

    .public-title .p2 {
        font-size: 13px;
        line-height: 21px;
    }

    .public-title {
        text-align: center;
        padding: 20px 0;
    }

    .about {
        padding-bottom: 20px;
        background: url(../images/xs_02.jpg) no-repeat 50% 50%;
        background-size: cover;
    }

    .about-right .txt-box .title span {
        font-size: 16px;
        color: #333333;
        line-height: 24px;
    }

    .about-right .txt-box .title p {
        line-height: 20px;
        font-size: 12px;
        color: #808080;
    }

    .about-right .txt-box .txt {
        line-height: 24px;
        font-size: 14px;
        color: #333333;
        margin-top: 5px;
    }

    .about-right .txt-box a {
        font-size: 14px;
        color: #14991a;
        margin-top: 3px;
        display: block;
    }

    .about-right .txt-box img {
        margin-top: -4px;
    }

    .about-left {
        width: 100%;
    }

    .about .public-title {
        padding-top: 20px;
    }

    .about ul li a .img-box .img .txt img {
        max-width: 58%;
    }

    .about ul li a .img-box .img .txt p {
        margin-top: 7px;
        font-size: 13px;
        color: #ffffff;
    }

    .about-right {
        width: 100%;
        margin-top: 16px;
    }

    .about-right .txt-box {
        padding: 15px;
    }

    .advantage .title-big {
        text-align: center;
        padding: 20px 0;
    }

    .advantage ul li {
        width: 100%;
        margin-bottom: 12px;
    }

    .advantage ul li .title .right {

        font-size: 17px;
        color: #333333;
        border-bottom: 2px solid #009900;
        margin-left: 7px;
        line-height: 26px;

    }

    .advantage ul li .title .left {
        font-size: 29px;
        color: #b5b3b4;
        font-family: "锐字真言体";
        font-weight: 2000;
    }

    .advantage ul li .txt {
        font-size: 14px;
        color: #161616;
        line-height: 24px;
        margin-top: 4px;

    }

    .advantage ul li .txt-box {
        margin-bottom: 4px;
    }



    .advantage {
        padding-bottom: 4px;
    }









    .news-left {
        width: 100%;
    }

    .news-right {
        width: 100%;
        margin-top: 20px;
    }

    .news-right-ul li a .s2 {
        font-size: 13px;
        color: #666666;
        padding-right: 8px;
    }

    .news-right-ul li a .s1 {
        width: 62%;
        font-size: 14px;
        padding-left: 1px;
    }

    .news-right-ul li a {
        line-height: 42px;
        background-color: #fff;
    }

    .news {
        padding-bottom: 20px;
        background: url(../images/xs_02.jpg) no-repeat 50% 50%;
        background-size: cover;
    }

    .news-right-txt {
        font-size: 12px;
        color: #ffffff;
        line-height: 20px;
        padding: 12px;

    }

    .news-right-ul li a .frame {
        width: 42px;
        line-height: 42px;

        font-size: 24px;
        text-align: center;
    }

    .news-left ul li a .p3 {
        line-height: 20px;
        font-size: 12px;
        color: #666666;
        margin-top: 3px;

    }

    .news-left ul li a .jt {
        display: none;
    }

    .news-left ul li a .p1 {
        font-size: 14px;
        color: #333333;
        line-height: 22px;

    }

    .news-left ul li a .p2 {
        line-height: 18px;
        font-size: 12px;
        color: #666666;
    }

    .news-left ul li a .txt-box {
        padding: 10px;
    }

    .case {
        padding-bottom: 20px;
    }

    .case .banner3 ul li video {
        height: 152px;
    }

    .case .banner3 ul li a p {
        line-height: 35px;
        text-align: center;

        font-size: 14px;

    }

    .exhibition {
        padding-bottom: 10px;
    }

    .exhibition .swiper-container {
        padding-bottom: 10px;
    }

    .exhibition ul li .lg {
        width: 91px;
        line-height: 28px;
        font-size: 12px;

        bottom: -2%;

        transition: all .6s;
    }

    .exhibition ul li .lg img {
        max-width: 17%;
    }

    .news-ul li {
        margin-bottom: 15px;
    }

    .news-ul li a .pic {
        width: 130px;
    }

    .news-ul li a .txt {
        padding: 0 0 0 10px;
        width: calc(100% - 130px);
    }

    .news-ul li a .txt .txt-bt .t1 {
        font-size: 15px;
    }

    .hidden-xs {
        display: none !important;
    }

    .news-ul li a h5 span {
        display: none;
    }

    .news-ul li a .txt .txt-nr {
        font-size: 12px;
    }

    .nav1 {
        padding: 10px 0;
        line-height: 30px;
    }

    .nav1 ul li {
        width: 30%;
        margin: 1.5%;
    }

    .nav2 {
        padding: 10px 0;
        line-height: 26px;
    }


    .xx-box {
        margin-top: 18px;
    }

    .nav2 ul li a {
        font-size: 14px;

    }

    .nav1 ul li a {
        font-size: 15px;

    }

    .contact1 .map {
        height: 250px;
        margin-top: 16px;
    }

    .contact1 {
        margin-top: 20px;
    }

    .pro-title {
        position: relative;
        background-color: #009900;
        padding: 5px 0px;
    }

    .page-pro>ul>li {
        line-height: 42px;
        margin-bottom: 6px;
    }

    .page-pro>ul>li>ul>li {
        line-height: 35px;
    }

    .pro-title .t1 {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        padding: 8px 10px;
        align-items: center;
        line-height: 26px;
    }

    .pro-title .txt {
        width: 100%;
    }

    .news-show video {
        height: 220px;
        margin-top: 6px;
    }

    footer>.wrap {
        display: none;
    }

    .footer-nav {
        display: none;
    }

    .footer-content {
        display: none;
    }

    .footer-buttom {
        padding: 20px 22px 23px 22px;
        font-size: 13px;
        text-align: center;
        margin: 0;
    }

    .footer-buttom a {
        font-size: 13px;
    }

    .footer-phone {
        background-color: #fff;
    }

    .footer-phone form {
        padding: 0 30px 0 30px;
    }

    .footer-phone form input {
        width: 100%;
        margin-bottom: 20px;
        height: 40px;
    }

    .footer-phone form .int2 {
        height: 80px;
    }

    .footer-phone form .int3 {
        background-color: #d9534f;
        color: #fff;
        border: none;
        outline: none;
    }

    .footer-phone form .int3:hover {
        background-color: #d43f3a;
    }


    .footer-phone form {
        display: block;
        border: 1px solid #fff;
    }

    .footer-phone-two {
        display: none;
    }

    .footer-phone form input {
        border: 1px solid #dcdcdc;
    }

}