* {
    margin: 0;
    padding: 0;
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
tr,
dl,
dd,
select,
option {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

body {
    overflow-x: hidden;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding: 0;
}

a {
    text-decoration: none !important;
}

.no-margin {
    margin: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.swiper-container .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.content {
    max-width: 1200px;
    margin: 0 auto;
}

.content-two {
    max-width: 1070px;
    margin: 0 auto;
}

ul li {
    list-style-type: none;
}

header {
    width: 100%;
    transition: top .3s;
    background-color: #689c2a;
    z-index: 999999;
    position: relative;
}

header.active {
    top: 0;
}

header ul {
    display: flex;
    justify-content: space-between;
}

header ul li a {
    display: block;
    color: #333;
    text-align: center;
    text-decoration: none !important;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}

.banner1-phone {
    display: none;
}

#span1 {
    position: relative;
    transition: all .2s;
}

#span2 {
    position: relative;
    transition: all .3s;
}

.header-flex {
    max-width: 1200px;
    margin: 0 auto;
}

.header-img {
    width: 371px;
    height: 74px;
    border-radius: 5px;
}

header ul li:hover {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    background-color: #568d0d;
    display: inline-block;
    text-align: center;
}

header ul>.li-red {
    height: 55px;
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    background-color: #568d0d;
    display: inline-block;
    text-align: center;
    line-height: 50px;
}


.header-flex ul li {
    width: 14.28%;
    text-align: center;
    position: relative;
}



.phone-ul-img {
    width: 330px;
    height: 100px;
}

.phone {
    width: 100%;
    background-color: #fff;
    display: none;
}

.phone-flex {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    align-items: center;
}

.phone-ul {
    position: absolute;
    right: 0;
    z-index: 10;
    display: none;
    width: 35%;
    text-align: center;
}

.phone-ul li {
    width: 100%;
    background-color: #ffff;
    border: 1px solid #eeee;
    line-height: 30px;
    color: #000;
    text-align: center;
    opacity: .8;
    -moz-opacity: 0.8;
    /* 老版Mozilla */
    -khtml-opacity: 0.8;
    /* 老版Safari */
    filter: alpha(opacity=80);
}

.phone-ul li a {
    color: #000;
    text-decoration: none !important;
    font-size: 14px;
}

.phone-ul li:hover {
    background-color: #689c2a;
    color: ivory;
}

.phone-ul li:hover a {
    color: #fff;
}

.phone span {
    display: block;
    width: 21px;
    height: 7px;
    border-bottom: 3px solid #689c2a;
}

.banner1 {
    padding-top: 26%;
}

.banner1-img {
    background: url(/css/images/%E6%96%87%E5%AD%971.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%;
}

.mobile-header {
    width: 100%;
    height: 80px;
    background-color: #000;
    display: none;
}

.mobile-header ul {
    margin-left: 71%;
    display: none;
}

.mobile-header:hover .mobile-header-ul {
    display: block;
}

.mobile-header-ul li {
    width: 200px;
    height: 50px;
    border: 1px solid #fff;
    background-color: #242424;
    line-height: 50px;
    color: #eee;
}

.mobile-header-ul li a {
    color: #eee;
}

.mobile-header-ul li:hover {
    background-color: rgb(154, 6, 6);
    color: #000;
}

.nav-ul li a {
    height: 55px;
    font-family: 微软雅黑;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-style: normal;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    text-align: center;
    line-height: 50px;
}

.nav-ul .sub_ul {
    display: none;
    width: 100%;
    position: absolute;
    padding: 0;
    z-index: 999;
    background: #568d0d;
}

.nav-ul .sub_ul li {
    width: 100%;
    padding: 0;
    margin: 0;
}

.nav-ul .sub_ul li .nav_a2 {
    font-size: 14px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    display: block;
    height: 42px;
}

.nav-ul li .nav_a2:hover,
.nav-ul li .nav_a2.on {
    background: #699c2b;
    color: #fff;
    border: none !important;
    margin-top: 0px !important;
}



.top {
    height: 29px;
    background-color: #eeeeee;
}

.top ul {
    display: flex;
    justify-content: space-between;
    line-height: 29px;
}

.top ul li {
    font-size: 14px;
}

.top ul li a {
    color: #333;
}

.top-nav-left {
    display: flex;
    align-items: center;
    width: 60%;
    justify-content: space-between;
}

.top-nav-left>span {
    font-size: 24px;
    color: #000;
    margin-top: 3.2%;
}

.top-nav {
    padding: 20px 0;
}

.top-nav-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-nav-right {
    display: flex;
    align-items: center;
}

.top-nav-right-text {
    margin-left: 10px;
}

.top-nav-right-text>span {
    color: #333333;
    font-size: 16px;
}

.top-nav-right-text>p {
    color: #689c2a;
    font-size: 34px;
    font-weight: bold;
    line-height: 30px;
}

.grey {
    background-color: #e2e2e2;
    padding: 24px 0;
}

.grey-search {
    width: 120px;
    height: 39px;
    background-color: #689c2a;
    border-radius: 20px;
    text-align: center;
    line-height: 39px;
    font-size: 18px;
    color: #fff;
}

.grey .container .row .grey-left {
    display: flex;
    align-items: center;
    width: 52%;
    float: left
}

.grey .container .row .col-sm-6>.grey-search-text>span {
    font-size: 18px;
}

.grey-right>form>input {
    width: 100%;
    height: 42px;
    border-radius: 20px;
    outline: none;
    border: none;
    text-indent: 12px;
    color: #666666;
}

.grey-right>form>button {
    width: 120px;
    height: 42px;
    border: none;
    background-color: #689c2a;
    border-radius: 20px;
    color: #fff;
}

.grey-right {
    position: relative;
    width: 44%;
    float: right;
}

.grey-right>form>button {
    position: absolute;
    left: 80%;
}

.grey-search-text {
    margin-left: 2%;
}

.grey-search-text a {
    color: #333333;
    padding-right: 10px;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.page {
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-left {
    width: 260px;
}

.page-right-p {
    font-size: 16px;
}

.page-pro {
    position: relative;
}

.pro-title {
    position: relative;
    background-color: #689c2a;
    padding: 38px 45px;
}

.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;
}

.page-pro ul {
    display: block;
    border: 2px solid #689c2a;
}

.page-pro ul li {
    line-height: 56px;
    padding: 6px;
}

.page-pro ul li a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: #689c2a;
}

.page-pro ul li>ul>li {
    padding: 1px 0;
}

.page-pro ul li>ul {
    display: none;
}

.page-pro ul li>ul li a {
    color: #eee;
    font-size: 14px;
    background-color: #568d0d;
}

.page-pro ul li a:hover {
    background-color: rgb(86, 141, 13);
}

.page-pro ul li a.on {
    background-color: rgb(86, 141, 13);
}

.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;
    margin: 0px 0 0 20px;
}

.pro-ul li {
    width: 31%;
    margin: 1.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 #689c2a;
    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.1);
}

.pro-ul li .txt {
    border: 1px solid #dfdfdf;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
    height: 50px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 6px;
}

.pro-ul li .pic .pro-img {
    position: relative;
    overflow: hidden;
}

.pro-ul li .pic .pro-img:before {
    content: "";
    display: block;
    padding-top: 80%;
}

.pro-ul li .pic .pro-img1:before {
    content: "";
    display: block;
    padding-top: 130%;
}

.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;
}

.protection {
    background-color: #2d2d2d;
    padding: 45px 0;
    position: relative;
}

.protection .content>span {
    font-size: 34px;
    color: #fff;
}

.protection .content>p {
    font-size: 24px;
    color: #fff;
}

.protection .clip {
    background-color: #689c2a;
    height: 155px;
    height: 155px;
    width: 47%;
    position: absolute;
    right: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    position: absolute;
    top: 71px;
    clip-path: polygon(0% 100%, 13% 0%, 100% 0%, 100% 80%, 101% 100%);
    -webkit-clip-path: polygon(0% 100%, 13% 0%, 100% 0%, 100% 80%, 101% 100%);
}

.protection .clip>span {
    font-size: 34px;
    color: #fff;
    margin-left: 100px;
}

.about {
    background-color: #f0eff2;
    padding: 56px 0;
}

.about-title {
    text-align: center;
}

.about-title>span {
    font-size: 70px;
    color: #689c2a;
    font-weight: bold;
}

.about-flex {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    flex-wrap: wrap-reverse;
}

.about-left {
    width: 49%;
    padding: 30px 25px;
    line-height: 28px;
}

.about-right {
    width: 49%;
}

.about-right-video video {
    width: 100%;
    height: 387px;
}

.public-title {
    padding: 20px 0 50px 0;
    margin: 0 auto;
}

.rectangle {
    width: 240px;
    height: 33px;
    border: 2px solid #689c2a;
    margin: 0 auto;
    position: relative;
}

.public-title-text {
    text-align: center;
    z-index: 9;
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 18px;
    top: -32px;
}

.public-title-text span {
    color: #000;
    font-size: 28px;
    font-weight: bold;
}

.no-rectangle {
    width: 141px;
    height: 35px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    left: 0;
    margin: auto;
}

.public-title-text p {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    line-height: 10px;
}

.banner3 {
    padding-top: 138%;
    border: 1px solid #efefef;
}

.certificate-img .banner2 .swiper-slide {
    width: 19%;
}

.certificate {
    padding: 50px 0 0 0;
}

.banner2 {
    position: relative;
}

.certificate-img .swiper-button-prev {
    width: 45px;
    height: 45px;
    background-color: #689c2a;
    border-radius: 50%;
    position: absolute;
    left: -5%;
    background: url(../image/index-09038_03.png) no-repeat center center, #568d0d;
    outline: none;
}

.certificate-img .swiper-button-next {
    position: absolute;
    right: -5%;
    width: 45px;
    height: 45px;
    background-color: #689c2a;
    border-radius: 50%;
    background: url(../image/index-09039_03.png) no-repeat center center, #568d0d;
    outline: none;
}

.advantage-title-box {
    max-width: 1200px;
    margin: 0 auto;
}

.advantage-title {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.advantage-title-text>span {
    font-size: 50px;
    color: #689c2a;
    font-weight: bold;
}

.advantage-title-text>span>span {
    color: #000;
}

.advantage-img1-fa {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.advantage-img1-fa:before {
    content: "";
    display: block;
    padding-top: 70%
}

.advantage-img1-fa .advantage-img1 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.advantage-img1-fa2 {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.advantage-img1-fa2:before {
    content: "";
    display: block;
    padding-top: 50%
}

.advantage-img1-fa2 .advantage-img1 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}


.advantage .content .advantage-img22 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.advantage .content .advantage-img11 {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 0%);
}

.advantage .content .advantage-img33 {
    position: absolute;
    left: 50%;
    top: 95%;
    transform: translate(-50%, -50%);
}

.advantage ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 67px;
    align-items: center;
    position: relative;
}

.advantage ul li {
    width: 42.9%;
    margin: 20px 0;

}

.advantage-img1-fa1 {
    margin-bottom: 50px;
}

.advantage-li-frame {
    width: 66px;
    height: 66px;
    text-align: center;
    box-shadow: 0 0 5px #e5e5e5;
    border-radius: 15px;
    position: relative;
}

.advantage-li-frame img {
    display: block;
    margin: 0 auto;
}

.advantage-li-frame-content {
    position: absolute;
    left: 50%;
    top: 43%;
    transform: translate(-50%, -50%);
}

.advantage-frame1 {
    width: 1px;
    height: 94%;
    background-color: #dbdbdb;
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
}

.advantage-frame2 {
    width: 100%;
    max-width: 100%;
    height: 1px;
    background-color: #dbdbdb;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.advantage ul li .advantage-li {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
    justify-content: flex-end;
}

.advantage-li-text {
    margin-left: 17px;
    font-size: 16px;
    line-height: 28px;
    width: calc(100% - 95px)
}

.advantage-li-text>span {
    color: #689c2a;
}

.advantage-li-frame-content>span {
    color: #689c2a;
    font-size: 24px;
}

.advantage>.content {
    max-width: 1050px;
}

.advantage-subtitle-left>span {
    font-size: 20px;
    font-weight: bold;
}

.advantage-subtitle {
    display: flex;
    align-items: center;
    max-width: 480px;
    justify-content: space-between;
    margin: 0 auto;
}

.advantage-subtitle-right {
    width: 180px;
    height: 30px;
    background-color: #689c2a;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
}

.advantage {
    padding: 60px 0;
}

.case {
    padding: 40px 0;
}

.case ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.case ul li {
    width: 47%;
    margin: 1.5%;
    margin-bottom: 4%;
}

.case ul li a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.case ul li a:hover .case-ul-img {
    transform: scale(1.15);
}

.case-ul-img-fa {
    width: 40%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.case-ul-img-fa:before {
    content: "";
    display: block;
    padding-top: 74%
}

.case-ul-img-fa .case-ul-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all .5s;
}

.case-ul-text>span {
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-weight: bold;
}

.case-ul-text>p {
    font-size: 12px;
    color: #333;
    margin-top: 15px;
    line-height: 22px;
}

.case-ul-text {
    width: 57%;
}


.case1 {
    padding: 10px 0;
}

.case1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.case1 ul li {
    width: 97%;
    margin: 1.5%;
    margin-bottom: 4%;
}

.case1 ul li a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.case1 ul li a:hover .case-ul-img {
    transform: scale(1.15);
}

.case1 ul li a:hover span {
    color: #689c2a
}

.case-ul-img-fa1 {
    width: 30%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.case-ul-img-fa1:before {
    content: "";
    display: block;
    padding-top: 74%
}

.case-ul-img-fa1 .case-ul-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all .5s;
}

.case-ul-text1>span {
    font-size: 18px;
    color: #333;
    height: 34px;
    overflow: hidden;
    display: block;
    line-height: 34px;
}

.case-ul-text1>p {
    font-size: 16px;
    color: #333;
    margin-top: 15px;
    line-height: 32px;
    height: 130px;
    overflow: hidden;
}

.case-ul-text1 {
    width: 67%;
}


.common-a {
    display: block;
    width: 180px;
    height: 46px;
    background-color: #2d2d2d;
    line-height: 46px;
    text-align: center;
    text-decoration: none !important;
    margin: 0 auto;
    border-radius: 30px;
    color: #fff !important;
}

.common-a1 {
    background-color: #689c2a;
    width: 146px;
    height: 43px;
    margin-top: 30px;
}

.common-a:hover {
    color: #689c2a;
}

.common-a1:hover {
    color: #fff;
    background-color: #568d0d;
}

.hotline {
    background-color: #2d2d2d;
}

.hotline-content {
    max-width: 1000px;
    margin: 0 auto;
}

.hotlin-left1 {
    width: 598px;
    height: 56px;
    background-color: #689c2a;
    text-align: center;
    line-height: 56px;
    font-size: 34px;
    color: #fff;
}

.hotlin-left1 span {
    font-weight: bold;
}

.hotlin-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hotlin-right1 {
    font-size: 24px;
    color: #ffff;
}

.hotlin-left2 {
    font-size: 20px;
    color: #fff;
}

.hotlin-right2 {
    font-size: 40px;
    color: #689c2a;
    font-weight: bold;
}

.hotline {
    padding: 40px 0;
}

.news-a {
    margin: 0 auto;
}

.news-a>.news-a1 {
    display: block;
    width: 148px;
    height: 43px;
    background-color: #2d2d2d;
    text-align: center;
    line-height: 43px;
    border-radius: 20px;
    color: #fff;
}

.news-a>.news-a1:hover {
    background-color: #689c2a;
    color: #FFFFFF
}

.news-a {
    display: flex;
    max-width: 306px;
    justify-content: space-between;
    margin: 0 auto;
}

.news-ul-frame {
    width: 97px;
    height: 107px;
    background-color: #f0eff2;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-ul-frame-text>span {
    font-size: 26px;
    color: #333;
}

.news-ul-frame-text>p {
    font-size: 14px;
    color: #333;
}

.news ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 57px;
}

.news ul li {
    display: flex;
    justify-content: space-between;
    width: 47%;
    margin: 1.5%;
    position: relative;
}

.news-ul-text:hover .news-ul-text-span {
    color: #568d0d;
}

.news-ul-text-span {
    font-size: 18px;
    color: #333;
    height: 26px;
    display: block;
    line-height: 26px;
    overflow: hidden;
}

.news-ul-text-p {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.news-ul-text-a {
    display: block;
    width: 78px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: #999999;
    border: 1px solid #999999;
    border-radius: 20px;
    margin-top: 10px;
    font-size: 12px;
}

.news-ul-text:hover .news-ul-text-a {
    color: #689c2a;
}

.news {
    padding: 58px 0;
}

.banner4 {
    position: relative;
}

.partner-img {
    margin-top: 50px;
}

.partner .swiper-slide {
    border: 1px solid #ddd;
}

.partner-img .swiper-wrapper .swiper-slide {
    padding: 32px 0;
}

.partner-img .swiper-wrapper .swiper-slide img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.partner-img .swiper-button-prev {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: absolute;
    left: -5%;
    background: url(../image/index-09038_03.png) no-repeat center center, #568d0d;
    outline: none;
}

.partner-img .swiper-button-next {
    position: absolute;
    right: -5%;
    width: 45px;
    height: 45px;
    background: url(../image/index-09039_03.png) no-repeat center center, #568d0d;
    border-radius: 50%;
    outline: none;
}

.link ul {
    display: flex;
}

.link ul li {
    line-height: 32px;
    padding: 0 10px;
}

.link {
    background-color: #f3f6f7;
    padding: 28px 0;
}

.link ul li a {
    font-size: 16px;
    color: #333;
}

.link ul li a:hover {
    color: #689c2a;
}

.page-right-two ul li {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.page-right-two-a {
    display: flex;
    justify-content: flex-end;
}

.page-right-two-a>a {
    display: block;
    width: 78px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: #999999;
    border: 1px solid #999999;
    border-radius: 20px;
    margin-top: 22px;
    font-size: 12px;
}

.page-right-two-a>a:hover {
    color: #568d0d;
}

.page-right .swiper-wrapper .swiper-slide {
    width: 210px !important;
    height: 145px;
    margin-bottom: 26px;
    margin-left: 2%;
}

.page-right .swiper-wrapper img {
    max-width: 100%;
}

.page-right .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.page-right-three>p {
    line-height: 30px;
}

.contact {
    width: 100%;
    margin-top: 35px;
}

.clip-img {
    position: relative;
    left: 20px;
}

.hotlin-right2 img {
    position: relative;
    left: -12px;
}

.page-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    line-height: 58px;
}

.page-title .t1 {
    font-size: 14px;
    color: #333;
}

.page-title .t2 {
    font-size: 14px;
    color: #666;
}

.page-right-p .page-text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 32px;
}

.page-right-p .page-text img {
    max-width: 100% !important;
    margin: 5px auto;
    display: block;
}

.page-right-p .page-text video {
    width: 100% !important;
    height: 450px !important;
}

;


.page-right-three-p1 {
    margin-top: 20px;
    line-height: 30px;
}

.page-right-two>ul {
    margin-top: 20px;
}

.page-right-fore ul {
    margin-top: 20px;
}

.news-ul-text {
    width: calc(100% - 150px);
}

.news-index {
    width: 100%;
}

.pro-title-t2-span1 {
    display: none;
}

.news-index-title {
    text-align: center;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.product-display-img-father-daxiao {
    width: 50%;
    margin: 0 auto;
}

.product-display-img-father {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 50px auto;
}

.product-display-img-father:before {
    content: "";
    display: block;
    padding-top: 72%;
}

.product-display-img-father .product-display-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

footer {
    background-color: #333;
}

.footer-nav ul li a {
    font-family: 微软雅黑;
    font-size: 16px;
    color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.footer-nav {
    max-width: 660px;
    margin: 0 auto;
}

.footer-nav ul {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    padding: 45px 0 20px 0;
}

.footer-content {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.footer-content-left img {
    width: 80px;
    height: 66px;
}

.footer-content-right img {
    max-width: 100%;
}

.footer-content-middle {
    color: rgb(238, 238, 238);
    max-width: 300px;
}

.footer-content-left {
    width: 45%;
}

.footer-content-left>form>input {
    width: 48%;
    height: 41px;
}

.footer-content-left>form>.footer-content-left-int3 {
    margin-top: 16px;
    width: 99%;
    height: 75px;
}

.footer-content-left-int2 {
    margin-left: 13px;
}

.footer-content-left>form>input {
    text-indent: 6px;
}

.footer-content-left>form>textarea {
    text-indent: 6px;
}

.footer-content-left>form>.button {
    width: 234px;
    height: 41px;
    background-color: #ffcc00;
    border: none;
    outline: none;
    margin-top: 16px;
    cursor: pointer;
}

.footer-content-middle>span {
    font-size: 20px;
    color: #fff;
}

.footer-content-middle>p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.footer-content-right {
    display: flex;
    justify-content: space-between;
}

.footer-content-right-img1 {
    text-align: center;
    margin: 5px;
}

.footer-content-right-img1 img {
    width: 100px;
    height: 100px;
}

.footer-content-right-img2 {
    text-align: center;
    margin: 5px;
}

.footer-content-right-img2 img {
    width: 100px;
    height: 100px;
}

.footer-content-right-img1>p {
    color: #fff;
    margin-top: 5px;
}

.footer-content-right-img2>p {
    color: #fff;
    margin-top: 5px;
}

.footer-nav ul li {
    border-right: 1px solid #fff;
    padding: 0 4px;
    width: 14.28%;
    text-align: center
}

.footer-nav ul .footer-li-none {
    border: none;
}

.footer-buttom {
    background-color: #272727;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin-top: 20px;
    padding: 12px 0;
}

.footer-buttom a {
    color: #FFFFFF
}

.footer-phone form {
    display: none;
}

.mobile-buttom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    background-color: #689c2a;
    color: #FFFFFF;
    text-align: center;
}

.mobile-buttom span {
    font-size: 14px;
    color: #eee;
}

.mobile-buttom:hover {
    background-color: #568d0d;
    color: #fff;
}

.mobile-buttom a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
}

.mobile-buttom a:hover {
    color: #FFFFFF
}

.mobile-buttom a img {
    display: block;
    height: 25px;
    margin: 3px auto;
}

.mobile-footer {
    display: none;
}

.mobile-footer .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width:1200px) {

    .content,
    .container,
    .footer-content {
        max-width: 96%;
    }

    .case-ul-text {
        margin: 0 auto;
    }

    .top-nav-left>span {
        font-size: 17px;
    }

    .grey-search-text span {
        font-size: 12px;
    }

    .protection .clip {
        display: none;
    }

    .protection {
        text-align: center;
    }

    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    }
}

@media (max-width:1095px) {
    .advantage-title-text>span {
        font-size: 35px;
        color: #689c2a;
        font-weight: bold;
    }
}

@media (max-width:996px) {
    .footer-content-left-int2 {
        margin-left: 8px;
    }

    .advantage-title-text>span>span {
        display: block;
    }

    .footer-content-middle {
        display: none;
    }
}

@media (min-width:769px) and (max-width:991px) {


    .advantage .content .advantage-img11,
    .advantage .content .advantage-img22,
    .advantage .content .advantage-img33,
    .advantage-frame2,
    .advantage-frame1 {
        display: none;
    }

    .top-nav-left>span {
        display: none;
    }

    .protection .clip {
        display: none;
    }

    .protection {
        text-align: center;
    }

    .case-ul-text {
        margin-left: 20px;
        margin: 0 auto;
    }

    .case-ul-text>p {
        margin: 0;
    }

    .grey {
        display: none;
    }

    .hotlin-left1 {
        width: 598px;
        height: 56px;
        background-color: #689c2a;
        text-align: center;
        line-height: 56px;
        font-size: 34px;
        color: #fff;
        font-size: 26px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .hotlin-left2 {
        width: 100%;
        text-align: center;
        line-height: 56px;
        font-size: 18px;
        color: #fff;
        margin: 0 auto;
    }

    .hotlin-right1 {
        width: 100%;
        text-align: center;
        font-size: 18px;
    }

    .hotlin-right2 {
        width: 100%;
        text-align: center;
        font-size: 18px;
    }

    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    }
}

.product-show .t2 video {
    width: 800px !important;
    height: 500px !important
}

@media (max-width:769px) {
    header {
        display: none;
    }

    .product-show .t2 video {
        width: 400px !important;
        height: 250px !important
    }

    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }

    .phone {
        display: block;
    }

    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }

    .mobile-footer {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        margin-top: 20px;
        z-index: 999;
    }

    .banner .swiper-pagination span {
        display: none;
    }

    .phone img {
        max-width: 40%;
        justify-content: space-between;
    }

    .top {
        display: none;
    }

    .top-nav {
        display: none;
    }

    .grey {
        display: none;
    }

    .advantage-title-frame {
        display: none;
    }

    .page-left {
        width: 100%;
    }

    .page-right {
        width: 100%;
    }

    .page-left-img-text {
        display: none;
    }

    .link {
        display: none;
    }

    .protection .clip {
        display: none !important;
    }

    .page-left-img img {
        display: none;
    }

    .about-left {
        width: 100%;
    }

    .about-right {
        width: 100%;
    }

    .pro-title-phone-none {
        display: none;
    }

    .pro-ul {
        margin-top: 20px;
    }

    .pro-ul li {
        width: 47%;
        margin: 1.5%;
    }

    .page-pro ul li {
        padding: 1px 0;
    }

    .advantage ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .pro-ul {
        margin: 0;
    }

    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    }

    .advantage-subtitle-left {
        display: none;
    }

    .advantage-subtitle-right {
        display: none;
    }

    .advantage-title-text>span {
        font-size: 25px;
    }

    .advantage-title {
        justify-content: center;
    }

    .case ul li {
        width: 100%;
    }

    .case-ul-text {
        margin: 0;
        height: 133px;
        overflow: hidden;
        margin-left: 3%;
    }

    .case-ul-text1>span {
        font-size: 18px;
        color: #333;
        height: 34px;
        overflow: hidden;
        display: block;
        line-height: 34px;
    }

    .case-ul-text1>p {
        font-size: 14px;
        color: #333;
        margin-top: 12px;
        line-height: 24px;
        height: 72px;
        overflow: hidden;
    }

    .news ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .news-ul-text>a {
        margin-top: 10px;
    }

    .news-ul-text>span {
        font-size: 16px;
    }

    .news-ul-text>P {
        font-size: 12px;
    }

    .hotlin-flex {
        justify-content: center;
    }

    .hotlin-left2 {
        text-align: center;
    }

    .container {
        padding: 0 10px;
    }

    .content {
        padding: 0 10px;
    }

    .news-ul-text>P {
        margin-top: 0px;
    }

    .about-title>span {
        font-size: 26px;
    }

    .about-left {
        font-size: 14px;
    }

    .advantage-li-text {
        font-size: 14px;
        line-height: 17px;
        line-height: 26px;
    }

    .case-ul-text>p {
        margin-top: 10px;
    }

    .public-title-text span {
        font-size: 20px;
    }

    .about-right-video video {
        height: 260px;
    }

    .protection .content>span {
        font-size: 22px;
    }

    .protection .content>p {
        font-size: 16px;
    }

    .case-ul-img-fa:before {
        padding-top: 50%;
    }

    .page {
        padding: 0 10px;
    }

    .hotlin-flex {
        line-height: 37px;
    }

    .protection .content {
        text-align: center;
    }

    .case-ul-text-phone>span {
        font-size: 16px;
    }

    .banner1-phone {
        display: block;
        padding-top: 53%;
    }

    .banner1 {
        display: none;
    }

    .hotlin-left1 {
        font-size: 26px;
    }

    .hotlin-right1 {
        font-size: 18px;
    }

    .hotlin-left2 {
        font-size: 18px;
    }

    .hotlin-right2 {
        font-size: 26px;
    }

    .page-right .swiper-wrapper .swiper-slide {
        width: 47% !important;
        margin: 1.5%;
    }

    .contact {
        width: 100%;
        margin: 0;
        margin-top: 20px;
        height: 260px;
    }

    .page-right-three>p {
        margin: 0;
        margin-top: 20px;
    }

    .page-right-two-a>a {
        margin: 20px auto;
    }



    .page-right-p {
        margin-top: 0px;
        font-size: 14px;
    }

    .page-title {
        display: none;
    }

    .hotlin-right2 img {
        position: relative;
        left: -12px;
        width: 30px;
    }

    .common-a {
        display: block;
        width: 128px;
        height: 37px;
        background-color: #2d2d2d;
        line-height: 37px;
        text-align: center;
        text-decoration: none !important;
        margin: 0 auto;
        margin-top: 0px;
        border-radius: 30px;
        color: #fff;

    }

    .news-ul-text {
        margin: 0 auto;
        height: 114px;
        overflow: hidden;
    }

    .case-ul-text-phone {
        display: block;
        text-align: center;
        color: #333;
        margin-top: 20px;
    }

    .pro-title {
        position: relative;
        background-color: #689c2a;
        padding: 5px 0px;
    }

    .page-pro ul li {
        line-height: 40px;
    }

    .pro-title .t1 {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        padding: 10px 10px;
    }

    .pro-title .t2 {
        display: none;
    }

    .pro-title-t2-span1 {
        display: block;
    }

    .news-ul-text1-box {
        display: flex;
        justify-content: center;
    }

    .advantage ul li .advantage-li {
        margin-bottom: 20px;
    }

    .advantage ul li .advantage-li {
        justify-content: space-around;
    }

    .page-pro ul {
        display: none;
    }

    .case-ul-text>span {
        font-size: 16px;
    }

    .case-ul-text>p {
        font-size: 12px;
        line-height: 24px;
    }

    .news-ul-text-span {
        font-weight: bold;
        font-size: 12px;
        color: #333;
    }

    .news-ul-text-p {
        font-size: 12px;
        color: #333;
        margin-top: 5px;
    }

    .news-ul-text {
        width: calc(100% - 133px);
    }

    .news-index {
        width: 100%;
    }



    .page-right-p .page-text video {
        width: 100% !important;
        height: 300px !important;
    }

    ;




    .advantage .content .advantage-img11,
    .advantage .content .advantage-img22,
    .advantage .content .advantage-img33,
    .advantage-frame2,
    .advantage-frame1 {
        display: none;
    }



    .footer-nav {
        display: none;
    }

    .footer-content {
        display: none;
    }

    .footer-buttom {
        background-color: rgb(238, 238, 238);
        color: rgb(99, 99, 99);
        font-size: 10px;
        padding: 10px 10px 70px 10px;
        width: 100%;
        line-height: 32px
    }

    .footer-buttom a {
        color: #666666
    }


    .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;
    }

    .mobile-footer {
        display: block;
    }

    .footer-phone form {
        display: block;
        border: 1px solid #fff;
    }

    .footer-phone-two {
        display: none;
    }

    footer {
        background-color: #fff;
    }

    .footer-phone form input {
        border: 1px solid #dcdcdc;
    }

    .pro-title-click {
        cursor: pointer;
    }

    .advantage ul {
        margin-top: 20px;
    }

    .page {
        margin: 20px 0;

    }

    .pro-ul8 {
        margin-top: 20px;
    }

    .protection {
        padding: 25px 0;
    }


    .about {
        padding: 20px 0;
    }

    .advantage {
        padding: 0;
    }

    .case {
        padding: 20px 0;
    }

    .public-title {
        padding: 30px 0 20px 0;
        margin: 0 auto;
    }

    .news {
        padding: 20px 0;
    }

    .news ul {
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .advantage ul li {
        margin: 0;
    }

    .partner-img {
        margin-top: 20px;
    }

    .case-ul-img-fa {
        width: 37%;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
    }

    .about-left {
        padding: 20px;
    }

    .advantage-title {
        margin-top: 20px;
    }

    .about-title {
        margin-bottom: 20px;
    }

    .about-left p:nth-child(3) {
        display: none;
    }

    .phone-flex>p {
        color: #689c2a;
        font-size: 22px;
        font-weight: bold;
    }

    .certificate {
        padding: 30px 0 0 0;
    }

    .about .common-a {
        margin-top: 20px;
    }

    .advantage-img1-fa1 {
        margin-bottom: 20px;
    }

    .page-right-fore ul {
        margin-top: 6px;
    }

    .case-ul-text1 {
        width: 60%;
    }

    .hotline {
        padding: 20px 0;
    }

    .pro-title .t1 {
        font-size: 22px;
    }

}


.product-show {
    padding: 20px 0;
}

.product-show .t1 {
    font-size: 24px;
    color: #333;
    text-align: center;
    line-height: 40px;
}

.product-show .t3 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #666666;
}

.product-show .t3 img {
    display: block;
    max-width: 100%;
    margin: 15px auto;
}

.product-show .t2 {
    font-size: 14px;
    color: #333;
    line-height: 28px;
    margin-top: 10px;
}

.product-show .t2 img {
    max-width: 100% !important;
    height: auto !important;
    margin: 5px auto;
    display: block;
}

.product-show .t2 table {
    width: 100% !important;
    height: auto !important;
}

.product-show .t2 table td {
    width: auto !important;
    height: auto !important;
    border: 1px solid #eee
}



.dbbox {
    width: 100%;
    text-align: center
}

.dbbox img {
    max-width: 140px;
    margin: 10px auto;
}

.dbbox {
    position: fixed;
    left: 0;
    bottom: 70px;
    z-index: 99;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
}

.dbbox .dbs {
    position: relative;
    padding: 0 15px;
    display: none;
}

.dbbox .dbs .neirong {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}

.dbbox .dbs.ewm-box {
    text-align: center;
}

.dbbox .dbs.ewm-box:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    z-index: 1;
    width: 25%;
    height: 6px;
    background: url(/images/icon/dbtc_jt.png) no-repeat center;
}

.dbbox .dbs.fenxiang-box:after {
    content: "";
    position: absolute;
    left: 75%;
    bottom: -6px;
    z-index: 1;
    width: 25%;
    height: 6px;
    background: url(/images/icon/dbtc_jt.png) no-repeat center;
}

.dbbox .dbs.ewm-box img {
    max-width: 140px;
}


.text-5 {
    padding: 30px 30px 0;
    height: 330px;
    width: 100%;
    margin: 0 auto;
}

.text-5 ul li:nth-child(n+2) {
    margin-top: 20px;
}

.text-5 ul li input {
    display: block;
    padding: 0 10px;
    width: 100%;
    max-width: 500px;
    height: 44px;
    font-size: 16px;
    color: #999999;
    line-height: 42px;
    border: solid 1px #e5e5e5;
    border-left: solid 3px #689c2a;
}

.text-5 ul li textarea {
    display: block;
    padding: 6px 10px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 164px;
    min-height: 104px;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    border: solid 1px #e5e5e5;
    border-left: solid 3px #689c2a;
}

.text-5 ul li button {
    display: block;
    padding: 0;
    width: 260px;
    height: 44px;
    font-size: 16px;
    color: #fff;
    line-height: 44px;
    background: #689c2a;
    border: none;
}

.text-5.active {
    height: auto;
}

.wapbn{
   display: none;
}

@media (max-width: 769px){
	.pcbn{
   display: none;
}
.wapbn{
  display:block;	
}

}

.pglist {
    padding: 30px 0 15px;
    width: 100%;
    text-align: center;
    clear: both;
}.pglist * {
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    padding-bottom: 1px;
}.pglist a {
    color: #333;
    padding: 0 15px;
    margin: 0 4px;
    background: #fff;
    border: 1px solid #edebeb;
}.pglist .active a{
    display: inline-block;
    color: #fff;
    background: #0056a8;
    border-color: #0056a8;
}.pglist span{
    color: #333;
    padding: 0 15px;
    margin: 0 4px;
    background: #fff;
    border: 1px solid #edebeb;
}