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

a {
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

/* ----------------------------------------- */
/* 公共区域 */
.inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: block;
    height: 100%;
    width: 100%;
}

.communal_title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.communal_title h5 {
    font-size: 36px;
    color: #111111;
    margin-bottom: 5px;
}

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

.Case_page .communal_title span{
    font-size: 36px;
}

/* -------------------------------------------------- */
/* 导航模块 */
.navigation {
    width: 100%;
    height: 90px;
    background: #FFF;
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
}

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

.navigation .out .logo {
    width: 230px;
}

.navigation .out .logo img,
.navigation .out .logo a {
    width: 100%;
    display: block;
}

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

.navigation .out ul li {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navigation .out ul li .title a {
    color: #666666;
    font-size: 16px;
    font-weight: bold;
}

.navigation .out ul li::after {
    position: absolute;
    bottom: 0px;
    width: 0px;
    height: 4px;
    display: block;
    content: '';
    background: #06924D;
    transition: 0.5s all ease-in;
}

.navigation .out ul li:hover::after,
.navigation .out ul li.all::after {
    width: 68px;
}

.navigation .out ul li:hover .title a,
.navigation .out ul li.all .title a {
    color: #06924D;
}

/* ---------------------------------------------------------- */
/* banner模块 */
.banner {
    width: 100%;
    margin-top: 90px;
}

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

.banner .swiper-slide {
    width: 100%;
    position: relative;
}

.banner .swiper-slide .butt_box {
    width: 304px;
    height: 76px;
    background: #FFFFFF;
    border-radius: 7px 7px 7px 7px;
    font-size: 27px;
    color: #06924D;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 260px;
    bottom: 214px;
    padding-left: 0px;
    display: none;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    width: 50px;
    height: 50px;
    background: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease;
}

.banner .swiper-button-next {
    right: -100%;
}

.banner .swiper-button-prev {
    left: -100%;
}

.banner .swiper-button-prev::after,
.banner .swiper-button-next::after {
    font-size: 18px;
    color: #06924D;
}

.banner:hover .swiper-button-prev {
    left: 7%;
}

.banner:hover .swiper-button-next {
    right: 7%;
}

.banner .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #FFF;
    position: relative;
}

.banner .swiper-pagination-bullet::after {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #06924D;
    left: 0px;
    top: 0px;
    transform: scale(0.7);
    content: '';
    border-radius: 50%;
}

/* ------------------------------------------------------- */
/* 解决方案 */
.solution {
    margin-top: 90px;
    overflow: hidden;
}

.solution .out {
    width: 100%;
    height: 678px;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.solution .out .left {
    width: 690px;
    height: 100%;
}

.solution .out .box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.solution .out .box img {
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.5s ease;
}

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

.solution .out .box .tit {
    position: absolute;
    bottom: 30px;
    left: 27px;
    z-index: 3;
}

.solution .out .box .tit span {
    font-size: 28px;
    color: #FFFFFF;
    margin-bottom: 16px;
    display: block;
}

.solution .out .box .tit i {
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    display: block;

}

.solution .out .box .ceng {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #030303;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    opacity: 0;
    transition: 0.4s;
}

.solution .out .right {
    width: 690px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.solution .out .right .box {
    height: 49%;
    width: 49%;
}

.solution .out .right .box:first-child {
    width: 100%;
}

.solution .out .box:hover .ceng {
    opacity: 0.22;
}

.solution .out .box:hover span {
    color: #06924D;
}

.solution .out .box:hover i {
    background: #06924D;
}

/* --------------------------------------- */
/* 核心优势 */
.ADVANTAGE {
    margin-top: 90px;
    overflow: hidden;
}

.ADVANTAGE .out {
    margin-top: 60px;
    height: 563px;
}

.ADVANTAGE .out .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.ADVANTAGE .out .title::after {
    width: 100%;
    height: 2px;
    background: #06924D;
    display: block;
    content: '';
    position: absolute;
    bottom: 0px;
}

.ADVANTAGE .out .title span {
    width: 25%;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 18px;
    border-radius: 10px 10px 0px 0px;
    cursor: pointer;
}

.ADVANTAGE .out .title span.all {
    background: #06924D;
    color: #FFFFFF;
}

.ADVANTAGE .out ul {
    position: relative;
    margin-top: 67px;
}

.ADVANTAGE .out ul li {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
}

.ADVANTAGE .out ul li:first-child {
    display: flex;
}

.ADVANTAGE .out ul li .left {
    width: 577px;
    display: flex;
    align-items: center;
    justify-content: right;
}

.ADVANTAGE .out ul li .left img {
    width: 100%;
    height: 450px;
    object-fit: contain;
    display: block;
}


.ADVANTAGE .out ul li .right {
    width: 612px;
}

.ADVANTAGE .out ul li .right h5 {
    font-size: 30px;
    color: #333333;
    margin-bottom: 37px;
    font-weight: 500;
}

.ADVANTAGE .out ul li .right span {
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 16px;
    margin-bottom: 30px;
}

.ADVANTAGE .out ul li .right span img {
    width: 16px;
    height: 16px;
    display: block;
    margin-right: 14px;
}

.ADVANTAGE .out ul li .right a {
    width: 188px;
    height: 50px;
    background: linear-gradient(223deg, #059F59 0%, #00BC66 48%, #01B160 100%);
    border-radius: 25px 25px 25px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 46px;
}

/* ----------------------------------------------------------------- */
/* 主要产品 */
.staple {
    margin-top: 84px;
    overflow: hidden;
}

.staple .out {
    margin-top: 35px;
}

.staple .out .swiper {
    padding-bottom: 30px;
    
    overflow: inherit;
}

.staple .out .swiper-slide {
    width: 428px;
    margin-right: 58px;
    box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.13);
    transition: 0.5s ease;
}

.staple .out .swiper-slide:hover {
    box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.5);
}

.staple .out .swiper-slide:last-child {
    margin-right: 0px;
}

.staple .out .swiper-slide .img {
    width: 100%;
    height: 396px;
    overflow: hidden;
}

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

.staple .out .swiper-slide .txt {
    height: 140px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0px 46px;
    box-sizing: border-box;
}

.staple .out .swiper-slide .txt h5 {
    color: #333333;
    font-size: 22px;
    margin-bottom: 14px;
    width: 100%;
    padding-top: 23px;
    border-top: 1px dashed #CECECE;
    text-align: center;
}

.staple .out .swiper-slide .txt span {
    color: #888888;
    font-size: 16px;
}

.staple .out .swiper-slide:hover .txt h5 {
    color: #00BC66;
}

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

.staple .swiper-button-prev,
.staple .swiper-button-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #17171741;
    top: 40%;
}

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

/* --------------------------------------------------------------- */
/* 成功案例 */
.Case {
    margin-top: 70px;
    overflow: hidden;
}

.Case .out {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.Case .out .box {
    width: 32%;
    /*height: 314px;*/
    margin-right: 2%;
    position: relative;
    margin-bottom: 25px;
}

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

.Case_page .out .box{
    width: 19%;
    margin-right: 1%;
}

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

.Case .out .box .img {
    width: 100%;
    height: 314px;
    border-radius: 45px;
    overflow: hidden;
}

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

.Case .out .box .text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #00000067;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 21px;
    box-sizing: border-box;
    opacity: 0;
    transition: 0.5s ease;
}

.Case .out .box .text h5 {
    color: #FFF;
    font-size: 18px;
    margin-bottom: 19px;
}

.Case .out .box .text p {
    color: #FFF;
    font-size: 14px;
    text-align: center;
}

.Case .out .box:hover .text {
    opacity: 1;
}

/* ---------------------------------------------------------- */
.NEWS {
    margin-top: 100px;
    overflow: hidden;
}

.NEWS .out {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.NEWS .out .box{
    width: 49%;
    margin-bottom: 30px;
}

.NEWS .out .box .title{
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.NEWS .out .box .title span{
    padding: 5px 12px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background: #dffff1;
    color: #00a75a;
    border-radius: 5px;
    margin-right: 14px;
    flex: none;
}

.NEWS .out .box .title h5{
    color: #333;
    font-size: 20px;
     text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.NEWS .out .box .txt{
    display: flex;
    align-items: center;
}

.NEWS .out .box .txt span{
    color: #333;
    font-size: 14px;
    margin-right: 15px;
        width: 72px;
    flex: none;
}

.NEWS .out .box .txt p{
     color: #333;
    font-size: 14px;
        text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

/* ------------------------------------------------------------------ */
/* 合作伙伴 */
.Partners {
    margin-top: 100px;
    margin-bottom: 52px;
    overflow: hidden;
}

.Partners .out {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
}

.Partners .out .img {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.Partners .out .img img {
    width: auto;
    max-width: 100%;
}

/* -------------------------------------------------------------------- */
/* 底部 */
.footer {
    background: #2B2B2B;
    padding-top: 76px;
    box-sizing: border-box;
}

.footer .box_1 {
    display: flex;
    justify-content: space-between;
}

.footer .box_1 .left .logo img {
    width: 155px;
    display: block;
    margin-bottom: 35px;
}

.footer .box_1 .left i {
    width: 307px;
    height: 2px;
    background: #27563F;
    display: block;
    margin-bottom: 33px;
}

.footer .box_1 .left .li_1 {
    display: flex;
    align-items: center;
    margin-bottom: 31px;
}



.footer .box_1 .left .li_1 span,
.footer .box_1 .left .li_1 a {
    color: #F3F3F3;
    font-size: 20px;
}

/*.footer .box_1 .left .tle_lis span, .footer .box_1 .left .tle_lis a{*/
/*    font-size: 18px;*/
/*}*/

.footer .box_1 .left {
    width: 33%;
}

.footer .box_1 .right {
    width: 63%;
    display: flex;
}

.footer .box_1 .right .box span {
    font-size: 20px;
    color: #FFF;
    margin-bottom: 36px;
}

.footer .box_1 .right .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 12%;
}

.footer .box_1 .right .box a {
    color: #F1F1F1;
    font-size: 14px;
    margin-bottom: 28px;
}

.footer .box_1 .right .box:last-child {
    margin-right: 0px;
}

.footer .box_2 h5 {
    color: #F3F3F3;
    font-size: 16px;
    margin-bottom: 24px;
    margin-top: 34px;
}

.footer .box_2 .box {
    display: flex;
    flex-wrap: wrap;
}

.footer .box_2 .box a {
    width: 80px;
    height: 36px;
    background: #484848;
    border-radius: 100px 100px 100px 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-right: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.footer .box_2 .box a:nth-child(14n) {
    margin-right: 0px;
}

.footer .box_2 .lianjie {
    display: flex;
    align-items: center;
    margin-top: 28px;
    padding-bottom: 38px;
}

.footer .box_2 .lianjie h5 {
    margin-bottom: 0px;
    margin-top: 0px;
}

.footer .box_2 .lianjie a {
    font-weight: 400;
    font-size: 14px;
    color: #F3F3F3;
    line-height: 34px;
    text-stroke: 1px rgba(0, 0, 0, 0);
    text-align: left;
    font-style: normal;
    text-transform: none;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    margin: 0px 20px;
}

.footer_dibu {
    width: 100%;
    border-top: 2px solid #82828270;
    background: #2B2B2B;
    height: 57px;
}

.footer_dibu .inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_dibu a {
    color: #BABABA;
    font-size: 14px;
}

.footer_dibu a:first-child {
    margin-right: 40px;
}

.footer_dibu .ce {
    position: absolute;
    right: 0px;
}

.XXC_erweima{
    display: flex;
    flex-direction: column;
    width: 150px;
    color: #FFF;
    text-align: center;
}

.XXC_erweima .img{
    background: #FFF;
        box-shadow: 0px 0px 10px 1px #99999945;
    border-radius: 9px;
}

.XXC_erweima span{
    display: block;
    margin-top: 6px;
    font-size: 16px;
}

.XXC_erweima img{
    width: 100%;
    display: block;
    transform: scale(0.9);
}

/* --------------------------------------- */
/* 解决方案页面 */

.solution_ADVANTAGE2 .out ul li .right .L {
    margin-bottom: 30px;
}

.solution_ADVANTAGE2 .out ul li .right span {
    color: #333333;
    font-size: 24px;
    margin-bottom: 6px;
}

.solution_ADVANTAGE2 .out ul li .right .L p {
    color: #666666;
    font-size: 16px;
    padding-left: 30px;
}

.solution_ADVANTAGE .out ul li .right {
    width: 593px;
}

.solution_ADVANTAGE .out ul li .left {
    width: 749px;
}

.solution_ADVANTAGE .out ul li .left img {
    width: 100%;
}

.solution_ADVANTAGE .out ul li .left img:first-child {
    margin-left: 0px;
}

.solution_ADVANTAGE .out ul li .right span {
    margin-bottom: 10px;
}

.solution_ADVANTAGE .out ul li .right h5 {
    font-weight: bold;
}

.solution_ADVANTAGE .out {
    height: 603px;
}


.solution_ADVANTAGE2 .out {
    height: auto;
}

.solution_ADVANTAGE2 .out ul li {
    position: relative;
}

.solution_charts {
    margin-top: 93px;
}

.solution_charts .out img {
    width: 100%;
}

.solution_Case {
    margin-top: 0px;
    margin-bottom: 100px;
}

/* -------------------------------------------------------------------------- */
/* 合作伙伴 */
.Case .out .box span {
    color: #333333;
    font-size: 22px;
    display: block;
    width: 100%;
    margin-top: 28px;
    font-weight: bold;
    text-align: center;
}

.Custer_Case .out .box {
    height: auto;
    margin-bottom: 50px;
}

.Custer_Case .out .box .img {
    height: 195px;
    position: relative;
    border-radius: 27px;
    overflow: hidden;
}

.Custer_Case .out .box:hover span {
    color: #06924D;
}


.bottonaniu {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    margin-bottom: 93px;
}

.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 {
    background: #059F59;
    color: #fff;
}

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


}

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

}

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

}

/* --------------------------------------------------------- */
/* 新闻中心 */
.Products {
    margin-top: 100px;
    overflow: hidden;
}

.Products .out {
    margin-top: 61px;
}

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

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

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

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

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

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

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

.Products .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: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 26px;
}

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

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

}

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

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

.Products .bottonaniu {
    margin-top: 82px;
}


/* --------------------------------------------------- */
/* 新闻详情页 */
/* 详情页 */
.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 p{
    font-size: 20px;
}

.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;
}

/* ------------------------------------------------------- */
/* 关于我们页面 */
.About {
    margin-top: 100px;
    overflow: hidden;
}

.About .out {
    margin-top: 60px;
    display: flex;
    height: 520px;
}

.About .out .left {
    background: url(../images/A_9250.png) no-repeat center;
    background-size: cover;
    width: 50%;
    height: 100%;
    padding-left: 14%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 47px;
}

.About .out .left h5 {
    color: #FFFFFF;
    font-size: 30px;
    margin-bottom: 24px;
}

.About .out .left i {
    width: 66px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    display: block;
    margin-bottom: 44px;
}

.About .out .left p {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1.5em;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.About .out .right {
    width: 50%;
    position: relative;
}

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

.About .out .right .ceng {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #06924D;
    opacity: 0.5;
    z-index: 4;
}

.Honor {
    margin-top: 90px;
    margin-bottom: 100px;
}

.Honor .out {
    margin-top: 61px;
}

.Honor .out .swiper-slide {
    width: 24%;
    margin-right: 2%;
}

.Honor .out .swiper-slide:last-child {
    margin-right: 0px;
}

.Honor .out .swiper-slide img {
    width: 100%;
    height: 257px;
    object-fit: contain;
    display: block;
}

.Honor .out .swiper-slide span {
    color: #555555;
    font-size: 23px;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 43px;
}

/* ------------------------------------------------- */
/* 联系我们页面， */
.Message {
    margin-top: 100px;
}

.Message .out {
    margin-top: 86px;
    display: flex;
    margin-bottom: 100px;
}

.Message .out .box {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
}

.Message .out .box .img {
    width: 148px;
    height: 128px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Message .out .box:last-child .img{
    width: 210px;
    height: 210px;
    background: #FFF;
    box-shadow: 0px 0px 10px 1px #99999945;
   border-radius: 9px;
}



.Message .out .box .img .bei_img {
    width: 100%;
    height: 100%;
    display: block;
    transform:scale(0.9);
}

.Message .out .box .img .img_1,
.Message .out .box .img .img_2 {
    position: absolute;
    width: 44px;
}

.Message .out .box .img .img_1 {
    display: none;
}

.Message .out .box h5 {
    color: #333333;
    font-size: 20px;
    margin-top: 53px;
    margin-bottom: 30px;
}

.Message .out .box i {
    width: 43px;
    height: 2px;
    background: #06924D;
    display: block;
    margin-bottom: 30px;
}

.Message .out .box span{
    color: #888888;
    font-size: 24px;
    height: 30px;
    text-align: center;
    width: 335px;
}



.Message .out .box:hover .img .bei_img{ 
    content: url(../images/M-2.png);
    /* box-shadow: 0px 3px 6px 1px rgba(6,146,77,0.26); */
    /*filter: drop-shadow( 0px 0px 10px rgba(6,146,77,0.56));*/
}

.Message .out .box:last-child:hover .bei_img{
    content: url();
}


.Message .out .box:hover .img_1{
    display: block;
}

.Message .out .box:hover .img_2{
    display: none;
}

/* 222 */
.Message2 {
    margin-top: 110px;
    margin-bottom: 100px;
}

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

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

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

.Message2 .inner_title 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;
}


/* 侧栏 */
.sideBar{
    width: 100px;
    background: #FFF;
    box-shadow: 0px 0px 10px 10px #9999993d;
    position: fixed;
    right: 1%;
    top: 30%;
    z-index: 999;
    border-radius: 5px;
    padding: 1% 0px;
    box-sizing: border-box;
}

.sideBar .box{
    width: 100%;
    position: relative;
}

.sideBar .box a{
   
}

.sideBar .box .title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sideBar .box .title img{
    width: 54px;
    height: 54px;
}

.sideBar .box .title span{
    font-size: 14px;
    color: #333;
    display: block;
    margin: 10px 0px;
    margin-bottom: 20px;
}

.sideBar .box .txt{
    position: absolute;
    right: 110px;
    top: 0px;
    width: 100px;
    height: 100px;
    background: #FFF;
    display: none;
}


.sideBar .box .txt::after{
    width: 10px;
    height: 10px;
    background: #FFF;
    position: absolute;
    content: '';
    display: block;
    right: 0px;
    transform: rotate(45deg);
    top: 50%;
    margin-right: -5px;
    z-index: -1;
}

.sideBar .box .txt img{
    width: 100%;
    height: 100%;
    transform: scale(0.95);
}

.sideBar .box:hover .txt{
    display: block;
}

/* ---------------------------------------------- */
/* 768px */

@media (max-width:992px) {

    .sideBar{
        width: 1rem;
    }
    .sideBar .box .title img {
        width: 0.54rem;
        height: 0.54rem;
    }
    .sideBar .box .title span {
        font-size: 0.14rem;
        margin: 0.1rem 0px;
        margin-bottom: 0.2rem;
    }

    .sideBar .box .txt {
        right: 1.1rem;
        width: 1rem;
        height: 1rem;
    }

    .sideBar .box .txt::after {
        width: 0.1rem;
        height: 0.1rem;
        margin-right: -0.05rem;
    }

    .ADVANTAGE .out ul li .left img{
        height: 4.5rem;
    }

    .banner{
        margin-top: 0.9rem;
    }

    .inner{
        padding: 0px 2%;
        box-sizing: border-box;
    }
    .navigation .out ul{
        width: 70%;
    }

    .navigation .out ul li::after{
        height: 0.04rem;
    }

    .navigation .out ul li .title a{
        font-size: 0.16rem;
    }

    .navigation .out ul li:hover::after, .navigation .out ul li.all::after{
        width:0.68rem;
    }

    .navigation{
        height: 0.9rem;
    }

    .navigation .out .logo{
        width: 2.30rem;
    }

    /* ------------------------------- */
    /* banner */
    .banner .swiper-pagination-bullet{
        width: 0.16rem;
        height: 0.16rem;
    }

    .banner .swiper-slide .butt_box {
        width: 2.04rem;
        height: 0.56rem;
        border-radius: 0.07rem;
        font-size: 0.16rem;
        left: 12%;
        bottom: 23%;
    }

    /* ---------------------------------------- */
    /* 解决方案 */
    .solution{
        margin-top: 0.9rem;
    }

    .communal_title h5 {
        font-size: 0.36rem;
        margin-bottom: 0.05rem;
    }

    .communal_title span {
        font-size: 0.16rem;
    }

    .solution .out {
        height: 6.78rem;
        margin-top: 0.6rem;
    }

    .solution .out .left{
        width: 49%;
    }

    .solution .out .right{
        width: 49%;
    }

    .solution .out .box .tit {
        bottom: 0.3rem;
        left: 0.27rem;
    }

    .solution .out .box .tit span {
        font-size: 0.28rem;
        margin-bottom: 0.16rem;
    }

    .solution .out .box .tit i{
        height: 0.02rem;
    }

    /* ------------------------------------------ */
    /* 核心优势 */
    .ADVANTAGE{
        margin-top: 0.9rem;
    }

    .ADVANTAGE .out {
        margin-top: 0.6rem;
        height: 5.63rem;
    }
    
    .ADVANTAGE .out .title span {
        width: 25%;
        height: 0.53rem;
        font-size: 0.18rem;
        border-radius: 0.1rem 0.1rem 0px 0px;
    }

    .ADVANTAGE .out .title::after{
        height: 0.02rem;
    }

    .ADVANTAGE .out ul{
        margin-top: 0.67rem;
    }

    .ADVANTAGE .out ul li .left{
        width: 45%;
    }


    .ADVANTAGE .out ul li .right{
        width: 50%;
    }

    .ADVANTAGE .out ul li .right h5 {
        font-size: 0.3rem;
        margin-bottom: 0.37rem;
    }

    .ADVANTAGE .out ul li .right span img {
        width: 0.16rem;
        height: 0.16rem;
        margin-right: 0.14rem;
    }

    .ADVANTAGE .out ul li .right span {
        font-size: 0.16rem;
        margin-bottom: 0.3rem;
    }

    .ADVANTAGE .out ul li .right a {
        width: 1.88rem;
        height: 0.5rem;
        border-radius: 0.25rem;
        font-size: 0.16rem;
        margin-top: 0.46rem;
    }


    .solution_ADVANTAGE2 .out ul li .right{
        width: 100%;
    }

    /* ------------------------------------------ */
    .staple{
        margin-top: 0.8rem;
    }

    .staple .out{
        margin-top: 0.35rem;
    }

    .staple .out .swiper-slide {
        width: 4.28rem;
        margin-right: 0.58rem;
        box-shadow: 0px 0.02rem 0.2rem 1px rgba(0, 0, 0, 0.13);
    }

    .staple .out .swiper-slide .img{
        height: 3.96rem;
    }

    .staple .out .swiper-slide .txt {
        height: 1.40rem;
        padding: 0px 0.46rem;
    }

    .staple .out .swiper-slide .txt h5 {
        font-size: 0.22rem;
        margin-bottom: 0.14rem;
        padding-top: 0.23rem;
    }

    .staple .out .swiper-slide .txt span{
        font-size: 0.16rem;
    }

    .Case{
        margin-top: 0.7rem;
    }

    .Case .out {
        margin-top: 0.6rem;
        justify-content: space-between;
    }

    .Case .out .box {
        width: 49%;
        height: 3.14rem;
        margin-bottom: 0.25rem;
        margin-right: 0px;
    }

    .Case .out .box .text{
        padding: 0px 0.21rem;
    }

    .Case .out .box .text h5 {
        font-size: 0.18rem;
        margin-bottom: 0.19rem;
    }

    .Case .out .box .text p {
        font-size: 0.14rem;
    }

    /* -------------------------------------- */
    /* 新闻 */
    .NEWS{
        margin-top: 1rem;
    }

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

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

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

    .NEWS .out .right .box{
        height: 3.43rem;
    }

    .NEWS .out .right .box .rig {
        padding: 0.41rem 0.3rem 0px 0.27rem;
    }

    .NEWS .out .right .box .rig .titel h6 {
        font-size: 0.14rem;
        margin-bottom: 0.12rem;
    }

    .NEWS .out .right .box .rig .titel i {
        width: 0.46rem;
        height: 0.02rem;
    }

    .NEWS .out .right .box .rig .titel .T_i {
        width: 0.78rem;
        height: 0.25rem;
        border-radius: 0.05rem;
        font-size: 0.14rem;
        line-height: 0.18rem;
        margin-left: 0.15rem;
    }

    .NEWS .out .right .box .rig h5 {
        color: #333333;
        font-size: 0.22rem;
        margin-bottom: 0.9rem;
    }

    .NEWS .out .right .box .rig span{
        font-size: 0.14rem;
    }


    .NEWS .out .right .box .rig span img {
        height: 0.11rem;
        margin-left: 0.1rem;
    }

    .Partners {
        margin-top: 1rem;
        margin-bottom: 0.52rem;
    }

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

    .Partners .out .img{
        margin-bottom: 0.4rem;
    }

    .Partners .out .img img{
        transform: scale(0.9);
    }

    /* --------------------------------------- */
    /* 底部 */

    .footer{
        padding-top: 0.76rem;
    }

    .footer .box_1 .right{
        display: none;
    }

    .footer .box_1 .left{
        width: 100%;
    }

    .footer .box_1 .left .logo img {
        width: 1.55rem;
        margin-bottom: 0.35rem;
    }

    .footer .box_1 .left i {
        width: 3.07rem;
        height: 0.02rem;
        margin-bottom: 0.33rem;
    }

    .footer .box_1 .left .li_1{
        margin-bottom: 0.31rem;
    }

    .footer .box_1 .left .li_1 span, .footer .box_1 .left .li_1 a{
        font-size: 0.18rem;
    }

    .footer .box_2 h5 {
        color: #F3F3F3;
        font-size: 0.16rem;
        margin-bottom: 0.24rem;
        margin-top: 0.34rem;
    }

    .footer .box_2 .box a {
        width: 0.8rem;
        height: 0.36rem;
        border-radius: 1rem;
        font-size: 0.14rem;
        margin-right: 0.2rem;
        margin-bottom: 0.2rem;
    }

    .footer .box_2 .lianjie {
        margin-top: 0.28rem;
        padding-bottom: 0.38rem;
    }

    .footer .box_2 .lianjie a {
        font-size: 0.14rem;
        line-height: 0.34rem;
        margin: 0px 0.2rem;
    }

    .footer_dibu a:first-child{
        margin-right: 0.4rem;
    }

    .footer_dibu a{
        font-size: 0.12rem;
        margin-left: 0.1rem;
    }

    .footer_dibu .ce{
        position: relative;
    }

    .footer_dibu{
        height: 0.57rem;
    }

    
    .solution_ADVANTAGE .out ul li{
        flex-direction: column;
    }

    .solution_ADVANTAGE .out ul li .left img{
        width: 100%;
    }

    .solution_ADVANTAGE .out ul li .right{
        width: 100%;
    }

    .solution_ADVANTAGE .out ul li .right span{
        margin-bottom: 0.1rem;
    }

    .solution_ADVANTAGE .out{
        height: 11rem;
    }

    .solution_ADVANTAGE .out ul li .left{
        width: 100%;
        margin-top: 0.2rem;
    }

    .solution_ADVANTAGE2 .out{
        height: auto;
        
    }

    .solution_ADVANTAGE2 .out ul li{
        flex-direction: column;
    }

    .solution_ADVANTAGE2 .out ul li .left{
        width: 100%;
        justify-content: center;
        margin-bottom: 0.2rem;
    }

    .solution_ADVANTAGE2 .out ul li .right .L p {
        font-size: 0.16rem;
        padding-left: 0.3rem;
    }

    .solution_ADVANTAGE2 .out ul li .right span{
        margin-bottom: 0.06rem;
        font-size: 0.24rem;
    }

    .solution_ADVANTAGE2 .out ul li .right .L{
        margin-bottom: 0.3rem;
    }

    .solution_Case{
        margin-bottom: 1rem;
    }

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

    .Custer_Case .out .box .img{
        height: 3.14rem;
    }

    .Custer_Case .out .box span {
        font-size: 0.22rem;
        margin-top: 0.28rem;
    }

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

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

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

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

    .bottonaniu {
        margin-top: 0.32rem;
        margin-bottom: 0.93rem;
    }

    .Products{
        margin-top: 1rem;
    }

    .Products .out{
        margin-top: 0.61rem;
    }

    .Products .out .box {
        height: 2.56rem;
        border-radius: 0.1rem;
        margin-top: 0.65rem;
    }

    .Products .out .box a{

    }

    .Products .out .box a .left {
        width: 40%;
    }
    
    .Products .out .box a .right {
        width: 60%;
        padding: 2%;
    }

    .Products .out .box a .right h5 {
        font-size: 0.22rem;
        margin-bottom: 0.3rem;
        width: 100%;
    }

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

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

    .Products .bottonaniu{
        margin-top: 0.82rem;
    }

    .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 {
        height: 0.14rem;
        margin: 0px 0.3rem;
    }

    .Knowledge-list .text {
        padding: 4% 0px;
        font-size: 0.16rem;
    }

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

    .butt_box .left .box span, .butt_box .left .box a{
        font-size: 0.13rem;
        margin-bottom: 0.14rem;
    }

    .butt_box .left .box a{
        width: 80%;
    }


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


    .Honor {
        margin-top: 0.9rem;
        margin-bottom: 1rem;
    }

    .Honor .out{
        margin-top: 0.61rem;
    }

    .Honor .out .swiper-slide{
        width: 49%;
    }

    .Honor .out .swiper-slide img{
        height: 2.57rem;
    }

    .Honor .out .swiper-slide span {
        font-size: 0.23rem;
        margin-top: 0.43rem;
    }

    .About{
        margin-top: 1rem;
    }

    .About .out {
        margin-top: 0.6rem;
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .About .out .left{
        padding: 5% 0px;
        width: 100%;
        padding-left: 14%;
        padding-right: 0.47rem;
        box-sizing: border-box;
        
    }

    .About .out .left h5 {
        font-size: 0.3rem;
        margin-bottom: 0.24rem;
    }
    

    .About .out .left i {
        width: 0.66rem;
        height: 0.02rem;
        margin-bottom: 0.44rem;
    }

    .About .out .left p {
        font-size: 0.18rem;
    }

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

    .Message{
        margin-top: 1rem;
    }

    .Message .out {
        margin-top: 0.86rem;
        display: flex;
        margin-bottom: 1rem;
    }

    .Message .out .box .img {
        width: 1.48rem;
        height: 1.28rem;
    }

    .Message .out .box{
        width: 33.3%;
    }

    .Message .out .box:last-child {
        width: 1.5rem;
        height: 1.5rem;
        display: none;
    }

    .Message .out .box .img .img_1, .Message .out .box .img .img_2{
        width: 0.44rem;
    }

    .Message .out .box h5 {
        color: #333333;
        font-size: 0.26rem;
        margin-top: 0.53rem;
        margin-bottom: 0.3rem;
    }

    .Message .out .box i {
        width: 0.43rem;
        height: 0.02rem;
        margin-bottom: 0.58rem;
    }

    .Message .out .box span {
        color: #888888;
        font-size: 0.2rem;
        height: 0.3rem;
        text-align: center;
        width: 80%;
    }

    .Message2 {
        margin-top: 1.1rem;
        margin-bottom: 1rem;
    }

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

    .Message2 .inner_title i {
        display: block;
        margin: 0px 0.14rem;
    }

    .Message2 .inner_title 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 {
        height: 1.539rem;
        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;
    }

}


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

    .navigation .out ul{
        width: 69%;
    }

    .banner .swiper-slide .butt_box {
        width: 200px;
        height: 56px;
        left: 14%;
        bottom: 27%;
    }

    .solution .out .left{
        width: 49%;
    }

    .solution .out .right{
        width: 49%;
    }

    .ADVANTAGE .out ul li .left{
        width: 40%;
    }

    .ADVANTAGE .out ul li .right{
        width: 52%;
    }




    .NEWS .out .right .box .rig{
        padding: 21px 10px 0px 17px;
    }

    .footer .box_1 .right .box{
        margin-right: 10%;
    }

    .footer .box_2 .box a{
        margin-right: 0px;
        
        margin: 10px 10px;
    }

    .footer .box_2 .box a:nth-child(14n){
        margin-right: 10px;
    }

    .solution_ADVANTAGE .out ul li .left img{
        width: 100%;
    }

}