* {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
}

a {
    color: #333;
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

body,
html {
    scroll-behavior: smooth;
}

.inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: 100%;
}

/* 导航 */
.navigation {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    height: 90px;
    width: 100%;
    border: 1px solid #ffffff48;
    box-sizing: border-box;
    transition: 0.5s ease;
}

.navigation.all {
    background: #FFF;
    box-shadow: 0px 0px 10px 1px #00000039;
    position: fixed;
}

.navigation.all .out ul li .title a,
.navigation.all .out .nav_box .language a,
.navigation.all .out .nav_box .language i {
    color: #333;
}

.navigationa.all .out .nav_box .language a.all {
    color: #258536;
}

.navigation .out {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.navigation .out .nav_box {
    display: flex;
    align-items: center;
    height: 100%;
}

.navigation .out .logo img {
    width: 176px;
}

.navigation .out ul {
    display: flex;
    align-items: center;
    height: 100%;
}

.navigation .out ul li {
    margin-right: 73px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.navigation .out ul li:last-child {
    margin-right: 85px;
}

.navigation .out ul li .title a {
    color: #FFFFFF;
    font-size: 18px;
}

.navigation .out ul li .nav_list {
    width: 150px;
    border-radius: 4px;
    background: #FFF;
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -75px;
    padding: 20% 5%;
    box-sizing: border-box;
    display: none;
}

.navigation .out ul li .nav_list a {
    display: block;
    text-align: center;
    line-height: 2.5em;
}

.navigation .out ul li .nav_list a:hover {
    color: #0BA260;
}

.navigation .out .nav_box .language a {
    color: #FFFFFF;
    font-size: 20px;
}

.navigation .out .nav_box .language a.all {
    color: #258536;
}

.navigation .out .nav_box .language i {
    color: #FFFFFF;
    font-size: 20px;
    margin: 0px 12px;
}

/* banenr */

.banenr img {
    width: 100%;
}

.banenr_swiper .swiper-pagination {
    bottom: 67px;
}

.banenr_swiper .swiper-slide img {
    width: 100%;
    display: block;
}

.banenr_swiper .swiper-pagination-bullet {
    background: #FFF;
    width: 11px;
    height: 11px;
    opacity: 1;
    position: relative;
    margin-right: 39px !important;
}

.banenr_swiper .swiper-pagination-bullet::after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    transform: scale(1);
    border: 1px solid #258536;
    border-radius: 50%;
    box-sizing: border-box;
    opacity: 0;
    transition: 0.4s ease;
}

.banenr_swiper .swiper-pagination-bullet-active {
    background: #258536;
}

.banenr_swiper .swiper-pagination-bullet-active::after {
    transform: scale(2);
    opacity: 1;
}

.inner_title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 100px;
    margin-bottom: 85px;
}

.inner_title p {
    color: #E9E9E9;
    font-size: 69px;
    font-weight: bold;
    text-transform: uppercase;
}

.inner_title h2 {
    position: absolute;
    color: #111111;
    font-size: 38px;
    top: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.inner_title h2::after {
    width: 38px;
    height: 4px;
    background: #258536;
    content: '';
    display: block;
    margin-top: 21px;
}

.Products .tap_box {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
}

.Products .tap_box a {
    font-size: 20px;
    color: #999999;
    display: block;
    padding: 0px 48px;
    border-right: 1px solid #CCCCCC;
}

.Products .tap_box a:last-child {
    border-right: none;
}

.Products .tap_box a.all {
    color: #0BA260;
}

.Products_swiper .swiper-slide {
    width: 437px;
    margin-right: 44px;
}

.Products_swiper .swiper-slide .img {
    width: 100%;
    height: 273px;
    overflow: hidden;
}

.Products_swiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

.Products_swiper .swiper-slide:hover .img img {
    transform: scale(1.1);
}

.Products_swiper .swiper-slide span {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 28px;
    color: #333333;
    font-size: 24px;
}

.Products_swiper .swiper-button-prev,
.Products_swiper .swiper-button-next {
    width: 44px;
    height: 44px;
    background: #1717171f;
    border-radius: 50%;
}

.Products_swiper .swiper-button-prev::after,
.Products_swiper .swiper-button-next::after {
    color: #FFF;
    font-size: 12px;
}

.Products_swiper .swiper-button-prev:hover,
.Products_swiper .swiper-button-next:hover {
    background: #0BA260;
}

.Application .out {
    width: 100%;
    display: flex;
    align-items: center;
}

.Application .out .box {
    width: 12.572%;
    height: 466px;
    position: relative;
    overflow: hidden;
    transition: 0.4s ease;
}

.Application .out .box .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Application .out .box.all {
    width: 37.143%;
}

.Application .out .box .txt {
    position: absolute;
    top: 56%;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease;
}

.Application .out .box .txt h5 {
    color: #FFF;
    font-size: 20px;
    margin-bottom: 12px;
}

.Application .out .box .txt span {
    color: #FFF;
    font-size: 12px;
    opacity: 0;
    transition: 0.4s ease;
}

.Application .out .box .txt p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 148px;
    height: 42px;
    border-radius: 26px;
    background: #0BA260;
    color: #FFF;
    font-size: 16px;
    margin-top: 63px;
    opacity: 0;

    transition: 0.4s ease;
}

.Application .out .box .txt p img {
    margin-left: 9px;
    display: block;
    height: 10.84px;
}

.Application .out .box.all .txt {
    top: 0px;
}

.Application .out .box.all .txt p,
.Application .out .box.all .txt span {
    opacity: 1;
}

.Advantage .out {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Advantage .out .box {
    width: 24%;
    height: 222px;
    border-radius: 4px;
    background: #F8F8F8;
}

.Advantage .out .box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.Advantage .out .box .img {
    height: 67.65px;
    margin-bottom: 20px;
}

.Advantage .out .box h5 {
    color: #333333;
    font-size: 20px;
    margin-bottom: 18px;
}

.Advantage .out .box span {
    color: #999999;
    font-size: 14px
}

.Advantage .out .box:hover {
    background: #0BA260;
}

.Advantage .out .box:hover h5,
.Advantage .out .box:hover span {
    color: #FFF;
}

.Advantage .out .box:hover .img {
    content: var(--dataimg);
}


.About {
    width: 100%;
    height: 761.95px;
    background: url(../images/ABOUT.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 100px;
    padding-top: 70px;
    padding-bottom: 75px;
    box-sizing: border-box;
}

.About .inner_title {
    margin-top: 0px;
    box-sizing: border-box;
}

.About .inner_title h2 {
    color: #FFF;
}

.About .inner_title p {
    color: #FFF;
    opacity: 0.32;
}

.About .out .txt {
    width: 100%;
    max-width: 996px;
    margin: 0 auto;
    text-align: center;
}

.About .out .txt p {
    color: #ECECEC;
    font-size: 16px;
    line-height: 2em;
}

.About .out a {
    width: 148px;
    height: 42px;
    border-radius: 26px 26px 26px 26px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0 auto;
    margin-top: 36px;
}

.About .out a span {
    width: 23px;
    height: 23px;
    background: #0BA260;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;

}

.About .out a span img {
    height: 10.84px;
}

.News {
    overflow: hidden;
}

.News .out {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}

.News .out .left {
    width: 604px;
    height: 463.09px;
    position: relative;
    flex: none;
}

.News .out .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.News .out .left .txt {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #00000048;
    width: 100%;
    padding: 15px 33px 24px 33px;
    box-sizing: border-box;
}

.News .out .left .txt span {
    color: #F1F1F1;
    font-size: 16px;
    display: block;
    margin-bottom: 13px;
}

.News .out .left .txt h5 {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.News .out .right {
    width: 748px;
}

.News .out .right .box {
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    box-sizing: border-box;
    padding-bottom: 26px;
    margin-bottom: 32px;
}

.News .out .right .box:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.News .out .right .box a {
    display: flex;
    align-items: center;
}

.News .out .right .box .tiem {
    width: 122px;
    border-right: 1px solid #DDDDDD;
    box-sizing: border-box;
    flex: none;
}

.News .out .right .box .tiem h6 {
    color: #999999;
    font-size: 44px;
    font-weight: 500;
}

.News .out .right .box .tiem span {
    font-size: 20px;
    color: #AAAAAAAA;
}

.News .out .right .box .txt {
    width: 100%;
    padding-left: 18px;
}

.News .out .right .box .txt h5 {
    color: #333333;
    font-size: 18px;
    margin-bottom: 25px;
}

.News .out .right .box .txt p {
    color: #444444;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
}



.News .out .right .box.all .txt h5,
.News .out .right .box.all .tiem span,
.News .out .right .box.all .tiem h6 {
    color: #0BA260;
}

.footer {
    width: 100%;
    background: url(../images/footer.png) no-repeat center;
    background-size: cover;
    padding-top: 105px;
}

.footer .out {
    display: flex;
    align-items: center;
}



.footer .out .left .logo img {
    width: 199px;
}

.footer .out .left ul {
    margin-top: 65px;
}

.footer .out .left ul li {
    margin-bottom: 35px;
    display: flex;
    align-items: center;
}

.footer .out .left ul li:last-child {
    margin-bottom: 0px;
}

.footer .out .left ul li span,
.footer .out .left ul li a {
    color: #DCDCDC;
    font-size: 16px;
}

.footer .out .left ul li span{
    flex: none;
}

.footer .out .right {
    margin-left: 10%;
}

.footer .out .right ul {
    display: flex;
}



.footer .out .right ul span {
    color: #FFFFFF;
    font-size: 16px;
    display: block;
    margin-bottom: 34px;

}

.footer .out .right ul a {
    color: #DCDCDC;
    font-size: 16px;
    display: block;
    margin-bottom: 32px;
}

.footer .out .right ul li {
    margin-right: 81px;
}

.footer .out .right ul li:last-child {
    margin-right: 0px;
}

.footer .out .right ul a:last-child {
    margin-bottom: 0px;
}

.footer .out_2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 34px;
    padding-bottom: 78px;
}

.footer .out_2 span,
.footer .out_2 a {
    color: #DCDCDC;
    font-size: 16px;
}

.footer .out_2 a {
    margin: 0 5px;
}

.footer .out_3 {
    padding: 22px 0px;
    border-top: 4px solid #c8c8c847;
    box-sizing: border-box;
}

.footer .out_3 .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .out_3 .left,
.footer .out_3 .right {
    display: flex;
}

.footer .out_3 span,
.footer .out_3 a {
    color: #CCCCCC;
    font-size: 14px;
}

.footer .out_3 .left span:first-child {
    margin-right: 100px;
}

.Honor .out {
    position: relative;
    margin-bottom: 220px;
}

.Honor_swiper .swiper-slide {
    width: 269px;
    margin-right: 107px;
}

.Honor_swiper .swiper-slide .img {
    width: 100%;
    height: 350px;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
}

.Honor_swiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.Honor_swiper .swiper-slide span {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 40px;
    color: #555555;
    font-size: 18px;
}

.Honor .swiper-button-next,
.Honor .swiper-button-prev {
    width: 64px;
    height: 64px;
    border: 1px solid #0BA260;
    border-radius: 50%;
}

.Honor .swiper-button-next:after,
.Honor .swiper-button-prev:after {
    font-size: 16.12px;
}

.Honor .swiper-button-next:hover,
.Honor .swiper-button-prev:hover {
    background: #0BA260;
}

.Honor .swiper-button-next:hover::after,
.Honor .swiper-button-prev:hover::after {
    color: #FFF;
}

.Honor .swiper-button-next {

    margin-right: -8%;
}

.Honor .swiper-button-prev {
    margin-left: -8%;
}

.banenr {
    position: relative;
}

.inner_tap {
    width: 100%;
    position: absolute;
    bottom: -46px;
}

.inner_tap .out {
    width: 100%;
    background: #FFF;
    height: 92px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.06);
    border-radius: 4px 4px 4px 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 27px;
    box-sizing: border-box;
}

.inner_tap .out .left a {
    color: #999999;
    font-size: 18px;
    padding: 0px 75px;
    border-right: 1px solid #CCCCCC;
    box-sizing: border-box;

}

.inner_tap .out .left a:first-child {
    padding-left: 30px;
}

.inner_tap .out .left a:last-child {
    margin-right: 0px;
    border-right: none;
}

.inner_tap .out .left a.all,
.inner_tap .out .left a:hover {
    color: #0BA260;
}

.inner_tap .out .right {
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 14px;
}

.inner_tap .out .right a {
    color: #666666;
    font-size: 14px;
    display: flex;
}

.inner_tap .out .right span{
    display: flex;
    margin-top: -2px;
}

.inner_tap .out .right a:last-child span {
    display: none;
}

.inner_tap .out .right img {
    height: 16.08px;
    width: auto;
    margin-right: 7px;
}

.Products_page {
    margin-bottom: 100px;
}

.Products_page .out {
    display: flex;
    flex-wrap: wrap;
}

.Products_page .out .box {
    width: 32%;
    margin-bottom: 78px;
    margin-right: 2%;
}

.Products_page .out .box:nth-child(3n) {
    margin-right: 0px;
}

.Products_page .out .box .img {
    width: 100%;
    height: 273px;
    overflow: hidden;
}

.Products_page .out .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.4s ease;
}

.Products_page .out .box .img:hover img {
    transform: scale(1.1);
}

.Products_page .out .box span {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 28px;
    color: #333333;
    font-size: 24px;
}


.bottonaniu {
    display: flex;
    justify-content: center;
}

.bottonaniu a {
    display: block;
    text-align: center;
    line-height: 41px;
    background: #EEEEEE;
    border-radius: 2px;
    margin-right: 10px;
    color: #555555;
    font-size: 16px;
}

.bottonaniu a:hover,
.bottonaniu a.act {
    background: #0BA260;
    color: #fff;
}

.bottonaniu .a-1 {
    width: 49px;
    height: 41px;


}

.bottonaniu .a-2 {
    width: 66px;
    height: 41px;

}

.bottonaniu .a-3 {
    width: 41px;
    height: 41px;

}

.Application_page {
    margin-bottom: 100px;
}

.Application_page .out {
    flex-wrap: wrap;
}

.Application_page .out .box {
    width: 32%;
    height: 397px;
    margin-right: 2%;
    margin-bottom: 24px;
}



.Application_page .out .box:nth-child(3n) {
    margin-right: 0px;
}

.Application_page .out .box .txt {
    top: 100%;
    opacity: 0;
    transition: 0.4s initial;
}

.Application_page .out .box .txt p {
    opacity: 1;
}

.Application_page .out .box .txt span {
    opacity: 1;
}

.Application_page .out .box:hover .txt {
    opacity: 1;
    top: 0px;
}

.Application_page .bottonaniu {
    margin-top: 60px;
}

/* --------------------- */

/* 新闻中心 */
.News_page {
    overflow: hidden;
}

.News_page .out {}

.News_page .out .box {
    width: 100%;
    height: 291px;
    border-radius: 10px 10px 10px 10px;
    transition: 0.5s ease;
    margin-top: 65px;
}

.News_page .out .box:first-child {
    margin-top: 0px;
}

.News_page .out .box a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.News_page .out .box a .left {
    width: 535px;
    height: 100%;
    overflow: hidden;
}

.News_page .out .box a .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.5s ease;
}

.News_page .out .box a .right {
    width: 865px;
    height: 100%;
    background: #FFF;
    padding: 42px 20px 30px 50px;
    box-sizing: border-box;
}

.News_page .out .box a .right h5 {
    color: #333333;
    font-size: 22px;
    margin-bottom: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.News_page .out .box a .right p {
    color: #777777;
    font-size: 15px;
    line-height: 1.5em;
    letter-spacing: 1px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 26px;
}

.News_page .out .box a .right span {
    font-size: 18px;
    color: #999999;
}

.News_page .out .box:hover {
    box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.16);

}

.News_page .out .box:hover .left img {
    transform: scale(1.1);
}

.News_page .out .box:hover .right h5 {
    color: #059F59;
}

.News_page .bottonaniu {
    margin-top: 60px;
    margin-bottom: 60px;
}

.News_page .out .box a .right .but {
    width: 148px;
    height: 42px;
    border-radius: 26px 26px 26px 26px;
    border: 1px solid #D1D1D1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D1D1D1;
    font-size: 14px;
    margin: 0px 81%;
    margin-top: 7px;

}

.News_page .out .box a .right .but img {
    height: 10.85px;
    margin-left: 7px;
    display: block;
}

.News_page .out .box:hover a .right .but {
    background: #059F59;
    color: #FFF;
}

.Service {}

.Service .out {
    display: flex;
    align-items: center;
    width: 100%;
    height: 383px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.16);
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 100px;
    overflow: hidden;
}

.Service .out .left {
    width: 42%;
    height: 100%;
}

.Service .out .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Service .out .right {
    width: 58%;
    height: 100%;
    padding: 32px 63px;
    box-sizing: border-box;
}

.Service .out .right h5 {
    color: #333333;
    font-size: 16px;
    margin-bottom: 32px;
}


.Service .out .right p {
    color: #777777;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 24px;
}

.Service .out .right p:last-child {
    margin-bottom: 0px;
}

.Message .out {
    display: flex;
    align-items: center;
    height: 369px;
    margin-bottom: 100px;
    overflow: hidden;
}

.Message .out .left {
    width: 48%;
    background: #0BA260;
    height: 100%;
    padding: 51px 47px;
    box-sizing: border-box;
}

.Message .out .left h5 {
    color: #FFFFFF;
    font-size: 29px;
    font-weight: 500;
    margin-bottom: 19px;
}

.Message .out .left span {
    color: #FFFFFF;
    font-size: 16px;
}

.Message .out .left i {
    display: block;
    margin: 20px 0px;
    width: 72px;
    height: 1px;
    background: #FFFFFF;
}

.Message .out .left p {
    color: #FFFFFF;
    font-size: 28px;
    margin-bottom: 15px;
}

.Message .out .left .txts p {
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 10px;
}

.Message .out .left .txts p:last-child {
    margin-bottom: 0px;
}

.Message .out .right {
    width: 52%;
    height: 100%;
}

.Message .out .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Message2 {
    margin-bottom: 100px;
}

.Message2 .inner_title2 {
    display: flex;
    align-items: center;
    justify-content: left;
}

.Message2 .inner_title2 i {
    display: block;
    margin: 0px 14px;
}

.Message2 .inner_title2 h5 {
    color: #06924D;
    font-size: 32px;
}

.Message2 .inner_title2 span {
    color: #666666;
    font-size: 16px;
}

.Message2 .out {
    margin-top: 60px;
}

.Message2 .out form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Message2 .out input {
    width: 48%;
    height: 46px;
    border-radius: 4px;
    background: #FAFAFA;
    border: 1px solid #CFD5DB;
    box-sizing: border-box;
    font-size: #666666;
    font-size: 14px;
    padding-left: 12px;
    box-sizing: border-box;
    margin-bottom: 40px;
    outline: none;
}

.Message2 .out textarea {
    width: 100%;
    height: 153.19px;
    background: #FAFAFA;
    border: 1px solid #CFD5DB;
    outline: none;
    padding: 16px 18px;
    box-sizing: border-box;
    margin-bottom: 70px;
}

.Message2 .out button {
    width: 416px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #FFF;
    background: #059F59;
    margin: 0 auto;
    border: none;
}


.Knowledge-list .max-width {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.Knowledge-list {
    padding: 80px 0px;
}

.Knowledge-list .titel {
    text-align: center;
    /* margin-top: 70px; */
}

.Knowledge-list .titel h5 {
    font-size: 30px;
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
}

.Knowledge-list .release {
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(227, 227, 227, 1);
    border-bottom: 1px solid rgba(227, 227, 227, 1);
    margin-top: 30px;
}

.Knowledge-list .release i {
    display: block;
    width: 1px;
    height: 14px;
    background: rgba(153, 153, 153, 1);
    margin: 0px 30px;
}

.Knowledge-list .release span {
    font-size: 13px;
    color: rgba(102, 102, 102, 1);
}

.Knowledge-list .text {
    padding: 43px 73px 73px 73px;
    box-sizing: border-box;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: 2.5em;
    border-bottom: 1px solid rgba(227, 227, 227, 1);
}

.Knowledge-list .text img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.Knowledge-list .text video {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}


.butt_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 77px;
    box-sizing: border-box;
    margin-top: 61px;
}

.butt_box .left .box {
    display: flex;
    align-items: center;
}

.butt_box .left .box span,
.butt_box .left .box a {
    color: #666666;
    font-size: 13px;
    margin-bottom: 14px;
    display: block;
}

.butt_box .left .box a:hover {
    color: #06924D;
}

.butt_box .right {
    width: 161px;
    height: 36px;
    background: #06924D;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
}

.butt_box .right {
    cursor: pointer;
}

.Pr_list {
    margin-bottom: 60px;
}

.Pr_list .out .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Pr_list .out .box .left {
    width: 42%;
}

.Pr_list .out .box .left img {
    width: 100%;
    height: 383px;
    object-fit: cover;
    display: block;
}

.Pr_list .out .box .right {
    width: 58%;
    padding-left: 149px;
    box-sizing: border-box;
}

.Pr_list .out .box .right h5 {
    color: #333333;
    font-size: 28px;
}

.Pr_list .out .box .right i {
    display: block;
    margin: 30px 0px;
    width: 61px;
    height: 3px;
    background: #0BA260;
}

.Pr_list .out .box .right .txt p {
    margin-bottom: 15px;
    color: #444444;
    font-size: 20px;
}

.Pr_list .out .box .right .txt p:last-child {
    margin-bottom: 0px;
}

.Pr_list .out .box .right a {
    width: 159px;
    height: 47px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #0BA260;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0BA260;
    font-size: 16px;
    margin-top: 60px;
}

.Pr_list .out .box .right a img {
    height: 13px;
    margin-left: 7px;
    margin-top: 3px;
}

.Pr_list .out .text h5 {
    margin-top: 50px;
    margin-bottom: 36px;
    color: #333333;
    font-size: 28px;
}

.Pr_list .out .text p{
    line-height: 1.5em;
}

.Pr_list .out .text img {
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto;
    display: block;
    height: auto !important;
}

.min_niav {
    width: 70vw;
    background: #000;
    height: 100vh;
    position: fixed;
    z-index: 1;
    top: 0px;
    left: -80vw;
    /* opacity: 0; */
    /* display: none; */
    /* transform: translate3d(-70vw , 0 , 0); */
    transition: 0.5s ease;
}

.min_niav.all {
    opacity: 1;
    left: 0px;
    /* display: block; */
    /* transform: translate3d(0vw , 0 , 0); */
}

.min_niav ul {
    width: 100%;
    padding-top: 15%;
}

.min_niav ul li {
    width: 100%;
}

.min_niav ul li .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10%;
    box-sizing: border-box;
    height: 0.5rem;
}

.min_niav ul li .title a {
    color: #FFF;
    font-size: 0.2rem;
}

.list_nav {
    display: flex;
    flex-direction: column;
    padding: 0 11%;
    box-sizing: border-box;
    display: none;
}

.list_nav a {
    color: #FFF;
    font-size: 0.16rem;
    line-height: 2em;
    display: block;
}

.min_niav ul li .title img {
    transition: 0.5s ease;
}

.min_niav ul li .title img.all {
    display: block;
    transform: rotate(90deg);
}

#page {
    transition: 0.5s ease;
    overflow: hidden;
    position: relative;
}

body.all {
    overflow: hidden;
}

#page #pagehs {
    transition: 0.5s ease;
}


body.all #page .navigation {
    transform: translate3d(70vw, 0, 0);
    /* transform: translateX(400px); */
}

body.all #page #pagehs {
    transform: translate3d(70vw, 0, 0);
}

body.all #page .one-touch{
    transform: translate3d(70vw, 0, 0);
}

.nav_click {
    position: absolute;
    width: 25px;
    height: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
}

.nav_click i {
    width: 100%;
    height: 2px;
    background: #999999;
    display: block;
    margin-bottom: 5px;
    transition: 0.5s ease;
}

.nav_click.all i:nth-child(2) {
    opacity: 0;
}

.nav_click.all i:nth-child(1) {
    transform: rotate(45deg) translateX(8px);
}

.nav_click.all i:nth-child(3) {
    transform: rotate(-45deg) translateX(8px);
}

.one-touch{
    transition: 0.5s ease;
    width: 100%;
    position: fixed;
    bottom: 0px;
    height: 50px;
    background: #059F59;
    display: none;
}

.one-touch a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 18px;
    width: 100%;
    height: 100%;
}

/* --------------媒体查询----------------- */
@media (max-width: 991px) {

    .one-touch{
        display: block;
    }

    .nav_click {
        display: flex;
    }

    .inner {
        padding: 0px 2%;
        box-sizing: border-box;
    }

    .navigation .out .nav_box {
        display: none;
    }

    .footer{
        margin-bottom: 50px;
    }

    .footer .out .right ul {
        display: none;
    }

    .navigation {
        height: 0.9rem;
    }

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

    .navigation .out .logo img {
        width: 1.76rem;
    }

    .inner_title {
        margin-top: 1rem;
        margin-bottom: 0.85rem;
    }

    .inner_title h2 {
        font-size: 0.38rem;
        top: 0.48rem;
    }

    .inner_title p {
        font-size: 0.69rem;
    }

    .inner_title h2::after {
        width: 0.38rem;
        height: 0.04rem;
        margin-top: 0.21rem;
    }

    .banenr_swiper .swiper-pagination {
        bottom: 0.17rem;
    }

    .banenr_swiper .swiper-pagination-bullet {
        width: 0.11rem;
        height: 0.11rem;
        margin-right: 0.39rem !important;
    }

    .Products .tap_box {
        margin-bottom: 0.45rem;
    }

    .Products .tap_box a {
        font-size: 0.2rem;
        padding: 0px 0.48rem;
    }

    .Products_swiper .swiper-slide {
        width: 4.37rem;
        margin-right: 0.44rem;
    }

    .Products_swiper .swiper-slide .img {
        height: 2.73rem;
    }

    .Products_swiper .swiper-slide span {
        margin-top: 0.28rem;
        font-size: 0.24rem;
    }

    .Products_swiper .swiper-button-prev,
    .Products_swiper .swiper-button-next {
        width: 0.44rem;
        height: 0.44rem;
    }

    .Products_swiper .swiper-button-prev::after,
    .Products_swiper .swiper-button-next::after {
        font-size: 0.12rem;
    }

    .Application .out .box.all {
        width: 29.143%;
    }

    .Application .out .box {
        height: 4.66rem;
        width: 14.572%;
    }

    .Application .out .box .txt h5 {
        font-size: 0.12rem;
        margin-bottom: 0.12rem;
    }

    .Application .out .box .txt span {
        font-size: 0.12rem;
    }

    .Application .out .box .txt p {

        width: 1.48rem;
        height: 0.42rem;
        border-radius: 0.26rem;
        font-size: 0.16rem;
        margin-top: 0.63rem;

    }

    .Application .out .box .txt p img {
        margin-left: 0.09rem;
        display: block;
        height: 0.10rem;
    }

    .Advantage .out {
        flex-wrap: wrap;
    }

    .Advantage .out .box {
        height: 2.22rem;
        width: 49%;
        margin-bottom: 0.2rem;
    }


    .Advantage .out .box .img {
        height: 0.67rem;
        margin-bottom: 0.2rem;
    }

    .Advantage .out .box h5 {
        font-size: 0.2rem;
        margin-bottom: 0.18rem;
    }

    .Advantage .out .box span {
        font-size: 0.14rem;
    }

    .About {
        width: 100%;
        height: 7.6195rem;

        margin-top: 1rem;
        padding-top: 0.7rem;
        padding-bottom: 0.45rem;
    }

    .About .inner_title {
        margin-bottom: 0.5rem;
    }

    .About .out .txt p {
        font-size: 0.16rem;
    }

    .About .out a {
        width: 1.48rem;
        height: 0.42rem;
        border-radius: 0.26rem;

        font-size: 0.16rem;
        margin-top: 0.36rem;
    }

    .About .out a span {
        width: 0.23rem;
        height: 0.23rem;
        margin-left: 0.1rem;
    }

    .About .out a span img {
        height: 0.1rem;
    }

    .News .out {
        margin-bottom: 1rem;
        flex-wrap: wrap;
    }

    .News .out .left {
        width: 100%;
        height: 4.63rem;
    }



    .News .out .left .txt {
        padding: 0.15rem 0.33rem 0.24rem 0.33rem;
    }

    .News .out .left .txt span {
        font-size: 0.16rem;
        margin-bottom: 0.13rem;
    }

    .News .out .left .txt h5 {
        font-size: 0.18rem;
    }

    .News .out .right {
        width: 100%;
        margin-top: 0.3rem;
    }

    .News .out .right .box {
        padding-bottom: 0.26rem;
        margin-bottom: 0.32rem;
    }

    .News .out .right .box .tiem {
        width: 1.22rem;
    }

    .News .out .right .box .tiem h6 {
        font-size: 0.44rem;
    }

    .News .out .right .box .tiem span {
        font-size: 0.2rem;
    }

    .News .out .right .box .txt {
        padding-left: 0.18rem;
    }

    .News .out .right .box .txt h5 {
        color: #333333;
        font-size: 0.18rem;
        margin-bottom: 0.25rem;
    }

    .News .out .right .box .txt p {
        font-size: 0.16rem;
    }

    .footer {
        padding-top: 1rem;
    }

    .footer .out .left .logo img {
        width: 1.99rem;
    }

    .footer .out .left ul {
        margin-top: 0.65rem;
    }

    .footer .out .left ul li {
        margin-bottom: 0.35rem;
    }

    .footer .out .left ul li span,
    .footer .out .left ul li a {
        font-size: 0.16rem;
    }

    .footer .out_2 {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 0.34rem;
        padding-bottom: 0.78rem;
    }

    .footer .out_2 span,
    .footer .out_2 a {
        font-size: 0.16rem;
    }

    .footer .out_2 a {
        margin: 0.05rem;
    }

    .footer .out_3 {
        padding: 0.22rem 0px;
        border-top: 0.04rem solid #c8c8c847;
        box-sizing: border-box;
    }

    .footer .out_3 span,
    .footer .out_3 a {
        font-size: 0.12rem;
    }

    .footer .out_3 .left span:first-child {
        margin-right: 0.1rem;
    }

    .footer .out_3 .inner {
        height: auto;
    }

    .inner_tap .out {
        width: 100%;
        height: 0.92rem;
        box-shadow: 0px 0.03rem 0.06rem 1px rgba(0, 0, 0, 0.06);
        border-radius: 0.04rem;
        padding: 0px 0.27rem;
    }

    .inner_tap {
        bottom: -0.46rem;
    }

    .inner_tap .out .left {
        display: flex;
    }

    .inner_tap .out .left a {
        font-size: 0.18rem;
        padding: 0px 0.3rem;
    }

    .inner_tap .out .left a:first-child {
        padding-left: 0;
    }

    .inner_tap .out .right {
        font-size: 0.14rem !important;
    }

    .inner_tap .out .right span {
        font-size: 0.14rem;
    }

    .inner_tap .out .right img {
        height: 0.16rem;
        margin-right: 0.07rem;
    }

    .inner_tap .out .right a {
        font-size: 0.14rem;
    }

    .Honor_swiper .swiper-slide {
        width: 2.69rem;
        margin-right: 0.3rem;
    }

    .Honor_swiper .swiper-slide .img {
        height: 3.5rem;
    }

    .Honor_swiper .swiper-slide span {
        margin-top: 0.4rem;
        font-size: 0.18rem;
    }

    .Honor .swiper-button-next,
    .Honor .swiper-button-prev {
        width: 0.64rem;
        height: 0.64rem;
    }

    .Honor .swiper-button-next:after,
    .Honor .swiper-button-prev:after {
        font-size: 0.16rem;
    }

    .Honor .swiper-button-prev {
        margin-left: 0px;
    }

    .Honor .swiper-button-next {
        margin-right: 0px;
    }

    .Honor .out {
        margin-bottom: 2rem;
    }

    .banenr_page img {
        height: 3rem;
        object-fit: cover;
        display: block;
    }

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

    .Products_page .out .box .img {
        height: 2.73rem;
    }

    .Products_page .out .box span {
        margin-top: 0.28rem;
        font-size: 0.24rem;
    }

    .Products_page .out .box {
        width: 49%;
        margin-bottom: 0.78rem;
        margin-right: 0px;
    }

    .bottonaniu .a-1 {
        width: 0.49rem;
        height: 0.41rem;
    }

    .bottonaniu a {
        line-height: 0.41rem;
        border-radius: 0.02rem;
        margin-right: 0.1rem;
        font-size: 0.16rem;
    }

    .bottonaniu .a-3 {
        width: 0.41rem;
        height: 0.41rem;
    }

    .bottonaniu .a-2 {
        width: 0.66rem;
        height: 0.41rem;
    }

    .Products_page,
    .Application_page {
        margin-bottom: 1rem;
    }

    .Pr_list .out .box {
        flex-wrap: wrap;
    }

    .Pr_list .out .box .left {
        width: 100%;
    }

    .Pr_list .out .box .left img {
        height: auto;
    }

    .Pr_list .out .box .right {
        padding-left: 0px;
        width: 100%;
        margin-top: 0.3rem;
    }

    .Pr_list .out .box .right h5 {
        color: #333333;
        font-size: 0.28rem;
    }

    .Pr_list .out .box .right i {
        margin: 0.3rem 0px;
        width: 0.61rem;
        height: 0.03rem;
    }

    .Pr_list .out .box .right .txt p {
        margin-bottom: 0.15rem;
        font-size: 0.2rem;
    }

    .Pr_list .out .box .right a {
        width: 1.59rem;
        height: 0.47rem;
        font-size: 0.16rem;
        margin-top: 0.6rem;
    }

    .Pr_list .out .box .right a img {
        height: 0.13rem;
        margin-left: 0.07rem;
        margin-top: 0.03rem;
    }

    .Pr_list .out .text h5 {
        margin-top: 0.5rem;
        margin-bottom: 0.36rem;
        color: #333333;
        font-size: 0.28rem;
    }
    
    .Pr_list .out .text p{
        font-size: 0.16rem;
    }

    .Pr_list {
        margin-bottom: 0.6rem;
    }

    .News_page .out .box {
        height: auto;
    }

    .News_page .out .box a {
        flex-wrap: wrap;
    }

    .News_page .out .box a .left {
        width: 100%;
    }

    .News_page .out .box a .right {
        width: 100%;
        padding: 0.42rem 0.2rem 0.3rem 0rem;
    }

    .News_page .out .box a .right h5 {
        font-size: 0.22rem;
        margin-bottom: 0.3rem;
    }

    .News_page .out .box a .right p {
        font-size: 0.15rem;
        margin-bottom: 0.26rem;
    }

    .News_page .out .box a .right span {
        font-size: 0.18rem;
    }

    .News_page .out .box a .right .but {
        width: 1.48rem;
        height: 0.42rem;
        border-radius: 0.26rem;
        font-size: 0.14rem;
        margin: 0px 81%;
        margin-top: 0.07rem;
    }

    .Knowledge-list {
        padding: 0.8rem 0px;
    }

    .Knowledge-list .titel h5 {
        font-size: 0.3rem;
    }

    .Knowledge-list .release {
        height: 0.62rem;
        margin-top: 0.3rem;
    }

    .Knowledge-list .release span {
        font-size: 0.13rem;
    }

    .Knowledge-list .release i {
        width: 1px;
        height: 0.14rem;
        margin: 0px 0.3rem;
    }

    .Knowledge-list .text {
        padding: 5% 3%;
        box-sizing: border-box;
        font-size: 0.16rem;
    }

    .butt_box {
        padding-left: 0;
        margin-top: 0.61rem;
    }

    .butt_box .left .box span,
    .butt_box .left .box a {
        color: #666666;
        font-size: 0.13rem;
        margin-bottom: 0.14rem;
        display: block;
    }

    .butt_box .right {
        width: 1.61rem;
        height: 0.36rem;
        border-radius: 0.05rem;
        font-size: 0.16rem;
    }

    .Service .out {
        flex-wrap: wrap;
        height: auto;
        border-radius: 0.1rem;
        margin-bottom: 1rem;
    }

    .Service .out .left {
        width: 100%;
    }

    .Service .out .right {
        width: 100%;
        padding: 0.32rem 0.63rem;
    }

    .Service .out .right h5 {
        font-size: 0.16rem;
        margin-bottom: 0.32rem;
    }

    .Service .out .right p {
        font-size: 0.14rem;
        margin-bottom: 0.24rem;
    }

    .Message .out {
        height: auto;
        margin-bottom: 1rem;
        flex-wrap: wrap;
    }

    .Message .out .left {
        width: 100%;
        padding: 0.51rem 0.47rem;
    }

    .Message .out .left h5 {
        font-size: 0.29rem;
        margin-bottom: 0.19rem;
    }

    .Message .out .left span {
        font-size: 0.16rem;
    }

    .Message .out .left i {
        margin: 0.2rem 0px;
        width: 0.72rem;
        height: 0.01rem;
    }

    .Message .out .left p {
        font-size: 0.28rem;
        margin-bottom: 0.15rem;
    }

    .Message .out .left .txts p {
        font-size: 0.18rem;
        margin-bottom: 0.1rem;
    }

    .Message .out .right {
        width: 100%;
    }

    .Message2 {
        margin-bottom: 1rem;
    }

    .Message2 .inner_title2 h5 {
        font-size: 0.32rem;
    }

    .Message2 .inner_title2 i {
        margin: 0px 0.14rem;
    }

    .Message2 .inner_title2 span {
        font-size: 0.16rem;
    }

    .Message2 .out {
        margin-top: 0.6rem;
    }

    .Message2 .out input {
        width: 48%;
        height: 0.46rem;
        border-radius: 0.04rem;
        font-size: 0.14rem;
        padding-left: 0.12rem;
        margin-bottom: 0.4rem;
    }

    .Message2 .out textarea {
        width: 100%;
        height: 1.53rem;
        padding: 0.16rem 0.18rem;
        margin-bottom: 0.7rem;
        font-size: 0.14rem;
    }

    .Message2 .out button {
        width: 4.16rem;
        height: 0.5rem;
        font-size: 0.22rem;
    }

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

    .Application_page .out .box {
        width: 49%;
        margin-right: 0px;
        height: 3.97rem;
        margin-bottom: 0.24rem;
    }

    .Application_page .bottonaniu {
        margin-top: 0.6rem;
    }



}


@media (min-width:992px) and (max-width:1199px) {
    .inner {
        padding: 0 2%;
        box-sizing: border-box;
    }

    .navigation .out ul li {
        margin-right: 30px;
    }

    .navigation .out ul li .title a {
        font-size: 15px;
    }

    .navigation .out ul li:last-child {
        margin-right: 30px;
    }

    .banenr_swiper .swiper-pagination {
        bottom: 30px;
    }

    .Application .out .box.all {
        width: 32%;
    }

    .Application .out .box {
        width: 13.572%;
    }

    .Application .out .box .txt h5 {
        font-size: 16px;
    }

    .News .out .left {
        display: none;
    }

    .News .out .right {
        width: 100%;
    }

    .footer .out .left {
        width: 40%;
    }

    .footer .out .right {
        width: 60%;
        margin-left: 0px;
        padding-left: 5%;
    }

    .footer .out .right ul li {
        margin-right: 7%;
    }

    .Honor .swiper-button-prev {
        margin-left: 0px;
    }

    .Honor .swiper-button-next {
        margin-right: 0px;
    }

    .Honor_swiper .swiper-slide {
        margin-right: 40px;
    }

    .inner_tap .out .left a:first-child {
        padding-left: 0px;
    }

    .inner_tap .out .left a {
        padding: 0px 35px;
    }

    .Pr_list .out .box .right {
        padding-left: 8%;
    }

    .News_page .out .box a .left {
        width: 40%;
    }

    .News_page .out .box a .right {
        width: 60%;
    }

    .News_page .out .box a .right .but {
        margin: 0px 71%;
    }

    .Application_page .out .box {
        width: 32%;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .inner {
        padding: 0px 2%;
        box-sizing: border-box;
    }

    .navigation .out ul li {
        margin-right: 30px;
    }

    .navigation .out ul li:last-child {
        margin-right: 30px;
    }

    .banenr_swiper .swiper-pagination {
        bottom: 30px;
    }

    .News .out .left {
        width: 40%;
    }

    .News .out .right {
        width: 55%;
    }

    .footer .out .right ul li {
        margin-right: 44px;
    }

    .Honor .swiper-button-prev {
        margin-left: 0px;
    }

    .Honor .swiper-button-next {
        margin-right: 0px;
    }

    .News_page .out .box a .left {
        width: 40%;
    }

    .News_page .out .box a .right {
        width: 60%;
    }

    .News_page .out .box a .right .but {
        margin: 0px 71%;
    }

}


@media (min-width:1400px) and (max-width:1650px) {
    .Honor .swiper-button-prev {
        margin-left: 0px;
    }

    .Honor .swiper-button-next {
        margin-right: 0px;
    }
}